* {
    box-sizing: border-box;
    margin: 0;
}

body {
    font-family: "Alexandria", sans-serif;
    scroll-behavior: smooth;
    background-color: #000;
}

.polka-dots-background {
    background-image: radial-gradient(circle, rgb(135 140 140 / 30%) 1px, transparent 1px);
    background-size: 80px 80px;
    background-position: center center;
}

:root {
    --border-radius: 4px;
    --btn-small-medium-padding: 10px 20px;
    --btn-extra-small-padding: 8px 16px;
    --btn-large-padding: 12px 24px;
    --btn-small-medium-radius: 6px;
    --btn-extra-small-radius: 6px;
    --btn-large-radius: 12px;
    --color-primary: #FC852A;
    --color-text-primary: rgba(0, 0, 0, 0.87);
    --color-text-primary-new: rgba(0, 5, 5, 0.9);
    --color-text-seondary: #00050570;
    --color-primary-outline: #CD731B50;
    --color-primary-300: #FF994B;
    --color-primary-400: #FF7D1A;
    --color-primary-500: #E07520;
    --color-primary-500-new: #00808C;
    --color-primary-600: #C66617;
    --color-primary-main: #00808C;
    --color-tertiary-50: #F7FCFC;
    --color-tertiary-100: #E8F4F4;
    --color-tertiary-200: #F7FCFC;
    --color-tertiary-300: #B9D9D9;
    --color-tertiary-300-new: #BEEDED;
    --color-tertiary-400: #A8C5C5;
    --color-tertiary-500: #D8EBEB;
    --color-tertiary-600: #758A8A;
    --color-tertiary-700: #556565;
    --color-tertiary-800: #374242;
    --color-tertiary-900: #1C2323;
    --color-secondary: #029B9C;
    --color-secondary-100: #77F7F8;
    --color-secondary-300: #04DADC;
    --color-secondary-300-new: #FFAA69;
    --color-secondary-400: #03C5C6;
    --color-secondary-400-new: #FF801F;
    --color-secondary-500: #029B9C;
    --color-secondary-600: #017374;
    --color-secondary-700: #004E4E;
    --color-secondary-800: #002B2B;

    --color-shadow-button: rgba(20, 28, 37, 0.04);

    --color-warning-contrast: #F7FCFC;
    --color-warning-500: #F59E0B;
    --color-warning-main: #F28F0A;

    --color-success-main: #2E7D32;
    --color-success-main-new: #43A047;
    --color-success-budge: #4caf50;
    --color-success-contrast: #F7FCFC;

    --color-error-main: #D32F2F;
    --color-error-100: #ffc8c8;
    --color-error-600: #E84646;
    --color-error-900: #6B2020;

    --color-success-100: #B5E9D5;
    --color-success-300: #5FD0A5;
    --color-success-400: #40C793;
    --color-success-500: #10B978;
    --color-success-600: #0FA86D;
    --color-success-700: #0B8355;

    --color-green-700: #388E3C;

    --color-grey-50: #FAFAFA;
    --color-grey-200: #EEEEEE;
    --color-grey-300: #E0E0E0;
    --color-grey-400: #BDBDBD;
    --color-gray-500: #9E9E9E;
    --color-grey-600: #757575;
    --color-grey-700: #616161;
    --color-grey-800: #424242;
    --color-grey-900: #000505;

    --color-base-50: #E8ECEC;
    --color-base-100: #D2DADA;
    --color-base-200: #ACB2B2;
    --color-base-300: #878C8C;
    --color-base-400: #646868;
    --color-base-500: #434646;
    --color-base-600: #343636;
    --color-base-700: #242626;
    --color-base-800: #101111;
    --color-base-900: #000505;

    --color-base-white: #fff;

    --font-size-display-xl: 132px;
    --font-size-display-l: 128px;
    --font-size-display-m: 112px;
    --font-size-display-s: 92px;

    --line-height-display: 110%;

    --font-size-h1: 72px;
    --font-size-h2: 60px;
    --font-size-h3: 56px;
    --font-size-h3-new: 48px;
    --font-size-h4: 48px;
    --font-size-h4-new: 34px;
    --font-size-h5: 40px;
    --font-size-h5-new: 24px;
    --font-size-h6: 32px;
    --font-size-h6-new: 20px;

    --line-height-h: 130%;

    --font-size-subtitle1: 18px;
    --font-size-subtitle2: 16px;
    --font-size-subtitle-l: 28px;
    --font-size-subtitle-m: 24px;
    --font-size-subtitle-s: 20px;
    --font-size-subtitle-1-blog: 18px;

    --line-height-subtitle: 140%;
    --line-height-body-l: 130%;

    --font-size-body1: 15px;
    --font-size-body2: 14px;



    --font-size-body-l: 18px;
    --font-size-body-m: 16px;
    --font-size-body-s: 14px;

    --line-height-body: 150%;

    --font-size-caption: 12px;

    --line-height-caption: 160%;

}

