@charset "UTF-8";

:root {
    --bg: #f4f4f4;
    --primary: #93abdf;
    --secondary: #e5e5e5;
    --hover: #6b8fdc;
    --sec-hover: #cdcdcd;
    --pressed: #4075e7;
    --sec-pressed: #b1b1b1;
    --text: #303030;
    --color: #303030;
    --primary-50: #f5f7fa;
    --primary-100: #eaeef6;
    --primary-200: #c9d5ed;
    --primary-300: #95afe4;
    --primary-400: #5a87e2;
    --primary-500: #2060df;
    --primary-600: #154fc1;
    --primary-700: #0d3ea0;
    --primary-800: #092f7c;
    --primary-900: #052057;
    --primary-950: #021231;
    --neutral-50: #f7f7f8;
    --neutral-100: #eeeff1;
    --neutral-200: #d7dae0;
    --neutral-300: #afb8ca;
    --neutral-400: #8194bb;
    --neutral-500: #787d87;
    --neutral-600: #5f6777;
    --neutral-700: #495265;
    --neutral-800: #363e4e;
    --neutral-900: #242b38;
    --neutral-950: #131720;
    --success-light: #ebf4ef;
    --success-main: #25b15f;
    --success-dark: #127d3e;
    --warning-light: #f9f2e7;
    --warning-main: #f9a006;
    --warning-dark: #ad6e00;
    --error-light: #f6eaea;
    --error-main: #e02929;
    --error-dark: #aa0e0e;
    --info-light: #e8f1f7;
    --info-main: #1392ec;
    --info-dark: #0464a9;
    --surface-background: #f7f7f8;
    --surface-card: #fff;
    --surface-elevated: #eeeff1;
    --surface-overlay: #242b38;
    --text-primary: #242b38;
    --text-secondary: #5f6777;
    --text-disabled: #8194bb;
    --text-inverse: #f7f7f8;
    --text-brand: #154fc1;
    --border-light: #d7dae0;
    --border-default: #afb8ca;
    --border-strong: #787d87;
    --border-focus: #2060df;
    --interactive-primary: #2060df;
    --interactive-hover: #154fc1;
    --interactive-active: #0d3ea0;
    --interactive-disabled: #afb8ca;
    --white: #FFFFFF;
    --black: #000000;
    --time: .3s;
    --font-family: "Roboto", sans-serif;
    --second-family: "Manrope", sans-serif;
    --font7: "Urbanist", sans-serif;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}


audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}


audio:not([controls]) {
    display: none;
    height: 0;
}


[hidden] {
    display: none !important;
}


html {
    font-size: 100%;
 
    -webkit-text-size-adjust: 100%;
 
    -ms-text-size-adjust: 100%;
 
}


a {
    text-decoration: none;
}


a:active,
a:hover {
    outline: 0;
}


img {
    border: 0;
 
    -ms-interpolation-mode: bicubic;
 
}


figure {
    margin: 0;
}


form {
    margin: 0;
}


fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


legend {
    border: 0;
 
    padding: 0;
    white-space: normal;
 
}


button,
input,
select,
textarea {
    font-size: 100%;
 
    margin: 0;
 
    vertical-align: baseline;
 
    *vertical-align: middle;
 
}


button,
input {
    line-height: normal;
}


button,
select {
    text-transform: none;
}


button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
 
    cursor: pointer;
 
}


button[disabled],
html input[disabled] {
    cursor: default;
}


input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
 
    padding: 0;
 
}


input[type=search] {
    -webkit-appearance: textfield;
  
    box-sizing: content-box;
}


input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}


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


textarea {
    overflow: auto;
 
    vertical-align: top;
 
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a {
    color: inherit;
}

button {
    padding: 0;
    border: 0;
    background-color: transparent;
    border-radius: 0;
}

html {
    box-sizing: border-box;
    font-size: 0.5208333333vw;
}

@media (max-width: 1024px) {
    html {
        font-size: 1.3020833333vw;
    }
}

@media (max-width: 500px) {
    html {
        font-size: 2.6666666667vw;
    }
}


* {
    scrollbar-width: 10px;
    scrollbar-color: #93abdf #dadefb;
}


*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background-color: #ecedf4;
    border-radius: 8px;
    padding: 1px;
}

*::-webkit-scrollbar-track:hover {
    background-color: #bfdbfe;
}

*::-webkit-scrollbar-track:active {
    background-color: #93c5fd;
}

*::-webkit-scrollbar-thumb {
    background-color: #93abdf;
    border-radius: 8px;
    min-height: 30px;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #6b8fdc;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #1d4ed8;
}

*::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

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

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 150%;
    color: var(--text);
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='608' viewBox='0 0 1920 608' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1920' height='608' fill='%23F4F4F4'/%3E%3Crect width='1920' height='608' fill='url(%23paint0_linear_59_256)' fill-opacity='0.4'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_59_256' x1='41.5135' y1='-377.041' x2='785.007' y2='1062.72' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFF4D7'/%3E%3Cstop offset='0.625' stop-color='%23DADEFB' stop-opacity='0.982854'/%3E%3Cstop offset='1' stop-color='%23D8FFDC' stop-opacity='0.972567'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1024px) {
    body {
        font-size: 1.6rem;
    }
}

main {
    -ms-flex: 1;
    flex: 1;
}

