@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
@-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);
  }
}
@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);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-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;
  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);
  }
}
@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;
  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);
  }
}
@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;
  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);
  }
}
@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;
  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);
  }
}
@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);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-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);
  }
}
@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;
  transform-origin: top center;
  -webkit-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);
  }
}
@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;
  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);
  }
}
@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;
  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);
  }
}
@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);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-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);
  }
}
@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);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-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);
  }
}
@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);
  }
}
.bounceInDown {
  -webkit-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);
  }
}
@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);
  }
}
.bounceInLeft {
  -webkit-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);
  }
}
@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);
  }
}
.bounceInRight {
  -webkit-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);
  }
}
@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);
  }
}
.bounceInUp {
  -webkit-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);
  }
}
@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;
  animation-duration: 0.75s;
  -webkit-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);
  }
}
@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;
  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);
  }
}
@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;
  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);
  }
}
@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;
  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);
  }
}
@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;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-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);
  }
}
@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;
  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);
  }
}
@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;
  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);
  }
}
@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;
  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);
  }
}
@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;
  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);
  }
}
@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;
  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);
  }
}
@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;
  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);
  }
}
@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;
  animation-name: fadeInUp;
}

@-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);
  }
}
@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;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-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);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-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);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-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);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-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);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-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);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-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);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-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);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-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);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-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);
  }
}
@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);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-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);
  }
}
@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);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-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;
  }
}
@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;
  animation-duration: 0.75s;
  -webkit-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;
  }
}
@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;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-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;
  }
}
@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;
  animation-name: lightSpeedOut;
  -webkit-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;
  }
}
@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;
  }
}
.rotateIn {
  -webkit-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;
  }
}
@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;
  }
}
.rotateInDownLeft {
  -webkit-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;
  }
}
@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;
  }
}
.rotateInDownRight {
  -webkit-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;
  }
}
@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;
  }
}
.rotateInUpLeft {
  -webkit-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;
  }
}
@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;
  }
}
.rotateInUpRight {
  -webkit-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;
  }
}
@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;
  }
}
.rotateOut {
  -webkit-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;
  }
}
@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;
  }
}
.rotateOutDownLeft {
  -webkit-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;
  }
}
@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;
  }
}
.rotateOutDownRight {
  -webkit-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;
  }
}
@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;
  }
}
.rotateOutUpLeft {
  -webkit-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;
  }
}
@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;
  }
}
.rotateOutUpRight {
  -webkit-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;
  }
}
@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;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-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);
  }
}
@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);
  }
}
.jackInTheBox {
  -webkit-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);
  }
}
@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;
  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);
  }
}
@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;
  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;
  }
}
@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;
  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);
  }
}
@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);
  }
}
.zoomInDown {
  -webkit-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);
  }
}
@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);
  }
}
.zoomInLeft {
  -webkit-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);
  }
}
@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);
  }
}
.zoomInRight {
  -webkit-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);
  }
}
@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);
  }
}
.zoomInUp {
  -webkit-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;
  }
}
@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;
  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);
  }
}
@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);
  }
}
.zoomOutDown {
  -webkit-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;
  }
}
@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;
  }
}
.zoomOutLeft {
  -webkit-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;
  }
}
@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;
  }
}
.zoomOutRight {
  -webkit-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);
  }
}
@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);
  }
}
.zoomOutUp {
  -webkit-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);
  }
}
@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;
  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);
  }
}
@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;
  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);
  }
}
@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;
  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);
  }
}
@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;
  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);
  }
}
@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;
  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);
  }
}
@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;
  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);
  }
}
@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;
  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);
  }
}
@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;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/* Blue */
/* Pink */
/* Green */
/* Orange */
/* Grey */
/* Action */
/* Gradients */
/* Fonts */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 62.5%;
  background-color: #ffffff;
}