@media (max-width: 1280px) {
    :root {
        --font-size-body-l: 16px;
        --font-size-body-m: 14px;
        --font-size-body-s: 12px;

        --font-size-display-s: 72px;

        --font-size-subtitle-l: 22px;
        --font-size-subtitle-s: 18px;
        --font-size-subtitle-m: 20px;

        --font-size-display-xl: 120px;
        --font-size-display-l: 112px;
        --font-size-display-m: 96px;

        --font-size-h1: 56px;
        --font-size-h2: 52px;
        --font-size-h3: 40px;
        --font-size-h3-new: 42px;
        --font-size-h4: 38px;
        --font-size-h5: 32px;
        --font-size-h6: 26px;

        --font-size-caption: 11px;
        --font-size-body1: 14px;
    }
}

@media (max-width: 1021px) {
    --font-size-body2: 13px;

    --font-size-h1: 50px;
    --font-size-h2: 48px;
    --font-size-h3-new: 38px;
    --font-size-h4-new: 28px;
    --font-size-subtitle-1-blog: 16px;
}

@media (max-width: 600px) {
    :root {
        --font-size-body-l: 14px;
        --font-size-body1: 9px;
        --font-size-display-s: 46px;

        --font-size-subtitle-l: 18px;
        --font-size-subtitle-m: 16px;
        --font-size-subtitle-s: 14px;

        --font-size-h1: 34px;
        --font-size-h3: 30px;
        --font-size-h3-new: 32px;
        --font-size-h4: 28px;
        --font-size-h4-new: 24px;
        --font-size-h5-new: 20px;
        --font-size-h6: 20px;
        --font-size-h6-new: 18px;
        --font-size-subtitle-1-blog: 14px;
    }
}

@media (min-width: 361px) {
    :root {
        --container-max-width: 100%;
    }
}

@media (min-width: 1021px) {
    :root {
        --container-max-width: 933px;
    }
}

@media (min-width: 1512px) {
    :root {
        --container-max-width: 1304px;
    }
}

header,
footer {
    background: var(--color-tertiary-900, #1C2323 );
}

.footer-container {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transform: translateZ(0);
}

.header-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 24px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, height, background, padding;
}

.header-shrink:has(.header-container) {
    width: 100%;
    z-index: 1000;
}

.header-shrink .header-container {
    padding: 18px 80px;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    margin: 0 16px 0 0;
    padding: 0;
    line-height: 1;
}

.logo img {
    height: 32px;
    width: auto;
    transition: height 0.3s linear, transform 0.3s linear;
    transform-origin: left center;
    display: block;
    will-change: transform;
    transform: translateZ(0);
}

.header-shrink .logo img {
    height: 24px;
}

