/* Base colors*/
/*  Media query variables */
/** Media query **/
/*  (min-width:481px), (max-width: 595px) */
/*  (max-width:480px) */
/*  (max-width:480px) */
/*  (min-width:596px), (max-width: 767px) */
/* (min-width:596px) */
/* (max-width:595px) */
/*  (min-width:768px), (max-width: 991px) */
/* (min-width:768px) */
/* (max-width:767px) */
/* (min-width:992px), (max-width: 1024px) */
/* (max-width: 1024px) */
/*  (min-width:992px) */
/* (max-width:991px) */
/* (max-width:1199px) */
/* (min-width: 1024px), (max-width: 1200px) */
/* (min-width: 1200px), (max-width:1366px) */
/* (min-width:1200px), (max-width: 1450px) */
/* (min-width:1200px) */
/* (max-width:1200px) */
/* (min-width: 1450px) */
/* (max-width: 1450px) */
/* (max-width: 1600px) */
/* (max-width: 1599px) */
/* (min-width: 1600px), (max-width: 1920px) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased; }

/* Base colors*/
/*  Media query variables */
html {
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "Montserrat", sans-serif; }

section {
  position: relative;
  width: 100%;
  padding: 68px 0;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    section {
      padding: 60px 0; } }
  @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
    section {
      padding: 40px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    section {
      padding: 35px 0; } }
  @media (max-width: 767px) {
    section {
      padding: 30px 0; } }

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

.outer-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1324px;
  position: relative; }

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

ol {
  padding-left: 25px; }
  @media (max-width: 1200px) {
    ol {
      padding-left: 20px; } }
  @media (max-width: 767px) {
    ol {
      padding-left: 15px; } }
  ol li {
    color: #d8d8d8;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    list-style: decimal; }
    @media (max-width: 1200px) {
      ol li {
        font-size: 14px; } }

ul {
  padding-left: 30px; }
  @media (max-width: 1200px) {
    ul {
      padding-left: 25px; } }
  @media (max-width: 767px) {
    ul {
      padding-left: 20px; } }
  ul li {
    color: #d8d8d8;
    font-size: 16px;
    line-height: 1.6;
    list-style: none;
    position: relative; }
    @media (max-width: 1200px) {
      ul li {
        font-size: 14px; } }

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

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

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

/* Flex classes */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%; }

