/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important
    }
}

.jcf-select {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: "Raleway";
    height: 56px;
    width: 64px;
    background: #E0D0B8;
    border-radius: 4px;
    margin: 0 0 0 15px
}

.jcf-select.jcf-drop-active {
    background: linear-gradient(180deg, #E0D0B8 0%, #908068 100%);
    border-radius: 4px 4px 0 0
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0
}

.jcf-select .jcf-select-text {
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    z-index: 99
}

body>.jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999
}

body>.jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 98;
    top: 100%;
    left: 0;
    right: 0
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto
}

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-width: 80px;
    background: #786850;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    width: 100%;
    border-radius: 0 4px 4px 4px
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.jcf-list ul li {
    overflow: hidden;
    display: block
}

.jcf-list ul li:not(:last-child) {
    border-bottom: 1px solid #A09878
}

.jcf-list .jcf-overflow {
    overflow: auto
}

.jcf-list .jcf-option {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 12px 10px;
    color: #fff;
    text-transform: uppercase;
    min-height: 14px;
    height: 1%;
    cursor: pointer
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important
}

.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
    color: #FCDC84
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px
}

.jcf-select-drop .jcf-option-hideme {
    display: none
}

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

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ''
}

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

*, *:before, *:after {
    box-sizing: border-box;
    max-height: 100000px;
    outline: 0
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

button, input, select, textarea {
    font: inherit;
    margin: 0;
    padding: 0;
    text-transform: none;
    color: inherit;
    border-radius: 0
}

button, html input[type=button], input[type=reset], input[type=submit] {
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input[type="email"], input[type="number"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

textarea {
    overflow: auto;
    resize: none
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-placeholder {
    opacity: 1;
    color: inherit
}

:-ms-input-placeholder {
    color: inherit
}

html {
    height: 100%
}

body {
    background: #f8f0e0;
    height: 100%;
    min-width: 320px;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #303030
}

button, [type=reset], [type=submit], [type=image], a {
    transition: color .2s ease
}

img {
    display: block;
    height: auto;
    max-width: 100%
}

b, strong {
    font-weight: 700
}

i, em {
    font-style: italic
}

strong {
    font-weight: 700
}

a {
    text-decoration: none;
    outline: none;
    border: none
}

a:focus, a:active {
    border: none;
    outline: none
}

p, h1, h2, h3, h4, h5, h6, ul {
    margin: 0;
    padding: 0
}

button {
    border: none;
    outline: none;
    padding: 0
}

button:focus, button:active {
    border: none;
    outline: none
}

button::-moz-focus-inner {
    border: 0
}

input:focus, input:active {
    outline: none
}

p {
    margin: 0 0 20px
}

h1 {
    font-size: 3.35vw;
    line-height: 1.2
}

h2 {
    font-size: 5vw;
    line-height: 1.2
}

h3 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700
}

.container {
    position: relative;
    max-width: 1520px;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto
}

@media (max-width: 1023px) {
    body {
        overflow: visible !important
    }
    h1 {
        font-size: 5vw;
        padding: 30px 0 0;
        margin: 0 0 30px
    }
    h2 {
        margin: 0 0 30px
    }
}

@media (max-width: 767px) {
    h1 {
        padding: 0
    }
    h3 {
        font-size: 30px
    }
}

@media (max-width: 539px) {
    h1 {
        font-size: 6vw
    }
    h2 {
        font-size: 9vw
    }
    h3 {
        font-size: 26px
    }
}

.vertical-scrolling {
    overflow: hidden;
    position: relative;
    background-size: cover !important
}

.fp-tableCell {
    display: flex;
    align-items: center;
    padding: 112px 0 0
}

.lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    z-index: 0
}

.line-one {
    position: absolute;
    width: 100%;
    max-height: 485px;
    height: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    z-index: 0
}

@media (max-width: 1023px) {
    body {
        font-size: 20px
    }
    .container {
        padding: 0 20px
    }
    .vertical-scrolling {
        height: auto !important
    }
    .fp-tableCell {
        height: auto !important;
        padding: 82px 0 60px
    }
    .lines, .line-one {
        display: none
    }
}

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

@media (min-width: 1024px) {
    .fp-viewing-About .crypto-gold {
        animation-name: slideInLeft
    }
    .fp-viewing-About .crypto-title {
        animation-duration: 4s;
        animation-name: fadeIn
    }
    .fp-viewing-About .crypto-text {
        animation-name: slideInLeft
    }
    .fp-viewing-About .crypto-video {
        animation-name: slideInUp
    }
    .fp-viewing-Team1 .team-top .lines {
        animation-name: zoomIn
    }
    .fp-viewing-Team1 .team-top .team-title {
        animation-name: zoomInDown
    }
    .fp-viewing-Team1 .team-top .team-box:nth-child(1) {
        animation-name: slideInUp
    }
    .fp-viewing-Team1 .team-top .team-box:nth-child(2) {
        animation-name: slideInDown
    }
    .fp-viewing-Team1 .team-top .team-box:nth-child(3) {
        animation-name: slideInUp
    }
    .fp-viewing-Team1 .team-top .team-box:nth-child(4) {
        animation-name: slideInDown
    }
    .fp-viewing-Team2 .team-center .lines {
        animation-name: zoomIn
    }
    .fp-viewing-Team2 .team-center .team-title {
        animation-name: zoomInDown
    }
    .fp-viewing-Team2 .team-center .team-box:nth-child(1) {
        animation-name: slideInUp
    }
    .fp-viewing-Team2 .team-center .team-box:nth-child(2) {
        animation-name: slideInDown
    }
    .fp-viewing-Team2 .team-center .team-box:nth-child(3) {
        animation-name: slideInUp
    }
    .fp-viewing-Team2 .team-center .team-box:nth-child(4) {
        animation-name: slideInDown
    }
    .fp-viewing-Team3 .team-bottom .lines {
        animation-name: zoomIn
    }
    .fp-viewing-Team3 .team-bottom .team-title {
        animation-name: zoomInDown
    }
    .fp-viewing-Team3 .team-bottom .team-box:nth-child(1) {
        animation-name: slideInUp
    }
    .fp-viewing-Team3 .team-bottom .team-box:nth-child(2) {
        animation-name: slideInDown
    }
    .fp-viewing-Team3 .team-bottom .team-box:nth-child(3) {
        animation-name: slideInUp
    }
    .fp-viewing-Team3 .team-bottom .team-box:nth-child(4) {
        animation-name: slideInDown
    }
    .fp-viewing-Advisors .advisors .lines {
        animation-name: zoomIn
    }
    .fp-viewing-Advisors .advisors .advisors-title {
        animation-name: zoomInDown
    }
    .fp-viewing-Advisors .advisors .advisors-box:nth-child(1) {
        animation-name: slideInLeft
    }
    .fp-viewing-Advisors .advisors .advisors-box:nth-child(2) {
        animation-name: slideInDown
    }
    .fp-viewing-Advisors .advisors .advisors-box:nth-child(3) {
        animation-name: slideInDown
    }
    .fp-viewing-Advisors .advisors .advisors-box:nth-child(4) {
        animation-name: slideInRight
    }
    .fp-viewing-Advisors .advisors .advisors-box:nth-child(5) {
        animation-name: slideInLeft
    }
    .fp-viewing-Advisors .advisors .advisors-box:nth-child(6) {
        animation-name: slideInUp
    }
    .fp-viewing-Advisors .advisors .advisors-box:nth-child(7) {
        animation-name: slideInRight
    }
    .fp-viewing-Roadmap .roadmap-top .lines {
        animation-name: zoomIn
    }
    .fp-viewing-Roadmap .roadmap-title {
        animation-name: zoomInDown
    }
    .fp-viewing-Roadmap .roadmap-list {
        animation-name: slideInUp
    }
    .fp-viewing-Roadmap2 .roadmap-bottom .lines {
        animation-name: zoomIn
    }
    .fp-viewing-Roadmap2 .roadmap-list {
        animation-name: slideInDown
    }
    .fp-viewing-Reliability .purple-reliability .purple-box {
        animation-name: zoomInDown
    }
    .fp-viewing-Reliability .purple-reliability .purple-img {
        animation-name: zoomInDown
    }
    .fp-viewing-ExchangeModel .purple-decentralized .purple-box {
        animation-name: zoomInDown
    }
    .fp-viewing-ExchangeModel .purple-decentralized .purple-img {
        animation-name: zoomInDown
    }
    .fp-viewing-Credible .purple-credible .purple-box {
        animation-name: zoomInDown
    }
    .fp-viewing-Credible .purple-credible .purple-img {
        animation-name: zoomInDown
    }
    .fp-viewing-Mobility .purple-mobility .purple-box {
        animation-name: zoomInDown
    }
    .fp-viewing-Mobility .purple-mobility .purple-img {
        animation-name: zoomInDown
    }
    .fp-viewing-Innovative .purple-innovative .purple-box {
        animation-name: zoomInDown
    }
    .fp-viewing-Innovative .purple-innovative .purple-img {
        animation-name: zoomInDown
    }
    .fp-viewing-LinkedData .purple-data .purple-box {
        animation-name: zoomInDown
    }
    .fp-viewing-LinkedData .purple-data .purple-img {
        animation-name: zoomInDown
    }
    .fp-viewing-Documents .documents .lines {
        animation-name: zoomIn
    }
    .fp-viewing-Documents .documents .line-one {
        animation-name: zoomIn
    }
    .fp-viewing-Documents .documents-title {
        animation-name: zoomInDown
    }
    .fp-viewing-Documents .documents-box {
        animation-name: zoomInDown
    }
    .fp-viewing-Documents .documents-img {
        animation-name: slideInUp
    }
    .fp-viewing-TokenDistribution .token .lines {
        animation-name: zoomIn
    }
    .fp-viewing-TokenDistribution .token-title {
        animation-name: zoomInDown
    }
    .fp-viewing-TokenDistribution .token-list {
        animation-name: rollIn
    }
    .fp-viewing-PartnersMedia .partners .lines {
        animation-name: zoomIn
    }
    .fp-viewing-PartnersMedia .partners-title {
        animation-name: zoomInDown
    }
    .fp-viewing-PartnersMedia .partners-list__item:nth-child(1) {
        animation-name: slideInLeft
    }
    .fp-viewing-PartnersMedia .partners-list__item:nth-child(2) {
        animation-name: slideInDown
    }
    .fp-viewing-PartnersMedia .partners-list__item:nth-child(3) {
        animation-name: slideInDown
    }
    .fp-viewing-PartnersMedia .partners-list__item:nth-child(4) {
        animation-name: slideInDown
    }
    .fp-viewing-PartnersMedia .partners-list__item:nth-child(5) {
        animation-name: slideInRight
    }
    .fp-viewing-PartnersMedia .partners-list__item:nth-child(6) {
        animation-name: slideInLeft
    }
    .fp-viewing-PartnersMedia .partners-list__item:nth-child(7) {
        animation-name: zoomIn
    }
    .fp-viewing-PartnersMedia .partners-list__item:nth-child(8) {
        animation-name: zoomIn
    }
    .fp-viewing-PartnersMedia .partners-list__item:nth-child(9) {
        animation-name: slideInRight
    }
    .fp-viewing-PartnersMedia .partners-list__item:nth-child(10) {
        animation-name: slideInLeft
    }
    .fp-viewing-PartnersMedia .partners-list__item:nth-child(11) {
        animation-name: zoomIn
    }
    .fp-viewing-PartnersMedia .partners-list__item:nth-child(12) {
        animation-name: zoomIn
    }
    .fp-viewing-PartnersMedia .partners-list__item:nth-child(13) {
        animation-name: slideInRight
    }
    .fp-viewing-PartnersMedia .partners-list__item:nth-child(14) {
        animation-name: slideInLeft
    }
    .fp-viewing-PartnersMedia .partners-list__item:nth-child(15) {
        animation-name: slideInUp
    }
    .fp-viewing-PartnersMedia .partners-list__item:nth-child(16) {
        animation-name: slideInUp
    }
    .fp-viewing-PartnersMedia .partners-list__item:nth-child(17) {
        animation-name: slideInRight
    }
    .fp-viewing-Technology .warehouse .lines {
        animation-name: zoomIn
    }
    .fp-viewing-Technology .warehouse-title {
        animation-name: zoomInDown
    }
    .fp-viewing-Technology .warehouse-list {
        animation-name: zoomIn
    }
    .fp-viewing-MiningPlant .warehouse .lines {
        animation-name: zoomIn
    }
    .fp-viewing-MiningPlant .warehouse-title {
        animation-name: zoomInDown
    }
    .fp-viewing-MiningPlant .warehouse-list {
        animation-name: zoomIn
    }
    .fp-viewing-ProjectLife .project .line-one {
        animation-name: zoomIn
    }
    .fp-viewing-ProjectLife .project-title {
        animation-name: zoomInDown
    }
    .fp-viewing-ProjectLife .project-slider {
        animation-name: slideInDown
    }
    .fp-viewing-Application .application .lines {
        animation-name: zoomIn
    }
    .fp-viewing-Application .application .line-one {
        animation-name: zoomIn
    }
    .fp-viewing-Application .application-title {
        animation-name: zoomInDown
    }
    .fp-viewing-Application .application-hold {
        animation-name: slideInLeft
    }
    .fp-viewing-Application .application-img {
        animation-name: slideInUp
    }
}

.btn {
    overflow: hidden;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 320px;
    background: linear-gradient(254.62deg, #9060F8 0%, #40A0E8 100%);
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 8px;
    text-transform: uppercase;
    padding: 35px 25px 32px;
    border-radius: 4px
}

.btn:after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 14em)
}

.btn:hover:after {
    animation: sheen 1.5s forwards
}

.btn-sgc {
    background: linear-gradient(61.19deg, #3000C0 0%, #9060F8 56.57%);
    border-radius: 2px
}

@keyframes sheen {
    100% {
        transform: rotateZ(60deg) translate(5em, -14em)
    }
}

@media (max-width: 1023px) {
    .btn {
        min-width: 240px;
        font-size: 16px;
        letter-spacing: 4px;
        padding: 23px 20px 20px
    }
}

@media (max-width: 767px) {
    .btn {
        min-width: 240px;
        font-size: 14px;
        letter-spacing: 4px;
        padding: 20px 20px 17px
    }
}

.advisors-title {
    margin: 0 0 35px
}

.advisors-hold {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 960px;
    width: 100%;
    margin: 0 auto
}

.advisors-box {
    text-align: center;
    width: 25%;
    font-size: 18px;
    line-height: 1.2;
    color: #303030;
    padding: 0 10px;
    margin: 0 0 40px
}

.advisors-box__img {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto 25px
}

.advisors-box__img img {
    transition: transform 0.2s linear
}

.advisors-box__name {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 5px
}

.advisors-box__surname {
    background: linear-gradient(180deg, #FCDC84 0%, #D8A008 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin: 0 0 15px
}

.advisors-box__sub {
    margin: 0 0 10px
}

.advisors-box__link {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #FCDC84 0%, #D8A008 100%);
    height: 48px;
    width: 48px;
    right: 0;
    bottom: 0
}

.advisors-box__link svg {
    fill: #fff;
    width: 22px;
    height: 19px;
    transition: fill 0.2s linear
}

.advisors-box__link:hover svg {
    fill: #303030
}

@media (max-width: 1499px) {
    .advisors-hold {
        margin: 0 auto
    }
    .advisors-box {
        margin: 0 0 30px
    }
    .advisors-box__img {
        height: 135px;
        width: 135px
    }
}

@media (max-width: 1023px) {
    .advisors {
        text-align: center
    }
    .advisors-title {
        margin: 0 0 25px
    }
    .advisors-box {
        width: 33.3%
    }
    .advisors-box__surname {
        letter-spacing: 4px
    }
}

@media (max-width: 767px) {
    .advisors-box {
        width: 50%
    }
}

@media (max-width: 539px) {
    .advisors-box {
        width: 100%
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .advisors-box__surname {
        background: none;
        color: #E8B840
    }
}

.application .line-one {
    top: 0;
    bottom: auto
}

.application-title {
    font-weight: 400;
    margin: 0 0 40px
}

.application-title__sub {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 35px
}

.application-hold {
    max-width: 700px;
    width: 100%;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
    margin: 0 0 11%
}

.application-link {
    display: block;
    max-width: 236px;
    width: 100%;
    margin: 80px 0 0;
    transition: opacity .2s ease
}

.application-link:hover {
    opacity: 0.7
}

.application-img {
    position: absolute;
    max-width: 480px;
    width: 100%;
    right: 12.5%;
    bottom: 0
}

.application p {
    max-width: 440px;
    width: 100%
}

@media (max-width: 1499px) {
    .application-hold {
        margin: 0 0 3%
    }
    .application-img {
        max-width: 400px;
        right: 2%
    }
}

@media (max-width: 1366px) {
    .application-hold {
        margin: 0 0 3%
    }
    .application-img {
        max-width: 325px
    }
}

@media (max-width: 1023px) {
    .application-title {
        margin: 0 0 25px
    }
    .application-title__sub {
        font-size: 26px;
        margin: 0 0 25px
    }
    .application-hold {
        margin: 0
    }
    .application-link {
        max-width: 140px;
        margin: 0
    }
    .application-img {
        max-width: 200px
    }
    .application p {
        max-width: 440px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .application-title__sub {
        font-size: 20px;
        margin: 0 0 15px
    }
    .application-title__sub br {
        display: none
    }
    .application-link {
        max-width: 100px
    }
    .application-img {
        max-width: 175px
    }
}

@media (max-width: 539px) {
    .application .fp-tableCell {
        flex-wrap: wrap
    }
    .application-hold {
        font-size: 16px
    }
    .application-img {
        position: static;
        order: 1;
        margin: 25px auto -60px
    }
}

.breadcrumbs {
    display: flex;
    margin: 38px 0 0
}

.breadcrumbs-item {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    margin: 0 20px 10px 0
}

.breadcrumbs-link {
    position: relative;
    color: #fff
}

.breadcrumbs-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #505060;
    transform: scale(0);
    transition: transform 0.2s ease-in-out
}

.breadcrumbs-link:hover:before {
    transform: scale(1)
}

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

.chainx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 50px 0 0
}

.chainx .img-wrap {
    margin: 10px 20px;
}

.chainx-img img {
    width: 100%
}

.chainx-text {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 300;
    padding: 0 0 0 40px
}

.chainx-text span {
    display: block
}

.chainx-link {
    position: relative;
    font-weight: 600;
    color: #40a0e8
}

.chainx-link:before {
    content: "";
    position: absolute;
    background: #40a0e8;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    transform: scale(1);
    transition: transform 0.2s ease-in-out
}

.chainx-link:hover:before {
    transform: scale(0)
}

@media (max-width: 1499px) {
    .chainx-text {
        font-size: 30px
    }
}

@media (max-width: 1365px) {
    .chainx {
        padding: 50px 50px 0 0
    }
    .chainx-img {
        max-width: 135px
    }
}

@media (max-width: 1023px) {
    .chainx {
        flex-direction: column;
        align-items: center;
        padding: 20px 0 0
    }
    .chainx-text {
        font-size: 24px;
        padding: 0
    }
    .chainx-img {
        max-width: 100px
    }
}

@media (max-width: 767px) {
    .chainx-text {
        font-size: 20px;
        padding: 5px 0
    }
    .chainx-img {
        max-width: 100px
    }
}

@media (max-height: 568px) {
    .chainx-img {
        display: none
    }
}

.countdown {
    display: flex;
    align-items: center;
    width: calc(100% - 224px);
    padding: 0 0 35px
}

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

.countdown-text {
    width: 220px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 300;
    color: #fff
}

.countdown-text strong {
    display: block
}

.countdown-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 88px;
    width: 88px;
    margin: 0 7px
}

.countdown-item:after {
    content: "";
    position: absolute;
    background: url("../img/countdown-item-after.png");
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.countdown-item .number {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 300
}

.countdown-item span {
    position: absolute;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%)
}

@media (max-width: 1365px) {
    .countdown-text {
        width: 185px;
        font-size: 30px;
        padding: 5px 0 0
    }
    .countdown-item {
        height: 75px;
        width: 75px;
        margin: 0 5px
    }
}

@media (max-width: 1023px) {
    .countdown {
        justify-content: center;
        width: 100%;
        padding: 0 0 35px
    }
    .countdown-wrap {
        flex-direction: column
    }
    .countdown-text {
        width: 100%;
        font-size: 24px;
        margin: 0 0 10px
    }
    .countdown-text strong {
        display: inline-block
    }
}

@media (max-width: 767px) {
    .countdown {
        padding: 0 0 20px
    }
    .countdown-text {
        font-size: 20px
    }
    .countdown-item {
        height: 60px;
        width: 60px
    }
    .countdown-item .number {
        font-size: 22px
    }
    .countdown-item span {
        font-size: 8px;
        letter-spacing: 2px;
        bottom: -20px
    }
}

.crypto {
    position: relative;
    background: #fff
}

.crypto-gold {
    position: absolute;
    max-width: 248px;
    width: 100%;
    top: 115px;
    left: 0
}

.crypto-gold img {
    width: 100%
}

.crypto-title {
    margin: 0 0 50px
}

.crypto-title strong {
    color: #E8B840
}

.crypto-hold {
    display: flex;
    flex-wrap: wrap
}

.crypto-text {
    width: 55.5%;
    font-size: 18px;
    line-height: 1.3;
    padding: 0 70px 0 0
}

.crypto-text p {
    margin: 0 0 15px
}

.crypto-video {
    width: 44.5%
}

.crypto-video .video {
    overflow: hidden;
    position: relative;
    background: #000;
    padding-bottom: 62.3%
}

.crypto-video .video__poster, .crypto-video .video__player {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.crypto-video .video__play {
    position: absolute;
    left: 48%;
    top: 50%;
    transform: translate(-30%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 0 48px 72px;
    border-color: transparent transparent transparent #fff;
    z-index: 1;
    cursor: pointer;
    transition: border-color .2s linear
}

.crypto-video .video__play:hover {
    border-color: transparent transparent transparent #E8B840
}

@media (max-width: 1023px) {
    .crypto {
        text-align: center
    }
    .crypto-gold {
        display: none
    }
    .crypto-title {
        margin: 0 0 25px
    }
    .crypto-text {
        width: 100%;
        padding: 30px 0 0
    }
    .crypto-video {
        order: -1;
        width: 65%;
        margin: 0 auto
    }
}

@media (max-width: 767px) {
    .crypto-video .video__play {
        border-width: 30px 0 30px 54px
    }
}

@media (max-width: 539px) {
    .crypto-video {
        width: 100%
    }
    .crypto-video .video__play {
        border-width: 20px 0 20px 34px
    }
}

.documents {
    position: relative;
    color: #fff
}

.documents .line-one {
    top: 0;
    bottom: auto
}

.documents-title {
    font-weight: 400;
    margin: 0 0 40px
}

.documents-img {
    position: absolute;
    width: 60%;
    right: 0;
    bottom: 0
}

.documents-hold {
    max-width: 650px;
    width: 100%;
    margin: 0 0 7%
}

.documents-box {
    position: relative;
    max-width: 250px;
    width: 100%;
    margin: 0 0 75px
}

.documents-box__title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 20px
}

.documents-box__doc {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.4;
    color: #A0A0B8;
    padding: 0 0 0 50px;
    margin: 0 0 30px
}

.documents-box__doc-icon {
    position: absolute;
    height: 32px;
    width: 25px;
    top: 0;
    left: 5px
}

.documents-box__doc-icon img {
    width: 100%
}

.documents-box__link {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    color: #E8B840;
    letter-spacing: 8px;
    text-transform: uppercase;
    padding: 18px 25px 15px;
    border-radius: 2px;
    border: 2px solid #E8B840
}

.documents-new-list {
    display: flex;
}

.documents-new-list .item {
    max-width: 320px;
}

.documents-new-list .item a {
    color: inherit;
}

.documents-new-list .h4 {
    color: #A0A0B8;
    font-weight: 500;
    font-size: 16px;
}

.documents-new-list .item .media {
    position: relative;
    margin-bottom: 30px;
}

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

.documents-new-list .item .media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.24) url(../images/Zoom.png) no-repeat center center;
    opacity: 0;
    transition: .4s;
    cursor: pointer;
}

.documents-new-list .item .media:hover:after {
    opacity: 1;
}

.documents-new-list .item + .item {
    margin-left: 80px;
}

@media (max-width: 1366px) {
    .documents-hold {
        margin: 0
    }
    .documents-box {
        margin: 0 0 40px
    }
    .documents-box__title {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .documents-img {
        right: -30px
    }
    .documents-box {
        margin: 0 0 20px
    }
    .documents-box__title {
        font-size: 20px
    }
    .documents-box__link {
        letter-spacing: 4px
    }
    .documents-new-list {
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    .documents-new-list .item {
        max-width: 100%;
    }

    .documents-new-list .item + .item {
        margin-left: 0;
        margin-top: 30px;
    }
}

.features-holder {
    padding: 0 0 3%
}

.features-title {
    margin: 0 0 85px
}

.features-hold {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px
}

.features-box {
    width: 33.333%;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    padding: 0 30px 0 0
}

.features-box__img {
    max-height: 128px;
    max-width: 128px;
    margin: 0 0 32px
}

.features-box__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin: 0 0 32px
}

@media (max-width: 1499px) {
    .features-hold {
        margin: 0 0 20px
    }
    .features-title {
        margin: 0 0 50px
    }
    .features-box__img {
        max-height: 100px;
        max-width: 100px
    }
}

@media (max-width: 1023px) {
    .features {
        text-align: center
    }
    .features-holder {
        padding: 0
    }
    .features-title {
        margin: 0 0 25px
    }
    .features-box__img {
        margin: 0 auto 20px
    }
    .features-box__title {
        font-size: 18px;
        letter-spacing: 4px;
        text-indent: 4px
    }
}

@media (max-width: 767px) {
    .features-hold {
        margin: 0
    }
    .features-box {
        width: 100%;
        font-size: 16px;
        padding: 0 0 20px
    }
    .features-box__img {
        max-height: 75px;
        max-width: 75px;
        margin: 0 auto 10px
    }
    .features-box__title {
        font-size: 20px;
        margin: 0 0 15px
    }
    .features-box p {
        margin: 0 0 10px
    }
}

.logo {
    flex-shrink: 0;
    max-width: 104px;
    width: 100%;
    transition: opacity .2s ease
}

.logo svg {
    display: block;
    height: 100%;
    width: 100%
}

.logo:hover {
    opacity: 0.7
}

@media (max-width: 1023px) {
    .logo {
        max-width: 90px
    }
}

.menu {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 auto
}

.menu .opener {
    display: none
}

.menu-list {
    display: flex
}

.menu-list__item {
    padding: 10px 0;
    margin: 0 14px
}

.menu-list__link {
    color: #303030;
    text-decoration: none;
    transition: all 0.2s linear
}

.menu-list__link:hover {
    color: #E8B840
}

.menu-list__link-active {
    color: #E8B840
}

.opener {
    overflow: hidden;
    position: relative;
    background: #000;
    width: 31px;
    height: 31px;
    border-radius: 3px;
    text-indent: -9999px
}

.opener:before, .opener:after, .opener span {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 16px;
    left: 25%;
    right: 25%;
    height: 3px;
    margin-top: -2px;
    transition: all 0.2s linear
}

.opener:before, .opener:after {
    content: '';
    top: 10px
}

.opener:after {
    top: 22px
}

.close-btn span, .active .opener span {
    opacity: 0
}

.opener:hover {
    opacity: .9
}

.close-btn:after, .close-btn:before, .active .opener:after, .active .opener:before {
    transform: rotate(45deg);
    top: 16px;
    left: 15%;
    right: 15%
}

.close-btn:after, .active .opener:after {
    transform: rotate(-45deg)
}

@media (max-width: 1265px) {
    .menu {
        margin: 0 auto
    }
}

@media (max-width: 1023px) {
    .menu {
        order: 1;
        margin: 0
    }
    .menu .opener {
        display: block
    }
    .menu .drop {
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999
    }
    .menu-list {
        text-align: center;
        flex-direction: column;
        width: 100%;
        padding: 10px 0;
        background: #fff;
        border: 1px solid #000
    }
    .menu-list__item {
        padding: 0;
        margin: 0
    }
    .menu-list__link {
        display: block;
        font-size: 18px;
        padding: 8px 20px
    }
    .menu .jcf-select {
        order: -1;
        margin: 0 30px 0 0
    }
    .menu.slide .drop {
        max-height: 0;
        transition: all 0.2s linear
    }
    .menu.slide.active .drop {
        max-height: 4000px
    }
    .menu.slide .drop>.menu-list {
        transition: all 0.2s linear;
        transform: translateY(-100%) scale(0)
    }
    .menu.slide.active .drop>.menu-list {
        transform: translateY(0) scale(1)
    }
}

.new .fp-tableCell {
    min-height: 100vh;
    flex-direction: column
}

.new .line-one {
    top: 0;
    bottom: auto
}

.new-title {
    font-size: 3.35vw;
    font-weight: 400;
    margin: 0 0 40px
}

.new-title__sub {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 35px
}

.new-hold {
    max-width: 750px;
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    color: #fff
}

.new-link {
    display: block;
    max-width: 184px;
    width: 100%;
    margin: 0 0 50px auto;
    transition: opacity .2s ease
}

.new-link:hover {
    opacity: 0.7
}

.new-img {
    position: absolute;
    max-width: 480px;
    width: 100%;
    right: 12.5%;
    bottom: 0
}

@media (max-width: 1499px) {
    .new-hold {
        margin: 0 0 3%
    }
    .new-img {
        max-width: 400px;
        right: 2%
    }
}

@media (max-width: 1366px) {
    .new-hold {
        margin: 0 0 3%
    }
    .new-img {
        max-width: 325px
    }
}

@media (max-width: 1023px) {
    .new-title {
        margin: 0 0 25px
    }
    .new-title__sub {
        font-size: 26px;
        margin: 0 0 25px
    }
    .new-hold {
        margin: 0
    }
    .new-link {
        max-width: 140px;
        margin: 0
    }
    .new-img {
        max-width: 200px
    }
    .new p {
        max-width: 440px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .new-title__sub {
        font-size: 20px;
        margin: 0 0 15px
    }
    .new-title__sub br {
        display: none
    }
    .new-link {
        max-width: 100px
    }
    .new-img {
        max-width: 175px
    }
}

@media (max-width: 539px) {
    .new .fp-tableCell {
        flex-wrap: wrap
    }
    .new-hold {
        font-size: 16px
    }
    .new-img {
        position: static;
        order: 1;
        margin: 25px auto -60px
    }
}

.news-title {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 30px
}

.news-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -20px 12%
}

.news-box {
    position: relative;
    display: flex;
    width: 47%;
    font-size: 18px;
    line-height: 1.2;
    color: #303030;
    padding: 0 20px;
    margin: 0 0 50px;
    transition: opacity .2s ease
}

.news-box__date {
    position: absolute;
    font-size: 18px;
    line-height: 1.2;
    color: #B08000;
    top: 5px;
    right: 15px
}

.news-box__img {
    width: 180px;
    border-radius: 4px
}

.news-box__img img {
    border-radius: 4px
}

.news-box__hold {
    flex: 1;
    padding: 0 0 0 42px
}

.news-box__title {
    display: block;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 8px;
    text-transform: uppercase;
    padding: 0 50px 0 0;
    margin: 5px 0 15px
}

.news-box:hover {
    opacity: 0.7
}

@media (max-width: 1499px) {
    .news-holder {
        margin: 0 -20px 5%
    }
    .news-box__img {
        width: 140px
    }
    .news-box__hold {
        padding: 0 0 0 25px
    }
}

@media (max-width: 1265px) {
    .news-box {
        width: 50%;
        margin: 0 0 20px
    }
    .news-box__date {
        top: 3px
    }
    .news-box__title {
        font-size: 20px;
        letter-spacing: 4px
    }
}

@media (max-width: 1023px) {
    .news .fp-tableCell {
        padding: 65px 0 30px
    }
    .news-title {
        font-size: 34px
    }
    .news-holder {
        margin: 0
    }
    .news-box {
        width: 100%
    }
}

@media (max-width: 767px) {
    .news-title {
        font-size: 30px
    }
    .news-box {
        text-align: center;
        flex-direction: column;
        padding: 0
    }
    .news-box__img {
        margin: 0 auto 10px
    }
    .news-box__hold {
        padding: 0
    }
    .news-box__title {
        padding: 0
    }
}

@media (max-width: 539px) {
    .news-title {
        font-size: 26px
    }
}

.partners-holder {
    padding: 0 0 3%
}

.partners-title {
    color: #fff;
    margin: 0 0 50px
}

.partners-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px
}

.partners-list__item {
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin: 0 40px 50px 0
}

.partners-list__link {
    transition: transform .2s ease
}

.partners-list__link:hover {
    transform: scale(1.1)
}

@media (max-width: 1499px) {
    .partners-holder {
        padding: 0
    }
    .partners-list__item {
        margin: 0 25px 40px 0
    }
    .partners-list__item img {
        max-width: 90%
    }
}

@media (max-width: 1366px) {
    .partners-holder {
        padding: 0
    }
    .partners-list__item {
        margin: 0 20px 30px 0
    }
}

@media (max-width: 1023px) {
    .partners-title {
        text-align: center;
        margin: 0 0 25px
    }
    .partners-list__item {
        justify-content: center;
        width: 33.3%;
        margin: 0 0 40px
    }
}

@media (max-width: 539px) {
    .partners-list__item {
        width: 50%
    }
}

.project-title {
    margin: 0 0 30px
}

.project-slider {
    margin: 0 0 12%
}

.project-slider .slick-list {
    padding: 20px 0
}

.project-slider .slick-slide {
    height: 100%
}

.project-slider__item {
    overflow: hidden;
    position: relative;
    display: block;
    padding-bottom: 100%;
    transition: transform .2s ease
}

.project-slider__item:after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color .1s ease
}

