@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
 */

@-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 (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

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:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}.home-body{padding-top:40px}.home-body:before{content:"";position:absolute;width:100%;height:100%;top:0;opacity:.75;z-index:-1;background-image:url("../img/home-header-illustration.jpg");background-size:170%;background-repeat:no-repeat;background-position:center 50px}@media only screen and (min-width: 641px){.home-body{background-image:url("../img/home-header-illustration.jpg");background-repeat:no-repeat;background-size:1200px;background-position:center top}.home-body:before{display:none}}.home-header{padding-top:270px;text-align:center;margin-bottom:8.25em}.home-header-profile{width:55px;position:absolute;display:none}@media only screen and (min-width: 641px){.home-header-profile{display:block}}@media only screen and (min-width: 769px){.home-header-profile{width:85px}}.home-header-profile.consumer-01{top:106px;left:41%}.home-header-profile.consumer-02{top:80px;left:52%}.home-header-profile.consumer-03{top:86px;left:63%}.home-header-title{font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;color:#000;text-align:center;margin-top:-200px}.home-header-title::after{content:'';display:table;clear:both}.home-header-title span{display:block}.home-header-title span:first-child{font-size:1.75em;line-height:.98214em}.home-header-title span:last-child{font-size:2.5em;line-height:1.1em}@media only screen and (min-width: 641px){.home-header-title span:first-child{font-size:2.375em;line-height:.86842em}.home-header-title span:last-child{font-size:3.125em;line-height:1.32em}}.home-header-button{display:inline-block;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:300;text-transform:uppercase;padding:10px 20px;border-radius:3px;margin-top:.6875em;-moz-box-shadow:rgba(0,0,0,0.25) 0 1px 10px;-webkit-box-shadow:rgba(0,0,0,0.25) 0 1px 10px;box-shadow:rgba(0,0,0,0.25) 0 1px 10px;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s}.home-header-button:link,.home-header-button:visited{color:#fff;background-color:#00AEE2;text-decoration:none}.home-header-button:hover{-moz-transform:scale(1.05, 1.05);-ms-transform:scale(1.05, 1.05);-webkit-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05);color:#fff}.home-header-button:active{-moz-transform:scale(1.02, 1.02);-ms-transform:scale(1.02, 1.02);-webkit-transform:scale(1.02, 1.02);transform:scale(1.02, 1.02)}.home-header-laptop{display:block;margin:auto;width:70%;margin-top:1.375em}@media only screen and (min-width: 641px){.home-header-laptop{width:490px}}.home-blocks{width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;margin-bottom:2.75em}.home-blocks::after{content:'';display:table;clear:both}.home-block{display:flex;justify-content:space-between;align-items:center;flex-flow:row wrap;margin-bottom:2.75em}.home-block:nth-child(even){flex-direction:row}.home-block:nth-child(odd){flex-direction:row-reverse}@media only screen and (min-width: 641px){.home-block{flex-flow:row no-wrap;margin-bottom:0em}}.home-block-image{width:80%;margin:auto;margin-bottom:1.375em}.home-block-image img{width:100%}@media only screen and (min-width: 641px){.home-block-image{width:40%;margin-bottom:0em}}.home-block-content{width:100%;text-align:center;margin-bottom:1.375em}@media only screen and (min-width: 641px){.home-block-content{text-align:left;width:58%;margin-bottom:0em}}.home-block-title{font-size:1.5em;line-height:.91667em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;color:#000}@media only screen and (min-width: 376px){.home-block-title{font-size:2em;line-height:1.03125em}}.home-block-description{font-size:1.125em;line-height:1.22222em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:300;margin-top:.6875em}@media only screen and (min-width: 376px){.home-block-description{font-size:1.25em;line-height:1.21em}}.home-blog-posts-wrapper{width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;text-align:center;padding-bottom:1.375em}.home-blog-posts-wrapper::after{content:'';display:table;clear:both}.home-blog-posts-title{display:block;text-align:center;margin-bottom:1.03125em;display:block;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s;color:#000;font-size:1.375em;line-height:1.25em}@media only screen and (min-width: 641px){.home-blog-posts-title{font-size:2.125em;line-height:.97059em}}.home-blog-posts{margin-top:2.75em}.home-blog-posts-read-more{font-size:.625em;line-height:2.2em;text-transform:uppercase;color:#5D6F79;letter-spacing:.75px;margin-top:.6875em}.home-blog-posts-read-more:link,.home-blog-posts-read-more:visited{color:#5D6F79}.home-blog-posts-read-more:hover,.home-blog-posts-read-more:active{color:#00AEE2}.navbar{text-transform:uppercase;font-size:.75em;line-height:1.83333em;letter-spacing:1.33px;margin-bottom:0 !important;border:0 !important;padding-right:10px;position:fixed;width:100%;top:0;z-index:11;border-radius:0;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s;background:#fff}.navbar .navbar-collapse{text-align:right}.navbar .navbar-collapse.in{-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s;padding-right:45px}@media only screen and (min-width: 769px){.navbar{background-color:transparent}}.navbar.is-scrolling{box-shadow:0 0px 8px rgba(0,0,0,0.1);background:#fff}.nav li{position:relative}.nav li a{padding-left:10px;padding-right:10px}.nav li a:link,.nav li a:visited{color:#34444F;text-decoration:none;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s}.nav li a:hover,.nav li a:active,.nav li a:focus{background-color:#00AEE2;color:#fff}.nav li a.login:link,.nav li a.login:visited{color:#98AAB4}.nav li a.login:hover,.nav li a.login:active,.nav li a.login:focus{color:#fff}.nav li a.lang:link,.nav li a.lang:visited{color:#00AEE2}.nav li a.lang:hover,.nav li a.lang:active,.nav li a.lang:focus{background-color:#EBF1F4;color:#34444F}.nav li a span.active{border-bottom:1px solid #00AEE2;padding-bottom:5px}.about-body .nav li a span.active{border-bottom:1px solid #34444F}.about-body .nav li a:hover span.active{border-bottom:1px solid #00AEE2}.about-body .nav li a.login:link,.about-body .nav li a.login:visited{color:#34444F}.about-body .nav li a.login:hover,.about-body .nav li a.login:active,.about-body .nav li a.login:focus{color:#fff}.about-body .nav li a.lang:link,.about-body .nav li a.lang:visited{color:#34444F}.about-body .nav li a.lang:hover,.about-body .nav li a.lang:active,.about-body .nav li a.lang:focus{background-color:#EBF1F4;color:#34444F}.navbar-brand{width:80px !important;margin-top:10px;margin-left:40px !important;display:inline-block;padding:0;height:40px !important}.navbar-brand img{width:100%}.navbar-toggle{background:#fff}.navbar-toggle .icon-bar{background:#34444F}.navbar-collapse{padding-left:40px}.navbar-subnav{display:none}.navbar-subnav li a{display:block;padding:12px;border-right:1px solid #E6EEF0}@media only screen and (min-width: 769px){.navbar-subnav{position:absolute;background:#fff;box-shadow:0 0px 8px rgba(0,0,0,0.1);text-align:left}.navbar-subnav li a{border-right:0}}.main-footer{background:#00AEE2;color:#fff;padding:2em;font-size:.75em;line-height:1.83333em;min-height:150px;display:flex;flex-wrap:wrap;justify-content:flex-end}.main-footer a{color:#fff}.main-footer a:visited{color:#fff}.main-footer a:focus{color:#fff}.main-footer a:hover{color:#fff}.main-footer a:active{color:#fff}.main-footer a:hover{text-decoration:underline}@media only screen and (max-width: 639px){.main-footer{justify-content:center}}.main-footer .main-footer-logo{width:80px;height:27px;margin-right:auto;text-align:center}.main-footer .main-footer-logo img{width:80px}@media only screen and (max-width: 639px){.main-footer .main-footer-logo{width:100%;margin-bottom:2.75em}}.main-footer ul{width:130px}@media only screen and (max-width: 439px){.main-footer ul{width:100%;text-align:center;margin-bottom:1.03125em}}.main-footer .main-footer-title{font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;text-transform:uppercase}.main-footer footer{margin-top:2.75em;width:100%;display:flex;flex-wrap:wrap}.main-footer footer .main-footer-footer{width:50%}.main-footer footer .main-footer-footer:last-child{text-align:right}@media only screen and (max-width: 639px){.main-footer footer .main-footer-footer{width:100%}.main-footer footer .main-footer-footer:last-child{text-align:left}}.main-footer-social-icon{margin-left:5px;vertical-align:middle;display:inline-block}.main-footer-social-icon:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75);opacity:.75}.main-footer-social-icon img{width:18px;height:18px}.entries-header{padding-top:100px;text-align:center;margin-bottom:4.125em}.entries-header-title{display:block;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s;color:#000;font-size:1.375em;line-height:1.25em;font-size:2.125em;line-height:.97059em}@media only screen and (min-width: 641px){.entries-header-title{font-size:2.125em;line-height:.97059em}}.entries-wrapper{width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;padding-bottom:2.75em}.entries-wrapper::after{content:'';display:table;clear:both}.entries-block{margin-bottom:2.0625em}.entries-block-title{margin-top:.34375em;display:block;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s;color:#000;font-size:1.375em;line-height:1.25em}.entries-block-title:visited{color:#000}.entries-block-title:focus{color:#00AEE2}.entries-block-title:hover{color:#00AEE2}.entries-block-title:active{color:#00AEE2}@media only screen and (min-width: 641px){.entries-block-title{font-size:1.75em;line-height:1.25714em}}.entries-block-date{font-size:.8125em;line-height:1.69231em;color:#98AAB4;text-transform:uppercase;letter-spacing:1.2px}.entries-pagination{margin-top:1.375em;margin-bottom:1.375em;text-align:center}.pagination li a,.pagination li span,.pagination li span:hover{border-width:0 !important;color:#5D6F79 !important;border-radius:4px;margin:1px !important}.pagination .active span,.pagination .active span:hover{background-color:#98AAB4 !important;border-width:0 !important;border-radius:4px;color:#fff !important}.pagination .disabled span,.pagination .disabled span:hover{background-color:#fff !important;border-width:0 !important;color:#E6EEF0 !important}.pagination li:first-child a,.pagination li:first-child span{visibility:hidden}.pagination li:first-child a::before,.pagination li:first-child span::before{content:"←";visibility:visible;font-size:1.25em;line-height:1.1em}.pagination li:last-child a,.pagination li:last-child span{visibility:hidden}.pagination li:last-child a::after,.pagination li:last-child span::after{content:"→";visibility:visible;font-size:1.25em;line-height:1.1em}.entry-header{margin-top:1.375em;margin-bottom:1.375em;padding-top:2.75em;padding-bottom:2.75em;background:#E6EEF0}.entry-date{width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;font-size:.8125em;line-height:.84615em;color:#98AAB4;text-transform:uppercase;letter-spacing:1.2px;text-align:center;margin-bottom:1.375em}.entry-date::after{content:'';display:table;clear:both}.entry-title{font-size:2.875em;line-height:1.19565em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;color:#000}.entry-title::after{content:'';display:table;clear:both}.entry-meta{margin-bottom:4.125em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;color:#98AAB4;text-transform:uppercase;letter-spacing:1.2px;display:flex;align-items:center}.entry-meta::after{content:'';display:table;clear:both}.entry-content{width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;margin-bottom:4.125em;font-size:1.125em;line-height:1.65em}.entry-content::after{content:'';display:table;clear:both}.entry-content p{margin-bottom:1.375em}.entry-content h2{font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;font-size:1.5em;line-height:1.14583em;margin-bottom:.6875em}.entry-content h3{font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;font-size:1.25em;line-height:1.1em;margin-bottom:.6875em}.entry-content img{max-width:100%;margin-top:1.375em;margin-bottom:1.375em}.entry-top-nav{margin-top:5.5em;width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px}.entry-top-nav::after{content:'';display:table;clear:both}.entry-back-button{font-size:.625em;line-height:2.2em;text-transform:uppercase;color:#5D6F79;letter-spacing:.75px;margin-top:.6875em}.entry-back-button:link,.entry-back-button:visited{color:#5D6F79}.entry-back-button:hover,.entry-back-button:active{color:#00AEE2}.blog-header{padding-top:150px;text-align:center;margin-bottom:2.75em}.blog-header-title{display:block;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s;color:#000;font-size:1.375em;line-height:1.25em}@media only screen and (min-width: 641px){.blog-header-title{font-size:2.125em;line-height:.97059em}}.blog-categories-nav{text-transform:uppercase;font-size:.75em;line-height:1.83333em;letter-spacing:1.33px}.blog-categories-nav a{padding:1em}.blog-categories-nav a:link,.blog-categories-nav a:visited{color:#34444F;text-decoration:none;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s}.blog-categories-nav a:hover,.blog-categories-nav a:focus{background-color:#00AEE2;color:#fff}.blog-categories-nav a span.active{border-bottom:1px solid #00AEE2;padding-bottom:5px}.blog-featured-wrapper{background:#E6EEF0;margin-bottom:1.375em}.blog-featured{width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px}.blog-featured::after{content:'';display:table;clear:both}.blog-featured-inner{display:flex;justify-content:space-between;align-items:center;flex-flow:row wrap}.blog-featured-img{width:100%;display:block;background-color:#00AEE2}@media only screen and (min-width: 376px){.blog-featured-img{width:63%}}.blog-featured-img img{display:block;width:100%;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s}.blog-featured-img:hover img{opacity:.5}.blog-featured-content-wrapper{width:100%;margin-top:1.375em;margin-bottom:1.375em}@media only screen and (min-width: 376px){.blog-featured-content-wrapper{width:33%}}.blog-featured-title{margin-bottom:.34375em;display:block;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s;color:#000;font-size:1.375em;line-height:1.25em;color:#000}@media only screen and (min-width: 641px){.blog-featured-title{font-size:2.125em;line-height:.97059em}}.blog-featured-title:visited{color:#000}.blog-featured-title:focus{color:#00AEE2}.blog-featured-title:hover{color:#00AEE2}.blog-featured-title:active{color:#00AEE2}.blog-featured-content{font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:400;color:#34444F;font-size:.6875em;line-height:1.5em}@media only screen and (min-width: 641px){.blog-featured-content{font-size:1em;line-height:1.71875em}}.blog-featured-author{font-size:.625em;line-height:2.2em;text-transform:uppercase;color:#5D6F79;letter-spacing:.75px;margin-top:.6875em}.blog-featured-author:link,.blog-featured-author:visited{color:#5D6F79}.blog-featured-author:hover,.blog-featured-author:active{color:#00AEE2}.blog-posts-wrapper{width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;padding-bottom:2.75em}.blog-posts-wrapper::after{content:'';display:table;clear:both}.blog-posts-wrapper footer{text-align:center}.blog-posts-read-more{font-size:.625em;line-height:2.2em;text-transform:uppercase;color:#5D6F79;letter-spacing:.75px;margin-top:.6875em}.blog-posts-read-more:link,.blog-posts-read-more:visited{color:#5D6F79}.blog-posts-read-more:hover,.blog-posts-read-more:active{color:#00AEE2}.blog-posts-infographics-wrapper{padding-top:1.375em}.blog-posts{display:flex;flex-flow:row wrap;justify-content:space-between}.blog-posts-title{display:block;text-align:center;margin-bottom:1.03125em;display:block;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s;color:#000;font-size:1.375em;line-height:1.25em}@media only screen and (min-width: 641px){.blog-posts-title{font-size:2.125em;line-height:.97059em}}.blog-block{width:100%;margin-bottom:1.375em}@media only screen and (min-width: 376px){.blog-block{width:23%}}.blog-block-img{display:block;background-color:#00AEE2}.blog-block-img img{display:block;width:100%;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s}.blog-block-img:hover img{opacity:.5}.blog-block-title{font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;margin-top:.34375em;display:block;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s;color:#000;font-size:1em;line-height:1.375em}.blog-block-title:visited{color:#000}.blog-block-title:focus{color:#00AEE2}.blog-block-title:hover{color:#00AEE2}.blog-block-title:active{color:#00AEE2}@media only screen and (min-width: 641px){.blog-block-title{font-size:1.125em;line-height:1.22222em}}.blog-block-author{font-size:.625em;line-height:2.2em;text-transform:uppercase;color:#5D6F79;letter-spacing:.75px;margin-top:.6875em}.blog-block-content{font-size:.6875em;line-height:1.5em;color:#5c798d}@media only screen and (min-width: 641px){.blog-block-content{font-size:.8125em;line-height:1.43846em}}.blog-block-date{font-size:1.25em;line-height:2.2em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:300;color:#95abba}.blog-pagination{margin-top:1.375em;margin-bottom:1.375em;text-align:center}.pagination li a,.pagination li span,.pagination li span:hover{border-width:0 !important;color:#5D6F79 !important;border-radius:4px;margin:1px !important}.pagination .active span,.pagination .active span:hover{background-color:#98AAB4 !important;border-width:0 !important;border-radius:4px;color:#fff !important}.pagination .disabled span,.pagination .disabled span:hover{background-color:#fff !important;border-width:0 !important;color:#E6EEF0 !important}.pagination li:first-child a,.pagination li:first-child span{visibility:hidden}.pagination li:first-child a::before,.pagination li:first-child span::before{content:"←";visibility:visible;font-size:1.25em;line-height:1.1em}.pagination li:last-child a,.pagination li:last-child span{visibility:hidden}.pagination li:last-child a::after,.pagination li:last-child span::after{content:"→";visibility:visible;font-size:1.25em;line-height:1.1em}.post-infographic-header{margin-top:1.375em;margin-bottom:1.375em;padding-top:2.75em;padding-bottom:150px;background:#E6EEF0}.post-infographic-image{width:auto;max-width:780px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;margin-bottom:2.75em}.post-infographic-image::after{content:'';display:table;clear:both}.post-infographic-image img{width:100%;margin-top:-150px}.post-infographic-content{width:620px;margin-bottom:1.375em;font-size:1.25em;line-height:1.496em}@media only screen and (max-width: 919px){.post-infographic-content{width:auto;max-width:620px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:0;padding-right:0}.post-infographic-content::after{content:'';display:table;clear:both}}.post-infographic-content img{max-width:100%}.post-infographic-date{width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;font-size:.8125em;line-height:.84615em;color:#98AAB4;text-transform:uppercase;letter-spacing:1.2px;text-align:center;margin-bottom:1.375em}.post-infographic-date::after{content:'';display:table;clear:both}.post-article-header{margin-top:1.375em;margin-bottom:2.75em;padding-bottom:1.375em;background:#E6EEF0}.post-article-image{width:auto;max-width:780px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;margin-bottom:1.375em;margin-top:200px}.post-article-image::after{content:'';display:table;clear:both}.post-article-image img{width:100%;margin-top:-200px}.post-title{font-size:2.875em;line-height:1.19565em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;color:#000}.post-title::after{content:'';display:table;clear:both}.post-article-meta{margin-bottom:4.125em;width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;color:#98AAB4;text-transform:uppercase;letter-spacing:1.2px;display:flex;align-items:center}.post-article-meta::after{content:'';display:table;clear:both}.post-date{font-size:.8125em;line-height:.84615em}.post-author-text{margin-top:.6875em;display:flex;font-size:.625em;line-height:1.1em}.post-author-img{width:60px;height:60px;border-radius:50%;margin-right:20px}.post-content-wrapper{width:920px;margin:auto;display:flex;justify-content:space-between}@media only screen and (max-width: 919px){.post-content-wrapper{flex-direction:column;width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px}.post-content-wrapper::after{content:'';display:table;clear:both}}.post-content-wrapper-column{width:110px;padding-top:3px}.post-content-wrapper-column img{margin-bottom:.6875em;display:block;clear:both;float:right}.post-content-wrapper-column img:hover{cursor:pointer}@media only screen and (max-width: 919px){.post-content-wrapper-column{width:auto;max-width:620px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:0;padding-right:0}.post-content-wrapper-column::after{content:'';display:table;clear:both}.post-content-wrapper-column img{float:none;display:inline-block;margin:0 15px 20px 0}}.post-content{width:620px;margin-bottom:4.125em;font-size:1.125em;line-height:1.65em}@media only screen and (max-width: 919px){.post-content{width:auto;max-width:620px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:0;padding-right:0}.post-content::after{content:'';display:table;clear:both}}.post-content p{margin-bottom:1.375em}.post-content h2{font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;font-size:1.5em;line-height:1.14583em;margin-bottom:.6875em}.post-content h3{font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;font-size:1.25em;line-height:1.1em;margin-bottom:.6875em}.post-content img{max-width:100%;margin-top:1.375em;margin-bottom:1.375em}.post-top-nav{margin-top:5.5em}.post-back-button{font-size:.625em;line-height:2.2em;text-transform:uppercase;color:#5D6F79;letter-spacing:.75px;margin-top:.6875em}.post-back-button:link,.post-back-button:visited{color:#5D6F79}.post-back-button:hover,.post-back-button:active{color:#00AEE2}.post-bottom-nav{margin-bottom:1.375em}.post-top-nav,.post-bottom-nav{width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;display:flex;justify-content:space-between}.post-top-nav::after,.post-bottom-nav::after{content:'';display:table;clear:both}.post-top-nav a,.post-bottom-nav a{display:inline-block}.post-top-nav a:first-child,.post-bottom-nav a:first-child{margin-right:auto}.post-top-nav a:last-child,.post-bottom-nav a:last-child{margin-left:auto}.portraits-body{background-image:url("../img/canvas-header-illustration-small.jpg");background-size:300px;background-repeat:no-repeat;background-position:center 50px}@media only screen and (min-width: 641px){.portraits-body{background-image:url("../img/canvas-header-illustration.jpg");background-size:960px}}.portraits-body .navbar{background:#fff;box-shadow:0 0px 8px rgba(0,0,0,0.1)}.canvas{margin-top:2.75em}.canvas .title{color:#000;font-size:1.375em;line-height:1em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700}@media only screen and (min-width: 376px){.canvas .title{font-size:2em;line-height:1.20313em}}.canvas .subtitle{font-size:1.125em;line-height:1.22222em;margin-top:.34375em;margin-bottom:.34375em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:300;color:#00AEE2}@media only screen and (min-width: 376px){.canvas .subtitle{font-size:1.125em;line-height:1.46667em;text-transform:uppercase;letter-spacing:.8px}}.canvas-header{width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;margin-top:16.5em;margin-bottom:6.875em;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.canvas-header::after{content:'';display:table;clear:both}@media only screen and (min-width: 641px){.canvas-header{margin-top:6.875em}}.canvas-header-content{text-align:center;width:100%}@media only screen and (min-width: 641px){.canvas-header-content{text-align:left;width:50%}}.canvas-header-image{width:70%;margin:auto}@media only screen and (min-width: 641px){.canvas-header-image{width:40%;margin-right:0}}.canvas-header-title{font-size:1.625em;line-height:.84615em;color:#000;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700}@media only screen and (min-width: 376px){.canvas-header-title{font-size:2.625em;line-height:1.04762em}}.canvas-header-introduction{font-size:1.125em;line-height:1.52778em}.canvas-ticker{width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;margin-bottom:5.5em;text-align:center}.canvas-ticker::after{content:'';display:table;clear:both}.canvas-ticker .number{font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;font-size:6.25em;line-height:1.1em;color:#FFCE77}@media only screen and (max-width: 767px){.canvas-ticker .number{font-size:4em;line-height:.85938em}}@media only screen and (max-width: 639px){.canvas-ticker .number{font-size:3em;line-height:.91667em}}@media only screen and (max-width: 374px){.canvas-ticker .number{font-size:2.375em;line-height:.86842em}}.canvas-ticker .subtitle{font-size:2em;line-height:1.375em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:300;text-transform:uppercase;color:#98AAB4}@media only screen and (max-width: 639px){.canvas-ticker .subtitle{font-size:1.375em;line-height:2em}}.canvas-section-1{width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;text-align:center;margin-bottom:1.375em}.canvas-section-1::after{content:'';display:table;clear:both}.canvas-section-1-img{width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;margin-bottom:4.125em}.canvas-section-1-img::after{content:'';display:table;clear:both}.canvas-section-1-img img{width:100%}.canvas-section-2{text-align:center;background:#E6EEF0;position:relative;z-index:1;padding-top:4em;padding-bottom:200px}.canvas-section-2 .canvas-section-2-inner{width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;text-align:center}.canvas-section-2 .canvas-section-2-inner::after{content:'';display:table;clear:both}@media only screen and (min-width: medium1){.canvas-section-2{padding-left:4em;padding-right:4em}}.canvas-section-2-list{margin-top:1.375em;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.canvas-section-2-item{width:100%;display:inline-block;text-align:center;margin-bottom:1.03125em}@media only screen and (min-width: 376px){.canvas-section-2-item{width:48%}}.canvas-section-2-item img{width:50px;height:50px}.canvas-section-2-item .canvas-section-2-item-name{font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;font-size:1em;line-height:1.375em}.canvas-section-2-item .canvas-section-2-item-description{font-size:.875em;line-height:1.17857em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:300}.canvas-screenshots{text-align:center;width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;min-height:400px;position:relative;z-index:2;margin-top:-180px;margin-bottom:5.5em}.canvas-screenshots::after{content:'';display:table;clear:both}.canvas-screenshot-1,.canvas-screenshot-2{width:45%}.canvas-screenshot-3{width:45%;margin-top:-110px}.canvas-section-3{width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;text-align:center;margin-bottom:5.5em;display:flex;justify-content:space-between;flex-flow:row wrap}.canvas-section-3::after{content:'';display:table;clear:both}.canvas-section-3 header{width:100%;margin-bottom:1.375em}.canvas-section-3 .canvas-section-3-item{width:100%;margin-bottom:2.75em}@media only screen and (min-width: 641px){.canvas-section-3 .canvas-section-3-item{width:48%}}.canvas-section-3 .canvas-section-3-item img{width:100%;border-radius:4px}.canvas-section-3 .canvas-section-3-item h3{color:#000;font-size:1.25em;line-height:1.1em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;margin-top:.34375em;margin-bottom:.34375em}.canvas-section-3 .canvas-section-3-item p{font-size:.875em;line-height:1.17857em}.canvas-section-3 .canvas-section-3-item .button{margin-bottom:.6875em}.studies-body{background-image:url("../img/studies-header-illustration-small.jpg");background-size:300px;background-repeat:no-repeat;background-position:center 50px}@media only screen and (min-width: 641px){.studies-body{background-image:url("../img/studies-header-illustration.jpg");background-size:960px}}.studies-body .navbar{background:#fff;box-shadow:0 0px 8px rgba(0,0,0,0.1)}.studies{margin-top:2.75em}.studies .title{color:#000;font-size:1.375em;line-height:1em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700}@media only screen and (min-width: 376px){.studies .title{font-size:2em;line-height:1.20313em}}.studies .subtitle{font-size:1.125em;line-height:1.22222em;margin-top:.34375em;margin-bottom:.34375em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:300;color:#00AEE2}@media only screen and (min-width: 376px){.studies .subtitle{font-size:1.125em;line-height:1.46667em;text-transform:uppercase;letter-spacing:.8px}}.studies-header{width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;margin-top:16.5em;margin-bottom:6.875em;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.studies-header::after{content:'';display:table;clear:both}@media only screen and (min-width: 641px){.studies-header{margin-top:6.875em}}.studies-header-content{text-align:center;width:100%}@media only screen and (min-width: 641px){.studies-header-content{text-align:left;width:50%}}.studies-header-title{font-size:1.625em;line-height:.84615em;color:#000;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700}@media only screen and (min-width: 376px){.studies-header-title{font-size:2.625em;line-height:1.04762em}}.studies-header-introduction{font-size:1.125em;line-height:1.52778em}.studies-section-1{width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;text-align:center;margin-bottom:5.5em}.studies-section-1::after{content:'';display:table;clear:both}.studies-section-1 h3{color:#000;font-size:1.25em;line-height:1.1em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;margin-top:.34375em;margin-bottom:.34375em}.studies-section-1 p{font-size:.875em;line-height:1.17857em}.studies-section-2{text-align:center;background:#E6EEF0;position:relative;z-index:1;padding-top:4em;padding-bottom:200px}.studies-section-2 .studies-section-2-inner{width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;text-align:center}.studies-section-2 .studies-section-2-inner::after{content:'';display:table;clear:both}@media only screen and (min-width: medium1){.studies-section-2{padding-left:4em;padding-right:4em}}.studies-section-2-list{margin-top:1.375em;display:flex;justify-content:space-between;flex-wrap:wrap}.studies-section-2-item{width:100%;display:inline-block;text-align:center;margin-bottom:1.03125em}@media only screen and (min-width: 376px){.studies-section-2-item{width:30%}}.studies-section-2-item .studies-section-2-item-icon{display:block;margin:auto;width:50px;height:50px}.studies-section-2-item .studies-section-2-item-name{font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;font-size:1em;line-height:1.375em}.studies-section-2-item .studies-section-2-item-description{font-size:.75em;line-height:1.28333em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:300}.studies-screenshots{position:relative;z-index:2;text-align:center;width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;margin-top:-200px;margin-bottom:4.125em}.studies-screenshots::after{content:'';display:table;clear:both}.studies-screenshots img{width:85%}.studies-section-3{width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;text-align:center;margin-bottom:5.5em;display:flex;justify-content:space-between;flex-flow:row wrap}.studies-section-3::after{content:'';display:table;clear:both}.studies-section-3 header{width:100%;margin-bottom:1.375em}.studies-section-3 .studies-section-3-item{width:100%;margin-bottom:2.75em}@media only screen and (min-width: 641px){.studies-section-3 .studies-section-3-item{width:48%;margin-left:auto;margin-right:auto}}.studies-section-3 .studies-section-3-item img{width:100%;border-radius:4px}.studies-section-3 .studies-section-3-item h3{color:#000;font-size:1.25em;line-height:1.1em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;margin-top:.34375em;margin-bottom:.34375em}.studies-section-3 .studies-section-3-item p{font-size:.875em;line-height:1.17857em}.studies-section-3 .studies-section-3-item .button{margin-bottom:.6875em}.community{text-align:center;padding-top:2.75em;text-align:left;background-image:url("../img/community-header-illustration.jpg");background-size:140%;background-repeat:no-repeat;background-position:center 50px}@media only screen and (min-width: 641px){.community{background-position:center top;background-size:1250px}}.community .title{color:#000;font-size:1.375em;line-height:1em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700}@media only screen and (min-width: 376px){.community .title{font-size:2em;line-height:1.20313em}}.community .subtitle{font-size:1em;line-height:1.375em;margin-top:.34375em;margin-bottom:.34375em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:300;color:#00AEE2;text-transform:uppercase}@media only screen and (min-width: 376px){.community .subtitle{font-size:1.125em;line-height:1.46667em;letter-spacing:.8px}}@media only screen and (min-width: 376px){.community .title{font-size:2em;line-height:1.03125em}.community .subtitle{font-size:1.25em;line-height:1.375em}}.community-header{padding-top:40px}@media only screen and (min-width: 641px){.community-header{padding-top:100px;height:460px}}.community-download-button{display:inline-block;width:48% !important;max-width:140px !important}.community-download-button .img-button{width:100%}.community-header-inner{width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px}.community-header-inner::after{content:'';display:table;clear:both}.community-header-inner .community-header-title{font-size:1.375em;line-height:1em;margin-bottom:.34375em}@media only screen and (min-width: 376px){.community-header-inner .community-header-title{font-size:1.625em;line-height:1.05769em}}@media only screen and (min-width: 641px){.community-header-inner .community-header-title{font-size:2.375em;line-height:.92632em}}.community-header-inner .community-header-subtitle{color:#34444F;margin-bottom:1.375em;font-size:.875em;line-height:1.17857em}@media only screen and (min-width: 376px){.community-header-inner .community-header-subtitle{font-size:1.25em;line-height:1.32em}}.community-header-inner .community-header-content{width:60%}@media only screen and (min-width: 376px){.community-header-inner .community-header-content{margin-top:2.75em}}.community-header-inner .community-header-img{width:35%}.community-header-inner .community-header-img img{width:100%}.owl-carousel .owl-item img{width:initial}.owl-slide{display:flex}.owl-dots{margin-top:0 !important}.owl-dots button{outline:none !important}.community-block-1{margin-bottom:1.375em}.community-block-1 .community-block-1-inner{width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;text-align:center;padding-top:40px;padding-bottom:40px}.community-block-1 .community-block-1-inner::after{content:'';display:table;clear:both}@media only screen and (min-width: 641px){.community-block-1 .community-block-1-inner{padding-top:150px;padding-bottom:110px}}.community-block-1 .community-logos{display:flex;flex-flow:row wrap;justify-content:space-between;margin-top:1.375em}.community-block-1 .community-logos img{align-self:center;width:90px;height:auto;margin:5px}.community-block-2{background:#E6EEF0}.community-block-2-inner{width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;padding-top:2.75em;padding-bottom:2.75em}.community-block-2-inner::after{content:'';display:table;clear:both}.community-block-2-inner .community-block-2-text{width:100%;text-align:center}.community-block-2-inner .community-block-2-metrics{margin-top:1.375em;display:flex;flex-flow:row wrap;justify-content:space-around;text-align:center}.community-block-2-inner .community-block-2-metrics li{width:150px}.community-block-2-inner .community-block-2-metrics li .community-block-2-metrics-number{font-size:4.5em;line-height:.91667em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700}.community-block-2-inner .community-block-2-metrics li .community-block-2-metrics-unit{margin-top:.6875em;font-size:1em;line-height:1.375em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700}.community-block-2-inner .community-block-2-metrics li .community-block-2-metrics-name{text-transform:uppercase;font-size:.875em;line-height:1.57143em}.community-testimonials{margin-top:4.125em;margin-bottom:2.75em}.community-testimonials .community-testimonials-content{width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;text-align:center}.community-testimonials .community-testimonials-content::after{content:'';display:table;clear:both}.community-testimonials .community-opinion-list{margin-top:2.75em;display:flex;flex-flow:row wrap;justify-content:space-between}.community-testimonials .community-opinion{width:45%;min-width:255px;margin-left:auto;margin-right:auto;margin-bottom:2.0625em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:300;text-align:left}.community-testimonials .community-opinion:before{display:block;font-size:400%;content:"“";font-family:Georgia;height:1px;top:5px;margin-left:-0.5em;position:relative;color:#5D6F79}@media only screen and (min-width: 641px){.community-testimonials .community-opinion{margin-left:0;margin-right:0}}.community-download{margin-bottom:4.125em;width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;text-align:center}.community-download::after{content:'';display:table;clear:both}.community-download .title{margin-bottom:1.03125em}.community-download .community-download-button{width:180px !important}.about{background:-webkit-linear-gradient(90deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 90%, rgba(255,255,255,0.3) 100%),url("../img/about-us-header-illustration.jpg");background:-moz-linear-gradient(0deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 90%, rgba(255,255,255,0.3) 100%),url("../img/about-us-header-illustration.jpg");background:linear-gradient(0deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 90%,rgba(255,255,255,0.3) 100%),url("../img/about-us-header-illustration.jpg");background-size:140%;background-repeat:no-repeat;background-position:center 50px}@media only screen and (min-width: 641px){.about{background-position:center top;background-size:1100px}}.about .about-title{text-align:center;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;font-size:2.125em;line-height:1.29412em;color:#000;margin-bottom:.34375em}.about-header{height:600px}.about-dict-wrapper{height:600px;width:100%;display:flex;justify-content:space-between;align-items:flex-end}.about-dict{background:#310959;width:50%;padding:23px 27px 27px 27px;color:#fff}.about-dict .about-dict-inner{max-width:460px;margin-left:auto}.about-dict-milieu{font-size:1.625em;line-height:1.48077em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;letter-spacing:1.2px}.about-dict-noun{font-size:.875em;line-height:1.57143em;font-style:italic;letter-spacing:.6px}.about-dict-definition{font-size:.9375em;line-height:1.46667em;margin-bottom:.6875em;letter-spacing:.6px}.about-dict-source{text-align:right;font-size:.9375em;line-height:1.46667em;font-style:italic;letter-spacing:.6px}.about-company-wrapper{width:100%;display:flex;justify-content:space-between;margin-bottom:1.375em}.about-company-wrapper .about-company-title{text-align:left}.about-company-col-1{flex-basis:10%;flex-grow:1}.about-company-col-2{padding:30px;flex-basis:660px;flex-grow:0;font-size:1.125em;line-height:1.52778em}.about-company-col-3{flex-basis:10%;flex-grow:1}.about-company-description{flex-grow:0}.about-timeline-wrapper{background:#00AEE2}@media only screen and (max-width: 639px){.about-timeline-wrapper{display:none}}.about-timeline{padding-top:1.375em;width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;display:flex;flex-flow:row wrap}.about-timeline::after{content:'';display:table;clear:both}.about-timeline .about-timeline-title{width:50%;text-indent:150px;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;color:#81D6F0;margin-bottom:1.375em}.about-timeline .about-timeline-dates{width:20%;padding-right:15px;text-align:right;color:#34444F;font-size:.625em;line-height:1.98em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700}@media only screen and (max-width: 919px){.about-timeline .about-timeline-dates{width:10%;font-size:.5em;line-height:2.475em}}.about-timeline .about-timeline-events{width:30%;padding-left:15px;font-size:.875em;line-height:1.41429em;color:#fff;border-left:1px solid #fff}@media only screen and (max-width: 919px){.about-timeline .about-timeline-events{width:40%;font-size:.75em;line-height:1.65em}}.about-leadership{padding-top:1.375em}.about-leadership-members{width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;margin-top:1.375em;margin-bottom:1.375em;display:flex;flex-flow:row wrap;justify-content:space-between}.about-leadership-members::after{content:'';display:table;clear:both}.about-leadership-members .about-leadership-member{width:46%;text-align:center;margin-bottom:1.375em}.about-leadership-members .about-leadership-member .about-leadership-member-portrait{width:80%;border-radius:50%}.about-leadership-members .about-leadership-member .about-leadership-member-name{font-size:1.25em;line-height:1.375em;color:#000;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700}.about-leadership-members .about-leadership-member .about-leadership-member-job{font-size:.75em;line-height:1.375em;color:#00AEE2;text-transform:uppercase}.about-leadership-members .about-leadership-member .about-leadership-member-description{font-size:.875em;line-height:1.41429em}.about-team-wrapper{background:#F2F6F7;padding-top:1.375em;padding-bottom:2.75em}.about-team{margin-top:1.375em;width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;display:flex;flex-flow:row wrap;justify-content:space-between}.about-team::after{content:'';display:table;clear:both}.about-team .about-team-member{width:24%;text-align:center;margin-bottom:1.375em}@media only screen and (max-width: 639px){.about-team .about-team-member{width:31%}}.about-team .about-team-member .about-team-member-portrait{width:80%;border-radius:50%}.about-team .about-team-member .about-team-member-name{font-size:1.125em;line-height:1.1em;color:#000;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;margin-bottom:.34375em}.about-team .about-team-member .about-team-member-job{font-size:.625em;line-height:1.1em;color:#00AEE2;text-transform:uppercase}@media only screen and (max-width: 374px){.about-team .about-team-member .about-team-member-job{font-size:.5em;line-height:1.375em}}.about-offices{margin-top:1.375em;margin-bottom:1.375em;width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px}.about-offices::after{content:'';display:table;clear:both}.about-offices .about-offices-address{margin-top:4.125em;margin-bottom:1.375em}.about-offices .about-offices-address b{font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700}.about-offices .about-offices-map{margin-top:1.375em}.about-offices .about-offices-map iframe{filter:grayscale(100%);width:100%;height:350px}.contact{width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;margin-bottom:5.5em;padding-top:350px;background-image:url("../img/contact-us-header-illustration.jpg");background-size:80%;background-repeat:no-repeat;background-position:center 50px}.contact::after{content:'';display:table;clear:both}@media only screen and (min-width: 641px){.contact{background-position:center 50px;background-size:580px}}.contact-content{font-size:1.25em;line-height:1.375em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;margin-bottom:2.75em}.error-404{width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;padding-top:50px;text-align:center;margin-bottom:8.25em}.error-404::after{content:'';display:table;clear:both}.error-404 img{max-width:324px;margin-bottom:1.375em}.error-404 h2{font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;font-size:1.25em;line-height:2.2em}.luckydraw{padding-top:30px}.luckydraw img{max-width:100%}.luckydraw .img-intro{width:350px}.luckydraw .img-button{width:140px;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s}.luckydraw .img-button:hover{-moz-transform:scale(1.05, 1.05);-ms-transform:scale(1.05, 1.05);-webkit-transform:scale(1.05, 1.05);transform:scale(1.05, 1.05)}.luckydraw .page-content{text-align:center}.luckydraw .page-content h1{font-size:1.875em;line-height:1.46667em;color:#00AEE2;text-transform:uppercase;letter-spacing:.1em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:300}.luckydraw .page-content h2{font-size:1.875em;line-height:1.1em;margin-top:.34375em;margin-bottom:.34375em}@media only screen and (min-width: 376px){.luckydraw .page-content h2{font-size:2.875em;line-height:.95652em}}.luckydraw .page-content .luckydraw-info{background:#00AEE2;color:#fff;margin:auto;font-size:.875em;line-height:1.25714em;margin-top:1.375em;margin-bottom:1.375em;border-radius:3px;border-spacing:10px;border-collapse:separate}.luckydraw .page-content .luckydraw-info td{padding:.25em 1em}.luckydraw .page-content .small{font-size:.75em;line-height:1.375em;color:#5D6F79;margin-top:1.375em;margin-bottom:1.375em;color:#98AAB4}.rewards-body .navbar{background:#fff;box-shadow:0 0px 8px rgba(0,0,0,0.1)}.rewards{scroll-behavior:smooth;min-height:100%;margin-top:2.75em}.rewards .title{color:#000;font-size:1.375em;line-height:1em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700}@media only screen and (min-width: 376px){.rewards .title{font-size:2em;line-height:1.20313em}}.rewards .subtitle{font-size:1.125em;line-height:1.22222em;margin-top:.34375em;margin-bottom:.34375em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:300}@media only screen and (min-width: 376px){.rewards .subtitle{font-size:1.125em;line-height:1.46667em;text-transform:uppercase;letter-spacing:.8px}}.rewards-header{width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;padding-top:4.125em;margin-bottom:2.75em}.rewards-header::after{content:'';display:table;clear:both}@media only screen and (min-width: 641px){.rewards-header{margin-top:2.75em}}.rewards-header-title{font-size:1.625em;line-height:.84615em;color:#000;text-align:center;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700}@media only screen and (min-width: 376px){.rewards-header-title{font-size:2.625em;line-height:1.04762em}}.rewards-header-introduction{font-size:1.125em;line-height:1.52778em;text-align:center;margin-top:1.375em}.rewards-vouchers{background:#E6EEF0;margin-bottom:2.75em}.rewards-vouchers .rewards-vouchers-inner{width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px;display:flex;flex-wrap:wrap;justify-content:center;padding-top:1.375em;padding-bottom:1.375em}.rewards-vouchers .rewards-vouchers-inner::after{content:'';display:table;clear:both}@media only screen and (min-width: 376px){.rewards-vouchers .rewards-vouchers-inner{padding-top:4.125em;padding-bottom:4.125em}}@media only screen and (min-width: 769px){.rewards-vouchers .rewards-vouchers-inner{justify-content:space-between}}.rewards-vouchers .voucher{cursor:pointer;display:flex;justify-content:center;align-items:center;width:150px;height:75px;margin:10px;-moz-transition:all .2s;-o-transition:all .2s;-webkit-transition:all .2s;transition:all .2s;background-image:url("../img/voucher.png");background-size:100%;background-position:50% 50%;background-repeat:no-repeat}.rewards-vouchers .voucher:hover{-moz-transform:scale(1.1, 1.1);-ms-transform:scale(1.1, 1.1);-webkit-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1)}.rewards-vouchers .voucher img{max-width:55%;max-height:75%}@media only screen and (min-width: 376px){.rewards-vouchers .voucher{width:200px;height:100px}}.rewards-section-1{margin-bottom:4.125em;width:auto;max-width:920px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px}.rewards-section-1::after{content:'';display:table;clear:both}.rewards-section-1 .reward{display:none}.rewards-section-1 img{margin-right:20px;max-width:100%;margin-top:1.375em;vertical-align:top}@media only screen and (min-width: 376px){.rewards-section-1 img{max-width:300px}}.rewards-section-1 h3{font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700;font-size:1.25em;line-height:2.2em;margin-top:1.375em}.rewards-section-1 ul{list-style-type:disc;list-style-position:inside;margin-bottom:2.75em}html{font-size:100%;line-height:1.375em}*,*:before,*:after{margin:0;box-sizing:inherit}html,body{height:100%;box-sizing:border-box;color:#34444F;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:400}strong,b{font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700}em,i{font-style:italic}a{color:#00AEE2;text-decoration:none}a:visited{color:#00AEE2}a:focus{color:#000}a:hover{color:#000}a:active{color:#000}a:hover{text-decoration:none}.button{border-radius:4px;padding:.5em 1em;display:inline-block;font-size:.875em;line-height:1.57143em}.button:link,.button:visited{background:#00AEE2;color:#fff}.button:hover,.button:active{background:#34444F;color:#fff}.subscription{background:#EBF1F2;padding:20px}.subscription .button{background-color:#00AEE2 !important}.subscription .button:hover{background-color:#34444F !important}#mc_embed_signup .subscription-label{font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:300;font-size:1.5em;line-height:1.83333em}.page{width:auto;max-width:660px;float:none;display:block;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px}.page::after{content:'';display:table;clear:both}.verified{text-align:center;display:flex;align-items:center;justify-content:center;min-height:650px}.page-header{margin-top:80px}.page-header h1{font-size:2.1875em;line-height:1.25714em}.page-content ul{list-style-type:disc;list-style-position:outside;margin-top:1.375em;margin-bottom:1.375em;padding-left:2.2em}.page-content ol{text-indent:2.2em;list-style-position:inside}.page-content h2{font-size:1.5em;line-height:1.14583em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700}.page-content h3{font-size:1.25em;line-height:1.375em;font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700}.page-content h4{font-family:"Lato","Helvetica Neue",Arial,sans-serif;font-weight:700}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}