@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap);

.mac .animated,
.win .animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

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

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .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 {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

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

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

@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {
    0% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes shake {
    0%,
    100% {
        -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 {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

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

@-webkit-keyframes 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)
    }
    100% {
        -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)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

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

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .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)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }
    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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }
    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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        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)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        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)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        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)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        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)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        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)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        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)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

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

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

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

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

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

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

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

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

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

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

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

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

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

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

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

@-webkit-keyframes fadeInUpShort {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpShort {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpShort {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
    0% {
        -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(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -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(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

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

@-webkit-keyframes flipInX {
    0% {
        -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)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -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)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

@-webkit-keyframes flipInY {
    0% {
        -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)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -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)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

@-webkit-keyframes flipOutX {
    0% {
        -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
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -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
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes flipOutY {
    0% {
        -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
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -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
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes lightSpeedIn {
    0% {
        -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
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -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
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

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

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

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

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

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

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

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        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 {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

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

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

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

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

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

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

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

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

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

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mac .animate,
.mac .animate2,
.win .animate,
.win .animate2 {
	filter: alpha(opacity=0);
    opacity: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .mac .animate,
.mac .animate2,
.win .animate,
.win .animate2 {
	filter: alpha(opacity=0);
    opacity: 1;
}
}

.ie8 .animate,
.ie8 .animate2,
.ie9 .animate,
.ie9 .animate2 {
	filter: alpha(opacity=100);
    opacity: 1
}

@font-face {
    font-family: proxima_nova_altblack;
    src: url("../fonts/Mark Simonson - Proxima Nova Alt Black-webfont.eot");
    src: url("../fonts/Mark Simonson - Proxima Nova Alt Black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Mark Simonson - Proxima Nova Alt Black-webfont.woff2") format("woff2"), url("../fonts/Mark Simonson - Proxima Nova Alt Black-webfont.woff") format("woff"), url("../fonts/Mark Simonson - Proxima Nova Alt Black-webfont.ttf") format("truetype"), url("../fonts/Mark Simonson - Proxima Nova Alt Black-webfont.svg#proxima_nova_altblack") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_nova_altbold;
    src: url("../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.eot");
    src: url("../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.woff2") format("woff2"), url("../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.woff") format("woff"), url("../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.ttf") format("truetype"), url("../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.svg#proxima_nova_altbold") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.eot");
    src: url("../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.woff") format("woff"), url("../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.ttf") format("truetype"), url("../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.svg#proxima_nova_altregular") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_nova_scosfthin;
    src: url("../fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.eot");
    src: url("../fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.woff2") format("woff2"), url("../fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.woff") format("woff"), url("../fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.ttf") format("truetype"), url("../fonts/Mark Simonson - Proxima Nova ScOsf Thin-webfont.svg#proxima_nova_scosfthin") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_nova_ltsemibold;
    src: url("../fonts/Mark Simonson - Proxima Nova Semibold-webfont.eot");
    src: url("../fonts/Mark Simonson - Proxima Nova Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Mark Simonson - Proxima Nova Semibold-webfont.woff2") format("woff2"), url("../fonts/Mark Simonson - Proxima Nova Semibold-webfont.woff") format("woff"), url("../fonts/Mark Simonson - Proxima Nova Semibold-webfont.ttf") format("truetype"), url("../fonts/Mark Simonson - Proxima Nova Semibold-webfont.svg#proxima_nova_ltsemibold") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: proxima_nova_ltthin;
    src: url("../fonts/Mark Simonson - Proxima Nova Thin-webfont.eot");
    src: url("../fonts/Mark Simonson - Proxima Nova Thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Mark Simonson - Proxima Nova Thin-webfont.woff2") format("woff2"), url("../fonts/Mark Simonson - Proxima Nova Thin-webfont.woff") format("woff"), url("../fonts/Mark Simonson - Proxima Nova Thin-webfont.ttf") format("truetype"), url("../fonts/Mark Simonson - Proxima Nova Thin-webfont.svg#proxima_nova_ltthin") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: eina01-lightitaliuploadedfile;
    src: url(../fonts/eina01-lightitalic-webfont.woff2) format("woff2"), url(../fonts/eina01-lightitalic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: eina01-regularuploaded_file;
    src: url(../fonts/eina01-regular-webfont.woff2) format("woff2"), url(../fonts/eina01-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: eina01-regularitauploadedfile;
    src: url(../fonts/eina01-regularitalic-webfont.woff2) format("woff2"), url(../fonts/eina01-regularitalic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: eina01-semibolduploaded_file;
    src: url(../fonts/eina01-semibold-webfont.woff2) format("woff2"), url(../fonts/eina01-semibold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: eina01-semiboldituploadedfile;
    src: url(../fonts/eina01-semibolditalic-webfont.woff2) format("woff2"), url(../fonts/eina01-semibolditalic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: eina01-bolduploaded_file;
    src: url(../fonts/eina01-bold-webfont.woff2) format("woff2"), url(../fonts/eina01-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: eina01-bolditalicuploadedfile;
    src: url(../fonts/eina01-bolditalic-webfont.woff2) format("woff2"), url(../fonts/eina01-bolditalic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: eina01-lightuploaded_file;
    src: url(../fonts/eina01-light-webfont.woff2) format("woff2"), url(../fonts/eina01-light-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Inter-Light;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/Inter-Light.woff2?v=3.13) format("woff2"), url(../fonts/Inter-Light.woff?v=3.13) format("woff")
}

@font-face {
    font-family: Inter-LightItalic;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/Inter-LightItalic.woff2?v=3.13) format("woff2"), url(../fonts/Inter-LightItalic.woff?v=3.13) format("woff")
}

@font-face {
    font-family: Inter-Regular;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Inter-Regular.woff2?v=3.13) format("woff2"), url(../fonts/Inter-Regular.woff?v=3.13) format("woff")
}

@font-face {
    font-family: Inter-Italic;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Inter-Italic.woff2?v=3.13) format("woff2"), url(../fonts/Inter-Italic.woff?v=3.13) format("woff")
}

@font-face {
    font-family: Inter-Medium;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Inter-Medium.woff2?v=3.13) format("woff2"), url(../fonts/Inter-Medium.woff?v=3.13) format("woff")
}

@font-face {
    font-family: Inter-MediumItalic;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Inter-MediumItalic.woff2?v=3.13) format("woff2"), url(../fonts/Inter-MediumItalic.woff?v=3.13) format("woff")
}

@font-face {
    font-family: Inter-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Inter-SemiBold.woff2?v=3.13) format("woff2"), url(../fonts/Inter-SemiBold.woff?v=3.13) format("woff")
}

@font-face {
    font-family: Inter-SemiBoldItalic;
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Inter-SemiBoldItalic.woff2?v=3.13) format("woff2"), url(../fonts/Inter-SemiBoldItalic.woff?v=3.13) format("woff")
}

@font-face {
    font-family: Inter-Bold;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Inter-Bold.woff2?v=3.13) format("woff2"), url(../fonts/Inter-Bold.woff?v=3.13) format("woff")
}

@font-face {
    font-family: Inter-BoldItalic;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Inter-BoldItalic.woff2?v=3.13) format("woff2"), url(../fonts/Inter-BoldItalic.woff?v=3.13) format("woff")
}

@font-face {
    font-family: Inter-ExtraBold;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/Inter-ExtraBold.woff2?v=3.13) format("woff2"), url(../fonts/Inter-ExtraBold.woff?v=3.13) format("woff")
}

@font-face {
    font-family: Inter-ExtraBoldItalic;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/Inter-ExtraBoldItalic.woff2?v=3.13) format("woff2"), url(../fonts/Inter-ExtraBoldItalic.woff?v=3.13) format("woff")
}

@font-face {
    font-family: Inter-Black;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/Inter-Black.woff2?v=3.13) format("woff2"), url(../fonts/Inter-Black.woff?v=3.13) format("woff")
}

@font-face {
    font-family: Inter-BlackItalic;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/Inter-BlackItalic.woff2?v=3.13) format("woff2"), url(../fonts/Inter-BlackItalic.woff?v=3.13) format("woff")
}

*,
dl,
ol,
ul {
    margin: 0;
    padding: 0
}

:focus,
dl:focus,
ol:focus,
ul:focus {
    outline: 0;
    box-shadow: none
}

.form-control:focus {
    outline: 0;
    box-shadow: none
}

body {
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #191a1b;
    overflow-x: hidden
}

@media (max-width:1024px) {
    body {
        font-size: 12px
    }
}

@media (max-width:992px) {
    body {
        font-size: 13px
    }
}

@media (max-width:767px) {
    body {
        font-size: 15px
    }
}

img {
    max-width: 100%
}

.loadjs {
    overflow: hidden
}

.section {
    padding: 5em 0
}

@media (max-width:992px) {
    .section {
        padding: 3em 0
    }
}

@media (max-width:767px) {
    .section {
        padding: 2em 0
    }
}

.container {
    max-width: 100%;
    padding: 0 1em
}

@media (min-width:767px) {
    .container {
        padding: 0 1em
    }
}

@media (min-width:992px) {
    .container {
        padding: 0 2em
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1600px;
        /*padding: 0*/
    }
    .hos-header .container,
    .footer--section .container {
        width: 100%;
        max-width: 1600px;
    }
}
.fusion-header-wrapper {
    display: none;
}
.hos-header .container,
.hero--section .container,
.powerful--section .container {
    overflow: visible
}

h1 {
    font-size: 5em;
    color: #191a1b;
    font-family: eina01-bolduploaded_file, sans-serif;
    margin-bottom: .45em;
    line-height: 1
}

@media (max-width:992px) {
    h1 {
        font-size: 3em
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 2em
    }
}

h2 {
    font-size: 3.25em;
    color: #191a1b;
    font-family: eina01-bolduploaded_file, sans-serif
}

@media (max-width:992px) {
    h2 {
        font-size: 2em
    }
}

h3 {
    font-size: 2.5em;
    color: #191a1b;
    font-family: eina01-bolduploaded_file, sans-serif
}

@media (max-width:992px) {
    h3 {
        font-size: 1.5em
    }
}

p {
    font-size: 1.25em;
    line-height: 32px;
    color: #191a1b;
    margin-bottom: 1.75em
}

@media (max-width:767px) {
    p {
        font-size: 1em;
        line-height: 30px
    }
}

a:hover {
    text-decoration: none
}

.pulse {
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #c42227;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(196, 34, 39, .67);
    animation: pulse 2s infinite;
    position: absolute;
    top: 13px;
    left: 9px
}

@media (max-width:1300px) {
    .pulse {
        width: 1.15em;
        height: 1.15em
    }
}

@media (max-width:767px) {
    .pulse {
        width: .8em;
        height: .8em
    }
}

.pulse:hover {
    animation: none
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(196, 34, 39, .4);
        box-shadow: 0 0 0 0 rgba(196, 34, 39, .4)
    }
    70% {
        -moz-box-shadow: 0 0 0 15px rgba(196, 34, 39, 0);
        box-shadow: 0 0 0 15px rgba(196, 34, 39, 0)
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(196, 34, 39, 0);
        box-shadow: 0 0 0 0 rgba(196, 34, 39, 0)
    }
}

.hos-header {
    position: absolute;
    z-index: 10;
    background: rgba(256,256,256,0.9);
    width: 100%
}

.hos-header:after {
    content: '';
    position: absolute;
    background: #f6f2fc;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    transition: .5s
}

.hos-header.sticky {
    position: fixed;
    z-index: 5
}

.hos-header.sticky:after {
    top: 0;
    transition: .5s
}

.header--wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 1.625em 0;
    position: relative;
    z-index: 1
}

.brand-logo {
    display: flex;
    align-items: center;
    position: relative
}

.brand-logo img {
    width: 280px
}

.brand-logo a {
    position: relative;
    display: inline-block;
    /* display: flex; */
    width: 500px;
}

.brand-logo svg {
    /*position: absolute;*/
    /*left: -.5em;*/
    /*width: 15em;*/
    /*height: 2.5em;*/
    /*top: .5em*/
}

@media (max-width:992px) {
    .brand-logo svg {
        left: -.55em;
        top: -.75em
    }
}

@media (max-width:767px) {
    .brand-logo svg {
        width: 11em;
        left: -.41em;
        top: -.95em
    }
}

.top--navigation {
    font-family: Inter-Semibold, Arial, sans-serif;
    margin-left: auto;
    display: flex
}

@media (max-width:992px) {
    .top--navigation {
        margin-left: 0;
        display: flex;
        position: fixed;
        height: 100%;
        width: 320px;
        background: #5c34cb;
        top: 0;
        right: -100%;
        transition: .7s;
        flex-flow: column;
        padding: 6em 0 0
    }
    .top--navigation.active {
        right: 0;
        transition: .7s
    }
    .top--navigation .sec--cta .anchor {
        width: 100%;
        margin-top: .75em;
        background: #fff
    }
    .top--navigation .sec--cta .anchor span {
        color: #000
    }
}

@media (max-width:767px) {
    .top--navigation {
        width: 100%
    }
}

.main__menu {
    display: flex;
    align-items: center
}

@media (max-width:992px) {
    .main__menu {
        align-items: flex-start
    }
}

.main__menu ul {
    display: flex;
    list-style-type: none
}

@media (max-width:992px) {
    .main__menu ul {
        display: block;
        width: 100%
    }
}

.main__menu .submenu__wrap {
    position: absolute;
    display: block;
    box-shadow: 0 0 5px #eae9e9;
    width: 16em;
    top: 150px;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    background: #fff
}

@media (max-width:992px) {
    .main__menu .submenu__wrap {
        position: static;
        visibility: visible;
        opacity: 1;
        width: 100%;
        margin-top: 1em;
        transition: unset;
        display: none
    }
}

.menu__item {
    padding-right: 3.75em
}

.menu__item.submenu {
    position: relative
}

.menu__item.submenu:after {
    content: '';
    position: absolute;
    right: 2.75em;
    top: 50%;
    border: solid #565758;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg) translate(0, -50%);
    transition: .7s
}

@media (max-width:992px) {
    .menu__item.submenu:after {
        position: absolute;
        margin-left: .5em;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        right: 30px;
        top: 25px
    }
}

.menu__item.submenu:hover .submenu__wrap {
    top: 30px;
    visibility: visible;
    opacity: 1
}

@media (max-width:992px) {
    .menu__item {
        padding: 1em 2em
    }
}

.menu__link {
    font-size: 1.125em;
    color: #191a1b;
    transition: .5s
}

.menu__link.signin {
    color: #5c34cb;
    font-family: eina01-bolduploaded_file, sans-serif
}

@media (max-width:992px) {
    .menu__link.signin {
        color: #fff
    }
}

.menu__link:hover {
    color: #c41318
}

@media (max-width:992px) {
    .menu__link {
        color: #fff;
        display: block
    }
    .menu__link:focus,
    .menu__link:hover {
        color: #fff
    }
}

.submenu__link {
    display: block;
    padding: 1em .75em;
    border-bottom: solid 1px #eae9e9;
    color: #191a1b
}

.submenu__item {
    position: relative
}

.submenu__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c41318;
    width: 0;
    transition: .4s
}

.submenu__item:hover span {
    color: #fff;
    position: relative;
    z-index: 1
}

.submenu__item:hover:before {
    width: 100%
}

.anchor {
    background: #5c34cb;
    color: #fff;
    font-family: Inter-Semibold, Arial, sans-serif;
    padding: .92em 1.7em;
    font-size: 1.125em;
    border: none;
    border-radius: 3px;
    position: relative;
    z-index: 0;
    display: table;
    margin: 0 auto
}

.anchor:after {
    content: '';
    background: #710193;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    border-radius: 3px;
    transition: .5s
}

.anchor.download {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 224px
}

.anchor i {
    margin: 0 .5em 0 0;
    position: relative;
    z-index: 5
}

.anchor span {
    position: relative;
    z-index: 1
}

.anchor span i svg {
    width: 1em;
    height: 1em;
    margin: -.5em .5em 0 0
}

.anchor span i svg circle,
.anchor span i svg path,
.anchor span i svg polygon,
.anchor span i svg rect {
    fill: #fff
}

.anchor:hover {
    color: #fff
}

.anchor:hover span {
    z-index: 1
}

.anchor:hover:after {
    width: 100%
}

@media (max-width:992px) {
    .anchor:hover:after {
        content: normal
    }
}

@media (max-width:767px) {
    .anchor {
        font-size: 1em
    }
}

.hero--section {
    position: relative;
    z-index: 0
}

.hero--section:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f6f2fc;
    width: 100%;
    z-index: -1;
    height: 38.2%
}

.banner__text {
    text-align: center;
    width: 62%;
    margin: 8em auto 4em
}

.banner__text .anchor {
    margin-bottom: .25em
}

.banner__text .anchor span {
    color: #fff
}

@media (max-width:992px) {
    .banner__text .anchor span {
        z-index: 0
    }
}

.banner__text span {
    font-size: .875em;
    color: #8a8a8c
}

@media (max-width:1100px) {
    .banner__text {
        margin: 5em auto 4em
    }
}

@media (max-width:992px) {
    .banner__text {
        width: 100%
    }
}

.tab__wrap {
    padding: 0 10em;
    width: 100%;
    position: relative
}

.tab__wrap .nav-tabs {
    border-bottom: 0;
    background: #fff;
    box-shadow: 0 0 40px #eae9e9
}

.tab__wrap .nav-item {
    width: 33.3%;
    border-right: solid 1px #e5e5e5
}

.tab__wrap .nav-item:last-child {
    border-right: 0
}

@media (max-width:767px) {
    .tab__wrap .nav-item {
        width: 100%
    }
}

.tab__wrap .nav-link {
    padding: 3.4375em 3.75em;
    border: 0;
    border-radius: 0;
    position: relative
}

.tab__wrap .nav-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #5c34cb;
    height: 2px;
    width: 0;
    transition: .5s
}

.tab__wrap .nav-link.active,
.tab__wrap .nav-link:hover {
    border: 0
}

.tab__wrap .nav-link.active:before,
.tab__wrap .nav-link:hover:before {
    width: 100%
}

.tab__wrap .nav-link.active .tab__title h2,
.tab__wrap .nav-link:hover .tab__title h2 {
    color: #5c34cb
}

@media (max-width:992px) {
    .tab__wrap .nav-link {
        padding: 1.5em
    }
}

@media (max-width:767px) {
    .tab__wrap .nav-link {
        padding: .75em 1.25em
    }
    .tab__wrap .nav-link p {
        display: none
    }
    .tab__wrap .nav-link.active p {
        display: block
    }
}

@media (max-width:1100px) {
    .tab__wrap {
        padding: 0 7em
    }
}

@media (max-width:767px) {
    .tab__wrap {
        padding: 0
    }
}

@media (max-width:1100px) {
    .tab__wrap.content__tabs {
        padding: 0
    }
}

.tab__browser {
    box-shadow: 0 17px 40px #eae9e9
}

.browser__head img {
    width: 100%;
    height: auto
}

.video__section {
    margin-bottom: 5em
}

.video__section #content {
    width: inherit;
    float: none;
    min-height: inherit
}
.video__section img,
.video__section video {
    width: 100%;
    height: auto
}

.video__section .tab-content .tab-pane {
    transition: .3s
}

    .video__section .tab-content .tab-pane.container {
        padding:0;
    }

@media (max-width:767px) {
    .video__section {
        margin-bottom: 2em
    }
}

.plants__icon {
    position: absolute;
    left: -1.5em;
    bottom: -2em;
    width: 12.5em;
    height: 22.75em
}

.plants__icon img {
    width: 100%;
    height: 100%
}

@media (max-width:1100px) {
    .plants__icon {
        width: 9.5em;
        height: 18.75em
    }
}

@media (max-width:767px) {
    .plants__icon {
        display: none
    }
}

.text__board {
    position: absolute;
    left: 1em;
    top: 9.9375em
}

.text__board img {
    width: 5.9375em;
    height: 6.6875em
}

@media (max-width:992px) {
    .text__board img {
        height: 3.6875em
    }
}

@media (max-width:1100px) {
    .text__board {
        left: 0;
        top: 3em
    }
}

@media (max-width:992px) {
    .text__board {
        top: 0
    }
}

@media (max-width:767px) {
    .text__board {
        display: none
    }
}

.lady__icon {
    position: absolute;
    right: 3.5em;
    bottom: -2.5em
}

.lady__icon img {
    width: 12.5em;
    height: 32.125em
}

@media (max-width:1100px) {
    .lady__icon img {
        width: 9.5em;
        height: 26.125em
    }
}

@media (max-width:767px) {
    .lady__icon {
        display: none
    }
}

.mug__icon {
    position: absolute;
    right: -2em;
    bottom: 10.5em
}

.mug__icon img {
    width: 5em;
    height: 8.5em
}

@media (max-width:1100px) {
    .mug__icon img {
        width: 9.5em;
        height: 26.125em
    }
}

@media (max-width:1100px) {
    .mug__icon {
        right: -1em
    }
    .mug__icon img {
        width: 3.5em;
        height: 6.125em
    }
}

@media (max-width:767px) {
    .mug__icon {
        display: none
    }
}

.tab__title h2 {
    font-size: 1.5em;
    margin-bottom: .5em;
    transition: .5s
}

@media (max-width:992px) {
    .tab__title h2 {
        font-size: 1.25em
    }
}

.tab__title p {
    font-size: 1.125em;
    margin-bottom: 0
}

@media (max-width:992px) {
    .tab__title p {
        font-size: 1em
    }
}

.counter__wrap {
    display: flex;
    flex-wrap: wrap
}

.counter__item {
    width: 33.3%;
    text-align: center
}

.counter__item i {
    font-size: 100px;
    line-height: 100px;
    color: #5c34cb;
    display: block;
    margin: 0 auto
}
.counter__item .count__numbers {
    margin-bottom: 0;
    font-size: 5em;
    color: #191a1b;
    font-family: eina01-bolduploaded_file, sans-serif;
    line-height: 1
}

@media (max-width:992px) {
    .counter__item .count__numbers {
        font-size: 3em
    }
}

@media (max-width:767px) {
    .counter__item .count__numbers {
        font-size: 2em
    }
}

.counter__item p {
    margin-bottom: 0
}

@media (max-width:767px) {
    .counter__item {
        width: 100%;
        margin-bottom: 3em
    }
    .counter__item:last-child {
        margin-bottom: 0
    }
}

.counter__img {
    margin-bottom: 2.1875em
}

@media (max-width:767px) {
    .counter__img {
        margin-bottom: 1em
    }
}

.counter__img svg {
    width: 6.25em;
    height: 6.25em
}

.counter__img svg path,
.counter__img svg polygon,
.counter__img svg rect {
    fill: #5c34cb
}

@media (max-width:767px) {
    .counter__img svg {
        width: 4em;
        height: 4em
    }
}
.download--section .container {
    /*overflow: hidden*/
}
.download--section .sec__header {
    text-align: center;
    margin-bottom: 3.75em
}

.download__tabs .nav-tabs {
    border-bottom: 0;
    justify-content: center;
    margin-bottom: 2em
}

@media (max-width:992px) {
    .download__tabs .nav-tabs {
        margin-bottom: 2em
    }
}

.download__tabs .nav-item {
    margin-bottom: 0;
    margin: 0 1.25em
}

@media (max-width:992px) {
    .download__tabs .nav-item {
        margin: 0 1em
    }
}

@media (max-width:767px) {
    .download__tabs .nav-item {
        margin: 0 .25em
    }
}

.download__tabs .nav-link {
    padding: 2.5em;
    border: solid 2px #e0e0e0;
    border-radius: 10px;
    transition: .5s
}

.download__tabs .nav-link.active,
.download__tabs .nav-link:hover {
    border: solid 2px #5c34cb
}

@media (max-width:992px) {
    .download__tabs .nav-link {
        padding: 1em
    }
}

@media (max-width:767px) {
    .download__tabs .nav-link {
        padding: 1em .5em
    }
}

.download__tabs .tab__icons {
    text-align: center;
    width: 6.25em
}

@media (max-width:767px) {
    .download__tabs .tab__icons {
        width: 5em
    }
}

.download__tabs .tab__icons h3 {
    font-size: 1.25em;
    margin: 0
}

@media (max-width:992px) {
    .download__tabs .tab__icons h3 {
        font-size: 1.15em
    }
}

@media (max-width:767px) {
    .download__tabs .tab__icons h3 {
        font-size: 1em
    }
}

.download__tabs .tab__icons .icon__wrap {
    margin-bottom: 1.25em
}

@media (max-width:767px) {
    .download__tabs .tab__icons .icon__wrap {
        margin-bottom: .75em
    }
}

.download__tabs .tab__icons .icon__wrap svg {
    width: 3.75em;
    height: 3.75em
}

.download__tabs .tab__icons .icon__wrap i {
    font-size: 3.75em;
    line-height: 100%;
    color: #191a1b
}

@media (max-width:767px) {
    .download__tabs .tab__icons .icon__wrap svg {
        width: 1.875em;
        height: 1.875em
    }
}

.download__tabs .tab-pane {
    transition: .3s
}

.download__content {
    text-align: center
}

.download__content .sec--cta {
    margin-bottom: 4.0625em
}

@media (max-width:992px) {
    .download__content .sec--cta {
        margin-bottom: 2.5em
    }
}

.download__content .download__main {
    margin: 0 auto 2em;
    width: 42%;
    font-size: .85em;
    line-height: 22px
}

@media (max-width:1100px) {
    .download__content .download__main {
        width: 45%
    }
}

@media (max-width:992px) {
    .download__content .download__main {
        width: 70%
    }
}

@media (max-width:767px) {
    .download__content .download__main {
        width: 100%
    }
}

.features__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.feature__box {
    width: 21%;
    text-align: center
}

.feature__box p {
    font-family: Inter-Light, Arial, sans-serif;
    display: inline-block;
    padding-left: 2.1875em;
    position: relative;
    font-size: 1em;
    position: relative
}

.feature__box p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15%;
    background: url(../svg/tick.svg);
    background-size: contain;
    background-repeat: repeat;
    width: 1.4375em;
    height: 1.375em
}