body {
  font-family: "Lato", sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

::-moz-selection {
  background: #D3F0FF;
}

::selection {
  background: #D3F0FF;
}

.global {
  max-width: 1440px;
  margin: 0 auto;
}

.overflow {
  overflow: hidden;
}

.container {
  margin: 0 120px;
  width: auto;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .container {
    margin: 0 60px;
  }
}
.container.-no-left {
  margin-left: 0;
}
.container.-no-right {
  margin-right: 0;
}
.container.-highlight {
  z-index: 2;
}
.container.-video {
  overflow: hidden;
}
.container.-video video {
  opacity: 0.7;
  width: 100%;
}

.wrap {
  position: relative;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
}

.ornament {
  border: 2px solid #FCB813;
  transform: skew(-25deg);
}
.ornament.-large {
  width: 120px;
  height: 15px;
  border-radius: 6px 3px 6px 3px;
}
.ornament.-small {
  width: 60px;
  height: 10px;
  border-radius: 4px 2px 4px 2px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}

a {
  text-decoration: none !important;
  transition: all 150ms;
}
a.no-decoration {
  text-decoration: none !important;
}
a.white {
  color: #ffffff;
}
a.blue {
  color: #00aaff;
}
a.blue:hover {
  color: #0078be;
}
a.grey-80 {
  color: #4C4C4E;
}
a.grey-80:hover {
  color: #232323;
}
a:hover {
  text-decoration: underline;
  cursor: pointer;
}
a:visited {
  color: #00aaff;
}

img.block {
  display: block;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.uppercase {
  text-transform: uppercase;
}

.-disable-content {
  pointer-events: none;
  opacity: 0.3;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-5 {
  margin-top: 5px;
}

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

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

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.no-float {
  float: none;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.padding-divider {
  padding-bottom: 100px;
}
.padding-divider-map {
  padding-bottom: 220px;
}

.padding-divider-top {
  padding-top: 100px;
}

.padding_internal {
  padding: 0 50px;
}

.-h-mobile {
  display: block;
}

.-s-mobile {
  display: none;
}

.-hide {
  display: none;
}

.-right {
  float: right;
}

.-m-center {
  margin: 0 auto;
  text-align: center;
}

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

.-align-right {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .-align-right {
    text-align: right;
  }
}

.waiting_content {
  color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  padding-top: 50px;
  background-color: rgb(255, 255, 255);
}
.waiting_content:after {
  content: "";
  position: relative;
  width: 8em;
  height: 8em;
  border: 4px solid #ededed;
  border-radius: 50%;
  border-top-color: #00aaff;
  z-index: 5;
  animation: spin 1s infinite;
  align-self: center;
}

.topic-auto-column {
  column-count: 2;
  column-gap: 40px;
}
.topic-auto-column .topic-wrapper {
  display: inline-block;
}

.video-distance {
  height: 250px;
}

@media screen and (max-width: 1024px) {
  .hero {
    height: 100vh;
    background: no-repeat;
    background-position: center;
    position: relative;
  }
  .extra-height {
    height: 135vh !important;
  }
  .reset .columns:first-child {
    padding-right: 0;
  }
  .reset .columns:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .hero {
    height: 100vh;
    background: no-repeat;
    background-position: center;
    position: relative;
  }
  .padding_internal {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .wrap.-fixed-distance {
    height: 40px;
  }
  .wrap.-fixed-distance-large {
    height: 0;
  }
  .wrap.-fixed-distance-video {
    height: 80px;
  }
  .m-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .mb-120 {
    margin-bottom: 70px;
  }
  .mb-100 {
    margin-bottom: 60px;
  }
  .mb-80 {
    margin-bottom: 50px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .mb-50 {
    margin-bottom: 25px;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
  .mb-30 {
    margin-bottom: 15px;
  }
  .mb-20 {
    margin-bottom: 10px;
  }
  .mb-15 {
    margin-bottom: 7.5px;
  }
  .mb-10 {
    margin-bottom: 5px;
  }
  .mt-140 {
    margin-top: 80px;
  }
  .mt-100 {
    margin-top: 70px;
  }
  .mt-80 {
    margin-top: 50px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .mt-50 {
    margin-top: 25px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .mt-30 {
    margin-top: 15px;
  }
  .mt-20 {
    margin-top: 10px;
  }
  .mt-15 {
    margin-top: 7.5px;
  }
  .pt-10 {
    padding-top: 5px;
  }
  .pb-10 {
    padding-bottom: 5px;
  }
  .pt-20 {
    padding-top: 10px;
  }
  .pb-20 {
    padding-bottom: 10px;
  }
  .-h-mobile {
    display: none !important;
  }
  .-s-mobile {
    display: block !important;
  }
  .topic-auto-column {
    column-count: 1;
    column-gap: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
  margin: 0;
}

h1.-white,
h2.-white,
h3.-white,
h4.-white,
h5.-white,
h6.-white,
p.-white,
li.-white,
a.-white,
span.-white,
.case-label.-white,
.uppercase-text-small.-white {
  color: #ffffff;
}
h1.-dark,
h2.-dark,
h3.-dark,
h4.-dark,
h5.-dark,
h6.-dark,
p.-dark,
li.-dark,
a.-dark,
span.-dark,
.case-label.-dark,
.uppercase-text-small.-dark {
  color: #212121;
}
h1.-gradient,
h2.-gradient,
h3.-gradient,
h4.-gradient,
h5.-gradient,
h6.-gradient,
p.-gradient,
li.-gradient,
a.-gradient,
span.-gradient,
.case-label.-gradient,
.uppercase-text-small.-gradient {
  background: linear-gradient(266.01deg, #23D2B5 -2.19%, #00BCFD 102.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Default Text */
h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 78px;
  line-height: 90px;
  background: linear-gradient(266.01deg, #23D2B5 -2.19%, #00BCFD 102.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h1 > span {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 1.4;
  }
}

h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  background: linear-gradient(266.01deg, #23D2B5 -2.19%, #00BCFD 102.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 44px;
  color: #0C1D36;
}

h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  /* or 128% */
  text-align: center;
  color: #212121;
}

p {
  font-size: 16px;
  line-height: 24px;
  color: #212121;
}
p.-big {
  font-size: 1.7rem;
}
p.-small {
  letter-spacing: 0.05rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  p.-small {
    font-size: 15px;
    letter-spacing: 0.1rem;
  }
}

span.medium {
  font-weight: 500;
}

/* Custom Text */
.case-label {
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.3rem;
}

.uppercase-text-small {
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}

.footer-link {
  font-size: 1.3rem;
  line-height: 1.7rem;
  margin-bottom: 8px;
  color: #4C4C4E;
  font-weight: 400;
  display: block;
}
.footer-link:visited {
  color: #4C4C4E;
}

.-break-word {
  overflow-wrap: break-word;
}

.category-blue {
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #00aaff;
}

.category-orange {
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #f5a001;
}

.item-text {
  font-size: 2.2rem;
}

.category-tag {
  font-size: 1.5rem;
  font-family: 500;
  margin-bottom: 16px;
}
.category-tag.light-orange {
  color: #f5a001;
}
.category-tag.blue {
  color: #00aaff;
}
.category-tag.dark-grey {
  color: #232323;
}

.acf-inside p {
  margin-bottom: 20px;
}
.acf-inside.dark-grey p {
  color: #232323;
}
.acf-inside.lighter p {
  font-weight: 300;
}

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

.default-paragraph p {
  color: #232323;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .default-paragraph p {
    font-size: 1.4rem;
  }
}

@keyframes move {
  0% {
    transform: translateY(-3px);
    opacity: 1;
  }
  100% {
    transform: translateY(3px);
    opacity: 0;
  }
}
@keyframes jumping {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes flying {
  0% {
    transform: translateX(-1000px);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes flyingInfo {
  0% {
    transform: translateX(-1400px);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes going {
  0% {
    transform: translateY(-50%) translateX(0px);
  }
  50% {
    transform: translateY(-50%) translateX(10px);
  }
  100% {
    transform: translateY(-50%) translateX(0px);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 30;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dashInfo {
  0% {
    stroke-dashoffset: 14;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes pulsing {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulsingTooltip {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes lightning {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes grow {
  0% {
    transform: scale(1);
    fill: #f5a001;
  }
  50% {
    transform: scale(1.2);
    fill: #ffc300;
  }
  100% {
    transform: scale(1);
    fill: #f5a001;
  }
}
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes pulseOrange {
  0% {
    transform: scale(1);
    height: 42px;
    background-color: #f5a001;
  }
  8% {
    height: 58px;
    transform: scale(1.1);
    background-color: #f07c02;
  }
  16% {
    transform: scale(1);
    height: 42px;
    background-color: #f5a001;
  }
}
@keyframes pulseBlue {
  0% {
    transform: scale(1);
    height: 42px;
    background-color: #00aaff;
  }
  8% {
    height: 58px;
    transform: scale(1.1);
    background-color: #0078be;
  }
  16% {
    transform: scale(1);
    height: 42px;
    background-color: #00aaff;
  }
}
@keyframes spin-tail-color {
  0% {
    border-right-color: #009DE9;
    border-bottom-color: transparent;
  }
  25% {
    border-right-color: #009DE9;
    border-bottom-color: transparent;
  }
  25.1% {
    border-right-color: #009DE9;
    border-bottom-color: #009DE9;
  }
  74.9% {
    border-right-color: #009DE9;
    border-bottom-color: #009DE9;
  }
  75% {
    border-right-color: #009DE9;
    border-bottom-color: transparent;
  }
  100% {
    border-right-color: #009DE9;
    border-bottom-color: transparent;
  }
}
@keyframes spin-head {
  0% {
    border-right-color: #F5F5F5;
    border-bottom-color: #F5F5F5;
  }
  13.9% {
    border-right-color: #F5F5F5;
    border-bottom-color: #F5F5F5;
  }
  14% {
    border-right-color: #F5F5F5;
    border-bottom-color: transparent;
  }
  32.33% {
    border-right-color: #F5F5F5;
    border-bottom-color: transparent;
  }
  32.34% {
    border-right-color: transparent;
    border-bottom-color: transparent;
  }
  67.66% {
    border-right-color: transparent;
    border-bottom-color: transparent;
  }
  67.67% {
    border-right-color: #F5F5F5;
    border-bottom-color: transparent;
  }
  86.9% {
    border-right-color: #F5F5F5;
    border-bottom-color: transparent;
  }
  87% {
    border-right-color: #F5F5F5;
    border-bottom-color: #F5F5F5;
  }
  100% {
    border-right-color: #F5F5F5;
    border-bottom-color: #F5F5F5;
  }
}
@keyframes spin-tail-color-white {
  0% {
    border-right-color: white;
    border-bottom-color: transparent;
  }
  25% {
    border-right-color: white;
    border-bottom-color: transparent;
  }
  25.1% {
    border-right-color: white;
    border-bottom-color: white;
  }
  74.9% {
    border-right-color: white;
    border-bottom-color: white;
  }
  75% {
    border-right-color: white;
    border-bottom-color: transparent;
  }
  100% {
    border-right-color: white;
    border-bottom-color: transparent;
  }
}
@keyframes spin-head-white {
  0% {
    border-right-color: #00AAFF;
    border-bottom-color: #00AAFF;
  }
  13.9% {
    border-right-color: #00AAFF;
    border-bottom-color: #00AAFF;
  }
  14% {
    border-right-color: #00AAFF;
    border-bottom-color: transparent;
  }
  32.33% {
    border-right-color: #00AAFF;
    border-bottom-color: transparent;
  }
  32.34% {
    border-right-color: transparent;
    border-bottom-color: transparent;
  }
  67.66% {
    border-right-color: transparent;
    border-bottom-color: transparent;
  }
  67.67% {
    border-right-color: #00AAFF;
    border-bottom-color: transparent;
  }
  86.9% {
    border-right-color: #00AAFF;
    border-bottom-color: transparent;
  }
  87% {
    border-right-color: #00AAFF;
    border-bottom-color: #00AAFF;
  }
  100% {
    border-right-color: #00AAFF;
    border-bottom-color: #00AAFF;
  }
}
@keyframes spin-adjust {
  0% {
    transform: rotate(0deg);
  }
  12.5% {
    transform: rotate(270deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(540deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(810deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(1080deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
@keyframes spin-tail {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-255deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  border-style: solid;
  background-color: transparent;
  transition: all 0.35s ease 0s;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  text-align: center;
  cursor: pointer;
  padding: 15px 30px;
  width: auto;
}
.button:hover {
  cursor: pointer;
}
.button > span {
  font-weight: 700;
}
.button.-outline.-blue {
  background-color: transparent;
  color: #00aaff;
  border: 1px solid #00aaff;
  font-weight: 600;
}
.button.-outline.-blue:hover {
  background-color: #00aaff;
  color: white;
}
.button.-outline.-grey {
  background-color: transparent;
  color: #424242;
  border: 1px solid #BDBDBD;
  font-weight: 600;
}
.button.-outline.-grey:hover {
  background-color: #424242;
  border: 1px solid #424242;
  color: white;
}
.button.-solid.-gradient {
  background: linear-gradient(135deg, #00BCFD 0%, #23D2B5 100%);
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: white;
}
.button.-solid.-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1), 0px 8px 8px rgba(0, 0, 0, 0.06), 0px 3px 1px rgba(0, 0, 0, 0.06);
}
.button.-solid.-white {
  padding: 16px 32px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 2px rgba(0, 0, 0, 0.06), 0px 3px 1px rgba(0, 0, 0, 0.06);
  font-weight: bold;
  font-size: 18px;
  color: #424242;
}
.button.-solid.-white:hover {
  transform: translateY(-3px);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1), 0px 8px 8px rgba(0, 0, 0, 0.06), 0px 3px 1px rgba(0, 0, 0, 0.06);
}
.button.-solid.-blue {
  padding: 18px 32px;
  background: #00aaff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 2px rgba(0, 0, 0, 0.06), 0px 3px 1px rgba(0, 0, 0, 0.06);
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: white;
}
.button.-solid.-blue:hover {
  transform: translateY(-3px);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1), 0px 8px 8px rgba(0, 0, 0, 0.06), 0px 3px 1px rgba(0, 0, 0, 0.06);
}
.button.-solid.-big {
  font-size: 16px;
  padding: 22px 70px;
}
.button:hover {
  transition: all 0.35s ease 0s;
  opacity: 1;
  text-decoration: none;
}
.button:focus {
  text-decoration: none;
  outline: none;
}
.button.-loading span {
  opacity: 0;
  position: absolute;
}
.button.-loading .spinner.white {
  opacity: 1;
}
.button.-hide {
  display: none;
}
.button.-show {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .button.-right {
    float: left;
  }
  .fixed-wrapper .fixed-button {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    border-radius: 0;
    animation: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.input-wrapper {
  display: flex;
  flex-flow: column-reverse;
  position: relative;
  flex: 1;
  margin-bottom: 18px;
}
.input-wrapper.-show-placeholder input::-webkit-input-placeholder,
.input-wrapper.-show-placeholder textarea::-webkit-input-placeholder {
  opacity: 0.45;
}
.input-wrapper.-show-placeholder input::-ms-input-placeholder,
.input-wrapper.-show-placeholder textarea::-ms-input-placeholder {
  opacity: 0.45;
}
.input-wrapper.-show-placeholder input::-moz-placeholder,
.input-wrapper.-show-placeholder textarea::-moz-placeholder {
  opacity: 0.45;
}
.input-wrapper.-error input {
  box-shadow: 0 2px 0px #f399a3;
}
.input-wrapper.-success input {
  box-shadow: 0 2px 0px #c3dfa7;
}
.input-wrapper label,
.input-wrapper input {
  transition: all 0.2s;
  touch-action: manipulation;
  font-weight: 400;
  margin-bottom: 0;
  display: block;
}
.input-wrapper input {
  width: 100%;
  font-size: 1.6rem;
  border: 0;
  font-family: inherit;
  -webkit-appearance: none;
  padding: 5px 7px 7px;
  font-weight: 500;
  cursor: text;
  color: #212121;
  box-shadow: 0 1px 0px #E0E0E0;
  border-radius: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .input-wrapper input {
    padding: 7px 0 10px;
    font-size: 1.5rem;
  }
}
.input-wrapper input ~ label {
  color: #757575;
  opacity: 1;
  font-size: 1.4rem;
  transform-origin: left bottom;
  pointer-events: none;
}
.input-wrapper input:placeholder-shown ~ label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  transform: translate(0, 3rem) scale(1.2);
  color: #757575;
}
@media screen and (min-width: 768px) {
  .input-wrapper input:placeholder-shown ~ label {
    transform: translate(0, 3.2rem) scale(1.2);
  }
}
.input-wrapper input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.input-wrapper input:not(:placeholder-shown) + label, .input-wrapper input:focus + label {
  transform: translate(0, 0) scale(1);
  opacity: 0.8;
}
.input-wrapper input::-webkit-input-placeholder {
  opacity: 1;
  font-weight: 400;
  transition: inherit;
}
.input-wrapper input::-ms-input-placeholder {
  opacity: 1;
  font-weight: 400;
  transition: inherit;
}
.input-wrapper input::-moz-placeholder {
  opacity: 1;
  font-weight: 400;
  transition: inherit;
}
.input-wrapper input:focus {
  box-shadow: 0 2px 0px #00aaff;
  outline: 0;
}
.input-wrapper input:focus::-webkit-input-placeholder {
  opacity: 0.45;
}
.input-wrapper input:focus::-ms-input-placeholder {
  opacity: 0.45;
}
.input-wrapper input:focus::-moz-placeholder {
  opacity: 0.45;
}
.input-wrapper input.-orange:focus {
  box-shadow: 0 2px 0px #f07c02;
}
.input-wrapper:last-child {
  margin-right: 0;
}
.input-wrapper.-no-margin {
  margin: 0;
}

.radio-wrapper {
  flex: 1;
  display: flex;
  width: calc(25% - 12px);
}
.radio-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-wrapper input ~ label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #00aaff;
  padding: 20px 0px;
  color: #00aaff;
  font-size: 15px;
  font-weight: 600;
  margin: 0 4px;
}
.radio-wrapper input:checked ~ label {
  color: #00aaff;
  background-color: #ffffff;
}
.radio-wrapper input:hover {
  cursor: pointer;
}

/* Loading CSS */
.spinner {
  width: 64px;
  height: 64px;
  display: inline-block;
  animation: spin 1.5s infinite linear;
}
.spinner .loader {
  position: relative;
  width: 64px;
  height: 64px;
  animation: spin-adjust 9.2s infinite linear;
  /*
    Duration of spin-adjust animation should be 4 times of the duration of spin-tail & spin-head 
  */
}
.spinner .loader::after,
.spinner .loader::before {
  left: 0px;
  top: 0px;
  position: absolute;
  content: "";
  width: inherit;
  height: inherit;
  border: 2px solid #009DE9;
  border-radius: 50%;
  box-sizing: border-box;
}
.spinner .loader::before,
.spinner .loader::after {
  display: inline-block;
  border-color: transparent;
  border-top-color: #009DE9;
}
.spinner .loader::before {
  border-width: 2px;
  border-right-color: #009DE9;
  border-bottom-color: #009DE9;
  animation: spin-tail 2.3s infinite linear, spin-tail-color 2.3s infinite linear;
}
.spinner .loader::after {
  border-width: 10px;
  border-top-color: #F5F5F5;
  /*
    Border color of loader::after element should be equal to your site's background color. Basically this source is not able to be used in transparent background elements or multi-colored background elements.

    If you need to use this spinner in such projects, you better find other sources or rework this pen to build your own loader component.

    If you want to change the background color of this element, you should change all border colors in @keyframes spin-head too.
  */
  transform: scale(1.2) rotate(15deg);
  animation: spin-head 2.3s infinite linear;
}

.spinner-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}

.spinner.white {
  width: 24px;
  height: 24px;
  display: inline-block;
  animation: spin 1.5s infinite linear;
  opacity: 0;
}
.spinner.white .loader {
  position: relative;
  width: 24px;
  height: 24px;
  animation: spin-adjust 9.2s infinite linear;
  /*
    Duration of spin-adjust animation should be 4 times of the duration of spin-tail & spin-head 
  */
}
.spinner.white .loader::after,
.spinner.white .loader::before {
  left: 0px;
  top: 0px;
  position: absolute;
  content: "";
  width: inherit;
  height: inherit;
  border: 2px solid white;
  border-radius: 50%;
  box-sizing: border-box;
}
.spinner.white .loader::before,
.spinner.white .loader::after {
  display: inline-block;
  border-color: transparent;
  border-top-color: white;
}
.spinner.white .loader::before {
  border-width: 2px;
  border-right-color: white;
  border-bottom-color: white;
  animation: spin-tail 2.3s infinite linear, spin-tail-color-white 2.3s infinite linear;
}
.spinner.white .loader::after {
  border-width: 10px;
  border-top-color: #00AAFF;
  /*
    Border color of loader::after element should be equal to your site's background color. Basically this source is not able to be used in transparent background elements or multi-colored background elements.

    If you need to use this spinner in such projects, you better find other sources or rework this pen to build your own loader component.

    If you want to change the background color of this element, you should change all border colors in @keyframes spin-head too.
  */
  transform: scale(1.2) rotate(15deg);
  animation: spin-head-white 2.3s infinite linear;
}

#modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
#modal .background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
#modal .scrolled {
  overflow: auto;
  height: 100vh;
}
#modal .scrolled .modal-content {
  position: relative;
  width: 680px;
  margin: 40px auto;
  padding: 56px;
  background-color: white;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transition: all 350ms;
  transform: translateY(40px);
}
#modal .scrolled .modal-content #form-yes {
  display: none;
}
#modal .scrolled .modal-content #form-yes.-show {
  display: block;
}
#modal .scrolled .modal-content #form-no {
  display: none;
}
#modal .scrolled .modal-content #form-no.-show {
  display: block;
}
#modal .scrolled .modal-content .close-modal {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  transition: all 350ms;
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal .scrolled .modal-content .close-modal:hover {
  background-color: #EEEEEE;
}
#modal .scrolled .modal-content h4 {
  font-weight: 600;
  margin-bottom: 32px;
  margin-right: 80px;
}
#modal .scrolled .modal-content .btn-div {
  display: flex;
  justify-content: center;
}
#modal .scrolled .modal-content .button {
  cursor: pointer;
  margin-top: 20px;
  width: 140px;
  height: 54px;
  border: none;
  font-family: "Lato", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal .scrolled .modal-content .wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
#modal .scrolled .modal-content .wpcf7 form.error .wpcf7-response-output {
  display: none;
}
#modal .scrolled .modal-content .wpcf7-response-output {
  display: none !important;
}
#modal .scrolled .modal-content .wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}
#modal .scrolled .modal-content .required-field {
  display: none;
  color: #E74A50;
  margin-top: -12px;
}
#modal .scrolled .modal-content .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 1.7em;
  padding-top: 0.3em;
}
#modal .scrolled .modal-content .label-b {
  font-size: 1.6rem;
}
#modal .scrolled .modal-content .label-select {
  font-size: 1.6rem;
  display: block;
  padding-bottom: 12px;
}
#modal .scrolled .modal-content .select-wrapper select {
  width: 100%;
  font-size: 1.6rem;
  border: 0;
  font-family: inherit;
  padding: 5px 7px 7px;
  font-weight: 500;
  color: #212121;
  box-shadow: 0 1px 0px #E0E0E0;
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding-left: 0px;
}
#modal .scrolled .modal-content .select-wrapper.-error span select {
  box-shadow: 0 2px 0px #f399a3;
}
#modal .scrolled .modal-content .select-wrapper:focus span select {
  border: none;
}
#modal .scrolled .modal-content .sent-form {
  padding: 40px;
  padding-left: 30px;
  border: none;
  width: 445px;
  height: 113px;
  left: 57px;
  top: 365px;
  color: white;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  align-items: flex-start;
  display: none;
  flex-direction: column;
  justify-content: center;
  margin-left: 57px;
  margin-top: 30px;
}
#modal .scrolled .modal-content .sent-form img {
  position: absolute;
}
#modal .scrolled .modal-content .sent-form p {
  color: white;
  padding-left: 55px;
  font-family: Lato;
}
#modal .scrolled .modal-content .sent-form .title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}
#modal .scrolled .modal-content .sent-form.-show {
  display: flex;
}
#modal .scrolled .modal-content .sent-form.-hide {
  display: none;
}
#modal .scrolled .modal-content .sent-form-ok {
  background: #38BC65;
}
#modal .scrolled .modal-content .sent-form-error {
  background: #E74A50;
}
#modal.-show {
  opacity: 1;
  pointer-events: all;
}
#modal.-show.modal-content {
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  #modal .scrolled .modal-content {
    margin-top: 0;
    width: 100%;
    padding: 40px 20px;
  }
  #modal .scrolled .modal-content h4 {
    font-size: 26px;
    line-height: 32px;
  }
}

:root {
  --card-image-height: 190px;
}

#func_ecommerce {
  position: relative;
}
#func_ecommerce .background_circle {
  position: absolute;
  right: 0;
}
#func_ecommerce .func_ecommerce_content {
  display: flex;
  padding: 40px 0;
  width: calc(100% - 160px);
  max-width: 1440px;
  margin: 0 auto;
  gap: 80px;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}
#func_ecommerce .func_ecommerce_content .background_circle {
  position: absolute;
}
#func_ecommerce .func_ecommerce_content .ecommerce__left_column {
  width: 100%;
  max-width: 840px;
  min-width: 600px;
}
#func_ecommerce .func_ecommerce_content .ecommerce__left_column .video_container {
  width: calc(100% + 100px);
  margin-left: -50px;
}
#func_ecommerce .func_ecommerce_content .ecommerce__left_column .video_container video {
  width: 100%;
}
#func_ecommerce .func_ecommerce_content .ecommerce__left_column .ecommerce_cards {
  margin-top: 240px;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}
