
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -8px;
        margin-left: -8px;
    }
    .row > .col,
    .row > [class*="col-"] {
        padding-right: 8px;
        padding-left: 8px;
    }
    .row.no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    .row.no-gutters > .col,
    .row.no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto,
    .col-xxl,
    .col-xxl-1,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-auto {
        position: relative;
        width: 100%;
    }
    .col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .row-cols-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: none;
        width: auto;
        max-width: 100%;
    }
    .col-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-1 {
        margin-left: 8.33333333%;
    }
    .offset-2 {
        margin-left: 16.66666667%;
    }
    .offset-3 {
        margin-left: 25%;
    }
    .offset-4 {
        margin-left: 33.33333333%;
    }
    .offset-5 {
        margin-left: 41.66666667%;
    }
    .offset-6 {
        margin-left: 50%;
    }
    .offset-7 {
        margin-left: 58.33333333%;
    }
    .offset-8 {
        margin-left: 66.66666667%;
    }
    .offset-9 {
        margin-left: 75%;
    }
    .offset-10 {
        margin-left: 83.33333333%;
    }
    .offset-11 {
        margin-left: 91.66666667%;
    }
    .d-none {
        display: none !important;
    }
    .d-inline {
        display: inline !important;
    }
    .d-inline-block {
        display: inline-block !important;
    }
    .d-block {
        display: block !important;
    }
    .d-table {
        display: table !important;
    }
    .d-table-row {
        display: table-row !important;
    }
    .d-table-cell {
        display: table-cell !important;
    }
    .d-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: auto !important;
    }
    .flex-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    
   
    .svg-icon {
        overflow: hidden;
    }
    .theme-medium {
        background-color: #f2f3f4;
    }
    .theme-dark {
        color: #fff;
        background-color: #121314;
    }
    .theme-dark-secondary {
        color: #fff;
        background-color: #303234;
    }
    .responsive-media {
        position: relative;
        background-position: 50%;
    }
    .responsive-media:before {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        padding-top: 100%;
    }
    .responsive-media > picture {
        background-position: 50%;
    }
    .responsive-media > img,
    .responsive-media > picture,
    .responsive-media > picture > img,
    .responsive-media > video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .responsive-media > video {
        -o-object-fit: cover;
        object-fit: cover;
    }
    img[data-object-fit="contain"] {
        -o-object-fit: contain;
        object-fit: contain;
    }
    img[data-object-fit="cover"] {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .fit-img {
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
    }
    .fit-img img {
        opacity: 0 !important;
    }
    .fit-img--cover {
        background-size: cover;
    }
    .fit-img--contain {
        background-size: contain;
    }
    .no-scroll,
    .no-scroll-popup {
        -ms-touch-action: none;
        touch-action: none;
        overflow: hidden;
    }
    .block-ancor {
        height: 0;
        font-size: 0;
    }
    .scroll-to-anchor {
        display: block;
        position: absolute;
        bottom: 0;
    }
    .text-animation {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .text-animation.visible {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .video-holder {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        top: 0;
        cursor: pointer;
        background-color: rgba(16, 19, 22, 0.3);
        background-image: url(../images/spinner.svg);
        background-repeat: no-repeat;
        background-position: 50%;
    }
    .video-holder .video-wrapper,
    .video-holder iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .video-poster {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .loaded > .video-poster {
        display: none;
    }
    .display {
        font-family: Haval, Arial, Helvetica, sans-serif;
        font-size: 32px;
        line-height: 1;
        font-weight: 500;
        letter-spacing: -0.6px;
        text-transform: uppercase;
    }
    
    .large-text {
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: 0.4px;
    }
    .large-text-m {
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: 0.4px;
        font-weight: 600;
    }
    .main-text {
        font-size: 16px;
        line-height: 1.375;
        letter-spacing: 0.2px;
    }
    .main-text-m {
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 0.2px;
        font-weight: 600;
    }
    .small-text {
        font-size: 14px;
        line-height: 1.4;
    }
    .small-text-m {
        font-size: 14px;
        line-height: 1.4;
        font-weight: 600;
    }
    .extrasmall-text {
        font-size: 12px;
        line-height: 1.333;
        letter-spacing: 0.2px;
    }
    .extrasmall-text-m {
        font-size: 12px;
        line-height: 1.333;
        font-weight: 600;
    }
    .medium-caps {
        font-size: 16px;
        line-height: 1.375;
        letter-spacing: 0.6px;
        text-transform: uppercase;
    }
    .small-caps {
        font-size: 16px;
        line-height: 1.429;
        letter-spacing: 0.6px;
        text-transform: uppercase;
    }
    .extrasmall-caps {
        font-size: 12px;
        line-height: 1.333;
        letter-spacing: 0.6px;
        text-transform: uppercase;
    }
    .brand-small {
        font-family: Haval, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.429;
        text-transform: uppercase;
    }
    .brand-extrasmall {
        font-family: Haval, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 1.3;
        font-weight: 500;
        letter-spacing: 0.2px;
        text-transform: uppercase;
    }
    .brand-tiny {
        font-family: Haval, Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 1.4;
        font-weight: 500;
        letter-spacing: 0.2px;
        text-transform: uppercase;
    }
    [class*="theme-dark-secondary"] .text-content,
    [class*="theme-dark"] .text-content {
        color: #fff;
    }
    .text-content > :last-child {
        margin-bottom: 0;
    }
    .text-content p {
        margin-bottom: 16px;
    }
    .text-content h1,
    .text-content h2,
    .text-content h3,
    .text-content h4,
    .text-content h5,
    .text-content h6 {
        margin-bottom: 10px;
    }
    .text-content a:not(.btn) {
        color: #121314;
    }
    .theme-dark .text-content a:not(.btn) {
        color: #fff;
    }
    .theme-dark-secondary .text-content a:not(.btn) {
        color: #fff;
    }
    .text-content a:not(.btn):hover {
        color: inherit;
    }
    .text-content ol,
    .text-content ul {
        list-style: none;
        padding-left: 40px;
        margin-bottom: 32px;
    }
    .text-content li {
        position: relative;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }
    .text-content li:not(:last-child) {
        margin-bottom: 6px;
    }
    .text-content ul li:before {
        content: "";
        display: block;
        position: absolute;
        top: 9px;
        left: -25px;
        width: 6px;
        height: 6px;
        background: rgba(16, 19, 22, 0.7);
        border-radius: 50%;
        background-repeat: no-repeat;
    }
    [class*="theme-dark-secondary"] .text-content ul li:before,
    [class*="theme-dark"] .text-content ul li:before {
        background: rgba(247, 252, 255, 0.7);
    }
    .text-content ol {
        counter-reset: counter-numbers;
    }
    .text-content ol li {
        counter-increment: counter-numbers;
    }
    .text-content ol li:before {
        position: absolute;
        top: 1px;
        left: -40px;
        text-align: right;
        color: rgba(16, 19, 22, 0.8);
        width: 24px;
        height: 24px;
        content: counter(counter-numbers) ".";
    }
    [class*="theme-dark"] .text-content ol li:before {
        color: rgba(247, 252, 255, 0.8);
    }
    .text-content_list-arrow ul li:before {
        top: -1px;
        left: -40px;
        width: 24px;
        height: 24px;
        border: none;
        background: 0 0;
        background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M16.172%2011.0002%2010.808%205.63617l1.414-1.414L20%2012.0002l-7.778%207.778-1.414-1.414%205.364-5.364H4v-2H16.172z%22%20fill=%22%23101316%22/%3E%3C/svg%3E);
        opacity: 0.7;
    }
    .text-content_list-arrow.theme-dark ul li:before,
    .text-content_list-arrow.theme-dark-secondary ul li:before,
    [class*="theme-dark-secondary"] .text-content_list-arrow ul li:before,
    [class*="theme-dark"] .text-content_list-arrow ul li:before {
        background: 0 0;
        background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M16.172%2011.0002%2010.808%205.63617l1.414-1.414L20%2012.0002l-7.778%207.778-1.414-1.414%205.364-5.364H4v-2H16.172z%22%20fill=%22%23F7FCFF%22/%3E%3C/svg%3E);
    }
    .text-content_list-check ul li:before {
        top: -1px;
        left: -40px;
        width: 24px;
        height: 24px;
        background: 0 0;
        border: none;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.99401 14.6793L18.6733 6L19.992 7.34266L9.99401 17.3407L4 11.3467L5.31868 10.004L9.99401 14.6793Z' fill='%23101316'/%3e%3c/svg%3e");
        opacity: 0.7;
    }
    .text-content_list-check.theme-dark ul li:before,
    .text-content_list-check.theme-dark-secondary ul li:before,
    [class*="theme-dark-secondary"] .text-content_list-check ul li:before,
    [class*="theme-dark"] .text-content_list-check ul li:before {
        background: 0 0;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.99401 14.6793L18.6733 6L19.992 7.34266L9.99401 17.3407L4 11.3467L5.31868 10.004L9.99401 14.6793Z' fill='%23F7FCFF'/%3e%3c/svg%3e");
    }
    .decor-mint {
        color: #00cabf;
    }
    
    .color-gray-1 {
        color: rgba(16, 19, 22, 6%);
    }
    .color-gray-2 {
        color: rgba(16, 19, 22, 0.2);
    }
    .color-gray-3 {
        color: rgba(16, 19, 22, 0.3);
    }
    .color-gray-4 {
        color: rgba(16, 19, 22, 0.4);
    }
    .color-gray-5 {
        color: rgba(16, 19, 22, 0.5);
    }
    .color-gray-6 {
        color: rgba(16, 19, 22, 0.6);
    }
    .color-gray-7 {
        color: rgba(16, 19, 22, 0.7);
    }
    .color-gray-8 {
        color: rgba(16, 19, 22, 0.8);
    }
    .color-gray-9 {
        color: rgba(16, 19, 22, 0.9);
    }
    .theme-dark .color-gray-1 {
        color: rgba(247, 252, 255, 6%);
    }
    .theme-dark .color-gray-2 {
        color: rgba(247, 252, 255, 0.2);
    }
    .theme-dark .color-gray-3 {
        color: rgba(247, 252, 255, 0.3);
    }
    .theme-dark .color-gray-4 {
        color: rgba(247, 252, 255, 0.4);
    }
    .theme-dark .color-gray-5 {
        color: rgba(247, 252, 255, 0.5);
    }
    .theme-dark .color-gray-6 {
        color: rgba(247, 252, 255, 0.6);
    }
    .theme-dark .color-gray-7 {
        color: rgba(247, 252, 255, 0.7);
    }
    .theme-dark .color-gray-8 {
        color: rgba(247, 252, 255, 0.8);
    }
    .theme-dark .color-gray-9 {
        color: rgba(247, 252, 255, 0.9);
    }
    .color-text-primary {
        color: #121314;
    }
    [class*="theme-dark"] .color-text-primary {
        color: #fff;
    }
    .color-text-secondary {
        color: rgba(16, 19, 22, 0.8);
    }
    [class*="theme-dark"] .color-text-secondary {
        color: rgba(247, 252, 255, 0.8);
    }
    .color-text-tertiary {
        color: rgba(16, 19, 22, 0.6);
    }
    [class*="theme-dark"] .color-text-tertiary {
        color: rgba(247, 252, 255, 0.6);
    }
    
    [class*="theme-dark"] .btn {
        color: #fff;
    }
    [class*="theme-dark"] .btn::after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.129 8.25L8.106 4.227L9.1665 3.1665L15 9L9.1665 14.8335L8.106 13.773L12.129 9.75L3 9.75L3 8.25L12.129 8.25Z' fill='%23ffffff'/%3e%3c/svg%3e");
    }
    [class*="theme-dark"] .btn svg {
        fill: currentColor;
    }
    [class*="theme-dark"] .btn:hover:active {
        color: #fff;
        opacity: 0.9;
        border-color: #44e5dd;
    }
    [class*="theme-dark"] .btn:hover:active::after {
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.129 8.25L8.106 4.227L9.1665 3.1665L15 9L9.1665 14.8335L8.106 13.773L12.129 9.75L3 9.75L3 8.25L12.129 8.25Z' fill='%2344E5DD' /%3E%3C/svg%3E");
    }
    [class*="theme-dark"] .btn_secondary {
        color: #121314;
        border: 2px solid #fff;
        background-color: #fff;
    }
    [class*="theme-dark"] .btn_secondary::after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.129 8.25L8.106 4.227L9.1665 3.1665L15 9L9.1665 14.8335L8.106 13.773L12.129 9.75L3 9.75L3 8.25L12.129 8.25Z' fill='%23121314'/%3e%3c/svg%3e");
    }
    [class*="theme-dark"] .btn_secondary:hover:active {
        color: #fff;
        opacity: 0.9;
        border-color: #44e5dd;
        background-color: transparent;
    }
    
   
    
    [class*="theme-dark"] .btn_arrow {
        color: #fff;
        border: none;
    }
    [class*="theme-dark"] .btn_arrow::after {
        background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M16.172%2011.0002%2010.808%205.63617l1.414-1.414L20%2012.0002l-7.778%207.778-1.414-1.414%205.364-5.364H4v-2H16.172z%22%20fill=%22%23fff%22/%3E%3C/svg%3E)
            no-repeat;
        background-position: 50%;
        background-color: transparent;
    }
    [class*="theme-dark"] .btn_arrow:hover:active {
        color: rgba(249, 252, 255, 0.9);
    }
   
    [class*="theme-dark"] .btn .line-animation .line-animation__base {
        stroke: #fff;
    }
    .m-xxl {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .mt-xxl {
        margin-top: 60px;
    }
    .mb-xxl {
        margin-bottom: 60px;
    }
    .m-xl {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .mt-xl {
        margin-top: 40px;
    }
    .mb-xl {
        margin-bottom: 40px;
    }
    .m-l {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .mt-l {
        margin-top: 32px;
    }
    .mb-l {
        margin-bottom: 32px;
    }
    .m-m {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .mt-m {
        margin-top: 24px;
    }
    .mb-m {
        margin-bottom: 24px;
    }
    .m-s {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .mt-s {
        margin-top: 16px;
    }
    .mb-s {
        margin-bottom: 16px;
    }
    .m-xs {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .mt-xs {
        margin-top: 10px;
    }
    .mb-xs {
        margin-bottom: 10px;
    }
    .m-xxs {
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .mt-xxs {
        margin-top: 6px;
    }
    .mb-xxs {
        margin-bottom: 6px;
    }
    .p-xxl {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pt-xxl {
        padding-top: 60px;
    }
    .pb-xxl {
        padding-bottom: 60px;
    }
    .p-xl {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pt-xl {
        padding-top: 40px;
    }
    .pb-xl {
        padding-bottom: 40px;
    }
    .p-l {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .pt-l {
        padding-top: 32px;
    }
    .pb-l {
        padding-bottom: 32px;
    }
    .p-m {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .pt-m {
        padding-top: 24px;
    }
    .pb-m {
        padding-bottom: 24px;
    }
    .p-s {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .pt-s {
        padding-top: 16px;
    }
    .pb-s {
        padding-bottom: 16px;
    }
    .p-xs {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .pt-xs {
        padding-top: 10px;
    }
    .pb-xs {
        padding-bottom: 10px;
    }
    .p-xxs {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .pt-xxs {
        padding-top: 6px;
    }
    .pb-xxs {
        padding-bottom: 6px;
    }
    @-webkit-keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @keyframes fadein {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @-webkit-keyframes fadeout {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }
    @keyframes fadeout {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }
    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
        100% {
            -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
        }
    }
    @keyframes spin {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
        }
        100% {
            -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
        }
    }
    @-webkit-keyframes cookie-notify-anim {
        0% {
            -webkit-transform: translateY(120px);
            transform: translateY(120px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }
    @keyframes cookie-notify-anim {
        0% {
            -webkit-transform: translateY(120px);
            transform: translateY(120px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
    }
    @-webkit-keyframes cookie-notify-anim-hide {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateY(156px);
            transform: translateY(156px);
            opacity: 0;
        }
    }
    @keyframes cookie-notify-anim-hide {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }
        100% {
            -webkit-transform: translateY(156px);
            transform: translateY(156px);
            opacity: 0;
        }
    }
    @-webkit-keyframes BulletProgress {
        from {
            width: 100;
        }
        to {
            width: 0;
        }
    }
    @keyframes BulletProgress {
        from {
            width: 100;
        }
        to {
            width: 0;
        }
    }
    .slider-flow-progress {
        width: 100%;
    }
    .slider-flow-progress .swiper-pagination {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
    .slider-flow-progress .swiper-pagination-bullet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 2px;
        background: rgba(16, 19, 22, 0.4);
        border-radius: 0;
        opacity: 1;
        margin: 0 !important;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
    }
    .slider-flow-progress .swiper-pagination-bullet > span {
        display: none;
    }
    .slider-flow-progress .swiper-pagination-bullet-active {
        background: #121314;
    }
    [class*="theme-dark"] .slider-flow-progress .swiper-pagination-bullet {
        background: rgba(247, 252, 255, 0.4);
    }
    [class*="theme-dark"] .slider-flow-progress .swiper-pagination-bullet-active {
        background: #fff;
    }
    .slider-flow-buttons {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 2;
        display: none;
        -webkit-tap-highlight-color: transparent;
    }
    .slider-flow-buttons .swiper-button-next,
    .slider-flow-buttons .swiper-button-prev {
        width: 44px;
        height: 44px;
        border: 2px solid #121314;
    }
    .slider-flow-buttons .swiper-button-next::after,
    .slider-flow-buttons .swiper-button-prev::after {
        content: "";
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: contain;
        background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52331 9.16689H16.6666V10.8336H6.52331L10.9933 15.3036L9.81498 16.4819L3.33331 10.0002L9.81498 3.51855L10.9933 4.69689L6.52331 9.16689Z' fill='%23121314' /%3E%3C/svg%3E");
    }
    .slider-flow-buttons .swiper-button-next:hover,
    .slider-flow-buttons .swiper-button-prev:hover {
        background-color: #00cabf;
        border-color: #00cabf;
    }
    .slider-flow-buttons .swiper-button-next:hover::after,
    .slider-flow-buttons .swiper-button-prev:hover::after {
        background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52331 9.16689H16.6666V10.8336H6.52331L10.9933 15.3036L9.81498 16.4819L3.33331 10.0002L9.81498 3.51855L10.9933 4.69689L6.52331 9.16689Z' fill='%23ffffff' /%3E%3C/svg%3E");
    }
    .slider-flow-buttons .swiper-button-next:active,
    .slider-flow-buttons .swiper-button-prev:active {
        background-color: #44e5dd;
        border-color: #44e5dd;
    }
    [class*="theme-dark"] .slider-flow-buttons .swiper-button-next,
    [class*="theme-dark"] .slider-flow-buttons .swiper-button-prev {
        border: 2px solid #fff;
    }
    [class*="theme-dark"] .slider-flow-buttons .swiper-button-next:after,
    [class*="theme-dark"] .slider-flow-buttons .swiper-button-prev:after {
        background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.52331 9.16689H16.6666V10.8336H6.52331L10.9933 15.3036L9.81498 16.4819L3.33331 10.0002L9.81498 3.51855L10.9933 4.69689L6.52331 9.16689Z' fill='white' /%3E%3C/svg%3E");
    }
    [class*="theme-dark"] .slider-flow-buttons .swiper-button-next:hover,
    [class*="theme-dark"] .slider-flow-buttons .swiper-button-prev:hover {
        border-color: #00cabf;
    }
    [class*="theme-dark"] .slider-flow-buttons .swiper-button-next:active,
    [class*="theme-dark"] .slider-flow-buttons .swiper-button-prev:active {
        border-color: #44e5dd;
    }
    .slider-flow-buttons .swiper-button-next {
        right: 0;
    }
    .slider-flow-buttons .swiper-button-next:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .slider-flow-buttons .swiper-button-prev {
        left: 0;
    }
    .web_block_header {
        text-align: center;
    }
    .web_block_header a:not(.btn) {
        color: #121314;
    }
    .theme-dark .web_block_header a:not(.btn) {
        color: #fff;
    }
    .theme-dark-secondary .web_block_header a:not(.btn) {
        color: #fff;
    }
    .web_block_header a:not(.btn):hover {
        color: inherit;
    }
    .web_block_header__title {
        margin-bottom: 1em;
    }
    .web_block_header__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
    .web_block_slider-hero {
        position: relative;
        overflow: hidden;
    }
    .web_block_slider-hero__pagination {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .web_block_slider-hero__pagination .swiper-pagination {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    @keyframes BulletProgress {
        0% {
            width: 0%;
        }
        100% {
            width: 100%;
        }
    }
    .web_block_slider-hero__pagination .swiper-pagination .swiper-pagination-bullet {
        width: 48px;
        height: 2px;
        border-radius: 0;
        opacity: 1;
        position: relative;
        background-color: transparent;
    }
    .web_block_slider-hero__pagination .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
        margin-right: 12px;
    }
    .web_block_slider-hero__pagination .swiper-pagination .swiper-pagination-bullet > span {
        display: none;
    }
    .web_block_slider-hero__pagination .swiper-pagination .swiper-pagination-bullet:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.4);
    }
    .web_block_slider-hero__pagination .swiper-pagination .swiper-pagination-bullet-active:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #fff;
        -webkit-animation: BulletProgress calc(var(--delay) * 1ms) linear forwards;
        animation: BulletProgress calc(var(--delay) * 1ms) linear forwards;
    }
    .web_block_media-hero {
        position: relative;
        height: 100vh;
    }
    .swiper-slide[data-swiper-slide-index] .web_block_media-hero:before {
        content: "";
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #121314;
        opacity: 0.8;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        pointer-events: none;
    }
    .swiper-slide.swiper-slide-active .web_block_media-hero:before {
        opacity: 0;
    }
    .web_block_media-hero > .container > .row {
        height: 100%;
    }
    .web_block_media-hero__img-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .web_block_media-hero__img-wrap:before {
        display: none;
    }
    .web_block_media-hero_shade .web_block_media-hero__img-wrap:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(18, 19, 20, 0.4)),
            color-stop(33.33%, rgba(18, 19, 20, 0))
        );
        background: linear-gradient(180deg, rgba(18, 19, 20, 0.4) 0, rgba(18, 19, 20, 0) 33.33%);
    }
    .web_block_media-hero__content {
        position: relative;
        z-index: 1;
        height: 100%;
    }
    .swiper-slide .web_block_media-hero__content {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .swiper-slide-active .web_block_media-hero__content {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .web_block_media-hero__content.not-animate {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: none;
        transition: none;
        opacity: 1;
    }
    .web_block_media-hero__content a:not(.btn) {
        color: inherit;
    }
    .web_block_media-hero__content a:not(.btn):hover {
        text-decoration: none;
    }
    .web_block_media-hero__content-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
        padding-top: 65px;
        height: 100%;
    }
    .web_block_media-hero__content-wrap > :last-child {
        margin-bottom: 32px;
    }
    .web_block_media-hero__title small {
        display: block;
        margin-bottom: 4px;
    }
    .web_block_media-hero__text {
        margin-top: 24px;
    }
    .web_block_media-hero__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px;
    }
    .web_block_media-hero_links-column .web_block_media-hero__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .web_block_media-hero_links-column .web_block_media-hero__links .btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .web_block_media-model {
        position: relative;
        height: 100vh;
    }
    .web_block_media-model > .container > .row {
        height: 100%;
    }
    .web_block_media-model__img-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .web_block_media-model__img-wrap:before {
        display: none;
    }
    .web_block_media-model__img-wrap:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(18, 19, 20, 0.4)),
            color-stop(33.33%, rgba(18, 19, 20, 0))
        );
        background: linear-gradient(180deg, rgba(18, 19, 20, 0.4) 0, rgba(18, 19, 20, 0) 33.33%);
    }
    .web_block_media-model__content {
        position: relative;
        z-index: 1;
        height: 100%;
    }
    .web_block_media-model__content a:not(.btn) {
        color: inherit;
    }
    .web_block_media-model__content a:not(.btn):hover {
        text-decoration: none;
    }
    .web_block_media-model__content-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
        padding-top: 65px;
        height: 100%;
    }
    .web_block_media-model__content-wrap .btn {
        background-color: transparent;
        margin-right: 16px;
    }
    .card-disclaimer {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: -1px;
    }
    .card-disclaimer__link {
        position: relative;
        z-index: 2;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        margin-left: 4px;
    }
    .card-disclaimer__link-icon {
        fill: #121314;
    }
    .theme-dark .card-disclaimer__link-icon {
        fill: #fff;
    }
    .card-disclaimer-popup {
        position: fixed;
        z-index: 2000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        color: #121314;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .card-disclaimer-popup.active {
        visibility: visible;
        opacity: 1;
    }
    .card-disclaimer-popup .container,
    .card-disclaimer-popup .row {
        height: 100%;
    }
    .card-disclaimer-popup .container {
        padding: 0;
    }
    .card-disclaimer-popup__overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(16, 19, 22, 0.6);
        -webkit-backdrop-filter: blur(16px);
        backdrop-filter: blur(16px);
    }
    .card-disclaimer-popup__container {
        height: 100%;
    }
    .card-disclaimer-popup__wrap {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
        padding-top: 40px;
        background-color: #fff;
    }
    .card-disclaimer-popup__close {
        position: absolute;
        right: 8px;
        top: 8px;
        z-index: 2;
        height: 32px;
        width: 32px;
        cursor: pointer;
        background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.001 14.1151L22.601 7.51514L24.4863 9.40047L17.8863 16.0005L24.4863 22.6005L22.601 24.4858L16.001 17.8858L9.40096 24.4858L7.51562 22.6005L14.1156 16.0005L7.51562 9.40047L9.40096 7.51514L16.001 14.1151Z' fill='%23121314'/%3e%3c/svg%3e")
            50% no-repeat;
    }
    .card-disclaimer-popup__title {
        color: inherit;
        padding-left: 16px;
    }
    .card-disclaimer-popup__info {
        position: relative;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-disclaimer-popup__info-section:first-child.mt-xs {
        margin-top: 0;
    }
    .card-disclaimer-popup__info-title {
        font-weight: 600;
        color: inherit;
    }
    .card-disclaimer-popup__info-text {
        color: rgba(16, 19, 22, 0.8);
    }
    .card-disclaimer-popup__info-wrap {
        position: relative;
        overflow-y: auto;
        overflow-x: hidden;
        padding-left: 16px;
        padding-right: 16px;
    }
    .card-disclaimer-popup__info-wrap::-webkit-scrollbar {
        width: 4px;
    }
    .card-disclaimer-popup__info-wrap::-webkit-scrollbar-track {
        background: rgba(16, 19, 22, 4%);
    }
    .card-disclaimer-popup__info-wrap::-webkit-scrollbar-thumb {
        background: rgba(16, 19, 22, 0.3);
    }
    .card-disclaimer-popup__info::after,
    .card-disclaimer-popup__info::before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        height: 40px;
        pointer-events: none;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all 160ms ease-in-out;
        transition: all 160ms ease-in-out;
        will-change: all;
    }
    .card-disclaimer-popup__info::before {
        top: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    }
    .card-disclaimer-popup__info::after {
        bottom: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    }
    .card-disclaimer-popup__info.info-fade-top::before {
        opacity: 1;
    }
    .card-disclaimer-popup__info.info-fade-bottom::after {
        opacity: 1;
    }
    
   
   
   
   
   
   
    
    
    
   
   
    
    
   
    
    @media (min-width: 600px) {
        
        .row {
            margin-right: -12px;
            margin-left: -12px;
        }
        .row > .col,
        .row > [class*="col-"] {
            padding-right: 12px;
            padding-left: 12px;
        }
        .col-md {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
        }
        .row-cols-md-1 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
        .row-cols-md-2 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .row-cols-md-3 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
            max-width: 33.3333333333%;
        }
        .row-cols-md-4 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .row-cols-md-5 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }
        .row-cols-md-6 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
            max-width: 16.6666666667%;
        }
        .col-md-auto {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: none;
            width: auto;
            max-width: 100%;
        }
        .col-md-1 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
            max-width: 8.33333333%;
        }
        .col-md-2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
            max-width: 16.66666667%;
        }
        .col-md-3 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .col-md-4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
            max-width: 33.33333333%;
        }
        .col-md-5 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
            max-width: 41.66666667%;
        }
        .col-md-6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .col-md-7 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
            max-width: 58.33333333%;
        }
        .col-md-8 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
            max-width: 66.66666667%;
        }
        .col-md-9 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
        .col-md-10 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
            max-width: 83.33333333%;
        }
        .col-md-11 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
            max-width: 91.66666667%;
        }
        .col-md-12 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
        .order-md-first {
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1;
        }
        .order-md-last {
            -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
            order: 13;
        }
        .order-md-0 {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0;
        }
        .order-md-1 {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }
        .order-md-2 {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
        .order-md-3 {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }
        .order-md-4 {
            -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
            order: 4;
        }
        .order-md-5 {
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
            order: 5;
        }
        .order-md-6 {
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
            order: 6;
        }
        .order-md-7 {
            -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
            order: 7;
        }
        .order-md-8 {
            -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
            order: 8;
        }
        .order-md-9 {
            -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
            order: 9;
        }
        .order-md-10 {
            -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
            order: 10;
        }
        .order-md-11 {
            -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
            order: 11;
        }
        .order-md-12 {
            -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
            order: 12;
        }
        .offset-md-0 {
            margin-left: 0;
        }
        .offset-md-1 {
            margin-left: 8.33333333%;
        }
        .offset-md-2 {
            margin-left: 16.66666667%;
        }
        .offset-md-3 {
            margin-left: 25%;
        }
        .offset-md-4 {
            margin-left: 33.33333333%;
        }
        .offset-md-5 {
            margin-left: 41.66666667%;
        }
        .offset-md-6 {
            margin-left: 50%;
        }
        .offset-md-7 {
            margin-left: 58.33333333%;
        }
        .offset-md-8 {
            margin-left: 66.66666667%;
        }
        .offset-md-9 {
            margin-left: 75%;
        }
        .offset-md-10 {
            margin-left: 83.33333333%;
        }
        .offset-md-11 {
            margin-left: 91.66666667%;
        }
        .d-md-none {
            display: none !important;
        }
        .d-md-inline {
            display: inline !important;
        }
        .d-md-inline-block {
            display: inline-block !important;
        }
        .d-md-block {
            display: block !important;
        }
        .d-md-table {
            display: table !important;
        }
        .d-md-table-row {
            display: table-row !important;
        }
        .d-md-table-cell {
            display: table-cell !important;
        }
        .d-md-flex {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
        }
        .d-md-inline-flex {
            display: -webkit-inline-box !important;
            display: -ms-inline-flexbox !important;
            display: inline-flex !important;
        }
        .flex-md-row {
            -webkit-box-orient: horizontal !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
            flex-direction: row !important;
        }
        .flex-md-column {
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
            flex-direction: column !important;
        }
        .flex-md-row-reverse {
            -webkit-box-orient: horizontal !important;
            -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
        }
        .flex-md-column-reverse {
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
        }
        .flex-md-wrap {
            -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
        }
        .flex-md-nowrap {
            -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
        }
        .flex-md-wrap-reverse {
            -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
        }
        .flex-md-fill {
            -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 auto !important;
            flex: auto !important;
        }
        .flex-md-grow-0 {
            -webkit-box-flex: 0 !important;
            -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
        }
        .flex-md-grow-1 {
            -webkit-box-flex: 1 !important;
            -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
        }
        .flex-md-shrink-0 {
            -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
        }
        .flex-md-shrink-1 {
            -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
        }
        .justify-content-md-start {
            -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
            justify-content: flex-start !important;
        }
        .justify-content-md-end {
            -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
            justify-content: flex-end !important;
        }
        .justify-content-md-center {
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
        }
        .justify-content-md-between {
            -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
            justify-content: space-between !important;
        }
        .justify-content-md-around {
            -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
        }
        .align-items-md-start {
            -webkit-box-align: start !important;
            -ms-flex-align: start !important;
            align-items: flex-start !important;
        }
        .align-items-md-end {
            -webkit-box-align: end !important;
            -ms-flex-align: end !important;
            align-items: flex-end !important;
        }
        .align-items-md-center {
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
        }
        .align-items-md-baseline {
            -webkit-box-align: baseline !important;
            -ms-flex-align: baseline !important;
            align-items: baseline !important;
        }
        .align-items-md-stretch {
            -webkit-box-align: stretch !important;
            -ms-flex-align: stretch !important;
            align-items: stretch !important;
        }
        .align-content-md-start {
            -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
        }
        .align-content-md-end {
            -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
        }
        .align-content-md-center {
            -ms-flex-line-pack: center !important;
            align-content: center !important;
        }
        .align-content-md-between {
            -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
        }
        .align-content-md-around {
            -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
        }
        .align-content-md-stretch {
            -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
        }
        .align-self-md-auto {
            -ms-flex-item-align: auto !important;
            align-self: auto !important;
        }
        .align-self-md-start {
            -ms-flex-item-align: start !important;
            align-self: flex-start !important;
        }
        .align-self-md-end {
            -ms-flex-item-align: end !important;
            align-self: flex-end !important;
        }
        .align-self-md-center {
            -ms-flex-item-align: center !important;
            align-self: center !important;
        }
        .align-self-md-baseline {
            -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
        }
        .align-self-md-stretch {
            -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
        }
        .display {
            font-size: 40px;
        }
        .h1,
        h1 {
            font-size: 32px;
            line-height: 1.125;
        }
        .h2,
        h2 {
            font-size: 24px;
            line-height: 1.167;
        }
        .text-content p {
            margin-bottom: 18px;
        }
        .text-content ol,
        .text-content ul {
            margin-bottom: 36px;
        }
        .text-content li:not(:last-child) {
            margin-bottom: 8px;
        }
        .m-xxl {
            margin-top: 72px;
            margin-bottom: 72px;
        }
        .mt-xxl {
            margin-top: 72px;
        }
        .mb-xxl {
            margin-bottom: 72px;
        }
        .m-xl {
            margin-top: 48px;
            margin-bottom: 48px;
        }
        .mt-xl {
            margin-top: 48px;
        }
        .mb-xl {
            margin-bottom: 48px;
        }
        .m-l {
            margin-top: 36px;
            margin-bottom: 36px;
        }
        .mt-l {
            margin-top: 36px;
        }
        .mb-l {
            margin-bottom: 36px;
        }
        .m-m {
            margin-top: 28px;
            margin-bottom: 28px;
        }
        .mt-m {
            margin-top: 28px;
        }
        .mb-m {
            margin-bottom: 28px;
        }
        .m-s {
            margin-top: 18px;
            margin-bottom: 18px;
        }
        .mt-s {
            margin-top: 18px;
        }
        .mb-s {
            margin-bottom: 18px;
        }
        .m-xs {
            margin-top: 12px;
            margin-bottom: 12px;
        }
        .mt-xs {
            margin-top: 12px;
        }
        .mb-xs {
            margin-bottom: 12px;
        }
        .m-xxs {
            margin-top: 8px;
            margin-bottom: 8px;
        }
        .mt-xxs {
            margin-top: 8px;
        }
        .mb-xxs {
            margin-bottom: 8px;
        }
        .p-xxl {
            padding-top: 72px;
            padding-bottom: 72px;
        }
        .pt-xxl {
            padding-top: 72px;
        }
        .pb-xxl {
            padding-bottom: 72px;
        }
        .p-xl {
            padding-top: 48px;
            padding-bottom: 48px;
        }
        .pt-xl {
            padding-top: 48px;
        }
        .pb-xl {
            padding-bottom: 48px;
        }
        .p-l {
            padding-top: 36px;
            padding-bottom: 36px;
        }
        .pt-l {
            padding-top: 36px;
        }
        .pb-l {
            padding-bottom: 36px;
        }
        .p-m {
            padding-top: 28px;
            padding-bottom: 28px;
        }
        .pt-m {
            padding-top: 28px;
        }
        .pb-m {
            padding-bottom: 28px;
        }
        .p-s {
            padding-top: 18px;
            padding-bottom: 18px;
        }
        .pt-s {
            padding-top: 18px;
        }
        .pb-s {
            padding-bottom: 18px;
        }
        .p-xs {
            padding-top: 12px;
            padding-bottom: 12px;
        }
        .pt-xs {
            padding-top: 12px;
        }
        .pb-xs {
            padding-bottom: 12px;
        }
        .p-xxs {
            padding-top: 8px;
            padding-bottom: 8px;
        }
        .pt-xxs {
            padding-top: 8px;
        }
        .pb-xxs {
            padding-bottom: 8px;
        }
        .slider-flow-progress .swiper-pagination-bullet {
            max-width: 48px;
        }
        .web_block_header__btns {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            gap: 24px;
        }
        .web_block_media-hero__content-wrap {
            max-width: 520px;
        }
       
        .menu__back {
            min-height: 60px;
            padding: 0 48px;
        }
        .menu__item:not(:last-of-type) {
            margin-bottom: 18px;
        }
        .menu__link {
            padding: 0 48px;
        }
        .menu-lev2__content {
            max-height: calc(100vh - 65px - 60px);
            max-height: calc(100dvh - 65px - 60px);
        }
        .menu-lev2__content-wrap {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            padding-inline: 0;
        }
        .menu-lev2__group {
            padding-right: 24px;
        }
        .menu-lev2__title {
            padding: 0;
        }
        .menu-lev2__list {
            margin: 0;
        }
        .menu-lev2__link {
            display: inline-block;
            padding: 0;
        }
        .menu-lev2__link:hover {
            opacity: 0.8;
        }
        .menu-lev2__banner {
            aspect-ratio: unset;
            min-height: 240px;
        }
        .menu-lev2__banner-content-wrap {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
        .menu-models__content-item {
            padding-left: 48px;
            padding-right: 48px;
        }
        .menu-models__list {
            grid-template-columns: repeat(3, 1fr);
            -webkit-column-gap: 24px;
            -moz-column-gap: 24px;
            column-gap: 24px;
            row-gap: 16px;
        }
        
        
    }
    @media (min-width: 960px) {
        .col-lg {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
        }
        .row-cols-lg-1 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
        .row-cols-lg-2 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .row-cols-lg-3 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
            max-width: 33.3333333333%;
        }
        .row-cols-lg-4 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .row-cols-lg-5 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }
        .row-cols-lg-6 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
            max-width: 16.6666666667%;
        }
        .col-lg-auto {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: none;
            width: auto;
            max-width: 100%;
        }
        .col-lg-1 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
            max-width: 8.33333333%;
        }
        .col-lg-2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
            max-width: 16.66666667%;
        }
        .col-lg-3 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .col-lg-4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
            max-width: 33.33333333%;
        }
        .col-lg-5 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
            max-width: 41.66666667%;
        }
        .col-lg-6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .col-lg-7 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
            max-width: 58.33333333%;
        }
        .col-lg-8 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
            max-width: 66.66666667%;
        }
        .col-lg-9 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
        .col-lg-10 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
            max-width: 83.33333333%;
        }
        .col-lg-11 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
            max-width: 91.66666667%;
        }
        .col-lg-12 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
        .order-lg-first {
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1;
        }
        .order-lg-last {
            -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
            order: 13;
        }
        .order-lg-0 {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0;
        }
        .order-lg-1 {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }
        .order-lg-2 {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
        .order-lg-3 {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }
        .order-lg-4 {
            -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
            order: 4;
        }
        .order-lg-5 {
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
            order: 5;
        }
        .order-lg-6 {
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
            order: 6;
        }
        .order-lg-7 {
            -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
            order: 7;
        }
        .order-lg-8 {
            -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
            order: 8;
        }
        .order-lg-9 {
            -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
            order: 9;
        }
        .order-lg-10 {
            -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
            order: 10;
        }
        .order-lg-11 {
            -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
            order: 11;
        }
        .order-lg-12 {
            -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
            order: 12;
        }
        .offset-lg-0 {
            margin-left: 0;
        }
        .offset-lg-1 {
            margin-left: 8.33333333%;
        }
        .offset-lg-2 {
            margin-left: 16.66666667%;
        }
        .offset-lg-3 {
            margin-left: 25%;
        }
        .offset-lg-4 {
            margin-left: 33.33333333%;
        }
        .offset-lg-5 {
            margin-left: 41.66666667%;
        }
        .offset-lg-6 {
            margin-left: 50%;
        }
        .offset-lg-7 {
            margin-left: 58.33333333%;
        }
        .offset-lg-8 {
            margin-left: 66.66666667%;
        }
        .offset-lg-9 {
            margin-left: 75%;
        }
        .offset-lg-10 {
            margin-left: 83.33333333%;
        }
        .offset-lg-11 {
            margin-left: 91.66666667%;
        }
        .d-lg-none {
            display: none !important;
        }
        .d-lg-inline {
            display: inline !important;
        }
        .d-lg-inline-block {
            display: inline-block !important;
        }
        .d-lg-block {
            display: block !important;
        }
        .d-lg-table {
            display: table !important;
        }
        .d-lg-table-row {
            display: table-row !important;
        }
        .d-lg-table-cell {
            display: table-cell !important;
        }
        .d-lg-flex {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
        }
        .d-lg-inline-flex {
            display: -webkit-inline-box !important;
            display: -ms-inline-flexbox !important;
            display: inline-flex !important;
        }
        .flex-lg-row {
            -webkit-box-orient: horizontal !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
            flex-direction: row !important;
        }
        .flex-lg-column {
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
            flex-direction: column !important;
        }
        .flex-lg-row-reverse {
            -webkit-box-orient: horizontal !important;
            -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
        }
        .flex-lg-column-reverse {
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
        }
        .flex-lg-wrap {
            -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
        }
        .flex-lg-nowrap {
            -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
        }
        .flex-lg-wrap-reverse {
            -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
        }
        .flex-lg-fill {
            -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 auto !important;
            flex: auto !important;
        }
        .flex-lg-grow-0 {
            -webkit-box-flex: 0 !important;
            -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
        }
        .flex-lg-grow-1 {
            -webkit-box-flex: 1 !important;
            -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
        }
        .flex-lg-shrink-0 {
            -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
        }
        .flex-lg-shrink-1 {
            -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
        }
        .justify-content-lg-start {
            -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
            justify-content: flex-start !important;
        }
        .justify-content-lg-end {
            -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
            justify-content: flex-end !important;
        }
        .justify-content-lg-center {
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
        }
        .justify-content-lg-between {
            -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
            justify-content: space-between !important;
        }
        .justify-content-lg-around {
            -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
        }
        .align-items-lg-start {
            -webkit-box-align: start !important;
            -ms-flex-align: start !important;
            align-items: flex-start !important;
        }
        .align-items-lg-end {
            -webkit-box-align: end !important;
            -ms-flex-align: end !important;
            align-items: flex-end !important;
        }
        .align-items-lg-center {
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
        }
        .align-items-lg-baseline {
            -webkit-box-align: baseline !important;
            -ms-flex-align: baseline !important;
            align-items: baseline !important;
        }
        .align-items-lg-stretch {
            -webkit-box-align: stretch !important;
            -ms-flex-align: stretch !important;
            align-items: stretch !important;
        }
        .align-content-lg-start {
            -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
        }
        .align-content-lg-end {
            -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
        }
        .align-content-lg-center {
            -ms-flex-line-pack: center !important;
            align-content: center !important;
        }
        .align-content-lg-between {
            -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
        }
        .align-content-lg-around {
            -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
        }
        .align-content-lg-stretch {
            -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
        }
        .align-self-lg-auto {
            -ms-flex-item-align: auto !important;
            align-self: auto !important;
        }
        .align-self-lg-start {
            -ms-flex-item-align: start !important;
            align-self: flex-start !important;
        }
        .align-self-lg-end {
            -ms-flex-item-align: end !important;
            align-self: flex-end !important;
        }
        .align-self-lg-center {
            -ms-flex-item-align: center !important;
            align-self: center !important;
        }
        .align-self-lg-baseline {
            -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
        }
        .align-self-lg-stretch {
            -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
        }
        .btn::after {
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        .btn .line-animation .line-animation__clip {
            width: 0;
        }
        .btn .line-animation .line-animation__animated {
            stroke: #00cabf;
        }
        .slider-flow-buttons {
            display: block;
        }
        .web_block_slider-hero__pagination .swiper-pagination {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }
        .web_block_media-hero__content-wrap {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: start;
        }
        .card-disclaimer-popup__wrap {
            position: relative;
            height: initial;
            max-height: 100%;
            padding-top: 48px;
            padding-left: 16px;
            padding-right: 16px;
            border-radius: 12px;
        }
        .card-disclaimer-popup__close {
            display: block;
            top: 16px;
            right: 16px;
        }
       
    }
    @media (min-width: 1280px) {
        
        
        .row {
            margin-right: -16px;
            margin-left: -16px;
        }
        .row > .col,
        .row > [class*="col-"] {
            padding-right: 16px;
            padding-left: 16px;
        }
        .col-xl {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
        }
        .row-cols-xl-1 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
        .row-cols-xl-2 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .row-cols-xl-3 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
            max-width: 33.3333333333%;
        }
        .row-cols-xl-4 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .row-cols-xl-5 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }
        .row-cols-xl-6 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
            max-width: 16.6666666667%;
        }
        .col-xl-auto {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: none;
            width: auto;
            max-width: 100%;
        }
        .col-xl-1 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
            max-width: 8.33333333%;
        }
        .col-xl-2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
            max-width: 16.66666667%;
        }
        .col-xl-3 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .col-xl-4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
            max-width: 33.33333333%;
        }
        .col-xl-5 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
            max-width: 41.66666667%;
        }
        .col-xl-6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .col-xl-7 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
            max-width: 58.33333333%;
        }
        .col-xl-8 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
            max-width: 66.66666667%;
        }
        .col-xl-9 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
        .col-xl-10 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
            max-width: 83.33333333%;
        }
        .col-xl-11 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
            max-width: 91.66666667%;
        }
        .col-xl-12 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
        .order-xl-first {
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1;
        }
        .order-xl-last {
            -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
            order: 13;
        }
        .order-xl-0 {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0;
        }
        .order-xl-1 {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }
        .order-xl-2 {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
        .order-xl-3 {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }
        .order-xl-4 {
            -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
            order: 4;
        }
        .order-xl-5 {
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
            order: 5;
        }
        .order-xl-6 {
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
            order: 6;
        }
        .order-xl-7 {
            -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
            order: 7;
        }
        .order-xl-8 {
            -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
            order: 8;
        }
        .order-xl-9 {
            -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
            order: 9;
        }
        .order-xl-10 {
            -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
            order: 10;
        }
        .order-xl-11 {
            -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
            order: 11;
        }
        .order-xl-12 {
            -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
            order: 12;
        }
        .offset-xl-0 {
            margin-left: 0;
        }
        .offset-xl-1 {
            margin-left: 8.33333333%;
        }
        .offset-xl-2 {
            margin-left: 16.66666667%;
        }
        .offset-xl-3 {
            margin-left: 25%;
        }
        .offset-xl-4 {
            margin-left: 33.33333333%;
        }
        .offset-xl-5 {
            margin-left: 41.66666667%;
        }
        .offset-xl-6 {
            margin-left: 50%;
        }
        .offset-xl-7 {
            margin-left: 58.33333333%;
        }
        .offset-xl-8 {
            margin-left: 66.66666667%;
        }
        .offset-xl-9 {
            margin-left: 75%;
        }
        .offset-xl-10 {
            margin-left: 83.33333333%;
        }
        .offset-xl-11 {
            margin-left: 91.66666667%;
        }
        .d-xl-none {
            display: none !important;
        }
        .d-xl-inline {
            display: inline !important;
        }
        .d-xl-inline-block {
            display: inline-block !important;
        }
        .d-xl-block {
            display: block !important;
        }
        .d-xl-table {
            display: table !important;
        }
        .d-xl-table-row {
            display: table-row !important;
        }
        .d-xl-table-cell {
            display: table-cell !important;
        }
        .d-xl-flex {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
        }
        .d-xl-inline-flex {
            display: -webkit-inline-box !important;
            display: -ms-inline-flexbox !important;
            display: inline-flex !important;
        }
        .flex-xl-row {
            -webkit-box-orient: horizontal !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
            flex-direction: row !important;
        }
        .flex-xl-column {
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
            flex-direction: column !important;
        }
        .flex-xl-row-reverse {
            -webkit-box-orient: horizontal !important;
            -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
        }
        .flex-xl-column-reverse {
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
        }
        .flex-xl-wrap {
            -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
        }
        .flex-xl-nowrap {
            -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
        }
        .flex-xl-wrap-reverse {
            -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
        }
        .flex-xl-fill {
            -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 auto !important;
            flex: auto !important;
        }
        .flex-xl-grow-0 {
            -webkit-box-flex: 0 !important;
            -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
        }
        .flex-xl-grow-1 {
            -webkit-box-flex: 1 !important;
            -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
        }
        .flex-xl-shrink-0 {
            -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
        }
        .flex-xl-shrink-1 {
            -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
        }
        .justify-content-xl-start {
            -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
            justify-content: flex-start !important;
        }
        .justify-content-xl-end {
            -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
            justify-content: flex-end !important;
        }
        .justify-content-xl-center {
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
        }
        .justify-content-xl-between {
            -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
            justify-content: space-between !important;
        }
        .justify-content-xl-around {
            -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
        }
        .align-items-xl-start {
            -webkit-box-align: start !important;
            -ms-flex-align: start !important;
            align-items: flex-start !important;
        }
        .align-items-xl-end {
            -webkit-box-align: end !important;
            -ms-flex-align: end !important;
            align-items: flex-end !important;
        }
        .align-items-xl-center {
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
        }
        .align-items-xl-baseline {
            -webkit-box-align: baseline !important;
            -ms-flex-align: baseline !important;
            align-items: baseline !important;
        }
        .align-items-xl-stretch {
            -webkit-box-align: stretch !important;
            -ms-flex-align: stretch !important;
            align-items: stretch !important;
        }
        .align-content-xl-start {
            -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
        }
        .align-content-xl-end {
            -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
        }
        .align-content-xl-center {
            -ms-flex-line-pack: center !important;
            align-content: center !important;
        }
        .align-content-xl-between {
            -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
        }
        .align-content-xl-around {
            -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
        }
        .align-content-xl-stretch {
            -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
        }
        .align-self-xl-auto {
            -ms-flex-item-align: auto !important;
            align-self: auto !important;
        }
        .align-self-xl-start {
            -ms-flex-item-align: start !important;
            align-self: flex-start !important;
        }
        .align-self-xl-end {
            -ms-flex-item-align: end !important;
            align-self: flex-end !important;
        }
        .align-self-xl-center {
            -ms-flex-item-align: center !important;
            align-self: center !important;
        }
        .align-self-xl-baseline {
            -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
        }
        .align-self-xl-stretch {
            -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
        }
       
        .medium-caps {
            letter-spacing: 0.8px;
        }
        .small-caps {
            letter-spacing: 0.8px;
        }
        .extrasmall-caps {
            letter-spacing: 0.8px;
        }
        .text-content p {
            margin-bottom: 24px;
        }
        .text-content ol,
        .text-content ul {
            margin-bottom: 48px;
        }
        .m-xxl {
            margin-top: 96px;
            margin-bottom: 96px;
        }
        .mt-xxl {
            margin-top: 96px;
        }
        .mb-xxl {
            margin-bottom: 96px;
        }
        .m-xl {
            margin-top: 64px;
            margin-bottom: 64px;
        }
        .mt-xl {
            margin-top: 64px;
        }
        .mb-xl {
            margin-bottom: 64px;
        }
        .m-l {
            margin-top: 48px;
            margin-bottom: 48px;
        }
        .mt-l {
            margin-top: 48px;
        }
        .mb-l {
            margin-bottom: 48px;
        }
        .m-m {
            margin-top: 36px;
            margin-bottom: 36px;
        }
        .mt-m {
            margin-top: 36px;
        }
        .mb-m {
            margin-bottom: 36px;
        }
        .m-s {
            margin-top: 24px;
            margin-bottom: 24px;
        }
        .mt-s {
            margin-top: 24px;
        }
        .mb-s {
            margin-bottom: 24px;
        }
        .mt-xs {
            margin-top: 12px;
        }
        .m-xxs {
            margin-top: 8px;
            margin-bottom: 8px;
        }
        .mt-xxs {
            margin-top: 8px;
        }
        .mb-xxs {
            margin-bottom: 8px;
        }
        .p-xxl {
            padding-top: 96px;
            padding-bottom: 96px;
        }
        .pt-xxl {
            padding-top: 96px;
        }
        .pb-xxl {
            padding-bottom: 96px;
        }
        .p-xl {
            padding-top: 64px;
            padding-bottom: 64px;
        }
        .pt-xl {
            padding-top: 64px;
        }
        .pb-xl {
            padding-bottom: 64px;
        }
        .p-l {
            padding-top: 48px;
            padding-bottom: 48px;
        }
        .pt-l {
            padding-top: 48px;
        }
        .pb-l {
            padding-bottom: 48px;
        }
        .p-m {
            padding-top: 36px;
            padding-bottom: 36px;
        }
        .pt-m {
            padding-top: 36px;
        }
        .pb-m {
            padding-bottom: 36px;
        }
        .p-s {
            padding-top: 24px;
            padding-bottom: 24px;
        }
        .pt-s {
            padding-top: 24px;
        }
        .pb-s {
            padding-bottom: 24px;
        }
        .p-xxs {
            padding-top: 8px;
            padding-bottom: 8px;
        }
        .pt-xxs {
            padding-top: 8px;
        }
        .pb-xxs {
            padding-bottom: 8px;
        }
        .web_block_media-hero__content-wrap {
            max-width: 610px;
        }
        .web_block_media-hero__content-wrap > :last-child {
            margin-bottom: 0;
        }
        .web_block_media-hero__text {
            margin-top: auto;
        }
        .web_block_media-model__content-wrap {
            max-width: 610px;
        }
        
    }
    
    @media (min-width: 1648px) {
        
        .row {
            margin-right: -20px;
            margin-left: -20px;
        }
        .row > .col,
        .row > [class*="col-"] {
            padding-right: 20px;
            padding-left: 20px;
        }
        .col-xxl {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
        }
        .row-cols-xxl-1 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
        .row-cols-xxl-2 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .row-cols-xxl-3 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
            max-width: 33.3333333333%;
        }
        .row-cols-xxl-4 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .row-cols-xxl-5 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%;
        }
        .row-cols-xxl-6 > * {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
            max-width: 16.6666666667%;
        }
        .col-xxl-auto {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: none;
            width: auto;
            max-width: 100%;
        }
        .col-xxl-1 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
            max-width: 8.33333333%;
        }
        .col-xxl-2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
            max-width: 16.66666667%;
        }
        .col-xxl-3 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .col-xxl-4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
            max-width: 33.33333333%;
        }
        .col-xxl-5 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
            max-width: 41.66666667%;
        }
        .col-xxl-6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .col-xxl-7 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
            max-width: 58.33333333%;
        }
        .col-xxl-8 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
            max-width: 66.66666667%;
        }
        .col-xxl-9 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
        .col-xxl-10 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
            max-width: 83.33333333%;
        }
        .col-xxl-11 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
            max-width: 91.66666667%;
        }
        .col-xxl-12 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
        .order-xxl-first {
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1;
        }
        .order-xxl-last {
            -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
            order: 13;
        }
        .order-xxl-0 {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0;
        }
        .order-xxl-1 {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }
        .order-xxl-2 {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
        .order-xxl-3 {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }
        .order-xxl-4 {
            -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
            order: 4;
        }
        .order-xxl-5 {
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
            order: 5;
        }
        .order-xxl-6 {
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
            order: 6;
        }
        .order-xxl-7 {
            -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
            order: 7;
        }
        .order-xxl-8 {
            -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
            order: 8;
        }
        .order-xxl-9 {
            -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
            order: 9;
        }
        .order-xxl-10 {
            -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
            order: 10;
        }
        .order-xxl-11 {
            -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
            order: 11;
        }
        .order-xxl-12 {
            -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
            order: 12;
        }
        .offset-xxl-0 {
            margin-left: 0;
        }
        .offset-xxl-1 {
            margin-left: 8.33333333%;
        }
        .offset-xxl-2 {
            margin-left: 16.66666667%;
        }
        .offset-xxl-3 {
            margin-left: 25%;
        }
        .offset-xxl-4 {
            margin-left: 33.33333333%;
        }
        .offset-xxl-5 {
            margin-left: 41.66666667%;
        }
        .offset-xxl-6 {
            margin-left: 50%;
        }
        .offset-xxl-7 {
            margin-left: 58.33333333%;
        }
        .offset-xxl-8 {
            margin-left: 66.66666667%;
        }
        .offset-xxl-9 {
            margin-left: 75%;
        }
        .offset-xxl-10 {
            margin-left: 83.33333333%;
        }
        .offset-xxl-11 {
            margin-left: 91.66666667%;
        }
        .d-xxl-none {
            display: none !important;
        }
        .d-xxl-inline {
            display: inline !important;
        }
        .d-xxl-inline-block {
            display: inline-block !important;
        }
        .d-xxl-block {
            display: block !important;
        }
        .d-xxl-table {
            display: table !important;
        }
        .d-xxl-table-row {
            display: table-row !important;
        }
        .d-xxl-table-cell {
            display: table-cell !important;
        }
        .d-xxl-flex {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
        }
        .d-xxl-inline-flex {
            display: -webkit-inline-box !important;
            display: -ms-inline-flexbox !important;
            display: inline-flex !important;
        }
        .flex-xxl-row {
            -webkit-box-orient: horizontal !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
            flex-direction: row !important;
        }
        .flex-xxl-column {
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
            flex-direction: column !important;
        }
        .flex-xxl-row-reverse {
            -webkit-box-orient: horizontal !important;
            -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
        }
        .flex-xxl-column-reverse {
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
        }
        .flex-xxl-wrap {
            -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
        }
        .flex-xxl-nowrap {
            -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
        }
        .flex-xxl-wrap-reverse {
            -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
        }
        .flex-xxl-fill {
            -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 auto !important;
            flex: auto !important;
        }
        .flex-xxl-grow-0 {
            -webkit-box-flex: 0 !important;
            -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
        }
        .flex-xxl-grow-1 {
            -webkit-box-flex: 1 !important;
            -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
        }
        .flex-xxl-shrink-0 {
            -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
        }
        .flex-xxl-shrink-1 {
            -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
        }
        .justify-content-xxl-start {
            -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
            justify-content: flex-start !important;
        }
        .justify-content-xxl-end {
            -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
            justify-content: flex-end !important;
        }
        .justify-content-xxl-center {
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
        }
        .justify-content-xxl-between {
            -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
            justify-content: space-between !important;
        }
        .justify-content-xxl-around {
            -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
        }
        .align-items-xxl-start {
            -webkit-box-align: start !important;
            -ms-flex-align: start !important;
            align-items: flex-start !important;
        }
        .align-items-xxl-end {
            -webkit-box-align: end !important;
            -ms-flex-align: end !important;
            align-items: flex-end !important;
        }
        .align-items-xxl-center {
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
        }
        .align-items-xxl-baseline {
            -webkit-box-align: baseline !important;
            -ms-flex-align: baseline !important;
            align-items: baseline !important;
        }
        .align-items-xxl-stretch {
            -webkit-box-align: stretch !important;
            -ms-flex-align: stretch !important;
            align-items: stretch !important;
        }
        .align-content-xxl-start {
            -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
        }
        .align-content-xxl-end {
            -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
        }
        .align-content-xxl-center {
            -ms-flex-line-pack: center !important;
            align-content: center !important;
        }
        .align-content-xxl-between {
            -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
        }
        .align-content-xxl-around {
            -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
        }
        .align-content-xxl-stretch {
            -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
        }
        .align-self-xxl-auto {
            -ms-flex-item-align: auto !important;
            align-self: auto !important;
        }
        .align-self-xxl-start {
            -ms-flex-item-align: start !important;
            align-self: flex-start !important;
        }
        .align-self-xxl-end {
            -ms-flex-item-align: end !important;
            align-self: flex-end !important;
        }
        .align-self-xxl-center {
            -ms-flex-item-align: center !important;
            align-self: center !important;
        }
        .align-self-xxl-baseline {
            -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
        }
        .align-self-xxl-stretch {
            -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
        }
       
        
        .large-text {
            font-size: 20px;
        }
        .large-text-m {
            font-size: 20px;
        }
        .main-text {
            font-size: 18px;
            line-height: 1.5;
        }
        .main-text-m {
            font-size: 18px;
            line-height: 1.5;
        }
        .small-text {
            font-size: 16px;
        }
        .small-text-m {
            font-size: 16px;
        }
        .extrasmall-text {
            font-size: 14px;
            line-height: 1.429;
        }
        .extrasmall-text-m {
            font-size: 14px;
            line-height: 1.429;
        }
        .medium-caps {
            font-size: 18px;
            line-height: 1.333;
        }
        .small-caps {
            font-size: 16px;
            line-height: 1.375;
        }
        .extrasmall-caps {
            font-size: 14px;
            line-height: 1.429;
        }
        .brand-small {
            font-size: 16px;
            line-height: 1.375;
        }
        .brand-extrasmall {
            font-size: 14px;
        }
        .brand-tiny {
            font-size: 12px;
            line-height: 1.3;
        }
        .text-content p {
            margin-bottom: 32px;
        }
        .text-content ol,
        .text-content ul {
            margin-bottom: 56px;
        }
        .text-content li:not(:last-child) {
            margin-bottom: 12px;
        }
        .text-content_list-arrow ul li:before {
            top: 1px;
        }
        .text-content_list-check ul li:before {
            top: 2px;
        }
       
        .btn_arrow {
            font-size: 16px;
        }
        .m-xxl {
            margin-top: 108px;
            margin-bottom: 108px;
        }
        .mt-xxl {
            margin-top: 108px;
        }
        .mb-xxl {
            margin-bottom: 108px;
        }
        .m-xl {
            margin-top: 72px;
            margin-bottom: 72px;
        }
        .mt-xl {
            margin-top: 72px;
        }
        .mb-xl {
            margin-bottom: 72px;
        }
        .m-l {
            margin-top: 56px;
            margin-bottom: 56px;
        }
        .mt-l {
            margin-top: 56px;
        }
        .mb-l {
            margin-bottom: 56px;
        }
        .m-m {
            margin-top: 44px;
            margin-bottom: 44px;
        }
        .mt-m {
            margin-top: 44px;
        }
        .mb-m {
            margin-bottom: 44px;
        }
        .m-s {
            margin-top: 32px;
            margin-bottom: 32px;
        }
        .mt-s {
            margin-top: 32px;
        }
        .mb-s {
            margin-bottom: 32px;
        }
        .m-xs {
            margin-top: 16px;
            margin-bottom: 16px;
        }
        .mt-xs {
            margin-top: 16px;
        }
        .mb-xs {
            margin-bottom: 16px;
        }
        .m-xxs {
            margin-top: 12px;
            margin-bottom: 12px;
        }
        .mt-xxs {
            margin-top: 12px;
        }
        .mb-xxs {
            margin-bottom: 12px;
        }
        .p-xxl {
            padding-top: 108px;
            padding-bottom: 108px;
        }
        .pt-xxl {
            padding-top: 108px;
        }
        .pb-xxl {
            padding-bottom: 108px;
        }
        .p-xl {
            padding-top: 72px;
            padding-bottom: 72px;
        }
        .pt-xl {
            padding-top: 72px;
        }
        .pb-xl {
            padding-bottom: 72px;
        }
        .p-l {
            padding-top: 56px;
            padding-bottom: 56px;
        }
        .pt-l {
            padding-top: 56px;
        }
        .pb-l {
            padding-bottom: 56px;
        }
        .p-m {
            padding-top: 44px;
            padding-bottom: 44px;
        }
        .pt-m {
            padding-top: 44px;
        }
        .pb-m {
            padding-bottom: 44px;
        }
        .p-s {
            padding-top: 32px;
            padding-bottom: 32px;
        }
        .pt-s {
            padding-top: 32px;
        }
        .pb-s {
            padding-bottom: 32px;
        }
        .p-xs {
            padding-top: 16px;
            padding-bottom: 16px;
        }
        .pt-xs {
            padding-top: 16px;
        }
        .pb-xs {
            padding-bottom: 16px;
        }
        .p-xxs {
            padding-top: 12px;
            padding-bottom: 12px;
        }
        .pt-xxs {
            padding-top: 12px;
        }
        .pb-xxs {
            padding-bottom: 12px;
        }
        .menu__link.main-text {
      
    }
    @media (max-width: 1279.98px) {
       
        [data-position="top"] .menu-lev2__sideblock-hotline {
            display: none;
        }
    }
    @media (max-width: 959.98px) {
        .web_block_media-model__content-wrap .btn {
            width: 100%;
            margin-right: 0;
        }
        .web_block_media-model__content-wrap .btn:not(:last-child) {
            margin-bottom: 16px;
        }
        .card-disclaimer-popup.p-xxl {
            padding-top: 0;
            padding-bottom: 0;
        }
       
        [data-position="top"] .menu-lev2__sideblock-link {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }
        [data-position="top"] .menu-lev2__sideblock-link svg {
            margin-left: auto;
        }
    }
   
    @media (max-width: 599.98px) {
        .web_block_media-hero__links .btn {
            width: 100%;
        }
        
    }
    @media print {
        .d-print-none {
            display: none !important;
        }
        .d-print-inline {
            display: inline !important;
        }
        .d-print-inline-block {
            display: inline-block !important;
        }
        .d-print-block {
            display: block !important;
        }
        .d-print-table {
            display: table !important;
        }
        .d-print-table-row {
            display: table-row !important;
        }
        .d-print-table-cell {
            display: table-cell !important;
        }
        .d-print-flex {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
        }
        .d-print-inline-flex {
            display: -webkit-inline-box !important;
            display: -ms-inline-flexbox !important;
            display: inline-flex !important;
        }
    }
    @media (hover: hover) {
        .btn:hover {
            opacity: 0.8;
        }
        .btn:hover::after {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.129 8.25L8.106 4.227L9.1665 3.1665L15 9L9.1665 14.8335L8.106 13.773L12.129 9.75L3 9.75L3 8.25L12.129 8.25Z' fill='%2300CABF'/%3e%3c/svg%3e");
        }
        .btn:hover .line-animation__clip {
            width: 100%;
        }
        .btn:hover svg {
            fill: #44e5dd;
        }
        .btn_secondary:hover {
            color: #121314;
            opacity: 0.8;
            background-color: transparent;
        }
        .btn_secondary:hover svg {
            fill: #121314;
        }
        [class*="theme-dark"] .btn:hover {
            opacity: 0.8;
            border-color: #00cabf;
        }
        [class*="theme-dark"] .btn:hover:after {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.129 8.25L8.106 4.227L9.1665 3.1665L15 9L9.1665 14.8335L8.106 13.773L12.129 9.75L3 9.75L3 8.25L12.129 8.25Z' fill='%2300CABF'/%3e%3c/svg%3e");
        }
        [class*="theme-dark"] .btn_secondary:hover {
            color: #fff;
            opacity: 0.8;
            background-color: transparent;
        }
        .btn_arrow:hover {
            color: rgba(16, 19, 22, 0.8);
            background-color: transparent;
        }
        .btn_arrow:hover::after {
            background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22M16.172%2011.0002%2010.808%205.63617l1.414-1.414L20%2012.0002l-7.778%207.778-1.414-1.414%205.364-5.364H4v-2H16.172z%22%20fill=%22%2300CABF%22/%3E%3C/svg%3E)
                no-repeat;
            background-position: 50%;
        }
        [class*="theme-dark"] .btn_arrow:hover {
            color: rgba(249, 252, 255, 0.8);
        }
        .card-disclaimer__link:hover .card-disclaimer__link-icon {
            fill: #00cabf;
        }
       
        
    }
	