.feature__box p a {
    color: #5c34cb;
    text-decoration: underline;
    font-family: Inter-Italic, Arial, sans-serif
}

.feature__box p span {
    color: #5c34cb;
    font-family: Inter-Semibold, Arial, sans-serif
}

@media (max-width:992px) {
    .feature__box:last-child p {
        margin-bottom: 0
    }
}

@media (max-width:1100px) {
    .feature__box {
        width: 32%
    }
}

@media (max-width:992px) {
    .feature__box {
        width: 100%
    }
}

.blockquotes {
    background: #fafbfc;
    width: 50%;
    margin: 0 auto 2em;
    padding: 2em;
    text-align: left;
    border: solid 1px #dee8f3;
    border-radius: 10px
}

.blockquotes p {
    font-size: 1em;
    margin-bottom: .75em
}

@media (max-width:992px) {
    .blockquotes {
        width: 100%
    }
}

.b__button {
    display: flex;
    justify-content: center;
    margin-bottom: 2em
}

.b__button .anchor {
    font-size: .85em
}

.services--section {
    background: #f6f2fc
}

.services--section .sec__header {
    text-align: center;
    margin-bottom: 4em
}

@media (max-width:992px) {
    .services--section .sec__header {
        margin-bottom: 3em
    }
}

.services__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.9375em
}

