@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/inter-tight-v7-latin-200.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/inter-tight-v7-latin-300.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-tight-v7-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/inter-tight-v7-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/inter-tight-v7-latin-600.woff2') format('woff2');
}

body {
    margin: 0;
    font-family: 'Inter Tight';
    font-weight: 400;
    background-color: #070C0E;
    background: #070C0E;
}

h2 {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 45px;
    font-weight: 200;
    line-height: 110%;
}

strong {
    font-weight: 500;
}

a {
    text-decoration: none;
}

p {
    margin-top: 0;
    margin-bottom: 15px;
    color: #7D8B93;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
}

ul {
    list-style: none;
}

.container {
    max-width: 1312px;
    margin: 0 auto;
}

.pc {}

.mob {
    display: none;
}

@media only screen and (max-width: 1413px) {
    .container {
        max-width: unset;
        margin: 0 50px;
    }
}

@media only screen and (max-width: 1200px) {
    h2 {
        margin-bottom: 24px;
        font-size: 32px;
        line-height: 120%;
    }

    p {
        margin-bottom: 12px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: unset;
        margin: 0 20px;
    }

    p {
        font-weight: 300;
    }

    .pc {
        display: none;
    }

    .mob {
        display: block;
    }
}

@media only screen and (max-width: 380px) {
    .container {
        max-width: unset;
        margin: 0 15px;
    }
}



header {
    position: fixed;
    width: 100vw;
    transition: all 0.4s ease-in-out;
    z-index: 999999;
}

.mobile_menu_icon {
    display: none;
}

.header_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0 16px;
    border-bottom: 1px solid rgba(156, 178, 189, 0.30);
}

.logo {
    width: 186px;
    height: 63.347px;
}

.header_mb_container {
    display: flex;
    gap: 40px;
    align-items: center;
}

.header_mb_container .apply-bttn {
    margin: 0;
        padding: 10px 26px;

}

.main-nav ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.topnav a {
    color: rgba(255, 255, 255, 0.70);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0px 8px;
    text-decoration: none;
}

.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.topnav a:hover {
    color: rgba(255, 255, 255, 1);
}

@media (max-width: 1024px) {
    .main-nav {
        display: none;
    }

    .mobile_menu_icon {
        display: flex;
    }

    .header_mb_container .apply-bttn {
        display: none;
    }

    .header_container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0 10px;
    }

    header .apply-bttn {
        width: 100%;
        text-align: center;
        margin-top: 55px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #myLinks {
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 100vw;
        transition: all 0.5s;
        transition-timing-function: ease-in-out;
        opacity: 0;
        z-index: 9999999;
        background: #070C0E;
        padding: 10px 20px;
        overflow: hidden;
    }

    .m_menu_top_row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10vh;
    }

    .topnav a {
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        padding: 0;
    }


    .mobile-container {
        max-width: 480px;
        margin: auto;
        background-color: #555;
        height: 500px;
        color: white;
        border-radius: 10px;
    }

    .topnav {
        position: relative;
    }

    .topnav #myLinks {
        display: none;
    }


    header ul {
        margin: 0;
        padding: 0;
    }

    header li {
        margin: 0;
        padding: 4vh 0;
        border-bottom: 1px solid rgba(156, 178, 189, 0.30);
    }

    .logo,
    .logo svg {
        height: 40px;
        width: auto;
    }

    .topnav a:hover {
        color: rgba(255, 255, 255, 0.70);
    }
}

@media (max-width: 768px) {
    .main-nav {
        display: none;
    }

    .mobile-menu-icon {
        display: block;
    }
}



.site {
    overflow: hidden;
    max-width: 100vw;
}

.wpcf7-not-valid-tip {
    margin-top: -20px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    margin: 0em 0em 1em;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 60px 0 75px;
}

.hero-content-left {
    max-width: 647px;
}

.hero-content-left h1 {
    font-size: 117px;
    font-weight: 500;
    line-height: 126.49px;
    margin: 0;
}

.hero img {
    max-height: calc(100vh - 389px);
    width: 100vw;
    opacity: 0;
    transition: opacity 3s ease-in;
}

.hero img.loaded {
    opacity: 1;
}

.hero-content-left h1 strong {
    font-weight: 500;
}

.hero-content-right {
    max-width: 496px;
    padding-top: 20px;
}

.hero-content-right p {
    font-weight: 400;
    font-size: 18px;
}

