/* 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) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1336px) */
/* (min-width:1151px), (max-width: 1400px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1399px) */
/* (max-width:1150px) */
/* (max-width:1270px) */
/*  (max-width:1356px) */
/*  Media query mixins
   (min-width:1336px) */
/* (max-width:1336px) */
/*  (min-width:992px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (min-width:768px) */
/* (max-width:595px) */
/* (min-width:596px) */
/*  (max-width:480px) */
/* (min-width: 1024px), (max-width: 1329px) */
/* (max-width: 1023px) */
/* (min-width: 1024px) */
@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=ce3f72e4-e293-47b2-aa77-88106c8e4843");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased; }

body {
  background-color: #e0e1e2;
  padding-top: 73px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 1024px) {
    body {
      padding-top: 82px; } }
  @media (min-width: 1150px) {
    body {
      padding-top: 83px; } }
  body.active-cookie {
    padding-top: 187px; }

#block-authentic8-content {
  overflow: hidden;
  width: 100%; }

.play-icon {
  position: relative; }
  .play-icon:after {
    content: '';
    background: url("/themes/authentic8/templates/dist/images/placeholder/play-icon.svg") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 51px;
    height: 51px;
    margin: auto; }

.ban-wrap {
  height: auto;
  width: 100%; }

.strip-wrap {
  width: 100%;
  height: 10px;
  bottom: -1px;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute; }
  @media (max-width: 991px) {
    .strip-wrap {
      z-index: 1; } }
  .strip-wrap .orange {
    width: 65.5%;
    background: #e87722; }
  .strip-wrap .golden {
    width: 34.5%;
    background: #f1c400; }
    .strip-wrap .golden.blue {
      background: #009cde; }

.table-wrap {
  overflow-x: auto;
  width: 100%; }

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

section ul {
  text-align: left;
  margin-bottom: 20px; }
  section ul li {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    padding-left: 20px;
    margin: 15px 0;
    font-family: "proxima-nova"; }
    @media (min-width: 768px) and (max-width: 991px) {
      section ul li {
        font-size: 16px; } }
    @media (max-width: 767px) {
      section ul li {
        font-size: 16px; } }
    section ul li:before {
      content: '';
      position: absolute;
      display: block;
      top: 50%;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%; }
      @media (max-width: 767px) {
        section ul li:before {
          top: 8px; } }

a {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  font-family: "proxima-nova"; }
  a:hover {
    outline: 0;
    text-decoration: none; }

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

img {
  height: auto;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  border: 0; }
  img.align-center {
    width: auto;
    margin-bottom: 10px; }

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; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1330px;
  position: relative;
  z-index: 1; }

.pb-0 {
  padding-bottom: 0; }

.pt-0 {
  padding-top: 0; }

.sub-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1190px;
  position: relative; }

section {
  width: 100%;
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  max-width: 1920px;
  background-color: #ffffff;
  margin: 0 auto; }
  @media (min-width: 992px) and (max-width: 1336px) {
    section {
      padding: 100px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section {
      padding: 60px 0; } }
  @media (max-width: 767px) {
    section {
      padding: 45px 0; } }
  @media (max-width: 767px) {
    section:after {
      display: none; } }

input:-webkit-autofill {
  box-shadow: 0 0 0 30px #faf8fa inset;
  -webkit-box-shadow: 0 0 0 30px #faf8fa 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,
.tab-image-grid .item .white-box:after {
  content: '';
  clear: both;
  display: block; }

footer {
  width: 100%;
  position: relative; }

h1 {
  color: #151831;
  font-size: 62px;
  font-family: "proxima-nova";
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal; }
  @media (min-width: 992px) and (max-width: 1336px) {
    h1 {
      font-size: 52px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h1 {
      font-size: 46px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h1 {
      font-size: 42px; } }
  @media (min-width: 481px) and (max-width: 595px) {
    h1 {
      font-size: 36px; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 32px; } }

h2 {
  color: #151831;
  font-size: 50px;
  font-family: "proxima-nova";
  font-weight: 600;
  line-height: 1.1; }
  @media (min-width: 992px) and (max-width: 1336px) {
    h2 {
      font-size: 46px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h2 {
      font-size: 40px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h2 {
      font-size: 30px; } }
  @media (min-width: 481px) and (max-width: 595px) {
    h2 {
      font-size: 26px; } }
  @media (max-width: 480px) {
    h2 {
      font-size: 24px; } }

h3 {
  color: #151831;
  font-size: 36px;
  font-weight: 700;
  font-family: "proxima-nova";
  line-height: 1.11; }
  @media (min-width: 992px) and (max-width: 1336px) {
    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 {
  color: #151831;
  font-size: 30px;
  font-family: "proxima-nova";
  font-weight: 500;
  line-height: 1.13; }
  @media (min-width: 992px) and (max-width: 1336px) {
    h4 {
      font-size: 28px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h4 {
      font-size: 24px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h4 {
      font-size: 22px; } }
  @media (max-width: 595px) {
    h4 {
      font-size: 20px; } }

h5 {
  color: #151831;
  font-size: 24px;
  font-family: "proxima-nova";
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal; }
  @media (min-width: 992px) and (max-width: 1336px) {
    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: 16px; } }
  @media (max-width: 595px) {
    h5 {
      font-size: 16px; } }

h6 {
  color: #151831;
  font-size: 20px;
  font-family: "proxima-nova";
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.01em; }
  @media (min-width: 768px) and (max-width: 991px) {
    h6 {
      font-size: 18px; } }
  @media (max-width: 767px) {
    h6 {
      font-size: 16px; } }

p {
  font-family: "proxima-nova";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #424b68; }
  @media (max-width: 767px) {
    p {
      line-height: 1.67;
      font-size: 16px; } }
  @media (max-width: 480px) {
    p {
      font-size: 16px; } }

span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: normal;
  font-family: "proxima-nova"; }

strong {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.25;
  letter-spacing: normal;
  font-family: "proxima-nova"; }

sup {
  font-family: "proxima-nova"; }

pre {
  line-height: 1.21;
  font-size: 14px;
  font-family: "proxima-nova";
  letter-spacing: normal; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
ul li a,
ol li a,
span a {
  font-size: inherit;
  color: #68be62; }

.arrow-link {
  color: #e87722 !important;
  margin-top: 10px; }
  .arrow-link:after {
    content: '';
    position: relative;
    display: inline-block;
    top: 3px;
    right: -3px;
    width: 14px;
    height: 14px;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out, -o-transform 0.5s ease-out;
    background-size: 100%;
    background-repeat: no-repeat; }
  .arrow-link:hover:after {
    width: 14px;
    height: 14px;
    -webkit-transform: translateX(6px);
         -o-transform: translateX(6px);
            transform: translateX(6px);
    background-repeat: no-repeat;
    background-size: 100%; }

ol {
  padding: 0;
  margin: 0 0 0 20px;
  list-style: decimal; }
  ol li {
    font-family: "proxima-nova";
    font-size: 18px;
    font-weight: normal;
    line-height: 1.39;
    letter-spacing: normal;
    color: #424c67;
    margin: 15px 0;
    list-style: decimal; }
    @media (max-width: 767px) {
      ol li {
        line-height: 1.67;
        font-size: 16px;
        margin: 10px 0; } }
    @media (max-width: 480px) {
      ol li {
        font-size: 16px; } }

ol li ol {
  padding: 0 0 0 10px; }

input {
  font-family: "proxima-nova";
  font-size: 16px;
  font-weight: 300;
  margin: 0; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "proxima-nova";
  color: #000000;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "proxima-nova";
  color: #000000;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "proxima-nova";
  color: #000000;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "proxima-nova";
  color: #000000;
  opacity: 1; }

.color-white {
  color: #ffffff; }

.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-inner {
  display: table;
  position: relative;
  text-align: left;
  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; }

.row-reverse .col-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

table {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  overflow: scroll;
  margin-top: 10px; }
  table tr th,
  table tr td {
    padding: 10px;
    border: 2px solid #424c67;
    font-family: "proxima-nova"; }
    table tr th h6,
    table tr td h6 {
      color: #424c67; }

h1.heading-1 {
  color: #151831 !important;
  font-size: 62px;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  margin-top: 10px !important;
  margin-bottom: 30px !important;
  letter-spacing: normal; }
  @media (min-width: 992px) and (max-width: 1336px) {
    h1.heading-1 {
      font-size: 52px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h1.heading-1 {
      font-size: 46px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h1.heading-1 {
      font-size: 42px; } }
  @media (min-width: 481px) and (max-width: 595px) {
    h1.heading-1 {
      font-size: 36px; } }
  @media (max-width: 480px) {
    h1.heading-1 {
      font-size: 32px; } }

h2.heading-2 {
  color: #151831 !important;
  font-size: 50px;
  font-weight: 600 !important;
  line-height: 1.1;
  margin-top: 10px !important;
  margin-bottom: 30px !important; }
  @media (min-width: 992px) and (max-width: 1336px) {
    h2.heading-2 {
      font-size: 46px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h2.heading-2 {
      font-size: 40px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h2.heading-2 {
      font-size: 30px; } }
  @media (min-width: 481px) and (max-width: 595px) {
    h2.heading-2 {
      font-size: 26px; } }
  @media (max-width: 480px) {
    h2.heading-2 {
      font-size: 24px; } }

h3.heading-3 {
  color: #151831 !important;
  font-size: 36px;
  font-weight: 700 !important;
  line-height: 1.11 !important;
  margin-top: 10px !important;
  margin-bottom: 30px !important; }
  @media (min-width: 992px) and (max-width: 1336px) {
    h3.heading-3 {
      font-size: 28px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h3.heading-3 {
      font-size: 26px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h3.heading-3 {
      font-size: 24px; } }
  @media (max-width: 595px) {
    h3.heading-3 {
      font-size: 18px; } }

h4.heading-4 {
  color: #151831 !important;
  font-size: 30px;
  font-weight: 500 !important;
  line-height: 1.13 !important;
  margin-top: 10px !important;
  margin-bottom: 30px !important; }
  @media (min-width: 992px) and (max-width: 1336px) {
    h4.heading-4 {
      font-size: 28px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h4.heading-4 {
      font-size: 24px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h4.heading-4 {
      font-size: 22px; } }
  @media (max-width: 595px) {
    h4.heading-4 {
      font-size: 20px; } }

h5.heading-5 {
  color: #151831 !important;
  font-size: 24px;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: normal;
  margin-top: 10px !important;
  margin-bottom: 30px !important; }
  @media (min-width: 992px) and (max-width: 1336px) {
    h5.heading-5 {
      font-size: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h5.heading-5 {
      font-size: 20px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h5.heading-5 {
      font-size: 16px; } }
  @media (max-width: 595px) {
    h5.heading-5 {
      font-size: 16px; } }

h6.heading-6 {
  color: #151831 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  margin-top: 10px;
  margin-bottom: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    h6.heading-6 {
      font-size: 18px; } }
  @media (max-width: 767px) {
    h6.heading-6 {
      font-size: 16px; } }

.empty-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
  opacity: 0;
  z-index: 2; }

.slick-slider {
  opacity: 0; }
  .slick-slider.slick-initialized {
    opacity: 1 !important; }

.error-msg {
  position: absolute;
  top: -80%;
  color: #ffffff;
  background-color: #ff0000;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  max-width: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99; }
  .error-msg:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    width: 20px;
    height: 20px;
    background-color: #ff0000;
    -webkit-transform: translateX(-50%) rotate(-45deg);
         -o-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
    z-index: -1; }

.slider-controls .arrow {
  outline: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("/themes/authentic8/templates/dist/images/svg/dusk-arrow.svg") no-repeat center;
  background-size: contain; }
  .slider-controls .arrow--prev {
    -webkit-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .slider-controls .arrow--next {
    margin-left: 20px; }

.bg-img-full {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0; }
  .bg-img-full img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

/* 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) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1336px) */
/* (min-width:1151px), (max-width: 1400px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1399px) */
/* (max-width:1150px) */
/* (max-width:1270px) */
/*  (max-width:1356px) */
/*  Media query mixins
   (min-width:1336px) */
/* (max-width:1336px) */
/*  (min-width:992px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (min-width:768px) */
/* (max-width:595px) */
/* (min-width:596px) */
/*  (max-width:480px) */
/* (min-width: 1024px), (max-width: 1329px) */
/* (max-width: 1023px) */
/* (min-width: 1024px) */
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white a,
.text-white span {
  color: #ffffff !important; }

.text-white .learn-more:after {
  background-image: url("/themes/authentic8/templates/dist/images/icons/white_arrow.svg"); }

.text-astronaut {
  color: #274071; }

.bg-astronaut {
  background-color: #274071; }

.text-gray7 {
  color: #eaedf0; }

.bg-gray7 {
  background-color: #eaedf0; }

.text-purple5 {
  color: #595ad3; }

.bg-purple5 {
  background-color: #595ad3; }

.text-golden {
  color: #f1c400; }

.bg-golden {
  background-color: #f1c400; }

.text-blue {
  color: #009cde; }

.bg-blue {
  background-color: #009cde; }

.text-white {
  color: #ffffff; }

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

.text-black {
  color: #000000; }

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

.text-primary {
  color: #2f3640; }

.bg-primary {
  background-color: #2f3640; }

.text-primary2 {
  color: #231f20; }

.bg-primary2 {
  background-color: #231f20; }

.text-primary3 {
  color: #151930; }

.bg-primary3 {
  background-color: #151930; }

.text-orange {
  color: #e87722; }

.bg-orange {
  background-color: #e87722; }

.text-silver {
  color: #f1f3f5; }

.bg-silver {
  background-color: #f1f3f5; }

.text-gray {
  color: #f2f2f2; }

.bg-gray {
  background-color: #f2f2f2; }

.text-gray1 {
  color: #c2c6c8; }

.bg-gray1 {
  background-color: #c2c6c8; }

.text-gray2 {
  color: #797a89; }

.bg-gray2 {
  background-color: #797a89; }

.text-gray3 {
  color: #8690a4; }

.bg-gray3 {
  background-color: #8690a4; }

.text-gray4 {
  color: #8690a3; }

.bg-gray4 {
  background-color: #8690a3; }

.text-gray5 {
  color: #e9e9eb; }

.bg-gray5 {
  background-color: #e9e9eb; }

.text-gray6 {
  color: #bdc4cc; }

.bg-gray6 {
  background-color: #bdc4cc; }

.text-gray9 {
  color: #e0e1e2; }

.bg-gray9 {
  background-color: #e0e1e2; }

.text-pale-grey2 {
  color: #f5f6f8; }

.bg-pale-grey2 {
  background-color: #f5f6f8; }

.text-pale-gray3 {
  color: #edeff0; }

.bg-pale-gray3 {
  background-color: #edeff0; }

.text-pale-gray4 {
  color: #f2f3f5; }

.bg-pale-gray4 {
  background-color: #f2f3f5; }

.text-silver {
  color: #f1f3f5; }

.bg-silver {
  background-color: #f1f3f5; }

.text-dusk {
  color: #424b68; }

.bg-dusk {
  background-color: #424b68; }

.text-purple {
  color: #685bc7; }

.bg-purple {
  background-color: #685bc7; }

.text-sky-blue2 {
  color: #43b1e3; }

.bg-sky-blue2 {
  background-color: #43b1e3; }

.text-slate_gray {
  color: #59595c; }

.bg-slate_gray {
  background-color: #59595c; }

.text-light_gray {
  color: #e0e0e0; }

.bg-light_gray {
  background-color: #e0e0e0; }

.text-dark-blue {
  color: #151831; }

.bg-dark-blue {
  background-color: #151831; }

.text-dark-blue1 {
  color: #252d6a; }

.bg-dark-blue1 {
  background-color: #252d6a; }

.text-hex1 {
  color: #424b68; }

.bg-hex1 {
  background-color: #424b68; }

.text-hex2 {
  color: #444e69; }

.bg-hex2 {
  background-color: #444e69; }

.text-hex3 {
  color: #424c67; }

.bg-hex3 {
  background-color: #424c67; }

.text-blue-purple2 {
  color: #353994; }

.bg-blue-purple2 {
  background-color: #353994; }

.text-sky-blue1 {
  color: #3cb0e5; }

.bg-sky-blue1 {
  background-color: #3cb0e5; }

/* 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) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1336px) */
/* (min-width:1151px), (max-width: 1400px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1399px) */
/* (max-width:1150px) */
/* (max-width:1270px) */
/*  (max-width:1356px) */
/*  Media query mixins
   (min-width:1336px) */
/* (max-width:1336px) */
/*  (min-width:992px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (min-width:768px) */
/* (max-width:595px) */
/* (min-width:596px) */
/*  (max-width:480px) */
/* (min-width: 1024px), (max-width: 1329px) */
/* (max-width: 1023px) */
/* (min-width: 1024px) */
.padding-bottom-xxl {
  padding: 350px 0 !important; }
  @media (min-width: 992px) and (max-width: 1024px) {
    .padding-bottom-xxl {
      padding: 150px 0 !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-bottom-xxl {
      padding: 80px 0 !important; } }
  @media (max-width: 767px) {
    .padding-bottom-xxl {
      padding: 45px 0 !important; } }

.padding-xl {
  padding: 150px 0 !important; }
  @media (min-width: 992px) and (max-width: 1024px) {
    .padding-xl {
      padding: 80px 0 !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-xl {
      padding: 80px 0 !important; } }
  @media (max-width: 767px) {
    .padding-xl {
      padding: 45px 0 !important; } }

.padding-top-xl {
  padding-top: 150px !important; }
  @media (min-width: 992px) and (max-width: 1024px) {
    .padding-top-xl {
      padding-top: 80px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-top-xl {
      padding-top: 80px !important; } }
  @media (max-width: 767px) {
    .padding-top-xl {
      padding-top: 45px !important; } }

.padding-bottom-xl {
  padding-bottom: 150px !important; }
  @media (min-width: 992px) and (max-width: 1024px) {
    .padding-bottom-xl {
      padding-bottom: 80px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-bottom-xl {
      padding-bottom: 80px !important; } }
  @media (max-width: 767px) {
    .padding-bottom-xl {
      padding-bottom: 45px !important; } }

.large-padding {
  padding: 120px 0 !important; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .large-padding {
      padding: 80px 0 !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .large-padding {
      padding: 50px 0 !important; } }
  @media (max-width: 767px) {
    .large-padding {
      padding: 30px 0 !important; } }

.large-padding-bottom {
  padding-bottom: 120px !important; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .large-padding-bottom {
      padding-bottom: 80px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .large-padding-bottom {
      padding-bottom: 50px !important; } }
  @media (max-width: 767px) {
    .large-padding-bottom {
      padding-bottom: 30px !important; } }

.large-padding-top {
  padding-top: 120px !important; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .large-padding-top {
      padding-top: 80px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .large-padding-top {
      padding-top: 50px !important; } }
  @media (max-width: 767px) {
    .large-padding-top {
      padding-top: 30px !important; } }

.medium-padding {
  padding: 100px 0 !important; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .medium-padding {
      padding: 70px 0 !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .medium-padding {
      padding: 70px 0 !important; } }
  @media (max-width: 767px) {
    .medium-padding {
      padding: 30px 0 !important; } }

.medium-padding-top {
  padding-top: 100px !important; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .medium-padding-top {
      padding-top: 70px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .medium-padding-top {
      padding-top: 70px !important; } }
  @media (max-width: 767px) {
    .medium-padding-top {
      padding-top: 30px !important; } }

.medium-padding-bottom {
  padding-bottom: 100px !important; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .medium-padding-bottom {
      padding-bottom: 70px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .medium-padding-bottom {
      padding-bottom: 70px !important; } }
  @media (max-width: 767px) {
    .medium-padding-bottom {
      padding-bottom: 30px !important; } }

.average-padding {
  padding: 65px 0 !important; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .average-padding {
      padding: 40px 0 !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .average-padding {
      padding: 30px 0 !important; } }
  @media (max-width: 767px) {
    .average-padding {
      padding: 30px 0 !important; } }

.average-padding-top {
  padding-top: 65px !important; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .average-padding-top {
      padding-top: 40px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .average-padding-top {
      padding-top: 30px !important; } }
  @media (max-width: 767px) {
    .average-padding-top {
      padding-top: 30px !important; } }

.average-padding-bottom {
  padding-bottom: 65px !important; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .average-padding-bottom {
      padding-bottom: 40px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .average-padding-bottom {
      padding-bottom: 30px !important; } }
  @media (max-width: 767px) {
    .average-padding-bottom {
      padding-bottom: 30px !important; } }

.small-padding {
  padding: 50px 0 !important; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .small-padding {
      padding: 40px 0 !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .small-padding {
      padding: 30px 0 !important; } }
  @media (max-width: 767px) {
    .small-padding {
      padding: 30px 0 !important; } }

.small-padding-top {
  padding-top: 50px !important; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .small-padding-top {
      padding-top: 40px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .small-padding-top {
      padding-top: 30px !important; } }
  @media (max-width: 767px) {
    .small-padding-top {
      padding-top: 30px !important; } }

.small-padding-bottom {
  padding-bottom: 50px !important; }
  @media (min-width: 992px) and (max-width: 1336px) {
    .small-padding-bottom {
      padding-bottom: 40px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .small-padding-bottom {
      padding-bottom: 30px !important; } }
  @media (max-width: 767px) {
    .small-padding-bottom {
      padding-bottom: 30px !important; } }

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

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

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

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

img:-moz-loading {
  visibility: hidden; }

input::-ms-clear {
  display: none; }

select::-ms-expand {
  display: none; }

input:-webkit-autofill:focus {
  -o-transition: 'color 9999s ease-out, background-color 9999s ease-out';
  transition: 'color 9999s ease-out, background-color 9999s ease-out';
  transition-delay: 9999s;
  -webkit-transition: 'color 9999s ease-out, background-color 9999s ease-out';
  -webkit-transition-delay: 9999s; }

input:-webkit-autofill {
  -o-transition: 'color 9999s ease-out, background-color 9999s ease-out';
  transition: 'color 9999s ease-out, background-color 9999s ease-out';
  transition-delay: 9999s;
  -webkit-transition: 'color 9999s ease-out, background-color 9999s ease-out';
  -webkit-transition-delay: 9999s; }

button::-moz-focus-inner {
  border: 0; }

.scroll-reveal {
  opacity: 0; }
  .scroll-reveal.is-revealed {
    opacity: 1; }

.link-hover:after {
  content: attr(data-hover);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1); }

#home_icon1_loop,
#home_icon2_loop,
#home_icon3_loop,
#about_icon1_loop,
#about_icon2_loop,
#about_icon3_loop,
#about_icon4_loop {
  display: none; }

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

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

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

.top-margin-10 {
  margin-top: 10px !important; }
  @media (max-width: 767px) {
    .top-margin-10 {
      margin-top: 5px !important; } }

.top-margin-20 {
  margin-top: 20px !important; }
  @media (max-width: 767px) {
    .top-margin-20 {
      margin-top: 10px !important; } }

.top-margin-25 {
  margin-top: 25px !important; }

.top-margin-40 {
  margin-top: 40px !important; }
  @media (max-width: 991px) {
    .top-margin-40 {
      margin-top: 30px !important; } }
  @media (max-width: 595px) {
    .top-margin-40 {
      margin-top: 20px !important; } }

.top-margin-50 {
  margin-top: 50px !important; }
  @media (max-width: 595px) {
    .top-margin-50 {
      margin-top: 40px !important; } }

.top-margin-75 {
  margin-top: 75px !important; }
  @media (max-width: 991px) {
    .top-margin-75 {
      margin-top: 60px !important; } }
  @media (max-width: 595px) {
    .top-margin-75 {
      margin-top: 40px !important; } }

.top-margin-100 {
  margin-top: 100px !important; }
  @media (max-width: 991px) {
    .top-margin-100 {
      margin-top: 60px !important; } }
  @media (max-width: 595px) {
    .top-margin-100 {
      margin-top: 40px !important; } }

.bottom-margin-25 {
  margin-bottom: 25px !important; }

.bottom-margin-50 {
  margin-bottom: 50px !important; }
  @media (max-width: 595px) {
    .bottom-margin-50 {
      margin-bottom: 40px !important; } }

.bottom-margin-75 {
  margin-bottom: 75px !important; }
  @media (max-width: 991px) {
    .bottom-margin-75 {
      margin-bottom: 60px !important; } }
  @media (max-width: 595px) {
    .bottom-margin-75 {
      margin-bottom: 40px !important; } }

.bottom-margin-100 {
  margin-bottom: 100px !important; }
  @media (max-width: 991px) {
    .bottom-margin-100 {
      margin-bottom: 60px !important; } }
  @media (max-width: 595px) {
    .bottom-margin-100 {
      margin-bottom: 40px !important; } }

.bg-blue-gradiant {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c64b1), to(#3cb0e5));
  background-image: -webkit-linear-gradient(top, #3c64b1, #3cb0e5);
  background-image: -o-linear-gradient(top, #3c64b1, #3cb0e5);
  background-image: linear-gradient(to bottom, #3c64b1, #3cb0e5); }

.large {
  font-size: 38px; }
  @media (max-width: 991px) {
    .large {
      font-size: 34px; } }
  @media (max-width: 767px) {
    .large {
      font-size: 30px; } }
  .large span {
    font-size: 38px; }
    @media (max-width: 991px) {
      .large span {
        font-size: 34px; } }
    @media (max-width: 767px) {
      .large span {
        font-size: 30px; } }

.medium {
  font-size: 34px; }
  @media (max-width: 991px) {
    .medium {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .medium {
      font-size: 26px; } }
  .medium span {
    font-size: 34px; }
    @media (max-width: 991px) {
      .medium span {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .medium span {
        font-size: 26px; } }

.small {
  font-size: 30px; }
  @media (max-width: 991px) {
    .small {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .small {
      font-size: 22px; } }
  .small span {
    font-size: 30px; }
    @media (max-width: 991px) {
      .small span {
        font-size: 26px; } }
    @media (max-width: 767px) {
      .small span {
        font-size: 22px; } }

.watch-video, .video-play-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .watch-video:after, .video-play-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    background: url(/themes/authentic8/templates/dist/images/icons/video-play-icon.svg) no-repeat;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
    border-radius: 50%; }

.light-blue-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3f6ab1+0,43ade0+100 */
  background: #3f6ab1;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3f6ab1 0%, #43ade0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#3f6ab1), to(#43ade0));
  background: -o-linear-gradient(top, #3f6ab1 0%, #43ade0 100%);
  background: linear-gradient(to bottom, #3f6ab1 0%, #43ade0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6ab1', endColorstr='#43ade0',GradientType=0 );
  /* IE6-9 */ }

.light-purple-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3371+0,5658cd+100 */
  background: #2a3371;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2a3371 0%, #5658cd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#2a3371), to(#5658cd));
  background: -o-linear-gradient(top, #2a3371 0%, #5658cd 100%);
  background: linear-gradient(to bottom, #2a3371 0%, #5658cd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a3371', endColorstr='#5658cd',GradientType=0 );
  /* IE6-9 */ }

.bottom-line::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: 1070px;
  width: 84%;
  margin: 0 auto;
  height: 1px;
  opacity: 0.4;
  background: #797a89;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (max-width: 767px) {
    .bottom-line::after {
      height: 1.5px; } }

.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; }

.wow {
  visibility: hidden; }

.animated {
  -webkit-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
     animation-duration: 0.5s;
  -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 fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

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

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

@-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 fadeInLeft {
  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 fadeInLeft {
  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 fadeInLeft {
  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: fadeInLeft;
  -o-animation-name: fadeInLeft;
     animation-name: fadeInLeft; }

@-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 fadeInRight {
  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 fadeInRight {
  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 fadeInRight {
  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: fadeInRight;
  -o-animation-name: fadeInRight;
     animation-name: fadeInRight; }

@-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 fadeInUp {
  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 fadeInUp {
  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 fadeInUp {
  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); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
     animation-name: fadeInUp;
  -webkit-animation: fadeInUp 0.9s 0s both;
       -o-animation: fadeInUp 0.9s 0s both;
          animation: fadeInUp 0.9s 0s both; }

@-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; }

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

@-webkit-keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    color: transparent; }
  to {
    color: transparent;
    text-shadow: 0 0 0 #fff; } }

@-o-keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    color: transparent; }
  to {
    color: transparent;
    text-shadow: 0 0 0 #fff; } }

@keyframes blur {
  from {
    text-shadow: 0 0 100px #fff;
    color: transparent; }
  to {
    color: transparent;
    text-shadow: 0 0 0 #fff; } }

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

@-webkit-keyframes scaleRight {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom; } }

@-o-keyframes scaleRight {
  from {
    -o-transform: scale(0);
       transform: scale(0);
    -o-transform-origin: right bottom;
       transform-origin: right bottom; }
  to {
    -o-transform: scale(1);
       transform: scale(1);
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

@keyframes scaleRight {
  from {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom; }
  to {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom; } }

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

@-webkit-keyframes scaleLeft {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom; } }

@-o-keyframes scaleLeft {
  from {
    -o-transform: scale(0);
       transform: scale(0);
    -o-transform-origin: left bottom;
       transform-origin: left bottom; }
  to {
    -o-transform: scale(1);
       transform: scale(1);
    -o-transform-origin: left bottom;
       transform-origin: left bottom; } }

@keyframes scaleLeft {
  from {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom; }
  to {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom; } }

.wefadeInRight {
  -webkit-animation: we-fade-in-right 1.2s 0.2s both;
  -o-animation: we-fade-in-right 1.2s 0.2s both;
     animation: we-fade-in-right 1.2s 0.2s both; }

.wefadeInLeft {
  -webkit-animation: we-fade-in-left 1.2s 0.2s both;
  -o-animation: we-fade-in-left 1.2s 0.2s both;
     animation: we-fade-in-left 1.2s 0.2s both; }

.wefadeInBottom {
  -webkit-animation: we-fade-in-bottom 2s ease-in-out 0.2s both;
  -o-animation: we-fade-in-bottom 2s ease-in-out 0.2s both;
     animation: we-fade-in-bottom 2s ease-in-out 0.2s both; }

.kenburns-bottom-right {
  -webkit-animation: kenburns-bottom-right 12s ease-in-out both;
  -o-animation: kenburns-bottom-right 12s ease-in-out both;
     animation: kenburns-bottom-right 12s ease-in-out both; }
  @media (max-width: 480px) {
    .kenburns-bottom-right {
      -webkit-animation: kenburns-bottom-right-mobile 12s ease-in-out both;
      -o-animation: kenburns-bottom-right-mobile 12s ease-in-out both;
         animation: kenburns-bottom-right-mobile 12s ease-in-out both; } }

/**
 * ----------------------------------------
 * custom animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes we-fade-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-o-keyframes we-fade-in-right {
  0% {
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
       transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1; } }

@keyframes we-fade-in-right {
  0% {
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
       transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1; } }

.we-zoom-in {
  -webkit-animation: we-zoom-in 1.2s 0.2s both;
  -o-animation: we-zoom-in 1.2s 0.2s both;
     animation: we-zoom-in 1.2s 0.2s both; }

@-webkit-keyframes we-zoom-in {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-o-keyframes we-zoom-in {
  0% {
    -o-transform: scale(0.75);
       transform: scale(0.75);
    opacity: 0; }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 1; } }

@keyframes we-zoom-in {
  0% {
    -webkit-transform: scale(0.75);
         -o-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

/**
 * ----------------------------------------
 * custom animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes we-fade-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-o-keyframes we-fade-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
       transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1; } }

@keyframes we-fade-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    -o-transform: translateX(-100px);
       transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes we-fade-in-bottom {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-o-keyframes we-fade-in-bottom {
  0% {
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
       transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes we-fade-in-bottom {
  0% {
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
       transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes we-fade-in-up {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-o-keyframes we-fade-in-up {
  0% {
    -o-transform: translateY(-20px);
       transform: translateY(-20px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes we-fade-in-up {
  0% {
    -webkit-transform: translateY(-20px);
         -o-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.wefadeInUp {
  -webkit-animation: wefadeInUp 1.2s 0.2s both;
  -o-animation: wefadeInUp 1.2s 0.2s both;
     animation: wefadeInUp 1.2s 0.2s both; }

@-webkit-keyframes we-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes we-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes we-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.wefadeIn {
  -webkit-animation: we-fade-in 1.2s 0.2s both;
  -o-animation: we-fade-in 1.2s 0.2s both;
     animation: we-fade-in 1.2s 0.2s both; }

@-o-keyframes wefadeInUp {
  0% {
    -o-transform: translateY(20px);
       transform: translateY(20px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes wefadeInUp {
  0% {
    -webkit-transform: translateY(20px);
         -o-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.wefadeInUplarge {
  -webkit-animation: wefadeInUplarge 1.2s 0.2s both;
  -o-animation: wefadeInUplarge 1.2s 0.2s both;
     animation: wefadeInUplarge 1.2s 0.2s both; }

@-webkit-keyframes wefadeInUplarge {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-o-keyframes wefadeInUplarge {
  0% {
    -o-transform: translateY(100px);
       transform: translateY(100px);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes wefadeInUplarge {
  0% {
    -webkit-transform: translateY(100px);
         -o-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes svgUpDown {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1580px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 3100px; } }

@-o-keyframes svgUpDown {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1580px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 3100px; } }

@keyframes svgUpDown {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1580px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 3100px; } }

@-webkit-keyframes svgCircleRotate {
  from {
    stroke-dasharray: 180px;
    stroke-dashoffset: 180px; }
  to {
    stroke-dasharray: 180px;
    stroke-dashoffset: 0px; } }

@-o-keyframes svgCircleRotate {
  from {
    stroke-dasharray: 180px;
    stroke-dashoffset: 180px; }
  to {
    stroke-dasharray: 180px;
    stroke-dashoffset: 0px; } }

@keyframes svgCircleRotate {
  from {
    stroke-dasharray: 180px;
    stroke-dashoffset: 180px; }
  to {
    stroke-dasharray: 180px;
    stroke-dashoffset: 0px; } }

@-webkit-keyframes svgDownUp {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1540px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 10px; } }

@-o-keyframes svgDownUp {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1540px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 10px; } }

@keyframes svgDownUp {
  from {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 1540px; }
  to {
    stroke-dasharray: 1540px;
    stroke-dashoffset: 10px; } }

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

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

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

/**
 * ----------------------------------------
 * animation kenburns-bottom-right
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
    transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

@-o-keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
       transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    -o-transform-origin: 94% 94%;
       transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
    -o-transform: scale(1.25) translate(20px, 15px);
       transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

@keyframes kenburns-bottom-right {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
       transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    -o-transform-origin: 94% 94%;
       transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
    -o-transform: scale(1.25) translate(20px, 15px);
       transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

/**
 * ----------------------------------------
 * animation kenburns-bottom-right-mobile
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-bottom-right-mobile {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.15) translate(20px, 15px);
    transform: scale(1.15) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

@-o-keyframes kenburns-bottom-right-mobile {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
       transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    -o-transform-origin: 94% 94%;
       transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.15) translate(20px, 15px);
    -o-transform: scale(1.15) translate(20px, 15px);
       transform: scale(1.15) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

@keyframes kenburns-bottom-right-mobile {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
       transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 94% 94%;
    -o-transform-origin: 94% 94%;
       transform-origin: 94% 94%; }
  100% {
    -webkit-transform: scale(1.15) translate(20px, 15px);
    -o-transform: scale(1.15) translate(20px, 15px);
       transform: scale(1.15) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom; } }

.header-2023 {
  max-width: 1920px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  position: fixed;
  top: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 5px 2px rgba(66, 75, 104, 0.13);
          box-shadow: 0 5px 5px 2px rgba(66, 75, 104, 0.13);
  z-index: 99; }
  @media (max-width: 1023px) {
    .header-2023 {
      -webkit-box-shadow: 0px 3px 10px 3px rgba(21, 24, 49, 0.3);
              box-shadow: 0px 3px 10px 3px rgba(21, 24, 49, 0.3); } }
  .header-2023 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .header-2023 .site-logo {
    position: relative;
    max-width: 158px;
    width: 100%;
    height: 23px; }
    @media (max-width: 767px) {
      .header-2023 .site-logo {
        max-width: 156px; } }
    .header-2023 .site-logo img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .header-2023 .search-btn {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url(/themes/authentic8/templates/dist/images/icons/grey-search-icon.svg) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px; }
  .header-2023 .setting-icon {
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-right: 7px;
    background: url(/themes/authentic8/templates/dist/images/icons/settings-suggest.svg) no-repeat center;
    background-size: contain;
    vertical-align: middle; }
  .header-2023 .close-btn {
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: url(/themes/authentic8/templates/dist/images/icons/cross-icon-white.svg) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    display: inline-block; }
  .header-2023 .new-text-btn {
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    display: inline-block; }
    .header-2023 .new-text-btn::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      background-color: #ffffff;
      width: 100%; }
      @media (max-width: 767px) {
        .header-2023 .new-text-btn::before {
          height: 1px;
          bottom: 3px; } }
    @media (max-width: 767px) {
      .header-2023 .new-text-btn {
        font-size: 14px; } }
    .header-2023 .new-text-btn--with-arrow::after {
      content: ' >'; }
  .header-2023__top-bar {
    background-color: #151831;
    padding: 10px 0;
    display: none; }
    .header-2023__top-bar .row {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .header-2023__top-bar .highlighted-text {
      color: #ffffff;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 50px);
              flex: 0 0 calc(100% - 50px);
      max-width: calc(100% - 50px); }
      @media (min-width: 768px) {
        .header-2023__top-bar .highlighted-text {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .header-2023__top-bar .highlighted-text {
          font-size: 14px; } }
  @media (max-width: 1023px) {
    .header-2023__bottom {
      padding: 24px 0; } }
  .header-2023__bottom .container > .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-2023 .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 158px);
            flex: 0 0 calc(100% - 158px);
    max-width: calc(100% - 158px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1023px) {
      .header-2023 .nav {
        display: none;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        position: absolute;
        top: 48px;
        left: 0;
        right: 0;
        width: 100vw;
        height: calc(100vh - 48px);
        border-top: 1px solid #bdc4cc;
        background: #ffffff;
        overflow-y: auto;
        padding: 0 20px 50px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .header-2023 .nav__links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px;
      padding-left: 57px; }
      @media (min-width: 1024px) and (max-width: 1150px) {
        .header-2023 .nav__links {
          -webkit-column-gap: 15px;
             -moz-column-gap: 15px;
                  column-gap: 15px;
          padding-left: 30px; } }
      @media (max-width: 1023px) {
        .header-2023 .nav__links {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding-left: 0;
          -webkit-column-gap: 0;
             -moz-column-gap: 0;
                  column-gap: 0; } }
    .header-2023 .nav__link {
      padding: 32px 0;
      position: inherit; }
      @media (max-width: 1023px) {
        .header-2023 .nav__link {
          padding: 24px 0;
          border-bottom: 1px solid #bdc4cc; } }
      .header-2023 .nav__link > a {
        color: #151831;
        font-size: 15px;
        font-weight: 700;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
        text-transform: uppercase;
        position: relative; }
        .header-2023 .nav__link > a::before {
          content: '';
          position: absolute;
          bottom: -34px;
          left: 0;
          width: 0;
          height: 5px;
          border-radius: 10px;
          background-color: #3cb0e5;
          z-index: 22;
          -webkit-transition: width 0.5s ease-in-out;
          -o-transition: width 0.5s ease-in-out;
          transition: width 0.5s ease-in-out; }
          @media (max-width: 1023px) {
            .header-2023 .nav__link > a::before {
              bottom: -142%;
              opacity: 0; } }
        @media (min-width: 1024px) and (max-width: 1050px) {
          .header-2023 .nav__link > a {
            font-size: 13px !important; } }
        @media (min-width: 1050px) and (max-width: 1150px) {
          .header-2023 .nav__link > a {
            font-size: 14px; } }
        @media (max-width: 1023px) {
          .header-2023 .nav__link > a {
            font-size: 18px;
            pointer-events: none; } }
        .header-2023 .nav__link > a:hover {
          color: #3cb0e5; }
      .header-2023 .nav__link .arrow {
        cursor: pointer;
        width: 12px;
        height: 7px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: -o-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out; }
        @media (min-width: 1024px) {
          .header-2023 .nav__link .arrow {
            width: 8px;
            height: 5px; } }
        .header-2023 .nav__link .arrow img {
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          -webkit-transition: -webkit-filter 0.3s ease-in-out;
          transition: -webkit-filter 0.3s ease-in-out;
          -o-transition: filter 0.3s ease-in-out;
          transition: filter 0.3s ease-in-out;
          transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out; }
      @media (min-width: 1024px) {
        .header-2023 .nav__link:hover > a {
          color: #3cb0e5; }
          .header-2023 .nav__link:hover > a:before {
            width: 100%; } }
      @media (min-width: 1024px) {
        .header-2023 .nav__link:hover > .arrow {
          -webkit-transform: rotate(180deg);
               -o-transform: rotate(180deg);
                  transform: rotate(180deg); }
          .header-2023 .nav__link:hover > .arrow img {
            -webkit-filter: invert(61%) sepia(28%) saturate(1138%) hue-rotate(157deg) brightness(98%) contrast(83%);
                    filter: invert(61%) sepia(28%) saturate(1138%) hue-rotate(157deg) brightness(98%) contrast(83%); } }
      @media (min-width: 1024px) {
        .header-2023 .nav__link:hover .megamenu__dropdown {
          opacity: 1;
          visibility: visible; } }
      .header-2023 .nav__link.active-link > a {
        color: #3cb0e5; }
    .header-2023 .nav__link--no-dropdown > a {
      pointer-events: all; }
      .header-2023 .nav__link--no-dropdown > a::before {
        display: none; }
    .header-2023 .nav__link--no-dropdown .arrow {
      display: none; }
    @media (min-width: 1024px) {
      .header-2023 .nav + .search-btn {
        display: none; } }
    @media (max-width: 1023px) {
      .header-2023 .nav + .search-btn {
        position: absolute;
        top: 50%;
        right: 65px;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%); } }
    .header-2023 .nav__link--active > a {
      color: #3cb0e5; }
      .header-2023 .nav__link--active > a:before {
        width: 100%; }
    .header-2023 .nav__link--active > .arrow {
      -webkit-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
      .header-2023 .nav__link--active > .arrow img {
        -webkit-filter: invert(61%) sepia(28%) saturate(1138%) hue-rotate(157deg) brightness(98%) contrast(83%);
                filter: invert(61%) sepia(28%) saturate(1138%) hue-rotate(157deg) brightness(98%) contrast(83%); }
  @media (max-width: 1023px) {
    .header-2023 .btn-wrapper {
      margin-top: 24px; } }
  @media (max-width: 1023px) {
    .header-2023 .btn-wrapper .search-btn {
      display: none; } }
  .header-2023 .btn-wrapper a {
    padding: 10px 13px;
    border-width: 1px; }
    @media (max-width: 595px) {
      .header-2023 .btn-wrapper a {
        display: block;
        padding: 14px 13px; } }
    .header-2023 .btn-wrapper a:not(:last-of-type) {
      margin-right: 17px; }
      @media (min-width: 992px) and (max-width: 1336px) {
        .header-2023 .btn-wrapper a:not(:last-of-type) {
          margin-right: 10px; } }
      @media (max-width: 595px) {
        .header-2023 .btn-wrapper a:not(:last-of-type) {
          margin-right: 0; } }
    @media (max-width: 595px) {
      .header-2023 .btn-wrapper a:not(:first-child) {
        margin-top: 10px; } }
    .header-2023 .btn-wrapper a span::after {
      width: 14px;
      height: 14px; }
    .header-2023 .btn-wrapper a:hover span {
      left: -9px; }
      .header-2023 .btn-wrapper a:hover span:after {
        right: -19px; }
  @media (min-width: 1024px) {
    .header-2023 .megamenu__dropdown {
      position: absolute;
      top: 83px;
      left: 41px;
      background-color: #ffffff;
      width: 100%;
      min-height: 146px;
      border-radius: 10px;
      padding: 30px 36px;
      z-index: 20;
      border-radius: 10px;
      -webkit-box-shadow: 0px 3px 10px 3px #1518314D;
              box-shadow: 0px 3px 10px 3px #1518314D;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; } }
  @media (min-width: 1024px) and (max-width: 1150px) {
    .header-2023 .megamenu__dropdown {
      top: 82px; } }
  @media (max-width: 1023px) {
    .header-2023 .megamenu__dropdown {
      display: none;
      max-width: 100%;
      margin-top: 24px;
      left: 0 !important;
      position: relative;
      top: unset;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0;
      padding: 20px 0 0 12px;
      border-top: 1px solid #bdc4cc; }
      .header-2023 .megamenu__dropdown::before {
        content: '';
        position: absolute;
        top: -2.5px;
        left: 0;
        width: 0;
        max-width: 81px;
        height: 5px;
        border-radius: 10px;
        background-color: #3cb0e5;
        opacity: 0;
        -webkit-transition: width 0.3s ease-in-out, opacity 0.2 ease-in-out;
        -o-transition: width 0.3s ease-in-out, opacity 0.2 ease-in-out;
        transition: width 0.3s ease-in-out, opacity 0.2 ease-in-out; } }
  .header-2023 .megamenu__items > .row {
    width: calc(100% + 30px);
    margin-left: -15px; }
  .header-2023 .megamenu__links-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    padding-inline: 15px; }
    @media (max-width: 767px) {
      .header-2023 .megamenu__links-wrapper {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    @media (max-width: 767px) {
      .header-2023 .megamenu__links-wrapper:not(:first-child) {
        margin-top: 36px; } }
    .header-2023 .megamenu__links-wrapper ul:not(:first-child) {
      margin-top: 36px; }
    .header-2023 .megamenu__links-wrapper ul li {
      font-size: 14px; }
      .header-2023 .megamenu__links-wrapper ul li:not(:first-child) {
        margin-top: 17px; }
      .header-2023 .megamenu__links-wrapper ul li a {
        color: #424b68;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
        .header-2023 .megamenu__links-wrapper ul li a:hover {
          color: #bdc4cc; }
  .header-2023 .megamenu__links-title {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif; }
  .header-2023 .megamenu__action {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #bdc4cc; }
    .header-2023 .megamenu__action .learn-more {
      font-size: 14px;
      padding-right: 25px; }
      .header-2023 .megamenu__action .learn-more::after {
        width: 16px;
        height: 16px;
        top: unset;
        right: 0;
        background-image: url(/themes/authentic8/templates/dist/images/icons/arrow-right-with-circle-green.svg);
        background-size: contain; }
      .header-2023 .megamenu__action .learn-more:hover::after {
        right: -5px; }
  .header-2023 .megamenu--sm {
    max-width: 260px; }
    @media (max-width: 1023px) {
      .header-2023 .megamenu--sm {
        max-width: 100%; } }
  .header-2023 .megamenu--md {
    max-width: 536px; }
    @media (max-width: 1023px) {
      .header-2023 .megamenu--md {
        max-width: 100%; } }
  .header-2023 .megamenu--lg {
    max-width: 771px; }
    @media (max-width: 1023px) {
      .header-2023 .megamenu--lg {
        max-width: 100%; } }
  .header-2023 .megamenu--open {
    display: block; }
    @media (max-width: 1023px) {
      .header-2023 .megamenu--open::before {
        opacity: 1;
        width: 100%; } }
  .header-2023 .hamburger {
    position: relative;
    width: 27px;
    height: 25px;
    font-size: 0;
    cursor: pointer;
    margin-left: auto;
    padding: 0; }
    @media (min-width: 1024px) {
      .header-2023 .hamburger {
        display: none; } }
    @media (max-width: 1023px) {
      .header-2023 .hamburger {
        display: block; } }
    .header-2023 .hamburger span {
      width: 100%;
      height: 3px;
      background: #424b68;
      display: block; }
      .header-2023 .hamburger span:nth-child(1) {
        position: absolute;
        top: 3px;
        left: 0;
        -webkit-animation-name: hamburgerOneReverse;
             -o-animation-name: hamburgerOneReverse;
                animation-name: hamburgerOneReverse;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 500ms;
             -o-animation-duration: 500ms;
                animation-duration: 500ms; }
      .header-2023 .hamburger span:nth-child(2) {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-animation-name: hamburgerTwoReverse;
             -o-animation-name: hamburgerTwoReverse;
                animation-name: hamburgerTwoReverse;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 500ms;
             -o-animation-duration: 500ms;
                animation-duration: 500ms; }
      .header-2023 .hamburger span:nth-child(3) {
        position: absolute;
        top: 19px;
        left: 0;
        -webkit-animation-name: hamburgerThreeReverse;
             -o-animation-name: hamburgerThreeReverse;
                animation-name: hamburgerThreeReverse;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 500ms;
             -o-animation-duration: 500ms;
                animation-duration: 500ms; }
    .header-2023 .hamburger.active span:nth-child(1) {
      -webkit-animation-name: hamburgerOne;
           -o-animation-name: hamburgerOne;
              animation-name: hamburgerOne;
      -webkit-animation-fill-mode: forwards;
           -o-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-duration: 500ms;
           -o-animation-duration: 500ms;
              animation-duration: 500ms; }
    .header-2023 .hamburger.active span:nth-child(3) {
      -webkit-animation-name: hamburgerThree;
           -o-animation-name: hamburgerThree;
              animation-name: hamburgerThree;
      -webkit-animation-fill-mode: forwards;
           -o-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-duration: 500ms;
           -o-animation-duration: 500ms;
              animation-duration: 500ms; }
    .header-2023 .hamburger.active span:nth-child(2) {
      -webkit-animation-name: hamburgerTwo;
           -o-animation-name: hamburgerTwo;
              animation-name: hamburgerTwo;
      -webkit-animation-fill-mode: forwards;
           -o-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-duration: 500ms;
           -o-animation-duration: 500ms;
              animation-duration: 500ms;
      opacity: 0; }
  .header-2023 .products .megamenu__dropdown {
    left: 15%; }
  .header-2023 .use-cases .megamenu__dropdown {
    left: 24.3%; }
    @media (min-width: 1024px) and (max-width: 1329px) {
      .header-2023 .use-cases .megamenu__dropdown {
        left: 22%; } }
  .header-2023 .partners .megamenu__dropdown {
    left: 33.5%; }
  .header-2023 .resources .megamenu__dropdown {
    left: 41.7%; }
  .header-2023 .company .megamenu__dropdown {
    left: 51.7%; }

@-webkit-keyframes hamburgerOne {
  0% {
    top: 3px;
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg); }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg); }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); } }

@-o-keyframes hamburgerOne {
  0% {
    top: 3px;
    -o-transform: translateY(0%) rotate(0deg);
       transform: translateY(0%) rotate(0deg); }
  50% {
    top: 50%;
    -o-transform: translateY(-50%) rotate(0deg);
       transform: translateY(-50%) rotate(0deg); }
  100% {
    top: 50%;
    -o-transform: translateY(-50%) rotate(-45deg);
       transform: translateY(-50%) rotate(-45deg); } }

@keyframes hamburgerOne {
  0% {
    top: 3px;
    -webkit-transform: translateY(0%) rotate(0deg);
         -o-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg); }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
         -o-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg); }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
         -o-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); } }

@-webkit-keyframes hamburgerTwo {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes hamburgerTwo {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hamburgerTwo {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes hamburgerThree {
  0% {
    top: 19px;
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg); }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg); }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); } }

@-o-keyframes hamburgerThree {
  0% {
    top: 19px;
    -o-transform: translateY(0%) rotate(0deg);
       transform: translateY(0%) rotate(0deg); }
  50% {
    top: 50%;
    -o-transform: translateY(-50%) rotate(0deg);
       transform: translateY(-50%) rotate(0deg); }
  100% {
    top: 50%;
    -o-transform: translateY(-50%) rotate(45deg);
       transform: translateY(-50%) rotate(45deg); } }

@keyframes hamburgerThree {
  0% {
    top: 19px;
    -webkit-transform: translateY(0%) rotate(0deg);
         -o-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg); }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
         -o-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg); }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
         -o-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); } }

@-webkit-keyframes hamburgerOneReverse {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg); }
  100% {
    top: 3px;
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg); } }

@-o-keyframes hamburgerOneReverse {
  0% {
    top: 50%;
    -o-transform: translateY(-50%) rotate(-45deg);
       transform: translateY(-50%) rotate(-45deg); }
  50% {
    top: 50%;
    -o-transform: translateY(-50%) rotate(0deg);
       transform: translateY(-50%) rotate(0deg); }
  100% {
    top: 3px;
    -o-transform: translateY(0%) rotate(0deg);
       transform: translateY(0%) rotate(0deg); } }

@keyframes hamburgerOneReverse {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
         -o-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
         -o-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg); }
  100% {
    top: 3px;
    -webkit-transform: translateY(0%) rotate(0deg);
         -o-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg); } }

@-webkit-keyframes hamburgerTwoReverse {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes hamburgerTwoReverse {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes hamburgerTwoReverse {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes hamburgerThreeReverse {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg); }
  100% {
    top: 19px;
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg); } }

@-o-keyframes hamburgerThreeReverse {
  0% {
    top: 50%;
    -o-transform: translateY(-50%) rotate(45deg);
       transform: translateY(-50%) rotate(45deg); }
  50% {
    top: 50%;
    -o-transform: translateY(-50%) rotate(0deg);
       transform: translateY(-50%) rotate(0deg); }
  100% {
    top: 19px;
    -o-transform: translateY(0%) rotate(0deg);
       transform: translateY(0%) rotate(0deg); } }

@keyframes hamburgerThreeReverse {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
         -o-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
         -o-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg); }
  100% {
    top: 19px;
    -webkit-transform: translateY(0%) rotate(0deg);
         -o-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg); } }

footer {
  background-color: #151831;
  max-width: 1920px;
  margin: 0 auto; }
  footer a {
    color: #ffffff; }
  footer .column-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 80px 0 47px; }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .column-wrapper {
        padding: 50px 0 45px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      footer .column-wrapper {
        padding: 30px 0 40px; } }
    @media (max-width: 595px) {
      footer .column-wrapper {
        padding: 60px 0 40px; } }
    footer .column-wrapper .col-two {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 18%;
              flex: 0 0 18%;
      max-width: 18%; }
      @media (min-width: 992px) and (max-width: 1199px) {
        footer .column-wrapper .col-two {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 20%;
                  flex: 0 0 20%;
          max-width: 20%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .column-wrapper .col-two {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 23%;
                  flex: 0 0 23%;
          max-width: 23%; } }
      @media (max-width: 767px) {
        footer .column-wrapper .col-two {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      @media (min-width: 596px) and (max-width: 767px) {
        footer .column-wrapper .col-two {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      @media (min-width: 596px) {
        footer .column-wrapper .col-two .outer-wrap {
          margin-top: 30px; } }
      @media (max-width: 595px) {
        footer .column-wrapper .col-two .outer-wrap {
          text-align: center; } }
      footer .column-wrapper .col-two .outer-wrap .logo-wrap {
        width: 160px;
        height: 19px; }
        @media (max-width: 595px) {
          footer .column-wrapper .col-two .outer-wrap .logo-wrap {
            margin: 0 auto; } }
        footer .column-wrapper .col-two .outer-wrap .logo-wrap a {
          cursor: pointer; }
          footer .column-wrapper .col-two .outer-wrap .logo-wrap a img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
      footer .column-wrapper .col-two .outer-wrap p {
        margin-top: 22px; }
        footer .column-wrapper .col-two .outer-wrap p span {
          font-size: 14px;
          font-weight: normal;
          line-height: 1.43;
          letter-spacing: normal;
          text-align: left;
          color: #ffffff;
          max-width: 156px;
          display: block; }
          @media (max-width: 595px) {
            footer .column-wrapper .col-two .outer-wrap p span {
              text-align: center;
              max-width: 100%; } }
        @media (max-width: 595px) {
          footer .column-wrapper .col-two .outer-wrap p {
            margin: 10px auto 0;
            max-width: 100%;
            text-align: center; } }
      footer .column-wrapper .col-two .outer-wrap p + p {
        margin-top: 0; }
      footer .column-wrapper .col-two .outer-wrap .mobile-link {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
        margin-top: 12px;
        color: #ffffff;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
        footer .column-wrapper .col-two .outer-wrap .mobile-link:hover {
          color: #68be62; }
      footer .column-wrapper .col-two .outer-wrap .btn-wrap {
        margin-top: 15px; }
        @media (max-width: 595px) {
          footer .column-wrapper .col-two .outer-wrap .btn-wrap {
            text-align: center; } }
        footer .column-wrapper .col-two .outer-wrap .btn-wrap .btn-default {
          font-size: 14px;
          font-weight: bold;
          line-height: 1.21;
          letter-spacing: normal;
          text-align: center;
          color: #ffffff;
          padding: 5px 30px;
          max-width: 165px; }
          footer .column-wrapper .col-two .outer-wrap .btn-wrap .btn-default span {
            font-size: 14px; }
            footer .column-wrapper .col-two .outer-wrap .btn-wrap .btn-default span:after {
              width: 14px;
              height: 14px;
              background-image: url("/themes/authentic8/templates/dist/images/icons/white_arrow.svg"); }
          footer .column-wrapper .col-two .outer-wrap .btn-wrap .btn-default:hover {
            border-color: #ffffff;
            background-color: rgba(255, 255, 255, 0.15); }
            footer .column-wrapper .col-two .outer-wrap .btn-wrap .btn-default:hover span {
              color: #ffffff; }
          @media (max-width: 1250px) {
            footer .column-wrapper .col-two .outer-wrap .btn-wrap .btn-default {
              padding: 5px 26px; } }
      footer .column-wrapper .col-two .social-link-wrap {
        margin-top: 41px; }
        @media (min-width: 768px) and (max-width: 991px) {
          footer .column-wrapper .col-two .social-link-wrap {
            margin-top: 67px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          footer .column-wrapper .col-two .social-link-wrap {
            margin-top: 30px; } }
        @media (max-width: 595px) {
          footer .column-wrapper .col-two .social-link-wrap {
            margin-top: 20px; } }
        footer .column-wrapper .col-two .social-link-wrap p {
          font-size: 14px;
          font-weight: bold;
          letter-spacing: 0.84px;
          text-align: left;
          color: #5ac8fa; }
          @media (max-width: 595px) {
            footer .column-wrapper .col-two .social-link-wrap p {
              text-align: center; } }
        footer .column-wrapper .col-two .social-link-wrap .icon-wrapper {
          margin-top: 16px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; }
          @media (max-width: 595px) {
            footer .column-wrapper .col-two .social-link-wrap .icon-wrapper {
              text-align: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          footer .column-wrapper .col-two .social-link-wrap .icon-wrapper .icon-box {
            max-width: 20px;
            height: 16px;
            cursor: pointer;
            display: inline-block;
            margin-right: 11px;
            position: relative; }
            @media (max-width: 1250px) {
              footer .column-wrapper .col-two .social-link-wrap .icon-wrapper .icon-box {
                margin-right: 10px; } }
            footer .column-wrapper .col-two .social-link-wrap .icon-wrapper .icon-box a {
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              font-size: 0; }
            footer .column-wrapper .col-two .social-link-wrap .icon-wrapper .icon-box svg {
              -webkit-transition: -webkit-transform 0.3s ease-in-out;
              transition: -webkit-transform 0.3s ease-in-out;
              -o-transition: -o-transform 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
              height: 100%;
              width: 100%; }
              footer .column-wrapper .col-two .social-link-wrap .icon-wrapper .icon-box svg .cls-1 {
                fill: #ffffff;
                stroke: transparent;
                -webkit-transition: fill 0.3s ease-in-out;
                -o-transition: fill 0.3s ease-in-out;
                transition: fill 0.3s ease-in-out; }
            footer .column-wrapper .col-two .social-link-wrap .icon-wrapper .icon-box:hover svg {
              -webkit-transform: translateY(-6px);
                   -o-transform: translateY(-6px);
                      transform: translateY(-6px); }
              footer .column-wrapper .col-two .social-link-wrap .icon-wrapper .icon-box:hover svg .cls-1 {
                fill: #68be62; }
            footer .column-wrapper .col-two .social-link-wrap .icon-wrapper .icon-box:hover img {
              -webkit-transform: translateY(-6px);
                   -o-transform: translateY(-6px);
                      transform: translateY(-6px); }
            footer .column-wrapper .col-two .social-link-wrap .icon-wrapper .icon-box img {
              width: 26px;
              height: 20px;
              -o-object-fit: contain;
                 object-fit: contain;
              -webkit-transition: -webkit-transform 0.3s ease-in-out;
              transition: -webkit-transform 0.3s ease-in-out;
              -o-transition: -o-transform 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out; }
    footer .column-wrapper .col-eight {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(82%);
              flex: 0 0 calc(82%);
      max-width: calc(82%); }
      @media (min-width: 992px) and (max-width: 1199px) {
        footer .column-wrapper .col-eight {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(80% - 30px);
                  flex: 0 0 calc(80% - 30px);
          max-width: calc(80% - 30px);
          margin-left: 30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .column-wrapper .col-eight {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(77% - 50px);
                  flex: 0 0 calc(77% - 50px);
          max-width: calc(77% - 50px);
          margin-left: 50px; } }
      @media (max-width: 767px) {
        footer .column-wrapper .col-eight {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin-left: 0; } }
      footer .column-wrapper .col-eight .links-wrap {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(20% - 20px);
                flex: 0 0 calc(20% - 20px);
        max-width: calc(20% - 20px);
        padding-left: 39px; }
        @media (min-width: 596px) {
          footer .column-wrapper .col-eight .links-wrap {
            margin-top: 30px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          footer .column-wrapper .col-eight .links-wrap {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(25% - 10px);
                    flex: 0 0 calc(25% - 10px);
            max-width: calc(25% - 10px);
            margin-right: 10px; } }
        @media (max-width: 1270px) {
          footer .column-wrapper .col-eight .links-wrap {
            padding-left: 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          footer .column-wrapper .col-eight .links-wrap {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(33.33% - 20px);
                    flex: 0 0 calc(33.33% - 20px);
            max-width: calc(33.33% - 20px);
            margin-bottom: 20px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          footer .column-wrapper .col-eight .links-wrap {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(33.33% - 20px);
                    flex: 0 0 calc(33.33% - 20px);
            max-width: calc(33.33% - 20px);
            margin-top: 20px; } }
        @media (max-width: 595px) {
          footer .column-wrapper .col-eight .links-wrap {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            max-width: 100%;
            margin: 20px auto 0 !important;
            text-align: center; } }
        footer .column-wrapper .col-eight .links-wrap:not(:last-child) {
          margin-right: 20px; }
          @media (min-width: 992px) and (max-width: 1199px) {
            footer .column-wrapper .col-eight .links-wrap:not(:last-child) {
              max-width: calc(25% - 10px);
              margin-right: 10px; } }
        footer .column-wrapper .col-eight .links-wrap:last-child {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 20%;
                  flex: 0 0 20%;
          max-width: 20%; }
          @media (max-width: 595px) {
            footer .column-wrapper .col-eight .links-wrap:last-child {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 100%;
                      flex: 0 0 100%;
              max-width: 100%; } }
        footer .column-wrapper .col-eight .links-wrap ul li {
          max-width: 150px; }
          footer .column-wrapper .col-eight .links-wrap ul li:first-child a {
            color: #5ac8fa;
            font-weight: bold;
            margin-bottom: 10px;
            margin-top: 0;
            max-width: 200px;
            letter-spacing: 0.84px;
            text-align: left;
            padding-top: 5px;
            padding-right: 0;
            text-transform: uppercase; }
            footer .column-wrapper .col-eight .links-wrap ul li:first-child a:after {
              display: none; }
            footer .column-wrapper .col-eight .links-wrap ul li:first-child a:hover {
              color: #5ac8fa; }
          footer .column-wrapper .col-eight .links-wrap ul li > span {
            color: #5ac8fa;
            display: block;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 10px;
            max-width: 200px;
            margin-top: 0;
            letter-spacing: 0.84px;
            text-align: left;
            padding-top: 5px;
            padding-right: 0;
            text-transform: uppercase; }
            @media (max-width: 595px) {
              footer .column-wrapper .col-eight .links-wrap ul li > span {
                text-align: center;
                margin-left: auto;
                margin-right: auto; } }
          footer .column-wrapper .col-eight .links-wrap ul li a {
            font-size: 14px;
            font-weight: normal;
            letter-spacing: normal;
            text-align: left;
            display: inline-block;
            max-width: 200px;
            margin-top: 10px;
            color: #ffffff;
            cursor: pointer;
            padding-right: 15px;
            text-transform: initial; }
            footer .column-wrapper .col-eight .links-wrap ul li a.external-link {
              padding-right: 15px; }
              footer .column-wrapper .col-eight .links-wrap ul li a.external-link::after {
                content: '';
                position: absolute;
                opacity: 0;
                top: 0;
                right: 0;
                width: 14px;
                height: 14px;
                background-image: url("/themes/authentic8/templates/dist/images/icons/external-link-icon.png");
                background-size: contain;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out; }
              footer .column-wrapper .col-eight .links-wrap ul li a.external-link:hover {
                color: #68be62; }
                footer .column-wrapper .col-eight .links-wrap ul li a.external-link:hover::after {
                  -webkit-transform: translateX(7px);
                       -o-transform: translateX(7px);
                          transform: translateX(7px);
                  opacity: 1; }
            footer .column-wrapper .col-eight .links-wrap ul li a:hover {
              color: #68be62; }
            @media (max-width: 595px) {
              footer .column-wrapper .col-eight .links-wrap ul li a {
                margin-top: 5px;
                text-align: center;
                padding-right: 0; } }
          @media (max-width: 595px) {
            footer .column-wrapper .col-eight .links-wrap ul li {
              max-width: 100%; } }
  footer .bottom-box {
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 21px 0 18px;
    border-top: 1px solid #ffffff; }
    @media (max-width: 767px) {
      footer .bottom-box {
        padding: 18px 0; } }
    @media (max-width: 595px) {
      footer .bottom-box {
        position: relative; } }
    footer .bottom-box .wrapper-box {
      position: relative;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center; }
      @media (max-width: 767px) {
        footer .bottom-box .wrapper-box {
          display: block; } }
      @media (max-width: 480px) {
        footer .bottom-box .wrapper-box {
          padding: 0; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        footer .bottom-box .wrapper-box .link-wrap {
          max-width: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: end;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      footer .bottom-box .wrapper-box .copyright-txt {
        line-height: 0.7;
        text-align: right; }
        @media (min-width: 768px) {
          footer .bottom-box .wrapper-box .copyright-txt {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 45%;
                    flex: 0 0 45%;
            max-width: 45%; } }
        @media (max-width: 767px) {
          footer .bottom-box .wrapper-box .copyright-txt {
            width: 100%;
            text-align: center; } }
        @media only screen and (max-width: 768px) {
          footer .bottom-box .wrapper-box .copyright-txt {
            padding-bottom: 5px; } }
      @media (min-width: 768px) {
        footer .bottom-box .wrapper-box .link-wrap {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 55%;
                  flex: 0 0 55%;
          max-width: 55%; } }
      @media (max-width: 767px) {
        footer .bottom-box .wrapper-box .link-wrap {
          width: 100%; } }
      footer .bottom-box .wrapper-box small {
        font-size: 12px;
        line-height: 1;
        vertical-align: top;
        color: #ffffff;
        font-family: "proxima-nova";
        display: inline-block;
        padding-top: 5px;
        letter-spacing: 0.001em; }
        @media (max-width: 767px) {
          footer .bottom-box .wrapper-box small {
            padding-top: 9px;
            padding-right: 0; } }
        footer .bottom-box .wrapper-box small sub {
          display: inline-block;
          vertical-align: text-bottom;
          padding-right: 4px;
          font-size: 15px; }
      footer .bottom-box .wrapper-box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media (max-width: 767px) {
          footer .bottom-box .wrapper-box ul {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        @media (max-width: 480px) {
          footer .bottom-box .wrapper-box ul {
            display: block; } }
        footer .bottom-box .wrapper-box ul li a {
          margin: 0 8px 0;
          position: relative;
          font-size: 12px;
          line-height: 1.67;
          font-weight: normal;
          letter-spacing: normal;
          color: #ffffff;
          -webkit-transition: color 0.3s ease-in-out;
          -o-transition: color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out; }
          @media (max-width: 991px) {
            footer .bottom-box .wrapper-box ul li a {
              margin: 0 10px 0 0; } }
          @media (max-width: 767px) {
            footer .bottom-box .wrapper-box ul li a {
              margin: 0 26px 0 0; } }
          @media (max-width: 480px) {
            footer .bottom-box .wrapper-box ul li a {
              margin: 0; } }
          footer .bottom-box .wrapper-box ul li a:after {
            content: '';
            position: absolute;
            top: 56%;
            -webkit-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%);
            right: -9px;
            margin: auto;
            width: 1px;
            height: 38%;
            background-color: #ffffff;
            cursor: auto; }
            @media (min-width: 768px) and (max-width: 991px) {
              footer .bottom-box .wrapper-box ul li a:after {
                right: -6px; } }
            @media (max-width: 767px) {
              footer .bottom-box .wrapper-box ul li a:after {
                right: -15px; } }
            @media (max-width: 480px) {
              footer .bottom-box .wrapper-box ul li a:after {
                display: none; } }
          footer .bottom-box .wrapper-box ul li a:hover {
            color: #68be62; }
        footer .bottom-box .wrapper-box ul li:first-child a {
          margin-left: 0; }
        footer .bottom-box .wrapper-box ul li:last-child a {
          margin-right: 0; }
          footer .bottom-box .wrapper-box ul li:last-child a:after {
            display: none; }
  footer.bottom-footer .bottom-box {
    border-top: 0; }

.section-heading h2 {
  max-width: 880px; }

.section-heading h5 {
  margin-top: 30px; }

.section-heading .section-heading__highlight {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit; }

.section-heading.text-center h2 {
  margin: 0 auto; }

.section-heading.text-right h2 {
  margin-left: auto; }

@-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 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); } }

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

@-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); } }

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

@-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); } }

@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; }

body.overflow-stop {
  overflow: hidden; }

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