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

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

body {
    font-size: 16px;
    line-height: 1
}

ol,
ul {
    list-style: disc;
    list-style-position: inside
}

blockquote,
q {
    quotes: none
}

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

table {
    border-spacing: 0
}

a {
    color: inherit
}

[role=button] {
    cursor: pointer
}

*,
:after,
:before {
    box-sizing: border-box
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

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

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
    animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
    animation-iteration-count: calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay)*2);
    animation-delay: calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay)*3);
    animation-delay: calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay)*4);
    animation-delay: calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay)*5);
    animation-delay: calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration)/2);
    animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration)*.8);
    animation-duration: calc(var(--animate-duration)*.8)
}

.animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration)*3);
    animation-duration: calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce),
print {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important
    }

    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95);
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }

    80% {
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95);
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

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

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

@-webkit-keyframes shakeX {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 shakeX {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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)
    }
}

.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
}

@-webkit-keyframes shakeY {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

@keyframes shakeY {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY
}

@-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)
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

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

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.animate__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)
    }
}

.animate__heartBeat {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration)*1.3);
    animation-duration: calc(var(--animate-duration)*1.3);
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
    0% {
        opacity: .7;
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7)
    }

    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes backInDown {
    0% {
        opacity: .7;
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7)
    }

    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}

@-webkit-keyframes backInLeft {
    0% {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7)
    }

    80% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes backInLeft {
    0% {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7)
    }

    80% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}

@-webkit-keyframes backInRight {
    0% {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7)
    }

    80% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes backInRight {
    0% {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7)
    }

    80% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight
}

@-webkit-keyframes backInUp {
    0% {
        opacity: .7;
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7)
    }

    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes backInUp {
    0% {
        opacity: .7;
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7)
    }

    80% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp
}

@-webkit-keyframes backOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: .7;
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7)
    }
}

@keyframes backOutDown {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: .7;
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7)
    }
}

.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7)
    }
}

@keyframes backOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: .7;
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7)
    }
}

.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7)
    }
}

@keyframes backOutRight {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: .7;
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7)
    }

    to {
        opacity: .7;
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7)
    }
}

.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: .7;
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7)
    }
}

@keyframes backOutUp {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    20% {
        opacity: .7;
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7)
    }

    to {
        opacity: .7;
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7)
    }
}

.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.animate__bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

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

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

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight
}

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

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

@-webkit-keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

@keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
    }

    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

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

@-webkit-keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

@-webkit-keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

.animate__flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg)
    }

    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

.animate__flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
    animation-duration: calc(var(--animate-duration)*.75);
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

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

    60% {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    60% {
        opacity: 1;
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg)
    }

    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg)
    }

    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

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

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg)
    }
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg)
    }
}

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

@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg)
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg)
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg)
    }

    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0)
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg)
    }

    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0)
    }
}

.animate__hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.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 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.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)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

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

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

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

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

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

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

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

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

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

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

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

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

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

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

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

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

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

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

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

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

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

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

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

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

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

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

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0)
    }
}

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

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

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

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

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

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0)
    }
}

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

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0)
    }
}

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

.container main h2 {
    --stroke-size: 0.1em;
    --shadow: $size/1.2 $size/1.2 $color;
    padding: .1em;
    position: relative;
    -webkit-text-stroke: .1em #000;
    -webkit-text-stroke: .1em var(--color-main);
    color: #f6a912;
    color: var(--color-text-highlight);
    font-family: mainTitle;
    text-shadow: 0 .1em #000
}

.container main h2:before {
    bottom: .1em;
    content: attr(data-text);
    left: .1em;
    position: absolute;
    right: .1em;
    text-shadow: none;
    top: .1em;
    z-index: 1;
    -webkit-text-stroke: 0;
    color: inherit;
    pointer-events: none
}

@font-face {
    font-family: mainFont;
    font-weight: 400;
    src: local("Comic Sans MS"), url(/static/media/comicbd.03ce8dc39cc924b9d8b6.ttf)
}

@font-face {
    font-family: mainTitle;
    font-weight: 700;
    src: local("ObelixPro"), url(/static/media/ObelixPro-cyr-3.dd860b1051c19c45ffc7.ttf)
}

:root {
    --color-main: #000;
    --color-highlight: #131da7;
    --color-text-highlight: #2b37df;
    --color-text-highlighter: #e4572c;
    --color-gray: #858586;
    --color-grayer: #ededed;
    --color-dark: #696a74;
    --color-darker: #292725;
    --color-red: #df1818;
    --color-success: #6cb43f;
    --color-fail: #fb4b35;
    --bg-color: #007cff;
    --border-color: var(--color-main);
    --border-radius: 1em;
    --border-width: 0.1em;
    --border: var(--border-width) solid var(--border-color);
    --space-page-body: 2vw;
    --box-padding: 1.5em;
    --box-bg-color: #fff;
    --font-size: 22px
}

body,
html {
    scroll-behavior: smooth
}

html {
    font-size: clamp(16px, .9375vw, 26px)
}

body {
    background-color: #39a646;
    background-color: var(--bg-color);
    color: #fff;
    font-family: mainFont;
    font-size: 22px;
    font-size: var(--font-size);
    margin: 0
}

body.noscroll,
body:has(.menu.show) {
    height: 100vh;
    overflow: hidden
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    color: #f6a912;
    color: var(--color-highlight);
    text-decoration: underline
}