@media (max-width:767px) {
    .services__wrap {
        margin: 0
    }
}

.services__icon {
    margin-bottom: 1.5625em
}

.services__icon svg {
    width: 3.5625em;
    height: 3.5625em
}

.services__icon i {
    font-size: 3.5625em;
    line-height: 100%;
    color: #5c34cb;
    display: block;
    margin: 0 auto
}
.services__item:hover .services__icon i {
    color: #c41318
}

.services__icon svg circle,
.services__icon svg path,
.services__icon svg polygon,
.services__icon svg rect {
    fill: #5c34cb;
    transition: .5s
}

.services__item {
    background: #fff;
    text-align: center;
    padding: 2.375em;
    margin: .9375em;
    width: 23%;
    border: 0;
    border-radius: 10px
}

.services__item p {
    margin: 0;
    font-size: 1.125em
}

.services__item h3 {
    font-size: 1.375em;
    margin-bottom: .5em
}

.services__item:hover .services__icon svg circle,
.services__item:hover .services__icon svg path,
.services__item:hover .services__icon svg polygon,
.services__item:hover .services__icon svg rect {
    fill: #c41318
}

@media (max-width:1100px) {
    .services__item {
        width: 31%
    }
}

@media (max-width:992px) {
    .services__item {
        width: 46%
    }
}