img {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

svg {
    transition: fill, opacity, stroke, color, -webkit-transform;
    transition: fill, opacity, transform, stroke, color;
    transition: fill, opacity, transform, stroke, color, -webkit-transform;
    transition-duration: 0.3s;
    overflow: visible;
    width: 100%;
    height: 100%;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.container {
    padding-right: 24rem;
    padding-left: 24rem;
}

@media (max-width: 1024px) {
    .container {
        padding-right: 1.6rem;
        padding-left: 1.6rem;
    }
}

.img-contain {
    display: block;
}

.img-contain img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.img-cover {
    display: block;
    overflow: hidden;
}

.img-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.btn {
    border-radius: 4rem;
    padding: 1.6rem 3.2rem;
    background: var(--primary);
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 2rem;
    line-height: 140%;
    color: var(--text);
    transition: background-color var(--time);
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
}

@media (max-width: 1024px) {
    .btn {
        font-size: 1.6rem;
        padding: 1rem 2.4rem;
    }
}

@media (hover: hover) and (pointer: fine) {
    .btn:hover {
        background: var(--hover);
    }
}

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

@media (hover: hover) and (pointer: fine) {
    .btn.btn-secondary:hover {
        background: var(--sec-hover);
    }
}

.btn svg {
    width: 2.4rem;
    height: 2.4rem;
}

@media (max-width: 1024px) {
    .xl-hidden {
        display: none;
    }
}

.xl-block {
    display: none;
}

@media (max-width: 1024px) {
    .xl-block {
        display: block;
    }
}

.link {
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 0.8rem;
    transition: -webkit-text-decoration-color var(--time);
    transition: text-decoration-color var(--time);
    transition: text-decoration-color var(--time), -webkit-text-decoration-color var(--time);
}

@media (hover: hover) and (pointer: fine) {
    .link:hover {
        -webkit-text-decoration-color: currentcolor;
        text-decoration-color: currentcolor;
    }
}

.h1,
h1 {
    font-weight: 700;
    font-size: 8rem;
    line-height: 100%;
    font-family: var(--second-family);
}

@media (max-width: 1024px) {
    .h1,
  h1 {
        font-size: 3.2rem;
    }
}

.h2,
h2 {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 100%;
    font-family: var(--second-family);
}

@media (max-width: 1024px) {
    .h2,
  h2 {
        font-size: 2.8rem;
    }
}

.h3,
h3 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 100%;
}

@media (max-width: 1024px) {
    .h3,
  h3 {
        font-size: 2rem;
    }
}

.h4,
h4 {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 100%;
    font-family: var(--second-family);
}

@media (max-width: 1024px) {
    .h4,
  h4 {
        font-size: 1.8rem;
    }
}

.h5,
h5 {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 100%;
    font-family: var(--second-family);
}

@media (max-width: 1024px) {
    .h5,
  h5 {
        font-size: 1.6rem;
    }
}

.pt-200 {
    padding-top: 29rem;
}

@media (max-width: 1024px) {
    .pt-200 {
        padding-top: 8rem;
    }
}

.pt-170 {
    padding-top: 17rem;
}

@media (max-width: 1024px) {
    .pt-170 {
        padding-top: 8rem;
    }
}

.pt-80 {
    padding-top: 8rem;
}

.pt-40 {
    padding-top: 4rem;
}

.pb-150 {
    padding-bottom: 15rem;
}

@media (max-width: 1024px) {
    .pb-150 {
        padding-bottom: 20rem;
    }
}

.pb-80 {
    padding-bottom: 8rem;
}

.mt-60 {
    margin-top: 6rem;
}

@media (max-width: 1024px) {
    .mt-60 {
        margin-top: 2.4rem;
    }
}

.mt-40 {
    margin-top: 4rem;
}

@media (max-width: 1024px) {
    .mt-40 {
        margin-top: 2.4rem;
    }
}

.mt-24 {
    margin-top: 2.4rem;
}

.mt-16 {
    margin-top: 1.6rem;
}

img.lazyload:not([src]) {
    visibility: hidden;
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity var(--time);
}

.input {
    border-radius: 3rem;
    padding: 2rem 3.2rem;
    box-shadow: 0 4px 6px 2px rgba(215, 220, 224, 0.5);
    background: var(--surface-card);
    height: 6rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 125%;
    font-family: var(--font-family);
    border: 1px solid transparent;
    transition: border-color var(--time);
}

.input::-webkit-input-placeholder {
    color: rgba(48, 48, 48, 0.6);
    opacity: 1;
}

.input::-moz-placeholder {
    color: rgba(48, 48, 48, 0.6);
    opacity: 1;
}

.input:-ms-input-placeholder {
    color: rgba(48, 48, 48, 0.6);
    opacity: 1;
}

.input::-ms-input-placeholder {
    color: rgba(48, 48, 48, 0.6);
    opacity: 1;
}

.input::placeholder {
    color: rgba(48, 48, 48, 0.6);
    opacity: 1;
}

.input:focus {
    outline: none;
    border-color: var(--primary);
}

.input:user-invalid {
    border-color: #e00000;
}

.checkbox input {
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    opacity: 0;
}

.checkbox-label {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media (hover: hover) and (pointer: fine) {
    .checkbox-label:hover .checkbox-box {
        border-color: var(--hover);
    }
}

.checkbox-wrap input,
.checkbox-label input {
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.checkbox-wrap input:checked + .checkbox-box,
.checkbox-label input:checked + .checkbox-box {
    background: var(--hover);
    border-color: var(--hover);
}

.checkbox-wrap input:checked + .checkbox-box::before,
.checkbox-label input:checked + .checkbox-box::before {
    opacity: 1;
}

.checkbox-box {
    border: 0.5px solid var(--hover);
    border-radius: 0.4rem;
    width: 2rem;
    height: 2rem;
    transition: border-color var(--time), background-color var(--time);
    display: -ms-flexbox;
    display: flex;
    background: var(--secondary);
    position: relative;
}

.checkbox-box::before {
    content: "";
    background-image: 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='M15.3334 6L8.00002 13.3333L4.66669 10' stroke='%23E5E5E5' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}

.breadcrumbs {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 140%;
    font-family: var(--second-family);
}

.breadcrumbs > * {
    padding-right: 2rem;
    color: #2a2a2a;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 0.1rem;
    transition: -webkit-text-decoration-color var(--time);
    transition: text-decoration-color var(--time);
    transition: text-decoration-color var(--time), -webkit-text-decoration-color var(--time);
}

@media (hover: hover) and (pointer: fine) {
    .breadcrumbs > *:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

.breadcrumbs > *::after {
    content: "/";
    margin-right: 0.6rem;
    margin-left: 0.6rem;
    text-decoration: none;
    position: absolute;
}

.breadcrumbs > *:last-child {
    text-decoration: none;
    color: var(--neutral-300);
}

.breadcrumbs > *:last-child::after {
    content: normal;
}

.breadcrumbs .home::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.66669 15.3333H5.33335C5.51016 15.3333 5.67973 15.2631 5.80476 15.138C5.92978 15.013 6.00002 14.8435 6.00002 14.6666V10.6666C6.00002 10.4898 6.07026 10.3203 6.19528 10.1952C6.32031 10.0702 6.48988 9.99997 6.66669 9.99997H9.33335C9.51016 9.99997 9.67973 10.0702 9.80476 10.1952C9.92978 10.3203 10 10.4898 10 10.6666V14.6666C10 14.8435 10.0703 15.013 10.1953 15.138C10.3203 15.2631 10.4899 15.3333 10.6667 15.3333H13.3334C13.5102 15.3333 13.6797 15.2631 13.8048 15.138C13.9298 15.013 14 14.8435 14 14.6666V8.66664H14.5187C14.6542 8.68229 14.7912 8.65566 14.911 8.59038C15.0308 8.52511 15.1275 8.42439 15.1878 8.30203C15.2481 8.17967 15.2691 8.04166 15.2479 7.9069C15.2267 7.77215 15.1643 7.64724 15.0694 7.54931L8.56269 0.907975C8.48942 0.832987 8.4019 0.773401 8.30527 0.73272C8.20864 0.692038 8.10486 0.671082 8.00002 0.671082C7.89518 0.671082 7.7914 0.692038 7.69477 0.73272C7.59814 0.773401 7.51062 0.832987 7.43735 0.907975L0.930687 7.54931C0.835727 7.64724 0.773375 7.77215 0.752176 7.9069C0.730977 8.04166 0.751967 8.17967 0.812271 8.30203C0.872575 8.42439 0.969241 8.52511 1.08902 8.59038C1.2088 8.65566 1.34584 8.68229 1.48135 8.66664H2.00002V14.6666C2.00002 14.8435 2.07026 15.013 2.19528 15.138C2.32031 15.2631 2.48988 15.3333 2.66669 15.3333Z' stroke='%232A2A2A' stroke-width='1.33333' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.6rem;
    display: inline-block;
}

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

.wysiwyg > *:first-child {
    margin-top: 0;
}

.wysiwyg > *:last-child {
    margin-bottom: 0;
}

.wysiwyg hr {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

@media (max-width: 1024px) {
    .wysiwyg hr {
        margin-top: 2.4rem;
        margin-bottom: 2.4rem;
    }
}

.wysiwyg strong {
    font-weight: 600;
}

.wysiwyg h2 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 100%;
    margin-top: 4rem;
    margin-bottom: 1.6rem;
}

@media (max-width: 1024px) {
    .wysiwyg h2 {
        margin-top: 2.4rem;
        font-size: 2rem;
    }
}


:root {
    --bg: #f4f4f4;
    --primary: #93abdf;
    --secondary: #e5e5e5;
    --hover: #6b8fdc;
    --sec-hover: #cdcdcd;
    --pressed: #4075e7;
    --sec-pressed: #b1b1b1;
    --text: #303030;
    --color: #303030;
    --primary-50: #f5f7fa;
    --primary-100: #eaeef6;
    --primary-200: #c9d5ed;
    --primary-300: #95afe4;
    --primary-400: #5a87e2;
    --primary-500: #2060df;
    --primary-600: #154fc1;
    --primary-700: #0d3ea0;
    --primary-800: #092f7c;
    --primary-900: #052057;
    --primary-950: #021231;
    --neutral-50: #f7f7f8;
    --neutral-100: #eeeff1;
    --neutral-200: #d7dae0;
    --neutral-300: #afb8ca;
    --neutral-400: #8194bb;
    --neutral-500: #787d87;
    --neutral-600: #5f6777;
    --neutral-700: #495265;
    --neutral-800: #363e4e;
    --neutral-900: #242b38;
    --neutral-950: #131720;
    --success-light: #ebf4ef;
    --success-main: #25b15f;
    --success-dark: #127d3e;
    --warning-light: #f9f2e7;
    --warning-main: #f9a006;
    --warning-dark: #ad6e00;
    --error-light: #f6eaea;
    --error-main: #e02929;
    --error-dark: #aa0e0e;
    --info-light: #e8f1f7;
    --info-main: #1392ec;
    --info-dark: #0464a9;
    --surface-background: #f7f7f8;
    --surface-card: #fff;
    --surface-elevated: #eeeff1;
    --surface-overlay: #242b38;
    --text-primary: #242b38;
    --text-secondary: #5f6777;
    --text-disabled: #8194bb;
    --text-inverse: #f7f7f8;
    --text-brand: #154fc1;
    --border-light: #d7dae0;
    --border-default: #afb8ca;
    --border-strong: #787d87;
    --border-focus: #2060df;
    --interactive-primary: #2060df;
    --interactive-hover: #154fc1;
    --interactive-active: #0d3ea0;
    --interactive-disabled: #afb8ca;
    --white: #FFFFFF;
    --black: #000000;
    --time: .3s;
    --font-family: "Roboto", sans-serif;
    --second-family: "Manrope", sans-serif;
    --font7: "Urbanist", sans-serif;
}

.menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
}

@media (max-width: 1024px) {
    .menu {
        position: fixed;
        top: 6rem;
        left: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        max-height: calc(100% - 6rem);
        width: 100%;
        overflow: auto;
        background-color: var(--bg);
        border-radius: var(--radius);
        margin-left: 0;
        padding: 0;
        padding-top: 1rem;
        padding-bottom: 2rem;
        opacity: 0;
        -webkit-animation: menuVanish var(--time);
        animation: menuVanish var(--time);
        gap: 3rem;
        display: none;
        border: 0.1rem solid var(--devider);
    }
}

@media (max-width: 1024px) {
    .menu--open {
        opacity: 1;
        display: -ms-flexbox;
        display: flex;
        -webkit-animation: fadeEffect var(--time);
        animation: fadeEffect var(--time);
    }
}

@-webkit-keyframes menuVanish {
    from {
        opacity: 1;
        display: flex;
    }

    to {
        opacity: 0;
        display: none;
    }
}

@keyframes menuVanish {
    from {
        opacity: 1;
        display: -ms-flexbox;
        display: flex;
    }

    to {
        opacity: 0;
        display: none;
    }
}

.menu-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 0;
}

@media (max-width: 1024px) {
    .menu-list {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0;
        width: 100%;
    }
}

.menu-list:before {
    content: "";
    position: absolute;
    top: calc(100% - 2rem);
    left: 0;
    width: 100%;
    height: 4rem;
}

@media (max-width: 1024px) {
    .menu-list:before {
        content: normal;
    }
}

.menu-item {
    position: relative;
}

@media (max-width: 1024px) {
    .menu-item {
        width: 100%;
    }
}

.menu-sublist a {
    display: -ms-flexbox;
    display: flex;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 400;
    font-size: 2rem;
    line-height: 140%;
    color: var(--text);
}

@media (max-width: 1024px) {
    .menu-sublist a {
        padding-left: 1.5rem;
        padding-right: 2.7rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-weight: 500;
        font-size: 2rem;
        line-height: 100%;
        color: var(--text-primary);
    }
}

.menu-dropbtn {
    font-weight: 400;
    font-size: 2rem;
    line-height: 140%;
    color: var(--text);
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    display: inline-block;
}

@media (max-width: 1024px) {
    .menu-dropbtn {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 1.5rem;
        padding-right: 2.7rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-weight: 500;
        font-size: 2rem;
        line-height: 100%;
        color: var(--text-primary);
    }
}

.menu-dropbtn.active {
    color: var(--text-primary);
}

.menu-dropbtn.active + .menu-block {
    display: block;
    -webkit-animation: fadeEffect var(--time);
    animation: fadeEffect var(--time);
}

@media (max-width: 1024px) {
    .menu-dropbtn.active + .menu-block {
        display: grid;
        grid-template-rows: 1fr;
    }
}

@media (max-width: 1024px) {
    .menu-dropbtn.--with-dropdown::after {
        content: "";
        width: 1.1rem;
        height: 1.1rem;
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M10.5417 5.04167L5.95833 5.04167V0.458333C5.95833 0.336776 5.91004 0.220197 5.82409 0.134243C5.73814 0.0482886 5.62156 0 5.5 0C5.37844 0 5.26186 0.0482886 5.17591 0.134243C5.08996 0.220197 5.04167 0.336776 5.04167 0.458333V5.04167H0.458333C0.336776 5.04167 0.220197 5.08996 0.134243 5.17591C0.0482886 5.26186 0 5.37844 0 5.5C0 5.62156 0.0482886 5.73814 0.134243 5.82409C0.220197 5.91004 0.336776 5.95833 0.458333 5.95833H5.04167L5.04167 10.5417C5.04167 10.6632 5.08996 10.7798 5.17591 10.8658C5.26186 10.9517 5.37844 11 5.5 11C5.62156 11 5.73814 10.9517 5.82409 10.8658C5.91004 10.7798 5.95833 10.6632 5.95833 10.5417L5.95833 5.95833L10.5417 5.95833C10.6632 5.95833 10.7798 5.91004 10.8658 5.82409C10.9517 5.73814 11 5.62156 11 5.5C11 5.37844 10.9517 5.26186 10.8658 5.17591C10.7798 5.08996 10.6632 5.04167 10.5417 5.04167Z' fill='%23303033'/%3E%3C/g%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        transition: -webkit-transform var(--time);
        transition: transform var(--time);
        transition: transform var(--time), -webkit-transform var(--time);
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        will-change: transform;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .menu-dropbtn.--with-dropdown.active::after {
        -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
        transform: translate3d(0, 0, 0) rotate(45deg);
    }
}

.menu-block {
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    width: 20.4rem;
    border-radius: 2rem;
    max-height: calc(100vh - 10rem);
    max-height: calc(100svh - 10rem);
    display: none;
    -webkit-animation: fadeEffect var(--time);
    animation: fadeEffect var(--time);
    overflow: auto;
    box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.15);
    background-image: url("data:image/svg+xml,%3Csvg width='204' height='88' viewBox='0 0 204 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='204' height='88' fill='%23F4F4F4'/%3E%3Crect width='204' height='88' fill='url(%23paint0_linear_97_5069)' fill-opacity='0.4'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_97_5069' x1='4.41081' y1='-54.5717' x2='128.625' y2='122.006' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFF4D7'/%3E%3Cstop offset='0.625' stop-color='%23DADEFB' stop-opacity='0.982854'/%3E%3Cstop offset='1' stop-color='%23D8FFDC' stop-opacity='0.972567'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: 2rem;
    transition: opacity var(--time);
}

@media (max-width: 1024px) {
    .menu-block {
        width: 100%;
        position: static;
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows var(--time);
        transition: grid-template-rows var(--time), -ms-grid-rows var(--time);
        min-height: 0;
        border: 0;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
        box-shadow: none;
        background-color: var(--white);
        padding-top: 0;
        padding-bottom: 0;
        max-height: none;
        overflow: hidden;
    }
}

.out .menu-block {
    pointer-events: none;
    opacity: 0;
}

@media (max-width: 1024px) {
    .out .menu-block {
        pointer-events: auto;
        opacity: 1;
    }
}

.menu-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.menu-subtitle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
    padding-left: 0.9rem;
}

@media (max-width: 1024px) {
    .menu-subtitle {
        padding-left: 0;
        gap: 0.9rem;
    }
}

.menu-icon {
    fill: var(--bg);
    width: 2.8rem;
    height: 2.8rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (max-width: 1024px) {
    .menu-icon {
        width: 1.8rem;
        height: 1.8rem;
    }
}

.menu-desc {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 130%;
    color: var(--grayscale-700);
    margin-top: 1.1rem;
    padding-left: 1rem;
}

@media (max-width: 1024px) {
    .menu-desc {
        font-size: 1rem;
        margin-top: 1rem;
        padding-left: 0rem;
    }
}

.menu-link {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 115%;
    padding: 0.5rem 1rem;
    margin-top: auto;
    padding-top: 2rem;
    transition: color var(--time);
}

@media (max-width: 1024px) {
    .menu-link {
        display: none;
    }
}

.menu-button {
    display: none;
}

@media (max-width: 1024px) {
    .menu-button {
        width: 3.5rem;
        height: 3.5rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        border: 0.1rem solid var(--bg);
        border-radius: 100%;
        background-color: var(--bg);
        transition: background-color var(--time), border-color var(--time);
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

.menu-button .burger-button-close {
    width: 1.3rem;
    height: 0.9rem;
    position: relative;
    display: block;
}

.menu-button .burger-button-close #first-line-burger,
.menu-button .burger-button-close #second-line-burger,
.menu-button .burger-button-close #third-line-burger {
    width: 100%;
    height: 0.1rem;
    border-radius: 0.1rem;
    background-color: var(--text-primary);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: background-color;
    transition-duration: var(--time);
}

.menu-button .burger-button-close #first-line-burger {
    top: 0%;
}

.menu-button .burger-button-close #third-line-burger {
    top: unset;
    bottom: 0%;
}

.header__menu-button--active .burger-button-close #first-line-burger,
.menu-button--active .burger-button-close #first-line-burger {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    background-color: var(--bg);
}