#func_ecommerce .func_ecommerce_content .ecommerce__left_column .ecommerce_cards .ecommerce_card {
  width: calc(50% - 13px);
  border: 1px solid #f5f5f5;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
}
#func_ecommerce .func_ecommerce_content .ecommerce__left_column .ecommerce_cards .ecommerce_card.coming_soon_card {
  pointer-events: none;
  touch-action: none;
}
#func_ecommerce .func_ecommerce_content .ecommerce__left_column .ecommerce_cards .ecommerce_card:hover .ecommerce_card__content .arrow_left {
  opacity: 1;
}
#func_ecommerce .func_ecommerce_content .ecommerce__left_column .ecommerce_cards .ecommerce_card .coming_soon {
  opacity: 0.3;
  pointer-events: none;
  touch-action: none;
}
#func_ecommerce .func_ecommerce_content .ecommerce__left_column .ecommerce_cards .ecommerce_card .card_image_wrapper {
  width: 100%;
  height: var(--card-image-height);
  position: relative;
}
#func_ecommerce .func_ecommerce_content .ecommerce__left_column .ecommerce_cards .ecommerce_card .card_image_wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
#func_ecommerce .func_ecommerce_content .ecommerce__left_column .ecommerce_cards .ecommerce_card .card_image_wrapper .tag_wrapper {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  background: linear-gradient(266.01deg, #23d2b5 -2.19%, #00bcfd 102.67%);
  border-radius: 4px;
  padding: 3px 12px 6px;
  align-items: flex-end;
}
#func_ecommerce .func_ecommerce_content .ecommerce__left_column .ecommerce_cards .ecommerce_card .card_image_wrapper .tag_wrapper p {
  font-weight: bold;
  font-size: 11px;
  line-height: 10px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
#func_ecommerce .func_ecommerce_content .ecommerce__left_column .ecommerce_cards .ecommerce_card .ecommerce_card__content {
  padding: 18px 20px 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#func_ecommerce .func_ecommerce_content .ecommerce__left_column .ecommerce_cards .ecommerce_card .ecommerce_card__content .card_pretitle {
  font-size: 14px;
  line-height: 18px;
}
#func_ecommerce .func_ecommerce_content .ecommerce__left_column .ecommerce_cards .ecommerce_card .ecommerce_card__content .card_title {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  margin-top: 6px;
}
#func_ecommerce .func_ecommerce_content .ecommerce__left_column .ecommerce_cards .ecommerce_card .ecommerce_card__content .arrow_left {
  opacity: 0;
  transition: opacity 400ms ease;
}
#func_ecommerce .func_ecommerce_content .ecommerce__left_column .ecommerce_cards .ecommerce_card .coming_soon_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  touch-action: none;
}
#func_ecommerce .func_ecommerce_content .ecommerce__left_column .ecommerce_cards .ecommerce_card .coming_soon_mask .content {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: var(--card-image-height);
}
#func_ecommerce .func_ecommerce_content .ecommerce__left_column .ecommerce_cards .ecommerce_card .coming_soon_mask p {
  padding: 5px 16px;
  border-radius: 11px;
  background: #009de9;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
#func_ecommerce .func_ecommerce_content .ecommerce__right_column {
  width: 100%;
  max-width: 486px;
  position: sticky;
  top: 185px;
}
#func_ecommerce .func_ecommerce_content .ecommerce__right_column .ecommerce__pre_title {
  font-size: 26px;
  line-height: 32px;
  color: #424242;
}
#func_ecommerce .func_ecommerce_content .ecommerce__right_column .ecommerce_title {
  margin-top: 16px;
  font-weight: 900;
  font-size: 52px;
  line-height: 52px;
  padding-bottom: 5px;
  background: linear-gradient(266.01deg, #23d2b5 -2.19%, #00bcfd 102.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#func_ecommerce .func_ecommerce_content .ecommerce__right_column > p {
  margin-top: 24px;
}
#func_ecommerce .func_ecommerce_content .ecommerce__right_column p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.1px;
  color: #424242;
}
#func_ecommerce .func_ecommerce_content .ecommerce__right_column > ul {
  margin-top: 20px;
}
#func_ecommerce .func_ecommerce_content .ecommerce__right_column > ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}
#func_ecommerce .func_ecommerce_content .ecommerce__right_column > ul li ~ li {
  margin-top: 12px;
}
#func_ecommerce .func_ecommerce_content .ecommerce__right_column .ecommerce_btn {
  margin-top: 42px;
  padding: 16px 28px;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg, #00bcfd 0%, #23d2b5 100%);
  border-radius: 2px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
#func_ecommerce .func_ecommerce_content .ecommerce__right_column .ecommerce_btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(135deg, #00bcfd 0%, #23d2b5 100%);
  border-radius: 2px;
}
@media (max-width: 1440px) {
  #func_ecommerce .func_ecommerce_content .ecommerce__left_column {
    width: calc(100% - 566px);
    min-width: 500px;
  }
  #func_ecommerce .func_ecommerce_content .ecommerce__left_column .ecommerce_cards .ecommerce_card .ecommerce_card__content {
    padding: 24px 20px 32px;
  }
  #func_ecommerce .func_ecommerce_content .ecommerce__right_column .ecommerce__pre_title {
    font-size: 22px;
    line-height: 22px;
  }
  #func_ecommerce .func_ecommerce_content .ecommerce__right_column p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  #func_ecommerce {
    display: none;
  }
}

#func_ecommerce_mobile {
  display: none;
}
@media (max-width: 991px) {
  #func_ecommerce_mobile {
    display: block;
    width: calc(100% - 32px);
    margin: 100px auto 0;
  }
  #func_ecommerce_mobile .ecommerce__pre_title {
    font-size: 18px;
    line-height: 18px;
    color: #424242;
  }
  #func_ecommerce_mobile .ecommerce_title {
    font-weight: bold;
    margin-top: 12px;
    font-size: 32px;
    line-height: 32px;
    background: linear-gradient(266.01deg, #00bcfd 0%, #23d2b5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 5px;
  }
  #func_ecommerce_mobile .video_container {
    width: 100%;
    margin: 32px auto 0;
  }
  #func_ecommerce_mobile .video_container video {
    width: 100%;
  }
  #func_ecommerce_mobile ul {
    margin-top: 32px;
  }
  #func_ecommerce_mobile ul li {
    gap: 8px;
    display: flex;
    align-items: center;
  }
  #func_ecommerce_mobile ul li ~ li {
    margin-top: 8px;
  }
  #func_ecommerce_mobile ul li img {
    width: 20px;
    height: 20px;
  }
  #func_ecommerce_mobile ul li p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
  }
  #func_ecommerce_mobile .ecommerce_btn {
    display: table;
    padding: 16px 28px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    background: linear-gradient(135deg, #00bcfd 0%, #23d2b5 100%);
    border-radius: 2px;
    margin: 32px auto 0;
  }
  #func_ecommerce_mobile .ecommerce_cards {
    margin-top: 100px;
  }
  #func_ecommerce_mobile .ecommerce_cards .ecommerce_card {
    border-radius: 4px;
    display: flex;
    height: 100px;
    background-size: cover;
    background-position-y: 75%;
    padding-right: 16px;
    position: relative;
  }
  #func_ecommerce_mobile .ecommerce_cards .ecommerce_card.coming_soon_card {
    pointer-events: none;
    touch-action: none;
  }
  #func_ecommerce_mobile .ecommerce_cards .ecommerce_card > * {
    position: relative;
  }
  #func_ecommerce_mobile .ecommerce_cards .ecommerce_card .left_strape {
    position: absolute;
    left: 0;
    width: 6px;
    height: 100%;
    border-radius: 4px 0 0 4px;
  }
  #func_ecommerce_mobile .ecommerce_cards .ecommerce_card .card_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000 0%, rgba(196, 196, 196, 0) 162.83%);
    opacity: 0.6;
    border-radius: 4px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
  }
  #func_ecommerce_mobile .ecommerce_cards .ecommerce_card ~ .ecommerce_card {
    margin-top: 8px;
  }
  #func_ecommerce_mobile .ecommerce_cards .ecommerce_card .card_image_wrapper {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 20px;
  }
  #func_ecommerce_mobile .ecommerce_cards .ecommerce_card .card_image_wrapper.coming_soon svg {
    opacity: 0;
  }
  #func_ecommerce_mobile .ecommerce_cards .ecommerce_card .card_image_wrapper *.coming_soon {
    opacity: 0.4;
    pointer-events: none;
    touch-action: none;
  }
  #func_ecommerce_mobile .ecommerce_cards .ecommerce_card .card_image_wrapper .ecommerce_card__content .tag_wrapper {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #00bcfd 0%, #23d2b5 100%);
    border-radius: 2px;
    gap: 6px;
    padding: 4px 6px;
  }
  #func_ecommerce_mobile .ecommerce_cards .ecommerce_card .card_image_wrapper .ecommerce_card__content .tag_wrapper svg {
    height: 10px;
  }
  #func_ecommerce_mobile .ecommerce_cards .ecommerce_card .card_image_wrapper .ecommerce_card__content .tag_wrapper p {
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    color: #ffffff;
  }
  #func_ecommerce_mobile .ecommerce_cards .ecommerce_card .card_image_wrapper .ecommerce_card__content .card_pretitle {
    margin-top: 6px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    justify-content: flex-end;
  }
  #func_ecommerce_mobile .ecommerce_cards .ecommerce_card .card_image_wrapper .ecommerce_card__content .card_title {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    display: flex;
    justify-content: flex-end;
  }
  #func_ecommerce_mobile .ecommerce_cards .ecommerce_card .coming_soon_mask {
    position: absolute;
    background: rgba(241, 241, 241, 0.8);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 32px;
    pointer-events: none;
    touch-action: none;
  }
  #func_ecommerce_mobile .ecommerce_cards .ecommerce_card .coming_soon_mask p {
    padding: 3px 10px;
    background: #009de9;
    color: #fff;
    border: 1px solid #009de9;
    box-sizing: border-box;
    border-radius: 20px;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
  }
}

