@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter';
    text-decoration: none;
    font-kerning: none;
}

html {
    width: 100%;
    height: 100%;
}

html,
body {
    -webkit-tap-highlight-color: transparent;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background-color: #fefffe;
}

img {
    -webkit-user-drag: none;
}

.landing-page {
    height: calc(100vh - 80px);
    width: 100%;
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.landing-page canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(120px);
}

.landing-page .landing-page-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    width: calc(100% - 72px);
    max-width: 1280px;
    padding-bottom: 40px;
}

.landing-page .landing-page-box .landing-page-box-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 24px;
}

.landing-page .landing-page-box .landing-page-box-sub .landing-page-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    position: relative;
}

.landing-page .landing-page-box .landing-page-box-sub .landing-page-title .landing-page-title-text {
    font-weight: 800;
    font-size: 92px;
    line-height: 100%;
    color: #04080f;
}

.landing-page .landing-page-box .landing-page-box-sub .landing-page-title .landing-page-title-text .special-text {
    opacity: 0.3;
}

.landing-page .landing-page-box .landing-page-box-sub .landing-page-title .landing-page-title-text.absolute-text {
    position: absolute;
    top: 0;
    mix-blend-mode: color-burn;
}

.landing-page .landing-page-box .landing-page-box-sub .landing-page-title .landing-page-title-text.absolute-text .special-text {
    opacity: 1;
}

.landing-page .landing-page-box .landing-page-box-sub .landing-page-title .large-text {
    font-weight: 200;
}

.landing-page .landing-page-box .landing-page-box-sub .landing-page-title p {
    padding-top: 6px;
    font-weight: 300;
}

@media (max-width: 1024px) {
    .landing-page .landing-page-box {
        gap: 36px;
        width: calc(100% - 48px);
    }

    .landing-page .landing-page-box .landing-page-box-sub .landing-page-title .landing-page-title-text {
        font-size: 72px;
    }
}

@media (max-width: 768px) {
    .landing-page .landing-page-box {
        padding-bottom: 20px;
    }

    .landing-page .landing-page-box .landing-page-box-sub .landing-page-title .landing-page-title-text {
        font-size: 44px;
    }

    .landing-page .landing-page-box .landing-page-box-sub .landing-page-title .large-text {
        padding-top: 2px;
        font-size: 28px;
    }

    .landing-page .landing-page-box .landing-page-box-sub .landing-page-title p {
        padding-top: 2px;
        font-size: 14px;
    }
}

.large-text {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: #04080f;
}

h1,
.heading-1 {
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    color: #04080f;
}

.heading-1-bold {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #04080f;
}

h2,
.heading-2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    color: #04080f;
}

.heading-2-bold {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #04080f;
}

h3,
.heading-3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    color: #04080f;
}

.heading-3-bold {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    color: #04080f;
}

h4,
.heading-4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #04080f;
}

.heading-4-bold {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #04080f;
}

.heading-4-list {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #04080f;
}

.heading-4-list-bold {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #04080f;
}

h5,
.heading-5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #04080f;
}

.heading-5-bold {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #04080f;
}

.heading-5-list {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #04080f;
}

.heading-5-list-bold {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #04080f;
}

h6,
.heading-6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #04080f;
}

.heading-6-bold {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #04080f;
}

.heading-6-list {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #04080f;
}

.heading-6-list-bold {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #04080f;
}

p,
li,
.body-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #04080f;
}

.body-text-bold {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #04080f;
}

.list-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #04080f;
}

.list-text-bold {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #04080f;
}

a,
.link-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #6b15e4;


}

a:hover,
.link-text:hover {
    color: #8338ec
}

.normal-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #04080f;
}

.normal-text-bold {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #04080f;
}

.normal-text-list {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #04080f;
}

.normal-text-list-bold {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #04080f;
}

small,
.info-text {
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    color: #bac4ce;
}

.info-text-list {
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    color: #bac4ce;
}

.info-text-list-bold {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #bac4ce;
}

.info-text-bold {
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #bac4ce;
}

.error-text {
    color: #f71735;
}

.disabled-text {
    color: #bac4ce;
}

.success-text {
    color: #32e875;
}

.primary-text {
    color: #6b15e4;
}


.upper-case-text {
    text-transform: uppercase;
}

.center-text {
    text-align: center;
}

.hover-able-text {
    cursor: pointer;

}

@media (max-width: 1024px) {
    .large-text {
        font-size: 38px;
        line-height: 110%;
    }

    h1,
    .heading-1,
    .heading-1-bold {
        font-size: 32px;
        line-height: 110%;
    }

    h2,
    .heading-2,
    .heading-2-bold {
        font-size: 28px;
        line-height: 110%;
        color: #04080f;
    }

    h3,
    .heading-3,
    .heading-3-bold {
        font-size: 24px;
        line-height: 110%;
    }

    h4,
    .heading-4,
    .heading-4-bold,
    .heading-4-list,
    .heading-4-list-bold {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .large-text {
        font-size: 32px;
        line-height: 110%;
    }

    h1,
    .heading-1,
    .heading-1-bold {
        font-size: 28px;
        line-height: 110%;
    }

    h2,
    .heading-2,
    .heading-2-bold {
        font-size: 24px;
        line-height: 110%;
        color: #04080f;
    }

    h3,
    .heading-3,
    .heading-3-bold {
        font-size: 22px;
        line-height: 110%;
    }

    h4,
    .heading-4,
    .heading-4-bold,
    .heading-4-list,
    .heading-4-list-bold {
        font-size: 20px;
    }

    h5,
    .heading-5,
    .heading-5-bold,
    .heading-5-list,
    .heading-5-list-bold {
        font-size: 18px;
    }
}


.cta-button {
    border-radius: 24px;
    box-shadow: 0 2px 50px 0 transparent;
    flex-flow: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 18px 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 240px;
    backdrop-filter: blur(32px);
    cursor: pointer;
    overflow: hidden;
    background-color: #fefffe1a;
    border: 1px solid #6b15e4;
    color: #04080f;

}

.cta-button:hover {
    background-color: #fefffe3a;
    border-color: #8338ec;
}

.special-text {
    background-image: linear-gradient(135deg, #8338ec, #00a6fb 33.3%, #8338ec);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}