h1,
h2,
h3 {
    font-family: mainTitle
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

table {
    border-collapse: collapse
}

iframe[style*="2147483647"] {
    display: none
}

.mt-1 {
    margin-top: .5em
}

.mt-2 {
    margin-top: 1em
}

.mt-3 {
    margin-top: 1.5em
}

.mt-4 {
    margin-top: 2em
}

.mt-5 {
    margin-top: 2.5em
}

.txt-center {
    text-align: center
}

.txt-highlight {
    color: #f6a912;
    color: var(--color-text-highlight)
}

.tips {
    color: #858586;
    color: var(--color-gray)
}

.tips p {
    margin: var(--space-base) 0 0
}

.svg-stroke {
    stroke: #000;
    stroke-width: .1em;
    paint-order: stroke;
    text-shadow: .1em .1em #000;
    fill: #fff;
    height: 1.2em
}

.txt-stroke-s {
    padding: .1em;
    text-shadow: .1em 0 #000, -.1em 0 #000, 0 .1em #000, 0 -.1em #000, .1em .1em #000, -.1em -.1em #000, .1em -.1em #000, -.1em .1em #000, .1em .1em #000;
    text-shadow: .1em 0 var(--color-main), -.1em 0 var(--color-main), 0 .1em var(--color-main), 0 -.1em var(--color-main), .1em .1em var(--color-main), -.1em -.1em var(--color-main), .1em -.1em var(--color-main), -.1em .1em var(--color-main), .1em .1em var(--color-main)
}

.txt-stroke {
    --stroke-size: 0.1em;
    --shadow: $size/1.2 $size/1.2 $color;
    padding: var(--stroke-size);
    position: relative;
    -webkit-text-stroke: var(--stroke-size) #000;
    -webkit-text-stroke: var(--stroke-size) var(--color-main);
    text-shadow: var(--shadow)
}

.txt-stroke:before {
    bottom: var(--stroke-size);
    content: attr(data-text);
    left: var(--stroke-size);
    position: absolute;
    right: var(--stroke-size);
    text-shadow: none;
    top: var(--stroke-size);
    z-index: 1;
    -webkit-text-stroke: 0;
    color: inherit;
    pointer-events: none
}

.btn {
    --bg-color: #fff;
    --padding: 0.7em;
    --border-radius: 5em;
    --border-color: #000;
    align-items: center;
    background-color: #39a646;
    background-color: var(--bg-color);
    border: .1em solid #000;
    border: var(--border-width) solid var(--border-color);
    border-radius: 1em;
    border-radius: var(--border-radius);
    color: #000;
    color: var(--color-main);
    display: flex;
    display: inline-flex;
    justify-content: center;
    padding: var(--padding) calc(var(--padding)*2);
    position: relative;
    z-index: 0;
    fill: #000;
    cursor: pointer;
    font-weight: 700;
    transition: all .2s ease-in
}

.btn:has(div),
.btn:has(img),
.btn:has(svg) {
    gap: .5em
}

.btn img,
.btn svg {
    height: 1.1em;
    width: 1.1em
}

.btn:active,
.btn:hover {
    --bg-color: var(--color-highlight) !important
}

.btn:active a,
.btn:active:is(a),
.btn:hover a,
.btn:hover:is(a) {
    color: inherit;
    text-decoration: none
}

.btn.btn-block {
    display: flex;
    margin-left: auto;
    margin-right: auto
}

.btn .pulse-bubble {
    background-color: #000
}

.btn.btn-small {
    --border-radius: 0.5em;
    --padding: 0.2em;
    font-size: .8em
}

.btn.btn-big {
    --padding: 1em
}

.btn.disabled,
.btn:disabled {
    background-color: #dfdfdf !important;
    border-color: #858586 !important;
    border-color: var(--color-gray) !important;
    color: #7a7a7a !important;
    cursor: not-allowed
}

.btns {
    gap: 1em
}

.btns,
.icon {
    align-items: center;
    display: flex
}

.icon {
    background-color: #f6a912;
    background-color: var(--color-highlight);
    border: .1em solid #000;
    border: var(--border);
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    height: 2.33em;
    justify-content: center;
    overflow: hidden;
    padding: .3em;
    transition: transform .2s;
    width: 2.33em
}

.icon img,
.icon svg {
    height: 90%;
    transition: transform .2s;
    width: 90%
}

.icon.icon-big {
    height: 2.5em;
    width: 2.5em
}

.icon.icon-bigger {
    height: 3em;
    width: 3em
}

.icon:hover {
    background-color: #f6a912;
    background-color: var(--color-highlight)
}

.icon:hover img,
.icon:hover svg {
    transform: scale(1.1)
}

.icon.badge {
    position: relative
}

.icon.badge:before {
    background-color: #d60000;
    border-radius: 50%;
    content: "";
    height: .4em;
    position: absolute;
    right: .1em;
    top: .1em;
    width: .4em;
    z-index: 1
}

.icon:has(img) {
    padding: 0
}

.icon:has(img) img {
    height: 100%;
    width: 100%
}

.icons {
    display: flex;
    gap: .5em
}

.icon-copy,
.icons {
    align-items: center
}

.icon-copy {
    cursor: pointer;
    display: inline-flex;
    height: 1.5em;
    justify-content: center;
    position: relative;
    width: 1.5em
}

.icon-copy svg {
    height: 100%;
    width: 100%
}

.icon-copy svg use {
    left: 0;
    position: absolute;
    top: 0
}

.icon-copy svg use:first-child~use {
    opacity: 0
}

.icon-copy:hover svg use:nth-child(2):not(.success) {
    opacity: 1
}

.icon-copy.copyed svg:has(.success) {
    fill: #6cb43f;
    fill: var(--color-success)
}

.icon-copy.copyed svg:has(.success) use {
    opacity: 0 !important
}

.icon-copy.copyed svg:has(.success) use.success {
    opacity: 1 !important
}

.icon-success {
    display: inline-block;
    height: 1.3em;
    opacity: 0;
    width: 1.3em;
    z-index: -1;
    fill: #6cb43f;
    fill: var(--color-success);
    transition: all .5s ease-in
}

.icon-success svg {
    height: 100%;
    width: 100%
}

.icon-success.copyed {
    opacity: 1;
    z-index: 1
}

.flex {
    display: flex
}

.flex.flex-column {
    flex-direction: column
}

.flex.flex-center {
    align-items: center
}

.flex.flex-center,
.flex.flex-center-x {
    justify-content: center
}

.flex.flex-center-y {
    align-items: center
}

.flex.flex-between {
    justify-content: space-between
}

.box {
    background-color: #fff;
    background-color: var(--box-bg-color);
    border: .1em solid #000;
    border: var(--border-width) solid var(--border-color);
    border-radius: 1em;
    border-radius: var(--border-radius);
    padding: 1.5em;
    padding: var(--box-padding)
}

.tooltip {
    --arrow-left: 50%;
    --left: 0;
    --top: 100%;
    --width: max-content;
    --height: fit-content;
    background-color: #8f9998f2;
    border-radius: .5em;
    color: #485957;
    font-size: .66em;
    left: var(--left);
    max-width: 30em;
    opacity: 0;
    padding: .5em 1em .6em;
    position: fixed;
    transition: opacity .5s;
    visibility: hidden;
    width: max-content;
    z-index: -1
}

.tooltip:after {
    border-color: #0000;
    border-style: solid;
    border-width: 1em .6em;
    content: "";
    height: 0;
    left: calc(var(--arrow-left) + .3em);
    position: absolute;
    width: 0
}

.tooltip.top {
    top: calc(var(--top) - var(--height) - 1em)
}

.tooltip.top:after {
    border-top-color: #858586;
    border-top-color: var(--color-gray);
    top: calc(100% - 2px)
}

.tooltip.bottom {
    top: calc(var(--top) + 3em)
}

.tooltip.bottom:after {
    border-bottom-color: #858586;
    border-bottom-color: var(--color-gray);
    bottom: calc(100% - 2px);
    top: auto
}

.datalist {
    display: flex;
    flex-direction: column;
    gap: .2em;
    justify-content: space-between;
    text-align: left
}

.datalist a:hover {
    color: #f6a912;
    color: var(--color-text-highlight)
}

.datalist .row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: .8rem 0;
    width: 100%
}