.homepage_header {
  display: flex;
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: transparent;
  transition: all 400ms;
}
.homepage_header a {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}
.homepage_header .header_wrapper {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1744px;
  padding: 18px 160px;
  justify-content: space-between;
  align-items: center;
  transition: all 400ms;
}
.homepage_header .header_wrapper > * {
  width: 100%;
}
.homepage_header .header_wrapper .header_logo,
.homepage_header .header_wrapper .header_logo_white {
  display: none;
}
.homepage_header .header_wrapper .header_logo.-active,
.homepage_header .header_wrapper .header_logo_white.-active {
  display: initial;
}
.homepage_header .header_wrapper .header_navigation {
  padding: 0;
}
.homepage_header .header_wrapper .header_navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.homepage_header .header_wrapper .header_navigation ul li {
  position: relative;
}
.homepage_header .header_wrapper .header_navigation ul li:hover::before {
  content: "";
  position: absolute;
  width: 32px;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 2;
  margin: 0 auto;
  border-bottom: 2.5px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(135deg, #00bcfd 0%, #23d2b5 100%);
}
.homepage_header .header_wrapper .header_navigation ul li .submenu {
  position: absolute;
  width: 240px;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  opacity: 0;
  visibility: hidden;
  padding-top: 36px;
  transition: all 300ms;
}
.homepage_header .header_wrapper .header_navigation ul li .submenu.-active {
  opacity: 1;
  visibility: visible;
}
.homepage_header .header_wrapper .header_navigation ul li .submenu .submenu_content {
  padding: 24px;
  background: #fff;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
.homepage_header .header_wrapper .header_navigation ul li .submenu .submenu_content p {
  margin-top: 16px;
}
.homepage_header .header_wrapper .header_navigation ul li .submenu .submenu_content a {
  margin-top: 16px;
  display: flex;
  background: linear-gradient(135deg, #00bcfd 0%, #23d2b5 100%);
  border-radius: 2px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 9px 0;
}
.homepage_header .header_wrapper .header_navigation ul li .submenu .submenu_content a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(135deg, #00bcfd 0%, #23d2b5 100%);
  border-radius: 2px;
}
.homepage_header .header_wrapper .header_right_actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
}
.homepage_header .header_wrapper .header_right_actions .highlight_button {
  background: linear-gradient(135deg, #00bcfd 0%, #23d2b5 100%);
  border-radius: 2px;
  padding: 13px 18px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.homepage_header .header_wrapper .header_right_actions .highlight_button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(135deg, #00bcfd 0%, #23d2b5 100%);
  border-radius: 2px;
}
.homepage_header.-scrolled {
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.06);
}
.homepage_header.-scrolled a {
  position: relative;
  color: #212121;
}
.homepage_header.-scrolled .header_wrapper {
  padding: 18px 160px;
}
@media (max-width: 1440px) {
  .homepage_header.-scrolled .header_wrapper {
    padding: 18px 72px;
  }
}
@media (max-width: 1440px) {
  .homepage_header .header_wrapper {
    padding: 18px 72px;
  }
  .homepage_header .header_wrapper .header_navigation {
    padding: 0 10px;
  }
  .homepage_header .header_wrapper .header_navigation ul {
    gap: 24px;
  }
  .homepage_header .header_wrapper .header_right_actions {
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .homepage_header {
    display: none;
  }
}

.mobile_header {
  display: none;
}
@media (max-width: 991px) {
  .mobile_header {
    z-index: 10;
    display: flex;
    position: fixed;
    width: 100%;
    padding: 20px;
    justify-content: flex-end;
  }
  .mobile_header .mobile_menu_btn {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .mobile_header .mobile_menu_btn > * {
    position: relative;
  }
  .mobile_header .mobile_menu_btn .circle_background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.3;
    backdrop-filter: blur(20px);
    top: 0;
    left: 0;
    border-radius: 50%;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.16);
  }
  .mobile_header .mobile_menu {
    display: none;
    position: fixed;
    opacity: 0;
    z-index: -1;
    padding: 40px 32px;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100vh;
    transition: all 400ms;
  }
  .mobile_header .mobile_menu .mobile_menu_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile_header .mobile_menu .mobile_menu_header img {
    max-width: 160px;
  }
  .mobile_header .mobile_menu ul {
    margin-top: 90px;
  }
  .mobile_header .mobile_menu ul li {
    display: flex;
    gap: 16px;
    align-items: center;
  }
  .mobile_header .mobile_menu ul li ~ li {
    margin-top: 40px;
  }
  .mobile_header .mobile_menu a {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #212121;
  }
  .mobile_header .mobile_menu .highlight_button {
    position: absolute;
    width: 311px;
    left: 50%;
    transform: translate(-50%, 50%);
    top: 65%;
    display: flex;
    background: linear-gradient(135deg, #00bcfd 0%, #23d2b5 100%);
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    padding: 21px 0;
    color: #fff;
  }
  .mobile_header .mobile_menu.-active {
    display: initial;
    opacity: 1;
    z-index: 1;
  }
}

.home_hero {
  background-size: cover;
  background-position: center;
  margin-bottom: 140px;
}
.home_hero .hero_content {
  display: flex;
  padding: 280px 80px 105px;
  max-width: 1680px;
  margin: 0 auto;
  gap: 200px;
  justify-content: space-between;
}
.home_hero .hero_content .left_content {
  max-width: 710px;
  width: 100%;
}
.home_hero .hero_content .left_content .mobile_title {
  display: none;
}
.home_hero .hero_content .left_content h1 {
  font-size: 68px;
  line-height: 1;
  color: #fff;
  font-weight: 900;
  background: none;
  -webkit-text-fill-color: #fff;
}
.home_hero .hero_content .left_content .hero_btn {
  margin-top: 56.5px;
  background: linear-gradient(135deg, #00bcfd 0%, #23d2b5 100%);
  border-radius: 2px;
  color: #fff;
  padding: 16px 40px;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}
.home_hero .hero_content .left_content .hero_btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(135deg, #00bcfd 0%, #23d2b5 100%);
  border-radius: 2px;
}
.home_hero .hero_content .left_content .arrow_down_wrapper {
  margin-top: 100px;
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_hero .hero_content .left_content .arrow_down_wrapper .circle_bg {
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.home_hero .hero_content .left_content .arrow_down_wrapper svg {
  animation: jump 1s linear infinite;
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
.home_hero .hero_content .right_content {
  width: 33.5%;
}
.home_hero .hero_content .right_content .swiper-container {
  width: 100%;
}
.home_hero .hero_content .right_content .swiper-container .card {
  border-radius: 3px;
  padding: 32px;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.16);
}
.home_hero .hero_content .right_content .swiper-container .card .action {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 60px;
}
.home_hero .hero_content .right_content .swiper-container .card .action > div {
  gap: 16px;
  display: flex;
  align-items: center;
}
.home_hero .hero_content .right_content .swiper-container .card .action a {
  color: #fff;
  font-size: 20px;
  line-height: 13px;
}
.home_hero .hero_content .right_content .swiper-container .redirect_card,
.home_hero .hero_content .right_content .swiper-container .news_card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
}
.home_hero .hero_content .right_content .swiper-container .redirect_card h5 {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}
.home_hero .hero_content .right_content .swiper-container .redirect_card .title_image_wrapper,
.home_hero .hero_content .right_content .swiper-container .redirect_card .title_image_wrapper img {
  height: 28px;
}
.home_hero .hero_content .right_content .swiper-container .redirect_card h6 {
  color: #fff;
  font-weight: 700;
  text-align: left;
  margin-top: 40px;
  font-size: 24px;
  line-height: 30px;
  max-width: 300px;
}
.home_hero .hero_content .right_content .swiper-container .redirect_card .action {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 60px;
}
.home_hero .hero_content .right_content .swiper-container .redirect_card .action > div {
  gap: 16px;
  display: flex;
  align-items: center;
}
.home_hero .hero_content .right_content .swiper-container .redirect_card .action a {
  color: #fff;
  font-size: 20px;
  line-height: 13px;
}
.home_hero .hero_content .right_content .swiper-container .news_card .card_header {
  display: flex;
  justify-content: space-between;
}
.home_hero .hero_content .right_content .swiper-container .news_card .card_header p {
  padding: 6px 12px;
  background: linear-gradient(135deg, #00bcfd 0%, #23d2b5 100%);
  border-radius: 2px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 13px;
}
.home_hero .hero_content .right_content .swiper-container .news_card h6 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  margin-top: 40px;
  color: #fff;
  max-width: 268px;
}
.home_hero .hero_content .right_content .swiper-container .news_card .timestamp {
  flex: 1;
  align-items: flex-end;
  display: flex;
}
.home_hero .hero_content .right_content .swiper-container .news_card .hero_news_timestamp {
  margin-top: 65px;
  font-weight: normal;
  font-size: 16px;
  line-height: 13px;
  color: #e0e0e0;
}
.home_hero .hero_content .right_content .hero_pagination {
  position: relative;
  margin-top: 16px;
  gap: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_hero .hero_content .right_content .hero_pagination .swiper-pagination-bullet {
  border-radius: 2px;
  width: 30px;
  height: 4px;
  background: #fff;
}
@media (max-width: 1440px) {
  .home_hero .hero_content .right_content .hero_pagination .swiper-pagination-bullet {
    width: 16px;
  }
}
@media (max-width: 1440px) {
  .home_hero .hero_content {
    padding: 210px 80px 48px;
  }
  .home_hero .hero_content .left_content {
    min-width: 570px;
  }
  .home_hero .hero_content .left_content h1 {
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -0.5px;
  }
  .home_hero .hero_content .left_content .arrow_down_wrapper {
    margin-top: 56px;
  }
  .home_hero .hero_content .right_content {
    width: calc(100% - 770px);
  }
  .home_hero .hero_content .right_content .swiper-container .card {
    padding: 30px 32px;
  }
  .home_hero .hero_content .right_content .swiper-container .redirect_card,
  .home_hero .hero_content .right_content .swiper-container .news_card {
    min-height: 238px;
  }
  .home_hero .hero_content .right_content .swiper-container .redirect_card h5 {
    font-size: 22px;
    line-height: 28px;
  }
  .home_hero .hero_content .right_content .swiper-container .redirect_card h6 {
    margin-top: 24px;
    font-size: 20px;
    line-height: 26px;
    max-width: 268px;
  }
  .home_hero .hero_content .right_content .swiper-container .redirect_card .action {
    margin-top: 30px;
  }
  .home_hero .hero_content .right_content .swiper-container .redirect_card .action a {
    font-size: 16px;
    line-height: 13px;
  }
  .home_hero .hero_content .right_content .swiper-container .news_card .card_header p {
    font-size: 12px;
    line-height: 13px;
    padding: 4px 12px;
  }
  .home_hero .hero_content .right_content .swiper-container .news_card .card_header img {
    width: 20px;
    height: 20px;
  }
  .home_hero .hero_content .right_content .swiper-container .news_card h6 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 26px;
    max-width: 245px;
  }
  .home_hero .hero_content .right_content .swiper-container .news_card .hero_news_timestamp {
    font-size: 13px;
    line-height: 13px;
    margin-top: 38px;
  }
}
@media (max-width: 1224px) {
  .home_hero .hero_content {
    gap: 100px;
  }
  .home_hero .hero_content .left_content {
    min-width: unset;
  }
  .home_hero .hero_content .right_content {
    width: calc(40% - 50px);
  }
}
@media (max-width: 991px) {
  .home_hero {
    margin-bottom: 240px;
  }
  .home_hero .hero_content {
    flex-direction: column;
    padding: 172px 16px 0;
    gap: 0;
  }
  .home_hero .hero_content .left_content {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
  .home_hero .hero_content .left_content .mobile_title {
    display: flex;
    width: 100%;
    max-width: 296px;
    margin: 0 auto;
  }
  .home_hero .hero_content .left_content h1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    margin-top: 32px;
  }
  .home_hero .hero_content .left_content .hero_btn {
    padding: 16px 24px;
    margin-top: 34px;
  }
  .home_hero .hero_content .left_content .arrow_down_wrapper {
    display: none;
  }
  .home_hero .hero_content .right_content {
    width: calc(100% + 32px);
    overflow: hidden;
    transform: translate(-16px, 140px);
    padding-left: 16px;
    margin-top: -40px;
  }
  .home_hero .hero_content .right_content .right_wrapper {
    width: calc(100% - 60px);
  }
  .home_hero .hero_content .right_content .swiper-container {
    overflow: visible;
  }
  .home_hero .hero_content .right_content .swiper-container .card {
    padding: 24px;
  }
  .home_hero .hero_content .right_content .swiper-container .redirect_card .title_image_wrapper,
  .home_hero .hero_content .right_content .swiper-container .redirect_card .title_image_wrapper img {
    height: 20px;
  }
  .home_hero .hero_content .right_content .swiper-container .redirect_card h5 {
    line-height: 20px;
  }
  .home_hero .hero_content .right_content .swiper-container .redirect_card h6 {
    margin-top: 22.57px;
  }
  .home_hero .hero_content .right_content .swiper-container .redirect_card .action {
    margin-top: 53px;
  }
  .home_hero .hero_content .right_content .swiper-container .news_card .card_header p {
    font-weight: bold;
    font-size: 10px;
    line-height: 13px;
    padding: 2px 8px;
  }
}
@media (max-width: 580px) {
  .home_hero .hero_content .right_content .right_wrapper {
    width: calc(100% - 16px);
  }
  .home_hero .hero_content .right_content .swiper-container .swiper-slide {
    width: 260px;
  }
}

.cmp-revoke-consent.cc-btn {
  position: relative;
  bottom: 0;
  left: 0;
  background-color: #edeff5 !important;
  border: 1px solid #009de9 !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  text-align: center !important;
  letter-spacing: 0.1px !important;
  color: #009de9 !important;
}
.cmp-revoke-consent.cc-btn:hover {
  background-color: #009de9 !important;
  color: #edeff5 !important;
}
.cmp-revoke-consent.cc-btn.-fixed {
  background-color: #ffffff !important;
  color: #424242 !important;
  border: 1px solid #424242 !important;
  min-width: 163px !important;
  height: 36px !important;
}
@media (max-width: 991px) {
  .cmp-revoke-consent.cc-btn.-fixed {
    margin-bottom: 72px;
  }
}
.cmp-revoke-consent.cc-btn.-fixed:hover {
  color: #424242 !important;
}
@media (max-width: 991px) {
  .cmp-revoke-consent.cc-btn {
    margin-top: 8px !important;
    min-width: 317px !important;
    height: 36px !important;
  }
}

.cmp-revoke-consent.-version2 {
  position: relative;
  bottom: 0;
  left: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #9E9E9E;
  cursor: pointer;
  margin-bottom: 16px;
}

.cc-btn.cc-allow {
  position: relative;
  bottom: 0;
  left: 0;
  text-decoration: none;
  color: #edeff5 !important;
  border: 1px solid #009de9 !important;
  background-color: #009de9 !important;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.1px;
}
.cc-btn.cc-allow:hover {
  background-color: #edeff5 !important;
  color: #009de9 !important;
}
@media (max-width: 991px) {
  .cc-btn.cc-allow {
    min-width: 317px !important;
    height: 36px !important;
  }
}

.cookie-mask {
  background: #000;
  opacity: 0.2;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}
.cookie-mask.-disabled {
  display: none;
  opacity: 0;
}

.menu-scrolled {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  background: radial-gradient(60.1% 60.1% at 100% 100%, #1954D2 0%, #00329D 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 0 40px 0 30px;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: 350ms;
  transform: translateY(-10px);
}
.menu-scrolled.show {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.menu-scrolled .left {
  display: flex;
  align-items: center;
}
.menu-scrolled .left ul {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.menu-scrolled .left ul li {
  margin: 0 10px;
}
.menu-scrolled .left ul li a {
  color: white;
  font-size: 15px;
  font-weight: 600;
}
.menu-scrolled .social {
  display: flex;
  align-items: center;
}
.menu-scrolled .social img {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .menu-scrolled {
    width: 100%;
    padding: 0 15px 0 10px;
    height: 66px;
  }
  .menu-scrolled .left ul {
    display: flex;
    align-items: center;
    margin-left: 5px;
  }
  .menu-scrolled .left ul li {
    margin: 0 7px;
  }
  .menu-scrolled .left ul li a {
    font-size: 13px;
  }
  .menu-scrolled .left img {
    width: 30px;
  }
  .menu-scrolled .social {
    display: flex;
    align-items: center;
  }
  .menu-scrolled .social img {
    margin: 0 8px;
    height: 15px;
  }
}

header:not(.homepage_header) nav {
  max-width: 1440px;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  transition: all 450ms;
  border-bottom: 1px solid transparent;
  z-index: 2;
}
header:not(.homepage_header) nav svg.logo path {
  fill: #FFF;
}
header:not(.homepage_header) nav .menu {
  display: flex;
  align-items: center;
}
header:not(.homepage_header) nav .menu ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin-right: 24px;
}
header:not(.homepage_header) nav .menu ul li a {
  padding: 10px 0 8px;
  margin: 0 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  color: #FFF;
  border-bottom: 2px solid transparent;
}
header:not(.homepage_header) nav .menu ul li a svg path {
  stroke: #FFF;
}
header:not(.homepage_header) nav .menu ul li a:hover {
  border-bottom: 2px solid #00aaff;
}
header:not(.homepage_header) nav .menu ul li:last-child {
  margin-left: 32px;
}
header:not(.homepage_header) nav .menu ul li:last-child a {
  font-weight: 600;
}
header:not(.homepage_header) nav .menu ul li:last-child a svg {
  margin-left: 4px;
}
header:not(.homepage_header) nav.-scrolled {
  padding: 16px 40px;
  background-color: white;
  border-color: #F5F5F5;
}
header:not(.homepage_header) nav.-scrolled svg.logo path {
  fill: rgb(0, 170, 255);
}
header:not(.homepage_header) nav.-scrolled .menu ul li a {
  color: #000;
}
header:not(.homepage_header) nav.-scrolled .menu ul li a svg path {
  stroke: #9E9E9E;
}
header:not(.homepage_header) .hero-banner {
  position: relative;
  width: 100%;
  height: 600px;
}
header:not(.homepage_header) .hero-banner .mobile-logo {
  display: none;
}
@media (max-width: 768px) {
  header:not(.homepage_header) .hero-banner .mobile-logo {
    display: block;
  }
}
@media (max-width: 768px) {
  header:not(.homepage_header) .hero-banner .desktop-logo {
    display: none;
  }
}
header:not(.homepage_header) .hero-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header:not(.homepage_header) .hero-banner .content {
  position: absolute;
  z-index: 1;
  left: 72px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
header:not(.homepage_header) .hero-banner .actions {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
header:not(.homepage_header) .hero-banner .actions a {
  flex: 1;
  margin: 0 16px;
  padding: 32px 30px !important;
  white-space: nowrap;
  font-size: 20px !important;
  display: flex;
  align-items: center;
}
header:not(.homepage_header) .hero-banner .actions a svg {
  margin-top: 2px;
  margin-left: 40px;
}
header:not(.homepage_header) .hero-banner .actions a.-white {
  color: #00aaff;
}
header:not(.homepage_header) .hero-banner .actions a.-gradient {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 2px rgba(0, 0, 0, 0.06), 0px 3px 1px rgba(0, 0, 0, 0.06);
}
header:not(.homepage_header) .hero-banner .actions a.-gradient:visited {
  color: white;
}

main {
  background-color: white;
}

section#sobre {
  padding-top: 120px;
}
section#sobre .about {
  display: flex;
  align-items: center;
  padding: 80px 0;
}
section#sobre .about .image {
  width: 600px;
  border: 1px solid #EEEEEE;
  position: relative;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
section#sobre .about .image img {
  position: relative;
  width: 100%;
}
section#sobre .about .content {
  flex: 1;
}
section#sobre .about .content h3 {
  margin-bottom: 16px;
}
section#sobre .about.-one .image:before {
  content: url("../energywebsite/assets/img/background-first-row.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section#sobre .about.-one .image:after {
  content: url("../energywebsite/assets/img/circles.svg");
  position: absolute;
  left: -38px;
  top: 40px;
}
section#sobre .about.-one .content {
  padding-left: 64px;
}
section#sobre .about.-two .image:before {
  content: url("../energywebsite/assets/img/background-second-row.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-45%, -45%);
}
section#sobre .about.-two .image:after {
  content: url("../energywebsite/assets/img/circles.svg");
  position: absolute;
  left: -38px;
  top: 40px;
}
section#sobre .about.-two .content {
  padding-right: 64px;
}
section#sobre .about.-three .image:before {
  content: url("../energywebsite/assets/img/background-third-row.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-45%, -50%);
}
section#sobre .about.-three .image:after {
  content: url("../energywebsite/assets/img/circles.svg");
  position: absolute;
  left: -38px;
  top: 40px;
}
section#sobre .about.-three .content {
  padding-left: 64px;
}
section#facilidades .container {
  text-align: center;
  padding: 120px 0 64px;
  margin: 0 72px;
}
section#facilidades .container .spacer {
  display: none;
}
section#facilidades .container .tabs-wrapper {
  padding: 80px 0;
}
section#facilidades .container .tabs-wrapper .tabs-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E0E0E0;
}
section#facilidades .container .tabs-wrapper .tabs-header .item {
  margin: 0 32px;
  padding-bottom: 32px;
  border-bottom: 3px solid transparent;
}
section#facilidades .container .tabs-wrapper .tabs-header .item h4 {
  margin-top: 24px;
  font-weight: 600;
  opacity: 0.7;
  transition: all 350ms;
}
section#facilidades .container .tabs-wrapper .tabs-header .item img {
  transition: all 350ms;
}
section#facilidades .container .tabs-wrapper .tabs-header .item:hover {
  cursor: pointer;
}
section#facilidades .container .tabs-wrapper .tabs-header .item:hover h4 {
  opacity: 1;
}
section#facilidades .container .tabs-wrapper .tabs-header .item:hover img {
  transform: scale(1.1);
}
section#facilidades .container .tabs-wrapper .tabs-header .item.-active {
  border-color: #00aaff;
}
section#facilidades .container .tabs-wrapper .tabs-header .item.-active h4 {
  opacity: 1;
}
section#facilidades .container .tabs-wrapper .content {
  margin-top: 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
