:root {
    --breakpoint-sm: 575.5px;
    --breakpoint-md: 759.5px;
    --breakpoint-lg: 991.5px;
    --breakpoint-xl: 1199.5px;
    --breakpoint-xxl: 1439.5px;
    --color-primary: 255 255 255;
    --color-secondary: 80 244 255;
    --gradient-button: linear-gradient(#7cfffe, #4fa7f9, #85faf3, #1ca8f8);
    --font-fira-family: "Fira Code", monospace;
    --font-neue-family: "Neue Haas Grotesk Display Pro", sans-serif;
    --t-default: ease-in-out .3s;
    --t-default-delay: .3s
}

*,
:before,
:after {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    margin: 0;
    padding: 0
}

@-ms-viewport {
    width: device-width
}

:root {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 100%;
    color-scheme: light only
}

html,
body {
    margin: 0;
    min-width: 360px
}

html.lenis,
html.lenis body {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-scrolling iframe {
    pointer-events: none
}

html {
    height: 100%;
    font-size: clamp(13.28px, -.3143333333px + 1.1333333333vw, 16px);
    overflow-x: hidden
}

@media (max-width: 1199.5px) {
    html {
        font-size: clamp(16px, 10.4763636364px + .7272727273vw, 19.2px)
    }
}

@media (max-width: 759.5px) {
    html {
        font-size: clamp(16px, 13.1163954944px + .8010012516vw, 19.2px)
    }
}

html.menu-opened,
html.preloader-shown {
    overflow-y: hidden
}

body {
    color: rgb(var(--color-primary));
    background: #0c102598;
    font-family: var(--font-neue-family);
    font-optical-sizing: auto;
    font-size: max(calc(16 * var(--ea-font-size, 16px) / 16), 14px);
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}

.menu-opened body,
.preloader-shown body {
    overflow-y: hidden
}

:target {
    scroll-margin-top: clamp(64px, 42.9902732747px + 5.8360352015vw, 127px)
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    touch-action: manipulation
}

img[src=""] {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit;
    word-break: inherit;
    white-space: inherit;
    text-overflow: inherit;
    overflow: inherit;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}

a,
label,
input,
textarea,
select,
button,
.button {
    pointer-events: all
}

a {
    word-break: break-word;
    color: inherit;
    text-decoration: none;
    text-decoration: none !important;
    text-decoration-color: transparent !important;
    filter: brightness(100%);
    transition: filter var(--t-default)
}

@media (pointer: coarse) {
    a:active {
        filter: brightness(80%)
    }
}

@media not (pointer: coarse),
(hover: hover) and (pointer: fine) {
    a:hover,
    a:focus {
        filter: brightness(90%)
    }
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

svg {
    pointer-events: none
}

svg:not(:root) {
    overflow: hidden
}

blockquote {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0
}

p,
.text {
    margin-top: 0;
    margin-bottom: 0
}

p:empty {
    margin-bottom: 0;
    display: none
}

button,
.button {
    border: none;
    outline: none;
    color: inherit;
    background: transparent;
    background-color: transparent
}

b,
strong {
    font-weight: 700
}

canvas {
    -webkit-touch-callout: default
}

.hover-effect {
    filter: brightness(100%);
    transition: filter var(--t-default)
}

@media (pointer: coarse) {
    .hover-effect:active {
        filter: brightness(80%)
    }
}

@media not (pointer: coarse),
(hover: hover) and (pointer: fine) {
    .hover-effect:hover,
    .hover-effect:focus {
        filter: brightness(90%)
    }
}

#app {
    min-height: 100vh
}

.content {
    background: #020b1c
}

.wrap-sections {
    position: relative;
    z-index: 1
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: clamp(335px, 33.1936081519px + 83.8351088467vw, 1240px)
}

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

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none
}

.hidden,
[hidden] {
    display: none !important
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important
}

.visually-hidden--inline {
    margin: 0;
    height: 1em
}

.overflow-hidden {
    overflow: hidden
}

.m-0 {
    margin: 0
}

.left {
    text-align: left
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.font-fira-code {
    font-family: var(--font-fira-family)
}

.visibility-hidden {
    visibility: hidden
}

.title {
    margin: 0;
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    text-transform: uppercase
}

.main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden
}

.custom-scrollbar::-webkit-scrollbar {
    width: 2px;
    border-radius: 2px
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: rgba(var(--color-primary)/20%)
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: rgb(var(--color-secondary));
    border-radius: 2px
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: rgba(var(--color-secondary)/90%)
}

.popup {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity var(--t-default-delay) linear
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.slide-enter-from,
.slide-leave-to {
    transform: translate(100%)
}

.slide-enter-to,
.slide-leave-from {
    transform: translate(0)
}

.slide-enter-active,
.slide-leave-active {
    transition: transform var(--t-default-delay) ease
}

.app-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    background: #0c1025;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all
}

.app-preloader.hide {
    opacity: 0;
    pointer-events: none;
    transition: .3s opacity linear .8s
}

.app-preloader__percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: max(1.125rem, 14px);
    color: #97f9ff
}

@media (max-width: 759px) {
    .app-preloader__percent {
        font-size: max(1rem, 14px)
    }
}

.hide .app-preloader__percent {
    opacity: 0;
    transition: .4s opacity linear .4s
}

.app-preloader__loader {
    width: 40dvh;
    aspect-ratio: 1
}

.hide .app-preloader__loader {
    opacity: 0;
    scale: 1.3;
    transition: opacity .4s linear .4s, scale .5s ease-in-out .4s
}

.app-preloader__loader path {
    transition: inherit
}

.app-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    pointer-events: none
}

.app-header__content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: clamp(335px, 33.1936081519px + 83.8351088467vw, 1240px)
}

@media (max-width: 1199.5px) {
    .app-header__content {
        align-content: baseline;
        flex-wrap: wrap;
        height: 100vh
    }
}

.app-header__frame {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 100%;
    max-width: 90rem;
    height: calc(100dvh + 2px);
    z-index: -1;
    pointer-events: none
}

@media (max-width: 1439.5px) {
    .app-header__frame {
        max-width: 100%
    }
}

