@font-face {
    font-family: Filmotype Modern;
    font-display: swap;
    src: url("../fonts/Filmotype Modern.woff2") format("woff2");
    font-weight: 400;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

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

*::after,
*::before {
    display: inline-block
}

body,
html {
    height: 100%;
    min-width: 320px
}

body {
    color: var(--text-primary);
    line-height: 1.2;
    font-family: "Filmotype Modern";
    font-size: 3rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
    font-family: "Filmotype Modern";
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: rgba(0, 0, 0, 0)
}

input,
textarea {
    width: 100%
}

button,
option,
select {
    cursor: pointer
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

.lock body {
    overflow: hidden;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

@supports (overflow:clip) {
    .wrapper {
        overflow: clip
    }
}

.wrapper>main {
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

[class*=__container] {
    max-width: 102.5rem;
    margin: 0 auto;
    padding: 0 .9375rem
}

[class*="--gc"] {
    display: grid;
    min-width: 0;
    grid-template-columns: .9375rem 1fr minmax(auto, 100.625rem) 1fr .9375rem
}

[class*="--gc"]>* {
    min-width: 0;
    grid-column: 3/4
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none;
    appearance: none
}

.input {
    width: 100%;
    display: block;
    caret-color: inherit;
    outline: 0
}

.input::-webkit-input-placeholder {
    color: #0c0505
}

.input:-ms-input-placeholder {
    color: #0c0505
}

.input::-ms-input-placeholder {
    color: #0c0505
}

.input::placeholder {
    color: #0c0505
}

.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder {
    -ms-transition: opacity .3s;
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
    -ms-transition: opacity .3s;
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
    transition: opacity .3s
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder {
    opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder {
    opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder {
    opacity: 0
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
    opacity: 0
}

textarea.input {
    resize: none;
    padding: 0 0
}

.menu__list {
    display: flex;
    width: 100%;
    gap: .9375rem;
    align-items: center;
    flex-wrap: wrap
}

.menu__link {
    color: #fff;
    transition: color .2s
}

.menu__link._navigator-active {
    color: #f796bf
}

.menu__link._navigator-active::after {
    background-color: #f796bf
}

.menu__link::after {
    content: "";
    width: 100%;
    display: block;
    height: .08em;
    background-color: #fff;
    margin-top: -.24em;
    transition: background-color .2s
}

.icon-menu {
    display: none
}

.spollers {
    display: grid;
    gap: 15px
}

.spollers__item {
    font-size: 1.25rem
}

.spollers__title {
    width: 100%;
    cursor: default;
    text-align: left;
    border: 1px solid #eee;
    padding: .625rem .9375rem;
    border-radius: .3125rem;
    position: relative;
    list-style: none
}

.spollers__title::-webkit-details-marker,
.spollers__title::marker {
    display: none
}

._spoller-init .spollers__title {
    cursor: pointer
}

._spoller-init .spollers__title::after,
._spoller-init .spollers__title::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    background-color: #000;
    height: 2px;
    width: 15px;
    transition: -webkit-transform .5s ease 0s;
    transition: transform .5s ease 0s;
    transition: transform .5s ease 0s, -webkit-transform .5s ease 0s
}

._spoller-init .spollers__title::before {
    -webkit-transform: translate(-75%, -50%) rotate(40deg);
    transform: translate(-75%, -50%) rotate(40deg)
}

._spoller-init .spollers__title::after {
    -webkit-transform: translate(0, -50%) rotate(-40deg);
    transform: translate(0, -50%) rotate(-40deg)
}

._spoller-init .spollers__title._spoller-active::before {
    -webkit-transform: translateX(-75%) rotate(-40deg);
    transform: translateX(-75%) rotate(-40deg)
}

._spoller-init .spollers__title._spoller-active::after {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}

.spollers__body {
    padding: 1.25rem;
    border-radius: .3125rem;
    border: 1px solid #eee
}

.ibg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ibg--top {
    -o-object-position: top;
    object-position: top
}

.ibg--bottom {
    -o-object-position: bottom;
    object-position: bottom
}

.ibg--left {
    -o-object-position: left;
    object-position: left
}

.ibg--right {
    -o-object-position: right;
    object-position: right
}

.ibg--contain {
    -o-object-fit: contain;
    object-fit: contain
}

.button {
    position: relative;
    flex-shrink: 0;
    width: 11.5625rem;
    height: 4.5625rem;
    z-index: 20
}

.button::after,
.button::before {
    width: 22%;
    aspect-ratio: 35/38;
    position: absolute;
    z-index: -1;
    will-change: transform;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    pointer-events: none
}

.button::before {
    content: "";
    background: url(../img/ear-left.svg) center/contain no-repeat;
    top: -25%;
    left: -15%;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.button::after {
    content: "";
    background: url(../img/ear-right.svg) center/contain no-repeat;
    top: -23%;
    right: -13%;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.button span {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #f796bf;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 2.1875rem;
    color: #0c0505;
    border-radius: .1875rem;
    border: .15625rem solid #0c0505;
    padding: .5rem;
    transition: letter-spacing .2s;
    z-index: 3
}

.button--board {
    box-shadow: -.15rem .225rem 0 0 #87f55b
}

.button--pink-ears::after,
.button--pink-ears::before {
    width: 29%
}

.button--pink-ears::before {
    background: url(../img/ear-left-pink.svg) center/contain no-repeat;
    top: -34%;
    left: -20%
}

.button--pink-ears::after {
    background: url(../img/ear-right-pink.svg) center/contain no-repeat;
    top: -29%;
    right: -18%
}

.button--black-shadow span {
    box-shadow: -.1875rem .1875rem 0 0 #000
}

.button__decor {
    position: absolute;
    width: 114%;
    height: 100%;
    bottom: -55%;
    -webkit-transform: rotate(-3.32deg);
    transform: rotate(-3.32deg);
    left: -8%;
    pointer-events: none
}

.button__decor img {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1
}

.button__hero-decor {
    position: absolute;
    width: 85%;
    height: 135%;
    top: -15%;
    left: 13%;
    pointer-events: none
}

.button__hero-decor img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1
}

.social-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    flex-shrink: 0;
    border-radius: 50%;
    border: .1875rem solid #000;
    background-color: #252525;
    box-shadow: 0 .5rem 0 0 #000;
    will-change: box-shadow;
    transition: box-shadow .2s, -webkit-transform .2s;
    transition: box-shadow .2s, transform .2s;
    transition: box-shadow .2s, transform .2s, -webkit-transform .2s
}

.social-link svg {
    width: 57%;
    will-change: width;
    transition: width .2s
}

.social-link--tg {
    background-color: #00e0f7
}

.social-link--inst {
    background-color: #ff532d
}

.header {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    align-items: center;
    position: relative;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.header__logo {
    aspect-ratio: 200/80;
    flex-shrink: 0;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center
}

.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer {
    position: relative;
    background-color: #151515
}

.footer__top {
    position: relative
}

.footer__img {
    flex: 0 0 36.5%;
    position: relative;
    align-self: stretch;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    opacity: 0;
    visibility: hidden
}

.footer__img._watcher-view {
    -webkit-animation: from-right .45s ease .2s forwards;
    animation: from-right .45s ease .2s forwards
}

.footer__img img {
    position: absolute;
    bottom: -24%;
    right: 12%;
    width: 65%;
    -o-object-fit: cover;
    object-fit: cover
}

.footer__bottom {
    position: relative;
    z-index: 5;
    padding: .5rem 0;
    background-color: #151515;
    border-top: .375rem solid #9cff74
}

.footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .9375rem
}

.footer__copy {
    color: #f4f2eb;
    line-height: normal;
    text-transform: uppercase
}

.footer__osnovo {
    color: #f4f2eb;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: .3125rem;
    will-change: transform;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.top-footer {
    position: relative
}

.top-footer::before {
    content: "";
    position: absolute;
    top: 0;
    height: 1.5625rem;
    width: 100%;
    background-color: #f796bf;
    border-top: solid #000;
    border-bottom: solid #000
}

.top-footer__bg {
    position: absolute;
    width: 100%;
    height: 112%;
    top: 0;
    left: 0
}

.top-footer__bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1
}

.top-footer__main-img {
    position: absolute;
    width: 42.5%;
    bottom: -11%;
    right: 0;
    z-index: 5;
    aspect-ratio: 832/681;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden
}

._watcher-view .top-footer__main-img {
    -webkit-animation: from-right .45s ease forwards;
    animation: from-right .45s ease forwards
}

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

.top-footer__container {
    position: relative;
    display: flex;
    align-items: flex-start;
    z-index: 3
}

.top-footer__left {
    flex: 0 0 63.5%;
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem
}

.top-footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.top-footer__nav-link {
    position: relative;
    aspect-ratio: 475/86;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    will-change: transform
}

.top-footer__nav-link:nth-child(1) img {
    width: 47%
}

.top-footer__nav-link:nth-child(2) img {
    width: 71%
}

.top-footer__nav-link:nth-child(3) img {
    width: 100%
}

.top-footer__nav-link:nth-child(4) img {
    width: 95%
}

.top-footer__nav-link img {
    position: absolute;
    height: 111%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain
}

.top-footer__social {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: .9375rem
}

.top-footer__social::before {
    content: "";
    position: absolute;
    width: 65%;
    height: 25%;
    top: -28%;
    left: 0;
    background: url(../img/footer/socialDecor.svg) center/contain no-repeat
}

.top-footer__social img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@-webkit-keyframes to-bottom {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        opacity: 0;
        visibility: hidden
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible
    }
}

@keyframes to-bottom {
    0% {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        opacity: 0;
        visibility: hidden
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes car {
    0% {
        -webkit-transform: translate(100%, -10%) scale(.4);
        transform: translate(100%, -10%) scale(.4)
    }

    100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
}

@keyframes car {
    0% {
        -webkit-transform: translate(100%, -10%) scale(.4);
        transform: translate(100%, -10%) scale(.4)
    }

    100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
}

@-webkit-keyframes to-topHero {
    0% {
        -webkit-transform: translate(0, 150%);
        transform: translate(0, 150%);
        opacity: 0;
        visibility: hidden
    }

    100% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
        opacity: 1;
        visibility: visible
    }
}

@keyframes to-topHero {
    0% {
        -webkit-transform: translate(0, 150%);
        transform: translate(0, 150%);
        opacity: 0;
        visibility: hidden
    }

    100% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes to-top {
    0% {
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
        opacity: 0;
        visibility: hidden
    }

    20% {
        opacity: 1;
        visibility: visible
    }

    80% {
        -webkit-transform: translate(0, -5%);
        transform: translate(0, -5%);
        opacity: 1;
        visibility: visible
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible
    }
}

@keyframes to-top {
    0% {
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
        opacity: 0;
        visibility: hidden
    }

    20% {
        opacity: 1;
        visibility: visible
    }

    80% {
        -webkit-transform: translate(0, -5%);
        transform: translate(0, -5%);
        opacity: 1;
        visibility: visible
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes from-right {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    20% {
        opacity: 1;
        visibility: visible
    }

    80% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes from-right {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    20% {
        opacity: 1;
        visibility: visible
    }

    80% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes from-left {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    20% {
        opacity: 1;
        visibility: visible
    }

    80% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes from-left {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    20% {
        opacity: 1;
        visibility: visible
    }

    80% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.hero {
    background-color: #151515;
    position: relative
}

.hero__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0
}

.hero__bg img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.hero__bg img:nth-child(1) {
    width: 100%;
    height: 86%;
    bottom: 24.5%;
    left: 0;
    -o-object-position: center;
    object-position: center
}

.hero__bg img:nth-child(2) {
    right: 1%;
    width: 79%;
    bottom: 13.5%
}

.hero__wrapper-gr {
    display: grid;
    min-width: 0;
    grid-template-columns: .9375rem 1fr minmax(auto, 100.625rem) 1fr .9375rem
}

.hero__wrapper-gr>* {
    min-width: 0;
    grid-column: 1/6
}

.hero__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2
}

.hero__title {
    aspect-ratio: 1858/749;
    width: 96%;
    overflow: hidden;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    visibility: hidden
}

.loaded .hero__title {
    -webkit-animation: to-bottom .45s ease .4s forwards;
    animation: to-bottom .45s ease .4s forwards
}

.hero__title img {
    width: 100%
}

.hero__body {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%
}

.hero__img {
    aspect-ratio: 1215/1220;
    position: relative;
    pointer-events: none;
    z-index: 1;
    flex: 0 0 63.5%
}

.hero__img img {
    width: 103.2%;
    -webkit-transform: translate(100%, -10%) scale(.4);
    transform: translate(100%, -10%) scale(.4)
}

.loaded .hero__img img {
    -webkit-animation: car .55s ease .6s forwards;
    animation: car .55s ease .6s forwards
}

.paper-hero {
    position: relative;
    align-self: center;
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: 2
}

.paper-hero__body {
    display: flex;
    row-gap: .625rem;
    width: 100%
}

.paper-hero__social {
    display: flex;
    align-items: flex-end
}

.paper-hero__social-lnk:nth-child(1) {
    -webkit-transform: rotate(-10.893deg);
    transform: rotate(-10.893deg)
}

.paper-hero__social-lnk:nth-child(1)::before {
    pointer-events: none;
    content: "";
    background: url(../img/hero/btnX-decor.svg) center/contain no-repeat;
    width: 27%;
    height: 37%;
    position: absolute;
    top: -12%;
    left: -5%;
    -webkit-transform: rotate(10.893deg);
    transform: rotate(10.893deg);
    transition: width .2s, height .2s, top .2s, left .2s;
    will-change: width, height, top, left
}

.paper-hero__social-lnk:nth-child(2)::before {
    pointer-events: none;
    content: "";
    background: url(../img/hero/btnTg-decor.svg) center/contain no-repeat;
    width: 125%;
    height: 137%;
    position: absolute;
    top: -15%;
    left: -13%;
    transition: width .2s, height .2s, top .2s, left .2s;
    will-change: width, height, top, left
}

.paper-hero__button {
    align-self: flex-end
}

.about {
    position: relative;
    margin-top: -.0625rem;
    z-index: 3
}

.about::after {
    content: "";
    position: absolute;
    width: 280vw;
    width: 337.5rem;
    height: 101%;
    bottom: -1%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom: solid #87f55b;
    overflow: hidden;
    background-color: #151515;
    pointer-events: none
}

.about__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.about__bg img {
    position: absolute;
    width: 100%;
    height: 85%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1
}

.about__container {
    position: relative;
    display: flex;
    align-items: flex-start;
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%;
    z-index: 2
}

.card-about {
    flex: 0 0 47%;
    position: relative;
    aspect-ratio: 759/702;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden
}

.card-about._watcher-view {
    -webkit-animation: from-left .45s ease forwards;
    animation: from-left .45s ease forwards
}

.card-about__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.card-about__bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.card-about__body {
    position: absolute;
    top: 10%;
    left: 49%;
    width: 80%;
    height: 80%;
    z-index: 5;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.card-about__top {
    text-align: center
}

.card-about__title {
    color: #fff;
    text-shadow: -.0208333333em .0625em 0 #000;
    -webkit-text-stroke-width: .0416666667em;
    -webkit-text-stroke-color: #000;
    line-height: 1.2
}

.card-about__subtitle {
    color: #fff;
    text-shadow: -.0208333333em .0625em 0 #000;
    -webkit-text-stroke-width: .0416666667em;
    -webkit-text-stroke-color: #000;
    line-height: 1.2
}

.card-about__price {
    color: #fff;
    text-shadow: -.015625em .046875em 0 #000;
    -webkit-text-stroke-width: .03125em;
    -webkit-text-stroke-color: #000;
    display: flex;
    align-items: center;
    justify-content: center
}

.card-about__form {
    display: grid
}

.card-about__methods {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.125rem
}

.card-about__method {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .4375rem;
    border-radius: .1875rem;
    border: .15625rem solid #0c0505;
    background-color: #f796bf;
    box-shadow: -.1875rem .1875rem 0 0 #000;
    color: #0c0505;
    transition: background-color .2s;
    padding: 1rem .625rem
}

.card-about__method.active {
    background-color: #87f55b
}

.card-about__method.active svg path:nth-child(2) {
    fill: #87f55b;
    transition: fill .2s
}

.card-about__method svg {
    fill: #000
}

.card-about__method svg path:nth-child(2) {
    fill: #f796bf;
    transition: fill .2s
}

.card-about__icon {
    position: relative;
    aspect-ratio: 1
}

.card-about__icon img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.card-about__inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.125rem
}

.card-about__input-wrp {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .4375rem;
    border-radius: .1875rem;
    border: .15625rem solid #0c0505;
    background-color: #dfdfdf;
    box-shadow: -.1875rem .1875rem 0 0 #000;
    color: #0c0505;
    padding: 1rem .625rem
}

.card-about__input-wrp::before {
    content: "";
    position: absolute;
    width: 110%;
    height: 134%;
    pointer-events: none
}

.card-about__input-wrp svg {
    fill: #000
}

.card-about__input-wrp:nth-child(1)::before {
    top: -17%;
    left: -21%;
    background: url(../img/about/inputDecorLeft.svg) center/contain no-repeat
}

.card-about__input-wrp:nth-child(2)::before {
    top: -17%;
    right: -18%;
    background: url(../img/about/inputDecorRight.svg) center/contain no-repeat
}

.card-about__input-icon {
    position: relative;
    aspect-ratio: 1
}

.card-about__input-icon img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 50%
}

.card-about__input-icon .usdt path:nth-child(2) {
    fill: #dfdfdf;
    transition: fill .2s
}

.card-about__buttons {
    display: grid;
    gap: 1.125rem
}

.card-about__button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .4375rem;
    border-radius: .1875rem;
    border: .15625rem solid #0c0505;
    background-color: #87f55b;
    box-shadow: -.1875rem .1875rem 0 0 #000;
    color: #0c0505;
    padding: 1rem .625rem;
    transition: background-color .2s
}

.card-about__button svg {
    width: 1.5625rem;
    aspect-ratio: 28/26
}

.content-about {
        display: flex;
    flex-direction: column;
    gap: 1.5625rem;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    opacity: 0;
    visibility: hidden
}

.content-about._watcher-view {
    -webkit-animation: from-right .45s ease forwards;
    animation: from-right .45s ease forwards
}

.content-about__text {
    position: relative;
    color: #fff;
    text-shadow: -.0208333333em .0625em 0 #87f55b;
    -webkit-text-stroke-width: .0416666667em;
    -webkit-text-stroke-color: #000;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    line-height: 1.1
}

.content-about__text::after {
    content: "";
    width: 20%;
    height: 10%;
    position: absolute;
    left: 0;
    bottom: -15%;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    background: url(../img/about/text-decor.svg) center/contain no-repeat
}

.content-about__button {
    -webkit-transform: rotate(3.32deg);
    transform: rotate(3.32deg);
    align-self: flex-end
}

@-webkit-keyframes puf {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes puf {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.buy {
    position: relative;
    background-color: #f796bf
}

.buy__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.buy__bg img {
    position: absolute;
    width: 100%;
    height: 108%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1
}

.buy__container {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: flex-start
}

.buy__content {
    flex: 0 0 52.5%
}

.buy__title {
    position: relative
}

.buy__title>img {
    width: 134%;
    -o-object-fit: cover;
    object-fit: cover
}

.buy__title-decor {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.buy__title-decor img {
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute
}

.buy__title-decor img:nth-child(1) {
    width: 14%;
    top: 22%;
    right: 23%
}

.buy__title-decor img:nth-child(2) {
    width: 14%;
    top: 21%;
    right: -16%
}

.buy__title-decor img:nth-child(3) {
    width: 9%;
    bottom: 27%;
    left: 10%
}

.buy__title-decor img:nth-child(4) {
    width: 12%;
    bottom: 36%;
    right: -10%
}

.buy__list-wrapper {
    position: relative
}

.buy__list-bg {
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: -5%;
    right: 11%
}

.buy__list-bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1
}

.buy__list {
    display: grid
}

.buy__item {
    position: relative;
    color: #fff;
    text-shadow: -.0208333333em .0625em 0 #000;
    -webkit-text-stroke-width: .0416666667em;
    -webkit-text-stroke-color: #000;
    line-height: 1.1;
    display: flex;
    gap: .625rem;
    align-items: flex-start;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    line-height: 1;
    transition: all .3s;
    opacity: 0;
    visibility: hidden
}

.buy__item._watcher-view {
    -webkit-animation: from-left;
    animation: from-left;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.buy__item:nth-child(even)::before {
    -webkit-transform: rotate(28.59deg);
    transform: rotate(28.59deg)
}

.buy__item-wrapper span {
    position: relative;
    display: flex;
    gap: .5625rem;
    align-items: center;
    color: #87f55b
}

.buy__item-wrapper span:not(:last-child) {
    margin-bottom: .625rem
}

.buy__item-wrapper span::before {
    content: "";
    aspect-ratio: 52/63;
    width: .8965517241em;
    flex-shrink: 0;
    background: url(../img/buy/itemDecor.svg) center/contain no-repeat
}

.buy__img {
    flex: 0 0 47.5%;
    aspect-ratio: 865/1443;
    position: relative;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    opacity: 0;
    visibility: hidden
}

.buy__img._watcher-view {
    -webkit-animation: from-right .45s ease .4s forwards;
    animation: from-right .45s ease .4s forwards
}

.buy__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 3
}

.buy__img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.buy__img._watcher-view .buy__img-bg {
    -webkit-animation: puf .45s ease .8s forwards;
    animation: puf .45s ease .8s forwards
}

.buy__img-bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1
}

.roadmap__top {
    background-color: #f796bf;
    position: relative;
    aspect-ratio: 2453/910;
    z-index: 5
}

.roadmap__decor {
    position: absolute;
    width: 100%;
    height: 100%
}

.roadmap__decor img {
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    z-index: 4
}

.roadmap__decor img:nth-child(1) {
    aspect-ratio: 1920/928;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.roadmap__decor img:nth-child(2) {
    aspect-ratio: 1643/581;
    width: 84%;
    top: 20%;
    left: 7.5%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.roadmap__top._watcher-view .roadmap__decor img:nth-child(2) {
    -webkit-animation: puf .45s ease .45s forwards;
    animation: puf .45s ease .45s forwards
}

.roadmap__decor img:nth-child(3) {
    aspect-ratio: 1682/570;
    width: 87%;
    top: 16%;
    left: 3.5%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.roadmap__top._watcher-view .roadmap__decor img:nth-child(3) {
    -webkit-animation: puf .45s ease .55s forwards;
    animation: puf .45s ease .55s forwards
}

.roadmap__decor img:nth-child(4) {
    aspect-ratio: 1690/1167;
    width: 88%;
    top: -8%;
    left: 6.5%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.roadmap__top._watcher-view .roadmap__decor img:nth-child(4) {
    -webkit-animation: puf .45s ease .6s forwards;
    animation: puf .45s ease .6s forwards
}

.roadmap__title {
    position: absolute;
    width: 79%;
    height: 100%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50.5%;
    aspect-ratio: 1513/481;
    z-index: 3
}

.roadmap__title img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain
}

.content-roadmap {
    position: relative;
    margin-top: -3.125rem
}

.content-roadmap__bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%
}

.content-roadmap__bg img {
    position: absolute;
    z-index: 1
}

.content-roadmap__bg img:nth-child(1) {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.content-roadmap__bg img:nth-child(2) {
    width: 95%;
    top: 15%;
    left: 1%;
    height: 78%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.content-roadmap._watcher-view .content-roadmap__bg img:nth-child(2) {
    -webkit-animation: puf .45s ease .2s forwards;
    animation: puf .45s ease .2s forwards
}

.content-roadmap__bg img:nth-child(3) {
    width: 75%;
    top: 18%;
    left: 4%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.content-roadmap._watcher-view .content-roadmap__bg img:nth-child(3) {
    -webkit-animation: puf .45s ease .25s forwards;
    animation: puf .45s ease .25s forwards
}

.content-roadmap__items {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.content-roadmap__item {
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column
}

.content-roadmap._watcher-view .content-roadmap__item {
    -webkit-animation: to-top;
    animation: to-top;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.content-roadmap._watcher-view .content-roadmap__item:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.content-roadmap._watcher-view .content-roadmap__item:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.content-roadmap._watcher-view .content-roadmap__item:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.content-roadmap._watcher-view .content-roadmap__item:nth-child(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.content-roadmap__item:nth-child(1) h4 {
    -webkit-transform: rotate(-3.18deg);
    transform: rotate(-3.18deg)
}

.content-roadmap__item:nth-child(1) h4::after {
    content: "";
    position: absolute;
    width: 54%;
    height: 100%;
    top: 42%;
    left: 0;
    background: url(../img/roadmap/subDec1.svg) center/contain no-repeat;
    -webkit-transform: rotate(3.18deg);
    transform: rotate(3.18deg)
}

.content-roadmap__item:nth-child(2) h4 {
    -webkit-transform: rotate(-3.18deg);
    transform: rotate(-3.18deg)
}

.content-roadmap__item:nth-child(2) h4::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    top: 42%;
    left: 3%;
    background: url(../img/roadmap/subDec2.svg) center/contain no-repeat;
    -webkit-transform: rotate(3.18deg);
    transform: rotate(3.18deg)
}

.content-roadmap__item:nth-child(3) h4 {
    -webkit-transform: rotate(-6.956deg);
    transform: rotate(-6.956deg)
}

.content-roadmap__item:nth-child(3) h4::after {
    content: "";
    position: absolute;
    width: 53%;
    height: 100%;
    top: 42%;
    left: 3%;
    background: url(../img/roadmap/subDec3.svg) center/contain no-repeat;
    -webkit-transform: rotate(6.956deg);
    transform: rotate(6.956deg)
}

.content-roadmap__item:nth-child(4) h4 {
    -webkit-transform: rotate(-1.746deg);
    transform: rotate(-1.746deg)
}

.content-roadmap__item:nth-child(4) h4::after {
    content: "";
    position: absolute;
    width: 65%;
    height: 100%;
    top: 42%;
    left: 0;
    background: url(../img/roadmap/subDec4.svg) center/contain no-repeat;
    -webkit-transform: rotate(1.746deg);
    transform: rotate(1.746deg)
}

.content-roadmap__title:not(:last-child) {
    margin-bottom: .3125rem
}

.content-roadmap__title img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 85%
}

.content-roadmap__text {
    color: #fff;
    text-shadow: -.0208333333em .0625em 0 #000;
    -webkit-text-stroke-width: .0416666667em;
    -webkit-text-stroke-color: #000;
    line-height: 1;
    padding: 0 .3125rem
}

.content-roadmap__text h4 {
    position: relative;
    color: #87f55b
}

.content-roadmap__text h4:not(:last-child) {
    margin-bottom: 1.25rem
}

.content-roadmap__text li {
    position: relative;
    padding-left: 1.875rem
}

.content-roadmap__text li:not(:last-child) {
    margin-bottom: .625rem
}

.content-roadmap__text li::before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 80%
}

.tokenomiks {
    position: relative;
    background-color: #151515
}

.tokenomiks__bg {
    position: absolute;
    width: 100%;
    height: 80%;
    top: 5.5%;
    left: 0
}

.tokenomiks__bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1
}

.tokenomiks__container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start
}

.tokenomiks__img {
    position: relative;
    flex: 0 0 43%;
    aspect-ratio: 743/1348;
    align-self: stretch;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.tokenomiks__img._watcher-view {
    -webkit-animation: from-left .45s ease .3s forwards;
    animation: from-left .45s ease .3s forwards
}

.tokenomiks__img img {
    -o-object-position: center;
    object-position: center;
    position: relative;
    z-index: 2
}

.tokenomiks__img-dec {
    position: absolute;
    width: 113%;
    height: 100%;
    top: 0;
    left: -15%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1
}

.tokenomiks__img._watcher-view .tokenomiks__img-dec {
    -webkit-animation: puf .45s ease .8s forwards;
    animation: puf .45s ease .8s forwards
}

.tokenomiks__img-dec img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1
}

.content-tokenomiks {
    flex: 0 0 57%
}

.content-tokenomiks__title {
    width: 100%
}

.content-tokenomiks__title img {
    position: relative;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.content-tokenomiks__supply img {
    position: relative;
    left: 0;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.content-tokenomiks__sell img {
    position: relative;
    left: 0;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.content-tokenomiks__burnt img {
    position: relative;
    left: 0;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.ca {
    position: relative;
    width: 92%;
    aspect-ratio: 853/232
}

.ca__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.ca__bg img {
    position: relative;
    left: 0;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.ca__address {
    position: absolute;
    top: 67%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ca__address p {
    color: #fff;
    text-shadow: -.0208333333em .0625em 0 #000;
    -webkit-text-stroke-width: .0416666667em;
    -webkit-text-stroke-color: #000;
    line-height: 1;
    padding: 0 .3125rem;
    transition: color .2s;
    will-change: color
}

.ca__address button {
    display: inline-block;
    position: relative;
    width: 6%;
    flex-basis: 6%;
    flex-shrink: 0;
    aspect-ratio: 49/48
}

.ca__address button svg {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%)
}

.ca__address button svg rect {
    transition: stroke .2s, fill .2s;
    will-change: stroke, fill
}

.ca__address button svg rect:nth-child(1) {
    stroke: #000
}

.ca__address button svg rect:nth-child(2) {
    fill: #000
}

.join {
    position: relative;
    overflow: hidden;
    padding-top: 3.125rem;
    margin-top: -.0625rem;
    min-height: 66.875rem
}

.join__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.join__bg img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1
}

.join__bg img:nth-child(1) {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.join__bg img:nth-child(2) {
    height: 68%;
    width: 91%;
    left: 8%;
    z-index: 3;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1
}

._watcher-view .join__bg img:nth-child(2) {
    -webkit-animation: puf .45s ease .5s forwards;
    animation: puf .45s ease .5s forwards
}

.join__bg img:nth-child(3) {
    height: 78%;
    bottom: 3%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1
}

._watcher-view .join__bg img:nth-child(3) {
    -webkit-animation: puf .45s ease .55s forwards;
    animation: puf .45s ease .55s forwards
}

.join__main-img {
    position: absolute;
    width: 62.5%;
    bottom: 0;
    left: 0;
    z-index: 6;
    aspect-ratio: 1209/903;
    pointer-events: none;
    max-width: 75rem;
    opacity: 0;
    visibility: hidden
}

._watcher-view .join__main-img {
    -webkit-animation: from-left;
    animation: from-left;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.join__main-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.join__container {
    position: relative;
    z-index: 5
}

.join__title {
    width: 116%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate(-5%, -15%);
    transform: translate(-5%, -15%)
}

.join__title img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.join__buttons {
    display: flex;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem
}

.join__social {
    display: flex;
    -webkit-column-gap: 4.0625rem;
    -moz-column-gap: 4.0625rem;
    column-gap: 4.0625rem;
    height: 100%;
    -webkit-transform: rotate(17deg);
    transform: rotate(17deg)
}

.join__social-lnk:nth-child(1) {
    align-self: flex-start
}

.join__social-lnk:nth-child(2) {
    align-self: flex-end
}

.join__button {
    position: relative;
    -webkit-transform: rotate(9.55deg);
    transform: rotate(9.55deg)
}

.join__btn-decor {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -60%;
    left: 28%
}

.join__btn-decor img {
    width: 20%;
    -o-object-fit: contain;
    object-fit: contain
}

.tippy-box[data-animation=scale][data-placement^=top] {
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
    -webkit-transform-origin: top;
    transform-origin: top
}

.tippy-box[data-animation=scale][data-placement^=left] {
    -webkit-transform-origin: right;
    transform-origin: right
}

.tippy-box[data-animation=scale][data-placement^=right] {
    -webkit-transform-origin: left;
    transform-origin: left
}

.tippy-box[data-animation=scale][data-state=hidden] {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    outline: 0;
    transition-property: visibility, opacity, -webkit-transform;
    transition-property: transform, visibility, opacity;
    transition-property: transform, visibility, opacity, -webkit-transform
}

.tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}

@media (min-width:35.9375em) {
    .join__button span {
        border-radius: .40625rem;
        border: .3125rem solid #0c0505;
        box-shadow: -.3125rem .5rem 0 0 #000
    }
}

@media (min-width:61.99875em) {
    .menu__link::after {
        border: .0625rem solid #000
    }

    .menu__link {
        -webkit-text-stroke-width: .06em;
        -webkit-text-stroke-color: #000;
        paint-order: stroke fill
    }

    .paper-hero {
        -webkit-transform: translate(0, 150%);
        transform: translate(0, 150%);
        padding-right: 1.875rem;
        flex: 0 0 36.5%
    }

    .loaded .paper-hero {
        -webkit-animation: to-topHero .45s ease .4s forwards;
        animation: to-topHero .45s ease .4s forwards
    }

    .paper-hero__body {
        -webkit-column-gap: 5.625rem;
        -moz-column-gap: 5.625rem;
        column-gap: 5.625rem
    }

    .paper-hero__body {
        flex-direction: column;
        max-width: 27.6875rem
    }

    .paper-hero__social {
        -webkit-transform: translate(16%, 0);
        transform: translate(16%, 0)
    }

    .paper-hero__button {
        -webkit-transform: rotate(-4.48deg);
        transform: rotate(-4.48deg)
    }

    .buy__title {
        -webkit-transform: translate(-14%, 0);
        transform: translate(-14%, 0)
    }

    .buy__img {
        padding-left: 2.8125rem
    }

    .content-roadmap__bg img:nth-child(3) {
        height: 70%
    }

    .content-roadmap__items {
        row-gap: 3.125rem
    }

    .content-roadmap__item:nth-child(4) {
        padding-top: 1.25rem
    }

    .content-tokenomiks__title img {
        left: -6%
    }

    .content-tokenomiks__supply {
        width: 82.5%
    }

    .content-tokenomiks__supply img {
        left: 8%
    }

    .content-tokenomiks__sell {
        width: 75%
    }

    .content-tokenomiks__sell img {
        left: 13%
    }

    .content-tokenomiks__burnt {
        width: 71%
    }

    .content-tokenomiks__burnt img {
        left: 15%
    }

    .ca__bg {
        left: 10%
    }

    .ca__address {
        left: 64%;
        width: 81%
    }

    .join__buttons {
        flex-direction: column;
        align-items: flex-end
    }

    .join__social {
        -webkit-transform: translate(-31%, -12%) rotate(17deg);
        transform: translate(-31%, -12%) rotate(17deg)
    }

    .join__button {
        -webkit-transform: translate(-6%, 0) rotate(9.55deg);
        transform: translate(-6%, 0) rotate(9.55deg)
    }
}

@media (min-width:102.5em) {
    .menu__list {
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }

    .menu__link {
        font-size: 3.125rem
    }

    .header .button {
        width: 11.5625rem
    }

    .header .button {
        height: 4.5625rem
    }

    .header .button span {
        font-size: 2.1875rem
    }

    .social-link {
        width: 6.5625rem
    }

    .header {
        padding-left: 2.5rem
    }

    .header {
        padding-right: 2.5rem
    }

    .header__logo {
        width: 12.5rem
    }

    .footer__social-lnk {
        width: 5rem
    }

    .footer__copy {
        font-size: 1.5rem
    }

    .footer__osnovo {
        font-size: 1.5rem
    }

    .footer__osnovo img {
        width: 8.875rem
    }

    .top-footer {
        padding-top: 9.0625rem
    }

    .top-footer {
        padding-bottom: 4.6875rem
    }

    .top-footer::before {
        border-width: .5rem
    }

    .top-footer__nav {
        row-gap: 1.875rem
    }

    .top-footer__nav {
        -webkit-column-gap: 4.0625rem;
        -moz-column-gap: 4.0625rem;
        column-gap: 4.0625rem
    }

    .top-footer__social {
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .hero {
        padding-top: 6.25rem
    }

    .paper-hero__social {
        -webkit-column-gap: 3.75rem;
        -moz-column-gap: 3.75rem;
        column-gap: 3.75rem
    }

    .paper-hero__social-lnk:nth-child(1) {
        width: 8.375rem
    }

    .paper-hero__social-lnk:nth-child(2) {
        width: 6.25rem
    }

    .paper-hero__button {
        width: 15.0625rem
    }

    .paper-hero__button {
        height: 5.75rem
    }

    .paper-hero__button span {
        font-size: 2.1875rem
    }

    .about {
        padding-top: 3.75rem
    }

    .about {
        padding-bottom: 19.375rem
    }

    .about::after {
        border-width: .9375rem
    }

    .about__container {
        row-gap: 5rem
    }

    .card-about__price {
        -webkit-column-gap: 1.5rem;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }

    .card-about__price {
        font-size: 4rem
    }

    .card-about__form {
        row-gap: 2.5rem
    }

    .card-about__method {
        padding-top: 1rem
    }

    .card-about__method {
        padding-bottom: 1rem
    }

    .card-about__method {
        font-size: 2rem
    }

    .card-about__icon {
        width: 2.5rem
    }

    .card-about__input-wrp {
        padding-top: 1rem
    }

    .card-about__input-wrp {
        padding-bottom: 1rem
    }

    .card-about__input-wrp {
        font-size: 2rem
    }

    .card-about__input-icon {
        width: 3.125rem
    }

    .card-about__button {
        padding-top: 1rem
    }

    .card-about__button {
        padding-bottom: 1rem
    }

    .card-about__button {
        font-size: 2rem
    }

    .content-about {
        padding-left: 3.125rem
    }

    .content-about__button {
        margin-right: 10.625rem
    }

    .content-about__button {
        width: 13.125rem
    }

    .content-about__button {
        height: 5rem
    }

    .content-about__button span {
        font-size: 2.1875rem
    }

    .buy {
        margin-top: -6.25rem
    }

    .buy {
        padding-bottom: 15rem
    }

    .buy__list {
        row-gap: 1.5625rem
    }

    .buy__img {
        margin-top: -10.3125rem
    }

    .roadmap {
        margin-top: -11.25rem
    }

    .content-roadmap {
        padding-top: 14.0625rem
    }

    .content-roadmap {
        padding-bottom: 16.875rem
    }

    .content-roadmap__items {
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem
    }

    .content-roadmap__item:nth-child(1) {
        padding-top: 6.25rem
    }

    .content-roadmap__item:nth-child(2) {
        padding-top: 9.375rem
    }

    .content-roadmap__item:nth-child(4) {
        padding-top: 5rem
    }

    .content-roadmap__item:nth-child(4) {
        padding-top: 5rem
    }

    .tokenomiks {
        padding-top: 15.3125rem
    }

    .tokenomiks {
        margin-top: -6.25rem
    }

    .tokenomiks {
        margin-top: -9.375rem
    }

    .content-tokenomiks {
        margin-top: -6.25rem
    }

    .ca__address p {
        font-size: 3rem
    }

    .join {
        padding-bottom: 4.6875rem
    }

    .join__buttons {
        margin-top: -1.875rem
    }

    .join__buttons {
        row-gap: 2.5rem
    }

    .join__social-lnk:nth-child(1) {
        width: 9.5rem
    }

    .join__social-lnk:nth-child(2) {
        width: 7rem
    }

    .join__button {
        width: 17.1875rem
    }

    .join__button {
        height: 6.5625rem
    }

    .join__button span {
        font-size: 3.25rem
    }
}

@media (min-width:120em) {
    .hero {
        padding-bottom: 6.25rem
    }

    .hero__body {
        margin-top: -43.75rem
    }

    .card-about__top:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .card-about__title {
        font-size: 3rem
    }

    .card-about__subtitle {
        font-size: 3rem
    }

    .content-about {
        margin-top: -4.375rem
    }

    .content-about__text {
        font-size: 2.5rem
    }

    .buy__item {
        font-size: 2.5rem
    }

    .buy__item-wrapper span {
        font-size: 3.625rem
    }

    .content-roadmap__text {
        font-size: 2.75rem
    }

    .content-roadmap__text h4 {
        font-size: 3.625rem
    }

    .content-tokenomiks__supply {
        margin-top: -5.3125rem
    }

    .content-tokenomiks__sell {
        margin-top: -2.1875rem
    }

    .content-tokenomiks__burnt {
        margin-top: -3.125rem
    }

    .ca {
        margin-top: -7.8125rem
    }

    .join {
        min-height: 66.875rem
    }
}

@media (max-width:20em) {
    .menu__link {
        font-size: 2.5rem
    }

    .header .button {
        width: 8.75rem
    }

    .header .button {
        height: 2.8125rem
    }

    .header .button span {
        font-size: 1.375rem
    }

    .social-link {
        width: 6.25rem
    }

    .header {
        padding-left: .9375rem
    }

    .header {
        padding-right: .9375rem
    }

    .header__logo {
        width: 9.0625rem
    }

    .footer__social-lnk {
        width: 2.5rem
    }

    .footer__copy {
        font-size: 1.125rem
    }

    .footer__osnovo {
        font-size: 1.125rem
    }

    .footer__osnovo img {
        width: 6.875rem
    }

    .top-footer {
        padding-top: 3.125rem
    }

    .top-footer {
        padding-bottom: 1.25rem
    }

    .top-footer::before {
        border-width: .25rem
    }

    .top-footer__nav {
        row-gap: .625rem
    }

    .top-footer__nav {
        -webkit-column-gap: 1.875rem;
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem
    }

    .top-footer__social {
        -webkit-column-gap: .9375rem;
        -moz-column-gap: .9375rem;
        column-gap: .9375rem
    }

    .hero {
        padding-top: 5rem
    }

    .hero {
        padding-bottom: 1.25rem
    }

    .hero__body {
        margin-top: -3.125rem
    }

    .paper-hero__body {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .paper-hero__social {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .paper-hero__social-lnk:nth-child(1) {
        width: 3.75rem
    }

    .paper-hero__social-lnk:nth-child(2) {
        width: 3.75rem
    }

    .paper-hero__button {
        width: 10rem
    }

    .paper-hero__button {
        height: 3.4375rem
    }

    .paper-hero__button span {
        font-size: 1.5rem
    }

    .about {
        padding-top: 1.25rem
    }

    .about {
        padding-bottom: 3.75rem
    }

    .about::after {
        border-width: .5rem
    }

    .about__container {
        row-gap: 3.75rem
    }

    .card-about__top:not(:last-child) {
        margin-bottom: .3125rem
    }

    .card-about__title {
        font-size: 1.125rem
    }

    .card-about__subtitle {
        font-size: 1.125rem
    }

    .card-about__price {
        -webkit-column-gap: .625rem;
        -moz-column-gap: .625rem;
        column-gap: .625rem
    }

    .card-about__price {
        font-size: 1.25rem
    }

    .card-about__form {
        row-gap: .625rem
    }

    .card-about__method {
        padding-top: .375rem
    }

    .card-about__method {
        padding-bottom: .375rem
    }

    .card-about__method {
        font-size: 1rem
    }

    .card-about__icon {
        width: 1.25rem
    }

    .card-about__input-wrp {
        padding-top: .375rem
    }

    .card-about__input-wrp {
        padding-bottom: .375rem
    }

    .card-about__input-wrp {
        font-size: 1rem
    }

    .card-about__input-icon {
        width: 1.875rem
    }

    .card-about__button {
        padding-top: .375rem
    }

    .card-about__button {
        padding-bottom: .375rem
    }

    .card-about__button {
        font-size: 1rem
    }

    .content-about__text {
        font-size: 1.375rem
    }

    .content-about__button {
        margin-right: 1.875rem
    }

    .content-about__button {
        width: 11.25rem
    }

    .content-about__button {
        height: 3.4375rem
    }

    .content-about__button span {
        font-size: 1.75rem
    }

    .buy {
        margin-top: -1.25rem
    }

    .buy {
        padding-bottom: 6.25rem
    }

    .buy__list {
        row-gap: .9375rem
    }

    .buy__item {
        font-size: 1.375rem
    }

    .buy__item-wrapper span {
        font-size: 1.75rem
    }

    .buy__img {
        margin-top: -3.75rem
    }

    .roadmap {
        margin-top: -1.875rem
    }

    .content-roadmap {
        padding-top: 6.25rem
    }

    .content-roadmap {
        padding-bottom: 9.375rem
    }

    .content-roadmap__items {
        row-gap: 1.875rem
    }

    .content-roadmap__item:nth-child(4) {
        padding-top: 3.75rem
    }

    .content-roadmap__text {
        font-size: 1.375rem
    }

    .content-roadmap__text h4 {
        font-size: 1.75rem
    }

    .tokenomiks {
        padding-top: 5rem
    }

    .tokenomiks {
        margin-top: -5rem
    }

    .content-tokenomiks {
        margin-top: -3.125rem
    }

    .content-tokenomiks__supply {
        margin-top: -1.25rem
    }

    .content-tokenomiks__sell {
        margin-top: -.5rem
    }

    .content-tokenomiks__burnt {
        margin-top: -1.25rem
    }

    .ca {
        margin-top: -4.375rem
    }

    .ca__address p {
        font-size: 1rem
    }

    .join {
        padding-bottom: 3.125rem
    }

    .join {
        min-height: 31.25rem
    }

    .join__buttons {
        margin-top: .625rem
    }

    .join__buttons {
        row-gap: 1.25rem
    }

    .join__social-lnk:nth-child(1) {
        width: 3.4375rem
    }

    .join__social-lnk:nth-child(2) {
        width: 3.4375rem
    }

    .join__button {
        width: 10rem
    }

    .join__button {
        height: 2.8125rem
    }

    .join__button span {
        font-size: 1.75rem
    }
}

@media (max-width:61.99875em) {
    .menu {
        order: 3
    }

    .menu__body {
        position: fixed;
        width: 100%;
        height: 100%;
        right: -100%;
        top: 0;
        overflow: auto;
        background-color: rgba(86, 172, 52, .9647058824);
        padding-left: .9375rem;
        padding-right: .9375rem;
        padding-bottom: 1.875rem;
        padding-top: 6.25rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 1.875rem;
        transition: right .3s
    }

    .menu-open .menu__body {
        right: 0
    }

    .menu__list {
        flex-direction: column;
        gap: .9375rem
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 3.125rem;
        height: 3.125rem;
        z-index: 5;
        background-color: #f796bf;
        box-shadow: -.15rem .225rem 0 0 #87f55b;
        border: .15625rem solid #0c0505;
        border-radius: .3125rem
    }

    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        transition: all .3s ease 0s;
        right: .625rem;
        position: absolute;
        width: calc(100% - 1.25rem);
        height: .1875rem;
        background-color: #000
    }

    .icon-menu::before {
        top: .75rem
    }

    .icon-menu::after {
        bottom: .75rem
    }

    .icon-menu span {
        top: calc(50% - .0625rem)
    }

    .menu-open .icon-menu span {
        width: 0
    }

    .menu-open .icon-menu::before {
        top: calc(50% - .0625rem);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - .09375rem);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header .button {
        order: 2
    }

    .header {
        padding-top: .625rem;
        padding-bottom: .625rem
    }

    .header__logo {
        order: 1
    }

    .top-footer__main-img {
        bottom: -4%
    }

    .hero__bg img:nth-child(1) {
        height: 136%;
        bottom: 11%
    }

    .hero__bg img:nth-child(2) {
        bottom: 6.5%;
        width: 83%;
        right: 5%
    }

    .hero__body {
        flex-direction: column-reverse
    }

    .hero__img {
        width: 100%
    }

    .loaded .paper-hero {
        -webkit-animation: to-top .45s ease .4s forwards;
        animation: to-top .45s ease .4s forwards
    }

    .about__container {
        flex-direction: column-reverse
    }

    .content-about {
        width: 95%;
        margin: 0 auto
    }

    .buy__container {
        flex-direction: column;
        row-gap: 2.5rem
    }

    .buy__title {
        margin: 0 auto;
        margin-bottom: 1.375rem
    }

    .buy__title>img {
        width: 100%
    }

    .buy__title-decor img:nth-child(1) {
        right: 41%
    }

    .buy__title-decor img:nth-child(2) {
        right: 10%
    }

    .buy__title-decor img:nth-child(3) {
        left: 7%
    }

    .buy__title-decor img:nth-child(4) {
        width: 9%;
        right: 19%
    }

    .buy__list-bg {
        width: 100%;
        height: 81%;
        bottom: -8%;
        right: 11%
    }

    .buy__img {
        width: 70%;
        margin: 0 auto
    }

    .content-roadmap__bg img:nth-child(2) {
        width: 90%;
        top: 54%;
        height: 35%;
        left: 4%
    }

    .content-roadmap__bg img:nth-child(3) {
        width: 94%;
        top: 13%;
        left: 4%
    }

    .content-roadmap__items {
        grid-template-columns: repeat(2, 1fr)
    }

    .content-roadmap__title img {
        width: 60%
    }

    .tokenomiks__bg {
        top: -22.5%
    }

    .tokenomiks__container {
        flex-direction: column-reverse
    }

    .tokenomiks__img {
        width: 75%;
        margin-left: auto;
        margin-right: auto
    }

    .ca {
        width: 100%
    }

    .ca__address {
        left: 54.5%;
        width: 80.5%
    }

    .join__bg img:nth-child(1) {
        height: 112%
    }

    .join__bg img:nth-child(2) {
        bottom: 19%
    }

    .join__bg img:nth-child(3) {
        height: 76%
    }

    .join__main-img {
        width: 75.5%
    }
}

@media (max-width:61.99875em)and (any-hover:none) {
    .icon-menu {
        cursor: default
    }
}

@media (max-width:47.99875em) {
    .menu__link {
        padding-top: .625rem;
        padding-bottom: .625rem
    }

    .social-link {
        box-shadow: 0 .25rem 0 0 #000
    }

    .footer__img {
        flex-basis: 35%
    }

    .footer__img img {
        right: -16%;
        bottom: -9%;
        width: 115%
    }

    .top-footer__left {
        flex-basis: 65%
    }

    .top-footer__nav {
        grid-template-columns: 1fr
    }

    .top-footer__nav-link:nth-child(1) img {
        width: 37%
    }

    .top-footer__nav-link:nth-child(2) img {
        width: 51%
    }

    .top-footer__nav-link:nth-child(3) img {
        width: 80%
    }

    .top-footer__nav-link:nth-child(4) img {
        width: 75%
    }

    .card-about {
        width: 100%
    }
}

@media (max-width:35.9375em) {
    .content-roadmap__bg {
        height: 106%;
        top: -2%
    }

    .content-roadmap__bg img:nth-child(2) {
        width: 93%;
        height: 15%;
        top: 51%;
        left: 4%
    }

    .content-roadmap__bg img:nth-child(3) {
        width: 95%;
        top: 11%;
        left: 2%
    }

    .content-roadmap__items {
        grid-template-columns: 1fr
    }

    .content-roadmap__item:nth-child(1) {
        padding-top: 1.25rem
    }

    .content-roadmap__item:nth-child(1) {
        justify-self: flex-start
    }

    .content-roadmap__item:nth-child(2) {
        padding-top: .0000000625rem
    }

    .content-roadmap__item:nth-child(2) {
        justify-self: flex-end
    }

    .content-roadmap__item:nth-child(3) {
        justify-self: flex-start
    }

    .content-roadmap__item:nth-child(4) {
        padding-top: .0000000625rem
    }

    .content-roadmap__item:nth-child(4) {
        justify-self: flex-end
    }

    .content-roadmap__title {
        max-width: 11.25rem
    }

    .content-roadmap__text {
        display: flex;
        flex-direction: column
    }

    .join__main-img {
        width: 85%
    }

    .join__buttons {
        flex-direction: column;
        width: 100%;
        row-gap: 3.75rem
    }

    .join__social {
        width: 100%;
        justify-content: space-between
    }

    .join__button {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:31.12375em) {
    .content-roadmap__items {
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }
}

@media (max-width:29.99875em) {
    .social-link {
        box-shadow: 0 .125rem 0 0 #000
    }

    .footer__container {
        flex-direction: column
    }

    .top-footer__main-img {
        bottom: 0
    }

    .paper-hero__body {
        row-gap: 1.25rem
    }

    .paper-hero__body {
        flex-direction: column;
        width: 100%
    }

    .paper-hero__social {
        justify-content: space-evenly
    }

    .paper-hero__button {
        align-self: center
    }

    .content-tokenomiks__supply {
        width: 100%
    }

    .content-tokenomiks__sell {
        width: 90%
    }

    .content-tokenomiks__burnt {
        width: 90%
    }
}

@media (max-width:26.25em) {
    .join__button {
        top: -20%
    }
}

@media (min-width:61.99875em)and (max-width:102.5em) {
    .menu__list {
        -webkit-column-gap: clamp(1.25rem, -.6634826086rem + 3.0863244962vw, 2.5rem);
        -moz-column-gap: clamp(1.25rem, -.6634826086rem + 3.0863244962vw, 2.5rem);
        column-gap: clamp(1.25rem, -.6634826086rem + 3.0863244962vw, 2.5rem)
    }

    .menu__link {
        font-size: clamp(2.375rem, 1.2269104349rem + 1.8517946977vw, 3.125rem)
    }

    .header .button {
        width: clamp(10.625rem, 9.1898880436rem + 2.3147433721vw, 11.5625rem)
    }

    .header .button {
        height: clamp(3.75rem, 2.5062363044rem + 2.0061109225vw, 4.5625rem)
    }

    .header__logo {
        width: clamp(11.25rem, 9.3365173914rem + 3.0863244962vw, 12.5rem)
    }

    .paper-hero__social {
        -webkit-column-gap: clamp(3.125rem, 2.1682586957rem + 1.5431622481vw, 3.75rem);
        -moz-column-gap: clamp(3.125rem, 2.1682586957rem + 1.5431622481vw, 3.75rem);
        column-gap: clamp(3.125rem, 2.1682586957rem + 1.5431622481vw, 3.75rem)
    }

    .paper-hero__social-lnk:nth-child(1) {
        width: clamp(5rem, -.1664030431rem + 8.3330761396vw, 8.375rem)
    }

    .paper-hero__social-lnk:nth-child(2) {
        width: clamp(4.375rem, 1.5047760872rem + 4.6294867442vw, 6.25rem)
    }

    .paper-hero__button {
        width: clamp(13.125rem, 10.1591019567rem + 4.783802969vw, 15.0625rem)
    }

    .paper-hero__button {
        height: clamp(4.0625rem, 1.4792984784rem + 4.1665380698vw, 5.75rem)
    }

    .card-about__price {
        font-size: clamp(2.375rem, -.1125273911rem + 4.012221845vw, 4rem)
    }

    .card-about__form {
        row-gap: clamp(1.375rem, -.3471343477rem + 2.7776920465vw, 2.5rem)
    }

    .card-about__method {
        padding-top: clamp(.5rem, -.2653930434rem + 1.2345297985vw, 1rem)
    }

    .card-about__method {
        padding-bottom: clamp(.5rem, -.2653930434rem + 1.2345297985vw, 1rem)
    }

    .card-about__method {
        font-size: clamp(1.5rem, .7346069566rem + 1.2345297985vw, 2rem)
    }

    .card-about__icon {
        width: clamp(1.5625rem, .1273880436rem + 2.3147433721vw, 2.5rem)
    }

    .card-about__input-wrp {
        padding-top: clamp(.5rem, -.2653930434rem + 1.2345297985vw, 1rem)
    }

    .card-about__input-wrp {
        padding-bottom: clamp(.5rem, -.2653930434rem + 1.2345297985vw, 1rem)
    }

    .card-about__input-wrp {
        font-size: clamp(1.5rem, .7346069566rem + 1.2345297985vw, 2rem)
    }

    .card-about__input-icon {
        width: clamp(2.1875rem, .7523880436rem + 2.3147433721vw, 3.125rem)
    }

    .card-about__button {
        padding-top: clamp(.5rem, -.2653930434rem + 1.2345297985vw, 1rem)
    }

    .card-about__button {
        padding-bottom: clamp(.5rem, -.2653930434rem + 1.2345297985vw, 1rem)
    }

    .card-about__button {
        font-size: clamp(1.5rem, .7346069566rem + 1.2345297985vw, 2rem)
    }

    .content-about {
        padding-left: clamp(.0000000625rem, -4.7837063632rem + 7.7158110861vw, 3.125rem)
    }

    .content-roadmap__items {
        -webkit-column-gap: clamp(1.25rem, .2932586957rem + 1.5431622481vw, 1.875rem);
        -moz-column-gap: clamp(1.25rem, .2932586957rem + 1.5431622481vw, 1.875rem);
        column-gap: clamp(1.25rem, .2932586957rem + 1.5431622481vw, 1.875rem)
    }

    .content-roadmap__item:nth-child(1) {
        padding-top: clamp(3.75rem, -.0769652171rem + 6.1726489923vw, 6.25rem)
    }

    .content-roadmap__item:nth-child(2) {
        padding-top: clamp(2.5rem, -8.0241543471rem + 16.9747847289vw, 9.375rem)
    }

    .content-roadmap__item:nth-child(4) {
        padding-top: clamp(1.25rem, -4.4904478257rem + 9.2589734885vw, 5rem)
    }

    .tokenomiks {
        margin-top: clamp(-6.25rem, 1.6587065214rem + -7.7158112404vw, -3.125rem)
    }

    .ca__address p {
        font-size: clamp(1.75rem, -.1634826086rem + 3.0863244962vw, 3rem)
    }

    .join__buttons {
        margin-top: clamp(-1.875rem, 2.870224071rem + -4.6294868986vw, .0000000625rem)
    }

    .join__social-lnk:nth-child(1) {
        width: clamp(6.25rem, 1.2749452177rem + 8.02444369vw, 9.5rem)
    }

    .join__social-lnk:nth-child(2) {
        width: clamp(4.375rem, .356686522rem + 6.4812814419vw, 7rem)
    }

    .join__button {
        width: clamp(14.375rem, 10.0696641307rem + 6.9442301164vw, 17.1875rem)
    }

    .join__button {
        height: clamp(5rem, 2.6081467393rem + 3.8579056202vw, 6.5625rem)
    }
}

@media (min-width:20em)and (max-width:61.99875em) {
    .menu__link {
        font-size: clamp(2.5rem, 2.4404744189rem + .2976279056vw, 2.625rem)
    }

    .header .button {
        width: clamp(8.75rem, 7.8571162832rem + 4.4644185839vw, 10.625rem)
    }

    .header .button {
        height: clamp(2.8125rem, 2.6636860472rem + .744069764vw, 3.125rem)
    }

    .header__logo {
        width: clamp(9.0625rem, 8.9136860472rem + .744069764vw, 9.375rem)
    }

    .hero {
        padding-bottom: clamp(1.25rem, -.238139528rem + 7.4406976398vw, 4.375rem)
    }

    .paper-hero__body {
        margin-top: clamp(-5.625rem, 1.7560232447rem + -11.9051162237vw, -.625rem)
    }

    .paper-hero__body {
        -webkit-column-gap: clamp(1.25rem, -.8333953391rem + 10.4169766957vw, 5.625rem);
        -moz-column-gap: clamp(1.25rem, -.8333953391rem + 10.4169766957vw, 5.625rem);
        column-gap: clamp(1.25rem, -.8333953391rem + 10.4169766957vw, 5.625rem)
    }

    .paper-hero__social {
        -webkit-column-gap: clamp(1.25rem, .0594883776rem + 5.9525581118vw, 3.75rem);
        -moz-column-gap: clamp(1.25rem, .0594883776rem + 5.9525581118vw, 3.75rem);
        column-gap: clamp(1.25rem, .0594883776rem + 5.9525581118vw, 3.75rem)
    }

    .paper-hero__social-lnk:nth-child(1) {
        width: clamp(3.75rem, 2.5594883776rem + 5.9525581118vw, 6.25rem)
    }

    .paper-hero__social-lnk:nth-child(2) {
        width: clamp(3.75rem, 3.1547441888rem + 2.9762790559vw, 5rem)
    }

    .paper-hero__button {
        width: clamp(10rem, 8.2142325664rem + 8.9288371678vw, 13.75rem)
    }

    .paper-hero__button {
        height: clamp(3.4375rem, 2.693430236rem + 3.7203488199vw, 5rem)
    }

    .card-about__top:not(:last-child) {
        margin-bottom: clamp(.3125rem, -.8780116224rem + 5.9525581118vw, 2.8125rem)
    }

    .card-about__title {
        font-size: clamp(1.125rem, .0535395399rem + 5.3573023007vw, 3.375rem)
    }

    .card-about__subtitle {
        font-size: clamp(1.125rem, .0535395399rem + 5.3573023007vw, 3.375rem)
    }

    .card-about__price {
        font-size: clamp(1.25rem, -.0595627846rem + 6.547813923vw, 4rem)
    }

    .card-about__form {
        row-gap: clamp(.625rem, -.7143255752rem + 6.6966278758vw, 3.4375rem)
    }

    .card-about__method {
        padding-top: clamp(.375rem, .0773720944rem + 1.488139528vw, 1rem)
    }

    .card-about__method {
        padding-bottom: clamp(.375rem, .0773720944rem + 1.488139528vw, 1rem)
    }

    .card-about__method {
        font-size: clamp(1rem, .5237953511rem + 2.3810232447vw, 2rem)
    }

    .card-about__icon {
        width: clamp(1.25rem, .6547441888rem + 2.9762790559vw, 2.5rem)
    }

    .card-about__input-wrp {
        padding-top: clamp(.375rem, .0773720944rem + 1.488139528vw, 1rem)
    }

    .card-about__input-wrp {
        padding-bottom: clamp(.375rem, .0773720944rem + 1.488139528vw, 1rem)
    }

    .card-about__input-wrp {
        font-size: clamp(1rem, .5237953511rem + 2.3810232447vw, 2rem)
    }

    .card-about__input-icon {
        width: clamp(1.875rem, 1.2797441888rem + 2.9762790559vw, 3.125rem)
    }

    .card-about__button {
        padding-top: clamp(.375rem, .0773720944rem + 1.488139528vw, 1rem)
    }

    .card-about__button {
        padding-bottom: clamp(.375rem, .0773720944rem + 1.488139528vw, 1rem)
    }

    .card-about__button {
        font-size: clamp(1rem, .5237953511rem + 2.3810232447vw, 2rem)
    }

    .content-about__text {
        font-size: clamp(1.375rem, .8392697699rem + 2.6786511503vw, 2.5rem)
    }

    .buy__item {
        font-size: clamp(1.375rem, .8392697699rem + 2.6786511503vw, 2.5rem)
    }

    .buy__item-wrapper span {
        font-size: clamp(1.75rem, .8571162832rem + 4.4644185839vw, 3.625rem)
    }

    .content-roadmap__items {
        row-gap: clamp(1.875rem, 1.2797441888rem + 2.9762790559vw, 3.125rem)
    }

    .content-roadmap__text {
        font-size: clamp(1.375rem, .7202186077rem + 3.2739069615vw, 2.75rem)
    }

    .content-roadmap__text h4 {
        font-size: clamp(1.75rem, .8571162832rem + 4.4644185839vw, 3.625rem)
    }

    .ca {
        margin-top: clamp(-6.25rem, -3.4821162832rem + -4.4644185839vw, -4.375rem)
    }

    .ca__address p {
        font-size: clamp(1rem, -.0714604601rem + 5.3573023007vw, 3.25rem)
    }

    .join {
        min-height: clamp(31.25rem, 18.1543721539rem + 65.4781392303vw, 58.75rem)
    }

    .join__buttons {
        margin-top: clamp(-3.125rem, 2.4107674336rem + -8.9288371678vw, .625rem)
    }

    .join__social-lnk:nth-child(1) {
        width: clamp(3.4375rem, 2.0981744248rem + 6.6966278758vw, 6.25rem)
    }

    .join__social-lnk:nth-child(2) {
        width: clamp(3.4375rem, 2.9910581416rem + 2.2322092919vw, 4.375rem)
    }

    .join__button {
        width: clamp(10rem, 7.9166046609rem + 10.4169766957vw, 14.375rem)
    }

    .join__button {
        height: clamp(2.8125rem, 1.7708023304rem + 5.2084883479vw, 5rem)
    }
}

@media (min-width:20em)and (max-width:102.5em) {
    .header .button span {
        font-size: clamp(1.375rem, 1.178030303rem + .9848484848vw, 2.1875rem)
    }

    .social-link {
        width: clamp(6.25rem, 6.1742424242rem + .3787878788vw, 6.5625rem)
    }

    .header {
        padding-left: clamp(.9375rem, .5587121212rem + 1.8939393939vw, 2.5rem)
    }

    .header {
        padding-right: clamp(.9375rem, .5587121212rem + 1.8939393939vw, 2.5rem)
    }

    .footer__social-lnk {
        width: clamp(2.5rem, 1.8939393939rem + 3.0303030303vw, 5rem)
    }

    .footer__copy {
        font-size: clamp(1.125rem, 1.0340909091rem + .4545454545vw, 1.5rem)
    }

    .footer__osnovo {
        font-size: clamp(1.125rem, 1.0340909091rem + .4545454545vw, 1.5rem)
    }

    .footer__osnovo img {
        width: clamp(6.875rem, 6.3901515152rem + 2.4242424242vw, 8.875rem)
    }

    .top-footer {
        padding-top: clamp(3.125rem, 1.6856060606rem + 7.196969697vw, 9.0625rem)
    }

    .top-footer::before {
        border-width: clamp(.25rem, .1893939394rem + .303030303vw, .5rem)
    }

    .top-footer__nav {
        row-gap: clamp(.625rem, .321969697rem + 1.5151515152vw, 1.875rem)
    }

    .top-footer__nav {
        -webkit-column-gap: clamp(1.875rem, 1.3446969697rem + 2.6515151515vw, 4.0625rem);
        -moz-column-gap: clamp(1.875rem, 1.3446969697rem + 2.6515151515vw, 4.0625rem);
        column-gap: clamp(1.875rem, 1.3446969697rem + 2.6515151515vw, 4.0625rem)
    }

    .top-footer__social {
        -webkit-column-gap: clamp(.9375rem, .8011363636rem + .6818181818vw, 1.5rem);
        -moz-column-gap: clamp(.9375rem, .8011363636rem + .6818181818vw, 1.5rem);
        column-gap: clamp(.9375rem, .8011363636rem + .6818181818vw, 1.5rem)
    }

    .hero {
        padding-top: clamp(5rem, 4.696969697rem + 1.5151515152vw, 6.25rem)
    }

    .paper-hero__button span {
        font-size: clamp(1.5rem, 1.3333333333rem + .8333333333vw, 2.1875rem)
    }

    .about {
        padding-top: clamp(1.25rem, .6439393939rem + 3.0303030303vw, 3.75rem)
    }

    .about {
        padding-bottom: clamp(3.75rem, -.0378787879rem + 18.9393939394vw, 19.375rem)
    }

    .about::after {
        border-width: clamp(.5rem, .3939393939rem + .5303030303vw, .9375rem)
    }

    .about__container {
        row-gap: clamp(3.75rem, 3.446969697rem + 1.5151515152vw, 5rem)
    }

    .card-about__price {
        -webkit-column-gap: clamp(.625rem, .4128787879rem + 1.0606060606vw, 1.5rem);
        -moz-column-gap: clamp(.625rem, .4128787879rem + 1.0606060606vw, 1.5rem);
        column-gap: clamp(.625rem, .4128787879rem + 1.0606060606vw, 1.5rem)
    }

    .content-about__button {
        margin-right: clamp(1.875rem, -.2462121212rem + 10.6060606061vw, 10.625rem)
    }

    .content-about__button {
        width: clamp(11.25rem, 10.7954545455rem + 2.2727272727vw, 13.125rem)
    }

    .content-about__button {
        height: clamp(3.4375rem, 3.0587121212rem + 1.8939393939vw, 5rem)
    }

    .content-about__button span {
        font-size: clamp(1.75rem, 1.6439393939rem + .5303030303vw, 2.1875rem)
    }

    .buy {
        margin-top: clamp(-6.25rem, -.0378787879rem + -6.0606060606vw, -1.25rem)
    }

    .buy {
        padding-bottom: clamp(6.25rem, 4.1287878788rem + 10.6060606061vw, 15rem)
    }

    .buy__list {
        row-gap: clamp(.9375rem, .7859848485rem + .7575757576vw, 1.5625rem)
    }

    .buy__img {
        margin-top: clamp(-10.3125rem, -2.1590909091rem + -7.9545454545vw, -3.75rem)
    }

    .roadmap {
        margin-top: clamp(-11.25rem, .3977272727rem + -11.3636363636vw, -1.875rem)
    }

    .content-roadmap {
        padding-top: clamp(6.25rem, 4.3560606061rem + 9.4696969697vw, 14.0625rem)
    }

    .content-roadmap {
        padding-bottom: clamp(9.375rem, 7.5568181818rem + 9.0909090909vw, 16.875rem)
    }

    .content-roadmap__item:nth-child(4) {
        padding-top: clamp(3.75rem, 3.446969697rem + 1.5151515152vw, 5rem)
    }

    .tokenomiks {
        padding-top: clamp(5rem, 2.5rem + 12.5vw, 15.3125rem)
    }

    .tokenomiks {
        margin-top: clamp(-9.375rem, -3.9393939394rem + -5.303030303vw, -5rem)
    }

    .content-tokenomiks {
        margin-top: clamp(-6.25rem, -2.3674242424rem + -3.7878787879vw, -3.125rem)
    }

    .join {
        padding-bottom: clamp(3.125rem, 2.7462121212rem + 1.8939393939vw, 4.6875rem)
    }

    .join__buttons {
        row-gap: clamp(1.25rem, .946969697rem + 1.5151515152vw, 2.5rem)
    }

    .join__button span {
        font-size: clamp(1.75rem, 1.3863636364rem + 1.8181818182vw, 3.25rem)
    }
}

@media (min-width:47.99875em)and (max-width:102.5em) {
    .top-footer {
        padding-bottom: clamp(2.5rem, .5734888535rem + 4.0136694113vw, 4.6875rem)
    }
}

@media (min-width:20em)and (max-width:47.99875em) {
    .top-footer {
        padding-bottom: clamp(1.25rem, .3571029957rem + 4.4644850217vw, 2.5rem)
    }

    .hero__body {
        margin-top: clamp(-12.5rem, 3.5717275325rem + -33.4836376624vw, -3.125rem)
    }
}

@media (min-width:61.99875em)and (max-width:120em) {
    .hero {
        padding-bottom: clamp(3.75rem, 1.0776976789rem + 4.3102519342vw, 6.25rem)
    }

    .hero__body {
        margin-top: clamp(-43.75rem, .2145697291rem + -36.6371414409vw, -22.5rem)
    }

    .card-about__top:not(:last-child) {
        margin-bottom: clamp(.3125rem, -1.0236511605rem + 2.1551259671vw, 1.5625rem)
    }

    .card-about__title {
        font-size: clamp(1.875rem, .6724639555rem + 1.9396133704vw, 3rem)
    }

    .card-about__subtitle {
        font-size: clamp(2.125rem, 1.1896941876rem + 1.508588177vw, 3rem)
    }

    .content-about {
        margin-top: clamp(-4.375rem, -.4957732592rem + -3.2326889507vw, -2.5rem)
    }

    .content-about__text {
        font-size: clamp(1.625rem, .6896941876rem + 1.508588177vw, 2.5rem)
    }

    .buy__item {
        font-size: clamp(1.625rem, .6896941876rem + 1.508588177vw, 2.5rem)
    }

    .buy__item-wrapper span {
        font-size: clamp(1.875rem, .0043883753rem + 3.017176354vw, 3.625rem)
    }

    .content-roadmap__text {
        font-size: clamp(1.75rem, .6810790716rem + 1.7241007737vw, 2.75rem)
    }

    .content-roadmap__text h4 {
        font-size: clamp(1.875rem, .0043883753rem + 3.017176354vw, 3.625rem)
    }

    .tokenomiks__img {
        margin-top: clamp(-9.375rem, -3.5561598888rem + -4.849033426vw, -6.5625rem)
    }

    .content-tokenomiks__supply {
        margin-top: clamp(-5.3125rem, -.7867354691rem + -3.7714704424vw, -3.125rem)
    }

    .content-tokenomiks__sell {
        margin-top: clamp(-2.1875rem, -.2478866296rem + -1.6163444753vw, -1.25rem)
    }

    .content-tokenomiks__burnt {
        margin-top: clamp(-3.125rem, -1.1853866296rem + -1.6163444753vw, -2.1875rem)
    }

    .ca {
        margin-top: clamp(-7.8125rem, -2.6401976789rem + -4.3102519342vw, -5.3125rem)
    }

    .join {
        min-height: clamp(48.75rem, 29.3758081722rem + 31.2493265231vw, 66.875rem)
    }
}

@media (min-width:47.99875em)and (max-width:61.99875em) {
    .hero__body {
        margin-top: clamp(-24.375rem, 6.0708147321rem + -49.1071428571vw, -17.5rem)
    }
}

@media ((min-width:47.99875em) and (max-width:61.99875em)) {
    .card-about {
        width: 95%;
        margin: 0 auto
    }
}

@media (min-width:31.12375em)and (max-width:61.99875em) {
    .content-roadmap__items {
        -webkit-column-gap: clamp(1.25rem, -.0100708502rem + 4.048582996vw, 2.5rem);
        -moz-column-gap: clamp(1.25rem, -.0100708502rem + 4.048582996vw, 2.5rem);
        column-gap: clamp(1.25rem, -.0100708502rem + 4.048582996vw, 2.5rem)
    }
}

@media (min-width:35.9375em)and (max-width:61.99875em) {
    .content-roadmap__item:nth-child(1) {
        padding-top: clamp(1.25rem, -2.1974075495rem + 9.5927862248vw, 3.75rem)
    }

    .content-roadmap__item:nth-child(2) {
        padding-top: clamp(.0000000625rem, -3.4474074008rem + 9.5927859849vw, 2.5rem)
    }

    .content-roadmap__item:nth-child(4) {
        padding-top: clamp(.0000000625rem, -1.7237036261rem + 4.7963928726vw, 1.25rem)
    }
}

@media ((min-width:29.99875em) and (max-width:61.99875em)) {
    .content-tokenomiks__title {
        width: 80%
    }

    .content-tokenomiks__supply {
        width: 62.5%
    }

    .content-tokenomiks__supply img {
        left: 20%
    }

    .content-tokenomiks__sell {
        width: 55%
    }

    .content-tokenomiks__sell img {
        left: 27%
    }

    .content-tokenomiks__burnt {
        width: 51%
    }

    .content-tokenomiks__burnt img {
        left: 31%
    }
}

@media (min-width:29.99875em)and (max-width:61.99875em) {
    .content-tokenomiks__supply {
        margin-top: clamp(-3.75rem, -.1172607422rem + -5.859375vw, -1.875rem)
    }

    .content-tokenomiks__sell {
        margin-top: clamp(-1.25rem, -.0390869141rem + -1.953125vw, -.625rem)
    }

    .content-tokenomiks__burnt {
        margin-top: clamp(-2.5rem, -.0781738281rem + -3.90625vw, -1.25rem)
    }

    .ca {
        margin-top: clamp(-6.25rem, -.1954345703rem + -9.765625vw, -3.125rem)
    }
}

@media (min-width:20em)and (max-width:29.99875em) {
    .content-tokenomiks__supply {
        margin-top: clamp(-1.875rem, .0001562695rem + -6.2507813477vw, -1.25rem)
    }

    .content-tokenomiks__sell {
        margin-top: clamp(-.625rem, -.2499687461rem + -1.2501562695vw, -.5rem)
    }

    .content-tokenomiks__burnt {
        margin-top: clamp(-1.875rem, .0001562695rem + -6.2507813477vw, -1.25rem)
    }
}

@media (any-hover:hover) {
    .menu__link:hover {
        color: #f796bf
    }

    .menu__link:hover::after {
        background-color: #f796bf
    }

    .button:hover::before {
        -webkit-transform: translate(2%, -15%) rotate(10deg);
        transform: translate(2%, -15%) rotate(10deg)
    }

    .button:hover::after {
        -webkit-transform: translate(-2%, -15%) rotate(-10deg);
        transform: translate(-2%, -15%) rotate(-10deg)
    }

    .button:hover span {
        letter-spacing: .04em
    }

    .social-link:hover {
        box-shadow: none;
        -webkit-transform: translate(0, .5rem);
        transform: translate(0, .5rem)
    }

    .social-link:hover svg {
        width: 50%
    }

    .footer__osnovo:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

    .top-footer__nav-link:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

    .paper-hero__social-lnk:nth-child(1):hover {
        box-shadow: none;
        -webkit-transform: translate(0, .5rem) rotate(-10.893deg);
        transform: translate(0, .5rem) rotate(-10.893deg)
    }

    .paper-hero__social-lnk:nth-child(1):hover::before {
        width: 33%;
        height: 43%;
        top: -20%;
        left: -13%
    }

    .paper-hero__social-lnk:nth-child(2):hover::before {
        width: 133%;
        height: 145%;
        top: -20%;
        left: -18%
    }

    .card-about__button:hover {
        background-color: #f796bf
    }

    .ca__address:has(button:hover) p {
        color: #f796bf
    }

    .ca__address:has(button:hover) svg rect:nth-child(1) {
        stroke: #f796bf
    }

    .ca__address:has(button:hover) svg rect:nth-child(2) {
        fill: #f796bf
    }
}