@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

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

html {
    overflow-x: hidden;
    scroll-behavior: smooth
}

body,
html {
    min-height: 100%
}

a:focus {
    outline: none
}

input,
textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: inherit
}

input:focus,
textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

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 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

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

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

figure,
img {
    height: auto;
    vertical-align: middle
}

figure,
img,
svg {
    max-width: 100%
}

iframe {
    width: 100%
}

small {
    font-weight: inherit
}

@font-face {
    font-family: Handjet;
    src: url(../assets/fonts/Handjet/Handjet.eot);
    src: url(../assets/fonts/Handjet/Handjet.eot?#iefix) format("embedded-opentype"), url(../assets/fonts/Handjet/Handjet.woff2) format("woff2"), url(../assets/fonts/Handjet/Handjet.woff) format("woff"), url(../assets/fonts/Handjet/Handjet.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.link-effect:after,
.link-effect:before {
    position: absolute;
    content: ""
}

body {
    font-family: Handjet, comic, sans-serif;
    color: #fff;
    font-weight: 400
}

a {
    -webkit-transition: all .2s cubic-bezier(.49, .025, .49, 1);
    transition: all .2s cubic-bezier(.49, .025, .49, 1);
    text-decoration: none
}

a,
a:hover {
    color: #0094ff
}

b,
strong {
    font-weight: 700
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

.container {
    max-width: 1431px;
    padding-left: 32px;
    padding-right: 32px;
    margin: 0 auto
}

@media (max-width:991px) {
    .container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.collapse {
    overflow: hidden;
    -webkit-transition: height .3s cubic-bezier(.49, .025, .49, 1);
    transition: height .3s cubic-bezier(.49, .025, .49, 1)
}

.collapse:not(.active) {
    height: 0
}

[data-collapse] .collapse-arrow,
[data-toggler] .collapse-arrow {
    -webkit-transition: all .3s cubic-bezier(.49, .025, .49, 1);
    transition: all .3s cubic-bezier(.49, .025, .49, 1)
}

[data-collapse].active .collapse-arrow,
[data-toggler].active .collapse-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.link-effect {
    position: relative;
    white-space: nowrap
}

.link-effect:after,
.link-effect:before {
    bottom: 2px;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    height: 1px;
    will-change: transform;
    left: 0;
    background-color: currentColor;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1)
}

.link-effect:before {
    opacity: 0;
    -webkit-transform-origin: left;
    transform-origin: left
}

.link-effect:after {
    opacity: 1;
    -webkit-transform-origin: right;
    transform-origin: right
}

.link-effect:hover:after,
.link-effect:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.link-effect:hover:before {
    opacity: 1
}

.link-effect:hover:after {
    opacity: 0
}

.animate-up {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    -webkit-transition: opacity .65s cubic-bezier(.42, 0, .002, 1), -webkit-transform .65s cubic-bezier(.42, 0, .002, 1);
    transition: opacity .65s cubic-bezier(.42, 0, .002, 1), -webkit-transform .65s cubic-bezier(.42, 0, .002, 1);
    transition: opacity .65s cubic-bezier(.42, 0, .002, 1), transform .65s cubic-bezier(.42, 0, .002, 1);
    transition: opacity .65s cubic-bezier(.42, 0, .002, 1), transform .65s cubic-bezier(.42, 0, .002, 1), -webkit-transform .65s cubic-bezier(.42, 0, .002, 1)
}

.btn {
    cursor: pointer;
    font-family: Handjet, comic, sans-serif;
    border: none;
    -webkit-transition: background-color .3s cubic-bezier(.49, .025, .49, 1), color .3s cubic-bezier(.49, .025, .49, 1), border-color .3s cubic-bezier(.49, .025, .49, 1), opacity .3s cubic-bezier(.49, .025, .49, 1), stroke .3s cubic-bezier(.49, .025, .49, 1), fill .3s cubic-bezier(.49, .025, .49, 1), -webkit-box-shadow .3s cubic-bezier(.49, .025, .49, 1);
    transition: background-color .3s cubic-bezier(.49, .025, .49, 1), color .3s cubic-bezier(.49, .025, .49, 1), border-color .3s cubic-bezier(.49, .025, .49, 1), opacity .3s cubic-bezier(.49, .025, .49, 1), stroke .3s cubic-bezier(.49, .025, .49, 1), fill .3s cubic-bezier(.49, .025, .49, 1), -webkit-box-shadow .3s cubic-bezier(.49, .025, .49, 1);
    transition: background-color .3s cubic-bezier(.49, .025, .49, 1), color .3s cubic-bezier(.49, .025, .49, 1), border-color .3s cubic-bezier(.49, .025, .49, 1), opacity .3s cubic-bezier(.49, .025, .49, 1), box-shadow .3s cubic-bezier(.49, .025, .49, 1), stroke .3s cubic-bezier(.49, .025, .49, 1), fill .3s cubic-bezier(.49, .025, .49, 1);
    transition: background-color .3s cubic-bezier(.49, .025, .49, 1), color .3s cubic-bezier(.49, .025, .49, 1), border-color .3s cubic-bezier(.49, .025, .49, 1), opacity .3s cubic-bezier(.49, .025, .49, 1), box-shadow .3s cubic-bezier(.49, .025, .49, 1), stroke .3s cubic-bezier(.49, .025, .49, 1), fill .3s cubic-bezier(.49, .025, .49, 1), -webkit-box-shadow .3s cubic-bezier(.49, .025, .49, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn,
.btn svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.btn svg * {
    -webkit-transition: background-color .3s cubic-bezier(.49, .025, .49, 1), color .3s cubic-bezier(.49, .025, .49, 1), border-color .3s cubic-bezier(.49, .025, .49, 1), opacity .3s cubic-bezier(.49, .025, .49, 1), stroke .3s cubic-bezier(.49, .025, .49, 1), fill .3s cubic-bezier(.49, .025, .49, 1), -webkit-box-shadow .3s cubic-bezier(.49, .025, .49, 1);
    transition: background-color .3s cubic-bezier(.49, .025, .49, 1), color .3s cubic-bezier(.49, .025, .49, 1), border-color .3s cubic-bezier(.49, .025, .49, 1), opacity .3s cubic-bezier(.49, .025, .49, 1), stroke .3s cubic-bezier(.49, .025, .49, 1), fill .3s cubic-bezier(.49, .025, .49, 1), -webkit-box-shadow .3s cubic-bezier(.49, .025, .49, 1);
    transition: background-color .3s cubic-bezier(.49, .025, .49, 1), color .3s cubic-bezier(.49, .025, .49, 1), border-color .3s cubic-bezier(.49, .025, .49, 1), opacity .3s cubic-bezier(.49, .025, .49, 1), box-shadow .3s cubic-bezier(.49, .025, .49, 1), stroke .3s cubic-bezier(.49, .025, .49, 1), fill .3s cubic-bezier(.49, .025, .49, 1);
    transition: background-color .3s cubic-bezier(.49, .025, .49, 1), color .3s cubic-bezier(.49, .025, .49, 1), border-color .3s cubic-bezier(.49, .025, .49, 1), opacity .3s cubic-bezier(.49, .025, .49, 1), box-shadow .3s cubic-bezier(.49, .025, .49, 1), stroke .3s cubic-bezier(.49, .025, .49, 1), fill .3s cubic-bezier(.49, .025, .49, 1), -webkit-box-shadow .3s cubic-bezier(.49, .025, .49, 1)
}

.btn:disabled {
    opacity: .5;
    pointer-events: none
}

.btn:active {
    -webkit-transform: scale(.95);
    transform: scale(.95)
}

.btn-md {
    font-weight: 800;
    font-size: 18px;
    padding: 8px 13px;
    letter-spacing: .04em;
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    grid-column-gap: 7px;
    column-gap: 7px
}

@media (max-width:991px) {
    .btn-md {
        padding: 8px 8px 7px
    }
}

.btn-xl {
    font-weight: 800;
    font-size: 35px;
    padding: 10px 15px;
    letter-spacing: .04em;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    grid-column-gap: 12px;
    column-gap: 12px
}

@media (max-width:767px) {
    .btn-xl {
        width: 100%;
        font-size: 25px
    }
}

@media (max-width:767px) {
    .btn-xl img {
        width: 27px
    }
}

.btn-primary,
.btn-primary:hover {
    background-color: #fff50b;
    color: #000
}

.btn-primary:hover {
    border-color: #fff50b
}

.btn-twitter {
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25)
}

.btn-twitter,
.btn-twitter:hover {
    background-color: #0094ff;
    color: #fff
}

.btn-twitter:hover {
    border-color: #0094ff
}

.btn-telegram {
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25)
}

.btn-telegram,
.btn-telegram:hover {
    background-color: #0075ff;
    color: #fff
}

.btn-telegram:hover {
    border-color: #0075ff
}

.btn-next {
    width: 267px;
    height: 79px;
    font-weight: 600;
    font-size: 60px;
    letter-spacing: .08em;
    background-color: transparent;
    line-height: 1
}

@media (max-width:767px) {
    .btn-next {
        width: 157px;
        height: 59px;
        font-size: 37px
    }
}

.btn-gray {
    color: #505050;
    border: 3px solid #505050
}

.btn-white {
    color: #fff;
    border: 3px solid #fff
}

.checkbox-unit input {
    display: none
}

.checkbox-unit label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: left
}

@media (max-width:767px) {
    .checkbox-unit label {
        font-size: 16px
    }
}

.checkbox-unit label span {
    border: 1px solid #fff;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
    margin-top: 2px;
    position: relative;
    background-color: transparent
}

.checkbox-unit label span svg {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.checkbox-unit input:checked+label svg {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.form-unit small {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-top: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: background-color .3s cubic-bezier(.49, .025, .49, 1), color .3s cubic-bezier(.49, .025, .49, 1), border-color .3s cubic-bezier(.49, .025, .49, 1), opacity .3s cubic-bezier(.49, .025, .49, 1), stroke .3s cubic-bezier(.49, .025, .49, 1), fill .3s cubic-bezier(.49, .025, .49, 1), -webkit-box-shadow .3s cubic-bezier(.49, .025, .49, 1);
    transition: background-color .3s cubic-bezier(.49, .025, .49, 1), color .3s cubic-bezier(.49, .025, .49, 1), border-color .3s cubic-bezier(.49, .025, .49, 1), opacity .3s cubic-bezier(.49, .025, .49, 1), stroke .3s cubic-bezier(.49, .025, .49, 1), fill .3s cubic-bezier(.49, .025, .49, 1), -webkit-box-shadow .3s cubic-bezier(.49, .025, .49, 1);
    transition: background-color .3s cubic-bezier(.49, .025, .49, 1), color .3s cubic-bezier(.49, .025, .49, 1), border-color .3s cubic-bezier(.49, .025, .49, 1), opacity .3s cubic-bezier(.49, .025, .49, 1), box-shadow .3s cubic-bezier(.49, .025, .49, 1), stroke .3s cubic-bezier(.49, .025, .49, 1), fill .3s cubic-bezier(.49, .025, .49, 1);
    transition: background-color .3s cubic-bezier(.49, .025, .49, 1), color .3s cubic-bezier(.49, .025, .49, 1), border-color .3s cubic-bezier(.49, .025, .49, 1), opacity .3s cubic-bezier(.49, .025, .49, 1), box-shadow .3s cubic-bezier(.49, .025, .49, 1), stroke .3s cubic-bezier(.49, .025, .49, 1), fill .3s cubic-bezier(.49, .025, .49, 1), -webkit-box-shadow .3s cubic-bezier(.49, .025, .49, 1)
}

@media (max-width:767px) {
    .form-unit small {
        font-size: 12px;
        line-height: 16px
    }
}

.form-unit.error small {
    opacity: 1;
    visibility: visible
}

.form-unit textarea {
    height: 159px;
    resize: none
}

.form-unit .input-field {
    width: 100%;
    border: 1px solid hsla(0, 0%, 100%, .2);
    background: rgba(24, 36, 55, .6);
    border-radius: 16px;
    padding: 27px 38px 26px;
    font-size: 18px;
    line-height: 27px;
    -webkit-transition: background-color .3s cubic-bezier(.49, .025, .49, 1), color .3s cubic-bezier(.49, .025, .49, 1), border-color .3s cubic-bezier(.49, .025, .49, 1), opacity .3s cubic-bezier(.49, .025, .49, 1), stroke .3s cubic-bezier(.49, .025, .49, 1), fill .3s cubic-bezier(.49, .025, .49, 1), -webkit-box-shadow .3s cubic-bezier(.49, .025, .49, 1);
    transition: background-color .3s cubic-bezier(.49, .025, .49, 1), color .3s cubic-bezier(.49, .025, .49, 1), border-color .3s cubic-bezier(.49, .025, .49, 1), opacity .3s cubic-bezier(.49, .025, .49, 1), stroke .3s cubic-bezier(.49, .025, .49, 1), fill .3s cubic-bezier(.49, .025, .49, 1), -webkit-box-shadow .3s cubic-bezier(.49, .025, .49, 1);
    transition: background-color .3s cubic-bezier(.49, .025, .49, 1), color .3s cubic-bezier(.49, .025, .49, 1), border-color .3s cubic-bezier(.49, .025, .49, 1), opacity .3s cubic-bezier(.49, .025, .49, 1), box-shadow .3s cubic-bezier(.49, .025, .49, 1), stroke .3s cubic-bezier(.49, .025, .49, 1), fill .3s cubic-bezier(.49, .025, .49, 1);
    transition: background-color .3s cubic-bezier(.49, .025, .49, 1), color .3s cubic-bezier(.49, .025, .49, 1), border-color .3s cubic-bezier(.49, .025, .49, 1), opacity .3s cubic-bezier(.49, .025, .49, 1), box-shadow .3s cubic-bezier(.49, .025, .49, 1), stroke .3s cubic-bezier(.49, .025, .49, 1), fill .3s cubic-bezier(.49, .025, .49, 1), -webkit-box-shadow .3s cubic-bezier(.49, .025, .49, 1);
    color: #fff
}

@media (max-width:767px) {
    .form-unit .input-field {
        padding: 12px 32px;
        border-radius: 8px;
        font-size: 16px;
        line-height: 24px
    }
}

.form-unit .input-field::-webkit-input-placeholder {
    opacity: 1
}

.form-unit .input-field::-moz-placeholder {
    opacity: 1
}

.form-unit .input-field::-ms-input-placeholder {
    opacity: 1
}

.form-unit .input-field::placeholder {
    opacity: 1
}

.alert {
    display: none;
    -webkit-animation: fadeIn .3s ease;
    animation: fadeIn .3s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute
}

@media (max-width:767px) {
    .alert {
        position: static
    }
}

.alert .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    grid-column-gap: 4px;
    column-gap: 4px;
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

.alert p {
    white-space: nowrap;
    line-height: 27px
}

@media (max-width:767px) {
    .alert p {
        white-space: normal
    }
}

.alert-processing .message {
    color: #fff
}

.header-section {
    background-color: #000;
    padding: 16px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 90
}

@media (max-width:991px) {
    .header-section {
        padding: 11px 0
    }
}

.header-section .header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-section .header-block .header-logo {
    z-index: 10
}

@media (max-width:767px) {
    .header-section .header-block .header-logo {
        width: 180px;
        margin-left: -10px
    }
}

.header-section .header-block .header-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    grid-column-gap: 9px;
    column-gap: 9px
}

@media (max-width:991px) {
    .header-section .header-block .header-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-row-gap: 12px;
        row-gap: 12px
    }
}

@media (max-width:991px) {
    .header-section .header-block .header-links .btn {
        width: 100%
    }
}

.header-section .header-block .toggler {
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    position: relative;
    display: none;
    outline: none;
    width: 43px;
    height: 23px;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

@media (max-width:991px) {
    .header-section .header-block .toggler {
        display: block
    }
}

.header-section .header-block .toggler span {
    border-radius: 2px;
    width: 43px;
    height: 5px;
    display: block;
    background-color: #fff;
    position: relative;
    -webkit-transition: all .1s;
    transition: all .1s
}

.header-section .header-block .toggler span:after,
.header-section .header-block .toggler span:before {
    border-radius: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    left: 0;
    content: "";
    height: 5px;
    background-color: #fff
}

.header-section .header-block .toggler span:before {
    width: 43px;
    top: 10px
}

.header-section .header-block .toggler span:after {
    width: 43px;
    bottom: 11px
}

.header-section .header-block .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

@media (max-width:991px) {
    .header-section .header-block .menu-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 64px 15px 38px;
        -webkit-box-shadow: 0 1px 3px rgba(16, 24, 40, .1), 0 1px 2px -1px rgba(16, 24, 40, .1);
        box-shadow: 0 1px 3px rgba(16, 24, 40, .1), 0 1px 2px -1px rgba(16, 24, 40, .1);
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all 1s cubic-bezier(.08, 1, .07, 1);
        transition: all 1s cubic-bezier(.08, 1, .07, 1);
        background-color: #000;
        height: 300px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: hidden
    }
}

.header-section .header-block.active .toggler span {
    background-color: transparent
}

.header-section .header-block.active .toggler span:before {
    background-color: #fff;
    width: 43px;
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg)
}

.header-section .header-block.active .toggler span:after {
    background-color: #fff;
    width: 43px;
    -webkit-transform: translateY(12px) translateX(0) rotate(45deg);
    transform: translateY(12px) translateX(0) rotate(45deg)
}

@media (max-width:991px) {
    .header-section .header-block.active .menu-wrapper {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.base-section {
    z-index: 0;
    background-color: #000;
    background-size: cover;
    background-position: center 25px;
    background-repeat: no-repeat;
    padding-top: 85px;
    overflow: hidden;
    height: 100vh
}

@media (max-width:767px) {
    .base-section {
        padding-top: 70px
    }
}

.base-section .base-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:991px) {
    .base-section .base-block {
        height: 100%
    }
}

.base-section .base-body {
    display: grid;
    grid-template-columns: 310px 593px 310px;
    padding-top: 18px;
    position: relative;
    z-index: 20
}

@media (max-width:767px) {
    .base-section .base-body {
        grid-template-columns: 1fr;
        padding-top: 0
    }
}

.base-section .base-body .base-tube {
    margin-top: 60px
}

@media (max-width:767px) {
    .base-section .base-body .base-tube:first-child {
        position: absolute;
        left: -30px;
        width: 120px;
        bottom: 110px
    }
}

@media (max-width:767px) {
    .base-section .base-body .base-tube:last-child {
        position: absolute;
        right: -30px;
        width: 120px;
        bottom: 110px
    }
}

.base-section .base-body .base-tube img {
    width: 100%
}

.base-section .base-body .base-tube img.flip-x {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.base-section .base-body .base-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 140px
}

.base-section .base-body .base-content p {
    font-weight: 400;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
    letter-spacing: .08em;
    margin-top: 7px;
    padding: 0 20px
}

@media (max-width:767px) {
    .base-section .base-body .base-content p {
        font-size: 18px;
        line-height: 26px
    }
}

.base-section .base-body .base-content h6 {
    font-weight: 600;
    font-size: 33px;
    line-height: 37px;
    text-align: center;
    letter-spacing: .04em;
    margin-top: 22px;
    color: #fff50b
}

@media (max-width:767px) {
    .base-section .base-body .base-content h6 {
        font-size: 18px;
        line-height: 24px
    }
}

.base-section .base-body .base-content .base-mouse {
    margin-top: 12px
}

@media (max-width:767px) {
    .base-section .base-body .base-content .base-mouse {
        width: 54px
    }
}

.base-section .bg-pink {
    z-index: 10;
    top: 680px;
    width: 3730px;
    height: 2560px;
    background-size: 30%
}

.base-section .bg-pink,
.base-section .overlay {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.base-section .overlay {
    z-index: 80;
    top: 2100px;
    width: 1920px;
    height: 4018px;
    background-size: cover
}

.cockpit {
    position: fixed;
    z-index: 30;
    top: 700px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1920px
}

@media (max-width:767px) {
    .cockpit {
        width: 1100px;
        top: auto;
        bottom: 0
    }
}

.cockpit>img {
    width: 100%
}

.cockpit .animation {
    position: absolute;
    left: 50%;
    bottom: 239px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 305px;
    margin-left: 29px;
    height: 160px;
    overflow: hidden;
    cursor: pointer
}

@media (max-width:767px) {
    .cockpit .animation {
        position: absolute;
        bottom: 138px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 175px;
        margin-left: 16px;
        height: 90px
    }
}

.cockpit .animation img {
    width: 100%
}

.time-section {
    background-color: #000f2f;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 20;
    position: relative
}

.time-section .story-one {
    overflow: hidden;
    padding-top: 85px;
    padding-bottom: 85px;
    height: 100vh;
    z-index: 20
}

.time-section .story-one .story-one-block {
    height: 100%
}

.time-section .story-one .story-one-block .story-one-body {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px
}

.time-section .story-one .story-one-block .story-one-body h1 {
    font-weight: 800;
    font-size: 131px;
    line-height: 120px;
    color: #e3a1d4;
    text-align: center;
    letter-spacing: .08em
}

@media (max-width:991px) {
    .time-section .story-one .story-one-block .story-one-body h1 {
        font-size: 90px
    }
}

@media (max-width:767px) {
    .time-section .story-one .story-one-block .story-one-body h1 {
        font-size: 40px;
        line-height: 50px
    }
}

.time-section .story-one .story-one-block .story-one-body p {
    font-weight: 400;
    font-size: 27px;
    line-height: 39px;
    text-align: center;
    letter-spacing: .08em;
    margin-top: 10px;
    max-width: 720px
}

@media (max-width:767px) {
    .time-section .story-one .story-one-block .story-one-body p {
        font-size: 18px;
        line-height: 26px
    }
}

.time-section .story-one .story-one-block .story-one-body h6 {
    font-weight: 600;
    font-size: 37px;
    line-height: 41px;
    text-align: center;
    letter-spacing: .08em;
    margin-top: 30px
}

@media (max-width:767px) {
    .time-section .story-one .story-one-block .story-one-body h6 {
        font-size: 30px;
        line-height: 34px
    }
}

.time-section .story-one .story-one-block .story-one-body img {
    margin-top: 10px
}

@media (max-width:767px) {
    .time-section .story-one .story-one-block .story-one-body img {
        width: 54px
    }
}

.time-section .story-two {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 85px;
    padding-bottom: 85px;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.time-section .story-two .text {
    margin-top: 260px;
    position: absolute;
    font-weight: 800;
    font-size: 65px;
    line-height: 80px;
    text-align: center;
    letter-spacing: .08em;
    text-transform: uppercase;
    will-change: transform
}

@media (max-width:991px) {
    .time-section .story-two .text {
        font-size: 55px;
        line-height: 70px
    }
}

@media (max-width:767px) {
    .time-section .story-two .text {
        font-size: 27px;
        line-height: 35px;
        margin-top: 100px
    }
}

.time-section .story-two .forest {
    position: absolute;
    left: 50%;
    width: 1920px;
    max-width: 1920px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -2100px;
    will-change: transform
}

@media (max-width:767px) {
    .time-section .story-two .forest {
        max-width: 768px;
        bottom: -620px
    }
}

.time-section .story-two .city {
    position: absolute;
    left: 50%;
    width: 1920px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -520px;
    will-change: transform
}

@media (max-width:767px) {
    .time-section .story-two .city {
        max-width: 768px;
        bottom: -230px
    }
}

.time-section .story-two .city-back {
    position: absolute;
    left: 50%;
    width: 1432px;
    height: 344px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -120px;
    will-change: transform
}

@media (max-width:767px) {
    .time-section .story-two .city-back {
        max-width: 768px;
        bottom: -160px
    }
}

.time-section .story-two .pink-mountains {
    position: absolute;
    left: 50%;
    width: 1920px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -690px;
    will-change: transform
}

@media (max-width:767px) {
    .time-section .story-two .pink-mountains {
        max-width: 768px;
        bottom: -130px
    }
}

.time-section .story-two .posterize {
    position: absolute;
    left: 50%;
    width: 1432px;
    height: 344px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -140px;
    margin-left: 20px;
    will-change: transform
}

@media (max-width:767px) {
    .time-section .story-two .posterize {
        max-width: 768px;
        bottom: -320px
    }
}

.time-section .story-two .meteor {
    width: 629px;
    height: 1224px;
    z-index: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -1110px;
    will-change: transform
}

@media (max-width:767px) {
    .time-section .story-two .meteor {
        width: 319px;
        height: 844px;
        z-index: 0;
        top: -570px
    }
}

.time-section .story-two .meteor img {
    width: 100%;
    position: absolute
}

.time-section .story-two .meteor img.back {
    z-index: -1;
    -webkit-transform: scale(1.4) translateY(-7%);
    transform: scale(1.4) translateY(-7%);
    opacity: .4
}

.time-section .story-two .pink-bomb {
    position: absolute;
    left: 50%;
    width: 969px;
    height: 969px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1240px;
    will-change: transform
}

@media (max-width:767px) {
    .time-section .story-two .pink-bomb {
        width: 610px;
        height: 610px;
        bottom: -610px
    }
}

.time-section .story-two .pink-bomb img {
    width: 100%
}

.time-section .story-two .pink-shade {
    position: absolute;
    left: 50%;
    width: 1920px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -4040px
}

.time-section .story-two .pink-shade img {
    width: 100%
}

.time-section .cloud-shade {
    position: absolute;
    bottom: -1700px;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1920px;
    z-index: -1
}

@media (max-width:767px) {
    .time-section .cloud-shade {
        bottom: -590px;
        right: 0;
        width: 768px
    }
}

.time-section .cloud-shade-left {
    position: absolute;
    left: 50%;
    bottom: -910px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -370px;
    width: 1464px;
    height: 1116px;
    z-index: -1
}

@media (max-width:767px) {
    .time-section .cloud-shade-left {
        bottom: -680px;
        right: 0;
        width: 500px;
        margin-left: -90px;
        height: 760px
    }
}

.time-section .cloud-shade-right {
    position: absolute;
    width: 1500px;
    height: 1008px;
    right: 50%;
    bottom: -900px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    margin-right: -400px;
    z-index: -1
}

@media (max-width:767px) {
    .time-section .cloud-shade-right {
        bottom: -690px;
        right: 0;
        width: 500px;
        height: 760px;
        margin-right: -20px
    }
}

.hope-section {
    top: 0;
    left: 0;
    background-color: #e3a1d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    height: 100vh;
    z-index: 30;
    padding-top: 85px;
    overflow: hidden
}

.hope-section .hope-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1468px;
    width: 100%
}

@media (max-width:991px) {
    .hope-section .hope-block {
        grid-template-columns: 1fr
    }
}

@media (max-width:767px) {
    .hope-section .hope-block {
        position: relative;
        padding: 0 20px
    }
}

.hope-section .hope-block .hope-card {
    background-image: url(../assets/images/png/notes-xl.png);
    width: 722px;
    height: 871px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width:767px) {
    .hope-section .hope-block .hope-card {
        background-image: url(../assets/images/png/notes.png);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 470px
    }
}

.hope-section .hope-block .hope-card .hope-text {
    color: #505050;
    margin-right: 80px
}

@media (max-width:767px) {
    .hope-section .hope-block .hope-card .hope-text {
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 0 40px
    }
}

.hope-section .hope-block .hope-card .hope-text h1 {
    font-weight: 800;
    font-size: 76px;
    letter-spacing: .08em
}

@media (max-width:767px) {
    .hope-section .hope-block .hope-card .hope-text h1 {
        font-size: 46px
    }
}

.hope-section .hope-block .hope-card .hope-text h2 {
    font-weight: 800;
    font-size: 40px;
    letter-spacing: .08em;
    max-width: 355px;
    line-height: 1.2
}

@media (max-width:767px) {
    .hope-section .hope-block .hope-card .hope-text h2 {
        font-size: 30px
    }
}

.hope-section .hope-block .hope-card .hope-text p {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    line-height: 40px;
    max-width: 355px
}

@media (max-width:767px) {
    .hope-section .hope-block .hope-card .hope-text p {
        font-size: 16px;
        line-height: 26px
    }
}

.hope-section .hope-block .hope-card .hope-text .btn {
    margin-top: 20px
}

.hope-section .hope-block .hope-cells {
    width: 722px;
    position: relative
}

@media (max-width:991px) {
    .hope-section .hope-block .hope-cells {
        display: none
    }
}

@media (max-width:767px) {
    .hope-section .hope-block .hope-cells {
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        width: 400px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.hope-section .hope-block .hope-cells img {
    position: absolute
}

.hope-section .hope-block .hope-cells img.cell-first {
    width: 427px;
    height: 427px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-top: -20px
}

@media (max-width:767px) {
    .hope-section .hope-block .hope-cells img.cell-first {
        width: 317px;
        height: 317px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(1);
        margin-top: -200px;
        margin-left: -40px
    }
}

.hope-section .hope-block .hope-cells img.cell-second {
    width: 427px;
    height: 427px;
    -webkit-transform: scaleX(-1) rotate(-25deg);
    transform: scaleX(-1) rotate(-25deg);
    margin-left: 360px;
    margin-top: 70px
}

@media (max-width:767px) {
    .hope-section .hope-block .hope-cells img.cell-second {
        display: none
    }
}

.hope-section .hope-block .hope-cells img.cell-third {
    width: 564px;
    height: 564px;
    margin-top: 260px
}

@media (max-width:767px) {
    .hope-section .hope-block .hope-cells img.cell-third {
        height: 354px;
        bottom: -210px;
        position: absolute;
        right: -100px;
        width: 354px
    }
}

.hope-section .soft-pink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    margin-left: -100%
}

.hope-section .soft-pink img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.derp-section {
    top: 0;
    left: 0;
    background-color: #e3a1d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 20;
    padding-top: 85px;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat
}

@media (max-width:991px) {
    .derp-section {
        background-position: center -24px;
        padding-top: 55px
    }
}

.derp-section .derp-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1468px;
    width: 100%
}

@media (max-width:991px) {
    .derp-section .derp-block {
        position: relative
    }
}

.derp-section .derp-block .derp-tubes {
    width: 702px;
    height: 992px;
    position: relative
}

@media (max-width:991px) {
    .derp-section .derp-block .derp-tubes {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1
    }
}

.derp-section .derp-block .derp-tubes img {
    width: 310px;
    position: absolute
}

@media (max-width:991px) {
    .derp-section .derp-block .derp-tubes img {
        width: 120px;
        position: absolute;
        z-index: 1
    }
}

.derp-section .derp-block .derp-tubes img.tube-first {
    left: 0
}

@media (max-width:991px) {
    .derp-section .derp-block .derp-tubes img.tube-first {
        left: -20px;
        bottom: 110px
    }
}

.derp-section .derp-block .derp-tubes img.tube-second {
    right: 0
}

@media (max-width:991px) {
    .derp-section .derp-block .derp-tubes img.tube-second {
        right: -20px;
        bottom: 110px
    }
}

.derp-section .derp-block .derp-tubes img.tube-third {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 72px
}

@media (max-width:991px) {
    .derp-section .derp-block .derp-tubes img.tube-third {
        display: none
    }
}

.derp-section .derp-text {
    color: #fff;
    margin-left: 100px;
    margin-top: 110px
}

@media (max-width:991px) {
    .derp-section .derp-text {
        margin: 94px 30px 0;
        text-align: center;
        width: 100%
    }
}

.derp-section .derp-text h1 {
    font-weight: 800;
    font-size: 76px;
    letter-spacing: .08em
}

@media (max-width:767px) {
    .derp-section .derp-text h1 {
        font-size: 46px
    }
}

.derp-section .derp-text h2 {
    font-weight: 800;
    font-size: 40px;
    letter-spacing: .08em;
    max-width: 355px;
    line-height: 1.2
}

@media (max-width:991px) {
    .derp-section .derp-text h2 {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .derp-section .derp-text h2 {
        font-size: 30px
    }
}

.derp-section .derp-text p {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    line-height: 40px;
    max-width: 355px
}

@media (max-width:991px) {
    .derp-section .derp-text p {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .derp-section .derp-text p {
        font-size: 16px;
        line-height: 26px
    }
}

.derp-section .derp-text .btn {
    margin-top: 20px
}

@media (max-width:991px) {
    .derp-section .derp-text .btn {
        margin-left: auto;
        margin-right: auto
    }
}

.embrace-section {
    top: 0;
    left: 0;
    background-color: #000;
    min-height: 100vh;
    z-index: 40;
    background-position: bottom;
    background-size: contain;
    background-repeat: repeat-x;
    opacity: 0;
    visibility: hidden;
    display: none
}

.embrace-section .embrace-header {
    width: 100%;
    height: 100vh
}

@media (max-width:767px) {
    .embrace-section .embrace-header {
        height: auto;
        margin-top: 70px
    }
}

.embrace-section .embrace-header video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:767px) {
    .embrace-section .embrace-header video {
        height: 300px
    }
}

.embrace-section .embrace-cockpit {
    z-index: 30;
    top: 700px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1920px;
    position: absolute
}

@media (max-width:767px) {
    .embrace-section .embrace-cockpit {
        width: 1100px;
        top: 320px
    }
}

.embrace-section .embrace-cockpit>img {
    width: 100%
}

.embrace-section .embrace-cockpit .animation {
    position: absolute;
    left: 50%;
    bottom: 239px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 305px;
    margin-left: 29px;
    height: 160px;
    overflow: hidden;
    cursor: pointer
}

@media (max-width:767px) {
    .embrace-section .embrace-cockpit .animation {
        position: absolute;
        bottom: 138px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 175px;
        margin-left: 16px;
        height: 90px
    }
}

.embrace-section .embrace-cockpit .animation img {
    width: 100%
}

.embrace-section .embrace-text {
    font-weight: 800;
    font-size: 107px;
    line-height: 110px;
    text-align: center;
    letter-spacing: .08em;
    color: #fff50b;
    margin-top: 300px;
    margin-bottom: 50px
}

@media (max-width:991px) {
    .embrace-section .embrace-text {
        font-size: 87px;
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .embrace-section .embrace-text {
        font-size: 41px;
        margin-bottom: -10px;
        margin-top: 200px
    }
}

.embrace-section .embrace-derp {
    padding: 80px 0;
    background-size: contain
}

@media (max-width:991px) {
    .embrace-section .embrace-derp {
        padding: 50px 0;
        background-size: 840px
    }
}

.embrace-section .embrace-derp .embrace-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 30px;
    gap: 30px;
    padding: 30px;
    background-color: #ff64f1
}

@media (max-width:991px) {
    .embrace-section .embrace-derp .embrace-carousel {
        grid-gap: 20px;
        gap: 20px;
        padding: 20px
    }
}

.embrace-section .embrace-derp .embrace-carousel li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
    height: 200px;
    padding: 20px;
    background-color: #f8f5d1
}

@media (max-width:991px) {
    .embrace-section .embrace-derp .embrace-carousel li {
        width: 120px;
        height: 120px;
        padding: 10px
    }
}

.embrace-section .embrace-derp .embrace-carousel li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.embrace-section .embrace-derp img {
    width: 100%
}

@media (max-width:767px) {
    .embrace-section .embrace-derp img {
        width: 610px;
        max-width: inherit
    }
}

.embrace-section .embrace-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 68px
}

@media (max-width:767px) {
    .embrace-section .embrace-member {
        margin-top: 38px
    }
}

.embrace-section .embrace-member .embrace-member-list {
    display: grid;
    grid-template-columns: 438px 438px;
    -webkit-column-gap: 72px;
    -moz-column-gap: 72px;
    grid-column-gap: 72px;
    column-gap: 72px;
    grid-row-gap: 20px;
    row-gap: 20px;
    position: relative;
    padding-left: 200px
}

@media (max-width:991px) {
    .embrace-section .embrace-member .embrace-member-list {
        grid-template-columns: .9fr
    }
}

@media (max-width:767px) {
    .embrace-section .embrace-member .embrace-member-list {
        grid-template-columns: 1fr;
        padding: 0 20px
    }
}

.embrace-section .embrace-member .embrace-member-list .embrace-member-text {
    position: absolute;
    font-weight: 800;
    font-size: 153px;
    line-height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: .08em;
    color: #12ff54;
    top: 377px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -337px
}

@media (max-width:767px) {
    .embrace-section .embrace-member .embrace-member-list .embrace-member-text {
        position: static;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        font-size: 41px;
        text-align: center;
        line-height: 60px
    }
}

.embrace-section .embrace-member .embrace-member-list .member-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 2px solid #e3a1d4
}

.embrace-section .embrace-member .embrace-member-list .member-item .member-top {
    background-color: #e3a1d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.embrace-section .embrace-member .embrace-member-list .member-item .member-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 30px
}

@media (max-width:767px) {
    .embrace-section .embrace-member .embrace-member-list .member-item .member-bottom {
        padding: 20px
    }
}

.embrace-section .embrace-member .embrace-member-list .member-item .member-bottom h2 {
    font-weight: 600;
    font-size: 43px;
    color: #e3a1d4;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .embrace-section .embrace-member .embrace-member-list .member-item .member-bottom h2 {
        font-size: 30px
    }
}