@media (max-width:767px) {
    .services__item {
        width: 100%;
        margin: 0 0 1em 0
    }
}

.testimonials--section .sec__header {
    text-align: center;
    margin-bottom: 5em
}

@media (max-width:992px) {
    .testimonials--section .sec__header {
        margin-bottom: 3em
    }
}

.testimonial__card {
    display: flex;
    background: #fff;
    padding: 4.375em 1.25em
}

@media (max-width:767px) {
    .testimonial__card {
        flex-wrap: wrap;
        padding: 2em 1.25em
    }
}

.testimonial__img {
    width: 10em;
    text-align: center
}

.testimonial__img img {
    width: 5em;
    height: 5em;
    border: none;
    border-radius: 50%
}

@media (max-width:767px) {
    .testimonial__img {
        width: 100%;
        margin-bottom: 1.5em
    }
}

.testimonial__content {
    width: calc(100% - 160px);
    text-align: left
}

.testimonial__content p {
    font-family: Inter-Light, Arial, sans-serif;
    font-size: 1.5em;
    line-height: 40px;
    margin-bottom: 1.75em
}

@media (max-width:767px) {
    .testimonial__content p {
        font-size: 1em;
        line-height: 28px
    }
}

.testimonial__content span {
    color: #5c34cb;
    font-family: Inter-SemiboldItalic, Arial, sans-serif;
    font-size: 1.25em;
    display: block;
    padding-right: 12em;
    position: relative
}

