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

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

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

html,
body {
    font-family: "Bangers", serif;
    font-style: normal;
    font-weight: 400;
    color: #2C3E50;
    background: #EAF4F7
}

a {
    text-decoration: none;
    color: inherit
}

button {
    font-family: inherit;
    cursor: pointer
}

img,
video {
    display: block
}

.wrapper {
    overflow: hidden;
    position: relative
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1420px;
    padding: 0 10px
}

.btn {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    align-items: center;
    gap: 20px;
    font-family: "Bangers", serif;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
    background: #F9A602;
    box-shadow: 0px 4px 57.4px rgba(120, 25, 25, .49), 0px 5px 0px #781919;
    padding: 22px 40px;
    border-radius: 16px;
    height: 75px;
    transition: background 200ms ease-in-out
}

.btn:hover {
    background: #FFB732
}

.poppins {
    font-family: "Poppins", serif;
}

@media screen and (max-width: 1023.98px) {
    .btn {
        padding: 15px 30px;
        border-radius: 12px;
        height: auto;
        font-size: 20px;
        height: 54px
    }
}

@media screen and (max-width: 640px) {
    .btn {
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 8px;
        height: 40px
    }
}

@media screen and (max-width: 380px) {
    .btn {
        padding: 10px 10px
    }
}

.socials {
    display: flex;
    gap: 6px
}

.socials__btn {
    height: 75px;
    width: 64px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    box-shadow: 0px 5px 0px #b9b9b9;
    border-radius: 9px;
    transition: background 200ms ease-in-out, box-shadow 200ms ease-in-out
}

.socials__btn:hover {
    background: #ddd;
    box-shadow: 0px 5px 0px #ababab
}

@media screen and (max-width: 1023.98px) {
    .socials__btn {
        width: 54px;
        height: 54px
    }
}

@media screen and (max-width: 640px) {
    .socials__btn {
        height: 40px;
        width: 40px
    }

    .socials__btn svg {
        width: 18px;
        max-height: 20px
    }
}

.contract {
    display: flex;
    font-size: 20px;
    color: #fff;
    background: #000;
    box-shadow: 0px 3px 0px #fff;
    border-radius: 999px;
    overflow: hidden;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    border: 1px solid #fff;
    padding-right: 10px;
    position: relative
}

@media screen and (max-width: 767.98px) {
    .contract {
        font-size: 16px;
        padding-right: 0
    }
}

.contract__copied {
    display: none;
    position: absolute;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 12px
}

.contract__value {
    padding: 12px 0px 12px 20px;
    white-space: nowrap;
    overflow-x: auto
}

.contract__copy {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, .4);
    padding: 10px;
    transition: color 200ms ease-in-out;
    outline: none
}

.contract__copy:hover {
    color: #fff
}

@media screen and (max-width: 767.98px) {
    .contract__copy svg {
        height: 16px
    }
}

.contract_copied .contract__copied {
    display: flex
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 40px 0
}

@media screen and (max-width: 640px) {
    .header {
        padding: 20px 0
    }
}

.header__stars {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    min-width: 1024px
}

.header__container {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 5
}

@media screen and (max-width: 1280px) {
    .header__container {
        justify-content: space-between
    }
}

@media screen and (max-width: 640px) {
    .header__container {
        gap: 10px
    }
}

.header__nav {
    flex: 1;
    display: flex;
    border: 1px solid #fff;
    box-shadow: 0px 5px 0px #fff;
    border-radius: 16px;
    height: 75px
}

.header__nav a {
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    padding: 22px;
    transition: color 200ms ease-in-out;
    flex-grow: 1
}

.header__nav a:hover {
    color: #ff393a
}

@media screen and (max-width: 1280px) {
    .header__nav {
        display: none
    }
}

.hero {
    position: relative;
    z-index: 6;
    background: url(/assets/img/hero-stars.jpg) center top no-repeat;
    background-size: contain
}

@media screen and (max-width: 1023.98px) {
    .hero {
        background-size: 1024px
    }
}

.hero__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 200px 10px 0 10px
}

@media screen and (max-width: 1023.98px) {
    .hero__container {
        padding: 200px 10px 0 10px
    }
}

.hero__logo {
    max-width: 100%;
    width: 100%;
    position: relative
}

.hero__logo-logo {
    width: 100%
}

.hero__logo-blur {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 140%
}

.hero__persons {
    display: flex;
    justify-content: center
}

.hero__persons img {
    height: 290px
}