@media (max-width: 1199.5px) {
    .app-header__frame {
        left: 0;
        right: 0;
        translate: none;
        width: 100%;
        height: 100%
    }
}

.app-header__frame:after,
.app-header__frame:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: #0c102598;
    width: 100%;
    height: 100%
}

.app-header__frame:after {
    left: 100%
}

@media (max-width: 1199.5px) {
    .app-header__frame:after {
        display: none
    }
}

.app-header__frame:before {
    right: 100%
}

@media (max-width: 1199.5px) {
    .app-header__frame:before {
        width: 100%;
        height: 3.375rem;
        left: 0;
        right: 0;
        z-index: -1;
        background: #020b1c80;
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px)
    }
}

.app-header__frame-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%
}

@media (max-width: 1199.5px) {
    .app-header__frame-image {
        display: none
    }
}

.app-header__logo {
    min-width: 18.125rem;
    height: max-content;
    margin-top: 1.25rem
}

@media (max-width: 1439.5px) {
    .app-header__logo {
        min-width: 15.625rem
    }
}

@media (max-width: 1199.5px) {
    .app-header__logo {
        height: 2.75rem;
        margin-top: .375rem;
        min-width: max-content
    }
}

.app-header__logo-icon {
    height: 100%
}

.app-header__burger {
    display: none;
    align-items: center;
    justify-content: space-between;
    height: max-content;
    margin-top: 1.125rem
}

@media (max-width: 1199.5px) {
    .app-header__burger {
        display: flex
    }
}

.app-header__burger-text {
    margin-right: .625rem;
    padding-top: .0625rem;
    overflow: hidden
}

.app-header__burger-text .text {
    font-size: max(calc(16 * var(--ea-font-size, 16px) / 16), 14px);
    font-weight: 500;
    letter-spacing: 1.92px;
    text-transform: uppercase
}

.app-header__burger-icon {
    position: relative;
    width: 1.125rem;
    height: .75rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.app-header__burger-icon>div {
    top: 0;
    left: 0;
    background: #fff;
    height: 2px;
    width: 100%;
    transition: all .3s ease-in-out;
    border-radius: 3px
}

.menu-opened .app-header__burger-icon>div {
    background: #0000
}

.app-header__burger-icon>div:before,
.app-header__burger-icon>div:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 50%;
    height: 2px;
    transition: all .3s ease-in-out;
    border-radius: 3px
}

.app-header__burger-icon>div:before {
    bottom: 0;
    right: 0
}

.menu-opened .app-header__burger-icon>div:before {
    bottom: initial;
    left: 0;
    right: initial;
    width: 100%;
    transform: rotate(45deg)
}

.app-header__burger-icon>div:after {
    top: 0;
    left: 0
}

.menu-opened .app-header__burger-icon>div:after {
    top: initial;
    width: 100%;
    transform: rotate(135deg)
}

.app-header__wrap-menu {
    width: 100%;
    pointer-events: all;
    display: flex;
    justify-content: flex-end
}

@media (max-width: 1199.5px) {
    .app-header__wrap-menu {
        padding-bottom: 10px;
        flex-direction: column;
        align-items: center;
        justify-content: normal;
        gap: 2.5rem;
        height: calc(100dvh - 4.375rem);
        pointer-events: none;
        overflow-y: hidden
    }
    .app-header__wrap-menu * {
        pointer-events: none
    }
    .app-header__wrap-menu:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
        background: #020b1c00;
        z-index: -1;
        transition: backdrop-filter var(--t-default), background var(--t-default)
    }
    .menu-opened .app-header__wrap-menu {
        pointer-events: all;
        overflow-y: auto
    }
    .menu-opened .app-header__wrap-menu:after {
        background: #020b1cb3;
        -webkit-backdrop-filter: blur(9px);
        backdrop-filter: blur(9px);
        transition: .3s backdrop-filter var(--t-default), .3s background var(--t-default)
    }
    .menu-opened .app-header__wrap-menu * {
        pointer-events: all
    }
}

.app-header__menu {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    display: flex;
    gap: 2.5rem;
    margin-top: 1.5625rem;
    width: max-content;
    height: max-content;
    transition: opacity var(--t-default)
}

@media (max-width: 1199.5px) {
    .app-header__menu {
        margin: auto 0;
        position: relative;
        left: initial;
        translate: none;
        flex-direction: column;
        align-items: center;
        opacity: 0
    }
}

.menu-opened .app-header__menu {
    opacity: 1;
    transition: .3s opacity var(--t-default)
}

.app-header__menu-link {
    font-size: max(.875rem, 14px);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.68px;
    cursor: pointer
}

@media (pointer: coarse) {
    .app-header__menu-link:active {
        filter: brightness(80%)
    }
}

@media not (pointer: coarse),
(hover: hover) and (pointer: fine) {
    .app-header__menu-link:hover,
    .app-header__menu-link:focus {
        filter: brightness(90%)
    }
}

@media (max-width: 1199.5px) {
    .app-header__menu-link {
        font-size: max(1.25rem, 14px);
        letter-spacing: 2.4px
    }
}

.app-header__follow {
    position: relative;
    display: flex;
    padding-right: 1.75rem;
    margin-top: 2.1875rem;
    height: max-content;
    transition: opacity var(--t-default)
}

@media (min-width: 1200px) {
    .app-header__follow:active .app-header__follow-wrap,
    .app-header__follow:focus .app-header__follow-wrap,
    .app-header__follow:hover .app-header__follow-wrap {
        transition: .3s max-height .3s linear;
        max-height: 18.75rem
    }
    .app-header__follow:active .app-header__follow-share,
    .app-header__follow:focus .app-header__follow-share,
    .app-header__follow:hover .app-header__follow-share {
        opacity: 0;
        pointer-events: none;
        transition: .15s opacity linear
    }
}

@media (max-width: 1199.5px) {
    .app-header__follow {
        position: static;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        opacity: 0
    }
}

.menu-opened .app-header__follow {
    opacity: 1;
    transition: .3s opacity var(--t-default)
}

.app-header__follow-head {
    font-size: max(.875rem, 14px);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.68px
}

@media (max-width: 1199.5px) {
    .app-header__follow-head {
        margin-bottom: 1.25rem;
        font-size: max(1.25rem, 14px);
        text-align: center;
        letter-spacing: 2.4px
    }
}