.testimonial__content span:after {
    content: '';
    position: absolute;
    right: 2em;
    top: -1em;
    background-image: url(../svg/blockquotes.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5.1875em;
    height: 3.6875em;
    opacity: .1
}

@media (max-width:767px) {
    .testimonial__content span {
        padding-right: 0
    }
}

@media (max-width:767px) {
    .testimonial__content {
        width: 100%;
        text-align: center
    }
}

.testimonial__container .swiper-wrapper {
    height: auto
}

.testimonial__container .swiper-container {
    padding-bottom: 5em
}

.testimonial__container .swiper-container .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center
}

.testimonial__container .swiper-container .swiper-pagination-bullet {
    width: .5625em;
    height: .5625em;
    background: #515151;
    opacity: 1;
    border: 0;
    border-radius: 50%;
    margin: 0 .35em
}

.testimonial__container .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #5c34cb;
    position: relative
}

.testimonial__container .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: '';
    width: 1.0625em;
    height: 1.0625em;
    background: 0 0;
    border: solid 2px #5c34cb;
    position: absolute;
    left: -.25em;
    top: -.23em;
    border-radius: 50%
}

.testimonial__container .swiper-slide {
    border: solid 1px #e0e0e0;
    border-radius: 5px;
    position: relative;
    transition: 1s
}