.logo-container {
    height: 26px;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-menu link {
    display: inline-block;
    height: 100%;
}

.header-buttons {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 0 16px;
    text-align: right;
    width: max-content;

}

.nav-header-buttons {
    text-align: right;
}

.header-buttons-outer {
    display: flex;
    justify-content: end;
    align-items: center;
    width: max-content;
}


.header-menu .link:hover {
    color: var(--color-secondary-300);
    transform: translateY(-1px);
}

.footer-menu,
.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-menu {
    padding: 48px 0;
    border-bottom: 1px solid var(--color-base-600);
}

.footer-menu .footer-menu-content {
    display: flex;
    align-items: center;
}

.footer-copyright {
    font-size: var(--font-size-body-s);
    font-weight: 400;
    line-height: var(--line-height-body);
    padding: 8px 0 24px;
    color: var(--color-base-200);
}


.link-policy-terms {
    display: flex;
}

.link {
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    font-size: var(--font-size-body-s);
    transition: color 0.3s ease;
}

.header-menu .link:hover {
    color: var(--color-secondary-300);
}

.link:last-child {
    padding-right: 0;
}

.footer-link {
    color: #fff;
    text-decoration: none;
    margin-right: 16px;
    font-size: var(--font-size-body-l);
    line-height: var(--line-height-body);
    font-weight: 400;
}


.footer-copyright > div > .link {
    color: var(--color-base-200);
    text-decoration: underline;
}

.footer-copyright div .link:hover {
    text-decoration: none;
}


.btn {
    font-family: 'Alexandria', sans-serif;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

a.btn {
    text-decoration: none;
    text-align: center;
}

.header-button {
    margin-left: 16px;
    text-decoration: none;

}

.header-button-login {
    margin-left: 0;
}

.header-button-login {
    position: relative;
}

.header-button-login::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background-color: var(--color-tertiary-700);
    margin-left: 12px;
}

.btn-extra {
    background: transparent;
    border: 1px solid #878C8C;
    padding: 6px 16px;
    height: 34px;
    display: block;
    border-radius: var(--btn-extra-small-radius);
    font-size: var(--font-size-body-s);
    line-height: var(--line-height-body);
    transition: background-color 0.3s ease;
}

.btn-extra:hover {
    background-color: var(--color-base-600);
}

.btn-secondary {
    background: var(--color-secondary);
}

.btn-secondary-outlined {
    border: 1px solid var(--color-secondary);
    box-shadow: 0 1px 2px 0 rgba(20, 28, 37, 0.04);
    color: var(--color-secondary);
    transition: 0.3s ease;
    background: transparent;
}

.btn-secondary-outlined:hover {
    color: var(--color-secondary-300);
}

.btn-secondary:hover, .btn-secondary-outlined:hover {
    background: var(--color-secondary-300);
}

.btn-secondary-outlined:hover {
    background: var(--color-secondary-300);
    color: var(--color-base-white);
}

.btn-success {
    background: var(--color-success-500, #10B978);
    box-shadow: 0 1px 2px 0 rgba(20, 28, 37, 0.04);
}

.btn-success:hover {
    background: var(--color-success-400, #40C793);
    box-shadow: 0 1px 2px 0 rgba(20, 28, 37, 0.04);
}

.btn-primary {
    background: var(--color-primary);
}

.btn-primary:hover {
    background: var(--color-primary-300);
}

.btn-primary-outlined {
    border: 1px solid var(--color-primary-outline, #CD731B50);
    box-shadow: 0 1px 2px 0 rgba(20, 28, 37, 0.04);
    color: var(--color-primary-400, #FF7D1A);
    transition: 0.3s ease;
    background: transparent;
}

.btn-primary-outlined:hover {
    background: rgba(255, 125, 26, 0.15);
}

.btn-primary-outlined:active {
    background: transparent;
}

.btn-extra-small {
    padding: var(--btn-extra-small-padding);
    border-radius: var(--btn-extra-small-radius);
    font-size: var(--font-size-body-s);
    line-height: var(--line-height-body);
}

.btn-small {
    padding: var(--btn-small-medium-padding);
    border-radius: var(--btn-small-medium-radius);
    font-size: var(--font-size-body-s);
    line-height: var(--line-height-body);
}

.btn-medium {
    padding: var(--btn-small-medium-padding);
    border-radius: var(--btn-small-medium-radius);
    font-size: var(--font-size-body-m);
    line-height: var(--line-height-body);
}

.menu-toggle {
    display: none;
}

.tooltip {
    position: relative;
    display: inline-block;

}

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: var(--color-base-600);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 10px;
    position: absolute;
    z-index: 1;
    top: 125%;
    left: 15%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    white-space: nowrap;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--color-base-600) transparent;
}

.tooltip .tooltiptext.active {
    visibility: visible;
    opacity: 1;
}

#text-container {
    font-size: var(--font-size-subtitle-l);
    line-height: var(--line-height-subtitle);
    color: var(--color-tertiary-500);
    font-weight: 250;
    text-align: center;
    opacity: 0;
    margin-top: 42px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}

#loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-direction: column;
}

#loading-images {
    position: relative;
    width: 94px;
    height: 94px;
}