.app-header__follow-list {
    position: absolute;
    right: -1rem
}

@media (max-width: 1199.5px) {
    .app-header__follow-list {
        position: relative;
        top: initial;
        right: initial;
        max-height: initial;
        translate: none
    }
}

.app-header__follow-share {
    position: absolute;
    right: 0;
    padding: 0 .75rem;
    transition: .3s opacity .3s linear
}

@media (max-width: 1199.5px) {
    .app-header__follow-share {
        display: none
    }
}

.app-header__follow-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 0rem;
    overflow: hidden;
    transition: .3s max-height linear;
    margin-top: -.25rem
}

@media (max-width: 1199.5px) {
    .app-header__follow-wrap {
        flex-direction: row;
        overflow: initial;
        max-height: initial;
        gap: 1.5rem
    }
}

.app-header__follow-link {
    padding: 0 .75rem;
    height: 1.25rem;
    flex: 0 0 1rem
}

.app-header__follow-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media (max-width: 1199.5px) {
    .app-header__follow-link {
        width: 1rem;
        height: 1rem;
        padding: 0
    }
}

.app-header-pagination {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    pointer-events: none;
    translate: 0 -50%
}

@media (max-width: 1199.5px) {
    .app-header-pagination {
        display: none
    }
}

.app-header-pagination__list {
    margin-right: -3.25rem
}

.app-header-pagination__item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .6875rem;
    opacity: .5
}

.app-header-pagination__item:not(:first-child) {
    margin-top: .75rem
}

.app-header-pagination__item:before {
    content: "";
    width: .875rem;
    height: 1px;
    background-color: currentColor;
    opacity: 0
}

.app-header-pagination__item.active,
.app-header-pagination__item.active:before {
    opacity: 1
}

.app-footer {
    position: relative;
    padding-top: 4.375rem;
    border-top: 1px solid rgba(var(--color-primary)/10%);
    background-color: #0d192e80;
    color: rgb(var(--color-primary))
}

@media (max-width: 1199.5px) {
    .app-footer {
        padding-top: 3.75rem
    }
}

.app-footer__content {
    padding-bottom: 2.8125rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 4.5625rem
}

@media (max-width: 1199.5px) {
    .app-footer__content {
        padding-bottom: 2.625rem;
        row-gap: 2.875rem
    }
}

@media (max-width: 759.5px) {
    .app-footer__content {
        padding-bottom: 1.25rem;
        grid-template-columns: 1fr;
        row-gap: 2.125rem
    }
}

.app-footer__logo-image {
    width: 100%;
    max-width: 6.5625rem;
    aspect-ratio: 105/110
}

.app-footer__logo-image img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media (max-width: 1199.5px) {
    .app-footer__logo-image {
        max-width: 4.9375rem
    }
}

@media (max-width: 759.5px) {
    .app-footer__logo-image {
        max-width: 4.1875rem
    }
}

@media (max-width: 759.5px) {
    .app-footer__contact {
        text-align: start
    }
}

.app-footer__contact-title {
    font-size: 3rem
}

@media (max-width: 1199.5px) {
    .app-footer__contact-title {
        font-size: 2rem
    }
}

.app-footer__contact-item {
    margin-top: .9375rem;
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    font-size: max(1rem, 14px)
}

@media (max-width: 1199.5px) {
    .app-footer__contact-item {
        margin-top: .25rem
    }
}

.app-footer__menu-title {
    font-size: 3rem
}

@media (max-width: 1199.5px) {
    .app-footer__menu-title {
        font-size: 2rem
    }
}

.app-footer__menu-list {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: repeat(4, max-content);
    gap: 1.5rem 4.3125rem;
    font-size: max(1rem, 14px)
}

@media (max-width: 1199.5px) {
    .app-footer__menu-list {
        margin-top: 1rem;
        grid-template-columns: repeat(2, max-content);
        gap: 1rem 2.25rem;
        font-size: max(.875rem, 14px)
    }
}

.app-footer__title {
    align-self: end;
    background-image: linear-gradient(90deg, #7cfffe, #4fa7f9 28%, #85faf3 66%, #1ca8f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 8rem
}

@media (max-width: 1199.5px) {
    .app-footer__title {
        font-size: 6.25rem
    }
}

@media (max-width: 759.5px) {
    .app-footer__title {
        font-size: 4rem;
        text-align: start
    }
}

.app-footer__bottom {
    padding: 1.3125rem 0 1.9375rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(var(--color-primary)/10%)
}

@media (max-width: 1199.5px) {
    .app-footer__bottom {
        padding: 1.3125rem 0 1.125rem
    }
}

@media (max-width: 759.5px) {
    .app-footer__bottom {
        padding: 1rem 0 1.125rem
    }
}

.app-footer__info,
.app-footer__copyright {
    max-width: 15.625rem;
    font-size: max(.875rem, 14px)
}

@media (max-width: 1199.5px) {
    .app-footer__info,
    .app-footer__copyright {
        max-width: 9.375rem;
        font-size: max(.75rem, 12px)
    }
}

@media (max-width: 759.5px) {
    .app-footer__info,
    .app-footer__copyright {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }
}

.app-footer__social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .625rem 2rem
}

@media (max-width: 759.5px) {
    .app-footer__social-list {
        flex: 0 0 100%;
        gap: .625rem 1.25rem
    }
}

.app-footer__social-item {
    width: 1.25rem
}

.app-footer__social-link {
    width: 100%
}

.app-footer__social-link img {
    display: block;
    width: 100%;
    height: auto
}

.app-three-scene {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100dvw;
    height: 100dvh;
    pointer-events: all
}

.webgl {
    position: fixed;
    top: 0;
    left: 0;
    outline: none
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: flex
}

#preloader:before,
#preloader:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#preloader:after {
    left: auto;
    right: 0
}

#preloader .loader_line {
    margin: auto;
    width: 1px;
    height: 75%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s
}

.loader_line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-animation: lineheight 1s ease-in-out 0s forwards;
    -o-animation: lineheight 1s ease-in-out 0s forwards;
    animation: lineheight 1s ease-in-out 0s forwards
}