.testimonial__container .swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background: #5c34cb;
    width: 0;
    transition: 1s;
    transition-delay: .5s;
    transition-duration: 1s
}

.testimonial__container .swiper-slide.swiper-slide-active {
    border: 0;
    box-shadow: 0 17px 40px #eae9e9
}

.testimonial__container .swiper-slide.swiper-slide-active:before {
    width: 100%
}

.footer--section {
    background: #f6f2fc
}

.footer__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: solid 1px #ddd9e2
}

.footer__logo {
    margin-bottom: 1.25em;
    /*display: flex;*/
    /*align-items: center;*/
    /*margin-left: .7em;*/
    position: relative
}

.footer__logo img {
    max-width: 280px
}

.footer__logo svg {
    /*position: absolute;*/
    /*left: -.5em;*/
    /*width: 15em;*/
    /*height: 2.5em;*/
    /*top: -.75em*/
}

@media (max-width:992px) {
    .footer__logo svg {
        left: -.55em;
        top: -.75em
    }
}

@media (max-width:767px) {
    .footer__logo svg {
        width: 11em;
        left: -.41em;
        top: -.95em
    }
}

.footer__column {
    position: relative
}

.footer__column:nth-child(4n+1) {
    width: 32%
}

@media (max-width:1100px) {
    .footer__column:nth-child(4n+1) {
        width: 30%
    }
}

@media (max-width:992px) {
    .footer__column:nth-child(4n+1) {
        width: 100%;
        margin-bottom: 5em
    }
}

@media (max-width:767px) {
    .footer__column:nth-child(4n+1) {
        margin-bottom: 2em
    }
}

.footer__column:nth-child(4n+2) {
    width: 27%
}

@media (max-width:1100px) {
    .footer__column:nth-child(4n+2) {
        width: 25%
    }
}

@media (max-width:992px) {
    .footer__column:nth-child(4n+2) {
        width: 30%
    }
}

@media (max-width:767px) {
    .footer__column:nth-child(4n+2) {
        margin-bottom: 2em;
        width: 100%
    }
}

.footer__column:nth-child(4n+3) {
    width: 26%
}

@media (max-width:1100px) {
    .footer__column:nth-child(4n+3) {
        width: 25%
    }
}

@media (max-width:992px) {
    .footer__column:nth-child(4n+3) {
        width: 43%
    }
}

@media (max-width:767px) {
    .footer__column:nth-child(4n+3) {
        margin-bottom: 2em;
        width: 100%
    }
}

.footer__column:nth-child(4n+4) {
    width: 15%
}

@media (max-width:1100px) {
    .footer__column:nth-child(4n+4) {
        width: 20%
    }
}

@media (max-width:992px) {
    .footer__column:nth-child(4n+4) {
        width: 27%
    }
}

@media (max-width:767px) {
    .footer__column:nth-child(4n+4) {
        margin-bottom: 0;
        width: 100%
    }
}

.footer__column p {
    font-size: 1.125em;
    padding-right: 10em;
    margin: 0
}

@media (max-width:1100px) {
    .footer__column p {
        padding-right: 4em
    }
}

@media (max-width:767px) {
    .footer__column p {
        padding-right: 0
    }
}

.footer__column h4 {
    font-size: 1.5em;
    font-family: eina01-bolduploaded_file, sans-serif;
    margin-bottom: 1.5em
}

@media (max-width:767px) {
    .footer__column h4 {
        margin-bottom: .75em
    }
}

.footer__column ul {
    list-style-type: none
}

.footer__column ul li {
    margin-bottom: .75em
}

.footer__column ul li:last-child {
    margin-bottom: 0
}

.footer__column ul a {
    color: #191a1b;
    font-size: 1.125em;
    padding-bottom: .25em;
    position: relative;
    transition: .5s
}

.footer__column ul a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #c41318;
    transition: .5s
}

.footer__column ul a:hover {
    color: #c41318
}

.footer__column ul a:hover:after {
    width: 100%
}

.footer__tagwrap {
    display: flex;
    justify-content: space-between
}

@media (max-width:767px) {
    .footer__tagwrap {
        flex-wrap: wrap;
        justify-content: center
    }
}

.footer__tagline {
    padding: 1.875em 0
}

.footer__tagline li a {
    transition: .4s;
}
.footer__tagline li a:hover {
    color: #c41318;
}

.footer__tagline p {
    margin-bottom: 0;
    font-size: 1.125em
}

@media (max-width:767px) {
    .footer__tagline p {
        text-align: center;
        margin-bottom: 1em
    }
}

.footer__tagline p a {
    color: #191a1b;
    padding-bottom: .25em;
    position: relative;
    transition: .5s
}

.footer__tagline p a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #c41318;
    transition: .5s
}

.footer__tagline p a:hover {
    color: #c41318
}

.footer__tagline p a:hover:after {
    width: 100%
}

.footer__tagline ul {
    list-style-type: none;
    display: flex
}

.footer__tagline li {
    margin-left: 1.875em
}

.footer__tagline li:first-child {
    margin-left: 0
}

.footer__tagline a svg {
    width: 1.25em;
    height: 1.25em
}

.footer__tagline a svg circle,
.footer__tagline a svg path,
.footer__tagline a svg polygon,
.footer__tagline a svg rect {
    fill: #5c34cb;
    transition: .5s
}

.footer__tagline a svg:hover circle,
.footer__tagline a svg:hover path,
.footer__tagline a svg:hover polygon,
.footer__tagline a svg:hover rect {
    fill: #c41318
}

.powerful--section .sec__header {
    text-align: center;
    margin-bottom: 6em
}

@media (max-width:767px) {
    .powerful--section .sec__header {
        margin-bottom: 2em
    }
}

.powerful__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.powerful__tabs {
    width: 41%
}

@media (max-width:992px) {
    .powerful__tabs {
        width: 100%
    }
}

.powerful__tabs .nav-tabs {
    border-bottom: 0;
    display: block
}

.powerful__tabs .top--tabs {
    display: flex;
    padding: 1.875em 5.875em 1.875em 1.875em;
    align-items: center;
    position: relative
}

