@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
:root {
    --app-height: 100vh;
}
html, body {
    background-color: #161618;
    color: #FFFFFF;
    font-family: Inter, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.page-template-home_page .app,
.page-template-investors .app {
    background-image: url(../../img/page-backgrounds/background1.svg?v=2);
    background-repeat: no-repeat;
    background-position: calc(50% + 10em) -24em;
    background-size: 130.5em auto;
}
.page-template-contacts .app {
    background-image: url(../../img/page-backgrounds/contacts-tablet.svg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.single-post .app {
    background-image: url(../../img/page-backgrounds/single-post-tablet.svg);
    background-position: center 25em;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.main {
    flex-grow: 1;
}
.wrap {
    margin: 0 auto;
    width: calc(100vw - 5em);
    max-width: 70em;
}
.main {
    padding-top: 5.5em;
}
.sect {
    padding: 12.5em 0;
}
.padding_top_off {
    padding-top: 0;
}
.padding_bottom_off {
    padding-bottom: 0;
}
.sect_head {
    text-align: center;
}
.sect_head:not(:last-child) {
    margin-bottom: 3.75em;
}
.sect_title {
    font-size: 2.625em;
    margin: 0;
    background: linear-gradient(180deg, #FFF 0%, #8A8F98 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-family: Outfit, sans-serif;
}
.sect_title:not(:last-child) {
    margin-bottom: 0.5em;
}
.sect_title_small {
    font-size: 2em;
}
.sect_title_small:not(:last-child) {
    margin-bottom: 0.5em;
}
.sect_description {
    color: rgba(239, 237, 253, 0.70);
    line-height: 1.5;
    margin: 0 auto;
}
.sect_description:not(:last-child) {
    margin-bottom: 1.25em;
}
.mfp-bg {
    background: rgba(2, 2, 2, 0.60);
    backdrop-filter: blur(0.25em);
}
.mfp-close-btn-in .mfp-close {
    width: 1.25em;
    height: 1.25em;
    color: transparent !important;
    overflow: hidden;
    top: 1.25em;
    right: 1.25em;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../img/icons/close-fff.svg);
    background-position: center;
    font-size: inherit;
    transition-property: opacity;
    transition-duration: 0.5s;
}
@media(max-width: 767px) {
    .app {
        font-size: 2.08vw;
    }
}
@media(max-width: 639px) {
    .app {
        font-size: inherit;
    }
    .page-template-home_page .app,
    .page-template-investors .app {
        background-size: auto;
        background-position: calc(50% + 14em) -11.5em;
        background-image: url(../../img/page-backgrounds/background1-mob.png?v=2);
    }
    .page-template-contacts .app {
        background-image: none;
    }
    .single-post .app {
        background-image: url(../../img/page-backgrounds/single-post-mobile.svg);
    }
    .wrap {
        width: calc(100vw - 2em);
    }
    .main {
        padding-top: 4.25em;
    }
    .sect {
        padding: 6.25em 0;
    }
    .padding_top_off {
        padding-top: 0;
    }
    .padding_bottom_off {
        padding-bottom: 0;
    }
    .sect_head:not(:last-child) {
        margin-bottom: 2.75em;
    }
    .sect_title {
        font-size: 1.75em;
    }
    .sect_title:not(:last-child) {
        margin-bottom: 0.36em;
    }
    .sect_title_small {
        font-size: 1.5em;
    }
    .sect_title_small:not(:last-child) {
        margin-bottom: 0.5em;
    }
    .sect_description {
        font-size: 0.875em;
    }
    .sect_description:not(:last-child) {
        margin-bottom: 1.43em;
    }
}
@media(max-width: 319px) {
    .app {
        font-size: 5vw;
    }
}
.butt {
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #F4F0FF;
    width: max-content;
    padding: 0 1.5em;
    font-weight: 700;
    font-size: inherit;
    font-family: Outfit, sans-serif;
    border-radius: 0.625em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    border: none;
    text-decoration: none;
    background: radial-gradient(231.94% 231.94% at 50% 100%, #FF52C3 0%, rgba(255, 82, 195, 0.00) 25.24%), linear-gradient(180deg, rgba(243, 238, 255, 0.00) 0%, rgba(243, 238, 255, 0.04) 100%), rgba(255, 87, 197, 0.01);
    transition-property: background, color;
    transition-duration: 0.5s;
}
.butt:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #F4F0FF;
}
.butt:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0.125em 0.25em 0 rgba(37, 37, 39, 0.40), 0 0.5em 0.5em 0 rgba(37, 37, 39, 0.34), 0 1.25em 0.75em 0 rgba(37, 37, 39, 0.20), 0 2em 1em 0 rgba(37, 37, 39, 0.06), 0 3.25em 1em 0 rgba(37, 37, 39, 0.01), 0 0 0.75em 0 rgba(255, 255, 255, 0.08) inset, 0 -0.5em 2em 0 #252527 inset;
}
.butt.icon_butt {
    padding: 0;
    width: 2.5em;
}
.butt:hover {
    background: #7326F1;
}
.butt_label {
    font-size: 0.875em;
}
.butt_icon {
    max-width: 1.25em;
    max-height: 1.25em;
}
.butt_icon:not(:first-child) {
    margin-left: 1em;
}
.blue_border_butt {
    border: 0.125em solid #8C84FB;
    box-shadow: none;
    color: #8C84FB;
    background: none;
    border-radius: 1.75em;
    height: 3.5em;
}
.blue_border_butt:before,
.blue_border_butt:after {
    content: none;
}
.blue_border_butt:hover {
    background: #8C84FB;
    color: #ffffff;
}
.blue_border_butt .butt_label {
    font-size: 1.125em;
}


.socials_container {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
}
.socials_container:not(:last-child) {
    margin-bottom: 2.5em;
}
.socials_container .socials_title {
    font-weight: 500;
}
.socials_container .socials_title:not(:last-child) {
    margin-bottom: 0.5em;
}
.socials_container .socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -0.625em;
}
.socials_container .social {
    margin: 0.625em;
    width: 1.5em;
    height: 1.5em;
    display: flex;
    opacity: 0.8;
    transition-property: opacity;
    transition-duration: 0.3s;
}
.socials_container .social:hover {
    opacity: 1;
}
.socials_container .social_icon {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
@media(max-width: 639px) {
    .socials_container .socials_title {
        font-size: 0.875em;
    }
}



.popup {
    border-radius: 1.25em;
    border: 1px solid rgba(140, 132, 251, 0.60);
    background: #161618;
    width: calc(100% - 5em);
    max-width: 31.375em;
    margin: 2.5em auto;
    box-shadow: 0 0 2.5em 0 rgba(168, 161, 255, 0.60);
    box-sizing: border-box;
    padding: 2.5em;
    position: relative;
    background-image: url(../../img/popup-bg.svg);
    background-size: cover;
    overflow: hidden;
}
.thanks_popup {
    max-width: 41em;
}
.thanks_popup .bot_image_container {
    position: relative;
    z-index: 1;
    height: 24.375em;
}
.thanks_popup2 .bot_image_container {
    height: 21.5em;
}
.thanks_popup .bot_image_container:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(-23deg);
    border-radius: 25em;
    opacity: 0.6;
    background: #A7A0F8;
    filter: blur(3.25em);
    width: 25em;
    height: 13em;
    top: 65%;
    left: 43%;
}
.thanks_popup .bot_image_container:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    transform: translate(-50%, -50%) rotate(-23deg);
    border-radius: 25em;
    opacity: 0.4;
    background: #7468FC;
    filter: blur(3.25em);
    width: 25em;
    height: 13em;
    top: 84%;
    left: 56%;
}
.thanks_popup .bot_image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}
.thanks_popup .bot_image.mob_image {
    display: none;
}
.thanks_popup .description {
    font-size: 1.125em;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 1;
}
@media(max-width: 639px) {
    .popup {
        width: calc(100% - 2em);
        padding: 2.5em 1em;
    }
    .thanks_popup .bot_image.mob_image {
        display: block;
    }
    .thanks_popup .bot_image.mob_image + .bot_image {
        display: none;
    }
    .thanks_popup .description {
        font-size: 0.875em;
    }
}