
* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}


html,
body {
    width: 100%;
    line-height: 1;
    font-size: 14px;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

textarea,
input {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: inherit;
}

textarea::-moz-placeholder, input::-moz-placeholder {
    color: inherit;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    color: inherit;
}

textarea::-ms-input-placeholder, input::-ms-input-placeholder {
    color: inherit;
}

textarea::placeholder,
input::placeholder {
    color: inherit;
}

textarea {
    resize: none;
}

button {
    cursor: pointer;
    background-color: transparent;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a {
    display: inline-block;
    color: inherit;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top;
}

svg {
    display: block;
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

picture {
    display: block;
    width: 100%;
    height: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

address {
    font-style: normal;
}

strong {
    display: block;
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts_sdbj46nk/sdbj46nk_lato-v25-latin-regular.woff2) format("woff2");
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts_sdbj46nk/sdbj46nk_lato-v25-latin-700.woff2) format("woff2");
}


:root {
    --font-family: "Lato", sans-serif;
    --font-secondary: "Lato", sans-serif;
    --container-width: 1140px;
    --container-step: 100px;
    --container-step-tablet: 30px;
    --container-step-mobile: 10px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #0D0D0D;
    --main: #ffffff;
    --black: #000000;
    --tx-color: var(--white);
    --white: #ffffff;
    --tx-main-color: var(--black);
    --brown: #2F0014;
    --hover: #7B68EE;
    --active: #4169E1;
    --red: linear-gradient(180deg, #F00 0%, #B70000 100%);
    --yellow: #FFE100;
}

h1 {
    color: #FFF;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 991px) {
        font-size: 48px;
    }
    @media (max-width: 600px) {
        font-size: 38px;
    }
}

h2 {
    color: #0A0A23;
    font-family: Lato, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.container-for-h2_kbnr3oo0cm {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    border-bottom: 1px solid #ED190D;
}

.container-for-h2_kbnr3oo0cm.alter {
    border-bottom: none;
}

.h2-clases {
    color: #FFF;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 991px) {
        font-size: 32px;
    }
    @media (max-width: 600px) {
        font-size: 24px;
    }
}

h3 {
    color: var(--white, #FFF);
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    @media (max-width: 991px) {
        font-size: 28px;
    }
    @media (max-width: 600px) {
        font-size: 24px;
    }
}

p, li {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.letter-spacing-96 {
    letter-spacing: 0.96px;
}

.padding-section_kbnr3oo0cm {
    padding: 90px 0;
    @media (max-width: 991px) {
        padding: 70px 0;
    }
    @media (max-width: 600px) {
        padding: 60px 0;
    }
}


.background-light-yellow_fhu76 {
    background: #FFF4D2;
}

.background-light-green_fhu76 {
    background: #F1F6E2;
}

.list-top-destinations_kbnr3oo0cm {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    @media (max-width: 991px) {
        grid-template-columns: 1fr 1fr;
        justify-items: center;
    }
    @media (max-width: 600px) {
        grid-template-columns: 1fr;
    }

    li {
        color: #0A0A23;
        display: flex;
        max-width: 367px;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 16px;
        border: 1px solid rgba(101, 100, 100, 0.20);
        background: #FFF;
        box-shadow: 0 4px 4px 0 rgba(182, 182, 182, 0.25);

        img {
            height: auto;
        }

        .bottom-div {
            padding: 20px 16px;

            p:nth-child(1) {
                color: #0A0A23;
                font-family: Lato, sans-serif;
                font-size: 20px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
            }

            p:nth-child(2) {
                color: #0A0A23;
                font-family: Lato, sans-serif;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }

            .bottom-div-buttton {
                display: flex;
                padding: 15px 10px;
                width: 100%;
                justify-content: center;
                align-items: center;
                gap: 10px;
                align-self: stretch;
                border-radius: 100px;
                border: 1px solid #FE4E00;
                background: rgba(254, 78, 0, 0.05);
                color: #FE4E00;
                text-align: center;
                font-family: Lato, sans-serif;
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

            .bottom-div-buttton:hover {
                border-radius: 100px;
                border: 1px solid #FE4E00;
                background: #FE4E00;
                box-shadow: 0 0 31px 0 #FE4E00;
                color: #FFF;
            }
        }
    }
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

.txt-color {
    color: var(--tx-main-color);
}

.txt-color-black {
    color: var(--black);
}

.txt-color-primary {
    color: #0A0A23;
}

.span-color {
    color: var(--tx-color);
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step);
}

@media (max-width: 1300px) {
    .container {
        padding: 0 var(--container-step-tablet);
    }
}

@media (max-width: 600px) {
    .container {
        padding: 0 var(--container-step-mobile);
    }
}

.mg-bottom-20_kbnr3oo0cm {
    margin-bottom: 20px;
}

.mg-bottom-10_kbnr3oo0cm0 {
    margin-bottom: 100px;
    @media (max-width: 1300px) {
        margin-bottom: 80px;
    }
    @media (max-width: 600px) {
        margin-bottom: 40px;
    }
}

.mg-bottom-90 {
    margin-bottom: 90px;
    @media (max-width: 1300px) {
        margin-bottom: 70px;
    }
    @media (max-width: 600px) {
        margin-bottom: 40px;
    }
}

.mg-bottom-60 {
    margin-bottom: 60px;
    @media (max-width: 1300px) {
        margin-bottom: 50px;
    }
    @media (max-width: 600px) {
        margin-bottom: 40px;
    }
}

.mg-bottom-80 {
    margin-bottom: 80px;
    @media (max-width: 1300px) {
        margin-bottom: 60px;
    }
    @media (max-width: 600px) {
        margin-bottom: 40px;
    }
}

.mg-bottom-20_kbnr3oo0cm-10 {
    margin-bottom: 20px;
    @media (max-width: 1300px) {
        margin-bottom: 10px;
    }
}

.mg-bottom-14-16 {
    margin-bottom: 14px;
    @media (max-width: 600px) {
        margin-bottom: 16px;
    }
}

.mg-bottom-24-16 {
    margin-bottom: 24px;
    @media (max-width: 991px) {
        margin-bottom: 16px;
    }
}

.mg-bottom-16-12 {
    margin-bottom: 16px;
    @media (max-width: 600px) {
        margin-bottom: 12px;
    }
}

.mg-bottom-12 {
    margin-bottom: 12px;
}

.mg-bottom-24 {
    margin-bottom: 24px;
}

.mg-bottom-30 {
    margin-bottom: 30px;
}

.mg-bottom-30-10 {
    margin-bottom: 30px;
    @media (max-width: 991px) {
        margin-bottom: 20px;
    }
    @media (max-width: 600px) {
        margin-bottom: 10px;
    }
}

.mg-bottom-30-20_kbnr3oo0cm {
    margin-bottom: 30px;
    @media (max-width: 991px) {
        margin-bottom: 20px;
    }
}

.mg-bottom-32-24 {
    margin-bottom: 32px;
    @media (max-width: 991px) {
        margin-bottom: 24px;
    }
}

.mg-bottom-20_kbnr3oo0cm-30 {
    margin-bottom: 20px;
    @media (max-width: 991px) {
        margin-bottom: 30px;
    }
}

.mg-bottom-50-40 {
    margin-bottom: 50px;

    @media (max-width: 600px) {
        margin-bottom: 40px;
    }
}

.mg-bottom-8 {
    margin-bottom: 8px;
}

input[type=text],
input[type=email],
input[type=date],
input[type=time],
input[type=tel],
input[type=number],
input[type=password],
textarea {
    width: 100%;
    display: flex;
    padding: 14px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #999;
    background: #F9F9F9;
}

.popap_page {
    display: none;
}

.popap_page:active {
    display: block;
}

.status {
    margin-top: 20px;
}

.label {
    color: var(--white, #F9F9F9);
    font-family: Hind, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #999;
}

input::placeholder,
textarea::placeholder {
    color: #999;
}

textarea {
    min-height: 120px;
}

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

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

.rd-transfer {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page {
    display: flex;
    flex-direction: column;
    font-family: var(--font-family), sans-serif;
    min-height: 100vh;
    overflow: hidden;
    color: var(--main);
    background: none;
}


.main_kbnr3oo0cm {
    flex: 1 1 auto;
}


.main_no-margin:not(:last-child) {
    margin-bottom: 0;
}

button,
a {
    color: var(--tx-color);
}

.brr-20-10 {
    border-radius: 20px;
}

@media (max-width: 600px) {
    .brr-20-10 {
        border-radius: 10px;
    }
}

.brr-20 {
    border-radius: 20px;
}

.brr-10 {
    border-radius: 10px;
    overflow: hidden;
}

.age {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.liner {
    border-radius: 10px;
    width: 100%;
    height: 16px;
    position: relative;
}

.liner span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    border-radius: inherit;
}

.mb-section_kbnr3oo0cm {
    margin-bottom: 120px;
    @media (max-width: 1300px) {
        margin-bottom: 100px;
    }
    @media (max-width: 991px) {
        margin-bottom: 70px;
    }
    @media (max-width: 600px) {
        margin-bottom: 48px;
    }
}

.mb-section:not(:last-child) {
    margin-bottom: 80px;
}

@media (max-width: 1220px) {
    .mb-section:not(:last-child) {
        margin-bottom: 60px;
    }
}

@media (max-width: 1300px) {
    .mb-section:not(:last-child) {
        margin-bottom: 60px;
    }
}

@media (max-width: 600px) {
    .mb-section:not(:last-child) {
        margin-bottom: 40px;
    }
}

.mb-30-20:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 1300px) {
    .mb-30-20:not(:last-child) {
        margin-bottom: 25px;
    }
}

@media (max-width: 600px) {
    .mb-30-20:not(:last-child) {
        margin-bottom: 20px;
    }
}

.mb-6:not(:last-child) {
    margin-bottom: 6px;
}

.mb-10:not(:last-child) {
    margin-bottom: 10px;
}

.mb-20:not(:last-child) {
    margin-bottom: 20px;
}

.mb-24:not(:last-child) {
    margin-bottom: 24px;
}

.p-16-8 {
    padding: 16px;
}

@media (max-width: 1300px) {
    .p-16-8 {
        padding: 12px;
    }
}

@media (max-width: 600px) {
    .p-16-8 {
        padding: 8px;
    }
}

.p-20 {
    padding: 20px;
}

.plr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.ptb-40-20 {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 1300px) {
    .ptb-40-20 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .ptb-40-20 {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

.ptb-50-40 {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 1300px) {
    .ptb-50-40 {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

@media (max-width: 600px) {
    .ptb-50-40 {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-16-14 {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media (max-width: 600px) {
    .ptb-16-14 {
        padding-bottom: 14px;
        padding-top: 14px;
    }
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    word-break: break-all;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    min-width: 134px;
}

@media (any-hover: hover) {
    .logo:hover {
        color: var(--hover);
    }
}

.logo:focus-visible {
    color: var(--hover);
}

.logo:active {
    color: var(--active);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.logo span {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.letter-logo-shadow {
    margin-bottom: -8px;
    margin-right: -4px;
    margin-left: -4px;
}

.letter-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1px;
    word-break: break-all;
}

.letter-dash {
    margin-bottom: 6px;
}

.tx-40-28 {
    font-size: 40px;
}

@media (max-width: 1300px) {
    .tx-40-28 {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .tx-40-28 {
        font-size: 28px;
    }
}

.tx-60-30 {
    font-size: 60px;
    @media (max-width: 1300px) {
        font-size: 50px;
    }
    @media (max-width: 991px) {
        font-size: 40px;
    }
    @media (max-width: 600px) {
        font-size: 30px;
    }
}


.tx-40-24_kbnr3oo0cm {
    font-size: 40px;
    @media (max-width: 1300px) {
        font-size: 32px;
    }
    @media (max-width: 600px) {
        font-size: 24px;
    }
}

.tx-40-18 {
    font-size: 40px;
    @media (max-width: 1300px) {
        font-size: 32px;
    }
    @media (max-width: 600px) {
        font-size: 18px;
    }
}

.tx-48-38 {
    font-size: 48px;
    @media (max-width: 1300px) {
        font-size: 42px;
    }
    @media (max-width: 600px) {
        font-size: 38px;
    }
}

.tx-46-32 {
    font-size: 46px;
    @media (max-width: 1300px) {
        font-size: 40px;
    }
    @media (max-width: 600px) {
        font-size: 32px;
    }
}

.tx-60-34 {
    font-weight: 400;
    font-size: 60px;
    line-height: 120%;
}

@media (max-width: 1220px) {
    .tx-60-34 {
        font-size: 50px;
    }
}

@media (max-width: 1300px) {
    .tx-60-34 {
        font-size: 40px;
    }
}

@media (max-width: 600px) {
    .tx-60-34 {
        font-size: 34px;
    }
}


.tx-60-40 {
    font-weight: 400;
    font-size: 60px;

    @media (max-width: 1220px) {
        font-size: 50px;
    }
    @media (max-width: 600px) {
        font-size: 40px;
    }
}

.tx-80-34 {
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
}

@media (max-width: 1220px) {
    .tx-80-34 {
        font-size: 60px;
    }
}

@media (max-width: 1300px) {
    .tx-80-34 {
        font-size: 45px;
    }
}

@media (max-width: 600px) {
    .tx-80-34 {
        font-size: 34px;
    }
}

.tx-70-30 {
    font-size: 70px;
    line-height: 100%;

    @media (max-width: 1220px) {
        font-size: 55px;
    }
    @media (max-width: 1100px) {
        font-size: 45px;
    }
    @media (max-width: 600px) {
        font-size: 30px;
    }
}

.tx-72-38 {
    font-size: 72px;
    @media (max-width: 1220px) {
        font-size: 55px;
    }
    @media (max-width: 1100px) {
        font-size: 45px;
    }
    @media (max-width: 600px) {
        font-size: 38px;
    }
}

.tx-50-24 {
    font-size: 50px;
    line-height: 100%;

    @media (max-width: 1220px) {
        font-size: 40px;
    }
    @media (max-width: 1100px) {
        font-size: 30px;
    }
    @media (max-width: 600px) {
        font-size: 24px;
    }
}

.mg-top-bottom-50 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.mg-top-50 {
    margin-top: 50px;
}

.mg-top-40-30 {
    margin-top: 40px;
    @media (max-width: 991px) {
        margin-top: 30px;
    }
}

.mg-top-40 {
    margin-top: 40px;
}

.mg-top-32 {
    margin-top: 32px;
}

.mg-bottom-40 {
    margin-bottom: 40px;
}

.mg-bottom-40-20 {
    margin-bottom: 40px;
    @media (max-width: 991px) {
        margin-bottom: 20px;
    }
}

.mg-bottom-48-24 {
    margin-bottom: 48px;
    @media (max-width: 991px) {
        margin-bottom: 32px;
    }
    @media (max-width: 600px) {
        margin-bottom: 24px;
    }
}

.mg-bottom-48-96 {
    margin-bottom: 48px;
    @media (max-width: 991px) {
        margin-bottom: 62px;
    }
    @media (max-width: 600px) {
        margin-bottom: 96px;
    }
}

.mg-bottom-48-16 {
    margin-bottom: 48px;
    @media (max-width: 991px) {
        margin-bottom: 32px;
    }
    @media (max-width: 600px) {
        margin-bottom: 16px;
    }
}

.mg-bottom-40-12 {
    margin-bottom: 40px;
    @media (max-width: 600px) {
        margin-bottom: 12px;
    }
}

.mg-bottom-40-30 {
    margin-bottom: 40px;
    @media (max-width: 991px) {
        margin-bottom: 30px;
    }
}

.mg-bottom-30 {
    margin-bottom: 30px;
}

.pd-bottom-90 {
    padding-bottom: 90px;
}

.mg-bottom-50 {
    margin-bottom: 50px;
}

.mg-bottom-10_kbnr3oo0cm {
    margin-bottom: 10px;
}

.mg-bottom-16 {
    margin-bottom: 16px;
}

.mg-bottom-10_kbnr3oo0cm {
    margin-bottom: 10px;
}

.pd-top-bottom-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.pd-top-50 {
    padding-top: 50px;
}

.pd-top-40 {
    padding-top: 40px;
}

.pd-bottom-50 {
    padding-bottom: 50px;
}

.pd-bottom-40 {
    padding-bottom: 40px;
}

.tx-30-24 {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 30px;
    @media (max-width: 1220px) {
        font-size: 26px;
    }
    @media (max-width: 1300px) {
        font-size: 24px;
    }
    @media (max-width: 600px) {
        font-size: 24px;
    }
}

.tx-30-18 {
    font-size: 30px;
    @media (max-width: 1220px) {
        font-size: 26px;
    }
    @media (max-width: 1300px) {
        font-size: 24px;
    }
    @media (max-width: 600px) {
        font-size: 18px;
    }
}

.tx-30-20 {
    font-size: 30px;
    @media (max-width: 1220px) {
        font-size: 26px;
    }
    @media (max-width: 1300px) {
        font-size: 24px;
    }
    @media (max-width: 600px) {
        font-size: 20px;
    }
}

.tx-30 {
    font-size: 30px;
}

.tx-38-24 {
    font-weight: 400;
    font-size: 38px;
    line-height: 120%;
}

@media (max-width: 1220px) {
    .tx-38-24 {
        font-size: 30px;
    }
}

@media (max-width: 1300px) {
    .tx-38-24 {
        font-size: 28px;
    }
}

@media (max-width: 600px) {
    .tx-38-24 {
        font-size: 24px;
    }
}

.tx-14 {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

.tx-14-12 {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    @media (max-width: 600px) {
        font-size: 12px;
    }
}


.tx-14-10 {
    font-weight: 400;
    font-size: 14px;
    @media (max-width: 600px) {
        font-size: 10px;
    }
}

.text-yellow {
    color: #CC9D33;
}

.tx-12-150 {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
}

.tx-12 {
    font-weight: 400;
    font-size: 12px;
}

.tx-12-8 {
    font-weight: 400;
    font-size: 12px;
    @media (max-width: 991px) {
        font-size: 8px;
    }
}

.tx-10-8 {
    font-weight: 400;
    font-size: 10px;
    @media (max-width: 991px) {
        font-size: 8px;
    }
}

.tx-16 {
    font-weight: 400;
    font-size: 16px;
}

.tx-16-14 {
    font-weight: 400;
    font-size: 16px;
    @media (max-width: 991px) {
        font-size: 14px;
    }
}

.tx-16-12 {
    font-weight: 400;
    font-size: 16px;
    @media (max-width: 991px) {
        font-size: 12px;
    }
}


.tx-16-150 {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--tx-color);
}

.line-height-150 {
    line-height: 150%;
}

.line-height-120_kbnr3oo0cm {
    line-height: 120%;
}

.line-height-100_kbnr3oo0cm {
    line-height: 100%;
}

.line-height-120_kbnr3oo0cm-140 {
    line-height: 120%;
    @media (max-width: 600px) {
        line-height: 140%;
    }
}

.line-height-130-width600 {
    @media (max-width: 600px) {
        line-height: 130%;
    }
}

.line-height-140 {
    line-height: 140%;
}

.line-height-normal {
    line-height: normal;
}

.tx-20 {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}

.tx-20-12 {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}

@media (max-width: 1220px) {
    .tx-20-12 {
        font-size: 16px;
    }
}

@media (max-width: 1300px) {
    .tx-20-12 {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .tx-20-12 {
        font-size: 12px;
    }
}

.tx-24-20 {
    font-size: 24px;
    @media (max-width: 1220px) {
        font-size: 22px;
    }
    @media (max-width: 600px) {
        font-size: 20px;
        line-height: 130%; /* 26px */
        letter-spacing: 0.8px;
    }
}

.tx-24-16 {
    font-size: 24px;

    @media (max-width: 1100px) {
        font-size: 20px;
    }
    @media (max-width: 600px) {
        font-size: 16px;
    }
}


.tx-20-16_kbnr3oo0cm {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}

@media (max-width: 1220px) {
    .tx-20-16_kbnr3oo0cm {
        font-size: 18px;
    }
}

@media (max-width: 1300px) {
    .tx-20-16_kbnr3oo0cm {
        font-size: 16px;
    }
}

.tx-20-18_kbnr3oo0cm {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}

.tx-18 {
    font-size: 18px;
}

@media (max-width: 1220px) {
    .tx-20-18_kbnr3oo0cm {
        font-size: 18px;
    }
}

.tx-28-18 {
    font-size: 28px;

    @media (max-width: 991px) {
        font-size: 18px;
    }
}

.tx-24-14 {
    font-size: 24px;

    @media (max-width: 991px) {
        font-size: 14px;
    }
}


.tx-main {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

@media (max-width: 1300px) {
    .tx-main {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .tx-main {
        font-size: 16px;
    }
}

.hover-color {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
    .hover-color:hover {
        color: var(--hover);
    }
}

.hover-color:focus-visible {
    color: var(--hover);
}

.hover-color:active {
    color: var(--active);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.d-block {
    display: block;
}

.w100 {
    min-width: 0;
    width: 100%;
}

.h100 {
    min-height: 0;
    height: 100%;
}

.relative-z2 {
    position: relative;
    z-index: 2;
}

.word-break {
    word-break: break-all;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.img-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.underline {
    text-decoration: underline;
}

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

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


.text-center_kbnr3oo0cm-max991 {
    @media (max-width: 991px) {
        text-align: center;
    }
}

.text-center_kbnr3oo0cm-min991 {
    @media (min-width: 991px) {
        text-align: center;
    }
}

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

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.header {
    display: flex;
    height: 70px;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    @media (max-width: 991px) {

    }
}

/*.nav__link.active {
  color: #FFB22B;
}

.nav__link:hover {
  color: #8a5904;
}*/

.logo img {
    width: 55px;
    height: 50px;
    flex-shrink: 0;
}

.nav__item--button {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row;
    justify-content: flex-start;
}

.display-none-min {
    @media (min-width: 991px) {
        display: none;
    }
}

.display-none-max {
    @media (max-width: 991px) {
        display: none;
    }
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.btn-hero_kbnr3oo0cm {
    display: flex;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #FE4E00;
    color: #FFF;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn-hero_kbnr3oo0cm:hover {
    border-radius: 100px;
    background: #FE4E00;
    box-shadow: 0 0 31.3px 0 #FE4E00;
}

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

@media (max-width: 991px) {
    .header_kbnr3oo0cm__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #0B2F32;
        z-index: 1000;
        padding: 77px 30px 30px 30px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        overflow: auto;
        -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
        pointer-events 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
        pointer-events 0.2s ease-in-out;
    }
}

@media (max-width: 600px) {
    .header_kbnr3oo0cm__menu {
        padding: 80px 30px 30px 30px;
    }
}

.header_kbnr3oo0cm__menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

.header__exit-menu {
    width: 32px;
    height: 32px;
    aspect-ratio: 1/1;
}

.burger-active-head {
    display: none;
}

.burger-active-head.active {
    display: flex;
    padding: 8px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    background: #030415;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.nav_kbnr3oo0cm {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    @media (max-width: 991px) {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.btn-header-list {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-btn {
    min-width: 151px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 14px 24px;
    border-radius: 10px;
    border: 1px solid #FFB22B;
    color: #FFB22B;
    font-family: var(--font-family), sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.header-btn.btn-adventure {
    max-width: 151px;
    @media (max-width: 600px) {
        max-width: 100%;
    }
}

.header-btn.log-in {
    color: #010101;
    background: #FFB22B;
}

.disclaimer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header-btn.log-in:hover {
    background: #FFBE4C;
}

.header-btn:hover {
    border-radius: 10px;
    border: 1px solid #FFB22B;
    background: rgba(255, 178, 43, 0.23);
}

.header-btn.with100 {
    @media (max-width: 600px) {
        max-width: 100%;
        width: 100%;
    }
}

.nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
}

@media (max-width: 991px) {
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {
    .nav__list_footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px 30px;
    }
}

@media (max-width: 600px) {
    .nav__list_footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.nav__link {
    color: rgba(10, 10, 35, 0.50);
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 991px) {
        color: #FFF;
    }
}

.nav__link.active {
    color: #0A0A23;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 991px) {
        color: #FFF;
    }
}

.burger_kbnr3oo0cm {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 50px;
    padding: 4px;
    background-color: transparent;
}

@media (max-width: 991px) {
    .burger_kbnr3oo0cm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
    }
}

.burger_kbnr3oo0cm svg {
    width: 30px;
    height: 30px;
    aspect-ratio: 1/1;
}


/* Попап стили */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup {
    display: flex;
    max-width: 420px;
    width: 100%;
    padding: 30px 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    gap: 20px;
    position: relative;
    animation: popupAppear 0.3s ease-out;
    border-radius: 6px;
    border: 1px solid #FFF;
    background: black;
}

@keyframes popupAppear {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

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

.popup-title {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 30px */
    text-transform: uppercase;
    @media (max-width: 600px) {
        font-size: 24px;
    }
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 36px;
    cursor: pointer;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.close-btn:hover {
    background: #f0f0f0;
    color: #333;
}

.form-group {
    margin-bottom: 10px;
}


.form-input:focus {
    outline: none;
    border-color: #4285f4;
}

.form-submit {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #FFE100;
    color: #0D0D0D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.form-submit.w100-btn {
    max-width: 100%;
    width: 100%;
}

.form-submit:hover {
    background: #ccb71a;
}

.form-link button {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 14.4px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.form-link a:hover {
    color: #6b89ba;
}

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

.success-message {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
    text-transform: uppercase;
    @media (max-width: 600px) {
        font-size: 24px;
    }
}

.font-family-Clash {
    font-family: "Clash Display", sans-serif;
}

.show {
    display: flex;
}


.hero-section_kbnr3oo0cm {
    background: url(/sdbj46nk_img/main-background_hufh37c.webp) lightgray 50% / cover no-repeat;
    @media (max-width: 600px) {
        background: url(/sdbj46nk_img/main-background-mobile_fjeu4nh.webp) lightgray 50% / cover no-repeat;
    }
}

.hero-section_kbnr3oo0cm-about {
    background: url(/sdbj46nk_img/about-background_fhhu4u.webp) lightgray 50% / cover no-repeat;
    @media (max-width: 600px) {
        background: url(/sdbj46nk_img/about-background-mobile_fhhu4u.webp) lightgray 50% / cover no-repeat;
    }
}

.hero-section_kbnr3oo0cm-contact {
    background: url(/sdbj46nk_img/contact-background_dhu47dh.webp) lightgray 50% / cover no-repeat;
    @media (max-width: 600px) {
        background: url(/sdbj46nk_img/contact-background-mobile_dhu47dh.webp) lightgray 50% / cover no-repeat;
    }
}

.hero-section_kbnr3oo0cm-reviews {
    background: url(/sdbj46nk_img/reviews-background_fhuu37h.webp) lightgray 50% / cover no-repeat;
    @media (max-width: 600px) {
        background: url(/sdbj46nk_img/reviews-background-mobile_fhuu37h.webp) lightgray 50% / cover no-repeat;
    }
}

.hero-section_kbnr3oo0cm-united-kingdom {
    background: url(/sdbj46nk_img/united-kingdom/united-kingdom-background.webp) lightgray 50% / cover no-repeat;
    @media (max-width: 600px) {
        background: url(/sdbj46nk_img/united-kingdom/united-kingdom-background-mobile.webp) lightgray 50% / cover no-repeat;
    }
}

.hero-section_kbnr3oo0cm-portugal {
    background: url(/sdbj46nk_img/portugal/background-hero.webp) lightgray 50% / cover no-repeat;
    @media (max-width: 600px) {
        background: url(/sdbj46nk_img/portugal/background-heo-mobile.webp) lightgray 50% / cover no-repeat;
    }
}

.hero-section_kbnr3oo0cm-spain {
    background: url(/sdbj46nk_img/spain/background-hero.webp) lightgray 50% / cover no-repeat;
    @media (max-width: 600px) {
        background: url(/sdbj46nk_img/spain/background-hero-mobile.webp) lightgray 50% / cover no-repeat;
    }
}

.hero-section_kbnr3oo0cm-greece {
    background: url(/sdbj46nk_img/greece/background-hero.webp) lightgray 50% / cover no-repeat;
    @media (max-width: 600px) {
        background: url(/sdbj46nk_img/greece/background-hero-mobile.webp) lightgray 50% / cover no-repeat;
    }
}

.hero-section_kbnr3oo0cm-germany {
    background: url(/sdbj46nk_img/germany/background-hero.webp) lightgray 50% / cover no-repeat;
    @media (max-width: 600px) {
        background: url(/sdbj46nk_img/germany/background-hero-mobile.webp) lightgray 50% / cover no-repeat;
    }
}

.hero-section_kbnr3oo0cm-france {
    background: url(/sdbj46nk_img/france/hero-background.webp) lightgray 50% / cover no-repeat;
    @media (max-width: 600px) {
        background: url(/sdbj46nk_img/france/hero-background-mobile.webp) lightgray 50% / cover no-repeat;
    }
}

.list-why-explore_fju47dh8 {
    display: flex;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;

    li {
        display: flex;
        padding: 20px;
        max-width: 270px;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        border-radius: 16px;
        border: 1px solid rgba(101, 100, 100, 0.20);
        background: #FFF;
        box-shadow: 0 4px 4px 0 rgba(182, 182, 182, 0.25);
        @media (max-width: 600px) {
            max-width: 100%;
        }

        img {
            width: 64px;
            height: 64px;
            flex-shrink: 0;
        }

        p:nth-child(2) {
            color: #0A0A23;
            text-align: center;
            font-family: Lato, sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: capitalize;
        }

        p:nth-child(3) {
            color: #0A0A23;
            text-align: center;
            font-family: Lato, sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }
    }
}

.kbnr3oo0cm_terms h1 {
    @media (max-width: 600px) {
        font-size: 34px;
    }
    @media (max-width: 500px) {
        font-size: 30px;
    }
    @media (max-width: 400px) {
        font-size: 24px;
    }
}

.hero-container_kbnr3oo0cm {
    display: flex;
    padding: 132px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    @media (max-width: 991px) {
        padding: 96px 0;
    }
    @media (max-width: 600px) {
        padding: 64px 0;
    }
}

.hero-container_kbnr3oo0cm-about {
    display: flex;
    padding: 72px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    @media (max-width: 600px) {
        padding: 64px 0;
    }
}

.hero-containe-about_kbnr3oo0cm {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 110px;
}


.btn-hero-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 103px;
    @media (max-width: 600px) {
        align-items: center;
        justify-content: center;
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }
}

.kbnr3oo0cm_footer {
    padding: 90px 0;
    background: #0B2F32;
    @media (max-width: 600px) {
        padding: 60px 0;
    }
}

.kbnr3oo0cm_footer_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 50px;
}

.footer__list {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
    gap: 10px;
}


.hero-container-about_kbnr3oo0cm-container {
    display: flex;
    padding: 24px 0;
    flex-direction: column;
    align-items: flex-start;
    max-width: 742px;
    width: 100%;
}

.footer__link {
    color: #FFF;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer__list-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


summary {
    list-style: none;
    cursor: pointer;
}

summary::-webkit-details-marker {
    display: none;
}

.footer__item-countries details {
    position: relative;
}

.countries-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;

    width: 220px;
    padding: 14px;

    background: #ffffff;
    border-radius: 20px;

    z-index: 1000;
}


/* чтобы список не прыгал */
.footer__list-nav {
    overflow: visible;
}

/* кнопка Countries */
.footer__item-button {
    display: flex;
    align-items: center;
    gap: 5px;

    svg {
        width: 20px;
        height: 19px;
        aspect-ratio: 20/19;
    }
}

/* стрелка */
.footer__item-button .arrow {
    transition: transform 0.3s ease;
}

/* поворот стрелки */
details[open] .arrow {
    transform: rotate(180deg);
}

/* DROPDOWN */
.countries-dropdown {
    margin-top: 10px;
    padding: 14px;
    background: #ffffff;
    border-radius: 16px;
}

.countries-dropdown li {
    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5;
}

.countries-dropdown li:last-child {
    border-bottom: none;
}

.countries-dropdown a {
    color: #0b0f2f;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

/* если открываем вверх */
.countries-dropdown.open-up {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 10px;
}

.countries-dropdown {
    max-height: 60vh;
    overflow-y: auto;
}



.partners {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px;
    @media (max-width: 600px) {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }
}

.flex-2-box {
    padding-top: 40px;
    display: flex;
    gap: 80px;
    align-items: center;
    @media (max-width: 991px) {
        flex-direction: column;
        gap: 24px;
        padding-top: 24px;
    }
}

.flex-2-box.reverse {
    @media (max-width: 991px) {
        flex-direction: column-reverse;
    }
}

.flex-2-box div {
    max-width: 580px;
    width: 100%;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}


.flex-2-box-footer {
    display: flex;
    gap: 30px;
    @media (max-width: 991px) {
        gap: 24px;
        flex-direction: column;
    }
}

.flex-2-box-footer div {
    max-width: 605px;
    width: 100%;
}

.contact-container {
    max-width: 610px;
    width: 100%;
}

.contact-email {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-email img {
    height: 24px;
    width: 24px;
}

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

.play-btn_kbnr3oo0cm {
    display: flex;
    max-width: 250px;
    width: 100%;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: linear-gradient(178deg, #EF932E 1.39%, #A9182B 98.61%);
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.play-btn_kbnr3oo0cm.w100-btn {
    @media (max-width: 991px) {
        max-width: 100%;
        width: 100%;
    }
}

.play-btn_kbnr3oo0cm:hover {
    background: #FF970B;
}

.kbnr3oo0cm_terms {
    padding: 40px 0;
}

.official-list_kbnr3oo0cm {
    display: flex;
    align-items: center;
    gap: 20px;
    @media (max-width: 991px) {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.official-list_kbnr3oo0cm li {
    max-width: 400px;
    width: 100%;
    display: flex;
    padding: 20px;
    flex-direction: column;
    border-radius: 16px;
    background: #0D0D0D;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.40);

    img {
        width: 40px;
        height: 40px;
    }
}

.about-container {
    display: flex;
    align-items: center;
    gap: 80px;
    @media (max-width: 991px) {
        flex-direction: column;
        gap: 24px;
    }
}

.abut-left-side {
    max-width: 296px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.abut-right-side {
    max-width: 864px;
    width: 100%;
}

.footer-p-style {
    color: var(--white, #F9F9F9);
    font-family: var(--font-secondary), sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.register-buttons_dvYeh2h {
    display: flex;
    align-items: center;
    gap: 20px;
    opacity: 0;
    @media (max-width: 991px) {
        margin-top: 30px;
    }
}

.register-buttons_dvYeh2h-none-991px {
    @media (max-width: 991px) {
        display: none;
    }
}

.register-buttons_dvYeh2h-none-min-991px {
    @media (min-width: 991px) {
        display: none;
    }
}

.register-button_dg3 {
    display: flex;
    padding: 10px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 6px;
    color: var(--black, #0D0D0D);
    font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
}

.register-button {
    background: var(--white, #FFF);
}

.login-button {
    background: var(--yellow, #FFE100);
}

.hero-btn-play_kbnr3oo0cm {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: var(--yellow, #FFE100);
    color: var(--black, #0D0D0D);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    max-width: 556px;
    width: 100%;
    @media (max-width: 600px) {
        font-size: 16px;
    }
}

.red-background_kbnr3oo0cm {
    background: var(--red, linear-gradient(180deg, #F00 0%, #B70000 100%));
}

.container-4x4-list_kbnr3oo0cm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 610px;
    width: 100%;
    justify-content: center;
    align-content: center;
    gap: 20px;
    flex-wrap: wrap;
    @media (max-width: 600px) {
        grid-template-columns: 1fr;
    }
}

.container-4x4-list_kbnr3oo0cm li {
    display: flex;
    max-width: 295px;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, #F00 0%, #B70000 100%);
    @media (max-width: 600px) {
        max-width: 100%;
    }
}

.container-img-right_kbnr3oo0cm {
    max-width: 610px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.flex-box-2-container_kbnr3oo0cm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    @media (max-width: 991px) {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.flex-box-2-container_kbnr3oo0cm-iner_kbnr3oo0cm {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    align-self: stretch;
    @media (max-width: 991px) {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.container-610_kbnr3oo0cm {
    width: 100%;
    max-width: 610px;
}

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

.list-partners-main_kbnr3oo0cm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 20px;

    li {
        height: 76px;
    !important;
        @media (max-width: 991px) {
            height: 46px;!important;
        }
        @media (max-width: 600px) {
            height: 24px;!important;
        }
    }
}

.flex-footer-2x-container {
    display: flex;
    align-items: flex-start;
    gap: 100px;
    @media (max-width: 991px) {
        flex-direction: column;
        gap: 30px;
    }
}

.div-left-footer {
    max-width: 610px;
    width: 100%;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}

.div-right-footer {
    max-width: 425px;
    width: 100%;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}


.age-confirm {
    width: 32px;
    height: 32px;
}

.popup_dhh2d-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup_dhh2d {
    display: flex;
    max-width: 477px;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 8px;
    background: #7A311E;
    width: 100%;
    @media (max-width: 600px) {
        display: flex;
        max-width: 328px;
        width: 100%;
        padding: 24px;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
}

.popup_dhh2d.alter {
    max-width: 713px;
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.popup_dhh2d p {
    color: #FFF;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.popup-btn_dhh2d {
    display: flex;
    width: 250px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: linear-gradient(178deg, #EF932E 1.39%, #A9182B 98.61%);
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.popup-btn_dhh2d:hover {
    opacity: 0.9;
}

.hidden {
    display: none;
}

.about-us-list {
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    @media (max-width: 991px) {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

.about-us-list li {
    display: flex;
    max-width: 400px;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 16px;
    background: linear-gradient(180deg, #F00 0%, #B70000 100%);

    p:nth-child(1) {
        color: var(--white, #FFF);
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 30px */
        text-transform: uppercase;
        @media (max-width: 600px) {
            font-size: 24px;
        }
    }

    p:nth-child(2) {
        color: var(--white, #FFF);
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 20px */
        @media (max-width: 600px) {
            font-size: 18px;
        }
    }
}


.contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.container-655_kbnr3oo0cm {
    max-width: 655px;
    width: 100%;
}

.form-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;

    span {
        color: #FFF;
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}


/* === INPUTS === */
.contact-form input,
.contact-form textarea {
    display: flex;
    padding: 15px;
    align-items: flex-end;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid rgba(101, 100, 100, 0.50);
    background: #FFF;
    color: rgba(10, 10, 35, 0.60);
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-form textarea {
    min-height: 70px;
    resize: vertical;
}

/* PLACEHOLDER */
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #999;
}

/* === CHECKBOX === */
.checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    cursor: pointer;
    user-select: none;
}

/* hide native checkbox */
.checkbox-wrap input {
    display: none;
}

/* custom checkbox */
.checkmark {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    flex-shrink: 0;
    position: relative;
}

/* checked state */
.checkbox-wrap input:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 3px;
    width: 7px;
    height: 13px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* === BUTTON === */
.contact-form button {
    display: flex;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #FE4E00;
    color: #FFF;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 124px;
    margin-top: 10px;
    @media (max-width: 991px) {
        max-width: 100%;
        width: 100%;
    }
}

.center-btn-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form button:not(:disabled):hover {
    transform: translateY(-1px);
}

.flex-2cont-contact-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    @media (max-width: 991px) {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}


.contact-right-side {
    display: flex;
    padding: 20px;
    max-width: 610px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    border-radius: 16px;
    background: var(--red, linear-gradient(180deg, #F00 0%, #B70000 100%));

    div {
        display: flex;
        align-items: center;
        gap: 10px;

        img {
            height: 22px;
            width: 20px;
        }

        p {
            color: var(--white, #FFF);
            text-align: left;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%;
            @media (max-width: 600px) {
                font-size: 18px;
            }
        }
    }
}

.form-success {
    color: #0A0A23;
    font-size: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: none;
}

.run-strok-head_kbnr3oo0cm {
    overflow: hidden;
    background: #7A311E;
    backdrop-filter: blur(5px);
    padding: 8px 0;
}

.run-track_kbnr3oo0cm {
    display: flex;
    align-items: center;
    gap: 48px;
    width: max-content;
    animation: runLine 20s linear infinite;
}

.run-track_kbnr3oo0cm p {
    white-space: nowrap;
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

@keyframes runLine {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.brown-container_kbnr3oo0cm {
    display: flex;
    padding: 24px 32px;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
    border-radius: 16px;
    background: #7A311E;
    @media (max-width: 1300px) {
        gap: 20px;
    }
    @media (max-width: 600px) {
        padding: 24px 16px;
    }
}


.brown-container_kbnr3oo0cm_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-width: 667px;
    width: 100%;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}

.brown-container_kbnr3oo0cm_right {
    max-width: 421px;
    width: 100%;
    @media (max-width: 991px) {
        display: none;
    }
}

.rating-likes_kbnr3oo0cm {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
    @media (max-width: 600px) {
        gap: 16px;
        flex-direction: column;
    }

    div {
        display: flex;
        align-items: center;
        gap: 8px;

        img {
            width: 24px;
            height: 24px;
            aspect-ratio: 1/1;
        }

        p {
            color: #FFF;
            font-family: Inter;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }
    }
}

.brown-container_kbnr3oo0cm_left_title {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.img-brown-container_kbnr3oo0cm {
    @media (min-width: 991px) {
        display: none;
    }
    @media (max-width: 991px) {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}

.img-cont_kbnr3oo0cm {
    height: 187px;
}

.game-frame_kbnr3oo0cm {
    max-width: 100%;
    height: 590px;
    border-radius: 16px;
    border: 2px solid #EF932E;
    background: lightgray;
    overflow: hidden;
    display: flex;
}

.game-frame_kbnr3oo0cm iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 14px;
}



.rewiews-list_kbnr3oo0cm {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;

    @media (max-width: 991px) {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .data-reviews {
        color: rgba(10, 10, 35, 0.50);
        font-family: Lato, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    li {
        display: flex;
        max-width: 367px;
        width: 100%;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0 2px 8px 0 rgba(182, 182, 182, 0.25);

        .top-reviews {
            display: flex;
            align-items: flex-start;
            gap: 10px;

            span {
                display: flex;
                width: 44px;
                padding: 10px;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 10px;
                border-radius: 100px;
                background: #0A0A23;
                color: #FFF;
                font-family: Lato, sans-serif;
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }

            .box-name {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
                gap: 5px;

                p:nth-child(1) {
                    color: #0A0A23;
                    font-family: Lato, sans-serif;
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                    text-transform: uppercase;
                }

                p:nth-child(2) {
                    color: #0A0A23;
                    font-family: Lato, sans-serif;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                }
            }
        }

        .review-stars {
            width: 147px;
            height: 22px;
        }
    }
}

.rewiews-list_kbnr3oo0cm.alter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 24px;
    align-items: stretch;
    @media (max-width: 991px) {
        grid-template-columns: 1fr 1fr;
        justify-items: center;
    }
    @media (max-width: 600px) {
        grid-template-columns: 1fr;
    }
}

.flex-cotainer-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    @media (max-width: 991px) {
        flex-direction: column;
        justify-content: center;
    }
}

.contact-form-img {
    max-width: 465px;
    width: 100%;
}

.container-643_kbnr3oo0cm {
    max-width: 643px;
    width: 100%;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}

.container-518_kbnr3oo0cm {
    max-width: 518px;
    width: 100%;
}

.survey-wrapper {
    display: flex;
    justify-content: center;
}

.survey-card {
    max-width: 645px;
    width: 100%;
    border-radius: 30px;
    background: #7A311E;
    padding: 32px;
    color: #fff;
    font-family: Inter, sans-serif;
    min-height: 459px;
    @media (max-width: 991px) {
        max-width: 100%;
    }
    @media (max-width: 600px) {
        padding: 16px;
    }
}

.survey-card.last {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Steps */
.survey-steps {
    display: flex;
    align-items: center;
}

.step {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    border: 1px solid #ED190D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
}

.step.active {
    background: #ED190D;
}

.step.done {
    background: #2BCE30;
    border-color: #2BCE30;
    font-size: 16px;
}

.line {
    flex: 1;
    height: 2px;
    background: red;
}

/* Steps content */
.survey-step {
    display: none;
}

.survey-step.active {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;

}

.survey-step-title {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 600px) {
        font-size: 16px;
    }
}

.option {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.option input {
    display: none;
}

.option span {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
}

.option input:checked + span::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Buttons */
.survey-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    margin-top: 30px;
    @media (max-width: 600px) {
        flex-direction: column-reverse;

        gap: 16px;
    }
}

.survey-card {
    button {
        display: flex;
        padding: 14px 40px;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        border-radius: 8px;
        @media (max-width: 600px) {
            width: 100%;
        }
    }
}

#backBtn {
    background: transparent;
    border: 1px solid #EF932E;
}

#nextBtn {
    background: linear-gradient(178deg, #EF932E 1.39%, #A9182B 98.61%);
}


.thank-you {
    text-align: center;
    height: 100%;
}

.last-msg-survey {
    color: #FFF;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 600px) {
        font-size: 16px;
    }
}

.last-msg-survey-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.container-530px_kbnr3oo0cm {
    max-width: 530px;
    width: 100%;
}


.flex-2-cont-survey_kbnr3oo0cm {
    display: flex;
    align-items: center;
    gap: 24px;
    @media (max-width: 991px) {
        flex-direction: column;
    }
}

.center-form_kbnr3oo0cm {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.disclaimer-cont_kbnr3oo0cm {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 24px;
    border: 2px solid #EF932E;
    background: linear-gradient(to bottom right, #B42B2B 0%, #100717 43%, #030415 50%) bottom right / 50% 50% no-repeat,
    linear-gradient(to bottom left, #B42B2B 0%, #100717 43%, #030415 50%) bottom left / 50% 50% no-repeat,
    linear-gradient(to top left, #B42B2B 0%, #100717 43%, #030415 50%) top left / 50% 50% no-repeat,
    linear-gradient(to top right, #B42B2B 0%, #100717 43%, #030415 50%) top right / 50% 50% no-repeat;
    @media (max-width: 600px) {
        display: flex;
        padding: 16px;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        border-radius: 24px;
        border: 2px solid #EF932E;
        background: linear-gradient(to bottom right, #B42B2B 0%, #100717 43%, #030415 50%) bottom right / 50% 50% no-repeat,
        linear-gradient(to bottom left, #B42B2B 0%, #100717 43%, #030415 50%) bottom left / 50% 50% no-repeat,
        linear-gradient(to top left, #B42B2B 0%, #100717 43%, #030415 50%) top left / 50% 50% no-repeat,
        linear-gradient(to top right, #B42B2B 0%, #100717 43%, #030415 50%) top right / 50% 50% no-repeat;
    }

    .title {
        color: #FFF;
        text-align: center;
        font-family: Inter, sans-serif;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

.footer-containerx3_kbnr3oo0cm {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    @media (max-width: 991px) {
        flex-direction: column;
    }
}

.footer-left-cont_kbnr3oo0cm {
    display: flex;
    max-width: 367px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}

.footer-center-cont_kbnr3oo0cm {
    display: flex;
    max-width: 367px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}

.footer-right-cont_kbnr3oo0cm {
    display: flex;
    max-width: 367px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    @media (max-width: 991px) {
        max-width: 100%;
    }
}

.blockquote-footer_kbnr3oo0cm {
    color: #FFF;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    width: 100%;
    text-align: center;
}

.footer-logo-age_kbnr3oo0cm {
    display: flex;
    align-items: center;
    gap: 40px;
    align-self: stretch;
}

.img-18-cont {
    width: 46px;
    height: 46px;
    aspect-ratio: 1/1;
}

.privacy-notice {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;

    p:nth-child(1) {
        color: #FFF;
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    p:nth-child(2) {
        color: #FFF;
        font-family: Inter, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }
}

.padding-h1-head {
    padding-top: 50px;
}

.container-policy_kbnr3oo0cm {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.container-policy_kbnr3oo0cm_element {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;

    p:nth-child(1) {
        color: #0A0A23;
        font-family: Lato, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

.qeq {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border: 2px solid #EF932E;
    border-radius: 16px;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.h1-about {
    color: #FFF;
    font-family: Inter, sans-serif;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 991px) {
        font-size: 28px;
    }
    @media (max-width: 600px) {
        color: #FFF;
        text-align: left;
        font-family: Inter, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

.h1-about.alter {
    @media (max-width: 600px) {
        text-align: center;
    }
}

.footer-2x-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    @media (max-width: 991px) {
        flex-direction: column;
    }
}

.nav__item-button {
    display: flex;
    align-items: center;
    gap: 5px;
    svg {
        width: 20px;
        height: 19px;
        aspect-ratio: 20/19;
    }
}

.privacy-page {
    h1, p, li, h2 {
        color: #0A0A23;
    }

    h1 {
        word-break: break-all;
        text-align: left;
        color: #0A0A23;
        font-family: Lato, sans-serif;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        @media (max-width: 600px) {
            font-size: 30px;
        }
    }
}



.dropdown-header {
    position: relative;

    .arrow {
        width: 10px;
        height: 10px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
        transition: transform 0.3s ease;
    }
}

.dropdown-toggle-header {
    background: none;
    border: none;
    cursor: pointer;

    display: flex;
    align-items: center;
    gap: 5px;

    color: rgba(10, 10, 35, 0.50);
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 991px) {
        color: white;
    }
    svg {
        @media (max-width: 991px) {
            filter: brightness(0) invert(1);
        }
    }
}


/* Arrow */

/* ===== MENU ===== */
.dropdown-menu-header {
    position: absolute;
    left: -10px;
    top: 16px;
    background: #fff;
    border-radius: 16px;
    padding: 5px 10px 16px 10px;
    min-width: 104px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;

    @media (max-width: 991px) {
        top: 30px;
    }
}

/* Menu items */
.dropdown-menu-header a {
    display: block;

    color: #0B0B32;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 2px 0;
    border-top: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
    .dropdown-menu-header a:first-child {
        border-top: none !important;
    }
}

.dropdown-header:hover .dropdown-menu-header,
.dropdown-header:focus-within .dropdown-menu-header {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-header:hover svg,
.dropdown-header:focus-within svg {
    transform: rotate(-180deg);
}

.dropdown-header:hover .dropdown-toggle-header,
.dropdown-header:focus-within .dropdown-toggle-header {
    color: #0a0b2e;
    @media (max-width: 991px) {
        color: white;
    }
}

.list-landmarks_kbnr3oo0cm {
    display: flex;
    align-items: stretch;
    gap: 30px;
    align-self: stretch;
    flex-wrap: wrap;
    justify-content: center;

    li {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 20px;
        background: #F1F6E2;
        box-shadow: 0 4px 4px 0 rgba(182, 182, 182, 0.25);
        max-width: 262px;
        width: 100%;
        .bottom-div {
            display: flex;
            padding: 16px 10px;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
            align-self: stretch;
            p:nth-child(1) {
                width: 100%;
                text-align: center;
                color: #0A0A23;
                font-family: Lato, sans-serif;
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
            }
            p:nth-child(2) {
                color: #0A0A23;
                text-align: center;
                font-family: Lato, sans-serif;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
            }
        }
    }
}