/* Fonts */
/* Fonts */
/* Fonts */

@font-face {
    font-family: 'Roboto';
    src: url('/gifts/resources/roboto-thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url('/gifts/resources/roboto-thin-italic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url('/gifts/resources/roboto-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url('/gifts/resources/roboto-light-italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url('/gifts/resources/roboto-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url('/gifts/resources/roboto-italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url('/gifts/resources/roboto-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url('/gifts/resources/roboto-medium-italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url('/gifts/resources/roboto-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url('/gifts/resources/roboto-bold-italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url('/gifts/resources/roboto-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url('/gifts/resources/roboto-black-italic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Gill Sans MT Ext Condensed Bold';
    src: url('/gifts/resources/gill-sans-mt-extended-condensed-bold.ttf') format('truetype');
    font-style: normal;
    font-display: swap
}

/* Global */
/* Global */
/* Global */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #16002F;
    font-family: 'Roboto', serif;
    font-weight: 300;
}

/* Introduction */
/* Introduction */
/* Introduction */

.up {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
    margin-top: 128px;
}

/*@media (max-width: 800px) {
    .up {
        flex-direction: column;
        margin-top: 80px;
    }
}*/

.up-wrapper-slogan {
    display: flex;
    flex-direction: column;
    line-height: 64px;
    align-items: center;
}

@media (max-width: 800px) {
    .up-wrapper-slogan {
        line-height: 66px;
    }
}

.up-wrapper-slogan-text {
    font-family: 'Gill Sans MT Ext Condensed Bold', serif;
    font-size: 72px;
    color: #CEDDDF;
    filter: drop-shadow(0 0 128px rgba(238, 241, 232, 0.3));

    display: flex;
    gap: 8px;
}

@media (max-width: 800px) {
    .up-wrapper-slogan-text {
        font-size: 56px;
    }
}

@media (max-width: 400px) {
    .up-wrapper-slogan-text {
        font-size: 48px;
    }
}

.up-down {
    margin-bottom: 64px;
}

@media (max-width: 800px) {
    .up-down {
        margin-bottom: 75px;
    }
}

/* Background Lights */
/* Background Lights */
/* Background Lights */

.background-light-1 {
    position: fixed;
    left: calc(100% - 1500px);
    bottom: calc(100% - 1500px);
    width: 3000px;
    height: 3000px;
    background: radial-gradient(circle, rgba(43, 60, 73, 1.00), transparent 66%);
    border-radius: 100%;
    pointer-events: none;
    z-index: -999;
}

.background-light-2 {
    position: fixed;
    top: calc(100% - 1500px);
    right: calc(100% - 1500px);
    width: 3000px;
    height: 3000px;
    background: radial-gradient(circle, rgba(43, 60, 73, 1.00), transparent 66%);
    border-radius: 100%;
    pointer-events: none;
    z-index: -999;
}

@media (min-width: 1500px) {
    .background-light-3 {
        position: absolute;
        top: -150px;
        left: calc(50% - 500px);
        width: 1000px;
        height: 1000px;
        background: radial-gradient(circle, rgba(43, 60, 73, 0.44), transparent 66%);
        border-radius: 100%;
        pointer-events: none;
        z-index: -999;
    }

    .background-light-4 {
        position: absolute;
        top: -150px;
        left: calc(50% - 250px);
        width: 1000px;
        height: 1000px;
        background: radial-gradient(circle, rgb(43 60 73 / 50%), transparent 66%);
        border-radius: 100%;
        pointer-events: none;
        z-index: -999;
    }
}

@media (max-width: 1400px) {
    .background-light-1 {
        left: calc(100% - 1400px);
        bottom: calc(100% - 1400px);
        width: 2800px;
        height: 2800px;
    }

    .background-light-2 {
        top: calc(100% - 1400px);
        right: calc(100% - 1400px);
        width: 2800px;
        height: 2800px;
    }
}

@media (max-width: 1300px) {
    .background-light-1 {
        left: calc(100% - 1300px);
        bottom: calc(100% - 1300px);
        width: 2600px;
        height: 2600px;
    }

    .background-light-2 {
        top: calc(100% - 1300px);
        right: calc(100% - 1300px);
        width: 2600px;
        height: 2600px;
    }
}

@media (max-width: 1200px) {
    .background-light-1 {
        left: calc(100% - 1200px);
        bottom: calc(100% - 1200px);
        width: 2400px;
        height: 2400px;
    }

    .background-light-2 {
        top: calc(100% - 1200px);
        right: calc(100% - 1200px);
        width: 2400px;
        height: 2400px;
    }
}

@media (max-width: 1100px) {
    .background-light-1 {
        left: calc(100% - 1100px);
        bottom: calc(100% - 1100px);
        width: 2200px;
        height: 2200px;
    }

    .background-light-2 {
        top: calc(100% - 1100px);
        right: calc(100% - 1100px);
        width: 2200px;
        height: 2200px;
    }
}

@media (max-width: 1000px) {
    .background-light-1 {
        left: calc(100% - 1000px);
        bottom: calc(100% - 1000px);
        width: 2000px;
        height: 2000px;
    }

    .background-light-2 {
        top: calc(100% - 1000px);
        right: calc(100% - 1000px);
        width: 2000px;
        height: 2000px;
    }
}

@media (max-width: 900px) {
    .background-light-1 {
        left: calc(100% - 900px);
        bottom: calc(100% - 900px);
        width: 1800px;
        height: 1800px;
    }

    .background-light-2 {
        top: calc(100% - 900px);
        right: calc(100% - 900px);
        width: 1800px;
        height: 1800px;
    }
}

@media (max-width: 800px) {
    .background-light-1 {
        left: calc(100% - 800px);
        bottom: calc(100% - 800px);
        width: 1600px;
        height: 1600px;
    }

    .background-light-2 {
        top: calc(100% - 800px);
        right: calc(100% - 800px);
        width: 1600px;
        height: 1600px;
    }
}

@media (max-width: 700px) {
    .background-light-1 {
        left: calc(100% - 700px);
        bottom: calc(100% - 700px);
        width: 1400px;
        height: 1400px;
    }

    .background-light-2 {
        top: calc(100% - 700px);
        right: calc(100% - 700px);
        width: 1400px;
        height: 1400px;
    }
}

@media (max-width: 600px) {
    .background-light-1 {
        left: calc(100% - 600px);
        bottom: calc(100% - 600px);
        width: 1200px;
        height: 1200px;
    }

    .background-light-2 {
        top: calc(100% - 600px);
        right: calc(100% - 600px);
        width: 1200px;
        height: 1200px;
    }
}

@media (max-width: 500px) {
    .background-light-1 {
        left: calc(100% - 500px);
        bottom: calc(100% - 500px);
        width: 1000px;
        height: 1000px;
    }

    .background-light-2 {
        top: calc(100% - 500px);
        right: calc(100% - 500px);
        width: 1000px;
        height: 1000px;
    }
}

@media (max-width: 400px) {
    .background-light-1 {
        left: calc(100% - 400px);
        bottom: calc(100% - 400px);
        width: 800px;
        height: 800px;
    }

    .background-light-2 {
        top: calc(100% - 400px);
        right: calc(100% - 400px);
        width: 800px;
        height: 800px;
    }
}

@media (max-width: 300px) {
    .background-light-1 {
        left: calc(100% - 300px);
        bottom: calc(100% - 300px);
        width: 600px;
        height: 600px;
    }

    .background-light-2 {
        top: calc(100% - 300px);
        right: calc(100% - 300px);
        width: 600px;
        height: 600px;
    }
}














/* Header */
/* Header */
/* Header */

.header {
    margin-top: 50px;
}

.header-nav {
    display: flex;
    justify-content: space-around;
}

.header-nav-logo-shadow {
    filter: drop-shadow(-8px 8px 8px rgba(0, 0, 0, 0.3));
}

.header-nav-logo-svg {
    width: 250px;
}














.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px;
}

.section-card-wrapper {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    width: 856px;
    /*width: 100%;*/
    justify-content: center;
}

.section-card-divider {
    margin-top: 64px;
}

.section-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 900px) {
    .section-card-wrapper {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .section-card-wrapper {
        gap: 16px;
    }
}

.section-card-wrapper-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-radius: 9px;
    background-color: #60C2EF15;
    padding: 32px;
    width: 150px;
    height: 150px;
}

@media (max-width: 900px) {
    .section-card-wrapper-item {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 800px) {
    .section-card-wrapper-item {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 500px) {
    .section-card-wrapper-item {
        padding: 24px;
        width: 150px;
        height: 150px;
    }
}

.section-card-wrapper-item-title {
    color: #E3B982;
    /*text-shadow: 0 8px 64px #E3B98277;*/
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.section-card-wrapper-item-text {
    color: #A3B2B4;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
}

.section-card-wrapper-item-svg {
    height: 64px;
}

@media (max-width: 800px) {
    .section-card-wrapper-item-text {
        font-size: 11px;
    }

    .section-card-wrapper-item-title {
        font-size: 16px;
    }

    .section-card-wrapper-item-svg {
        height: 48px;
    }
}

@media (max-width: 500px) {
    /*.section-card-wrapper-item-title {
        font-size: 14px;
    }

    .section-card-wrapper-item-svg {
        height: 24px;
    }*/
}

.download {
    /*color: #FFF;
    background-color: #cedddf50;
    padding: 8px 32px;
    border-radius: 9px;
    margin-top: 16px;
    font-size: 13px;*/

    margin-top: 16px;
    width: 100%;
    text-align: center;
    background: linear-gradient(45deg, #FF9000, #E17700);
    padding: 8px 8px;
    border-radius: 9px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    filter: drop-shadow(0 16px 64px rgba(255, 169, 50, 0.5));
}

.download:hover {
    background: linear-gradient(45deg, #ff8000, #e16300);
    filter: drop-shadow(0 16px 64px rgba(255, 128, 50, 0.5));
}