.loader_line:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #bbb;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: lineround 1.2s linear 0s infinite;
    -o-animation: lineround 1.2s linear 0s infinite;
    animation: lineround 1.2s linear 0s infinite;
    animation-delay: 2s
}

@keyframes lineheight {
    0% {
        height: 0%
    }
    to {
        height: 100%
    }
}

@keyframes lineround {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%)
    }
}

.preloaded .loader_line:after {
    opacity: 0
}

.preloaded .loader_line {
    opacity: 0;
    height: 100% !important
}

.preloaded:before,
.preloaded:after {
    -webkit-animation: preloadedzero 1s ease-in-out .5s forwards;
    -o-animation: preloadedzero 1s ease-in-out .5s forwards;
    animation: preloadedzero 1s ease-in-out .5s forwards
}

@keyframes preloadedzero {
    0% {
        width: 50%
    }
    to {
        width: 0%
    }
}

#play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: opacity 1s ease-in;
    transform: translate(-50%, -50%);
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    background-color: #555;
    color: #fff;
    cursor: pointer;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: 0 8px 15px #0000001a;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

#play-button:hover {
    background-color: #333;
    box-shadow: 0 15px 20px #0003;
    transform: translate(-50%, -48%)
}

#play-icon {
    margin-right: 5px
}

#play-button.fade-in {
    opacity: 1
}

.fade-out {
    opacity: 0;
    transition: opacity 1s ease-out
}

gizmo-helper {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100000
}

gizmo-helper:hover {
    background: #fff3;
    border-radius: 100%;
    cursor: pointer
}

.g-button {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .625rem;
    font-size: 1rem;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    padding: .75rem .75rem .75rem 1.5rem;
    cursor: pointer;
    transition: color var(--t-default);
    pointer-events: all
}

.g-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(94.26deg, #97f9ff 6.32%, #55cafc 98.23%);
    opacity: 0;
    transition: opacity var(--t-default)
}

@media (pointer: coarse) {
    .g-button:active {
        color: #192038
    }
    .g-button:active:before {
        opacity: 1
    }
}

@media not (pointer: coarse),
(hover: hover) and (pointer: fine) {
    .g-button:hover,
    .g-button:focus {
        color: #192038
    }
    .g-button:hover:before,
    .g-button:focus:before {
        opacity: 1
    }
}

.g-button--default {
    border-radius: 100px;
    border: 10px solid transparent;
    border-image: var(--gradient-button) 1;
    border: 1px solid var(--gradient, #7cfffe);
    background: #0700001a;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.g-button .icon-wrap {
    width: 1.5rem;
    height: 1.5rem
}

@media (max-width: 991.5px) {
    .g-button .icon-wrap {
        width: 1.25rem;
        height: 1.25rem
    }
}

.g-button--animation {
    position: relative;
    cursor: pointer;
    border: none;
    outline: none;
    background: linear-gradient(90deg, #7cfffe, #4fa7f9, #85faf3, #1ca8f8);
    background-size: 400%;
    color: #192038;
    overflow: initial
}

.g-button--animation:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(90deg, #7cfffe, #4fa7f9, #85faf3, #1ca8f8);
    background-size: 400%;
    opacity: .8;
    transition: .5s;
    animation: animate 10s linear infinite;
    filter: blur(25px)
}

@keyframes animate {
    0% {
        background-position: 0%
    }
    to {
        background-position: 400%
    }
}

.g-layout-section {
    min-height: 100vh
}

@media (max-width: 759.5px) {
    .g-layout-section {
        min-height: auto
    }
}

.section-hero .container {
    position: relative
}

.section-hero__content {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    gap: 13.375rem
}

@media (max-width: 1199.5px) {
    .section-hero__content {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0
    }
}

.section-hero__header {
    font-size: max(11.25rem, 14px);
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 3.4375rem
}

@media (max-width: 1199.5px) {
    .section-hero__header {
        margin-bottom: 0;
        margin-top: 6.4375rem;
        font-size: max(8rem, 14px)
    }
}

@media (max-width: 759.5px) {
    .section-hero__header {
        font-size: max(6rem, 14px)
    }
}

.section-hero__header-text {
    display: flex;
    flex-direction: column
}

.section-hero__header-text span.first {
    margin-bottom: -4.375rem
}

@media (max-width: 1199.5px) {
    .section-hero__header-text span.first {
        margin-bottom: -2rem
    }
}

@media (max-width: 759.5px) {
    .section-hero__header-text span.first {
        margin-bottom: -1.6875rem
    }
}

.section-hero__header-text span.second {
    padding-left: 3.4375rem
}

@media (max-width: 1199.5px) {
    .section-hero__header-text span.second {
        padding-left: 1.0625rem
    }
}

@media (max-width: 759.5px) {
    .section-hero__header-text span.second {
        padding-left: 1.1875rem
    }
}

.section-hero__desc {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.5rem;
    max-width: 23.75rem;
    margin-bottom: 6.25rem
}

@media (max-width: 1199.5px) {
    .section-hero__desc {
        margin-left: auto;
        max-width: 18.75rem
    }
}

@media (max-width: 759.5px) {
    .section-hero__desc {
        margin-bottom: 3.75rem
    }
}

@media (max-width: 575.5px) {
    .section-hero__desc {
        max-width: 100%
    }
}

.section-hero__desc-text {
    color: #fff;
    font-family: var(--font-fira-family);
    font-size: max(1rem, 14px);
    color: rgba(var(--color-primary)/80%)
}

.section-why-we .container {
    position: relative
}

.section-why-we__content {
    padding: 5rem 0 1.25rem;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6.25rem;
    overflow: hidden
}

@media (max-width: 1199.5px) {
    .section-why-we__content {
        gap: 2.5rem
    }
}

@media (max-width: 759.5px) {
    .section-why-we__content {
        position: relative;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 2rem;
        padding: 3.75rem 0
    }
}

.section-why-we__header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 36.5625rem;
    min-height: 22.5rem
}

@media (max-width: 1199.5px) {
    .section-why-we__header {
        max-width: 18.75rem
    }
}

@media (max-width: 759.5px) {
    .section-why-we__header {
        min-height: initial
    }
}

@media (max-width: 575.5px) {
    .section-why-we__header {
        max-width: 100%
    }
}

.section-why-we__header-title {
    font-size: max(4rem, 14px)
}

@media (max-width: 1199.5px) {
    .section-why-we__header-title {
        font-size: max(2.5rem, 14px)
    }
}

.section-why-we__header-desc {
    font-family: var(--font-fira-family);
    max-width: 30rem;
    color: rgba(var(--color-primary)/80%)
}

@media (max-width: 1199.5px) {
    .section-why-we__header-desc {
        max-width: 18.75rem
    }
}

.section-why-we__cards {
    position: relative;
    width: 100%;
    height: 100%
}

@media (max-width: 759.5px) {
    .section-why-we__cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.25rem
    }
}