.header__menu-button--active .burger-button-close #second-line-burger,
.menu-button--active .burger-button-close #second-line-burger {
    opacity: 0;
    background-color: var(--bg);
}

.header__menu-button--active .burger-button-close #third-line-burger,
.menu-button--active .burger-button-close #third-line-burger {
    top: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    background-color: var(--bg);
}

.menu-button--active {
    background-color: var(--primary-200);
    border-color: var(--primary-200);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10;
    background-color: #000000;
    opacity: 0.2;
}

.menu-swiper-wrapper {
    width: 40.5rem;
}

@media (max-width: 1024px) {
    .menu-swiper-wrapper {
        display: none;
    }
}

.menu-swiper-wrapper .swiper-arrow {
    position: absolute;
    top: 8.1rem;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.menu-swiper-wrapper .swiper-arrow.prev {
    left: 2.5rem;
}

.menu-swiper-wrapper .swiper-arrow.next {
    right: 5rem;
}

.menu-swiper {
    height: 100%;
    padding: 1.7rem 4rem 1.3rem 1.5rem;
}

.menu-swiper .swiper-slide {
    height: 100%;
    padding-bottom: 3.7rem;
    background: var(--grayscale-200);
    border: 0.1rem solid var(--grayscale-300);
    border-radius: var(--radius);
    margin-right: 4.1rem;
    width: 35rem;
}

.menu-swiper .swiper-slide:last-child {
    margin-right: 0;
}

@media (hover: hover) and (pointer: fine) {
    .menu-swiper a:hover .menu-swtitle {
        color: var(--primary-200);
    }
}

.menu-swiper .swiper-pagination {
    padding-left: 1.7rem;
    padding-right: 4rem;
    padding-bottom: 1.3rem;
}

.menu-img {
    border-radius: 0.75rem;
    width: calc(100% + 0.2rem);
    margin-left: auto;
    margin-right: auto;
    height: 16.3rem;
}

.menu-swtitle {
    text-align: center;
    margin-top: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    transition: color var(--time);
}

.menu-swdesc {
    text-align: center;
    color: var(--grayscale-700);
    margin-top: 1.3rem;
    padding-left: 0.5rem;
    padding-right: 1.5rem;
}

.menu-sublink a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: var(--radius);
    padding-bottom: 2rem;
    background-color: var(--grayscale-200);
    border: 0.1rem solid var(--grayscale-300);
    position: relative;
}

