/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Base colors*/
/*  Media query variables */
/*
 * Mobile landscape media query
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/*  Media query mixins



/* (min-width:1601px) */
/* (max-width:1399px) */
/* (max-width:1399px) */
/* (min-width:1399px) */
/* (min-width:1250px) */
/*  (min-width:1150px) */
/*  (min-width:1024px) */
/*  (min-width:992px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1200px) */
/* (min-width:992px), (max-width: 1150px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1150px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (max-width:595px) */
/* (min-width:768px) */
/* (min-width:596px) */
/* (min-width:481px) */
/*  (max-width:480px) */
.btn-default {
  display: inline-block;
  padding: 18px 21px;
  background-color: transparent;
  border: 2px solid transparent;
  position: relative;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, 87% 0%, 100% 35%, 100% 100%, 80% 100%, 11% 100%, 0% 71%, 0% 10%);
          clip-path: polygon(0% 0%, 87% 0%, 100% 35%, 100% 100%, 80% 100%, 11% 100%, 0% 71%, 0% 10%);
  cursor: pointer; }
  @media (max-width: 991px) {
    .btn-default {
      display: inline-block; } }
  .btn-default:before, .btn-default:after {
    content: '';
    position: absolute;
    width: 29px;
    height: 2px;
    background-color: #ffffff; }
  .btn-default:before {
    bottom: 8px;
    left: -9px;
    -webkit-transform: rotate(42deg);
         -o-transform: rotate(42deg);
            transform: rotate(42deg); }
  .btn-default:after {
    top: 8px;
    right: -5px;
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn-default:hover {
    background-color: #74c1f2;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .btn-default:hover span {
      background: transparent;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .btn-default:hover span:before, .btn-default:hover span:after {
        opacity: 0;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
  .btn-default span {
    background-color: #74c1f2;
    padding: 18px 10px;
    color: #ffffff;
    letter-spacing: 0.03em;
    font-weight: 600; }
    .btn-default span:before, .btn-default span:after {
      content: '';
      position: absolute;
      width: 90%;
      height: 2px;
      background-color: #ffffff; }
    .btn-default span:before {
      bottom: 0px;
      left: 15px; }
    .btn-default span:after {
      top: 0px;
      right: 18px; }
  .btn-default.btn-green:hover {
    background-color: #57c4c7; }
  .btn-default.btn-green span {
    background-color: #57c4c7; }

.link-text {
  position: relative;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  text-align: left;
  letter-spacing: 0.72px;
  color: #ffffff;
  padding-right: 15px;
  display: inline-block;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase; }
  .link-text:after {
    content: "";
    position: absolute;
    right: -1px;
    width: 1px;
    height: 1px;
    color: #ffffff;
    top: 3px;
    bottom: 0;
    margin: auto;
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .link-text:after:hover {
      right: -5px;
      color: #57c4c7; }
  .link-text:hover {
    color: #57c4c7; }
    .link-text:hover:after {
      border: solid #57c4c7;
      border-width: 0 1px 1px 0; }

/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Base colors*/
/*  Media query variables */
/*
 * Mobile landscape media query
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/*  Media query mixins



/* (min-width:1601px) */
/* (max-width:1399px) */
/* (max-width:1399px) */
/* (min-width:1399px) */
/* (min-width:1250px) */
/*  (min-width:1150px) */
/*  (min-width:1024px) */
/*  (min-width:992px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1200px) */
/* (min-width:992px), (max-width: 1150px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1150px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (max-width:595px) */
/* (min-width:768px) */
/* (min-width:596px) */
/* (min-width:481px) */
/*  (max-width:480px) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-top: 50px; }
  @media (max-width: 991px) {
    body {
      padding-top: 113px; } }

.redesign22 {
  overflow: hidden; }

ol,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  font-family: "Exo 2", sans-serif; }

span,
label {
  font-family: "Exo 2", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
fieldset,
form,
label,
table,
tbody,
tr,
th,
td,
figure,
footer,
header,
menu,
nav,
section,
audio,
video,
button {
  margin: 0;
  border: 0; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  border: 0; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1336px;
  position: relative; }
  @media (max-width: 767px) {
    .container {
      padding: 0 20px; } }

section {
  width: 100%;
  position: relative;
  float: left;
  padding: 120px 0;
  overflow: visible; }
  @media (min-width: 992px) and (max-width: 1150px) {
    section {
      padding: 80px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    section {
      padding: 40px 0; } }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }

header:after,
.container:after,
.ql-18:after,
.wrapper:after,
.column-wrapper:after,
.grid-wrapper:after,
.two-third:after,
.content-wrapper:after,
.v-middle-wrapper:after,
footer:after {
  content: "";
  clear: both;
  display: block; }

footer {
  clear: both; }

/*
 * Heading and Paragraph.
 */
h1 {
  font-size: 76px;
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.28px; }
  @media (min-width: 992px) and (max-width: 1150px) {
    h1 {
      font-size: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h1 {
      font-size: 50px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h1 {
      font-size: 40px; } }
  @media (min-width: 481px) and (max-width: 595px) {
    h1 {
      font-size: 35px; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 55px;
  font-weight: normal;
  font-family: "Exo 2", sans-serif;
  line-height: 1.22;
  letter-spacing: normal;
  color: #000000; }
  @media (min-width: 992px) and (max-width: 1150px) {
    h2 {
      font-size: 32px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h2 {
      font-size: 30px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h2 {
      font-size: 28px; } }
  @media (min-width: 481px) and (max-width: 595px) {
    h2 {
      font-size: 26px; } }
  @media (max-width: 480px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 40px;
  font-weight: normal;
  font-family: "Exo 2", sans-serif;
  line-height: 1.13;
  letter-spacing: 1.2px; }
  @media (min-width: 992px) and (max-width: 1150px) {
    h3 {
      font-size: 28px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h3 {
      font-size: 26px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h3 {
      font-size: 24px; } }
  @media (max-width: 595px) {
    h3 {
      font-size: 18px; } }

h4 {
  font-size: 32px;
  font-family: "Exo 2", sans-serif;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 1.28px; }
  @media (min-width: 992px) and (max-width: 1150px) {
    h4 {
      font-size: 26px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h4 {
      font-size: 24px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h4 {
      font-size: 20px; } }
  @media (max-width: 595px) {
    h4 {
      font-size: 18px; } }

h5 {
  font-size: 27px;
  font-family: "Exo 2", sans-serif;
  font-weight: normal;
  line-height: 1.19;
  letter-spacing: 0.81px; }
  @media (min-width: 992px) and (max-width: 1150px) {
    h5 {
      font-size: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h5 {
      font-size: 20px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h5 {
      font-size: 18px; } }
  @media (max-width: 595px) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 16px;
  font-family: "Exo 2", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.147em;
  text-transform: uppercase; }

p {
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
  color: #000000;
  letter-spacing: 0.06em; }
  @media (max-width: 767px) {
    p {
      line-height: 1.3; } }
  @media (max-width: 480px) {
    p {
      font-size: 14px; } }

input {
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Exo 2", sans-serif;
  color: #000000;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Exo 2", sans-serif;
  color: #000000;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Exo 2", sans-serif;
  color: #000000;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Exo 2", sans-serif;
  color: #000000;
  opacity: 1; }

.color-white {
  color: #ffffff; }

/*
 * Columns.
 */
.col {
  width: 100%;
  float: left;
  position: relative; }

.col-two {
  width: 50%;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .col-two {
      width: 100%; } }

.col-three {
  width: 33.33%;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .col-three {
      width: 100%; } }

.col-four {
  width: 25%;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .col-four {
      width: 100%; } }

.col-five {
  width: 20%;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .col-five {
      width: 100%; } }

.col-six {
  width: 16.66%;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .col-six {
      width: 100%; } }

.col-seven {
  width: 66.66%;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .col-seven {
      width: 100%; } }

.col-eight {
  width: 75%;
  float: left;
  position: relative; }
  @media (max-width: 767px) {
    .col-eight {
      width: 100%; } }

/*
 * Background Image.
 */
.bg-img {
  overflow: hidden; }

/*
 * Vertical Align Middle.
 */
.v-middle-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3; }

.v-middle-inner {
  display: table;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%; }

.v-middle,
.v-top,
.v-bottom {
  display: table-cell;
  vertical-align: middle; }

.v-top {
  vertical-align: top; }

.v-bottom {
  vertical-align: bottom; }

/*
 * Text Alignment.
 */
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.left {
  float: left; }

.right {
  float: right; }

.no-padding {
  padding: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

/*
 * Effects.
 */
.zoom-in img {
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out; }

.zoom-in:hover img {
  -o-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06); }

.zoom-bg .bg-img img {
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out; }

.zoom-bg:hover .bg-img img {
  -o-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06); }

.blend-mode {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  mix-blend-mode: multiply; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  opacity: 1;
  font-size: 12px;
  font-weight: 700; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1;
  font-size: 12px;
  font-weight: 700; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  opacity: 1;
  font-size: 12px;
  font-weight: 700; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 1;
  font-size: 12px;
  font-weight: 700; }

.play-video {
  position: relative;
  cursor: pointer; }
  .play-video:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 81px;
    height: 81px;
    background: url("/templates/dist/images/svg/play.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer; }
    @media (min-width: 768px) and (max-width: 991px) {
      .play-video:after {
        width: 61px;
        height: 61px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .play-video:after {
        width: 40px;
        height: 40px; } }
    @media (max-width: 595px) {
      .play-video:after {
        width: 30px;
        height: 30px; } }
  .play-video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5); }

/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Base colors*/
/*  Media query variables */
/*
 * Mobile landscape media query
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/*  Media query mixins



/* (min-width:1601px) */
/* (max-width:1399px) */
/* (max-width:1399px) */
/* (min-width:1399px) */
/* (min-width:1250px) */
/*  (min-width:1150px) */
/*  (min-width:1024px) */
/*  (min-width:992px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1200px) */
/* (min-width:992px), (max-width: 1150px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1150px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (max-width:595px) */
/* (min-width:768px) */
/* (min-width:596px) */
/* (min-width:481px) */
/*  (max-width:480px) */
.text-white {
  color: #ffffff; }

.bg-white {
  background-color: #ffffff; }

.border-white {
  border-color: #ffffff !important; }

.text-black {
  color: #000000; }

.bg-black {
  background-color: #000000; }

.border-black {
  border-color: #000000 !important; }

.text-sea-green {
  color: #2e8889; }

.bg-sea-green {
  background-color: #2e8889; }

.border-sea-green {
  border-color: #2e8889 !important; }

.text-dark-gray {
  color: #202020; }

.bg-dark-gray {
  background-color: #202020; }

.border-dark-gray {
  border-color: #202020 !important; }

.text-sky-blue {
  color: #74c1f2; }

.bg-sky-blue {
  background-color: #74c1f2; }

.border-sky-blue {
  border-color: #74c1f2 !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
     animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
     animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@-o-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  -o-animation-name: bounce;
     animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -o-transform-origin: center bottom;
     transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-o-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  -o-animation-name: flash;
     animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  -o-animation-name: pulse;
     animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  -o-animation-name: rubberBand;
     animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@-o-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  -o-animation-name: shake;
     animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
     animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  -o-animation-name: headShake;
     animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@-o-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -o-transform-origin: top center;
     transform-origin: top center;
  -webkit-animation-name: swing;
  -o-animation-name: swing;
     animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  -o-animation-name: tada;
     animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  -o-animation-name: wobble;
     animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@-o-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
       transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
       transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
       transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
       transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
       transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
       transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
       transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
       transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
       transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
       transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
       transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
       transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
       transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
       transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  -o-animation-name: jello;
     animation-name: jello;
  -webkit-transform-origin: center;
  -o-transform-origin: center;
     transform-origin: center; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  -o-animation-name: bounceIn;
     animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
     animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
     animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
     animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
     animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@-o-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  -o-animation-name: bounceOut;
     animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-o-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
     animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-o-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
     animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@-o-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
     animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-o-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
     animation-name: bounceOutUp; }

@-webkit-keyframes wefadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes wefadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes wefadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: wefadeIn;
  -o-animation-name: wefadeIn;
     animation-name: wefadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
     animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
     animation-name: fadeInDownBig; }

@-webkit-keyframes wefadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes wefadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wefadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: wefadeInLeft;
  -o-animation-name: wefadeInLeft;
     animation-name: wefadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
     animation-name: fadeInLeftBig; }

@-webkit-keyframes wefadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes wefadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wefadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: wefadeInRight;
  -o-animation-name: wefadeInRight;
     animation-name: wefadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
     animation-name: fadeInRightBig; }

@-webkit-keyframes wefadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes wefadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wefadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wefadeInUp, .fadeInUp {
  -webkit-animation-name: wefadeInUp;
  -o-animation-name: wefadeInUp;
     animation-name: wefadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
     animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-o-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  -o-animation-name: fadeOut;
     animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-o-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
     animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-o-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
     animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-o-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
     animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-o-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
     animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-o-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
     animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@-o-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
     animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-o-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
     animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-o-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
     animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@-o-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  -o-animation-name: flip;
     animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-o-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -o-animation-name: flipInX;
     animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-o-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -o-animation-name: flipInY;
     animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  -o-animation-name: flipOutX;
     animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -o-animation-name: flipOutY;
     animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
       transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
       transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
       transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
       transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
     animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
     animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
     animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
     animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  -o-animation-name: rotateIn;
     animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
     animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
     animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
     animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
     animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@-o-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  -o-animation-name: rotateOut;
     animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
     animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
     animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
     animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
     animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@-o-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
     animation-duration: 2s;
  -webkit-animation-name: hinge;
  -o-animation-name: hinge;
     animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    -o-transform: scale(0.1) rotate(30deg);
       transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
       transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
       transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    -o-transform: scale(0.1) rotate(30deg);
       transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
       transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
       transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  -o-animation-name: jackInTheBox;
     animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  -o-animation-name: rollIn;
     animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@-o-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  -o-animation-name: rollOut;
     animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-o-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  -o-animation-name: zoomIn;
     animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
     animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
     animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
     animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
     animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@-o-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  -o-animation-name: zoomOut;
     animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -o-animation-name: zoomOutDown;
     animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
       transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
       transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -o-animation-name: zoomOutLeft;
     animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
       transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
       transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -o-animation-name: zoomOutRight;
     animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -o-animation-name: zoomOutUp;
     animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  -o-animation-name: slideInDown;
     animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
     animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  -o-animation-name: slideInRight;
     animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  -o-animation-name: slideInUp;
     animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-o-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  -o-animation-name: slideOutDown;
     animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-o-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
     animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-o-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
     animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-o-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
     animation-name: slideOutUp; }

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999; }
  header.bg-color {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    header.bg-color .top-nav {
      -webkit-transition: padding 0.4s ease;
      -o-transition: padding 0.4s ease;
      transition: padding 0.4s ease; }
      @media (min-width: 992px) {
        header.bg-color .top-nav {
          padding: 8px 0; } }
    header.bg-color nav {
      -webkit-transition: padding 0.4s ease;
      -o-transition: padding 0.4s ease;
      transition: padding 0.4s ease; }
      @media (min-width: 992px) {
        header.bg-color nav {
          padding: 10px 0; } }
      header.bg-color nav:after {
        background: #202020;
        opacity: 0.7; }
        @media (max-width: 991px) {
          header.bg-color nav:after {
            background: #000000;
            opacity: 1; } }
      header.bg-color nav .wrapper .nav-holder {
        top: calc(100% + 10px); }
  header .top-nav {
    background: #000000;
    padding: 16px 0;
    -webkit-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    transition: padding 0.4s ease; }
    header .top-nav .wrapper ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      header .top-nav .wrapper ul li:last-child {
        margin-right: 0; }
      header .top-nav .wrapper ul li a {
        letter-spacing: 0.48px;
        line-height: 1; }
        @media (max-width: 595px) {
          header .top-nav .wrapper ul li a {
            font-size: 14px; } }
  header ul li {
    margin: 0 24px; }
    @media (max-width: 1149px) {
      header ul li {
        margin: 0 12px; } }
    @media (max-width: 595px) {
      header ul li {
        margin: 0 6px; } }
    header ul li a:not(.btn-default) {
      font-size: 16px;
      font-weight: bold;
      color: #ffffff;
      letter-spacing: 0.03em;
      -webkit-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      header ul li a:not(.btn-default):hover {
        color: #74c1f2; }
  header nav {
    background: #202020;
    padding: 17px 0 16px;
    position: relative;
    -webkit-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    transition: padding 0.4s ease; }
    header nav:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      opacity: 0;
      z-index: -1;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    header nav .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header nav .wrapper .logo-holder {
        max-width: 220px;
        width: 100%; }
        @media (max-width: 480px) {
          header nav .wrapper .logo-holder {
            max-width: 160px; } }
        header nav .wrapper .logo-holder img {
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      @media (min-width: 992px) {
        header nav .wrapper .nav-holder {
          display: block !important;
          margin-left: auto; } }
      @media (max-width: 991px) {
        header nav .wrapper .nav-holder {
          display: none;
          position: absolute;
          width: 100%;
          height: 100vh;
          left: 0;
          top: calc(100% + 16px);
          background: #202020;
          padding: 0 20px 50px;
          overflow: auto; } }
      header nav .wrapper .nav-holder > ul {
        position: relative;
        margin-left: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
        @media (min-width: 992px) {
          header nav .wrapper .nav-holder > ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
        @media (max-width: 991px) {
          header nav .wrapper .nav-holder > ul {
            margin-top: 50px; } }
        header nav .wrapper .nav-holder > ul li.active a {
          color: #74c1f2; }
        @media (max-width: 991px) {
          header nav .wrapper .nav-holder > ul li {
            margin: 0 0 20px;
            padding-bottom: 15px;
            position: relative; }
            header nav .wrapper .nav-holder > ul li:last-child:after {
              display: none; }
            header nav .wrapper .nav-holder > ul li:after {
              content: "";
              display: block;
              position: absolute;
              width: 100%;
              height: 1px;
              background: #ffffff;
              left: 0;
              bottom: 0;
              opacity: 0.5; } }
        header nav .wrapper .nav-holder > ul li:last-child {
          margin-right: 0; }
  header .hamburger {
    width: 28px;
    height: 18px;
    position: relative;
    margin-left: auto;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer; }
    @media (min-width: 992px) {
      header .hamburger {
        display: none; } }
    header .hamburger.active span:nth-child(1) {
      -webkit-transform: rotate(135deg);
           -o-transform: rotate(135deg);
              transform: rotate(135deg);
      top: 12px; }
    header .hamburger.active span:nth-child(2) {
      opacity: 0;
      left: -60px; }
    header .hamburger.active span:nth-child(3) {
      -webkit-transform: rotate(-135deg);
           -o-transform: rotate(-135deg);
              transform: rotate(-135deg);
      top: 12px; }
    header .hamburger span {
      height: 2px;
      background: #ffffff;
      position: absolute;
      width: 100%;
      left: 0;
      -webkit-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out; }
      header .hamburger span:nth-child(1) {
        top: 0; }
      header .hamburger span:nth-child(2) {
        top: 8px; }
      header .hamburger span:nth-child(3) {
        top: 16px; }

.footer {
  background: #202020;
  padding: 0px 0 70px;
  position: relative;
  z-index: 2; }
  @media (max-width: 991px) {
    .footer {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .footer {
      padding: 30px 0; } }
  .footer span {
    position: absolute;
    content: "";
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #202020;
    outline: 1px solid transparent;
    -webkit-transform-origin: bottom left;
         -o-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: skewY(-8.6deg);
         -o-transform: skewY(-8.6deg);
            transform: skewY(-8.6deg); }
    @media (min-width: 1601px) {
      .footer span {
        -webkit-transform: skewY(-3.6deg);
             -o-transform: skewY(-3.6deg);
                transform: skewY(-3.6deg); } }
    @media (max-width: 991px) {
      .footer span {
        display: none; } }
    .footer span .skew {
      height: 800px; }
    .footer span:before {
      position: absolute;
      content: "";
      top: 37%;
      right: 0;
      height: 220px;
      width: 670px;
      background-color: #202020; }
  .footer .column-wrapper {
    position: relative;
    width: 100%; }
    .footer .column-wrapper .logo-wrap {
      margin-bottom: 107px;
      max-width: 220px;
      height: 26px;
      -webkit-transform: translateY(-3px);
           -o-transform: translateY(-3px);
              transform: translateY(-3px);
      padding-left: 4px; }
      @media (max-width: 991px) {
        .footer .column-wrapper .logo-wrap {
          -webkit-transform: inherit;
               -o-transform: inherit;
                  transform: inherit;
          margin-bottom: 40px;
          padding-left: inherit; } }
      .footer .column-wrapper .logo-wrap a img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .footer .column-wrapper .footer-wrap {
      width: 100%;
      position: relative; }
      .footer .column-wrapper .footer-wrap ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        position: relative;
        padding-top: 36px; }
        @media (max-width: 991px) {
          .footer .column-wrapper .footer-wrap ul {
            padding-top: 20px; } }
        .footer .column-wrapper .footer-wrap ul:before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          height: 1px;
          width: 100%;
          background-color: #ffffff; }
        .footer .column-wrapper .footer-wrap ul li {
          font-family: "Exo 2", sans-serif;
          font-size: 18px;
          font-weight: 300;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.39;
          letter-spacing: 0.72px;
          text-align: left;
          color: #ffffff;
          padding: 0 53px 0 0; }
          @media (max-width: 767px) {
            .footer .column-wrapper .footer-wrap ul li {
              padding: 0 30px 0 0; } }
          @media (max-width: 480px) {
            .footer .column-wrapper .footer-wrap ul li {
              width: 100%;
              padding-bottom: 10px; } }
          .footer .column-wrapper .footer-wrap ul li::marker {
            font-size: 0; }
          .footer .column-wrapper .footer-wrap ul li a {
            color: #ffffff;
            -webkit-transition: color 0.2s linear;
            -o-transition: color 0.2s linear;
            transition: color 0.2s linear; }
            .footer .column-wrapper .footer-wrap ul li a:hover {
              color: #74c1f2; }

body.overflow-stop {
  overflow: hidden; }

html.ua-safari body .hero-slider .slide-nav {
  bottom: 87.2px; }

html.ua-ie body .slick-slider .slick-track {
  overflow-x: hidden; }

html.ua-ie body .tab-slider .slick-slider .slick-track {
  overflow-x: visible; }

html.ua-ie body .column-grid .grid-outer .card {
  margin: 14.5px; }

body * {
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  background: #000000 !important;
  color: #ffffff;
  overflow-x: hidden; }
  body .hero-banner {
    position: relative;
    min-height: 793px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media all and (-ms-high-contrast: none) {
      body .hero-banner {
        padding: 130px 0 0; } }
    @media (max-width: 991px) {
      body .hero-banner {
        min-height: 500px;
        padding: 0; } }
    @media only screen and (max-height: 420px) {
      body .hero-banner {
        min-height: 380px;
        padding: 0; } }
    body .hero-banner .black-gradient {
      position: absolute;
      content: '';
      background: url("/dist/images/black-gradient.png");
      bottom: 106px;
      left: 0;
      width: 951px;
      height: 556px; }
      @media (max-width: 991px) {
        body .hero-banner .black-gradient {
          top: 50%;
          -webkit-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%);
          background-size: 100% 100%;
          width: calc(100% - 100px);
          height: 80%; } }
      @media (max-width: 480px) {
        body .hero-banner .black-gradient {
          width: calc(100% - 10px); } }
    body .hero-banner .bg-img {
      position: absolute;
      display: block;
      right: 0;
      top: 0;
      width: 100%;
      margin-left: auto;
      height: 100%; }
      body .hero-banner .bg-img video {
        position: absolute;
        z-index: -2;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @media (max-width: 1149px) {
          body .hero-banner .bg-img video {
            min-height: auto;
            height: 100%; } }
    body .hero-banner .row-wrapper {
      font-size: 0;
      position: relative; }
      body .hero-banner .row-wrapper .col-left {
        width: 50%;
        vertical-align: middle;
        display: inline-block; }
        @media (max-width: 991px) {
          body .hero-banner .row-wrapper .col-left {
            width: 100%; } }
        body .hero-banner .row-wrapper .col-left .content-wrap {
          position: relative;
          max-width: 630px; }
          @media (max-width: 991px) {
            body .hero-banner .row-wrapper .col-left .content-wrap {
              max-width: inherit; } }
          body .hero-banner .row-wrapper .col-left .content-wrap::after {
            position: absolute;
            content: '';
            background: url("/dist/images/banner-pattern.png");
            width: 100%;
            height: 455px;
            top: 2px;
            left: -152px;
            margin: auto; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body .hero-banner .row-wrapper .col-left .content-wrap::after {
                height: 446px;
                top: 0; } }
            @media (max-width: 991px) {
              body .hero-banner .row-wrapper .col-left .content-wrap::after {
                display: none; } }
          body .hero-banner .row-wrapper .col-left .content-wrap::before {
            position: absolute;
            content: '';
            background: url("/dist/images/top-pattern.png") no-repeat;
            width: 100%;
            height: 455px;
            top: -48px;
            left: 243px;
            margin: auto; }
            @media all and (-ms-high-contrast: none) {
              body .hero-banner .row-wrapper .col-left .content-wrap::before {
                top: -15px; } }
            @media (max-width: 991px) {
              body .hero-banner .row-wrapper .col-left .content-wrap::before {
                display: none; } }
          body .hero-banner .row-wrapper .col-left .content-wrap h1 {
            color: #ffffff;
            margin-bottom: 14px; }
          body .hero-banner .row-wrapper .col-left .content-wrap p {
            color: #ffffff;
            font-size: 22px;
            font-weight: 300;
            line-height: 1.41;
            letter-spacing: 1.1px;
            max-width: 480px;
            padding: 0 0 39px 4px; }
            @media (max-width: 991px) {
              body .hero-banner .row-wrapper .col-left .content-wrap p {
                width: 100%; } }
          body .hero-banner .row-wrapper .col-left .content-wrap .btn-default {
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            z-index: 2; }
  body .col-two-content {
    position: relative;
    background-color: #000000;
    padding: 92px 0 0 0; }
    @media (max-width: 991px) {
      body .col-two-content {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body .col-two-content {
        padding: 30px 0; } }
    body .col-two-content .wave-pattern {
      position: absolute;
      width: 88%;
      height: 204%;
      top: -44%;
      right: -56%;
      z-index: 1;
      margin: auto; }
      @media only screen and (min-width: 1620px) {
        body .col-two-content .wave-pattern {
          left: calc(100% - 510px); } }
      @media (max-width: 1149px) {
        body .col-two-content .wave-pattern {
          right: -60%; } }
      @media (max-width: 991px) {
        body .col-two-content .wave-pattern {
          display: none; } }
    body .col-two-content .outer-container {
      max-width: 1600px;
      margin: 0 auto;
      position: relative; }
      @media only screen and (min-width: 768px) {
        body .col-two-content .outer-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      body .col-two-content .outer-container .left-block {
        width: 56%;
        position: relative; }
        @media (max-width: 767px) {
          body .col-two-content .outer-container .left-block {
            margin: 0 auto 25px; } }
        @media (max-width: 595px) {
          body .col-two-content .outer-container .left-block {
            width: 100%; } }
        body .col-two-content .outer-container .left-block .text-holder {
          position: absolute;
          z-index: 2;
          width: 68%;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-49%, -50%);
               -o-transform: translate(-49%, -50%);
                  transform: translate(-49%, -50%); }
          @media only screen and (max-width: 1550px) {
            body .col-two-content .outer-container .left-block .text-holder {
              margin: 0 auto;
              padding: 0 40px;
              width: 80%; } }
          @media (max-width: 767px) {
            body .col-two-content .outer-container .left-block .text-holder {
              padding: 0 10px; } }
          body .col-two-content .outer-container .left-block .text-holder h6 {
            color: #2e8889;
            margin-bottom: 10px;
            font-weight: 600;
            letter-spacing: 0.04em; }
            @media (min-width: 1150px) {
              body .col-two-content .outer-container .left-block .text-holder h6 {
                font-size: 18px; } }
            @media (max-width: 767px) {
              body .col-two-content .outer-container .left-block .text-holder h6 {
                margin-bottom: 10px; } }
          body .col-two-content .outer-container .left-block .text-holder h2 {
            color: #ffffff;
            letter-spacing: 0.04em;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            max-height: 268px;
            overflow: hidden; }
            @media only screen and (max-width: 1590px) {
              body .col-two-content .outer-container .left-block .text-holder h2 {
                font-size: 3.5vw; } }
            @media (max-width: 1149px) {
              body .col-two-content .outer-container .left-block .text-holder h2 {
                font-size: 3.3vw; } }
            @media (max-width: 595px) {
              body .col-two-content .outer-container .left-block .text-holder h2 {
                font-size: 5.5vw; } }
            @media (max-width: 480px) {
              body .col-two-content .outer-container .left-block .text-holder h2 {
                font-size: 22px; } }
      body .col-two-content .outer-container .pattern img {
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      @media only screen and (min-width: 768px) {
        body .col-two-content .outer-container .container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
               -o-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
      @media only screen and (min-width: 768px) {
        body .col-two-content .outer-container .container .right-block {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 42.5%;
                  flex: 0 0 42.5%;
          width: 100%; } }
      body .col-two-content .outer-container .container .right-block .text-holder {
        margin-left: auto; }
        @media only screen and (min-width: 768px) {
          body .col-two-content .outer-container .container .right-block .text-holder {
            max-width: 473px;
            padding-left: 30px; } }
        body .col-two-content .outer-container .container .right-block .text-holder p {
          color: #ffffff;
          font-size: 20px;
          line-height: 1.25;
          letter-spacing: 0.8px; }
          @media (min-width: 768px) {
            body .col-two-content .outer-container .container .right-block .text-holder p {
              display: -webkit-box;
              -webkit-line-clamp: 9;
              -webkit-box-orient: vertical;
              max-height: 225px;
              overflow: hidden; } }
  body .card-with-icons {
    position: relative;
    padding: 141px 0 0 0; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body .card-with-icons {
        padding: 60px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .card-with-icons {
        padding: 0 0 40px; } }
    @media (max-width: 767px) {
      body .card-with-icons {
        padding: 0 0 30px; } }
    body .card-with-icons .row {
      width: 100%;
      position: relative; }
      body .card-with-icons .row::before {
        position: absolute;
        content: "";
        width: calc(100% - 155px);
        height: 1px;
        background: #ffffff;
        opacity: 0.4;
        left: 0;
        margin: auto; }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .card-with-icons .row::before {
            width: calc(100% - 70px); } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .card-with-icons .row::before {
            width: calc(100% - 50px); } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .card-with-icons .row::before {
            width: calc(100% - 50px); } }
        @media (max-width: 595px) {
          body .card-with-icons .row::before {
            width: calc(100% - 50px); } }
      @media (max-width: 991px) {
        body .card-with-icons .row:last-child .row-wrapper {
          padding-bottom: 0; } }
      @media (max-width: 595px) {
        body .card-with-icons .row:last-child .row-wrapper .card-wrap:last-child {
          padding-bottom: 0; } }
      body .card-with-icons .row .row-wrapper {
        width: calc(100% + 20px);
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 64px 0 114px 0;
        margin-left: -10px; }
        @media (min-width: 992px) and (max-width: 1024px) {
          body .card-with-icons .row .row-wrapper {
            padding: 74px 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .card-with-icons .row .row-wrapper {
            padding: 40px 0; } }
        @media (max-width: 767px) {
          body .card-with-icons .row .row-wrapper {
            padding: 30px 0; } }
      body .card-with-icons .row .card-wrap {
        width: calc(50% - 20px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 10px; }
        @media (max-width: 595px) {
          body .card-with-icons .row .card-wrap {
            width: 100%;
            padding-bottom: 30px; } }
        body .card-with-icons .row .card-wrap .img-wrap {
          width: 20%;
          max-width: 56px;
          height: 58px;
          margin-right: 30px; }
          @media (max-width: 991px) {
            body .card-with-icons .row .card-wrap .img-wrap {
              margin-bottom: 20px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .card-with-icons .row .card-wrap .img-wrap {
              margin-bottom: 10px; } }
          body .card-with-icons .row .card-wrap .img-wrap img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
        body .card-with-icons .row .card-wrap .content-wrap {
          width: 80%; }
          @media (max-width: 991px) {
            body .card-with-icons .row .card-wrap .content-wrap {
              width: 100%; } }
          body .card-with-icons .row .card-wrap .content-wrap h4 {
            color: #ffffff;
            padding-bottom: 15px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .card-with-icons .row .card-wrap .content-wrap h4 {
                padding-bottom: 8px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .card-with-icons .row .card-wrap .content-wrap h4 {
                padding-bottom: 8px; } }
            @media (max-width: 595px) {
              body .card-with-icons .row .card-wrap .content-wrap h4 {
                padding-bottom: 8px; } }
          body .card-with-icons .row .card-wrap .content-wrap p {
            color: #ffffff;
            font-size: 18px;
            line-height: 1.39;
            letter-spacing: 0.72px;
            padding: 2px 0 0 1px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body .card-with-icons .row .card-wrap .content-wrap p {
                padding-right: 18px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .card-with-icons .row .card-wrap .content-wrap p {
                padding-right: 18px; } }
            @media (max-width: 595px) {
              body .card-with-icons .row .card-wrap .content-wrap p {
                padding-right: 0; } }
  body .logo-grid {
    padding: 70px 0 0;
    opacity: 0; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body .logo-grid {
        padding: 60px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .logo-grid {
        padding: 40px 0 0; } }
    @media (max-width: 767px) {
      body .logo-grid {
        padding: 30px 0 0; } }
    body .logo-grid .bg-img {
      position: relative; }
      body .logo-grid .bg-img::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: url("/dist/images/black-bg.png") no-repeat;
        background-size: 100% 100%; }
      body .logo-grid .bg-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    body .logo-grid .column-wrapper {
      width: 100%;
      position: relative;
      top: -154px; }
      @media (max-width: 1399px) {
        body .logo-grid .column-wrapper {
          top: -94px; } }
      @media (max-width: 991px) {
        body .logo-grid .column-wrapper {
          top: -40px; } }
      body .logo-grid .column-wrapper h3 {
        color: #ffffff;
        text-align: center;
        text-transform: capitalize; }
      @media screen and (min-width: 1921px) and (max-width: 2560px) {
        body .logo-grid .column-wrapper .row-wrapper {
          margin: 130px 0 0 -11px; } }
      @media (min-width: 596px) {
        body .logo-grid .column-wrapper .row-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          position: relative;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          max-width: 1300px;
          margin: 89px 0 0 0;
          width: 100%; } }
      @media (min-width: 1399px) {
        body .logo-grid .column-wrapper .row-wrapper {
          margin: 89px 0 0 -11px;
          width: calc(100% + 22px); } }
      @media (max-width: 595px) {
        body .logo-grid .column-wrapper .row-wrapper {
          margin-top: 40px; } }
      @media (min-width: 768px) {
        body .logo-grid .column-wrapper .row-wrapper .col-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 25%;
                  flex: 0 0 25%;
          max-width: 25%;
          width: 100%;
          text-align: center;
          margin-bottom: 50px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .logo-grid .column-wrapper .row-wrapper .col-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 50px; }
          body .logo-grid .column-wrapper .row-wrapper .col-wrap:nth-last-child(1), body .logo-grid .column-wrapper .row-wrapper .col-wrap:nth-last-child(2) {
            margin-bottom: 0; } }
      @media (max-width: 595px) {
        body .logo-grid .column-wrapper .row-wrapper .col-wrap {
          margin: 0 20px; } }
      body .logo-grid .column-wrapper .row-wrapper .col-wrap .image-wrap {
        max-width: 103px;
        margin: 0 auto; }
        @media (max-width: 595px) {
          body .logo-grid .column-wrapper .row-wrapper .col-wrap .image-wrap {
            max-width: 170px; } }
        body .logo-grid .column-wrapper .row-wrapper .col-wrap .image-wrap img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
    body .logo-grid .slick-dots {
      margin-top: 20px;
      padding: 0 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      body .logo-grid .slick-dots li {
        display: inline-block;
        position: relative;
        width: 15px;
        height: 15px;
        border: 1px solid #ffffff;
        border-radius: 50%;
        margin: 0 7px;
        -webkit-transition: background .3s ease-in-out;
        -o-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
        cursor: pointer; }
        @media (max-width: 595px) {
          body .logo-grid .slick-dots li {
            margin: 0 6px; } }
        body .logo-grid .slick-dots li button {
          display: none; }
        body .logo-grid .slick-dots li.slick-active {
          width: 13px;
          height: 13px;
          opacity: 1;
          background: #57c4c7;
          border: none; }
        body .logo-grid .slick-dots li:hover {
          background: #57c4c7; }
    body .logo-grid .slick-arrow {
      content: "";
      position: absolute;
      cursor: pointer;
      border-style: solid;
      border-width: 1px 1px 0 0;
      right: 0;
      bottom: 0;
      -webkit-transform: translateX(0) rotate(45deg);
           -o-transform: translateX(0) rotate(45deg);
              transform: translateX(0) rotate(45deg);
      width: 15px;
      height: 15px;
      background: none;
      font-size: 0;
      color: #ffffff;
      margin: 0 9px; }
      body .logo-grid .slick-arrow.slick-prev {
        left: 0;
        -webkit-transform: rotate(230deg);
             -o-transform: rotate(230deg);
                transform: rotate(230deg); }
      body .logo-grid .slick-arrow.slick-next {
        right: 0; }
  body .col-three-grid {
    position: relative;
    padding: 60px 0 66px;
    overflow: visible;
    min-height: 1091px;
    z-index: 2;
    opacity: 0; }
    @media (max-width: 1149px) {
      body .col-three-grid {
        min-height: 750px; } }
    @media (max-width: 991px) {
      body .col-three-grid {
        min-height: auto;
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body .col-three-grid {
        padding: 30px 0; } }
    body .col-three-grid > .skew {
      position: absolute;
      content: "";
      z-index: -1;
      bottom: -106px;
      left: 0;
      width: 100%;
      height: 1282px;
      background: #202020;
      outline: 1px solid transparent;
      -webkit-transform-origin: bottom left;
           -o-transform-origin: bottom left;
              transform-origin: bottom left;
      -webkit-transform: skewY(-8.7deg);
           -o-transform: skewY(-8.7deg);
              transform: skewY(-8.7deg);
      overflow: hidden; }
      @media (max-width: 1149px) {
        body .col-three-grid > .skew {
          height: 867px; } }
      @media (max-width: 991px) {
        body .col-three-grid > .skew {
          display: none; } }
      body .col-three-grid > .skew:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: url("/dist/images/sliderpattern1.svg") no-repeat;
        background-size: 100%;
        top: -8%;
        right: 0px;
        margin: auto;
        -webkit-transform: rotate(5deg);
             -o-transform: rotate(5deg);
                transform: rotate(5deg); }
        @media only screen and (min-width: 1650px) {
          body .col-three-grid > .skew:before {
            top: -14%; } }
        @media only screen and (min-width: 2000px) {
          body .col-three-grid > .skew:before {
            right: -2%; } }
    body .col-three-grid .intro-wrap {
      text-align: left;
      max-width: 550px; }
      body .col-three-grid .intro-wrap h2 {
        color: #ffffff;
        margin: 15px 0 26px;
        letter-spacing: 0.04em;
        text-transform: capitalize; }
      body .col-three-grid .intro-wrap p {
        color: #ffffff;
        padding-left: 4px;
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 1.25;
        letter-spacing: 0.04em; }
    body .col-three-grid .row-wrap {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 47px;
      width: calc(100% + 20px);
      margin-left: -10px; }
      @media (min-width: 1150px) {
        body .col-three-grid .row-wrap {
          width: calc(100% + 40px);
          margin: 47px -20px 0; } }
      body .col-three-grid .row-wrap .col-wrap {
        position: relative;
        -webkit-transition: all 0.5s cubic-bezier(0.74, 0.38, 0.39, 0.71);
        -o-transition: all 0.5s cubic-bezier(0.74, 0.38, 0.39, 0.71);
        transition: all 0.5s cubic-bezier(0.74, 0.38, 0.39, 0.71);
        overflow: hidden;
        padding: 15px 15px 30px; }
        @media (max-width: 991px) {
          body .col-three-grid .row-wrap .col-wrap {
            margin: 0 0 15px; } }
        body .col-three-grid .row-wrap .col-wrap .img-wrap {
          position: relative;
          border: 1px solid #ffffff; }
          @media (min-width: 1150px) {
            body .col-three-grid .row-wrap .col-wrap .img-wrap {
              height: 378px; } }
          body .col-three-grid .row-wrap .col-wrap .img-wrap:after {
            content: '';
            position: absolute;
            height: 50%;
            width: 100%;
            bottom: 0;
            opacity: 0.8;
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 31, 32, 0)), color-stop(68%, rgba(35, 31, 32, 0.84)), to(#231f20));
            background-image: -webkit-linear-gradient(top, rgba(35, 31, 32, 0), rgba(35, 31, 32, 0.84) 68%, #231f20);
            background-image: -o-linear-gradient(top, rgba(35, 31, 32, 0), rgba(35, 31, 32, 0.84) 68%, #231f20);
            background-image: linear-gradient(to bottom, rgba(35, 31, 32, 0), rgba(35, 31, 32, 0.84) 68%, #231f20);
            left: 0; }
          body .col-three-grid .row-wrap .col-wrap .img-wrap img {
            width: 100%;
            height: 100%;
            opacity: 0;
            -webkit-transition: opacity 0.3s linear;
            -o-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear; }
            @media (max-width: 991px) {
              body .col-three-grid .row-wrap .col-wrap .img-wrap img {
                display: block; } }
          body .col-three-grid .row-wrap .col-wrap .img-wrap::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url("/dist/images/defence.png") no-repeat;
            background-size: 100%;
            -webkit-transition: opacity 0.3s linear;
            -o-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear; }
        body .col-three-grid .row-wrap .col-wrap .text-wrap {
          -webkit-transition: all 0.5s cubic-bezier(0.74, 0.38, 0.39, 0.71);
          -o-transition: all 0.5s cubic-bezier(0.74, 0.38, 0.39, 0.71);
          transition: all 0.5s cubic-bezier(0.74, 0.38, 0.39, 0.71);
          position: absolute;
          z-index: 2;
          content: '';
          bottom: 30px;
          left: 59px;
          overflow: hidden;
          padding: 10px 40px 0px 0; }
          @media (min-width: 992px) and (max-width: 1200px) {
            body .col-three-grid .row-wrap .col-wrap .text-wrap {
              left: 30px; } }
          @media (max-width: 991px) {
            body .col-three-grid .row-wrap .col-wrap .text-wrap {
              left: 40px; } }
          body .col-three-grid .row-wrap .col-wrap .text-wrap h4 {
            margin-bottom: 15px; }
          body .col-three-grid .row-wrap .col-wrap .text-wrap .link-text-white {
            font-size: 18px;
            font-weight: 500;
            line-height: 1.67;
            letter-spacing: .36px;
            text-align: left;
            color: #ffffff;
            text-transform: uppercase;
            opacity: 0;
            text-decoration: none;
            -webkit-transition: opacity 0.2s linear;
            -o-transition: opacity 0.2s linear;
            transition: opacity 0.2s linear;
            letter-spacing: 0.05em; }
            body .col-three-grid .row-wrap .col-wrap .text-wrap .link-text-white span {
              position: relative; }
              body .col-three-grid .row-wrap .col-wrap .text-wrap .link-text-white span:after {
                content: "";
                position: absolute;
                display: inline-block;
                border-style: solid;
                border-width: 2px 2px 0 0;
                margin-left: 5px;
                height: 7px;
                right: -18px;
                top: 8px;
                -webkit-transform: translateX(0) rotate(45deg);
                     -o-transform: translateX(0) rotate(45deg);
                        transform: translateX(0) rotate(45deg);
                width: 7px;
                background: none; }
        body .col-three-grid .row-wrap .col-wrap.slick-current .img-wrap {
          border: none; }
          body .col-three-grid .row-wrap .col-wrap.slick-current .img-wrap:before {
            opacity: 0; }
          body .col-three-grid .row-wrap .col-wrap.slick-current .img-wrap img {
            opacity: 1;
            -webkit-transition: opacity 0.3s linear;
            -o-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear; }
        body .col-three-grid .row-wrap .col-wrap.slick-current .inner-wrap {
          -webkit-box-shadow: -1px 12px 20px #296767;
                  box-shadow: -1px 12px 20px #296767; }
          @media (max-width: 595px) {
            body .col-three-grid .row-wrap .col-wrap.slick-current .inner-wrap {
              -webkit-box-shadow: -1px 9px 23px #296767;
                      box-shadow: -1px 9px 23px #296767; } }
        body .col-three-grid .row-wrap .col-wrap.slick-current .text-wrap {
          -webkit-transform: translateY(-41px);
               -o-transform: translateY(-41px);
                  transform: translateY(-41px); }
          @media (max-width: 480px) {
            body .col-three-grid .row-wrap .col-wrap.slick-current .text-wrap {
              -webkit-transform: translateY(-20px);
                   -o-transform: translateY(-20px);
                      transform: translateY(-20px); } }
          body .col-three-grid .row-wrap .col-wrap.slick-current .text-wrap a {
            opacity: 1; }
        body .col-three-grid .row-wrap .col-wrap .inner-wrap {
          -webkit-transition: -webkit-box-shadow 0.2s linear;
          transition: -webkit-box-shadow 0.2s linear;
          -o-transition: box-shadow 0.2s linear;
          transition: box-shadow 0.2s linear;
          transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear; }
        body .col-three-grid .row-wrap .col-wrap:hover .inner-wrap {
          -webkit-box-shadow: -1px 9px 19px #296767;
                  box-shadow: -1px 9px 19px #296767; }
          body .col-three-grid .row-wrap .col-wrap:hover .inner-wrap .img-wrap::before {
            opacity: 0; }
          body .col-three-grid .row-wrap .col-wrap:hover .inner-wrap .img-wrap img {
            opacity: 1; }
        body .col-three-grid .row-wrap .col-wrap:hover .text-wrap {
          -webkit-transform: translateY(-41px);
               -o-transform: translateY(-41px);
                  transform: translateY(-41px); }
          body .col-three-grid .row-wrap .col-wrap:hover .text-wrap a {
            opacity: 1; }
      body .col-three-grid .row-wrap .slick-dots {
        margin: 18px auto 0; }
        @media (max-width: 991px) {
          body .col-three-grid .row-wrap .slick-dots {
            margin-top: 0; } }
        body .col-three-grid .row-wrap .slick-dots li {
          display: inline-block;
          position: relative;
          width: 15px;
          height: 15px;
          border: 1px solid #ffffff;
          border-radius: 50%;
          margin: 0 7px;
          -webkit-transition: background .3s ease-in-out;
          -o-transition: background .3s ease-in-out;
          transition: background .3s ease-in-out;
          cursor: pointer; }
          @media (max-width: 595px) {
            body .col-three-grid .row-wrap .slick-dots li {
              margin: 0 9px; } }
          body .col-three-grid .row-wrap .slick-dots li button {
            display: none; }
          body .col-three-grid .row-wrap .slick-dots li.slick-active {
            width: 13px;
            height: 13px;
            opacity: 1;
            background: #57c4c7;
            border: none; }
          body .col-three-grid .row-wrap .slick-dots li:hover {
            background: #57c4c7; }
      body .col-three-grid .row-wrap .slick-arrow {
        content: "";
        position: absolute;
        cursor: pointer;
        border-style: solid;
        border-width: 1px 1px 0 0;
        height: 20px;
        right: 0;
        top: 41%;
        -webkit-transform: translateX(0) rotate(45deg);
             -o-transform: translateX(0) rotate(45deg);
                transform: translateX(0) rotate(45deg);
        width: 20px;
        background: none;
        font-size: 0;
        color: #ffffff; }
        @media (max-width: 1399px) {
          body .col-three-grid .row-wrap .slick-arrow {
            width: 15px;
            height: 15px;
            top: auto;
            bottom: 4px; } }
        @media (max-width: 595px) {
          body .col-three-grid .row-wrap .slick-arrow {
            bottom: 3px; } }
        @media (max-width: 595px) {
          body .col-three-grid .row-wrap .slick-arrow {
            margin: 0 9px; } }
        body .col-three-grid .row-wrap .slick-arrow.slick-prev {
          left: -11px;
          -webkit-transform: rotate(230deg);
               -o-transform: rotate(230deg);
                  transform: rotate(230deg); }
          @media (max-width: 1399px) {
            body .col-three-grid .row-wrap .slick-arrow.slick-prev {
              left: calc(50% - 105px); } }
          @media (max-width: 595px) {
            body .col-three-grid .row-wrap .slick-arrow.slick-prev {
              left: calc(50% - 140px); } }
        body .col-three-grid .row-wrap .slick-arrow.slick-next {
          right: -11px; }
          @media (max-width: 1399px) {
            body .col-three-grid .row-wrap .slick-arrow.slick-next {
              right: calc(50% - 105px); } }
          @media (max-width: 595px) {
            body .col-three-grid .row-wrap .slick-arrow.slick-next {
              right: calc(50% - 140px); } }
  body .col-three-card {
    padding: 5px 0;
    z-index: 1;
    opacity: 0; }
    @media (max-width: 991px) {
      body .col-three-card {
        padding: 40px 0;
        overflow: hidden; } }
    @media (max-width: 767px) {
      body .col-three-card {
        padding: 30px 0; } }
    body .col-three-card .bg-img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      -webkit-transform-origin: bottom left;
           -o-transform-origin: bottom left;
              transform-origin: bottom left;
      -webkit-transform: skewY(-8.7deg);
           -o-transform: skewY(-8.7deg);
              transform: skewY(-8.7deg); }
      body .col-three-card .bg-img img {
        width: 100%;
        height: 100%; }
    body .col-three-card .row-wrapper {
      width: 100%;
      padding-top: 245px; }
      @media (max-width: 991px) {
        body .col-three-card .row-wrapper {
          padding-top: 0; } }
      body .col-three-card .row-wrapper .intro {
        max-width: 600px;
        padding-bottom: 62px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body .col-three-card .row-wrapper .intro {
            padding-bottom: 30px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .col-three-card .row-wrapper .intro {
            padding-bottom: 30px; } }
        @media (max-width: 595px) {
          body .col-three-card .row-wrapper .intro {
            padding-bottom: 30px;
            max-width: 500px; } }
        body .col-three-card .row-wrapper .intro h2 {
          color: #ffffff;
          display: block;
          margin: 15px 0 28px 0;
          letter-spacing: 0.04em; }
          @media (max-width: 595px) {
            body .col-three-card .row-wrapper .intro h2 {
              margin: 15px 0 15px 0; } }
        body .col-three-card .row-wrapper .intro p {
          color: #ffffff;
          font-size: 20px;
          font-weight: 300;
          line-height: 1.25;
          padding: 0 80px 0 2px; }
          @media (max-width: 595px) {
            body .col-three-card .row-wrapper .intro p {
              padding: 0 0 0 2px; } }
      @media (min-width: 596px) {
        body .col-three-card .row-wrapper .col-three-wrap {
          width: calc(100% + 28px);
          margin-left: -14px;
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      body .col-three-card .row-wrapper .col-three-wrap .col-wrap {
        position: relative;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        @media (min-width: 992px) {
          body .col-three-card .row-wrapper .col-three-wrap .col-wrap {
            width: calc(33.33% - 28px);
            min-height: 396px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .col-three-card .row-wrapper .col-three-wrap .col-wrap {
            min-height: 342px;
            width: calc(33.33% - 28px); } }
        @media (min-width: 596px) {
          body .col-three-card .row-wrapper .col-three-wrap .col-wrap {
            margin: 0 14px;
            border-bottom: 2px solid #202020; } }
        @media (max-width: 595px) {
          body .col-three-card .row-wrapper .col-three-wrap .col-wrap {
            margin: 0 10px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body .col-three-card .row-wrapper .col-three-wrap .col-wrap {
            width: calc(50% - 28px);
            margin-bottom: 50px;
            min-height: 339px; }
            body .col-three-card .row-wrapper .col-three-wrap .col-wrap:last-child {
              margin: 0 auto; } }
        body .col-three-card .row-wrapper .col-three-wrap .col-wrap > a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          font-size: 0; }
        body .col-three-card .row-wrapper .col-three-wrap .col-wrap:hover {
          border-bottom: 2px solid #57c4c7; }
          body .col-three-card .row-wrapper .col-three-wrap .col-wrap:hover .content-wrap {
            height: 232px;
            background: #000000; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body .col-three-card .row-wrapper .col-three-wrap .col-wrap:hover .content-wrap {
                height: 200px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .col-three-card .row-wrapper .col-three-wrap .col-wrap:hover .content-wrap {
                height: 200px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body .col-three-card .row-wrapper .col-three-wrap .col-wrap:hover .content-wrap {
                height: 200px; } }
            body .col-three-card .row-wrapper .col-three-wrap .col-wrap:hover .content-wrap h5 {
              margin: 10px 0 12px 0; }
              @media (min-width: 992px) and (max-width: 1150px) {
                body .col-three-card .row-wrapper .col-three-wrap .col-wrap:hover .content-wrap h5 {
                  margin: 5px 0 7px 0; } }
              @media (min-width: 768px) and (max-width: 991px) {
                body .col-three-card .row-wrapper .col-three-wrap .col-wrap:hover .content-wrap h5 {
                  margin: 5px 0 7px 0; } }
              @media (max-width: 767px) {
                body .col-three-card .row-wrapper .col-three-wrap .col-wrap:hover .content-wrap h5 {
                  margin: 5px 0 7px 0; } }
            body .col-three-card .row-wrapper .col-three-wrap .col-wrap:hover .content-wrap p {
              margin-bottom: 37px; }
              @media (min-width: 992px) and (max-width: 1150px) {
                body .col-three-card .row-wrapper .col-three-wrap .col-wrap:hover .content-wrap p {
                  margin-bottom: 20px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                body .col-three-card .row-wrapper .col-three-wrap .col-wrap:hover .content-wrap p {
                  margin-bottom: 20px; } }
              @media (max-width: 767px) {
                body .col-three-card .row-wrapper .col-three-wrap .col-wrap:hover .content-wrap p {
                  margin-bottom: 20px; } }
            body .col-three-card .row-wrapper .col-three-wrap .col-wrap:hover .content-wrap a {
              opacity: 1;
              -webkit-transform: translateY(0px);
                   -o-transform: translateY(0px);
                      transform: translateY(0px); }
          @media only screen and (min-width: 1150px) {
            body .col-three-card .row-wrapper .col-three-wrap .col-wrap:hover .img-wrap {
              height: 162px; } }
          @media (min-width: 992px) and (max-width: 1150px) {
            body .col-three-card .row-wrapper .col-three-wrap .col-wrap:hover .img-wrap {
              height: 194px; } }
        body .col-three-card .row-wrapper .col-three-wrap .col-wrap .img-wrap {
          position: relative;
          max-width: 410px;
          height: 225px;
          -webkit-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          @media (min-width: 768px) and (max-width: 991px) {
            body .col-three-card .row-wrapper .col-three-wrap .col-wrap .img-wrap {
              height: 170px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body .col-three-card .row-wrapper .col-three-wrap .col-wrap .img-wrap {
              height: 170px; } }
          @media (max-width: 595px) {
            body .col-three-card .row-wrapper .col-three-wrap .col-wrap .img-wrap {
              height: 170px;
              max-width: 100%; } }
          body .col-three-card .row-wrapper .col-three-wrap .col-wrap .img-wrap span {
            position: absolute;
            top: 26px;
            left: 30px;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.38;
            letter-spacing: 0.13em;
            text-align: left; }
            @media (min-width: 992px) and (max-width: 1024px) {
              body .col-three-card .row-wrapper .col-three-wrap .col-wrap .img-wrap span {
                top: 45px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body .col-three-card .row-wrapper .col-three-wrap .col-wrap .img-wrap span {
                top: 25px;
                left: 20px; } }
          body .col-three-card .row-wrapper .col-three-wrap .col-wrap .img-wrap img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        body .col-three-card .row-wrapper .col-three-wrap .col-wrap .content-wrap {
          padding: 5px 0 5px;
          overflow: hidden;
          height: 168px;
          position: absolute;
          bottom: 0;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          background: transparent; }
          @media (min-width: 596px) and (max-width: 767px) {
            body .col-three-card .row-wrapper .col-three-wrap .col-wrap .content-wrap {
              padding: 10px; } }
          @media (max-width: 595px) {
            body .col-three-card .row-wrapper .col-three-wrap .col-wrap .content-wrap {
              padding: 20px 0;
              position: relative;
              overflow: visible;
              height: auto; } }
          body .col-three-card .row-wrapper .col-three-wrap .col-wrap .content-wrap h5 {
            color: #ffffff;
            margin: 11px 0 18px 0;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            max-height: 66px;
            overflow: hidden; }
          body .col-three-card .row-wrapper .col-three-wrap .col-wrap .content-wrap p {
            color: #ffffff;
            margin-bottom: 22px;
            font-size: 18px;
            font-weight: 300;
            line-height: 1.39;
            letter-spacing: 0.72px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            max-height: 55px;
            overflow: hidden; }
          body .col-three-card .row-wrapper .col-three-wrap .col-wrap .content-wrap a {
            position: relative;
            color: #57c4c7;
            text-decoration: none;
            outline: none;
            opacity: 0;
            -webkit-transform: translateY(50px);
                 -o-transform: translateY(50px);
                    transform: translateY(50px);
            font-size: 18px;
            font-weight: 600;
            line-height: 1.39;
            letter-spacing: 0.72px;
            text-align: left;
            text-transform: uppercase;
            position: relative; }
            @media (max-width: 595px) {
              body .col-three-card .row-wrapper .col-three-wrap .col-wrap .content-wrap a {
                opacity: 1;
                -webkit-transform: translateY(0);
                     -o-transform: translateY(0);
                        transform: translateY(0);
                font-size: 16px; } }
            body .col-three-card .row-wrapper .col-three-wrap .col-wrap .content-wrap a:after {
              content: "";
              position: absolute;
              display: inline-block;
              border-style: solid;
              border-width: 2px 2px 0 0;
              margin-left: 5px;
              height: 7px;
              right: -18px;
              top: 8px;
              -webkit-transform: translateX(0) rotate(45deg);
              -o-transform: translateX(0) rotate(45deg);
              transform: translateX(0) rotate(45deg);
              width: 7px;
              background: none; }
              @media (max-width: 595px) {
                body .col-three-card .row-wrapper .col-three-wrap .col-wrap .content-wrap a:after {
                  top: 6px; } }
    body .col-three-card .slick-dots {
      margin-top: 20px;
      padding: 0 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      body .col-three-card .slick-dots li {
        display: inline-block;
        position: relative;
        width: 15px;
        height: 15px;
        border: 1px solid #ffffff;
        border-radius: 50%;
        margin: 0 7px;
        -webkit-transition: background .3s ease-in-out;
        -o-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
        cursor: pointer; }
        @media (max-width: 595px) {
          body .col-three-card .slick-dots li {
            margin: 0 6px; } }
        body .col-three-card .slick-dots li button {
          display: none; }
        body .col-three-card .slick-dots li.slick-active {
          width: 13px;
          height: 13px;
          opacity: 1;
          background: #57c4c7;
          border: none; }
        body .col-three-card .slick-dots li:hover {
          background: #57c4c7; }
    body .col-three-card .slick-arrow {
      content: "";
      position: absolute;
      cursor: pointer;
      border-style: solid;
      border-width: 1px 1px 0 0;
      right: 0;
      bottom: 0;
      -webkit-transform: translateX(0) rotate(45deg);
           -o-transform: translateX(0) rotate(45deg);
              transform: translateX(0) rotate(45deg);
      width: 15px;
      height: 15px;
      background: none;
      font-size: 0;
      color: #ffffff;
      margin: 0 9px; }
      body .col-three-card .slick-arrow.slick-prev {
        left: 0;
        -webkit-transform: rotate(230deg);
             -o-transform: rotate(230deg);
                transform: rotate(230deg); }
      body .col-three-card .slick-arrow.slick-next {
        right: 0; }
  body .footer-cta {
    padding: 163px 0 110px 0;
    min-height: 900px; }
    @media (max-width: 1149px) {
      body .footer-cta {
        min-height: 700px; } }
    @media (max-width: 991px) {
      body .footer-cta {
        padding: 40px 0;
        min-height: auto; } }
    @media (max-width: 767px) {
      body .footer-cta {
        padding: 30px 0; } }
    body .footer-cta.form-visible {
      height: auto; }
    body .footer-cta .column-wrapper {
      width: 100%;
      position: relative; }
      body .footer-cta .column-wrapper .content-wrap {
        max-width: 700px; }
        body .footer-cta .column-wrapper .content-wrap h1 {
          color: white;
          margin-bottom: 32px; }
          @media (max-width: 767px) {
            body .footer-cta .column-wrapper .content-wrap h1 {
              margin-bottom: 20px; } }
        body .footer-cta .column-wrapper .content-wrap p {
          color: white;
          margin-bottom: 20px;
          font-size: 22px;
          font-weight: 300;
          max-width: 655px;
          letter-spacing: 0.05em;
          line-height: 1.45;
          padding-left: 4px; }
          @media (max-width: 991px) {
            body .footer-cta .column-wrapper .content-wrap p {
              padding-left: inherit; } }
        body .footer-cta .column-wrapper .content-wrap .button-wrap {
          display: block;
          margin-top: 55px; }
          @media (max-width: 767px) {
            body .footer-cta .column-wrapper .content-wrap .button-wrap {
              margin-bottom: 0; } }
      body .footer-cta .column-wrapper .form-holder {
        padding: 63px;
        background: #202020;
        display: none;
        margin-bottom: 333px; }
        @media (max-width: 1149px) {
          body .footer-cta .column-wrapper .form-holder {
            margin-bottom: 233px; } }
        @media (max-width: 991px) {
          body .footer-cta .column-wrapper .form-holder {
            margin-bottom: 0; } }
        @media (max-width: 767px) {
          body .footer-cta .column-wrapper .form-holder {
            padding: 40px 20px; } }
        body .footer-cta .column-wrapper .form-holder button span {
          font-size: 16px; }
    body .footer-cta.dot-pattern {
      position: relative; }
      body .footer-cta.dot-pattern::before {
        position: absolute;
        content: '';
        width: 951px;
        height: 898px;
        background: url("/dist/images/dot-pattern.png") no-repeat;
        background-size: 100%;
        top: -33%;
        right: -110%;
        bottom: 0;
        margin: auto;
        -webkit-transition: 0.5s linear;
        -o-transition: 0.5s linear;
        transition: 0.5s linear;
        -webkit-transition-delay: 0.9s;
             -o-transition-delay: 0.9s;
                transition-delay: 0.9s;
        z-index: -1; }
        @media (max-width: 991px) {
          body .footer-cta.dot-pattern::before {
            background-size: 100% 100%;
            height: 100%;
            width: 100%;
            top: 0; } }
      body .footer-cta.dot-pattern.animated::before {
        right: -96px; }
        @media only screen and (max-width: 1400px) {
          body .footer-cta.dot-pattern.animated::before {
            right: 0;
            -webkit-transform: translateX(20px);
                 -o-transform: translateX(20px);
                    transform: translateX(20px); } }
  body .tab-with-content {
    position: relative;
    padding: 14px 0 395px; }
    @media (max-width: 1399px) {
      body .tab-with-content {
        padding: 0 0 286px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .tab-with-content {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body .tab-with-content {
        padding: 30px 0; } }
    body .tab-with-content .bg-img {
      position: absolute;
      top: -110px;
      left: -174px;
      width: 100%;
      height: 100%; }
      @media (max-width: 1399px) {
        body .tab-with-content .bg-img {
          top: -40px;
          left: 0; } }
      @media (max-width: 991px) {
        body .tab-with-content .bg-img {
          top: 0; } }
      body .tab-with-content .bg-img img {
        width: 100%;
        height: 100%; }
    body .tab-with-content .column-wrapper {
      position: relative;
      width: 100%; }
      body .tab-with-content .column-wrapper h2 {
        text-align: left;
        max-width: 540px;
        margin-bottom: -22px;
        height: 400px;
        color: #ffffff;
        text-transform: capitalize;
        letter-spacing: 0.03em;
        padding-left: 3px; }
        @media (max-width: 1149px) {
          body .tab-with-content .column-wrapper h2 {
            margin-bottom: 340px;
            height: inherit; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body .tab-with-content .column-wrapper h2 {
            margin-bottom: 240px; } }
        @media (max-width: 767px) {
          body .tab-with-content .column-wrapper h2 {
            margin-bottom: 20px; } }
      body .tab-with-content .column-wrapper .tab-wrap {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 20px; }
        body .tab-with-content .column-wrapper .tab-wrap .col-four {
          width: 34%;
          margin-top: 130px;
          padding-right: 40px; }
          @media (max-width: 991px) {
            body .tab-with-content .column-wrapper .tab-wrap .col-four {
              width: 40%; } }
          @media (max-width: 767px) {
            body .tab-with-content .column-wrapper .tab-wrap .col-four {
              width: 100%;
              position: relative;
              margin: 0 0 360px 0;
              padding-right: inherit; } }
          @media (max-width: 595px) {
            body .tab-with-content .column-wrapper .tab-wrap .col-four {
              margin: 0 0 300px 0; } }
          @media (max-width: 480px) {
            body .tab-with-content .column-wrapper .tab-wrap .col-four {
              margin: 0 0 200px 0; } }
          body .tab-with-content .column-wrapper .tab-wrap .col-four .mobile-btn {
            width: 100%;
            cursor: pointer;
            background-color: #000000;
            border-radius: 7px; }
            @media (min-width: 768px) {
              body .tab-with-content .column-wrapper .tab-wrap .col-four .mobile-btn {
                display: none; } }
            body .tab-with-content .column-wrapper .tab-wrap .col-four .mobile-btn.rotate p:after {
              -webkit-transform: rotate(-135deg);
                   -o-transform: rotate(-135deg);
                      transform: rotate(-135deg); }
            body .tab-with-content .column-wrapper .tab-wrap .col-four .mobile-btn p {
              cursor: pointer;
              color: #ffffff;
              font-size: 20px;
              line-height: 1.19;
              letter-spacing: 0.81px;
              text-align: left;
              position: relative;
              font-family: "Exo 2", sans-serif;
              padding: 15px 28px 15px 15px; }
              body .tab-with-content .column-wrapper .tab-wrap .col-four .mobile-btn p:after {
                content: "";
                position: absolute;
                display: block;
                top: 50%;
                bottom: 50%;
                margin: auto 0;
                right: 14px;
                width: 10px;
                height: 10px;
                border: solid #ffffff;
                border-width: 0px 2px 2px 0;
                -webkit-transform: rotate(45deg);
                     -o-transform: rotate(45deg);
                        transform: rotate(45deg);
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out; }
          body .tab-with-content .column-wrapper .tab-wrap .col-four ul {
            margin: 0 0 0 11px; }
            @media only screen and (min-width: 768px) {
              body .tab-with-content .column-wrapper .tab-wrap .col-four ul {
                display: block !important; } }
            @media (max-width: 767px) {
              body .tab-with-content .column-wrapper .tab-wrap .col-four ul {
                display: none;
                position: absolute;
                top: 50px;
                left: 0;
                width: 100%;
                z-index: 1;
                margin: 0;
                padding-bottom: 10px;
                background: #000000;
                border-bottom-left-radius: 15px;
                border-bottom-right-radius: 15px; } }
            body .tab-with-content .column-wrapper .tab-wrap .col-four ul li {
              cursor: pointer;
              color: #ffffff;
              font-size: 27px;
              line-height: 1.19;
              letter-spacing: 0.81px;
              margin-bottom: 56px;
              position: relative;
              font-family: "Exo 2", sans-serif; }
              @media (max-width: 1149px) {
                body .tab-with-content .column-wrapper .tab-wrap .col-four ul li {
                  font-size: 20px;
                  margin-bottom: 30px; } }
              @media (max-width: 767px) {
                body .tab-with-content .column-wrapper .tab-wrap .col-four ul li {
                  margin-bottom: inherit;
                  padding: 15px; } }
              body .tab-with-content .column-wrapper .tab-wrap .col-four ul li.active {
                color: #57c4c7; }
                body .tab-with-content .column-wrapper .tab-wrap .col-four ul li.active:before {
                  position: absolute;
                  content: "";
                  top: -3px;
                  left: -9px;
                  height: calc(100% + 5px);
                  width: 3px;
                  background-color: #57c4c7; }
                  @media (max-width: 767px) {
                    body .tab-with-content .column-wrapper .tab-wrap .col-four ul li.active:before {
                      display: none; } }
              body .tab-with-content .column-wrapper .tab-wrap .col-four ul li:hover {
                color: #57c4c7; }
        body .tab-with-content .column-wrapper .tab-wrap .col-eight {
          position: relative;
          width: 66%; }
          @media (max-width: 1399px) {
            body .tab-with-content .column-wrapper .tab-wrap .col-eight {
              margin-top: 30px; } }
          @media (max-width: 991px) {
            body .tab-with-content .column-wrapper .tab-wrap .col-eight {
              width: 60%; } }
          @media (max-width: 767px) {
            body .tab-with-content .column-wrapper .tab-wrap .col-eight {
              width: 100%; } }
          body .tab-with-content .column-wrapper .tab-wrap .col-eight::before {
            position: absolute;
            content: "";
            width: 2px;
            height: 100px;
            background: #ffffff;
            top: 0;
            right: 0;
            margin: auto; }
          body .tab-with-content .column-wrapper .tab-wrap .col-eight:after {
            position: absolute;
            content: "";
            top: 20%;
            left: -30px;
            height: 329px;
            opacity: 0.5;
            width: 2px;
            background-color: #ffffff; }
            @media (max-width: 1149px) {
              body .tab-with-content .column-wrapper .tab-wrap .col-eight:after {
                height: 220px; } }
            @media (max-width: 767px) {
              body .tab-with-content .column-wrapper .tab-wrap .col-eight:after {
                display: none; } }
          body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content {
            display: none; }
            body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .content-wrap {
              border: 1px solid #ffffff68;
              background: #202020;
              max-width: 678px;
              width: 100%;
              min-height: 491px;
              height: 100%;
              padding: 207px 210px 30px 45px;
              margin: -64px 0 0 1px;
              position: relative; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .content-wrap {
                  padding: 160px 20px 30px; } }
              @media (max-width: 767px) {
                body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .content-wrap {
                  margin-left: auto;
                  max-width: 100%;
                  padding: 240px 20px 30px;
                  height: 100%; } }
              @media (max-width: 480px) {
                body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .content-wrap {
                  padding: 190px 14px 20px; } }
              body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .content-wrap h4 {
                color: #ffffff;
                padding-bottom: 16px;
                font-size: 32px; }
                @media (max-width: 991px) {
                  body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .content-wrap h4 {
                    font-size: 28px; } }
              body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .content-wrap p {
                color: #ffffff;
                letter-spacing: 0.04em;
                line-height: 1.3;
                padding-bottom: 15px;
                font-size: 20px; }
                @media (max-width: 480px) {
                  body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .content-wrap p {
                    font-size: 18px; } }
              body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .content-wrap .btn-wrap {
                position: relative;
                margin-top: 27px; }
                @media (max-width: 595px) {
                  body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .content-wrap .btn-wrap {
                    margin-top: 10px; } }
                body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .content-wrap .btn-wrap .link-text {
                  font-weight: 600; }
                  body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .content-wrap .btn-wrap .link-text:hover {
                    font-weight: 600;
                    text-decoration: none; }
            body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .img-wrap {
              position: absolute;
              top: -60%;
              right: 0;
              width: 678px;
              height: 419px; }
              @media (min-width: 768px) and (max-width: 991px) {
                body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .img-wrap {
                  height: auto;
                  top: -50% !important; } }
              body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .img-wrap:after {
                position: absolute;
                content: "";
                bottom: 0;
                left: 0;
                height: 40%;
                width: 100%;
                background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 32, 32, 0)), to(#202020));
                background-image: -webkit-linear-gradient(top, rgba(32, 32, 32, 0), #202020);
                background-image: -o-linear-gradient(top, rgba(32, 32, 32, 0), #202020);
                background-image: linear-gradient(to bottom, rgba(32, 32, 32, 0), #202020); }
              @media (max-width: 1149px) {
                body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .img-wrap {
                  width: 100%;
                  top: -75%;
                  right: 54px; } }
              @media (max-width: 767px) {
                body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .img-wrap {
                  width: 525px;
                  right: 0;
                  left: 0;
                  margin: 0 auto; } }
              @media (max-width: 595px) {
                body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .img-wrap {
                  width: 330px;
                  height: 330px;
                  top: -50%; } }
              @media (max-width: 480px) {
                body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .img-wrap {
                  width: 240px;
                  height: 240px;
                  top: -37%; } }
              body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .img-wrap img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover; }
                @media (min-width: 768px) and (max-width: 991px) {
                  body .tab-with-content .column-wrapper .tab-wrap .col-eight .tab-content .img-wrap img {
                    max-width: 436px; } }
  body .banner-404 {
    min-height: 920px;
    overflow: hidden; }
    body .banner-404:before {
      content: "";
      position: absolute;
      width: 1411px;
      height: 1310px;
      top: 147px;
      z-index: 1;
      left: -489px;
      background: url("/dist/images/circle-white-wave.png") no-repeat; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .banner-404:before {
          left: -473px;
          top: 300px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .banner-404:before {
          top: 8px;
          left: -603px; } }
      @media (max-width: 767px) {
        body .banner-404:before {
          display: none; } }
    body .banner-404:after {
      content: "";
      position: absolute;
      z-index: 1;
      top: -166px;
      width: 700px;
      height: 1300px;
      right: -190px;
      background: url("/dist/images/circle-white-wave.png") no-repeat; }
      @media (min-width: 768px) and (max-width: 991px) {
        body .banner-404:after {
          top: 6px;
          right: -200px; } }
      @media (max-width: 767px) {
        body .banner-404:after {
          display: none; } }
    @media screen and (min-width: 2000px) {
      body .banner-404 {
        min-height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 992px) and (max-width: 1150px) {
      body .banner-404 {
        min-height: 640px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .banner-404 {
        height: 100%;
        min-height: 580px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body .banner-404 {
        min-height: 606px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 595px) {
      body .banner-404 {
        min-height: 606px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 480px) {
      body .banner-404 {
        min-height: 524px; } }
    @media (max-width: 991px) {
      body .banner-404 {
        padding: 40px 0; } }
    body .banner-404 .bg-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      body .banner-404 .bg-img img {
        width: 100%;
        height: 100%; }
    body .banner-404 .content-wrap {
      max-width: 500px;
      position: relative;
      z-index: 1;
      margin: auto;
      text-align: center;
      padding-top: 210px; }
      @media screen and (min-width: 2000px) {
        body .banner-404 .content-wrap {
          padding-top: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body .banner-404 .content-wrap {
          padding-top: 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body .banner-404 .content-wrap {
          padding-top: 0; } }
      @media (max-width: 595px) {
        body .banner-404 .content-wrap {
          text-align: center;
          padding-top: 0; } }
      body .banner-404 .content-wrap h1 {
        color: #ffffff;
        padding-bottom: 16px; }
      body .banner-404 .content-wrap p {
        color: #ffffff;
        font-weight: 500;
        line-height: 1.41;
        letter-spacing: 1.1px; }
        @media screen and (min-width: 991px) {
          body .banner-404 .content-wrap p {
            font-size: 22px; } }
        body .banner-404 .content-wrap p a {
          color: #ffffff; }
          body .banner-404 .content-wrap p a:hover {
            color: #74c1f2; }
      body .banner-404 .content-wrap .btn-wrap {
        margin-top: 20px; }

/*# sourceMappingURL=main.css.map */