section#facilidades .container .tabs-wrapper .content .cards-wrapper {
  display: none;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
section#facilidades .container .tabs-wrapper .content .cards-wrapper.-active {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 32px;
}
section#facilidades .container .tabs-wrapper .content .card {
  padding: 32px 24px;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #FFFFFF;
  text-align: left;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 2px rgba(0, 0, 0, 0.06), 0px 3px 1px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
section#facilidades .container .tabs-wrapper .content .card a {
  font-weight: 600;
  color: #00aaff;
}
section#facilidades .container .tabs-wrapper .content .card a:hover {
  text-decoration: underline !important;
}
section#facilidades .container .tabs-wrapper .content .card h6 {
  margin: 32px 0 8px;
  text-align: left;
}
section#facilidades .container .tabs-wrapper .content .card .cards-description {
  font-size: 15px;
  line-height: 23px;
}
section#facilidades .container .tabs-wrapper .content .card .cards-description:first-letter {
  text-transform: uppercase;
}
section#facilidades .container .tabs-wrapper .content .actions {
  display: flex;
  margin-top: 48px;
}
section#facilidades .container .tabs-wrapper .content .actions a {
  margin: 0 15px;
}
section#cta-indicador {
  position: relative;
}
section#cta-indicador .wrapper {
  padding: 92px 112px;
}
section#cta-indicador .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#cta-indicador .wrapper .content-wrapper {
  position: relative;
  padding: 72px 88px;
  z-index: 1;
  background-color: white;
  display: flex;
  align-items: center;
  flex: 1;
}
section#cta-indicador .wrapper .content-wrapper .left {
  flex: 1;
  margin-bottom: 40px;
}
section#cta-indicador .wrapper .content-wrapper .left h2 {
  margin-top: 16px;
  max-width: 420px;
}
section#cta-indicador .wrapper .content-wrapper h4 {
  max-width: 335px;
}
section#cta-indicador .wrapper .content-wrapper a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
section#cta-cadastro {
  position: relative;
  padding: 94px 0 0;
}
section#cta-cadastro .content-wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 80px;
  background: linear-gradient(135deg, #00BCFD 0%, #23D2B5 100%);
  text-align: center;
}
section#cta-cadastro .content-wrapper h2 {
  max-width: 480px;
  margin: 48px auto;
}