.project-slider__item img {
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    width: auto
}

.project-slider__item video {
    position: absolute;
    object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-slider__item:hover {
    transform: scale(1.1);
    z-index: 1
}

.project-slider__item:hover:after {
    background-color: transparent
}

.project-slider .slick-arrow {
    position: absolute;
    background: linear-gradient(180deg, #FCDC84 0%, #D8A008 100%);
    height: 48px;
    width: 48px;
    font-size: 0;
    line-height: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.project-slider .slick-arrow:after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background-color .1s ease
}

.project-slider .slick-arrow:hover:after {
    background-color: transparent
}

.project-slider .slick-prev {
    left: -48px
}

.project-slider .slick-prev:after {
    transform: rotate(180deg)
}

.project-slider .slick-next {
    right: -48px
}

@media (max-width: 1499px) {
    .project-slider {
        margin: 0 0 5%
    }
}

@media (max-width: 1023px) {
    .project .fp-tableCell {
        padding: 65px 0 0
    }
    .project-title {
        margin: 0 0 10px
    }
    .project-slider {
        padding: 0 48px;
        margin: 0 0 25px
    }
    .project .slick-prev {
        left: 0
    }
    .project .slick-next {
        right: 0
    }
}

@media (max-width: 767px) {
    .project-slider {
        padding: 0 40px;
        margin: 0
    }
    .project .slick-arrow {
        height: 40px;
        width: 40px
    }
}

.purple {
    position: relative;
    color: #fff;
    z-index: 1
}

.purple .line-one {
    top: 0;
    bottom: auto
}

.purple-img img {
    width: 100%
}

.purple-img__reliability {
    position: absolute;
    width: 56.3%;
    right: 0;
    bottom: 0;
    z-index: -1
}

.purple-img__decentralized {
    position: absolute;
    width: 51.3%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1
}

.purple-img__credible {
    width: 44.5%
}

.purple-img__mobility {
    width: 55%
}

.purple-img__innovative {
    width: 51%
}

.purple-img__data {
    width: 66.7%;
    margin: 0 0 0 -12%
}

.purple-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5;
    margin: 0 0 5%
}

.purple-holder__left {
    justify-content: flex-start
}

.purple-box {
    max-width: 560px;
    width: 100%
}

.purple-box__credible {
    margin: 0 0 0 8%
}

.purple-box__data {
    margin: 0 0 11% -3%
}

.purple-title {
    font-size: 3.35vw;
    font-weight: 700;
    margin: 0 0 20px
}

.purple-title span {
    display: block;
    font-weight: 300
}

@media (max-width: 1499px) {
    .purple-box {
        max-width: 560px;
        width: 100%
    }
    .purple-box__credible {
        margin: 0 0 0 8%
    }
    .purple-box__data {
        margin: 0 0 11% 0
    }
}

@media (max-width: 1023px) {
    .purple .fp-tableCell {
        flex-direction: column
    }
    .purple-img__reliability, .purple-img__decentralized {
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        transform: none
    }
    .purple-img__reliability, .purple-img__decentralized, .purple-img__credible, .purple-img__mobility, .purple-img__innovative, .purple-img__data {
        width: 50%;
        margin: 20px auto
    }
    .purple-box {
        max-width: 100%
    }
    .purple-box__credible, .purple-box__data {
        margin: 0
    }
}

@media (max-width: 767px) {
    .purple-title {
        font-size: 5vw
    }
    .purple-img__reliability, .purple-img__decentralized, .purple-img__credible, .purple-img__mobility, .purple-img__innovative, .purple-img__data {
        width: 75%
    }
}

@media (max-width: 539px) {
    .purple-title {
        font-size: 9vw
    }
}

.roadmap {
    color: #fff
}

.roadmap-bottom .fp-tableCell {
    align-items: flex-start
}

.roadmap-bottom .roadmap-list:before {
    top: -999px;
    bottom: 0
}

.roadmap-main .roadmap-list__item .item-box {
    padding: 10px 80px 5px 0
}

.roadmap-main .roadmap-list__item:nth-child(even) .item-box {
    padding: 10px 0 5px 80px
}

.roadmap-main .roadmap-list__item .item-box p {
    margin: 0 0 5px
}

.roadmap-title {
    margin: 0 0 10px
}

.roadmap-list {
    position: relative;
    max-width: 860px;
    width: 100%;
    padding: 0 0 0 80px;
    margin: 0 auto
}

.roadmap-list:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #C0A058 0%, rgba(252, 220, 132, 0.8) 43.07%, #908068 100%);
    width: 4px;
    top: 0;
    bottom: -999px;
    left: calc(50% + 40px);
    transform: translateX(-50%)
}