.embrace-section .embrace-member .embrace-member-list .member-item .member-bottom p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .08em;
    font-family: Roboto, sans-serif;
    color: #fff
}

@media (max-width:767px) {
    .embrace-section .embrace-member .embrace-member-list .member-item .member-bottom p {
        font-size: 13px;
        line-height: 22px
    }
}

.embrace-section .embrace-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 90px
}

@media (max-width:767px) {
    .embrace-section .embrace-footer {
        margin-top: 50px
    }
}

.embrace-section .embrace-footer .logo {
    margin-bottom: 23px
}

@media (max-width:767px) {
    .embrace-section .embrace-footer .logo {
        width: 290px
    }
}

.embrace-section .embrace-footer h4 {
    font-weight: 800;
    font-size: 106px;
    line-height: 110px;
    letter-spacing: .08em;
    color: #fff50b;
    margin-bottom: 32px
}

@media (max-width:991px) {
    .embrace-section .embrace-footer h4 {
        font-size: 86px;
        line-height: 99px
    }
}

@media (max-width:767px) {
    .embrace-section .embrace-footer h4 {
        font-size: 52px;
        line-height: 59px
    }
}

.embrace-section .embrace-footer .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 37px;
    gap: 37px;
    margin-bottom: 100px
}

@media (max-width:767px) {
    .embrace-section .embrace-footer .buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-gap: 16px;
        gap: 16px
    }
}