.datalist .row>div {
    flex: 1 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.datalist .row .index {
    flex: 0 0 4em;
    text-align: center
}

.datalist .row .amount {
    padding-left: 6em
}

.datalist .row .amount2 {
    padding-left: 3em
}

.datalist .body {
    flex: 1 1
}

.datalist .body .row:hover {
    background-color: #fff3;
    border-radius: .8em
}

.datalist .avatar {
    height: 2em;
    width: 2em
}

.datalist header {
    font-weight: 700
}

.datalist header.box-header .row {
    border: none;
    box-shadow: 0 .33em 0 #000c;
    margin-bottom: .4em
}

.datalist footer {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.community-links {
    align-items: center;
    display: flex;
    gap: 1em;
    justify-content: center
}

.community-links li {
    transition: all .2s ease-out
}

.community-links li a {
    align-items: center;
    background-color: #39a646;
    background-color: var(--bg-color);
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    padding: .4em;
    width: 100%;
    fill: #fff
}

.community-links li svg {
    height: 90%;
    width: 90%
}

.community-links li.twitter svg {
    height: 70%;
    width: 70%
}

.community-links li.telegram svg {
    height: 80%;
    transform: translateX(-.05em);
    width: 80%;
    stroke-width: .1em;
    stroke: #fff
}

.community-links li.discord svg {
    height: 85%;
    width: 85%
}

.community-links li.facebook svg {
    height: 75%;
    width: 75%
}

.community-links li.medium svg {
    height: 70%;
    width: 70%
}

.community-links li:hover {
    transform: scale(1.1)
}

.community-links.type-icon li {
    height: 2.4em;
    width: 2.4em
}

.community-links.type-both li a {
    flex-direction: column
}

.countdown {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: .5em;
    padding: .5em 0
}

.countdown h3 {
    color: #5373c1;
    font-size: 1.67em
}

.countdown h4 {
    font-size: 1em;
    font-weight: 400;
    margin: 0
}

.countdown .time {
    align-items: center;
    display: flex;
    margin-top: .4em
}

.countdown .time>div {
    align-items: flex-end;
    display: flex;
    font-family: mainTitle;
    font-size: 1.6em
}

.countdown .time>div>span {
    margin: 0 .1em;
    text-align: center;
    width: auto
}

.countdown .time>div .time-bg {
    background-color: #c7e4f8;
    border-radius: .3em;
    margin: 0;
    width: 1.57em
}

.countdown .time sub {
    color: #696a74;
    color: var(--color-dark);
    color: #959595;
    font-size: .625em;
    margin-left: .2em
}

.countdown.horizontal {
    flex-direction: row;
    justify-content: space-between
}

.points {
    align-items: center;
    display: flex;
    --stroke-size: 0.1em;
    --shadow: $size/1.2 $size/1.2 $color;
    padding: 0;
    -webkit-text-stroke: 0 #000;
    -webkit-text-stroke: 0 var(--color-main);
    font-family: mainTitle;
    font-size: 1.33em;
    position: relative;
    text-shadow: var(--shadow)
}

.points:before {
    bottom: 0;
    content: attr(data-text);
    left: 0;
    right: 0;
    text-shadow: none;
    top: 0;
    z-index: 1;
    -webkit-text-stroke: 0;
    color: inherit;
    content: "";
    height: 2em;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: -.5em;
    transform: translateX(-50%);
    width: 2em
}

.animate-start {
    opacity: 100;
    transition: opacity 1s
}

.animate-start.animate {
    opacity: 1
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 375px;
    overflow: hidden
}

.container main {
    flex: 1 1
}

.container main h2 {
    font-size: 2em;
    margin-bottom: 1em;
    text-align: center
}

.container main>div {
    padding: 5em 0;
    position: relative
}

.container main>div:target:not(#home, :last-child) {
    padding-top: 15vh
}

.container main>div:only-child {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%
}

.container main>div.dark {
    background-color: #000;
    background-color: var(--color-main);
    color: #fff
}

.container main>div.dark h2 {
    color: #39a646;
    color: var(--bg-color)
}

.container .page-body {
    height: 100%;
    margin: 0 auto;
    max-width: calc(max(58.4635416667vw, 62.3611111111em) + 4vw);
    max-width: calc(max(58.4635416667vw, 62.3611111111em) + var(--space-page-body)*2);
    padding: 0 2vw;
    padding: 0 var(--space-page-body);
    position: relative;
    width: 100%;
    z-index: 1
}

.container .page-body>header {
    position: relative;
    text-align: center
}

.container .page-body>header p[data-text] {
    font-family: mainTitle;
    font-size: 4.17em
}

.container .page-body>header.animate {
    animation: fadeInUp .5s ease-in
}

.container .page-body .img img {
    width: 100%
}

@media screen and (min-width:3000px) {
    :root {
        --font-size: 34px
    }
}

@media screen and (-webkit-min-device-pixel-ratio:2),
screen and (min-device-pixel-ratio:2) {
    :root {
        --font-size: 18px
    }
}

@media screen and (max-width:750px) {
    .container main h2 {
        font-size: 1.6em
    }

    .container main>div {
        padding: 2em 0
    }
}

@media screen and (max-width:480px) {
    :root {
        --space-page-body: 4vw;
        --font-size: 16px;
        --box-padding: 1em
    }

    .countdown h4 {
        font-size: .4em;
        padding-top: .6em
    }

    .countdown .time div {
        font-size: 1.8em
    }

    .countdown .time div span {
        margin: 0 .1em
    }

    .countdown .time div .time-bg {
        border-radius: .4em;
        margin: 0;
        padding: .1em .2em
    }
}

.state-btn-bala {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.state-btn-bala.shake {
    animation: shake .8s
}

@keyframes shake {
    10% {
        transform: rotate(5deg)
    }

    20% {
        transform: rotate(-5deg)
    }

    30% {
        transform: rotate(5deg)
    }

    40% {
        transform: rotate(-5deg)
    }

    45% {
        transform: rotate(0deg)
    }
}

.state-btn-bala .hint-text {
    font-size: .3rem;
    height: .4rem;
    left: 50%;
    position: absolute;
    top: -.4rem;
    transform: translate3d(-50%, 0, 0);
    white-space: nowrap
}

.state-btn-bala .error-text {
    color: red
}

.state-btn-bala .succeed-text {
    color: green
}

.pulse-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: 5px;
    width: 16px
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: .25;
        transform: scale(.75)
    }
}

.pulse-bubble {
    background-color: #fff;
    border-radius: 50%;
    height: 4px;
    width: 4px
}

.pulse-bubble-1 {
    animation: pulse .4s ease 0s infinite alternate
}

.pulse-bubble-2 {
    animation: pulse .4s ease .2s infinite alternate
}

.pulse-bubble-3 {
    animation: pulse .4s ease .4s infinite alternate
}

.page-header .logo h2 {
    --stroke-size: 0.1em;
    --shadow: $size/1.2 $size/1.2 $color;
    padding: .1em;
    position: relative;
    -webkit-text-stroke: .1em var(--color-main);
    text-shadow: 0 .1em #000
}

.page-header .logo h2:before {
    bottom: .1em;
    content: attr(data-text);
    left: .1em;
    position: absolute;
    right: .1em;
    text-shadow: none;
    top: .1em;
    z-index: 1;
    -webkit-text-stroke: 0;
    color: inherit;
    pointer-events: none
}

.page-header .btn-menu,
.page-header .menu .btn-close {
    align-items: center;
    cursor: pointer;
    display: flex;
    display: none;
    height: 2.36em;
    justify-content: center;
    padding: .4em;
    width: 2.36em
}

.page-header .btn-menu svg,
.page-header .menu .btn-close svg {
    height: 100%;
    width: 100%
}

.page-header {
    --gap: 5vw;
    left: 0;
    padding: 1em 0 .5em;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .5s ease-in;
    z-index: 11
}

.page-header .page-body {
    background-color: #ffffff4d;
    border: .1em solid #000;
    border-radius: 5em;
    gap: min(2em, 2vw);
    height: 4em;
    justify-content: space-between
}

.page-header .logo,
.page-header .page-body {
    align-items: center;
    display: flex
}

.page-header .logo {
    gap: .5em;
    transition: all .5s
}

.page-header .logo img {
    height: 1.75em;
    transform: scale(1.8)
}

.page-header .logo h2 {
    color: var(--color-text-highlight);
    font-family: mainTitle;
    font-size: 1.5em;
    white-space: nowrap
}

.page-header .right {
    display: flex;
    flex: 1 1 60%;
    font-size: .83em;
    gap: min(1em, 1vw);
    justify-content: flex-end
}

.page-header .menu {
    align-items: center;
    display: flex;
    flex: 1 1;
    font-size: .83em;
    font-weight: 700;
    justify-content: center;
    padding: 0 .5em;
    white-space: nowrap
}

.page-header .menu ul {
    align-items: center;
    display: flex;
    flex: 1 1;
    gap: max(1em, 1vw);
    justify-content: space-around
}

.page-header .menu ul li {
    align-items: center;
    display: flex;
    gap: .2em;
    justify-content: center
}

.page-header .menu ul li a {
    --stroke-size: 0.1em;
    --shadow: $size/1.2 $size/1.2 $color;
    padding: var(--stroke-size);
    position: relative;
    -webkit-text-stroke: var(--stroke-size) var(--color-main);
    text-shadow: var(--shadow)
}

.page-header .menu ul li a:before {
    bottom: var(--stroke-size);
    content: attr(data-text);
    left: var(--stroke-size);
    position: absolute;
    right: var(--stroke-size);
    text-shadow: none;
    top: var(--stroke-size);
    z-index: 1;
    -webkit-text-stroke: 0;
    color: inherit;
    pointer-events: none
}

.page-header .menu ul li a {
    color: #fff;
    display: block;
    transform: translateY(.15em)
}

.page-header .menu ul li a:hover {
    color: var(--color-text-highlight);
    text-decoration: none
}

.page-header .menu ul li.active a {
    color: var(--color-highlight)
}

.page-header .menu .btn-close {
    position: absolute;
    right: var(--space-page-body);
    top: 1.2em
}

.page-header .menu .btn-close svg {
    height: 75%;
    width: 75%
}

.page-header .btn {
    --bg-color: var(--color-highlight)
}

.page-header .btn:hover {
    background-color: #cb8908
}

.page-header .connect-entry {
    display: none
}

.page-header .connect-entry .btn {
    --padding: 0.47em;
    box-shadow: none;
    min-width: 10em;
    white-space: nowrap
}

.page-header .connect-entry:has(.wallet-info, .user-info, .btn-connect) {
    align-items: center;
    display: flex
}

.page-header .connect-entry:has(.wallet-info, .user-info, .btn-connect) {
    gap: .5em
}

.page-header .wallet-info {
    position: relative;
    width: 100%
}

.page-header .wallet-info>.btn {
    position: relative;
    width: 10em;
    z-index: 1
}

.page-header .wallet-info .list {
    left: 0;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease-in;
    visibility: hidden;
    z-index: 0
}

.page-header .wallet-info .list .btn {
    width: 100%
}

.page-header .wallet-info.active .list,
.page-header .wallet-info:hover .list {
    opacity: 1;
    top: 110%;
    visibility: visible
}

.page-header .user-info {
    color: #000;
    position: relative
}

.page-header .user-info dt {
    align-items: center;
    background-color: var(--box-bg-color);
    border: var(--border-width) solid var(--border-color);
    border-radius: 2em;
    display: flex;
    justify-content: space-between;
    min-width: 12em;
    padding: .5em .8em;
    position: relative;
    z-index: 1
}

.page-header .user-info dt>h4 {
    flex: 1 1;
    font-weight: 400;
    margin-left: .5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.page-header .user-info dt .avatar {
    background-color: var(--color-text-highlight);
    border: .1em solid var(--color-main);
    border-radius: 50%;
    height: 1.5em;
    width: 1.5em
}

.page-header .user-info dt svg {
    height: .8em;
    transform: rotate(90deg);
    width: .8em
}

.page-header .user-info dd {
    background-color: var(--box-bg-color);
    border: var(--border-width) solid var(--border-color);
    border-radius: var(--border-radius);
    left: 0;
    min-width: 100%;
    opacity: 0;
    padding: .8em;
    position: absolute;
    top: 0;
    transition: all .2s ease-out;
    z-index: -1
}

.page-header .user-info dd li {
    align-items: center;
    border-bottom: .15em solid #000;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-bottom: .6em;
    padding-bottom: .6em
}

.page-header .user-info dd li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.page-header .user-info dd li .title {
    flex: 1 1
}

.page-header .user-info dd li svg {
    fill: var(--color-main);
    height: 1.22em;
    width: 1.22em
}

.page-header .user-info dd li svg:hover {
    fill: var(--color-red)
}

.page-header .user-info dd li.connect {
    justify-content: center;
    padding-top: .2em;
    transition: all .2s
}

.page-header .user-info dd li.connect:hover {
    color: var(--color-text-highlight);
    letter-spacing: .05em
}

.page-header .user-info dd .title h5 {
    color: var(--color-gray);
    font-size: .83em;
    font-weight: 400;
    margin-bottom: .2em
}

.page-header .user-info dd h4 {
    display: none
}

.page-header .user-info.active dd {
    opacity: 1;
    top: calc(100% + .5em);
    z-index: 0
}

.page-header .icons .icon svg {
    height: 70%;
    width: 70%
}

.page-header .icons a:last-child svg {
    transform: translateX(-.1em)
}

.page-header .language {
    position: relative
}

.page-header .language .btn {
    --bg-color: #fff;
    z-index: 1
}

.page-header .language .btn svg {
    height: .8em;
    transform: translateY(.05em);
    transition: all .5s;
    width: .8em
}

.page-header .language ul {
    background-color: #fff;
    border: var(--border-width) solid var(--border-color);
    border-radius: 1.5em;
    color: #000;
    left: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 2.5em .5em .5em;
    position: absolute;
    right: 0;
    text-align: center;
    top: .2em;
    transition: max-height .5s, opacity .3s;
    white-space: nowrap
}

.page-header .language ul li {
    cursor: pointer;
    padding: .3em 0
}

.page-header .language ul li:hover {
    color: var(--color-highlight)
}

.page-header .language.active .btn {
    --bg-color: var(--color-highlight)
}

.page-header .language.active .btn svg {
    transform: rotate(90deg)
}

.page-header .language.active ul {
    max-height: 15em;
    opacity: 1
}

.page-header.fixed {
    left: 0;
    padding-top: .5em;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}

.page-header.fixed .page-body {
    background-color: #ffffff80
}

.page-header.fixed .menu .btn-close {
    top: .78em
}

.page-header:has(.animate-start) {
    opacity: 0;
    top: -3em
}

.page-header:has(.animate) {
    opacity: 1;
    top: 0
}

.container:has(.menu.show) .page-header .logo {
    z-index: 101
}

@media screen and (max-width:1280px) {
    body::-webkit-scrollbar {
        display: none
    }

    .page-header {
        --gap: 3vw
    }

    .page-header .page-body {
        margin: 0 var(--space-page-body);
        width: auto
    }

    .page-header:has(.menu.show) {
        background: #000c;
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0
    }

    .page-header:has(.menu.show) .btn-menu {
        visibility: hidden
    }

    .page-header .menu {
        display: none;
        font-size: 1em
    }

    .page-header .menu.show {
        border: none;
        border-radius: 0;
        bottom: var(--space-page-body);
        display: flex;
        flex-direction: column;
        gap: 2em;
        height: 100vh;
        justify-content: center;
        left: var(--space-page-body);
        padding: 10vh 0 20vh;
        position: fixed;
        right: var(--space-page-body);
        top: var(--space-page-body)
    }

    .page-header .menu.show ul {
        flex: none;
        flex-direction: column;
        gap: 2em;
        justify-content: flex-start;
        padding: 2em 0;
        position: relative;
        width: 70vw;
        z-index: 1
    }

    .page-header .menu.show .btn-close {
        display: flex;
        z-index: 102
    }

    .page-header .btn-menu {
        display: flex
    }
}

@media screen and (max-width:750px) {
    .page-header {
        padding-top: 1em
    }

    .page-header .logo img {
        height: 2em
    }

    .page-header .logo h2 {
        font-size: 1em
    }

    .page-header .connect-entry {
        display: none !important
    }
}

@media screen and (max-width:480px) {
    .page-header .logo h2 {
        font-size: 1.2em
    }

    .page-header .language .btn {
        padding: .5em 1em
    }
}

@media screen and (max-width:430px) {
    .page-header .logo h2 {
        display: none
    }
}

.page-footer {
    overflow: hidden;
    padding-bottom: 3em;
    padding-top: 5em;
    position: relative
}

.page-footer .community-links {
    flex-wrap: wrap;
    gap: 1em
}

.page-footer .community-links li {
    border: var(--border);
    border-radius: 50%;
    flex-shrink: 0;
    height: 2.61em;
    overflow: hidden;
    width: 2.61em
}

.page-footer .community-links li a {
    background-color: #fff;
    fill: #000
}

.page-footer .community-links li a:hover {
    background-color: var(--color-highlight)
}

@media screen and (min-width:1680px) {
    .page-footer {
        background-size: 100% auto
    }
}

.popup-wrap {
    --popup-bg-color: #fffc;
    align-items: center;
    -webkit-backdrop-filter: blur(.1em);
    backdrop-filter: blur(.1em);
    background-color: var(--popup-bg-color);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: -1
}

.popup-wrap.visible {
    z-index: 100
}

.popup-wrap.visible,
.popup-wrap.visible .popup {
    opacity: 1;
    visibility: visible
}

.popup-wrap:has(.no-overlay) {
    -webkit-backdrop-filter: initial;
    backdrop-filter: none;
    background-color: #0000
}

.popup-wrap.dark,
.popup-wrap:has(.dark) {
    --popup-bg-color: #000c
}

.popup {
    --color-success: #6cb43f;
    --color-fail: #fb5630;
    --border-color: #978373;
    --bg-color: #fff;
    background-color: var(--bg-color);
    border: var(--border-width, .15em) solid var(--border-color);
    border-radius: 1em;
    color: #000;
    max-width: 30em;
    min-width: 15em;
    opacity: 0;
    position: relative;
    transition: all .5s ease;
    visibility: hidden;
    width: 90%
}

.popup .popup-content {
    padding: 1em
}

.popup .popup-content h2 {
    font-size: 2.88em;
    margin: .2em 1em;
    text-align: center
}

.popup .popup-content>.btn {
    margin: 1em auto
}

.popup .popup-content .quote {
    background-color: #0000000d;
    border-radius: .5em;
    line-height: 1.2;
    margin: .5em 0;
    padding: 1em
}

.popup .popup-content .detail {
    background-color: #f6f0e3;
    border: .1em solid var(--border-color);
    border-radius: .5em;
    line-height: 1.2;
    padding: 1em
}

.popup .popup-content .detail p {
    margin: 1em 0
}

.popup .popup-content .detail p:first-child {
    margin-top: 0
}

.popup .popup-content .detail p:last-child {
    margin-bottom: 0
}

.popup .popup-content .detail strong {
    color: var(--color-text-highlight);
    font-weight: 400
}

.popup .popup-content .detail a {
    color: var(--color-text-highlight)
}

.popup .btn-close {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 1.72em;
    justify-content: center;
    padding: .4em;
    position: absolute;
    right: .8em;
    top: .8em;
    width: 1.72em;
    z-index: 10
}

.popup .btn-close svg {
    height: 100%;
    width: 100%
}

.popup .btn-close:hover {
    color: var(--color-fail)
}

.popup.toast {
    max-width: max-content
}

.popup.toast .popup-content {
    align-items: center;
    display: flex;
    gap: .5em;
    padding-right: 3em
}

.popup.toast .popup-content h2 {
    font-size: 2em;
    text-align: left
}

.popup.toast .popup-content .img {
    flex-shrink: 0;
    overflow: hidden;
    width: 4em
}

.popup.toast .popup-content .img img,
.popup.toast .popup-content .img svg {
    aspect-ratio: 1/1;
    object-fit: scale-down;
    width: 100%
}

.popup.toast.success h2 {
    color: var(--color-success)
}

.popup.toast.success .img {
    fill: var(--color-success)
}

.popup.toast.fail h2 {
    color: var(--color-fail)
}

.popup.toast.fail .img {
    fill: var(--color-fail)
}

.popup.toast.vertical .popup-content {
    flex-direction: column;
    padding: 3em 0 1em;
    text-align: center
}

.popup.toast.vertical .popup-content h2 {
    text-align: center
}

.popup.loading {
    max-width: max-content
}

.popup.loading .popup-content {
    align-items: center;
    display: flex
}

.popup.loading .img {
    flex-shrink: 0;
    width: 4em
}

.popup.loading .img img,
.popup.loading .img svg {
    animation: scrolling 3s infinite;
    width: 100%
}

.popup.loading.vertical .popup-content {
    flex-direction: column
}

@keyframes scrolling {
    to {
        transform: rotate(1turn)
    }
}

.swap-view .operate-block {
    display: flex;
    flex-direction: column
}

.swap-view.sell .operate-block {
    flex-direction: column-reverse
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,
swiper-container {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: ease;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide,
swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

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

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

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, #00000080, #0000)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, #00000080, #0000)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-lazy-preloader {
    border: 4px solid #007aff;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid #0000;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

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

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 8px;
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: auto;
    top: var(--swiper-pagination-top, auto);
    width: 100%
}

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: 50%;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: 8px;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: .2;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: 8px;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

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

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

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1;
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: auto;
    left: var(--swiper-pagination-left, auto);
    right: 8px;
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

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

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: inherit;
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: #00000040;
    background: var(--swiper-pagination-progressbar-bg-color, #00000040);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px;
    width: var(--swiper-pagination-progressbar-size, 4px)
}

.swiper-pagination-lock {
    display: none
}

.page-home .faq details {
    background-color: #00000080;
    border: var(--border-width) solid var(--border-color);
    border-radius: 3em;
    padding: 1em 2em
}

.page-home .banner .countdown h4,
.page-home .banner .discount h4,
.page-home .banner .info h1,
.page-home .roadmap .list hgroup h4,
.page-home .roadmap .list hgroup p {
    --stroke-size: 0.1em;
    --shadow: $size/1.2 $size/1.2 $color;
    padding: .1em;
    position: relative;
    -webkit-text-stroke: .1em var(--color-main);
    color: var(--color-text-highlight);
    font-family: mainTitle;
    text-shadow: 0 .1em #000
}

.page-home .banner .countdown h4:before,
.page-home .banner .discount h4:before,
.page-home .banner .info h1:before,
.page-home .roadmap .list hgroup h4:before,
.page-home .roadmap .list hgroup p:before {
    bottom: .1em;
    content: attr(data-text);
    left: .1em;
    position: absolute;
    right: .1em;
    text-shadow: none;
    top: .1em;
    z-index: 1;
    -webkit-text-stroke: 0;
    color: inherit;
    pointer-events: none
}

.page-home .banner .addr .val {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@keyframes about-letter {
    0% {
        letter-spacing: .15em;
        max-width: none;
        width: 100%
    }

    to {
        letter-spacing: 0;
        max-width: none;
        width: 100%
    }
}

@keyframes blink {

    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@keyframes runx {
    80% {
        transform: rotate(0)
    }

    83% {
        transform: rotate(-2deg)
    }

    85% {
        transform: rotate(0)
    }

    88% {
        transform: rotate(2deg)
    }

    90% {
        transform: rotate(0)
    }

    93% {
        transform: rotate(-2deg)
    }

    95% {
        transform: rotate(0)
    }

    98% {
        transform: rotate(2deg)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes oneline-typing {
    0% {
        width: 0
    }
}

@keyframes loadingbar {
    0% {
        --percent: 0%
    }

    10% {
        --percent: 10%
    }

    20% {
        --percent: 20%
    }

    30% {
        --percent: 30%
    }

    40% {
        --percent: 40%
    }

    50% {
        --percent: 50%
    }

    60% {
        --percent: 60%
    }

    70% {
        --percent: 70%
    }

    80% {
        --percent: 80%
    }

    90% {
        --percent: 90%
    }

    to {
        --percent: 100%
    }
}

@keyframes text-jump {

    0%,
    to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-.2em)
    }
}

@keyframes rotating {
    0% {
        rotate: 0deg
    }

    to {
        rotate: 1turn
    }
}

@keyframes move-to-right {
    0% {
        left: 0
    }

    to {
        left: 100%
    }
}

@keyframes scroll-to-right {
    0% {
        translate: 0 0
    }

    to {
        translate: 50% 0
    }
}

@keyframes scroll-to-left {
    0% {
        translate: 0 0
    }

    to {
        translate: -20% 0
    }
}

@keyframes flicker {

    0%,
    to {
        box-shadow: none
    }

    50% {
        box-shadow: 0 0 8em 3em #1de751, 0 0 15em 5em #1de751cc
    }
}

@keyframes sway {

    0%,
    50%,
    to {
        transform: rotate(0)
    }

    25% {
        transform: rotate(-5deg)
    }

    75% {
        transform: rotate(5deg)
    }
}

@keyframes sway2 {

    0%,
    50%,
    to {
        transform: rotate(0)
    }

    25% {
        transform: rotate(-5deg)
    }

    75% {
        transform: rotate(1deg)
    }
}

@keyframes sway3 {

    0%,
    50%,
    to {
        transform: rotate(0)
    }

    25% {
        transform: rotate(-1deg)
    }

    75% {
        transform: rotate(5deg)
    }
}

@keyframes stripeAnimation {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

.page-home {
    background: url(/static/media/87b9a58a-ea29-40a2-b3eb-d6fd7faf30ae.png) no-repeat bottom/100%
}

.page-home.fixed-bg {
    background-attachment: fixed
}

.page-home [data-text] {
    font-weight: 700
}

.page-home .banner {
    aspect-ratio: 3840/2788;
    background: url(/static/media/bg.c9bb4101f59b68a089e7.png) no-repeat top/100%
}


.page-home .banner .page-body {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    z-index: 1
}

.page-home .banner .info {
    align-items: stretch;
    background-color: #000c;
    border: var(--border-width) solid var(--border-color);
    border-radius: 2em;
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: center;
    min-width: 22em;
    padding: 3em 1em 2em;
    width: 45%
}

.page-home .banner .info h1 {
    font-size: 2.78em;
    text-align: center
}

.page-home .banner .addr {
    flex-direction: column;
    gap: .5em
}

.page-home .banner .addr,
.page-home .banner .addr hgroup {
    align-items: center;
    display: flex
}

.page-home .banner .addr hgroup {
    gap: .5em
}

.page-home .banner .addr .content {
    align-self: stretch;
    background-color: #fff3;
    border-radius: 2em;
    gap: .5em;
    justify-content: center;
    padding: 1em
}

.page-home .banner .addr .val {
    font-size: .83em
}

.page-home .banner .addr .icon-copy {
    height: 1em;
    width: 1em;
    fill: #fff
}

.page-home .banner .addr .icon-copy:hover {
    fill: var(--color-highlight)
}

.page-home .banner .btns {
    justify-content: center
}

.page-home .banner .btns .btn {
    flex: 1 1;
    white-space: nowrap
}

.page-home .banner .icons .icon {
    background-color: #3861fb;
    fill: #fff
}

.page-home .banner .countdown h4 {
    --stroke-size: 0.15;
    --shadow: none
}

.page-home .banner .countdown .time {
    gap: .5em
}

.page-home .banner .countdown .time span:first-child {
    align-items: center;
    background-color: #fff;
    border: var(--border);
    border-radius: .6em;
    color: #000;
    display: flex;
    font-family: mainTitle;
    height: 3.25em;
    justify-content: center;
    width: 3.47em
}

.page-home .banner .countdown .time span:last-child {
    bottom: 0;
    font-size: .83em;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center
}

.page-home .banner .countdown .time li {
    align-items: center;
    display: flex;
    gap: .5em;
    justify-content: center;
    padding-bottom: 1em;
    position: relative
}

.page-home .banner .countdown .time li:not(:last-child):after {
    content: ":";
    font-family: mainTitle
}

.page-home .banner .countdown .time li:not(:last-child) span:last-child {
    right: 1em
}

.page-home .banner .online {
    align-self: center
}

.page-home .banner .online .countdown {
    gap: 1em;
    padding: 0
}

.page-home .banner .online .countdown h4 {
    color: #fff;
    font-size: 1.33em
}

.page-home .banner .presell {
    padding-top: 2em
}

.page-home .banner .presell .swap {
    color: #fff
}

.page-home .banner .presell .process footer,
.page-home .banner .presell .process header {
    align-items: center;
    display: flex;
    font-size: .9em;
    gap: 1em;
    justify-content: center;
    margin: 1em 0;
    white-space: nowrap
}

.page-home .banner .presell .process footer:after,
.page-home .banner .presell .process footer:before,
.page-home .banner .presell .process header:after,
.page-home .banner .presell .process header:before {
    --diretion: to right;
    background-image: linear-gradient(var(--diretion), #0000, var(--color-highlight));
    content: "";
    height: .2em;
    width: 30%
}

.page-home .banner .presell .process footer:after,
.page-home .banner .presell .process header:after {
    --diretion: to left
}

.page-home .banner .presell .process footer h4 span,
.page-home .banner .presell .process header h4 span {
    --stroke-size: 0.1em;
    --shadow: $size/1.2 $size/1.2 $color;
    padding: var(--stroke-size);
    position: relative;
    -webkit-text-stroke: var(--stroke-size) var(--color-main);
    text-shadow: var(--shadow)
}

.page-home .banner .presell .process footer h4 span:before,
.page-home .banner .presell .process header h4 span:before {
    bottom: var(--stroke-size);
    content: attr(data-text);
    left: var(--stroke-size);
    position: absolute;
    right: var(--stroke-size);
    text-shadow: none;
    top: var(--stroke-size);
    z-index: 1;
    -webkit-text-stroke: 0;
    color: inherit;
    pointer-events: none
}

.page-home .banner .presell .process footer h4 span:first-child,
.page-home .banner .presell .process header h4 span:first-child {
    color: var(--color-highlight)
}

.page-home .banner .presell .process .bar {
    align-items: center;
    display: flex;
    height: 2.14em;
    padding: 0 .1em;
    position: relative
}

.page-home .banner .presell .process .bar .percent {
    animation: stripeAnimation 5s linear infinite;
    background: #7f6227;
    background-image: linear-gradient(-45deg, #7f5400 25%, #0000 0, #0000 50%, #7f5400 0, #7f5400 75%, #0000 0, #0000);
    background-size: 2em 2em;
    border-radius: 3em;
    height: 72%;
    transform: translateY(.03em);
    width: 50%
}

.page-home .banner .presell .process .bar .dot {
    aspect-ratio: 1/1;
    background: url(/static/media/123.png) no-repeat 50%/contain;
    height: 50%;
    position: relative;
    transform: scale(1) translateX(-22%)
}

.page-home .banner .presell .process .bar .dot:after,
.page-home .banner .presell .process .bar .dot:before {
    animation: blink 1s ease-in-out infinite;
    bottom: 18%;
    content: "";
    left: 18%;
    position: absolute;
    right: 18%;
    top: 18%
}

.page-home .banner .presell .process .bar .dot:after {
    animation-duration: 2s;
    background: url(/static/media/image2.cc5ea4d7c18c749d8f1a.webp) no-repeat 30% 90%/.2em
}

.page-home .banner .presell .process .bar .dot:before {
    background: url(/static/media/image2.cc5ea4d7c18c749d8f1a.webp) no-repeat 92% 22%/.3em
}

.page-home .banner .presell .process .bar:after {
    background-color: #4c5355;
    border: .1em solid #000;
    border-radius: 3em;
    bottom: 10%;
    content: "";
    height: 1.76em;
    left: 0;
    position: absolute;
    right: 0;
    top: 10%;
    z-index: -1
}

.page-home .banner .presell .process ul {
    padding: .5em 0
}

.page-home .banner .presell .process ul li {
    align-items: center;
    display: flex;
    font-size: .93em;
    justify-content: space-between;
    margin: 1em 0
}

.page-home .banner .presell .addr .content {
    background-color: #0000;
    padding: .5em
}

.page-home .banner .presell .addr .val {
    color: var(--color-highlight)
}

.page-home .banner .presell .swap-content .item header {
    position: relative;
    z-index: 1
}

.page-home .banner .presell .swap-content .item header .balance {
    display: none
}

.page-home .banner .presell .swap-content .item header .currency {
    bottom: -2.4em;
    color: #0000;
    left: 1em;
    position: absolute;
    text-indent: -5em
}

.page-home .banner .presell .swap-content .input-group {
    background-color: #fff;
    border-radius: 3em;
    padding-left: 2.5em
}

.page-home .banner .presell .swap-content .input-group .btn-max {
    --bg-color: var(--color-highlight)
}

.page-home .banner .presell .swap-content .input-group input {
    height: 1.8em
}

.page-home .banner .presell .tips {
    font-size: .8em;
    line-height: 1.5;
    margin: .5em 1em;
    text-align: center
}

.page-home .banner .presell .tips span {
    color: var(--color-red)
}

.page-home .banner .presell .tips img {
    margin-right: .5em;
    vertical-align: middle;
    width: 1em
}

.page-home .banner:has(.presell)+.about {
    margin-top: -5vw
}

.page-home .banner .after-presell .addr .content {
    background-color: #0000;
    padding: .5em
}

.page-home .banner .after-presell .addr .val {
    color: var(--color-highlight)
}

.page-home .banner .after-presell .btn-claim {
    width: 100%
}

.page-home .banner .discount {
    margin-top: 1em;
    text-align: center
}

.page-home .banner .discount h4 {
    --stroke-size: 0.15;
    --shadow: none;
    margin-bottom: 1em
}

.page-home .banner .discount p {
    font-size: .83em;
    line-height: 1.5;
    margin: 0 10%
}

.page-home .banner .discount .btn-buy {
    margin-top: 1.5em;
    width: 100%
}

.page-home .banner .discount .btn-buy:after {
    background: url(/static/media/OFF.5b010740466c4e1715d9.webp) no-repeat 50%/contain;
    content: "";
    height: 4.9em;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 6.2em
}

.page-home .game {
    margin-top: -15vw !important;
    padding-bottom: 0
}

.page-home .game .view {
    display: flex;
    justify-content: space-between;
    margin: 2em 0 6em
}

.page-home .game iframe {
    height: 70vh;
    margin: 0 auto;
    width: 38em
}

.page-home .about .page-content {
    line-height: 1.5;
    padding: 0 5%;
    text-align: center
}

.page-home .about .page-content p {
    --stroke-size: 0.1em;
    --shadow: $size/1.2 $size/1.2 $color;
    padding: var(--stroke-size);
    position: relative;
    -webkit-text-stroke: var(--stroke-size) var(--color-main);
    text-shadow: var(--shadow)
}

.page-home .about .page-content p:before {
    bottom: var(--stroke-size);
    content: attr(data-text);
    left: var(--stroke-size);
    position: absolute;
    right: var(--stroke-size);
    text-shadow: none;
    top: var(--stroke-size);
    z-index: 1;
    -webkit-text-stroke: 0;
    color: inherit;
    pointer-events: none
}

.page-home .tokenomics {
    background: url(/static/media/605dc85f-ff46-4947-ae09-6ee50489b8ab.png) no-repeat top/auto 85%;
    padding-bottom: 8em
}

.page-home .tokenomics .star {
    animation: blink .8s ease-in-out infinite;
    aspect-ratio: 1/1;
    background: url(/static/media/image2.cc5ea4d7c18c749d8f1a.webp) no-repeat 90% 0/1.6em;
    height: 23.8308740068%;
    left: 44.7422814983%;
    position: absolute;
    top: 12.639046538%
}

.page-home .tokenomics .star:after,
.page-home .tokenomics .star:before {
    animation: blink 2s ease-in-out infinite;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.page-home .tokenomics .star:after {
    animation-duration: 4s;
    background: url(/static/media/image2.cc5ea4d7c18c749d8f1a.webp) no-repeat 30% 90%/1em
}

.page-home .tokenomics .star:before {
    background: url(/static/media/image2.cc5ea4d7c18c749d8f1a.webp) no-repeat 92% 22%/1em
}

.page-home .tokenomics .page-body {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: max(12vw, 12em)
}

.page-home .tokenomics h2 {
    display: none
}

.page-home .tokenomics .total {
    color: #fff;
    font-family: mainTitle;
    font-size: 1.67em
}

.page-home .tokenomics .list {
    flex: 1 1;
    width: 35%
}

.page-home .tokenomics .list .val {
    align-items: center;
    display: flex;
    height: 1.2em;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.page-home .tokenomics .list .val h4 {
    bottom: 150%;
    left: 0;
    position: absolute;
    --stroke-size: 0.1em;
    --shadow: $size/1.2 $size/1.2 $color;
    padding: .15em;
    position: relative;
    -webkit-text-stroke: .15em var(--color-main);
    text-shadow: var(--shadow)
}

.page-home .tokenomics .list .val h4:before {
    bottom: .15em;
    content: attr(data-text);
    left: .15em;
    position: absolute;
    right: .15em;
    text-shadow: none;
    top: .15em;
    z-index: 1;
    -webkit-text-stroke: 0;
    color: inherit;
    pointer-events: none
}

.page-home .tokenomics .list .val>div {
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 110%
}

.page-home .tokenomics .list .percent {
    --stroke-size: 0.1em;
    --shadow: $size/1.2 $size/1.2 $color;
    padding: .15em;
    position: relative;
    -webkit-text-stroke: .15em var(--color-main);
    text-shadow: var(--shadow)
}

.page-home .tokenomics .list .percent:before {
    bottom: .15em;
    content: attr(data-text);
    left: .15em;
    position: absolute;
    right: .15em;
    text-shadow: none;
    top: .15em;
    z-index: 1;
    -webkit-text-stroke: 0;
    color: inherit;
    pointer-events: none
}

.page-home .tokenomics .list .percent {
    position: absolute;
    right: 0;
    top: 120%
}

.page-home .tokenomics .list li {
    display: flex;
    margin-top: 4em;
    position: relative;
    z-index: 1
}

.page-home .tokenomics .list li:before {
    background: var(--color-highlight);
    border: .15em solid #000;
    border-radius: 1em;
    content: "";
    height: 1.2em;
    transition: width .5s;
    width: 0
}

.page-home .tokenomics .list li:after {
    background-color: #fff3;
    border: .15em solid #000;
    border-radius: 1em;
    bottom: 0;
    content: "";
    height: 1.2em;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.page-home .tokenomics .list.grow li:first-child:before {
    width: 100%
}

.page-home .tokenomics .list.grow li:nth-child(2):before {
    transition-delay: .2s;
    width: 30%
}

.page-home .tokenomics .list.grow li:nth-child(3):before {
    transition-delay: .4s;
    width: 20%
}

.page-home .htbuy .list {
    display: flex;
    margin-bottom: 500px;
    flex-direction: column;
    gap: 2em;
    justify-content: space-between
}

.page-home .htbuy .list li {
    --icon-width: 4.31em;
    align-items: center;
    background-color: #00000080;
    border: var(--border);
    border-radius: 5em;
    display: flex;
    gap: 3%;
    height: 8.33em;
    padding: 1em;
    position: relative;
    transition: all .5s
}

.page-home .htbuy .list li h4 {
    --stroke-size: 0.1em;
    --shadow: $size/1.2 $size/1.2 $color;
    padding: .2em;
    position: relative;
    -webkit-text-stroke: .2em var(--color-main);
    font-family: mainTitle;
    margin-bottom: 1em
}

.page-home .htbuy .list li h4:before {
    bottom: .2em;
    content: attr(data-text);
    left: .2em;
    position: absolute;
    right: .2em;
    text-shadow: none;
    top: .2em;
    z-index: 1;
    -webkit-text-stroke: 0;
    color: inherit;
    pointer-events: none
}

.page-home .htbuy .list li p {
    line-height: 1.2;
    --stroke-size: 0.1em;
    --shadow: $size/1.2 $size/1.2 $color;
    padding: var(--stroke-size);
    position: relative;
    -webkit-text-stroke: var(--stroke-size) var(--color-main);
    text-shadow: var(--shadow)
}

.page-home .htbuy .list li p:before {
    bottom: var(--stroke-size);
    content: attr(data-text);
    left: var(--stroke-size);
    position: absolute;
    right: var(--stroke-size);
    text-shadow: none;
    top: var(--stroke-size);
    z-index: 1;
    -webkit-text-stroke: 0;
    color: inherit;
    pointer-events: none
}

.page-home .htbuy .list li .img {
    background: url(/static/media/howtobuy_image.a654514179a13e7e64ea.webp) no-repeat 50%/var(--icon-width);
    flex-shrink: 0;
    height: 100%;
    position: relative;
    width: calc(var(--icon-width)*1.5)
}

.page-home .htbuy .list li .img:after,
.page-home .htbuy .list li .img:before {
    animation: blink .8s ease-in-out infinite;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.page-home .htbuy .list li .img:after {
    background: url(/static/media/image2.cc5ea4d7c18c749d8f1a.webp) no-repeat 90% 0/1.33em, url(/static/media/image2.cc5ea4d7c18c749d8f1a.webp) no-repeat 30% 100%/.7em
}

.page-home .htbuy .list li .img:before {
    background: url(/static/media/image2.cc5ea4d7c18c749d8f1a.webp) no-repeat 92% 22%/.7em
}

.page-home .htbuy .list li:first-child .img:after {
    animation-delay: .1s;
    animation-duration: 1.0452763048s
}

.page-home .htbuy .list li:first-child .img:before {
    animation-delay: .1s;
    animation-duration: .9413055441s
}

.page-home .htbuy .list li:nth-child(2) .img:after {
    animation-delay: .2s;
    animation-duration: 1.6001231464s
}

.page-home .htbuy .list li:nth-child(2) .img:before {
    animation-delay: .2s;
    animation-duration: 1.656422985s
}

.page-home .htbuy .list li:nth-child(3) .img:after {
    animation-delay: .3s;
    animation-duration: 1.3238026242s
}

.page-home .htbuy .list li:nth-child(3) .img:before {
    animation-delay: .3s;
    animation-duration: 1.5750246656s
}

.page-home .htbuy .list li:nth-child(4) .img:after {
    animation-delay: .4s;
    animation-duration: 1.6978786985s
}

.page-home .htbuy .list li:nth-child(4) .img:before {
    animation-delay: .4s;
    animation-duration: .9494071989s
}

.page-home .htbuy .list li:nth-child(2n) {
    flex-direction: row-reverse;
    text-align: right
}

.page-home .htbuy .list li:nth-child(2) .img {
    background-image: url(/static/media/base.ea7e0a9fc27e8b05a165.png)
}

.page-home .htbuy .list li:nth-child(3) .img {
    background-image: url(/static/media/howtobuy_image3.8d241a4fcff54f266985.webp)
}

.page-home .htbuy .list li:nth-child(4) .img {
    background-image: url(/static/media/c0048348-c4a9-4e00-9326-9f796a294396.png);
    background-size: calc(var(--icon-width)*1.5)
}

.page-home .htbuy .list li:hover .img {
    animation: heartBeat .5s
}

.page-home .htbuy .list.animate-start li:nth-child(odd) {
    transform: translateX(-100vw)
}

.page-home .htbuy .list.animate-start li:nth-child(2n) {
    transform: translateX(100vw)
}

.page-home .htbuy .list.animate li:nth-child(odd) {
    animation: fadeInLeft .5s forwards;
    animation-delay: .2s
}

.page-home .htbuy .list.animate li:nth-child(2n) {
    animation: fadeInRight .5s forwards;
    animation-delay: .2s
}

.page-home .roadmap .page-content {
    align-items: stretch;
    display: flex;
    justify-content: space-between
}

.page-home .roadmap .img {
    background: url(/static/media/85a8ce3c-123b-483d-bfff-e8463d9fa414.png) no-repeat 50%/contain;
    width: 55%
}

.page-home .roadmap .list {
    flex: 1 1
}

.page-home .roadmap .list hgroup h4,
.page-home .roadmap .list hgroup p {
    color: #fff
}

.page-home .roadmap .list hgroup h4 {
    margin-top: .5em
}

.page-home .roadmap .list .item {
    margin-top: 2em
}

.page-home .roadmap .list li {
    margin-top: .5em;
    --stroke-size: 0.1em;
    --shadow: $size/1.2 $size/1.2 $color;
    padding: var(--stroke-size);
    position: relative;
    -webkit-text-stroke: var(--stroke-size) var(--color-main);
    text-shadow: var(--shadow)
}

.page-home .roadmap .list li:before {
    bottom: var(--stroke-size);
    content: attr(data-text);
    left: var(--stroke-size);
    position: absolute;
    right: var(--stroke-size);
    text-shadow: none;
    top: var(--stroke-size);
    z-index: 1;
    -webkit-text-stroke: 0;
    color: inherit;
    pointer-events: none
}

.page-home .faq .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1em;
    align-items: start;
    gap: 1em
}

.page-home .faq .list.animate details:first-child {
    animation: fadeInUp 1s forwards;
    animation-delay: .2s;
    transform: translateX(100vw)
}

.page-home .faq .list.animate details:nth-child(2) {
    animation: fadeInUp 1s forwards;
    animation-delay: .4s;
    transform: translateX(100vw)
}

.page-home .faq .list.animate details:nth-child(3) {
    animation: fadeInUp 1s forwards;
    animation-delay: .6s;
    transform: translateX(100vw)
}

.page-home .faq .list.animate details:nth-child(4) {
    animation: fadeInUp 1s forwards;
    animation-delay: .8s;
    transform: translateX(100vw)
}

.page-home .faq .list.animate details:nth-child(5) {
    animation: fadeInUp 1s forwards;
    animation-delay: 1s;
    transform: translateX(100vw)
}

.page-home .faq details {
    animation: all .5s;
    line-height: 1.5
}

.page-home .faq details summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 1em;
    justify-content: space-between;
    list-style: none;
    min-height: 4em
}

.page-home .faq details summary h4 {
    font-family: mainTitle
}

.page-home .faq details summary:after,
.page-home .faq details summary>img,
.page-home .faq details summary>svg {
    flex-shrink: 0;
    height: 1.5em;
    transition: transform .1s;
    width: 1.5em
}

.page-home .faq details summary:after {
    background: url(/static/media/dropdown.3242de6b66ca325882bc.webp) no-repeat 50%/contain;
    content: ""
}

.page-home .faq details summary:hover:after {
    background-image: url(/static/media/dropdown2.7b08fc37b875e36cb5d2.webp);
    transform: rotate(90deg)
}

.page-home .faq details .content {
    line-height: 1.5;
    opacity: 0;
    overflow: hidden;
    padding: 1em 0;
    transition: all .2s ease-in;
    transition-delay: .1s;
    --stroke-size: 0.1em;
    --shadow: $size/1.2 $size/1.2 $color;
    padding: var(--stroke-size);
    position: relative;
    -webkit-text-stroke: var(--stroke-size) var(--color-main);
    text-shadow: var(--shadow)
}

.page-home .faq details .content:before {
    bottom: var(--stroke-size);
    content: attr(data-text);
    left: var(--stroke-size);
    position: absolute;
    right: var(--stroke-size);
    text-shadow: none;
    top: var(--stroke-size);
    z-index: 1;
    -webkit-text-stroke: 0;
    color: inherit;
    pointer-events: none
}

.page-home .faq details .content p {
    font-size: .83em;
    margin-top: 1em
}

.page-home .faq details .content p:first-child {
    margin-top: 0
}

.page-home .faq details[open] summary:after,
.page-home .faq details[open] summary>img,
.page-home .faq details[open] summary>svg {
    background-image: url(/static/media/dropdown2.7b08fc37b875e36cb5d2.webp);
    transform: rotate(90deg)
}

.page-home .faq details[open] .content {
    opacity: 1
}

.page-home .faq.animate header {
    animation: slideInRight .5s
}

.popup.toast {
    --border-width: 0.2em;
    --border-color: #000;
    border-radius: 1.5em;
    max-width: 20em;
    padding: 1em
}

.popup.toast .popup-content {
    gap: 2em
}

.popup.toast .popup-content h2 {
    color: #000;
    font-family: mainFont;
    font-size: 1.4em;
    line-height: 1.2;
    margin: 0
}

@media screen and (min-width:1920px) {
    .page-home .banner .info {
        align-self: flex-start;
        margin-top: 8em
    }

    .page-home .banner .info.online {
        margin-top: 15em
    }
}

@media screen and (max-width:1440px) {
    .page-home .banner {
        padding-bottom: 0
    }

    .page-home .about {
        margin-top: -10vw
    }

    .page-home .tokenomics .star {
        left: 41%
    }
}

@media screen and (max-width:1280px) {
    .page-home .banner {
        aspect-ratio: unset;
        background-size: auto 100%;
        min-height: 80vh
    }

    .page-home .banner .page-body {
        justify-content: center;
        padding-top: 5em
    }

    .page-home .banner:after {
        height: 14.5%;
        left: calc(50% - 5.2em);
        width: auto
    }

    .page-home .banner .presell .tips {
        margin: .5em
    }

    .page-home .tokenomics .list {
        max-width: 30em;
        width: 80%
    }

    .page-home .roadmap .img {
        width: 45%
    }

    .page-home .faq .list {
        grid-template-columns: 1fr
    }
}

@media screen and (max-width:1024px) {
    .page-home .roadmap .img {
        display: none
    }

    .page-home .roadmap .page-content {
        gap: 2em;
        padding-left: 1em
    }

    .page-home .roadmap .page-content:before {
        animation: dashed-run 1s linear infinite;
        background-image: linear-gradient(180deg, #fff 0, #fff 50%, #0000 0);
        background-position: 50%;
        background-repeat: repeat-y;
        background-size: 100% .6em;
        content: "";
        width: .1em
    }

    .page-home .roadmap .list .item hgroup {
        position: relative
    }

    .page-home .roadmap .list .item hgroup:before {
        background-color: var(--color-highlight);
        border: var(--border);
        border-radius: 50%;
        content: "";
        height: 1em;
        left: -2.6em;
        position: absolute;
        top: .1em;
        transition: all .2s ease-in-out;
        width: 1em
    }

    .page-home .roadmap .list .item:first-child {
        margin-top: 1em
    }

    .page-home .roadmap .list .item:last-child {
        margin-bottom: 1em
    }

    .page-home .roadmap .list .item:hover hgroup:before {
        transform: scale(1.3)
    }

    .page-home .tokenomics .star {
        left: 38%
    }
}

@media screen and (max-width:750px) {
    .page-home {
        background-image: url(/static/media/m_bg.40c1e38cd370e5b4832c.webp);
        background-position: top
    }

    .page-home .banner {
        background-image: none;
        padding-top: 5em
    }

    .page-home .banner .info {
        width: 100%
    }

    .page-home .game {
        margin-top: 3em !important
    }

    .page-home .game .view {
        margin: 0
    }

    .page-home .game iframe {
        height: 90vh;
        width: 90%
    }

    .page-home .about {
        margin-top: 0
    }

    .page-home .about .page-content {
        padding: 0
    }

    .page-home .tokenomics .total {
        font-size: 1.2em
    }

    .page-home .tokenomics .list .val h4 {
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap
    }

    .page-home .htbuy .list li {
        --icon-width: 3.5em
    }

    .page-home .htbuy .list li h4 {
        margin-bottom: .5em
    }

    .page-home .htbuy .list li .img {
        height: 80%;
        width: calc(var(--icon-width)*1.2)
    }
}

@media screen and (max-width:480px) {
    .page-home .banner .info {
        min-width: 0;
        min-width: auto
    }

    .page-home .banner .info h1 {
        font-size: 2em
    }

    .page-home .banner:after {
        left: calc(50% - 4.8em)
    }
}

@keyframes dismissAnimation {
    0% {
        opacity: 1
    }

    ;

    to {
        opacity: 0
    }

    ;
}