.section-why-we__card {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    padding: 1rem 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: #0f1b3180;
    box-shadow: 0 -14px 13.5px #020b1c66;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    max-width: 24.25rem;
    min-height: 24.25rem;
    margin-right: 6.25rem
}

@media (max-width: 1199.5px) {
    .section-why-we__card {
        max-width: 18.75rem;
        margin-right: 0;
        padding: 1rem;
        gap: .375rem;
        min-height: 22.5rem
    }
}

@media (max-width: 759.5px) {
    .section-why-we__card {
        position: relative;
        top: initial;
        right: initial;
        transform: none;
        min-height: initial
    }
}

@media (max-width: 575.5px) {
    .section-why-we__card {
        max-width: 100%
    }
}

.section-why-we__card-title {
    font-size: max(1.5rem, 14px)
}

.section-why-we__card-desc {
    font-family: var(--font-fira-family);
    letter-spacing: -.32px;
    color: rgba(var(--color-primary)/80%);
    font-size: max(.9375rem, 14px)
}

@media (max-width: 1199.5px) {
    .section-why-we__card-desc {
        font-size: max(.875rem, 14px)
    }
}

.section-roadmap {
    --offset-circle: .875rem
}

.section-roadmap .container {
    position: relative
}

.section-roadmap__content {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 5rem 0 1.25rem
}

.section-roadmap__header {
    margin-bottom: 1.25rem
}

@media (max-width: 1199.5px) {
    .section-roadmap__header {
        margin-bottom: 1.875rem
    }
}

.section-roadmap__header-title {
    text-align: center;
    font-size: max(4rem, 14px)
}

@media (max-width: 1199.5px) {
    .section-roadmap__header-title {
        font-size: max(2.5rem, 14px)
    }
}

.section-roadmap__header-desc {
    text-align: center;
    font-family: var(--font-fira-family);
    max-width: 36.25rem;
    margin: 0 auto;
    margin-top: .625rem
}

@media (max-width: 1199.5px) {
    .section-roadmap__header-desc {
        font-size: max(.875rem, 14px);
        max-width: 28.75rem
    }
}

@media (max-width: 575.5px) {
    .section-roadmap__header-desc {
        max-width: 20rem
    }
}

.section-roadmap__body {
    position: absolute;
    width: 100%;
    overflow: hidden
}

.section-roadmap__wrap-transform {
    padding-top: 4.0625rem
}

@media (max-width: 759.5px) {
    .section-roadmap__wrap-transform {
        padding-top: 4.0625rem;
        padding-left: 2.625rem
    }
}

.section-roadmap__laser {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50%;
    height: 100%;
    pointer-events: none
}

@media (max-width: 759.5px) {
    .section-roadmap__laser {
        left: var(--offset-circle);
        translate: 0
    }
}