.roadmap-list__item {
    overflow: hidden;
    position: relative;
    font-size: 18px;
    line-height: 1.3
}

.roadmap-list__item:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 12px 32px #E8B840
}

.roadmap-list__item .item-box {
    position: relative;
    text-align: right;
    float: left;
    width: 50%;
    padding: 35px 80px 5px 0
}

.roadmap-list__item .item-box p {
    margin: 0 0 30px
}

.roadmap-list__item .item-box:before, .roadmap-list__item .item-box:after {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 50%
}

.roadmap-list__item .item-box:before {
    height: 4px;
    width: 4px;
    top: 40px;
    right: 50px
}

.roadmap-list__item .item-box:after {
    height: 8px;
    width: 8px;
    top: 38px;
    right: 32px
}

.roadmap-list__item:nth-child(even) .item-box {
    text-align: left;
    float: right;
    padding: 35px 0 5px 80px
}

.roadmap-list__item:nth-child(even) .item-box:before {
    right: auto;
    left: 50px
}

.roadmap-list__item:nth-child(even) .item-box:after {
    right: auto;
    left: 32px
}

.roadmap-list__item .item-date {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 15px
}

.roadmap-list__item:last-child {
    margin: -20px 0 0
}

@media (max-width: 1499px) {
    .roadmap-list {
        max-width: 1100px;
        padding: 0 0 0 60px
    }
    .roadmap-list:before {
        left: calc(50% + 30px)
    }
    .roadmap-list__item {
        font-size: 16px
    }
    .roadmap-list__item .item-box p {
        margin: 0 0 20px
    }
    .roadmap-list__item .item-box p br {
        display: none
    }
}