footer {
  width: 100%;
  margin-top: -100px;
  padding-top: 200px;
  background-color: #F5F5F5;
  text-align: center;
}
footer .signature-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .signature-wrapper .signature {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-left: 30px;
}
footer .divider {
  background-color: #E0E0E0;
  margin: 64px auto 48px;
  height: 1px;
  max-width: 700px;
}
footer > a {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #00AAFF;
  border-bottom: 2px solid transparent;
}
footer .social-wrapper {
  margin: 22px 0 64px;
  display: inline-flex;
}
footer .social-wrapper a {
  width: 44px;
  height: 44px;
  margin: 0 2px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social-wrapper a:hover {
  background-color: #ececec;
  transition: all 350ms;
}
footer .credits {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #9E9E9E;
  margin-bottom: 32px;
}
footer .border-bottom {
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #00BCFD 0%, #23D2B5 100%);
}

@media screen and (max-width: 1024px) {
  header nav {
    padding: 30px;
  }
  header .hero-banner {
    position: relative;
    width: 100%;
    height: 600px;
  }
  header .hero-banner .content {
    left: 20px;
  }
  section#sobre {
    overflow: hidden;
  }
  section#sobre .container {
    margin: 0 64px;
  }
  section#sobre .container .about .content {
    min-width: 420px;
  }
  section#sobre .container .about.-one .image:before {
    transform: translate(-50%, -50%) scale(0.8);
  }
  section#sobre .container .about.-two .image:before {
    transform: translate(-45%, -45%) scale(0.8);
  }
  section#sobre .container .about.-three .image:before {
    transform: translate(-45%, -50%) scale(0.8);
  }
  section#facilidades .container {
    margin: 0 48px;
  }
  section#facilidades .container .tabs-wrapper .tabs-header .item {
    padding-bottom: 24px;
  }
  section#facilidades .container .tabs-wrapper .tabs-header .item h4 {
    font-size: 20px;
    line-height: 28px;
  }
  section#facilidades .container .tabs-wrapper .content {
    margin: 16px -16px 0;
  }
  section#facilidades .container .tabs-wrapper .content .cards-wrapper {
    padding-left: 20px;
  }
  section#facilidades .container .tabs-wrapper .content .cards-wrapper .card {
    text-align: left;
    padding: 32px 16px;
    width: 100%;
    margin: 0;
  }
  section#facilidades .container .tabs-wrapper .content .cards-wrapper .card h6 {
    margin: 24px 0 8px;
    text-align: left;
  }
  section#facilidades .container .tabs-wrapper .content .cards-wrapper .card img {
    height: 60px;
  }
  section#cta-indicador .wrapper {
    padding: 82px 72px;
  }
  section#cta-indicador .wrapper .content-wrapper {
    padding: 56px 64px;
  }
  section#cta-indicador .wrapper .content-wrapper h2 {
    font-size: 38px;
    line-height: 44px;
  }
  section#cta-indicador .wrapper .content-wrapper h4 {
    max-width: 300px;
  }
  section#cta-cadastro .content-wrapper {
    padding: 56px;
  }
}
@media screen and (max-width: 768px) {
  header nav {
    padding: 20px;
  }
  header nav .menu ul {
    display: none;
  }
  header nav .menu a {
    padding: 10px 20px;
  }
  header nav.-scrolled {
    padding: 16px 20px;
  }
  header .hero-banner {
    height: calc(100vh - 140px);
  }
  header .hero-banner .content {
    transform: translateY(-70%);
  }
  header .hero-banner h4 {
    max-width: 260px;
  }
  header .hero-banner .actions {
    flex-direction: column;
    width: 100%;
    padding: 0 15px;
    bottom: -50px;
  }
  header .hero-banner .actions a {
    width: 100%;
    white-space: normal;
    padding: 24px 15px !important;
    text-align: left !important;
    font-size: 16px !important;
    margin-bottom: 10px;
    justify-content: space-between;
  }
  header .hero-banner .actions a svg {
    margin-left: 20px;
  }
  section#sobre {
    padding-top: 64px;
  }
  section#sobre .container {
    margin: 0 30px;
  }
  section#sobre .container .about {
    flex-direction: column;
    padding: 40px 0;
  }
  section#sobre .container .about .image {
    width: 100%;
    margin-bottom: 40px;
  }
  section#sobre .container .about .content {
    min-width: 1px;
    padding: 0;
    order: 2;
  }
  section#sobre .container .about.-one .image:before {
    transform: translate(-50%, -50%) scale(0.45);
  }
  section#sobre .container .about.-two .image:before {
    transform: translate(-50%, -48%) scale(0.45);
  }
  section#sobre .container .about.-three .image:before {
    transform: translate(-45%, -50%) scale(0.45);
  }
  section#facilidades .container {
    padding: 40px 0 24px;
    margin: 0;
  }
  section#facilidades .container > h2 {
    margin: 0 20px;
  }
  section#facilidades .container .tabs-wrapper {
    padding: 40px 0;
  }
  section#facilidades .container .tabs-wrapper .tabs-header {
    padding-top: 5px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 20px;
  }
  section#facilidades .container .tabs-wrapper .tabs-header .item {
    margin: 0 32px 0 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  section#facilidades .container .tabs-wrapper .tabs-header .item img {
    height: 60px;
  }
  section#facilidades .container .tabs-wrapper .tabs-header .item h4 {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    margin-top: 16px;
  }
  section#facilidades .container .tabs-wrapper .tabs-header .item h4 span {
    display: block;
  }
  section#facilidades .container .tabs-wrapper .tabs-header .item:first-child img {
    height: 58px;
  }
  section#facilidades .container .tabs-wrapper .tabs-header .spacer {
    width: 10px;
    padding: 0 8px;
    display: block;
    height: 10px;
  }
  section#facilidades .container .tabs-wrapper .content {
    justify-content: flex-start;
    align-items: flex-start;
    margin: 16px 0;
  }
  section#facilidades .container .tabs-wrapper .content .cards-wrapper {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
  }
  section#facilidades .container .tabs-wrapper .content .cards-wrapper .spacer {
    width: 40px;
    padding: 0 8px;
    display: block;
    height: 40px;
  }
  section#facilidades .container .tabs-wrapper .content .cards-wrapper .card {
    flex: none;
    width: 230px;
    margin: 0;
  }
  section#facilidades .container .tabs-wrapper .content .cards-wrapper .card:last-child {
    margin-right: 100px;
  }
  section#facilidades .container .tabs-wrapper .content .actions {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
    margin-top: 0;
  }
  section#facilidades .container .tabs-wrapper .content .actions a {
    width: 100%;
    margin: 0 0 16px;
    padding: 18px 16px;
  }
  section#cta-indicador .wrapper {
    padding: 56px 32px;
  }
  section#cta-indicador .wrapper .content-wrapper {
    flex-direction: column;
    padding: 32px 32px 96px;
  }
  section#cta-indicador .wrapper .content-wrapper .left {
    margin-bottom: 16px;
  }
  section#cta-indicador .wrapper .content-wrapper .left h2 {
    font-size: 28px;
    line-height: 34px;
  }
  section#cta-indicador .wrapper .content-wrapper a {
    bottom: 0;
    width: 100%;
  }
  section#cta-cadastro {
    padding: 0;
  }
  section#cta-cadastro .content-wrapper {
    padding: 56px 24px;
  }
}
@media screen and (max-width: 540px) {
  section#facilidades .container .tabs-wrapper .tabs-header .item {
    max-width: 110px !important;
    flex: none !important;
    margin: 0 24px 0 0 !important;
  }
  section#facilidades .container .tabs-wrapper .tabs-header .item h4 {
    white-space: pre-wrap;
  }
  section#facilidades h2 {
    max-width: 290px;
    margin: 0 auto !important;
  }
}
body[class*=page-template-infoenergia] {
  max-width: 1440px;
  margin: 0 auto;
}
body[class*=page-template-infoenergia] header nav svg.logo path {
  fill: #00AAFF;
}
body[class*=page-template-infoenergia] header nav .menu ul li a {
  color: black;
}
body[class*=page-template-infoenergia] header nav .menu ul li:last-child {
  margin-left: unset;
}
body[class*=page-template-infoenergia] header nav .menu ul li:last-child a {
  font-weight: unset;
}
@media (max-width: 768px) {
  body[class*=page-template-infoenergia] header .hero-banner {
    height: 200px;
  }
  body[class*=page-template-infoenergia] header .hero-banner .banner-svg {
    width: 80%;
  }
}
body[class*=page-template-infoenergia] section {
  padding: 5% 10%;
}
@media (max-width: 768px) {
  body[class*=page-template-infoenergia] section {
    padding: 5% 0;
  }
}
body[class*=page-template-infoenergia] section h3 {
  padding: 3% 0;
  text-align: center;
}
body[class*=page-template-infoenergia] section h3.-black {
  background: #000;
  -webkit-background-clip: text;
}
body[class*=page-template-infoenergia] section .chart-wrapper .chart {
  padding: 50px;
}
@media (max-width: 768px) {
  body[class*=page-template-infoenergia] section .chart-wrapper .chart {
    padding: unset;
  }
}
body[class*=page-template-infoenergia] .indicadores .title, body[class*=page-template-infoenergia] .intro .title {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5%;
}
body[class*=page-template-infoenergia] .indicadores .text, body[class*=page-template-infoenergia] .intro .text {
  max-width: 780px;
  margin: 0 auto 5%;
}
@media (max-width: 768px) {
  body[class*=page-template-infoenergia] .indicadores .text, body[class*=page-template-infoenergia] .intro .text {
    margin: auto 5%;
  }
}
body[class*=page-template-infoenergia] .intro {
  margin-bottom: 5% 10% 2%;
}
body[class*=page-template-infoenergia] .intro .text {
  margin: 0 auto;
}
body[class*=page-template-infoenergia] .chart-wrapper.indicadores {
  position: relative;
}
body[class*=page-template-infoenergia] .chart-wrapper.indicadores .chart {
  display: none;
}
body[class*=page-template-infoenergia] .chart-wrapper.indicadores .chart.ipca {
  display: block;
}
body[class*=page-template-infoenergia] .chart-wrapper.indicadores::after {
  position: absolute;
  content: "Expectativa Anual (%)";
  font-size: 12px;
  font-weight: 400;
  top: 55%;
  left: -3%;
  transform: rotate(-90deg);
}
body[class*=page-template-infoenergia] .chart-wrapper.pld {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding-left: 5%;
  position: relative;
}
body[class*=page-template-infoenergia] .chart-wrapper.pld .chart {
  display: none;
  position: relative;
  padding-top: 5%;
}
body[class*=page-template-infoenergia] .chart-wrapper.pld .chart .line-max, body[class*=page-template-infoenergia] .chart-wrapper.pld .chart .line-min {
  position: absolute;
  left: 35%;
  font-size: 12px;
  font-weight: 400;
}
body[class*=page-template-infoenergia] .chart-wrapper.pld .chart .line-max {
  top: 8%;
}
@media (max-width: 768px) {
  body[class*=page-template-infoenergia] .chart-wrapper.pld .chart .line-max {
    top: -2%;
  }
}
body[class*=page-template-infoenergia] .chart-wrapper.pld .chart .line-min {
  top: 70%;
}
@media (max-width: 768px) {
  body[class*=page-template-infoenergia] .chart-wrapper.pld .chart .line-min {
    top: 55%;
  }
}
body[class*=page-template-infoenergia] .chart-wrapper.pld .chart.pld_se_co {
  display: block;
}
body[class*=page-template-infoenergia] .chart-wrapper.pld::after {
  position: absolute;
  content: "R$/MWh";
  font-size: 12px;
  font-weight: 400;
  top: 55%;
  left: 3%;
  transform: rotate(-90deg);
}
body[class*=page-template-infoenergia] .mid-text-title {
  padding-top: 7%;
}
body[class*=page-template-infoenergia] .mid-text {
  font-size: 16px;
  line-height: 24px;
  max-width: 780px;
  margin: 0 auto;
  padding-bottom: 5%;
}
@media (max-width: 768px) {
  body[class*=page-template-infoenergia] .mid-text {
    margin: 5%;
  }
}
body[class*=page-template-infoenergia] .chart-wrapper.pld-historico {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding-left: 5%;
  position: relative;
}
body[class*=page-template-infoenergia] .chart-wrapper.pld-historico .chart {
  display: none;
}
body[class*=page-template-infoenergia] .chart-wrapper.pld-historico .chart.pld_historico_se_co {
  display: block;
}
body[class*=page-template-infoenergia] .chart-wrapper.pld-historico::after {
  position: absolute;
  content: "R$/MWh";
  font-size: 12px;
  font-weight: 400;
  top: 55%;
  left: 3%;
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  body[class*=page-template-infoenergia] .chart-wrapper.pld-historico::after {
    left: -4%;
  }
}
body[class*=page-template-infoenergia] .chart-wrapper.pld-horario {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}
body[class*=page-template-infoenergia] .chart-wrapper.pld-horario .line-min, body[class*=page-template-infoenergia] .chart-wrapper.pld-horario .line-max {
  display: none;
}
body[class*=page-template-infoenergia] .chart-wrapper.pld-horario .chart {
  display: none;
}
body[class*=page-template-infoenergia] .chart-wrapper.pld-horario .chart.pld_horario_se_co {
  display: block;
}
body[class*=page-template-infoenergia] .chart-wrapper.pld-horario::after {
  position: absolute;
  content: "R$/MWh";
  font-size: 12px;
  font-weight: 400;
  top: 55%;
  left: 8%;
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  body[class*=page-template-infoenergia] .chart-wrapper.pld-horario::after {
    left: -4%;
  }
}
body[class*=page-template-infoenergia] .chart-wrapper .geracao {
  position: relative;
  padding-left: 5%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
body[class*=page-template-infoenergia] .chart-wrapper .geracao::after {
  position: absolute;
  content: "Geração (MW Med)";
  font-size: 12px;
  font-weight: 400;
  top: 40%;
  left: -2%;
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  body[class*=page-template-infoenergia] .chart-wrapper .geracao::after {
    left: -20%;
  }
}
body[class*=page-template-infoenergia] .energia-natural {
  background-size: cover;
  position: relative;
}
body[class*=page-template-infoenergia] .energia-natural .content {
  padding: 5%;
  background-color: white;
}
body[class*=page-template-infoenergia] .energia-natural .content p.title {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5%;
}
body[class*=page-template-infoenergia] .energia-natural::after {
  position: absolute;
  content: "% da média histórica";
  font-size: 12px;
  font-weight: 400;
  top: 50%;
  left: 10%;
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  body[class*=page-template-infoenergia] .energia-natural::after {
    left: -12%;
    top: 75%;
  }
}
body[class*=page-template-infoenergia] .chart-wrapper {
  background-color: white;
}
body[class*=page-template-infoenergia] .chart-wrapper .tabs-list {
  display: flex;
  width: 100%;
  padding-bottom: 3%;
}
body[class*=page-template-infoenergia] .chart-wrapper .tabs-list .tab {
  width: 283px;
  height: 96px;
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #F5F5F5;
  border-left: 1px solid #F5F5F5;
  padding-top: 4%;
}
body[class*=page-template-infoenergia] .chart-wrapper .tabs-list .tab.selected {
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-width: 4px;
  border-image-source: linear-gradient(135deg, #00BCFD 0%, #23D2B5 100%);
  border-right: none;
  border-left: none;
}
body[class*=page-template-infoenergia] .chart-wrapper .tabs-list .tab:last-child {
  border-right: none;
}
body[class*=page-template-infoenergia] .chart-wrapper .tabs-list .tab:first-child {
  border-left: none;
}
@media (max-width: 768px) {
  body[class*=page-template-infoenergia] .chart-wrapper .tabs-list {
    height: 75px;
  }
  body[class*=page-template-infoenergia] .chart-wrapper .tabs-list .tab {
    height: 100%;
  }
}
body[class*=page-template-infoenergia] .chart-wrapper .chart .acf-data {
  display: none;
}
body[class*=page-template-infoenergia] .chart-wrapper .chart .meses-data {
  display: none;
}
body[class*=page-template-infoenergia] section.pld {
  background: linear-gradient(180deg, #F5F5F5 75%, #FFF 25%);
  padding: 2% 10%;
}
body[class*=page-template-infoenergia] section.pld .text {
  max-width: 780px;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
  padding-bottom: 5%;
}
@media (max-width: 768px) {
  body[class*=page-template-infoenergia] section.pld .text {
    margin: 5%;
  }
}
body[class*=page-template-infoenergia] .chart-wrapper.pld {
  background-color: white;
  padding-bottom: 5%;
}
body[class*=page-template-infoenergia] .pld-horario {
  padding: 2% 10%;
  margin-bottom: 3%;
}
body[class*=page-template-infoenergia] .pld-horario .text {
  max-width: 780px;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
  padding-bottom: 5%;
}
@media (max-width: 768px) {
  body[class*=page-template-infoenergia] .pld-horario .text {
    margin: 5%;
  }
}
body[class*=page-template-infoenergia] .geracao-mensal {
  background-color: #F5F5F5;
  padding: 3% 10%;
  padding-bottom: 5%;
}
body[class*=page-template-infoenergia] .geracao-mensal .text {
  max-width: 780px;
  margin: 0 auto;
  padding-bottom: 5%;
}
@media (max-width: 768px) {
  body[class*=page-template-infoenergia] .geracao-mensal .text {
    margin: 5%;
  }
}
body[class*=page-template-infoenergia] .energia-natural .text {
  max-width: 780px;
  margin: 0 auto;
  padding-bottom: 5%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 768px) {
  body[class*=page-template-infoenergia] .energia-natural .text {
    margin: 5%;
  }
}
body[class*=page-template-infoenergia] .voltar {
  background: linear-gradient(180deg, #FFF 50%, #F5F5F5 50%);
}
body[class*=page-template-infoenergia] .voltar .block {
  background-image: linear-gradient(135deg, #00BCFD 0%, #23D2B5 100%);
  height: 454px;
  width: 100%;
  margin-bottom: 5%;
}
body[class*=page-template-infoenergia] .voltar .block .logo {
  margin: 5% auto 0;
  width: 100%;
}
body[class*=page-template-infoenergia] .voltar .block p.title {
  color: #FFF;
  font-size: 32px;
  text-align: center;
  width: 40%;
  line-height: 40px;
  margin: 0 auto;
  font-weight: bold;
  padding-top: 5%;
}
body[class*=page-template-infoenergia] .voltar .block .btn {
  display: flex;
  position: relative;
  width: 360px;
  height: 66px;
  background-color: #FFF;
  margin: 0 auto;
  margin-top: 7%;
}
body[class*=page-template-infoenergia] .voltar .block .btn p {
  color: #424242;
  padding: 6%;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  body[class*=page-template-infoenergia] .voltar .block .btn p {
    padding: 3%;
  }
}
body[class*=page-template-infoenergia] .voltar .block .btn svg {
  position: absolute;
  left: 85%;
  top: 25%;
}
@media (max-width: 768px) {
  body[class*=page-template-infoenergia] .voltar .block .btn svg {
    top: 5%;
  }
}
@media (max-width: 768px) {
  body[class*=page-template-infoenergia] .voltar .block {
    width: unset;
    height: 275px;
  }
  body[class*=page-template-infoenergia] .voltar .block p.title {
    font-size: 24px;
    line-height: 32px;
    width: 75%;
  }
  body[class*=page-template-infoenergia] .voltar .block .btn {
    width: 50%;
    height: 12%;
  }
  body[class*=page-template-infoenergia] .voltar .block .btn p {
    padding: 3%;
    font-size: 16px;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  body[class*=page-template-infoenergia] .voltar .block .btn {
    width: 80%;
  }
}

section#funcionalidades {
  width: 100%;
  margin-left: auto;
  padding-left: 80px;
  max-width: calc(100% - (100% - 1440px) / 2 + 80px);
  overflow: hidden;
  margin-bottom: 240px;
}
@media (max-width: 1440px) {
  section#funcionalidades {
    margin-bottom: 120px;
  }
}
section#funcionalidades .funcionalidades_wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
section#funcionalidades .funcionalidades_wrapper h1 {
  font-weight: 800;
  font-size: 36px;
  line-height: 4rem;
}
section#funcionalidades .funcionalidades_wrapper .first_column {
  max-width: 650px;
  min-width: 370px;
  width: 100%;
}
section#funcionalidades .funcionalidades_wrapper .first_column .sobretitulo {
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  color: #424242;
}
@media (max-width: 1280px) {
  section#funcionalidades .funcionalidades_wrapper .first_column .sobretitulo {
    font-size: 22px;
    line-height: 24px;
  }
}
section#funcionalidades .funcionalidades_wrapper .first_column h2 {
  font-weight: 900;
  font-size: 52px;
  line-height: 52px;
  background: linear-gradient(266.01deg, #23d2b5 -2.19%, #00bcfd 102.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 450px;
  margin-top: 16px;
  display: flex;
  padding-bottom: 5px;
}
section#funcionalidades .funcionalidades_wrapper .first_column .descricoes_videos {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  margin-top: 36px;
}
section#funcionalidades .funcionalidades_wrapper .first_column .descricoes_videos .item_video_funcionalidades ~ .item_video_funcionalidades {
  margin-top: 32px;
}
section#funcionalidades .funcionalidades_wrapper .first_column .descricoes_videos .item_video_funcionalidades {
  height: 20px;
  overflow: hidden;
}
section#funcionalidades .funcionalidades_wrapper .first_column .descricoes_videos .item_video_funcionalidades .titulo {
  font-weight: normal;
  font-size: 20px;
  line-height: 18px;
  color: #424242;
  display: flex;
  align-items: center;
  cursor: pointer;
}
section#funcionalidades .funcionalidades_wrapper .first_column .descricoes_videos .item_video_funcionalidades .titulo .numero {
  margin-right: 10px;
  font-weight: normal;
  font-size: 18px;
  line-height: 16px;
  color: #bdbdbd;
  position: relative;
  top: 1px;
}
section#funcionalidades .funcionalidades_wrapper .first_column .descricoes_videos .item_video_funcionalidades .titulo .numero.-active {
  background: linear-gradient(266.01deg, #23d2b5 -2.19%, #00bcfd 102.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section#funcionalidades .funcionalidades_wrapper .first_column .descricoes_videos .item_video_funcionalidades .item_descricao {
  margin-top: 16px;
  display: flex;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #424242;
}
section#funcionalidades .funcionalidades_wrapper .first_column .descricoes_videos .item_video_funcionalidades .item_descricao .progress_wrapper {
  width: 2ch;
  margin-right: 1ch;
}
section#funcionalidades .funcionalidades_wrapper .first_column .descricoes_videos .item_video_funcionalidades .item_descricao .texto {
  max-width: 550px;
}
section#funcionalidades .funcionalidades_wrapper .first_column .descricoes_videos .item_video_funcionalidades.-active {
  max-height: 100000px;
}
section#funcionalidades .funcionalidades_wrapper .first_column .descricoes_videos .item_video_funcionalidades.-active .titulo {
  font-weight: bold;
}
section#funcionalidades .funcionalidades_wrapper .first_column .descricoes_videos .item_video_funcionalidades.-active .item_descricao .progress_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
section#funcionalidades .funcionalidades_wrapper .first_column .descricoes_videos .item_video_funcionalidades.-active .item_descricao .progress_wrapper .progress_bar {
  height: 100%;
  width: 2px;
  background-color: #e0e0e0;
  border-radius: 2px;
  position: relative;
}
section#funcionalidades .funcionalidades_wrapper .first_column .descricoes_videos .item_video_funcionalidades.-active .item_descricao .progress_wrapper .progress_bar .fill_bar {
  position: absolute;
  height: 0;
  width: 100%;
  background: linear-gradient(266.01deg, #23d2b5 -2.19%, #00bcfd 102.67%);
  border-radius: 2px;
}
section#funcionalidades .funcionalidades_wrapper .second_column {
  width: 100%;
  min-width: 752px;
}
section#funcionalidades .funcionalidades_wrapper .second_column .laptop_wrapper {
  position: relative;
}
section#funcionalidades .funcionalidades_wrapper .second_column .laptop_wrapper img {
  width: 100%;
}
section#funcionalidades .funcionalidades_wrapper .second_column .laptop_wrapper .video {
  display: none;
  position: absolute;
  left: 17%;
  top: 12%;
  height: 73%;
  border-radius: 8px;
}
section#funcionalidades .funcionalidades_wrapper .second_column .laptop_wrapper .video.-active {
  display: initial;
}
@media (max-width: 1440px) {
  section#funcionalidades .funcionalidades_wrapper .first_column .sobretitulo {
    font-size: 22px;
    line-height: 24px;
  }
  section#funcionalidades .funcionalidades_wrapper .first_column .descricoes_videos {
    margin-top: 24px;
  }
  section#funcionalidades .funcionalidades_wrapper .first_column .descricoes_videos .item_video_funcionalidades ~ .item_video_funcionalidades {
    margin-top: 20px;
  }
  section#funcionalidades .funcionalidades_wrapper .first_column .descricoes_videos .item_video_funcionalidades .titulo {
    font-size: 18px;
  }
  section#funcionalidades .funcionalidades_wrapper .first_column .descricoes_videos .item_video_funcionalidades .item_descricao .texto {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  section#funcionalidades {
    display: none;
  }
}
section.funcionalidades_mobile {
  display: none;
}
@media (max-width: 991px) {
  section.funcionalidades_mobile {
    display: block;
    width: 100%;
    position: relative;
  }
  section.funcionalidades_mobile .bg_circle {
    position: absolute;
    right: 0;
    bottom: -50px;
  }
  section.funcionalidades_mobile .func_videos_wrapper {
    padding: 0 16px 80px;
    overflow: hidden;
  }
  section.funcionalidades_mobile .navigation {
    position: absolute;
    right: 32px;
    top: 0;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    z-index: 2;
  }
}
@media (max-width: 991px) and (max-width: 580px) {
  section.funcionalidades_mobile .navigation {
    right: 16px;
  }
}
@media (max-width: 991px) {
  section.funcionalidades_mobile .navigation .swiper-button-disabled svg path {
    fill: #bdbdbd;
  }
  section.funcionalidades_mobile .sobretitulo {
    font-size: 18px;
    line-height: 18px;
    color: #424242;
  }
  section.funcionalidades_mobile h2 {
    margin-top: 12px;
    max-width: 257px;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    background: linear-gradient(266.01deg, #23d2b5 -2.19%, #00bcfd 102.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  section.funcionalidades_mobile .swiper_videos_func {
    margin-top: 32px;
    overflow: visible;
  }
  section.funcionalidades_mobile .swiper_videos_func video {
    width: 100%;
    border-radius: 8px;
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.1));
  }
  section.funcionalidades_mobile .swiper_videos_func .titulo {
    margin-top: 32px;
    display: flex;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #424242;
    position: relative;
    opacity: 0;
  }
  section.funcionalidades_mobile .swiper_videos_func .titulo .numero {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    background: linear-gradient(266.01deg, #23d2b5 -2.19%, #00bcfd 102.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 6px;
  }
  section.funcionalidades_mobile .swiper_videos_func .descricao {
    margin-top: 16px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #424242;
    opacity: 0;
  }
  section.funcionalidades_mobile .swiper_videos_func .swiper-slide-active .titulo,
  section.funcionalidades_mobile .swiper_videos_func .swiper-slide-active .descricao {
    opacity: 1;
    transition: all 400ms;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotates {
  0% {
    transform: rotate3D(1, 1, 1, 0deg);
  }
  100% {
    transform: rotate3D(0, 0, 0, 360deg);
  }
}
.faq {
  width: calc(100% - 480px);
  max-width: 100%;
  margin: 0 auto 160px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1440px) {
  .faq {
    width: calc(100% - 160px);
  }
}
@media (max-width: 1024px) {
  .faq {
    width: calc(100% - 120px);
  }
}
@media (max-width: 991px) {
  .faq {
    flex-direction: column;
    width: calc(100% - 32px);
    margin: 0 auto 100px;
  }
}
.faq .text {
  display: flex;
  flex-direction: column;
  position: sticky;
  position: -webkit-sticky; /* Safari */
  top: 150px;
}
@media (max-width: 991px) {
  .faq .text {
    position: initial;
  }
}
.faq .text p {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: #616161;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .faq .text p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;
  }
}
.faq .text h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .faq .text h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
  }
}
.faq .faq-acordion {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 600px;
}
.faq .faq-acordion .faq-acordion-wrapper {
  padding: 25px 0 25px;
  border-bottom: 1px solid #e0e0e0;
}
.faq .faq-acordion .faq-acordion-wrapper.--hiden {
  display: none;
}
.faq .faq-acordion .faq-acordion-wrapper:last-child {
  border-bottom: unset;
}
.faq .faq-acordion .fa-title {
  display: flex;
  justify-content: space-between;
}
.faq .faq-acordion .fa-title p {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #212121;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .faq .faq-acordion .fa-title p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .faq .faq-acordion .fa-title p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
  }
}
.faq .faq-acordion .fa-title::after {
  content: url("./assets/img/positive-circle.svg");
  width: 22px;
  height: 22px;
  margin-left: 145px;
}
@media (max-width: 991px) {
  .faq .faq-acordion .fa-title::after {
    margin-left: 20px;
  }
}
.faq .faq-acordion .fa-title.--open::after {
  animation: rotates 0.5s ease-in-out;
  content: url("./assets/img/negative-circle.svg") !important;
}
.faq .faq-acordion .fa-text {
  display: none;
  margin: 8px auto 25px;
}
.faq .faq-acordion .fa-text p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
}
@media (max-width: 1440px) {
  .faq .faq-acordion .fa-text {
    margin: 12px auto 25px;
  }
  .faq .faq-acordion .fa-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .faq .faq-acordion .fa-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }
}
.faq .--active {
  display: block !important;
  animation: fadeIn 0.5s ease-in-out;
}
.faq .faq-more {
  display: none;
}
@media (max-width: 991px) {
  .faq .faq-more {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    margin: 24px auto 0;
  }
  .faq .faq-more.--hidden {
    display: none;
  }
  .faq .faq-more h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
  }
  .faq .faq-more::after {
    content: url("./assets/img/positive-circle-blue.svg");
    width: 28px;
    height: 28px;
    margin-left: 15px;
  }
}