.section-roadmap__laser-line {
    width: 1px;
    height: 100%;
    background: linear-gradient(#fff0, #ffffff80, #ffffff80, #fff0)
}

.section-roadmap__laser-line--active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    transition: .8s height linear;
    background: linear-gradient(#50f4ff00, #50f4ff, #e1fdff)
}

.section-roadmap__laser-dot {
    position: absolute;
    left: 50%;
    bottom: -.125rem;
    width: .25rem;
    height: .25rem;
    background: #fff;
    border-radius: 30px;
    translate: -50% 0
}

.section-roadmap__laser-points {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-roadmap__laser-point {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    translate: -50% 0
}

.section-roadmap__laser-point.active .outer-circle {
    border-color: rgba(var(--color-secondary)/20%);
    transition: .8s border-color ease-in-out .6s
}

.section-roadmap__laser-point.active .inner-circle {
    border-color: rgb(var(--color-secondary));
    transition: .8s border-color ease-in-out .6s
}

.section-roadmap__laser-point.active .center-circle {
    opacity: 1;
    transition: .4s opacity ease-in-out .8s
}

.section-roadmap__laser-point .circle {
    display: flex;
    justify-content: center;
    align-items: center
}

.section-roadmap__laser-point .outer-circle {
    min-width: 100%;
    min-height: 100%;
    border-radius: 60px;
    border: 1px solid;
    border-color: transparent;
    transition: .6s border-color ease-in-out
}

.section-roadmap__laser-point .inner-circle {
    border: 1px solid rgba(var(--color-primary)/50%);
    border-radius: 30px;
    min-width: .75rem;
    min-height: .75rem;
    background: #020f23;
    transition: .6s border-color ease-in-out
}

.section-roadmap__laser-point .center-circle {
    width: .25rem;
    height: .25rem;
    background: rgb(var(--color-secondary));
    border-radius: 30px;
    transition: .3s opacity ease-in-out;
    opacity: 0
}

.section-roadmap__list {
    display: flex;
    flex-direction: column;
    max-width: 61.25rem;
    margin: 0 auto;
    padding: 2.5rem;
    overflow: hidden
}

@media (max-width: 1199.5px) {
    .section-roadmap__list {
        padding: 0
    }
}

.section-roadmap__item {
    display: flex;
    justify-content: center;
    gap: 3.875rem;
    padding-bottom: 3.3125rem
}

.section-roadmap__item:last-child {
    padding-bottom: 0
}

@media (max-width: 759.5px) {
    .section-roadmap__item {
        flex-direction: column;
        justify-content: flex-start;
        gap: 1rem
    }
}

.section-roadmap__item-header {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

@media (min-width: 759.5px) {
    .reverse>.section-roadmap__item-header {
        align-items: flex-start;
        order: 1
    }
}

@media (max-width: 759.5px) {
    .section-roadmap__item-header {
        width: 100%;
        align-items: flex-start
    }
}

.section-roadmap__item-title {
    font-size: max(2.25rem, 14px);
    margin-bottom: .0625rem
}

@media (max-width: 1199.5px) {
    .section-roadmap__item-title {
        font-size: max(2rem, 14px);
        margin-bottom: .25rem
    }
}

@media (max-width: 759.5px) {
    .section-roadmap__item-title {
        font-size: max(1.5rem, 14px)
    }
}

.section-roadmap__item-date {
    font-family: var(--font-fira-family);
    color: rgb(var(--color-secondary))
}

@media (max-width: 759.5px) {
    .section-roadmap__item-date {
        font-size: max(.875rem, 14px)
    }
}

.section-roadmap__item-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .75rem;
    padding: 1rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: #0f1b314d;
    box-shadow: 0 -14px 13.5px #020b1c66;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px)
}

@media (max-width: 1199.5px) {
    .section-roadmap__item-info {
        gap: .375rem
    }
}

@media (max-width: 759.5px) {
    .section-roadmap__item-info {
        width: 100%;
        max-width: 20rem
    }
}

@media (max-width: 1199.5px) {
    .section-roadmap__item-row {
        font-size: max(.875rem, 14px)
    }
}

.section-converter-coins__content {
    position: relative;
    padding: 5rem 0 1.25rem;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    min-height: 100vh
}

@media (max-width: 1199.5px) {
    .section-converter-coins__content {
        grid-template-columns: 100%;
        row-gap: 3.5rem
    }
}

@media (max-width: 759.5px) {
    .section-converter-coins__content {
        row-gap: 1.375rem
    }
}

@media (max-width: 1199.5px) {
    .section-converter-coins__info {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }
}

@media (max-width: 759.5px) {
    .section-converter-coins__info {
        padding-bottom: 1.125rem
    }
}

.section-converter-coins__info-title {
    font-size: 3rem;
    margin-bottom: 1rem
}

@media (max-width: 1199.5px) {
    .section-converter-coins__info-title {
        font-size: 2.5rem
    }
}

.section-converter-coins__info-desc {
    margin-bottom: 1.5rem;
    color: rgba(var(--color-primary)/80%)
}

@media (max-width: 1199.5px) {
    .section-converter-coins__info-desc {
        font-size: max(.875rem, 14px)
    }
}

.section-converter-coins__info-button {
    width: 16.125rem
}

.section-converter-coins__widget {
    padding-left: 5rem;
    display: flex;
    height: 100%;
    overflow-y: auto
}

@media (max-width: 1199.5px) {
    .section-converter-coins__widget {
        padding-left: 0;
        height: auto
    }
}

.section-converter-coins__iframe {
    margin: auto 0;
    width: 100%;
    max-width: 27.5rem;
    height: 100%;
    max-height: 690px
}

@media (max-width: 1199.5px) {
    .section-converter-coins__iframe {
        margin: 0 auto;
        height: 690px;
        max-width: 440px
    }
}

.section-converter-coins__wrap-list {
    position: absolute;
    top: 5rem;
    left: 0;
    width: 50%;
    height: calc(100% - 6.25rem);
    -webkit-mask-image: linear-gradient(to bottom, transparent 1px, rgb(0, 0, 0) 10px, rgb(0, 0, 0) calc(100% - 10px), transparent calc(100% - 1px));
    mask-image: linear-gradient(to bottom, transparent 1px, rgb(0, 0, 0) 10px, rgb(0, 0, 0) calc(100% - 10px), transparent calc(100% - 1px))
}

@media (max-width: 1199.5px) {
    .section-converter-coins__wrap-list {
        position: static;
        width: 100%;
        height: auto;
        -webkit-mask-image: none;
        mask-image: none
    }
}

.section-converter-coins__list {
    padding: .625rem .625rem .625rem 0;
    display: flex;
    flex-direction: column;
    gap: .625rem;
    max-height: 100%;
    overflow-y: auto
}

@media (max-width: 1199.5px) {
    .section-converter-coins__list {
        padding: 0
    }
}

.section-converter-coins__item {
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .05);
    background: #0d192e1a;
    box-shadow: 0 -14px 13px #020b1c66;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    padding: .375rem .625rem .375rem .375rem
}

@media (max-width: 759.5px) {
    .section-converter-coins__item {
        flex-direction: column;
        align-items: flex-start;
        max-width: 36rem;
        padding: .75rem
    }
}

@media (max-width: 575.5px) {
    .section-converter-coins__item {
        max-width: 100%
    }
}

.section-converter-coins__item-icon {
    width: 3.5rem;
    height: 3.5rem;
    max-width: 3.5rem;
    max-height: 3.5rem;
    border-radius: 14px;
    background: #262e4580;
    padding: .75rem;
    margin-right: .625rem;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 1199.5px) {
    .section-converter-coins__item-icon {
        width: 3.25rem;
        height: 3.25rem;
        max-width: 3.25rem;
        max-height: 3.25rem;
        padding: .625rem
    }
}

@media (max-width: 759.5px) {
    .section-converter-coins__item-icon {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.section-converter-coins__item-desc {
    flex-grow: 1
}

.section-converter-coins__item-title {
    font-size: max(1.25rem, 14px);
    margin-bottom: .25rem
}

@media (max-width: 1199.5px) {
    .section-converter-coins__item-title {
        font-size: max(1rem, 14px)
    }
}

.section-converter-coins__item-token {
    word-break: normal;
    font-size: max(.75rem, 10px);
    color: rgba(var(--color-primary)/80%)
}

.section-converter-coins__item-button {
    margin-left: 1.875rem;
    width: max-content;
    white-space: nowrap
}

@media (max-width: 759.5px) {
    .section-converter-coins__item-button {
        margin-left: 0;
        margin-top: 1rem
    }
}

.section-features {
    padding: 5rem 0 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh
}

@media (max-width: 1199.5px) {
    .section-features {
        min-height: auto
    }
}

.section-features__title {
    font-size: 3rem;
    text-wrap: balance
}

@media (max-width: 1199.5px) {
    .section-features__title {
        font-size: 2.5rem
    }
}

@media (max-width: 759.5px) {
    .section-features__title {
        font-size: 2rem
    }
}

.section-features__desc {
    margin: 1rem auto 0;
    max-width: 610px;
    font-size: max(1rem, 14px)
}

.section-features__link {
    margin: 1.5rem auto 0;
    width: max-content;
    max-width: 100%
}

@media (max-width: 759.5px) {
    .section-features__link {
        margin-top: 1rem
    }
}

.section-features__list-wrapper {
    position: relative;
    margin: 2.5rem auto 0;
    width: 100%;
    max-width: 1440px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to left, transparent 10px, rgb(0, 0, 0) 30px, rgb(0, 0, 0) calc(100% - 30px), transparent calc(100% - 10px));
    mask-image: linear-gradient(to left, transparent 10px, rgb(0, 0, 0) 30px, rgb(0, 0, 0) calc(100% - 30px), transparent calc(100% - 10px))
}

@media (max-width: 759.5px) {
    .section-features__list-wrapper {
        -webkit-mask-image: none;
        mask-image: none
    }
}

.section-features__item {
    padding: 1.25rem 1.25rem 1.875rem;
    display: block;
    flex: 0 0 17.5rem;
    max-width: 17.5rem;
    height: auto;
    border-radius: 20px;
    border: 1px solid rgba(var(--color-primary)/10%);
    background-color: #0f1b3180;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.section-features__item-icon {
    width: 2rem;
    aspect-ratio: 1/1
}

.section-features__item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.section-features__item-title,
.section-features__item-desc {
    margin-top: .75rem
}

.section-features__item-title {
    font-size: max(1.5rem, 14px)
}

.section-features__item-desc {
    font-size: max(1rem, 14px);
    opacity: .8
}

.section-token-specifics {
    padding: 5rem 0 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh
}

@media (max-width: 759.5px) {
    .section-token-specifics {
        min-height: auto
    }
}

.section-token-specifics__content {
    display: flex;
    align-items: center
}

.section-token-specifics__header {
    display: flex;
    flex-direction: column;
    max-width: 36.25rem
}

@media (max-width: 1199.5px) {
    .section-token-specifics__header {
        max-width: 23.75rem
    }
}

.section-token-specifics__header-title {
    font-size: max(4rem, 14px);
    margin-bottom: 1rem
}

@media (max-width: 1199.5px) {
    .section-token-specifics__header-title {
        font-size: max(3rem, 14px)
    }
}

@media (max-width: 1199.5px) {
    .section-token-specifics__header-title {
        font-size: max(2rem, 14px)
    }
}

.section-token-specifics__header-desc {
    margin-bottom: 1.5rem;
    color: rgb(var(--color-primary)/80%)
}

@media (max-width: 1199.5px) {
    .section-token-specifics__header-desc {
        font-size: max(.875rem, 14px)
    }
}

.section-token-specifics__header-button {
    width: 13.625rem
}

.section-main-collection {
    padding: 3.125rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden
}

@media (max-width: 1199.5px) {
    .section-main-collection {
        min-height: auto
    }
}

.section-main-collection__content {
    position: relative
}

.section-main-collection__main {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    max-width: 25rem
}

@media (max-width: 1199.5px) {
    .section-main-collection__main {
        position: static;
        translate: none;
        max-width: none
    }
}

.section-main-collection__title {
    font-size: 3rem
}

@media (max-width: 1199.5px) {
    .section-main-collection__title {
        font-size: 2.5rem
    }
}

.section-main-collection__desc {
    margin-top: 1rem;
    font-size: max(1rem, 14px)
}

@media (max-width: 1199.5px) {
    .section-main-collection__desc {
        font-size: max(.875rem, 14px)
    }
}

.section-main-collection__link {
    margin: 1.5rem auto 0;
    width: max-content;
    max-width: 100%
}

@media (max-width: 1199.5px) {
    .section-main-collection__list-wrapper {
        margin-top: 2.5rem
    }
}

@media (max-width: 759.5px) {
    .section-main-collection__list-wrapper {
        margin-top: 2rem
    }
}

.section-main-collection__item {
    perspective: 800px
}

@media (max-width: 1199.5px) {
    .section-main-collection__item {
        flex: 0 0 13.75rem;
        max-width: 13.75rem
    }
}

.section-main-collection__item:last-child {
    z-index: -1
}

.section-main-collection__item-wrapper {
    transform-style: preserve-3d;
    padding: .625rem;
    border: 1px solid rgba(var(--color-primary)/20%);
    border-radius: 20px;
    background-image: linear-gradient(140.5deg, #0f1b3180 2.51%, #2f539780 96.63%)
}

.section-main-collection__item-image {
    aspect-ratio: 260/268
}

.section-main-collection__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.section-main-collection__item-body {
    padding: 1.875rem .375rem 1.5rem
}

@media (max-width: 1199.5px) {
    .section-main-collection__item-body {
        padding: 1rem .375rem .375rem
    }
}

.section-main-collection__item-info {
    font-size: max(1rem, 14px);
    opacity: .6
}

@media (max-width: 1199.5px) {
    .section-main-collection__item-info {
        font-size: max(.875rem, 14px)
    }
}

.section-main-collection__item-title {
    margin-top: .75rem;
    font-size: 2rem
}

@media (max-width: 1199.5px) {
    .section-main-collection__item-title {
        margin-top: .5rem;
        font-size: max(1.5rem, 14px)
    }
}

.section-collection {
    padding: 5rem 0 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh
}

@media (max-width: 759.5px) {
    .section-collection {
        min-height: auto
    }
}

.section-collection__container,
.section-collection__content {
    height: 100%
}

.section-collection__content {
    display: grid;
    grid-template-columns: 50% 50%
}

@media (max-width: 759.5px) {
    .section-collection__content {
        grid-template-columns: 100%
    }
}

.section-collection__main {
    padding: 3.125rem 0;
    align-self: center
}

@media (max-width: 759.5px) {
    .section-collection__main {
        padding: 0
    }
}

.section-collection__title,
.section-collection__desc {
    width: 100%;
    max-width: 480px
}

.section-collection__title {
    font-size: 4rem
}

@media (max-width: 1199.5px) {
    .section-collection__title {
        font-size: 3rem
    }
}

.section-collection__desc {
    margin-top: .875rem;
    font-size: max(1rem, 14px);
    opacity: .8
}

@media (max-width: 1199.5px) {
    .section-collection__desc {
        font-size: max(.875rem, 14px)
    }
}

.section-collection__link {
    margin-top: 1.5rem;
    width: max-content;
    max-width: 100%
}

.section-collection__list-wrapper,
.section-collection__list {
    height: calc(100dvh - 6.25rem)
}

@media (max-width: 759.5px) {
    .section-collection__list-wrapper,
    .section-collection__list {
        height: auto
    }
}

.section-collection__list-wrapper {
    padding-left: 3.125rem;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, transparent 3%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, transparent 97%);
    mask-image: linear-gradient(to bottom, transparent 3%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, transparent 97%)
}

@media (max-width: 759.5px) {
    .section-collection__list-wrapper {
        margin-top: 2.5rem;
        padding-left: 0;
        -webkit-mask-image: linear-gradient(to right, transparent 3%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, transparent 97%);
        mask-image: linear-gradient(to right, transparent 3%, rgb(0, 0, 0) 20%, rgb(0, 0, 0) 80%, transparent 97%)
    }
}

.section-collection__list {
    width: max-content;
    max-width: 100%
}

@media (max-width: 759.5px) {
    .section-collection__list {
        width: 100%
    }
}

.section-collection__item {
    padding: 0 3.75rem;
    flex: 0 0 17.5rem
}

@media (max-width: 1199.5px) {
    .section-collection__item {
        padding: 0 1.875rem;
        flex: 0 0 11.25rem
    }
}

@media (max-width: 759.5px) {
    .section-collection__item {
        padding: 1.875rem 0
    }
}

.section-collection__item-image {
    width: 100%;
    max-width: 17.5rem;
    aspect-ratio: 1/1;
    transition: scale .3s ease
}

.swiper-slide-active .section-collection__item-image {
    scale: 1.4
}

.section-collection__item-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover
}

@media (max-width: 1199.5px) {
    .section-collection__item-image {
        max-width: 11.25rem
    }
    .swiper-slide-active .section-collection__item-image {
        scale: 1.3
    }
}

@media (max-width: 759.5px) {
    .section-collection__item-image {
        max-width: 100%
    }
}

.section-faq .container {
    position: relative
}

.section-faq__content {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 6.25rem 0
}

@media (max-width: 1199.5px) {
    .section-faq__content {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 1.5rem;
        padding: 5rem 0
    }
}

.section-faq__header {
    max-width: 30rem
}

@media (max-width: 1199.5px) {
    .section-faq__header {
        max-width: 38.75rem
    }
}

@media (max-width: 759.5px) {
    .section-faq__header {
        max-width: 100%
    }
}

.section-faq__header-title {
    font-size: max(3.5rem, 14px)
}

@media (max-width: 1199.5px) {
    .section-faq__header-title {
        font-size: max(3rem, 14px)
    }
}

@media (max-width: 759.5px) {
    .section-faq__header-title {
        font-size: max(2.5rem, 14px)
    }
}

.section-faq__list {
    display: flex;
    flex-direction: column;
    gap: .625rem;
    max-width: 36.25rem
}

@media (max-width: 1199.5px) {
    .section-faq__list {
        max-width: 38.75rem
    }
}

@media (max-width: 759.5px) {
    .section-faq__list {
        max-width: 100%
    }
}

.section-faq__item {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #0d192e1a;
    box-shadow: 0 -14px 13.5px #020b1c66;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    padding: .75rem
}

.section-faq__item-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: margin-bottom .2s linear;
    margin-bottom: 0rem
}