.embrace-section .embrace-footer h5 {
    color: #ff12c9;
    font-weight: 600;
    font-size: 76px;
    line-height: 80px;
    letter-spacing: .08em;
    text-align: center;
    margin-bottom: 40px
}

@media (max-width:991px) {
    .embrace-section .embrace-footer h5 {
        font-size: 56px;
        line-height: 70px
    }
}

@media (max-width:767px) {
    .embrace-section .embrace-footer h5 {
        font-size: 26px;
        line-height: 38px
    }
}

.embrace-section .embrace-copyright {
    background-color: #2b2726;
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: .04em;
    padding: 15px 10px 14px
}

@media (max-width:767px) {
    .embrace-section .embrace-copyright {
        font-size: 20px
    }
}

.cockpit-back {
    background-color: #fff50b;
    width: 323px;
    height: 41px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #000;
    font-weight: 800;
    font-size: 18px;
    line-height: 0;
    text-align: center;
    letter-spacing: .08em;
    line-height: 2.3;
    bottom: 190px;
    margin-left: 28px
}

@media (max-width:767px) {
    .cockpit-back {
        width: 173px;
        height: 32px;
        font-size: 12px;
        line-height: 2.9;
        bottom: 96px;
        margin-left: 15px
    }
}

.embrace-tokenomics {
    margin-top: 85px
}

