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

.covered-pointer {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

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

body, .text--20 {
    font-size: 20px;
    line-height: 2;
}
@media only screen and (max-width: 1600px) {
    body, .text--20 {
        font-size: 18px;
        line-height: 1.6;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    body, .text--20 {
        font-size: 16px;
        line-height: 1.75;
    }
}

.text--hero-title {
    font-weight: 700;
    color: var(--color-primary-black);
    font-family: var(--font-secondary);
}

.text--hero-title {
    font-size: 64px;
    line-height: 1.25;
    color: var(--color-primary-black);
}
@media only screen and (max-width: 1600px) {
    .text--hero-title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 1199px) {
    .text--hero-title {
        font-size: 42px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--hero-title {
        font-size: 40px;
        letter-spacing: -0.4px;
    }
}

.text--lead {
    font-size: 56px;
    line-height: 1.29;
    letter-spacing: -1px;
}

.text--184 {
    font-size: 184px;
    font-weight: 900;
    line-height: 1.09;
    letter-spacing: -8px;
    color: var(--color-primary-background);
}
@media only screen and (max-width: 1600px) {
    .text--184 {
        font-size: 140px;
        letter-spacing: -4px;
    }
}
@media only screen and (max-width: 1199px) {
    .text--184 {
        font-size: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--184 {
        font-size: 80px;
        letter-spacing: 0;
    }
}

.text--96 {
    font-size: 96px;
    font-weight: 700;
    line-height: 1;
}
@media only screen and (max-width: 1600px) {
    .text--96 {
        font-size: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .text--96 {
        font-size: 70px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--96 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .text--96 {
        font-size: 55px;
    }
}

.text--32 {
    font-size: 32px;
    line-height: 1.25;
}
@media only screen and (max-width: 1022px) {
    .text--32 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .text--32 {
        font-size: 26px;
    }
}

.text--28 {
    font-size: 28px;
    line-height: 1.71;
}
@media only screen and (max-width: 1600px) {
    .text--28 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--28 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .text--28 {
        font-size: 16px;
        line-height: 1.75;
    }
}

.text--24 {
    font-size: 24px;
    line-height: 1.67;
}
@media only screen and (max-width: 1600px) {
    .text--24 {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 1022px) {
    .text--24 {
        font-size: 18px;
    }
}

.text--22 {
    font-size: 22px;
    line-height: 1.82;
}
@media only screen and (max-width: 1022px) {
    .text--22 {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 767px) {
    .text--22 {
        font-size: 16px;
    }
}

.text--18 {
    font-size: 18px;
    line-height: 1.78;
}
@media only screen and (max-width: 767px) {
    .text--18 {
        font-size: 16px;
    }
}

.super-title, .text--16 {
    font-size: 16px;
    line-height: 1.75;
}

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

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-primary-blue: #007ebe;
    --color-primary-blue-dark: #0012b5;
    --color-primary-gray: #9c9d9d;
    --color-primary-black: #161819;
    --color-primary-black-2: #010b0f;
    --color-primary-text: #323435;
    --color-primary-background: #f0f3f5;
    --color-primary-lines: #e1e4e6;
    --color-grayscale-gray: #444444;
    --color-grayscale-light-gray: #c0c0c0;
    --color-utility-green: #17c07d;
    --color-utility-red: #b6042b;
    --color-red: #cc0000;
    --font-primary: Aptos, sans-serif;
    --font-secondary: Panton, sans-serif;
    --easing-ease-in-out: cubic-bezier(0.55, 0, 0.45, 1);
    --easing-slow-down: cubic-bezier(0.25, 0.49, 0.31, 1);
    --easing-long-slow-down: cubic-bezier(0.13, 0.63, 0.4, 0.97);
    --easing-ease-motion: cubic-bezier(0.66, 0.19, 0.29, 0.79);
    --easing-expressive-in-out: cubic-bezier(0.76, 0.09, 0.03, 0.96);
    --easing-fly-in: cubic-bezier(0.08, 0.69, 0.07, 1);
    --easing-fly-out: cubic-bezier(0.54, 0.01, 0.99, 0.26);
}

*,
*::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: 1023px) {
    .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: 1600px) {
    .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% - 48px);
    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: -12px;
    margin-right: -12px;
}

.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: 12px;
    padding-right: 12px;
}

.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: -12px;
        margin-right: -12px;
    }
    .container {
        max-width: calc(100% - 48px);
    }
    .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: 12px;
        padding-right: 12px;
    }
    .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: 1023px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .container {
        max-width: 990px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .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: 15px;
        padding-right: 15px;
    }
    .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: -24px;
        margin-right: -24px;
    }
    .container {
        max-width: 1248px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .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: 24px;
        padding-right: 24px;
    }
    .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: 1601px) {
    .row {
        margin-left: -24px;
        margin-right: -24px;
    }
    .container {
        max-width: 1440px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .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: 24px;
        padding-right: 24px;
    }
    .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;
}