@media (max-width:767px) {
    .powerful__tabs .top--tabs {
        padding: 1.5em 2.5em 1.5em 1em
    }
}

.powerful__tabs .top--tabs h3 {
    font-size: 1.25em;
    margin: 0;
    line-height: 1
}

.powerful__tabs .top--tabs:after {
    content: '';
    position: absolute;
    right: 3em;
    top: 0;
    border: solid #191a1b;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg) translate(0, -50%);
    transition: .7s;
    font-size: 1em;
    height: .625em;
    bottom: 0;
    margin: auto
}

@media (max-width:767px) {
    .powerful__tabs .top--tabs:after {
        right: 1.25em
    }
}

.powerful__tabs .icon__wrap {
    /*width: 4em;*/
    text-align: center;
    margin-right: 1.25em;
    display: flex
}

.powerful__tabs .icon__wrap svg {
    width: 1.9375em;
    height: 1.9375em
}
.powerful__tabs .icon__wrap i {
    font-size: 1.9375em;
    line-height: 100%;
    color: #090808
}
.powerful__tabs .nav-link.active .icon__wrap i {
    font-size: 2.6875em;
    color: #c41318
}

@media (max-width:767px) {
    .powerful__tabs .icon__wrap {
        width: 2em;
        margin-right: .625em
    }
    .powerful__tabs .icon__wrap svg {
        width: 1.3125em;
        height: 1.3125em
    }
}

.powerful__tabs .icon__desc {
    width: 100%;
    display: none
}

.powerful__tabs .icon__desc p {
    padding: 0 5.875em
}

@media (max-width:1199px) {
    .powerful__tabs .icon__desc p {
        padding: 0 4.875em 0 5.875em
    }
}

@media (max-width:767px) {
    .powerful__tabs .icon__desc p {
        padding: 0 2em 0 3em
    }
}

@media (max-width:992px) {
    .powerful__tabs .icon__desc img {
        width: 100%;
        height: auto
    }
}

.powerful__tabs .nav-link {
    padding: 0;
    border: solid 1px #d7d7d7;
    border-radius: 0;
    position: relative;
    transition: .5s;
    overflow: hidden
}

.powerful__tabs .nav-link.active {
    transition: .5s;
    height: auto;
    border: solid 1px #d7d7d7;
    transform: scale(1.1);
    margin-bottom: .65em
}

@media (max-width:1100px) {
    .powerful__tabs .nav-link.active {
        margin-bottom: .85em
    }
}

@media (max-width:992px) {
    .powerful__tabs .nav-link.active {
        transform: scale(1)
    }
}

.powerful__tabs .nav-link.active .icon__desc {
    display: block
}

.powerful__tabs .nav-link.active .top--tabs {
    padding-bottom: 1em
}

.powerful__tabs .nav-link.active .top--tabs:after {
    transform: rotate(-135deg);
    top: 1.125em
}

.powerful__tabs .nav-link.active .top--tabs h3 {
    font-size: 2em
}

@media (max-width:1100px) {
    .powerful__tabs .nav-link.active .top--tabs h3 {
        font-size: 1.75em
    }
}

@media (max-width:767px) {
    .powerful__tabs .nav-link.active .top--tabs h3 {
        font-size: 1.25em
    }
}

.powerful__tabs .nav-link.active .icon__wrap svg {
    width: 2.6875em;
    height: 2.6875em
}

@media (max-width:767px) {
    .powerful__tabs .nav-link.active .icon__wrap svg {
        width: 1.3125em;
        height: 1.3125em
    }
}

.powerful__tabs .nav-link.active .icon__wrap svg circle,
.powerful__tabs .nav-link.active .icon__wrap svg path,
.powerful__tabs .nav-link.active .icon__wrap svg polygon,
.powerful__tabs .nav-link.active .icon__wrap svg rect {
    fill: #c41318
}

.powerful__content {
    width: 55%
}

@media (max-width:1100px) {
    .powerful__content {
        display: flex;
        align-items: center;
        background: #f6f2fc
    }
}

@media (max-width:992px) {
    .powerful__content {
        display: none
    }
}

.powerful__content .tab-pane {
    transition: .5s
}

.powerful__content .tab-pane img {
    width: 100%;
    height: auto
}

.toggle-left {
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5em;
    display: none;
    position: absolute;
    right: 0
}

@media (max-width:992px) {
    .toggle-left {
        display: block
    }
}

@media (max-width:767px) {
    .toggle-left {
        top: 15%
    }
}

.toggle-left .toggle-menu {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:767px) {
    .toggle-left .toggle-menu {
        height: auto;
        padding: .5em 0
    }
}

.toggle-left .toggle-menu:hover a span:nth-child(1),
.toggle-left .toggle-menu:hover a span:nth-child(4) {
    width: 100%
}

.toggle-left .toggle-menu a {
    position: relative;
    display: block;
    width: 2em;
    height: 1.5em
}

.toggle-left .toggle-menu a span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #c41318;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: .25s ease-in-out;
    border-radius: 30px
}

.toggle-left .toggle-menu a span:nth-child(1) {
    top: 0
}

.toggle-left .toggle-menu a span:nth-child(2),
.toggle-left .toggle-menu a span:nth-child(3) {
    top: .715em;
    width: 60%;
    left: .75em
}

.toggle-left .toggle-menu a span:nth-child(4) {
    top: 1.4em
}

.toggle-left .toggle-menu.open a span:nth-child(1),
.toggle-left .toggle-menu.open a span:nth-child(4) {
    width: 0%
}

.toggle-left .toggle-menu.open a:hover span:nth-child(4) {
    width: 0%
}

.toggle-left .toggle-menu.open span {
    background: #fff
}

.toggle-left .toggle-menu.open span:nth-child(1) {
    top: 1em;
    width: 0%;
    left: 50%
}

.toggle-left .toggle-menu.open span:nth-child(2) {
    transform: rotate(45deg);
    width: 100%;
    left: 0
}

.toggle-left .toggle-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
    width: 100%;
    left: 0
}

.toggle-left .toggle-menu.open span:nth-child(4) {
    top: 1em;
    width: 0;
    left: 50%
}


#main .fusion-portfolio h2, #main .post h2,
#wrapper #main .post h2,
#wrapper #main .post-content .fusion-title h2,
#wrapper #main .post-content .title h2,
#wrapper .fusion-title h2,
#wrapper .post-content h2,
#wrapper .title h2,
.fusion-modal h2,
.fusion-widget-area h2,
h2.entry-title {
    font-family: eina01-bolduploaded_file, sans-serif;
}