@media (max-width:767px) {
    .embrace-tokenomics {
        margin-top: 40px
    }
}

.embrace-tokenomics .tokenmics-block h3 {
    text-align: center;
    color: #fff50b;
    font-size: 107px;
    line-height: 110px
}

@media (max-width:767px) {
    .embrace-tokenomics .tokenmics-block h3 {
        font-size: 41px;
        line-height: 40px
    }
}

.embrace-tokenomics .tokenmics-block .tokenmics-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    left: 58px
}

@media (max-width:1199px) {
    .embrace-tokenomics .tokenmics-block .tokenmics-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 0;
        margin-top: 30px
    }
}

.embrace-tokenomics .tokenmics-block .tokenmics-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 48px;
    line-height: 80px
}

@media (max-width:767px) {
    .embrace-tokenomics .tokenmics-block .tokenmics-top ul {
        font-size: 25px;
        line-height: 40px
    }
}

.embrace-tokenomics .tokenmics-block .tokenmics-top ul span {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 18px
}

@media (max-width:767px) {
    .embrace-tokenomics .tokenmics-block .tokenmics-top ul span {
        width: 15px;
        height: 15px;
        margin-right: 10px
    }
}

.embrace-tokenomics .tokenmics-block .tokenmics-top ul span.green {
    background-color: #50b432
}