.animate-spin {
    animation: spin 2s infinite linear;
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
@keyframes pulsate {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes pulsate-2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}
@keyframes scrollDown {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}
/**
 * Swiper 9.1.0
 * 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: February 28, 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-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: 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: "Aptos";
    src: local("Aptos"), url("../fonts/Aptos.woff2") format("woff2"), url("../fonts/Aptos.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Aptos";
    src: local("Aptos SemiBold"), local("Aptos-SemiBold"), url("../fonts/Aptos-SemiBold.woff2") format("woff2"), url("../fonts/Aptos-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Panton";
    src: url("../fonts/Panton-ExtraBold.woff2") format("woff2"), url("../fonts/Panton-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Panton";
    src: url("../fonts/Panton-Bold.woff2") format("woff2"), url("../fonts/Panton-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Panton";
    src: url("../fonts/Panton-Regular.woff2") format("woff2"), url("../fonts/Panton-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Panton";
    src: local("Panton Bold Italic"), local("Panton-BoldItalic"), url("../fonts/Panton-BoldItalic.woff2") format("woff2"), url("../fonts/Panton-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Panton";
    src: local("Panton Italic"), local("Panton-Italic"), url("../fonts/Panton-Italic.woff2") format("woff2"), url("../fonts/Panton-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Panton";
    src: local("Panton  ExtraBold Italic"), local("Panton-ExtraBoldItalic"), url("../fonts/Panton-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Panton-ExtraBoldItalic.woff") format("woff");
    font-weight: 800;
    font-style: italic;
    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-primary {
    background-color: var(--color-primary-background);
}

.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--primary-text {
    color: var(--color-primary-text);
}
.text--primary-blue {
    color: var(--color-primary-blue);
}
.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;
}

.super-title {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-primary-blue);
    letter-spacing: 1px;
}

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

.font-secondary {
    font-family: "Panton", sans-serif;
}

.d-none {
    display: none;
}

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

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

body {
    color: var(--color-primary-text);
    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.is-search-open, 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: 144px;
}
@media only screen and (max-width: 1199px) {
    main {
        padding-top: 100px;
    }
}
@media only screen and (max-width: 1022px) {
    main {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    main {
        padding-top: 68px;
    }
}
main.main--homepage, 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;
}

.container-fluid {
    max-width: calc(100% - 144px);
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
@media (max-width: 1600px) {
    .container-fluid {
        max-width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1022px) {
    .container-fluid {
        padding: 0 24px;
    }
}

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

html body.pojo-a11y-resize-font-130 h1,
html body.pojo-a11y-resize-font-130 h2,
html body.pojo-a11y-resize-font-130 h3,
html body.pojo-a11y-resize-font-130 h4,
html body.pojo-a11y-resize-font-130 h5,
html body.pojo-a11y-resize-font-130 h6,
html body.pojo-a11y-resize-font-130 h1 span,
html body.pojo-a11y-resize-font-130 h2 span,
html body.pojo-a11y-resize-font-130 h3 span,
html body.pojo-a11y-resize-font-130 h4 span,
html body.pojo-a11y-resize-font-130 h5 span,
html body.pojo-a11y-resize-font-130 h6 span {
    font-size: 110% !important;
}
html body.pojo-a11y-resize-font-140 h1,
html body.pojo-a11y-resize-font-140 h2,
html body.pojo-a11y-resize-font-140 h3,
html body.pojo-a11y-resize-font-140 h4,
html body.pojo-a11y-resize-font-140 h5,
html body.pojo-a11y-resize-font-140 h6,
html body.pojo-a11y-resize-font-140 h1 span,
html body.pojo-a11y-resize-font-140 h2 span,
html body.pojo-a11y-resize-font-140 h3 span,
html body.pojo-a11y-resize-font-140 h4 span,
html body.pojo-a11y-resize-font-140 h5 span,
html body.pojo-a11y-resize-font-140 h6 span {
    font-size: 120% !important;
}
html body.pojo-a11y-resize-font-150 h1,
html body.pojo-a11y-resize-font-150 h2,
html body.pojo-a11y-resize-font-150 h3,
html body.pojo-a11y-resize-font-150 h4,
html body.pojo-a11y-resize-font-150 h5,
html body.pojo-a11y-resize-font-150 h6,
html body.pojo-a11y-resize-font-150 h1 span,
html body.pojo-a11y-resize-font-150 h2 span,
html body.pojo-a11y-resize-font-150 h3 span,
html body.pojo-a11y-resize-font-150 h4 span,
html body.pojo-a11y-resize-font-150 h5 span,
html body.pojo-a11y-resize-font-150 h6 span {
    font-size: 130% !important;
}
html body.pojo-a11y-resize-font-160 h1,
html body.pojo-a11y-resize-font-160 h2,
html body.pojo-a11y-resize-font-160 h3,
html body.pojo-a11y-resize-font-160 h4,
html body.pojo-a11y-resize-font-160 h5,
html body.pojo-a11y-resize-font-160 h6,
html body.pojo-a11y-resize-font-160 h1 span,
html body.pojo-a11y-resize-font-160 h2 span,
html body.pojo-a11y-resize-font-160 h3 span,
html body.pojo-a11y-resize-font-160 h4 span,
html body.pojo-a11y-resize-font-160 h5 span,
html body.pojo-a11y-resize-font-160 h6 span {
    font-size: 140% !important;
}
html body.pojo-a11y-resize-font-170 h1,
html body.pojo-a11y-resize-font-170 h2,
html body.pojo-a11y-resize-font-170 h3,
html body.pojo-a11y-resize-font-170 h4,
html body.pojo-a11y-resize-font-170 h5,
html body.pojo-a11y-resize-font-170 h6,
html body.pojo-a11y-resize-font-170 h1 span,
html body.pojo-a11y-resize-font-170 h2 span,
html body.pojo-a11y-resize-font-170 h3 span,
html body.pojo-a11y-resize-font-170 h4 span,
html body.pojo-a11y-resize-font-170 h5 span,
html body.pojo-a11y-resize-font-170 h6 span {
    font-size: 150% !important;
}
html body.pojo-a11y-resize-font-180 h1,
html body.pojo-a11y-resize-font-180 h2,
html body.pojo-a11y-resize-font-180 h3,
html body.pojo-a11y-resize-font-180 h4,
html body.pojo-a11y-resize-font-180 h5,
html body.pojo-a11y-resize-font-180 h6,
html body.pojo-a11y-resize-font-180 h1 span,
html body.pojo-a11y-resize-font-180 h2 span,
html body.pojo-a11y-resize-font-180 h3 span,
html body.pojo-a11y-resize-font-180 h4 span,
html body.pojo-a11y-resize-font-180 h5 span,
html body.pojo-a11y-resize-font-180 h6 span {
    font-size: 160% !important;
}
html body.pojo-a11y-resize-font-190 h1,
html body.pojo-a11y-resize-font-190 h2,
html body.pojo-a11y-resize-font-190 h3,
html body.pojo-a11y-resize-font-190 h4,
html body.pojo-a11y-resize-font-190 h5,
html body.pojo-a11y-resize-font-190 h6,
html body.pojo-a11y-resize-font-190 h1 span,
html body.pojo-a11y-resize-font-190 h2 span,
html body.pojo-a11y-resize-font-190 h3 span,
html body.pojo-a11y-resize-font-190 h4 span,
html body.pojo-a11y-resize-font-190 h5 span,
html body.pojo-a11y-resize-font-190 h6 span {
    font-size: 170% !important;
}
html body.pojo-a11y-resize-font-200 h1,
html body.pojo-a11y-resize-font-200 h2,
html body.pojo-a11y-resize-font-200 h3,
html body.pojo-a11y-resize-font-200 h4,
html body.pojo-a11y-resize-font-200 h5,
html body.pojo-a11y-resize-font-200 h6,
html body.pojo-a11y-resize-font-200 h1 span,
html body.pojo-a11y-resize-font-200 h2 span,
html body.pojo-a11y-resize-font-200 h3 span,
html body.pojo-a11y-resize-font-200 h4 span,
html body.pojo-a11y-resize-font-200 h5 span,
html body.pojo-a11y-resize-font-200 h6 span {
    font-size: 180% !important;
}
html body.pojo-a11y-grayscale {
    filter: initial;
    -webkit-filter: initial;
    -moz-filter: initial;
    -ms-filter: initial;
    -o-filter: initial;
}
html body.pojo-a11y-grayscale main,
html body.pojo-a11y-grayscale [data-component],
html body.pojo-a11y-grayscale .footer,
html body.pojo-a11y-grayscale .loading,
html body.pojo-a11y-grayscale .header-main {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
html .pojo-a11y-high-contrast .language-dropdown__placeholder *,
html .pojo-a11y-high-contrast .country-switcher-btn *,
html .pojo-a11y-high-contrast .hero-landing__rocks-item img,
html .pojo-a11y-high-contrast .hero-landing__rocks-item,
html .pojo-a11y-high-contrast .header-main__search-btn .icon,
html .pojo-a11y-high-contrast .inquiry-modal__close .icon,
html .pojo-a11y-high-contrast .product-card-list__item a.stretched-link:hover,
html .pojo-a11y-high-contrast .product-card-list__item a.stretched-link {
    background: transparent !important;
}
html .pojo-a11y-high-contrast .btn__text,
html .pojo-a11y-high-contrast .btn i {
    background-color: transparent !important;
}
html .pojo-a11y-high-contrast .btn::before {
    background-color: #600040 !important;
}
html .pojo-a11y-high-contrast .footer__right::after {
    background-color: black;
}
html .pojo-a11y-high-contrast .more-link__text::before,
html .pojo-a11y-high-contrast .more-link__text::after,
html .pojo-a11y-high-contrast .icon::before,
html .pojo-a11y-high-contrast .editor-text ul li::before {
    background-color: currentColor;
}
html .pojo-a11y-high-contrast .checkbox input:checked ~ label::before,
html .pojo-a11y-high-contrast .checkbox__label:before {
    background-color: transparent;
}
html body.pojo-a11y-negative-contrast .language-dropdown__placeholder *:not(#pojo-a11y-toolbar),
html body.pojo-a11y-negative-contrast .country-switcher-btn *:not(#pojo-a11y-toolbar),
html body.pojo-a11y-negative-contrast .hero-landing__rocks-item img:not(#pojo-a11y-toolbar),
html body.pojo-a11y-negative-contrast .hero-landing__rocks-item:not(#pojo-a11y-toolbar),
html body.pojo-a11y-negative-contrast .header-main__search-btn .icon:not(#pojo-a11y-toolbar),
html body.pojo-a11y-negative-contrast .inquiry-modal__close .icon:not(#pojo-a11y-toolbar),
html body.pojo-a11y-negative-contrast .product-card-list__item a.stretched-link:not(#pojo-a11y-toolbar):hover,
html body.pojo-a11y-negative-contrast .product-card-list__item a.stretched-link:not(#pojo-a11y-toolbar) {
    background: transparent !important;
}
html body.pojo-a11y-negative-contrast .btn__text:not(#pojo-a11y-toolbar),
html body.pojo-a11y-negative-contrast .btn i:not(#pojo-a11y-toolbar) {
    background-color: transparent !important;
}
html body.pojo-a11y-negative-contrast .btn:not(#pojo-a11y-toolbar)::before {
    background-color: black !important;
}
html body.pojo-a11y-negative-contrast .footer__right:not(#pojo-a11y-toolbar)::after {
    background-color: black;
}
html body.pojo-a11y-negative-contrast .more-link__text:not(#pojo-a11y-toolbar)::before,
html body.pojo-a11y-negative-contrast .more-link__text:not(#pojo-a11y-toolbar)::after,
html body.pojo-a11y-negative-contrast .icon:not(#pojo-a11y-toolbar)::before,
html body.pojo-a11y-negative-contrast .editor-text ul li:not(#pojo-a11y-toolbar)::before {
    background-color: currentColor;
}
html body.pojo-a11y-negative-contrast .checkbox input:checked ~ label::before,
html body.pojo-a11y-negative-contrast .checkbox__label:before {
    background-color: transparent;
}
html body.pojo-a11y-light-background .language-dropdown__placeholder *:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link),
html body.pojo-a11y-light-background .country-switcher-btn *:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link),
html body.pojo-a11y-light-background .hero-landing__rocks-item img:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link),
html body.pojo-a11y-light-background .hero-landing__rocks-item:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link),
html body.pojo-a11y-light-background .header-main__search-btn .icon:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link),
html body.pojo-a11y-light-background .inquiry-modal__close .icon:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link),
html body.pojo-a11y-light-background .product-card-list__item a.stretched-link:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link):hover,
html body.pojo-a11y-light-background .product-card-list__item a.stretched-link:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link) {
    background: transparent !important;
}
html body.pojo-a11y-light-background .btn__text:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link),
html body.pojo-a11y-light-background .btn i:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link) {
    background-color: transparent !important;
}
html body.pojo-a11y-light-background .btn:not(#pojo-a11y-toolbar)::before {
    background-color: white !important;
}
html body.pojo-a11y-light-background .footer__right:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link)::after {
    background-color: white;
}
html body.pojo-a11y-light-background .more-link__text:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link)::before,
html body.pojo-a11y-light-background .more-link__text:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link)::after,
html body.pojo-a11y-light-background .icon:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link)::before,
html body.pojo-a11y-light-background .editor-text ul li:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link)::before {
    background-color: currentColor;
}
html body.pojo-a11y-light-background .checkbox input:checked ~ label::before,
html body.pojo-a11y-light-background .checkbox__label:before {
    background-color: transparent;
}
html .pojo-a11y-links-underline .product-card {
    text-decoration: underline;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 8px 16px 8px 60px;
    font-weight: 600;
    min-height: 56px;
    text-transform: uppercase;
    background-color: var(--color-white);
    color: var(--color-primary-black);
    overflow: hidden;
    transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
}
@media only screen and (max-width: 1199px) {
    .btn {
        min-height: 46px;
        padding-left: 46px;
    }
}
@media only screen and (max-width: 1022px) {
    .btn {
        min-height: 42px;
        padding: 8px 12px 8px 42px;
    }
}
.btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% - 46px);
    width: 120%;
    height: 100%;
    transform: skew(-23deg, 0);
    background-color: var(--color-primary-blue);
    transition: right 0.4s ease, transform 0.4s ease;
}
@media only screen and (max-width: 1199px) {
    .btn::before {
        right: calc(100% - 35px);
    }
}
@media only screen and (max-width: 1022px) {
    .btn::before {
        right: calc(100% - 32px);
    }
}
.btn .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 1199px) {
    .btn .icon {
        left: 10px;
    }
}
@media only screen and (max-width: 1022px) {
    .btn .icon {
        left: 8px;
    }
}
.btn .icon::before {
    background-color: var(--color-white);
}
.btn__text {
    position: relative;
    z-index: 4;
}
.btn:hover, .btn:focus {
    color: var(--color-white);
    background-color: transparent;
}
.btn:hover::before, .btn:focus::before {
    transform: skew(0, 0);
    right: 0;
}
.btn:hover .icon, .btn:focus .icon {
    transform: translate(8px, -50%);
}
.btn--large {
    min-height: 64px;
    font-size: 20px;
    padding-left: 82px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
}
@media only screen and (max-width: 1600px) {
    .btn--large {
        min-height: 56px;
        padding-left: 68px;
        font-size: 18px;
    }
}
@media only screen and (min-width: 1601px) {
    .btn--large::before {
        transform: skew(-24deg, 0);
        right: calc(100% - 58px);
    }
}
@media only screen and (max-width: 1600px) {
    .btn--large::before {
        right: calc(100% - 48px);
    }
}
.btn--large .icon {
    left: 20px;
}
@media only screen and (max-width: 1600px) {
    .btn--large .icon {
        left: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .btn--large.btn--secondary {
        font-size: 20px;
        padding: 8px 32px;
        min-height: 80px;
        justify-content: space-between;
        font-weight: 600;
    }
    .btn--large.btn--secondary .icon {
        width: 26px;
        height: 10px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .btn--large.btn--secondary {
        min-height: 72px;
    }
}
.btn--secondary {
    font-size: 18px;
    line-height: 1.78;
    min-height: 72px;
    padding: 8px 24px;
    text-transform: none;
    letter-spacing: normal;
    color: var(--color-white);
    background-color: var(--color-primary-blue);
}
@media only screen and (max-width: 1600px) {
    .btn--secondary {
        min-height: 62px;
        font-size: 17px;
    }
}
@media only screen and (max-width: 1199px) {
    .btn--secondary {
        min-height: 55px;
        font-size: 16px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 1022px) {
    .btn--secondary {
        min-height: 50px;
        padding: 8px 20px;
    }
}
.btn--secondary::before {
    display: none;
}
.btn--secondary .icon {
    position: relative;
    margin-left: 40px;
    width: 22px;
    height: 8px;
    left: 0;
    top: 0;
    transform: translate(0, 0);
}
@media only screen and (max-width: 1600px) {
    .btn--secondary .icon {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 1022px) {
    .btn--secondary .icon {
        margin-left: 15px;
        width: 7;
        height: 8px;
    }
}
.btn--secondary:hover, .btn--secondary:focus {
    color: var(--color-white);
    background-color: var(--color-primary-blue-dark);
}
.btn--secondary:hover .icon, .btn--secondary:focus .icon {
    transform: translate(0, 0);
}
.btn--small {
    font-size: 14px;
    line-height: 24px;
    min-height: 56px;
    letter-spacing: 1px;
    padding: 8px 22px;
    min-width: 102px;
}
@media only screen and (max-width: 767px) {
    .btn--small {
        min-width: 1px;
        min-height: 50px;
        padding: 8px 18px;
    }
}
.btn--small .icon {
    width: 16px;
    height: 8px;
    margin-left: 12px;
}
.btn--ghost {
    background-color: transparent;
    color: var(--color-primary-blue);
}
.btn--ghost .icon::before {
    background-color: currentColor;
}
.btn--ghost:hover, .btn--ghost:focus {
    background-color: var(--color-primary-blue);
}
.btn[disabled], .btn--disabled {
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
    transition: none;
}

button.btn i,
button.btn span {
    pointer-events: none;
}
.checkbox.hide-label .checkbox__text, .checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}

.checkbox {
    user-select: none;
    font-size: 16px;
    line-height: 1.38;
}
.checkbox__label {
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    margin: 0;
    min-height: 20px;
    display: block;
}
.checkbox__label::after, .checkbox__label:before {
    content: "";
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    pointer-events: none;
    color: var(--color-primary-background);
}
.checkbox__label:before {
    background-color: currentColor;
    border: 1px solid currentColor;
    transition: background-color 0.3s ease, border 0.3s ease;
}
.checkbox__label::after {
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.82559L8.20172 13.0577C8.60043 13.4602 9.25906 13.416 9.60146 12.9637L15 5.83331' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center/contain;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.checkbox a {
    position: relative;
    color: var(--color-primary-blue);
}
.checkbox a:hover, .checkbox a:focus {
    color: var(--color-primary-blue);
    text-decoration: underline;
}
.checkbox input:checked ~ label::after {
    opacity: 1;
}
.checkbox input:checked ~ label::before {
    background-color: var(--color-primary-blue);
}
.checkbox.hide-label {
    width: 16px;
    height: 16px;
}
.checkbox .fv-plugins-message-container {
    padding-left: 30px;
    text-align: left;
}
.checkbox.disabled .checkbox__label,
.checkbox.disabled .checkbox__label::after,
.checkbox.disabled .checkbox__label:before {
    pointer-events: none;
    opacity: 0.8;
    background-color: var(--color-primary-gray);
}
.checkbox--secondary {
    font-size: 14px;
    line-height: 1.6;
}
.checkbox--secondary .checkbox__title {
    font-size: inherit;
    font-weight: 700;
    color: var(--color-black);
    display: block;
}
.checkbox--secondary .checkbox__label {
    padding-left: 50px;
}
.checkbox--secondary .checkbox__label:before {
    top: 2px;
    width: 33px;
    height: 19px;
    background-color: transparent;
    border: 1px solid #b9baba;
}
.checkbox--secondary .checkbox__label:after {
    opacity: 1;
    background: #b9baba !important;
    height: 13px;
    width: 13px;
    top: 5px;
    left: 3px;
    transition: 0.3s ease;
}
.checkbox--secondary input:checked ~ label::after {
    background-color: var(--color-primary-blue) !important;
    left: 17px;
}
.checkbox--secondary input:checked ~ label::before {
    border-color: var(--color-primary-blue);
    background-color: transparent;
}
.checkbox--secondary.disabled .checkbox__label,
.checkbox--secondary.disabled .checkbox__label::after,
.checkbox--secondary.disabled .checkbox__label:before {
    opacity: 1;
    background: transparent;
}
.is-validation-failed .checkbox .checkbox__label:before, .checkbox.is-validation-failed .checkbox__label:before {
    border-color: var(--color-red);
}
.document-button {
    padding: 10px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    color: var(--color-primary-black);
    transition: background-color 0.3s ease;
    min-height: 80px;
}
@media only screen and (max-width: 1600px) {
    .document-button {
        min-height: 72px;
    }
}
@media only screen and (max-width: 767px) {
    .document-button {
        padding: 10px 20px;
    }
}
.document-button strong {
    font-weight: 600;
}
.document-button__text {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .document-button__text {
        flex-direction: column;
        align-items: flex-start;
    }
}
.document-button__text-info {
    color: var(--color-primary-gray);
    display: flex;
    align-items: center;
    margin-left: 6px;
    flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
    .document-button__text-info {
        margin-left: 0;
    }
}
.document-button .icon {
    transition: transform 0.3s ease;
}
.document-button .icon::before {
    background-color: var(--color-primary-blue);
}
.document-button:hover {
    background-color: var(--color-primary-lines);
}
.document-button:hover .icon {
    transform: translate(5px, 0);
}
.download-button {
    padding: 10px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 672px;
    gap: 20px;
    color: var(--color-primary-black);
    transition: background-color 0.3s ease;
    min-height: 80px;
}
@media only screen and (max-width: 767px) {
    .download-button {
        padding: 10px 20px;
    }
}
.download-button strong {
    font-weight: 600;
}
.download-button__text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .download-button__text {
        flex-direction: column;
        align-items: flex-start;
    }
}
.download-button__text-info {
    color: var(--color-primary-gray);
    display: flex;
    align-items: center;
    margin-left: 6px;
}
@media only screen and (max-width: 767px) {
    .download-button__text-info {
        margin-left: 0;
    }
}
.download-button .icon {
    transition: transform 0.3s ease;
}
.download-button .icon::before {
    background-color: var(--color-primary-blue);
}
.download-button:hover {
    background-color: var(--color-primary-lines);
}
.download-button:hover .icon {
    transform: translate(5px, 0);
}
.dropdown {
    position: relative;
    max-width: 192px;
    width: 100%;
    font-size: 16px;
    line-height: 1.34;
    -webkit-user-select: none;
    user-select: none;
}
@media only screen and (max-width: 767px) {
    .dropdown {
        max-width: 100%;
    }
}
.dropdown__label {
    position: relative;
    padding: 0 22px;
    z-index: 4;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 4px;
}
.dropdown__inner {
    position: relative;
}
.dropdown__placeholder {
    position: relative;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 12px 35px 12px 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    background-color: var(--color-primary-background);
}
@media only screen and (max-width: 1022px) {
    .dropdown__placeholder {
        height: 50px;
        padding-left: 12px;
    }
}
.dropdown__placeholder .icon {
    position: absolute;
    width: 12px;
    height: 6px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.dropdown__placeholder .icon::before {
    background-color: var(--color-primary-gray);
}
.dropdown__placeholder-text, .dropdown__placeholder-inner {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dropdown__list {
    position: absolute;
    top: 100%;
    margin-top: -4px;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    z-index: 21;
    left: 0;
    border: 2px solid rgba(156, 157, 157, 0.15);
    border-top: 0;
    background-color: var(--color-white);
    padding: 8px 0;
    max-height: 200px;
    overflow: auto;
    transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1023px) {
    .dropdown__list {
        scrollbar-track-color: rgba(0, 126, 190, 0.4);
        scrollbar-face-color: rgba(0, 126, 190, 0.5);
        scrollbar-arrow-color: rgba(0, 126, 190, 0.5);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .dropdown__list::-webkit-scrollbar {
        width: 3px;
    }
    .dropdown__list ::-webkit-scrollbar-track {
        -webkit-border-radius: rgba(0, 126, 190, 0.4);
        border-radius: rgba(0, 126, 190, 0.4);
        background: rgba(0, 126, 190, 0.4);
    }
    .dropdown__list ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0, 126, 190, 0.45);
    }
    .dropdown__list::-webkit-scrollbar-thumb {
        background: rgba(0, 126, 190, 0.5);
        width: 3px;
        border-radius: rgba(0, 126, 190, 0.4);
    }
    .dropdown__list::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 126, 190, 0.48);
    }
    .dropdown__list ::-webkit-scrollbar {
        width: 3px;
    }
}
.dropdown__list-option {
    cursor: pointer;
    margin: 0;
    width: 100%;
    display: block;
    line-height: 1.5;
    padding: 6px 6px 6px 22px;
    transition: color 0.3s ease, background-color 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .dropdown__list-option {
        padding: 5px 5px 5px 10px;
        font-size: 15px;
    }
}
.dropdown__list-option.is-active, .dropdown__list-option:hover {
    color: var(--color-primary-black-2);
    background-color: rgba(156, 157, 157, 0.15);
}
.dropdown__list input:not([type=submit]):not(.input-field__input) {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
.dropdown__list input:not([type=submit]):not(.input-field__input):checked + .dropdown__list-option {
    color: var(--color-primary-black-2);
    background-color: rgba(156, 157, 157, 0.15);
}
.dropdown--white-bg {
    max-width: 315px;
}
.dropdown--white-bg .dropdown__placeholder {
    background-color: var(--color-white);
}
.dropdown--white-bg .dropdown__list {
    border-color: var(--color-white);
}
.dropdown.is-open .icon {
    transform: translateY(-50%) scaleY(-1);
}
.dropdown.is-open .dropdown__list {
    opacity: 1;
    pointer-events: auto;
}
.horizontal-title {
    position: absolute;
    bottom: 0;
    left: 72px;
    z-index: 7;
    pointer-events: none;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    letter-spacing: 2px;
    color: var(--color-primary-black);
}
@media (max-width: 1640px) {
    .horizontal-title {
        left: 40px;
    }
}
@media (max-width: 1560px) {
    .horizontal-title {
        left: 20px;
    }
}
@media (max-width: 1500px) {
    .horizontal-title {
        left: 10px;
    }
}
@media (max-width: 1440px) {
    .horizontal-title {
        left: 2px;
    }
}
@media only screen and (max-width: 1600px) {
    .horizontal-title {
        left: 28px;
    }
}
@media only screen and (max-width: 1199px) {
    .horizontal-title {
        left: 5px;
    }
}
.horizontal-title--bottom-right {
    left: inherit;
    right: 72px;
}
@media (max-width: 1640px) {
    .horizontal-title--bottom-right {
        right: 40px;
    }
}
@media (max-width: 1560px) {
    .horizontal-title--bottom-right {
        right: 20px;
    }
}
@media (max-width: 1500px) {
    .horizontal-title--bottom-right {
        right: 10px;
    }
}
@media (max-width: 1440px) {
    .horizontal-title--bottom-right {
        right: 2px;
    }
}
@media only screen and (max-width: 1600px) {
    .horizontal-title--bottom-right {
        right: 28px;
    }
}
@media only screen and (max-width: 1199px) {
    .horizontal-title--bottom-right {
        right: 5px;
    }
}
.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: 10px;
    height: 18px;
}
.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='7' height='14' fill='none'%3E%3Cpath stroke='%23323435' stroke-linecap='square' stroke-linejoin='round' stroke-width='1.6' d='m1.5 12 4.293-4.293a1 1 0 0 0 0-1.414L1.5 2'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='14' fill='none'%3E%3Cpath stroke='%23323435' stroke-linecap='square' stroke-linejoin='round' stroke-width='1.6' d='m1.5 12 4.293-4.293a1 1 0 0 0 0-1.414L1.5 2'/%3E%3C/svg%3E");
}
.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-arrow-left-bold, .icon-arrow-right-bold {
    width: 15px;
    height: 6px;
}
.icon-arrow-left-bold:before, .icon-arrow-right-bold:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='6' fill='none'%3E%3Cpath stroke='%23007EBE' stroke-width='2' d='M0 5h12L8 1'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='6' fill='none'%3E%3Cpath stroke='%23007EBE' stroke-width='2' d='M0 5h12L8 1'/%3E%3C/svg%3E");
}
.icon-dropdown {
    width: 15px;
    height: 6px;
}
.icon-dropdown:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L12 0H0L6 6Z' fill='%239C9D9D'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L12 0H0L6 6Z' fill='%239C9D9D'/%3E%3C/svg%3E%0A");
}
.icon-chevron-left:before, .icon-chevron-up:before, .icon-arrow-left-bold:before {
    transform: scale(-1);
}
.icon-search {
    width: 22px;
    height: 22px;
}
.icon-search:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.83507 2.4445C5.75357 2.4445 2.44486 5.75321 2.44486 9.83471C2.44486 13.9162 5.75357 17.2249 9.83507 17.2249C13.9166 17.2249 17.2253 13.9162 17.2253 9.83471C17.2253 5.75321 13.9166 2.4445 9.83507 2.4445ZM0.333374 9.83471C0.333374 4.58706 4.58743 0.333008 9.83507 0.333008C15.0827 0.333008 19.3368 4.58706 19.3368 9.83471C19.3368 15.0824 15.0827 19.3364 9.83507 19.3364C4.58743 19.3364 0.333374 15.0824 0.333374 9.83471Z' fill='%23007EBE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.9203 20.9198C20.508 21.3321 19.8395 21.3321 19.4272 20.9198L15.6416 17.1341C15.2293 16.7218 15.2293 16.0534 15.6416 15.6411C16.0539 15.2288 16.7223 15.2288 17.1346 15.6411L20.9203 19.4268C21.3326 19.8391 21.3326 20.5075 20.9203 20.9198Z' fill='%23007EBE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.83507 2.4445C5.75357 2.4445 2.44486 5.75321 2.44486 9.83471C2.44486 13.9162 5.75357 17.2249 9.83507 17.2249C13.9166 17.2249 17.2253 13.9162 17.2253 9.83471C17.2253 5.75321 13.9166 2.4445 9.83507 2.4445ZM0.333374 9.83471C0.333374 4.58706 4.58743 0.333008 9.83507 0.333008C15.0827 0.333008 19.3368 4.58706 19.3368 9.83471C19.3368 15.0824 15.0827 19.3364 9.83507 19.3364C4.58743 19.3364 0.333374 15.0824 0.333374 9.83471Z' stroke='%23007EBE' stroke-width='0.4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.9203 20.9198C20.508 21.3321 19.8395 21.3321 19.4272 20.9198L15.6416 17.1341C15.2293 16.7218 15.2293 16.0534 15.6416 15.6411C16.0539 15.2288 16.7223 15.2288 17.1346 15.6411L20.9203 19.4268C21.3326 19.8391 21.3326 20.5075 20.9203 20.9198Z' stroke='%23007EBE' stroke-width='0.4'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.83507 2.4445C5.75357 2.4445 2.44486 5.75321 2.44486 9.83471C2.44486 13.9162 5.75357 17.2249 9.83507 17.2249C13.9166 17.2249 17.2253 13.9162 17.2253 9.83471C17.2253 5.75321 13.9166 2.4445 9.83507 2.4445ZM0.333374 9.83471C0.333374 4.58706 4.58743 0.333008 9.83507 0.333008C15.0827 0.333008 19.3368 4.58706 19.3368 9.83471C19.3368 15.0824 15.0827 19.3364 9.83507 19.3364C4.58743 19.3364 0.333374 15.0824 0.333374 9.83471Z' fill='%23007EBE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.9203 20.9198C20.508 21.3321 19.8395 21.3321 19.4272 20.9198L15.6416 17.1341C15.2293 16.7218 15.2293 16.0534 15.6416 15.6411C16.0539 15.2288 16.7223 15.2288 17.1346 15.6411L20.9203 19.4268C21.3326 19.8391 21.3326 20.5075 20.9203 20.9198Z' fill='%23007EBE'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.83507 2.4445C5.75357 2.4445 2.44486 5.75321 2.44486 9.83471C2.44486 13.9162 5.75357 17.2249 9.83507 17.2249C13.9166 17.2249 17.2253 13.9162 17.2253 9.83471C17.2253 5.75321 13.9166 2.4445 9.83507 2.4445ZM0.333374 9.83471C0.333374 4.58706 4.58743 0.333008 9.83507 0.333008C15.0827 0.333008 19.3368 4.58706 19.3368 9.83471C19.3368 15.0824 15.0827 19.3364 9.83507 19.3364C4.58743 19.3364 0.333374 15.0824 0.333374 9.83471Z' stroke='%23007EBE' stroke-width='0.4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.9203 20.9198C20.508 21.3321 19.8395 21.3321 19.4272 20.9198L15.6416 17.1341C15.2293 16.7218 15.2293 16.0534 15.6416 15.6411C16.0539 15.2288 16.7223 15.2288 17.1346 15.6411L20.9203 19.4268C21.3326 19.8391 21.3326 20.5075 20.9203 20.9198Z' stroke='%23007EBE' stroke-width='0.4'/%3E%3C/svg%3E%0A");
}
.icon-check {
    width: 20px;
    height: 20px;
}
.icon-check:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.82559L8.20172 13.0577C8.60043 13.4602 9.25906 13.416 9.60146 12.9637L15 5.83331' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.82559L8.20172 13.0577C8.60043 13.4602 9.25906 13.416 9.60146 12.9637L15 5.83331' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-close {
    width: 14px;
    height: 14px;
}
.icon-close:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L13 13' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13 1L1 13' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L13 13' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13 1L1 13' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.icon-filter {
    width: 14px;
    height: 14px;
}
.icon-filter:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M3.9 54.9C10.5 40.9 24.5 32 40 32H472c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9V448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6V320.9L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M3.9 54.9C10.5 40.9 24.5 32 40 32H472c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9V448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6V320.9L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9z'/%3E%3C/svg%3E");
}
.icon-info {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 20 20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' style='fill:%239c9d9d'/%3E%3Cpath d='M8.6 12.1c0-.7.1-1.2.2-1.6.1-.4.3-.7.5-.9.3-.2.5-.4.8-.6.2-.1.4-.3.5-.4.2-.2.3-.4.4-.6.1-.2.1-.4.1-.7 0-.3-.1-.6-.2-.8-.1-.2-.3-.4-.6-.5-.1 0-.4-.1-.7-.1-.2 0-.5.1-.7.2-.2.1-.4.3-.6.5-.1.2-.2.5-.2.8H6.5c0-.6.2-1.1.5-1.5.3-.4.7-.7 1.1-.9.5-.2 1-.3 1.5-.3.6 0 1.1.1 1.6.3.5.2.8.6 1.1 1 .3.4.4.9.4 1.4 0 .4-.1.7-.2 1-.1.3-.3.6-.5.8-.2.2-.5.4-.8.6-.3.2-.5.4-.7.5-.2.2-.3.4-.4.7-.1.3-.1.6-.1 1v.1H8.6zm.8 3c-.3 0-.5-.1-.7-.3-.2-.2-.3-.4-.3-.7 0-.3.1-.5.3-.7.2-.2.4-.3.7-.3.3 0 .5.1.7.3.2.2.3.4.3.7 0 .2 0 .4-.1.5-.1.1-.2.3-.4.4-.2 0-.3.1-.5.1z' style='fill:%23fff'/%3E%3C/svg%3E") no-repeat center/contain;
}
.icon-info:before {
    display: none;
}
.icon-youtube {
    width: 24px;
    height: 18px;
}
.icon-youtube:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.38097 0.268668C1.68338 0.352771 0.319746 1.682 0.209577 3.37809C0.104026 5.00308 0 7.00257 0 8.57143C0 10.1403 0.104026 12.1398 0.209577 13.7648C0.319746 15.4609 1.68338 16.7901 3.38097 16.8742C5.83919 16.996 9.35269 17.1429 12 17.1429C14.6473 17.1429 18.1608 16.996 20.619 16.8742C22.3166 16.7901 23.6803 15.4609 23.7904 13.7648C23.896 12.1398 24 10.1403 24 8.57143C24 7.00257 23.896 5.00308 23.7904 3.37809C23.6803 1.682 22.3166 0.352771 20.619 0.268668C18.1608 0.146882 14.6473 0 12 0C9.35269 0 5.83919 0.146882 3.38097 0.268668ZM16.2857 8.57143L9.42857 12V5.14286L16.2857 8.57143Z' fill='%23007EBE'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.38097 0.268668C1.68338 0.352771 0.319746 1.682 0.209577 3.37809C0.104026 5.00308 0 7.00257 0 8.57143C0 10.1403 0.104026 12.1398 0.209577 13.7648C0.319746 15.4609 1.68338 16.7901 3.38097 16.8742C5.83919 16.996 9.35269 17.1429 12 17.1429C14.6473 17.1429 18.1608 16.996 20.619 16.8742C22.3166 16.7901 23.6803 15.4609 23.7904 13.7648C23.896 12.1398 24 10.1403 24 8.57143C24 7.00257 23.896 5.00308 23.7904 3.37809C23.6803 1.682 22.3166 0.352771 20.619 0.268668C18.1608 0.146882 14.6473 0 12 0C9.35269 0 5.83919 0.146882 3.38097 0.268668ZM16.2857 8.57143L9.42857 12V5.14286L16.2857 8.57143Z' fill='%23007EBE'/%3E%3C/svg%3E%0A");
}
.icon-youtube-play {
    width: 68px;
    height: 48px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='48' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.25' d='M67.316 10.353s-.663-4.702-2.705-6.775C62.026.862 59.125.851 57.8.688 48.284 0 34.01 0 34.01 0h-.032S19.705 0 10.19.687C8.864.851 5.964.862 3.38 3.578 1.335 5.651.672 10.353.672 10.353S0 15.873 0 21.403v5.183c0 5.52.684 11.04.684 11.04s.663 4.701 2.705 6.774c2.585 2.716 5.985 2.63 7.495 2.913C16.316 47.836 34 48 34 48s14.284-.022 23.8-.71c1.325-.163 4.226-.174 6.81-2.89 2.043-2.073 2.706-6.774 2.706-6.774s.684-5.52.684-11.04v-5.182c0-5.531-.684-11.051-.684-11.051Z'/%3E%3Cpath fill='%23EAEAEA' d='M26.984 13.67v19.177l18.37-9.556-18.37-9.622Z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.icon-youtube-play:before {
    display: none;
}
.icon-linkedin {
    width: 24px;
    height: 24px;
}
.icon-linkedin:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.78969 2.70744C5.78969 4.20272 4.49362 5.41488 2.89485 5.41488C1.29607 5.41488 0 4.20272 0 2.70744C0 1.21216 1.29607 0 2.89485 0C4.49362 0 5.78969 1.21216 5.78969 2.70744Z' fill='%23007EBE'/%3E%3Cpath d='M0.395876 7.40496H5.34433V22.4H0.395876V7.40496Z' fill='%23007EBE'/%3E%3Cpath d='M13.3113 7.40496H8.36289V22.4H13.3113C13.3113 22.4 13.3113 17.6793 13.3113 14.7278C13.3113 12.9562 13.9163 11.1769 16.3299 11.1769C19.0576 11.1769 19.0412 13.4953 19.0285 15.2914C19.0119 17.6391 19.0515 20.035 19.0515 22.4H24V14.486C23.9581 9.4326 22.6413 7.10413 18.3093 7.10413C15.7366 7.10413 14.1419 8.2721 13.3113 9.32879V7.40496Z' fill='%23007EBE'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.78969 2.70744C5.78969 4.20272 4.49362 5.41488 2.89485 5.41488C1.29607 5.41488 0 4.20272 0 2.70744C0 1.21216 1.29607 0 2.89485 0C4.49362 0 5.78969 1.21216 5.78969 2.70744Z' fill='%23007EBE'/%3E%3Cpath d='M0.395876 7.40496H5.34433V22.4H0.395876V7.40496Z' fill='%23007EBE'/%3E%3Cpath d='M13.3113 7.40496H8.36289V22.4H13.3113C13.3113 22.4 13.3113 17.6793 13.3113 14.7278C13.3113 12.9562 13.9163 11.1769 16.3299 11.1769C19.0576 11.1769 19.0412 13.4953 19.0285 15.2914C19.0119 17.6391 19.0515 20.035 19.0515 22.4H24V14.486C23.9581 9.4326 22.6413 7.10413 18.3093 7.10413C15.7366 7.10413 14.1419 8.2721 13.3113 9.32879V7.40496Z' fill='%23007EBE'/%3E%3C/svg%3E%0A");
}
.icon-facebook {
    width: 24px;
    height: 24px;
}
.icon-facebook:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23007EBE' d='M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12c0 5.915 4.279 10.83 9.91 11.819v-8.15H6.857v-3.386H9.91V9.702c0-2.937 1.794-4.56 4.542-4.56 1.315 0 2.69.23 2.69.23v2.883h-1.516c-1.494 0-1.959.904-1.959 1.831v2.197h3.335l-.533 3.387h-2.802v8.188A12.396 12.396 0 0 1 12 24Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23007EBE' d='M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12c0 5.915 4.279 10.83 9.91 11.819v-8.15H6.857v-3.386H9.91V9.702c0-2.937 1.794-4.56 4.542-4.56 1.315 0 2.69.23 2.69.23v2.883h-1.516c-1.494 0-1.959.904-1.959 1.831v2.197h3.335l-.533 3.387h-2.802v8.188A12.396 12.396 0 0 1 12 24Z'/%3E%3C/svg%3E");
}
.mod-input {
    width: 100%;
    position: relative;
}
.mod-input__label {
    position: relative;
    display: block;
    font-weight: 500;
    letter-spacing: -0.4px;
    line-height: 1.5;
    margin-bottom: 8px;
}
.mod-input__field {
    position: relative;
    width: 100%;
    height: 56px;
    border-radius: 0;
    border: 2px solid transparent;
    background-color: var(--color-primary-background);
    outline: none;
    z-index: 1;
    padding: 8px 24px;
    transition: border-color 0.3s ease;
}
.mod-input__field:focus {
    border-color: var(--color-primary-blue);
}
.is-validation-failed .mod-input__field, .mod-input__field.is-validation-failed {
    color: var(--color-red);
    border-color: var(--color-red);
}
.mod-input textarea {
    resize: none;
    height: 192px;
    padding: 12px 24px;
}
.mod-input.is-disabled {
    opacity: 0.5;
}
.mod-input.is-disabled .mod-input__field {
    pointer-events: none;
}

.fv-plugins-message-container,
.validation-message {
    color: var(--color-red);
    position: relative;
    font-size: 12px;
    line-height: 24px;
    margin-top: 2px;
}

.validation-message {
    display: none;
}
.is-validation-failed .validation-message {
    display: block;
}
.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
}
.loading.is-active {
    opacity: 0.6;
    pointer-events: auto;
}
.loading .circle-1,
.loading .circle-2 {
    background-color: #007ebe;
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: loading 1.6s infinite ease-in-out;
}
.loading .circle-2 {
    animation-delay: -0.8s;
}
@keyframes loading {
    0%, 100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}
.margin--200 {
    height: 200px;
}
@media only screen and (max-width: 1600px) {
    .margin--200 {
        height: 160px;
    }
}
@media only screen and (max-width: 1199px) {
    .margin--200 {
        height: 140px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--200 {
        height: 100px;
    }
}

.margin--160 {
    height: 160px;
}
@media only screen and (max-width: 1600px) {
    .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: 1600px) {
    .margin--120 {
        height: 100px;
    }
}
@media only screen and (max-width: 1199px) {
    .margin--120 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--120 {
        height: 60px;
    }
}

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

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

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

.margin--70 {
    height: 70px;
}
@media only screen and (max-width: 1600px) {
    .margin--70 {
        height: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .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: 1600px) {
    .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;
}
.more-link__text::before, .more-link__text::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    height: 2px;
    background-color: var(--color-primary-blue);
    pointer-events: none;
}
.more-link__text::before {
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.more-link__text::after {
    transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.more-link__text:hover::before, .more-link__text:hover::after {
    width: 100%;
    left: 0;
}

.more-link {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--color-primary-blue);
}
.more-link__text {
    position: relative;
}
@media only screen and (max-width: 767px) {
    .more-link__text {
        font-size: 14px;
    }
}
.more-link .icon {
    width: 16px;
    height: 8px;
    margin-left: 12px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .more-link .icon {
        margin-left: 6px;
    }
}
.more-link .icon::before {
    background-color: var(--color-primary-blue);
}
.more-link:hover .more-link__text::before, .more-link:hover .more-link__text::after {
    width: 100%;
    left: 0;
}
.more-link:hover .icon {
    transform: translateX(8px);
}
.more-link--reverse .icon {
    order: -1;
    margin-right: 12px;
}
@media only screen and (max-width: 767px) {
    .more-link--reverse .icon {
        margin-right: 6px;
    }
}
.more-link--reverse .icon::before {
    transform: scale(-1);
}
.more-link--reverse:hover .icon {
    transform: translateX(-8px);
}
.more-link--bold {
    text-transform: none;
    font-weight: 600;
    letter-spacing: normal;
}
.more-link--bold .icon {
    margin-left: 56px;
    width: 24px;
    height: 13px;
}
@media only screen and (max-width: 767px) {
    .more-link--bold .icon {
        margin-left: 16px;
    }
}
.radio-button.hide-label .radio-button__text, .radio-button input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}

.radio-button__label {
    font-size: 16px;
    line-height: 1.75;
}

.radio-button {
    -webkit-user-select: none;
    user-select: none;
    line-height: 1.5;
}
.radio-button__label {
    line-height: 24px;
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    margin: 0;
    display: block;
}
.radio-button__label::before, .radio-button__label::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}
.radio-button__label:before {
    background-color: var(--color-primary-background);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.radio-button__label::after {
    width: 12px;
    height: 12px;
    top: 6px;
    left: 6px;
    background-color: var(--color-primary-blue);
    transform: scale(0);
    transition: transform 0.3s ease;
}
.radio-button input:checked ~ label::after {
    transform: scale(1);
}
.radio-button input:focus-visible ~ label::before {
    box-shadow: 0 0 0 2px var(--color-white), 0 0 0 4px var(--color-grayscale-light-gray);
}
.radio-button.hide-label {
    width: 18px;
    height: 18px;
}
.radio-button.hide-label .radio-button__label::before, .radio-button.hide-label .radio-button__label::after {
    top: 0;
}
.radio-button.disabled {
    color: #9c9d9d;
    pointer-events: none;
}
.radio-button.disabled .radio-button__label::after {
    background-color: #9c9d9d;
    transform: scale(1);
    opacity: 0.5;
}
.header-search__results-item span {
    color: #007ebe;
    font-weight: 600;
}
@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-primary-black);
    font-family: var(--font-secondary);
}

.title--h1 {
    font-size: 56px;
    line-height: 1.14;
}
@media only screen and (max-width: 1600px) {
    .title--h1 {
        font-size: 48px;
    }
}
@media only screen and (max-width: 1199px) {
    .title--h1 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h1 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h1 {
        font-size: 22px;
        line-height: 1.5;
        letter-spacing: -0.34px;
    }
}

.title--h2 {
    font-size: 48px;
    line-height: 1.17;
}
@media only screen and (max-width: 1600px) {
    .title--h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .title--h2 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h2 {
        font-size: 24px;
        line-height: 1.35;
    }
}

.title--h3 {
    font-size: 40px;
    line-height: 1.2;
}
@media only screen and (max-width: 1600px) {
    .title--h3 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1199px) {
    .title--h3 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h3 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h3 {
        line-height: 1.71;
    }
}

.title--h4 {
    font-size: 32px;
    line-height: 1.25;
}
@media only screen and (max-width: 1600px) {
    .title--h4 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h4 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h4 {
        font-size: 20px;
        letter-spacing: -0.36px;
    }
}

.title--h5 {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.2px;
}
@media only screen and (max-width: 767px) {
    .title--h5 {
        font-size: 20px;
        line-height: 1.6;
    }
}

.title--h6 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.2px;
}
@media only screen and (max-width: 1022px) {
    .title--h6 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h6 {
        font-size: 16px;
    }
}
.tooltip {
    position: relative;
    display: inline-block;
    line-height: 0;
}
.tooltip__popup {
    position: absolute;
    bottom: 50%;
    right: 50%;
    padding-bottom: 30px;
    z-index: 10;
    transform: translate(50%, 10%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.6s ease;
}
@media only screen and (max-width: 767px) {
    .tooltip__popup {
        right: 0;
        transform: translate(11%, 10%);
        padding-bottom: 26px;
    }
}
.tooltip__popup-content {
    position: relative;
    background-color: var(--color-white);
    width: 200px;
    font-size: 12px;
    line-height: 1.5;
    padding: 14px;
    box-shadow: 0 0 8px rgba(8, 28, 47, 0.1);
}
.tooltip__popup-content::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: -10px;
    margin-top: 0;
    transform: translate(50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--color-white) transparent transparent transparent;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(8, 28, 47, 0.1));
    filter: drop-shadow(2px 2px 2px rgba(8, 28, 47, 0.1));
}
@media only screen and (max-width: 767px) {
    .tooltip__popup-content::after {
        right: 32px;
    }
}
.tooltip__icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.tooltip:hover .tooltip__popup {
    opacity: 1;
    pointer-events: auto;
    transform: translate(50%, 0%);
}
@media only screen and (max-width: 767px) {
    .tooltip:hover .tooltip__popup {
        transform: translate(11%, 0);
    }
}
.wizard-button input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}

.wizard-button {
    position: relative;
    background-color: var(--color-white);
    user-select: none;
}
@media only screen and (max-width: 767px) {
    .wizard-button {
        width: 100%;
    }
}
.wizard-button__label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 18px 28px;
    min-width: 105px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    min-height: 64px;
    letter-spacing: normal;
    cursor: pointer;
    border: 4px solid transparent;
    transition: border-color 0.3s ease;
}
@media only screen and (max-width: 1600px) {
    .wizard-button__label {
        padding: 12px 28px;
        min-height: 56px;
    }
}
@media only screen and (max-width: 1022px) {
    .wizard-button__label {
        padding: 10px 20px 10px 28px;
        min-height: 56px;
    }
}
@media only screen and (max-width: 767px) {
    .wizard-button__label {
        min-height: 56px;
        font-size: 16px;
    }
}
.wizard-button__label::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.82559L8.20172 13.0577C8.60043 13.4602 9.25906 13.416 9.60146 12.9637L15 5.83331' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center/20px #007ebe;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
}
.wizard-button__label--has-tooltip {
    padding-right: 18px;
}
@media only screen and (max-width: 1022px) {
    .wizard-button__text {
        margin-right: 20px;
    }
}
.wizard-button input:checked ~ label {
    border-color: var(--color-primary-blue);
}
.wizard-button input:checked ~ label::after {
    visibility: visible;
    opacity: 1;
}
.accordion {
    position: relative;
    width: 100%;
    color: var(--color-primary-text);
}
.accordion__title {
    position: relative;
    text-align: left;
    width: 100%;
    min-height: 96px;
    padding: 15px 60px 15px 30px;
    letter-spacing: -0.2px;
    font-family: "Aptos", sans-serif;
}
@media only screen and (max-width: 1600px) {
    .accordion__title {
        min-height: 80px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 1022px) {
    .accordion__title {
        min-height: 70px;
        padding: 15px 70px 15px 20px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .accordion__title {
        padding: 15px 30px 15px 15px;
        font-size: 16px;
        min-height: 45px;
    }
}
.accordion__title .icon {
    position: absolute;
    top: 50%;
    right: 36px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .accordion__title .icon {
        width: 12px;
        height: 8px;
        right: 12px;
    }
}
.accordion__title .icon::before {
    background-color: var(--color-primary-black);
}
.accordion__content {
    display: none;
}
.accordion__content-inner {
    padding: 5px 32px 36px;
}
@media only screen and (max-width: 1022px) {
    .accordion__content-inner {
        max-width: 100%;
        padding: 5px 20px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .accordion__content-inner {
        padding: 5px 15px 15px;
    }
}
.accordion .editor-text {
    max-width: 912px;
    width: 100%;
}
@media only screen and (max-width: 1600px) {
    .accordion .editor-text {
        max-width: 784px;
    }
}
@media only screen and (max-width: 1199px) {
    .accordion .editor-text {
        max-width: 630px;
    }
}
@media only screen and (max-width: 1022px) {
    .accordion .editor-text {
        font-size: 16px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .accordion .editor-text {
        font-size: 14px;
        line-height: 1.5;
    }
}
.accordion .accordion__card-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 32px;
}
@media only screen and (max-width: 1600px) {
    .accordion .accordion__card-list {
        grid-gap: 25px;
    }
}
@media only screen and (max-width: 1199px) {
    .accordion .accordion__card-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1022px) {
    .accordion .accordion__card-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .accordion .accordion__card-list {
        grid-template-columns: 1fr;
    }
}
.accordion .person-card {
    max-width: 100%;
}
.accordion .person-card .without-image {
    display: block;
}
@media only screen and (max-width: 767px) {
    .accordion .person-card .without-image {
        display: none;
    }
}
.accordion.is-open .accordion__title .icon {
    transform: translateY(-50%) scaleY(-1);
}
.advance-cookie-banner {
    position: fixed;
    left: 40px;
    bottom: 40px;
    margin: auto;
    transition: opacity 0.5s ease;
    opacity: 0;
    pointer-events: none;
    max-height: calc(var(--vh, 1vh) * 100);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-black);
    background-color: var(--color-white);
    z-index: 998;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.15);
    overflow: auto;
    padding: 48px 32px 32px;
    max-width: 570px;
    width: 100%;
}
.cookie-not-set .advance-cookie-banner {
    opacity: 1;
    pointer-events: all;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner {
        padding: 20px;
        left: 20px;
        bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner {
        padding: 12px;
        left: 0;
        bottom: 0;
        max-width: 100%;
    }
}
.advance-cookie-banner__inner {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__inner {
        gap: 16px;
    }
}
.advance-cookie-banner__close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__close-btn {
        top: 4px;
        right: 4px;
        height: 36px;
        width: 36px;
    }
}
.advance-cookie-banner__close-btn i {
    pointer-events: none;
}
.advance-cookie-banner__detail-btn {
    font-weight: 500;
}
.advance-cookie-banner__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__button {
        gap: 12px;
    }
}
.advance-cookie-banner__button .btn {
    font-size: 14px;
    text-transform: uppercase;
    min-height: 56px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__button .btn {
        font-size: 12px;
        padding: 8px 16px;
    }
}
.advance-cookie-banner__button .btn .icon {
    margin-left: 16px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__button .btn .icon {
        margin-left: 8px;
    }
}
.advance-cookie-banner .hide-btn-text {
    display: none;
}
.advance-cookie-banner.is-open-details .normal-btn-text {
    display: none;
}
.advance-cookie-banner.is-open-details .hide-btn-text {
    display: inline-block;
}
.advance-cookie-banner .advance-cookie-modal-toggle-btn {
    background-color: #fff;
    color: #007ebe;
}
.advance-cookie-banner .advance-cookie-modal-toggle-btn:hover {
    background-color: #007ebe;
    color: #fff;
}
.advance-cookie-banner .advance-cookie-modal-toggle-btn .icon:before {
    background-color: currentColor;
}

.advance-cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.24);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    font-size: 14px;
    font-weight: 400;
    padding: 40px;
}
.advance-cookie-modal.is-open-modal {
    opacity: 1;
    pointer-events: all;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-modal {
        padding: 0;
    }
}
.advance-cookie-modal__scroll {
    max-height: 100%;
    overflow: auto;
    padding: 48px 32px 24px;
    position: relative;
}
@media only screen and (min-width: 1023px) {
    .advance-cookie-modal__scroll {
        scrollbar-track-color: rgba(0, 126, 190, 0.2);
        scrollbar-face-color: rgba(0, 126, 190, 0.2);
        scrollbar-arrow-color: rgba(0, 126, 190, 0.2);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .advance-cookie-modal__scroll::-webkit-scrollbar {
        width: 4px;
    }
    .advance-cookie-modal__scroll ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: rgba(0, 126, 190, 0.2);
    }
    .advance-cookie-modal__scroll ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0, 126, 190, 0.2);
    }
    .advance-cookie-modal__scroll::-webkit-scrollbar-thumb {
        background: rgba(0, 126, 190, 0.2);
        width: 4px;
        border-radius: 0;
    }
    .advance-cookie-modal__scroll::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 126, 190, 0.2);
    }
    .advance-cookie-modal__scroll ::-webkit-scrollbar {
        width: 4px;
    }
}
@media only screen and (max-width: 767px) {
    .advance-cookie-modal__scroll {
        padding: 24px 24px 16px;
    }
}
.advance-cookie-modal__inner {
    background-color: var(--color-white);
    max-width: 462px;
    position: relative;
    width: 100%;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.15);
    margin: auto;
    transform: scale(0.5);
    opacity: 0.5;
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-size: 14px;
    line-height: 1.6;
    max-height: 100%;
    display: flex;
    flex-direction: column;
}
.is-open-modal .advance-cookie-modal__inner {
    opacity: 1;
    transform: scale(1);
}
.advance-cookie-modal__btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    border-top: 1px solid var(--color-primary-blue);
}
.advance-cookie-modal__btns .btn {
    font-size: 14px;
    text-transform: uppercase;
    min-height: 56px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-modal__btns .btn {
        font-size: 12px;
        padding: 8px 16px;
    }
}
.advance-cookie-modal__btns .btn .icon {
    margin-left: 16px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-modal__btns .btn .icon {
        margin-left: 8px;
    }
}
.advance-cookie-modal__btns .btn.btn--cookie-confirm-selected {
    color: var(--color-primary-blue);
    background-color: var(--color-white);
}
.advance-cookie-modal__btns .btn.btn--cookie-confirm-selected .icon:before {
    background-color: var(--color-primary-blue);
}
.advance-cookie-modal__btns .btn.btn--cookie-confirm-selected:hover {
    color: var(--color-white);
    background-color: var(--color-primary-blue);
}
.advance-cookie-modal__btns .btn.btn--cookie-confirm-selected:hover .icon:before {
    background-color: var(--color-white);
}
.advance-cookie-modal__close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advance-cookie-modal__close-btn i {
    pointer-events: none;
}
.advance-cookie-modal__header {
    padding-bottom: 28px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-modal__header {
        padding-bottom: 20px;
    }
}
.advance-cookie-modal__header-title {
    margin-bottom: 16px;
}
.advance-cookie-modal__details-title {
    font-size: inherit;
    font-weight: 700;
    color: var(--color-black);
}
.advance-cookie-modal__details-item:not(:first-child) {
    margin-top: 20px;
}
.article-pagination {
    width: 100%;
    max-width: 1394px;
    margin: 125px auto 0;
    padding: 10px 76px 10px 16px;
    display: grid;
    align-items: center;
    grid-gap: 32px;
    position: relative;
    min-height: 98px;
    grid-template-columns: 64px 1fr;
    transition: background-color 0.3s ease;
}
@media only screen and (max-width: 1600px) {
    .article-pagination {
        margin-top: 90px;
        min-height: 90px;
    }
}
@media only screen and (max-width: 1199px) {
    .article-pagination {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .article-pagination {
        grid-template-columns: 1fr;
        grid-gap: 12px;
        padding-right: 46px;
    }
}
.article-pagination strong {
    font-weight: 600;
}
.article-pagination__image {
    margin-top: -24px;
    align-self: flex-start;
}
@media only screen and (max-width: 767px) {
    .article-pagination__image {
        max-width: 50px;
    }
}
.article-pagination__image img {
    object-fit: contain;
}
.article-pagination__text {
    display: flex;
}
@media only screen and (max-width: 767px) {
    .article-pagination__text {
        flex-direction: column;
    }
}
.article-pagination__text-title {
    flex: auto;
    padding-left: 4px;
}
@media only screen and (max-width: 767px) {
    .article-pagination__text-title {
        padding-left: 0;
    }
}
.article-pagination__text-label {
    white-space: nowrap;
}
.article-pagination .icon {
    position: absolute;
    top: 46%;
    right: 28px;
    transform: translate(0, -50%);
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .article-pagination .icon {
        right: 10px;
    }
}
.article-pagination .icon::before {
    background-color: var(--color-primary-blue);
}
.article-pagination:hover {
    background-color: var(--color-primary-lines);
}
.article-pagination:hover .icon {
    transform: translate(5px, -50%);
}
@charset "UTF-8";
.blockquote {
    border-left: 4px solid var(--color-primary-blue);
    margin-left: -4px;
    padding-left: 32px;
}
@media only screen and (max-width: 1022px) {
    .blockquote {
        border-left-width: 3px;
        margin-left: -3px;
        padding-left: 26px;
    }
}
.blockquote__author {
    position: relative;
    margin-top: 24px;
    font-family: "Aptos", sans-serif;
    letter-spacing: normal;
    color: var(--color-primary-text);
    font-weight: 700;
    line-height: 1.5;
}
@media only screen and (max-width: 1022px) {
    .blockquote__author {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .blockquote__author {
        margin-top: 15px;
    }
}
.blockquote__author::before {
    content: "—";
    position: relative;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
    left: 0;
    color: currentColor;
    margin-right: 5px;
}
.breadcrumbs {
    width: 100%;
    position: relative;
    color: var(--color-primary-blue);
}
.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs__item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 20px;
    margin-right: 10px;
}
@media only screen and (max-width: 1022px) {
    .breadcrumbs__item {
        padding-right: 20px;
        margin-right: 8px;
    }
}
.breadcrumbs__item:last-child {
    padding: 0;
    margin: 0;
}
.breadcrumbs__item .icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 14px;
    width: 7px;
    opacity: 0.4;
}
.breadcrumbs__item .icon::before {
    background-color: var(--color-primary-text);
}
.breadcrumbs__link {
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .breadcrumbs__link {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .breadcrumbs__link {
        font-size: 14px;
    }
}
.breadcrumbs__link:hover, .breadcrumbs__link:focus {
    color: var(--color-primary-blue-dark);
}
.chart {
    width: 100%;
    position: relative;
}
.chart__inner {
    display: block;
    position: relative;
    height: 750px;
}
@media only screen and (max-width: 1199px) {
    .chart__inner {
        height: 600px;
    }
}
@media only screen and (max-width: 1022px) {
    .chart__inner {
        height: 540px;
    }
}
@media only screen and (max-width: 767px) {
    .chart__inner {
        height: 450px;
    }
}
.chart .container {
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .chart .container {
        max-width: calc(100% - 20px);
    }
}
.chart__unit {
    position: absolute;
    right: calc(100% - 24px);
    top: 32px;
    max-width: 75px;
    width: 100%;
    font-weight: 400;
    color: var(--color-primary-black);
}
@media (min-width: 1640px) and (max-width: 1690px) {
    .chart__unit {
        font-size: 16px;
        top: 37px;
        right: calc(100% - 36px);
    }
}
@media (min-width: 1640px) and (max-width: 1670px) {
    .chart__unit {
        right: calc(100% - 39px);
        font-size: 15px;
        text-align: right;
        top: 38px;
    }
}
@media (min-width: 1600px) and (max-width: 1639px) {
    .chart__unit {
        right: calc(100% - 28px);
        font-size: 18px;
        top: 34px;
    }
}
@media (max-width: 1600px) {
    .chart__unit {
        right: calc(100% - 24px);
        top: 38px;
    }
}
@media (max-width: 1410px) {
    .chart__unit {
        position: relative;
        right: 0;
        top: 0;
        max-width: 100%;
        margin-bottom: 10px;
        padding-left: 24px;
    }
}
.counter-block {
    max-width: 632px;
    width: 100%;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 15px;
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .counter-block {
        grid-gap: 0;
    }
}
@media only screen and (max-width: 767px) {
    .counter-block {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 15px 0;
    }
}
.counter-block__item {
    position: relative;
    padding: 8px 20px 8px 0;
}
@media only screen and (max-width: 767px) {
    .counter-block__item {
        padding: 0;
    }
}
.counter-block__item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(22, 24, 25, 0.16);
    width: 1px;
    height: 100%;
    pointer-events: none;
}
.counter-block__item:not(:first-child) {
    padding-left: 30px;
}
@media only screen and (max-width: 767px) {
    .counter-block__item:not(:first-child) {
        padding-left: 0;
    }
}
.counter-block__item:last-child::after {
    display: none;
}
@media only screen and (max-width: 767px) {
    .counter-block__item:nth-child(2n) {
        padding-left: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .counter-block__item:nth-child(2n)::after {
        display: none;
    }
}
.counter-block__number {
    font-family: "Aptos", sans-serif;
    font-weight: 600;
    letter-spacing: -1.6px;
    margin-bottom: 2px;
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .counter-block__number {
        font-size: 45px;
    }
}
@media only screen and (max-width: 1022px) {
    .counter-block__number {
        font-size: 40px;
        line-height: 1.25;
    }
}
.counter-block__text {
    opacity: 0.72;
}
.embeded-video {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 100%;
    color: var(--color-white);
    background-color: var(--color-black);
    overflow: hidden;
}
.embeded-video__wrapper {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.24%;
}
.embeded-video__wrapper.is-playing .hide-on-play {
    opacity: 0;
    pointer-events: none;
}
.embeded-video__wrapper.is-playing::before, .embeded-video__wrapper.is-playing::after {
    opacity: 0;
}
.embeded-video__play-button {
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 1022px) {
    .embeded-video__play-button .icon {
        width: 60px;
        height: 60px;
    }
}
.embeded-video .hide-on-play {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.embeded-video__iframe-container {
    width: 100%;
    height: 100%;
    z-index: 4;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    pointer-events: all;
}
.header-search {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: opacity;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    position: absolute;
    background-color: transparent;
    z-index: 2;
}
@media only screen and (max-width: 1022px) {
    .header-search {
        justify-content: flex-end;
    }
}
.header-search.is-search-open, .is-search-open .header-search {
    opacity: 1;
    pointer-events: all;
}
@media only screen and (max-width: 1022px) {
    .header-search .container {
        max-width: 100%;
    }
}
.header-search__form {
    position: relative;
    width: calc(100% - 639px);
    border: 1px solid #e1e4e6;
    background-color: #fff;
    margin-top: 14px;
}
.header-search__form ::-webkit-input-placeholder {
    color: var(--color-primary-black);
    opacity: 1;
}
.header-search__form :-ms-input-placeholder {
    color: var(--color-primary-black);
    opacity: 1;
}
.header-search__form ::placeholder {
    color: var(--color-primary-black);
    opacity: 1;
}
@media only screen and (max-width: 1600px) {
    .header-search__form {
        margin-top: 0;
        width: calc(100% - 548px);
    }
}
@media only screen and (max-width: 1022px) {
    .header-search__form {
        width: calc(100% - 180px);
    }
}
@media only screen and (max-width: 767px) {
    .header-search__form {
        width: calc(100% - 140px);
    }
}
.header-search__input-field {
    box-shadow: none;
    outline: none;
    width: 100%;
    height: 64px;
    background-color: var(--color-white);
    border: 0;
    font-size: 16px;
    padding: 5px 60px 5px 20px;
    color: var(--color-text);
}
@media only screen and (max-width: 1600px) {
    .header-search__input-field {
        height: 48px;
    }
}
@media only screen and (max-width: 767px) {
    .header-search__input-field {
        height: 40px;
    }
}
.header-search__submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    height: 64px;
    background-color: var(--color-primary-blue);
    color: var(--color-white);
    transition: background-color 0.3s ease;
}
@media only screen and (max-width: 1600px) {
    .header-search__submit {
        height: 48px;
        width: 48px;
    }
}
@media only screen and (max-width: 767px) {
    .header-search__submit {
        height: 40px;
        width: 40px;
    }
}
.header-search__submit i {
    width: 20px;
    height: 20px;
    font-size: 26px;
    line-height: 0.9;
}
.header-search__submit i::before {
    line-height: inherit;
    background-color: var(--color-white);
}
.header-search__submit:hover, .header-search__submit:focus {
    background-color: var(--color-primary-blue-dark);
}
.header-search__close {
    position: absolute;
    right: 34px;
    top: 32px;
    z-index: 3;
    height: 40px;
    width: 40px;
    transition: transform 0.3s ease;
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .header-search__close {
        right: 14px;
        top: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .header-search__close {
        right: 20px;
        top: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .header-search__close {
        right: 18px;
        top: 15px;
        border-width: 1px;
    }
}
.header-search__close .icon {
    width: 22px;
    height: 22px;
}
.header-search__close .icon::before {
    background-color: var(--color-white);
}
.header-search__close:hover {
    transform: scale(1.1);
}
.header-search__results {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100 - var(--header-search-height, 0px));
    padding: 32px 0;
    background-color: var(--color-white);
    transform: translateY(100%);
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    box-shadow: 0px 40px 60px -20px rgba(0, 0, 0, 0.2);
}
.header-search__results.is-active {
    opacity: 1;
    pointer-events: auto;
}
@media only screen and (max-width: 767px) {
    .header-search__results {
        max-height: 200px;
    }
}
@media only screen and (max-width: 1022px) {
    .header-search__results {
        max-height: calc(var(--vh, 1vh) * 100 - var(--header-search-height, 0px) - 50px);
    }
}
.header-search__results-inner {
    width: calc(100% - 680px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
@media only screen and (max-width: 1600px) {
    .header-search__results-inner {
        width: calc(100% - 588px);
    }
}
@media only screen and (max-width: 1022px) {
    .header-search__results-inner {
        width: calc(100% - 48px);
    }
}
.header-search__results-item {
    color: #6f6b73;
    width: 100%;
    padding: 4px 0;
    display: flex;
    align-items: center;
    background-color: var(--color-white);
    transition: color 0.3s ease;
    border-bottom: 1px solid #e1e4e6;
}
.header-search__results-item em,
.header-search__results-item strong, .header-search__results-item.hover, .header-search__results-item:hover {
    color: var(--color-primary-blue);
}
.header-search__results-item__text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
}
.icon-card {
    padding: 36px 36px 76px;
}
@media only screen and (max-width: 767px) {
    .icon-card {
        padding: 20px 20px 40px;
    }
}
.icon-card__image {
    width: 72px;
    aspect-ratio: 1/1;
    background-color: #007ebe;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .icon-card__image {
        width: 48px;
        margin-bottom: 20px;
    }
}
.icon-card__image img {
    width: 24px;
}
.icon-card__title {
    color: #007ebe;
    line-height: 1.2;
    margin-bottom: 8px;
}
.icon-card__text {
    line-height: 1.2;
    letter-spacing: 0;
    color: #323435;
    font-size: 16px;
}
.inquiry-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.inquiry-modal.is-open-modal {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.inquiry-modal__overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.24);
}
.inquiry-modal__body {
    width: 100%;
    max-width: 720px;
    background-color: var(--color-white);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    transform: translate(100%, 0);
    transition: transform 0.6s ease;
}
.is-open-modal .inquiry-modal__body {
    transform: translate(0, 0);
}
@media only screen and (max-width: 1199px) {
    .inquiry-modal__body {
        max-width: 580px;
    }
}
.inquiry-modal__body-inner {
    display: flex;
    flex-direction: column;
    flex: auto;
    overflow: auto;
    padding: 148px 168px 80px 120px;
}
@media only screen and (min-width: 1023px) {
    .inquiry-modal__body-inner {
        scrollbar-track-color: rgba(0, 126, 190, 0.2);
        scrollbar-face-color: rgba(0, 126, 190, 0.2);
        scrollbar-arrow-color: rgba(0, 126, 190, 0.2);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .inquiry-modal__body-inner::-webkit-scrollbar {
        width: 4px;
    }
    .inquiry-modal__body-inner ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: rgba(0, 126, 190, 0.2);
    }
    .inquiry-modal__body-inner ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0, 126, 190, 0.2);
    }
    .inquiry-modal__body-inner::-webkit-scrollbar-thumb {
        background: rgba(0, 126, 190, 0.2);
        width: 4px;
        border-radius: 0;
    }
    .inquiry-modal__body-inner::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 126, 190, 0.2);
    }
    .inquiry-modal__body-inner ::-webkit-scrollbar {
        width: 4px;
    }
}
@media only screen and (max-width: 1199px) {
    .inquiry-modal__body-inner {
        padding: 100px 80px;
    }
}
@media only screen and (max-width: 767px) {
    .inquiry-modal__body-inner {
        padding: 90px 36px;
    }
}
.inquiry-modal .title {
    margin-bottom: 36px;
}
.inquiry-modal__form-inner {
    display: grid;
    grid-gap: 16px;
}
.inquiry-modal__form .btn {
    width: 100%;
}
.inquiry-modal__form-submit {
    margin-top: 25px;
}
.inquiry-modal__form-submit .btn {
    min-height: 64px;
}
.inquiry-modal .checkbox {
    font-size: 12px;
    line-height: 1.65;
}
.inquiry-modal .checkbox__label {
    padding-left: 30px;
}
.inquiry-modal .checkbox__label::after, .inquiry-modal .checkbox__label::before {
    width: 20px;
    height: 20px;
}
.inquiry-modal__close {
    position: fixed;
    right: 22px;
    top: 22px;
    padding: 15px;
    z-index: 9;
    background-color: var(--color-white);
}
@media only screen and (max-width: 1199px) {
    .inquiry-modal__close {
        top: 10px;
        right: 10px;
    }
}
.inquiry-modal__close i {
    pointer-events: none;
}
.language-dropdown {
    z-index: 9;
    position: relative;
    font-weight: 600;
    margin-left: 6px;
}
@media only screen and (max-width: 1022px) {
    .language-dropdown {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1023px) {
    .language-dropdown {
        z-index: 2;
    }
}
.language-dropdown__list {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 40px 10px 6px 8px;
    font-size: 14px;
    line-height: 1.8;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease;
    min-width: 100%;
    background-color: var(--color-white);
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .language-dropdown__list {
        left: initial;
        right: 0;
        padding: 40px 6px 6px 8px;
    }
}
@media only screen and (max-width: 1022px) {
    .language-dropdown__list {
        padding: 30px 10px 6px 16px;
        background-color: var(--color-primary-blue);
    }
}
.language-dropdown__placeholder {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 3;
    padding: 10px 2px 10px 8px;
    transition: color 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .language-dropdown__placeholder {
        padding: 0 16px;
    }
}
.language-dropdown__placeholder .icon {
    margin-left: 10px;
    transition: transform 0.3s ease;
}
.language-dropdown__placeholder .icon::before {
    background-color: var(--color-primary-gray);
}
@media only screen and (max-width: 1022px) {
    .language-dropdown__placeholder .icon::before {
        background-color: currentColor;
    }
}
.language-dropdown__link {
    transition: color 0.3s ease, transform 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .language-dropdown__link {
        font-size: 14px;
        line-height: 1.5;
    }
}
@media only screen and (min-width: 1023px) {
    .language-dropdown a:hover {
        color: var(--color-primary-blue);
    }
}
.language-dropdown:hover .language-dropdown__list {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
.language-dropdown:hover .language-dropdown__placeholder .icon {
    transform: scaleY(-1);
}
@media only screen and (min-width: 1023px) {
    .lead-text .editor-text {
        line-height: 1.85;
    }
}
.link-box {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    max-width: 456px;
    width: 100%;
    min-height: 240px;
    padding: 32px 70px 32px 32px;
    color: var(--color-white);
    background-color: var(--color-primary-black);
    transition: background-color 0.3s ease;
}
@media only screen and (max-width: 1600px) {
    .link-box {
        min-height: 200px;
        max-width: 400px;
    }
}
@media only screen and (max-width: 1022px) {
    .link-box {
        min-height: 100px;
        max-width: 340px;
        font-size: 14px;
        line-height: 1.5;
        padding: 14px 60px 20px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .link-box {
        max-width: 100%;
        font-size: 10px;
        min-height: 96px;
    }
}
.link-box .title {
    color: inherit;
    font-family: "Aptos", sans-serif;
    font-weight: 600;
    letter-spacing: -0.6px;
}
.link-box .icon {
    position: absolute;
    right: 30px;
    bottom: 48px;
    width: 34px;
    height: 12px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .link-box .icon {
        bottom: 20px;
        width: 20px;
        right: 16px;
    }
}
.link-box .icon::before {
    background-color: var(--color-primary-blue);
}
.link-box:hover .icon {
    transform: translateX(6px);
}
.link-box--blue {
    background-color: var(--color-primary-blue);
}
.link-box--blue .icon::before {
    background-color: var(--color-white);
}
.location-details {
    position: relative;
    max-width: 535px;
    width: 100%;
    padding: 36px;
    background-color: var(--color-white);
    transition: background-color 0.3s ease, color 0.3s ease;
    display: grid;
    grid-gap: 32px;
}
@media only screen and (max-width: 1022px) {
    .location-details {
        padding: 20px;
        grid-gap: 20px;
    }
}
.location-details.is-active, .location-details:hover {
    background-color: var(--color-primary-background);
}
.location-details__trigger {
    pointer-events: all;
}
.location-details__title {
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.location-details__header {
    display: grid;
    grid-gap: 8px;
}
.location-details__info {
    display: grid;
    grid-gap: 6px;
}
.location-details__info-item {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
    align-items: center;
    line-height: 1.2;
}
.location-details__info a {
    text-decoration: none;
    position: relative;
    z-index: 4;
    transition: color 0s ease;
}
.location-details__info a:hover {
    text-decoration: underline;
}
.location-details .more-link {
    position: relative;
    z-index: 4;
    line-height: 1.2;
    width: 100%;
    text-transform: none;
    justify-content: space-between;
}
.location-details--popup {
    border-bottom: 1px solid var(--color-primary-lines);
}
@media only screen and (max-width: 1600px) {
    .location-details--popup {
        max-width: 440px;
    }
}
@media only screen and (max-width: 1199px) {
    .location-details--popup {
        max-width: 340px;
        padding: 26px;
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .location-details--popup {
        padding: 20px;
        font-size: 12px;
        grid-gap: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .location-details--popup .text--16 {
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .location-details--popup .location-details__title {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1199px) {
    .location-details--popup .location-details__info {
        grid-gap: 10px;
    }
}
@media only screen and (max-width: 1199px) {
    .location-details--popup .location-details__info-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
.location-details--popup:hover {
    background-color: var(--color-white);
}
.location-filter {
    max-width: 535px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.location-filter__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-color: var(--color-white);
    border: 1px solid var(--color-primary-lines);
    transition: border-color 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .location-filter__icon {
        width: 20px;
        height: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .location-filter__icon {
        width: 16px;
        height: 16px;
    }
}
.location-filter__icon .icon {
    transform: scale(0);
    transition: transform 0.3s ease;
}
.location-filter__icon .icon::before {
    background-color: var(--color-primary-blue);
}
.location-filter__item {
    padding: 20px;
    min-height: 64px;
    border-bottom: 1px solid var(--color-primary-lines);
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
    transition: color 0.3s ease, background-color 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .location-filter__item {
        padding: 16px;
        min-height: 55px;
    }
}
@media only screen and (max-width: 767px) {
    .location-filter__item {
        padding: 10px 16px;
        min-height: 46px;
    }
}
.location-filter__item:nth-child(odd) {
    border-right: 1px solid var(--color-primary-lines);
}
@media only screen and (min-width: 1023px) {
    .location-filter__item:hover {
        background-color: var(--color-primary-background);
    }
}
.location-filter__item.is-selected {
    background-color: var(--color-primary-blue);
    color: var(--color-white);
}
.location-filter__item.is-selected .location-filter__icon .icon {
    transform: scale(1);
}
.location-popup {
    max-width: 535px;
    width: 100%;
    overflow: hidden;
    height: auto;
    background-color: var(--color-white);
    box-shadow: 0px 4px 8px 0px rgba(2, 22, 34, 0.0196078431), 0px 15px 15px 0px rgba(2, 22, 34, 0.0196078431), 0px 34px 20px 0px rgba(2, 22, 34, 0.0117647059), 0px 60px 24px 0px rgba(2, 22, 34, 0), 0px 93px 26px 0px rgba(2, 22, 34, 0);
    display: flex;
    flex-direction: column;
    transition: transform 0.4s var(--easing-ease-motion);
}
@media only screen and (max-width: 1022px) {
    .location-popup {
        transform: translateY(100%);
        height: 100%;
    }
    .location-popup.is-open {
        transform: translateY(0);
    }
}
.location-popup__body {
    flex: auto;
    overflow: hidden;
    display: flex;
}
.location-popup__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s var(--easing-ease-motion);
}
.location-popup__header {
    min-height: 100px;
    padding: 8px 36px;
    border-bottom: 1px solid rgba(240, 243, 245, 0.4);
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--color-primary-blue);
    color: var(--color-white);
    letter-spacing: -0.02em;
}
@media only screen and (max-width: 1199px) {
    .location-popup__header {
        min-height: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .location-popup__header {
        padding: 8px 20px;
        min-height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .location-popup__header {
        font-size: 18px;
    }
}
.location-popup__close {
    width: 16px;
    height: 16px;
    margin-left: auto;
}
.location-popup__close .icon {
    width: 14px;
    height: 14px;
}
.location-popup__close .icon::before {
    background-color: var(--color-white);
}
.location-popup .location-filter {
    max-width: 100%;
}
.location-popup__nav {
    flex: auto;
    overflow: auto;
    max-height: 100%;
}
@media only screen and (min-width: 1023px) {
    .location-popup__nav {
        scrollbar-track-color: #444444;
        scrollbar-face-color: #444444;
        scrollbar-arrow-color: #444444;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .location-popup__nav::-webkit-scrollbar {
        width: 0;
    }
    .location-popup__nav ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: #444444;
    }
    .location-popup__nav ::-webkit-scrollbar-thumb:window-inactive {
        background: #444444;
    }
    .location-popup__nav::-webkit-scrollbar-thumb {
        background: #444444;
        width: 0;
        border-radius: 0;
    }
    .location-popup__nav::-webkit-scrollbar-thumb:hover {
        background: #444444;
    }
    .location-popup__nav ::-webkit-scrollbar {
        width: 0;
    }
}
.location-popup__nav-item:not(:last-child) {
    border-bottom: 1px solid var(--color-primary-lines);
}
.location-popup__nav-item.is-active .location-popup__link {
    color: var(--color-primary-blue);
}
.location-popup__link {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    cursor: pointer;
    padding: 28px 20px;
    transition: background-color 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .location-popup__link {
        padding: 14px 20px;
    }
}
.location-popup__link:hover {
    background-color: var(--color-primary-background);
}
.location-popup__link > * {
    pointer-events: none;
}
.location-popup__link .icon {
    margin-left: auto;
    flex-shrink: 0;
}
@media only screen and (min-width: 1023px) {
    .location-popup__link .icon {
        display: none;
    }
}
.location-popup__link-flag {
    width: 18px;
    height: 12px;
    flex-shrink: 0;
}
.location-popup__link-flag img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.location-popup__dropdown {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 880px;
    min-height: var(--popup-height, 0px);
    z-index: 4;
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    transform: translate(0, 100%);
    pointer-events: none;
    transition: opacity 0.3s var(--easing-ease-motion), visibility 0.3s var(--easing-ease-motion), transform 0.3s var(--easing-ease-motion);
}
@media (max-height: 920px) {
    .location-popup__dropdown {
        max-height: 100%;
    }
}
@media only screen and (max-width: 1022px) {
    .location-popup__dropdown {
        max-height: 100%;
        height: 100%;
        min-height: 1px;
    }
}
@media only screen and (max-width: 767px) {
    .location-popup__dropdown {
        transition: opacity 0.3s var(--easing-ease-motion), visibility 0.3s var(--easing-ease-motion), transform 0.3s var(--easing-ease-motion);
    }
}
.location-popup__dropdown-header {
    min-height: 100px;
    padding: 8px 36px;
    border-bottom: 1px solid rgba(240, 243, 245, 0.4);
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--color-primary-blue);
    color: var(--color-white);
    letter-spacing: -0.02em;
}
@media only screen and (max-width: 1199px) {
    .location-popup__dropdown-header {
        min-height: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .location-popup__dropdown-header {
        padding: 8px 20px;
        min-height: 60px;
    }
}
.location-popup__dropdown-header .location-popup__close {
    margin: 0;
}
.location-popup__dropdown-country {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
}
@media only screen and (max-width: 767px) {
    .location-popup__dropdown-country {
        font-size: 16px;
        margin-left: auto;
    }
}
.location-popup__dropdown-body {
    flex: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.location-popup__dropdown-inner {
    position: relative;
    flex: auto;
    overflow: auto;
    max-height: 100%;
}
@media only screen and (min-width: 1023px) {
    .location-popup__dropdown-inner {
        scrollbar-track-color: #007ebe;
        scrollbar-face-color: #c0c0c0;
        scrollbar-arrow-color: #c0c0c0;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .location-popup__dropdown-inner::-webkit-scrollbar {
        width: 0;
    }
    .location-popup__dropdown-inner ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: #007ebe;
    }
    .location-popup__dropdown-inner ::-webkit-scrollbar-thumb:window-inactive {
        background: #609fbf;
    }
    .location-popup__dropdown-inner::-webkit-scrollbar-thumb {
        background: #c0c0c0;
        width: 0;
        border-radius: 0;
    }
    .location-popup__dropdown-inner::-webkit-scrollbar-thumb:hover {
        background: #9ab3c0;
    }
    .location-popup__dropdown-inner ::-webkit-scrollbar {
        width: 0;
    }
}
.location-popup__dropdown-item:not(:last-child) {
    border-bottom: 1px solid var(--color-primary-lines);
}
.location-popup .location-details {
    max-width: 100%;
}
.location-popup__back-button {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.location-popup__back-button .icon {
    width: 16px;
    transition: transform 0.3s ease;
}
.location-popup__back-button .icon::before {
    background-color: currentColor;
}
.location-popup__back-button:hover .icon {
    transform: translateX(-4px);
}
.location-popup__not-found {
    text-align: center;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.location-popup.is-items-open .location-popup__dropdown {
    pointer-events: all;
    transform: translate(0, 0);
}
.measurements-card .title {
    font-size: 24px;
    line-height: 1.67;
}
@media only screen and (max-width: 1600px) {
    .measurements-card .title {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 1022px) {
    .measurements-card .title {
        font-size: 18px;
    }
}

.measurements-card {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .measurements-card {
        max-width: 450px;
    }
}
.measurements-card .measurements-card__gauge {
    width: 100%;
    height: 310px;
}
.measurements-card .more-link {
    font-size: 14px;
    margin-top: 12px;
}
.measurements-card__bg svg {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.measurements-card__text {
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .measurements-card__text {
        margin-top: 16px;
    }
}
.measurements-card__image {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0 auto 16px;
    padding-bottom: 100%;
}
.measurements-card .title {
    letter-spacing: -0.2px;
    font-weight: 600;
}
.measurements-card__data {
    letter-spacing: -0.2px;
    color: var(--color-utility-green);
    position: absolute;
    bottom: 38px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 4;
}
.measurements-card__pointer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: bottom;
    z-index: 4;
    width: 1px;
    height: 1px;
    transition: transform 0.3s ease;
    transform: rotate(var(--pointer-rotation, 0deg));
}
.measurements-card__pointer::before {
    content: "";
    position: absolute;
    left: -12px;
    bottom: -12px;
    width: 24px;
    height: 104px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='104' fill='none' class='measurements-card__pointer'%3E%3Ccircle cx='12' cy='92' r='12' fill='%23323435' /%3E%3Cpath fill='%23323435' d='M6 88h12L12 0 6 88Z' /%3E%3C/svg%3E") no-repeat center/contain;
    transform: rotate(-136deg);
    transform-origin: 12px 91px;
}
@media only screen and (max-width: 1600px) {
    .measurements-card__pointer::before {
        width: 20px;
        height: 90px;
        transform-origin: 10px 78px;
    }
}
.mega-menu {
    background-color: var(--color-white);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    padding-top: 166px;
    box-shadow: 0px 4px 96px rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .mega-menu {
        padding-top: 144px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .mega-menu {
        padding-top: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu {
        color: var(--color-primary-text);
        height: 100%;
        overflow: hidden;
        padding-top: 72px;
    }
}
.is-open-mega-menu .mega-menu, .mega-menu.is-open-mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
@media only screen and (max-width: 1022px) {
    .mega-menu .container-fluid {
        max-width: 100%;
        padding: 0;
    }
}
.mega-menu .is-open-submenu > .mega-menu__title .icon, .mega-menu.is-open-submenu > .mega-menu__title .icon {
    transform: scaleY(-1);
}
@media only screen and (min-width: 1023px) {
    .mega-menu__inner {
        display: block !important;
        overflow: auto;
        max-height: calc(100vh - 144px);
        scrollbar-track-color: rgba(255, 255, 255, 0.5);
        scrollbar-face-color: rgba(255, 255, 255, 0.5);
        scrollbar-arrow-color: rgba(255, 255, 255, 0.5);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .mega-menu__inner::-webkit-scrollbar {
        width: 4px;
    }
    .mega-menu__inner ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.5);
    }
    .mega-menu__inner ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 255, 255, 0.5);
    }
    .mega-menu__inner::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.5);
        width: 4px;
        border-radius: 0;
    }
    .mega-menu__inner::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.5);
    }
    .mega-menu__inner ::-webkit-scrollbar {
        width: 4px;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__inner {
        padding: 0 24px 200px;
        overflow: auto;
        height: calc(100vh - 6px);
    }
}
.mega-menu__footer {
    padding: 40px 0;
}
@media only screen and (max-width: 1199px) {
    .mega-menu__footer {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__footer {
        background-color: transparent;
    }
}
.mega-menu__footer-logo {
    display: inline-block;
    max-width: 156px;
}
@media only screen and (max-width: 1022px) {
    .mega-menu__footer-logo {
        display: none;
    }
}
.mega-menu__footer-text {
    max-width: 440px;
}
.mega-menu__footer .more-link {
    margin-left: auto;
}
@media only screen and (max-width: 1022px) {
    .mega-menu__footer .more-link {
        margin: 40px 0 0;
        line-height: 1.2;
        letter-spacing: 0;
    }
}
.mega-menu__back-button {
    display: flex;
    align-items: center;
    color: var(--color-primary-blue);
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 0;
    width: 100%;
    text-align: left;
    margin-bottom: 16px;
}
.mega-menu__back-button .icon {
    margin-right: 8px;
}
.mega-menu__back-button .icon::before {
    background-color: currentColor;
}
.mega-menu__title {
    text-align: left;
    width: 100%;
    color: var(--color-white);
    padding: 20px 72px;
    pointer-events: none;
    min-height: 176px;
    display: flex;
    align-items: center;
    border-top: 1px solid var(--color-primary-lines);
}
@media only screen and (max-width: 1600px) {
    .mega-menu__title {
        padding: 20px 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .mega-menu__title {
        min-height: 160px;
    }
}
@media only screen and (max-width: 1199px) {
    .mega-menu__title {
        padding: 20px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__title {
        font-weight: 500;
        font-size: 16px;
        padding: 15px 0;
        display: flex;
        align-items: center;
        background-color: transparent;
        justify-content: space-between;
        gap: 20px;
        color: inherit;
        border: 0;
        min-height: 1px;
        pointer-events: all;
    }
}
@media only screen and (max-width: 1022px) and (max-width: 1022px) {
    .mega-menu__title br {
        display: none;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__title * {
        pointer-events: none;
    }
}
.mega-menu__title span {
    display: block;
    max-width: 252px;
    width: 100%;
}
@media only screen and (max-width: 1199px) {
    .mega-menu__title span {
        max-width: 100%;
    }
}
.mega-menu__title.text--14 {
    font-size: 14px;
}
@media only screen and (min-width: 1023px) {
    .mega-menu__title:last-child {
        flex: auto;
    }
}
.mega-menu__title .icon {
    transition: transform 0.3s ease;
}
.mega-menu__title .icon::before {
    background-color: var(--color-primary-gray);
}
@media only screen and (max-width: 1022px) {
    .mega-menu__title .icon::before {
        background-color: currentColor;
    }
}
.mega-menu__title-list {
    background-color: var(--color-primary-blue);
    height: 100%;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1022px) {
    .mega-menu__title-list {
        display: none;
    }
}
.mega-menu__menu-wrapper {
    display: grid;
    grid-template-columns: 25% 1fr;
    align-items: flex-start;
}
@media only screen and (max-width: 1199px) {
    .mega-menu__menu-wrapper {
        grid-template-columns: 24% 1fr;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__menu-wrapper {
        grid-template-columns: 1fr;
    }
}
.mega-menu__item {
    border-top: 1px solid var(--color-primary-lines);
}
@media only screen and (max-width: 1022px) {
    .mega-menu__item {
        border-bottom: 1px solid var(--color-primary-lines);
    }
}
.mega-menu__item-inner {
    padding: 50px 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 176px;
}
@media only screen and (max-width: 1600px) {
    .mega-menu__item-inner {
        padding: 40px 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .mega-menu__item-inner {
        padding: 30px 20px;
        min-height: 160px;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__item-inner {
        min-height: 1px;
        padding: 15px 10px;
        justify-content: flex-start;
    }
}
@media only screen and (min-width: 1023px) {
    .mega-menu__item-inner--less-items {
        justify-items: center;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__item-inner-wrapper {
        display: none;
    }
}
.mega-menu__item-image img {
    object-fit: contain;
    max-height: 100%;
    transform: scale(1.00001);
    transition: transform 0.3s ease;
}
.mega-menu__item-dropdown {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1022px) {
    .mega-menu__item-dropdown {
        flex-direction: column;
        display: none;
    }
}
.mega-menu__item-dropdown .mega-menu__item-inner {
    flex: 1;
}
@media only screen and (max-width: 1022px) {
    .mega-menu__item-dropdown .mega-menu__item-inner {
        padding: 15px 10px;
    }
}
.mega-menu__item-dropdown .mega-menu__title {
    padding: 0;
}
.mega-menu__item-dropdown-item {
    flex: 1;
    border-top: 1px solid var(--color-primary-lines);
    border-right: 1px solid var(--color-primary-lines);
}
@media only screen and (max-width: 1022px) {
    .mega-menu__item-dropdown-item {
        flex-direction: column;
        border-right: 0;
        padding: 10px 0;
    }
}
.mega-menu__item-dropdown-item:last-child {
    border-right: 0;
}
.mega-menu__item-dropdown--single-col .mega-menu__item-dropdown-item {
    border-right: 0;
}
.mega-menu__item-dropdown--two-col .mega-menu__item-dropdown-item:nth-child(2n) {
    border-right: 0;
}
@media only screen and (max-width: 1022px) {
    .mega-menu__item-dropdown.level-1 .mega-menu__title {
        margin-top: 20px;
    }
}
.mega-menu__item-dropdown.level-2 {
    display: block;
    border-top: 1px solid var(--color-primary-lines);
}
@media only screen and (max-width: 1022px) {
    .mega-menu__item-dropdown.level-2 {
        border-top: 0;
    }
}
.mega-menu__item-dropdown.level-2 .mega-menu__item-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 38px 30px;
    align-items: flex-start;
    max-width: 432px;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
    .mega-menu__item-dropdown.level-2 .mega-menu__item-inner {
        grid-gap: 20px 30px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__item-dropdown.level-2 .mega-menu__item-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        grid-gap: 10px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .mega-menu__item-dropdown.level-2 .mega-menu__item-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 20px;
    }
}
@media (min-width: 2100px) {
    .mega-menu__item-dropdown.level-2 .mega-menu__item-inner {
        max-width: 500px;
    }
}
.mega-menu__link {
    display: block;
}
.mega-menu__link.level-1 .mega-menu__item-image {
    height: 64px;
}
@media only screen and (max-width: 1600px) {
    .mega-menu__link.level-1 .mega-menu__item-image {
        height: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    .mega-menu__link.level-1 .mega-menu__item-image {
        height: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__link.level-1 .mega-menu__item-image {
        height: 40px;
    }
}
.mega-menu__link.level-2 .mega-menu__item-image {
    height: 52px;
}
@media only screen and (max-width: 1600px) {
    .mega-menu__link.level-2 .mega-menu__item-image {
        height: 45px;
    }
}
@media only screen and (max-width: 1199px) {
    .mega-menu__link.level-2 .mega-menu__item-image {
        height: 35px;
    }
}
.mega-menu__link.level-3 .mega-menu__item-image {
    height: 40px;
}
@media only screen and (max-width: 1199px) {
    .mega-menu__link.level-3 .mega-menu__item-image {
        height: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .mega-menu__link.level-3 .mega-menu__item-image {
        max-width: 100px;
    }
}
.mega-menu__link:hover .mega-menu__item-image img {
    transform: scale(1.05);
}
.menu {
    margin-right: 28px;
}
@media only screen and (max-width: 1600px) {
    .menu {
        margin-right: 0;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1022px) {
    .menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 3;
        background-color: var(--color-primary-blue);
        color: var(--color-white);
        height: 100%;
        overflow: hidden;
        padding: 0;
        padding-top: 72px;
        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: 1022px) {
    .menu nav {
        padding: 0 24px 240px;
        overflow: auto;
        height: calc(100vh - 6px);
    }
}
.menu ul {
    font-size: 0;
    line-height: 0;
}
.menu__list {
    position: relative;
    z-index: 9;
}
.menu__list.level-1 {
    display: grid;
    grid-gap: 24px;
    grid-auto-flow: column;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1600px) {
    .menu__list.level-1 {
        grid-gap: 16px;
    }
}
@media only screen and (max-width: 1199px) {
    .menu__list.level-1 {
        grid-gap: 12px;
    }
}
@media only screen and (max-width: 1022px) {
    .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: 1022px) {
    .menu__item {
        width: 100%;
        border-bottom: 1px solid var(--color-primary-lines);
    }
}
@media only screen and (min-width: 1023px) {
    .menu__item:hover > .menu__link, .menu__item.is-active > .menu__link {
        color: var(--color-primary-black);
    }
    .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-primary-blue);
    position: relative;
    z-index: 2;
    min-height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1.5;
    transition: color 0.3s ease, min-height 0.3s ease;
}
@media only screen and (min-width: 1200px) {
    .is-scrolled .menu__link {
        min-height: 100px;
    }
}
@media only screen and (max-width: 1600px) {
    .menu__link {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1199px) {
    .menu__link {
        font-size: 16px;
        min-height: 100px;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__link {
        padding: 16px 0;
        min-height: 1px;
        text-align: left;
        justify-content: space-between;
        display: flex;
        font-weight: 500;
        font-size: 16px;
        color: inherit;
    }
}
@media only screen and (min-width: 1023px) {
    .menu__link::before {
        content: "";
        height: 8px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background-color: var(--color-primary-blue);
        opacity: 0;
        transform: translate(0, 12px);
        transition: transform 0.4s ease, opacity 0.4s ease;
    }
}
.menu__link span,
.menu__link i {
    pointer-events: none;
}
.menu__link .icon {
    display: none;
}
@media only screen and (max-width: 1022px) {
    .menu__link .icon {
        display: block;
        width: 22px;
        height: 8px;
    }
    .menu__link .icon::before {
        background-color: currentColor;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 24px 0;
    }
}
.mod-status {
    width: 100%;
}
.mod-status__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 50%;
    min-height: 88px;
    padding: 10px 32px;
    gap: 20px;
    transform: translateX(-50%);
    color: var(--color-white);
    width: calc(100% + 64px);
    background-color: var(--color-primary-blue);
}
@media only screen and (max-width: 1600px) {
    .mod-status__inner {
        min-height: 78px;
    }
}
@media only screen and (max-width: 1199px) {
    .mod-status__inner {
        width: calc(100% + 40px);
    }
}
@media only screen and (max-width: 1022px) {
    .mod-status__inner {
        min-height: 1px;
        padding: 10px 20px;
        width: calc(100% + 48px);
    }
}
@media only screen and (max-width: 767px) {
    .mod-status__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
.mod-status__left-side {
    display: flex;
    align-items: center;
    font-weight: 400;
}
.mod-status__status {
    margin-left: 4px;
    font-weight: 600;
    text-transform: uppercase;
}
@media only screen and (max-width: 1022px) {
    .mod-status__status {
        font-size: 14px;
    }
}
.mod-status .editor-text {
    max-width: 640px;
    width: 100%;
    margin-top: 45px;
}
@media only screen and (max-width: 1022px) {
    .mod-status .editor-text {
        margin-top: 30px;
    }
}
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    height: 100%;
    overflow: auto;
    will-change: opacity, visibility;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media only screen and (min-width: 1023px) {
    .modal {
        scrollbar-track-color: rgba(255, 255, 255, 0.4);
        scrollbar-face-color: rgba(255, 255, 255, 0.4);
        scrollbar-arrow-color: rgba(255, 255, 255, 0.4);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .modal::-webkit-scrollbar {
        width: 6px;
    }
    .modal ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.4);
    }
    .modal ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 255, 255, 0.4);
    }
    .modal::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.4);
        width: 6px;
        border-radius: 0;
    }
    .modal::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.4);
    }
    .modal ::-webkit-scrollbar {
        width: 6px;
    }
}
@media only screen and (max-width: 767px) {
    .modal {
        padding: 40px 20px;
    }
}
.modal.is-open-modal {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.modal__bg {
    background: rgba(0, 0, 0, 0.24);
    pointer-events: all;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.modal__close {
    position: absolute;
    right: 28px;
    top: 28px;
    z-index: 9;
}
@media only screen and (max-width: 767px) {
    .modal__close {
        right: 16px;
        top: 16px;
    }
}
.modal__close .icon {
    pointer-events: none;
    transition: transform 0.3s ease;
}
.modal__close .icon::before {
    background-color: var(--color-black);
}
.modal__close:hover .icon::before {
    background-color: var(--color-primary-blue);
}
.modal__inner {
    position: relative;
    margin: auto;
    background-color: var(--color-white);
    padding: 48px 32px 32px;
    max-width: 462px;
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.15);
    width: 100%;
    transform: scale(0.8);
    opacity: 0.5;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .modal__inner {
        padding: 44px 32px 32px;
    }
}
.is-open-modal .modal__inner {
    opacity: 1;
    transform: scale(1);
}
.modal__footer {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
@media only screen and (max-width: 767px) {
    .modal__footer {
        gap: 10px;
    }
}
.modal__footer .btn {
    text-transform: uppercase;
}
.pagination {
    position: relative;
    text-align: center;
}
.pagination nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
@media only screen and (max-width: 1022px) {
    .pagination nav {
        grid-gap: 5px;
    }
}
.pagination .page-numbers {
    width: 56px;
    height: 56px;
    font-weight: 600;
    background-color: var(--color-white);
    color: var(--color-primary-blue);
    border: 1px solid var(--color-primary-background);
    transition: border-color 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 1199px) {
    .pagination .page-numbers {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 1022px) {
    .pagination .page-numbers {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .pagination .page-numbers {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1022px) {
    .pagination .page-numbers .icon {
        width: 8px;
        height: 16px;
    }
}
.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: 1022px) {
    .pagination .page-numbers--separator {
        width: 26px;
    }
}
.pagination .page-numbers.is-active, .pagination .page-numbers:hover {
    border-color: var(--color-primary-gray);
    color: var(--color-primary-text);
}
.pagination .page-numbers.is-disabled {
    pointer-events: none;
}
.pagination .page-numbers.is-disabled .icon {
    pointer-events: none;
    opacity: 0.3;
}
.partners-card {
    display: grid;
    grid-template-columns: 1fr 35.7%;
    grid-gap: 0;
    max-width: 672px;
    width: 100%;
    color: var(--color-primary-text);
}
@media only screen and (max-width: 1600px) {
    .partners-card {
        grid-template-columns: 1fr 40%;
    }
}
@media only screen and (max-width: 1199px) {
    .partners-card {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .partners-card {
        grid-gap: 10px;
    }
}
.partners-card__image {
    max-width: 210px;
    width: 100%;
    height: 40px;
    margin-bottom: 60px;
    mix-blend-mode: multiply;
}
@media only screen and (max-width: 1199px) {
    .partners-card__image {
        margin-bottom: 30px;
    }
}
.partners-card__image img {
    width: auto;
    height: auto;
    object-fit: contain;
}
.partners-card__content {
    padding: 30px 32px 38px;
}
@media only screen and (max-width: 1022px) {
    .partners-card__content {
        padding: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .partners-card__content {
        padding: 20px;
    }
}
.partners-card .title {
    margin-bottom: 16px;
}
@media only screen and (max-width: 1022px) {
    .partners-card .title {
        margin-bottom: 10px;
    }
}
.partners-card__button {
    margin-top: auto;
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .partners-card__button {
        text-align: right;
    }
}
.partners-card__button .btn {
    width: 100%;
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .partners-card__button .btn {
        width: auto;
    }
}
@media only screen and (max-width: 1022px) {
    .partners-card__button .btn {
        justify-content: space-between;
    }
}
.person-card {
    max-width: 308px;
    width: 100%;
}
.person-card__name {
    color: #007ebe;
}
.person-card__image {
    max-width: 152px;
    height: 152px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .person-card__image {
        max-width: 110px;
        height: 110px;
    }
}
.person-card__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.person-card__image.without-image {
    display: none;
}
.person-card__content {
    padding: 24px;
}
@media only screen and (max-width: 1199px) {
    .person-card__content {
        padding: 15px;
    }
}
.person-card__position {
    color: var(--color-primary-gray);
}
.person-card__contact {
    margin-top: 20px;
    line-height: 1.5;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .person-card__contact {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .person-card__contact {
        margin-top: 10px;
        font-size: 14px;
    }
}
.person-card__contact-item {
    display: flex;
}
.person-card__contact-item-language, .person-card__contact-item-text {
    padding-left: 4px;
}
.person-card__contact-item-language {
    display: grid;
    align-items: center;
    grid-auto-flow: column;
    grid-gap: 8px;
}
.person-card__contact-item-language img {
    width: 22px;
    height: 16px;
}
.person-card__contact-item--language {
    margin-top: 16px;
}
@media only screen and (max-width: 1022px) {
    .person-card__contact-item--language {
        margin-top: 6px;
    }
}
.person-card__contact a {
    color: var(--color-primary-blue);
}
.person-card__contact a:hover {
    color: var(--color-primary-blue-dark);
}
.person-card .btn {
    width: 100%;
    justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
    .person-card .btn {
        margin-top: 8px;
    }
}
.product-card {
    max-width: 640px;
    width: 100%;
    display: grid;
    grid-template-columns: 48.8% 1fr;
    grid-gap: 48px;
    position: relative;
    align-items: start;
}
@media only screen and (max-width: 1199px) {
    .product-card {
        grid-gap: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .product-card {
        grid-template-columns: 46.8% 1fr;
        grid-gap: 18px;
    }
}
.product-card__image {
    position: relative;
    padding-bottom: 141%;
    margin: 0;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .product-card__image {
        padding-bottom: 182%;
    }
}
.product-card__image img {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    transition: transform 800ms ease;
}
.product-card__content {
    padding: 148px 0 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
    .product-card__content {
        padding: 40px 0 10px 0;
        font-size: 14px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 767px) {
    .product-card .title--h1 {
        font-size: 24px;
    }
}
.product-card__title {
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .product-card__title {
        margin-bottom: 5px;
    }
}
.product-card__title-wrapper {
    position: relative;
    z-index: 1;
}
.product-card .super-title {
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .product-card .super-title {
        margin-bottom: 0;
        font-size: 12px;
    }
}
.product-card .more-link {
    margin-top: 28px;
}
@media only screen and (max-width: 767px) {
    .product-card .more-link {
        margin-top: 20px;
    }
}
.product-card__logo {
    background-color: var(--color-white);
    max-width: 160px;
    width: 100%;
    height: 64px;
    padding: 0 24px 16px 0;
    z-index: 4;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 1022px) {
    .product-card__logo {
        max-width: 140px;
        height: 55px;
    }
}
@media only screen and (max-width: 767px) {
    .product-card__logo {
        max-width: 70px;
        height: 35px;
        padding: 0 15px 15px 0;
    }
}
.product-card__logo img {
    position: relative;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.product-card:hover .product-card__image-main {
    transform: translateX(-20px);
}
.product-card:hover .more-link .icon {
    transform: translateX(8px);
}
.product-card:hover .more-link__text::before, .product-card:hover .more-link__text::after {
    width: 100%;
    left: 0;
}
.product-card-horizontal {
    max-width: 1264px;
    width: 100%;
    display: grid;
    position: relative;
    margin: 0 auto;
    grid-gap: 8px;
    grid-template-columns: 312px 1fr;
    min-height: 320px;
}
@media (max-width: 1600px) {
    .product-card-horizontal {
        grid-template-columns: 240px 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .product-card-horizontal {
        grid-template-columns: 1fr;
        grid-gap: 0;
        display: block;
    }
}
.product-card-horizontal__right {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 408px;
}
@media only screen and (max-width: 1600px) {
    .product-card-horizontal__right {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1199px) {
    .product-card-horizontal__right {
        grid-template-columns: 1fr;
        padding-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .product-card-horizontal__right {
        padding: 0 16px;
        grid-gap: 24px;
    }
}
.product-card-horizontal__image {
    margin: -24px 0 0;
    padding: 0 30px 20px;
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .product-card-horizontal__image {
        padding: 0 16px 8px;
        justify-content: flex-start;
        margin: -104px 0 10px;
        display: inline-flex;
    }
}
.product-card-horizontal__image img {
    max-width: 208px;
}
@media only screen and (max-width: 1600px) {
    .product-card-horizontal__image img {
        max-width: 180px;
    }
}
@media only screen and (max-width: 767px) {
    .product-card-horizontal__image img {
        max-width: 118px;
    }
}
.product-card-horizontal__name {
    margin-bottom: 10px;
}
.product-card-horizontal__content {
    padding: 74px 0 20px;
    max-width: 400px;
}
@media only screen and (max-width: 1199px) {
    .product-card-horizontal__content {
        padding: 0;
    }
}
.product-card-horizontal__content--link {
    display: block;
}
.product-card-horizontal__content--link:hover .more-link__text::before, .product-card-horizontal__content--link:hover .more-link__text::after {
    width: 100%;
    left: 0;
}
.product-card-horizontal__content--link:hover .more-link .icon {
    transform: translateX(8px);
}
.product-card-horizontal__description {
    margin: 24px 0 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .product-card-horizontal__description {
        margin: 16px 0;
    }
}
@media only screen and (max-width: 767px) {
    .product-card-horizontal__description {
        margin-top: 0;
    }
}
.product-card-horizontal__contact {
    padding-top: 84px;
    display: flex;
    height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1199px) {
    .product-card-horizontal__contact {
        padding-top: 0;
    }
}
.product-card-horizontal__contact-info {
    margin-bottom: 16px;
}
@media only screen and (max-width: 1199px) {
    .product-card-horizontal__contact-info {
        margin-bottom: 34px;
    }
}
@media only screen and (max-width: 1022px) {
    .product-card-horizontal__contact-info {
        margin-bottom: 28px;
    }
}
.product-card-horizontal__contact-info a:hover {
    color: var(--color-primary-blue);
}
.product-card-horizontal .title--h3 {
    line-height: normal;
}
.product-card-horizontal__classification {
    margin-bottom: 20px;
}
@media only screen and (max-width: 1022px) {
    .product-card-horizontal__classification {
        margin-bottom: 10px;
    }
}
.product-card-horizontal .btn {
    justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
    .product-card-horizontal .btn {
        margin-top: auto;
    }
}
@media only screen and (max-width: 767px) {
    .product-card-horizontal .btn {
        min-height: 56px;
        padding: 8px 25px;
        font-size: 14px;
        margin-left: -16px;
        width: calc(100% + 32px);
    }
}
@media only screen and (max-width: 1022px) {
    .product-card-horizontal.small {
        min-height: 0;
        padding-bottom: 24px;
    }
}
.product-card-horizontal.small .product-card-horizontal__right {
    display: block;
}
.project-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 412px;
    width: 100%;
    min-height: 600px;
}
@media only screen and (max-width: 1600px) {
    .project-card {
        min-height: 500px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .project-card {
        min-height: 400px;
    }
}
@media only screen and (max-width: 767px) {
    .project-card {
        min-height: 295px;
    }
}
@media (min-width: 1940px) {
    .project-card {
        min-height: 800px;
    }
}
.project-card__image {
    margin: 0;
    z-index: -1;
}
.project-card__image-main {
    transition: transform 0.5s ease;
}
.project-card__logo {
    background-color: var(--color-white);
    max-width: 80px;
    width: 100%;
    height: 80px;
    padding: 0 15px 10px 0;
    z-index: 4;
    position: relative;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1600px) {
    .project-card__logo {
        max-width: 60px;
        height: 50px;
    }
}
@media only screen and (max-width: 1199px) {
    .project-card__logo {
        padding-right: 10px;
        max-width: 42px;
        height: 42px;
    }
}
.project-card__logo img {
    position: relative;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.project-card__status {
    min-width: 122px;
    min-height: 40px;
    padding: 8px 32px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    background-color: var(--color-primary-black);
}
@media only screen and (max-width: 1022px) {
    .project-card__status {
        min-width: 1px;
    }
}
@media only screen and (max-width: 767px) {
    .project-card__status {
        min-height: 26px;
        padding: 5px 16px;
        line-height: 16px;
        letter-spacing: 0.6px;
        font-size: 10px;
    }
}
.project-card__content {
    width: 100%;
    font-weight: 600;
    color: var(--color-white);
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.project-card__content-text {
    width: 100%;
    max-width: calc(100% - 80px);
    line-height: 1.34;
    padding: 32px 40px 32px 32px;
    letter-spacing: -0.2px;
    background-color: var(--color-primary-blue);
}
@media only screen and (max-width: 1600px) {
    .project-card__content-text {
        max-width: calc(100% - 30px);
        padding: 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .project-card__content-text {
        padding: 20px;
    }
}
@media only screen and (max-width: 1022px) {
    .project-card__content-text {
        max-width: calc(100% - 48px);
    }
}
@media only screen and (max-width: 767px) {
    .project-card__content-text {
        padding: 20px 16px;
        line-height: 1.5;
        font-size: 16px;
    }
}
.project-card:hover .project-card__image-main {
    transform: scale(1.1);
}
.radio-button-group__title {
    margin-bottom: 16px;
}
.radio-button-group__inner {
    display: grid;
    grid-gap: 8px;
    position: relative;
}
.radio-button-group__inner .fv-plugins-message-container {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(calc(100% + 4px));
}
.search-post-group__title {
    font-weight: 600;
    margin-bottom: 16px;
}
.secondary-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 528px;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .secondary-nav {
        max-width: 100%;
    }
}
.secondary-nav__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px 15px 32px;
    min-height: 96px;
    line-height: 1.2;
    color: var(--color-white);
    background-color: var(--color-primary-blue);
    transition: background-color 0.3s ease;
}
@media only screen and (max-width: 1600px) {
    .secondary-nav__item {
        min-height: 75px;
    }
}
@media only screen and (max-width: 1199px) {
    .secondary-nav__item {
        min-height: 65px;
        padding: 20px 25px;
    }
}
@media only screen and (max-width: 1022px) {
    .secondary-nav__item {
        min-height: 1px;
        padding: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .secondary-nav__item {
        padding: 16px 14px 16px 16px;
        font-size: 12px;
    }
}
.secondary-nav__item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
@media only screen and (min-width: 768px) {
    .secondary-nav__item:nth-last-of-type(2) {
        border-bottom: none;
    }
}
.secondary-nav__item:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.24);
}
.secondary-nav__item .icon {
    width: 24px;
    height: 8px;
    margin-left: 15px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .secondary-nav__item .icon {
        width: 16px;
        margin-left: 10px;
    }
}
.secondary-nav__item .icon::before {
    background-color: var(--color-white);
}
.secondary-nav__item:hover {
    background-color: var(--color-primary-black);
}
.secondary-nav__item:hover .icon {
    transform: translateX(6px);
}
.secondary-nav__item.is-active {
    background-color: var(--color-primary-black);
}
.section-header__dropdown-list .dropdown__label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}

.section-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
@media only screen and (max-width: 767px) {
    .section-header {
        align-items: flex-start;
        flex-direction: column;
    }
}
.section-header__super-title {
    line-height: 1;
    font-weight: normal;
    color: var(--color-primary-blue);
    margin-bottom: 4px;
    font-family: var(--font-primary);
}
.section-header__titles {
    font-family: "Panton", sans-serif;
}
@media only screen and (max-width: 767px) {
    .section-header__titles .title {
        font-size: 32px;
        line-height: 1;
    }
}
.section-header__dropdown-list {
    display: flex;
    align-items: center;
    max-width: 402px;
    width: 100%;
    margin-left: auto;
    gap: 16px;
}
@media only screen and (max-width: 1022px) {
    .section-header__dropdown-list {
        flex: auto;
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .section-header__dropdown-list {
        max-width: 100%;
        flex-direction: column;
    }
}
.section-header__dropdown-list .dropdown {
    max-width: 100%;
}
.section-header__dropdown-list--single {
    max-width: 314px;
}
@media only screen and (max-width: 1022px) {
    .section-header__dropdown-list--single {
        max-width: 260px;
    }
}
@media only screen and (max-width: 767px) {
    .section-header__dropdown-list--single {
        max-width: 100%;
    }
}
.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: 16px;
}
@media only screen and (max-width: 767px) {
    .social-nav ul {
        gap: 10px;
    }
}
.social-nav__link {
    width: 48px;
    height: 48px;
    border: 1px solid var(--color-primary-lines);
    transition: border-color 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .social-nav__link {
        width: 40px;
        height: 40px;
    }
}
.social-nav__link .icon::before {
    background-color: var(--color-primary-blue);
}
@media only screen and (max-width: 1022px) {
    .social-nav__link .icon-youtube, .social-nav__link .icon-linkedin {
        width: 20px;
    }
}
.social-nav__link:hover, .social-nav__link:focus {
    border-color: var(--color-primary-blue);
}
.tabs-nav {
    font-weight: 500;
}
@media only screen and (max-width: 1022px) {
    .tabs-nav {
        overflow: hidden;
        width: calc(100% + 48px);
        margin-left: -24px;
    }
}
.tabs-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
@media only screen and (max-width: 1022px) {
    .tabs-nav ul {
        gap: 16px;
        white-space: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        overflow: auto;
        padding: 0 24px;
    }
}
@media only screen and (max-width: 767px) {
    .tabs-nav ul {
        gap: 10px;
    }
}
.tabs-nav__button {
    transition: color 0.3s ease;
    color: var(--color-primary-blue);
}
@media only screen and (max-width: 767px) {
    .tabs-nav__button {
        font-size: 16px;
    }
}
.tabs-nav__button.is-active, .tabs-nav__button:hover {
    color: var(--color-primary-black);
}
.page-404__title {
    font-size: 120px;
    line-height: 0.93;
    letter-spacing: -4px;
}
@media only screen and (max-width: 1600px) {
    .page-404__title {
        font-size: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .page-404__title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .page-404__title {
        font-size: 50px;
        letter-spacing: normal;
    }
}

.page-404__title {
    color: var(--color-primary-blue);
    font-weight: 800;
    font-family: "Panton", sans-serif;
}
.page-404__content {
    width: 100%;
    display: grid;
    grid-gap: 20px;
    max-width: 750px;
}

.sc-page-404 {
    min-height: 774px;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1022px) {
    .sc-page-404 {
        min-height: 500px;
    }
}
.about-us__bg::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.about-us .horizontal-title {
    right: inherit;
    left: calc(100% + 68px);
}
@media (max-width: 1640px) {
    .about-us .horizontal-title {
        left: calc(100% + 48px);
    }
}
@media (max-width: 1560px) {
    .about-us .horizontal-title {
        left: calc(100% + 38px);
    }
}
@media (max-width: 1440px) {
    .about-us .horizontal-title {
        left: calc(100% + 30px);
    }
}
@media only screen and (max-width: 1199px) {
    .about-us .horizontal-title {
        left: calc(100% + 6px);
    }
}
@media only screen and (max-width: 1022px) {
    .about-us .horizontal-title {
        display: none;
    }
}
.about-us__content {
    max-width: 456px;
    width: 100%;
    position: relative;
    z-index: 3;
}
@media only screen and (max-width: 767px) {
    .about-us__content {
        max-width: 100%;
    }
}
.about-us__content-inner {
    padding: 0 32px;
    margin-bottom: 52px;
    color: var(--color-white);
}
@media only screen and (max-width: 1600px) {
    .about-us__content-inner {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .about-us__content-inner {
        padding: 0 16px;
    }
}
@media only screen and (max-width: 767px) {
    .about-us__content-inner {
        padding: 0 30px 0 0;
    }
}
.about-us__content-inner .title {
    color: inherit;
    margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
    .about-us__content-inner .title {
        margin-bottom: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .about-us__content-inner .title {
        font-size: 32px;
        line-height: 1.5;
        letter-spacing: -0.6px;
        font-family: "Aptos", sans-serif;
        margin-bottom: 4px;
    }
}
@media only screen and (max-width: 767px) {
    .about-us__text {
        padding-right: 30px;
    }
}
.about-us__inner {
    position: relative;
    min-height: 840px;
    display: flex;
    align-items: flex-end;
}
@media only screen and (max-width: 1600px) {
    .about-us__inner {
        min-height: 780px;
    }
}
@media only screen and (max-width: 1199px) {
    .about-us__inner {
        min-height: 670px;
        padding-top: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .about-us__inner {
        min-height: 562px;
    }
}
.about-us__inner .container {
    position: absolute;
    height: 100%;
    left: 48px;
    top: 0;
    padding: 0;
}
@media only screen and (max-width: 1199px) {
    .about-us__inner .container {
        left: -5px;
    }
}
@media only screen and (max-width: 1022px) {
    .about-us__inner .container {
        width: 100%;
        left: 0;
        max-width: 100%;
    }
}
.about-us__bg {
    width: calc(50vw + 50%);
    left: -10%;
}
@media only screen and (max-width: 1600px) {
    .about-us__bg {
        left: -7.5%;
    }
}
@media only screen and (max-width: 1199px) {
    .about-us__bg {
        left: -3.2%;
    }
}
@media only screen and (max-width: 1022px) {
    .about-us__bg {
        width: calc(100vw - 24px);
        left: -24px;
    }
}
.about-us__bg::before {
    width: 95%;
    height: 159%;
    left: -41%;
    border-radius: 100%;
    top: 96px;
    background: var(--color-primary-black-2);
    opacity: 0.8;
    filter: blur(280px);
    z-index: 2;
}
@media only screen and (max-width: 1022px) {
    .about-us__bg::before {
        top: inherit;
        bottom: 0;
        filter: blur(0);
        border-radius: 0;
        background: transparent;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(16, 16, 16, 0.53) 49%, #000000 94%);
        opacity: 0.7;
        width: calc(100vw - 24px);
        left: 0;
        height: 100%;
    }
}
.about-us__bottom-inner {
    position: relative;
    min-height: 240px;
    display: flex;
    align-items: center;
    padding: 40px 0;
}
@media only screen and (max-width: 1600px) {
    .about-us__bottom-inner {
        min-height: 200px;
    }
}
@media only screen and (max-width: 1022px) {
    .about-us__bottom-inner {
        min-height: 1px;
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
    }
}
.about-us__bottom .link-box {
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 1022px) {
    .about-us__bottom .link-box {
        position: relative;
    }
}
@media only screen and (max-width: 1022px) {
    .about-us__bottom .container {
        max-width: 100%;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .about-us .counter-block {
        max-width: calc(100% - 450px);
    }
}
@media only screen and (max-width: 1022px) {
    .about-us .counter-block {
        max-width: 100%;
        margin-top: 48px;
    }
}
.about-us--white-content-overlay .about-us__bg::before {
    background-color: var(--color-white);
    background-image: none;
}
.about-us--white-content-overlay .about-us__content-inner {
    color: var(--color-black);
}
@media only screen and (max-width: 1022px) {
    .about-us--white-content-overlay .horizontal-title {
        color: var(--color-black);
    }
}
.about-us--logistics {
    margin-bottom: 32px;
}
.about-us--logistics .counter-block {
    max-width: 860px;
}
@media only screen and (max-width: 1600px) {
    .about-us--logistics .counter-block {
        max-width: 724px;
    }
}
@media only screen and (max-width: 1199px) {
    .about-us--logistics .counter-block {
        max-width: calc(100% - 400px);
    }
}
@media only screen and (max-width: 1022px) {
    .about-us--logistics .counter-block {
        max-width: 100%;
    }
}
.access-login-module {
    display: flex;
    gap: 0;
}
@media only screen and (max-width: 1022px) {
    .access-login-module {
        flex-direction: column;
        gap: 40px;
    }
}
.access-login-module__left {
    flex-shrink: 0;
    width: 50%;
}
@media only screen and (max-width: 1022px) {
    .access-login-module__left {
        width: 100%;
    }
}
.access-login-module__content {
    max-width: 404px;
}
@media only screen and (max-width: 1022px) {
    .access-login-module__content {
        max-width: 100%;
    }
}
.access-login-module__text {
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: 0;
}
.access-login-module__image {
    aspect-ratio: 744/784;
    background-color: #007ebe;
    position: relative;
}
@media (min-width: 1656px) {
    .access-login-module__image {
        width: calc(100% + 132px) !important;
    }
}
@media only screen and (max-width: 1022px) {
    .access-login-module__image {
        width: calc(100% - 80px) !important;
        margin-left: auto;
    }
}
@media only screen and (max-width: 767px) {
    .access-login-module__image {
        width: calc(100% - 40px) !important;
    }
}
.access-login-module__image-wrap {
    position: relative;
    flex-shrink: 0;
    width: 50%;
}
@media only screen and (max-width: 1022px) {
    .access-login-module__image-wrap {
        width: 100%;
    }
}
.access-login-module__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.access-login-module .link-box {
    max-width: 404px;
    min-height: 0;
    position: absolute;
    bottom: 96px;
    left: -108px;
}
@media only screen and (max-width: 1199px) {
    .access-login-module .link-box {
        left: -60px;
        bottom: 48px;
    }
}
@media only screen and (max-width: 1022px) {
    .access-login-module .link-box {
        left: 40px;
        bottom: 24px;
        max-width: 240px;
    }
}
@media only screen and (max-width: 767px) {
    .access-login-module .link-box {
        left: 0;
    }
}

.sc-access-login-module {
    overflow: hidden;
}

.chart-module::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 72px;
    background-color: var(--color-primary-background);
    z-index: -1;
}
@media (max-width: 1640px) {
    .chart-module::before {
        left: 30px;
    }
}
@media (max-width: 1340px) {
    .chart-module::before {
        left: 15px;
    }
}
@media only screen and (max-width: 1022px) {
    .chart-module::before {
        left: 0;
    }
}

.chart-module {
    position: relative;
    overflow: hidden;
    padding: 50px 0 100px;
}
@media only screen and (max-width: 1022px) {
    .chart-module {
        padding: 30px 0 50px;
    }
}
@media only screen and (max-width: 767px) {
    .chart-module {
        padding: 25px 0 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .chart-module::before {
        left: 12px;
    }
}
.content-module::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 72px;
    background-color: var(--color-primary-background);
    z-index: -1;
}
@media (max-width: 1640px) {
    .content-module::before {
        left: 30px;
    }
}
@media (max-width: 1340px) {
    .content-module::before {
        left: 15px;
    }
}
@media only screen and (max-width: 1022px) {
    .content-module::before {
        left: 0;
    }
}

.content-module {
    position: relative;
    padding: 160px 0 50px;
    overflow: hidden;
}
@media only screen and (max-width: 1600px) {
    .content-module {
        padding-top: 110px;
    }
}
@media only screen and (max-width: 1199px) {
    .content-module {
        padding-top: 100px;
    }
}
@media only screen and (max-width: 1022px) {
    .content-module {
        padding: 80px 0 30px;
    }
}
@media only screen and (max-width: 767px) {
    .content-module {
        padding: 46px 0 24px;
    }
}
@media only screen and (max-width: 1022px) {
    .content-module::before {
        left: 12px;
    }
}
.content-module .container {
    position: relative;
    z-index: 4;
}
.content-module__inner {
    display: grid;
    grid-template-columns: 1fr 40%;
    grid-gap: 48px;
}
@media only screen and (max-width: 1199px) {
    .content-module__inner {
        grid-gap: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .content-module__inner {
        grid-template-columns: 1fr;
    }
}
.content-module__content .title {
    font-weight: 600;
    font-family: "Aptos", sans-serif;
}
@media only screen and (min-width: 1023px) {
    .content-module__content .title {
        letter-spacing: -1px;
        line-height: 1.29;
    }
}
@media only screen and (max-width: 1199px) {
    .content-module__content .title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .content-module__content .title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .content-module__content .title {
        font-size: 22px;
    }
}
.content-module__content .title strong {
    font-weight: inherit;
    color: var(--color-primary-gray);
}
.content-module__content .editor-text {
    max-width: 640px;
    width: 100%;
}
.content-module__content .editor-text.text--28 {
    max-width: 552px;
}
@media only screen and (max-width: 1022px) {
    .content-module__image {
        order: -1;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .content-module__image {
        max-width: 350px;
        width: 100%;
    }
}
.content-module__image img {
    width: auto;
    height: auto;
    object-fit: contain;
}
.content-module .link-box {
    margin: 50px 0 0 auto;
    position: relative;
    z-index: 4;
}
@media only screen and (max-width: 767px) {
    .content-module .link-box {
        margin-top: 100px;
    }
}
.content-module__illustrator-image {
    position: absolute;
    right: -6.5%;
    bottom: 0;
    max-width: 54%;
    max-height: 100%;
    width: 100%;
    pointer-events: none;
}
@media only screen and (max-width: 1022px) {
    .content-module__illustrator-image {
        max-width: 350px;
    }
}
@media only screen and (max-width: 767px) {
    .content-module__illustrator-image {
        max-width: 280px;
    }
}
.content-module__illustrator-image img {
    width: auto;
    height: auto;
    object-fit: contain;
}
.content-module--without-bg {
    padding: 0;
}
.content-module--without-bg::before {
    display: none;
}
.content-module--with-link-box {
    padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .content-module--with-link-box .margin--60 {
        height: 20px;
    }
}
.content-module--with-link-box::before {
    height: calc(100% - 40px);
}
@media only screen and (max-width: 1022px) {
    .content-module--with-link-box::before {
        height: calc(100% - 48px);
        left: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .detail-module {
        padding-top: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .detail-module__image {
        margin-top: 30px;
    }
}
.detail-module__image img {
    width: auto;
    height: auto;
    object-fit: contain;
}
.detail-module .document-list:not(:last-child),
.detail-module .editor-text:not(:last-child),
.detail-module .youtube-module:not(:last-child), .detail-module__document-list-row:not(:last-child), .detail-module__editor-text-row:not(:last-child), .detail-module__youtube-row:not(:last-child) {
    margin-bottom: 56px;
}
@media only screen and (max-width: 1600px) {
    .detail-module .document-list:not(:last-child),
    .detail-module .editor-text:not(:last-child),
    .detail-module .youtube-module:not(:last-child), .detail-module__document-list-row:not(:last-child), .detail-module__editor-text-row:not(:last-child), .detail-module__youtube-row:not(:last-child) {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .detail-module .document-list:not(:last-child),
    .detail-module .editor-text:not(:last-child),
    .detail-module .youtube-module:not(:last-child), .detail-module__document-list-row:not(:last-child), .detail-module__editor-text-row:not(:last-child), .detail-module__youtube-row:not(:last-child) {
        margin-bottom: 30px;
    }
}
.detail-module .lead-text:not(:last-child), .detail-module__lead-text-row:not(:last-child) {
    margin-bottom: 52px;
}
@media only screen and (max-width: 1600px) {
    .detail-module .lead-text:not(:last-child), .detail-module__lead-text-row:not(:last-child) {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .detail-module .lead-text:not(:last-child), .detail-module__lead-text-row:not(:last-child) {
        margin-bottom: 30px;
    }
}
.detail-module .blockquote:not(:last-child), .detail-module__blockquote-row:not(:last-child) {
    margin-bottom: 58px;
}
@media only screen and (max-width: 1600px) {
    .detail-module .blockquote:not(:last-child), .detail-module__blockquote-row:not(:last-child) {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .detail-module .blockquote:not(:last-child), .detail-module__blockquote-row:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .detail-module__person-card {
        margin-top: 40px;
    }
}
.detail-module .person-card {
    max-width: 100%;
}
@media only screen and (min-width: 1023px) {
    .detail-module .person-card__content {
        padding: 22px 32px;
    }
}
.detail-module .person-card__position {
    margin-top: 6px;
}
.document-list__inner {
    display: grid;
    grid-gap: 8px;
}
@media only screen and (min-width: 1023px) {
    .document-list__inner--two-cols {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@charset "UTF-8";
.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 p.blockquote-footer,
.editor-text .blockquote-footer, .editor-text h5, .editor-text h4, .editor-text h3, .editor-text h2, .editor-text h1 {
    font-weight: 700;
    color: var(--color-primary-black);
    font-family: var(--font-secondary);
}

.editor-text h1 {
    font-size: 56px;
    line-height: 1.14;
}
@media only screen and (max-width: 1600px) {
    .editor-text h1 {
        font-size: 48px;
    }
}
@media only screen and (max-width: 1199px) {
    .editor-text h1 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h1 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h1 {
        font-size: 22px;
        line-height: 1.5;
        letter-spacing: -0.34px;
    }
}

.editor-text h2 {
    font-size: 48px;
    line-height: 1.17;
}
@media only screen and (max-width: 1600px) {
    .editor-text h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .editor-text h2 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h2 {
        font-size: 24px;
        line-height: 1.35;
    }
}

.editor-text h3 {
    font-size: 40px;
    line-height: 1.2;
}
@media only screen and (max-width: 1600px) {
    .editor-text h3 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1199px) {
    .editor-text h3 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h3 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h3 {
        line-height: 1.71;
    }
}

.editor-text h4 {
    font-size: 32px;
    line-height: 1.25;
}
@media only screen and (max-width: 1600px) {
    .editor-text h4 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h4 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h4 {
        font-size: 20px;
        letter-spacing: -0.36px;
    }
}

.editor-text p.blockquote-footer,
.editor-text .blockquote-footer, .editor-text h5 {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.2px;
}
@media only screen and (max-width: 767px) {
    .editor-text p.blockquote-footer,
    .editor-text .blockquote-footer, .editor-text h5 {
        font-size: 20px;
        line-height: 1.6;
    }
}

.editor-text h6 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.2px;
}
@media only screen and (max-width: 1022px) {
    .editor-text h6 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h6 {
        font-size: 16px;
    }
}

.editor-text blockquote {
    font-size: 24px;
    line-height: 1.67;
}
@media only screen and (max-width: 1600px) {
    .editor-text blockquote {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text blockquote {
        font-size: 18px;
    }
}

.editor-text table {
    font-size: 18px;
    line-height: 1.78;
}
@media only screen and (max-width: 767px) {
    .editor-text table {
        font-size: 16px;
    }
}

.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 + 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: 1023px) {
    .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: 1600px) {
    .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-primary-blue);
    top: calc(0.5em + 8px);
    left: 16px;
}
@media only screen and (max-width: 1600px) {
    .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-primary-blue);
}
@media only screen and (max-width: 1600px) {
    .editor-text ol li:before {
        left: 0;
    }
}
.editor-text table {
    line-height: 1.33;
    border: 0;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .editor-text table {
        width: auto !important;
        display: block;
        overflow: auto;
    }
}
.editor-text table tr {
    border-bottom: 1px solid var(--color-primary-lines);
}
.editor-text table thead tr {
    border-bottom: 4px solid var(--color-primary-lines);
}
.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 blockquote {
    border-left: 4px solid var(--color-primary-blue);
    margin-left: -4px;
    padding-left: 32px;
}
@media only screen and (max-width: 1022px) {
    .editor-text blockquote {
        border-left-width: 3px;
        margin-left: -3px;
        padding-left: 26px;
    }
}
.editor-text blockquote p:not(.blockquote-footer) {
    margin: 0 !important;
}
.editor-text p.blockquote-footer,
.editor-text .blockquote-footer {
    line-height: 1.5;
    position: relative;
    margin-top: 24px;
    display: block;
    font-family: "Aptos", sans-serif;
    letter-spacing: normal;
    color: var(--color-primary-text);
    font-weight: 700;
}
@media only screen and (max-width: 1022px) {
    .editor-text p.blockquote-footer,
    .editor-text .blockquote-footer {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text p.blockquote-footer,
    .editor-text .blockquote-footer {
        margin-top: 15px;
    }
}
.editor-text p.blockquote-footer::before,
.editor-text .blockquote-footer::before {
    content: "—";
    position: relative;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
    left: 0;
    color: currentColor;
    margin-right: 5px;
}
.editor-text strong,
.editor-text b {
    font-weight: 600;
}
.editor-text iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border: 0;
}
@media only screen and (max-width: 767px) {
    .event-form {
        font-size: 16px;
    }
}
.event-form .mod-input__label {
    letter-spacing: normal;
}
.event-form__hidden-content {
    display: none;
}
.event-form .btn {
    width: 100%;
    gap: 10px;
}
@media only screen and (min-width: 1023px) {
    .event-form .btn {
        min-height: 64px;
        font-size: 20px;
        padding: 8px 33px;
    }
}
.event-form .btn .icon {
    margin-left: auto;
    width: 24px;
}
.event-form__footer-text {
    display: none;
}
.event-form__footer-text .editor-text a {
    text-decoration: none;
}
.event-form__footer-text .editor-text a:hover {
    text-decoration: underline;
}
.event-form .visiting-time-group,
.event-form .tour-time-group {
    display: none;
}
.event-form .visiting-time-group.is-active,
.event-form .tour-time-group.is-active {
    display: block;
}
.event-form__thankyou {
    display: none;
}
.event-form.is-open-content .event-form__footer-text,
.event-form.is-open-content .event-form__hidden-content {
    display: block;
}
.event-form.show-thankyou .event-form__form,
.event-form.show-thankyou .event-form__content,
.event-form.show-thankyou .event-form__footer-text {
    display: none;
}
.event-form.show-thankyou .event-form__thankyou {
    display: block;
}
.event-form .form-error-message.is-validation-failed {
    background-color: transparent;
    color: #b6042b;
    font-size: 16px;
    margin-top: 20px;
}
@media only screen and (max-width: 1022px) {
    .event-form .margin--50 {
        height: 35px;
    }
}
.faq-module {
    position: relative;
    overflow: hidden;
}
.faq-module__inner {
    display: grid;
    grid-gap: 8px;
}
.faq-module__tabpanel {
    display: none;
}
.faq-module__tabpanel.is-active {
    display: block;
}
.faq-module--gray-bg {
    padding: 130px 0 118px;
}
@media only screen and (max-width: 1600px) {
    .faq-module--gray-bg {
        padding: 120px 0;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .faq-module--gray-bg {
        padding: 100px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .faq-module--gray-bg {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 767px) {
    .faq-module--gray-bg {
        padding: 50px 0;
    }
}
.faq-module--gray-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 72px;
    background-color: var(--color-primary-background);
    z-index: -1;
}
@media (max-width: 1640px) {
    .faq-module--gray-bg::before {
        left: 30px;
    }
}
@media (max-width: 1340px) {
    .faq-module--gray-bg::before {
        left: 15px;
    }
}
@media only screen and (max-width: 1022px) {
    .faq-module--gray-bg::before {
        left: 0;
    }
}
.faq-module--gray-bg .accordion {
    background-color: var(--color-white);
}
@media only screen and (min-width: 1023px) {
    .faq-module--gray-bg .accordion .accordion__title {
        padding: 20px 60px 15px 32px;
    }
}
@media only screen and (min-width: 1023px) {
    .faq-module--gray-bg .accordion .accordion__content-inner {
        padding-top: 16px;
    }
}
.footer__right::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.footer {
    position: relative;
    width: 100%;
    color: var(--color-primary-text);
    background-color: var(--color-primary-background);
}
.footer.white-bg {
    background-color: #fff;
}
.footer.white-bg .footer__inner-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 1px;
    display: block;
    background-color: #9c9d9d;
}
.footer__logo {
    display: block;
    max-width: 182px;
    width: 100%;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
    .footer__logo {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .footer__logo {
        max-width: 170px;
    }
}
@media only screen and (max-width: 767px) {
    .footer__logo {
        max-width: 128px;
        margin-bottom: 28px;
    }
}
.footer__logo img {
    height: auto;
    width: auto;
    object-fit: contain;
}
.footer__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 48px;
}
@media only screen and (max-width: 1600px) {
    .footer__inner {
        grid-gap: 40px 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .footer__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 20px 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .footer__inner {
        grid-gap: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .footer__inner {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .footer__inner--two-col {
        grid-template-columns: 34.4% 1fr;
    }
}
.footer__inner-wrapper {
    position: relative;
    padding-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .footer__inner-wrapper {
        padding-top: 100px;
    }
}
@media only screen and (max-width: 1199px) {
    .footer__inner-wrapper {
        padding-top: 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .footer__inner-wrapper {
        padding: 56px 0 70px;
    }
}
.footer__bottom {
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
    padding-right: 24px;
}
@media only screen and (max-width: 1022px) {
    .footer__bottom {
        margin-top: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .footer__bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}
.footer__bottom.d-md-none {
    display: flex;
}
@media only screen and (min-width: 1023px) {
    .footer__bottom.d-md-none {
        display: none;
    }
}
.footer__nav {
    color: var(--color-primary-blue);
}
.footer__nav-title {
    display: block;
    color: var(--color-primary-text);
    margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
    .footer__nav-title {
        margin-bottom: 0;
        font-size: 16px;
    }
}
.footer__nav-link {
    position: relative;
    background: linear-gradient(currentColor, currentColor) left bottom no-repeat;
    background-size: 0% 1px;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .footer__nav-link {
        font-size: 14px;
    }
}
.footer__nav-link:hover {
    background-size: 100% 1px;
}
.footer__nav--right {
    position: relative;
    z-index: 4;
    color: var(--color-white);
}
.footer__nav--right ul {
    display: grid;
    grid-gap: 12px;
    align-items: flex-start;
}
@media only screen and (max-width: 1022px) {
    .footer__nav--right ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .footer__copyright-text {
        font-size: 14px;
    }
}
.footer__left {
    padding-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
    .footer__left {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .footer__left {
        padding-bottom: 0;
    }
}
.footer__right {
    padding: 68px 72px;
    position: relative;
    height: 100%;
}
@media only screen and (max-width: 1199px) {
    .footer__right {
        padding: 68px 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .footer__right {
        margin-top: 40px;
        padding: 40px 0;
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
    .footer__right {
        padding: 30px 0;
        margin-top: 24px;
    }
}
.footer__right::after {
    background-color: var(--color-primary-blue);
    width: 100vw;
}
@media only screen and (max-width: 1022px) {
    .footer__right::after {
        left: 50%;
        transform: translateX(-50%);
    }
}
.hero-landing {
    position: relative;
    overflow: hidden;
    height: calc(100vh + 240px);
}
@media (max-height: 950px) {
    .hero-landing {
        height: calc(100vh + 200px);
    }
}
@media only screen and (max-width: 1600px) {
    .hero-landing {
        height: calc(100vh + 200px);
    }
}
@media only screen and (max-width: 1022px) {
    .hero-landing {
        min-height: calc(100vh - 48px);
        height: auto;
    }
}
.hero-landing__bg {
    background-attachment: fixed;
    background-size: cover;
}
@media only screen and (max-width: 1022px) {
    .hero-landing__rocks {
        height: 350px;
        top: 60px;
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        max-width: 750px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__rocks {
        max-width: 380px;
        height: 364px;
        top: 20px;
    }
}
.hero-landing__rocks-item {
    position: absolute;
    z-index: 3;
    width: auto;
    transition: transform 1s ease, opacity 1s ease;
}
@media only screen and (max-width: 1022px) {
    .hero-landing__rocks-item {
        transform: translate(-50%, 0);
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__rocks-item {
        width: 100%;
    }
}
.hero-landing__rocks-item img {
    width: 100%;
    object-fit: contain;
    max-width: 200px;
}
.hero-landing__rocks-item--single {
    right: 50vw;
    left: 6.2vw;
    bottom: 28vh;
    transition-delay: 0.2s;
}
@media only screen and (max-width: 1199px) {
    .hero-landing__rocks-item--single {
        left: 3vw;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-landing__rocks-item--single {
        left: 50%;
        right: auto;
        bottom: -16%;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__rocks-item--single {
        bottom: 20px;
        left: 56%;
    }
}
.hero-landing__rocks-item--single img {
    width: 44vw;
    max-width: none;
    max-height: 90vh;
}
@media only screen and (max-width: 1022px) {
    .hero-landing__rocks-item--single img {
        width: 420px;
        max-height: initial;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__rocks-item--single img {
        width: 288px;
    }
}
.hero-landing__rocks-item--1 {
    left: 9.2vw;
    bottom: -15.2vh;
    transition-delay: 0.2s;
}
@media only screen and (max-width: 1199px) {
    .hero-landing__rocks-item--1 {
        left: 3vw;
        bottom: -5vh;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-landing__rocks-item--1 {
        left: 50%;
        bottom: -70%;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__rocks-item--1 {
        bottom: -88px;
        left: 56%;
    }
}
.hero-landing__rocks-item--1 img {
    max-width: 50vw;
    max-height: 111vh;
}
@media only screen and (max-width: 1022px) {
    .hero-landing__rocks-item--1 img {
        max-width: 380px;
        max-height: initial;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__rocks-item--1 img {
        max-width: 288px;
    }
}
.hero-landing__rocks-item--2 {
    left: 26vw;
    bottom: 8.8vh;
}
@media (min-width: 2000px) {
    .hero-landing__rocks-item--2 {
        left: 26vw;
    }
}
@media (max-height: 800px) {
    .hero-landing__rocks-item--2 {
        left: 26vw;
    }
}
@media only screen and (max-width: 1600px) {
    .hero-landing__rocks-item--2 {
        left: 26vw;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-landing__rocks-item--2 {
        left: 22vw;
        bottom: 15vh;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-landing__rocks-item--2 {
        left: initial;
        bottom: -42%;
        right: -20%;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__rocks-item--2 {
        bottom: -11px;
        right: -92%;
    }
}
.hero-landing__rocks-item--2 img {
    max-width: 49vw;
    max-height: 102vh;
}
@media only screen and (max-width: 1022px) {
    .hero-landing__rocks-item--2 img {
        max-width: 360px;
        max-height: initial;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__rocks-item--2 img {
        max-width: 286px;
    }
}
.hero-landing__rocks-item--3 {
    left: 56.8vw;
    bottom: 31.4vh;
    transition-delay: 0.3s;
}
@media (max-height: 800px) or (min-width: 2000px) {
    .hero-landing__rocks-item--3 {
        left: 50vw;
    }
}
@media only screen and (max-width: 1600px) {
    .hero-landing__rocks-item--3 {
        left: 50vw;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-landing__rocks-item--3 {
        left: 84%;
        bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__rocks-item--3 {
        left: 125%;
        bottom: -30px;
    }
}
.hero-landing__rocks-item--3 img {
    max-width: 15vw;
    max-height: 18vh;
}
@media only screen and (max-width: 1022px) {
    .hero-landing__rocks-item--3 img {
        max-width: 110px;
        max-height: initial;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__rocks-item--3 img {
        max-width: 90px;
    }
}
.hero-landing__rocks-item--4 {
    left: 17.8vw;
    bottom: 21.6vh;
    transition-delay: 0.6s;
}
@media only screen and (max-width: 1199px) {
    .hero-landing__rocks-item--4 {
        left: 14vw;
        bottom: 25vh;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-landing__rocks-item--4 {
        left: 36%;
        bottom: -20%;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__rocks-item--4 {
        left: 80%;
        bottom: 50px;
    }
}
.hero-landing__rocks-item--4 img {
    max-width: 10vw;
    max-height: 13vh;
}
@media only screen and (max-width: 1022px) {
    .hero-landing__rocks-item--4 img {
        max-width: 80px;
        max-height: initial;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__rocks-item--4 img {
        max-width: 50px;
    }
}
.hero-landing__rocks-item--5 {
    left: 30vw;
    bottom: 28.6vh;
    transition-delay: 0.5s;
}
@media only screen and (max-width: 1022px) {
    .hero-landing__rocks-item--5 {
        left: 50%;
        bottom: -10%;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__rocks-item--5 {
        left: 96%;
        bottom: 85px;
    }
}
.hero-landing__rocks-item--5 img {
    max-width: 6vw;
    max-height: 9vh;
}
@media only screen and (max-width: 1022px) {
    .hero-landing__rocks-item--5 img {
        max-width: 50px;
        max-height: initial;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__rocks-item--5 img {
        max-width: 34px;
    }
}
.hero-landing__rocks-item--6 {
    left: 0vw;
    bottom: 56.6vh;
    transition-delay: 0.4s;
}
@media only screen and (max-width: 1022px) {
    .hero-landing__rocks-item--6 {
        left: 15%;
        bottom: 20%;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__rocks-item--6 {
        left: 126%;
        bottom: 180px;
    }
}
.hero-landing__rocks-item--6 img {
    max-width: 10vw;
    max-height: 16vh;
}
@media only screen and (max-width: 1022px) {
    .hero-landing__rocks-item--6 img {
        max-width: 80px;
        max-height: initial;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__rocks-item--6 img {
        max-width: 60px;
    }
}
.hero-landing .animate-on-load {
    transition: transform 0.6s ease;
    transform: translate(0, -100%);
}
.hero-landing .swiper-slide-active .animate-on-load {
    transform: translate(0, 0);
    opacity: 1;
}
.hero-landing__content {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    font-family: "Panton", sans-serif;
}
@media only screen and (max-width: 1022px) {
    .hero-landing__content {
        padding: 480px 0 120px;
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__content {
        text-align: left;
        padding: 390px 0 140px;
    }
}
@media (max-height: 950px) {
    .hero-landing__content .text--32 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1600px) {
    .hero-landing__content .text--32 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1600px) {
    .hero-landing__content .text--32 {
        font-size: 24px;
    }
}
.hero-landing__content-top {
    transition-delay: 0.9s !important;
}
.hero-landing__content-top-wrapper {
    margin-bottom: 12px;
    padding-left: 60px;
}
@media only screen and (max-width: 1199px) {
    .hero-landing__content-top-wrapper {
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__content-top-wrapper {
        margin-bottom: 8px;
    }
}
.hero-landing__content-top .bottom {
    padding-left: 20px;
}
.hero-landing__content-middle {
    font-weight: 600;
    font-size: 76px;
    line-height: 1;
    letter-spacing: -2px;
    color: var(--color-primary-blue);
    transition-delay: 0.7s !important;
}
@media (max-height: 950px) {
    .hero-landing__content-middle {
        font-size: 72px;
        max-width: 600px;
    }
}
@media only screen and (max-width: 1600px) {
    .hero-landing__content-middle {
        font-size: 72px;
        max-width: 600px;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-landing__content-middle {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__content-middle {
        font-size: 36px;
        line-height: 0.95;
        letter-spacing: -1px;
    }
}
.hero-landing__content-middle.animate-on-load {
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.3s;
    transform: translate(0, -100%);
}
.hero-landing__content-middle span {
    display: block;
}
.hero-landing__content-middle-wrapper {
    margin-bottom: 12px;
    padding-left: 100px;
}
@media only screen and (max-width: 1199px) {
    .hero-landing__content-middle-wrapper {
        padding-left: 32px;
        margin-bottom: 4px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__content-middle-wrapper {
        margin-bottom: 0;
    }
}
.hero-landing__content-middle .middle-title {
    padding-left: 40px;
}
@media only screen and (max-width: 1022px) {
    .hero-landing__content-middle .middle-title {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__content-middle .middle-title {
        padding-left: 14px;
    }
}
.hero-landing__content-middle .middle-bottom-title {
    padding-left: 80px;
}
@media only screen and (max-width: 1022px) {
    .hero-landing__content-middle .middle-bottom-title {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__content-middle .middle-bottom-title {
        padding-left: 24px;
    }
}
.hero-landing__content-middle .bottom-title {
    padding-left: 120px;
}
@media only screen and (max-width: 1022px) {
    .hero-landing__content-middle .bottom-title {
        padding-left: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__content-middle .bottom-title {
        padding-left: 36px;
    }
}
.hero-landing__content-bottom {
    transition-delay: 1s !important;
}
@media only screen and (max-width: 1022px) {
    .hero-landing__content-bottom {
        padding-left: 120px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__content-bottom {
        padding-left: 72px;
    }
}
.hero-landing__content-bottom-wrapper {
    line-height: 1.5;
}
@media (max-height: 950px) {
    .hero-landing__content-bottom-wrapper {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1600px) {
    .hero-landing__content-bottom-wrapper {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__content-bottom-wrapper {
        font-size: 20px;
    }
}
.hero-landing__content-bottom .bottom {
    padding-left: 20px;
}
.hero-landing__slider {
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .hero-landing__slider {
        max-width: 580px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-landing__slider {
        max-width: 100%;
    }
}
.hero-landing__slider-slide {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 80px 0;
}
@media only screen and (max-width: 1022px) {
    .hero-landing__slider-slide {
        padding: 0;
    }
}
.hero-landing__links {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}
.hero-landing__links .link-box {
    margin-left: auto;
    transform: translate(0, -100%);
    background-color: #7b7b7b;
}
@media (max-height: 950px) {
    .hero-landing__links .link-box {
        min-height: 200px;
    }
}
@media only screen and (max-width: 1600px) {
    .hero-landing__links .link-box {
        min-height: 200px;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-landing__links .link-box {
        transform: translate(0, 0);
        min-height: 100px;
    }
}
.hero-landing__links .link-box .icon:before {
    background-color: #fff;
}
.hero-landing--white-color {
    color: var(--color-white);
}
.hero-landing--white-color .hero-landing__content-middle {
    color: inherit;
}
.hero-landing--text-large .hero-landing__content {
    z-index: 1;
}
@media only screen and (min-width: 1601px) {
    .hero-landing--text-large .hero-landing__content-bottom-wrapper, .hero-landing--text-large .hero-landing__content-top-wrapper {
        font-size: 48px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .hero-landing--text-large .hero-landing__content-bottom-wrapper, .hero-landing--text-large .hero-landing__content-top-wrapper {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1200px) {
    .hero-landing--text-large .hero-landing__content-top-wrapper {
        margin-bottom: 18px;
    }
}
@media only screen and (min-width: 1601px) {
    .hero-landing--text-large .hero-landing__content-middle {
        font-size: 120px;
    }
}
@media (max-height: 950px) and (min-width: 1601px) {
    .hero-landing--text-large .hero-landing__content-middle {
        font-size: 90px;
    }
}
@media only screen and (min-width: 1023px) {
    .hero-landing--text-large .hero-landing__content-middle {
        letter-spacing: -4px;
        line-height: 0.96;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .hero-landing--text-large .hero-landing__content-middle {
        font-size: 90px;
    }
}
@media only screen and (min-width: 1023px) {
    .hero-landing--text-large .hero-landing__content-middle .middle-title {
        padding-left: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .hero-landing--text-large .hero-landing__content-middle-wrapper {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .hero-landing--text-large .hero-landing__content-bottom {
        max-width: 550px;
    }
}

.sc-hero-landing {
    margin-bottom: -240px;
}
@media (max-height: 950px) {
    .sc-hero-landing {
        margin-bottom: -200px;
    }
}
@media only screen and (max-width: 1600px) {
    .sc-hero-landing {
        margin-bottom: -200px;
    }
}
@media only screen and (max-width: 1022px) {
    .sc-hero-landing {
        margin-bottom: 0;
    }
}
.hero-module {
    position: relative;
}
.hero-module::before {
    content: "";
    position: absolute;
    left: 72px;
    bottom: 0;
    height: 192px;
    background-color: var(--color-primary-background);
    width: 100%;
    z-index: -1;
    pointer-events: none;
    display: none;
}
@media (max-width: 1640px) {
    .hero-module::before {
        left: 30px;
    }
}
@media only screen and (max-width: 1600px) {
    .hero-module::before {
        height: 135px;
    }
}
@media (max-width: 1340px) {
    .hero-module::before {
        left: 15px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-module::before {
        height: 45px;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module::before {
        left: 0;
        height: 0;
    }
}
.hero-module__title {
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .hero-module__title {
        margin-bottom: 6px;
    }
}
.hero-module .breadcrumbs {
    margin-bottom: 90px;
}
@media only screen and (max-width: 1600px) {
    .hero-module .breadcrumbs {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-module .breadcrumbs {
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module .breadcrumbs {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module .breadcrumbs {
        margin-bottom: 16px;
    }
}
.hero-module__content {
    max-width: calc(100% - 70px);
    width: 100%;
    padding: 116px 0 210px;
}
@media only screen and (max-width: 1600px) {
    .hero-module__content {
        max-width: calc(100% - 40px);
        padding: 100px 0 150px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-module__content {
        max-width: calc(100% - 20px);
        padding: 60px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module__content {
        max-width: 100%;
        padding: 0;
        padding: 28px 0 40px;
    }
}
.hero-module__text {
    max-width: 432px;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .hero-module__text {
        max-width: 100%;
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__text {
        font-size: 16px;
        line-height: 1.75;
    }
}
.hero-module__image {
    position: absolute;
    width: 57vw;
}
@media only screen and (max-width: 1022px) {
    .hero-module__image {
        width: calc(100% + 48px);
        left: -24px;
    }
}
.hero-module__image-wrapper {
    position: relative;
    height: 976px;
    padding: 96px 0;
    display: flex;
    align-items: flex-end;
}
@media (max-height: 1110px) {
    .hero-module__image-wrapper {
        height: 800px;
    }
}
@media only screen and (max-width: 1600px) {
    .hero-module__image-wrapper {
        height: 665px;
        padding: 60px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-module__image-wrapper {
        height: 580px;
        padding: 40px 0;
    }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .hero-module__image-wrapper {
        height: 630px;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module__image-wrapper {
        height: 500px;
        padding: 30px 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__image-wrapper {
        height: 388px;
    }
}
.hero-module .secondary-nav {
    position: relative;
    z-index: 4;
    margin-left: -96px;
}
@media only screen and (max-width: 1600px) {
    .hero-module .secondary-nav {
        margin-left: -48px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-module .secondary-nav {
        margin-left: -30px;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module .secondary-nav {
        margin-left: 0;
    }
}
.hero-module .btn {
    margin-top: 44px;
}
@media only screen and (max-width: 1022px) {
    .hero-module .btn {
        margin-top: 26px;
    }
}
.hero-module--bottom-gray-bg::before {
    display: block;
}
@media only screen and (max-width: 1022px) {
    .hero-module--with-secondary-nav .hero-module__image {
        height: calc(100% - 60px);
    }
}
@media only screen and (max-width: 767px) {
    .hero-module--with-secondary-nav .hero-module__image {
        height: calc(100% - 48px);
    }
}
@media only screen and (max-width: 767px) {
    .hero-module--with-secondary-nav .hero-module__image-wrapper {
        min-height: 440px;
    }
}
.icon-card-list__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
@media only screen and (max-width: 1022px) {
    .icon-card-list__cards {
        grid-template-columns: 1fr;
    }
}
.iframe-module {
    position: relative;
}
.iframe-module iframe {
    border: 0;
    pointer-events: all;
}

@media only screen and (min-width: 1601px) {
    .sc-iframe-module .container {
        max-width: 1780px;
    }
}
.image-text .link-box::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.image-text__item--gray-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 72px;
    background-color: var(--color-primary-background);
    z-index: -1;
}
@media (max-width: 1640px) {
    .image-text__item--gray-bg::before {
        left: 30px;
    }
}
@media (max-width: 1340px) {
    .image-text__item--gray-bg::before {
        left: 15px;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text__item--gray-bg::before {
        left: 0;
    }
}

.image-text {
    display: grid;
    grid-gap: 150px;
}
@media only screen and (max-width: 1600px) {
    .image-text {
        grid-gap: 100px;
    }
}
@media only screen and (max-width: 1199px) {
    .image-text {
        grid-gap: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text {
        grid-gap: 70px;
    }
}
.image-text__image {
    position: relative;
    height: 0;
    width: 100%;
    z-index: 2;
    padding-bottom: 91%;
    max-height: 720px;
    align-self: flex-start;
}
@media only screen and (max-width: 1600px) {
    .image-text__image {
        padding-bottom: 78%;
        max-height: 532px;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text__image {
        padding-bottom: 56.24%;
    }
}
.image-text__image-inner {
    position: absolute;
    left: inherit;
    right: 0;
    width: calc(50vw + 13%);
}
@media only screen and (max-width: 1022px) {
    .image-text__image-inner {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }
}
.image-text__secondary-image {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 198%;
    max-height: 384px;
}
@media only screen and (max-width: 1600px) {
    .image-text__secondary-image {
        padding-bottom: 100%;
    }
}
@media only screen and (max-width: 1199px) {
    .image-text__secondary-image {
        max-width: 30%;
        margin-left: auto;
        padding-bottom: 30%;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text__secondary-image {
        max-width: 50%;
        padding-bottom: 36%;
    }
}
.image-text__secondary-image-inner {
    position: absolute;
    width: calc(100% + 50vw - 354%);
}
@media only screen and (max-width: 1600px) {
    .image-text__secondary-image-inner {
        width: calc(100% + 50vw - 200%);
    }
}
@media only screen and (max-width: 1199px) {
    .image-text__secondary-image-inner {
        width: calc(50vw - 67%);
    }
}
@media only screen and (max-width: 1022px) {
    .image-text__secondary-image-inner {
        width: calc(100% + 24px);
    }
}
.image-text__cody-image {
    position: absolute;
    max-width: 352px;
    width: 100%;
    right: -104px;
    bottom: -40px;
}
@media only screen and (max-width: 1600px) {
    .image-text__cody-image {
        max-width: 260px;
        right: -30px;
        bottom: -20px;
    }
}
@media only screen and (max-width: 1199px) {
    .image-text__cody-image {
        right: -20px;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text__cody-image {
        max-width: 230px;
    }
}
@media only screen and (max-width: 767px) {
    .image-text__cody-image {
        max-width: 180px;
    }
}
.image-text__cody-image img {
    width: auto;
    height: auto;
    object-fit: contain;
}
.image-text__content {
    padding: 30px 0;
}
@media only screen and (max-width: 1022px) {
    .image-text__content {
        padding: 0;
    }
}
.image-text__content-inner {
    max-width: 432px;
    width: 100%;
    margin-left: auto;
}
@media only screen and (max-width: 1600px) {
    .image-text__content-inner {
        max-width: 100%;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text__content-inner {
        max-width: 100%;
    }
}
.image-text .editor-text h1 {
    font-weight: 700;
    font-family: var(--font-secondary);
}
@media only screen and (min-width: 1023px) {
    .image-text .editor-text h1 {
        letter-spacing: -1px;
        line-height: 1.29;
    }
}
@media only screen and (max-width: 1199px) {
    .image-text .editor-text h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text .editor-text h1 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .image-text .editor-text h1 {
        font-size: 22px;
    }
}
.image-text .editor-text h1 strong {
    font-weight: inherit;
    color: var(--color-primary-gray);
}
.image-text .editor-text h2 {
    margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
    .image-text .editor-text h2 {
        margin-bottom: 8px;
    }
}
.image-text .editor-text h2:last-child {
    margin-bottom: 0;
}
.image-text .editor-text ul,
.image-text .editor-text ol,
.image-text .editor-text p {
    margin: 20px 0;
}
@media only screen and (max-width: 1022px) {
    .image-text .editor-text ul,
    .image-text .editor-text ol,
    .image-text .editor-text p {
        margin: 16px 0;
    }
}
.image-text .editor-text ul:first-child,
.image-text .editor-text ol:first-child,
.image-text .editor-text p:first-child {
    margin-top: 0;
}
.image-text .editor-text ul:last-child,
.image-text .editor-text ol:last-child,
.image-text .editor-text p:last-child {
    margin-bottom: 0;
}
.image-text .editor-text table td {
    padding: 50px 10px;
    text-align: center;
}
.image-text .editor-text table img {
    max-width: 50px;
    width: 100%;
}
.image-text .more-link {
    margin-top: 46px;
}
@media only screen and (max-width: 1022px) {
    .image-text .more-link {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .image-text .more-link {
        font-size: 14px;
        margin-top: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .image-text .more-link .icon {
        margin-left: 12px;
    }
}
.image-text .link-box {
    margin: auto 0 -32px -48px;
    min-height: 136px;
    padding: 32px 88px 32px 32px;
    max-width: unset;
    width: calc(100% + 80px);
}
@media only screen and (max-width: 1600px) {
    .image-text .link-box {
        width: calc(100% + 32px);
        margin: auto 0 -20px -16px;
        padding: 22px 60px 22px 22px;
        min-height: 115px;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text .link-box {
        margin: 0;
        min-height: 100px;
        padding: 14px 60px 20px 20px;
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .image-text .link-box {
        min-height: 96px;
    }
}
.image-text .link-box::after {
    background-color: var(--color-primary-blue);
    left: inherit;
    right: 100%;
    width: 57%;
}
@media only screen and (max-width: 1022px) {
    .image-text .link-box::after {
        display: none;
    }
}
@media only screen and (min-width: 1023px) {
    .image-text .link-box .icon {
        right: 45px;
        bottom: 38px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .image-text .link-box .icon {
        right: 14px;
    }
}
.image-text__item {
    position: relative;
}
.image-text__item-inner {
    display: grid;
    grid-template-columns: 56.9% 1fr;
    grid-gap: 48px;
    align-items: center;
}
@media only screen and (max-width: 1199px) {
    .image-text__item-inner {
        grid-gap: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text__item-inner {
        grid-template-columns: 1fr;
        grid-gap: 22px;
    }
}
.image-text__item--gray-bg {
    padding: 40px 0;
}
@media only screen and (max-width: 1022px) {
    .image-text__item--gray-bg {
        padding: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text__item--gray-bg::before {
        display: none;
    }
}
@media only screen and (min-width: 1023px) {
    .image-text__item--gray-bg + .image-text__item--gray-bg {
        margin-top: -80px;
    }
}
.image-text__item--gray-bg + .image-text__item--gray-bg::before {
    top: -110px;
    height: calc(100% + 110px);
}
@media only screen and (max-width: 1600px) {
    .image-text__item--gray-bg + .image-text__item--gray-bg::before {
        top: -60px;
        height: calc(100% + 60px);
    }
}
@media only screen and (max-width: 1199px) {
    .image-text__item--gray-bg + .image-text__item--gray-bg::before {
        top: -70px;
        height: calc(100% + 70px);
    }
}
@media only screen and (min-width: 1200px) {
    .image-text__item--gray-bg + .image-text__item--gray-bg + .image-text__item--gray-bg.image-text__item--with-large-text {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text__item--gray-bg + .image-text__item--gray-bg + .image-text__item--gray-bg.image-text__item--with-large-text {
        margin-top: -70px;
    }
}
@media only screen and (min-width: 1023px) {
    .image-text__item--reverse .image-text__item-inner {
        grid-template-columns: 1fr 56.9%;
    }
}
@media only screen and (min-width: 1023px) {
    .image-text__item--reverse .image-text__content {
        order: -1;
    }
}
@media only screen and (min-width: 1023px) {
    .image-text__item--reverse .image-text__content-inner {
        margin-left: 0;
    }
}
.image-text__item--reverse .image-text__image {
    right: inherit;
    left: 0;
}
.image-text__item--reverse .image-text__cody-image {
    left: -104px;
    right: inherit;
}
@media only screen and (max-width: 1600px) {
    .image-text__item--reverse .image-text__cody-image {
        left: -60px;
    }
}
@media only screen and (max-width: 1199px) {
    .image-text__item--reverse .image-text__cody-image {
        left: -20px;
    }
}
.image-text__item--without-image .image-text__item-inner {
    grid-template-columns: 1fr;
}
.image-text__item--without-image .image-text__content {
    padding: 0;
}
.image-text__item--without-image .image-text__content-inner {
    max-width: 675px;
}
@media only screen and (max-width: 1022px) {
    .image-text__item--without-image .image-text__content-inner {
        margin-left: 0;
        max-width: 100%;
    }
}
.image-text__item--cody-image .image-text__item-inner {
    padding-bottom: 25px;
}
@media only screen and (max-width: 1022px) {
    .image-text__item--cody-image .image-text__item-inner {
        padding-bottom: 0;
    }
}
.image-text__item--secondary-image .image-text__item-inner {
    grid-gap: 168px;
    grid-template-columns: 31% 31% 1fr;
    align-items: flex-start;
}
@media only screen and (max-width: 1600px) {
    .image-text__item--secondary-image .image-text__item-inner {
        grid-gap: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .image-text__item--secondary-image .image-text__item-inner {
        grid-gap: 30px;
        grid-template-columns: 1fr;
    }
}
.image-text__item--secondary-image .image-text__content {
    padding: 150px 0 140px;
}
@media only screen and (max-width: 1600px) {
    .image-text__item--secondary-image .image-text__content {
        padding: 120px 0;
    }
}
@media only screen and (max-width: 1199px) {
    .image-text__item--secondary-image .image-text__content {
        padding: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .image-text__item--secondary-image .image-text__content-inner {
        max-width: 50%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text__item--secondary-image .image-text__content-inner {
        max-width: 100%;
    }
}
.image-text__item--secondary-image .image-text__image {
    margin-top: auto;
    height: 0;
    padding-bottom: 139%;
    max-height: 600px;
}
@media only screen and (max-width: 1600px) {
    .image-text__item--secondary-image .image-text__image {
        padding-bottom: 105%;
        max-height: 390px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .image-text__item--secondary-image .image-text__image {
        max-width: 70%;
        padding-bottom: 40%;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text__item--secondary-image .image-text__image {
        padding-bottom: 56.24%;
    }
}
.image-text__item--secondary-image .image-text__image-inner {
    width: calc(50vw - 60%);
}
@media only screen and (max-width: 1199px) {
    .image-text__item--secondary-image .image-text__image-inner {
        width: calc(100vw - 47%);
    }
}
@media only screen and (max-width: 1022px) {
    .image-text__item--secondary-image .image-text__image-inner {
        width: 100vw;
    }
}
@media only screen and (min-width: 1200px) {
    .image-text__item--secondary-image.image-text__item--reverse .image-text__item-inner {
        grid-template-columns: 1fr 31% 31%;
    }
}
.image-text__item--secondary-image.image-text__item--reverse .image-text__secondary-image {
    order: -1;
}
@media only screen and (max-width: 1199px) {
    .image-text__item--secondary-image.image-text__item--reverse .image-text__secondary-image {
        margin-left: 0;
    }
}
.image-text__item--secondary-image.image-text__item--reverse .image-text__secondary-image-inner {
    left: inherit;
    right: 0;
}
.image-text__item--secondary-image.image-text__item--reverse .image-text__content {
    order: 1;
}
.image-text__item--secondary-image.image-text__item--reverse .image-text__image {
    order: 2;
}
@media only screen and (max-width: 1199px) {
    .image-text__item--secondary-image.image-text__item--reverse .image-text__image {
        margin-left: auto;
    }
}
.image-text__item--with-large-link {
    padding-bottom: 32px;
}
@media only screen and (max-width: 1199px) {
    .image-text__item--with-large-link {
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text__item--with-large-link {
        padding-bottom: 0;
    }
}
.image-text__item--with-large-link .image-text__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    height: 100%;
    padding-bottom: 0;
}
@media only screen and (max-width: 1199px) {
    .image-text__item--with-large-link .image-text__content {
        grid-gap: 20px;
    }
}
.image-text__item--with-large-link .image-text__content-inner {
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
@media only screen and (min-width: 1601px) {
    .image-text__item--with-large-link.image-text__item--reverse .link-box {
        margin-left: -32px;
    }
}
.image-text__item--with-large-link.image-text__item--reverse .link-box::after {
    right: inherit;
    left: 100%;
}
.image-text__item--with-large-text .image-text__content {
    padding: 0;
}
.image-text__item--with-large-text .image-text__content-inner {
    max-width: 792px;
}
.image-text__item--with-large-text.image-text__item--gray-bg {
    padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
    .image-text__item--with-large-text.image-text__item--gray-bg {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text__item--with-large-text.image-text__item--gray-bg {
        padding: 70px 0;
    }
}
@media only screen and (max-width: 767px) {
    .image-text__item--with-large-text.image-text__item--gray-bg {
        padding: 46px 0;
    }
}
.image-text__item--with-large-text.image-text__item--gray-bg::before {
    display: block;
}
@media only screen and (max-width: 1022px) {
    .image-text__item--with-large-text.image-text__item--gray-bg::before {
        left: 12px;
    }
}
.image-text__item--with-large-text.image-text__item--gray-bg + .image-text__item {
    margin-top: -150px;
}
@media only screen and (max-width: 1600px) {
    .image-text__item--with-large-text.image-text__item--gray-bg + .image-text__item {
        margin-top: -100px;
    }
}
@media only screen and (max-width: 1199px) {
    .image-text__item--with-large-text.image-text__item--gray-bg + .image-text__item {
        margin-top: -80px;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text__item--with-large-text.image-text__item--gray-bg + .image-text__item {
        margin-top: -70px;
    }
}
.image-text__item--with-large-text.image-text__item--gray-bg.image-text__item--with-normal-image {
    padding: 120px 0 80px;
}
@media only screen and (max-width: 1600px) {
    .image-text__item--with-large-text.image-text__item--gray-bg.image-text__item--with-normal-image {
        padding: 100px 0 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text__item--with-large-text.image-text__item--gray-bg.image-text__item--with-normal-image {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .image-text__item--with-large-text.image-text__item--gray-bg.image-text__item--with-normal-image {
        padding: 40px 0;
    }
}
@media only screen and (min-width: 1023px) {
    .image-text__item--with-large-text.image-text__item--with-normal-image .image-text__item-inner {
        grid-template-columns: 40% 1fr;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text__item--with-large-text.image-text__item--with-normal-image .image-text__item-inner {
        grid-gap: 40px;
    }
}
@media only screen and (min-width: 1023px) {
    .image-text__item--with-large-text.image-text__item--with-normal-image.image-text__item--reverse .image-text__item-inner {
        grid-template-columns: 1fr 40%;
    }
}
.image-text__item--with-normal-image .image-text__image {
    padding-bottom: 0;
    height: auto;
    width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .image-text__item--with-normal-image .image-text__image {
        max-width: 400px;
        width: 100%;
    }
}
.image-text__item--with-normal-image .image-text__image-inner {
    position: relative;
    width: auto;
}
.image-text__item--with-normal-image .image-text__image-inner img {
    position: relative;
    object-fit: contain;
}
@media only screen and (min-width: 1023px) {
    .image-text__item--with-normal-image .image-text__item-inner {
        grid-template-columns: 48.5% 1fr;
    }
}
.image-text__item--with-normal-image .image-text__content-inner {
    max-width: 100%;
}
.latest-news {
    position: relative;
}
.latest-news__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 48px;
}
@media only screen and (max-width: 1199px) {
    .latest-news__inner {
        grid-gap: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .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;
        grid-gap: 20px;
    }
}
.latest-news__item {
    position: relative;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 767px) {
    .latest-news__item:not(:last-child) {
        padding-bottom: 20px;
        border-bottom: 1px solid var(--color-primary-gray);
    }
}
.latest-news__item .title {
    line-height: 1.5;
    font-weight: 500;
    font-family: "Aptos", sans-serif;
}
@media only screen and (max-width: 1199px) {
    .latest-news__item .title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .latest-news__item .title {
        font-size: 20px;
    }
}
.latest-news__item:hover .more-link .icon {
    transform: translateX(8px);
}
.latest-news__item:hover .more-link__text::before, .latest-news__item:hover .more-link__text::after {
    width: 100%;
    left: 0;
}
.latest-news__date {
    margin-bottom: 14px;
    color: var(--color-primary-text);
}
@media only screen and (max-width: 1022px) {
    .latest-news__date {
        margin-bottom: 5px;
    }
}
.latest-news__link {
    margin-top: auto;
}
.latest-news__button {
    position: absolute;
    top: 12px;
    right: 0;
}
@media only screen and (max-width: 767px) {
    .latest-news__button {
        position: relative;
        margin-top: 20px;
    }
}
.latest-news .more-link {
    position: relative;
    margin-top: 48px;
}
@media only screen and (max-width: 1022px) {
    .latest-news .more-link {
        margin-top: 10px;
    }
}
.map-module {
    position: relative;
    height: calc(100vh - var(--header-search-height, 0px));
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
@media only screen and (max-width: 1022px) {
    .map-module {
        height: calc(100vh - 48px);
    }
}
.map-module__inner {
    position: relative;
    z-index: 3;
    pointer-events: none;
    padding: 36px 36px 0 36px;
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 1022px) {
    .map-module__inner {
        padding: 12px 0 0 0;
    }
}
.map-module .location-popup {
    max-width: 100%;
    pointer-events: all;
    max-height: 100%;
}
@media only screen and (max-width: 1022px) {
    .map-module .location-popup {
        height: 60%;
        max-height: 60%;
    }
}
.map-module__popup-trigger {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--color-primary-blue);
    color: var(--color-white);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 50px;
    pointer-events: all;
    padding: 8px 20px;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .map-module__popup-trigger {
        min-height: 45px;
    }
}
.map-module__popup-trigger .icon {
    width: 14px;
    height: 14px;
}
.map-module__popup-trigger .icon::before {
    background-color: var(--color-white);
}
.map-module__popup-wrapper {
    max-width: 535px;
    width: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .map-module__popup-wrapper {
        max-width: 435px;
    }
}
@media only screen and (max-width: 1022px) {
    .map-module__popup-wrapper {
        overflow: hidden;
        max-width: 100%;
    }
}
.map-module__extra-space {
    flex: auto;
}
.map-module .location-marker {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid rgba(240, 243, 245, 0.4);
    background-color: #007ebe;
    box-shadow: 0 0 0 rgba(0, 126, 190, 0.4);
}
.map-module .location-marker--active {
    background-color: #161819;
    box-shadow: 0 0 0 rgba(22, 24, 25, 0.4);
}

.gm-style {
    font-family: var(--font-primary);
}

.gm-style-iw-chr {
    display: none;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.gm-style .gm-style-iw-c {
    padding: 0;
    border-radius: 0;
    cursor: pointer;
    overflow: visible;
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.04), 0px 23px 23px 0px rgba(0, 0, 0, 0.03), 0px 51px 31px 0px rgba(0, 0, 0, 0.02), 0px 91px 36px 0px rgba(0, 0, 0, 0.015), 0px 142px 40px 0px rgba(0, 0, 0, 0.01);
    transform: translate3d(-8%, -108%, 0);
}
@media only screen and (max-width: 1022px) {
    .gm-style .gm-style-iw-c {
        transform: translate3d(-47%, -100%, 0);
    }
}

.gm-style-iw-tc::after {
    background-color: var(--color-white);
    z-index: 10;
    top: -1px;
    left: 8px !important;
}
@media only screen and (min-width: 1023px) {
    .gm-style-iw-tc::after {
        height: 28px !important;
        width: 30px !important;
        top: -26px !important;
    }
}

@media only screen and (min-width: 1023px) {
    .gm-style .gm-style-iw-tc {
        height: 28px !important;
        width: 30px !important;
        filter: none !important;
    }
}

.gm-bundled-control img {
    max-height: initial;
    object-fit: contain;
}
.measurements__list {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 1600px) {
    .measurements__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1199px) {
    .measurements__list {
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 1022px) {
    .measurements__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .measurements__list {
        grid-template-columns: 1fr;
    }
}
.monthly-reports--gray-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 72px;
    background-color: var(--color-primary-background);
    z-index: -1;
}
@media (max-width: 1640px) {
    .monthly-reports--gray-bg::before {
        left: 30px;
    }
}
@media (max-width: 1340px) {
    .monthly-reports--gray-bg::before {
        left: 15px;
    }
}
@media only screen and (max-width: 1022px) {
    .monthly-reports--gray-bg::before {
        left: 0;
    }
}

.monthly-reports {
    position: relative;
}
.monthly-reports__inner {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 24px 48px;
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .monthly-reports__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .monthly-reports__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .monthly-reports__inner {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
}
.monthly-reports--gray-bg {
    padding: 16px 0 110px;
    overflow: hidden;
}
@media only screen and (max-width: 1600px) {
    .monthly-reports--gray-bg {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .monthly-reports--gray-bg {
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .monthly-reports--gray-bg {
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .monthly-reports--gray-bg::before {
        left: 12px;
    }
}
.news-list__load-more::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.news-list__load-more .more-link {
    font-size: 20px;
    line-height: 2;
}
@media only screen and (max-width: 1600px) {
    .news-list__load-more .more-link {
        font-size: 18px;
        line-height: 1.6;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .news-list__load-more .more-link {
        font-size: 16px;
        line-height: 1.75;
    }
}

.news-list__inner {
    background-color: var(--color-white);
}
.news-list__inner-wrapper {
    background-color: var(--color-primary-background);
}
.news-list__filter {
    margin-bottom: 65px;
}
@media only screen and (max-width: 1199px) {
    .news-list__filter {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 1199px) {
    .news-list__filter {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .news-list__filter {
        margin: 30px 0 30px -24px;
        overflow: hidden;
        width: calc(100% + 48px);
    }
}
.news-list__filter ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
@media only screen and (max-width: 1022px) {
    .news-list__filter ul {
        gap: 16px;
        white-space: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        overflow: auto;
        padding: 0 24px;
    }
}
@media only screen and (max-width: 767px) {
    .news-list__filter ul {
        gap: 10px;
    }
}
.news-list__filter-link {
    color: var(--color-primary-blue);
}
.news-list__filter-link.is-active, .news-list__filter-link:hover {
    color: var(--color-primary-black);
}
.news-list__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 0 48px;
}
@media only screen and (max-width: 1600px) {
    .news-list__list {
        grid-gap: 0 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .news-list__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1022px) {
    .news-list__list {
        grid-gap: 0 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .news-list__list {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
}
.news-list__item {
    position: relative;
    display: flex;
    flex-direction: column;
    border-top: 4px solid var(--color-primary-lines);
    padding: 42px 0;
    min-height: 376px;
}
@media only screen and (max-width: 1199px) {
    .news-list__item {
        min-height: 350px;
        padding: 32px 0;
        border-top-width: 3px;
    }
}
@media only screen and (max-width: 1022px) {
    .news-list__item {
        min-height: 300px;
        padding: 28px 0;
        border-top-width: 2px;
    }
}
@media only screen and (max-width: 767px) {
    .news-list__item {
        min-height: 200px;
        padding: 20px 0;
        border-top-width: 1px;
    }
}
.news-list__item .title {
    color: var(--color-primary-blue);
}
.news-list__item:hover .more-link__text::before, .news-list__item:hover .more-link__text::after {
    width: 100%;
    left: 0;
}
.news-list__item:hover .more-link .icon {
    transform: translateX(8px);
}
.news-list__date {
    margin-top: 24px;
    color: var(--color-primary-gray);
}
@media only screen and (max-width: 767px) {
    .news-list__date {
        margin-top: 16px;
    }
}
.news-list__link {
    margin-top: auto;
}
.news-list .more-link {
    margin-top: 20px;
}
.news-list__load-more {
    padding: 46px 0 46px 32px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1199px) {
    .news-list__load-more {
        padding-left: 16px;
    }
}
@media only screen and (max-width: 1022px) {
    .news-list__load-more {
        padding: 28px 0 28px 16px;
    }
}
@media only screen and (max-width: 767px) {
    .news-list__load-more {
        min-height: 200px;
        padding: 30px 0;
    }
}
.news-list__load-more::after {
    width: 100vw;
    background-color: var(--color-primary-background);
}
@media only screen and (max-width: 767px) {
    .news-list__load-more::after {
        left: -20px;
    }
}
.news-list__load-more-inner {
    position: relative;
    z-index: 4;
    flex: auto;
    display: flex;
    flex-direction: column;
}
.news-list__load-more .more-link {
    line-height: normal;
    text-transform: none;
    letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
    .news-list__load-more .more-link {
        width: 100%;
        justify-content: space-between;
    }
}
.news-list__load-more .more-link .icon {
    width: 24px;
    height: 8px;
}
.news-list__load-more .more-link .icon::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");
}
.news-list__number {
    line-height: 0.8;
    color: var(--color-primary-blue);
}
@media only screen and (max-width: 1022px) {
    .news-list__number {
        line-height: 1;
    }
}
.news-list__footer {
    padding: 32px 0;
}
@media only screen and (max-width: 1022px) {
    .news-list__footer {
        padding: 24px 0;
    }
}

.sc-page-header + .sc-news-list {
    position: relative;
    z-index: 4;
    margin-top: -65px;
}
@media only screen and (max-width: 1600px) {
    .sc-page-header + .sc-news-list {
        margin-top: -44px;
    }
}
@media only screen and (max-width: 1199px) {
    .sc-page-header + .sc-news-list {
        margin-top: 0;
    }
}
.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%;
}
.our-companies__slide video {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
}

.our-companies {
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .our-companies {
        min-height: 562px;
        display: flex;
        flex-direction: column;
    }
}
.our-companies__slide video {
    object-fit: cover;
    background-color: var(--color-black);
}
@media only screen and (max-width: 1022px) {
    .our-companies .container {
        flex: auto;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
}
.our-companies__link-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    pointer-events: none;
}
@media only screen and (max-width: 1022px) {
    .our-companies__link-box {
        position: relative;
    }
}
.our-companies .link-box {
    pointer-events: all;
    margin-left: auto;
}
@media (max-height: 950px) {
    .our-companies .link-box {
        min-height: 200px;
    }
}
@media only screen and (max-width: 1600px) {
    .our-companies .link-box {
        min-height: 200px;
    }
}
@media only screen and (max-width: 767px) {
    .our-companies .link-box {
        max-width: 100%;
    }
}
.our-companies .horizontal-title {
    left: -96px;
}
@media (max-width: 1640px) {
    .our-companies .horizontal-title {
        left: -60px;
    }
}
@media (max-width: 1560px) {
    .our-companies .horizontal-title {
        left: -46px;
    }
}
@media (max-width: 1500px) {
    .our-companies .horizontal-title {
        left: -35px;
    }
}
@media (max-width: 1440px) {
    .our-companies .horizontal-title {
        left: -54px;
    }
}
@media only screen and (max-width: 1199px) {
    .our-companies .horizontal-title {
        left: -30px;
    }
}
@media only screen and (max-width: 1022px) {
    .our-companies .horizontal-title {
        display: none;
    }
}
.our-companies__inner {
    position: relative;
    min-height: 920px;
    display: flex;
    align-items: flex-end;
    padding-top: 250px;
}
@media only screen and (max-width: 1600px) {
    .our-companies__inner {
        min-height: 780px;
    }
}
@media only screen and (max-width: 1199px) {
    .our-companies__inner {
        min-height: 670px;
        padding-top: 220px;
    }
}
@media only screen and (max-width: 1022px) {
    .our-companies__inner {
        min-height: 1px;
        position: unset;
        padding: 40px 0 10px;
        flex: auto;
        height: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .our-companies__inner {
        padding: 100px 0 20px;
    }
}
.our-companies__bg {
    width: calc(50vw + 50%);
}
@media only screen and (max-width: 1022px) {
    .our-companies__bg {
        width: calc(100vw - 24px);
        left: 24px;
    }
}
.our-companies__bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    opacity: 0.64;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(16, 16, 16, 0.53) 49%, #000000 94%);
    z-index: 3;
    pointer-events: none;
}
@media only screen and (max-width: 1022px) {
    .our-companies__bg::after {
        opacity: 0.8;
        height: 80%;
    }
}
.our-companies__list {
    position: relative;
    z-index: 4;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .our-companies__list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .our-companies__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        padding-left: 16px;
        grid-gap: 0 30px;
    }
}
@media (max-width: 300px) {
    .our-companies__list {
        grid-template-columns: 1fr;
    }
}
.our-companies__item {
    color: var(--color-white);
    display: block;
    padding: 40px 55px 40px 32px;
    position: relative;
    flex-shrink: 0;
    min-width: 240px;
}
@media only screen and (max-width: 1199px) {
    .our-companies__item {
        padding: 24px 16px;
        min-width: 192px;
    }
}
@media only screen and (max-width: 1022px) {
    .our-companies__item {
        min-width: 1px;
    }
}
@media only screen and (max-width: 767px) {
    .our-companies__item {
        padding: 12px 0;
    }
}
.our-companies__item::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: calc(100% - 64px);
    background-color: rgba(255, 255, 255, 0.24);
    pointer-events: none;
    transition: background-color 0.3s ease;
}
@media only screen and (max-width: 1199px) {
    .our-companies__item::after {
        height: calc(100% - 48px);
    }
}
@media only screen and (max-width: 767px) {
    .our-companies__item::after {
        display: none;
    }
}
@media only screen and (min-width: 1023px) {
    .our-companies__item:nth-child(5n)::after {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .our-companies__item:nth-child(3n)::after {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .our-companies__item:last-child::after {
        display: none;
    }
}
.our-companies__item-text {
    opacity: 0.72;
    transition: opacity 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .our-companies__item-text {
        font-size: 12px;
    }
}
.our-companies__item .title {
    letter-spacing: -0.6px;
    color: inherit;
    font-family: "Aptos", sans-serif;
    margin-bottom: 2px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .our-companies__item .title {
        font-size: 24px;
        margin-bottom: 5px;
    }
}
.our-companies__item-icon {
    margin-top: auto;
}
.our-companies__item .icon {
    width: 20px;
    height: 7px;
    margin-top: 22px;
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .our-companies__item .icon {
        margin-top: 16px;
    }
}
.our-companies__item .icon::before {
    background-color: var(--color-primary-blue);
}
.our-companies__item:hover {
    color: var(--color-white);
}
@media only screen and (max-width: 767px) {
    .our-companies__item:hover::after {
        background-color: var(--color-white);
    }
}
.our-companies__item:hover .our-companies__item-text {
    opacity: 1;
}
.our-companies__item:hover .icon {
    transform: translateX(20px);
}
.our-companies__item:hover .icon::before {
    background-color: currentColor;
}
.our-companies__logo {
    max-width: 192px;
    width: 100%;
    height: 48px;
    max-height: 48px;
    display: grid;
    align-items: center;
    margin-bottom: 12px;
}
@media only screen and (max-width: 1600px) {
    .our-companies__logo {
        max-width: 150px;
        max-height: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .our-companies__logo {
        max-height: 34px;
    }
}
@media only screen and (max-width: 1022px) {
    .our-companies__logo {
        margin-bottom: 8px;
    }
}
@media only screen and (max-width: 767px) {
    .our-companies__logo {
        max-width: 122px;
        max-height: 30px;
    }
}
.our-companies__logo img {
    width: auto;
    height: auto;
    object-fit: contain;
    max-height: inherit;
}
.page-header {
    position: relative;
    padding-top: 125px;
    min-height: 380px;
}
@media only screen and (max-width: 1600px) {
    .page-header {
        padding-top: 100px;
        min-height: 280px;
    }
}
@media only screen and (max-width: 1022px) {
    .page-header {
        min-height: 1px;
        padding-top: 20px;
        background-color: transparent;
    }
}
.page-header__content {
    padding-bottom: 125px;
}
@media only screen and (max-width: 1600px) {
    .page-header__content {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 1022px) {
    .page-header__content {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .page-header__content .title {
        font-size: 40px;
        line-height: 1.3;
    }
}
.page-header .breadcrumbs {
    margin-bottom: 28px;
}
@media only screen and (max-width: 1600px) {
    .page-header .breadcrumbs {
        margin-bottom: 25px;
    }
}
.page-header__text {
    margin-top: 24px;
}
.page-header__subtitle {
    margin-top: 18px;
    line-height: normal;
}
@media only screen and (max-width: 1022px) {
    .page-header__subtitle {
        margin-top: 10px;
    }
}
.page-header__super-title {
    color: var(--color-primary-gray);
}
.page-header__image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 3;
    padding-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
    .page-header__image {
        height: auto;
    }
}
@media only screen and (max-width: 1022px) {
    .page-header__image {
        padding: 0;
    }
}
.page-header__image img {
    display: inline-block;
    object-fit: contain;
    width: 100%;
    max-width: 480px;
}
@media only screen and (max-width: 1600px) {
    .page-header__image img {
        max-width: 360px;
    }
}
@media only screen and (max-width: 1022px) {
    .page-header__image img {
        max-width: 100%;
    }
}
.page-header__white-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
@media only screen and (max-width: 1199px) {
    .page-header__white-bg {
        display: none;
    }
}
.page-header__white-bg-inner {
    position: relative;
    height: 96px;
    background-color: var(--color-white);
}
@media only screen and (max-width: 1600px) {
    .page-header__white-bg-inner {
        height: 70px;
    }
}
.page-header__white-bg-inner::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 72px;
    top: 0;
    background-color: var(--color-white);
    z-index: 3;
    height: 100%;
}
.page-header__contact-info {
    padding-top: 68px;
}
@media only screen and (min-width: 1023px) {
    .page-header__contact-info {
        max-width: 312px;
        width: 100%;
        margin-left: auto;
    }
}
@media only screen and (max-width: 1022px) {
    .page-header__contact-info {
        padding: 20px 0;
    }
}
.page-header__contact-info-list {
    margin-top: 12px;
}
.page-header__contact-link {
    color: var(--color-primary-blue);
}
.page-header__contact-link:hover {
    color: var(--color-primary-blue-dark);
}
.remove-top-padding .page-header {
    min-height: 530px;
    padding-top: 236px;
}
@media only screen and (max-width: 1600px) {
    .remove-top-padding .page-header {
        min-height: 500px;
    }
}
@media only screen and (max-width: 1199px) {
    .remove-top-padding .page-header {
        min-height: 440px;
        padding-top: 210px;
    }
}
@media only screen and (max-width: 1022px) {
    .remove-top-padding .page-header {
        padding-top: 80px;
        min-height: 1px;
    }
}
.page-header--bottom-white-bg {
    position: relative;
}
@media only screen and (min-width: 1200px) {
    .page-header--bottom-white-bg {
        overflow: hidden;
        min-height: 470px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .page-header--bottom-white-bg {
        min-height: 410px;
    }
}
@media only screen and (min-width: 1200px) {
    .page-header--bottom-white-bg .page-header__content {
        padding-bottom: 125px;
    }
}
.page-header--bottom-white-bg .page-header__image {
    padding-bottom: 95px;
}
@media only screen and (max-width: 1600px) {
    .page-header--bottom-white-bg .page-header__image {
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 1199px) {
    .page-header--bottom-white-bg .page-header__image {
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 1022px) {
    .page-header--bottom-white-bg .page-header__image {
        padding: 0;
    }
}
@media only screen and (min-width: 1601px) {
    .page-header--white-image {
        min-height: 610px;
    }
}
@media only screen and (min-width: 1200px) {
    .page-header--white-image {
        padding-top: 125px;
    }
}
@media only screen and (max-width: 1199px) {
    .page-header--white-image {
        margin-bottom: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .page-header--white-image {
        margin-bottom: 60px;
    }
}
@media only screen and (min-width: 1601px) {
    .remove-top-padding .page-header--white-image {
        min-height: 744px;
    }
}
@media only screen and (min-width: 1200px) {
    .remove-top-padding .page-header--white-image {
        padding-top: 224px;
    }
}
@media only screen and (min-width: 1023px) {
    .page-header--white-image .page-header__content {
        padding-top: 12px;
    }
}
@media only screen and (max-width: 1022px) {
    .page-header--white-image .page-header__content {
        padding-bottom: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .page-header--white-image .breadcrumbs {
        margin-bottom: 45px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .page-header--white-image .breadcrumbs {
        margin-bottom: 35px;
    }
}
.page-header--contact-info {
    padding-bottom: 125px;
}
@media only screen and (min-width: 1200px) {
    .page-header--contact-info {
        min-height: 520px;
        padding-top: 125px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .page-header--contact-info {
        padding-bottom: 130px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .page-header--contact-info {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .page-header--contact-info {
        padding-bottom: 30px;
    }
}
.page-header--contact-info .page-header__content {
    padding-bottom: 0;
}
@media only screen and (min-width: 1200px) {
    .remove-top-padding .page-header--contact-info {
        min-height: 520px;
        padding-top: 220px;
    }
}
.page-header--product .page-header__image {
    align-items: flex-end;
    padding: 0;
}
@media only screen and (max-width: 1199px) {
    .page-header--product .page-header__image {
        margin-bottom: -50px;
    }
}
@media only screen and (max-width: 1022px) {
    .page-header--product .page-header__image {
        margin-bottom: -100px;
    }
}
@media only screen and (max-width: 767px) {
    .page-header--product .page-header__image {
        margin-bottom: -50px;
    }
}
@media only screen and (max-width: 1022px) {
    .page-header--product .page-header__image img {
        max-width: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .page-header--product .page-header__image img {
        max-width: 180px;
    }
}
.partners-card-list__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 48px;
}
@media only screen and (max-width: 1600px) {
    .partners-card-list__inner {
        grid-gap: 48px 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .partners-card-list__inner {
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .partners-card-list__inner {
        grid-template-columns: 1fr;
    }
}
.partners-card-list__inner .partners-card {
    max-width: 100%;
    height: 100%;
}
.portal-functions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 240px;
}
@media only screen and (max-width: 1600px) {
    .portal-functions {
        grid-gap: 160px;
    }
}
@media only screen and (max-width: 1199px) {
    .portal-functions {
        grid-gap: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .portal-functions {
        grid-template-columns: 1fr;
        grid-gap: 60px;
    }
}
.portal-functions__text {
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0;
}
.portal-functions__card {
    padding-bottom: 40px;
    min-height: 302px;
    display: grid;
    grid-template-columns: 72px 1fr;
    grid-gap: 28px;
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .portal-functions__card {
        min-height: 160px;
        grid-template-columns: 48px 1fr;
    }
}
.portal-functions__card:last-of-type {
    padding: 0;
    min-height: 0;
}
.portal-functions__card:last-of-type:before {
    display: none;
}
.portal-functions__card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 35px;
    height: 100%;
    width: 2px;
    border-left: 2px solid transparent;
    border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='230' viewBox='0 0 2 230' fill='none'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.99999' y2='230' stroke='%23E1E4E6' stroke-width='2' stroke-dasharray='4 4'/%3E%3C/svg%3E") 2 repeat;
}
@media only screen and (max-width: 1022px) {
    .portal-functions__card:before {
        left: 24px;
    }
}
.portal-functions__card-nr {
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #007ebe;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}
.portal-functions__card-right {
    display: grid;
    grid-template-columns: 24px 1fr;
    grid-gap: 12px;
    padding-top: 8px;
    align-items: start;
}
.portal-functions__card-icon {
    width: 100%;
    display: flex;
}
.portal-functions__card-title {
    margin-bottom: 4px;
}
.portal-functions__card-text {
    color: #9c9d9d;
    font-size: 16px;
    line-height: 1.2;
}
.portal-functions__card-text .editor-text ul {
    grid-gap: 2px;
}
.portal-functions__card-text .editor-text ul li {
    padding-left: 28px;
}
.portal-functions__card-text .editor-text ul li::before {
    top: 0.5em;
    background-color: #9c9d9d;
    height: 5px;
    width: 5px;
}
.product-card-list .section-header {
    margin-bottom: 65px;
}
@media only screen and (max-width: 1199px) {
    .product-card-list .section-header {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .product-card-list .section-header {
        margin-bottom: 30px;
    }
}
.product-card-list__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: flex-start;
    grid-gap: 164px 48px;
}
@media only screen and (max-width: 1600px) {
    .product-card-list__inner {
        grid-gap: 164px 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .product-card-list__inner {
        grid-gap: 80px;
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 1022px) {
    .product-card-list__inner {
        grid-gap: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .product-card-list__inner {
        grid-gap: 20px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .product-card-list .product-card {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .product-card-list .product-card {
        max-width: 100%;
    }
}
.product-card-list__item {
    margin-bottom: 220px;
}
@media only screen and (max-width: 1199px) {
    .product-card-list__item {
        margin-bottom: 0;
    }
}
.product-card-list__item:nth-child(2) {
    margin-top: 216px;
}
@media only screen and (max-width: 1199px) {
    .product-card-list__item:nth-child(2) {
        margin-top: 0;
    }
}
.product-card-list__item:nth-child(even) {
    margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
    .product-card-list__item:nth-child(even) {
        margin-left: auto;
    }
}
@media only screen and (max-width: 1022px) {
    .product-card-list__item:nth-child(even) {
        margin-left: -24px;
        width: 100%;
    }
}
.product-card-list__item:nth-child(odd):not(:first-child) {
    margin-top: -225px;
}
@media only screen and (max-width: 1199px) {
    .product-card-list__item:nth-child(odd):not(:first-child) {
        margin-top: 0;
    }
}
.product-card-list__item:last-child, .product-card-list__item:nth-last-child(2) {
    margin-bottom: 0;
}
.product-detail .editor-text table {
    font-size: 18px;
    line-height: 1.78;
}
@media only screen and (max-width: 767px) {
    .product-detail .editor-text table {
        font-size: 16px;
    }
}

.product-detail {
    position: relative;
}
.product-detail .container {
    position: relative;
    z-index: 3;
}
@media only screen and (max-width: 1199px) {
    .product-detail__content {
        padding-top: 40px;
    }
}
.product-detail__bg {
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    overflow: hidden;
}
.product-detail__bg-inner {
    position: relative;
    height: 96px;
    background-color: var(--color-white);
}
@media only screen and (max-width: 1600px) {
    .product-detail__bg-inner {
        height: 70px;
    }
}
@media only screen and (max-width: 1199px) {
    .product-detail__bg-inner {
        display: none;
    }
}
.product-detail__bg-inner::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 72px;
    top: 0;
    background-color: var(--color-white);
    z-index: 3;
    height: 100%;
}
.product-detail .editor-text h1,
.product-detail .editor-text h2,
.product-detail .editor-text h3,
.product-detail .editor-text h4,
.product-detail .editor-text h5,
.product-detail .editor-text h6 {
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .product-detail .editor-text h1,
    .product-detail .editor-text h2,
    .product-detail .editor-text h3,
    .product-detail .editor-text h4,
    .product-detail .editor-text h5,
    .product-detail .editor-text h6 {
        margin-bottom: 10px;
    }
}
.product-detail .editor-text p,
.product-detail .editor-text ul,
.product-detail .editor-text ol {
    margin-bottom: 20px;
}
.product-detail .editor-text p:first-child,
.product-detail .editor-text ul:first-child,
.product-detail .editor-text ol:first-child {
    margin-top: 0;
}
.product-detail .editor-text p:last-child,
.product-detail .editor-text ul:last-child,
.product-detail .editor-text ol:last-child {
    margin-bottom: 0;
}
.product-detail .editor-text p + h1, .product-detail .editor-text p + h2, .product-detail .editor-text p + h3, .product-detail .editor-text p + h4, .product-detail .editor-text p + h5,
.product-detail .editor-text ul + h1,
.product-detail .editor-text ul + h2,
.product-detail .editor-text ul + h3,
.product-detail .editor-text ul + h4,
.product-detail .editor-text ul + h5,
.product-detail .editor-text ol + h1,
.product-detail .editor-text ol + h2,
.product-detail .editor-text ol + h3,
.product-detail .editor-text ol + h4,
.product-detail .editor-text ol + h5 {
    margin-top: 30px;
}
.product-detail .editor-text table {
    line-height: 1.33;
    border: 0;
}
.product-detail .editor-text table td,
.product-detail .editor-text table th {
    padding: 18px 10px;
}
.product-detail .editor-text table td:not(:first-child),
.product-detail .editor-text table th:not(:first-child) {
    border-left: 0;
    text-align: center;
}
.product-detail .editor-text table td:first-child,
.product-detail .editor-text table th:first-child {
    padding-left: 0;
}
.product-detail .editor-text table td:last-child,
.product-detail .editor-text table th:last-child {
    padding-right: 0;
}
.product-detail .editor-text table tr {
    border-bottom: 1px solid var(--color-primary-lines);
}
.product-detail .editor-text table thead tr {
    border-bottom: 2px solid var(--color-primary-lines);
}
.product-detail .document-list {
    margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
    .product-detail .document-list {
        margin-bottom: 40px;
    }
}
.product-detail .article-pagination {
    max-width: 100%;
}
.product-detail__inquiry-box-list {
    display: grid;
    grid-gap: 40px;
}
@media only screen and (max-width: 1022px) {
    .product-detail__inquiry-box-list {
        margin-top: 40px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .product-detail__inquiry-box-list {
        grid-template-columns: 1fr;
    }
}
.product-detail .person-card {
    max-width: 100%;
}
@media only screen and (min-width: 1200px) {
    .product-detail .person-card__content {
        padding: 22px 32px;
    }
}
.product-detail .person-card__name {
    margin-bottom: 4px;
}
.product-detail .person-card__contact {
    margin-top: 20px;
}
.product-detail__sidebar {
    padding-top: 118px;
}
@media only screen and (max-width: 1600px) {
    .product-detail__sidebar {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .product-detail__sidebar {
        padding-top: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .product-detail__sidebar {
        margin-top: 40px;
    }
}
.product-detail__sidebar-title {
    margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
    .product-results .container-fluid {
        padding: 0 8px;
    }
}
.product-results__row {
    display: grid;
    grid-gap: 96px;
    grid-template-columns: 224px 1fr;
    align-items: flex-start;
}
@media (max-width: 1600px) {
    .product-results__row {
        grid-gap: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .product-results__row {
        grid-template-columns: 1fr;
        grid-gap: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .product-results__row {
        grid-gap: 140px;
    }
}
.product-results__filter {
    display: grid;
    grid-gap: 50px;
}
@media only screen and (max-width: 1022px) {
    .product-results__filter {
        grid-gap: 22px 8px;
        padding: 0 16px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.product-results__filter-item-title {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 2px solid var(--color-primary-lines);
}
@media only screen and (max-width: 1022px) {
    .product-results__filter-item-title {
        font-size: 12px;
        line-height: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .product-results__filter-item-title {
        border-bottom-width: 1px;
        padding-bottom: 6px;
        margin-bottom: 12px;
    }
}
.product-results__filter-item-list {
    display: grid;
    grid-gap: 18px;
}
@media only screen and (max-width: 1022px) {
    .product-results__filter-item-list {
        grid-gap: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .product-results__filter-item .checkbox {
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .product-results__filter-item .checkbox__label {
        padding-left: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .product-results__filter-item .checkbox__label::after, .product-results__filter-item .checkbox__label::before {
        width: 16px;
        height: 16px;
    }
}
.product-results__list {
    display: grid;
    grid-gap: 80px;
    padding-top: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .product-results__list {
        grid-gap: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .product-results__list {
        grid-gap: 140px;
    }
}
.product-results .product-card-horizontal {
    max-width: 100%;
}
.product-results .hide {
    display: none;
}
.product-results .no-results {
    text-align: center;
}
.project-card-list__inner {
    max-width: calc(100% - 32px);
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 16px;
}
@media only screen and (max-width: 1199px) {
    .project-card-list__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1022px) {
    .project-card-list__inner {
        max-width: calc(100% - 48px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .project-card-list__inner {
        grid-template-columns: 1fr;
        grid-gap: 12px;
    }
}
.project-card-list__inner .project-card {
    max-width: 100%;
    height: 100%;
}
.project-card-list .no-results {
    text-align: center;
    display: none;
}
.search-empty__top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-end;
}
@media only screen and (max-width: 767px) {
    .search-empty__top {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
}
.search-news {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 48px;
}
@media only screen and (max-width: 1199px) {
    .search-news {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px 32px;
    }
}
@media only screen and (max-width: 767px) {
    .search-news {
        grid-template-columns: 1fr;
        grid-gap: 32px;
    }
}
.search-news__top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-end;
}
@media only screen and (max-width: 767px) {
    .search-news__top {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
}
.search-pages .title::before, .search-pages .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    height: 2px;
    background-color: var(--color-primary-blue);
    pointer-events: none;
}
.search-pages .title::before {
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.search-pages .title::after {
    transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.search-pages .title:hover::before, .search-pages .title:hover::after {
    width: 100%;
    left: 0;
}

.search-pages {
    display: flex;
    flex-direction: column;
    gap: 44px;
}
.search-pages__item:hover .title::before, .search-pages__item:hover .title::after,
.search-pages__item:hover .more-link__text::before,
.search-pages__item:hover .more-link__text::after {
    width: 100%;
    left: 0;
}
.search-pages__item:hover .more-link .icon {
    transform: translateX(8px);
}
.search-pages .title {
    color: #007ebe;
    margin-bottom: 8px;
    position: relative;
    display: inline-flex;
}
.search-pages .more-link {
    margin-top: 36px;
    pointer-events: none;
}
.search-pages__more {
    text-align: right;
}
.search-pages__content {
    border-top: 1px solid #e1e4e6;
    border-bottom: 1px solid #e1e4e6;
}
.search-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px 48px;
}
@media only screen and (max-width: 1199px) {
    .search-products {
        grid-template-columns: 1fr;
        grid-gap: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .search-products {
        grid-gap: 120px;
    }
}
.search-products__top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-end;
}
@media only screen and (max-width: 767px) {
    .search-products__top {
        padding-bottom: 100px;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }
}
.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;
    display: flex;
    justify-content: space-between;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    font-family: var(--font-secondary);
}
@media only screen and (min-width: 1023px) {
    .is-scrolled .header-main {
        background-color: var(--color-white);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }
}
@media only screen and (max-width: 1022px) {
    .header-main {
        position: absolute;
    }
}
@media only screen and (max-width: 1022px) and (max-width: 1022px) {
    .is-open-menu.is-scrolled .header-main {
        position: fixed;
    }
}
.body-scroll-locked .header-main {
    padding-right: var(--scroll-width, 0px);
}
.is-search-open .header-main {
    background-color: #fff;
}
.is-search-open .header-main .menu {
    opacity: 0;
}
.header-main__inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 1022px) {
    .header-main__inner {
        padding: 16px 0;
    }
}
.header-main__left, .header-main__right {
    position: relative;
    z-index: 9;
}
.header-main__logo {
    display: inline-block;
    position: relative;
    max-width: 206px;
    margin-top: 14px;
}
@media only screen and (max-width: 1600px) {
    .header-main__logo {
        margin-top: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .header-main__logo {
        max-width: 160px;
    }
}
@media only screen and (max-width: 1022px) {
    .header-main__logo {
        max-width: 150px;
    }
}
@media only screen and (max-width: 767px) {
    .header-main__logo {
        max-width: 104px;
    }
}
.header-main__logo img {
    width: auto;
    height: auto;
    object-fit: contain;
    transition: opacity 0.3s ease;
}
.is-open-menu .header-main__logo--default {
    opacity: 0;
}
.is-open-mega-menu .header-main__logo--default {
    opacity: 1;
}
.header-main__logo--white {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.is-open-menu .header-main__logo--white {
    opacity: 1;
}
.is-open-mega-menu .header-main__logo--white {
    opacity: 0;
}
.header-main__mobile-logo {
    max-width: 22px;
    width: 100%;
}
.header-main__mobile-logo img {
    width: 100%;
    object-fit: contain;
}
.header-main__right {
    display: flex;
    align-items: center;
    z-index: unset;
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .header-main__right {
        margin-right: 16px;
    }
}
@media only screen and (max-width: 1022px) {
    .header-main__right {
        padding: 4px 24px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: var(--color-white);
        z-index: 10;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    }
    .header-main__right .language-dropdown,
    .header-main__right .country-switcher-btn {
        display: none;
    }
}
.header-main__search-btn {
    padding: 4px;
    margin-right: 28px;
}
@media only screen and (max-width: 1199px) {
    .header-main__search-btn {
        margin-right: 16px;
    }
}
@media only screen and (max-width: 1022px) {
    .header-main__search-btn {
        margin-right: 0;
        padding: 6px 0;
        width: 22px;
    }
}
.header-main__search-btn .icon {
    pointer-events: none;
}
.header-main__search-btn .icon::before {
    background-color: var(--color-primary-blue);
}
.header-main__search-btn:hover .icon::before {
    background-color: var(--color-primary-black);
}
.header-main--white-bg {
    background-color: var(--color-white);
}
.header-main--white-color .header-main__logo--default {
    opacity: 0;
}
@media only screen and (min-width: 1023px) {
    .is-open-mega-menu .header-main--white-color .header-main__logo--default, .is-scrolled .header-main--white-color .header-main__logo--default {
        opacity: 1;
    }
}
@media only screen and (max-width: 1022px) {
    .is-open-mega-menu .header-main--white-color .header-main__logo--default {
        opacity: 1;
    }
}
.header-main--white-color .header-main__logo--white {
    opacity: 1;
}
@media only screen and (min-width: 1023px) {
    .is-open-mega-menu .header-main--white-color .header-main__logo--white, .is-scrolled .header-main--white-color .header-main__logo--white {
        opacity: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .is-open-mega-menu .header-main--white-color .header-main__logo--white {
        opacity: 0;
    }
}
@media only screen and (min-width: 1023px) {
    .header-main--white-color {
        color: var(--color-white);
    }
    .is-scrolled .header-main--white-color {
        color: var(--color-primary-blue);
    }
    .is-open-mega-menu .header-main--white-color {
        color: var(--color-primary-text);
    }
    .header-main--white-color .menu__link {
        color: currentColor;
    }
    .header-main--white-color .menu__link:hover {
        color: currentColor;
    }
    .header-main--white-color .menu__link::before {
        background-color: currentColor;
    }
    .header-main--white-color .country-switcher-btn {
        color: currentColor;
        border-color: currentColor;
    }
    .header-main--white-color .country-switcher-btn:hover {
        border-color: currentColor;
    }
    .header-main--white-color .country-switcher-btn .icon::before {
        background-color: currentColor;
    }
    .is-scrolled .header-main--white-color .country-switcher-btn {
        color: var(--color-primary-text);
        border-color: var(--color-primary-gray);
    }
    .is-scrolled .header-main--white-color .country-switcher-btn .icon::before {
        background-color: var(--color-primary-gray);
    }
    .header-main--white-color .language-dropdown__placeholder .icon::before {
        background-color: currentColor;
    }
    .header-main--white-color .language-dropdown__link:hover {
        color: var(--color-primary-blue);
    }
    .is-scrolled .header-main--white-color .language-dropdown__placeholder {
        color: var(--color-primary-text);
    }
    .is-scrolled .header-main--white-color .language-dropdown__placeholder .icon::before {
        background-color: var(--color-primary-gray);
    }
    .is-scrolled .header-main--white-color .language-dropdown__link {
        color: var(--color-primary-text);
    }
    .is-scrolled .header-main--white-color .language-dropdown__link:hover {
        color: var(--color-primary-blue);
    }
    .header-main--white-color .language-dropdown:hover {
        color: var(--color-primary-text);
    }
    .header-main--white-color .header-main__search-btn .icon::before {
        background-color: var(--color-white);
    }
    .is-scrolled .header-main--white-color .header-main__search-btn .icon::before, .is-open-mega-menu .header-main--white-color .header-main__search-btn .icon::before {
        background-color: var(--color-primary-blue);
    }
}

.country-switcher-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 2px solid var(--color-primary-gray);
    font-size: 16px;
    min-height: 48px;
    line-height: 1.62;
    transition: color 0.3s ease, border 0.3s ease;
    position: relative;
    z-index: 3;
}
@media only screen and (max-width: 1022px) {
    .country-switcher-btn {
        font-size: 14px;
        min-height: 44px;
        padding: 6px 16px;
        border-color: currentColor;
    }
}
.country-switcher-btn.blue {
    background-color: #007ebe;
    color: #fff;
}
.country-switcher-btn.blue .icon:before {
    background-color: #fff;
}
.country-switcher-btn span,
.country-switcher-btn i {
    pointer-events: none;
}
.country-switcher-btn .icon {
    margin-left: 10px;
    transition: transform 0.3s ease;
}
.is-open-mega-menu .country-switcher-btn .icon {
    transform: scaleY(-1);
}
.country-switcher-btn .icon::before {
    background-color: var(--color-primary-gray);
}
@media only screen and (max-width: 1022px) {
    .country-switcher-btn .icon::before {
        background-color: currentColor;
    }
}
@media only screen and (min-width: 1023px) {
    .country-switcher-btn:hover {
        border-color: var(--color-primary-black);
    }
}

.mobile-hamburger {
    cursor: pointer;
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: var(--color-primary-blue);
}
@media only screen and (max-width: 1022px) {
    .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);
}

.mega-menu-hamburger {
    z-index: 12;
    opacity: 0;
    pointer-events: none;
}
.is-open-mega-menu .mega-menu-hamburger {
    opacity: 1;
    pointer-events: all;
}
.timeline-slider__slide {
    overflow: hidden;
}
.timeline-slider__slide-year {
    position: absolute;
    left: -30px;
    top: -40px;
}
@media only screen and (max-width: 1600px) {
    .timeline-slider__slide-year {
        top: -32px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .timeline-slider__slide-year {
        top: -26px;
    }
}
@media only screen and (max-width: 1022px) {
    .timeline-slider__slide-year {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 8px;
    }
}
.timeline-slider__slide-image {
    position: relative;
    height: 100%;
}
@media only screen and (max-width: 1022px) {
    .timeline-slider__slide-image {
        height: 0;
        padding-bottom: 56.25%;
        margin: 0 0 16px -24px;
        width: calc(100% + 48px);
    }
}
.timeline-slider__slide-image-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 58vw;
    height: 100%;
    max-height: 720px;
}
@media only screen and (max-width: 1600px) {
    .timeline-slider__slide-image-inner {
        max-height: 500px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .timeline-slider__slide-image-inner {
        max-height: 460px;
    }
}
@media only screen and (max-width: 1022px) {
    .timeline-slider__slide-image-inner {
        width: 100%;
    }
}
.timeline-slider__slide-content {
    max-width: 432px;
    min-height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 80px 0 114px;
}
@media only screen and (max-width: 1600px) {
    .timeline-slider__slide-content {
        min-height: 500px;
    }
}
@media only screen and (max-width: 1022px) {
    .timeline-slider__slide-content {
        min-height: 1px;
        max-width: 100%;
        padding: 0;
    }
}
.timeline-slider__slide-text {
    max-width: 432px;
    position: relative;
    z-index: 3;
}
@media only screen and (max-width: 1022px) {
    .timeline-slider__slide-text {
        max-width: 100%;
    }
}

.swiper-nav {
    position: absolute;
    left: 0;
    bottom: 66px;
    width: 100%;
    z-index: 3;
    pointer-events: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .swiper-nav {
        bottom: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .swiper-nav {
        bottom: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .swiper-nav {
        position: relative;
        margin-top: 40px;
        bottom: 0;
        display: flex;
        justify-content: center;
    }
}
.swiper-nav__inner {
    position: relative;
    width: 100%;
    max-width: 432px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: all;
    gap: 8px;
}
@media only screen and (max-width: 1199px) {
    .swiper-nav__inner {
        max-width: 380px;
    }
}
@media only screen and (max-width: 1022px) {
    .swiper-nav__inner {
        max-width: 320px;
        margin: 0 auto;
    }
}
.swiper-nav__button {
    position: relative;
    padding: 8px 0;
    z-index: 4;
    top: -5px;
}
@media only screen and (min-width: 1200px) {
    .swiper-nav__button .icon {
        width: 34px;
        height: 12px;
    }
}
.swiper-nav__button .icon::before {
    background-color: var(--color-primary-blue);
}
.swiper-nav__button[aria-disabled=true] .icon::before {
    background-color: var(--color-primary-lines);
}
.swiper-nav .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: space-around;
}
.swiper-nav .swiper-pagination-bullets.swiper-pagination-horizontal::before {
    content: "";
    left: 0;
    width: 100%;
    top: 3px;
    height: 1px;
    position: absolute;
    border-bottom: 2px dashed var(--color-primary-lines);
}
.swiper-nav .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--color-primary-lines);
    opacity: 1;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-radius: 0;
    position: relative;
    z-index: 3;
}
.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-primary-blue);
}
@media only screen and (min-width: 1023px) {
    .swiper-nav .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
        transform: scale(1.5);
    }
}
.tv-emission-meters {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}
.tv-emission-meters .mod-status__inner {
    width: 100%;
}
.tv-emission-meters__header {
    display: flex;
}
@media only screen and (max-width: 1022px) {
    .tv-emission-meters__header {
        flex-direction: column;
    }
}
.tv-emission-meters__logo {
    background-color: var(--color-white);
    width: 240px;
    min-height: 88px;
    flex-shrink: 0;
}
.tv-emission-meters__logo img {
    width: 100%;
    max-width: 152px;
}
.tv-emission-meters__row {
    flex: auto;
    display: grid;
    grid-template-columns: 1fr 512px;
}
@media only screen and (max-width: 1022px) {
    .tv-emission-meters__row {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
}
.tv-emission-meters__list {
    margin: auto;
    width: 100%;
    max-width: 1140px;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1199px) {
    .tv-emission-meters__list {
        grid-gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .tv-emission-meters__list {
        grid-template-columns: 1fr;
    }
}
.tv-emission-meters__content {
    padding: 20px 50px 20px 56px;
    display: flex;
    flex-direction: column;
    flex: auto;
    justify-content: center;
}
@media only screen and (max-width: 1022px) {
    .tv-emission-meters__content {
        padding: 40px 20px;
    }
}
.tv-emission-meters .editor-text {
    margin-bottom: 20px;
}
.tv-emission-meters .editor-text hr {
    width: 100%;
    height: 1px;
    border: 0;
    display: block;
    background-color: #e1e4e5;
}
.tv-emission-meters .editor-text p,
.tv-emission-meters .editor-text ul {
    margin: 16px 0;
}
.tv-emission-meters .editor-text p:last-child,
.tv-emission-meters .editor-text ul:last-child {
    margin-bottom: 0;
}
.tv-emission-meters .editor-text p:first-child,
.tv-emission-meters .editor-text ul:first-child {
    margin-top: 0;
}
.tv-emission-meters .editor-text ul {
    grid-gap: 0;
}
.tv-emission-meters .editor-text ul li {
    padding-left: 24px;
}
.tv-emission-meters .editor-text ul li::before {
    background-color: currentColor;
    left: 10px;
    width: 4px;
    height: 4px;
    top: 13px;
}
.tv-emission-meters__legends {
    border-top: 1px solid #e1e4e5;
    margin-top: 16px;
    display: grid;
    grid-gap: 10px;
    padding-top: 16px;
}
.tv-emission-meters__legends-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}
.tv-emission-meters__legends-list {
    margin-top: 8px;
    display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tv-emission-meters__legends-item {
    display: flex;
    align-content: inherit;
    gap: 6px;
}
.wizard-module__item::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.wizard-module__list {
    display: grid;
    grid-gap: 8px;
}
.wizard-module__item {
    display: grid;
    align-items: center;
    grid-template-columns: 19.2% 1fr;
    grid-gap: 24px;
    position: relative;
    font-weight: 600;
    padding: 16px 16px 16px 88px;
}
@media only screen and (max-width: 1199px) {
    .wizard-module__item {
        grid-template-columns: 64px 1fr;
        padding: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .wizard-module__item {
        grid-template-columns: 48px 1fr;
        grid-gap: 16px;
    }
}
.wizard-module__item::before {
    background-color: var(--color-primary-background);
    z-index: -1;
}
@media only screen and (max-width: 1022px) {
    .wizard-module__item::before {
        width: calc(100% + 48px);
        left: -24px;
    }
}
.wizard-module__number {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 64px;
    padding: 5px;
    color: var(--color-white);
    background: var(--color-primary-blue);
}
@media only screen and (max-width: 1199px) {
    .wizard-module__number {
        height: 64px;
        line-height: 1.3;
        position: relative;
    }
}
@media only screen and (max-width: 1022px) {
    .wizard-module__number {
        width: 48px;
    }
}
.wizard-module__label {
    line-height: normal;
}
@media only screen and (max-width: 1199px) {
    .wizard-module__label {
        padding: 10px 10px 10px 0;
    }
}
@media only screen and (max-width: 767px) {
    .wizard-module__label {
        font-size: 16px;
    }
}
.wizard-module__button-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
@media only screen and (max-width: 1199px) {
    .wizard-module__button-group {
        gap: 12px;
        padding: 0 16px 16px;
        grid-column: span 2;
    }
}
@media only screen and (max-width: 1022px) {
    .wizard-module__button-group {
        gap: 8px;
        padding: 0 0 16px;
    }
}
@media only screen and (max-width: 767px) {
    .wizard-module__button-group {
        align-items: flex-start;
        flex-direction: column;
    }
}
.wizard-module__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .wizard-module__footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        font-size: 16px;
    }
}
.wizard-module__footer-left {
    font-weight: 500;
}
.wizard-module__footer-right {
    margin-left: auto;
}
@media only screen and (max-width: 767px) {
    .wizard-module__footer-right {
        margin-left: 0;
    }
}
.wizard-module__footer-right .btn {
    font-weight: 600;
}
.wizard-module__contact-link {
    color: var(--color-primary-blue);
}
.wizard-module__contact-link:hover {
    color: var(--color-primary-blue-dark);
}

/*# sourceMappingURL=bundle.css.map */