@media (max-width: 1024px) {
    .menu-sublink a {
        background-color: transparent;
        border: 0;
        padding: 0;
    }
}

@media (hover: hover) and (pointer: fine) {
    .menu-sublink a:hover .menu-listtitle {
        color: var(--primary-200);
    }
}

.menu-img-2 {
    height: 20rem;
    width: calc(100% + 0.2rem);
    border-radius: 0.75rem;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .menu-img-2 {
        display: none;
    }
}

.menu-listtitle {
    display: block;
    margin-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: color var(--time);
}

@media (max-width: 1024px) {
    .menu-listtitle {
        margin-top: 0;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

.menu-bot {
    padding-left: 6rem;
    padding-right: 6rem;
    font-weight: 600;
    padding-bottom: 2.5rem;
    grid-column: 1/-1;
    max-width: 100%;
}

@media (max-width: 1024px) {
    .menu-bot {
        display: none;
    }
}

.menu-listdesc {
    color: var(--grayscale-700);
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 1.5rem;
}

@media (max-width: 1024px) {
    .menu-listdesc {
        display: none;
    }
}

.menu-mobileblock {
    display: none;
}

@media (max-width: 1024px) {
    .menu-mobileblock {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu-mobileblock .menu-subitem {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

@media (max-width: 1024px) {
    .menu-btn {
        margin-left: 1.6rem;
        margin-right: 1.6rem;
    }
}

.menu-opened {
    overflow: hidden;
}

.menu-opened body {
    overflow: hidden;
}

.menu-opened .header {
    background-color: var(--bg);
}

.hero {
    position: relative;
}

.hero-title {
    position: relative;
    z-index: 1;
}

.hero-desc {
    margin-top: 2.4rem;
    max-width: 92.5rem;
    position: relative;
    z-index: 1;
}

.hero-buttons {
    margin-top: 4rem;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) {
    .hero-buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.6rem;
    }
}

.hero-bg {
    width: 56.6rem;
    height: 62.7rem;
    position: absolute;
    top: 22.8rem;
    right: 6.1rem;
    max-width: 100%;
}

@media (max-width: 1024px) {
    .hero-bg {
        top: 41rem;
        right: 0;
        height: 33rem;
    }
}

.hero-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

@media (max-width: 1024px) {
    .hero-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.hero-item {
    border: 1px solid var(--text);
    border-radius: 4.6rem;
    padding: 5rem 5rem 5rem 5rem;
    box-shadow: 0 5px 0 0 #191a23;
    background: #f3f3f3;
    min-height: 25rem;
    position: relative;
}

@media (max-width: 1024px) {
    .hero-item {
        padding: 2rem;
        min-height: 20rem;
        border-radius: 3rem;
    }
}

.hero-subtitle {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 3rem;
    color: var(--text);
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) {
    .hero-subtitle {
        font-size: 2.4rem;
    }
}

.text-highlight {
    background: var(--primary);
    border-radius: 0.8rem;
    padding: 0.4rem 0.8rem;
    display: inline-block;
}

.hero-subbg {
    width: 15.2rem;
    position: absolute;
    right: 2.4rem;
    bottom: 3rem;
}

.direction-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1024px) {
    .direction-head {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.direction-desc {
    margin-top: 2.4rem;
}

@media (max-width: 1024px) {
    .direction-desc {
        margin-top: 1.6rem;
    }
}

@media (max-width: 1024px) {
    .direction-button {
        margin-top: 2.4rem;
    }
}

.direction-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 4.1rem;
}

@media (max-width: 1024px) {
    .direction-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.direction-item {
    position: relative;
    background: var(--surface-card);
    border: 1px solid var(--text);
    border-radius: 2rem;
    padding: 1.6rem 2rem;
}

.direction-item.active {
    box-shadow: 0 5px 0 0 #191a23;
    background: #E9EEF9;
}

.direction-item.active::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='345' height='141' viewBox='0 0 345 141' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-144 254C-134.809 242.081 -125.619 230.161 -108.729 209.36C-91.8392 188.558 -67.5286 159.236 -53.5226 142.82C-39.5166 126.403 -36.5519 123.781 -33.5423 125.172C-30.5327 126.562 -27.568 132.045 -23.8171 140.472C-20.0663 148.899 -15.6193 160.103 -12.7354 185.423C-9.85159 210.743 -8.66569 249.839 16.997 247.81C42.6597 245.78 92.7632 201.439 118.574 179.789C142.945 159.346 140.531 171.56 153.814 163.347C175.231 150.103 209.195 104.117 229.935 81.4233C250.674 58.7292 252.749 57.0605 254.56 60.8494C256.37 64.6384 257.852 73.9357 258.468 85.7577C259.083 97.5798 258.787 111.645 257.448 124.373C254.946 148.17 251.294 157.936 251.887 154.577C252.48 152.648 253.666 150.264 271.472 128.773C289.278 107.282 323.669 66.7551 360 25.0005' stroke='%2393ABDF' stroke-opacity='0.2' stroke-width='50' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 100%;
    height: 14.1rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

.direction-hiddenlink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

@media (hover: hover) and (pointer: fine) {
    .direction-hiddenlink:hover ~ .direction-arrow {
        background: var(--hover);
    }
}

.direction-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
}

.direction-img {
    width: 7rem;
    height: 7rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (max-width: 1024px) {
    .direction-img {
        width: 5rem;
        height: 5rem;
    }
}

.direction-subdesc {
    margin-top: 1.6rem;
    min-height: 9.9rem;
}

@media (max-width: 1024px) {
    .direction-subdesc {
        min-height: 4rem;
    }
}

.direction-arrow {
    margin-top: 4rem;
}

.sale {
    background: var(--primary-300);
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2.4rem;
}

@media (max-width: 1024px) {
    .sale {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.sale-title {
    font-weight: 800;
    font-size: 6.4rem;
    line-height: 100%;
    color: var(--secondary);
}

.sale-text {
    color: var(--surface-card);
    max-width: 79.2rem;
}

.how {
    background-image: url("data:image/svg+xml,%3Csvg width='500' height='500' viewBox='0 0 500 500' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M250 0L286.543 161.777L426.777 73.2233L338.223 213.457L500 250L338.223 286.543L426.777 426.777L286.543 338.223L250 500L213.457 338.223L73.2233 426.777L161.777 286.543L0 250L161.777 213.457L73.2233 73.2233L213.457 161.777L250 0Z' fill='%23303030' fill-opacity='0.04' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 20.7rem bottom 5.4rem;
    background-size: 50rem 50rem;
}

.how-list {
    counter-reset: how;
    margin-top: 6rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

@media (max-width: 1024px) {
    .how-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 4rem;
    }
}

.how-list > li {
    width: 46.7rem;
}

@media (max-width: 1024px) {
    .how-list > li {
        width: 100%;
    }
}

.how-item {
    counter-increment: how;
    background-image: url("data:image/svg+xml,%3Csvg width='467' height='287' viewBox='0 0 467 287' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0.5H447C457.77 0.5 466.5 9.23045 466.5 20V157.333C466.5 163.744 463.349 169.746 458.071 173.386L299.062 283.053C295.807 285.298 291.946 286.5 287.991 286.5H20C9.23045 286.5 0.5 277.77 0.5 267V20L0.506836 19.4971C0.773603 8.95996 9.3986 0.5 20 0.5Z' fill='white' stroke='%23303030' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    padding: 1.6rem 2rem;
    min-height: 28.7rem;
}

@media (max-width: 1024px) {
    .how-item {
        min-height: 20rem;
    }
}

.how-item::before {
    content: counter(how, decimal-leading-zero) "/";
    font-weight: 800;
    font-size: 8rem;
    line-height: 100%;
    color: rgba(156, 156, 156, 0.7);
    font-family: var(--font7);
    display: block;
}

@media (max-width: 1024px) {
    .how-item::before {
        font-size: 3.2rem;
    }
}

.how-item.active {
    background-image: url("data:image/svg+xml,%3Csvg width='509' height='289' viewBox='0 0 509 289' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M488 0.5C499.322 0.5 508.5 9.67816 508.5 21V157.846C508.5 164.86 504.913 171.388 498.992 175.149L325.598 285.304C322.311 287.391 318.499 288.5 314.605 288.5H21C9.67816 288.5 0.5 279.322 0.5 268V21L0.506836 20.4707C0.787579 9.39349 9.85513 0.5 21 0.5H488Z' fill='white' /%3E%3Cpath d='M488 0.5C499.322 0.5 508.5 9.67816 508.5 21V157.846C508.5 164.86 504.913 171.388 498.992 175.149L325.598 285.304C322.311 287.391 318.499 288.5 314.605 288.5H21C9.67816 288.5 0.5 279.322 0.5 268V21L0.506836 20.4707C0.787579 9.39349 9.85513 0.5 21 0.5H488Z' fill='%2393ABDF' fill-opacity='0.8' /%3E%3Cpath d='M488 0.5C499.322 0.5 508.5 9.67816 508.5 21V157.846C508.5 164.86 504.913 171.388 498.992 175.149L325.598 285.304C322.311 287.391 318.499 288.5 314.605 288.5H21C9.67816 288.5 0.5 279.322 0.5 268V21L0.506836 20.4707C0.787579 9.39349 9.85513 0.5 21 0.5H488Z' stroke='%23303030' /%3E%3C/svg%3E");
    width: 50.7rem;
}

@media (max-width: 1024px) {
    .how-item.active {
        max-width: 100%;
    }
}

.how-item.active::before {
    color: rgba(255, 255, 255, 0.8);
}

.how-item.active .text-highlight {
    background-color: transparent;
    padding: 0;
}

.how-subtitle {
    margin-top: 4rem;
}

@media (max-width: 1024px) {
    .how-subtitle {
        margin-top: 1.6rem;
    }
}

.how-text {
    margin-top: 1.2rem;
    display: -webkit-box;
    max-width: 42.7rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .how-text {
        margin-top: 1rem;
    }
}

.form {
    display: grid;
    grid-template-columns: 64.9rem 46.8rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2.4rem;
    }
}

.form-title {
    font-weight: 700;
    font-size: 6.2rem;
    line-height: 100%;
    font-family: var(--second-family);
}

@media (max-width: 1024px) {
    .form-title {
        font-size: 3.2rem;
    }
}

.form-desc {
    margin-top: 4rem;
}

@media (max-width: 1024px) {
    .form-desc {
        margin-top: 2.4rem;
    }
}

.form-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid var(--text);
    border-radius: 3rem;
    padding: 3.4rem 3rem;
    box-shadow: 6px 6px 4px 0 rgba(0, 0, 0, 0.06), 0 5px 0 0 #191a23;
    background: #E6ECF6;
}

@media (max-width: 1024px) {
    .form-block {
        padding: 2rem;
    }
}

.form-inputs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-label {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    margin-top: 1.2rem;
}

@media (max-width: 1024px) {
    .form-label {
        gap: 1.2rem;
    }
}

.form-label .checkbox-box {
    border: 1px solid var(--hover);
}

.form-labeltext {
    font-weight: 400;
    font-size: 1rem;
    line-height: 180%;
    color: rgba(48, 48, 48, 0.6);
    font-family: var(--second-family);
}

.form-labeltext a {
    font-weight: 600;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    transition: -webkit-text-decoration-color var(--time);
    transition: text-decoration-color var(--time);
    transition: text-decoration-color var(--time), -webkit-text-decoration-color var(--time);
}

@media (hover: hover) and (pointer: fine) {
    .form-labeltext a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

.form-input + .form-input {
    margin-top: 2rem;
}

@media (max-width: 1024px) {
    .form-input + .form-input {
        margin-top: 1.6rem;
    }
}

.form-submit {
    margin-top: 3rem;
}

@media (max-width: 1024px) {
    .form-submit {
        margin-top: 2.4rem;
    }
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    padding-top: 2rem;
    padding-bottom: 2rem;
    transition: background-color var(--time), -webkit-transform var(--time);
    transition: transform var(--time), background-color var(--time);
    transition: transform var(--time), background-color var(--time), -webkit-transform var(--time);
}

@media (max-width: 1024px) {
    .header {
        padding-top: 1rem;
        padding-bottom: 1rem;
        will-change: auto;
        transition: background-color var(--time);
    }
}

.header.out {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

@media (max-width: 1024px) {
    .header.out {
        -webkit-transform: none;
        transform: none;
    }
}

.header--active {
    background-color: var(--bg);
}

.header-logo {
    width: 10.2rem;
    height: 4rem;
    margin-top: 0.8rem;
}

@media (max-width: 1024px) {
    .header-logo {
        margin-top: 0;
    }
}

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

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

.header-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    position: relative;
}

@media (max-width: 1024px) {
    .header-inner {
        gap: 0.5rem;
    }
}

.header-login {
    position: relative;
    width: 4.5rem;
    height: 4.5rem;
}

@media (max-width: 1024px) {
    .header-login {
        width: 3.5rem;
        height: 3.5rem;
        margin-left: auto;
    }
}

.rounded-btn {
    border: 0.1rem solid var(--grayscale-500);
    border-radius: 18rem;
    padding: 1rem;
    width: 4.5rem;
    height: 4.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    transition: background-color, border-color;
    transition-duration: var(--time);
    fill: var(--grayscale-800);
}

@media (max-width: 1024px) {
    .rounded-btn {
        padding: 0.8rem;
        width: 3.5rem;
        height: 3.5rem;
    }
}

.rounded-btn svg {
    width: 1.8rem;
    height: 1.8rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (max-width: 1024px) {
    .rounded-btn svg {
        width: 1.3rem;
        height: 1.3rem;
    }
}

@media (hover: hover) and (pointer: fine) {
    .rounded-btn.withhover:hover {
        background: var(--primary-200);
        border-color: var(--primary-200);
        fill: var(--grayscale-0);
    }
}

.header-user {
    border: 0.1rem solid var(--grayscale-500);
    fill: var(--grayscale-800);
    border-radius: 18rem;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.header-user.active {
    background: var(--primary-200);
    border-color: var(--primary-200);
    fill: var(--grayscale-0);
}

.header-user.active + .header-dropdown {
    display: block;
}

.header-user.disabled, .header-user:disabled {
    border-color: var(--grayscale-300);
    fill: var(--grayscale-300);
    pointer-events: none;
}

.header-dropdown {
    border: 0.1rem solid var(--grayscale-300);
    border-radius: var(--radius);
    position: absolute;
    top: calc(100% + 1.5rem);
    right: 0;
    background-color: var(--grayscale-0);
    width: 24rem;
    display: none;
    -webkit-animation: fadeEffect var(--time);
    animation: fadeEffect var(--time);
}

@media (max-width: 1024px) {
    .header-dropdown {
        top: calc(100% + 1rem);
        right: -5.5rem;
    }
}

@-webkit-keyframes vanish {
    from {
        display: block;
        opacity: 1;
    }

    to {
        display: none;
        opacity: 0;
    }
}

@keyframes vanish {
    from {
        display: block;
        opacity: 1;
    }

    to {
        display: none;
        opacity: 0;
    }
}

@-webkit-keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.header-droptop {
    padding: 1.7rem 1.6rem 1.5rem;
}

.header-role {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 130%;
}

.header-name {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 110%;
    margin-top: 0.4rem;
}

.header-droplist {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 130%;
}

.header-dropitem {
    padding: 1.3rem 1.6rem 1.4rem;
    display: block;
}

@media (max-width: 1024px) {
    .header-dropitem {
        padding: 1rem 1.5rem;
    }
}

.footer {
    background: var(--text);
    color: var(--surface-card);
    display: grid;
    grid-template-columns: 38.4rem 43.9rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@media (max-width: 1024px) {
    .footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer-logo {
    width: 10.2rem;
    height: 4rem;
    margin-top: 0.4rem;
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7484%) hue-rotate(266deg) brightness(103%) contrast(104%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7484%) hue-rotate(266deg) brightness(103%) contrast(104%);
}

@media (max-width: 1024px) {
    .footer-logo {
        margin-top: 0;
    }
}

.footer-text {
    margin-top: 1.8rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.7);
}

.footer-soctitle {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 157%;
    color: #f1f0f5;
    margin-top: 2.8rem;
}

.footer-soclist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.4rem;
    margin-top: 1.7rem;
}

.footer-social {
    width: 2.5rem;
    height: 2.5rem;
}

.footer-nav {
    font-weight: 400;
    font-size: 2rem;
    line-height: 140%;
    display: grid;
    grid-template-columns: 13.8rem 18.1rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .footer-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 2.4rem;
        gap: 1.6rem;
    }
}

.footer-nav a {
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 0.8rem;
    transition: -webkit-text-decoration-color var(--time);
    transition: text-decoration-color var(--time);
    transition: text-decoration-color var(--time), -webkit-text-decoration-color var(--time);
}

@media (hover: hover) and (pointer: fine) {
    .footer-nav a:hover {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
    }
}

.footer-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
}

@media (max-width: 1024px) {
    .footer-list {
        gap: 1.6rem;
    }
}

.footer-mail {
    margin-top: 4rem;
    display: block;
}

.footer-phone {
    margin-top: 1.6rem;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 140%;
    display: block;
}

.footer-bottom {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 157%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column: 2 span;
    margin-top: 7rem;
}

@media (max-width: 1024px) {
    .footer-bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 1.6rem;
        margin-top: 4rem;
    }
}

.footer-bottom a {
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 0.8rem;
    transition: -webkit-text-decoration-color var(--time);
    transition: text-decoration-color var(--time);
    transition: text-decoration-color var(--time), -webkit-text-decoration-color var(--time);
}

@media (hover: hover) and (pointer: fine) {
    .footer-bottom a:hover {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor;
    }
}

@media (max-width: 1024px) {
    .footer-politics {
        -ms-flex-order: 1;
        order: 1;
    }
}

.programs-desc {
    margin-top: 2.4rem;
    max-width: 82.2rem;
}

.tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4rem;
}

@media (max-width: 1024px) {
    .tabs {
        margin-top: 2.4rem;
        gap: 1rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tab {
    border: 1px solid #666;
    border-radius: 4rem;
    padding: 1.6rem 3.2rem;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 150%;
    color: var(--text);
    font-family: var(--font-family);
}

@media (max-width: 1024px) {
    .tab {
        padding: 0.6rem 1.2rem;
        font-size: 1.4rem;
        border-radius: 3rem;
        width: 100%;
    }
}

.tab.active {
    background: #c8eab7;
    border-color: #c8eab7;
}

.programs-list {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    row-gap: 4rem;
}

@media (max-width: 1024px) {
    .programs-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem;
        margin-top: 2.4rem;
    }
}

.programs-item {
    background: var(--surface-card);
    border: 1px solid var(--text);
    border-radius: 2rem;
    padding: 1.6rem 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

@media (max-width: 1024px) {
    .programs-item {
        padding: 1.6rem;
    }
}

.programs-hiddenlink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

@media (hover: hover) and (pointer: fine) {
    .programs-hiddenlink:hover ~ .programs-btn {
        background-color: var(--hover);
    }
}

.programs-img {
    width: 30rem;
    height: 30rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

@media (max-width: 1024px) {
    .programs-img {
        font-size: 24rem;
        height: 24rem;
    }
}

.programs-subtitle {
    margin-top: 4rem;
    min-height: 4.8rem;
}

@media (max-width: 1024px) {
    .programs-subtitle {
        min-height: 0;
        margin-top: 2.4rem;
    }
}

.programs-date {
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 150%;
    color: var(--text);
    margin-top: 1.6rem;
}

@media (max-width: 1024px) {
    .programs-date {
        font-size: 1.4rem;
        margin-top: 1.2rem;
    }
}

.programs-tag {
    margin-top: 1.6rem;
    border-radius: 4rem;
    padding: 0.6rem 2.4rem;
    background: #d693df;
}

@media (max-width: 1024px) {
    .programs-tag {
        font-size: 1.4rem;
        padding: 0.4rem 1.2rem;
    }
}

.programs-tag.second {
    background: #f1ccc8;
}

.programs-text {
    margin-top: 1.6rem;
}

@media (max-width: 1024px) {
    .programs-text {
        font-size: 1.4rem;
        margin-top: 1.2rem;
    }
}

.programs-btn {
    margin-top: 4rem;
    width: 100%;
}

@media (max-width: 1024px) {
    .programs-btn {
        margin-top: 2.4rem;
    }
}

.incoming-block {
    border: 1px solid var(--neutral-200);
    border-radius: 2rem;
    padding: 2rem 2rem 4rem;
    background: var(--surface-card);
}

@media (max-width: 1024px) {
    .incoming-block {
        padding: 1.6rem;
    }
}

.incoming-block.row-span-2 {
    grid-row: 2 span;
}

.incoming-block.pl-60 {
    padding-left: 6rem;
}

@media (max-width: 1024px) {
    .incoming-block.pl-60 {
        padding-left: 1.6rem;
    }
}

.incoming-two-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4rem;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
}

@media (max-width: 1024px) {
    .incoming-two-cols {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        margin-top: 2.4rem;
    }
}

.incoming-two-cols .incoming-wrapper + .incoming-wrapper .incoming-table {
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.incoming-two-cols .incoming-wrapper + .incoming-wrapper .incoming-table::before {
    content: "";
    width: 1px;
    height: 100%;
    left: -1.5rem;
    background-color: var(--neutral-200);
    position: absolute;
    top: 0;
}

@media (max-width: 1024px) {
    .incoming-two-cols .incoming-wrapper + .incoming-wrapper .incoming-table::before {
        content: normal;
    }
}

.incoming-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.incoming-subtitle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
    grid-column: 2 span;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 100%;
    text-align: center;
    font-family: var(--second-family);
    margin-bottom: 4.5rem;
}

@media (max-width: 1024px) {
    .incoming-subtitle {
        font-size: 2rem;
        gap: 1.2rem;
        margin-bottom: 0;
    }
}

.incoming-subtitle svg {
    width: 4rem;
    height: 4rem;
}

@media (max-width: 1024px) {
    .incoming-subtitle svg {
        width: 3rem;
        height: 3rem;
    }
}

.incoming-subtitle.text-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.incoming-tabletitle {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 150%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
    padding-left: 2rem;
    padding-bottom: 2.6rem;
}

@media (max-width: 1024px) {
    .incoming-tabletitle {
        font-size: 1.8rem;
        padding-left: 0;
        padding-bottom: 2.4rem;
        margin-top: 2.4rem;
    }
}

.incoming-tabletitle svg {
    width: 4rem;
    height: 4rem;
}

@media (max-width: 1024px) {
    .incoming-tabletitle svg {
        width: 3rem;
        height: 3rem;
    }
}

.incoming-row,
.incoming-head {
    display: grid;
    grid-template-columns: 27.1rem 10.6rem 10.6rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.columns-4 .incoming-row,
.columns-4 .incoming-head {
    grid-template-columns: 27.1rem 4.7rem 10.4rem 6.3rem;
}

.incoming-head {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 150%;
    color: #494949;
    padding-left: 2rem;
    padding-right: 2rem;
    background: rgba(245, 245, 245, 0.5);
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2.4rem;
    border-bottom: 1px solid #e8e9eb;
}

@media (max-width: 1024px) {
    .incoming-head {
        display: none;
    }
}

.incoming-row {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 150%;
    color: var(--neutral-950);
    margin-bottom: 2.6rem;
    justify-items: flex;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #e8e9eb;
}

@media (max-width: 1024px) {
    .incoming-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        padding-bottom: 1rem;
        font-size: 1.4rem;
        gap: 1rem;
    }
}

.incoming-row:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .columns-4 .incoming-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.incoming-cell {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .incoming-cell {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .incoming-cell::before {
        content: attr(data-label) ":";
        font-weight: 400;
    }
}

.incoming-cell.text-center {
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .incoming-cell.text-center {
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.incoming-cell:first-child {
    font-size: 1.8rem;
    line-height: 150%;
    color: var(--neutral-950);
    font-weight: 400;
}

@media (max-width: 1024px) {
    .incoming-cell:first-child {
        font-size: 1.4rem;
    }
}

.incoming-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, -webkit-min-content);
    grid-template-rows: repeat(2, min-content);
    gap: 2rem;
    margin-top: 4rem;
}

@media (max-width: 1024px) {
    .incoming-bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.incoming-how {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
}

@media (max-width: 1024px) {
    .incoming-how {
        margin-top: 2.4rem;
        gap: 1.6rem;
    }
}

.incoming-item {
    display: grid;
    grid-template-areas: "img title" "img desc";
    grid-template-columns: 7rem 1fr;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

@media (max-width: 1024px) {
    .incoming-item {
        grid-template-columns: 4rem 1fr;
    }
}

.incoming-img {
    width: 100%;
    grid-area: img;
}

.incoming-bottitle {
    grid-area: title;
}

.incoming-bottext {
    grid-area: desc;
    border-bottom: 1px solid var(--primary-300);
    margin-top: 1.2rem;
}

.incoming-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
}

@media (max-width: 1024px) {
    .incoming-list {
        margin-top: 2.4rem;
    }
}

.incoming-list li {
    padding-left: 3rem;
    position: relative;
}

@media (max-width: 1024px) {
    .incoming-list li {
        padding-left: 2rem;
    }
}

.incoming-list li::before {
    content: "•";
    color: #c8eab7;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2em;
}

.incoming-list a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--primary-600);
    transition: -webkit-text-decoration-color var(--time);
    transition: text-decoration-color var(--time);
    transition: text-decoration-color var(--time), -webkit-text-decoration-color var(--time);
    text-decoration-thickness: 0.1rem;
}

@media (hover: hover) and (pointer: fine) {
    .incoming-list a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

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

.incoming-info {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 150%;
    color: var(--primary-500);
    border: 1px solid var(--primary-400);
    border-radius: 2rem;
    padding: 2rem;
    background: var(--primary-100);
    margin-top: 4rem;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 3.75C16.7861 3.75 13.6443 4.70305 10.972 6.48862C8.29969 8.27419 6.21689 10.8121 4.98696 13.7814C3.75704 16.7507 3.43524 20.018 4.06225 23.1702C4.68926 26.3224 6.23692 29.2179 8.50952 31.4905C10.7821 33.7631 13.6776 35.3107 16.8298 35.9378C19.982 36.5648 23.2493 36.243 26.2186 35.013C29.1879 33.7831 31.7258 31.7003 33.5114 29.028C35.297 26.3557 36.25 23.2139 36.25 20C36.2455 15.6916 34.5319 11.561 31.4855 8.51454C28.439 5.46806 24.3084 3.75455 20 3.75ZM19.375 11.25C19.7458 11.25 20.1084 11.36 20.4167 11.566C20.725 11.772 20.9654 12.0649 21.1073 12.4075C21.2492 12.7501 21.2863 13.1271 21.214 13.4908C21.1416 13.8545 20.9631 14.1886 20.7008 14.4508C20.4386 14.713 20.1045 14.8916 19.7408 14.964C19.3771 15.0363 19.0001 14.9992 18.6575 14.8573C18.3149 14.7154 18.022 14.475 17.816 14.1667C17.61 13.8584 17.5 13.4958 17.5 13.125C17.5 12.6277 17.6976 12.1508 18.0492 11.7992C18.4008 11.4475 18.8777 11.25 19.375 11.25ZM21.25 28.75C20.587 28.75 19.9511 28.4866 19.4822 28.0178C19.0134 27.5489 18.75 26.913 18.75 26.25V20C18.4185 20 18.1005 19.8683 17.8661 19.6339C17.6317 19.3995 17.5 19.0815 17.5 18.75C17.5 18.4185 17.6317 18.1005 17.8661 17.8661C18.1005 17.6317 18.4185 17.5 18.75 17.5C19.413 17.5 20.0489 17.7634 20.5178 18.2322C20.9866 18.7011 21.25 19.337 21.25 20V26.25C21.5815 26.25 21.8995 26.3817 22.1339 26.6161C22.3683 26.8505 22.5 27.1685 22.5 27.5C22.5 27.8315 22.3683 28.1495 22.1339 28.3839C21.8995 28.6183 21.5815 28.75 21.25 28.75Z' fill='%232060DF' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 2rem center;
    background-size: 4rem 4rem;
    padding-left: 8rem;
}

@media (max-width: 1024px) {
    .incoming-info {
        margin-top: 2.4rem;
        padding: 1.6rem;
        background-size: 2rem 2rem;
        background-position: left 1.6rem center;
        padding-left: 5rem;
    }
}

.contacts-wrapper {
    position: relative;
}

.contact-map {
    box-shadow: 0 4px 6px 2px rgba(215, 220, 224, 0.5);
    border-radius: 1.6rem;
    width: 100%;
    height: 48rem;
    position: relative;
    overflow: hidden;
    margin-top: 4rem;
    max-width: 130rem;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: -webkit-filter var(--time);
    transition: filter var(--time);
    transition: filter var(--time), -webkit-filter var(--time);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media (max-width: 1024px) {
    .contact-map iframe {
        -webkit-filter: none;
        filter: none;
    }
}

@media (hover: hover) and (pointer: fine) {
    .contact-map iframe:hover {
        -webkit-filter: none;
        filter: none;
    }
}

.contacts-block {
    border-radius: 1.2rem;
    padding: 4rem 6rem;
    box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.15);
    background: var(--primary-50);
    position: absolute;
    top: 4.7rem;
    left: 4rem;
    z-index: 2;
}

@media (max-width: 1024px) {
    .contacts-block {
        position: static;
        margin-top: 4rem;
        padding: 1.6rem;
    }
}

.contacts-info {
    display: -ms-flexbox;
    display: flex;
    gap: 0.7rem;
    margin-top: 2rem;
}

.contacts-icon {
    width: 2.4rem;
    height: 2.4rem;
}

.contacts-text {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 150%;
    color: #2b2b45;
}

.contacts-phonewrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts-phone {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 100%;
    text-align: right;
    color: #2b2b45;
}

@media (max-width: 1024px) {
    .contacts-phone {
        font-size: 2rem;
        text-align: start;
    }
}

.contacts-btn {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 140%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-align: right;
    color: var(--primary);
    transition: -webkit-text-decoration-color var(--time);
    transition: text-decoration-color var(--time);
    transition: text-decoration-color var(--time), -webkit-text-decoration-color var(--time);
}

@media (hover: hover) and (pointer: fine) {
    .contacts-btn:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

.contacts-socials {
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.contacts-social {
    width: 4.8rem;
    height: 4.8rem;
    display: block;
    color: var(--primary);
}

@media (hover: hover) and (pointer: fine) {
    .contacts-social:hover {
        color: var(--hover);
    }
}

.program-head {
    display: grid;
    grid-template-columns: 90rem 1fr;
    gap: 4rem;
}

@media (max-width: 1024px) {
    .program-head {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2.4rem;
    }
}

.program-buttons {
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4rem;
}

@media (max-width: 1024px) {
    .program-buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 2.4rem;
    }
}

@media (max-width: 1024px) {
    .program-btn,
  .program-btn2 {
        width: 100%;
    }
}

.program-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

@media (max-width: 1024px) {
    .program-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.program-item {
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.15);
    background: var(--primary-50);
}

.program-icon {
    width: 3rem;
    height: 3rem;
    float: left;
    margin-right: 1.6rem;
    color: var(--primary-500);
}

.program-subdesc {
    margin-top: 1.6rem;
}

.challenge-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}

@media (max-width: 1024px) {
    .challenge-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2.4rem;
    }
}

.challenge-item {
    box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.15);
    background: var(--primary-50);
    border-radius: 2rem;
}

.challenge-head {
    background: #d693df;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    min-height: 7rem;
    border-radius: 2rem 2rem 0 0;
}

.bg-orange {
    background: #f1ccc8;
}

.challenge-small {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 157%;
    color: var(--text);
}

.challenge-text {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 150%;
    color: var(--text);
    padding: 1.6rem 2rem;
}

@media (max-width: 1024px) {
    .challenge-text {
        font-size: 1.4rem;
    }
}

.challenge-text p + p {
    margin-top: 1.6rem;
}

@media (max-width: 1024px) {
    .challenge-text p + p {
        margin-top: 1.4rem;
    }
}

.news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    row-gap: 4rem;
}

@media (max-width: 1024px) {
    .news-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.news-item {
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
    border: 1px solid #303030;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 50rem;
}

@media (max-width: 1024px) {
    .news-item {
        min-height: 35rem;
    }
}

.news-hiddenlink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
}

@media (hover: hover) and (pointer: fine) {
    .news-hiddenlink:hover ~ .news-block {
        background: rgba(255, 255, 255, 0.5);
    }

    .news-hiddenlink:hover ~ .news-img::after {
        opacity: 0;
    }
}

.news-tags {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: calc(100% - 4rem);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2;
}

@media (max-width: 1024px) {
    .news-tags {
        top: 1.6rem;
        left: 1.6rem;
        width: calc(100% - 3.2rem);
    }
}

.news-tag {
    background: #ffa500;
    border-radius: 99.9rem;
    padding: 0.2rem 1.2rem;
    min-width: 12.7rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 150%;
    color: #f5f7f9;
    font-family: var(--font-family);
    text-align: center;
}

@media (max-width: 1024px) {
    .news-tag {
        font-size: 1.4rem;
    }
}

.news-tag.bg-blue {
    background: #00bfff;
}

.news-tag.bg-red {
    background: #8b0000;
}

.news-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-img::after {
    content: "";
    background-color: #000000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity var(--time);
}

.news-block {
    border-radius: 2rem;
    padding: 3rem 2rem;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.9);
    margin-top: auto;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: background-color var(--time);
    position: relative;
    z-index: 2;
}

@media (max-width: 1024px) {
    .news-block {
        padding: 2rem 1.6rem;
    }
}

.with-blur .news-block {
    background: rgba(255, 255, 255, 0.5);
}

.news-date {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 120%;
    text-transform: lowercase;
    color: var(--neutral-950);
    font-family: var(--second-family);
}

@media (max-width: 1024px) {
    .news-date {
        font-size: 1.2rem;
    }
}

.news-name {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 100%;
    color: var(--text);
    font-family: var(--second-family);
    margin-top: 1.6rem;
}

@media (max-width: 1024px) {
    .news-name {
        font-size: 1.8rem;
    }
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.2rem;
}

.pagination.calendar-pagination {
    margin-top: 3.2rem;
}

.pagination-button {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 0.8rem;
    padding: 0.4rem;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 143%;
    text-align: center;
    color: var(--primary-950);
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    transition: color var(--time);
}

.pagination-button.active {
    color: var(--secondary);
    background: var(--primary);
}

@media (hover: hover) and (pointer: fine) {
    .pagination-button:hover {
        color: var(--text--icon-hover-secondary);
    }
}

.pagination-prev,
.pagination-next {
    width: 3.2rem;
    height: 3.2rem;
    position: relative;
    margin-left: 1rem;
}

@media (hover: hover) and (pointer: fine) {
    .pagination-prev:hover::before,
  .pagination-next:hover::before {
        opacity: 0.3;
    }
}

.pagination-prev[disabled],
.pagination-next[disabled] {
    -webkit-filter: brightness(0) saturate(100%) invert(69%) sepia(2%) saturate(2321%) hue-rotate(185deg) brightness(86%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(69%) sepia(2%) saturate(2321%) hue-rotate(185deg) brightness(86%) contrast(87%);
}

.pagination-prev::before,
.pagination-next::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.6 6L0 1.4L1.4 0L7.4 6L1.4 12L0 10.6L4.6 6Z' fill='%23172339' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.8rem 1.2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity var(--time);
}

.pagination-prev {
    margin-right: 1rem;
}

.pagination-prev::before {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.article-info {
    margin-top: 2.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.4rem;
}

@media (max-width: 1024px) {
    .article-info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 1.2rem;
    }
}

.article-tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.article-wysiwyg ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    list-style: disc;
    margin-top: 4rem;
}

@media (max-width: 1024px) {
    .article-wysiwyg ul {
        margin-top: 2.4rem;
        list-style-position: inside;
    }
}

.article-wysiwyg ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

.notfound {
    padding-top: 17rem;
    padding-bottom: 21.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1024px) {
    .notfound {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }
}

.notfound-title {
    font-weight: 700;
    font-size: 6.4rem;
    color: #000;
    font-family: var(--second-family);
    text-align: center;
}

@media (max-width: 1024px) {
    .notfound-title {
        font-size: 3.2rem;
    }
}

.notfound-subtitle {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 100%;
    color: var(--text);
    margin-top: 4.3rem;
    text-align: center;
    margin-bottom: 12.2rem;
}

@media (max-width: 1024px) {
    .notfound-subtitle {
        font-size: 2.4rem;
        margin-bottom: 5rem;
    }
}

.notfound-link {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10rem;
}

@media (max-width: 1024px) {
    .notfound-link {
        margin-top: 4rem;
    }
}

.modal-opened {
    overflow: hidden;
    scrollbar-gutter: stable;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 20;
    display: none;
    -webkit-animation: fadeEffect var(--time);
    animation: fadeEffect var(--time);
}

@media (max-width: 1024px) {
    .modal {
        padding-right: 1.6rem;
        padding-left: 1.6rem;
    }
}

.modal.open {
    display: -ms-flexbox;
    display: flex;
}

.modal-block {
    box-shadow: 0 4px 6px 2px rgba(215, 220, 224, 0.5);
    background: #E9EEF9;
    max-width: 58rem;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    border-radius: 1.6rem;
    padding: 4rem;
    max-height: 100%;
    overflow: auto;
}

@media (max-width: 1024px) {
    .modal-block {
        padding: 2.4rem 1.6rem;
    }
}

.modal-block.--with-bg {
    padding-right: 41.9rem;
    max-width: 92.2rem;
}

@media (max-width: 1024px) {
    .modal-block.--with-bg {
        padding-right: 1.6rem;
    }
}

.modal-block.max-w-640 {
    max-width: 64rem;
}

.modal-block.max-w-860 {
    max-width: 86rem;
}

.modal-block.--feedback {
    padding-left: 12.2rem;
}

@media (max-width: 1024px) {
    .modal-block.--feedback {
        padding-left: 8.6rem;
    }
}

@media (max-width: 1024px) {
    .modal-block.--feedback .modal-title {
        text-aligh: start;
    }
}

@media (max-width: 1024px) {
    .modal-block.--feedback .modal-description {
        text-align: start;
    }
}

.modal-block.--feedback .modal-check {
    position: absolute;
    left: 3.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5rem;
    height: 5.2rem;
}

@media (max-width: 1024px) {
    .modal-block.--feedback .modal-check {
        left: 1.6rem;
    }
}

.modal-close {
    position: absolute;
    top: 4.9rem;
    right: 2.8rem;
    width: 1.6rem;
    height: 1.6rem;
    color: var(--grey);
    transition: border-color var(--time);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1024px) {
    .modal-close {
        top: 1.6rem;
        right: 1.6rem;
    }
}

@media (hover: hover) and (pointer: fine) {
    .modal-close:hover {
        border-color: var(--black);
        color: var(--black);
    }
}

.modal-close svg {
    width: 100%;
    height: 100%;
}

.modal-title {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 100%;
    color: #2a2a2a;
}

.modal-btn.loading {
    position: relative;
}

.modal-btn.loading::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background-color: inherit;
    z-index: 1;
}

.modal-btn.loading::after {
    content: "";
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 0.4rem solid var(--white);
    -webkit-animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
    animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@-webkit-keyframes l20-1 {
    0% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    }

    12.5% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
    }

    25% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
    }

    50% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }

    62.5% {
        -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }

    75% {
        -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
    }

    100% {
        -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
    }
}