@media (max-width: 1023px) {
    .roadmap-top {
        background: linear-gradient(180deg, #cfb06f 0%, #9e7638 100%) !important;
        z-index: 2
    }
    .roadmap-top .fp-tableCell {
        padding: 82px 0 0
    }
    .roadmap-top .roadmap-list:after {
        content: "";
        position: absolute;
        background: url("../img/roadmap-top-after.png");
        background-size: cover;
        height: 90px;
        width: 290px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1
    }
    .roadmap-bottom {
        background: linear-gradient(180deg, #9e7638 0%, #cfb06f 100%) !important;
        z-index: 1
    }
    .roadmap-bottom .fp-tableCell {
        padding: 0 0 60px
    }
    .roadmap-bottom .roadmap-list:after {
        content: "";
        position: absolute;
        background: url("../img/roadmap-botto-after.png");
        background-size: cover;
        height: 93px;
        width: 290px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1
    }
    .roadmap-list {
        padding: 0
    }
    .roadmap-list:before {
        background: #CDAD60;
        left: 8px;
        bottom: 0;
        transform: translateX(0)
    }
    .roadmap-list__item:after {
        height: 20px;
        width: 20px;
        top: 32px;
        left: 0;
        transform: translateX(0);
        box-shadow: none
    }
    .roadmap-list__item:last-child {
        margin: 0
    }
    .roadmap-list__item .item-box {
        text-align: left;
        width: 100%
    }
    .roadmap-list__item p {
        margin: 0 0 10px
    }
    .roadmap-list__item .item-box, .roadmap-list__item:nth-child(even) .item-box {
        float: none;
        padding: 34px 0 0 50px
    }
    .roadmap-list__item .item-box:before, .roadmap-list__item:nth-child(even) .item-box:before {
        left: 38px
    }
    .roadmap-list__item .item-box:after, .roadmap-list__item:nth-child(even) .item-box:after {
        left: 25px
    }
    .roadmap-list__item .item-box br, .roadmap-list__item:nth-child(even) .item-box br {
        display: none
    }
}

.sgc {
    min-height: 100vh;
    color: #fff
}

.sgc-holder {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0 7%
}

.sgc-holder p {
    line-height: 1.4
}

.sgc-title {
    max-width: 1000px;
    width: 100%;
    margin: 0 0 28px
}

.sgc-hold {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 0 0
}

.sgc-discount {
    width: 57%;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 20px 0 0
}

.sgc-discount p {
    margin: 0 0 35px
}


.sgc-featured {
    width: 43%
}

.sgc-featured p {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #E0D0B8
}

.sgc-featured__list {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 0;
    margin: 0 0 80px
}

.sgc-featured__list li {
    display: flex;
    align-items: center;
    max-width: 200px;
    width: 100%;
    margin: 0 35px 20px 0
}

@media (max-width: 1499px) {
    .sgc-holder {
        padding: 0
    }
    .sgc-discount {
        width: 40%
    }
    .sgc-featured {
        width: 60%
    }
}

@media (max-width: 1365px) {
    .sgc-hold {
        padding: 20px 0 0
    }
    .sgc-featured__list {
        margin: 0 0 23px
    }
    .sgc-featured__list li {
        max-width: 150px
    }
}

@media (max-width: 1023px) {
    .sgc {
        text-align: center
    }
    .sgc .fp-tableCell {
        min-height: 100vh !important
    }
    .sgc-holder {
        padding: 10px 0 0
    }
    .sgc-holder p br {
        display: none
    }
    .sgc-title {
        margin: 0 0 25px
    }
    .sgc-hold {
        padding: 0
    }
    .sgc-discount {
        width: 100%;
        font-size: 24px;
        padding: 0 0 20px
    }
    .sgc-discount p {
        margin: 0 0 20px
    }
    .sgc-featured {
        width: 100%;
        font-size: 24px
    }
    .sgc-featured__list {
        justify-content: center;
        padding: 0
    }
    .sgc-featured__list li {
        max-width: 100px;
        margin: 0 20px 20px
    }
}

@media (max-width: 767px) {
    .sgc .sgc-holder {
        font-size: 16px
    }
    .sgc .sgc-holder p {
        line-height: 1.2
    }
    .sgc-title {
        margin: 0 0 15px
    }
    .sgc .sgc-discount {
        padding: 0 0 10px
    }
    .sgc-featured p {
        font-size: 16px;
        letter-spacing: 4px;
        margin: 0 0 10px
    }
    .sgc-featured__list {
        margin: 0 0 5px
    }
    .sgc-featured__list li {
        max-width: 65px;
        margin: 0 10px 10px
    }
}

@media (max-height: 568px) {
    .sgc-holder p {
        display: none
    }
}

.team-title {
    margin: 0 0 40px
}

.team-hold {
    display: flex;
    flex-wrap: wrap
}

.team-box {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 20%;
    font-size: 14px;
    line-height: 1.2;
    color: #303030;
    margin: 0 30px 0 0
}

.team-box__img {
    overflow: hidden;
    position: relative;
    border-radius: 4px 4px 0 4px;
    box-shadow: inset 0 0 128px #000;
    margin: 0 0 25px
}

.team-box__img img {
    width: 100%;
    border-radius: 4px 4px 0 4px
}

.team-box__link {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #FCDC84 0%, #D8A008 100%);
    height: 48px;
    width: 48px;
    right: 0;
    bottom: 0
}

.team-box__link svg {
    fill: #fff;
    width: 22px;
    height: 19px;
    transition: fill 0.2s linear
}

.team-box__link:hover svg {
    fill: #303030
}

.team-box__name {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    color: #101010;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin: 0 0 15px
}

.team-box__sub {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 15px
}

.team-box p {
    line-height: 1.6;
    margin: 0
}

@media (max-width: 1499px) {
    .team-title {
        margin: 0 0 25px
    }
    .team-box__img {
        margin: 0 0 25px
    }
    .team-box__name {
        font-size: 22px;
        margin: 0 0 15px
    }
    .team-box__sub {
        font-size: 16px;
        margin: 0 0 15px
    }
    .team-box p {
        line-height: 1.3
    }
}

@media (max-width: 1280px) {
    .team-box__name {
        font-size: 19px;
        letter-spacing: 1.5px
    }
    .team-box p {
        line-height: 1.2
    }
}

@media (max-width: 1023px) {
    .team-top .fp-tableCell {
        padding: 82px 0 0
    }
    .team-center .fp-tableCell, .team-bottom .fp-tableCell {
        padding: 60px 0 0
    }
    .team-hold {
        margin: 0 -10px
    }
    .team-box {
        width: calc(50% - 20px);
        margin: 0 10px 30px
    }
    .team-title {
        text-align: center;
        margin: 0 0 25px
    }
}

@media (max-width: 539px) {
    .team-hold {
        margin: 0
    }
    .team-box {
        width: 100%;
        margin: 0 0 30px
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .team-box__surname {
        background: none;
        color: #E8B840
    }
}

.token {
    color: #fff
}

.token-title {
    margin: 0 0 85px
}

.token-list {
    position: relative;
    background-size: cover !important;
    height: 512px;
    width: 512px;
    border-radius: 50%;
    margin: 0 auto
}

.token-list__item {
    position: absolute;
    display: flex;
    flex-direction: column;
    max-width: 280px;
    width: 100%;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 8px;
    text-transform: uppercase
}

.token-list__item-ico {
    text-align: right;
    top: 150px;
    left: -435px
}

.token-list__item-ico .token-list__text {
    padding: 0 20px 0 0
}

.token-list__item-ico .token-list__text:before {
    width: 260px;
    right: auto;
    left: 100%
}

.token-list__item-team {
    top: -60px;
    right: -200px
}

.token-list__item-team .token-list__text:before {
    width: 130px;
    top: 60px;
    right: calc(100% + 5px);
    transform: rotate(135deg)
}

.token-list__item-sale {
    top: 65px;
    right: -336px
}

.token-list__item-sale .token-list__text:before {
    width: 106px
}

.token-list__item-marketing {
    right: -415px;
    bottom: 250px
}

.token-list__item-marketing .token-list__text:before {
    width: 122px
}

.token-list__item-strategic {
    right: -465px;
    bottom: 55px
}

.token-list__item-strategic .token-list__text:before {
    width: 190px
}

.token-list__text {
    position: relative;
    margin: 0 0 8px
}

.token-list__text:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    width: 200px;
    top: 15px;
    right: calc(100% + 20px)
}

.token-list__percent {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 300;
    color: #E8B840
}

@media (max-width: 1499px) {
    .token-title {
        margin: 0 0 50px
    }
    .token-list {
        height: 430px;
        width: 430px
    }
    .token-list__item {
        font-size: 20px;
        letter-spacing: 4px
    }
    .token-list__item-ico {
        left: -325px
    }
    .token-list__item-ico .token-list__text:before {
        width: 130px
    }
    .token-list__item-team {
        top: -60px;
        right: -230px
    }
    .token-list__item-team .token-list__text:before {
        width: 130px
    }
    .token-list__item-sale {
        top: 40px;
        right: -300px
    }
    .token-list__item-sale .token-list__text:before {
        width: 70px
    }
    .token-list__item-marketing {
        bottom: 240px;
        right: -358px
    }
    .token-list__item-marketing .token-list__text:before {
        width: 70px
    }
    .token-list__item-strategic {
        right: -350px
    }
    .token-list__item-strategic .token-list__text:before {
        width: 70px
    }
    .token-list__text:before {
        top: 11px
    }
    .token-list__percent {
        font-size: 24px
    }
}

@media (max-width: 1023px) {
    .token-title {
        margin: 0 0 25px
    }
    .token-list {
        height: 300px;
        width: 300px
    }
    .token-list__item {
        max-width: 200px;
        font-size: 16px;
        letter-spacing: 2px
    }
    .token-list__item-ico {
        left: -230px
    }
    .token-list__item-ico .token-list__text:before {
        width: 50px
    }
    .token-list__item-team {
        top: -35px;
        right: -135px
    }
    .token-list__item-team .token-list__text:before {
        width: 50px;
        top: 25px;
        transform: rotate(145deg)
    }
    .token-list__item-sale {
        top: 25px;
        right: -195px
    }
    .token-list__item-sale .token-list__text:before {
        width: 30px
    }
    .token-list__item-marketing {
        bottom: 145px;
        right: -246px
    }
    .token-list__item-marketing .token-list__text:before {
        width: 30px
    }
    .token-list__item-strategic {
        right: -245px
    }
    .token-list__item-strategic .token-list__text:before {
        width: 30px
    }
    .token-list__text {
        margin: 0 0 4px
    }
    .token-list__text:before {
        top: 9px
    }
    .token-list__percent {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .token-list {
        height: 200px;
        width: 200px;
        margin: 0
    }
    .token-list__item {
        max-width: 150px;
        font-size: 12px
    }
    .token-list__item-ico {
        left: auto;
        top: auto;
        right: 150px;
        bottom: -25px
    }
    .token-list__item-ico .token-list__text:before {
        top: 0;
        left: 90%;
        transform: rotate(165deg)
    }
    .token-list__item-team {
        top: -20px;
        right: -105px
    }
    .token-list__item-team .token-list__text:before {
        width: 30px;
        top: 20px;
        transform: rotate(150deg)
    }
    .token-list__item-sale {
        top: 10px;
        right: -145px
    }
    .token-list__item-sale .token-list__text:before {
        top: 20px;
        transform: rotate(150deg)
    }
    .token-list__item-marketing {
        bottom: 100px;
        right: -160px
    }
    .token-list__item-strategic {
        right: -160px;
        bottom: 0
    }
    .token-list__text:before {
        top: 7px;
        right: calc(100% + 10px)
    }
    .token-list__percent {
        font-size: 18px
    }
}

.warehouse {
    color: #fff
}

.warehouse-holder {
    padding: 0 0 4%
}

.warehouse-title {
    margin: 0 0 100px
}

.warehouse-list {
    overflow: hidden;
    background-size: contain !important;
    padding: 60px 0
}

.warehouse-mining-plant .warehouse-list {
    padding: 20px 0;
}

.warehouse-mining-plant .warehouse-title {
    margin: 0 0 140px
}

.warehouse-list__item {
    overflow: hidden;
    width: 50%;
    padding: 45px 0 0;
    margin: 0 0 85px
}

.warehouse-list__item:nth-child(odd) {
    float: left
}

.warehouse-list__item:nth-child(odd) .warehouse-list__text {
    text-align: right
}

.warehouse-list__item:nth-child(even) {
    float: right
}

.warehouse-list__item:nth-child(even) .warehouse-list__text {
    text-align: left;
    float: right
}

.warehouse-list__text {
    display: block;
    max-width: 360px;
    width: 100%;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 8px;
    text-transform: uppercase
}

.warehouse-title.technology-title {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.technology-mini {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.technology-list {
    max-width: 1260px;
    position: relative;
}

.technology-list__text {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
}

.technology-list__item.first {
    text-align: right;
    margin-bottom: 40px;
}

.technology-list__item.second {
    max-width: 220px;
    margin-left: 100px;
    margin-bottom: 25vh;
    margin-left: 20%;
}

.technology-list__item.third {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7.5vh;
    padding-left: 60px;
}

.technology-list__item.fourth {
    margin: auto;
    max-width: 400px;
}


.technology-list__item p {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

@media (max-width: 1499px) {
    .warehouse-title {
        margin: 0 0 50px
    }
    .technology-list__item.second {
        margin-bottom: 40px;
    }
    .technology-mini {
        max-width: 70%;
    }
}

@media (max-width: 1023px) {
    .warehouse-holder {
        padding: 0
    }
    .warehouse-title {
        margin: 0 0 25px
    }
    .warehouse-list__item:nth-child(odd) .warehouse-list__text {
        text-align: left
    }
    .warehouse-list__item:nth-child(even) .warehouse-list__text {
        text-align: right
    }
    .warehouse-list__text {
        font-size: 20px;
        letter-spacing: 4px
    }

    .technology-list__item.second {
        margin-left: 0;
    }
    .technology-list__item.third {
        margin-bottom: 80px;
        padding-left: 0;
    }

    .technology-list__text {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .warehouse-list__item {
        padding: 20px 0 0;
        margin: 0 0 20px
    }
    .warehouse-list__item:nth-child(odd) .warehouse-list__text {
        text-align: left
    }
    .warehouse-list__item:nth-child(even) .warehouse-list__text {
        text-align: right
    }
    .warehouse-list__text {
        font-size: 13px;
        letter-spacing: 1px
    }

    .technology-list__item.technology-list__item {
        margin-bottom: 10px;
        text-align: left;
    }
    .technology-list__text {
        font-size: 18px;
    }
    .technology-mini {
        position: static;
        margin: 0 auto 40px;
        max-width: 100%;
        transform: none;
    }

    .technology-list__item.third {
        flex-direction: column;
    }
}

.footer {
    position: absolute;
    background: #000;
    font-size: 14px;
    line-height: 1.2;
    color: #E0D0B8;
    padding: 60px 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.footer-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.footer-left, .footer-center, .footer-right {
    width: 33.333%
}

.footer-logo {
    display: block;
    max-width: 104px;
    width: 100%;
    margin: 0 auto;
    transition: opacity .2s ease
}

.footer-logo img {
    width: 100%
}

.footer-logo:hover {
    opacity: 0.7
}

.footer-right {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.footer-btn {
    display: block;
    max-width: 118px;
    width: 100%;
    margin: 0 0 0 40px;
    transition: opacity .2s ease
}

.footer-btn img {
    width: 100%
}

.footer-btn:hover {
    opacity: 0.7
}

.footer p {
    margin: 0
}

.footer p:not(:last-child) {
    margin: 0 0 5px
}

@media (max-width: 1499px) {
    .footer {
        padding: 40px 0
    }
}

@media (max-width: 1023px) {
    .fullpage-wrapper {
        margin: 0 0 200px
    }
    .footer {
        padding: 20px 0;
        bottom: auto
    }
    .footer-holder {
        text-align: center;
        flex-direction: column
    }
    .footer-left, .footer-center, .footer-right {
        width: 100%;
        margin: 0 0 15px
    }
    .footer-center {
        order: -1
    }
    .footer-right {
        flex-direction: column;
        justify-content: center
    }
    .footer-btn {
        order: -1;
        margin: 0 0 15px
    }
}

@media (max-width: 440px) {
    .fullpage-wrapper {
        margin: 0 0 235px
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    background: #fff;
    padding: 28px 40px;
    box-shadow: 0 16px 24px rgba(196, 196, 196, 0.2)
}

.header-box {
    display: flex;
    align-items: center
}

.lang-select-wrap {
    position: relative;
    width: 64px;
    height: 56px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #E0D0B8;
    border-radius: 4px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    margin-left: 15px;
}

.lang-select-wrap .item {
    height: 40px;
    line-height: 40px;
    width: 80px;
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.lang-select-wrap .lang-drop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 80px;
    background: #786850;
    border-radius: 4px;
    border-top-left-radius: 0;
    z-index: 1;
    display: none;
}

.lang-select-wrap .current {
    color: #FCDC84;
}

.header .link-join {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    color: #40A0E8;
    padding: 6px 0 6px 42px;
    margin: 0 25px 0 20px;
    transition: opacity .2s linear
}

.header .link-join__icon {
    position: absolute;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.header .link-join__icon img {
    width: 100%
}

.header .link-join:hover {
    opacity: 0.7
}

.header .link-login {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    min-width: 160px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-indent: 8px;
    color: #E8B840;
    padding: 19px 20px 17px;
    border: 2px solid #E8B840;
    border-radius: 4px;
    transition: background .2s linear, background .2s linear
}

.header .link-signup {
    margin-left: 15px;
    white-space: nowrap;
}

.header .link-login__icon {
    display: none;
    height: 32px;
    width: 32px
}

.header .link-login__icon img {
    width: 100%
}

.header .link-login:hover {
    background: #E8B840;
    color: #fff
}

@media (max-width: 1365px) {
    .header .link-join {
        font-size: 0;
        padding: 16px;
        margin: 0 20px
    }
    .header .link-login {
        min-width: 110px;
        letter-spacing: 4px;
        text-indent: 4px
    }
}

@media (max-width: 1023px) {
    .header .container {
        padding: 20px;
        box-shadow: 0 5px 25px #E0D0B8
    }
    .header-box {
        margin: 0 0 0 auto
    }
    .header .link-login {
        font-size: 0;
        min-width: auto;
        padding: 0;
        border: 0
    }
    .header .link-signup {
        display: none;
    }
    .header .link-login__icon {
        display: block
    }
    .header .link-login:hover {
        background: #fff
    }
    .lang-select-wrap {
        height: 34px;
        width: 42px;
        line-height: 34px;
        margin: 0 30px
    }
    .lang-select-wrap .lang-drop {
        width: 42px;
    }
    .lang-select-wrap .item {
        padding: 5px;
        line-height: 25px;
        height: 34px;
        width: 42px;
    }
}

@media (max-width: 767px) {
    .header .link-join {
        margin: 0 15px
    }
    .lang-select-wrap {
        margin: 0 15px
    }
}

.main {
    position: relative;
    flex: 1 0 auto
}

.wrapper {
    overflow: hidden;
    position: relative;
    min-height: 100%
}

.wrapper:before {
    content: "";
    position: absolute;
    background: #F8C810;
    height: 2px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999
}

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