@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;600;700&display=swap');

@font-face {
    font-family: 'Albertusnova Bold';
    src: url('../assets/fonts/albertusnova_bold.otf') format('opentype');
    font-style: normal;
}

@font-face {
    font-family: 'Albertusnova';
    src: url('../assets/fonts/albertusnova.otf') format('opentype');
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../assets/fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Medium';
    src: url('../assets/fonts/OpenSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('../assets/fonts/OpenSans-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../assets/fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../assets/fonts/OpenSans-SemiBold.ttf') format('truetype');
}

:root {
    --grey-10: #F5F5F5;
    --grey-20: #EDEDED;
    --grey-30: #e7e7e7;
    --grey-40: #dedede;
    --grey-50: #d6d6d6;
    --grey-base: #cecece;
    --grey-60: #acacac;
    --grey-70: #898989;
    --grey-80: #676767;
    --grey-90: #454545;
    --grey-100: #292929;

    --red-10: #ffcfcf;
    --red-20: #ffaeae;
    --red-30: #ff8686;
    --red-40: #ff5e5e;
    --red-50: #ff3535;
    --red-base: #ff0d0d;
    --red-60: #d50b0b;
    --red-70: #aa0909;
    --red-80: #800707;
    --red-90: #550404;
    --red-100: #330303;

    --primary-black: #080808;
    --primary-white: #FFFFFF;
    --spacing-1: 1px;
    --spacing-2: 2px;
    --spacing-xxs: 4px;
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 32px;
    --spacing-lg: 40px;
    --spacing-xl: 64px;
    --spacing-xxl: 112px;
}

html {
    scroll-behavior: smooth;
}


* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

body {
    background: #0D111A;
    font-family: 'OpenSans-Regular';
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #FBFBFB;
}

.loading {
    pointer-events: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #0D111A;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    transition: opacity 1s ease, visibility 1s ease;
}

.loading.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.loading_logo {
    background-image: url(../assets/logo_new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 430px;
    height: 139px;
    animation: heartbeat 3s infinite ease-in-out;
}

.between {
    width: 100%;
    height: 2px;
    background: #24303A;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.romb_mini {
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-radius: 6px;
    border: 2px solid #24303A;
    background: #0E131C;
    position: relative;
    z-index: 3;
}

.romb_mini::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 7px;
    height: 7px;
    background: #56FFAE;
    border-radius: 2px;
    transform: translate(-50%, -50%);
}

.romb_big {
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    border-radius: 12px;
    border: 2px solid #24303A;
    background: #0E131C;
    position: relative;
    z-index: 3;
}

.romb_big::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 17px;
    height: 17px;
    background: #56FFAE;
    border-radius: 2px;
    transform: translate(-50%, -50%);
}

.green_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 48px;
    border: 2px solid #00A070;
    background: linear-gradient(180deg, #00FFB2 0%, #006949 100%);
    box-shadow: 0px 0px 32px 0px #00ff9966;
    color: #0F2D23;
    font-family: "OpenSans-Bold";
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.6s ease;
}

.green_btn:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 48px 0px rgba(0, 255, 153, 0.50);
}

.mini_green {
    width: 185px;
    padding: 14px 28px;
    font-size: 16px;
}

.big_green {
    padding: 20px 12px;
    width: 292px;
    font-size: 26px;
}

h1 {
    font-size: 64px;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: 0em;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.30), 0px 2px 6px rgba(0, 0, 0, 0.15);
}

h2 {
    text-align: center;
    font-family: "Albertusnova";
    font-size: 64px;
    font-style: normal;
    line-height: 110%;
    font-weight: 400;
}

h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.01em;
}

h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
}

a {
    text-decoration: none;
    color: #FBFBFB;
}

img,
video {
    max-width: 100%;
    display: block;
    margin-bottom: 0;
}

#section-13 {
    padding: 112px 0 0;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.last_left {
    position: absolute;
    top: -90px;
    left: 63px;
    z-index: 1;
    display: block;
}

.last_right {
    position: absolute;
    top: -90px;
    right: 63px;
    z-index: 1;
    display: block;
}

.js-marquee p {
    padding-bottom: 32px;
}

.last_title {
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -0.01em;
    text-align: center;

    width: fit-content;
    margin: 0 auto;
    text-shadow: 0px 2px 4px #00000059;
    padding-bottom: 30px;
}

.container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 160px 16px 210px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 64px;
    margin-left: -16px;
    margin-right: -16px;
    margin: 0 auto;
}

.shadows {
    width: 100%;
    position: absolute;
    height: 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.shadows.upper {
    top: 0;

}

.shadows.bott {
    bottom: 0;
    transform: rotate(180deg);
}

#section-13__credits {
    height: 431px;
    background: transparent;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    transform: perspective(431px) rotateX(30deg);
    text-align: center;
    color: #080808;

}

.section-emailtg .checkbox {
    display: flex;
    flex-direction: row-reverse;
}

.alert.alert-dismissable.alert-success {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 7;
    width: 300px;
    height: auto;
    background: #0e131e;
    border: 2px solid #434343;
    border-radius: 12px;
    font-size: 18px;
    padding: 16px;
}

@media (max-width: 1285px) {
    h2 {
        font-size: 48px;
        line-height: 110%;
    }

    .romb_big {
        width: 30px;
        height: 30px;
        border-radius: 9px;
    }

    .romb_big::after {
        width: 12.75px;
        height: 12.75px;
        border-radius: 1.5px;
    }

    .romb_mini {
        width: 15px;
        height: 15px;
        border-radius: 4.5px;
    }

    .romb_mini::after {
        width: 5.25px;
        height: 5.25px;
        border-radius: 2px;
    }
}

@media (max-width: 1000px) {
    .big_green {
        padding: 9px 12px;
        width: 234px;
        font-size: 22px;
    }

    .mini_green {
        width: 100%;
    }
}

@media (max-width: 935px) {

    .row {
        padding: 0;
    }

    .last_left {
        display: none;
    }

    .last_right {
        display: none;
    }

    :root {
        --spacing-1: 1px;
        --spacing-2: 2px;
        --spacing-xxs: 4px;
        --spacing-xs: 8px;
        --spacing-sm: 16px;
        --spacing-md: 24px;
        --spacing-lg: 32px;
        --spacing-xl: 40px;
        --spacing-xxl: 112px;
    }

    h2 {
        font-size: 32px;
        line-height: 110%;
    }

    h3 {
        font-size: 28px;
        font-weight: 400;
        letter-spacing: -0.8px;
        line-height: 36px;
    }

    h5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
    }
}

@media (max-width: 599px) {

    .loading_logo {
        width: 272px;
        height: 87px;
    }

    body {
        font-size: 18px;
        line-height: 24px;
    }

}