@media screen and (max-width: 1420px) {
    .hero__persons img {
        height: 20.5vw
    }
}

.hero__contract {
    margin: 0 auto;
    transform: translateY(-50%)
}

@media screen and (max-width: 767.98px) {
    .hero__contract {
        transform: translateY(0%)
    }
}

.hero__subtitle {
    font-size: 48px;
    text-align: center;
    margin: 40px 0 20px 0
}

@media screen and (max-width: 1023.98px) {
    .hero__subtitle {
        font-size: 5vw
    }
}

.hero__arrow {
    margin: 0 auto;
    color: rgba(255, 255, 255, .5);
    animation: heroArrow 1000ms ease-in-out infinite alternate
}

@media screen and (max-width: 767.98px) {
    .hero__arrow {
        width: 30px
    }
}

.hero__bottom {
    width: 100%;
    margin-top: 80px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.hero__divider {
    position: absolute;
    left: -10px;
    width: calc(100% + 20px);
    bottom: 0;
    transform: rotate(-0.6deg) translateY(60%)
}

@keyframes heroArrow {
    to {
        transform: translateY(25%)
    }
}

.about {
    background: url(/assets/img/about-us-background.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 5
}

.about__container {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
    padding: 0 5%
}

@media screen and (max-width: 1400px) {
    .about__container {
        max-width: 100%;
        padding: 0 10px
    }
}

.about__content {
    max-width: 840px;
    width: 100%;
    background: #564c55;
    border: 14px solid #d38c3c;
    padding: 60px;
    font-family: "Bangers", serif;
    color: #e5dae4;
    margin: 8vw 0 14vw 0;
    position: relative;
    z-index: 5
}

@media screen and (max-width: 1023.98px) {
    .about__content {
        max-width: 100%;
        margin: 100px 0 200px 0;
        background: rgba(86, 76, 85, .8);
        color: #fff
    }
}

@media screen and (max-width: 767.98px) {
    .about__content {
        padding: 30px;
        border-width: 6px
    }
}

.about__title {
    font-size: 64px;
    line-height: 1.3;
    margin-bottom: 20px
}

@media screen and (max-width: 767.98px) {
    .about__title {
        font-size: 48px
    }
}

.about__text {
    font-size: 24px;
    line-height: 1.375
}

@media screen and (max-width: 767.98px) {
    .about__text {
        font-size: 20px
    }
}

.about__illustration {
    width: 50%;
    transform: translate(10%, 15%)
}

@media screen and (max-width: 1600px) {
    .about__illustration {
        width: 800px;
        max-width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translate(20%, 15%)
    }
}

@media screen and (max-width: 640px) {
    .about__illustration {
        max-width: 120%
    }
}

.about__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    width: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    min-width: 1024px
}

.tokenomics {
    position: relative;
    z-index: 4
}

.tokenomics__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tokenomics__container {
    max-width: 1600px;
    width: 100%;
    padding: 300px 5% 6vw 5%;
    position: relative;
    z-index: 5
}

@media screen and (max-width: 1600px) {
    .tokenomics__container {
        padding: 250px 5% 6vw 5%
    }
}

@media screen and (max-width: 1023.98px) {
    .tokenomics__container {
        padding: 150px 10px 50px 10px
    }
}

.tokenomics__row {
    display: flex;
    background: #fff;
    border: 1px solid #000;
    box-shadow: 0px 5px 0px #000;
    border-radius: 16px;
    color: #000;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    padding: 20px
}

@media screen and (max-width: 420px) {
    .tokenomics__row {
        gap: 40px
    }
}

.tokenomics__item {
    display: flex;
    flex-direction: column;
    text-align: center
}

.tokenomics__label {
    font-size: 20px;
    line-height: 1.4
}

@media screen and (max-width: 420px) {
    .tokenomics__label {
        font-size: 16px
    }
}

.tokenomics__value {
    font-size: 64px;
    line-height: 1.4
}

@media screen and (max-width: 767.98px) {
    .tokenomics__value {
        font-size: 48px
    }
}

@media screen and (max-width: 420px) {
    .tokenomics__value {
        font-size: 40px
    }
}

.tokenomics__text {
    margin: 150px auto 0 auto;
    max-width: 1024px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
    color: #FFF;
}

.tokenomics__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(50%);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    min-width: 1024px
}

.buy {
    background: #96c3c9;
    padding: 150px 0;
    position: relative;
    z-index: 3
}

.buy__container {
    display: flex;
    gap: 80px
}