.fusion-modal h1,
.fusion-page-title-bar h1,
.fusion-title h1,
.fusion-widget-area h1,
.post-content h1,
.search-page-search-form h1,
.fusion-author .fusion-author-title,
.fusion-modal .modal-title,
.fusion-modal h3,
.fusion-widget-area h3,
.post-content h3,
.project-content h3,
#tribe-events-content .tribe-events-tooltip .entry-title, #tribe-events-content .tribe-events-tooltip .tribe-event-title, .fusion-accordian .panel-heading a, .fusion-accordian .panel-title, .fusion-carousel-title, .fusion-flip-boxes .fusion-flip-box .flip-box-heading-back, .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title, .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-title a, .fusion-megamenu-title, .fusion-modal h4, .fusion-person .person-desc .person-author .person-author-wrapper, .fusion-tabs .nav-tabs li .fusion-tab-heading, .fusion-tabs-widget .fusion-tabs-nav ul li a, .fusion-title h4, .fusion-widget-area h4, .popover .popover-title, .post-content h4, .project-content .project-info h4, .share-box h4, .tribe-block__tickets__registration__tickets__header, table th,
.fusion-author .fusion-author-title, .fusion-header-tagline, .fusion-modal .modal-title, .fusion-modal h3, .fusion-pricing-table .pricing-row, .fusion-pricing-table .title-row, .fusion-title h3, .fusion-widget-area h3, .main-flex .slide-content h3, .post-content h3, .project-content h3, .sidebar .widget h3,
#wrapper #main .fusion-portfolio-content > h1.fusion-post-title, #wrapper #main .fusion-portfolio-content > h2.fusion-post-title, #wrapper #main .fusion-post-content > .blog-shortcode-post-title, #wrapper #main .fusion-post-content > h1.fusion-post-title, #wrapper #main .fusion-post-content > h2.fusion-post-title, #wrapper #main .post > .fusion-post-title-meta-wrap > h1.fusion-post-title, #wrapper #main .post > .fusion-post-title-meta-wrap > h2.fusion-post-title, #wrapper #main .post > h1.fusion-post-title, #wrapper #main .post > h2.fusion-post-title, #wrapper .fusion-events-shortcode .fusion-events-meta h1, #wrapper .fusion-events-shortcode .fusion-events-meta h2, .single-product #main .product h1.product_title, .single-product #main .product h2.product_title{
    font-family: eina01-bolduploaded_file, sans-serif;
}

.page-template-100-width .hos-header {
    position: relative;
    z-index: 500;
}

#main #comment-submit, #main .comment-submit, #reviews input#submit, .button-default, .button.default, .comment-form input[type="submit"], .fusion-button-default, .fusion-portfolio-one .fusion-button, .post-password-form input[type="submit"], .slidingbar-area .button-default, .ticket-selector-submit-btn[type=submit], .tml-submit-wrap input[type="submit"], input.button-default,
.fusion-button.button-3 {
    background: #5c34cb;
}

#main #comment-submit:hover, #main .comment-submit:hover, #reviews input#submit:hover, .button-default:hover, .button.default:hover, .comment-form input[type="submit"]:hover, .fusion-button-default:hover, .fusion-portfolio-one .fusion-button:hover, .post-password-form input[type="submit"]:hover, .slidingbar-area .button-default:hover, .ticket-selector-submit-btn[type=submit]:hover, .tml-submit-wrap input[type="submit"]:hover, input.button-default:hover,
.fusion-button.button-3:hover{
    background: #710193;
}

#main #comment-submit, #main .comment-submit, #reviews input#submit, .button-default, .button.default, .comment-form input[type="submit"], .fusion-button, .fusion-button-default, .fusion-portfolio-one .fusion-button, .post-password-form input[type="submit"], .slidingbar-area .button-default, .ticket-selector-submit-btn[type=submit], .tml-submit-wrap input[type="submit"], input.button-default,
.fusion-button.button-3 {
    font-family: Inter-Semibold, Arial, sans-serif;
}
p,
.fusion-tabs .tab-pane {
    font-family: Inter, Arial, sans-serif;
}
#main .post h2 a, .about-author .title a, .fusion-content-widget-area .widget .recentcomments a, .fusion-content-widget-area .widget li a, .fusion-content-widget-area .widget_categories li, .fusion-hide-pagination-text .pagination-next:after, .fusion-hide-pagination-text .pagination-prev:before, .fusion-load-more-button, .fusion-rollover a, .pagination .pagination-next:after, .pagination .pagination-prev:before, .project-content .project-info .project-info-box a, .shop_attributes tr th, .single-navigation a[rel="next"]:after, .single-navigation a[rel="prev"]:before, body a, body a:after, body a:before {
    color: #5c34cb;
}
#main .post h2 a:hover,
#main a:hover {
    color: #710193;
}

#toTop:hover, .circle-yes ul li:before, .fusion-date-and-formats .fusion-date-box, .fusion-search-form-classic .searchform .fusion-search-form-content .fusion-search-button input[type="submit"]:hover, .pagination .current, .progress-bar-content, .table-2 table thead, .tagcloud a:hover, ul.arrow li:before, ul.circle-yes li:before {
    background-color: #5c34cb;
}

#nav ul li > a:hover, #sticky-nav ul li > a:hover, #wrapper .post-content blockquote, .comment-text blockquote, .fusion-hide-pagination-text .pagination-next:hover, .fusion-hide-pagination-text .pagination-prev:hover, .pagination .current, .pagination a.inactive:hover, .progress-bar-content, .tagcloud a:hover {
    border-color: #5c34cb;
}

#main .fab.circle-yes {
    padding-right: 2pt;
}
#main .flex-comparison-table td:first-child {
    background: rgba(0, 106, 255, 0.2);
}

span.footer_new_logo {display: flex;}

span.circle-gif.gif-left {
    width: 14%;
    height: 62px;
    background-image: url(https://screenrec.com/wp-content/uploads/2020/06/Logo-circle.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    left: -24px;
}

span.logo-svg.gif-right {
    width: 40%;
    margin-left: 0px;
    background-image: url(https://screenrec.com/wp-content/themes/avada-child-theme/svg/screenrec-new.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    left: -25px;
}