@keyframes l20-1 {
    0% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
    }

    12.5% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
    }

    25% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
    }

    50% {
        -webkit-clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }

    62.5% {
        -webkit-clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
    }

    75% {
        -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
    }

    100% {
        -webkit-clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
    }
}

@-webkit-keyframes l20-2 {
    0% {
        -webkit-transform: translate(-50%, -50%) scaleY(1) rotate(0deg);
        transform: translate(-50%, -50%) scaleY(1) rotate(0deg);
    }

    49.99% {
        -webkit-transform: translate(-50%, -50%) scaleY(1) rotate(135deg);
        transform: translate(-50%, -50%) scaleY(1) rotate(135deg);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scaleY(-1) rotate(0deg);
        transform: translate(-50%, -50%) scaleY(-1) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scaleY(-1) rotate(-135deg);
        transform: translate(-50%, -50%) scaleY(-1) rotate(-135deg);
    }
}

@keyframes l20-2 {
    0% {
        -webkit-transform: translate(-50%, -50%) scaleY(1) rotate(0deg);
        transform: translate(-50%, -50%) scaleY(1) rotate(0deg);
    }

    49.99% {
        -webkit-transform: translate(-50%, -50%) scaleY(1) rotate(135deg);
        transform: translate(-50%, -50%) scaleY(1) rotate(135deg);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scaleY(-1) rotate(0deg);
        transform: translate(-50%, -50%) scaleY(-1) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scaleY(-1) rotate(-135deg);
        transform: translate(-50%, -50%) scaleY(-1) rotate(-135deg);
    }
}