@media screen and (max-width: 1280px) {
    .buy__container {
        gap: 40px
    }
}

@media screen and (max-width: 1023.98px) {
    .buy__container {
        flex-direction: column
    }
}

.buy__illustration {
    width: 50%;
    border-radius: 200px;
    border: 9px solid #fcf0d6;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width: 1280px) {
    .buy__illustration {
        width: 40%
    }
}

@media screen and (max-width: 1023.98px) {
    .buy__illustration {
        width: 100%;
        max-width: 640px;
        margin: 0 auto
    }
}

@media screen and (max-width: 640px) {
    .buy__illustration {
        border-radius: 20vw
    }
}

.buy__col {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #000
}

@media screen and (max-width: 1023.98px) {
    .buy__col {
        max-width: 640px;
        margin: 0 auto
    }
}

.buy__title {
    font-size: 64px;
    line-height: 1.4;
    margin-bottom: 30px;
    text-transform: uppercase
}

@media screen and (max-width: 1023.98px) {
    .buy__title {
        text-align: center
    }
}

@media screen and (max-width: 640px) {
    .buy__title {
        font-size: 48px
    }
}

.buy__text {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: auto
}

.buy__steps {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.buy__step {
    display: flex;
    background: #fdf1d9;
    border-radius: 999px
}

.buy__step p {
    margin: auto 20px;
    font-size: 24px;
    line-height: 1.3
}

@media screen and (max-width: 640px) {
    .buy__step p {
        font-size: 20px
    }
}

@media screen and (max-width: 420px) {
    .buy__step p {
        font-size: 18px
    }
}

.buy__icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #96c3c9;
    transform: scale(1.01)
}

@media screen and (max-width: 640px) {
    .buy__icon {
        width: 70px;
        height: 70px
    }
}

.buy__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    width: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    min-width: 1024px
}

.faq {
    padding: 150px 0 250px 0;
    position: relative;
    z-index: 2
}

.faq__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.faq__container {
    max-width: 90%;
    width: 100%;
    position: relative;
    z-index: 5
}

@media screen and (max-width: 1400px) {
    .faq__container {
        max-width: 100%
    }
}

.faq__title {
    font-size: 128px;
    margin-bottom: 12px;
    line-height: 1.3
}

.faq__text {
    font-size: 20px;
    line-height: 1.3;
    max-width: 400px;
    margin-bottom: 32px
}

.faq__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    width: 100%;
    gap: 10px;
    align-items: flex-start
}

.accordion {
    width: calc(33.3333333333% - 6.6666666667px);
    background: #fff;
    border: 3px solid #000;
    border-radius: 12px;
    color: #000;
    overflow: hidden
}

@media screen and (max-width: 1023.98px) {
    .accordion {
        width: calc(50% - 5px)
    }
}

@media screen and (max-width: 767.98px) {
    .accordion {
        width: 100%
    }
}

.accordion__header {
    cursor: pointer;
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 20px;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    border-radius: 0 0 12px 12px
}

.accordion__icon {
    transition: transform 200ms ease-in-out
}

.accordion__body {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 200ms ease-in-out;
    font-size: 16px;
    line-height: 1.3
}

.accordion__body>p {
    padding: 20px
}

.accordion_open .accordion__header {
    background: #F9A602;
    color: #fff;
    box-shadow: 0px 3px 0px #000, 1.5px 3px 0px #000, -1.5px 3px 0px #000
}

.accordion_open .accordion__icon {
    transform: rotate(180deg);
    filter: invert(100%)
}

.accordion_open .accordion__body {
    max-height: var(--body-height, 500px)
}

.footer {
    padding: 40px 0;
    position: relative;
    margin-top: 50px
}

@media screen and (max-width: 640px) {
    .footer {
        padding: 20px 0
    }
}

.footer__stars {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    min-width: 1024px
}

.footer__container {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 5
}

@media screen and (max-width: 1280px) {
    .footer__container {
        justify-content: space-between
    }
}

@media screen and (max-width: 640px) {
    .footer__container {
        gap: 10px
    }
}

.footer__nav {
    flex: 1;
    display: flex;
    border: 1px solid #fff;
    box-shadow: 0px 5px 0px #fff;
    border-radius: 16px;
    height: 75px
}

.footer__nav a {
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
    padding: 22px;
    transition: color 200ms ease-in-out;
    flex-grow: 1
}

.footer__nav a:hover {
    color: #F9A602
}

@media screen and (max-width: 1280px) {
    .footer__nav {
        display: none
    }
}

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