/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Base colors*/
/*  Media query variables */
/* 
 * Mobile landscape media query 
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/*  Media query mixins
   (min-width:1200px) */
/*  (min-width:992px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1200px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (max-width:1200px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (max-width:595px) */
/* (min-width:595px) */
/*  (max-width:480px) */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
     animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.coh .refresh_2018 {
  margin: 0;
  position: relative;
  font-family: "proxima-nova", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  /* Transition */
  /* Transition-delay  */
  /* Order  */
  /* Transform-origin */
  /* Transform */
  /* border-radius */
  /* Backface-visibility  */
  /* Box-shadow*/
  /* Animation */
  /* Fonts */
  /* Base colors*/
  /*  Media query variables */
  /* 
 * Mobile landscape media query 
 */
  /* (max-width: 480px) */
  /* (max-width: 767px) */
  /* (max-width: 595px) */
  /* (min-width: 596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (min-width: 768px), (max-width: 991px) */
  /*  Media query mixins
   (min-width:1200px) */
  /*  (min-width:992px) */
  /* (min-width:992px), (max-width: 1024px) */
  /* (min-width:992px), (max-width: 1200px) */
  /*  (min-width:768px), (max-width: 991px) */
  /*  (min-width:596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (max-width:1200px) */
  /* (max-width:991px) */
  /* (max-width:767px) */
  /* (max-width:595px) */
  /* (min-width:595px) */
  /*  (max-width:480px) */
  /* Transition */
  /* Transition-delay  */
  /* Order  */
  /* Transform-origin */
  /* Transform */
  /* border-radius */
  /* Backface-visibility  */
  /* Box-shadow*/
  /* Animation */
  /* Fonts */
  /* Base colors*/
  /*  Media query variables */
  /* 
 * Mobile landscape media query 
 */
  /* (max-width: 480px) */
  /* (max-width: 767px) */
  /* (max-width: 595px) */
  /* (min-width: 596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (min-width: 768px), (max-width: 991px) */
  /*  Media query mixins
   (min-width:1200px) */
  /*  (min-width:992px) */
  /* (min-width:992px), (max-width: 1024px) */
  /* (min-width:992px), (max-width: 1200px) */
  /*  (min-width:768px), (max-width: 991px) */
  /*  (min-width:596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (max-width:1200px) */
  /* (max-width:991px) */
  /* (max-width:767px) */
  /* (max-width:595px) */
  /* (min-width:595px) */
  /*  (max-width:480px) */
  /*
 * Buttons.
 */
  /*
 * Links.
 */
  /* button new animation */
  /*
 * Heading and Paragraph.
 */
  /*
 * Columns.
 */
  /*
 * Background Image.
 */
  /*
 * Vertical Align Middle.
 */
  /*
 * Text Alignment.
 */
  /*
 * Effects.
 */
  /*@import 'variables';*/
  /*  @import 'section/partner-logo';*/
  /* Transition */
  /* Transition-delay  */
  /* Order  */
  /* Transform-origin */
  /* Transform */
  /* border-radius */
  /* Backface-visibility  */
  /* Box-shadow*/
  /* Animation */
  /* Fonts */
  /* Base colors*/
  /*  Media query variables */
  /* 
 * Mobile landscape media query 
 */
  /* (max-width: 480px) */
  /* (max-width: 767px) */
  /* (max-width: 595px) */
  /* (min-width: 596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (min-width: 768px), (max-width: 991px) */
  /*  Media query mixins
   (min-width:1200px) */
  /*  (min-width:992px) */
  /* (min-width:992px), (max-width: 1024px) */
  /* (min-width:992px), (max-width: 1200px) */
  /*  (min-width:768px), (max-width: 991px) */
  /*  (min-width:596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (max-width:1200px) */
  /* (max-width:991px) */
  /* (max-width:767px) */
  /* (max-width:595px) */
  /* (min-width:595px) */
  /*  (max-width:480px) */
  /* Transition */
  /* Transition-delay  */
  /* Order  */
  /* Transform-origin */
  /* Transform */
  /* border-radius */
  /* Backface-visibility  */
  /* Box-shadow*/
  /* Animation */
  /* Fonts */
  /* Base colors*/
  /*  Media query variables */
  /* 
 * Mobile landscape media query 
 */
  /* (max-width: 480px) */
  /* (max-width: 767px) */
  /* (max-width: 595px) */
  /* (min-width: 596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (min-width: 768px), (max-width: 991px) */
  /*  Media query mixins
   (min-width:1200px) */
  /*  (min-width:992px) */
  /* (min-width:992px), (max-width: 1024px) */
  /* (min-width:992px), (max-width: 1200px) */
  /*  (min-width:768px), (max-width: 991px) */
  /*  (min-width:596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (max-width:1200px) */
  /* (max-width:991px) */
  /* (max-width:767px) */
  /* (max-width:595px) */
  /* (min-width:595px) */
  /*  (max-width:480px) */
  /* Transition */
  /* Transition-delay  */
  /* Order  */
  /* Transform-origin */
  /* Transform */
  /* border-radius */
  /* Backface-visibility  */
  /* Box-shadow*/
  /* Animation */
  /* Fonts */
  /* Base colors*/
  /*  Media query variables */
  /* 
 * Mobile landscape media query 
 */
  /* (max-width: 480px) */
  /* (max-width: 767px) */
  /* (max-width: 595px) */
  /* (min-width: 596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (min-width: 768px), (max-width: 991px) */
  /*  Media query mixins
   (min-width:1200px) */
  /*  (min-width:992px) */
  /* (min-width:992px), (max-width: 1024px) */
  /* (min-width:992px), (max-width: 1200px) */
  /*  (min-width:768px), (max-width: 991px) */
  /*  (min-width:596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (max-width:1200px) */
  /* (max-width:991px) */
  /* (max-width:767px) */
  /* (max-width:595px) */
  /* (min-width:595px) */
  /*  (max-width:480px) */
  /* Transition */
  /* Transition-delay  */
  /* Order  */
  /* Transform-origin */
  /* Transform */
  /* border-radius */
  /* Backface-visibility  */
  /* Box-shadow*/
  /* Animation */
  /* Fonts */
  /* Base colors*/
  /*  Media query variables */
  /* 
 * Mobile landscape media query 
 */
  /* (max-width: 480px) */
  /* (max-width: 767px) */
  /* (max-width: 595px) */
  /* (min-width: 596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (min-width: 768px), (max-width: 991px) */
  /*  Media query mixins
   (min-width:1200px) */
  /*  (min-width:992px) */
  /* (min-width:992px), (max-width: 1024px) */
  /* (min-width:992px), (max-width: 1200px) */
  /*  (min-width:768px), (max-width: 991px) */
  /*  (min-width:596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (max-width:1200px) */
  /* (max-width:991px) */
  /* (max-width:767px) */
  /* (max-width:595px) */
  /* (min-width:595px) */
  /*  (max-width:480px) */
  /* Transition */
  /* Transition-delay  */
  /* Order  */
  /* Transform-origin */
  /* Transform */
  /* border-radius */
  /* Backface-visibility  */
  /* Box-shadow*/
  /* Animation */
  /* Fonts */
  /* Base colors*/
  /*  Media query variables */
  /* 
 * Mobile landscape media query 
 */
  /* (max-width: 480px) */
  /* (max-width: 767px) */
  /* (max-width: 595px) */
  /* (min-width: 596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (min-width: 768px), (max-width: 991px) */
  /*  Media query mixins
   (min-width:1200px) */
  /*  (min-width:992px) */
  /* (min-width:992px), (max-width: 1024px) */
  /* (min-width:992px), (max-width: 1200px) */
  /*  (min-width:768px), (max-width: 991px) */
  /*  (min-width:596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (max-width:1200px) */
  /* (max-width:991px) */
  /* (max-width:767px) */
  /* (max-width:595px) */
  /* (min-width:595px) */
  /*  (max-width:480px) */
  /* Transition */
  /* Transition-delay  */
  /* Order  */
  /* Transform-origin */
  /* Transform */
  /* border-radius */
  /* Backface-visibility  */
  /* Box-shadow*/
  /* Animation */
  /* Fonts */
  /* Base colors*/
  /*  Media query variables */
  /* 
 * Mobile landscape media query 
 */
  /* (max-width: 480px) */
  /* (max-width: 767px) */
  /* (max-width: 595px) */
  /* (min-width: 596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (min-width: 768px), (max-width: 991px) */
  /*  Media query mixins
   (min-width:1200px) */
  /*  (min-width:992px) */
  /* (min-width:992px), (max-width: 1024px) */
  /* (min-width:992px), (max-width: 1200px) */
  /*  (min-width:768px), (max-width: 991px) */
  /*  (min-width:596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (max-width:1200px) */
  /* (max-width:991px) */
  /* (max-width:767px) */
  /* (max-width:595px) */
  /* (min-width:595px) */
  /*  (max-width:480px) */ }
  body.coh .refresh_2018 .btn-default, body.coh .refresh_2018 .btn-transparent {
    color: #FFFFFF;
    margin-top: 15px;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 0;
    font-weight: 700;
    border: solid 1px #95d600;
    letter-spacing: 0.025em;
    text-transform: capitalize;
    background-color: #95d600;
    overflow: hidden;
    padding: 6px 15px;
    min-width: 112px;
    border-radius: 20px;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }
    body.coh .refresh_2018 .btn-default:hover, body.coh .refresh_2018 .btn-transparent:hover {
      border-color: #6fb000; }
  body.coh .refresh_2018 .btn-transparent {
    border: solid 1px #FFFFFF;
    background-color: transparent; }
    body.coh .refresh_2018 .btn-transparent:hover {
      border-color: #FFFFFF; }
  body.coh .refresh_2018 button:focus {
    outline: none; }
  body.coh .refresh_2018 .link-text, body.coh .refresh_2018 .link-text-gray {
    padding: 0 10px;
    color: #FFFFFF;
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0.01em;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    body.coh .refresh_2018 .link-text:before, body.coh .refresh_2018 .link-text-gray:before {
      content: "[";
      position: absolute;
      left: 0;
      top: 0; }
    body.coh .refresh_2018 .link-text:after, body.coh .refresh_2018 .link-text-gray:after {
      content: "]";
      position: absolute;
      right: 0;
      top: 0; }
  body.coh .refresh_2018 .btn-default, body.coh .refresh_2018 .btn-transparent {
    padding: 0;
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  body.coh .refresh_2018 .btn-default::before, body.coh .refresh_2018 .btn-transparent::before {
    content: '';
    position: absolute;
    left: -50%;
    width: 200%;
    height: 200%;
    background: #6fb000;
    top: -50%;
    z-index: -1;
    -webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg); }
  body.coh .refresh_2018 .btn-default::before, body.coh .refresh_2018 .btn-transparent::before {
    background: #6fb000; }
  body.coh .refresh_2018 .btn-default > span.text, body.coh .refresh_2018 .btn-transparent > span.text {
    display: block; }
  body.coh .refresh_2018 .btn-default span.arrow, body.coh .refresh_2018 .btn-transparent span.arrow {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    color: #fff;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
    body.coh .refresh_2018 .btn-default span.arrow img, body.coh .refresh_2018 .btn-transparent span.arrow img {
      max-width: 20px;
      margin-top: 1px; }
  body.coh .refresh_2018 .btn-default > span.text, body.coh .refresh_2018 .btn-transparent > span.text,
  body.coh .refresh_2018 .btn-default span.arrow, body.coh .refresh_2018 .btn-transparent span.arrow {
    padding: 6px 15px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
       transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  body.coh .refresh_2018 .btn-default:hover::before, body.coh .refresh_2018 .btn-transparent:hover::before {
    -webkit-animation: anim-naira-1 0.3s forwards ease-in;
    -o-animation: anim-naira-1 0.3s forwards ease-in;
       animation: anim-naira-1 0.3s forwards ease-in; }

@-webkit-keyframes anim-naira-1 {
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }

@-o-keyframes anim-naira-1 {
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }

@keyframes anim-naira-1 {
  50% {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }

@-webkit-keyframes anim-naira-2 {
  50% {
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }

@-o-keyframes anim-naira-2 {
  50% {
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }

@keyframes anim-naira-2 {
  50% {
    -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg);
    transform: translate3d(0, 0%, 0) rotate3d(0, 0, 1, 0deg); } }
  body.coh .refresh_2018 .btn-default:hover, body.coh .refresh_2018 .btn-transparent:hover {
    background-color: #6fb000;
    -webkit-transition: background-color 0s 0.3s;
    -o-transition: background-color 0s 0.3s;
    transition: background-color 0s 0.3s; }
  body.coh .refresh_2018 .btn-default:hover span.arrow, body.coh .refresh_2018 .btn-transparent:hover span.arrow {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0); }
  body.coh .refresh_2018 .btn-default:hover > span.text, body.coh .refresh_2018 .btn-transparent:hover > span.text {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  body.coh .refresh_2018 * {
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: transparent; }
  body.coh .refresh_2018 a {
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif; }
    body.coh .refresh_2018 a:hover {
      outline: 0;
      text-decoration: none; }
  body.coh .refresh_2018 h1, body.coh .refresh_2018 h2, body.coh .refresh_2018 h3, body.coh .refresh_2018 h4, body.coh .refresh_2018 h5, body.coh .refresh_2018 h6, body.coh .refresh_2018 p,
  body.coh .refresh_2018 fieldset, body.coh .refresh_2018 form, body.coh .refresh_2018 label,
  body.coh .refresh_2018 table, body.coh .refresh_2018 tbody, body.coh .refresh_2018 tr, body.coh .refresh_2018 th, body.coh .refresh_2018 td,
  body.coh .refresh_2018 figure, body.coh .refresh_2018 section,
  body.coh .refresh_2018 audio, body.coh .refresh_2018 video, body.coh .refresh_2018 button {
    margin: 0;
    border: 0; }
  body.coh .refresh_2018 h4 {
    text-transform: none; }
  body.coh .refresh_2018 img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    border: 0; }
  body.coh .refresh_2018 .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1210px;
    position: relative; }
  body.coh .refresh_2018 .content-650 {
    max-width: 650px;
    margin: 0 auto; }
  body.coh .refresh_2018 .content-670 {
    max-width: 670px;
    margin: 0 auto; }
  body.coh .refresh_2018 .content-830 {
    max-width: 830px;
    margin: 0 auto; }
  body.coh .refresh_2018 section,
  body.coh .refresh_2018 .section {
    width: 100%;
    position: relative;
    float: left;
    padding: 100px 0;
    overflow: hidden; }
    @media (min-width: 992px) and (max-width: 1210px) {
      body.coh .refresh_2018 section,
      body.coh .refresh_2018 .section {
        padding: 80px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.coh .refresh_2018 section,
      body.coh .refresh_2018 .section {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.coh .refresh_2018 section,
      body.coh .refresh_2018 .section {
        padding: 30px 0; } }
  body.coh .refresh_2018 input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset; }
  body.coh .refresh_2018 header:after,
  body.coh .refresh_2018 .container:after,
  body.coh .refresh_2018 .wrapper:after,
  body.coh .refresh_2018 .column-wrapper:after,
  body.coh .refresh_2018 .grid-wrapper:after,
  body.coh .refresh_2018 .content-wrapper:after,
  body.coh .refresh_2018 .v-middle-wrapper:after,
  body.coh .refresh_2018 .col-outer:after {
    content: "";
    clear: both;
    display: block; }
  body.coh .refresh_2018 h1 {
    font-size: 90px;
    line-height: 1;
    font-family: "proxima-nova", sans-serif; }
    @media (min-width: 992px) and (max-width: 1210px) {
      body.coh .refresh_2018 h1 {
        font-size: 80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.coh .refresh_2018 h1 {
        font-size: 60px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.coh .refresh_2018 h1 {
        font-size: 50px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.coh .refresh_2018 h1 {
        font-size: 45px; } }
    @media (max-width: 480px) {
      body.coh .refresh_2018 h1 {
        font-size: 40px; } }
  body.coh .refresh_2018 h2 {
    font-size: 50px;
    line-height: 1.2;
    font-family: "proxima-nova", sans-serif; }
    @media (min-width: 992px) and (max-width: 1210px) {
      body.coh .refresh_2018 h2 {
        font-size: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.coh .refresh_2018 h2 {
        font-size: 36px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.coh .refresh_2018 h2 {
        font-size: 32px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.coh .refresh_2018 h2 {
        font-size: 28px; } }
    @media (max-width: 480px) {
      body.coh .refresh_2018 h2 {
        font-size: 24px; } }
  body.coh .refresh_2018 h3, body.coh .refresh_2018 .h3 {
    font-size: 30px;
    line-height: 1.2;
    font-family: "proxima-nova", sans-serif; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.coh .refresh_2018 h3, body.coh .refresh_2018 .h3 {
        font-size: 28px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.coh .refresh_2018 h3, body.coh .refresh_2018 .h3 {
        font-size: 24px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.coh .refresh_2018 h3, body.coh .refresh_2018 .h3 {
        font-size: 22px; } }
    @media (max-width: 480px) {
      body.coh .refresh_2018 h3, body.coh .refresh_2018 .h3 {
        font-size: 20px; } }
  body.coh .refresh_2018 h4 {
    font-size: 24px;
    line-height: 1;
    font-family: "proxima-nova", sans-serif; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.coh .refresh_2018 h4 {
        font-size: 22px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.coh .refresh_2018 h4 {
        font-size: 20px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.coh .refresh_2018 h4 {
        font-size: 20px; } }
    @media (max-width: 480px) {
      body.coh .refresh_2018 h4 {
        font-size: 18px; } }
  body.coh .refresh_2018 h5 {
    font-size: 20px;
    font-family: "proxima-nova", sans-serif;
    line-height: 1.2; }
    @media (min-width: 596px) and (max-width: 767px) {
      body.coh .refresh_2018 h5 {
        font-size: 18px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.coh .refresh_2018 h5 {
        font-size: 18px; } }
    @media (max-width: 480px) {
      body.coh .refresh_2018 h5 {
        font-size: 16px; } }
  body.coh .refresh_2018 h6 {
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
    line-height: 1.2; }
    @media (max-width: 767px) {
      body.coh .refresh_2018 h6 {
        font-size: 16px; } }
  body.coh .refresh_2018 p {
    font-size: 18px;
    line-height: 1.66;
    font-family: "proxima-nova", sans-serif; }
    @media (min-width: 596px) and (max-width: 767px) {
      body.coh .refresh_2018 p {
        font-size: 16px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.coh .refresh_2018 p {
        font-size: 16px; } }
    @media (max-width: 480px) {
      body.coh .refresh_2018 p {
        font-size: 14px; } }
  body.coh .refresh_2018 .col {
    width: 100%;
    float: left;
    position: relative; }
  body.coh .refresh_2018 .col-two {
    width: 50%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body.coh .refresh_2018 .col-two {
        width: 100%; } }
  body.coh .refresh_2018 .col-three {
    width: 33.33%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body.coh .refresh_2018 .col-three {
        width: 100%; } }
  body.coh .refresh_2018 .col-four {
    width: 25%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body.coh .refresh_2018 .col-four {
        width: 100%; } }
  body.coh .refresh_2018 .col-five {
    width: 20%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body.coh .refresh_2018 .col-five {
        width: 100%; } }
  body.coh .refresh_2018 .col-six {
    width: 16.66%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body.coh .refresh_2018 .col-six {
        width: 100%; } }
  body.coh .refresh_2018 .col-seven {
    width: 66.66%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body.coh .refresh_2018 .col-seven {
        width: 100%; } }
  body.coh .refresh_2018 .col-eight {
    width: 75%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body.coh .refresh_2018 .col-eight {
        width: 100%; } }
  body.coh .refresh_2018 .bg-img {
    overflow: hidden; }
  body.coh .refresh_2018 .v-middle-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3; }
  body.coh .refresh_2018 .v-middle-inner {
    display: table;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%; }
  body.coh .refresh_2018 .v-middle,
  body.coh .refresh_2018 .v-top,
  body.coh .refresh_2018 .v-bottom {
    display: table-cell;
    vertical-align: middle; }
  body.coh .refresh_2018 .v-top {
    vertical-align: top; }
  body.coh .refresh_2018 .v-bottom {
    vertical-align: bottom; }
  body.coh .refresh_2018 .text-left {
    text-align: left; }
  body.coh .refresh_2018 .text-right {
    text-align: right; }
  body.coh .refresh_2018 .text-center {
    text-align: center; }
  body.coh .refresh_2018 .left {
    float: left; }
  body.coh .refresh_2018 .right {
    float: right; }
  body.coh .refresh_2018 .no-padding {
    padding: 0 !important; }
  body.coh .refresh_2018 .no-padding-top {
    padding-top: 0 !important; }
  body.coh .refresh_2018 .no-padding-bottom {
    padding-bottom: 0 !important; }
  body.coh .refresh_2018 .zoom-in img {
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out; }
  body.coh .refresh_2018 .zoom-in:hover img {
    -o-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06); }
  body.coh .refresh_2018 .zoom-bg .bg-img img {
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out; }
  body.coh .refresh_2018 .zoom-bg:hover .bg-img img {
    -o-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06); }
  body.coh .refresh_2018 .blend-mode {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    mix-blend-mode: multiply; }
  body.coh .refresh_2018 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFFFFF;
    opacity: 1;
    font-size: 30px;
    font-weight: 700; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.coh .refresh_2018 ::-webkit-input-placeholder {
        font-size: 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.coh .refresh_2018 ::-webkit-input-placeholder {
        font-size: 25px; } }
    @media (max-width: 595px) {
      body.coh .refresh_2018 ::-webkit-input-placeholder {
        font-size: 22px; } }
  body.coh .refresh_2018 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF;
    opacity: 1;
    font-size: 30px;
    font-weight: 700; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.coh .refresh_2018 ::-moz-placeholder {
        font-size: 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.coh .refresh_2018 ::-moz-placeholder {
        font-size: 25px; } }
    @media (max-width: 595px) {
      body.coh .refresh_2018 ::-moz-placeholder {
        font-size: 22px; } }
  body.coh .refresh_2018 :-ms-input-placeholder {
    /* IE 10+ */
    color: #FFFFFF;
    opacity: 1;
    font-size: 30px;
    font-weight: 700; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.coh .refresh_2018 :-ms-input-placeholder {
        font-size: 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.coh .refresh_2018 :-ms-input-placeholder {
        font-size: 25px; } }
    @media (max-width: 595px) {
      body.coh .refresh_2018 :-ms-input-placeholder {
        font-size: 22px; } }
  body.coh .refresh_2018 :-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF;
    opacity: 1;
    font-size: 30px;
    font-weight: 700; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.coh .refresh_2018 :-moz-placeholder {
        font-size: 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.coh .refresh_2018 :-moz-placeholder {
        font-size: 25px; } }
    @media (max-width: 595px) {
      body.coh .refresh_2018 :-moz-placeholder {
        font-size: 22px; } }
  body.coh .refresh_2018 .text-white {
    color: #FFFFFF; }
  body.coh .refresh_2018 .bg-white {
    background-color: #FFFFFF; }
  body.coh .refresh_2018 .border-white {
    border-color: #FFFFFF !important; }
  body.coh .refresh_2018 .text-black {
    color: #000000; }
  body.coh .refresh_2018 .bg-black {
    background-color: #000000; }
  body.coh .refresh_2018 .border-black {
    border-color: #000000 !important; }
  body.coh .refresh_2018 .text-yellow {
    color: #ffe52b; }
  body.coh .refresh_2018 .bg-yellow {
    background-color: #ffe52b; }
  body.coh .refresh_2018 .border-yellow {
    border-color: #ffe52b !important; }
  body.coh .refresh_2018 .text-orange {
    color: #f37821; }
  body.coh .refresh_2018 .bg-orange {
    background-color: #f37821; }
  body.coh .refresh_2018 .border-orange {
    border-color: #f37821 !important; }
  body.coh .refresh_2018 .text-blue {
    color: #1389ca; }
  body.coh .refresh_2018 .bg-blue {
    background-color: #1389ca; }
  body.coh .refresh_2018 .border-blue {
    border-color: #1389ca !important; }
  body.coh .refresh_2018 .text-green {
    color: #95d600; }
  body.coh .refresh_2018 .bg-green {
    background-color: #95d600; }
  body.coh .refresh_2018 .border-green {
    border-color: #95d600 !important; }
  body.coh .refresh_2018 .text-grey {
    color: #758c92; }
  body.coh .refresh_2018 .bg-grey {
    background-color: #758c92; }
  body.coh .refresh_2018 .border-grey {
    border-color: #758c92 !important; }
  body.coh .refresh_2018 .text-light-grey {
    color: #f8f9f7; }
  body.coh .refresh_2018 .bg-light-grey {
    background-color: #f8f9f7; }
  body.coh .refresh_2018 .border-light-grey {
    border-color: #f8f9f7 !important; }
  body.coh .refresh_2018 .text-primary {
    color: #373935; }
  body.coh .refresh_2018 .bg-primary {
    background-color: #373935; }
  body.coh .refresh_2018 .border-primary {
    border-color: #373935 !important; }
  body.coh .refresh_2018 .text-dark-grey {
    color: #4f4e50; }
  body.coh .refresh_2018 .bg-dark-grey {
    background-color: #4f4e50; }
  body.coh .refresh_2018 .border-dark-grey {
    border-color: #4f4e50 !important; }
  body.coh .refresh_2018 .text-dark-blue {
    color: #0f5384; }
  body.coh .refresh_2018 .bg-dark-blue {
    background-color: #0f5384; }
  body.coh .refresh_2018 .border-dark-blue {
    border-color: #0f5384 !important; }
  body.coh .refresh_2018 .text-primary2 {
    color: #e5e5e4; }
  body.coh .refresh_2018 .bg-primary2 {
    background-color: #e5e5e4; }
  body.coh .refresh_2018 .border-primary2 {
    border-color: #e5e5e4 !important; }
  body.coh .refresh_2018 .hero-banner {
    height: 673px;
    overflow: hidden;
    z-index: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.coh .refresh_2018 .hero-banner {
        height: 600px; } }
    @media (max-width: 767px) {
      body.coh .refresh_2018 .hero-banner {
        height: 400px; } }
    body.coh .refresh_2018 .hero-banner .content-wrapper {
      max-width: 1000px;
      width: 100%;
      padding: 103px 33px 0px 10px;
      margin: 0 auto; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.coh .refresh_2018 .hero-banner .content-wrapper {
          max-width: 100%;
          padding: 100px 0px 0px 0px; } }
      @media (max-width: 767px) {
        body.coh .refresh_2018 .hero-banner .content-wrapper {
          max-width: 100%; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.coh .refresh_2018 .hero-banner .content-wrapper {
          padding: 90px 0 0; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.coh .refresh_2018 .hero-banner .content-wrapper {
          padding: 90px 0 0; } }
      @media (max-width: 480px) {
        body.coh .refresh_2018 .hero-banner .content-wrapper {
          padding: 90px 0 0; } }
      body.coh .refresh_2018 .hero-banner .content-wrapper h1 {
        color: #FFFFFF;
        font-weight: 100; }
      body.coh .refresh_2018 .hero-banner .content-wrapper h3 {
        color: #FFFFFF;
        font-weight: 300;
        max-width: 600px;
        width: 100%;
        line-height: 1.2;
        margin: 29px auto 13px; }
        @media (min-width: 992px) and (max-width: 1210px) {
          body.coh .refresh_2018 .hero-banner .content-wrapper h3 {
            margin: 25px auto 13px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.coh .refresh_2018 .hero-banner .content-wrapper h3 {
            margin: 20px auto 13px; } }
        @media (max-width: 767px) {
          body.coh .refresh_2018 .hero-banner .content-wrapper h3 {
            margin: 15px auto 13px;
            max-width: 100%; } }
    body.coh .refresh_2018 .hero-banner .bg-img img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 673px;
      width: 100%; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.coh .refresh_2018 .hero-banner .bg-img img {
          height: 600px; } }
      @media (max-width: 767px) {
        body.coh .refresh_2018 .hero-banner .bg-img img {
          height: 500px; } }
  body.coh .refresh_2018 .col-two-block .content-text {
    max-width: 510px;
    z-index: 1;
    margin-top: 8%; }
    @media (max-width: 991px) {
      body.coh .refresh_2018 .col-two-block .content-text {
        max-width: 100%;
        text-align: center;
        margin: 0;
        width: 100%; } }
    body.coh .refresh_2018 .col-two-block .content-text h2 {
      color: #4f4e50;
      font-weight: 100;
      margin-bottom: 22px;
      position: relative; }
      @media (max-width: 767px) {
        body.coh .refresh_2018 .col-two-block .content-text h2 {
          margin-bottom: 10px; } }
    body.coh .refresh_2018 .col-two-block .content-text .h3 {
      color: #758c92;
      line-height: 1.33;
      font-weight: 300;
      margin-bottom: 26px; }
      @media (max-width: 767px) {
        body.coh .refresh_2018 .col-two-block .content-text .h3 {
          margin: 0 auto 10px;
          max-width: 480px; } }
    body.coh .refresh_2018 .col-two-block .content-text a {
      margin-top: 13px; }
  body.coh .refresh_2018 .col-two-block .content-image {
    padding: 0;
    min-height: 545px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.coh .refresh_2018 .col-two-block .content-image {
        min-height: inherit;
        width: 100%;
        margin: 20px auto; } }
    @media (max-width: 767px) {
      body.coh .refresh_2018 .col-two-block .content-image {
        margin-top: 30px;
        min-height: 100%; } }
  body.coh .refresh_2018 .col-two-block .float-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.coh .refresh_2018 .col-two-block .float-img {
        left: 0 !important;
        top: 0;
        position: relative; } }
    @media (max-width: 767px) {
      body.coh .refresh_2018 .col-two-block .float-img {
        left: 0;
        top: 0;
        position: relative; } }
    body.coh .refresh_2018 .col-two-block .float-img img {
      max-height: 545px;
      max-width: 1020px;
      position: relative; }
      @media (min-width: 992px) and (max-width: 1210px) {
        body.coh .refresh_2018 .col-two-block .float-img img {
          left: 100%;
          -o-transform: translateX(-85%);
          -webkit-transform: translateX(-85%);
          transform: translateX(-85%); } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.coh .refresh_2018 .col-two-block .float-img img {
          max-width: 100%; } }
      @media (max-width: 767px) {
        body.coh .refresh_2018 .col-two-block .float-img img {
          max-width: 100%; } }
  body.coh .refresh_2018 .col-two-block.left-img .content-text {
    float: right;
    left: -70px; }
    @media (min-width: 992px) and (max-width: 1210px) {
      body.coh .refresh_2018 .col-two-block.left-img .content-text {
        left: 0;
        padding-left: 20px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.coh .refresh_2018 .col-two-block.left-img .content-text {
        left: 0; } }
    @media (max-width: 767px) {
      body.coh .refresh_2018 .col-two-block.left-img .content-text {
        padding: 0;
        left: 0; } }
  body.coh .refresh_2018 .col-two-block.left-img .float-img {
    left: -380px; }
    @media (min-width: 992px) and (max-width: 1210px) {
      body.coh .refresh_2018 .col-two-block.left-img .float-img {
        left: -20px; } }
    @media (max-width: 767px) {
      body.coh .refresh_2018 .col-two-block.left-img .float-img {
        left: 0; } }
  body.coh .refresh_2018 .col-two-block.right-img {
    background-position: 80% 0;
    background-size: 701px 336px;
    padding-top: 140px; }
    @media (min-width: 992px) and (max-width: 1210px) {
      body.coh .refresh_2018 .col-two-block.right-img {
        padding-top: 110px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.coh .refresh_2018 .col-two-block.right-img {
        padding-top: 80px; } }
    @media (max-width: 767px) {
      body.coh .refresh_2018 .col-two-block.right-img {
        background-size: 70%;
        padding: 30px 0; } }
    body.coh .refresh_2018 .col-two-block.right-img .gray-parallax {
      position: absolute; }
    body.coh .refresh_2018 .col-two-block.right-img .parallax {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 312px;
      height: 308px; }
      @media (max-width: 595px) {
        body.coh .refresh_2018 .col-two-block.right-img .parallax {
          width: 50%; } }
    body.coh .refresh_2018 .col-two-block.right-img .content-text {
      max-width: 420px; }
      @media (max-width: 991px) {
        body.coh .refresh_2018 .col-two-block.right-img .content-text {
          max-width: 100%; } }
    @media (min-width: 992px) and (max-width: 1210px) {
      body.coh .refresh_2018 .col-two-block.right-img .float-img img {
        left: 0;
        -o-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%); } }
  body.coh .refresh_2018 .tab-with-image {
    background-color: #f8f9f7; }
    body.coh .refresh_2018 .tab-with-image .title {
      width: 100%;
      padding: 0px 15px;
      text-align: center; }
      body.coh .refresh_2018 .tab-with-image .title h2 {
        font-weight: 100;
        margin: 7px 0px;
        color: #4f4e50; }
    body.coh .refresh_2018 .tab-with-image .tab-icon-wrap {
      margin: 48px 0px; }
      @media (max-width: 991px) {
        body.coh .refresh_2018 .tab-with-image .tab-icon-wrap {
          margin: 30px 0px 20px 0px; } }
      @media (max-width: 480px) {
        body.coh .refresh_2018 .tab-with-image .tab-icon-wrap {
          position: relative;
          height: 110px;
          margin: 30px 0px 0px; } }
      body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .col-four {
        text-align: center;
        width: 25%;
        padding: 0px 20px; }
        @media (min-width: 481px) and (max-width: 595px) {
          body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .col-four {
            padding: 0px 10px; } }
        @media (max-width: 480px) {
          body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .col-four {
            position: absolute;
            opacity: 0;
            padding: 0;
            left: 20px;
            width: calc(100% - 40px); } }
        @media (max-width: 480px) {
          body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .col-four.active {
            opacity: 1;
            position: relative; } }
        body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .col-four .icon-wrap {
          width: auto;
          display: inline-block;
          cursor: pointer; }
          body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .col-four .icon-wrap:hover .tab-icon {
            background: #373935;
            -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.3);
                    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.3); }
            @media (max-width: 991px) {
              body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .col-four .icon-wrap:hover .tab-icon {
                -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
                        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3); } }
            body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .col-four .icon-wrap:hover .tab-icon img {
              -webkit-transform: translateY(-50%);
                   -o-transform: translateY(-50%);
                      transform: translateY(-50%);
              top: 50%;
              -webkit-animation: toRightFromLeft 0.3s forwards;
              -o-animation: toRightFromLeft 0.3s forwards;
                 animation: toRightFromLeft 0.3s forwards; }
          body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .col-four .icon-wrap:hover h6 {
            color: #373935; }
          body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .col-four .icon-wrap .tab-icon {
            width: 95px;
            height: 95px;
            position: relative;
            overflow: hidden;
            margin: 0 auto 30px;
            border-radius: 50%;
            background-color: #f1f1f1;
            text-align: center;
            -webkit-transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
            transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
            -o-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
            transition: background 0.3s, color 0.3s, box-shadow 0.3s;
            transition: background 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s; }
            @media (max-width: 991px) {
              body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .col-four .icon-wrap .tab-icon {
                width: 65px;
                height: 65px;
                margin-bottom: 15px; } }
            body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .col-four .icon-wrap .tab-icon img {
              max-width: 44px;
              max-height: 40px;
              position: relative;
              -webkit-transform: translateY(-50%);
                   -o-transform: translateY(-50%);
                      transform: translateY(-50%);
              top: 50%; }
              @media (max-width: 991px) {
                body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .col-four .icon-wrap .tab-icon img {
                  max-width: 36px;
                  max-height: 30px; } }
          body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .col-four .icon-wrap h6 {
            color: #1389ca;
            font-weight: 500;
            margin: 10px 0px;
            text-transform: capitalize; }
            @media (min-width: 481px) and (max-width: 595px) {
              body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .col-four .icon-wrap h6 {
                font-size: 14px; } }
        body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .col-four.active .tab-icon {
          background-color: #373935; }
        body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .col-four.active h6 {
          color: #373935; }
      body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .prev {
        width: 15px;
        position: absolute;
        top: 16.6%;
        left: 20px;
        cursor: pointer;
        display: none; }
        @media (max-width: 480px) {
          body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .prev {
            display: block; } }
      body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .next {
        width: 15px;
        position: absolute;
        top: 16.6%;
        right: 20px;
        cursor: pointer;
        display: none; }
        @media (max-width: 480px) {
          body.coh .refresh_2018 .tab-with-image .tab-icon-wrap .next {
            display: block; } }
    body.coh .refresh_2018 .tab-with-image .tab-content-wrap {
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        body.coh .refresh_2018 .tab-with-image .tab-content-wrap {
          margin-top: 30px; } }
      body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content {
        opacity: 0;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0px; }
        body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content.active {
          position: relative;
          opacity: 1;
          z-index: 1; }
        body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content .tab-left {
          float: left;
          width: 100%;
          max-width: 513px;
          padding-top: 108px;
          padding-right: 100px; }
          @media (min-width: 992px) and (max-width: 1210px) {
            body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content .tab-left {
              padding-right: 80px; } }
          @media (max-width: 595px) {
            body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content .tab-left {
              padding-right: 0; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content .tab-left {
              padding-top: 60px;
              padding-right: 30px;
              max-width: 480px; } }
          @media (max-width: 480px) {
            body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content .tab-left {
              padding-top: 0; } }
          body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content .tab-left h3 {
            margin: 5px 0px 7px;
            color: #373935;
            font-weight: 300;
            text-transform: capitalize; }
          body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content .tab-left p {
            line-height: 1.68;
            color: #758c92;
            margin-bottom: 7px;
            font-weight: 500; }
        body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content .tab-right {
          position: relative;
          float: left;
          width: 100%;
          max-width: calc(100% - 513px);
          padding-top: 69px; }
          @media (min-width: 481px) and (max-width: 595px) {
            body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content .tab-right {
              padding-top: 30px;
              max-width: calc(100% - 480px); } }
          @media (max-width: 480px) {
            body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content .tab-right {
              display: none; } }
          body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content .tab-right .tab-image-1 {
            margin-top: 52px; }
            body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content .tab-right .tab-image-1 img {
              max-width: inherit;
              width: auto; }
          body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content .tab-right .tab-image-2 {
            position: absolute;
            top: 65px;
            right: 53px; }
            @media (max-width: 1210px) {
              body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content .tab-right .tab-image-2 {
                left: 90px; } }
            body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content .tab-right .tab-image-2 img {
              max-width: inherit;
              width: auto; }
          body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content .tab-right .tab-image-0 {
            position: absolute;
            top: 65px;
            right: 145px; }
            @media (max-width: 1210px) {
              body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content .tab-right .tab-image-0 {
                left: 90px; } }
            body.coh .refresh_2018 .tab-with-image .tab-content-wrap .tab-content .tab-right .tab-image-0 img {
              max-width: inherit;
              width: auto; }

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%, -50%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%); }
  51% {
    opacity: 1; } }

@-o-keyframes toRightFromLeft {
  49% {
    -o-transform: translate(100%, -50%);
       transform: translate(100%, -50%); }
  50% {
    opacity: 0;
    -o-transform: translate(-100%, -50%);
       transform: translate(-100%, -50%); }
  51% {
    opacity: 1; } }

@keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%, -50%);
         -o-transform: translate(100%, -50%);
            transform: translate(100%, -50%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%);
         -o-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%); }
  51% {
    opacity: 1; } }
  body.coh .refresh_2018 .product-cards {
    padding-bottom: 121px; }
    @media (min-width: 992px) and (max-width: 1210px) {
      body.coh .refresh_2018 .product-cards {
        padding-bottom: 80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.coh .refresh_2018 .product-cards {
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      body.coh .refresh_2018 .product-cards {
        padding-bottom: 30px; } }
    body.coh .refresh_2018 .product-cards .head-wrap h2 {
      width: 100%;
      float: left;
      margin: 10px 0px;
      font-weight: 100;
      color: #4f4e50;
      text-align: center; }
    body.coh .refresh_2018 .product-cards .head-wrap h3 {
      width: 100%;
      float: left;
      padding: 0px 20px;
      margin: 12px 0px 21px 0px;
      color: #758c92;
      font-weight: 300;
      text-align: center;
      line-height: 1.36; }
      @media (max-width: 480px) {
        body.coh .refresh_2018 .product-cards .head-wrap h3 {
          margin: 10px 0px; } }
    body.coh .refresh_2018 .product-cards .container {
      text-align: center; }
    body.coh .refresh_2018 .product-cards .box-wrap {
      margin: 115px auto 140px;
      float: none;
      width: auto;
      display: inline-block; }
      @media (min-width: 992px) and (max-width: 1210px) {
        body.coh .refresh_2018 .product-cards .box-wrap {
          width: calc(100% + 16px);
          margin: 94px 0px 100px -8px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.coh .refresh_2018 .product-cards .box-wrap {
          width: 100%;
          max-width: 710px;
          margin: 60px auto 45px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.coh .refresh_2018 .product-cards .box-wrap {
          width: calc(100% + 26px);
          margin: 82px 0px 75px -13px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.coh .refresh_2018 .product-cards .box-wrap {
          width: calc(100% + 26px);
          margin: 40px 0px 40px -13px; } }
      @media (max-width: 480px) {
        body.coh .refresh_2018 .product-cards .box-wrap {
          width: 100%;
          margin: 19px auto 10px; } }
      body.coh .refresh_2018 .product-cards .box-wrap .col-five {
        width: 215px;
        height: 215px;
        margin: 0px 13px;
        background-color: #f1f1f1;
        border-radius: 10px;
        z-index: 1;
        -webkit-transition: background-color .5s ease-in-out, border-radius .5s ease-in-out, z-index 0s ease-in-out .3s, -webkit-transform .5s ease-in-out;
        transition: background-color .5s ease-in-out, border-radius .5s ease-in-out, z-index 0s ease-in-out .3s, -webkit-transform .5s ease-in-out;
        -o-transition: background-color .5s ease-in-out, border-radius .5s ease-in-out, z-index 0s ease-in-out .3s, -o-transform .5s ease-in-out;
        transition: transform .5s ease-in-out, background-color .5s ease-in-out, border-radius .5s ease-in-out, z-index 0s ease-in-out .3s;
        transition: transform .5s ease-in-out, background-color .5s ease-in-out, border-radius .5s ease-in-out, z-index 0s ease-in-out .3s, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
        overflow: hidden;
        position: relative;
        display: inline-block;
        float: none; }
        @media (min-width: 992px) and (max-width: 1210px) {
          body.coh .refresh_2018 .product-cards .box-wrap .col-five {
            width: calc(20% - 16px);
            margin: 0px 8px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.coh .refresh_2018 .product-cards .box-wrap .col-five {
            width: calc(50% - 30px);
            margin: 10px 13px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.coh .refresh_2018 .product-cards .box-wrap .col-five {
            width: calc(50% - 30px);
            margin: 10px 13px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.coh .refresh_2018 .product-cards .box-wrap .col-five {
            width: calc(50% - 30px);
            margin: 10px 13px; } }
        @media (max-width: 480px) {
          body.coh .refresh_2018 .product-cards .box-wrap .col-five {
            width: 100%;
            margin: 10px auto;
            max-width: 400px;
            float: none; } }
        body.coh .refresh_2018 .product-cards .box-wrap .col-five .col-inner {
          cursor: pointer;
          height: 100%;
          padding: 20px;
          text-align: center; }
          @media (max-width: 1210px) {
            body.coh .refresh_2018 .product-cards .box-wrap .col-five .col-inner {
              padding: 20px 15px; } }
          body.coh .refresh_2018 .product-cards .box-wrap .col-five .col-inner .wrap-link {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            visibility: hidden;
            z-index: -1;
            -webkit-transition: all .8s ease-in-out;
            -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out; }
          body.coh .refresh_2018 .product-cards .box-wrap .col-five .col-inner .img-holder {
            min-height: 70px;
            max-height: 70px; }
            body.coh .refresh_2018 .product-cards .box-wrap .col-five .col-inner .img-holder img {
              margin: 25px 0px 24px 0px;
              -webkit-transition: all .5s ease-in-out;
              -o-transition: all .5s ease-in-out;
              transition: all .5s ease-in-out; }
          body.coh .refresh_2018 .product-cards .box-wrap .col-five .col-inner h6 {
            width: calc(100% - 40px);
            position: absolute;
            bottom: 48px;
            font-weight: 500;
            color: #1389ca;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out; }
            @media (max-width: 1210px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five .col-inner h6 {
                width: calc(100% - 20px); } }
            @media (max-width: 480px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five .col-inner h6 {
                font-size: 18px; } }
          body.coh .refresh_2018 .product-cards .box-wrap .col-five .col-inner .sub-title {
            position: absolute;
            width: calc(100% - 40px);
            bottom: 28px;
            font-size: 18px;
            font-weight: 500;
            color: #1389ca;
            display: block;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out; }
            @media (max-width: 1210px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five .col-inner .sub-title {
                width: calc(100% - 20px); } }
          body.coh .refresh_2018 .product-cards .box-wrap .col-five .col-inner .info {
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translateY(100px);
                 -o-transform: translateY(100px);
                    transform: translateY(100px);
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out; }
            body.coh .refresh_2018 .product-cards .box-wrap .col-five .col-inner .info p {
              font-weight: 400;
              color: #FFFFFF;
              line-height: 1.34;
              font-size: 10.54px;
              padding: 5px 0px 2px 0px; }
              @media (min-width: 481px) and (max-width: 595px) {
                body.coh .refresh_2018 .product-cards .box-wrap .col-five .col-inner .info p {
                  font-size: 11px; } }
              @media (max-width: 480px) {
                body.coh .refresh_2018 .product-cards .box-wrap .col-five .col-inner .info p {
                  font-size: 14px; } }
            body.coh .refresh_2018 .product-cards .box-wrap .col-five .col-inner .info a {
              color: #95d600;
              text-transform: capitalize;
              font-size: 8px;
              line-height: 1.4;
              letter-spacing: .1px;
              font-weight: 700;
              display: inline-block;
              position: relative;
              -webkit-backface-visibility: hidden;
                      backface-visibility: hidden; }
              body.coh .refresh_2018 .product-cards .box-wrap .col-five .col-inner .info a:before {
                content: "";
                position: absolute;
                z-index: 0;
                width: 100%;
                bottom: 0;
                background: #95d600;
                height: 1px;
                -webkit-transform: scaleX(0);
                -o-transform: scaleX(0);
                transform: scaleX(0);
                transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
                -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
                -o-transition: -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
                transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
                transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1), -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
                transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
                -webkit-transform-origin: right top;
                -o-transform-origin: right top;
                transform-origin: right top; }
              @media (min-width: 481px) and (max-width: 595px) {
                body.coh .refresh_2018 .product-cards .box-wrap .col-five .col-inner .info a {
                  font-size: 12px; } }
              @media (max-width: 480px) {
                body.coh .refresh_2018 .product-cards .box-wrap .col-five .col-inner .info a {
                  font-size: 14px; } }
        body.coh .refresh_2018 .product-cards .box-wrap .col-five:nth-child(1) img {
          height: 70px; }
        body.coh .refresh_2018 .product-cards .box-wrap .col-five:nth-child(2) img {
          height: 70px; }
        body.coh .refresh_2018 .product-cards .box-wrap .col-five:nth-child(3) img {
          max-height: 70px; }
        body.coh .refresh_2018 .product-cards .box-wrap .col-five:nth-child(4) img {
          height: 51px;
          margin: 38px 0px 24px 0px; }
        body.coh .refresh_2018 .product-cards .box-wrap .col-five:nth-child(5) img {
          height: 64px;
          margin: 31px 0px 24px 0px; }
        body.coh .refresh_2018 .product-cards .box-wrap .col-five.active {
          z-index: 9;
          -webkit-transform: scale(1.7, 1.7) translate3d(0, 0, 0);
                  transform: scale(1.7, 1.7) translate3d(0, 0, 0);
          background-color: #0f5384;
          border-radius: 5px;
          -webkit-transition: background-color .5s ease-in-out, border-radius .5s ease-in-out, z-index 0s ease-in-out .2s, -webkit-transform .5s ease-in-out;
          transition: background-color .5s ease-in-out, border-radius .5s ease-in-out, z-index 0s ease-in-out .2s, -webkit-transform .5s ease-in-out;
          -o-transition: background-color .5s ease-in-out, border-radius .5s ease-in-out, z-index 0s ease-in-out .2s, -o-transform .5s ease-in-out;
          transition: transform .5s ease-in-out, background-color .5s ease-in-out, border-radius .5s ease-in-out, z-index 0s ease-in-out .2s;
          transition: transform .5s ease-in-out, background-color .5s ease-in-out, border-radius .5s ease-in-out, z-index 0s ease-in-out .2s, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out; }
          @media (min-width: 992px) and (max-width: 1210px) {
            body.coh .refresh_2018 .product-cards .box-wrap .col-five.active {
              -webkit-transform: scale(1.53, 1.52) translate3d(0, 0, 0);
                      transform: scale(1.53, 1.52) translate3d(0, 0, 0); } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.coh .refresh_2018 .product-cards .box-wrap .col-five.active {
              -webkit-transform: scale(1.5, 1.5) translate3d(0, 0, 0);
                      transform: scale(1.5, 1.5) translate3d(0, 0, 0); } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.coh .refresh_2018 .product-cards .box-wrap .col-five.active {
              -webkit-transform: scale(1.7, 1.7) translate3d(0, 0, 0);
                      transform: scale(1.7, 1.7) translate3d(0, 0, 0); } }
          @media (max-width: 480px) {
            body.coh .refresh_2018 .product-cards .box-wrap .col-five.active {
              -webkit-transform: scale(1, 1.2) translate3d(0, 0, 0);
                      transform: scale(1, 1.2) translate3d(0, 0, 0); } }
          body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .wrap-link {
            visibility: visible;
            z-index: 2; }
          body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner img {
            -webkit-transform: translateY(-25px) scale(0.9, 0.9);
                 -o-transform: translateY(-25px) scale(0.9, 0.9);
                    transform: translateY(-25px) scale(0.9, 0.9); }
            @media (min-width: 992px) and (max-width: 1210px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner img {
                -webkit-transform: translateY(-35px) scale(0.7, 0.7);
                     -o-transform: translateY(-35px) scale(0.7, 0.7);
                        transform: translateY(-35px) scale(0.7, 0.7); } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner img {
                -webkit-transform: translateY(-35px) scale(0.8, 0.8);
                     -o-transform: translateY(-35px) scale(0.8, 0.8);
                        transform: translateY(-35px) scale(0.8, 0.8); } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner img {
                -webkit-transform: translateY(-32px) scale(0.8, 0.8);
                     -o-transform: translateY(-32px) scale(0.8, 0.8);
                        transform: translateY(-32px) scale(0.8, 0.8); } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner img {
                -webkit-transform: translateY(-32px) scale(0.9, 0.9);
                     -o-transform: translateY(-32px) scale(0.9, 0.9);
                        transform: translateY(-32px) scale(0.9, 0.9); } }
            @media (max-width: 480px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner img {
                -webkit-transform: translateY(-32px) scale(1, 0.8);
                     -o-transform: translateY(-32px) scale(1, 0.8);
                        transform: translateY(-32px) scale(1, 0.8); } }
          body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner h6 {
            color: #FFFFFF;
            -webkit-transform: translateY(-55px);
                 -o-transform: translateY(-55px);
                    transform: translateY(-55px);
            font-weight: 300; }
            @media (min-width: 992px) and (max-width: 1210px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner h6 {
                -webkit-transform: translateY(-65px) scale(0.9, 0.9);
                     -o-transform: translateY(-65px) scale(0.9, 0.9);
                        transform: translateY(-65px) scale(0.9, 0.9); } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner h6 {
                -webkit-transform: translateY(-62px) scale(1.1, 1.1);
                     -o-transform: translateY(-62px) scale(1.1, 1.1);
                        transform: translateY(-62px) scale(1.1, 1.1); } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner h6 {
                -webkit-transform: translateY(-65px) scale(1.2, 1.2);
                     -o-transform: translateY(-65px) scale(1.2, 1.2);
                        transform: translateY(-65px) scale(1.2, 1.2); } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner h6 {
                -webkit-transform: translateY(-60px) scale(1.2, 1.2);
                     -o-transform: translateY(-60px) scale(1.2, 1.2);
                        transform: translateY(-60px) scale(1.2, 1.2); } }
            @media (max-width: 480px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner h6 {
                -webkit-transform: translateY(-58px) scale(1.1, 0.9);
                     -o-transform: translateY(-58px) scale(1.1, 0.9);
                        transform: translateY(-58px) scale(1.1, 0.9); } }
          body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .sub-title {
            -webkit-transform: translateY(-65px) translate3d(0, 0, 0);
                    transform: translateY(-65px) translate3d(0, 0, 0);
            color: #FFFFFF;
            font-weight: 300;
            font-size: 10.54px; }
            @media (min-width: 992px) and (max-width: 1210px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .sub-title {
                -webkit-transform: translateY(-70px) scale(0.9, 0.9) translate3d(0, 0, 0);
                        transform: translateY(-70px) scale(0.9, 0.9) translate3d(0, 0, 0); } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .sub-title {
                -webkit-transform: translateY(-70px) scale(1.1, 1.1) translate3d(0, 0, 0);
                        transform: translateY(-70px) scale(1.1, 1.1) translate3d(0, 0, 0); } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .sub-title {
                -webkit-transform: translateY(-72px) scale(1.2, 1.2) translate3d(0, 0, 0);
                        transform: translateY(-72px) scale(1.2, 1.2) translate3d(0, 0, 0); } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .sub-title {
                -webkit-transform: translateY(-68px) scale(1.1, 1.1) translate3d(0, 0, 0);
                        transform: translateY(-68px) scale(1.1, 1.1) translate3d(0, 0, 0); } }
            @media (max-width: 480px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .sub-title {
                -webkit-transform: translateY(-68px) scale(1.2, 1) translate3d(0, 0, 0);
                        transform: translateY(-68px) scale(1.2, 1) translate3d(0, 0, 0); } }
          body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .info {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(36px) translate3d(0, 0, 0);
                    transform: translateY(36px) translate3d(0, 0, 0); }
            @media (min-width: 992px) and (max-width: 1210px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .info {
                -webkit-transform: translateY(20px) translate3d(0, 0, 0);
                        transform: translateY(20px) translate3d(0, 0, 0); } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .info {
                -webkit-transform: translateY(30px) translate3d(0, 0, 0);
                        transform: translateY(30px) translate3d(0, 0, 0); } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .info {
                -webkit-transform: translateY(30px) translate3d(0, 0, 0);
                        transform: translateY(30px) translate3d(0, 0, 0); } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .info {
                -webkit-transform: translateY(30px) translate3d(0, 0, 0);
                        transform: translateY(30px) translate3d(0, 0, 0); } }
            @media (max-width: 480px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .info {
                -webkit-transform: translateY(25px) translate3d(0, 0, 0);
                        transform: translateY(25px) translate3d(0, 0, 0); } }
            @media (min-width: 992px) and (max-width: 1210px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .info P {
                -webkit-transform: scale(0.9, 0.9) translate3d(0, 0, 0);
                        transform: scale(0.9, 0.9) translate3d(0, 0, 0); } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .info P {
                font-size: 12px;
                -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
                        transform: scale(1, 1) translate3d(0, 0, 0); } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .info P {
                font-size: 12px;
                -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
                        transform: scale(1, 1) translate3d(0, 0, 0); } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .info P {
                font-size: 11px;
                -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
                        transform: scale(1, 1) translate3d(0, 0, 0); } }
            @media (max-width: 480px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .info P {
                font-size: 14px;
                -webkit-transform: scale(1, 0.8) translate3d(0, 0, 0);
                        transform: scale(1, 0.8) translate3d(0, 0, 0); } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .info a {
                font-size: 11px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .info a {
                font-size: 11px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .info a {
                font-size: 10px; } }
            @media (max-width: 480px) {
              body.coh .refresh_2018 .product-cards .box-wrap .col-five.active .col-inner .info a {
                font-size: 12px;
                -webkit-transform: scale(1, 0.8);
                     -o-transform: scale(1, 0.8);
                        transform: scale(1, 0.8); } }
          body.coh .refresh_2018 .product-cards .box-wrap .col-five.active:hover a:before {
            -webkit-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transform-origin: left top;
            -o-transform-origin: left top;
            transform-origin: left top; }
        @media (max-width: 1399px) and (min-width: 1211px) {
          body.coh .refresh_2018 .product-cards .box-wrap .col-five:first-child.active {
            -webkit-transform: scale(1.7, 1.7) translateX(0px);
                 -o-transform: scale(1.7, 1.7) translateX(0px);
                    transform: scale(1.7, 1.7) translateX(0px); } }
        @media (min-width: 992px) and (max-width: 1210px) {
          body.coh .refresh_2018 .product-cards .box-wrap .col-five:first-child.active {
            -webkit-transform: scale(1.53, 1.52) translateX(0%);
                 -o-transform: scale(1.53, 1.52) translateX(0%);
                    transform: scale(1.53, 1.52) translateX(0%); } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.coh .refresh_2018 .product-cards .box-wrap .col-five:first-child.active {
            -webkit-transform: scale(1.3, 1.3) translateX(11.2%);
                 -o-transform: scale(1.3, 1.3) translateX(11.2%);
                    transform: scale(1.3, 1.3) translateX(11.2%); } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.coh .refresh_2018 .product-cards .box-wrap .col-five:first-child.active {
            -webkit-transform: scale(1.4, 1.4) translateX(14.5%);
                 -o-transform: scale(1.4, 1.4) translateX(14.5%);
                    transform: scale(1.4, 1.4) translateX(14.5%); } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.coh .refresh_2018 .product-cards .box-wrap .col-five:nth-child(2).active {
            -webkit-transform: scale(1.3, 1.3) translateX(-11.2%);
                 -o-transform: scale(1.3, 1.3) translateX(-11.2%);
                    transform: scale(1.3, 1.3) translateX(-11.2%); } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.coh .refresh_2018 .product-cards .box-wrap .col-five:nth-child(2).active {
            -webkit-transform: scale(1.4, 1.4) translateX(-14.5%);
                 -o-transform: scale(1.4, 1.4) translateX(-14.5%);
                    transform: scale(1.4, 1.4) translateX(-14.5%); } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.coh .refresh_2018 .product-cards .box-wrap .col-five:nth-child(3).active {
            -webkit-transform: scale(1.3, 1.3) translateX(11.2%);
                 -o-transform: scale(1.3, 1.3) translateX(11.2%);
                    transform: scale(1.3, 1.3) translateX(11.2%); } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.coh .refresh_2018 .product-cards .box-wrap .col-five:nth-child(3).active {
            -webkit-transform: scale(1.4, 1.4) translateX(14.5%);
                 -o-transform: scale(1.4, 1.4) translateX(14.5%);
                    transform: scale(1.4, 1.4) translateX(14.5%); } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.coh .refresh_2018 .product-cards .box-wrap .col-five:nth-child(4).active {
            -webkit-transform: scale(1.3, 1.3) translateX(-11.2%);
                 -o-transform: scale(1.3, 1.3) translateX(-11.2%);
                    transform: scale(1.3, 1.3) translateX(-11.2%); } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.coh .refresh_2018 .product-cards .box-wrap .col-five:nth-child(4).active {
            -webkit-transform: scale(1.4, 1.4) translateX(-14.5%);
                 -o-transform: scale(1.4, 1.4) translateX(-14.5%);
                    transform: scale(1.4, 1.4) translateX(-14.5%); } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.coh .refresh_2018 .product-cards .box-wrap .col-five:nth-child(odd).active {
            -webkit-transform: scale(1.3, 1.3) translateX(11.5%);
                 -o-transform: scale(1.3, 1.3) translateX(11.5%);
                    transform: scale(1.3, 1.3) translateX(11.5%); } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.coh .refresh_2018 .product-cards .box-wrap .col-five:nth-child(even).active {
            -webkit-transform: scale(1.3, 1.3) translateX(-11.5%);
                 -o-transform: scale(1.3, 1.3) translateX(-11.5%);
                    transform: scale(1.3, 1.3) translateX(-11.5%); } }
        @media (max-width: 1399px) and (min-width: 1211px) {
          body.coh .refresh_2018 .product-cards .box-wrap .col-five:last-child.active {
            -webkit-transform: scale(1.7, 1.7) translateX(0);
                 -o-transform: scale(1.7, 1.7) translateX(0);
                    transform: scale(1.7, 1.7) translateX(0); } }
        @media (min-width: 992px) and (max-width: 1210px) {
          body.coh .refresh_2018 .product-cards .box-wrap .col-five:last-child.active {
            -webkit-transform: scale(1.53, 1.52) translateX(0%);
                 -o-transform: scale(1.53, 1.52) translateX(0%);
                    transform: scale(1.53, 1.52) translateX(0%); } }
    body.coh .refresh_2018 .product-cards .card-link {
      width: 100%;
      float: left;
      margin-top: 115px;
      text-align: center; }
      @media (min-width: 992px) and (max-width: 1210px) {
        body.coh .refresh_2018 .product-cards .card-link {
          margin-top: 93px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.coh .refresh_2018 .product-cards .card-link {
          margin-top: 60px; } }
      @media (max-width: 767px) {
        body.coh .refresh_2018 .product-cards .card-link {
          margin-top: 30px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.coh .refresh_2018 .product-cards .card-link {
          margin-top: 81px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.coh .refresh_2018 .product-cards .card-link {
          margin-top: 38px; } }
      @media (max-width: 480px) {
        body.coh .refresh_2018 .product-cards .card-link {
          margin-top: 17px; } }
  body.coh .refresh_2018 .testimonial {
    height: 545px;
    background: #f37821; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.coh .refresh_2018 .testimonial {
        height: 475px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.coh .refresh_2018 .testimonial {
        height: 400px; } }
    @media (max-width: 595px) {
      body.coh .refresh_2018 .testimonial {
        height: 400px; } }
    body.coh .refresh_2018 .testimonial .col-outer {
      max-width: 990px;
      width: 100%;
      margin: 0 auto; }
      body.coh .refresh_2018 .testimonial .col-outer .testimonial-title {
        margin-bottom: 39px;
        margin-top: 2px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.coh .refresh_2018 .testimonial .col-outer .testimonial-title {
            margin-bottom: 28px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.coh .refresh_2018 .testimonial .col-outer .testimonial-title {
            margin-bottom: 20px; } }
        @media (max-width: 595px) {
          body.coh .refresh_2018 .testimonial .col-outer .testimonial-title {
            margin-bottom: 10px; } }
        body.coh .refresh_2018 .testimonial .col-outer .testimonial-title img {
          width: 343px;
          max-width: 100%; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.coh .refresh_2018 .testimonial .col-outer .testimonial-title img {
              width: 300px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.coh .refresh_2018 .testimonial .col-outer .testimonial-title img {
              width: 250px; } }
          @media (max-width: 595px) {
            body.coh .refresh_2018 .testimonial .col-outer .testimonial-title img {
              width: 200px; } }
      body.coh .refresh_2018 .testimonial .col-outer .img-box {
        width: 28%;
        float: left;
        position: relative;
        text-align: left;
        z-index: 1;
        margin-top: 10px; }
        @media (max-width: 767px) {
          body.coh .refresh_2018 .testimonial .col-outer .img-box {
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
            padding-left: 0; } }
        body.coh .refresh_2018 .testimonial .col-outer .img-box img {
          margin-right: 1px;
          height: 31px; }
          @media (min-width: 596px) and (max-width: 767px) {
            body.coh .refresh_2018 .testimonial .col-outer .img-box img {
              height: 25px; } }
          @media (max-width: 595px) {
            body.coh .refresh_2018 .testimonial .col-outer .img-box img {
              height: 21px; } }
        body.coh .refresh_2018 .testimonial .col-outer .img-box p {
          margin-top: 17px;
          color: #FFFFFF;
          padding-left: 13px; }
          @media (min-width: 596px) and (max-width: 767px) {
            body.coh .refresh_2018 .testimonial .col-outer .img-box p {
              margin-top: 12px; } }
          @media (max-width: 595px) {
            body.coh .refresh_2018 .testimonial .col-outer .img-box p {
              margin-top: 9px; } }
      body.coh .refresh_2018 .testimonial .col-outer .content-box {
        width: 72%;
        float: left;
        position: relative;
        text-align: left;
        padding-left: 14px;
        z-index: 1; }
        @media (max-width: 767px) {
          body.coh .refresh_2018 .testimonial .col-outer .content-box {
            width: 100%;
            text-align: center;
            padding-left: 0;
            padding-top: 10px; } }
        body.coh .refresh_2018 .testimonial .col-outer .content-box h3 {
          font-weight: 300;
          line-height: 1.34;
          letter-spacing: -0.014em;
          color: #FFFFFF;
          padding-bottom: 8px; }
        body.coh .refresh_2018 .testimonial .col-outer .content-box p {
          color: #FFFFFF;
          line-height: 2.22;
          margin-top: 2px; }
          @media (max-width: 767px) {
            body.coh .refresh_2018 .testimonial .col-outer .content-box p {
              line-height: 1.6; } }
        body.coh .refresh_2018 .testimonial .col-outer .content-box a {
          position: relative; }
          body.coh .refresh_2018 .testimonial .col-outer .content-box a.external-link {
            font-size: 14px;
            color: #FFFFFF;
            display: inline-block;
            margin-top: 8px;
            font-weight: 600;
            border: none; }
            body.coh .refresh_2018 .testimonial .col-outer .content-box a.external-link:before {
              content: "";
              position: absolute;
              z-index: 0;
              width: 100%;
              bottom: 0;
              background: #FFFFFF;
              height: 1px;
              -o-transform: scaleX(0);
              -webkit-transform: scaleX(0);
              transform: scaleX(0);
              transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
              -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
              -o-transition: -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
              transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
              transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1), -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
              transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
              -o-transform-origin: right top;
              -webkit-transform-origin: right top;
              transform-origin: right top; }
            body.coh .refresh_2018 .testimonial .col-outer .content-box a.external-link:after {
              content: '';
              position: absolute;
              background: url("/wp-content/themes/cohesity/refresh_2018/templates/dist/images/homepage/testimonial/external-link.png") no-repeat;
              top: 0;
              right: -28px;
              width: 17px;
              height: 17px; }
            body.coh .refresh_2018 .testimonial .col-outer .content-box a.external-link:hover:before {
              -webkit-transform: scale(1);
              -o-transform: scale(1);
              transform: scale(1);
              -webkit-transform-origin: left top;
              -o-transform-origin: left top;
              transform-origin: left top; }
        body.coh .refresh_2018 .testimonial .col-outer .content-box:before {
          content: '';
          position: absolute;
          width: 1px;
          height: 100%;
          background: #FFFFFF;
          top: 0;
          right: calc(100% - -43px); }
          @media (min-width: 768px) and (max-width: 991px) {
            body.coh .refresh_2018 .testimonial .col-outer .content-box:before {
              right: calc(100% - -15px); } }
          @media (max-width: 767px) {
            body.coh .refresh_2018 .testimonial .col-outer .content-box:before {
              width: calc(100% - 80px);
              height: 1px;
              top: 0;
              left: 40px; } }
    body.coh .refresh_2018 .testimonial .layer2 {
      position: relative;
      z-index: 0;
      width: 100%;
      height: 100%;
      top: 0; }
      body.coh .refresh_2018 .testimonial .layer2 .right-pattern {
        position: absolute;
        top: -74%;
        right: 0;
        z-index: 1; }
        @media (min-width: 992px) and (max-width: 1210px) {
          body.coh .refresh_2018 .testimonial .layer2 .right-pattern {
            right: -10%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.coh .refresh_2018 .testimonial .layer2 .right-pattern {
            right: -15%; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.coh .refresh_2018 .testimonial .layer2 .right-pattern {
            right: -30%; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.coh .refresh_2018 .testimonial .layer2 .right-pattern {
            right: -30%;
            width: 250px;
            height: 150px; } }
        @media (max-width: 480px) {
          body.coh .refresh_2018 .testimonial .layer2 .right-pattern {
            right: -30%;
            width: 200px;
            height: 150px; } }
      body.coh .refresh_2018 .testimonial .layer2 .left-pattern {
        position: absolute;
        top: -87%;
        left: 0;
        z-index: 1; }
        @media (min-width: 992px) and (max-width: 1210px) {
          body.coh .refresh_2018 .testimonial .layer2 .left-pattern {
            left: -10%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.coh .refresh_2018 .testimonial .layer2 .left-pattern {
            left: -20%; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.coh .refresh_2018 .testimonial .layer2 .left-pattern {
            left: -50%; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.coh .refresh_2018 .testimonial .layer2 .left-pattern {
            left: -50%;
            width: 400px;
            height: 200px; } }
        @media (max-width: 480px) {
          body.coh .refresh_2018 .testimonial .layer2 .left-pattern {
            left: -60%;
            width: 350px;
            height: 190px; } }
  body.coh .refresh_2018 .three-cards {
    padding: 110px 0 0; }
    @media (min-width: 992px) and (max-width: 1210px) {
      body.coh .refresh_2018 .three-cards {
        padding: 80px 0 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.coh .refresh_2018 .three-cards {
        padding: 40px 0 0; } }
    @media (max-width: 767px) {
      body.coh .refresh_2018 .three-cards {
        padding: 30px 0 0; } }
    body.coh .refresh_2018 .three-cards .container {
      max-width: 1237px; }
      body.coh .refresh_2018 .three-cards .container h2 {
        font-weight: 200;
        text-align: center;
        color: #4f4e50;
        margin-bottom: 37px; }
        @media (max-width: 767px) {
          body.coh .refresh_2018 .three-cards .container h2 {
            margin-bottom: 21px; } }
      body.coh .refresh_2018 .three-cards .container .column-wrapper {
        color: #FFFFFF; }
        @media (min-width: 596px) and (max-width: 767px) {
          body.coh .refresh_2018 .three-cards .container .column-wrapper {
            width: 50%;
            margin: 10px auto; } }
        @media (max-width: 595px) {
          body.coh .refresh_2018 .three-cards .container .column-wrapper {
            width: 100%;
            margin: 10px 0; } }
        body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three {
          width: calc(33.33% - 30px);
          margin: 0 15px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three {
              width: calc(33.33% - 20px);
              margin: 0 10px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three {
              width: 100%;
              margin: 10px 0; } }
          @media (max-width: 595px) {
            body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three {
              width: 100%;
              margin: 10px 0; } }
          body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .col-hover {
            height: 227px;
            overflow: hidden;
            border-radius: 5px;
            -webkit-transition: all 0.7s ease;
            -o-transition: all 0.7s ease;
            transition: all 0.7s ease; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .col-hover {
                height: 277px; } }
            body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .col-hover:hover {
              -o-transform: translate(0, -30px);
              -webkit-transform: translate(0, -30px);
              transform: translate(0, -30px); }
              @media (max-width: 767px) {
                body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .col-hover:hover {
                  -o-transform: translate(0);
                  -webkit-transform: translate(0);
                  transform: translate(0); } }
              body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .col-hover:hover .text-box .content h6:after {
                opacity: 1; }
          body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .bg-img {
            position: relative; }
            body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .bg-img img {
              -o-object-fit: cover;
                 object-fit: cover;
              height: 227px;
              width: 100%; }
              @media (min-width: 768px) and (max-width: 991px) {
                body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .bg-img img {
                  height: 277px; } }
          body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .text-box {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute; }
          body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .content {
            padding: 28px 20px 46px 32px;
            height: 100%; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .content {
                padding: 25px 15px 40px 25px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .content {
                padding: 25px 15px 35px 25px; } }
            @media (max-width: 595px) {
              body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .content {
                padding: 25px 15px 33px 25px; } }
            body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .content h6 {
              color: #FFFFFF;
              font-size: 14px;
              line-height: 1.2;
              font-weight: 700;
              text-align: left; }
              body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .content h6:after {
                content: '';
                top: 29px;
                bottom: 0;
                opacity: 0;
                width: 20px;
                height: 20px;
                margin-left: 10px;
                position: absolute;
                -webkit-transition: all 0.7s ease;
                -o-transition: all 0.7s ease;
                transition: all 0.7s ease;
                background: url("/wp-content/themes/cohesity/refresh_2018/templates/dist/images/homepage/three-cards/chevron.png");
                background-size: contain;
                background-repeat: no-repeat; }
                @media (min-width: 992px) and (max-width: 1210px) {
                  body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .content h6:after {
                    top: 29px; } }
                @media (min-width: 768px) and (max-width: 991px) {
                  body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .content h6:after {
                    top: 27px; } }
                @media (min-width: 596px) and (max-width: 767px) {
                  body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .content h6:after {
                    top: 26px; } }
                @media (max-width: 595px) {
                  body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .content h6:after {
                    top: 26px; } }
            body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .content span {
              color: #FFFFFF;
              font-size: 14px; }
            body.coh .refresh_2018 .three-cards .container .column-wrapper .col-three .content p {
              color: #FFFFFF;
              line-height: 1.34;
              text-align: left;
              margin-bottom: 2px;
              margin-top: 3px; }
  body.coh .refresh_2018.touch .three-cards .container .column-wrapper .col-three .col-hover:hover {
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0); }
  body.coh .refresh_2018 .our-customers {
    color: blue; }
  body.coh .refresh_2018 .col-three-block {
    overflow: visible;
    padding: 0; }
    @media (max-width: 767px) {
      body.coh .refresh_2018 .col-three-block {
        padding: 10px 0; } }
    body.coh .refresh_2018 .col-three-block .container {
      max-width: 1237px; }
      body.coh .refresh_2018 .col-three-block .container .column {
        position: relative;
        top: -114px;
        left: 0; }
        @media (max-width: 767px) {
          body.coh .refresh_2018 .col-three-block .container .column {
            top: 0; } }
        body.coh .refresh_2018 .col-three-block .container .column .column-wrapper {
          color: #FFFFFF; }
          @media (min-width: 596px) and (max-width: 767px) {
            body.coh .refresh_2018 .col-three-block .container .column .column-wrapper {
              width: 50%;
              margin: 10px auto; } }
          @media (max-width: 595px) {
            body.coh .refresh_2018 .col-three-block .container .column .column-wrapper {
              width: 100%;
              margin: 10px 0; } }
          body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three {
            width: calc(33.33% - 30px);
            margin: 0 15px;
            height: 227px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three {
                width: calc(33.33% - 20px);
                margin: 0 10px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three {
                width: 100%;
                margin: 10px 0; } }
            @media (max-width: 595px) {
              body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three {
                width: 100%;
                margin: 10px 0; } }
            body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .col-hover {
              overflow: hidden;
              border-radius: 5px;
              -webkit-transition: all 0.7s ease;
              -o-transition: all 0.7s ease;
              transition: all 0.7s ease; }
              body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .col-hover:hover {
                -o-transform: translate(0, -30px);
                -webkit-transform: translate(0, -30px);
                transform: translate(0, -30px); }
                @media (max-width: 767px) {
                  body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .col-hover:hover {
                    -o-transform: translate(0);
                    -webkit-transform: translate(0);
                    transform: translate(0); } }
                body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .col-hover:hover .text-box .content h6:after {
                  opacity: 1; }
              body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .col-hover.bg-primary2 .text-box .content h6 {
                color: #373935; }
                body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .col-hover.bg-primary2 .text-box .content h6:after {
                  background: url("/wp-content/themes/cohesity/refresh_2018/templates/dist/images/homepage/col-three-block/chevron_black.png");
                  background-size: contain;
                  background-repeat: no-repeat; }
              body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .col-hover.bg-primary2 .text-box .content p {
                color: #373935; }
            body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .bg-img {
              position: relative; }
              body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .bg-img .play-logo {
                position: absolute;
                top: 23px;
                right: 33px; }
                body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .bg-img .play-logo img {
                  height: auto;
                  width: auto; }
              body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .bg-img img {
                -o-object-fit: cover;
                   object-fit: cover;
                height: 227px;
                width: 100%; }
            body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .text-box {
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              position: absolute; }
              body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .text-box .content {
                padding: 28px 20px 33px 33px;
                height: 100%; }
                @media (min-width: 992px) and (max-width: 1210px) {
                  body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .text-box .content {
                    padding: 22px 20px 22px 20px; } }
                @media (min-width: 768px) and (max-width: 991px) {
                  body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .text-box .content {
                    padding: 20px 15px; } }
                @media (min-width: 596px) and (max-width: 767px) {
                  body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .text-box .content {
                    padding: 20px 15px; } }
                @media (max-width: 595px) {
                  body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .text-box .content {
                    padding: 20px; } }
                body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .text-box .content h6 {
                  color: #FFFFFF;
                  font-size: 14px;
                  line-height: 1.2;
                  font-weight: 700;
                  text-align: left; }
                  body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .text-box .content h6:after {
                    content: '';
                    top: 29px;
                    bottom: 0;
                    opacity: 0;
                    width: 20px;
                    height: 20px;
                    margin-left: 10px;
                    position: absolute;
                    -webkit-transition: all 0.7s ease;
                    -o-transition: all 0.7s ease;
                    transition: all 0.7s ease;
                    background: url("/wp-content/themes/cohesity/refresh_2018/templates/dist/images/homepage/col-three-block/chevron.png");
                    background-size: contain;
                    background-repeat: no-repeat; }
                    @media (min-width: 992px) and (max-width: 1210px) {
                      body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .text-box .content h6:after {
                        top: 23px; } }
                    @media (max-width: 991px) {
                      body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .text-box .content h6:after {
                        top: 21px; } }
                body.coh .refresh_2018 .col-three-block .container .column .column-wrapper .col-three .text-box .content p {
                  color: #FFFFFF;
                  line-height: 1.3;
                  text-align: left;
                  margin-bottom: 13px; }
  body.coh .refresh_2018.touch .col-three-block .container .column .column-wrapper .col-three .col-hover:hover {
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0); }
  body.coh .refresh_2018 .award-block {
    height: 520px;
    padding: 73px 0 0; }
    @media (min-width: 992px) and (max-width: 1210px) {
      body.coh .refresh_2018 .award-block {
        height: 400px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.coh .refresh_2018 .award-block {
        height: 300px;
        padding: 40px 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.coh .refresh_2018 .award-block {
        height: 300px;
        padding: 30px 0; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.coh .refresh_2018 .award-block {
        height: 300px;
        padding: 30px 0; } }
    @media (max-width: 480px) {
      body.coh .refresh_2018 .award-block {
        height: 350px;
        padding: 30px 0; } }
    body.coh .refresh_2018 .award-block .col-outer {
      text-align: left; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.coh .refresh_2018 .award-block .col-outer {
          padding-left: 10px; } }
      @media (max-width: 480px) {
        body.coh .refresh_2018 .award-block .col-outer {
          max-width: 263px;
          margin: 0 auto; } }
      body.coh .refresh_2018 .award-block .col-outer .col-four {
        width: calc(25% - 20px);
        margin: 0 10px;
        z-index: 1; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.coh .refresh_2018 .award-block .col-outer .col-four {
            width: calc(50% - 20px);
            margin: 10px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.coh .refresh_2018 .award-block .col-outer .col-four {
            width: calc(50% - 20px);
            margin: 10px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.coh .refresh_2018 .award-block .col-outer .col-four {
            width: calc(50% - 20px);
            margin: 10px; } }
        @media (max-width: 480px) {
          body.coh .refresh_2018 .award-block .col-outer .col-four {
            width: 100%;
            margin: 0 0 20px 0; } }
        body.coh .refresh_2018 .award-block .col-outer .col-four .trophy {
          width: 33px;
          height: 31px;
          float: left; }
        body.coh .refresh_2018 .award-block .col-outer .col-four .inner-content {
          position: relative;
          padding-left: 53px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.coh .refresh_2018 .award-block .col-outer .col-four .inner-content {
              padding-left: 45px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.coh .refresh_2018 .award-block .col-outer .col-four .inner-content {
              padding-left: 40px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.coh .refresh_2018 .award-block .col-outer .col-four .inner-content {
              padding-left: 40px; } }
          body.coh .refresh_2018 .award-block .col-outer .col-four .inner-content .title-img {
            margin-bottom: 11px;
            display: inline-block;
            width: 100%;
            max-width: 128px;
            height: 100%; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.coh .refresh_2018 .award-block .col-outer .col-four .inner-content .title-img {
                margin-bottom: 7px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.coh .refresh_2018 .award-block .col-outer .col-four .inner-content .title-img {
                margin-bottom: 5px;
                max-width: 120px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.coh .refresh_2018 .award-block .col-outer .col-four .inner-content .title-img {
                max-width: 90px;
                margin-bottom: 5px; } }
            @media (max-width: 480px) {
              body.coh .refresh_2018 .award-block .col-outer .col-four .inner-content .title-img {
                max-width: 85px;
                margin-bottom: 5px; } }
          body.coh .refresh_2018 .award-block .col-outer .col-four .inner-content h4 {
            font-weight: 400;
            line-height: 1.23;
            color: #373935; }
    body.coh .refresh_2018 .award-block .line {
      position: absolute;
      top: -2%;
      right: 24%;
      z-index: 0; }
      @media (min-width: 992px) and (max-width: 1210px) {
        body.coh .refresh_2018 .award-block .line {
          top: -18%;
          right: 19%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.coh .refresh_2018 .award-block .line {
          top: -44%;
          right: 25%;
          width: 60%; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.coh .refresh_2018 .award-block .line {
          top: -22%;
          right: 22%;
          width: 65%; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.coh .refresh_2018 .award-block .line {
          top: -9%;
          right: 21%;
          width: 65%; } }
      @media (max-width: 480px) {
        body.coh .refresh_2018 .award-block .line {
          top: 10%;
          right: 21%;
          width: 65%; } }
  body.coh .refresh_2018 .customer-logo {
    padding: 107px 0 115px; }
    @media (min-width: 992px) and (max-width: 1210px) {
      body.coh .refresh_2018 .customer-logo {
        padding: 80px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.coh .refresh_2018 .customer-logo {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.coh .refresh_2018 .customer-logo {
        padding: 30px 0; } }
    body.coh .refresh_2018 .customer-logo h2 {
      font-weight: 200;
      text-align: center;
      color: #4f4e50;
      margin-bottom: 24px; }
      @media (min-width: 596px) and (max-width: 767px) {
        body.coh .refresh_2018 .customer-logo h2 {
          margin-bottom: 15px; } }
      @media (max-width: 595px) {
        body.coh .refresh_2018 .customer-logo h2 {
          margin-bottom: 10px; } }
    body.coh .refresh_2018 .customer-logo .col-outer {
      text-align: center; }
      body.coh .refresh_2018 .customer-logo .col-outer .col-five {
        cursor: pointer;
        margin: 36px 0;
        display: table; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.coh .refresh_2018 .customer-logo .col-outer .col-five {
            width: 33.33%;
            margin-bottom: 15px;
            text-align: center; } }
        @media (max-width: 767px) {
          body.coh .refresh_2018 .customer-logo .col-outer .col-five {
            margin: 15px 0;
            text-align: center; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.coh .refresh_2018 .customer-logo .col-outer .col-five {
            width: 33.33%; } }
        @media (max-width: 595px) {
          body.coh .refresh_2018 .customer-logo .col-outer .col-five {
            width: calc(50% - 20px);
            margin: 15px 10px; } }
        body.coh .refresh_2018 .customer-logo .col-outer .col-five span {
          cursor: default;
          max-width: 140px;
          height: 75px;
          display: table-cell;
          vertical-align: middle;
          padding: 0 45px; }
          @media (max-width: 767px) {
            body.coh .refresh_2018 .customer-logo .col-outer .col-five span {
              padding: 0; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.coh .refresh_2018 .customer-logo .col-outer .col-five span img {
              max-width: 170px;
              max-height: 70px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.coh .refresh_2018 .customer-logo .col-outer .col-five span img {
              max-width: 130px;
              max-height: 70px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.coh .refresh_2018 .customer-logo .col-outer .col-five span img {
              max-width: 150px;
              max-height: 70px; } }
          @media (max-width: 480px) {
            body.coh .refresh_2018 .customer-logo .col-outer .col-five span img {
              max-width: 118px;
              max-height: 70px; } }
    body.coh .refresh_2018 .customer-logo .button-box {
      text-align: center; }
      body.coh .refresh_2018 .customer-logo .button-box a.btn-default, body.coh .refresh_2018 .customer-logo .button-box a.btn-transparent {
        margin-top: 16px; }

.video-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  z-index: 99;
  background: #000000;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.7) 0, rgba(15, 15, 15, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.7) 0, rgba(15, 15, 15, 0.9) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.7) 0, rgba(15, 15, 15, 0.9) 100%); }
  .video-overlay .video-container {
    max-width: 1000px;
    margin: auto;
    padding: 0 15px;
    position: relative; }
  .video-overlay iframe {
    width: 100%;
    position: relative;
    z-index: 2;
    border: none; }
  .video-overlay .close-video {
    position: absolute;
    right: 0;
    top: -30px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(/wp-content/themes/cohesity/refresh_2018/templates/dist/images/close.png);
    z-index: 99; }
  .video-overlay .video-container {
    position: relative;
    max-width: 1020px;
    width: 100%;
    margin: 0 auto !important; }

header.primary {
  z-index: 98 !important; }

body.coh a {
  border: none; }

html:not(.no-js) .wow {
  visibility: hidden;
  visibility: visible \9; }

html.no-js .wow {
  visibility: visible; }

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