.modal-label {
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 157%;
    color: #9595a2;
    cursor: pointer;
    margin-top: 1.2rem;
}

.modal-label.items-center {
    -ms-flex-align: center;
    align-items: center;
}

@media (hover: hover) and (pointer: fine) {
    .modal-label:hover .checkbox-box {
        border-color: var(--black);
    }
}

.modal-label + .modal-label {
    margin-top: 2rem;
}

.modal-label a {
    text-decoration: underline;
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 0.3rem;
    transition: -webkit-text-decoration-color var(--time);
    transition: text-decoration-color var(--time);
    transition: text-decoration-color var(--time), -webkit-text-decoration-color var(--time);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

@media (hover: hover) and (pointer: fine) {
    .modal-label a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

.modal-radio {
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 150%;
    cursor: pointer;
    margin-top: 1.2rem;
}

@media (hover: hover) and (pointer: fine) {
    .modal-radio:hover .checkbox-box {
        border-color: var(--black);
    }
}

.modal-radio + .modal-radio {
    margin-top: 2rem;
}

.modal-inputs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.modal-logo {
    height: 100%;
    width: 30.9rem;
    position: absolute;
    top: 0;
    left: 3.2rem;
}

@media (max-width: 1024px) {
    .modal-logo {
        display: none;
    }
}

.modal-innerblock {
    margin-left: auto;
    width: 100%;
}

.modal-labeltext {
    margin-bottom: auto;
    margin-top: auto;
}

.max-w-448 {
    max-width: 44.8rem;
}

.modal-description {
    margin-top: 2rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 150%;
    color: var(--neutral-600);
    margin-bottom: 2rem;
}

.modal-btn {
    width: 100%;
    margin-top: 3rem;
}

.w-full {
    width: 100%;
}


.custom-select {
    position: relative;
}

.custom-select select {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
  
}


.select-selected:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3.2rem;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9L12 16L5 9' stroke='%232F3239' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.select-selected.select-arrow-active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}


.select-items div,
.select-selected {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 125%;
    font-family: var(--font-family);
    padding: 2rem 3.2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.select-selected {
    border-radius: 3rem;
    padding-right: 5rem;
    box-shadow: 0 4px 6px 2px rgba(215, 220, 224, 0.5);
    background: var(--1);
    color: rgba(48, 48, 48, 0.6);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.select-items > div {
    color: var(--text--icon-primary);
    transition: background-color var(--time);
}


.select-items {
    position: absolute;
    background-color: var(--white);
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 3rem;
    box-shadow: 0px 0.5rem 1rem rgba(19, 33, 42, 0.15);
    border: 0.1rem solid var(--grey);
    border-top: 0;
    -webkit-animation: fadeEffect var(--time);
    animation: fadeEffect var(--time);
    max-height: 30rem;
    overflow: auto;
}


.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: var(--background-surface-light---hover);
}

.select-selected--active {
    color: var(--text--icon-primary);
}

.modal-list {
    counter-reset: modal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
    padding-bottom: 1.6rem;
}

.modal-item {
    counter-increment: modal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
}

.modal-placeholder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
}

.modal-placeholder::before {
    content: counter(modal);
    border-radius: 21.2rem;
    padding: 1rem;
    min-width: 4.8rem;
    min-height: 4.8rem;
    font-weight: 600;
    font-size: 2rem;
    line-height: 140%;
    text-align: center;
    color: var(--1);
    font-family: var(--font-family);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--primary-cta);
}

.modal-info {
    padding-left: 2rem;
}

.modal-switch {
    padding: 1rem 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
}

.modal-switches {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.modal-switchlabel {
    position: relative;
}

.modal-switchlabel input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
}

.modal-switchlabel input:checked + .modal-switchbtn {
    background: var(--text--icon-primary);
    color: var(--text--icon-hover-primary);
    border-color: var(--text--icon-primary);
}

.modal-switchbtn {
    background: var(--background-surface-light);
    border: 1px solid var(--border-inverse);
    border-radius: 0.8rem;
    padding: 1.2rem 2rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 125%;
    color: var(--text--icon-primary);
    font-family: var(--font-family);
    cursor: pointer;
    transition: color var(--time), background-color var(--time), border-color var(--time);
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    min-height: 4.8rem;
}

@media (hover: hover) and (pointer: fine) {
    .modal-switchbtn:hover {
        border-color: var(--text--icon-primary);
    }
}

.modal-bg {
    position: absolute;
    top: 50%;
    right: 2.85rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 37.1rem;
    height: 41.9rem;
}

@media (max-width: 1024px) {
    .modal-bg {
        display: none;
    }
}