
* {
    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_h8k3j9f/lato-v25-latin-regular_h8k3j9f.woff2) format("woff2");
}

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

@font-face {
    font-family: "Source Serif Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts_h8k3j9f/sourceserifpro-regular_h8k3j9f.woff2) format("woff2");
}


:root {
    --font-family: "Lato", sans-serif;
    --font-secondary: "Source Serif Pro", sans-serif;
    --container-width: 1240px;
    --container-step: 100px;
    --container-step-tablet: 30px;
    --container-step-mobile: 10px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #FEFEFE;
    --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;
    --orange: #FF8F0F;
    --Colorw: #FEFEFE;
    --line_5: linear-gradient(180deg, #ADC7DB 0%, #FFF 100%);
    --line_arr: linear-gradient(0deg, #ADC7DB 0%, #FFF 100%);
    --Blue_2: #1F3A5F;
    --blue_lig: #DBEDF7;
}


h1 {
    color: var(--Colorw, #FEFEFE);
    text-align: center;
    font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
    font-family: Lato, sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 991px) {
        font-size: 60px;
    }
    @media (max-width: 600px) {
        font-size: 40px;
    }
}

h2 {
    color: #1F3A5F;
    font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
    font-family: Lato, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 991px) {
        font-size: 28px;
    }
    @media (max-width: 600px) {
        font-size: 22px;
    }
}

.container-for-h2__euw74hf {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    border-bottom: 1px solid var(--Blue_2, #1F3A5F);
}

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

.h2-clases {
    text-align: left;
    color: #1F3A5F;
    font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
    font-family: Lato, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    @media (max-width: 991px) {
        font-size: 28px;
    }
    @media (max-width: 600px) {
        font-size: 22px;
    }
}

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 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

.padding-section__euw74hf {
    padding: 60px 0;
    @media (max-width: 991px) {
        padding: 60px 0;
    }
    @media (max-width: 600px) {
        padding: 40px 0;
    }
}

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

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

.txt-color-white {
    color: #FFFFFF;
}

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

.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__euw74hf {
    margin-bottom: 20px;
}

.mg-bottom-10__euw74hf0 {
    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__euw74hf-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-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__euw74hf {
    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__euw74hf-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;
    @media (max-width: 600px) {
        font-size: 14px;
    }
}

.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: 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: var(--background-page);
}


.main__euw74hf {
    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__euw74hf {
    margin-bottom: 100px;
    @media (max-width: 1300px) {
        margin-bottom: 100px;
    }
    @media (max-width: 991px) {
        margin-bottom: 60px;
    }
    @media (max-width: 600px) {
        margin-bottom: 40px;
    }
}

.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: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    word-break: break-all;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

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

.letter-logo {
    display: -webkit-box;
    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__euw74hf {
    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__euw74hf {
    margin-bottom: 10px;
}

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

.mg-bottom-10__euw74hf {
    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__euw74hf {
    line-height: 120%;
}

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

.line-height-120__euw74hf-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__euw74hf {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}

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

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

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

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

@media (max-width: 1220px) {
    .tx-20-18__euw74hf {
        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__euw74hf {
    text-align: center;
}

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


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

.text-center__euw74hf-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;
    width: 100%;
    height: 64px;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    background: #FFFFFF;
    @media (max-width: 991px) {

    }
}

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

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

.logo img {
    width: 223px;
    height: 32px;
    flex-shrink: 0;
}

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

.logo {
    display: flex;
    align-items: center;
}

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

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

.header__container {
    display: -webkit-box;
    display: flex;
    align-items: center;
    -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%;
}

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

@media (max-width: 991px) {
    .header__euw74hf__menu {
        display: -webkit-box;
        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: #FFFFFF;
        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__euw74hf__menu {
        padding: 80px 30px 30px 30px;
    }
}

.header__euw74hf__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: #FFFFFF;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 67px;
}

.nav__euw74hf {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    @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: 24px;
    @media (max-width: 1100px) {
        gap: 24px;
    }
}

@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: var(--Blue_2, #1F3A5F);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*.nav__link.active {
    border-bottom: 1px solid #ED190D;
    @media (max-width: 991px) {
        border-bottom: none;
    }
}*/

.burger__euw74hf {
    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;
    background-color: transparent;
    width: 50px;
    height: 30px;
    flex-shrink: 0;
}

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

.burger__euw74hf span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: white;
    border-radius: 2px;
}


/* Попап стили */
.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-Lato {
    font-family: "Lato", sans-serif;
}

.show {
    display: flex;
}

.hero-section__euw74hf {
    background: url(../img_h8k3j9f/background-hero.webp) center / cover no-repeat;
    padding: 200px 0;
    @media (max-width: 1220px) {
        padding: 150px 0;
    }
    @media (max-width: 1024px) {
        padding: 100px 0;
    }
    @media (max-width: 600px) {
        padding: 80px 0;
    }
}

.section-first-gradient {
    background: var(--line_5, linear-gradient(180deg, #ADC7DB 0%, #FFF 100%));
    padding: 80px 0;
    @media (max-width: 991px) {
        padding: 40px 0;
    }
}

.section-last-gradient {
    background: var(--line_arr, linear-gradient(0deg, #ADC7DB 0%, #FFF 100%));
    padding: 80px 0;
    @media (max-width: 991px) {
        padding: 40px 0;
    }
}

.attraction-section_fh48fj {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
    justify-items: center;
    gap: 20px;
    justify-content: center;
    @media (max-width: 991px) {
        grid-template-columns: 1fr 1fr;
    }
    @media (max-width: 600px) {
        grid-template-columns: 1fr;
    }

    li {
        display: flex;
        max-width: 400px;
        width: 100%;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch;
        border-radius: 30px;
        background: #FFF;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);

        .img-cont {
            max-width: 360px;
            width: 100%;
        }

        .title {
            color: #000;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .location {
            color: #000;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }
    }
}

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

.hero-containe-about__euw74hf {
    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;
    }
}

._euw74hf_footer {

    padding: 40px 0;
    @media (max-width: 600px) {
        padding: 20px 0;
    }
}

._euw74hf_footer_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: var(--Colorw, #FEFEFE);
    border-radius: 20px;
    @media (max-width: 600px) {
        padding: 20px;
    }
}

.footer__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    align-self: stretch;
    flex-wrap: wrap;
    @media (max-width: 600px) {
        justify-content: flex-start;
        gap: 24px 52px;
    }
}

.footer__list-policy {
    display: flex;
    align-items: center;
    gap: 40px;
    @media (max-width: 991px) {
        gap: 24px;
        margin-bottom: 24px;
    }
}

.footer__link-policy {
    color: var(--Blue_2, #1F3A5F);
    font-family: "Source Serif Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero-container__euw74hf-container {
    display: flex;
    padding: 24px 0;
    flex-direction: column;
    gap: 16px;
    max-width: 735px;
    width: 100%;

    p:nth-child(1) {
        font-family: Inter, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        background: linear-gradient(178deg, #EF932E 1.39%, #A9182B 98.61%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


}


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

.flex-contaimner-2x__euw74hf {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    @media (max-width: 991px) {
        flex-direction: column-reverse;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

    .right {
        max-width: 761px;
        width: 100%;
    }

    .left {
        max-width: 439px;
        width: 100%;
    }
}

.footer__link {
    color: var(--Blue_2, #1F3A5F);
    font-family: "Source Serif Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0;
}

.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;
}

.h2-container-and-btn__euw74hf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.events__track__euw74hf {
    display: grid;
    gap: 20px;
    justify-content: center;
    justify-items: center;
    
    ul {
        display: contents;
        list-style: none;
        margin: 0;
        padding: 0;
    }
}

.event-card__euw74hf {
    justify-content: space-between;
    display: flex;
    max-width: 295px;
    list-style: none;
    width: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 20px;
    background: var(--Blue_2, #1F3A5F);
    @media (max-width: 450px) {
        max-width: 360px;
    }
}

.event-title__euw74hf {
    color: #FEFEFE;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 16px;
}

.event-date__euw74hf {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FEFEFE;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;

    svg {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }
}

.event-date__euw74hf.alter {
    margin-bottom: 0;
}

.event-btn__euw74hf {
    display: flex;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: #FEFEFE;
    color: var(--Blue_2, #1F3A5F);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    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;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.event-btn__euw74hf::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img_h8k3j9f/ticket-btn.svg) center / contain no-repeat;
    flex-shrink: 0;
}

.event-btn__euw74hf:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(31, 58, 95, 0.2);
}

/* DOTS */

.events__dots__euw74hf {
    display: none;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.dot__euw74hf {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid var(--Blue_2, #1F3A5F);
    background: #DBEDF7;
    cursor: pointer;
}

.dot__euw74hf.active__euw74hf {
    opacity: 1;
    width: 20px;
    height: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--Blue_2, #1F3A5F);
}

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

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

.event-container-img__euw74hf {
    height: 240px;
    max-width: 255px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
    @media (max-width: 450px) {
        max-width: 360px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    img {
        object-fit: cover;
    }
}

.event-type-badge__euw74hf {
    position: absolute;
    bottom: 12px;
    right: 12px;
    display: inline-flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #DBEDF7;
    color: #1F3A5F;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Source Serif Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

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

    .events__dots__euw74hf {
        display: flex;
    }
}


.events-section__euw74hf78j {
    background: #000;
    padding: 60px 0;
}

.categories__euw74hf78j {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    @media (max-width: 600px) {
        margin-bottom: 20px;
        gap: 10px;
    }
}

.category-btn__euw74hf78j {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--blue_lig, #DBEDF7);
    color: var(--Blue_2, #1F3A5F);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.category-btn__euw74hf78j.active__euw74hf78j {
    color: var(--Colorw, #FEFEFE);
    background: var(--Blue_2, #1F3A5F);
}

.events-track__euw74hf78j {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    gap: 20px;
    width: 100%;
    @media (max-width: 991px) {
        grid-template-columns: repeat(3, 1fr);
    }
    
    ul {
        display: contents;
        list-style: none;
        margin: 0;
        padding: 0;
    }
}

.event-card__euw74hf78j {
    background: #ff8c00;
    padding: 20px;
    border-radius: 20px;
}

.event-card__euw74hf78j img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
}

.event-btn__euw74hf78j {
    background: #000;
    color: #ff8c00;
    padding: 12px;
    text-align: center;
    border-radius: 12px;
    margin-top: 15px;
}

.events-dots__euw74hf78j {
    display: none;
    justify-content: center;
    gap: 6px;
    margin-top: 20px;
}

.dot__euw74hf78j {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid var(--Blue_2, #1F3A5F);
    background: var(--blue_lig, #DBEDF7);
    cursor: pointer;
}

.dot__euw74hf78j.active__euw74hf78j {
    width: 20px;
    height: 10px;
    border-radius: 10px;
    background: var(--Blue_2, #1F3A5F);
}

@media (max-width: 991px) {
    .events-dots__euw74hf78j {
        display: flex;
    }
}

/* SLIDER ACTIVE */
@media (max-width: 785px) {
    .events-track__euw74hf78j {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 550px) {
    .events-track__euw74hf78j {
        grid-template-columns: repeat(1, 1fr);
    }
}

.orrang-txt-p__euw74hf {
    color: var(--Blue_2, #1F3A5F);
    font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    @media (max-width: 600px) {
        font-size: 16px;
    }
}


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

.calendar-left__euw74hf {
    display: flex;
    max-width: 625px;
    width: 100%;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
    background: var(--Blue_2, #1F3A5F);
    @media (max-width: 600px) {
        padding: 24px;
    }
    @media (max-width: 450px) {
        padding: 16px;
    }
}

.calendar-header__euw74hf {
    display: flex;
    padding: 16px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background:#DBEDF7;
    width: 100%;
    margin-bottom: 20px;
    @media (max-width: 600px) {
    
        margin-bottom: 16px;
    }
}

.week-day__euw74hf {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(7, 1fr);
    gap: 11px;
    width: 100%;
    margin-bottom: 30px;

    p {
        color: #FEFEFE;
        font-variant-numeric: lining-nums proportional-nums;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        padding: 4px;
        @media (max-width: 600px) {
            font-size: 14px;
            padding: 2px;
        }
    }
}

.cal-title__euw74hf {
    color: var(--Blue_2, #1F3A5F);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Source Serif Pro", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    width: 100%;
}

.cal-nav__euw74hf {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.calendar-grid__euw74hf {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 36px 11px;
    width: 100%;
}

.day__euw74hf {
    color: var(--blue_lig, #DBEDF7);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Source Serif Pro", serif;
    text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
    cursor: pointer;
    border-radius: 4px;
}

.today__euw74hf {
    background: var(--red_can, #C8102E);
    color: var(--white, #FFF);
}

.selected__euw74hf {
 
    border-radius: 4px;
background: var(--blue_lig, #DBEDF7);
color: var(--Blue_2, #1F3A5F);
}

.calendar-right__euw74hf {
    max-width: 535px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.event-card__euw74hf_right {
    max-width: 535px;
    width: 100%;
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--Blue_2, #1F3A5F);
}

.event-type__euw74hf-right {
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--Blue_2, #1F3A5F);
    background: #FEFEFE;
    color: var(--Blue_2, #1F3A5F);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
}

.p-event-card__euw74hf_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;

    p {
        color: #FEFEFE;
        font-variant-numeric: lining-nums proportional-nums;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 19.2px */
    }
}

/* New Calendar Event Card Styles */
.event-card__euw74hf_right_new {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    border-radius: 20px;
    background: var(--Blue_2, #1F3A5F);
    max-width: 535px;
    width: 100%;
}

.event-img-container__euw74hf {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.event-type-badge__euw74hf_calendar {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: rgba(254, 254, 254, 0.90);
    color: var(--Blue_2, #1F3A5F);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.event-content__euw74hf {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.event-title__euw74hf_calendar {
    color: var(--Colorw, #FEFEFE);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Latoб sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.event-date__euw74hf_calendar {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FEFEFE;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
    
    svg {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        color: #FEFEFE;
    }
}

.event-btn__euw74hf_calendar {
    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    background: #FEFEFE;
    color: var(--Blue_2, #1F3A5F);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    
    &:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(254, 254, 254, 0.3);
    }
    
    &::before {
        content: '';
        width: 16px;
        height: 16px;
        background: url(../img_h8k3j9f/ticket-btn.svg) center / contain no-repeat;
        flex-shrink: 0;
    }
}

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

.footer-2x-container__euw74hf-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    max-width: 398px;
    width: 100%;
}

.list-social__euw74hf {
    display: flex;
    align-items: center;
    gap: 16px;

    svg {
        width: 24px;
        height: 24px;
    }
}

.bottom-txt-logo-footer {
    color: var(--Blue_2, #1F3A5F);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Source Serif Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blockquote-footer__euw74hf {
    color: var(--Blue_2, #1F3A5F);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Source Serif Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-2x-container__euw74hf-right {
    max-width: 715px;
    width: 100%;
}

.contact-cont-email-phone__euw74hf {
    display: flex;
    align-items: flex-end;
    gap: 32px;
    align-self: stretch;
    @media (max-width: 600px) {
        gap: 16px;
        flex-direction: column;
        align-items: flex-start;

    }

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

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

        p {
            color: var(--Blue_2, #1F3A5F);
            font-family: Lato, sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 120%;
        }
    }
}

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

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

.privacy-page_fhue4u8 {
    padding: 40px 0;
    p {
        color: var(--Blue_2, #1F3A5F);
font-variant-numeric: lining-nums proportional-nums;
font-family: "Source Serif Pro", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
    }   

    .link {
        color: var(--Blue_2, #1F3A5F);
font-variant-numeric: lining-nums proportional-nums;
font-family: "Source Serif Pro", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
    }
}

.other-month__euw74hf {
    color: var(--Grey, #8C8C8C);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Source Serif Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.other-month__euw74hf.selected__euw74hf {
    color: var(--Blue_2, #1F3A5F);
    background: #FEFEFE;
}