.stretched-link::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
}

.bg-image img, .covered, .cover-bg {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
}

.d-flex-cc,
.d-flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    font-size: 16px;
    line-height: 1.71;
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

.text--40, .text--48, .text--56, .text--150, .text--24 {
    font-weight: 700;
    color: var(--color-black);
}

.text--24 {
    font-size: 24px;
    line-height: normal;
}
@media only screen and (max-width: 1439px) {
    .text--24 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1023px) {
    .text--24 {
        font-size: 20px;
    }
}

.text--150 {
    font-size: 150px;
    line-height: 1;
}
@media only screen and (max-width: 1199px) {
    .text--150 {
        font-size: 100px;
    }
}

.text--56 {
    font-size: 56px;
    line-height: 1.2;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .text--56 {
        font-size: 44px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .text--56 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .text--56 {
        font-size: 30px;
        line-height: 1.3;
    }
}

.text--48 {
    font-size: 48px;
    line-height: 1.46;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .text--48 {
        font-size: 44px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .text--48 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 767px) {
    .text--48 {
        font-size: 28px;
        line-height: 1.2;
    }
}

.text--40 {
    font-size: 40px;
    line-height: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .text--40 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .text--40 {
        font-size: 28px;
    }
}

.text--24 {
    color: inherit;
    font-weight: inherit;
    line-height: 1.4;
}

.text--20 {
    font-size: 20px;
    line-height: 1.4;
}

.text--14 {
    font-size: 14px;
    line-height: normal;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.focus-visible:focus-visible,
.focus-within:focus-visible {
    outline-color: var(--color-focus);
    outline-style: solid;
    outline-offset: 0;
    outline-width: 2.5px;
    transition: outline-offset 0.2s linear;
}

.text *,
.title *,
.title-main * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit;
    font-family: inherit;
}

.overflow-backface {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

:root {
    --color-white:	#fff;
    --color-black:	#000;
    --color-font-color:	#505050;
    --color-blue:	#2f44f9;
    --color-green:	#33e2a9;
    --color-pink:	#ffadae;
    --color-yellow:	#d3cf7f;
    --color-violet:	#d3baff;
    --color-gray:	#9f9f9f;
    --color-gray-dark:	#707070;
    --color-gray-bg:	#f5f5f5;
    --font-primary:	Poppins, sans-serif;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
    margin: 0;
    text-align: left;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    text-decoration: none;
    background-color: transparent;
}
a:hover, a:focus {
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 1rem;
}

button {
    border-radius: 0;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: button;
}

input,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

select {
    word-wrap: normal;
    text-transform: none;
}

input {
    overflow: visible;
}

[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

@media (min-width: 320px) {
    .text-xs-center {
        text-align: center;
    }
    .text-xs-left {
        text-align: left;
    }
    .text-xs-right {
        text-align: right;
    }
    .d-xs-none {
        display: none !important;
    }
    .d-xs-inline-block {
        display: inline-block !important;
    }
    .d-xs-block {
        display: block !important;
    }
    .d-xs-flex {
        display: flex !important;
    }
    .d-xs-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .text-sm-center {
        text-align: center;
    }
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1024px) {
    .text-md-center {
        text-align: center;
    }
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .text-lg-center {
        text-align: center;
    }
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1439px) {
    .text-xl-center {
        text-align: center;
    }
    .text-xl-left {
        text-align: left;
    }
    .text-xl-right {
        text-align: right;
    }
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.container {
    display: block;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    padding: 0;
    width: 100%;
}

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

[class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.666667%;
    flex-basis: 16.666667%;
    max-width: 16.666667%;
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-1 {
    margin-left: 8.333%;
}

.col-xs-offset-2 {
    margin-left: 16.666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.333%;
}

.col-xs-offset-5 {
    margin-left: 41.667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.333%;
}

.col-xs-offset-8 {
    margin-left: 66.667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.333%;
}

.col-xs-offset-11 {
    margin-left: 91.667%;
}

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

@media only screen and (min-width: 768px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .container {
        max-width: calc(100% - 40px);
    }
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    [class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.667%;
    }
    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 1024px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .container {
        max-width: 980px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    [class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.333%;
    }
    .col-md-offset-2 {
        margin-left: 16.666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.333%;
    }
    .col-md-offset-5 {
        margin-left: 41.667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.333%;
    }
    .col-md-offset-8 {
        margin-left: 66.667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.333%;
    }
    .col-md-offset-11 {
        margin-left: 91.667%;
    }
    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 1200px) {
    .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .container {
        max-width: 1240px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    [class*=col-] {
        padding-left: 20px;
        padding-right: 20px;
    }
    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.667%;
    }
    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 1440px) {
    .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .container {
        max-width: 1440px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    [class*=col-] {
        padding-left: 20px;
        padding-right: 20px;
    }
    .col-xl {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-xl-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-xl-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-xl-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-xl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-xl-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-xl-offset-0 {
        margin-left: 0;
    }
    .col-xl-offset-1 {
        margin-left: 8.333%;
    }
    .col-xl-offset-2 {
        margin-left: 16.666667%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-4 {
        margin-left: 33.333%;
    }
    .col-xl-offset-5 {
        margin-left: 41.667%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-7 {
        margin-left: 58.333%;
    }
    .col-xl-offset-8 {
        margin-left: 66.667%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-10 {
        margin-left: 83.333%;
    }
    .col-xl-offset-11 {
        margin-left: 91.667%;
    }
    .start-xl {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-xl {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .end-xl {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-xl {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-xl {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-xl {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-xl {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-xl {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-xl {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
:focus {
    outline: none;
}

a,
button,
.btn,
.focus-visible,
.focus-within {
    outline-offset: 6px;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

.swiper,
swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

:root {
    /*
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-left: auto;
    --swiper-pagination-right: 8px;
    --swiper-pagination-bottom: 8px;
    --swiper-pagination-top: auto;
    --swiper-pagination-fraction-color: inherit;
    --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
    --swiper-pagination-progressbar-size: 4px;
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-border-radius: 50%;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
    */
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
    /*ADD_HOST*/
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

@font-face {
    font-family: "Poppins";
    src: local("Poppins Light"), local("Poppins-Light"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: local("Poppins Regular"), local("Poppins-Regular"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: local("Poppins Medium"), local("Poppins-Medium"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: local("Poppins Bold"), local("Poppins-Bold"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
.cover-bg {
    background-size: cover;
    background-position: center center;
}
.cover-bg img {
    display: none;
}

.covered {
    max-height: initial;
}

.bg-image img {
    max-height: initial;
}
.bg-gray {
    background-color: var(--color-gray-bg);
}

.overflow-h {
    overflow: hidden;
}

.p-0 {
    padding: 0;
}

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

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

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.text--white {
    color: var(--color-white);
}
.text--black {
    color: var(--color-black);
}
.text--bd {
    font-weight: 700;
}
.text--sb {
    font-weight: 600;
}
.text--md {
    font-weight: 500;
}
.text--uppercase {
    text-transform: uppercase;
}

.stretched-link::before {
    z-index: 3;
    pointer-events: all;
}

.blank-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    opacity: 0;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.h-100 {
    height: 100%;
}

.mx-auto {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.d-none {
    display: none;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background-color: var(--color-blue);
    color: var(--color-white);
}

body {
    color: var(--color-font-color);
    font-family: var(--font-primary);
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: flex-start;
}
body.body-scroll-locked, body.is-open-menu, body.noscroll {
    overflow: hidden;
    padding-right: var(--scroll-width, 0px);
}

.noselect,
.noselect * {
    -webkit-user-select: none;
    user-select: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease, border 0.3s ease;
}

i,
em {
    font-style: italic;
}

/* stylelint-disable-next-line */
h1 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h2 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h3 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h4 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h5 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

img {
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: cover;
}

figure img {
    margin: 0;
}

figcaption,
.wp-caption {
    color: var(--color-grey);
    font-size: 12px;
    padding-top: 12px;
    line-height: 1.2;
}

.sc-general {
    width: 100%;
    position: relative;
}

.swiper:not(.swiper-initialized) .swiper-pagination,
.swiper:not(.swiper-initialized) .swiper-slide:not(:first-of-type) {
    display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 0 !important;
}

form select::-ms-expand {
    display: none;
}

input,
select,
textarea {
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px var(--color-white) inset !important;
    -webkit-text-fill-color: var(--color-dark-gray) !important;
}
input:auto-fill,
select:auto-fill,
textarea:auto-fill {
    color: var(--color-dark-gray) !important;
    background-color: var(--color-white) !important;
}

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

input:invalid:not(:focus) {
    outline: none;
}

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

main {
    width: 100%;
    flex: 1 0 auto;
    padding-top: 115px;
}
@media only screen and (max-width: 1199px) {
    main {
        padding-top: 98px;
    }
}
@media only screen and (max-width: 1023px) {
    main {
        padding-top: 90px;
    }
}
main.remove-top-padding {
    padding-top: 0;
}

.sdt-env__badge {
    position: fixed;
    display: block;
    right: 40px; /* same as height */
    height: 40px;
    line-height: 40px;
    transform-origin: 100% 0;
    background-color: #1a2e44;
    padding: 0 35px;
    border-radius: 15px 15px 0 0;
    transform: rotate(270deg);
    z-index: 99999;
    font-weight: bold;
    color: white;
    font-size: 13px;
    font-family: sans-serif;
}
.sdt-env__badge .icon {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDAuNjMiIGhlaWdodD0iMTU5LjQ0IiB2aWV3Qm94PSIwIDAgMTQwLjYzIDE1OS40NCI+PHBhdGggZD0iTTI1LjUxLDI5LjgzYy00LjMtMi40OC0yLjQ4LTMuNTMsMS4yNC01LjczUzY0LjQ1LDIuNjIsNjcuMjIsMS4xczQuMzktMS42Miw4LjU5LC43NiwzNy40MiwyMS4zOCw0MC4xOSwyMi44MiwyLjQ4LDMuMTUsMCw0LjU4LTguNzgsNS4xNS0xMC45OCw2LjExLTYuNzgsLjY3LTkuNjQtMS4wNS0xNC43LTguNS0xOC45LTExLjM2LTcuMzUtMi42Ny0xMi4zMSwuMTktMTcuMjgsMTAuMDItMjAuMDUsMTEuNDYtNi40OSwyLjM5LTEwLjEyLC40OC04LjUtNS4yNS04LjUtNS4yNVoiIHN0eWxlPSJmaWxsOiNmZmY7Ii8+PHBhdGggZD0iTTI0Ljk4LDY0LjQ5YzIuNzcsMS40MywzNS45OSwyMC40Myw0MC4xOSwyMi44MnM1LjgyLDIuMjksOC41OSwuNzYsMzYuNzUtMjAuODEsNDAuNDgtMjMuMDFsNy4wNS0zLjY3djQ3LjM1czExLjQ2LDYuMzYsMTQuNzYsOC41NCw0LjU4LS45LDQuNTgtNC4yMVY0Ni4xMmMwLTEwLjE4LTguNC0xMi4yMi0xNS4yNy04LjY2cy0yOC40OSwxNy4xLTI4LjQ5LDE3LjFjLTIuNzcsMS40My0xNS4wOCw4LjU5LTIwLjA1LDExLjQ2cy04LjExLDMuMDUtMTIuMzEsLjE5LTE2LjA0LTkuNjQtMTguOS0xMS4zNmMwLDAtMjAuOC0xMi41NS0yOC42OS0xNi42MlMuMTEsMzcuNDcsLjExLDQ1LjM2LS4xNCwxMDguNzUsLjExLDExMi41NnMyLjA1LDYuMDgsNi44NywzLjU2YzcuMjItMy43NiwxMi43My03LjM4LDEyLjczLTcuMzhsLjc2LTQ2LjU5LDQuNTEsMi4zM1oiIHN0eWxlPSJmaWxsOiMyMmQxNzI7Ii8+PHBhdGggZD0iTTEyNS40OCwxMjMuNjFjNC4zLDIuNDgsMi40OCwzLjUzLTEuMjQsNS43M3MtNDcuNzEsMjcuNDgtNTAuNDgsMjkuMDEtNC4zOSwxLjYyLTguNTktLjc2LTQ3LjQyLTI3LjM4LTUwLjE5LTI4LjgyLTIuNDgtMy4xNSwwLTQuNTgsOC43OC01LjE1LDEwLjk4LTYuMTEsNi43OC0uNjcsOS42NCwxLjA1LDI0LjcsMTQuNSwyOC45LDE3LjM2LDcuMzUsMi42NywxMi4zMS0uMTksMjcuMjgtMTYuMDIsMzAuMDUtMTcuNDYsNi40OS0yLjM5LDEwLjEyLS40OCw4LjUsNS4yNSw4LjUsNS4yNVoiIHN0eWxlPSJmaWxsOiNmZmY7Ii8+PC9zdmc+") !important;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    float: right;
    width: 20px;
    height: 30px;
    margin-left: 10px;
}
.sdt-env__badge .icon::before {
    background-color: transparent;
}
.sdt-env__badge .mailtrap-unread-email {
    display: inline-block;
    box-sizing: border-box;
    margin: 12px 0 0 25px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #d63638;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
    z-index: 26;
}
.sdt-env__badge.local {
    background-color: #fdb833;
    color: #2b2b2b;
}
.sdt-env__badge.staging {
    background-color: #ea3546;
}
.sdt-env__badge.production {
    background-color: #1789fc;
}

img.lazyload,
img.lazyloaded {
    transition: opacity 0.3s ease, transform 0.3s ease !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

#wp-admin-bar-sp-role-switcher span.on {
    background-color: #d63638;
    display: inline-block;
    box-sizing: border-box;
    margin: 1px 0 -1px 2px;
    padding: 0 5px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
    z-index: 26;
}
#wp-admin-bar-sp-role-switcher span.on:before {
    content: "\f177";
    font-family: "Dashicons"; /* stylelint-disable-line */
}
#wp-admin-bar-sp-role-switcher span.off:before {
    content: "\f530";
    font-family: Dashicons; /* stylelint-disable-line */
}

#wp-admin-bar-sp-role-switcher.menupop.hover ul li.sp-switch-back a {
    color: #d63638;
}
.back-link {
    display: inline-flex;
    align-items: center;
    color: var(--color-blue);
}
.back-link__icon {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 2px solid var(--color-blue);
}
.back-link__icon .icon {
    transition: transform 0.3s ease;
    width: 12px;
    height: 14px;
}
.back-link__icon .icon::before {
    background-color: var(--color-blue);
}
.back-link .title {
    font-weight: bold;
    margin-left: 8px;
    color: inherit;
}
.back-link:hover .back-link__icon .icon {
    transform: translateX(-4px);
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    padding: 8px 20px;
    min-height: 56px;
    min-width: 200px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.14;
    text-transform: uppercase;
    background-color: var(--color-blue);
    color: var(--color-white);
    border: 2px solid var(--color-blue);
    transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, box-shadow 0.3s ease;
}
@media only screen and (max-width: 1199px) {
    .btn {
        min-height: 50px;
        min-width: 160px;
    }
}
@media only screen and (max-width: 1023px) {
    .btn {
        line-height: 1.5;
    }
}
@media only screen and (max-width: 767px) {
    .btn {
        min-height: 46px;
        min-width: 120px;
    }
}
.btn__text {
    position: relative;
    z-index: 4;
}
.btn:hover, .btn:focus {
    color: var(--color-white);
    background-color: #071fee;
}
.btn--white {
    background-color: var(--color-white);
    color: var(--color-blue);
    border-color: var(--color-white);
}
.btn--white:hover, .btn--white:focus {
    background-color: var(--color-white);
    color: var(--color-blue);
    border-color: var(--color-white);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.btn.d-none {
    display: none;
}
.btn[disabled], .btn--disabled {
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
    transition: none;
}

button.btn i,
button.btn span {
    pointer-events: none;
}
.icon::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.icon {
    display: block;
    position: relative;
}
.icon::before {
    background-color: var(--color-black);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: background-color 0.3s ease;
}
.icon-chevron-up, .icon-chevron-down {
    width: 16px;
    height: 10px;
}
.icon-chevron-up:before, .icon-chevron-down:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' fill='none'%3E%3Cpath stroke='%23161819' stroke-linecap='square' stroke-linejoin='round' stroke-width='2' d='m2 2 5.293 5.293a1 1 0 0 0 1.414 0L14 2'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' fill='none'%3E%3Cpath stroke='%23161819' stroke-linecap='square' stroke-linejoin='round' stroke-width='2' d='m2 2 5.293 5.293a1 1 0 0 0 1.414 0L14 2'/%3E%3C/svg%3E");
}
.icon-chevron-left, .icon-chevron-right {
    width: 14px;
    height: 22px;
}
.icon-chevron-left:before, .icon-chevron-right:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.867' height='30.664' viewBox='0 0 18.867 30.664'%3E%3Cpath id='Path_56' data-name='Path 56' d='M8677.438,3049.526,8691,3063.09l-13.564,13.564' transform='translate(-8675.671 -3047.759)' fill='none' stroke='%23fff' stroke-width='5'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.867' height='30.664' viewBox='0 0 18.867 30.664'%3E%3Cpath id='Path_56' data-name='Path 56' d='M8677.438,3049.526,8691,3063.09l-13.564,13.564' transform='translate(-8675.671 -3047.759)' fill='none' stroke='%23fff' stroke-width='5'/%3E%3C/svg%3E%0A");
}
.icon-arrow-right {
    width: 32px;
    height: 10px;
}
.icon-arrow-right:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='35' height='12' viewBox='0 0 35 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11H32L21.3333 1' stroke='%23007EBE' stroke-width='2'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='35' height='12' viewBox='0 0 35 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11H32L21.3333 1' stroke='%23007EBE' stroke-width='2'/%3E%3C/svg%3E");
}
.icon-arrow-left {
    width: 32px;
    height: 10px;
}
.icon-arrow-left:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='35' height='12' viewBox='0 0 35 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35 11H3L13.6667 1' stroke='%23007EBE' stroke-width='2'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='35' height='12' viewBox='0 0 35 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35 11H3L13.6667 1' stroke='%23007EBE' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.icon-chevron-left:before, .icon-chevron-up:before, .icon-arrow-left:before {
    transform: scale(-1);
}
.icon-close {
    width: 22px;
    height: 22px;
}
.icon-close:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.653' height='21.653'%3E%3Cg fill='none' stroke='%23fff' stroke-width='5' data-name='Group 39'%3E%3Cpath d='M1.768 19.885 19.885 1.768' data-name='Path 79'/%3E%3Cpath d='M19.886 19.886 1.769 1.769' data-name='Path 80'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.653' height='21.653'%3E%3Cg fill='none' stroke='%23fff' stroke-width='5' data-name='Group 39'%3E%3Cpath d='M1.768 19.885 19.885 1.768' data-name='Path 79'/%3E%3Cpath d='M19.886 19.886 1.769 1.769' data-name='Path 80'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-facebook {
    width: 32px;
    height: 32px;
}
.icon-facebook:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.023' height='42.023'%3E%3Cpath fill='%23fff' d='M39.7 0H2.32A2.323 2.323 0 0 0 0 2.32V39.7a2.327 2.327 0 0 0 2.32 2.32h20.124V25.751h-5.476v-6.345h5.476v-4.683c0-5.422 3.318-8.379 8.163-8.379a43.5 43.5 0 0 1 4.888.254v5.665l-3.361.005c-2.633 0-3.14 1.246-3.14 3.091v4.046h6.285l-.82 6.334h-5.465v16.284H39.7a2.323 2.323 0 0 0 2.32-2.32V2.32A2.32 2.32 0 0 0 39.7 0' data-name='Path 57'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.023' height='42.023'%3E%3Cpath fill='%23fff' d='M39.7 0H2.32A2.323 2.323 0 0 0 0 2.32V39.7a2.327 2.327 0 0 0 2.32 2.32h20.124V25.751h-5.476v-6.345h5.476v-4.683c0-5.422 3.318-8.379 8.163-8.379a43.5 43.5 0 0 1 4.888.254v5.665l-3.361.005c-2.633 0-3.14 1.246-3.14 3.091v4.046h6.285l-.82 6.334h-5.465v16.284H39.7a2.323 2.323 0 0 0 2.32-2.32V2.32A2.32 2.32 0 0 0 39.7 0' data-name='Path 57'/%3E%3C/svg%3E");
}
.icon-instagram {
    width: 32px;
    height: 32px;
}
.icon-instagram:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.017' height='42.023'%3E%3Cpath fill='%23fff' d='M41.91 12.355a15.287 15.287 0 0 0-.977-5.1 10.757 10.757 0 0 0-6.145-6.15 15.345 15.345 0 0 0-5.1-.977C27.44.022 26.722 0 21.02 0s-6.422.022-8.665.124a15.281 15.281 0 0 0-5.093.977 10.212 10.212 0 0 0-3.728 2.428 10.34 10.34 0 0 0-2.422 3.717 15.345 15.345 0 0 0-.977 5.1C.027 14.596 0 15.313 0 21.016s.027 6.42.124 8.659a15.565 15.565 0 0 0 .977 5.1 10.787 10.787 0 0 0 6.15 6.15 15.345 15.345 0 0 0 5.1.977c2.239.1 2.957.124 8.659.124s6.42-.027 8.665-.124a15.316 15.316 0 0 0 5.1-.977 10.732 10.732 0 0 0 6.145-6.15 15.345 15.345 0 0 0 .977-5.1c.1-2.239.124-2.951.124-8.659s-.005-6.42-.108-8.659m-3.785 17.154a11.608 11.608 0 0 1-.723 3.9 6.969 6.969 0 0 1-3.993 3.989 11.567 11.567 0 0 1-3.9.723c-2.217.1-2.881.124-8.492.124s-6.28-.027-8.487-.124a11.576 11.576 0 0 1-3.9-.723 6.451 6.451 0 0 1-2.412-1.565 6.64 6.64 0 0 1-1.57-2.417 11.64 11.64 0 0 1-.723-3.9c-.1-2.212-.124-2.881-.124-8.487s.027-6.28.124-8.487a11.576 11.576 0 0 1 .723-3.9 6.434 6.434 0 0 1 1.575-2.412 6.5 6.5 0 0 1 2.417-1.57 11.64 11.64 0 0 1 3.9-.723c2.212-.1 2.881-.124 8.487-.124s6.28.027 8.487.124a11.576 11.576 0 0 1 3.9.723 6.357 6.357 0 0 1 2.412 1.57 6.441 6.441 0 0 1 1.57 2.412 11.64 11.64 0 0 1 .723 3.9c.1 2.217.124 2.881.124 8.487s-.027 6.264-.124 8.481M21.02 10.218a10.8 10.8 0 1 0 10.8 10.8 10.8 10.8 0 0 0-10.8-10.8m0 17.8a7 7 0 1 1 7-7 7 7 0 0 1-7 7M34.761 9.792a2.52 2.52 0 1 1-2.52-2.52 2.519 2.519 0 0 1 2.52 2.52' data-name='Path 59'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.017' height='42.023'%3E%3Cpath fill='%23fff' d='M41.91 12.355a15.287 15.287 0 0 0-.977-5.1 10.757 10.757 0 0 0-6.145-6.15 15.345 15.345 0 0 0-5.1-.977C27.44.022 26.722 0 21.02 0s-6.422.022-8.665.124a15.281 15.281 0 0 0-5.093.977 10.212 10.212 0 0 0-3.728 2.428 10.34 10.34 0 0 0-2.422 3.717 15.345 15.345 0 0 0-.977 5.1C.027 14.596 0 15.313 0 21.016s.027 6.42.124 8.659a15.565 15.565 0 0 0 .977 5.1 10.787 10.787 0 0 0 6.15 6.15 15.345 15.345 0 0 0 5.1.977c2.239.1 2.957.124 8.659.124s6.42-.027 8.665-.124a15.316 15.316 0 0 0 5.1-.977 10.732 10.732 0 0 0 6.145-6.15 15.345 15.345 0 0 0 .977-5.1c.1-2.239.124-2.951.124-8.659s-.005-6.42-.108-8.659m-3.785 17.154a11.608 11.608 0 0 1-.723 3.9 6.969 6.969 0 0 1-3.993 3.989 11.567 11.567 0 0 1-3.9.723c-2.217.1-2.881.124-8.492.124s-6.28-.027-8.487-.124a11.576 11.576 0 0 1-3.9-.723 6.451 6.451 0 0 1-2.412-1.565 6.64 6.64 0 0 1-1.57-2.417 11.64 11.64 0 0 1-.723-3.9c-.1-2.212-.124-2.881-.124-8.487s.027-6.28.124-8.487a11.576 11.576 0 0 1 .723-3.9 6.434 6.434 0 0 1 1.575-2.412 6.5 6.5 0 0 1 2.417-1.57 11.64 11.64 0 0 1 3.9-.723c2.212-.1 2.881-.124 8.487-.124s6.28.027 8.487.124a11.576 11.576 0 0 1 3.9.723 6.357 6.357 0 0 1 2.412 1.57 6.441 6.441 0 0 1 1.57 2.412 11.64 11.64 0 0 1 .723 3.9c.1 2.217.124 2.881.124 8.487s-.027 6.264-.124 8.481M21.02 10.218a10.8 10.8 0 1 0 10.8 10.8 10.8 10.8 0 0 0-10.8-10.8m0 17.8a7 7 0 1 1 7-7 7 7 0 0 1-7 7M34.761 9.792a2.52 2.52 0 1 1-2.52-2.52 2.519 2.519 0 0 1 2.52 2.52' data-name='Path 59'/%3E%3C/svg%3E");
}
.icon-twitter {
    width: 38px;
    height: 28px;
}
.icon-twitter:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47.229' height='38.36'%3E%3Cpath fill='%23fff' d='M47.229 4.554a19.347 19.347 0 0 1-5.573 1.5A9.435 9.435 0 0 0 45.913.718a19.078 19.078 0 0 1-6.145 2.336 9.711 9.711 0 0 0-13.925-.222 9.343 9.343 0 0 0-2.827 6.846 10.629 10.629 0 0 0 .237 2.217 26.951 26.951 0 0 1-11.135-2.982A27.4 27.4 0 0 1 3.296 1.76a9.5 9.5 0 0 0-1.323 4.892 9.4 9.4 0 0 0 1.171 4.613 9.667 9.667 0 0 0 3.145 3.448 9.58 9.58 0 0 1-4.375-1.23v.119a9.358 9.358 0 0 0 2.2 6.161 9.526 9.526 0 0 0 5.562 3.34 9.965 9.965 0 0 1-2.547.329 12.588 12.588 0 0 1-1.829-.146 9.693 9.693 0 0 0 9.048 6.712 18.943 18.943 0 0 1-12.015 4.138 20.371 20.371 0 0 1-2.336-.124 26.87 26.87 0 0 0 14.867 4.348 28.264 28.264 0 0 0 9.679-1.635 24.613 24.613 0 0 0 7.73-4.376 29.315 29.315 0 0 0 5.53-6.312 27.874 27.874 0 0 0 3.458-7.445 27.423 27.423 0 0 0 1.138-7.774c0-.561-.011-.982-.027-1.262a20.186 20.186 0 0 0 4.856-5' data-name='Path 58'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='47.229' height='38.36'%3E%3Cpath fill='%23fff' d='M47.229 4.554a19.347 19.347 0 0 1-5.573 1.5A9.435 9.435 0 0 0 45.913.718a19.078 19.078 0 0 1-6.145 2.336 9.711 9.711 0 0 0-13.925-.222 9.343 9.343 0 0 0-2.827 6.846 10.629 10.629 0 0 0 .237 2.217 26.951 26.951 0 0 1-11.135-2.982A27.4 27.4 0 0 1 3.296 1.76a9.5 9.5 0 0 0-1.323 4.892 9.4 9.4 0 0 0 1.171 4.613 9.667 9.667 0 0 0 3.145 3.448 9.58 9.58 0 0 1-4.375-1.23v.119a9.358 9.358 0 0 0 2.2 6.161 9.526 9.526 0 0 0 5.562 3.34 9.965 9.965 0 0 1-2.547.329 12.588 12.588 0 0 1-1.829-.146 9.693 9.693 0 0 0 9.048 6.712 18.943 18.943 0 0 1-12.015 4.138 20.371 20.371 0 0 1-2.336-.124 26.87 26.87 0 0 0 14.867 4.348 28.264 28.264 0 0 0 9.679-1.635 24.613 24.613 0 0 0 7.73-4.376 29.315 29.315 0 0 0 5.53-6.312 27.874 27.874 0 0 0 3.458-7.445 27.423 27.423 0 0 0 1.138-7.774c0-.561-.011-.982-.027-1.262a20.186 20.186 0 0 0 4.856-5' data-name='Path 58'/%3E%3C/svg%3E");
}
.margin--160 {
    height: 160px;
}
@media only screen and (max-width: 1439px) {
    .margin--160 {
        height: 130px;
    }
}
@media only screen and (max-width: 1199px) {
    .margin--160 {
        height: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--160 {
        height: 180px;
    }
}

.margin--120 {
    height: 120px;
}
@media only screen and (max-width: 1439px) {
    .margin--120 {
        height: 100px;
    }
}
@media only screen and (max-width: 1199px) {
    .margin--120 {
        height: 80px;
    }
}
@media only screen and (max-width: 1023px) {
    .margin--120 {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--120 {
        height: 50px;
    }
}

.margin--100 {
    height: 100px;
}
@media only screen and (max-width: 1439px) {
    .margin--100 {
        height: 60px;
    }
}
@media only screen and (max-width: 1023px) {
    .margin--100 {
        height: 40px;
    }
}

.margin--90 {
    height: 90px;
}
@media only screen and (max-width: 1439px) {
    .margin--90 {
        height: 70px;
    }
}
@media only screen and (max-width: 1023px) {
    .margin--90 {
        height: 40px;
    }
}
@media only screen and (max-width: 1023px) {
    .margin--90 {
        height: 30px;
    }
}

.margin--80 {
    height: 80px;
}
@media only screen and (max-width: 1439px) {
    .margin--80 {
        height: 60px;
    }
}
@media only screen and (max-width: 1023px) {
    .margin--80 {
        height: 40px;
    }
}

.margin--70 {
    height: 70px;
}
@media only screen and (max-width: 1439px) {
    .margin--70 {
        height: 50px;
    }
}
@media only screen and (max-width: 1023px) {
    .margin--70 {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--70 {
        height: 30px;
    }
}

.margin--60 {
    height: 60px;
}
@media only screen and (max-width: 1439px) {
    .margin--60 {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--60 {
        height: 30px;
    }
}

.margin--50 {
    height: 50px;
}
@media only screen and (max-width: 1199px) {
    .margin--50 {
        height: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--50 {
        height: 20px;
    }
}

.margin--40 {
    height: 40px;
}
@media only screen and (max-width: 1199px) {
    .margin--40 {
        height: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--40 {
        height: 20px;
    }
}

.margin--32 {
    height: 32px;
}
@media only screen and (max-width: 767px) {
    .margin--32 {
        height: 20px;
    }
}

.margin--30 {
    height: 30px;
}
@media only screen and (max-width: 767px) {
    .margin--30 {
        height: 20px;
    }
}

.margin {
    display: block;
    width: 100%;
}
.margin--24 {
    height: 24px;
}
@media only screen and (max-width: 767px) {
    .margin--24 {
        height: 16px;
    }
}
.margin--20 {
    height: 20px;
}
@media only screen and (max-width: 767px) {
    .margin--20 {
        height: 16px;
    }
}
.margin--16 {
    height: 16px;
}
@media only screen and (max-width: 767px) {
    .margin--16 {
        height: 8px;
    }
}
.margin--12 {
    height: 12px;
}
@media only screen and (max-width: 767px) {
    .section-margin .margin--100 {
        height: 30px;
    }
}
.title--h6, .title--h5, .title--h4, .title--h3, .title--h2, .title--h1 {
    font-weight: 700;
    color: var(--color-black);
}

.title--h1 {
    font-size: 40px;
    line-height: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .title--h1 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h1 {
        font-size: 28px;
    }
}

.title--h2 {
    font-size: 32px;
    line-height: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .title--h2 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h2 {
        font-size: 24px;
    }
}

.title--h3 {
    font-size: 24px;
    line-height: normal;
}
@media only screen and (max-width: 1439px) {
    .title--h3 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1023px) {
    .title--h3 {
        font-size: 20px;
    }
}

.title--h4 {
    font-size: 20px;
    line-height: normal;
}

.title--h5 {
    font-size: 18px;
    line-height: normal;
}

.title--h6 {
    font-size: 16px;
    line-height: normal;
}
.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 12px 0;
    z-index: 998;
    color: var(--color-white);
    background-color: var(--color-blue);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 -24px 40px rgba(0, 0, 0, 0.07);
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}
.cookie-banner.cookie-not-set {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0s linear;
}
@media only screen and (max-width: 1199px) {
    .cookie-banner {
        padding: 50px 0 30px;
    }
}
@media only screen and (max-width: 767px) {
    .cookie-banner {
        padding: 35px 0 25px;
    }
}
.cookie-banner .cookie-width {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 0 auto;
    padding: 0 38px;
}
@media only screen and (max-width: 1439px) {
    .cookie-banner .cookie-width {
        padding: 0 50px;
        gap: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .cookie-banner .cookie-width {
        padding: 0;
    }
}
@media only screen and (max-width: 1023px) {
    .cookie-banner .cookie-width {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}
.cookie-banner .btn {
    flex-shrink: 0;
}
.cookie-banner__close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 34px;
}
@media only screen and (max-width: 1439px) {
    .cookie-banner__close {
        right: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .cookie-banner__close {
        top: 16px;
        transform: translateY(0);
    }
}
@media only screen and (max-width: 767px) {
    .cookie-banner__close {
        right: 10px;
        top: 10px;
    }
}
.cookie-banner__close .icon {
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 1199px) {
    .cookie-banner__close .icon {
        width: 16px;
        height: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .cookie-banner__close .icon {
        width: 12px;
        height: 12px;
    }
}
.cookie-banner__close .icon::before {
    background-color: var(--color-white);
}
.cookie-banner__close:hover .icon {
    transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
    .cookie-banner__text {
        font-size: 16px;
    }
}
.cookie-banner__text a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
    .menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 3;
        background-color: var(--color-gray-bg);
        color: var(--color-white);
        height: 100%;
        overflow: auto;
        padding: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 40px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .is-open-menu .menu {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
}
@media only screen and (max-width: 1023px) {
    .menu nav {
        margin: 0 auto;
        padding: 90px 0;
    }
}
.menu ul {
    font-size: 0;
    line-height: 0;
}
.menu__list {
    position: relative;
    z-index: 9;
}
.menu__list.level-1 {
    display: grid;
    grid-gap: 56px;
    grid-auto-flow: column;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1199px) {
    .menu__list.level-1 {
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 1023px) {
    .menu__list.level-1 {
        grid-auto-flow: row;
        grid-gap: 0;
        display: block;
    }
}
.menu__item {
    position: relative;
    display: inline-block;
}
@media only screen and (max-width: 1023px) {
    .menu__item {
        width: 100%;
        border-bottom: 1px solid var(--color-primary-lines);
    }
}
@media only screen and (min-width: 1024px) {
    .menu__item:hover > .menu__link::before, .menu__item.is-active > .menu__link::before {
        opacity: 1;
        transform: translate(0, 0);
    }
}
.menu__link {
    font-weight: 500;
    color: var(--color-blue);
    position: relative;
    z-index: 2;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.5;
    transition: color 0.3s ease;
}
@media only screen and (max-width: 1023px) {
    .menu__link {
        padding: 16px 0;
        text-align: center;
        font-size: 22px;
    }
}
@media only screen and (min-width: 1024px) {
    .menu__link::before {
        content: "";
        height: 2px;
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: currentColor;
        opacity: 0;
        transform: translate(0, 8px);
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
}
.menu__link span,
.menu__link i {
    pointer-events: none;
}
.menu__link .icon {
    display: none;
}
@media only screen and (max-width: 1023px) {
    .menu__link .icon {
        display: block;
        width: 22px;
        height: 8px;
    }
    .menu__link .icon::before {
        background-color: currentColor;
    }
}
@media only screen and (max-width: 1023px) {
    .menu__footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 24px 0;
    }
}
.mod-card__link::before, .mod-card__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    height: 2px;
    background-color: var(--color-blue);
    pointer-events: none;
}
.mod-card__link::before {
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.mod-card__link::after {
    transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.mod-card__link:hover::before, .mod-card__link:hover::after {
    width: 100%;
    left: 0;
}

.mod-card {
    position: relative;
    max-width: 368px;
    width: 100%;
    user-select: none;
}
.mod-card__image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 119.5%;
    margin-bottom: 0;
}
.mod-card__image img {
    transform: scale(1.0001);
    transition: transform 0.3s ease;
}
.mod-card__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 26px;
    padding-top: 25px;
}
@media only screen and (max-width: 1199px) {
    .mod-card__content {
        padding-top: 20px;
        gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .mod-card__content {
        gap: 15px;
        padding-top: 15px;
    }
}
.mod-card__content .title {
    color: var(--color-blue);
}
.mod-card__content-text {
    position: relative;
}
.mod-card__content-text::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 64px;
    height: 5px;
    background-color: var(--border-color, #2f44f9);
    pointer-events: none;
}
@media only screen and (max-width: 1023px) {
    .mod-card__content-text::before {
        top: -12px;
    }
}
@media only screen and (max-width: 767px) {
    .mod-card__content-text::before {
        top: -10px;
        width: 55px;
        height: 4px;
    }
}
.mod-card__link {
    display: block;
    position: relative;
    font-weight: bold;
    color: var(--color-blue);
    pointer-events: none;
}
.mod-card:hover .mod-card__image img {
    transform: scale(1.05);
}
.mod-card:hover .mod-card__link::after, .mod-card:hover .mod-card__link::before {
    width: 100%;
    left: 0;
}
.news-card {
    position: relative;
    max-width: 406px;
    width: 100%;
    padding-left: 30px;
    border-left: 1px solid var(--color-gray-dark);
    user-select: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .news-card {
        padding-left: 25px;
    }
}
@media only screen and (max-width: 1023px) {
    .news-card {
        padding: 20px 0 0;
        border-left: none;
        border-top: 1px solid var(--color-gray-dark);
    }
}
@media only screen and (max-width: 767px) {
    .news-card:first-child {
        padding: 0;
        border: none;
    }
}
.news-card__image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 76.7%;
    margin-bottom: 0;
}
.news-card__image img {
    transform: scale(1.0001);
    transition: transform 0.3s ease;
}
.news-card__date {
    position: relative;
    margin-bottom: 24px;
    color: var(--color-gray-dark);
}
@media only screen and (max-width: 767px) {
    .news-card__date {
        margin-bottom: 20px;
    }
}
.news-card__date::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 0;
    width: 64px;
    height: 5px;
    pointer-events: none;
    background-color: var(--color-blue);
}
@media only screen and (max-width: 1199px) {
    .news-card__date::before {
        width: 50px;
        height: 4px;
    }
}
@media only screen and (max-width: 767px) {
    .news-card__date::before {
        top: 30px;
    }
}
.news-card__content {
    padding: 20px 0 10px;
}
@media only screen and (max-width: 767px) {
    .news-card__content {
        padding: 10px 0 0;
    }
}
.news-card__content .title {
    color: var(--color-font-color);
}
.news-card:hover .news-card__image img {
    transform: scale(1.05);
}
.pagination {
    position: relative;
    text-align: center;
}
.pagination nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}
@media only screen and (max-width: 1023px) {
    .pagination nav {
        grid-gap: 10px;
    }
}
.pagination .page-numbers {
    width: 15px;
    height: 32px;
    font-weight: bold;
    background-color: var(--color-white);
    color: var(--color-blue);
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease, color 0.3s ease;
    font-size: 18px;
}
.pagination .page-numbers .icon {
    width: 10px;
    height: 14px;
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 1023px) {
    .pagination .page-numbers .icon {
        width: 8px;
        height: 12px;
    }
}
.pagination .page-numbers .icon::before {
    background-color: currentColor;
}
.pagination .page-numbers--separator {
    background-color: transparent;
    pointer-events: none;
    width: 32px;
}
@media only screen and (max-width: 1023px) {
    .pagination .page-numbers--separator {
        width: 26px;
    }
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
    width: 32px;
    border-radius: 100%;
    border: 2px solid var(--color-blue);
}
@media only screen and (max-width: 767px) {
    .pagination .page-numbers.prev, .pagination .page-numbers.next {
        width: 25px;
        height: 25px;
    }
}
.pagination .page-numbers.prev:hover .icon, .pagination .page-numbers.next:hover .icon {
    transform: translateX(-3px);
}
.pagination .page-numbers.next:hover .icon {
    transform: translateX(3px);
}
.pagination .page-numbers.is-active, .pagination .page-numbers:hover {
    border-color: var(--color-blue);
}
.pagination .page-numbers.is-disabled {
    pointer-events: none;
}
.pagination .page-numbers.is-disabled .icon {
    pointer-events: none;
    opacity: 0;
}
.pagination .page-numbers.is-disabled.prev, .pagination .page-numbers.is-disabled.next {
    opacity: 0;
}
.social-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .social-nav {
        flex-wrap: wrap;
    }
}
.social-nav ul {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    grid-gap: 30px;
}
@media only screen and (max-width: 1199px) {
    .social-nav ul {
        grid-gap: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .social-nav ul {
        grid-gap: 20px;
    }
}
.social-nav__link .icon {
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 1023px) {
    .social-nav__link .icon {
        width: 30px;
        height: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .social-nav__link .icon {
        width: 26px;
        height: 26px;
    }
}
.social-nav__link .icon::before {
    background-color: currentColor;
}
.social-nav__link:hover .icon, .social-nav__link:focus .icon {
    transform: translateY(-6px);
}
.page-404__title {
    color: var(--color-blue);
}
.page-404__content {
    width: 100%;
    display: grid;
    grid-gap: 32px;
    max-width: 900px;
}
@media only screen and (max-width: 1199px) {
    .page-404__content {
        max-width: 750px;
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .page-404__content {
        grid-gap: 10px;
    }
}

.sc-page-404 {
    min-height: 774px;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1023px) {
    .sc-page-404 {
        min-height: 500px;
    }
}
.banner-module .title {
    font-weight: 700;
    color: var(--color-black);
}

.banner-module .title {
    font-size: 80px;
    line-height: 1.2;
}
@media only screen and (max-width: 1439px) {
    .banner-module .title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-module .title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 1023px) {
    .banner-module .title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-module .title {
        font-size: 30px;
    }
}

.banner-module {
    position: relative;
    min-height: 938px;
    background-color: var(--color-blue);
    padding: 100px 0;
    display: flex;
    align-items: flex-end;
}
@media only screen and (max-width: 1439px) {
    .banner-module {
        min-height: 640px;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-module {
        min-height: 550px;
        padding: 60px 0;
    }
}
@media only screen and (max-width: 1023px) {
    .banner-module {
        min-height: 460px;
        padding: 30px 0;
    }
}
@media only screen and (max-width: 767px) {
    .banner-module {
        min-height: 330px;
        padding: 20px 0;
    }
}
.banner-module__image {
    width: 60.2%;
}
@media only screen and (max-width: 1023px) {
    .banner-module__image {
        width: calc(100% - 20px);
    }
}
.banner-module .title {
    text-align: left;
    position: relative;
    z-index: 4;
    color: var(--color-white);
    text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
    .banner-module .title {
        text-align: center;
    }
}
.banner-module--smaller {
    min-height: 528px;
    padding: 60px 0;
    align-items: center;
}
@media only screen and (max-width: 1439px) {
    .banner-module--smaller {
        min-height: 450px;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-module--smaller {
        min-height: 400px;
    }
}
@media only screen and (max-width: 1023px) {
    .banner-module--smaller {
        min-height: 300px;
        padding: 30px 0;
    }
}
@media only screen and (max-width: 767px) {
    .banner-module--smaller {
        min-height: 230px;
        padding: 20px 0;
    }
}
.card-list__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 50px;
}
@media only screen and (max-width: 1439px) {
    .card-list__inner {
        grid-gap: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .card-list__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 30px;
    }
}
@media only screen and (max-width: 1023px) {
    .card-list__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .card-list__inner {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.card-list__inner .mod-card {
    max-width: 100%;
}
.content-module__title .title {
    margin-bottom: 30px;
    color: var(--category-color, #2f44f9);
}
@media only screen and (max-width: 1023px) {
    .content-module__title .title {
        margin-bottom: 20px;
    }
}
.content-module__date {
    color: var(--color-gray-dark);
}
@media only screen and (max-width: 767px) {
    .content-module__date {
        font-size: 18px;
    }
}
.editor-text ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.editor-text h6, .editor-text h5, .editor-text h4, .editor-text h3, .editor-text h2, .editor-text h1 {
    font-weight: 700;
    color: var(--color-black);
}

.editor-text h1 {
    font-size: 40px;
    line-height: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .editor-text h1 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h1 {
        font-size: 28px;
    }
}

.editor-text h2 {
    font-size: 32px;
    line-height: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .editor-text h2 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h2 {
        font-size: 24px;
    }
}

.editor-text h3 {
    font-size: 24px;
    line-height: normal;
}
@media only screen and (max-width: 1439px) {
    .editor-text h3 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1023px) {
    .editor-text h3 {
        font-size: 20px;
    }
}

.editor-text h4 {
    font-size: 20px;
    line-height: normal;
}

.editor-text h5 {
    font-size: 18px;
    line-height: normal;
}

.editor-text h6 {
    font-size: 16px;
    line-height: normal;
}

.editor-text ol li:before {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit;
    font-family: inherit;
}

.container .editor-text .container {
    max-width: 100%;
    padding: 0;
}
.editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6 {
    margin-bottom: 30px;
}
* + .editor-text h1,
* + .editor-text h2,
* + .editor-text h3,
* + .editor-text h4,
* + .editor-text h5,
* + .editor-text h6 {
    margin-top: 30px;
}
.editor-text h1:first-child,
.editor-text h2:first-child,
.editor-text h3:first-child,
.editor-text h4:first-child,
.editor-text h5:first-child,
.editor-text h6:first-child {
    margin-top: 0;
}
.editor-text h1:last-child,
.editor-text h2:last-child,
.editor-text h3:last-child,
.editor-text h4:last-child,
.editor-text h5:last-child,
.editor-text h6:last-child {
    margin-bottom: 0;
}
.editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text table {
    margin-top: 20px;
    margin-bottom: 20px;
}
.editor-text p:first-child,
.editor-text ul:first-child,
.editor-text ol:first-child,
.editor-text table:first-child {
    margin-top: 0;
}
.editor-text p:last-child,
.editor-text ul:last-child,
.editor-text ol:last-child,
.editor-text table:last-child {
    margin-bottom: 0;
}
.editor-text p a,
.editor-text ul a,
.editor-text ol a,
.editor-text table a {
    text-decoration: underline;
}
.editor-text p a:hover,
.editor-text ul a:hover,
.editor-text ol a:hover,
.editor-text table a:hover {
    text-decoration: none;
}
.editor-text p + h1, .editor-text p + h2, .editor-text p + h3, .editor-text p + h4, .editor-text p + h5,
.editor-text ul + h1,
.editor-text ul + h2,
.editor-text ul + h3,
.editor-text ul + h4,
.editor-text ul + h5,
.editor-text ol + h1,
.editor-text ol + h2,
.editor-text ol + h3,
.editor-text ol + h4,
.editor-text ol + h5,
.editor-text table + h1,
.editor-text table + h2,
.editor-text table + h3,
.editor-text table + h4,
.editor-text table + h5 {
    margin-top: 30px;
}
.editor-text img.aligncenter, .editor-text img.alignright, .editor-text img.aligleft, .editor-text img.alignnone {
    display: block;
}
.editor-text img.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.editor-text img.alignright {
    margin-left: auto;
}
.editor-text img.aligleft {
    margin-right: auto;
}
.editor-text img.alignnone {
    display: block;
    margin: 0 auto;
}
.editor-text figure,
.editor-text img {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .editor-text figure,
    .editor-text img {
        margin-bottom: 20px;
    }
}
.editor-text figure img,
.editor-text img img {
    margin: 0;
}
.editor-text figure:last-child,
.editor-text img:last-child {
    margin-bottom: 0;
}
.editor-text figcaption {
    font-size: 16px;
}
@media only screen and (min-width: 1024px) {
    .editor-text figcaption {
        padding-top: 18px;
    }
}
.editor-text ul,
.editor-text ol {
    list-style: none;
    display: grid;
    grid-gap: 8px;
}
.editor-text ul li,
.editor-text ol li {
    position: relative;
    padding-left: 56px;
}
@media only screen and (max-width: 1439px) {
    .editor-text ul li,
    .editor-text ol li {
        padding-left: 30px;
    }
}
.editor-text ul li::before {
    border-radius: 100%;
    width: 6px;
    height: 6px;
    background-color: var(--color-blue);
    top: calc(0.5em + 8px);
    left: 16px;
}
@media only screen and (max-width: 1439px) {
    .editor-text ul li::before {
        left: 10px;
        top: calc(0.5em + 5px);
    }
}
@media only screen and (max-width: 767px) {
    .editor-text ul li::before {
        top: calc(0.5em + 3px);
    }
}
.editor-text ol {
    counter-reset: ol_text_counter;
}
.editor-text ol li {
    counter-increment: ol_text_counter;
}
.editor-text ol li:before {
    content: counter(ol_text_counter) ".";
    font-size: inherit;
    position: absolute;
    left: 16px;
    font-weight: 700;
    color: var(--color-blue);
}
@media only screen and (max-width: 1439px) {
    .editor-text ol li:before {
        left: 0;
    }
}
.editor-text table {
    line-height: 1.33;
    border: 0;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .editor-text table {
        display: block;
        overflow: auto;
    }
}
.editor-text table tr {
    border-bottom: 1px solid var(--color-blue);
}
.editor-text table thead tr {
    border-bottom: 4px solid var(--color-blue);
}
.editor-text table th,
.editor-text table td {
    padding: 18px 10px;
    height: auto !important;
}
.editor-text table th:not(:first-child),
.editor-text table td:not(:first-child) {
    border-left: 0;
    text-align: center;
}
.editor-text table th:first-child,
.editor-text table td:first-child {
    padding-left: 0;
}
.editor-text table th:last-child,
.editor-text table td:last-child {
    padding-right: 0;
}
.editor-text strong,
.editor-text b {
    font-weight: 600;
}
.footer {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background-color: var(--color-blue);
    color: var(--color-white);
}
@media only screen and (max-width: 1199px) {
    .footer {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 767px) {
    .footer {
        padding: 40px 0;
    }
}
.footer__logo {
    display: block;
    max-width: 308px;
    width: 100%;
}
@media only screen and (max-width: 1199px) {
    .footer__logo {
        max-width: 260px;
    }
}
@media only screen and (max-width: 767px) {
    .footer__logo {
        max-width: 220px;
    }
}
.footer__logo img {
    width: auto;
    height: auto;
    object-fit: contain;
}
.footer__inner {
    display: grid;
    grid-template-columns: 23.5% 1fr;
    grid-gap: 20px;
}
@media only screen and (max-width: 1439px) {
    .footer__inner {
        grid-template-columns: 30% 1fr;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .footer__inner {
        grid-template-columns: 35% 1fr;
    }
}
@media only screen and (max-width: 1023px) {
    .footer__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .footer__inner {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}
.footer .social-nav {
    margin-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
    .footer .social-nav {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1023px) {
    .footer .social-nav {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .footer .social-nav {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .footer .editor-text {
        font-size: 16px;
    }
}
.footer .editor-text a {
    text-decoration: none;
}
.footer .editor-text a:hover {
    text-decoration: underline;
}
.hero-module {
    position: relative;
    overflow: hidden;
    color: var(--color-white);
}
.hero-module .container {
    position: relative;
    z-index: 3;
}
.hero-module__slide {
    height: calc(100vh - 115px);
    position: relative;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1199px) {
    .hero-module__slide {
        height: calc(100vh - 98px);
    }
}
@media only screen and (max-width: 1023px) {
    .hero-module__slide {
        height: calc(100vh - 90px);
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__slide {
        justify-content: end;
        align-items: center;
        text-align: center;
    }
}
.hero-module__slide-content {
    padding: 220px 0 40px;
}
@media only screen and (max-width: 1199px) {
    .hero-module__slide-content {
        padding: 140px 0 40px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__slide-content {
        padding: 40px 0 120px;
    }
}
.hero-module__slide-title {
    color: inherit;
}
.hero-module__slide-button {
    margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
    .hero-module__slide-button {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__slide-button {
        margin-top: 20px;
    }
}

.swiper-nav {
    position: absolute;
    left: 0;
    top: 112px;
    width: 100%;
    z-index: 9;
    pointer-events: none;
}
@media only screen and (max-width: 1199px) {
    .swiper-nav {
        top: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .swiper-nav {
        top: initial;
        bottom: 40px;
        text-align: center;
    }
}
.swiper-nav__inner {
    position: relative;
    display: inline-flex;
    align-items: center;
    pointer-events: all;
}
.swiper-nav__button {
    position: relative;
    padding: 8px 0;
    z-index: 4;
    transition: opacity 0.3s ease;
}
.swiper-nav__button .icon {
    pointer-events: none;
}
@media only screen and (max-width: 767px) {
    .swiper-nav__button .icon {
        width: 10px;
        height: 16px;
    }
}
.swiper-nav__button .icon::before {
    background-color: currentColor;
}
.swiper-nav__button[aria-disabled=true] {
    opacity: 0.5;
}
.swiper-nav .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    top: 0;
    bottom: 0;
    display: grid;
    grid-gap: 24px;
    grid-auto-flow: column;
    margin: 0 40px;
}
@media only screen and (max-width: 767px) {
    .swiper-nav .swiper-pagination-bullets.swiper-pagination-horizontal {
        grid-gap: 16px;
        margin: 0 24px;
    }
}
.swiper-nav .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: transparent;
    opacity: 1;
    border-radius: 100%;
    position: relative;
    z-index: 3;
    border: 2px solid var(--color-white);
    transition: background-color 0.3s ease, transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .swiper-nav .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-width: 1px;
    }
}
.swiper-nav .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:hover, .swiper-nav .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-white);
}
.latest-news.bg-gray {
    padding: 120px 0;
}
@media only screen and (max-width: 1199px) {
    .latest-news.bg-gray {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1023px) {
    .latest-news.bg-gray {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 60px 0 120px;
        position: relative;
    }
}
.latest-news__title {
    position: relative;
    margin-bottom: 30px;
}
.latest-news__title::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 80px;
    height: 7px;
    background-color: var(--color-blue);
    pointer-events: none;
}
@media only screen and (max-width: 1199px) {
    .latest-news__title::before {
        top: -5px;
        width: 50px;
        height: 4px;
    }
}
.latest-news__title .title {
    color: var(--color-blue);
}
.latest-news__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 40px;
}
@media only screen and (max-width: 1439px) {
    .latest-news__inner {
        grid-gap: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .latest-news__inner {
        grid-gap: 30px;
    }
}
@media only screen and (max-width: 1023px) {
    .latest-news__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .latest-news__inner {
        grid-template-columns: 1fr;
    }
}
.latest-news__inner .news-card {
    max-width: 100%;
}
@media only screen and (max-width: 1023px) {
    .latest-news__footer {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1023px) {
    .latest-news .btn {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1023px) {
    .latest-news .btn {
        margin-bottom: 0;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translate(-50%, 0);
    }
}
.news-list__title {
    position: relative;
    padding-top: 12px;
}
.news-list__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 7px;
    background-color: var(--color-blue);
}
@media only screen and (max-width: 1199px) {
    .news-list__title::before {
        top: 5px;
        width: 50px;
        height: 4px;
    }
}
.news-list__title .title {
    color: var(--color-blue);
}
.news-list__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 84px 40px;
}
@media only screen and (max-width: 1199px) {
    .news-list__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 30px;
    }
}
@media only screen and (max-width: 1023px) {
    .news-list__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .news-list__inner {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.news-list__inner .news-card {
    max-width: 100%;
}
.noscript {
    display: block;
    width: 100%;
    position: relative;
    z-index: 999;
}
.noscript__content {
    background-color: #ffc107;
    border: 4px solid black;
    color: black;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
    width: 100%;
}
.mobile-hamburger {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
}

.header-main {
    width: 100%;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    background-color: var(--color-white);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.is-scrolled .header-main {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.header-main__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}
.header-main__logo {
    display: inline-block;
    position: relative;
    z-index: 9;
    max-width: 200px;
}
@media only screen and (max-width: 1199px) {
    .header-main__logo {
        max-width: 160px;
    }
}
@media only screen and (max-width: 1023px) {
    .header-main__logo {
        max-width: 140px;
    }
}
.header-main__logo img {
    width: auto;
    height: auto;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.mobile-hamburger {
    cursor: pointer;
    z-index: 9;
    width: 40px;
    height: 40px;
    background-color: var(--color-blue);
}
@media only screen and (max-width: 1023px) {
    .mobile-hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }
}
.mobile-hamburger .bars {
    background-color: var(--color-white);
    height: 2px;
    display: block;
    margin-bottom: 4px;
    width: 100%;
    pointer-events: none;
    transition: transform 0.3s ease;
}
.mobile-hamburger .bars:last-child {
    margin-bottom: 0;
}
.is-open-mega-menu .mobile-hamburger .bars:first-child, .is-open-menu .mobile-hamburger .bars:first-child {
    transform: translateY(6px) rotate(225deg);
}
.is-open-mega-menu .mobile-hamburger .bars:nth-child(2), .is-open-menu .mobile-hamburger .bars:nth-child(2) {
    transform: scale(0);
}
.is-open-mega-menu .mobile-hamburger .bars:last-child, .is-open-menu .mobile-hamburger .bars:last-child {
    transform: translateY(-6px) rotate(315deg);
}
/*# sourceMappingURL=bundle.css.map */