.footer-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  background-color: #f5f5f5;
  text-align: center;
}
.footer-footer .engie-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-footer .footer-divider {
  background: #e0e0e0;
  max-width: 640px;
  width: 100%;
  height: 1px;
  margin: 40px auto 35px;
}
.footer-footer .footer-social-wrapper {
  display: flex;
}
.footer-footer .footer-social-wrapper a {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
  align-items: center;
  justify-content: center;
}
.footer-footer .footer-credits {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px auto 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #9e9e9e;
}
.footer-footer .footer-border-bottom {
  max-width: 1920px;
  width: 100%;
  height: 3px;
  background: linear-gradient(135deg, #00bcfd 0%, #23d2b5 100%);
}

.banner {
  position: relative;
  width: calc(100% - 480px);
  max-width: 100%;
  margin: 120px auto 180px;
}
@media (max-width: 1440px) {
  .banner {
    width: calc(100% - 160px);
  }
}
@media (max-width: 991px) {
  .banner {
    width: calc(100% - 32px);
  }
}
@media (max-width: 768px) {
  .banner {
    margin: 0 auto 80px;
  }
}
.banner .banner-img {
  position: relative;
  overflow: hidden;
}
.banner .banner-img img {
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  .banner .banner-img img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: 25%;
  }
}
.banner .banner-img .banner-img-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(58, 172, 236, 0.14), rgba(58, 172, 236, 0.14)), url(.jpg);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.banner .banner-img .banner-card {
  position: absolute;
  bottom: 212px;
  right: 0;
  background: #00aaff;
  opacity: 0.9;
  z-index: 2;
  width: 559px;
  height: 221px;
  padding: 24px 45px 25px 45px;
}
@media (max-width: 1440px) {
  .banner .banner-img .banner-card {
    width: 443px;
    height: 183px;
    top: unset;
    bottom: 154px;
    padding: 22px 30px;
  }
}
@media (max-width: 991px) {
  .banner .banner-img .banner-card {
    top: unset;
    bottom: 104px;
    width: 291px;
    height: 126px;
    padding: 18px 30px;
  }
}
.banner .banner-img .banner-card p {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 56px;
  font-feature-settings: "liga" off;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .banner .banner-img .banner-card p {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .banner .banner-img .banner-card p {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
  }
}
.banner .banner-img .banner-card-buttom {
  position: absolute;
  bottom: 107.5px;
  right: 360px;
  z-index: 3;
  width: 199px;
  height: 64px;
  background: #00aaff;
  padding: 20px 32px;
}
@media (max-width: 1440px) {
  .banner .banner-img .banner-card-buttom {
    bottom: 83px;
    right: 285px;
    width: 164px;
    height: 51px;
    padding: 16px 28px;
  }
}
@media (max-width: 991px) {
  .banner .banner-img .banner-card-buttom {
    width: 151px;
    height: 49px;
    bottom: 35px;
    right: 140px;
    padding: 16px 28px;
  }
}
.banner .banner-img .banner-card-buttom a {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .banner .banner-img .banner-card-buttom a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .banner .banner-img .banner-card-buttom a {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
  }
}

.clientes-wrapper {
  position: relative;
  margin-top: 240px;
}
@media (max-width: 1440px) {
  .clientes-wrapper {
    margin-top: 120px;
  }
}
.clientes-wrapper > * {
  position: relative;
}
.clientes-wrapper .clientes-mask {
  position: absolute;
  width: 100%;
  height: 580px;
  top: 0%;
  background: radial-gradient(73.24% 45.37% at 50.04% 50%, #00bcfd 0%, rgba(35, 210, 181, 0) 100%);
  opacity: 0.2;
}
.clientes-wrapper .clientes {
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: calc(100% - 480px);
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .clientes-wrapper .clientes {
    width: calc(100% - 160px);
  }
}
@media (max-width: 991px) {
  .clientes-wrapper .clientes {
    width: calc(100% - 32px);
  }
}
.clientes-wrapper .clientes .clientes-cabecalho.-font-w p {
  color: #ffffff !important;
}
.clientes-wrapper .clientes .clientes-cabecalho.-font-w h1 {
  color: #ffffff !important;
  background: transparent !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff !important;
}
.clientes-wrapper .clientes .clientes-cabecalho .subtitulo {
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  color: #424242;
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .clientes-wrapper .clientes .clientes-cabecalho .subtitulo {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 24px;
    color: #424242;
  }
}
@media (max-width: 991px) {
  .clientes-wrapper .clientes .clientes-cabecalho .subtitulo {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
  }
}
.clientes-wrapper .clientes .clientes-cabecalho .titulo {
  max-width: 556px;
  font-style: normal;
  font-weight: 900;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -0.5px;
}
@media (max-width: 1440px) {
  .clientes-wrapper .clientes .clientes-cabecalho .titulo {
    font-style: normal;
    font-weight: 900;
    font-size: 52px;
    line-height: 52px;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 991px) {
  .clientes-wrapper .clientes .clientes-cabecalho .titulo {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
  }
}
.clientes-wrapper .cliente-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 56px 24px 0 0;
  padding: 0 24px;
  /* Logo Fora do Card */
}
@media (max-width: 991px) {
  .clientes-wrapper .cliente-cards {
    padding: initial;
    margin: 35px 0 0 0;
  }
}
.clientes-wrapper .cliente-cards .swiper-wrapper {
  transition-timing-function: linear;
  padding: 15px;
}
@media (max-width: 768px) {
  .clientes-wrapper .cliente-cards .swiper-wrapper {
    padding: 8px;
    transition-timing-function: linear;
  }
}
.clientes-wrapper .cliente-cards .swiper-wrapper .swiper-slide {
  max-width: 400px;
}
@media (max-width: 768px) {
  .clientes-wrapper .cliente-cards .swiper-wrapper .swiper-slide {
    width: 370px;
  }
}
.clientes-wrapper .cliente-cards .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-items: center;
  gap: 5rem;
  justify-content: space-between;
  padding: 32px 26px;
  width: 381px;
  background: #ffffff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  margin-right: 32px;
}
.clientes-wrapper .cliente-cards .card .citacao {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #212121;
}
@media (max-width: 720px) {
  .clientes-wrapper .cliente-cards .card .citacao {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
  }
}
.clientes-wrapper .cliente-cards .card .citacao::before {
  content: open-quote;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 22px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  color: #00bcfd;
  width: 6.39px;
  height: 15.62px;
}
.clientes-wrapper .cliente-cards .card .citacao::after {
  content: close-quote;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 22px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  color: #00bcfd;
  width: 6.39px;
  height: 15.62px;
}
.clientes-wrapper .cliente-cards .card .company-logo img {
  max-height: 90px;
  max-width: 150px;
}
@media (max-width: 430px) {
  .clientes-wrapper .cliente-cards .card .company-logo img {
    max-height: 135px;
  }
}
.clientes-wrapper .cliente-cards .outside {
  display: flex;
  align-items: center;
  margin-top: 6rem;
}
@media (max-width: 430px) {
  .clientes-wrapper .cliente-cards .outside {
    margin-right: 2rem;
  }
}
.clientes-wrapper .cliente-cards .outside .company-logo img {
  max-height: 150px;
  max-width: 150px;
  min-width: 100px;
}
.clientes-wrapper .clientes-logo {
  max-width: 100%;
  width: calc(100% - 480px);
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .clientes-wrapper .clientes-logo {
    width: calc(100% - 334px);
  }
}
@media (max-width: 991px) {
  .clientes-wrapper .clientes-logo {
    width: calc(100% - 96px);
  }
}
.clientes-wrapper .clientes-logo .clientes-logos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 103px auto 123px;
}
.clientes-wrapper .clientes-logo .clientes-logos.--white .logos-black {
  display: none;
}
.clientes-wrapper .clientes-logo .clientes-logos.--white .logos-white {
  display: block;
}
@media (max-width: 1440px) {
  .clientes-wrapper .clientes-logo .clientes-logos {
    margin: 80px auto 60px;
  }
}
@media (max-width: 991px) {
  .clientes-wrapper .clientes-logo .clientes-logos {
    margin: 49px auto 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .clientes-wrapper .clientes-logo .clientes-logos {
    margin: initial;
  }
}
.clientes-wrapper .clientes-logo .clientes-logos .clientes-logos-img {
  margin-right: 81px;
}
@media (max-width: 1440px) {
  .clientes-wrapper .clientes-logo .clientes-logos .clientes-logos-img {
    margin-right: 53px;
  }
}
@media (max-width: 991px) {
  .clientes-wrapper .clientes-logo .clientes-logos .clientes-logos-img {
    margin: 45px 0 0;
  }
}
.clientes-wrapper .clientes-logo .clientes-logos .logos-white {
  display: none;
}

.indicadores-frame .indicadores-no {
  position: relative;
  max-width: 100%;
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px;
}
.indicadores-frame .indicadores-no .indicadores-header {
  display: none;
}
.indicadores-frame .indicadores-no .indicadores-no-return {
  background-image: url(./assets/img/arrow-left.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15%;
  left: 30%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-no {
    min-height: 644px;
    padding: 48px;
  }
  .indicadores-frame .indicadores-no .indicadores-header {
    display: flex;
  }
}
.indicadores-frame .indicadores-no .indicadores-card-economiza {
  background: #fff;
  width: 360px;
  height: 376px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 2px rgba(0, 0, 0, 0.06), 0px 3px 1px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-no .indicadores-card-economiza {
    width: 311px;
    height: 352px;
  }
}
.indicadores-frame .indicadores-no .indicadores-card-economiza .indicadores-card-economiza-header {
  padding: 11px 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-no .indicadores-card-economiza .indicadores-card-economiza-header {
    padding: 11px 100px;
  }
}
.indicadores-frame .indicadores-no .indicadores-card-economiza .indicadores-card-economiza-header p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #bdbdbd;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-no .indicadores-card-economiza .indicadores-card-economiza-header p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
  }
}
.indicadores-frame .indicadores-no .indicadores-card-economiza .indicadores-card-economiza-header h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-no .indicadores-card-economiza .indicadores-card-economiza-header h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
  }
}
.indicadores-frame .indicadores-no .indicadores-card-economiza .indicadores-card-economiza-body .indicadores-card-economiza-itens {
  padding: 16px 0 16px 24px;
}
.indicadores-frame .indicadores-no .indicadores-card-economiza .indicadores-card-economiza-body .indicadores-card-economiza-itens p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-no .indicadores-card-economiza .indicadores-card-economiza-body .indicadores-card-economiza-itens p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
  }
}
.indicadores-frame .indicadores-no .indicadores-card-economiza .indicadores-card-economiza-body .indicadores-card-economiza-itens p::before {
  content: url(./assets/img/check.svg);
  width: 14px;
  height: 9.06px;
  margin-right: 10px;
}
.indicadores-frame .indicadores-no .indicadores-card-economiza .indicadores-card-economiza-body .indicadores-card-line-divider {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-no .indicadores-card-economiza .indicadores-card-economiza-body .indicadores-card-line-divider {
    width: 295px;
  }
}
.indicadores-frame .indicadores-no .indicadores-card-economiza .indicadores-card-economiza-body .indicadores-card-line-divider:last-child {
  border: none;
}
.indicadores-frame .indicadores-no .indicadores-no-btn {
  width: 200px;
  height: 44px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  padding: 12px 20px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-no .indicadores-no-btn {
    margin-top: 24px;
  }
}
.indicadores-frame .indicadores-no .indicadores-no-btn p {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}
.indicadores-frame .indicadores {
  position: relative;
  max-width: 100%;
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores {
    margin: 40px auto;
  }
}
.indicadores-frame .indicadores .indicadores-no-return {
  display: none;
}
.indicadores-frame .indicadores .indicadores-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indicadores-frame .indicadores .indicadores-header svg {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores .indicadores-header svg {
    margin-bottom: 16px;
  }
}
.indicadores-frame .indicadores .indicadores-pre-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores .indicadores-pre-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
}
.indicadores-frame .indicadores .indicadores-title {
  max-width: 584px;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 50px;
  text-align: center;
  color: #00bcfd;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores .indicadores-title {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
}
.indicadores-frame .indicadores .indicadores-question {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 640px;
  height: 224px;
  margin-top: 40px;
  padding: 53px 72px;
  background: radial-gradient(76.27% 76.27% at 93.61% 5.4%, rgba(255, 255, 255, 0.36) 0%, rgba(255, 255, 255, 0.18) 100%);
  backdrop-filter: blur(30.9923px);
  border-radius: 4px;
  z-index: 2;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores .indicadores-question {
    margin-top: 32px;
    width: 343px;
    height: 300px;
    padding: 32px 24px;
  }
}
.indicadores-frame .indicadores .indicadores-question p {
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 38px;
  z-index: 3;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores .indicadores-question p {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}
.indicadores-frame .indicadores .indicadores-question .indicadores-question-mask {
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #00bcfd 0%, #23d2b5 100%);
  z-index: -1;
}
.indicadores-frame .indicadores .indicadores-question .indicadores-yes-no {
  display: flex;
  flex-direction: row;
  z-index: 4;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores .indicadores-question .indicadores-yes-no {
    flex-direction: column-reverse;
  }
}
.indicadores-frame .indicadores .indicadores-question .indicadores-yes-no .btn-response {
  margin: 8px;
  width: 172px;
  height: 54px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  padding: 17px 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  z-index: 5;
  cursor: pointer;
}
.indicadores-frame .indicadores-step-one {
  position: relative;
  max-width: 100%;
  min-height: 752px;
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-step-one {
    min-height: 644px;
    padding: 48px;
  }
}
.indicadores-frame .indicadores-step-one .indicadores-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-step-one .indicadores-header {
    margin-top: 48px;
  }
}
.indicadores-frame .indicadores-step-one .indicadores-header svg {
  margin-bottom: 24px;
}
.indicadores-frame .indicadores-step-one .indicadores-header svg path {
  stroke: #00bcfd;
}
.indicadores-frame .indicadores-step-one .indicadores-pre-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-step-one .indicadores-pre-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
}
.indicadores-frame .indicadores-step-one .wrapper .second-question {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-step-one .wrapper .second-question {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
  }
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .date-placeholder {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  min-width: 496px;
  cursor: pointer;
}
@media (max-width: 769px) {
  .indicadores-frame .indicadores-step-one .wrapper .second-question .date-placeholder {
    min-width: 303px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
  }
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .date-placeholder img {
  width: 8.38px;
  height: 8.38px;
  transition: all 0.5s ease;
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .date-placeholder .rotate-180 {
  transform: rotate(180deg);
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .datepicker {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 1em;
  border-bottom: 1px solid lightgrey;
  transition: 400ms ease-in;
  cursor: pointer;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-step-one .wrapper .second-question .datepicker {
    margin: 0 auto;
  }
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .datepicker .visible {
  opacity: 1;
  transition: ease-in 500ms;
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .datepicker .years {
  display: none;
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .datepicker .years .year-label {
  color: #ffffff;
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .datepicker .visible {
  display: initial;
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .datepicker .year {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  color: #ffffff;
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .datepicker .year .disabled {
  cursor: not-allowed;
  color: lightgrey;
  display: none;
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .datepicker .year .selected {
  background-color: #fff;
  transition: none;
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .datepicker .year .selected p {
  background: linear-gradient(266.01deg, #23d2b5 -2.19%, #00bcfd 102.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .datepicker .month {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  padding: 15px 0;
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .datepicker .month p {
  font-size: 18px;
  color: #fff;
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .active {
  margin-top: 2em;
  overflow-y: scroll;
  height: 28vh;
  transition: ease-out 400ms;
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .second-options,
.indicadores-frame .indicadores-step-one .wrapper .second-question .third-options {
  max-width: 100%;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .second-options .title,
.indicadores-frame .indicadores-step-one .wrapper .second-question .third-options .title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-step-one .wrapper .second-question .second-options .title,
  .indicadores-frame .indicadores-step-one .wrapper .second-question .third-options .title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
  }
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .second-options .second-radio-wrapper {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-step-one .wrapper .second-question .second-options .second-radio-wrapper {
    gap: 8px;
  }
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .second-options .second-radio-wrapper .radio-wrapper {
  flex: unset;
  display: flex;
  width: unset;
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .second-options .second-radio-wrapper .radio-wrapper input:checked ~ label {
  color: #00aaff;
  background-color: #ffffff;
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .second-options .second-radio-wrapper .radio-wrapper label {
  width: 240px;
  height: 60px;
  border: 1px solid #ffffff;
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .second-options .second-radio-wrapper .radio-wrapper label p {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .second-options .second-radio-wrapper .radio-wrapper label.--on-mobile {
  display: none;
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .second-options .second-radio-wrapper .radio-wrapper label.--off-mobile {
  display: flex;
}
@media (max-width: 1440px) {
  .indicadores-frame .indicadores-step-one .wrapper .second-question .second-options .second-radio-wrapper .radio-wrapper label p {
    font-size: 15px;
    line-height: 14px;
  }
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-step-one .wrapper .second-question .second-options .second-radio-wrapper .radio-wrapper label {
    width: 142px;
    height: 54px;
  }
  .indicadores-frame .indicadores-step-one .wrapper .second-question .second-options .second-radio-wrapper .radio-wrapper label p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
  }
  .indicadores-frame .indicadores-step-one .wrapper .second-question .second-options .second-radio-wrapper .radio-wrapper label.--on-mobile {
    display: flex;
  }
  .indicadores-frame .indicadores-step-one .wrapper .second-question .second-options .second-radio-wrapper .radio-wrapper label.--off-mobile {
    display: none;
  }
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .third-options .third-radio-wrapper {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-step-one .wrapper .second-question .third-options .third-radio-wrapper {
    gap: 8px;
  }
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .third-options .third-radio-wrapper .radio-wrapper label {
  width: 240px;
  height: 60px;
  border: 1px solid #ffffff;
}
.indicadores-frame .indicadores-step-one .wrapper .second-question .third-options .third-radio-wrapper .radio-wrapper label p {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 1440px) {
  .indicadores-frame .indicadores-step-one .wrapper .second-question .third-options .third-radio-wrapper .radio-wrapper label p {
    font-size: 15px;
    font-weight: 14px;
  }
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-step-one .wrapper .second-question .third-options .third-radio-wrapper .radio-wrapper label {
    width: 142px;
    height: 54px;
  }
  .indicadores-frame .indicadores-step-one .wrapper .second-question .third-options .third-radio-wrapper .radio-wrapper label p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
  }
}
.indicadores-frame .indicadores-step-one .wrapper .second-question.-active {
  display: block;
}
.indicadores-frame .indicadores-step-one .indicadores-loading {
  height: 50px;
  width: 50px;
  margin-top: 80px;
  text-indent: -9999em;
  border-radius: 50%;
  border-top: 1.1em solid transparent;
  border-right: 1.1em solid #ffffff;
  border-bottom: 1.1em solid #ffffff;
  border-left: 1.1em solid #ffffff;
  transform: translateZ(0);
  animation: is-rotating 0.5s infinite linear;
  -webkit-animation: is-rotating 0.5s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
@keyframes is-rotating {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.indicadores-frame .indicadores-step-one .indicadores-loading .indicadores-no-return {
  display: none;
}
.indicadores-frame .indicadores-final {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 100%;
  margin: 60px auto;
  padding: 80px;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-final {
    padding: 40px 0;
  }
}
.indicadores-frame .indicadores-final .indicadores-final-title {
  margin-bottom: 25px;
}
.indicadores-frame .indicadores-final .indicadores-final-title p {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-final .wrapper-scroll {
    width: 100%;
    overflow: scroll;
  }
}
.indicadores-frame .indicadores-final .indicadores-final-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-final .indicadores-final-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
.indicadores-frame .indicadores-final .indicadores-final-wrapper .indicadores-final-cards {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  max-width: 233px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 2px 2px rgba(0, 0, 0, 0.06), 0px 3px 1px rgba(0, 0, 0, 0.06);
}
.indicadores-frame .indicadores-final .indicadores-final-wrapper .indicadores-final-cards:first-child {
  margin-left: 72px;
}
.indicadores-frame .indicadores-final .indicadores-final-wrapper .indicadores-final-cards:last-child {
  margin-right: 72px;
}
.indicadores-frame .indicadores-final .indicadores-final-wrapper .indicadores-final-cards .cards-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px 83px;
}
.indicadores-frame .indicadores-final .indicadores-final-wrapper .indicadores-final-cards .cards-header p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #bdbdbd;
}
.indicadores-frame .indicadores-final .indicadores-final-wrapper .indicadores-final-cards .cards-header h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.indicadores-frame .indicadores-final .indicadores-final-wrapper .indicadores-final-cards .cards-body .cards-itens {
  padding: 16px 15px;
}
.indicadores-frame .indicadores-final .indicadores-final-wrapper .indicadores-final-cards .cards-body .cards-itens p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #424242;
}
.indicadores-frame .indicadores-final .indicadores-final-wrapper .indicadores-final-cards .cards-body .cards-itens p::before {
  content: url(./assets/img/check.svg);
  width: 14px;
  height: 9.06px;
  margin-right: 10px;
}
.indicadores-frame .indicadores-final .indicadores-final-wrapper .indicadores-final-cards .cards-body .indicadores-card-line-divider {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.indicadores-frame .indicadores-final .indicadores-final-wrapper .indicadores-final-cards .cards-body .indicadores-card-line-divider:last-child {
  border: none;
}
.indicadores-frame .indicadores-final .indicadores-final-wrapper .btn-card {
  margin: 16px auto;
  width: 198px;
  height: 44px;
  background: linear-gradient(135deg, #00bcfd 0%, #23d2b5 100%);
  padding: 12px 20px;
}
.indicadores-frame .indicadores-final .indicadores-final-wrapper .btn-card p {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}
.indicadores-frame .indicadores-final .btn-refazer {
  border: 0.5px solid #fff;
  width: 183px;
  height: 44px;
  padding: 12px 24px;
  margin-top: 87px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-final .btn-refazer {
    margin-top: 34px;
  }
}
.indicadores-frame .indicadores-final .btn-refazer p {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}
.indicadores-frame .--font-white {
  color: #ffffff !important;
  background: transparent !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
}
.indicadores-frame .--changeButton {
  position: relative;
  color: #00bcfd !important;
  background-color: #ffffff !important;
}
.indicadores-frame .--changeButton p {
  background: linear-gradient(266.01deg, #23d2b5 -2.19%, #00bcfd 102.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.indicadores-frame .--hidden {
  display: none !important;
}
.indicadores-frame .mb-16 {
  margin-bottom: 16px;
}
.indicadores-frame.--maskBlue .indicadores .indicadores-header svg path {
  stroke: #ffffff;
}
.indicadores-frame.--maskBlue .indicadores .indicadores-pre-title {
  color: #ffffff;
}
.indicadores-frame.--maskBlue .indicadores-no .indicadores-header svg path {
  stroke: #ffffff;
}
.indicadores-frame.--maskBlue .indicadores-no .indicadores-pre-title {
  color: #ffffff;
}
.indicadores-frame.--maskBlue .indicadores-step-one .indicadores-header svg path {
  stroke: #ffffff;
}
.indicadores-frame.--maskBlue .indicadores-step-one .indicadores-pre-title {
  color: #ffffff;
}
.indicadores-frame .indicadores-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indicadores-frame .indicadores-header svg {
  margin-bottom: 24px;
}
.indicadores-frame .indicadores-header svg path {
  stroke: linear-gradient(135deg, #00bcfd 0%, #23d2b5 100%);
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-header svg {
    margin-bottom: 16px;
  }
}
.indicadores-frame .indicadores-header .indicadores-pre-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #00bcfd;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .indicadores-frame .indicadores-header .indicadores-pre-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
.indicadores-frame .indicadores-no-return {
  background-image: url(./assets/img/arrow-left.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 32px;
  left: 32px;
  cursor: pointer;
  display: block;
}
.indicadores-frame #step-one,
.indicadores-frame #step-two,
.indicadores-frame #step-three {
  display: none;
}
@media (max-width: 768px) {
  .indicadores-frame #step-one,
  .indicadores-frame #step-two,
  .indicadores-frame #step-three {
    display: block;
  }
}