.col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.col-two {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }
  @media (max-width: 991px) {
    .col-two {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.col-three {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%; }
  @media (max-width: 991px) {
    .col-three {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .col-three {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 595px) {
    .col-three {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.col-four {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-six {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.33%;
          flex: 0 0 66.33%;
  max-width: 66.33%; }
  @media (max-width: 991px) {
    .col-six {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

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

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

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

.full-row {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important; }

.no-border {
  border: none !important; }
  .no-border::before, .no-border::after {
    display: none; }

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

.empty-label {
  color: transparent;
  font-size: 0;
  opacity: 0;
  position: absolute; }

.bg-transparent {
  background: transparent; }

.gradient-bar {
  height: 20px; }
  @media (max-width: 767px) {
    .gradient-bar {
      height: 10px; } }
  .gradient-bar--gradient-amaranth-cello {
    background-image: -webkit-gradient(linear, right top, left top, from(#1d334d), to(#e7314e));
    background-image: -webkit-linear-gradient(right, #1d334d, #e7314e);
    background-image: -o-linear-gradient(right, #1d334d, #e7314e);
    background-image: linear-gradient(to left, #1d334d, #e7314e); }

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

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .slick-dots li {
    padding: 0 9px;
    line-height: normal;
    font-size: 0; }
    @media (max-width: 767px) {
      .slick-dots li {
        padding: 0 6px; } }
    .slick-dots li button {
      cursor: pointer;
      font-size: 0;
      height: 14px;
      width: 14px;
      background: #d8d8d8;
      border: 0;
      border-radius: 50%; }
      @media (max-width: 767px) {
        .slick-dots li button {
          width: 9px;
          height: 9px; } }
    .slick-dots li.slick-active button {
      background: #00b5c2; }

.slider-controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .slider-controls__dots ul {
    padding-left: 0; }

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.overlap-section {
  overflow: visible;
  z-index: 5; }
  .overlap-section + section {
    overflow: visible;
    z-index: 3; }

.line-top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 40px);
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background-color: #979797;
  max-width: 1160px; }

.line-bottom:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 40px);
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  background-color: #979797;
  max-width: 1160px; }

/* Fonts */
@font-face {
  font-family: 'Choplin';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/choplin-book.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Choplin';
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/choplin-medium.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Choplin';
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/choplin-book-italic.ttf") format("truetype");
  font-display: swap; }

h1 {
  color: #000000;
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  letter-spacing: 1px;
  font-weight: normal; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    h1 {
      font-size: 55px;
      line-height: 1.11; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h1 {
      font-size: 50px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h1 {
      font-size: 45px; } }
  @media (max-width: 595px) {
    h1 {
      font-size: 45px; } }

h2 {
  color: #000000;
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.22;
  letter-spacing: 1px; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    h2 {
      font-size: 35px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h2 {
      font-size: 32px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h2 {
      font-size: 32px; } }
  @media (max-width: 595px) {
    h2 {
      font-size: 31.5px; } }

h3 {
  color: #000000;
  font-size: 27px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  line-height: 1.22;
  letter-spacing: 1px; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    h3 {
      font-size: 24px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h3 {
      font-size: 22px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h3 {
      font-size: 20px; } }
  @media (max-width: 595px) {
    h3 {
      font-size: 18px; } }

h4 {
  color: #000000;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.22; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    h4 {
      font-size: 22px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h4 {
      font-size: 20px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h4 {
      font-size: 20px; } }
  @media (max-width: 595px) {
    h4 {
      font-size: 18px; } }

h5 {
  color: #000000;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.22;
  letter-spacing: normal; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    h5 {
      font-size: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h5 {
      font-size: 20px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    h5 {
      font-size: 18px; } }
  @media (max-width: 595px) {
    h5 {
      font-size: 16px; } }

h6 {
  color: #000000;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 1.25px; }
  @media (max-width: 767px) {
    h6 {
      font-size: 16px; } }

p {
  color: #1d334d;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.12px; }
  @media (min-width: 596px) and (max-width: 767px) {
    p {
      font-size: 14px; } }
  @media (max-width: 595px) {
    p {
      font-size: 12.5px; } }

blockquote {
  font-size: 30px;
  line-height: 1.33; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    blockquote {
      font-size: 24px;
      line-height: 1.42; } }
  @media (min-width: 768px) and (max-width: 991px) {
    blockquote {
      font-size: 24px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    blockquote {
      font-size: 22px; } }
  @media (max-width: 595px) {
    blockquote {
      font-size: 20px; } }

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

.text-amaranth {
  color: #e7314e; }

.bg-amaranth {
  background-color: #e7314e; }

.text-atomic-tangerine {
  color: #ff9661; }

.bg-atomic-tangerine {
  background-color: #ff9661; }

.text-bondi-blue {
  color: #00b5c2; }

.bg-bondi-blue {
  background-color: #00b5c2; }

.text-bondi blue light {
  color: #00b4c2; }

.bg-bondi blue light {
  background-color: #00b4c2; }

.text-black {
  color: #000000; }

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

.text-cello {
  color: #1d334d; }

.bg-cello {
  background-color: #1d334d; }

.text-indigo {
  color: #4a5ecc; }

.bg-indigo {
  background-color: #4a5ecc; }

.text-light-grey {
  color: #dadada; }

.bg-light-grey {
  background-color: #dadada; }

.text-red {
  color: #e90029; }

.bg-red {
  background-color: #e90029; }

.text-sky-blue {
  color: #86d9e9; }

.bg-sky-blue {
  background-color: #86d9e9; }

.text-white {
  color: #ffffff; }

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

.text-white-grey {
  color: #f2f2f2; }

.bg-white-grey {
  background-color: #f2f2f2; }

.text-yellow-green {
  color: #b8d982; }

.bg-yellow-green {
  background-color: #b8d982; }

.text-light-blue {
  color: #f2fbfc; }

.bg-light-blue {
  background-color: #f2fbfc; }

.text-tangerine {
  color: #ff9661; }

.bg-tangerine {
  background-color: #ff9661; }

.text-indigo {
  color: #4a5ecc; }

.bg-indigo {
  background-color: #4a5ecc; }

.text-color-cello {
  color: #1d334d; }

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

.pattern {
  width: 100%;
  position: absolute; }
  .pattern--up-dot {
    left: 0;
    position: relative;
    width: 100%;
    height: 530px; }
    .pattern--up-dot::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(/wp-content/themes/akasa/assets/images/patterns/dot-pattern-up.svg) no-repeat center;
      background-size: cover; }
      @media (min-width: 1600px) {
        .pattern--up-dot::before {
          width: calc(100% + 155px);
          left: -70px; } }
  .pattern--down-dot {
    left: 0;
    width: 100%;
    height: 400px; }
    .pattern--down-dot::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(/wp-content/themes/akasa/assets/images/patterns/dot_pattern_down.svg) no-repeat center;
      background-size: cover; }
  .pattern--left {
    top: 0;
    left: 0;
    width: 48%;
    height: 702px; }
    @media (min-width: 1200px) and (max-width: 1366px) {
      .pattern--left {
        height: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .pattern--left {
        top: 5%;
        height: 100%; } }
    @media (max-width: 767px) {
      .pattern--left {
        height: 80%;
        width: 100%; }
        .pattern--left::before {
          border-radius: 0; } }
    .pattern--left::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(20%, #f1fbfd));
      background-image: -webkit-linear-gradient(left, #ffffff 0%, #f1fbfd 20%);
      background-image: -o-linear-gradient(left, #ffffff 0%, #f1fbfd 20%);
      background-image: linear-gradient(to right, #ffffff 0%, #f1fbfd 20%);
      border-radius: 0% 420px 420px 0; }
      @media (max-width: 767px) {
        .pattern--left::before {
          border-radius: 0;
          background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(20%, #f1fbfd));
          background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #f1fbfd 20%);
          background-image: -o-linear-gradient(bottom, #ffffff 0%, #f1fbfd 20%);
          background-image: linear-gradient(to top, #ffffff 0%, #f1fbfd 20%); } }
  .pattern--right {
    top: 0;
    left: 0;
    width: 48%;
    height: 702px; }
    @media (min-width: 1200px) and (max-width: 1366px) {
      .pattern--right {
        height: 600px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .pattern--right {
        height: 600px; } }
    @media (max-width: 767px) {
      .pattern--right {
        height: 80%;
        width: 100%; }
        .pattern--right::before {
          border-radius: 0; } }
    .pattern--right::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(20%, #f1fbfd));
      background-image: -webkit-linear-gradient(left, #ffffff 0%, #f1fbfd 20%);
      background-image: -o-linear-gradient(left, #ffffff 0%, #f1fbfd 20%);
      background-image: linear-gradient(to right, #ffffff 0%, #f1fbfd 20%);
      border-radius: 0% 420px 420px 0; }
      @media (max-width: 767px) {
        .pattern--right::before {
          border-radius: 0;
          background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(20%, #f1fbfd));
          background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #f1fbfd 20%);
          background-image: -o-linear-gradient(bottom, #ffffff 0%, #f1fbfd 20%);
          background-image: linear-gradient(to top, #ffffff 0%, #f1fbfd 20%); } }
  .pattern--full-width-left {
    top: 0;
    left: 0;
    width: 95%;
    max-width: 1730px;
    height: 702px; }
    @media (min-width: 1200px) and (max-width: 1366px) {
      .pattern--full-width-left {
        height: 600px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .pattern--full-width-left {
        height: 600px; } }
    @media (max-width: 767px) {
      .pattern--full-width-left {
        height: 80%;
        width: 100%; } }
    .pattern--full-width-left::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(20%, #f1fbfd));
      background-image: -webkit-linear-gradient(left, #ffffff 0%, #f1fbfd 20%);
      background-image: -o-linear-gradient(left, #ffffff 0%, #f1fbfd 20%);
      background-image: linear-gradient(to right, #ffffff 0%, #f1fbfd 20%);
      border-radius: 0 420px 420px 0; }
      @media (max-width: 767px) {
        .pattern--full-width-left::before {
          border-radius: 0;
          background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(20%, #f1fbfd));
          background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #f1fbfd 20%);
          background-image: -o-linear-gradient(bottom, #ffffff 0%, #f1fbfd 20%);
          background-image: linear-gradient(to top, #ffffff 0%, #f1fbfd 20%); } }
  .pattern--full-width-right {
    top: 0;
    right: 0;
    width: 95%;
    max-width: 1730px;
    height: 702px; }
    @media (min-width: 1200px) and (max-width: 1366px) {
      .pattern--full-width-right {
        height: 600px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .pattern--full-width-right {
        height: 600px; } }
    @media (max-width: 767px) {
      .pattern--full-width-right {
        height: 80%;
        width: 100%; } }
    .pattern--full-width-right::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(20%, #f1fbfd));
      background-image: -webkit-linear-gradient(right, #ffffff 0%, #f1fbfd 20%);
      background-image: -o-linear-gradient(right, #ffffff 0%, #f1fbfd 20%);
      background-image: linear-gradient(to left, #ffffff 0%, #f1fbfd 20%);
      border-radius: 420px 0 0 420px; }
      @media (max-width: 767px) {
        .pattern--full-width-right::before {
          border-radius: 0;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(20%, #f1fbfd));
          background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1fbfd 20%);
          background-image: -o-linear-gradient(top, #ffffff 0%, #f1fbfd 20%);
          background-image: linear-gradient(to bottom, #ffffff 0%, #f1fbfd 20%); } }

.blue-gradient--circle-left {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  height: 702px; }
  @media (min-width: 1200px) and (max-width: 1366px) {
    .blue-gradient--circle-left {
      height: 600px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .blue-gradient--circle-left {
      height: 600px; } }
  @media (max-width: 767px) {
    .blue-gradient--circle-left {
      height: 100%;
      width: 100%; }
      .blue-gradient--circle-left::before {
        border-radius: 0; } }
  .blue-gradient--circle-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(20%, #f1fbfd));
    background-image: -webkit-linear-gradient(left, #ffffff 0%, #f1fbfd 20%);
    background-image: -o-linear-gradient(left, #ffffff 0%, #f1fbfd 20%);
    background-image: linear-gradient(to right, #ffffff 0%, #f1fbfd 20%);
    border-radius: 0% 420px 420px 0; }
    @media (max-width: 767px) {
      .blue-gradient--circle-left::before {
        border-radius: 0;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(20%, #f1fbfd));
        background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #f1fbfd 20%);
        background-image: -o-linear-gradient(bottom, #ffffff 0%, #f1fbfd 20%);
        background-image: linear-gradient(to top, #ffffff 0%, #f1fbfd 20%); } }

.blue-gradient--circle-right {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 702px; }
  @media (min-width: 1200px) and (max-width: 1366px) {
    .blue-gradient--circle-right {
      height: 600px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .blue-gradient--circle-right {
      height: 600px; } }
  @media (max-width: 767px) {
    .blue-gradient--circle-right {
      height: 100%;
      width: 100%; }
      .blue-gradient--circle-right::before {
        border-radius: 0; } }
  .blue-gradient--circle-right::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(20%, #f1fbfd));
    background-image: -webkit-linear-gradient(right, #ffffff 0%, #f1fbfd 20%);
    background-image: -o-linear-gradient(right, #ffffff 0%, #f1fbfd 20%);
    background-image: linear-gradient(to left, #ffffff 0%, #f1fbfd 20%);
    border-radius: 420px 0 0 420px; }
    @media (max-width: 767px) {
      .blue-gradient--circle-right::before {
        border-radius: 0;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(20%, #f1fbfd));
        background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #f1fbfd 20%);
        background-image: -o-linear-gradient(bottom, #ffffff 0%, #f1fbfd 20%);
        background-image: linear-gradient(to top, #ffffff 0%, #f1fbfd 20%); } }

.blue-gradient--circle-left-full-width {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  width: 95%;
  max-width: 1730px;
  height: 702px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 1200px) and (max-width: 1366px) {
    .blue-gradient--circle-left-full-width {
      height: 600px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .blue-gradient--circle-left-full-width {
      height: 600px; } }
  @media (max-width: 767px) {
    .blue-gradient--circle-left-full-width {
      height: 100%;
      width: 100%; } }
  .blue-gradient--circle-left-full-width::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(20%, #f1fbfd));
    background-image: -webkit-linear-gradient(left, #ffffff 0%, #f1fbfd 20%);
    background-image: -o-linear-gradient(left, #ffffff 0%, #f1fbfd 20%);
    background-image: linear-gradient(to right, #ffffff 0%, #f1fbfd 20%);
    border-radius: 0 420px 420px 0; }
    @media (max-width: 767px) {
      .blue-gradient--circle-left-full-width::before {
        border-radius: 0;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(20%, #f1fbfd));
        background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #f1fbfd 20%);
        background-image: -o-linear-gradient(bottom, #ffffff 0%, #f1fbfd 20%);
        background-image: linear-gradient(to top, #ffffff 0%, #f1fbfd 20%); } }

.blue-gradient--circle-right-full-width {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
  max-width: 1730px;
  height: 702px; }
  @media (min-width: 1200px) and (max-width: 1366px) {
    .blue-gradient--circle-right-full-width {
      height: 600px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .blue-gradient--circle-right-full-width {
      height: 600px; } }
  @media (max-width: 767px) {
    .blue-gradient--circle-right-full-width {
      height: 100%;
      width: 100%; } }
  .blue-gradient--circle-right-full-width::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(20%, #f1fbfd));
    background-image: -webkit-linear-gradient(right, #ffffff 0%, #f1fbfd 20%);
    background-image: -o-linear-gradient(right, #ffffff 0%, #f1fbfd 20%);
    background-image: linear-gradient(to left, #ffffff 0%, #f1fbfd 20%);
    border-radius: 420px 0 0 420px; }
    @media (max-width: 767px) {
      .blue-gradient--circle-right-full-width::before {
        border-radius: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(20%, #f1fbfd));
        background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1fbfd 20%);
        background-image: -o-linear-gradient(top, #ffffff 0%, #f1fbfd 20%);
        background-image: linear-gradient(to bottom, #ffffff 0%, #f1fbfd 20%); } }

.blue-gradient--circle-right-semi-width {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 702px; }
  @media (min-width: 1200px) and (max-width: 1366px) {
    .blue-gradient--circle-right-semi-width {
      height: 600px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .blue-gradient--circle-right-semi-width {
      height: 600px; } }
  @media (max-width: 767px) {
    .blue-gradient--circle-right-semi-width {
      height: 100%;
      width: 100%; } }
  .blue-gradient--circle-right-semi-width::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(20%, #f1fbfd));
    background-image: -webkit-linear-gradient(right, #ffffff 0%, #f1fbfd 20%);
    background-image: -o-linear-gradient(right, #ffffff 0%, #f1fbfd 20%);
    background-image: linear-gradient(to left, #ffffff 0%, #f1fbfd 20%);
    border-radius: 420px 0 0 420px; }
    @media (max-width: 767px) {
      .blue-gradient--circle-right-semi-width::before {
        border-radius: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(80%, #f1fbfd));
        background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1fbfd 80%);
        background-image: -o-linear-gradient(top, #ffffff 0%, #f1fbfd 80%);
        background-image: linear-gradient(to bottom, #ffffff 0%, #f1fbfd 80%); } }

.blue-gradient--rectangle-right {
  width: 100%;
  position: absolute;
  right: 0; }

.blue-gradient--rectangle-full-width {
  position: absolute;
  width: 100%;
  height: 100%;
  top: unset;
  left: 0;
  right: 0;
  bottom: -44px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), to(#f3fbfd));
  background-image: -webkit-linear-gradient(top, #ffffff 0, #f3fbfd 100%);
  background-image: -o-linear-gradient(top, #ffffff 0, #f3fbfd 100%);
  background-image: linear-gradient(to bottom, #ffffff 0, #f3fbfd 100%); }

.blue-gradient--rectangle-full-width-up {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -124px;
  left: 0;
  right: 0;
  bottom: unset;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), to(#f3fbfd));
  background-image: -webkit-linear-gradient(bottom, #ffffff 0, #f3fbfd 100%);
  background-image: -o-linear-gradient(bottom, #ffffff 0, #f3fbfd 100%);
  background-image: linear-gradient(to top, #ffffff 0, #f3fbfd 100%); }

.blue-gradient--rectangle-full-height-up {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -124px;
  left: 0;
  right: 0;
  bottom: unset;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(15%, #f3fbfd));
  background-image: -webkit-linear-gradient(bottom, #ffffff 0, #f3fbfd 15%);
  background-image: -o-linear-gradient(bottom, #ffffff 0, #f3fbfd 15%);
  background-image: linear-gradient(to top, #ffffff 0, #f3fbfd 15%); }

.blue-gradient--rectangle-full-width-down {
  position: absolute;
  width: 100%;
  height: 100%;
  top: unset;
  bottom: -124px;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #f3fbfd), color-stop(30%, #f3fbfd));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f3fbfd 30%, #f3fbfd 30%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f3fbfd 30%, #f3fbfd 30%);
  background-image: linear-gradient(180deg, #ffffff 0%, #f3fbfd 30%, #f3fbfd 30%); }

.pattern-rectangle {
  width: 734px;
  height: 600px;
  position: absolute;
  top: -70px;
  border-radius: 8px;
  background-image: -webkit-linear-gradient(169deg, #f3fbfd 43%, #ffffff 100%);
  background-image: -o-linear-gradient(169deg, #f3fbfd 43%, #ffffff 100%);
  background-image: linear-gradient(281deg, #f3fbfd 43%, #ffffff 100%); }
  .pattern-rectangle--right {
    right: 0; }
  .pattern-rectangle--full-width {
    width: 100%;
    height: 100%;
    top: unset;
    left: 0;
    right: 0;
    bottom: -20%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), to(#f3fbfd));
    background-image: -webkit-linear-gradient(top, #ffffff 0, #f3fbfd 100%);
    background-image: -o-linear-gradient(top, #ffffff 0, #f3fbfd 100%);
    background-image: linear-gradient(to bottom, #ffffff 0, #f3fbfd 100%); }
  .pattern-rectangle--full-width-up {
    width: 100%;
    height: 100%;
    top: -124px;
    left: 0;
    right: 0;
    bottom: unset;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), to(#f3fbfd));
    background-image: -webkit-linear-gradient(bottom, #ffffff 0, #f3fbfd 100%);
    background-image: -o-linear-gradient(bottom, #ffffff 0, #f3fbfd 100%);
    background-image: linear-gradient(to top, #ffffff 0, #f3fbfd 100%); }

.bg-pattern:before {
  content: "";
  position: absolute;
  bottom: -16%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/akasa/assets/images/patterns/dot_pattern_down.svg) no-repeat;
  background-size: cover; }
  @media (min-width: 1801px) {
    .bg-pattern:before {
      bottom: -18%;
      background-position: center; } }
  @media (max-width: 1200px) {
    .bg-pattern:before {
      bottom: -20%; } }

.bg-dot-pattern-red:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 710px;
  background: url(/wp-content/themes/akasa/src/images/patterns/pattern-red.svg) no-repeat bottom;
  background-size: contain;
  z-index: 1;
  bottom: -18%; }
  @media (max-width: 1599px) {
    .bg-dot-pattern-red:before {
      bottom: 0; } }

.right-rectangle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 95%;
  height: 100%;
  background: -webkit-linear-gradient(22deg, #f3fbfd 0%, white 12%, #f3fbfd 90%);
  background: -o-linear-gradient(22deg, #f3fbfd 0%, white 12%, #f3fbfd 90%);
  background: linear-gradient(68deg, #f3fbfd 0%, white 12%, #f3fbfd 90%);
  border-radius: 0% 420px 420px 0;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 595px) {
    .right-rectangle:before {
      bottom: -20%; } }

.grey-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(33%, #ffffff));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #ffffff 33%);
  background-image: -o-linear-gradient(top, #f2f2f2, #ffffff 33%);
  background-image: linear-gradient(to bottom, #f2f2f2, #ffffff 33%); }

.grey-gradient-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), color-stop(33%, #ffffff));
  background-image: -webkit-linear-gradient(bottom, #f2f2f2, #ffffff 33%);
  background-image: -o-linear-gradient(bottom, #f2f2f2, #ffffff 33%);
  background-image: linear-gradient(to top, #f2f2f2, #ffffff 33%); }

.blue-gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(55%, #f3fbfd), color-stop(90%, #f3fbfd));
  background: -webkit-linear-gradient(bottom, white 0%, #f3fbfd 55%, #f3fbfd 90%);
  background: -o-linear-gradient(bottom, white 0%, #f3fbfd 55%, #f3fbfd 90%);
  background: linear-gradient(0deg, white 0%, #f3fbfd 55%, #f3fbfd 90%); }

.blue-gradient-down {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(55%, #f3fbfd), color-stop(90%, #f3fbfd));
  background: -webkit-linear-gradient(top, white 0%, #f3fbfd 55%, #f3fbfd 90%);
  background: -o-linear-gradient(top, white 0%, #f3fbfd 55%, #f3fbfd 90%);
  background: linear-gradient(180deg, white 0%, #f3fbfd 55%, #f3fbfd 90%); }

.white-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 251, 253, 0.270768)), color-stop(55%, white), color-stop(90%, rgba(255, 255, 255, 0.878611)));
  background: -webkit-linear-gradient(top, rgba(243, 251, 253, 0.270768) 0%, white 55%, rgba(255, 255, 255, 0.878611) 90%);
  background: -o-linear-gradient(top, rgba(243, 251, 253, 0.270768) 0%, white 55%, rgba(255, 255, 255, 0.878611) 90%);
  background: linear-gradient(180deg, rgba(243, 251, 253, 0.270768) 0%, white 55%, rgba(255, 255, 255, 0.878611) 90%); }

.bg-gradient-up:before,
.bg-gradient-down:before {
  content: "";
  position: absolute;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(55%, #f3fbfd), color-stop(90%, #f3fbfd));
  background: -webkit-linear-gradient(bottom, white 0%, #f3fbfd 55%, #f3fbfd 90%);
  background: -o-linear-gradient(bottom, white 0%, #f3fbfd 55%, #f3fbfd 90%);
  background: linear-gradient(0deg, white 0%, #f3fbfd 55%, #f3fbfd 90%);
  width: 90%;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (max-width: 1450px) {
    .bg-gradient-up:before::before,
    .bg-gradient-down:before::before {
      width: 100%; } }
  @media (max-width: 991px) {
    .bg-gradient-up:before,
    .bg-gradient-down:before {
      left: 0;
      -webkit-transform: translate(0);
           -o-transform: translate(0);
              transform: translate(0);
      width: 100%; } }

.bg-gradient-down:before {
  -webkit-transform: rotate(180deg) translate(50%, 50%);
       -o-transform: rotate(180deg) translate(50%, 50%);
          transform: rotate(180deg) translate(50%, 50%);
  top: 50%; }
  @media (max-width: 991px) {
    .bg-gradient-down:before {
      -webkit-transform: rotate(180deg) translate(0%, 0%);
           -o-transform: rotate(180deg) translate(0%, 0%);
              transform: rotate(180deg) translate(0%, 0%);
      top: 0; } }

.blue-rectangle-gradient-up:before {
  content: "";
  position: absolute;
  top: 0;
  width: 90%;
  height: 100%;
  left: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3fbfd));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f3fbfd 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f3fbfd 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f3fbfd 100%);
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (min-width: 1200px) and (max-width: 1450px) {
    .blue-rectangle-gradient-up:before {
      width: calc(100% - 40px);
      left: 20px;
      right: 20p;
      -webkit-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0); } }
  @media (max-width: 1200px) {
    .blue-rectangle-gradient-up:before {
      width: 100%;
      left: 0;
      -webkit-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0); } }

.bg-top-pattern:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: calc(100% + 600px);
  margin-left: -383px;
  height: 520px;
  background: url("/wp-content/themes/akasa/assets/images/patterns/reverse-dot-pattern-up.svg") no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1; }
  @media (max-width: 1024px) {
    .bg-top-pattern:before {
      top: -90px; } }

.vertical-top-gradient::after {
  content: '';
  position: absolute;
  width: 1324px;
  height: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(7%, #fff), color-stop(36%, #f3fbfd), color-stop(30%, #f3fbfd));
  background-image: -webkit-linear-gradient(top, #fff 7%, #f3fbfd 36%, #f3fbfd 30%);
  background-image: -o-linear-gradient(top, #fff 7%, #f3fbfd 36%, #f3fbfd 30%);
  background-image: linear-gradient(180deg, #fff 7%, #f3fbfd 36%, #f3fbfd 30%); }

.blue-gradient-left-curve::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
  max-width: 1730px;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(20%, #f1fbfd));
  background-image: -webkit-linear-gradient(right, #ffffff 0%, #f1fbfd 20%);
  background-image: -o-linear-gradient(right, #ffffff 0%, #f1fbfd 20%);
  background-image: linear-gradient(to left, #ffffff 0%, #f1fbfd 20%);
  border-radius: 420px 0 0 420px; }

.bottom-white-gradient {
  position: relative; }
  .bottom-white-gradient::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), white);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }

/* Buttons placeholder */
.btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: 0.86px;
  padding: 16px 17px;
  background-color: #1d334d;
  border-radius: 8px;
  border-color: transparent;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  @media (max-width: 767px) {
    .btn {
      font-size: 11px;
      padding: 12px;
      padding: 16px 23px; } }

.text-link, .text-link--disabled {
  cursor: pointer;
  color: #e7314e;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 1px;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .text-link, .text-link--disabled {
      font-size: 11px; } }
  .text-link::before, .text-link--disabled::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 21px;
    height: 21px;
    background: url("/wp-content/themes/akasa/assets/images/svg/icons/red-circle-arrow-hover.svg") no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    @media (max-width: 767px) {
      .text-link::before, .text-link--disabled::before {
        width: 18px;
        height: 18px; } }
  .text-link::after, .text-link--disabled::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 21px;
    height: 21px;
    background: url("/wp-content/themes/akasa/assets/images/svg/icons/red-circle-arrow.svg") no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    @media (max-width: 767px) {
      .text-link::after, .text-link--disabled::after {
        width: 18px;
        height: 18px; } }
  .text-link span, .text-link--disabled span {
    display: inline-block;
    border-bottom: 3px solid transparent;
    margin-right: 10px;
    line-height: 1;
    padding: 2px 0;
    -webkit-transition: border 0.3s ease-in-out;
    -o-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .text-link span, .text-link--disabled span {
        margin-right: 5px; } }
  .text-link:hover::before, .text-link--disabled:hover::before {
    opacity: 1; }
  .text-link:hover::after, .text-link--disabled:hover::after {
    opacity: 0; }
  .text-link:hover span, .text-link--disabled:hover span {
    border-bottom: 3px solid #e7314e; }

.slick-prev, .slick-next {
  cursor: pointer;
  width: 22px;
  height: 17px;
  font-size: 0;
  border: 0;
  background: transparent;
  position: absolute;
  bottom: 0;
  outline: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    .slick-prev, .slick-next {
      width: 18px;
      height: 15px; } }
  @media (max-width: 767px) {
    .slick-prev, .slick-next {
      width: 18px;
      height: 15px; } }
  .slick-prev:after, .slick-next:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    -o-transition: -o-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out; }
  .slick-disabled.slick-prev, .slick-disabled.slick-next {
    opacity: 0.5;
    pointer-events: none; }

.prev-btn, .next-btn {
  cursor: pointer;
  width: 22px;
  height: 17px;
  font-size: 0;
  border: 0;
  background: transparent;
  display: inline-block;
  outline: none;
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px) {
    .prev-btn, .next-btn {
      width: 18px;
      height: 15px; } }
  @media (max-width: 767px) {
    .prev-btn, .next-btn {
      width: 14px;
      height: 12px; } }
  .prev-btn:after, .next-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    -o-transition: -o-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out; }
  .slick-disabled.prev-btn, .slick-disabled.next-btn {
    opacity: 0.5;
    pointer-events: none; }

.btn--primary {
  background-color: #1d334d; }
  .btn--primary:hover {
    color: #1d334d;
    background-color: rgba(134, 217, 233, 0.2); }

.btn--secondary {
  background-color: #e7314e; }
  .btn--secondary:hover {
    color: #e7314e;
    background-color: rgba(231, 49, 78, 0.15); }

.btn--disabled {
  pointer-events: none;
  opacity: 0.7;
  background-color: #dadada; }

.text-link--white {
  color: #ffffff; }
  .text-link--white::before {
    background: url("/wp-content/themes/akasa/assets/images/svg/icons/white-circle-arrow-hover.svg") no-repeat;
    background-size: contain; }
  .text-link--white::after {
    background: url("/wp-content/themes/akasa/assets/images/svg/icons/white-circle-arrow.svg") no-repeat;
    background-size: contain; }
  .text-link--white:hover span {
    border-bottom: 3px solid #ffffff; }

.text-link--cello {
  color: #1d334d; }
  .text-link--cello::before {
    background: url("/wp-content/themes/akasa/assets/images/svg/icons/cello-circle-arrow-hover.svg") no-repeat;
    background-size: contain; }
  .text-link--cello::after {
    background: url("/wp-content/themes/akasa/assets/images/svg/icons/cello-circle-arrow.svg") no-repeat;
    background-size: contain; }
  .text-link--cello:hover span {
    border-bottom: 3px solid #1d334d; }

.text-link--video {
  color: #1d334d; }
  .text-link--video::before {
    background: url(/wp-content/themes/akasa/assets/images/svg/icons/cello-play-icon-hover.svg) no-repeat;
    background-size: contain; }
  .text-link--video::after {
    background: url(/wp-content/themes/akasa/assets/images/svg/icons/cello-play-icon.svg) no-repeat;
    background-size: contain; }
  .text-link--video:hover span {
    border-bottom: 3px solid #1d334d; }

.text-link--disabled {
  color: #dadada;
  pointer-events: none; }
  .text-link--disabled::after {
    background: url("/wp-content/themes/akasa/assets/images/svg/icons/grey-circle-arrow.svg") no-repeat; }
  .text-link--disabled span {
    border-bottom: 3px solid #dadada; }

.play-button {
  cursor: pointer;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  display: block; }
  @media (max-width: 595px) {
    .play-button {
      width: 36px;
      height: 36px; } }
  .play-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url("/wp-content/themes/akasa/assets/images/svg/icons/play-icon.svg") no-repeat center;
    background-size: cover;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
  .play-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url("/wp-content/themes/akasa/assets/images/svg/icons/play-icon-hover.svg") no-repeat center;
    background-size: cover;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0; }
  .play-button:hover::after {
    opacity: 0; }
  .play-button:hover::before {
    opacity: 1; }
  @media (max-width: 1200px) {
    .play-button {
      max-width: 61px;
      max-height: 61px; } }

.full-card-hover:hover .text-link::after {
  right: -8px; }

.slick-prev::after {
  background: url("/wp-content/themes/akasa/assets/images/svg/icons/black-left-arrow.svg") no-repeat center;
  background-size: contain; }

.slick-next::after {
  background: url("/wp-content/themes/akasa/assets/images/svg/icons/black-arrow.svg") no-repeat center;
  background-size: contain; }

.prev-btn {
  margin-right: 5px; }
  .prev-btn::after {
    background: url("/wp-content/themes/akasa/assets/images/svg/icons/black-left-arrow.svg") no-repeat center;
    background-size: contain; }

.next-btn {
  margin-left: 5px; }
  .next-btn::after {
    background: url("/wp-content/themes/akasa/assets/images/svg/icons/black-arrow.svg") no-repeat center;
    background-size: contain; }

/* Base colors*/
/*  Media query variables */
.hide {
  display: none; }

.show {
  display: initial; }

.hide-force {
  display: none !important; }

.padding-xxxl {
  padding: 150px 0 !important; }
  @media (max-width: 991px) {
    .padding-xxxl {
      padding: 120px 0 !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-xxxl {
      padding: 90px 0 !important; } }
  @media (max-width: 767px) {
    .padding-xxxl {
      padding: 30px 0 !important; } }

.padding-top-xxxl {
  padding-top: 150px !important; }
  @media (max-width: 991px) {
    .padding-top-xxxl {
      padding-top: 120px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-top-xxxl {
      padding-top: 90px !important; } }
  @media (max-width: 767px) {
    .padding-top-xxxl {
      padding: 30px 0 !important; } }

.padding-bottom-xxxl {
  padding-bottom: 150px !important; }
  @media (max-width: 991px) {
    .padding-bottom-xxxl {
      padding-bottom: 120px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-bottom-xxxl {
      padding-bottom: 90px !important; } }
  @media (max-width: 767px) {
    .padding-bottom-xxxl {
      padding: 30px 0 !important; } }

.padding-xxl {
  padding: 112px 0 !important; }
  @media (max-width: 991px) {
    .padding-xxl {
      padding: 90px 0 !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-xxl {
      padding: 65px 0 !important; } }
  @media (max-width: 767px) {
    .padding-xxl {
      padding: 30px 0 !important; } }

.padding-top-xxl {
  padding-top: 112px !important; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    .padding-top-xxl {
      padding-top: 90px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-top-xxl {
      padding-top: 65px !important; } }
  @media (max-width: 767px) {
    .padding-top-xxl {
      padding-top: 30px !important; } }

.padding-bottom-xxl {
  padding-bottom: 112px !important; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    .padding-bottom-xxl {
      padding-bottom: 90px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-bottom-xxl {
      padding-bottom: 65px !important; } }
  @media (max-width: 767px) {
    .padding-bottom-xxl {
      padding-bottom: 30px !important; } }

.padding-xl {
  padding: 70px 0 !important; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    .padding-xl {
      padding: 60px 0 !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-xl {
      padding: 45px 0 !important; } }
  @media (max-width: 767px) {
    .padding-xl {
      padding: 30px 0 !important; } }

.padding-top-xl {
  padding-top: 70px !important; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    .padding-top-xl {
      padding-top: 60px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-top-xl {
      padding-top: 45px !important; } }
  @media (max-width: 767px) {
    .padding-top-xl {
      padding-top: 30px !important; } }

.padding-bottom-xl {
  padding-bottom: 70px !important; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    .padding-bottom-xl {
      padding-bottom: 60px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-bottom-xl {
      padding-bottom: 45px !important; } }
  @media (max-width: 767px) {
    .padding-bottom-xl {
      padding-bottom: 30px !important; } }

.padding-lg {
  padding: 64px 0 !important; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    .padding-lg {
      padding: 50px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-lg {
      padding: 40px !important; } }
  @media (max-width: 767px) {
    .padding-lg {
      padding: 25px 0 !important; } }

.padding-top-lg {
  padding-top: 64px !important; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    .padding-top-lg {
      padding-top: 50px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-top-lg {
      padding-top: 40px !important; } }
  @media (max-width: 767px) {
    .padding-top-lg {
      padding-top: 25px !important; } }

.padding-bottom-lg {
  padding-bottom: 64px !important; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    .padding-bottom-lg {
      padding-bottom: 50px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-bottom-lg {
      padding-bottom: 40px !important; } }
  @media (max-width: 767px) {
    .padding-bottom-lg {
      padding-bottom: 25px !important; } }

.padding-md {
  padding: 48px 0 !important; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    .padding-md {
      padding: 35px 0 !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-md {
      padding: 25px 0 !important; } }
  @media (max-width: 767px) {
    .padding-md {
      padding: 20px 0 !important; } }

.padding-top-md {
  padding-top: 48px !important; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    .padding-top-md {
      padding-top: 35px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-top-md {
      padding-top: 25px !important; } }
  @media (max-width: 767px) {
    .padding-top-md {
      padding-top: 20px !important; } }

.padding-bottom-md {
  padding-bottom: 48px !important; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    .padding-bottom-md {
      padding-bottom: 35px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-bottom-md {
      padding-bottom: 25px !important; } }
  @media (max-width: 767px) {
    .padding-bottom-md {
      padding-bottom: 20px !important; } }

.padding-sm {
  padding: 24px 0 !important; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    .padding-sm {
      padding: 22px 0 !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-sm {
      padding: 20px 0 !important; } }
  @media (max-width: 767px) {
    .padding-sm {
      padding: 15px 0 !important; } }

.padding-top-sm {
  padding-top: 24px !important; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    .padding-top-sm {
      padding-top: 22px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-top-sm {
      padding-top: 20px !important; } }
  @media (max-width: 767px) {
    .padding-top-sm {
      padding-top: 15px !important; } }

.padding-bottom-sm {
  padding-bottom: 24px !important; }
  @media (min-width: 1200px) and (max-width: 1450px) {
    .padding-bottom-sm {
      padding-bottom: 22px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .padding-bottom-sm {
      padding-bottom: 20px !important; } }
  @media (max-width: 767px) {
    .padding-bottom-sm {
      padding-bottom: 15px !important; } }

.no-margin-top {
  margin-top: 0 !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; }

.mu-hide {
  height: 4px;
  padding: 0;
  overflow: hidden; }

.mu-hide * {
  display: none; }

header {
  height: 130px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px) {
    header {
      height: 100px; } }
  @media (max-width: 767px) {
    header {
      height: 94px; } }
  header .gradient-bar {
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      header .gradient-bar {
        margin-bottom: 22px; } }
  header .nav {
    height: 130px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background: #ffffff;
    -webkit-transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out 0.2s;
    transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out 0.2s;
    -o-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out 0.2s;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out 0.2s;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out 0.2s, -webkit-box-shadow 0.3s ease-in-out 0.2s; }
    @media (min-width: 768px) and (max-width: 991px) {
      header .nav {
        height: 100px; } }
    @media (max-width: 767px) {
      header .nav {
        height: 94px; } }
    header .nav .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 991px) {
        header .nav .row {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
    header .nav.remove-shadow {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
  header .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 171px;
    height: 35px;
    position: relative; }
    @media (max-width: 991px) {
      header .logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        max-width: 135px; } }
    @media (max-width: 595px) {
      header .logo {
        max-width: 110px; } }
    header .logo img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  header nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding-left: 70px; }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      header nav {
        padding-left: 50px; } }
    @media (max-width: 991px) {
      header nav {
        display: none;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: calc(100% + 40px);
        position: absolute;
        top: 58px;
        left: -20px;
        right: -20px;
        width: 100vw;
        height: calc(100vh - 90px);
        background: #ffffff;
        padding: 0 20px;
        overflow: auto; } }
  header ul.nav-menus {
    font-size: 0;
    padding-left: 0; }
    @media (max-width: 991px) {
      header ul.nav-menus {
        font-size: initial;
        margin-bottom: 40px; } }
    header ul.nav-menus li {
      display: inline-block;
      position: unset;
      margin-right: 50px;
      padding: 32px 0; }
      @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
        header ul.nav-menus li {
          margin-right: 30px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        header ul.nav-menus li {
          margin-right: 30px; } }
      @media (max-width: 991px) {
        header ul.nav-menus li {
          display: block;
          margin-right: 0;
          padding: 15px 0;
          border-bottom: 2px solid #979797;
          position: relative; }
          header ul.nav-menus li::before {
            content: '';
            position: absolute;
            cursor: pointer;
            top: 25px;
            right: 0;
            left: unset;
            width: 15px;
            height: 9.5px;
            background: url(/wp-content/themes/akasa/assets/images/icons/black-dropdown-arrow.svg) no-repeat center;
            background-size: 100%;
            -webkit-transform: translateY(0) rotate(0);
                 -o-transform: translateY(0) rotate(0);
                    transform: translateY(0) rotate(0);
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; } }
      header ul.nav-menus li > a {
        color: #000000;
        letter-spacing: -0.16px;
        padding-bottom: 2px;
        -webkit-transition: border 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
        -o-transition: border 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
        transition: border 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
        position: relative; }
        header ul.nav-menus li > a::before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 2px;
          background: #e7314e;
          border-radius: 5px;
          -webkit-transition: width 0.3s ease-in-out;
          -o-transition: width 0.3s ease-in-out;
          transition: width 0.3s ease-in-out; }
        header ul.nav-menus li > a:hover {
          text-shadow: -0.5px -0.5px 0.5px #000000, -0.5px -0.5px 0.5px #000000, -0.5px -0.5px 0.5px #000000, -0.5px -0.5px 0.5px #000000; }
          @media (max-width: 991px) {
            header ul.nav-menus li > a:hover {
              text-shadow: none; } }
          header ul.nav-menus li > a:hover::before {
            width: 100%; }
            @media (max-width: 991px) {
              header ul.nav-menus li > a:hover::before {
                width: 0; } }
      header ul.nav-menus li.active-nav > a {
        text-shadow: -0.5px -0.5px 0.5px #000000, -0.5px -0.5px 0.5px #000000, -0.5px -0.5px 0.5px #000000, -0.5px -0.5px 0.5px #000000; }
        header ul.nav-menus li.active-nav > a::before {
          width: 100%; }
          @media (max-width: 991px) {
            header ul.nav-menus li.active-nav > a::before {
              width: 0; } }
      @media (max-width: 991px) {
        header ul.nav-menus li.active-nav::before {
          -webkit-transform: translateY(-50%) rotate(180deg);
               -o-transform: translateY(-50%) rotate(180deg);
                  transform: translateY(-50%) rotate(180deg); } }
      @media (max-width: 767px) {
        header ul.nav-menus li.company .col-six .col-two {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 350px; } }
  @media (max-width: 991px) {
    header ul.mobile-nav-active {
      display: block; } }
  header ul .action-mobile {
    display: none; }
    @media (max-width: 991px) {
      header ul .action-mobile {
        display: block;
        margin-top: 15px; } }
  header .action {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    text-align: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 991px) {
      header .action {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
                flex: 0 0 60%;
        max-width: 60%; } }
    header .action .search-btn {
      cursor: pointer;
      width: 22px;
      height: 18px;
      margin-right: 20px;
      position: relative;
      display: inline-block; }
      header .action .search-btn::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(/wp-content/themes/akasa/assets/images/svg/icons/element-search-icon.svg) no-repeat center;
        background-size: contain; }
    @media (max-width: 991px) {
      header .action .btn {
        display: none; } }
  header .search-form {
    position: absolute;
    z-index: -100;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    padding: 0 0 15px;
    -webkit-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s, box-shadow 0.5s ease-in-out, opacity 0.5s ease-in; }
    header .search-form .gradient-bar {
      margin-bottom: 25px; }
      @media (max-width: 991px) {
        header .search-form .gradient-bar {
          margin-bottom: 20px; } }
    @media (max-width: 991px) {
      header .search-form .logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%; } }
    @media (max-width: 595px) {
      header .search-form .logo {
        display: none; } }
    header .search-form .input-group {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 85%;
              flex: 0 0 85%;
      max-width: 85%;
      padding-left: 42px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 991px) {
        header .search-form .input-group {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 80%;
                  flex: 0 0 80%;
          max-width: 80%;
          padding-left: 30px; } }
      @media (max-width: 595px) {
        header .search-form .input-group {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          padding-left: 0; } }
    header .search-form .search-icon {
      cursor: pointer;
      width: 22px;
      height: 18px;
      margin-right: 20px;
      display: inline-block;
      position: absolute;
      left: 18px; }
      header .search-form .search-icon::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(/wp-content/themes/akasa/assets/images/svg/icons/element-search-icon.svg) no-repeat center;
        background-size: contain; }
      @media (max-width: 595px) {
        header .search-form .search-icon {
          display: none; } }
    header .search-form form {
      width: 100%;
      position: relative;
      background: #ffffff;
      padding-right: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 767px) {
        header .search-form form {
          padding-right: 10px; } }
      header .search-form form.border--right {
        border-width: 2px; }
    header .search-form input {
      width: 100%;
      height: 46px;
      padding: 10px 50px 10px 55px;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      margin-right: -2px;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 0.11px;
      border: 2px solid;
      border-color: #1d334d;
      border-radius: 3px;
      -webkit-transition: border-color 0.3s ease-in-out;
      -o-transition: border-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out;
      -webkit-box-shadow: 0 0 0 30px white inset !important; }
      @media (min-width: 768px) and (max-width: 991px) {
        header .search-form input {
          height: 50px; } }
      @media (max-width: 767px) {
        header .search-form input {
          height: 40px; } }
      @media (max-width: 595px) {
        header .search-form input {
          padding: 10px 30px 10px 35px; } }
      header .search-form input:focus {
        border: 2px solid #00b5c2; }
      header .search-form input:disabled {
        color: #979797;
        border-color: transparent; }
      header .search-form input:focus {
        border-color: #00b5c2;
        outline: #00b5c2; }
      header .search-form input:hover {
        border-color: #00b5c2; }
        header .search-form input:hover:disabled {
          border-color: transparent;
          outline: transparent; }
    header .search-form button {
      cursor: pointer;
      outline: none;
      border: none;
      font-family: "Montserrat", sans-serif;
      position: relative;
      left: -8px; }
      @media (max-width: 767px) {
        header .search-form button {
          padding: 13px 20px; } }
      @media (min-width: 992px) {
        header .search-form button[type='submit'] {
          padding: 14px 17px; } }
      @media (max-width: 595px) {
        header .search-form button[type='submit'] {
          width: 22px;
          height: 18px;
          background-color: transparent;
          padding: 0;
          position: absolute;
          left: 10px;
          background: url(/wp-content/themes/akasa/assets/images/svg/icons/element-search-icon.svg) no-repeat center;
          background-size: contain; }
          header .search-form button[type='submit'] span {
            display: none; } }
      header .search-form button[type='reset'] {
        background: transparent;
        margin-left: 20px; }
        @media (max-width: 767px) {
          header .search-form button[type='reset'] {
            margin-left: 10px;
            padding: 0 15px 0 0; } }
      header .search-form button:hover {
        background-color: #e8f7fa; }
    header .search-form .search-close-btn::before {
      background: url(/wp-content/themes/akasa/assets/images/svg/icons/cta-close-red-icon-hover.svg) no-repeat center;
      background-size: contain; }
    header .search-form .search-close-btn::after {
      background: url(/wp-content/themes/akasa/assets/images/svg/icons/cta-close-red-icon.svg) no-repeat center;
      background-size: contain; }
  @media (max-width: 991px) {
    header .hamburger-menu {
      cursor: pointer;
      position: relative;
      width: 26px;
      height: 21px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 767px) {
    header .hamburger-menu {
      width: 20px;
      height: 16px;
      margin-left: 6px; } }
  header .hamburger-menu span {
    width: 100%;
    height: 3px;
    display: block;
    background-color: #000000;
    border-radius: 3px; }
    header .hamburger-menu span:first-child {
      -webkit-transform-origin: 0% 0%;
           -o-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
      -webkit-transition: -webkit-transform 0.4s ease-in-out;
      transition: -webkit-transform 0.4s ease-in-out;
      -o-transition: -o-transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out; }
    header .hamburger-menu span:nth-child(2) {
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      transition: -webkit-transform 0.2s ease-in-out;
      -o-transition: -o-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out; }
    header .hamburger-menu span:last-child {
      -webkit-transform-origin: 0% 100%;
           -o-transform-origin: 0% 100%;
              transform-origin: 0% 100%;
      -webkit-transition: -webkit-transform 0.4s ease-in-out;
      transition: -webkit-transform 0.4s ease-in-out;
      -o-transition: -o-transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out; }
    @media (max-width: 767px) {
      header .hamburger-menu span {
        height: 2px; } }
  header .hamburger-menu.active span:first-child {
    -webkit-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); }
  header .hamburger-menu.active span:nth-child(2) {
    opacity: 0;
    -webkit-transform: scaleY(0);
         -o-transform: scaleY(0);
            transform: scaleY(0); }
  header .hamburger-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  header .side-bg {
    position: absolute;
    width: 42%;
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }
    header .side-bg--right {
      right: -40%;
      top: 0; }
    header .side-bg--left {
      left: -40%; }
    @media (max-width: 991px) {
      header .side-bg {
        display: none; } }
  header .bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 47px;
    width: 100%;
    background-color: #f3fbfd; }
    @media (max-width: 991px) {
      header .bottom-bar {
        display: none; } }
  header .dropdown-menu {
    position: absolute;
    top: 88px;
    left: 0;
    background: #ffffff;
    opacity: 0;
    width: calc(100% + 100px);
    display: none;
    -webkit-animation: fadein 0.2s ease-in-out;
         -o-animation: fadein 0.2s ease-in-out;
            animation: fadein 0.2s ease-in-out;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      header .dropdown-menu {
        top: 86px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      header .dropdown-menu {
        top: 86px; } }
    @media (max-width: 991px) {
      header .dropdown-menu {
        position: relative;
        width: 100%;
        -webkit-box-shadow: none;
                box-shadow: none; } }
    header .dropdown-menu.open {
      display: block;
      opacity: 1;
      z-index: auto; }
      @media (max-width: 991px) {
        header .dropdown-menu.open {
          position: relative;
          top: 0; } }
  header .sub-menu {
    background: #ffffff;
    padding: 50px 0 100px;
    width: calc(100% - 100px); }
    @media (max-width: 991px) {
      header .sub-menu {
        width: 100%;
        padding: 20px 0 0;
        margin-top: 15px;
        border-top: 2px solid #979797; } }
    header .sub-menu .row {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      header .sub-menu .row.reverse .col-six {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 65%;
                flex: 0 0 65%;
        max-width: 65%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-left: 43px; }
        @media (min-width: 768px) and (max-width: 991px) {
          header .sub-menu .row.reverse .col-six {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 60%;
                    flex: 0 0 60%;
            max-width: 60%;
            padding-left: 25px;
            border-right: none; } }
        @media (max-width: 767px) {
          header .sub-menu .row.reverse .col-six {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            max-width: 100%;
            padding-left: 18px; } }
        @media (max-width: 991px) {
          header .sub-menu .row.reverse .col-six .col-two {
            padding-right: 0;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 calc(100% - 112px);
                    flex: 0 0 calc(100% - 112px);
            margin-bottom: 10px; } }
        @media (max-width: 595px) {
          header .sub-menu .row.reverse .col-six .col-two {
            margin-top: 15px;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%; } }
        header .sub-menu .row.reverse .col-six .col-two .inner-menu-card {
          margin-top: 0;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        @media (min-width: 768px) and (max-width: 991px) {
          header .sub-menu .row.reverse .col-six .inner-menu-cards .inner-menu-image {
            -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0;
            margin-top: 0; } }
      header .sub-menu .row.reverse .col-four {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 35%;
                flex: 0 0 35%;
        max-width: 35%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-left: 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          header .sub-menu .row.reverse .col-four {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 40%;
                    flex: 0 0 40%;
            max-width: 40%; } }
        @media (min-width: 596px) and (max-width: 767px) {
          header .sub-menu .row.reverse .col-four {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
            max-width: 50%;
            display: block;
            margin-bottom: 20px; } }
        @media (max-width: 595px) {
          header .sub-menu .row.reverse .col-four {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            max-width: 100%;
            display: block;
            margin-bottom: 20px; } }
        header .sub-menu .row.reverse .col-four .col-two {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          padding-right: 40px; }
          @media (max-width: 991px) {
            header .sub-menu .row.reverse .col-four .col-two {
              padding-right: 0; } }
      @media (max-width: 767px) {
        header .sub-menu .row.reverse .border--left {
          border: 0px solid; } }
  header .col-six {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%; }
    @media (min-width: 768px) and (max-width: 991px) {
      header .col-six {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        border-right: 1px solid #979797;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      header .col-six {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
    header .col-six .col-two {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 40px);
              flex: 0 0 calc(50% - 40px);
      max-width: calc(50% - 40px);
      margin-right: 40px; }
      @media (min-width: 992px) and (max-width: 1024px) {
        header .col-six .col-two {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 30px);
                  flex: 0 0 calc(50% - 30px);
          max-width: calc(50% - 30px);
          margin-right: 30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        header .col-six .col-two {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin-right: 0;
          padding-right: 35px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        header .col-six .col-two {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%;
          margin-right: 0; } }
      @media (max-width: 595px) {
        header .col-six .col-two {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin-right: 0; } }
  header .col-four {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    padding-left: 43px; }
    @media (min-width: 992px) and (max-width: 1024px) {
      header .col-four {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%;
        max-width: 30%;
        padding-left: 35px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      header .col-four {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 35px; } }
    @media (max-width: 767px) {
      header .col-four {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px;
        padding-left: 18px; } }
    @media (max-width: 991px) {
      header .col-four.border--left {
        border: 0; } }
  header .inner-menu-heading {
    padding-bottom: 10px;
    margin-bottom: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      header .inner-menu-heading {
        margin-top: 20px; } }
    @media (max-width: 767px) {
      header .inner-menu-heading {
        margin-bottom: 10px; } }
    header .inner-menu-heading h6 {
      font-size: 20px;
      font-family: "Choplin", sans-serif;
      font-weight: normal;
      letter-spacing: 0.8px; }
      @media (min-width: 992px) and (max-width: 1024px) {
        header .inner-menu-heading h6 {
          font-size: 16px; } }
  header .inner-menu {
    cursor: pointer;
    margin-right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 18px;
    background-color: #ffffff;
    border-radius: 8px;
    position: relative;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    @media (max-width: 991px) {
      header .inner-menu {
        padding: 15px; } }
    header .inner-menu:not(:first-child) {
      margin-top: 10px; }
    header .inner-menu__icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 36px;
              flex: 0 0 36px;
      max-width: 36px; }
    header .inner-menu__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 51px);
              flex: 0 0 calc(100% - 51px);
      max-width: calc(100% - 51px);
      margin-left: 15px; }
      header .inner-menu__content h6 {
        color: #e7314e;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.7px;
        margin-top: 6px;
        text-transform: uppercase; }
        @media (min-width: 992px) and (max-width: 1024px) {
          header .inner-menu__content h6 {
            font-size: 14px; } }
        @media (max-width: 991px) {
          header .inner-menu__content h6 {
            font-size: 14px; } }
      header .inner-menu__content p {
        margin-top: 9px;
        font-size: 14px;
        max-width: 200px; }
        @media (max-width: 595px) {
          header .inner-menu__content p {
            max-width: 300px; } }
    header .inner-menu:hover {
      background-color: #f2f2f2; }
  header .inner-menu-item {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    header .inner-menu-item h6 {
      font-family: "Choplin", sans-serif;
      font-weight: normal;
      line-height: normal;
      letter-spacing: 0.8px; }
      @media (min-width: 992px) and (max-width: 1024px) {
        header .inner-menu-item h6 {
          font-size: 16px; } }
    header .inner-menu-item p {
      margin-top: 9px;
      font-size: 14px; }
      @media (max-width: 991px) {
        header .inner-menu-item p {
          max-width: 340px; } }
    header .inner-menu-item__video {
      position: relative;
      border-radius: 8px;
      -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
              box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
      background: #ffffff;
      max-width: 315px;
      max-height: 201px;
      margin-top: 32px;
      overflow: hidden; }
      @media (max-width: 991px) {
        header .inner-menu-item__video {
          margin-top: 20px; } }
      header .inner-menu-item__video .play-button {
        position: absolute;
        width: 66px;
        height: 66px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      header .inner-menu-item__video img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 8px; }
    header .inner-menu-item__action {
      margin-top: 25px; }
    header .inner-menu-item.active {
      visibility: visible;
      opacity: 1;
      display: block; }
  header .inner-menu-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 39px; }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      header .inner-menu-cards {
        margin-top: 25px; } }
    @media (max-width: 991px) {
      header .inner-menu-cards {
        margin-top: 0; } }
    @media (max-width: 991px) {
      header .inner-menu-cards .col-two {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0; } }
  header .inner-menu-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77px;
            flex: 0 0 77px;
    max-width: 77px;
    max-height: 131px;
    margin-right: 35px; }
    @media (min-width: 768px) and (max-width: 991px) {
      header .inner-menu-image {
        margin-top: 20px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    header .inner-menu-image img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  header .inner-menu-card {
    padding: 12px;
    background: #ffffff;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative; }
    @media (max-width: 991px) {
      header .inner-menu-card {
        margin-top: 20px; } }
    header .inner-menu-card__action {
      position: absolute;
      top: 10px;
      right: 19px;
      width: 21px;
      height: 21px; }
      @media (min-width: 768px) and (max-width: 991px) {
        header .inner-menu-card__action {
          top: 5px;
          right: 10px; } }
      @media (max-width: 767px) {
        header .inner-menu-card__action {
          width: 18px;
          height: 18px;
          top: 5px;
          right: 10px; } }
    header .inner-menu-card__img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 107px;
              flex: 0 0 107px;
      max-width: 107px;
      height: 107px; }
      header .inner-menu-card__img img {
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    header .inner-menu-card__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 122px);
              flex: 0 0 calc(100% - 122px);
      max-width: calc(100% - 122px);
      margin-left: 15px; }
      header .inner-menu-card__content h6 {
        color: #1d334d;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 0.7px;
        text-transform: uppercase; }
        @media (min-width: 992px) and (max-width: 1024px) {
          header .inner-menu-card__content h6 {
            font-size: 14px; } }
      header .inner-menu-card__content p {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.43;
        letter-spacing: 0.11px;
        max-width: 140px; }
        @media (min-width: 768px) and (max-width: 991px) {
          header .inner-menu-card__content p {
            max-width: 170px; } }
  header .newsletter {
    margin: 50px 0 25px; }
    @media (max-width: 991px) {
      header .newsletter {
        margin: 15px 0; } }
    header .newsletter .input-group {
      margin-top: 25px;
      max-width: 523px;
      width: 100%;
      position: relative; }
      header .newsletter .input-group form {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      header .newsletter .input-group input {
        width: 100%;
        height: 49px;
        border-radius: 3.5px;
        border: solid 1px #c5c5c5;
        padding: 10px 16px; }
        header .newsletter .input-group input::-webkit-input-placeholder {
          color: #616161;
          font-size: 16px;
          font-weight: normal;
          line-height: normal;
          letter-spacing: normal; }
        header .newsletter .input-group input::-moz-placeholder {
          color: #616161;
          font-size: 16px;
          font-weight: normal;
          line-height: normal;
          letter-spacing: normal; }
        header .newsletter .input-group input::-ms-input-placeholder {
          color: #616161;
          font-size: 16px;
          font-weight: normal;
          line-height: normal;
          letter-spacing: normal; }
        header .newsletter .input-group input::placeholder {
          color: #616161;
          font-size: 16px;
          font-weight: normal;
          line-height: normal;
          letter-spacing: normal; }
        header .newsletter .input-group input:focus {
          border: 1px solid #00b5c2; }
        header .newsletter .input-group input:disabled {
          color: #979797;
          border-color: transparent; }
        header .newsletter .input-group input:focus {
          border-color: #00b5c2;
          outline: #00b5c2; }
        header .newsletter .input-group input:hover {
          border-color: #00b5c2; }
          header .newsletter .input-group input:hover:disabled {
            border-color: transparent;
            outline: transparent; }
      header .newsletter .input-group__btn button {
        cursor: pointer;
        height: 50px;
        padding: 10px;
        outline: none;
        border: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        header .newsletter .input-group__btn button:hover {
          color: #1d334d;
          background-color: rgba(134, 217, 233, 0.2); }
  header .border--left {
    border-left: solid 1px #979797; }
  header .border--right {
    border-right: solid 1px #979797; }
  header .border--left {
    border-left: solid 1px #979797; }
  header .border--top {
    border-top: solid 1px #979797; }
  header .border--bottom {
    border-bottom: solid 1px #979797; }
  header.active .nav {
    -webkit-box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.15); }
  header.search-slide-left .search-form {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    z-index: 100; }
  header .hbspt-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  header .hbspt-form .field {
    width: calc(100% - 130px);
    display: inline-block;
    margin-top: 0; }
    header .hbspt-form .field label#label-email-dc27d8a8-ae9a-44d8-bfee-51ee7b3df682 {
      display: none; }
  header .hbspt-form .hs-submit {
    max-width: 150px;
    margin: 0 auto;
    margin-left: -2px; }
    header .hbspt-form .hs-submit input {
      padding: 15px 40px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      background-color: #1d334d; }
      header .hbspt-form .hs-submit input:hover {
        color: #1d334d;
        background-color: rgba(134, 217, 233, 0.2); }
  header .hbspt-form .hs-error-msgs {
    position: absolute;
    width: 100%;
    left: 0; }
    header .hbspt-form .hs-error-msgs li {
      padding: 0; }
  header .hbspt-form .hs_error_rollup {
    display: none; }

body.admin-bar header .nav {
  top: 32px; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

@-o-keyframes fadein {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

.footer {
  padding: 85px 0 0; }
  @media (min-width: 992px) and (max-width: 1024px) {
    .footer {
      padding: 45px 0 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer {
      padding: 45px 0 0; } }
  @media (max-width: 767px) {
    .footer {
      padding: 35px 0 0; } }
  .footer .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(30% - 25px);
            flex: 0 0 calc(30% - 25px);
    max-width: 170px;
    height: 36px;
    margin-right: 25px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer__logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(30% - 20px);
                flex: 0 0 calc(30% - 20px);
        margin-right: 20px; } }
    @media (max-width: 767px) {
      .footer__logo {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 126px;
        height: 26px;
        margin-bottom: 20px; } }
    .footer__logo img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .footer__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .footer__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 70%;
                flex: 0 0 70%;
        max-width: 70%; } }
    @media (max-width: 767px) {
      .footer__content {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .footer__links-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%; }
    @media (min-width: 992px) and (max-width: 1024px) {
      .footer__links-outer {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer__links-outer {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px; } }
    @media (max-width: 767px) {
      .footer__links-outer {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    .footer__links-outer .col-three {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .footer__actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .footer__actions {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .footer__actions {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer__actions {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%;
        max-width: 30%; } }
    @media (max-width: 767px) {
      .footer__actions {
        display: none; } }
    .footer__actions--mobile {
      display: none; }
      @media (max-width: 767px) {
        .footer__actions--mobile {
          display: block;
          margin: 0 0 25px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
  .footer__links {
    padding-left: 0;
    margin-right: 20px;
    font-size: 0; }
    @media (min-width: 992px) and (max-width: 1024px) {
      .footer__links {
        max-width: 300px;
        margin-top: 15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer__links {
        max-width: 300px;
        margin-top: 15px; } }
    @media (max-width: 767px) {
      .footer__links {
        margin-right: 0;
        margin-top: 15px; } }
    .footer__links li {
      color: #1d334d;
      font-size: 16px;
      font-weight: bold;
      line-height: normal;
      letter-spacing: 0.7px;
      margin-bottom: 18px;
      display: inline-block;
      padding: 0 0 0 24px;
      margin-top: 0;
      width: 33.3%; }
      @media (max-width: 1024px) {
        .footer__links li {
          width: 100%;
          padding-left: 0; } }
      .footer__links li a {
        color: #1d334d;
        -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: 595px) {
          .footer__links li a {
            display: block;
            position: relative;
            font-size: 11px; } }
        .footer__links li a:hover {
          color: #e7314e; }
  .footer__cta {
    text-align: right; }
    @media (max-width: 767px) {
      .footer__cta {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .footer__cta > div {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(80% - 20px);
              flex: 0 0 calc(80% - 20px);
      max-width: calc(80% - 20px);
      margin-right: 20px; }
    .footer__cta .large-icon--mobile {
      max-width: 62px;
      max-height: 106px;
      display: none;
      position: relative; }
      @media (max-width: 767px) {
        .footer__cta .large-icon--mobile {
          display: inline-block; } }
      .footer__cta .large-icon--mobile img {
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
  .footer__social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 35px; }
    @media (max-width: 767px) {
      .footer__social-links {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .footer__social-links li {
      max-width: 24px;
      max-height: 20px; }
      @media (max-width: 767px) {
        .footer__social-links li {
          max-width: 18px;
          max-height: 18px; } }
      .footer__social-links li:not(:last-child) {
        margin-right: 32px; }
      .footer__social-links li img {
        -o-object-fit: contain;
           object-fit: contain;
        height: 100%; }
      .footer__social-links li.large-icon {
        max-width: 62px;
        max-height: 106px; }
        @media (max-width: 767px) {
          .footer__social-links li.large-icon {
            display: none; } }
        .footer__social-links li.large-icon img {
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
  .footer .copyright {
    margin-top: 65px; }
    @media (max-width: 767px) {
      .footer .copyright {
        margin-top: 30px; } }
    .footer .copyright__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 30px);
              flex: 0 0 calc(50% - 30px);
      max-width: calc(50% - 30px);
      margin-right: 30px;
      position: relative; }
      @media (max-width: 991px) {
        .footer .copyright__content {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          margin-right: 0;
          text-align: center;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          margin-top: 10px;
          padding-top: 10px;
          border-top: 2px solid #979797; } }
      .footer .copyright__content span {
        color: #1d334d;
        display: inline-block;
        position: relative; }
        @media (max-width: 767px) {
          .footer .copyright__content span {
            font-size: 12px; } }
        .footer .copyright__content span:not(:last-child) {
          margin-right: 30px; }
          .footer .copyright__content span:not(:last-child)::after {
            content: '';
            position: absolute;
            top: 50%;
            right: -15px;
            width: 1.5px;
            height: calc(100% - 3px);
            background: #1d334d;
            -webkit-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%); }
    .footer .copyright__links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-left: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
      @media (max-width: 991px) {
        .footer .copyright__links {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media (max-width: 767px) {
        .footer .copyright__links {
          margin-top: 0; } }
      .footer .copyright__links li:not(:last-child) {
        margin-right: 30px; }
      .footer .copyright__links li:last-child {
        margin-bottom: 0; }
        .footer .copyright__links li:last-child a::after {
          display: none; }
      .footer .copyright__links li a {
        color: #1d334d;
        font-size: 16px;
        border-bottom: 3px solid transparent;
        padding-bottom: 2px;
        position: relative;
        -webkit-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
        -o-transition: border 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: border 0.3s ease-in-out, color 0.3s ease-in-out; }
        @media (max-width: 767px) {
          .footer .copyright__links li a {
            font-size: 12px; } }
        .footer .copyright__links li a::after {
          content: '';
          position: absolute;
          top: 50%;
          right: -15px;
          -webkit-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 1.5px;
          height: calc(100% - 5px);
          background: #1d334d; }
        .footer .copyright__links li a:hover {
          color: #000000;
          border-bottom: 3px solid #e7314e; }
  .footer .gradient-bar {
    margin-top: 81px; }
    @media (max-width: 1200px) {
      .footer .gradient-bar {
        margin-top: 25px; } }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.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; } }

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

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

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

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

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

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

.intro {
  text-align: center; }
  .intro h2 {
    max-width: 800px;
    margin: 0 auto; }
  .intro.full-width {
    text-align: left; }
    .intro.full-width h2 {
      max-width: 100%; }
  .intro p {
    max-width: 967px;
    margin: 40px auto 0; }

.counter {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .counter__count {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 72.2px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -3.03px;
    color: #00b5c2;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1; }
    @media (min-width: 992px) and (max-width: 1024px) {
      .counter__count {
        font-size: 52.2px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .counter__count {
        font-size: 28.2px;
        letter-spacing: normal; } }
    @media (max-width: 595px) {
      .counter__count {
        font-size: 25.2px;
        letter-spacing: -0.7px; } }
    .counter__count .counter__prefix,
    .counter__count .counter__suffix {
      font-size: 57.8px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0.58px; }
      @media (min-width: 992px) and (max-width: 1024px) {
        .counter__count .counter__prefix,
        .counter__count .counter__suffix {
          font-size: 37px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .counter__count .counter__prefix,
        .counter__count .counter__suffix {
          font-size: 24px; } }
      @media (max-width: 595px) {
        .counter__count .counter__prefix,
        .counter__count .counter__suffix {
          font-size: 22px;
          padding-left: 2px; } }
    .counter__count .counter__prefix {
      padding-right: 5px; }
      @media (max-width: 767px) {
        .counter__count .counter__prefix {
          padding-right: 0; } }
    .counter__count .counter__suffix {
      vertical-align: top;
      padding-left: 5px; }
      @media (max-width: 767px) {
        .counter__count .counter__suffix {
          padding-left: 0; } }
  .counter__area {
    width: 100%;
    height: 100%;
    background: transparent;
    fill: none;
    -webkit-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .counter circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke-width: 15; }
  .counter__track {
    stroke: #f2f2f2; }
  .counter__progress {
    stroke: #00b5c2;
    stroke-dasharray: 691; }
  .counter--bondi-blue .counter__count {
    color: #00b5c2; }
  .counter--bondi-blue .counter__track {
    stroke: #f2f2f2; }
  .counter--bondi-blue .counter__progress {
    stroke: #00b5c2; }
  .counter--bondi-blue .counter__count {
    color: #00b5c2; }
  .counter--bondi-blue .counter__track {
    stroke: #f2f2f2; }
  .counter--bondi-blue .counter__progress {
    stroke: #00b5c2; }
  .counter--cello .counter__count {
    color: #1d334d; }
  .counter--cello .counter__track {
    stroke: #ffffff; }
  .counter--cello .counter__progress {
    stroke: #1d334d; }

.article-feature-card {
  padding: 35px 28px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
  max-width: 564px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  @media (min-width: 596px) and (max-width: 767px) {
    .article-feature-card {
      padding: 25px; } }
  @media (max-width: 595px) {
    .article-feature-card {
      padding: 20px; } }
  .article-feature-card__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 170px;
    height: 170px;
    background: #f7f8f9;
    padding: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .article-feature-card__img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 140px;
        height: 140px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .article-feature-card__img {
        max-width: 130px;
        height: 130px; } }
    @media (max-width: 595px) {
      .article-feature-card__img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 35%;
                flex: 0 0 35%;
        max-width: 87px;
        height: 87px; } }
    .article-feature-card__img img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .article-feature-card__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding-left: 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .article-feature-card__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        margin-top: 25px; } }
    @media (max-width: 595px) {
      .article-feature-card__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(65% - 20px);
                flex: 0 0 calc(65% - 20px);
        max-width: calc(65% - 20px);
        margin-left: 20px;
        padding-left: 0;
        text-align: left; } }
    .article-feature-card__content p {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      max-height: 120px; }
      @media (max-width: 595px) {
        .article-feature-card__content p {
          line-height: 1.36;
          letter-spacing: 0.1px;
          margin-right: 20px; } }
  .article-feature-card__cta {
    margin-top: 30px; }
    @media (max-width: 595px) {
      .article-feature-card__cta {
        margin-top: 0;
        position: absolute;
        top: 8px;
        right: 14px; }
        .article-feature-card__cta a span {
          display: none; } }

.resources-feature-card {
  background: #ffffff; }
  .resources-feature-card__image {
    width: 100%;
    height: 280px;
    border-radius: 8px;
    -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    overflow: hidden; }
    @media (min-width: 1200px) and (max-width: 1450px) {
      .resources-feature-card__image {
        height: 230px; } }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .resources-feature-card__image {
        height: 220px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .resources-feature-card__image {
        height: 220px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .resources-feature-card__image {
        height: 250px; } }
    @media (max-width: 767px) {
      .resources-feature-card__image {
        max-width: 100%; } }
    @media (max-width: 480px) {
      .resources-feature-card__image {
        height: 210px; } }
    .resources-feature-card__image img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .resources-feature-card__image .play-button {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .resources-feature-card__tag {
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 48px;
    padding: 20px;
    background: #00b5c2;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    min-width: 137px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 1200px) and (max-width: 1450px) {
      .resources-feature-card__tag {
        min-width: 90px;
        padding: 10px; } }
    @media (max-width: 1200px) {
      .resources-feature-card__tag {
        min-width: 90px;
        padding: 10px;
        right: 25px; } }
    @media (max-width: 480px) {
      .resources-feature-card__tag {
        min-width: 68px;
        font-size: 8px;
        right: 20px;
        padding: 8px; } }
  .resources-feature-card__content {
    max-width: 560px; }
    @media (max-width: 767px) {
      .resources-feature-card__content {
        max-width: 600px; } }
    .resources-feature-card__content > span {
      margin-top: 30px;
      font-family: "Choplin", sans-serif;
      display: inline-block; }
      @media (max-width: 767px) {
        .resources-feature-card__content > span {
          margin-top: 12px;
          font-size: 14px; } }
    .resources-feature-card__content h3 {
      margin-top: 20px; }
      @media (max-width: 767px) {
        .resources-feature-card__content h3 {
          margin-top: 15px; } }
    .resources-feature-card__content p {
      margin-top: 10px; }
  .resources-feature-card__cta {
    margin-top: 27px; }
    @media (max-width: 767px) {
      .resources-feature-card__cta {
        margin-top: 10px; } }

.horizontal-card {
  -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  border-radius: 8px;
  padding: 41px 40px;
  position: relative;
  width: 100%; }
  @media (max-width: 1200px) {
    .horizontal-card {
      padding: 30px; } }
  @media (max-width: 595px) {
    .horizontal-card {
      padding: 25px 20px; } }
  .horizontal-card__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 991px) {
      .horizontal-card__icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        text-align: left; } }
    @media (max-width: 595px) {
      .horizontal-card__icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        text-align: left; } }
    .horizontal-card__icon img {
      width: 90px;
      height: 92px;
      -o-object-fit: contain;
         object-fit: contain;
      margin: 0 auto;
      display: block; }
      @media (min-width: 768px) and (max-width: 991px) {
        .horizontal-card__icon img {
          width: 70px;
          height: 72px;
          margin: 0 auto 0 0; } }
      @media (max-width: 595px) {
        .horizontal-card__icon img {
          margin: 0 auto 0 0;
          width: 65px;
          height: 65px; } }
    .horizontal-card__icon h3 {
      margin-top: 30px; }
      @media (max-width: 991px) {
        .horizontal-card__icon h3 {
          margin-top: 15px; } }
  .horizontal-card__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(60% - 40px);
            flex: 0 0 calc(60% - 40px);
    max-width: calc(60% - 40px);
    margin-left: 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .horizontal-card__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        margin-top: 15px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .horizontal-card__content {
        margin-top: 15px; } }
    @media (max-width: 595px) {
      .horizontal-card__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0; } }
    @media (max-width: 595px) {
      .horizontal-card__content p {
        margin-top: 5px; } }
  .horizontal-card__action {
    margin-top: 30px; }
    @media (max-width: 991px) {
      .horizontal-card__action {
        margin-top: 20px; } }
    @media (max-width: 595px) {
      .horizontal-card__action {
        position: absolute;
        top: -18px;
        right: -10px;
        margin-top: 0; }
        .horizontal-card__action a span {
          display: none; } }

.hero-featured-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 11px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 4px 4px 11px 0 rgba(0, 0, 0, 0.19);
  border: solid 3px #ffffff;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 27px 50px 31px 39px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .hero-featured-card {
      padding: 25px 30px 25px 25px; } }
  @media (max-width: 767px) {
    .hero-featured-card {
      padding: 22px; } }
  .hero-featured-card:hover .hero-featured-card__cta::before {
    opacity: 0; }
  .hero-featured-card:hover .hero-featured-card__cta::after {
    opacity: 1; }
  .hero-featured-card > a {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1; }
  .hero-featured-card__cta {
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 22px;
    width: 21px;
    height: 21px;
    border-radius: 50%; }
    @media (max-width: 767px) {
      .hero-featured-card__cta {
        top: 10px;
        right: 10px; } }
    .hero-featured-card__cta::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: url(/wp-content/themes/akasa/assets/images/svg/icons/red-circle-arrow.svg) no-repeat;
      background-size: contain;
      opacity: 1;
      -webkit-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    .hero-featured-card__cta::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 21px;
      height: 21px;
      background: url(/wp-content/themes/akasa/assets/images/svg/icons/red-circle-arrow-hover.svg) no-repeat;
      background-size: contain;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
  .hero-featured-card__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 70px;
    width: 100%;
    height: 68px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .hero-featured-card__icon {
        height: 48px; } }
    @media (max-width: 767px) {
      .hero-featured-card__icon {
        max-width: 45px;
        height: 42px; } }
    .hero-featured-card__icon img {
      -o-object-fit: contain;
         object-fit: contain;
      height: 100%; }
  .hero-featured-card__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    padding-left: 20px; }
    .hero-featured-card__content p:last-child {
      margin-top: 5px; }

.testimonial-card {
  padding: 60px 60px 53px 90px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
  position: relative; }
  @media (min-width: 768px) and (max-width: 991px) {
    .testimonial-card {
      padding: 45px 35px 35px 60px; } }
  @media (min-width: 596px) and (max-width: 767px) {
    .testimonial-card {
      padding: 45px 35px 35px 60px; } }
  @media (max-width: 595px) {
    .testimonial-card {
      padding: 31px 25px 25px 30px; } }
  .testimonial-card__qoutes {
    position: absolute;
    top: -45px;
    left: 50px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: url(/wp-content/themes/akasa/assets/images/components/testimonial-card/quotation-circle-icon.svg) no-repeat center;
    background-size: contain; }
    @media (min-width: 768px) and (max-width: 991px) {
      .testimonial-card__qoutes {
        top: -30px;
        left: 35px;
        width: 60px;
        height: 60px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .testimonial-card__qoutes {
        top: -30px;
        left: 35px;
        width: 60px;
        height: 60px; } }
    @media (max-width: 595px) {
      .testimonial-card__qoutes {
        top: -25px;
        left: 8px;
        width: 46px;
        height: 46px; } }
  .testimonial-card__content {
    padding: 0 0 22px 65px;
    border-left: 2px solid #1d334d;
    position: relative; }
    @media (min-width: 768px) and (max-width: 991px) {
      .testimonial-card__content {
        padding: 0 0 20px 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .testimonial-card__content {
        padding: 0 0 20px 30px; } }
    @media (max-width: 595px) {
      .testimonial-card__content {
        padding: 0 0 0 22px;
        border-left: 1px solid #1d334d; } }
    .testimonial-card__content h3 {
      color: #1d334d;
      font-size: 30px;
      line-height: 1.53;
      letter-spacing: 0.23px;
      font-family: "Choplin", sans-serif;
      font-style: italic;
      margin-top: 45px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .testimonial-card__content h3 {
          margin-top: 15px;
          font-size: 25px; } }
      @media (max-width: 767px) {
        .testimonial-card__content h3 {
          margin-top: 15px;
          font-size: 20px; } }
      @media (max-width: 595px) {
        .testimonial-card__content h3 {
          font-size: 15px; } }
    .testimonial-card__content > .testimonial-card__cta {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      text-align: right;
      position: absolute;
      top: -67px;
      right: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        .testimonial-card__content > .testimonial-card__cta {
          top: -35px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .testimonial-card__content > .testimonial-card__cta {
          top: -35px; } }
      @media (max-width: 595px) {
        .testimonial-card__content > .testimonial-card__cta {
          position: absolute;
          top: -35px;
          right: 0; }
          .testimonial-card__content > .testimonial-card__cta a span {
            display: none; } }
  .testimonial-card__img {
    max-width: 238px;
    max-height: 118px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .testimonial-card__img {
        max-width: 200px;
        max-height: 80px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .testimonial-card__img {
        max-width: 200px;
        max-height: 78px; } }
    @media (max-width: 595px) {
      .testimonial-card__img {
        max-width: 120px;
        max-height: 60px; } }
    .testimonial-card__img img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .testimonial-card__thumb-img {
    width: 129px;
    height: 129px;
    border-radius: 50%; }
    @media (min-width: 768px) and (max-width: 991px) {
      .testimonial-card__thumb-img {
        width: 90px;
        height: 90px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .testimonial-card__thumb-img {
        width: 70px;
        height: 70px; } }
    @media (max-width: 595px) {
      .testimonial-card__thumb-img {
        width: 50px;
        height: 50px;
        margin-top: 20px; } }
    .testimonial-card__thumb-img img {
      -o-object-fit: contain;
         object-fit: contain;
      height: 100%;
      border-radius: 50%; }
  .testimonial-card__action {
    margin-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .testimonial-card__action {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .testimonial-card__action {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    @media (max-width: 991px) {
      .testimonial-card__action {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .testimonial-card__action p {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(79% - 20px);
              flex: 0 0 calc(79% - 20px);
      max-width: calc(79% - 20px);
      margin-right: 20px;
      font-weight: bold; }
      @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
        .testimonial-card__action p {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(65% - 20px);
                  flex: 0 0 calc(65% - 20px);
          max-width: calc(65% - 20px); } }
      @media (min-width: 992px) and (max-width: 1024px) {
        .testimonial-card__action p {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(65% - 20px);
                  flex: 0 0 calc(65% - 20px);
          max-width: calc(65% - 20px); } }
      @media (min-width: 768px) and (max-width: 991px) {
        .testimonial-card__action p {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(63% - 20px);
                  flex: 0 0 calc(63% - 20px);
          max-width: calc(63% - 20px); } }
      @media (min-width: 596px) and (max-width: 767px) {
        .testimonial-card__action p {
          font-size: 12px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(50% - 10px);
                  flex: 0 0 calc(50% - 10px);
          max-width: calc(50% - 10px);
          margin-right: 10px; } }
      @media (max-width: 595px) {
        .testimonial-card__action p {
          font-size: 10px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; } }
      .testimonial-card__action p span {
        font-weight: normal; }
      @media (min-width: 992px) and (max-width: 1024px) {
        .testimonial-card__action p .dash {
          display: none; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .testimonial-card__action p .dash {
          display: none; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .testimonial-card__action p .dash {
          display: none; } }
      @media (max-width: 480px) {
        .testimonial-card__action p .dash {
          display: none; } }
      .testimonial-card__action p .position {
        display: inline-block;
        padding-left: 10px; }
        @media (min-width: 992px) and (max-width: 1024px) {
          .testimonial-card__action p .position {
            max-width: 290px;
            padding-left: 0;
            padding-top: 5px;
            display: block;
            vertical-align: top; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .testimonial-card__action p .position {
            max-width: 290px;
            padding-left: 0;
            padding-top: 5px;
            display: block;
            vertical-align: top; } }
        @media (min-width: 596px) and (max-width: 767px) {
          .testimonial-card__action p .position {
            padding-left: 0;
            padding-top: 5px;
            display: block; } }
        @media (max-width: 480px) {
          .testimonial-card__action p .position {
            display: block;
            padding-left: 0;
            padding-top: 5px; } }
    .testimonial-card__action > .testimonial-card__cta {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 21%;
              flex: 0 0 21%;
      max-width: 21%;
      text-align: right; }
      @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
        .testimonial-card__action > .testimonial-card__cta {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 35%;
                  flex: 0 0 35%;
          max-width: 35%; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        .testimonial-card__action > .testimonial-card__cta {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 35%;
                  flex: 0 0 35%;
          max-width: 35%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .testimonial-card__action > .testimonial-card__cta {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 37%;
                  flex: 0 0 37%;
          max-width: 37%; } }
      @media (min-width: 596px) and (max-width: 767px) {
        .testimonial-card__action > .testimonial-card__cta {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; } }
      @media (max-width: 595px) {
        .testimonial-card__action > .testimonial-card__cta {
          position: absolute;
          top: 8px;
          right: 14px; }
          .testimonial-card__action > .testimonial-card__cta a span {
            display: none; } }

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  .video-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(151, 151, 151, 0.8); }
  .video-overlay .video-wrap {
    width: 100%;
    height: 728px;
    border-radius: 8px; }
    @media (min-width: 1200px) and (max-width: 1450px) {
      .video-overlay .video-wrap {
        height: 500px; } }
    @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
      .video-overlay .video-wrap {
        height: 500px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .video-overlay .video-wrap {
        height: 500px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .video-overlay .video-wrap {
        height: 300px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      .video-overlay .video-wrap {
        height: 350px; } }
    @media (max-width: 595px) {
      .video-overlay .video-wrap {
        height: 200px; } }
    .video-overlay .video-wrap iframe {
      width: 100%;
      height: 100%;
      border-radius: 8px;
      border: 2px solid #ffffff; }
  .video-overlay .close {
    cursor: pointer;
    width: 21px;
    height: 21px;
    display: inline-block;
    background: url(/wp-content/themes/akasa/assets/images/svg/icons/cross-icon.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -25px;
    right: -8px; }
    @media (max-width: 1200px) {
      .video-overlay .close {
        top: -36px;
        right: 23px; } }
  .video-overlay.active {
    opacity: 1;
    z-index: 100;
    visibility: visible; }

.vertical-card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 10px;
  min-height: 589px;
  max-height: 589px;
  width: 100%;
  height: 100%;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 4px 4px 45px 0 rgba(0, 0, 0, 0.11);
  z-index: 1; }
  @media (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
    .vertical-card {
      min-height: 649px;
      max-height: 649px; } }
  @media (min-width: 992px) and (max-width: 1024px) {
    .vertical-card {
      min-height: 689px;
      max-height: 590px; } }
  @media (max-width: 767px) {
    .vertical-card {
      width: 100%;
      min-height: auto;
      max-height: auto; } }
  .vertical-card__front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 35px 18px 49px;
    text-align: center;
    width: 100%; }
    @media (min-width: 992px) and (max-width: 1024px) {
      .vertical-card__front {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 285px;
                flex: 0 0 285px;
        max-width: 285px;
        min-width: 285px; } }
    @media (max-width: 767px) {
      .vertical-card__front {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px; } }
  .vertical-card__aside {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 0;
    min-width: 0;
    width: 0;
    border-radius: 8px;
    float: left;
    overflow: hidden;
    z-index: -1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    @media (max-width: 767px) {
      .vertical-card__aside {
        display: none; } }
  .vertical-card__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    height: 100%;
    padding: 45px;
    border-radius: 8px;
    background-color: rgba(0, 181, 194, 0.15);
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out; }
  .vertical-card__counter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 236px;
            flex: 0 0 236px;
    max-width: 236px;
    max-height: 236px;
    width: 236px;
    margin: 0 auto; }
    @media (min-width: 992px) and (max-width: 1024px) {
      .vertical-card__counter {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 196px;
                flex: 0 0 196px;
        max-width: 196px; } }
    @media (max-width: 767px) {
      .vertical-card__counter {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 96px;
                flex: 0 0 96px;
        max-width: 96px; } }
  .vertical-card__heading {
    margin: 18px auto 0;
    width: 92%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }
    @media (max-width: 767px) {
      .vertical-card__heading {
        padding-left: 10px;
        text-align: left;
        margin-top: 0; } }
    @media (max-width: 480px) {
      .vertical-card__heading {
        font-size: 14px; } }
  .vertical-card__action {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
    max-height: 25px;
    display: block; }
    @media (max-width: 767px) {
      .vertical-card__action {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 18px;
                flex: 0 0 18px;
        max-width: 18px;
        max-height: 18px;
        -ms-flex-item-align: start;
            align-self: flex-start; } }
    @media (max-width: 767px) {
      .vertical-card__action a {
        font-size: 0;
        padding-right: 0;
        vertical-align: top; } }
    @media (max-width: 767px) {
      .vertical-card__action .text-link::after {
        width: 18px;
        height: 18px; } }
    .vertical-card__action .text-link:hover::before {
      opacity: 1; }
    .vertical-card__action .text-link:hover::after {
      opacity: 0; }
    .vertical-card__action .text-link:hover span {
      border-bottom: 3px solid #e7314e; }
      @media (max-width: 767px) {
        .vertical-card__action .text-link:hover span {
          border-bottom: none; } }
  .vertical-card__logo {
    max-width: 100px;
    max-height: 100px;
    width: 100%; }
    .vertical-card__logo img {
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .vertical-card__title {
    width: 90%;
    margin-top: 24px;
    color: #00b5c2; }
  .vertical-card__description h6 {
    margin-top: 30px;
    color: #000000; }
  .vertical-card__description p {
    margin-top: 12px;
    color: #1d334d; }
  .vertical-card--bondi-blue .vertical-card__content {
    background-color: rgba(0, 181, 194, 0.15); }
  .vertical-card--bondi-blue .counter__count {
    color: #00b5c2; }
  .vertical-card--bondi-blue .counter .vertical-card__progress {
    stroke: #00b5c2; }
  .vertical-card--bondi-blue .vertical-card__title {
    color: #00b5c2; }
  .vertical-card--indigo .vertical-card__content {
    background-color: rgba(74, 94, 204, 0.15); }
  .vertical-card--indigo .counter__count {
    color: #4a5ecc; }
  .vertical-card--indigo .counter__progress {
    stroke: #4a5ecc; }
  .vertical-card--indigo .vertical-card__title {
    color: #4a5ecc; }
  .vertical-card--tangerine .vertical-card__content {
    background-color: rgba(255, 150, 97, 0.15); }
  .vertical-card--tangerine .counter__count {
    color: #ff9661; }
  .vertical-card--tangerine .counter__progress {
    stroke: #ff9661; }
  .vertical-card--tangerine .vertical-card__title {
    color: #ff9661; }

.form-wrap .field {
  position: relative;
  margin-top: 35px;
  width: 100%;
  max-width: 100%; }
  .form-wrap .field > label {
    position: absolute;
    top: 13px;
    left: 15px;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.11px;
    color: rgba(0, 0, 0, 0.75);
    background-color: #ffffff;
    -webkit-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    -webkit-transform-origin: left top;
         -o-transform-origin: left top;
            transform-origin: left top; }
  .form-wrap .field .input {
    margin-right: 0 !important; }
    .form-wrap .field .input input {
      width: 100% !important; }
      .form-wrap .field .input input[type='text'], .form-wrap .field .input input[type='email'], .form-wrap .field .input input[type='tel'] {
        padding: 13px 15px;
        border: 1px solid #c5c5c5;
        border-radius: 3.5px;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.11px;
        outline: none; }
      .form-wrap .field .input input:hover {
        border-color: #696969; }
      .form-wrap .field .input input:focus {
        border: 2px solid #00b5c2; }
      .form-wrap .field .input input:-webkit-autofill, .form-wrap .field .input input:-webkit-autofill:hover, .form-wrap .field .input input:-webkit-autofill:focus, .form-wrap .field .input input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
        box-shadow: 0 0 0 30px #ffffff inset !important; }
  .form-wrap .field select,
  .form-wrap .field textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 13px 15px;
    border: 1px solid #c5c5c5;
    border-radius: 3.5px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.11px;
    outline: none; }
    .form-wrap .field select:hover,
    .form-wrap .field textarea:hover {
      border-color: #696969; }
    .form-wrap .field select:focus,
    .form-wrap .field textarea:focus {
      border: 2px solid #00b5c2; }
    .form-wrap .field select:-webkit-autofill, .form-wrap .field select:-webkit-autofill:hover, .form-wrap .field select:-webkit-autofill:focus, .form-wrap .field select:-webkit-autofill:active,
    .form-wrap .field textarea:-webkit-autofill,
    .form-wrap .field textarea:-webkit-autofill:hover,
    .form-wrap .field textarea:-webkit-autofill:focus,
    .form-wrap .field textarea:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
      box-shadow: 0 0 0 30px #ffffff inset !important; }
  .form-wrap .field textarea {
    max-width: 373px;
    min-height: 177px; }
  .form-wrap .field ul {
    margin-top: 5px;
    padding-left: 0; }
    .form-wrap .field ul > li {
      text-align: left; }
      .form-wrap .field ul > li label {
        font-size: 14px;
        color: #e7314e; }
  .form-wrap .field.activated > label {
    top: 0;
    color: #696969;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%) scale(0.9);
         -o-transform: translateY(-50%) scale(0.9);
            transform: translateY(-50%) scale(0.9); }
  .form-wrap .field.focused > label {
    top: 0;
    color: #00b5c2;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%) scale(0.9);
         -o-transform: translateY(-50%) scale(0.9);
            transform: translateY(-50%) scale(0.9); }
  .form-wrap .field.disabled select {
    color: #ffffff; }

.form-wrap .actions {
  text-align: left; }

.form-wrap .hs-submit {
  margin-top: 45px; }
  .form-wrap .hs-submit input[type='submit'] {
    font-family: "Montserrat", sans-serif;
    border: none;
    cursor: pointer;
    -webkit-appearance: none; }

.form-wrap.multi-step .step-1 {
  display: block; }

.form-wrap.multi-step .step-2 {
  display: none; }

.form-wrap.multi-step.cont .step-1 {
  display: none; }

.form-wrap.multi-step.cont .step-2 {
  display: block; }

.form-wrap.multi-step .next-prev {
  display: block; }
  .form-wrap.multi-step .next-prev.hide {
    display: none; }

.form-wrap.multi-step .prev {
  padding-left: 30px;
  text-align: left; }
  .form-wrap.multi-step .prev::before, .form-wrap.multi-step .prev::after {
    content: '';
    left: 0;
    right: initial;
    -webkit-transform: translateY(-50%) rotate(180deg);
         -o-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }

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

.platform-overview.ua-safari-15 .col-three-cards .col-three .card-wrap,
.platform-overview .ua-safari-15-4 .col-three-cards .col-three .card-wrap,
.platform-overview .ua-safari .col-three-cards .col-three .card-wrap {
  height: 488px;
  background-color: #ffffff; }

.about-us.ua-ios-12-1 .banner-second-level .bg-img .img-wrap .icon-wrap img {
  height: auto; }

@media (min-width: 992px) {
  .ua-safari .header .search-form button[type='submit'] {
    padding: 15px 17px 14px; } }

.private-wrapper {
  margin: 50px 0;
  text-align: center; }

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