.static-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 94px;
    height: 94px;
    object-fit: cover;
    z-index: 1;
}

.cycling-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    object-fit: cover;
    /* Ensure the element rotates around its center */
    transform-origin: 50% 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: orbit 2.5s linear infinite;
    animation: orbit 2.5s linear infinite;
    z-index: 2;
}

@-webkit-keyframes orbit {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) translateX(70px) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg) translateX(70px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg) translateX(70px) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(360deg) translateX(70px) rotate(-360deg);
    }
}

@keyframes orbit {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg) translateX(70px) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg) translateX(70px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg) translateX(70px) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(360deg) translateX(70px) rotate(-360deg);
    }
}

#content {
    background-color: #000;
}


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

/*******  padding *******/
.px-1 {
    padding-left: 8px;
    padding-right: 8px;
}


/*******  margins *******/
.mb-2 {
    margin-bottom: 16px;
}

/*******  displays  *******/
.d-inline {
    display: inline;
}

.grid-span-3 {
    grid-column: span 3;
}


/*******  typography *******/
.light-body-m {
    font-size: var(--font-size-body-m, 16px);
    font-style: normal;
    font-weight: 300;
    line-height: var(--line-height-body, 150%);
}

.light-body-s {
    font-size: var(--font-size-body-s, 14px);
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.medium-subtitle-l {
    font-size: var(--font-size-subtitle-l, 28px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.medium-h1 {
    font-size: var(--font-size-h1, 72px);
    font-weight: 500;
    line-height: var(--line-height-h, 130%);
}

.medium-h4 {
    font-size: var(--font-size-h4, 48px);
    font-weight: 500;
    line-height: var(--line-height-h, 130%);
}

.medium-h5 {
    font-size: var(--font-size-h5, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.medium-h6 {
    font-size: var(--font-size-h6, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--line-height-h, 130%);
}

.medium-body-m {
    font-size: var(--font-size-body-m, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.light-h5 {
    font-size: var(--font-size-h5, 40px);
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

.extra-light-display-s {
    font-size: var(--font-size-display-s, 92px);
    font-style: normal;
    font-weight: 250;
    line-height: 110%;
}

.extra-light-subtitle-s {
    font-size: var(--font-size-subtitle-s, 20px);
    font-style: normal;
    font-weight: 250;
    line-height: 140%;
}

.extra-light-h2 {
    font-size: var(--font-size-h2, 60px);
    line-height: var(--line-height-h, 130%);
    font-style: normal;
    font-weight: 200;
}

.extra-light-h4 {
    font-size: var(--font-size-h4, 48px);
    font-style: normal;
    font-weight: 250;
    line-height: var(--line-height-h, 130%);
}