.hero-content-left {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.hero-content-left.show {
    opacity: 1;
    transform: translateX(0);
}

.hero-content-right {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.hero-content-right.show {
    opacity: 1;
    transform: translateX(0);
}

.hero-content .apply-bttn {
    padding: 15px 26px;
    margin-top: 10px;
}

.hero-content .apply-bttn span {
    font-size: 18px;
}

.apply-bttn {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(40px);
    padding: 10px 26px;
    display: inline-block;
    transition: background 0.3s;
    margin-top: 40px;
    cursor: pointer;
    background: transparent;
}

.apply-bttn span {
    color: #EAECE2;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.apply-bttn svg {
    margin-left: 10px;
}

.apply-bttn:hover {
    background: radial-gradient(50% 50% at 50% 50%, #315264 0%, rgba(12, 21, 25, 0.00) 100%);
}

@media only screen and (max-width: 1300px) {
    .hero-content-left h1 {
        font-size: 80px;
    }
}

@media only screen and (max-width: 1100px) {
    .hero-content-left h1 {
        font-size: 80px;
        line-height: 1;
        margin: 20px 0;
    }

    .hero-content-right p {
        font-size: 16px;
    }

    .hero-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 20px;
        padding: 0 0 5px;
        margin-top: -60px;
    }

    .apply-bttn {
        padding: 9px 26px;
    }

    .hero-content-right {
        padding-top: 0;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
}

    @media only screen and (max-width: 1024px) {
        .apply-bttn:hover {
            background: unset;
        }
    }

    @media only screen and (max-width: 768px) {
        .hero {
            min-height: 90vh;
        }

        .hero-content {
            max-height: 400px;
        }

        .hero-content-left h1 {
            font-size: 60px;
            font-weight: 200;
            margin: 0;
        }

        .hero img {
            min-height: 300px;
            max-height: 90vw;
            width: 100vw;
        }
    }


    .logos-container {
        border-top: 1px solid rgba(156, 178, 189, 0.30);
        border-bottom: 1px solid rgba(156, 178, 189, 0.30);
        mask-image: linear-gradient(to right,
            hsl(0 0% 0% / 0),
            hsl(0 0% 0% / 1) 15%,
            hsl(0 0% 0% / 1) 85%,
            hsl(0 0% 0% / 0));
        padding: 50px 0 !important;
    }

    .logos-container div {
        opacity: 1;
    }

    .second_logos_section .container {
        overflow: hidden;
    }

    .logos-wrapper {
        display: flex;
        overflow: hidden;
        white-space: nowrap;
    }

    .animated {
        display: inline-block;
        padding: 0 40px;
    }

    .marquee {
        display: flex;
        align-items: center;
        gap: 12vw;
        animation: marquee 35s linear infinite;
    }

    .marquee div {
        max-width: 228px;
        height: auto;
        margin-right: 20px;
        object-fit: cover;
    }

    @keyframes marquee {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    @media only screen and (max-width: 1413px) {
        .logos-container {
            padding: 40px 0 !important;
        }
    }

    @media only screen and (max-width: 1100px) {
        .marquee {
            display: flex;
            gap: 70px;
            animation: marquee 30s linear infinite;
        }

        .marquee div {
            max-width: 158px;
        }

        .logos-container {
            border-top: 1px solid rgba(156, 178, 189, 0.30);
            border-bottom: 1px solid rgba(156, 178, 189, 0.30);
            mask-image: linear-gradient(to right,
                hsl(0 0% 0% / 0),
                hsl(0 0% 0% / 1) 5%,
                hsl(0 0% 0% / 1) 95%,
                hsl(0 0% 0% / 0));
        }
    }

    @media only screen and (max-width: 768px) {
        .second_logos_section {
            margin-top: 5px;
        }

        .logos-container {
            justify-content: space-between;
            overflow-x: scroll;
            gap: 40px;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        .logos-container ::-webkit-scrollbar {
            display: none;
        }

        .logos-container svg {
            max-width: 150px;
        }

        .marquee {
            display: flex;
            align-items: center;
            gap: 8vw;
            animation: marquee 35s linear infinite;
        }
    }

    @media only screen and (max-width: 380px) {
        .logos-container svg {
            max-width: 120px;
        }
    }


    .business_concept_section {
        padding: 130px 0 180px;
        position: relative;
    }

    .business_glow {
        background: radial-gradient(50% 50% at 50% 50%, rgba(126, 158, 175, 0.30) 0%, rgba(0, 1, 2, 0.00) 100%);
        filter: blur(115.45166015625px);
        left: 0;
        top: -330px;
        width: 516.659px;
        height: 1445.987px;
        transform: rotate(105.842deg);
    }
    .network_glow {
        background: radial-gradient(50% 50% at 50% 50%, #315264 0%, rgba(0, 1, 2, 0.00) 100%);
        filter: blur(135px);
        left: 60vw;
        top: 130px;
        width: 60vw;
        height: 25vw;
        transform: rotate(172.78deg);
    }
    .exclusive_glow {
        background: radial-gradient(50% 50% at 50% 50%, #315264 0%, rgba(0, 1, 2, 0.00) 100%);
        filter: blur(165px);
        left: -10vw;
        top: 200px;
        width: 65vw;
        height: 20vw;
        transform: rotate(10.78deg);
    }
    .founders_glow {
        background: radial-gradient(50% 50% at 50% 50%, #315264 0%, rgba(0, 1, 2, 0.00) 100%);
        filter: blur(235px);
        left: -10vw;
        top: 170px;
        width: 120vw;
        height: 22vw;
        transform: rotate(330.62deg);
    }
    .values_glow {
        background: radial-gradient(50% 50% at 50% 50%, #315264 0%, rgba(0, 1, 2, 0.00) 100%);
        filter: blur(175px);
        left: -42vw;
        top: 0px;
        width: 110vw;
        height: 25vw;
        transform: rotate(360.62deg);
    }
    .stories_glow {
        background: radial-gradient(50% 50% at 50% 50%, #315264 0%, rgba(0, 1, 2, 0.00) 100%);
        filter: blur(235px);
        left: -10vw;
        top: 170px;
        width: 120vw;
        height: 22vw;
        transform: rotate(330.62deg);
    }
    .contact_form_glow {
        background: radial-gradient(50% 50% at 50% 50%, #315264 0%, rgba(0, 1, 2, 0.00) 100%);
        filter: blur(135px);
        left: 30vw;
        top: 80px;
        width: 40vw;
        height: 10vw;
    }

    .glow {
        position: absolute;
        z-index: -99;
    }

    .business-container {
        display: flex;
        justify-content: space-between;
        gap: 32px;
        padding: 20px 0;
    }

    .concept-card {
        padding: 37px 32px 10px;
        height: 357px;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: end;
    }

    .concept-card p {
        transition: 0.6s height;
        height: 0;
        overflow: hidden;
    }

    .concept-card:hover p {
        height: 75px;
    }

    .concept-card h3 {
        max-width: 264px;
        font-size: 32px;
        line-height: 110%;
        margin-bottom: 16px;
        font-weight: 200;
    }

    @media only screen and (max-width: 1413px) {
        .concept-card {
            padding: 37px 32px 50px;
        }
    }

    @media only screen and (max-width: 1200px) {
        .business-container {
            flex-wrap: wrap;
            justify-content: flex-start;
            padding: 10px 0 0 0;
        }

        .concept-card {
            max-width: 400px;
        }

        .concept-card p {
            height: unset;
        }

        .concept-card:hover p {
            height: unset;
        }

    }

    @media only screen and (max-width: 768px) {
        .business_concept_section {
            padding: 80px 0 80px;
        }

        .business_concept_section h2 {
            text-align: center;
        }

        .business-container {
            flex-direction: column;
            justify-content: unset;
            gap: 32px;

        }

        .concept-card {
            max-width: 100vw;
            padding: 20px 32px 20px;
            height: 79vw;

        }
    }



    .grow_your_business_section {
        position: relative;
    }

    .grow-title-container {
        padding-top: 32px;
        border-top: 1px solid rgba(156, 178, 189, 0.30);
        display: flex;
        justify-content: space-between;
    }

    .grow-title-container span {
        color: rgba(156, 178, 189, 0.70);
        font-size: 22px;
        font-weight: 400;
        line-height: 150%;
    }

    .grow_glow {
        border-radius: 1457px;
        background: radial-gradient(50% 50% at 50% 50%, #315264ad 0%, rgba(0, 1, 2, 0.00) 100%);
        filter: blur(115.45166015625px);
        width: 1457px;
        height: 427px;
        left: 7vw;
        top: 450px;
    }

    .grow-сontent {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 200px;
        border-bottom: 1px solid rgba(156, 178, 189, 0.30);
    }

    .grow-left,
    .grow-right {
        width: 50%;
    }

    .grow-right {
        margin: 0;
        padding: 0;
        max-width: 500px;
    }

    .grow-right li {
        border-bottom: 1px solid rgba(156, 178, 189, 0.30);
        padding: 28px 24px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .grow-right li {
        opacity: 0;
        transform: translateX(100px);
        transition: opacity .8s ease, transform .8s ease;
        transition-delay: 250ms;
    }

    .grow-right li.show {
        opacity: 1;
        transform: translateX(0);
    }

    .grow-right li span {
        width: calc(100% - 34px);
        font-size: 16px;
        font-weight: 300;
        line-height: 130%;
    }

    @media only screen and (max-width: 1200px) {
        .grow-сontent {
            flex-direction: column;
            gap: 0;
            align-items: flex-start;
            padding-bottom: 120px;
        }

        .grow-left {
            width: unset;
        }

        .grow-right {
            width: unset;
        }

        .grow-right li {
            padding: 28px 12px;
        }

    }

    @media only screen and (max-width: 768px) {
        .grow-title-container {
            flex-direction: column-reverse;
            align-items: flex-start;
            padding-top: 12px;
        }

        .grow-title-container span {
            font-size: 12px;
            font-weight: 400;
            margin-bottom: 32px;
        }

        .founders_title_container {
            padding: 12px 0 20px;
        }

        .grow-right li span {
            font-size: 14px;
        }
    }


        .benefits_section {
            margin-top: 35px;

        }

        .benefits_container {
            display: flex;
            justify-content: space-between;
            padding: 32px 0 60px;
            border-bottom: 1px solid rgba(156, 178, 189, 0.30);
        }

        .benefits_title_container {
            display: flex;
            justify-content: space-between;
        }

        .benefits_title_container h2 {
            margin-bottom: 60px;
        }

        .benefits_title_container span {
            color: rgba(156, 178, 189, 0.70);
            font-size: 22px;
            font-weight: 400;
            line-height: 150%;
        }

        .benefits_left {
            width: 50%;
            max-width: 600px;
            display: flex;
            gap: 88px;
        }

        .benefits_lines > div {
            border-left: 1px solid #9CB2BD4D;
        }

        .benefits_lines > div.active {
            border-left: 1px solid #fff;
        }

        .benefits_lines div {
            width: 1px;
            height: 120px;
        }

        .benefits_content {
            height: 350px;
            overflow: hidden;
        }

        .benefits_content > div {
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            opacity: 0;
            transition: opacity 1.5s;
            transition-delay: 100ms;
            height: 350px;
            display: none;
        }

        .benefits_content > div.active {
            display: flex;
        }

        .benefits_content h3 {
            font-size: 32px;
            font-style: normal;
            font-weight: 500;
            line-height: 110%;
            margin: 0;
            margin-bottom: 20px;
        }

        .benefits_right {
            width: 50%;
            max-width: 600px;
            padding-top: 50px;
        }

        .benefits_images {
            position: relative;
        }

        .benefits_images div {
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            left: 0;
            border-radius: 50%;
            border: 1px dashed #242f35;
            width: 230px;
            height: 230px;
            flex-shrink: 0;
            aspect-ratio: 1/1;
            z-index: 1;
            cursor: pointer;
        }

        .benefits_images div img {
            width: 30px;
            height: 30px;
        }

        .benefits_left .apply-bttn {
            margin-top: 12px;
        }

        .benefits_images div:nth-child(1) {
        }

        .benefits_images div:nth-child(2) {
            left: 190px;
        }

        .benefits_images div:nth-child(3) {
            left: 380px;
        }

        .benefits_images div.active {
            background: linear-gradient(1deg, rgba(12, 21, 25, .4) 0.78%, rgba(61, 107, 127, .4) 99.22%);
            z-index: 2;
        }

                .benefits_images div img {
            opacity: .3;
        }

        .benefits_images div.active img {
            opacity: 1;
        }

        @media only screen and (max-width: 1200px) {
            .benefits_title_container h2 {
                margin-bottom: 40px;
            }

            .benefits_container {
                flex-direction: column;
                gap: 0;
                align-items: flex-start;
                padding: 0;
            }

            .benefits_images {
                width: calc(100vw - 50%);
                height: 210px;
                overflow: hidden;
            }

            .benefits_images div {
                width: 35vw;
                height: 35vw;
            }

            .benefits_left,
            .benefits_right {
                width: unset;
            }

            .benefits_left {
                gap: 28px;
            }

            .benefits_content h3 {
                font-size: 24px;
                font-weight: 200;
            }

            .benefits_images div:nth-child(1) {
            }

            .benefits_images div:nth-child(2) {
                left: 30%;
            }

            .benefits_images div:nth-child(3) {
                left: 60%;
            }
        }

        @media only screen and (max-width: 768px) {
            .benefits_section {
                margin-top: 0;
            }

            .benefits_container {
                border-bottom: unset;
            }

            .benefits_title_container {
                flex-direction: column-reverse;
                align-items: flex-start;
                padding-top: 12px;
            }

            .benefits_title_container span {
                font-size: 12px;
                font-weight: 400;
                margin-bottom: 32px;
            }

            .benefits_content > div {
                height: 297px;
            }

            .benefits_content {
                height: 295px;
            }

            .benefits_lines div {
                width: 1px;
                height: 99px;
            }
        }



        .our_network_section {
            padding: 80px 0 40px;
            position: relative;
        }

        .network-сontent {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .network-left {
            width: 45%;
        }

        .network-left img {
            max-height: 550px;
        }

        .network-right {
            width: 52%;
            padding-right: calc((100vw - 1312px) / 2);
        }

        @media only screen and (max-width: 1413px) {
            .network-right {
                padding-right: 50px;
            }
        }

        @media only screen and (max-width: 1200px) {
            .network-right {
                padding: 0 50px;
                width: 100%;
            }

            .network-сontent {
                flex-direction: column-reverse;
                justify-content: unset;
                align-items: unset;
                gap: 90px;
            }
        }

        @media only screen and (max-width: 768px) {
            .network-right {
                padding: 0 20px;

            }

            .network-left {
                width: calc(100% - 20px);
            }
        }

        @media only screen and (max-width: 380px) {
            .network-right {
                padding: 0 20px;
            }
        }




        .exclusive_investment_section {
            padding: 140px 0 160px;
            position: relative;
        }

        .investment_container {
            max-width: unset;
            margin-right: 0;
            margin-left: calc((100vw - 1312px) / 2);
            display: flex;
            justify-content: space-between;
        }

        .investment_right {
            width: 50%;
            max-width: 600px;
        }

        .investment_right img.show {
            opacity: 1;
        }

        .investment_right img {
            opacity: 0;
            transition: opacity 5s;
            transition-delay: 50ms;
        }

        .investment_left {
            width: 50%;
            max-width: 710px;
        }

        .investment_left ul {
            margin: 0;
            padding: 0;
            max-width: 710px;
            margin-bottom: 24px;
        }

        .investment_left li {
            border-bottom: 1px solid rgba(156, 178, 189, 0.30);
            padding: 28px 24px;
            display: inline-flex;
            gap: 10px;
            align-items: center;
            width: 100%;
        }

        .investment_left li {
            opacity: 0;
            transform: translateX(100px);
            transition: opacity .8s ease, transform .8s ease;
            transition-delay: 250ms;
        }

        .investment_left li.show {
            opacity: 1;
            transform: translateX(0);
        }

        .upper-apply-text {
            margin: 0;
        }

        .investment_left li:first-child {
            padding: 17px 24px 28px;
        }

        .investment_left li span {
            width: calc(100% - 34px);
            font-size: 16px;
            font-weight: 300;
            line-height: 130%;
        }

        @media only screen and (max-width: 1413px) {
            .investment_container {
                margin-left: 50px;
            }
        }

        @media only screen and (max-width: 1200px) {
            .exclusive_investment_section {
                padding: 80px 0 80px;
            }

            .investment_container {
                flex-direction: column;
                gap: 0;
            }

            .investment_left,
            .investment_right {
                width: unset;
            }

            .investment_left {
                max-width: 910px;
            }

            .investment_left li {
                padding: 28px 12px;
            }

            .investment_left li:first-child {
                padding: 8px 12px 28px;
            }

            .investment_left ul {
                margin-top: 24px;
            }

        }

        @media only screen and (max-width: 768px) {
            .investment_left li span {
                font-size: 14px;
            }

            .investment_container {
                max-width: unset;
                margin: 0 20px;
            }
        }

        .founders_section {
            position: relative;
        }

        .founders_title_row {
            display: flex;
            justify-content: space-between;
        }

        .founders_subtitle {
            display: flex;
            justify-content: end;
            color: rgba(156, 178, 189, 0.70);
            font-size: 22px;
            line-height: 150%;
        }

        .founders_title_container {
            padding: 32px 0 24px;
            border-top: 1px solid rgba(156, 178, 189, 0.30);
        }

        .founders_title_container h2 {
            margin-bottom: 0;
        }

        .founders_container {
            display: flex;
            justify-content: space-between;
            padding-bottom: 200px;
        }

        .founders_left {
            width: 50%;
            max-width: 447px;
        }

        .founders_left h2 {
            margin-top: 0;
        }

        .founders_left p strong {
            color: #A5B3BB;
            font-weight: 500;
        }

        .founders_right {
            width: 50%;
            max-width: 700px;
        }

        .founder_item {
            padding: 60px 0;
            display: flex;
            gap: 48px;
            border-bottom: 1px solid rgba(156, 178, 189, 0.30);
        }
        
        .founder_item:last-child {
        	padding: 60px 0 0;
            border-bottom: unset;
        }

        .founder_item img {
           max-width: 160px;       
        }

        .founder_content h3 {
            margin: 0px 0 16px;
            font-size: 28px;
            font-weight: 500;
            line-height: 120%;
        }

        .founder_content p {
            margin: 0;
        }

        @media only screen and (max-width: 1413px) {
            .founders_right {
                max-width: 650px;
            }
        }

        @media only screen and (max-width: 1200px) {
            .founders_right {
                max-width: 650px;
            }

            .founders_container {
                flex-direction: column;
                gap: 60px;
            }

            .founders_left p {
                margin-bottom: 0;
            }

            .founders_left,
            .founders_right {
                width: unset;
            }

            .benefits_images {
                width: calc(100vw - 100px);
                overflow: hidden;
            }

        }

        @media only screen and (max-width: 768px) {
            .founders_title_container {
                padding: 12px 0 20px;
            }

            .founders_subtitle {
                font-size: 12px;
                font-weight: 400;
                margin-bottom: 32px;
            }

            .founders_container {
                padding-bottom: 120px;
            }

            .founders_title_row {
                flex-direction: column-reverse;
                align-items: flex-start;
            }

            .founder_item {
                flex-direction: column;
                gap: 24px;
            }

            .founder_item:first-child {
                gap: 24px;
            }

            .founder_item img {
                width: 160px;
            }

            .founder_content h3 {
                margin: 0px 0 12px;
                font-size: 24px;
            }

            .benefits_images {
                width: calc(100vw - 40px);
                overflow: hidden;
            }
        }


.values_section {
    position: relative;
}
        .values_container {
            border-top: 1px solid rgba(156, 178, 189, 0.30);
            padding: 32px 0 120px;
        }

        .values_subtitle {
            display: flex;
            justify-content: end;
            color: rgba(156, 178, 189, 0.70);
            font-size: 22px;
            line-height: 150%;
        }

        .values_title_row {
            display: flex;
            justify-content: space-between;
        }

        .values_content {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
        }

        .values_section h2 {
            margin-top: 0;
        }

        .values_item:last-child {
            border-bottom: none;
        }

        .values_item {
            padding: 60px 0;
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid rgba(156, 178, 189, 0.30);
            align-items: center;
        }

        .values_item_n {
            color: #7D8B93;
            line-height: 115%;
            width: 39px;
            font-size: 32px;
            font-weight: 200;
        }

        .values_item_h {
            font-size: 32px;
            font-weight: 200;
            line-height: 115%;
            width: 500px;
        }

        .values_item div p {
            color: #fff;
            font-size: 32px;
            font-style: normal;
            font-weight: 200;
        }

        .values_item p {
            max-width: 510px;
            margin-bottom: 0;
        }

        @media only screen and (max-width: 1200px) {
            .values_item_n {
                color: #7D8B93;
                margin-right: 20px;
            }
        }

        @media only screen and (max-width: 1000px) {
            .values_item {
                padding: 48px 0 60px;
                flex-direction: column;
                align-items: flex-start;
                gap: 24px;
            }

            .values_item_h {
                width: unset;
            }
        }

        @media only screen and (max-width: 768px) {
            .values_container {
                padding: 12px 0 80px;
            }

            .values_section h2 {
                margin-bottom: 0;
            }

            .values_title_row {
                flex-direction: column-reverse;
                align-items: flex-start;
            }

            .values_item div p {
                font-size: 24px;
                line-height: 115%;
            }
        }





        .stories_section {
            padding: 32px 0 150px;
            position: relative;
        }

        .stories_title_container {
            display: flex;
            justify-content: space-between;
            margin-bottom: 90px;
        }

        .stories_title_container h2 {
            margin: 0;
            max-width: 824px;
        }

        .stories_content {
            padding: 20px 0;
        }

        .story_item {
            display: flex;
            justify-content: space-between;
        }

        .stories_left {
            width: 50%;
            max-width: 492px;
        }

        .stories_title_container > span {
            display: none;
        }

        .stories_video_card {
            width: 100%;
            max-height: 325px;
            background-size: cover;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: end;
            padding: 24px;
            border-radius: 15px;
        }

        .stories_video_card div {
            align-self: end;
            cursor: pointer;
        }

        .stories_video_card span {
            color: #FFF;
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 150%;
            margin-top: 175px;
        }

        .stories_video_card p {
            color: #7D8B93;
        }

        .stories_logo_company {
            max-width: 200px;
            max-height: 70px;
            margin-top: 24px;
        }

        .company_description_ {
            margin-bottom: 0;
        }

        .arrow-pane {
            display: flex;
            justify-content: end;
            gap: 10px;
            position: relative;
            top: -40px;
            z-index: 1;
        }

        .arrow-pane svg:hover {
            cursor: pointer;
        }

        .arrow-pane svg:hover path {
            stroke: #fff;
        }

        .stories_right {
            width: 50%;
            max-width: 700px;
        }

        .stories_problem_and_solution {
            display: flex;
            flex-direction: column;
            gap: 16px;
            padding: 45px 0;
        }

        .stories_problem_and_solution div {
            display: flex;
            align-items: center;
            gap: 16px;
            font-size: 22px;
            font-weight: 500;
            line-height: 115%;
        }

        .stories_problem_and_solution:first-child {
            border-bottom: 1px solid rgba(156, 178, 189, 0.30);
            padding-top: 0;
        }

        .stories_clients {
            display: none;
        }

        @media only screen and (max-width: 1200px) {
            .stories_section {
                padding: 12px 0 0px;
            }

            .story_item {
                flex-direction: column;
                gap: 60px;
            }

            .stories_left,
            .stories_right {
                width: unset;
            }

            .stories_clients {
                display: block;
                color: rgba(156, 178, 189, 0.70);
                font-size: 12px;
                line-height: 150%;
                margin-bottom: 32px;
            }

            .stories_title_container {
                margin-bottom: 30px;
            }

            .stories_title_container .apply-bttn {
                display: none;
            }
        }

        @media only screen and (max-width: 768px) {
            .stories_title_container {
                flex-direction: column-reverse;
                align-items: flex-start;
            }

            .story_item {
                gap: 40px;
            }

            .stories_problem_and_solution {
                padding: 35px 0;
            }
        }



        .contact_form_section {
            padding: 32px 0 130px;
            position: relative;
        }

        .contact_container {
            display: flex;
            justify-content: space-between;
            border-radius: 20px;
            background: rgba(126, 158, 175, 0.10);
            backdrop-filter: blur(35px);
            padding: 60px 90px 40px;
            align-items: center;
        }

        .contact_left {
            width: 50%;
            max-width: 447px;
        }

        input,
        textarea {
            background: transparent;
            border: none;
            border-bottom: 1px solid rgba(156, 178, 189, 0.30);
            margin-bottom: 32px;
            padding: 20px 0;
            outline: none;
        }

        textarea {
            height: 123px;
            width: 100%;
        }

        input::placeholder,
        textarea::placeholder {
            color: #7D8B93;
            font-family: "Inter Tight";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 110%;
        }

        input[type="submit"] {
            display: flex;
            height: 44px;
            padding: 10px 26px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.50);
            backdrop-filter: blur(40px);
            color: #EAECE2;
            text-align: center;
            font-size: 16px;
            font-weight: 600;
            line-height: 150%;
            margin-bottom: 5px;
            margin-left: auto;
            cursor: pointer;
        }

        .contact_email {
            display: inline-flex;
            align-items: center;
            color: #7D8B93;
            font-size: 18px;
            font-weight: 400;
            line-height: 150%;
            gap: 12px;
            margin-bottom: 28px;
        }

        .contact_email:hover {
            color: white;
        }

        .form_row {
            display: flex;
            gap: 24px;
            width: 100%;
        }

        .form_row p {
            flex: 1;
            margin: 0;
        }

        .form_row p {

            display: flex;
            justify-content: space-between;
        }

        .form_row input {
            width: 251px;
        }

        .mymailinput {
            width: 100%;
        }

        .contact_left h2 {
            margin-top: 0;
        }

        .contact_left p strong {
            color: #A5B3BB;
            font-weight: 500;
        }

        .contact_right {
            width: 50%;
            max-width: 526px;
        }

        .contact-social {
            display: flex;
            gap: 15px;
        }

        .contact-social a {
            text-decoration: none;
            opacity: 1;
            transition: opacity 0.3s;
        }

        .contact-social a:hover {
            opacity: 0.8;
        }

        @media only screen and (max-width: 1300px) {
            .contact_container {
                flex-direction: column;
                justify-content: space-between;
                border-radius: 20px;
                background: rgba(126, 158, 175, 0.10);
                backdrop-filter: blur(35px);
                padding: 60px 90px 40px;
            }

            .contact_left,
            .contact_right {
                width: unset;
                max-width: unset;
            }

            .contact-social {
                margin-bottom: 40px;
            }
        }

        @media only screen and (max-width: 768px) {
            .contact_form_section {
                padding: 0px 0 100px;
            }
            .contact_container {
                padding: 48px 40px 5px;
                align-items: flex-start;
            }

            .contact_left,
            .contact_right {
                width: 100%;
            }

            .form_row p {
                flex-direction: column;
            }

            .form_row br {
                display: none
            }

            .form_row input {
                width: 100%;
            }

            .contact_email {
                font-size: 16px;
            }

            input,
            textarea {
                background: transparent;
                border: none;
                border-bottom: 1px solid rgba(156, 178, 189, 0.30);
                margin-bottom: 32px;
                border-radius: unset;
            }

            textarea {
                margin-bottom: 12px;
                height: 116px;
            }

            .contact-social a:hover {
                opacity: 1;
            }
        }

        @media only screen and (max-width: 500px) {
            input[type="submit"] {
                width: 100%;
            }
        }

        @media only screen and (max-width: 380px) {
            .contact_container {
                padding: 30px 20px;
                align-items: flex-start;
            }
        }



.apply-now-section {
    position: relative;
}
        .apply-now-сontent-container {
            width: 100vw;
            height: 700px;
            position: relative;
            padding-bottom: 200px;
        }

        .apply-now-сontent h2 {
            font-size: 52px;
            line-height: 110%;
            text-align: center;
            margin-bottom: 24px;
            max-width: 912px;
        }

        .apply-now-сontent p {
            max-width: 778px;
            text-align: center;
            margin-bottom: 0;
        }

        .apply-now-сontent {
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .apply-now-bg-container {
            background-repeat: no-repeat;
            background-size: contain;
            background-position-y: bottom;
            background-position-x: center; 
            position: absolute;
            z-index: -1;
            top: 0px;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .apply_container {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        @media only screen and (max-width: 1200px) {
            .apply_container {
                margin: 0 50px;
            }

            .apply-now-сontent h2 {
                font-size: 32px;
                margin-bottom: 24px;
            }

            .apply-now-сontent .apply-bttn {
                margin-top: 40px;
            }
        }

        @media only screen and (max-width: 768px) {
            .apply_container {
                margin: 0 20px;
            }

            .apply-now-сontent-container {
                height: 550px;
            }
        }




        footer {
            border-top: 1px solid rgba(156, 178, 189, 0.30);
        }

        .footer-row1 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .footer-row1 ul {
            display: inline-flex;
            list-style: none;
            gap: 24px;
            margin: 0;
            padding: 0;
        }

        .footer-mob {
            display: none;
        }

        .footer-row1 li {
        }

        .footer-row1 a {
            color: #7D8B93;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            text-decoration: none;
            transition: opacity 0.3s;
            opacity: 1;
        }

        .footer-row1 a:hover {
            opacity: 0.8;
        }

        .footer-row2 {
            border-top: 1px solid rgba(156, 178, 189, 0.30);
            display: flex;
            justify-content: space-between;
            padding: 12px 0;
            align-items: center;
        }

        .footer-row2 p {
            color: rgba(125, 139, 147, 0.70);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            margin: 0;
        }

        .footer-row2 .footer-social {
            display: flex;
            gap: 15px;
        }

        .footer-row2 a {
            text-decoration: none;
            transition: opacity 0.3s;
        }

        .footer-row2 a:hover {
            opacity: 0.8;
        }


        @media only screen and (max-width: 1000px) {
            .footer-row2 {
                padding: 40px 0 20px;
                flex-direction: column-reverse;
                gap: 20px;
            }

            .footer-menu-pc {
                display: none;
            }

            .footer-row1 {
                padding-top: 40px;
                padding-bottom: 0px;
            }

            .footer-mob {
                display: flex;
                justify-content: center;
                padding-top: 40px;
                padding-bottom: 16px;
            }

            .footer-row1 a:hover {
                opacity: unset;
            }

            .footer-row2 a:hover {
                opacity: unset;
            }

        }

        @media only screen and (max-width: 768px) {
            .footer-row1 svg {
                max-width: 130px;
            }

            .footer-row1 a {

                font-size: 14px;
            }

            .footer-row1 ul {
                gap: 9px;
            }

            footer .apply-bttn {
                margin: 0;
            }

            footer .apply-bttn svg {
                display: none;
            }

            .footer-row2 p {
                font-size: 14px;
            }
        }

        @media only screen and (max-width: 390px) {
            .footer-row1 a {

                font-size: 13px;
            }

            .footer-row1 ul {
                gap: 8px;
            }
        }

        .modal {
            display: none;
            position: fixed;
            z-index: 999999;
            top: 0;
            width: 100vw;
            height: 100vh;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
        }

        video {
            width: 100%;
        }

        #video_link {
            border-radius: 10px;
        }

        .modal-content {
            margin: 10% auto;
            padding-top: 0px;
            width: 80%;
            max-width: 800px;
        }

        .close {
            color: #fff;
            float: right;
            font-size: 40px;
            font-weight: bold;
        }

        .close:hover,
        .close:focus {
            color: #ccc;
            text-decoration: none;
            cursor: pointer;
        }

        @media only screen and (max-width: 1024px) {
            .modal-content {
                width: calc(100vw - 20px);
                margin: 15% auto;
                margin-top: 25vh;
            }

            .close {
                line-height: 1.2;
            }

            .close:hover,
            .close:focus {
                color: #fff;
            }
        }


        .glow {
            position: absolute;
            z-index: -99;
        }

        .text_section {
            overflow-x: hidden;
            max-width: 100vw;
            position: relative;
            padding-top: 220px;
        }

        .text_section h1 {
            font-size: 45px;
            font-weight: 500;
            line-height: 69px;
            margin: 0;
            margin-bottom: 80px;
        }

        .text_section h2 {
            font-size: 32px;
            font-weight: 300;
            line-height: 2;
            margin: 0;
        }

        .text_section p {
            font-size: 16px;
            font-weight: 300;
            line-height: 150%;
            color: #7D8B93;
        }

        .text_section_content {
            margin-bottom: 80px;
        }

        .page_glow1 {
            border-radius: 757px;
            background: radial-gradient(50% 50% at 50% 50%, #315264ad 0%, rgba(0, 1, 2, 0.00) 100%);
            filter: blur(115.45166015625px);
            width: 807px;
            height: 327px;
            left: 25vw;
            top: 100px;
        }

        .page_glow2 {
            border-radius: 1457px;
            background: radial-gradient(50% 50% at 50% 50%, #315264ad 0%, rgba(0, 1, 2, 0.00) 100%);
            filter: blur(115.45166015625px);
            width: 757px;
            height: 227px;
            left: 60vw;
            top: 25%;
        }

        .page_glow3 {
            border-radius: 1457px;
            background: radial-gradient(50% 50% at 50% 50%, #315264ad 0%, rgba(0, 1, 2, 0.00) 100%);
            filter: blur(115.45166015625px);
            width: 1457px;
            height: 427px;
            left: 20vw;
            top: 45%;
        }

        .page_glow4 {
            border-radius: 1457px;
            background: radial-gradient(50% 50% at 50% 50%, #315264ad 0%, rgba(0, 1, 2, 0.00) 100%);
            filter: blur(115.45166015625px);
            width: 1057px;
            height: 427px;
            left: 0vw;
            top: 80%;
        }

        @media only screen and (max-width: 768px) {
            .text_section {
                padding-top: 150px;
            }

            .text_section h1 {
                font-size: 32px;
                line-height: 44px;
                margin-bottom: 40px;
            }

            .text_section h2 {
                font-size: 23px;
                line-height: 36px;
                margin-bottom: 5px
            }

            .text_section p {
            }

            .text_section_content {
                margin-bottom: 40px;
            }

            .page_glow1 {
                width: 120vw;
                height: 40vw;
                border-radius: 50%;
                left: 10vw;
                top: -10px;
            }

            .page_glow2 {
                width: 60vw;
                height: 30vw;
                left: 70vw;
                top: 25%;
            }

            .page_glow3 {
                width: 40vw;
                height: 30vw;
                left: 0vw;
                top: 45%;
            }

            .page_glow4 {
                width: 30vw;
                height: 100vw;
                left: 0vw;
                top: 80%;
            }
        }

        .custom-404-page {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 200px 20px 120px;
    text-align: center;
}

.custom-404-content {
    max-width: 600px;
    width: 100%;
}

.custom-404-logo {
    max-width: 150px;
    margin-bottom: 30px;
    margin-top: 250px;
    text-align: center;
}

.custom-404-title {
    font-size: 117px;
    font-weight: 500;
    line-height: 126.49px;
    margin: 0;
    margin-bottom: 20px;
}

.custom-404-subtitle {
        margin-bottom: 20px;
    margin-top: 0;
    font-size: 45px;
    font-weight: 200;
    line-height: 110%;
        font-weight: 500;
}

.custom-404-text {
    color: rgba(255, 255, 255, 0.70);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0px 8px;
    text-decoration: none;
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
.custom-404-page {
padding: 120px 20px 60px;

}
.custom-404-title {
    font-size: 60px;
}
.custom-404-subtitle {
        margin-bottom: 20px;
    margin-top: 0;
    font-size: 40px;
    font-weight: 200;
    line-height: 110%;
        font-weight: 500;
}
}