.embrace-tokenomics .tokenmics-block .tokenmics-top ul span.yellow {
    background-color: #deed1b
}

.embrace-tokenomics .tokenmics-block .tokenmics-top ul span.red {
    background-color: #df0000
}

.embrace-tokenomics .tokenmics-block .tokenmics-top ul span.cyan {
    background-color: #24cbe5
}

.embrace-tokenomics .tokenmics-block .tokenmics-top ul span.indigo {
    background-color: #6a64e5
}

.embrace-tokenomics .tokenmics-block .tokenmics-top .image {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.embrace-tokenomics .tokenmics-block .tokenmics-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 134px;
    -moz-column-gap: 134px;
    grid-column-gap: 134px;
    column-gap: 134px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1199px) {
    .embrace-tokenomics .tokenmics-block .tokenmics-bottom {
        padding: 0 40px;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        grid-column-gap: 40px;
        column-gap: 40px
    }
}

@media (max-width:767px) {
    .embrace-tokenomics .tokenmics-block .tokenmics-bottom {
        padding: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.embrace-tokenomics .tokenmics-block .tokenmics-bottom .tokenmics-item {
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 50px
}

@media (max-width:767px) {
    .embrace-tokenomics .tokenmics-block .tokenmics-bottom .tokenmics-item {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px
    }
}

.embrace-tokenomics .tokenmics-block .tokenmics-bottom .tokenmics-item h5 {
    color: #fff50b;
    text-transform: uppercase
}

.embrace-tokenomics .tokenmics-block .tokenmics-bottom .tokenmics-item ul {
    list-style: disc;
    padding-left: 30px;
    color: #fff
}

@media (max-width:767px) {
    .embrace-tokenomics .tokenmics-block .tokenmics-bottom .tokenmics-item ul {
        padding-left: 20px
    }
}

.embrace-tokenomics .tokenmics-block .embrace-register {
    margin-top: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:767px) {
    .embrace-tokenomics .tokenmics-block .embrace-register {
        margin-top: 40px;
        padding: 0 20px
    }
}

.embrace-tokenomics .tokenmics-block .embrace-register h2 {
    font-size: 58px;
    line-height: 110px;
    color: #fff50b;
    text-transform: uppercase
}

@media (max-width:991px) {
    .embrace-tokenomics .tokenmics-block .embrace-register h2 {
        line-height: 60px;
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .embrace-tokenomics .tokenmics-block .embrace-register h2 {
        line-height: 37px;
        margin-bottom: 10px;
        font-size: 29px
    }
}

.embrace-tokenomics .tokenmics-block .embrace-register .btn {
    margin-top: 5px
}

body {
    background-color: #000;
}

main {
    position: relative;
    z-index: 10;
    height: 100vh;
    overflow-x: hidden
}

section {
    position: absolute;
    width: 100%
}

.loader-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 999;
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.loader-section img {
    margin-left: -40px
}

.audio-files {
    position: fixed;
    top: -9999px;
    left: -99999px
}

/*# sourceMappingURL=style.min.css.map */