.active .section-faq__item-header {
    margin-bottom: .9375rem
}

@media (max-width: 1199.5px) {
    .active .section-faq__item-header {
        margin-bottom: 1.25rem
    }
}

@media (max-width: 759.5px) {
    .active .section-faq__item-header {
        margin-bottom: .75rem
    }
}

.section-faq__item-header * {
    pointer-events: none
}

@media (pointer: coarse) {
    .section-faq__item-header:active {
        filter: brightness(75%)
    }
}

@media not (pointer: coarse),
(hover: hover) and (pointer: fine) {
    .section-faq__item-header:hover,
    .section-faq__item-header:focus {
        filter: brightness(85%)
    }
}

.section-faq__item-number {
    font-size: max(.875rem, 14px);
    padding-top: .1875rem;
    white-space: nowrap;
    margin-right: .75rem
}

.section-faq__item-title {
    font-size: max(1.25rem, 14px);
    max-width: 29.375rem;
    flex-grow: 1;
    transition: all .2s linear;
    padding-bottom: 0rem;
    border-bottom: 0px solid rgba(var(--color-primary)/10%)
}

@media (max-width: 759.5px) {
    .section-faq__item-title {
        max-width: 100%
    }
}

.active .section-faq__item-title {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(var(--color-primary)/10%)
}

@media (max-width: 1199.5px) {
    .active .section-faq__item-title {
        padding-bottom: .9375rem
    }
}

@media (max-width: 759.5px) {
    .active .section-faq__item-title {
        padding-bottom: .75rem
    }
}

.section-faq__item-icon {
    width: 1.25rem;
    height: 1.25rem;
    transition: rotate .3s ease-in-out;
    margin-left: 1.25rem
}

.active .section-faq__item-icon {
    rotate: -45deg
}

.section-faq__item-desc {
    font-size: max(.875rem, 14px);
    max-width: 29.375rem;
    margin: 0 2.5rem 0 2.875rem;
    max-height: 0;
    overflow: hidden;
    letter-spacing: -.28px;
    color: rgba(var(--color-primary)/80%);
    transition: max-height .2s linear
}

@media (max-width: 759.5px) {
    .section-faq__item-desc {
        max-width: 100%;
        font-size: max(.875rem, 14px)
    }
}

.active .section-faq__item-desc {
    transition: max-height .2s linear .2s
}

.section-faq__item-desc a {
    color: rgb(var(--color-secondary))
}