.slider-nav__arrow::after {
    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,
.bg-image picture,
.bg-image picture 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 {
    font-size: 20px;
    line-height: 1.5;
}
@media only screen and (max-width: 1022px) {
    body {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 16px;
    }
}

.text--140 {
    font-family: var(--font-secondary);
    font-size: 140px;
    line-height: 1.15;
}
@media only screen and (max-width: 1640px) {
    .text--140 {
        font-size: 120px;
    }
}
@media only screen and (max-width: 1200px) {
    .text--140 {
        font-size: 100px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--140 {
        font-size: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .text--140 {
        font-size: 50px;
    }
}

.text--64 {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -0.04em;
}
@media only screen and (max-width: 1640px) {
    .text--64 {
        font-size: 48px;
    }
}
@media only screen and (max-width: 1200px) {
    .text--64 {
        font-size: 44px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--64 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .text--64 {
        font-size: 32px;
    }
}

.text--32 {
    font-size: 32px;
    line-height: 1.5;
}
@media only screen and (max-width: 1200px) {
    .text--32 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .text--32 {
        font-size: 20px;
    }
}

.text--30 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.6px;
}
@media only screen and (max-width: 1200px) {
    .text--30 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .text--30 {
        font-size: 20px;
    }
}

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

.text--20 {
    font-size: 20px;
}

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

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

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

.text--12 {
    font-size: 12px;
    line-height: 1.2;
}

.text--10 {
    font-size: 10px;
}

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: 10px;
    outline-width: 2px;
    transition: outline-offset 0.2s linear;
}

.text *,
.title *,
.title-main * {
    color: inherit;
    font-size: inherit;
    font-weight: 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);
}

.bg-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.label {
    position: relative;
    margin: 0 0 4px;
    display: block;
    z-index: 4;
    font-size: 16px;
    font-weight: 400;
}

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-font-color: #fff;
    --color-gray-light: #d9d9d9;
    --color-gray-50: #fafafa;
    --color-gray-100: #f5f5f5;
    --color-gray-200: #e5e5e5;
    --color-gray-300: #d4d4d4;
    --color-gray-400: #a3a3a3;
    --color-gray-500: #737373;
    --color-gray-600: #525252;
    --color-gray-700: #404040;
    --color-gray-800: #262626;
    --color-gray-900: #171717;
    --color-gray-950: #0a0a0a;
    --color-charcoal-gray: #404041;
    --color-warm-beige: #e8d8c3;
    --color-cool-beige: #f3eeeb;
    --color-terra-cotta: #b23837;
    --color-green: #7a8b5a;
    --color-red: #ed0530;
    --color-red-50: rgba(237, 5, 48, 0.05);
    --color-focus: rgba(0, 0, 0, 0.5);
    --color-validation-failed: #f00;
    --font-primary: IBM Plex Sans, sans-serif;
    --font-secondary: IBM Plex Serif, sans-serif;
    --easing-default: cubic-bezier(0.16, 1, 0.3, 1);
    --easing-slow: cubic-bezier(0.4, 0, 0.2, 1);
    --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);
    --shadow-default: 0px 3px 6px 0px rgba(0, 0, 0, 0.0196078431), 0px 11px 11px 0px rgba(0, 0, 0, 0.0196078431), 0px 25px 15px 0px rgba(0, 0, 0, 0.0117647059), 0px 44px 18px 0px rgba(0, 0, 0, 0), 0px 69px 19px 0px rgba(0, 0, 0, 0);
}

*,
*::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: 1201px) {
    .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: 1640px) {
    .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% - 32px);
    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: -8px;
    margin-right: -8px;
}

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

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

a,
button,
.btn,
.focus-visible,
.focus-within {
    outline-offset: 10px;
}
input:focus-visible {
    outline-offset: 2px;
}

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.mt-240 {
    margin-top: 240px;
}
@media only screen and (max-width: 1640px) {
    .mt-240 {
        margin-top: 200px;
    }
}
@media only screen and (max-width: 1200px) {
    .mt-240 {
        margin-top: 160px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-240 {
        margin-top: 128px;
    }
}
.mt-160 {
    margin-top: 160px;
}
@media only screen and (max-width: 1200px) {
    .mt-160 {
        margin-top: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-160 {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-160 {
        margin-top: 60px;
    }
}
.mt-150 {
    margin-top: 150px;
}
@media only screen and (max-width: 1200px) {
    .mt-150 {
        margin-top: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-150 {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-150 {
        margin-top: 60px;
    }
}
.mt-128 {
    margin-top: 128px;
}
@media only screen and (max-width: 1200px) {
    .mt-128 {
        margin-top: 80px;
    }
}
.mt-120 {
    margin-top: 120px;
}
@media only screen and (max-width: 1640px) {
    .mt-120 {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .mt-120 {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-120 {
        margin-top: 60px;
    }
}
.mt-100 {
    margin-top: 100px;
}
@media only screen and (max-width: 1200px) {
    .mt-100 {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-100 {
        margin-top: 60px;
    }
}
.mt-96 {
    margin-top: 96px;
}
@media only screen and (max-width: 1200px) {
    .mt-96 {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-96 {
        margin-top: 64px;
    }
}
.mt-90 {
    margin-top: 90px;
}
@media only screen and (max-width: 1200px) {
    .mt-90 {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-90 {
        margin-top: 40px;
    }
}
.mt-80 {
    margin-top: 80px;
}
@media only screen and (max-width: 1200px) {
    .mt-80 {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-80 {
        margin-top: 40px;
    }
}
.mt-70 {
    margin-top: 70px;
}
@media only screen and (max-width: 1200px) {
    .mt-70 {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-70 {
        margin-top: 40px;
    }
}
.mt-64 {
    margin-top: 64px;
}
@media only screen and (max-width: 1200px) {
    .mt-64 {
        margin-top: 48px;
    }
}
.mt-60 {
    margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
    .mt-60 {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-60 {
        margin-top: 30px;
    }
}
.mt-50 {
    margin-top: 50px;
}
@media only screen and (max-width: 1200px) {
    .mt-50 {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-50 {
        margin-top: 30px;
    }
}
.mt-44 {
    margin-top: 44px;
}
@media only screen and (max-width: 1022px) {
    .mt-44 {
        margin-top: 32px;
    }
}
.mt-40 {
    margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
    .mt-40 {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-40 {
        margin-top: 20px;
    }
}
.mt-32 {
    margin-top: 32px;
}
@media only screen and (max-width: 1200px) {
    .mt-32 {
        margin-top: 20px;
    }
}
.mt-30 {
    margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
    .mt-30 {
        margin-top: 20px;
    }
}
.mt-24 {
    margin-top: 24px;
}
@media only screen and (max-width: 1200px) {
    .mt-24 {
        margin-top: 15px;
    }
}
.mt-20 {
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .mt-20 {
        margin-top: 12px;
    }
}
.mt-16 {
    margin-top: 16px;
}
@media only screen and (max-width: 767px) {
    .mt-16 {
        margin-top: 8px;
    }
}
.mt-12 {
    margin-top: 12px;
}
.mt-8 {
    margin-top: 8px;
}

.mb-240 {
    margin-bottom: 240px;
}
@media only screen and (max-width: 1640px) {
    .mb-240 {
        margin-bottom: 200px;
    }
}
@media only screen and (max-width: 1200px) {
    .mb-240 {
        margin-bottom: 160px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-240 {
        margin-bottom: 128px;
    }
}
.mb-160 {
    margin-bottom: 160px;
}
@media only screen and (max-width: 1200px) {
    .mb-160 {
        margin-bottom: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-160 {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-160 {
        margin-bottom: 60px;
    }
}
.mb-150 {
    margin-bottom: 150px;
}
@media only screen and (max-width: 1200px) {
    .mb-150 {
        margin-bottom: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-150 {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-150 {
        margin-bottom: 60px;
    }
}
.mb-128 {
    margin-bottom: 128px;
}
@media only screen and (max-width: 1200px) {
    .mb-128 {
        margin-bottom: 80px;
    }
}
.mb-120 {
    margin-bottom: 120px;
}
@media only screen and (max-width: 1200px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-120 {
        margin-bottom: 60px;
    }
}
.mb-100 {
    margin-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-100 {
        margin-bottom: 60px;
    }
}
.mb-96 {
    margin-bottom: 96px;
}
@media only screen and (max-width: 1200px) {
    .mb-96 {
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-96 {
        margin-bottom: 64px;
    }
}
.mb-90 {
    margin-bottom: 90px;
}
@media only screen and (max-width: 1200px) {
    .mb-90 {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-90 {
        margin-bottom: 40px;
    }
}
.mb-80 {
    margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
    .mb-80 {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-80 {
        margin-bottom: 40px;
    }
}
.mb-70 {
    margin-bottom: 70px;
}
@media only screen and (max-width: 1200px) {
    .mb-70 {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-70 {
        margin-bottom: 40px;
    }
}
.mb-64 {
    margin-bottom: 64px;
}
@media only screen and (max-width: 1200px) {
    .mb-64 {
        margin-bottom: 48px;
    }
}
.mb-60 {
    margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}
.mb-50 {
    margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
    .mb-50 {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-50 {
        margin-bottom: 30px;
    }
}
.mb-44 {
    margin-bottom: 44px;
}
@media only screen and (max-width: 1200px) {
    .mb-44 {
        margin-bottom: 32px;
    }
}
.mb-40 {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
    .mb-40 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-40 {
        margin-bottom: 20px;
    }
}
.mb-32 {
    margin-bottom: 32px;
}
@media only screen and (max-width: 1200px) {
    .mb-32 {
        margin-bottom: 20px;
    }
}
.mb-30 {
    margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
    .mb-30 {
        margin-bottom: 20px;
    }
}
.mb-24 {
    margin-bottom: 24px;
}
@media only screen and (max-width: 1200px) {
    .mb-24 {
        margin-bottom: 15px;
    }
}
.mb-20 {
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .mb-20 {
        margin-bottom: 12px;
    }
}
.mb-16 {
    margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
    .mb-16 {
        margin-bottom: 8px;
    }
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-0 {
    margin-bottom: 0px;
}

/* stylelint-disable */
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
    --swiper-theme-color: #007aff;
    /*
     --swiper-preloader-color: var(--swiper-theme-color);
     --swiper-wrapper-transition-timing-function: initial;
     */
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.swiper {
    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-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

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

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

.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-cube-shadow {
    transform-style: preserve-3d;
}

/* 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-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.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-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));
}

.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-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);
    }
}
/* Slide styles end */
/* stylelint-enable */
/* stylelint-disable */
.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 {
    pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

/* stylelint-enable */
@font-face {
    font-family: "IBM Plex Serif";
    src: url("../fonts/IBMPlexSerif-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "IBM Plex Serif";
    src: url("../fonts/IBMPlexSerif-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../fonts/IBMPlexSans-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../fonts/IBMPlexSans-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../fonts/IBMPlexSans-Italic.woff2") format("woff2");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../fonts/IBMPlexSans-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../fonts/IBMPlexSans-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../fonts/IBMPlexSans-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.cover-bg {
    background-size: cover;
    background-position: center center;
}
.cover-bg img {
    display: none;
}

.covered {
    max-height: initial;
}
.bg-image img,
.bg-image picture,
.bg-image picture img {
    max-height: initial;
}
.bg-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bg-beige {
    background-color: var(--color-cool-beige);
}

.overflow-h {
    overflow: hidden;
}

.p-none {
    pointer-events: none;
}

.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--gray-50 {
    color: var(--color-gray-50);
}
.text--gray-100 {
    color: var(--color-gray-100);
}
.text--gray-200 {
    color: var(--color-gray-200);
}
.text--gray-300 {
    color: var(--color-gray-300);
}
.text--gray-400 {
    color: var(--color-gray-400);
}
.text--gray-500 {
    color: var(--color-gray-500);
}
.text--gray-600 {
    color: var(--color-gray-600);
}
.text--gray-700 {
    color: var(--color-gray-700);
}
.text--gray-800 {
    color: var(--color-gray-800);
}
.text--gray-900 {
    color: var(--color-gray-900);
}
.text--gray-950 {
    color: var(--color-gray-950);
}
.text--red {
    color: var(--color-validation-failed);
}
.text--lt {
    font-weight: 300;
}
.text--rg {
    font-weight: 400;
}
.text--md {
    font-weight: 500;
}
.text--sb {
    font-weight: 600;
}
.text--bd {
    font-weight: 700;
}
.text--bk {
    font-weight: 800;
}
.text--uppercase {
    text-transform: uppercase;
}

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

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

[data-indicator-wrapper] {
    position: relative;
}

.opacity-5 {
    opacity: 0.5;
}
.opacity-75 {
    opacity: 0.75;
}

.d-none,
.hide {
    display: none !important;
}

.show {
    display: block;
}

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

.d-flex {
    display: flex;
}

.f-auto {
    flex: auto;
    display: flex;
    flex-direction: column;
}

.container--large {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 8px;
}
@media only screen and (max-width: 1200px) {
    .container--large {
        max-width: calc(100% - 16px);
    }
}

.rounded-6 {
    border-radius: 6px;
}
.rounded-8 {
    border-radius: 8px;
}
.rounded-16 {
    border-radius: 16px;
}
.rounded-24 {
    border-radius: 24px;
}
.rounded-32 {
    border-radius: 32px;
}
@media only screen and (max-width: 767px) {
    .rounded-32 {
        border-radius: 24px;
    }
}

.swiper {
    -webkit-user-select: none;
    user-select: none;
}

.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination {
    position: relative;
    bottom: 0;
    top: 0;
    width: 100%;
    line-height: normal;
    display: flex;
    justify-content: center;
    gap: 12px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-bullet {
    margin: 0;
}
.swiper-pagination-bullets.swiper-pagination-horizontal-bullet,
.swiper-pagination-bullet {
    height: 5px;
    width: 5px;
    border: 0;
    outline: 0;
    border-radius: 100%;
    margin: 0;
    opacity: 1;
    background-color: var(--color-gray-500);
    transition: background-color 80ms ease-out, opacity 80ms ease-out;
}
.swiper-pagination-bullets.swiper-pagination-horizontal-bullet-active,
.swiper-pagination-bullet-active {
    background-color: var(--color-white);
}
@media only screen and (min-width: 1023px) {
    .swiper-pagination-bullets.swiper-pagination-horizontal-bullet:hover,
    .swiper-pagination-bullet:hover {
        background-color: var(--color-white);
    }
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next {
    margin: 0;
    top: 0;
    right: initial;
    left: 0;
}
.swiper-horizontal .swiper-button-prev svg,
.swiper-horizontal .swiper-button-next svg,
.swiper-horizontal ~ .swiper-button-prev svg,
.swiper-horizontal ~ .swiper-button-next svg {
    display: none;
}

.slider-nav {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}
.slider-nav.d-none {
    display: none;
}
.slider-nav__arrow {
    position: relative;
    margin: 0;
    top: 0;
    left: 0;
    bottom: initial;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 100%;
    background-color: transparent;
    color: var(--color-gray-950);
    opacity: 1;
    border: 1px solid var(--color-gray-950);
    transition: background-color 0.3s var(--easing-default), border-color 0.3s var(--easing-default), color 0.3s var(--easing-default), opacity 0.3s var(--easing-default);
}
@media only screen and (max-width: 767px) {
    .slider-nav__arrow {
        width: 40px;
        height: 40px;
    }
}
.slider-nav__arrow::after {
    background: linear-gradient(82.51deg, #b23837 16.69%, #c0653d 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 100%;
}
.slider-nav__arrow svg {
    display: none;
}
.slider-nav__arrow .icon {
    width: 8px;
    height: 14px;
    position: relative;
    z-index: 2;
}
.slider-nav__arrow .icon::before {
    background-color: currentColor;
}
.slider-nav__arrow .icon-arrow-left::before {
    transform: scaleX(-1);
}
@media only screen and (min-width: 1023px) {
    .slider-nav__arrow:hover {
        color: var(--color-white);
        border-color: var(--color-terra-cotta);
    }
    .slider-nav__arrow:hover::after {
        opacity: 1;
    }
}
.slider-nav__arrow:focus-visible {
    outline-offset: 0;
}
.slider-nav__arrow.swiper-button-disabled {
    opacity: 0.2;
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    [data-slider-parent] .swiper {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding: 0 16px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        display: flex;
        overflow: auto;
        min-width: 0;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    [data-slider-parent] .swiper::-webkit-scrollbar {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    [data-slider-parent] .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        width: auto;
    }
}
@media only screen and (max-width: 767px) {
    [data-slider-parent] .swiper:not(.swiper-initialized) .swiper-pagination, [data-slider-parent] .swiper:not(.swiper-initialized) .swiper-slide:not(:first-of-type) {
        display: block !important;
    }
}
[data-slider-parent]:has(.arrow-right.swiper-button-disabled) .swiper::after, [data-slider-parent]:has(.arrow-left.swiper-button-disabled) .swiper::before {
    opacity: 0;
}

.p-0 {
    padding: 0 !important;
}

.p-relative {
    position: relative;
}

.z-top {
    position: relative;
    z-index: 3;
}

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

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

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

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

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

p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 80ms ease-out, border 80ms ease-out;
}

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

.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 rgba(255, 255, 255, 0) inset !important;
    box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
    -webkit-text-fill-color: var(--color-white) !important;
    caret-color: var(--color-white) !important;
    transition: background-color 9999s ease-in-out 0s;
}

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;
    position: relative;
    z-index: 1;
}
main:has(.sc-hero-module:first-child) {
    padding-top: 0;
}

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

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

.grecaptcha-badge,
.g-captcha,
.g-recaptcha {
    position: absolute !important;
    right: 100vw !important;
    top: -100vh !important;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

div#qm-fatal,
div#qm-fatal h2 {
    background: #000000 !important;
}

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

.editable-section {
    position: relative;
    cursor: pointer;
    outline: 1px dashed rgba(80, 80, 80, 0.4);
    background-color: rgba(0, 0, 0, 0.02);
    transition: background-color 0.5s ease, outline-color 0.5s ease;
}
.editable-section:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.editable-section:hover::before {
    content: "Edit this module";
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(3px);
    font-size: 0.95rem;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
    pointer-events: none;
    z-index: 1000;
    text-align: center;
    border-radius: 4px;
    opacity: 0;
    animation: classyFade 0.6s ease forwards;
}

@keyframes classyFade {
    from {
        opacity: 0;
        transform: scale(0.985);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.development-error--active {
    overflow: hidden;
}

.development-error__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    z-index: 100000000000000000;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10vh 15px 0;
}
@media (max-height: 812px) {
    .development-error__wrapper {
        padding: 15px 15px 0;
    }
}
.development-error__wrapper.is-hidden {
    display: none;
}

.development-error {
    --size-gap-half: 4px;
    --size-gap: 8px;
    --size-gap-double: 16px;
    --size-gap-triple: 24px;
    --size-gap-quad: 32px;
    --size-font-small: 14px;
    --size-font: 16px;
    --size-font-big: 20px;
    --size-font-bigger: 24px;
    --color-accents-1: #808080;
    --color-accents-2: #222222;
    --color-accents-3: #404040;
    --font-stack-monospace: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
    --color-ansi-selection: rgba(95, 126, 151, 0.48);
    --color-ansi-bg: #111111;
    --color-ansi-fg: #cccccc;
    --color-ansi-white: #777777;
    --color-ansi-black: #141414;
    --color-ansi-blue: #00aaff;
    --color-ansi-cyan: #88ddff;
    --color-ansi-green: #98ec65;
    --color-ansi-magenta: #aa88ff;
    --color-ansi-red: #ff5555;
    --color-ansi-yellow: #ffcc33;
    --color-ansi-bright-white: #ffffff;
    --color-ansi-bright-black: #777777;
    --color-ansi-bright-blue: #33bbff;
    --color-ansi-bright-cyan: #bbecff;
    --color-ansi-bright-green: #b6f292;
    --color-ansi-bright-magenta: #cebbff;
    --color-ansi-bright-red: #ff8888;
    --color-ansi-bright-yellow: #ffd966;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    outline: none;
    background: white;
    border-radius: var(--size-gap);
    box-shadow: 0 var(--size-gap-half) var(--size-gap-double) rgba(0, 0, 0, 0.25);
    max-height: calc(100% - 56px);
    overflow-y: hidden;
}
@media (min-width: 576px) {
    .development-error {
        max-width: 540px;
        box-shadow: 0 var(--size-gap) var(--size-gap-quad) rgba(0, 0, 0, 0.25);
    }
}
@media (min-width: 768px) {
    .development-error {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .development-error {
        max-width: 960px;
    }
}
.development-error small {
    font-size: 80%;
    color: #757575;
}
.development-error__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(17, 17, 17, 0.2);
    pointer-events: all;
    cursor: not-allowed;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    z-index: -1;
}
.development-error__banner {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border-top-width: var(--size-gap-half);
    border-bottom-width: 0;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: var(--color-ansi-red);
}
.development-error__header {
    position: relative;
    margin-bottom: var(--size-gap-double);
}
.development-error__header button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 0 20px 20px;
    font-size: 24px;
}
.development-error__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    padding: 0;
}
.development-error__content {
    position: relative;
    overflow-y: auto;
    border: none;
    margin: 0;
    padding: calc(var(--size-gap-double) + var(--size-gap-half)) var(--size-gap-double);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.development-error__body {
    position: relative;
    flex: 1 1 auto;
}
.development-error__terminal {
    border-radius: var(--size-gap-half);
    background-color: var(--color-ansi-bg);
    color: var(--color-ansi-fg);
}
.development-error__terminal * {
    color: inherit;
    background-color: transparent;
    font-family: var(--font-stack-monospace);
}
.development-error__terminal > * {
    margin: 0;
    padding: calc(var(--size-gap) + var(--size-gap-half)) calc(var(--size-gap-double) + var(--size-gap-half));
}
.development-error__terminal pre {
    white-space: pre-wrap;
    word-break: break-word;
}
.development-error__terminal pre b {
    color: var(--color-ansi-cyan);
}
.development-error footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--size-gap);
}
.development-error footer button small {
    color: black;
    font-weight: 500;
}
.development-error footer small span {
    color: black;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.btn {
    position: relative;
    cursor: pointer;
    font-family: var(--font-primary);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    padding: 10px 32px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    font-weight: 600;
    justify-content: center;
    gap: 10px;
    color: var(--color-white);
    background-color: var(--color-terra-cotta);
    overflow: hidden;
    min-height: 56px;
    border-radius: 50px;
    letter-spacing: 0.08em;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, padding 180ms ease, transform 180ms ease;
}
@media only screen and (max-width: 767px) {
    .btn {
        min-height: 50px;
        letter-spacing: 0.04em;
    }
}
.btn::after {
    background: linear-gradient(82.51deg, #b23837 16.69%, #c0653d 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.btn__text {
    display: block;
    pointer-events: none;
    transition: transform 640ms ease;
    position: relative;
    z-index: 3;
}
.btn:active {
    transform: scale(0.95);
}
.btn__icon {
    flex-shrink: 0;
    position: relative;
    z-index: 3;
}
.btn__icon .icon {
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}
.btn__icon .icon::before {
    background-color: currentColor;
}
.btn__icon--default {
    position: absolute;
    right: 32px;
    opacity: 0;
    top: 50%;
    transform: translate(12px, -50%);
    transition: opacity 180ms ease, transform 180ms ease;
}
.btn__icon--default .icon {
    width: 8px;
    height: 12px;
}
.btn:active .btn__icon--default, .btn:active::after, .btn:hover .btn__icon--default, .btn:hover::after {
    opacity: 1;
}
.btn:active .btn__icon--default, .btn:hover .btn__icon--default {
    transform: translate(0, -50%);
}
.btn:active:has(.btn__icon--default), .btn:hover:has(.btn__icon--default) {
    padding-right: 52px;
}
.btn--secondary {
    color: var(--color-warm-beige);
    background-color: rgba(0, 0, 0, 0.2);
    border: 2px solid currentColor;
}
.btn--secondary::after {
    display: none;
}
.btn--secondary:hover, .btn--secondary:active {
    color: var(--color-warm-beige);
    background-color: rgba(0, 0, 0, 0.2);
}
.btn--small {
    min-height: 32px;
    font-size: 12px;
    gap: 8px;
    padding: 8px 12px;
}
.btn--small:has(.btn__icon) {
    padding-right: 10px;
}
.btn--small .icon {
    width: 10px;
    height: 10px;
}
.btn--left-icon .btn__icon {
    order: -1;
}
.btn--left-icon:has(.btn__icon) {
    padding-right: 16px;
    padding-left: 12px;
}
.btn--left-icon.btn--small:has(.btn__icon) {
    padding-right: 12px;
    padding-left: 10px;
}
.btn[disabled], .btn--disabled {
    cursor: not-allowed;
    transition: none;
    pointer-events: none;
    opacity: 0.5;
}
.btn[disabled] .btn__icon, .btn--disabled .btn__icon {
    transform: none !important;
}
.btn.hide, .btn.d-none {
    display: none;
}
.checkbox {
    user-select: none;
    position: relative;
}
.checkbox__label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin: 0;
    display: flex;
    flex-direction: column;
    transition: color 80ms ease-out;
}
.checkbox__label::after, .checkbox__label:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 20px;
    height: 20px;
    border-radius: 8px;
}
.checkbox__label:before {
    border: 1px solid rgba(64, 64, 65, 0.2);
    background-color: 100%;
    transition: background-color 80ms ease-out, border 80ms ease-out;
}
.checkbox__label::after {
    opacity: 0;
    transition: opacity 80ms ease-out;
    background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' fill='none'%3E%3Cpath stroke='%23404041' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 1 6 12 1 7'/%3E%3C/svg%3E") no-repeat center/10px auto;
}
@media only screen and (min-width: 1023px) {
    .checkbox__label:hover::before {
        border-color: var(--color-gray-400);
    }
}
.checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
}
.checkbox input:checked ~ label::before {
    background-color: var(--color-gray-200);
    border-color: var(--color-gray-400);
}
.checkbox input:checked ~ label::after {
    opacity: 1;
}
.checkbox a {
    text-decoration: underline;
}
.checkbox a:hover {
    text-decoration: none;
}
.checkbox.is-validation-failed .checkbox__label::before, .is-validation-failed .checkbox .checkbox__label::before {
    background-color: rgba(255, 0, 0, 0.3);
    border-color: var(--color-validation-failed);
}
.checkbox .fv-plugins-message-container {
    text-align: left;
    padding-left: 32px;
}
.checkbox .fv-plugins-message-container div {
    margin: 0;
}
.checkbox.is-disabled {
    pointer-events: none;
}
.checkbox.is-disabled input {
    pointer-events: none;
}
.checkbox.is-disabled .checkbox__label::before {
    border-color: var(--color-gray-300);
    background-color: var(--color-gray-200);
}
.checkbox.is-disabled .checkbox__label,
.checkbox.is-disabled .checkbox__text {
    color: var(--color-gray-400);
}
.dropdown {
    width: 100%;
    position: relative;
}
.dropdown__count {
    min-width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid rgba(64, 64, 65, 0.2);
    z-index: 3;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    background-color: var(--color-white);
    font-size: 10px;
    line-height: 1;
    text-align: center;
    padding: 2px;
    font-weight: 500;
}
.dropdown__placeholder {
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    width: 100%;
    height: 52px;
    border: 1px solid rgba(64, 64, 65, 0.2);
    border-radius: 50px;
    background-color: var(--color-white);
    outline: none;
    z-index: 1;
    color: var(--color-charcoal-gray);
    padding: 4px 16px;
    transition: border-color 80ms ease-out, background-color 80ms ease-out;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    justify-content: flex-start;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .dropdown__placeholder {
        font-size: 16px;
    }
}
.dropdown__placeholder-text {
    transition: transform 80ms ease-out, opacity 80ms ease-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-right: 28px;
    max-width: calc(100vw - 70px);
}
.dropdown__arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 50px;
}
@media only screen and (max-width: 767px) {
    .dropdown__arrow {
        height: 46px;
    }
}
.dropdown__arrow .icon {
    width: 14px;
    height: 14px;
    transition: transform 80ms ease-out;
}
.dropdown__list {
    position: absolute;
    top: 100%;
    margin-top: -1px;
    width: 100%;
    z-index: 9;
    left: 0;
    overflow: hidden;
    border: 1px solid rgba(64, 64, 65, 0.2);
    border-radius: 16px;
    background-color: var(--color-white);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    will-change: transform;
    transition: transform 80ms ease-out, opacity 80ms ease-out, visibility 80ms ease-out;
}
.dropdown__list-item {
    position: relative;
}
.dropdown__list-item:last-child .dropdown__list-option {
    border-bottom: 0;
}
.dropdown__list-inner {
    overflow: auto;
    max-height: 248px;
}
@media only screen and (min-width: 1023px) {
    .dropdown__list-inner {
        scrollbar-track-color: rgba(64, 64, 65, 0.2);
        scrollbar-face-color: rgba(64, 64, 65, 0.2);
        scrollbar-arrow-color: rgba(64, 64, 65, 0.2);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .dropdown__list-inner::-webkit-scrollbar {
        width: 2px;
    }
    .dropdown__list-inner ::-webkit-scrollbar-track {
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background: rgba(64, 64, 65, 0.2);
    }
    .dropdown__list-inner ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(64, 64, 65, 0.2);
    }
    .dropdown__list-inner::-webkit-scrollbar-thumb {
        background: rgba(64, 64, 65, 0.2);
        width: 2px;
        border-radius: 8px;
    }
    .dropdown__list-inner::-webkit-scrollbar-thumb:hover {
        background: rgba(64, 64, 65, 0.2);
    }
    .dropdown__list-inner ::-webkit-scrollbar {
        width: 2px;
    }
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input) {
    position: absolute;
    width: 0px;
    height: 0px;
    opacity: 0;
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input):checked ~ .dropdown__list-option {
    font-weight: 600;
}
.dropdown__list-option {
    position: relative;
    cursor: pointer;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 16px;
    font-size: 14px;
    background-color: transparent;
    border-bottom: 0.5px solid rgba(64, 64, 65, 0.1);
    transition: color 80ms ease-out, background-color 80ms ease-out;
}
@media only screen and (min-width: 1023px) {
    .dropdown__list-option:hover {
        background-color: var(--color-gray-100);
    }
}
.dropdown__list-option.is-disabled {
    background-color: var(--color-gray-200);
    pointer-events: none;
}
.dropdown__search {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 8px;
    z-index: 3;
    opacity: 0;
    border: 1px solid rgba(64, 64, 65, 0.2);
    pointer-events: none;
    background-color: var(--color-beige);
}
.dropdown__search input {
    background-color: var(--color-white);
    width: 100%;
    height: 32px;
    padding: 0 10px;
    outline: none;
    font-size: 16px;
    border: 1px solid rgba(64, 64, 65, 0.2);
    transition: border-color 0.3s var(--easing-default);
    border-radius: 8px;
}
.dropdown__search input:focus {
    border-color: var(--color-gray-600);
}
.dropdown.is-open .icon {
    transform: scaleY(-1);
}
.dropdown.is-open .dropdown__list {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transform: translateY(4px);
}
.dropdown.is-open:hover .dropdown__placeholder {
    border-color: var(--color-gray-900);
}
.dropdown--search .dropdown__list {
    padding-top: 48px;
}
.dropdown--search .dropdown__search {
    opacity: 1;
    pointer-events: all;
}
.dropdown.is-validation-failed .dropdown__label {
    color: var(--color-validation-failed);
}
.dropdown.is-validation-failed .dropdown__placeholder {
    border-color: var(--color-validation-failed);
    background-color: var(--color-red-50);
    color: var(--color-validation-failed);
}
.dropdown.is-validation-failed .dropdown__placeholder .icon::before {
    background-color: var(--color-validation-failed);
}
.dropdown.is-validation-failed .fv-plugins-message-container {
    margin-top: 4px;
}
.dropdown.is-selected .dropdown__placeholder-text {
    font-weight: 600;
}
.dropdown.hide {
    display: none;
}
.icon::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.icon {
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
}
.icon::before {
    background-color: currentColor;
    -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: 18px;
    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='18' height='10' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 8 8 8-8'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 8 8 8-8'/%3E%3C/svg%3E");
}
.icon-chevron-up-bold, .icon-chevron-down-bold {
    width: 10px;
    height: 6px;
}
.icon-chevron-up-bold:before, .icon-chevron-down-bold:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath stroke='%23404041' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8.273 1 4.637 4.636 1 1'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath stroke='%23404041' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8.273 1 4.637 4.636 1 1'/%3E%3C/svg%3E");
}
.icon-arrow-up, .icon-arrow-down {
    width: 10px;
    height: 10px;
}
.icon-arrow-up:before, .icon-arrow-down:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='10' fill='none'%3E%3Cpath fill='%23020618' d='M8.708 3.836v1.75L4.354 9.94 0 5.6V3.85l4.34 4.34 4.368-4.354ZM3.626 0h1.456v9.086H3.626V0Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='10' fill='none'%3E%3Cpath fill='%23020618' d='M8.708 3.836v1.75L4.354 9.94 0 5.6V3.85l4.34 4.34 4.368-4.354ZM3.626 0h1.456v9.086H3.626V0Z'/%3E%3C/svg%3E");
}
.icon-arrow-left, .icon-arrow-right {
    width: 14px;
    height: 14px;
}
.icon-arrow-left:before, .icon-arrow-right:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.49' height='13.616'%3E%3Cpath fill='none' stroke='%23404041' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4' d='M.7 6.808h13.09m-5.818 5.818 5.818-5.818L7.972.99' data-name='Path 1'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.49' height='13.616'%3E%3Cpath fill='none' stroke='%23404041' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4' d='M.7 6.808h13.09m-5.818 5.818 5.818-5.818L7.972.99' data-name='Path 1'/%3E%3C/svg%3E");
}
.icon-chevron-left, .icon-chevron-right {
    width: 8px;
    height: 12px;
}
.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='11' fill='none'%3E%3Cpath stroke='%23404041' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4.364 4.364L1 9.727'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' fill='none'%3E%3Cpath stroke='%23404041' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4.364 4.364L1 9.727'/%3E%3C/svg%3E");
}
.icon-chevron-left-light, .icon-chevron-right-light {
    width: 8px;
    height: 14px;
}
.icon-chevron-left-light:before, .icon-chevron-right-light:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' fill='none'%3E%3Cpath fill='%230a0a0a' d='m1.068.183 6.25 6.25a.625.625 0 0 1 0 .885l-6.25 6.25a.625.625 0 1 1-.885-.885l5.809-5.807L.183 1.068a.625.625 0 0 1 .885-.885'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' fill='none'%3E%3Cpath fill='%230a0a0a' d='m1.068.183 6.25 6.25a.625.625 0 0 1 0 .885l-6.25 6.25a.625.625 0 1 1-.885-.885l5.809-5.807L.183 1.068a.625.625 0 0 1 .885-.885'/%3E%3C/svg%3E");
}
.icon-chevron-left-light:before, .icon-chevron-up-bold:before, .icon-arrow-up:before, .icon-arrow-left:before, .icon-chevron-left:before, .icon-chevron-up:before {
    transform: scale(-1);
}
.icon-search:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23A1A1A1' d='m18.163 16.837-3.71-3.712a7.197 7.197 0 1 0-1.328 1.328l3.713 3.714a.94.94 0 0 0 1.328-1.328l-.003-.002ZM3.438 8.75a5.313 5.313 0 1 1 10.625 0 5.313 5.313 0 0 1-10.625 0Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23A1A1A1' d='m18.163 16.837-3.71-3.712a7.197 7.197 0 1 0-1.328 1.328l3.713 3.714a.94.94 0 0 0 1.328-1.328l-.003-.002ZM3.438 8.75a5.313 5.313 0 1 1 10.625 0 5.313 5.313 0 0 1-10.625 0Z'/%3E%3C/svg%3E");
}
.icon-check {
    width: 18px;
    height: 14px;
}
.icon-check:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' fill='none'%3E%3Cpath stroke='%23404041' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 1 6 12 1 7'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' fill='none'%3E%3Cpath stroke='%23404041' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 1 6 12 1 7'/%3E%3C/svg%3E");
}
.icon-close {
    width: 20px;
    height: 20px;
}
.icon-close:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23404041' d='m5.404 14.39.707.706 8.485-8.485-.707-.707-8.485 8.485Z'/%3E%3Cpath fill='%23404041' d='m14.596 14.39-.707.706-8.485-8.485.707-.707 8.485 8.485Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23404041' d='m5.404 14.39.707.706 8.485-8.485-.707-.707-8.485 8.485Z'/%3E%3Cpath fill='%23404041' d='m14.596 14.39-.707.706-8.485-8.485.707-.707 8.485 8.485Z'/%3E%3C/svg%3E");
}
.icon-external-link {
    width: 8px;
    height: 8px;
}
.icon-external-link:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7' fill='none'%3E%3Cpath fill='%23F8FAFC' d='M6.372.012V5.28l-.948.948-.012-4.572L.696 6.384 0 5.688 4.74.936H.156L1.092 0l5.28.012Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7' fill='none'%3E%3Cpath fill='%23F8FAFC' d='M6.372.012V5.28l-.948.948-.012-4.572L.696 6.384 0 5.688 4.74.936H.156L1.092 0l5.28.012Z'/%3E%3C/svg%3E");
}
.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='%23e8d8c3' stroke='%23404041' stroke-width='.6' d='M14.94.3c1.293 0 2.43.082 2.99.138v3.246h-1.957c-.927 0-1.562.22-1.952.683-.379.451-.462 1.064-.462 1.695v3.024h4.182l-.473 3.667h-3.71V23.7H9.754V12.753H6.068V9.086h3.685V5.639c0-1.763.537-3.09 1.432-3.975C12.083.778 13.374.3 14.94.3Z'/%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='%23e8d8c3' stroke='%23404041' stroke-width='.6' d='M14.94.3c1.293 0 2.43.082 2.99.138v3.246h-1.957c-.927 0-1.562.22-1.952.683-.379.451-.462 1.064-.462 1.695v3.024h4.182l-.473 3.667h-3.71V23.7H9.754V12.753H6.068V9.086h3.685V5.639c0-1.763.537-3.09 1.432-3.975C12.083.778 13.374.3 14.94.3Z'/%3E%3C/svg%3E");
}
.icon-instagram {
    width: 24px;
    height: 24px;
}
.icon-instagram:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg fill='%23e8d8c3' clip-path='url(%23a)'%3E%3Cpath d='M18 0H6C2.64 0 0 2.64 0 6v12c0 3.36 2.64 6 6 6h12c3.36 0 6-2.64 6-6V6c0-3.36-2.64-6-6-6m3.6 18c0 2.04-1.56 3.6-3.6 3.6H6c-2.04 0-3.6-1.56-3.6-3.6V6c0-2.04 1.56-3.6 3.6-3.6h12c2.04 0 3.6 1.56 3.6 3.6z'/%3E%3Cpath d='M12 6c-3.36 0-6 2.64-6 6s2.64 6 6 6 6-2.64 6-6-2.64-6-6-6m0 9.6c-2.04 0-3.6-1.56-3.6-3.6S9.96 8.4 12 8.4s3.6 1.56 3.6 3.6-1.56 3.6-3.6 3.6M18 7.2a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%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%3Cg fill='%23e8d8c3' clip-path='url(%23a)'%3E%3Cpath d='M18 0H6C2.64 0 0 2.64 0 6v12c0 3.36 2.64 6 6 6h12c3.36 0 6-2.64 6-6V6c0-3.36-2.64-6-6-6m3.6 18c0 2.04-1.56 3.6-3.6 3.6H6c-2.04 0-3.6-1.56-3.6-3.6V6c0-2.04 1.56-3.6 3.6-3.6h12c2.04 0 3.6 1.56 3.6 3.6z'/%3E%3Cpath d='M12 6c-3.36 0-6 2.64-6 6s2.64 6 6 6 6-2.64 6-6-2.64-6-6-6m0 9.6c-2.04 0-3.6-1.56-3.6-3.6S9.96 8.4 12 8.4s3.6 1.56 3.6 3.6-1.56 3.6-3.6 3.6M18 7.2a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.icon-tiktok {
    width: 24px;
    height: 24px;
}
.icon-tiktok: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='%23e8d8c3' stroke='%23404041' stroke-width='.4' d='M16.262.219q.02.496.113.971a6.25 6.25 0 0 0 5.952 5.024v3.494a9.68 9.68 0 0 1-5.745-2.015l-.323-.25.001.409.02 8.745a7.13 7.13 0 0 1-2.138 5.07 7.28 7.28 0 0 1-5.165 2.114 7.3 7.3 0 0 1-5.166-2.114h.001a7.13 7.13 0 0 1-2.125-5.556 7.14 7.14 0 0 1 1.802-4.307A7.3 7.3 0 0 1 8.977 9.35q.47 0 .928.058v3.532a3.744 3.744 0 0 0-4.665 3.683 3.74 3.74 0 0 0 1.828 3.152 3.76 3.76 0 0 0 3.1.34 3.74 3.74 0 0 0 2.57-3.549l.005-5.856V.219z'/%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='%23e8d8c3' stroke='%23404041' stroke-width='.4' d='M16.262.219q.02.496.113.971a6.25 6.25 0 0 0 5.952 5.024v3.494a9.68 9.68 0 0 1-5.745-2.015l-.323-.25.001.409.02 8.745a7.13 7.13 0 0 1-2.138 5.07 7.28 7.28 0 0 1-5.165 2.114 7.3 7.3 0 0 1-5.166-2.114h.001a7.13 7.13 0 0 1-2.125-5.556 7.14 7.14 0 0 1 1.802-4.307A7.3 7.3 0 0 1 8.977 9.35q.47 0 .928.058v3.532a3.744 3.744 0 0 0-4.665 3.683 3.74 3.74 0 0 0 1.828 3.152 3.76 3.76 0 0 0 3.1.34 3.74 3.74 0 0 0 2.57-3.549l.005-5.856V.219z'/%3E%3C/svg%3E");
}
.icon-tripadvisor {
    width: 32px;
    height: 32px;
}
.icon-tripadvisor:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23e8d8c3' stroke='%23404041' stroke-width='.2' d='M16.002 5.827A17.9 17.9 0 0 0 5.856 8.948l-.025.018H.227l2.462 2.678.068.074-.074.067A7.86 7.86 0 0 0 .109 17.62c0 4.36 3.54 7.895 7.9 7.895 2.07 0 3.955-.797 5.363-2.103l.074-.068.068.074 2.489 2.706 2.488-2.708.068-.074.074.068a7.895 7.895 0 1 0 10.685-11.625l-.075-.067.068-.074 2.462-2.678h-5.619l-.025-.018a17.86 17.86 0 0 0-10.127-3.12Zm7.994 6.283a5.51 5.51 0 1 1 .001 11.02 5.51 5.51 0 0 1 0-11.02Zm-15.99 0a5.51 5.51 0 1 1 0 11.021 5.51 5.51 0 0 1 0-11.02Zm15.99 2.775a2.733 2.733 0 0 0-2.735 2.735 2.735 2.735 0 1 0 2.735-2.735Zm-15.99-.003a2.737 2.737 0 1 0 .003 5.474 2.737 2.737 0 0 0-.003-5.474Zm7.996-6.642c2.142 0 4.182.432 6.042 1.21l.231.096-.234.089c-3.388 1.294-5.941 4.32-5.941 7.828h-.2c0-3.509-2.554-6.532-5.94-7.828l-.232-.09.23-.096a15.6 15.6 0 0 1 6.044-1.209Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Cpath fill='%23e8d8c3' stroke='%23404041' stroke-width='.2' d='M16.002 5.827A17.9 17.9 0 0 0 5.856 8.948l-.025.018H.227l2.462 2.678.068.074-.074.067A7.86 7.86 0 0 0 .109 17.62c0 4.36 3.54 7.895 7.9 7.895 2.07 0 3.955-.797 5.363-2.103l.074-.068.068.074 2.489 2.706 2.488-2.708.068-.074.074.068a7.895 7.895 0 1 0 10.685-11.625l-.075-.067.068-.074 2.462-2.678h-5.619l-.025-.018a17.86 17.86 0 0 0-10.127-3.12Zm7.994 6.283a5.51 5.51 0 1 1 .001 11.02 5.51 5.51 0 0 1 0-11.02Zm-15.99 0a5.51 5.51 0 1 1 0 11.021 5.51 5.51 0 0 1 0-11.02Zm15.99 2.775a2.733 2.733 0 0 0-2.735 2.735 2.735 2.735 0 1 0 2.735-2.735Zm-15.99-.003a2.737 2.737 0 1 0 .003 5.474 2.737 2.737 0 0 0-.003-5.474Zm7.996-6.642c2.142 0 4.182.432 6.042 1.21l.231.096-.234.089c-3.388 1.294-5.941 4.32-5.941 7.828h-.2c0-3.509-2.554-6.532-5.94-7.828l-.232-.09.23-.096a15.6 15.6 0 0 1 6.044-1.209Z'/%3E%3C/svg%3E");
}
.icon-link {
    width: 24px;
    height: 24px;
}
.icon-link: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 stroke='%23e8d8c3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13.527 10.473a5.43 5.43 0 0 1 0 7.69l-3.054 3.11a5.43 5.43 0 0 1-7.691 0 5.43 5.43 0 0 1 0-7.691l2.727-2.618'/%3E%3Cpath stroke='%23e8d8c3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.473 13.527a5.43 5.43 0 0 1 0-7.69l3.054-3.11C15.655.6 19.146.6 21.273 2.727a5.43 5.43 0 0 1 0 7.691l-2.727 2.673'/%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 stroke='%23e8d8c3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13.527 10.473a5.43 5.43 0 0 1 0 7.69l-3.054 3.11a5.43 5.43 0 0 1-7.691 0 5.43 5.43 0 0 1 0-7.691l2.727-2.618'/%3E%3Cpath stroke='%23e8d8c3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.473 13.527a5.43 5.43 0 0 1 0-7.69l3.054-3.11C15.655.6 19.146.6 21.273 2.727a5.43 5.43 0 0 1 0 7.691l-2.727 2.673'/%3E%3C/svg%3E");
}
.icon-marker {
    width: 24px;
    height: 24px;
}
.icon-marker:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='26' fill='none'%3E%3Cpath stroke='%23e8d8c3' stroke-linecap='round' stroke-width='2' d='M20.728 9.727C20.728 15.114 12 23.91 12 23.91S3.273 15.114 3.273 9.727C3.273 4.205 7.783 1 12 1s8.728 3.205 8.728 8.727z' clip-rule='evenodd'/%3E%3Cpath stroke='%23e8d8c3' stroke-linecap='round' stroke-width='2' d='M9.273 9.727a2.728 2.728 0 1 1 5.455 0 2.728 2.728 0 0 1-5.455 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='26' fill='none'%3E%3Cpath stroke='%23e8d8c3' stroke-linecap='round' stroke-width='2' d='M20.728 9.727C20.728 15.114 12 23.91 12 23.91S3.273 15.114 3.273 9.727C3.273 4.205 7.783 1 12 1s8.728 3.205 8.728 8.727z' clip-rule='evenodd'/%3E%3Cpath stroke='%23e8d8c3' stroke-linecap='round' stroke-width='2' d='M9.273 9.727a2.728 2.728 0 1 1 5.455 0 2.728 2.728 0 0 1-5.455 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.icon-phone {
    width: 24px;
    height: 24px;
}
.icon-phone:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='26' fill='none'%3E%3Cpath stroke='%23e8d8c3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18.546 25H5.455a2.18 2.18 0 0 1-2.182-2.182V3.182C3.273 1.977 4.25 1 5.455 1h13.09c1.206 0 2.182.977 2.182 2.182v19.636A2.18 2.18 0 0 1 18.547 25' clip-rule='evenodd'/%3E%3Cpath stroke='%23e8d8c3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.91 20.637a1.09 1.09 0 1 1 2.18 0 1.09 1.09 0 0 1-2.18 0' clip-rule='evenodd'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='26' fill='none'%3E%3Cpath stroke='%23e8d8c3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18.546 25H5.455a2.18 2.18 0 0 1-2.182-2.182V3.182C3.273 1.977 4.25 1 5.455 1h13.09c1.206 0 2.182.977 2.182 2.182v19.636A2.18 2.18 0 0 1 18.547 25' clip-rule='evenodd'/%3E%3Cpath stroke='%23e8d8c3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10.91 20.637a1.09 1.09 0 1 1 2.18 0 1.09 1.09 0 0 1-2.18 0' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.icon-mail {
    width: 24px;
    height: 24px;
}
.icon-mail: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 stroke='%23e8d8c3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22.909 1.09 6.545 14.183v7.636l3.928-4.636'/%3E%3Cpath stroke='%23e8d8c3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.09 9.818 22.91 1.091l-4.364 21.818z' clip-rule='evenodd'/%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 stroke='%23e8d8c3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22.909 1.09 6.545 14.183v7.636l3.928-4.636'/%3E%3Cpath stroke='%23e8d8c3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1.09 9.818 22.91 1.091l-4.364 21.818z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.mod-input {
    width: 100%;
    position: relative;
}
.mod-input ::-webkit-input-placeholder {
    color: #404041;
    opacity: 0.4;
    font-weight: 400;
}
.mod-input :-ms-input-placeholder {
    color: #404041;
    opacity: 0.4;
    font-weight: 400;
}
.mod-input ::placeholder {
    color: #404041;
    opacity: 0.4;
    font-weight: 400;
}
.mod-input__field {
    position: relative;
    width: 100%;
    height: 52px;
    font-weight: 400;
    border: 1px solid rgba(64, 64, 65, 0.2);
    border-radius: 50px;
    background-color: var(--color-white);
    outline: none;
    z-index: 1;
    font-size: 16px;
    font-family: var(--font-primary);
    padding: 4px 16px;
    color: var(--color-charcoal-gray);
    transition: border-color 80ms ease-out, color 80ms ease-out;
}
@media only screen and (max-width: 1022px) {
    .mod-input__field {
        font-size: 16px;
    }
}
.mod-input__field:hover, .mod-input__field:focus {
    border-color: var(--color-gray-600);
}
.is-validation-failed .mod-input__field, .mod-input__field.is-validation-failed {
    color: var(--color-validation-failed);
    border-color: var(--color-validation-failed);
}
.mod-input__inner {
    position: relative;
}
.mod-input textarea {
    resize: none;
    min-height: 184px;
    padding: 14px 16px;
}
.mod-input textarea::-webkit-scrollbar {
    width: 0;
    display: none;
}
.mod-input__icon {
    position: absolute;
    top: 16px;
    left: 20px;
    z-index: 5;
    width: 20px;
    height: 20px;
    color: var(--color-black);
}
.mod-input__text {
    margin-top: 8px;
}
.mod-input__max-character {
    pointer-events: none;
    position: relative;
    line-height: 1;
    margin-top: -4px;
}
.mod-input--with-icon .mod-input__field {
    padding-left: 50px;
}
.mod-input.textarea-with-counter textarea {
    border-radius: 16px;
}
.mod-input.is-disabled .mod-input__field {
    pointer-events: none;
    border-color: var(--color-gray-200);
    background-color: var(--color-gray-100);
}
.mod-input.is-validation-failed ::-webkit-input-placeholder {
    color: #ed0530;
    opacity: 1;
    font-weight: 400;
}
.mod-input.is-validation-failed :-ms-input-placeholder {
    color: #ed0530;
    opacity: 1;
    font-weight: 400;
}
.mod-input.is-validation-failed ::placeholder {
    color: #ed0530;
    opacity: 1;
    font-weight: 400;
}
.mod-input.is-validation-failed .icon {
    color: var(--color-validation-failed);
}
.mod-input.is-validation-failed.textarea-with-counter .mod-input__inner {
    border-color: var(--color-validation-failed);
}
.mod-input.is-focused .mod-input__password-validation {
    display: grid;
}

[data-validator] + [data-validator] {
    display: none;
}

.fv-plugins-message-container,
.validation-message {
    color: var(--color-validation-failed);
    position: relative;
    font-size: 12px;
    line-height: 1.5;
}
.fv-plugins-message-container div,
.validation-message div {
    margin-top: 4px;
}

.validation-message {
    display: none;
}
.is-validation-failed .validation-message {
    display: block;
}

.form-success-message,
.form-error-message {
    margin: 10px 0;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    color: var(--color-white);
}
@media only screen and (max-width: 767px) {
    .form-success-message,
    .form-error-message {
        font-size: 14px;
        padding: 5px 10px;
    }
}
.form-success-message.is-hidden,
.form-error-message.is-hidden {
    display: none;
}

.form-error-message {
    background-color: rgba(237, 5, 48, 0.5);
    border: 1px solid var(--color-validation-failed);
}

.form-success-message {
    background-color: rgba(40, 167, 69, 0.5);
    border: 1px solid var(--color-success);
}

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

.link-with-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    font-family: var(--font-primary);
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.08em;
}
.link-with-arrow__text {
    position: relative;
    z-index: 3;
}
.link-with-arrow__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    position: relative;
}
.link-with-arrow__icon::before, .link-with-arrow__icon::after {
    border-radius: 100%;
    transition: opacity 0.3s ease;
}
.link-with-arrow__icon::before {
    z-index: 1;
    border: 1px solid currentColor;
}
.link-with-arrow__icon::after {
    background: linear-gradient(90deg, #b23837 29.81%, #c0653d 100%);
    z-index: 2;
    opacity: 0;
}
.link-with-arrow__icon .icon {
    position: relative;
    z-index: 3;
}
.link-with-arrow:hover .link-with-arrow__icon::before {
    opacity: 0;
}
.link-with-arrow:hover .link-with-arrow__icon::after {
    opacity: 1;
}
.link-with-arrow:hover .icon::before {
    background-color: var(--color-white);
}
.link-with-arrow--secondary {
    font-size: 14px;
    color: var(--color-charcoal-gray);
}
.link-with-arrow--secondary .link-with-arrow__icon {
    width: 20px;
    height: 28px;
    transition: transform 180ms ease;
}
.link-with-arrow--secondary .link-with-arrow__icon::before, .link-with-arrow--secondary .link-with-arrow__icon::after {
    display: none;
}
.link-with-arrow--secondary:hover .link-with-arrow__icon {
    transform: translate(8px, 0);
}
.link-with-arrow--secondary:hover .icon::before {
    background-color: currentColor;
}
.mod-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease 0.2s, visibility 0.3s ease 0.2s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 30;
    background-color: var(--color-slate-50);
}
.show-loader .mod-loader {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.mod-loader svg {
    width: 120px;
    height: 120px;
}
.mod-loader__spinner {
    border: 5px solid var(--color-orchid-950);
    border-radius: 50%;
    border-top: 5px solid transparent;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* stylelint-disable */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* stylelint-enable */
.margin {
    display: block;
    width: 100%;
}
.margin--280 {
    height: 280px;
}
@media only screen and (max-width: 1640px) {
    .margin--280 {
        height: 200px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--280 {
        height: 160px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--280 {
        height: 128px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--280 {
        margin: 80px;
    }
}
.margin--240 {
    height: 240px;
}
@media only screen and (max-width: 1640px) {
    .margin--240 {
        height: 200px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--240 {
        height: 160px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--240 {
        height: 100px;
    }
}
.margin--200 {
    height: 200px;
}
@media only screen and (max-width: 1640px) {
    .margin--200 {
        height: 180px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--200 {
        height: 140px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--200 {
        height: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--200 {
        height: 80px;
    }
}
.margin--180 {
    height: 180px;
}
@media only screen and (max-width: 1200px) {
    .margin--180 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--180 {
        height: 80px;
    }
}
.margin--170 {
    height: 170px;
}
@media only screen and (max-width: 1200px) {
    .margin--170 {
        height: 110px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--170 {
        height: 70px;
    }
}
.margin--160 {
    height: 160px;
}
@media only screen and (max-width: 1200px) {
    .margin--160 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--160 {
        height: 96px;
    }
}
.margin--140 {
    height: 140px;
}
@media only screen and (max-width: 1200px) {
    .margin--140 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--140 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--140 {
        height: 64px;
    }
}
.margin--150 {
    height: 150px;
}
@media only screen and (max-width: 1200px) {
    .margin--150 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--150 {
        height: 80px;
    }
}
.margin--128 {
    height: 128px;
}
@media only screen and (max-width: 1200px) {
    .margin--128 {
        height: 80px;
    }
}
.margin--120 {
    height: 120px;
}
@media only screen and (max-width: 1200px) {
    .margin--120 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--120 {
        height: 60px;
    }
}
.margin--112 {
    height: 112px;
}
@media only screen and (max-width: 1200px) {
    .margin--112 {
        height: 75px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--112 {
        height: 60px;
    }
}
.margin--100 {
    height: 100px;
}
@media only screen and (max-width: 1200px) {
    .margin--100 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--100 {
        height: 60px;
    }
}
.margin--96 {
    height: 96px;
}
@media only screen and (max-width: 1200px) {
    .margin--96 {
        height: 80px;
    }
}
.margin--80 {
    height: 80px;
}
@media only screen and (max-width: 1200px) {
    .margin--80 {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--80 {
        height: 40px;
    }
}
.margin--64 {
    height: 64px;
}
.margin--60 {
    height: 60px;
}
@media only screen and (max-width: 1200px) {
    .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: 1200px) {
    .margin--50 {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--50 {
        height: 32px;
    }
}
.margin--40 {
    height: 40px;
}
@media only screen and (max-width: 1200px) {
    .margin--40 {
        height: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--40 {
        height: 20px;
    }
}
.margin--36 {
    height: 36px;
}
.margin--32 {
    height: 32px;
}
.margin--24 {
    height: 24px;
}
.margin--20 {
    height: 20px;
}
.margin--16 {
    height: 16px;
}
.margin--12 {
    height: 12px;
}
.radio-button {
    position: relative;
    user-select: none;
}
.radio-button__label {
    position: relative;
    cursor: pointer;
    margin: 0;
    transition: color 80ms ease-out, border-color 80ms ease-out, box-shadow 80ms ease-out, background-color 80ms ease-out;
}
.radio-button__text {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin: 0;
    display: flex;
    flex-direction: column;
    transition: color 80ms ease-out;
}
.radio-button__text::after, .radio-button__text:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}
.radio-button__text:before {
    border: 1px solid rgba(64, 64, 65, 0.2);
    background-color: 100%;
    transition: background-color 80ms ease-out, border 80ms ease-out;
}
.radio-button__text::after {
    transform: scale(0);
    transition: transform 80ms ease-out, opacity 80ms ease-out;
    width: 8px;
    height: 8px;
    left: 6px;
    top: 6px;
    background-color: var(--color-charcoal-gray);
}
@media only screen and (min-width: 1023px) {
    .radio-button:hover .radio-button__text::before {
        border-color: var(--color-gray-400);
    }
}
.radio-button input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
}
.radio-button input:checked ~ label .radio-button__text::after {
    transform: scale(1);
}
.radio-button input:checked ~ label .radio-button__text:before {
    background-color: var(--color-gray-200);
    border-color: var(--color-gray-400);
}
.radio-button a {
    text-decoration: underline;
}
.radio-button a:hover {
    text-decoration: none;
}
.failed .radio-button .radio-button__text::before, .radio-button.is-validation-failed .radio-button__text::before, .is-validation-failed .radio-button .radio-button__text::before {
    border-color: var(--color-validation-failed);
}
.radio-button .fv-plugins-message-container {
    text-align: left;
    padding-left: 35px;
}
.radio-button.is-disabled {
    pointer-events: none;
}
.radio-button.is-disabled input {
    pointer-events: none;
}
.radio-button.is-disabled .radio-button__text::before {
    border-color: var(--color-gray-300);
    background-color: var(--color-gray-300);
}
.radio-button.is-disabled .radio-button__label,
.radio-button.is-disabled .radio-button__text {
    color: var(--color-gray-400);
}

.title--h6, .title--h5, .title--h4, .title--h3, .title--h2, .title--h1 {
    line-height: 1;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--font-secondary);
}

.title--h1 {
    font-size: 72px;
}
@media only screen and (max-width: 1640px) {
    .title--h1 {
        font-size: 48px;
    }
}
@media only screen and (max-width: 1200px) {
    .title--h1 {
        font-size: 44px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h1 {
        font-size: 32px;
    }
}

.title--h2 {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -2.4px;
}
@media only screen and (max-width: 1640px) {
    .title--h2 {
        font-size: 52px;
    }
}
@media only screen and (max-width: 1200px) {
    .title--h2 {
        font-size: 44px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h2 {
        font-size: 32px;
    }
}

.title--h3 {
    font-size: 56px;
    line-height: 1.2;
}
@media only screen and (max-width: 1640px) {
    .title--h3 {
        font-size: 44px;
    }
}
@media only screen and (max-width: 1200px) {
    .title--h3 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h3 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h3 {
        font-size: 24px;
    }
}

.title--h4 {
    font-size: 36px;
    line-height: 1.2;
}
@media only screen and (max-width: 1640px) {
    .title--h4 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1200px) {
    .title--h4 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h4 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h4 {
        font-size: 20px;
    }
}

.title--h5 {
    font-size: 28px;
}
@media only screen and (max-width: 1022px) {
    .title--h5 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h5 {
        font-size: 18px;
    }
}

.title--h6 {
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .title--h6 {
        font-size: 16px;
    }
}
.mod-toggle {
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.mod-toggle__label {
    margin-bottom: 0;
}
.mod-toggle__switch {
    position: relative;
    display: flex;
    align-items: center;
    width: 38px;
    height: 24px;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .mod-toggle__switch {
        width: 30px;
        height: 20px;
    }
}
.mod-toggle__switch::before, .mod-toggle__switch::after {
    position: absolute;
    display: block;
    content: "";
}
.mod-toggle__switch:before {
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.mod-toggle__switch::after {
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background-color: var(--color-white);
    border-radius: 50%;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .mod-toggle__switch::after {
        width: 16px;
        height: 16px;
    }
}
.mod-toggle 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);
}
.mod-toggle input:checked + .mod-toggle__label .mod-toggle__switch::after {
    transform: translate(14px, 0);
}
@media only screen and (max-width: 767px) {
    .mod-toggle input:checked + .mod-toggle__label .mod-toggle__switch::after {
        transform: translate(10px, 0);
    }
}
.mod-toggle.is-disabled .mod-toggle__switch {
    cursor: not-allowed;
}
.mod-toggle.is-disabled .mod-toggle__switch::before {
    background-color: rgba(0, 0, 0, 0.05);
}
.mod-toggle.is-disabled .mod-toggle__switch::after {
    background-color: rgba(0, 0, 0, 0.3);
}
.advance-cookie-banner__bar {
    position: fixed;
    right: 24px;
    max-width: 508px;
    bottom: 24px;
    z-index: 999999;
    max-height: 100vh;
    transition: opacity 0.5s var(--easing-default);
    padding: 24px;
    border-radius: 24px;
    opacity: 0;
    pointer-events: none;
    border: 0.5px solid rgba(10, 10, 10, 0.1);
    background-color: var(--color-gray-50);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.0705882353), 0px 10px 10px 0px rgba(0, 0, 0, 0.0588235294), 0px 24px 14px 0px rgba(0, 0, 0, 0.0392156863), 0px 42px 17px 0px rgba(0, 0, 0, 0.0117647059), 0px 65px 18px 0px rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__bar {
        right: 8px;
        bottom: 8px;
    }
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__bar {
        max-width: calc(100% - 16px);
        border-radius: 12px;
        padding: 14px;
        max-height: 100svh;
    }
}
.cookie-not-set .advance-cookie-banner__bar {
    opacity: 1;
    pointer-events: all;
}
.body-scroll-locked .advance-cookie-banner__bar {
    right: calc(24px + var(--scroll-width, 0px));
}
@media only screen and (max-width: 1022px) {
    .body-scroll-locked .advance-cookie-banner__bar {
        right: calc(8px + var(--scroll-width, 0px));
    }
}
.advance-cookie-banner__inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 24px;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__inner {
        grid-template-columns: 1fr;
        justify-items: flex-start;
        grid-gap: 14px;
    }
}
.advance-cookie-banner__left {
    letter-spacing: -0.02em;
}
.advance-cookie-banner__button {
    display: flex;
    align-items: center;
    gap: 24px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__button {
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-end;
    }
}
.advance-cookie-banner .btn--cookie-setting {
    text-decoration: underline;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}
.advance-cookie-banner .btn--cookie-setting:hover {
    opacity: 1;
}
.advance-cookie-banner .btn[disabled] {
    pointer-events: none;
}
.advance-cookie-banner .btn[disabled]::after {
    width: 100%;
    height: 100%;
}
.advance-cookie-banner__modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    transition: opacity 0.4s var(--easing-default);
    padding: 28px;
    display: flex;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__modal {
        padding: 16px;
    }
}
.advance-cookie-banner__modal.is-open-modal {
    opacity: 1;
    pointer-events: all;
}
.advance-cookie-banner__modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.4);
    z-index: 999;
}
.advance-cookie-banner__modal-body {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 830px;
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    background-color: var(--color-gray-950);
    z-index: 1000;
    border-radius: 16px;
    padding: 40px;
    line-height: 1.5;
    color: var(--color-slate-500);
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-body {
        padding: 20px;
    }
}
.advance-cookie-banner__modal-header {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--color-white);
}
.advance-cookie-banner__modal-close {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.advance-cookie-banner__modal-close .icon {
    width: 24px;
    height: 24px;
    pointer-events: none;
}
.advance-cookie-banner__modal-close:hover {
    opacity: 1;
}
.advance-cookie-banner__modal-content .editor-text {
    margin-bottom: 40px;
}
.advance-cookie-banner__modal-content .editor-text a:hover {
    color: var(--color-white);
}
.advance-cookie-banner__modal-item {
    margin-bottom: 40px;
    position: relative;
}
.advance-cookie-banner__modal-item.is-necessary .mod-toggle {
    pointer-events: none;
    opacity: 0;
}
.advance-cookie-banner__modal strong {
    font-weight: 400;
    color: var(--color-white);
}
.advance-cookie-banner__modal-cookie-title {
    margin-bottom: 24px;
    padding-right: 140px;
    color: var(--color-white);
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-cookie-title {
        padding-right: 80px;
    }
}
.advance-cookie-banner__modal-active-label {
    position: absolute;
    right: 12px;
    top: 0;
    color: var(--color-white);
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-active-label {
        font-size: 12px;
        top: 4px;
    }
}
.advance-cookie-banner__modal-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-footer {
        flex-direction: column;
        gap: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .advance-cookie-banner__modal-footer .btn__text {
        flex-shrink: 0;
    }
}
.advance-cookie-banner__modal .mod-toggle {
    position: absolute;
    right: 14px;
    top: 0;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal .mod-toggle {
        right: 0;
    }
}
.breadcrumbs {
    width: 100%;
    position: relative;
}
.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 12px;
}
.breadcrumbs__item {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--color-slate-400);
}
.breadcrumbs__item:last-child {
    color: var(--color-orchid-950);
}
.breadcrumbs__link {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    max-width: 260px;
    text-overflow: ellipsis;
    color: currentColor;
    transition: color 80ms ease-out, opacity 80ms ease-out;
}
.breadcrumbs__link[href]:hover {
    color: var(--color-slate-800);
}
.breadcrumbs .icon {
    width: 12px;
    height: 12px;
}
.card {
    position: relative;
    max-width: 508px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
[data-component*=mod] .card {
    max-width: 100%;
}
.card__image {
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 94.4%;
}
.card__image img {
    transform: scale(1.0001);
    transition: transform 0.3s ease;
}
.card__content {
    display: flex;
    flex: auto;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    position: relative;
    z-index: 4;
}
.card__text {
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card__info {
    letter-spacing: 1.12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 12px;
    margin-bottom: 8px;
}
.card__category {
    display: flex;
    align-items: center;
    min-height: 36px;
    padding: 4px 12px;
    background-color: var(--color-cool-beige);
    border-radius: 40px;
}
.card:hover .card__image img {
    transform: scale(1.04);
}
.card:hover .link-with-arrow__icon::before {
    opacity: 0;
}
.card:hover .link-with-arrow__icon::after {
    opacity: 1;
}
.card:hover .link-with-arrow .icon::before {
    background-color: var(--color-white);
}
.card--news {
    gap: 20px;
}
@media only screen and (min-width: 1201px) {
    .card--news .card__title {
        font-size: 28px;
        letter-spacing: -0.56px;
    }
}
.card--news .card__image {
    padding-bottom: 79.5%;
}
.card--news:hover .link-with-arrow__icon {
    transform: translate(8px, 0);
}
.card--news:hover .link-with-arrow .icon::before {
    background-color: currentColor;
}
.form-component--newsletter-form .mod-input__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);
}

.form-component {
    width: 100%;
    position: relative;
}
.form-component__header {
    margin-bottom: 36px;
}
.form-component__body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
    .form-component__body {
        grid-template-columns: 1fr;
    }
}
.form-component__item + .has-title {
    margin-top: 20px;
}
.form-component__item-sub-title {
    margin-top: 8px;
}
.form-component__item.full {
    grid-column: span 2;
}
@media only screen and (max-width: 767px) {
    .form-component__item.full {
        grid-column: span 1;
    }
}
.form-component__info-text {
    line-height: 1.4;
}
.form-component__required-info-text {
    margin-bottom: 12px;
}
.form-component__divider {
    display: block;
    width: 100%;
    height: 2px;
    border-top: 1px dashed var(--color-border);
    margin: 14px 0;
}
.form-component__form {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
}
.form-component__submit {
    margin-top: 14px;
    grid-column: span 2;
}
@media only screen and (max-width: 767px) {
    .form-component__submit {
        grid-column: span 1;
    }
}
.form-component__success {
    display: none;
    margin: 0 auto;
    flex-direction: column;
    gap: 24px;
    min-height: 616px;
}
.form-component__success-text {
    max-width: 480px;
}
.form-component__success-button {
    margin-top: auto;
}
.form-component__alert {
    padding: 8px 16px;
    width: 100%;
    border-radius: 10px;
    text-align: left;
    margin-top: 20px;
    border: 1px solid currentColor;
    font-size: 16px;
}
.form-component__alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.form-component__alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.bg-primary .form-component .mod-loader {
    background-color: var(--color-primary);
}
.form-component .upload-box {
    max-width: 100%;
}
.form-component [data-validator] + [data-validator] {
    display: none;
}
.form-component--newsletter-form {
    position: relative;
}
.form-component--newsletter-form .mod-input ::-webkit-input-placeholder {
    color: #404041;
    opacity: 1;
    font-weight: 400;
}
.form-component--newsletter-form .mod-input :-ms-input-placeholder {
    color: #404041;
    opacity: 1;
    font-weight: 400;
}
.form-component--newsletter-form .mod-input ::placeholder {
    color: #404041;
    opacity: 1;
    font-weight: 400;
}
.form-component--newsletter-form .mod-input__field {
    padding: 4px 140px 4px 24px;
    height: 40px;
    background-color: var(--color-gray-light);
}
@media only screen and (min-width: 1023px) {
    .form-component--newsletter-form .mod-input__field {
        font-size: 14px;
    }
}
.form-component--newsletter-form .mod-input__field:hover, .form-component--newsletter-form .mod-input__field:focus {
    border-color: var(--color-warm-beige);
}
.form-component--newsletter-form .form-component__submit {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 11px;
    z-index: 4;
}
.form-component--newsletter-form .form-component__submit .btn {
    padding: 0;
    gap: 2px;
    min-height: 40px;
    color: var(--color-charcoal-gray);
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.form-component--newsletter-form .form-component__submit .btn::after {
    display: none;
}
.form-component--newsletter-form .form-component__submit .btn__icon {
    width: 28px;
    height: 28px;
}
.form-component--newsletter-form .form-component__submit .btn__icon .icon {
    width: 14px;
    height: 14px;
}
.form-component--newsletter-form .form-component__submit .btn:active {
    transform: scale(1);
}
.form-component--newsletter-form .form-component__submit .btn:active .icon, .form-component--newsletter-form .form-component__submit .btn:hover .icon {
    transform: translateX(4px);
}
.form-component--newsletter-form .checkbox {
    padding-left: 24px;
}
.form-component--newsletter-form .checkbox__label {
    padding-left: 24px;
}
.form-component--newsletter-form .checkbox__label::before {
    border-color: var(--color-white);
    border-radius: 0;
}
.form-component--newsletter-form .checkbox__label::after, .form-component--newsletter-form .checkbox__label::before {
    width: 16px;
    height: 16px;
    top: 1px;
}
.form-component--newsletter-form .form-component__body {
    grid-gap: 26px;
}
.form-component--newsletter-form .form-component__success {
    padding: 0;
    min-height: 1px;
    color: var(--color-white);
}
.form-component--newsletter-form .form-component__success .title {
    font-size: 18px;
}
.form-component--newsletter-form .mod-loader {
    background-color: var(--color-charcoal-gray);
}
.form-component.show-thankyou .section-header,
.form-component.show-thankyou .form-component__form {
    display: none;
}
.form-component.show-thankyou .form-component__success {
    display: flex;
}
.language-switch__button::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.language-switch {
    position: relative;
    display: flex;
    z-index: 10;
    transition: color 0.3s ease;
    margin-right: -8px;
}
@media only screen and (max-width: 1022px) {
    .language-switch {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        align-items: flex-start;
        margin: 8px 0;
        width: 100%;
    }
}
.language-switch__button {
    padding: 0 12px;
    gap: 10px;
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    transition: background-color 0.3s ease, color 0.3s ease;
    overflow: hidden;
}
@media only screen and (max-width: 1022px) {
    .language-switch__button {
        min-width: 68px;
        border: 0;
        min-height: 1px;
        display: none;
    }
}
.language-switch__button .icon, .language-switch__button-text {
    position: relative;
    z-index: 3;
    pointer-events: none;
}
.language-switch__button .icon {
    width: 10px;
    height: 6px;
    transition: transform 0.3s ease;
}
.language-switch__button::before {
    top: 0;
    border-radius: 4px 4px 0 0;
    z-index: 0;
    opacity: 0;
    background-color: var(--color-cool-beige);
    transition: opacity 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .language-switch__button::before {
        display: none;
    }
}
@media only screen and (min-width: 1023px) {
    .language-switch__list {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 100px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    .is-scrolled .language-switch__list {
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    }
}
@media only screen and (max-width: 1640px) {
    .language-switch__list {
        left: initial;
        right: 0;
    }
}
@media only screen and (min-width: 1023px) {
    .language-switch__list-inner {
        display: grid;
        align-items: flex-end;
        background-color: var(--color-cool-beige);
        border-radius: 0 4px 4px 4px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 1022px) {
    .language-switch__list-inner {
        display: flex;
        align-items: center;
        font-size: 16px;
        gap: 16px;
    }
}
.language-switch__link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 0 0 0 12px;
    min-height: 42px;
    z-index: 3;
    gap: 8px;
    transition: color 0.3s ease;
    justify-content: flex-start;
    font-size: 16px;
}
@media only screen and (max-width: 1640px) {
    .language-switch__link {
        padding: 0 35px 0 10px;
        justify-content: flex-end;
    }
}
@media only screen and (max-width: 1022px) {
    .language-switch__link {
        min-height: 1px;
        border-bottom: 0;
        padding: 8px 0;
        line-height: 1;
    }
}
.language-switch__link:hover {
    color: var(--color-terra-cotta);
}
.language-switch__link:last-child {
    border-bottom: 0;
}
@media only screen and (max-width: 1022px) {
    .language-switch__link.is-active span {
        text-decoration: underline;
    }
}
@media only screen and (min-width: 1023px) {
    .language-switch:hover .language-switch__button {
        color: var(--color-terra-cotta);
    }
}
@media only screen and (max-width: 1022px) {
    .language-switch.is-open .language-switch__button .icon {
        transform: scaleY(-1);
    }
    .language-switch.is-open .language-switch__list {
        display: block;
    }
}
@media only screen and (min-width: 1023px) {
    .language-switch.is-open .language-switch__button {
        color: var(--color-terra-cotta);
    }
    .language-switch.is-open .language-switch__button .icon {
        transform: scaleY(-1);
    }
    .language-switch.is-open .language-switch__button::before {
        opacity: 1;
    }
    .language-switch.is-open .language-switch__list {
        opacity: 1;
        visibility: visible;
    }
}
.menu {
    font-weight: 400;
    margin-right: auto;
}
@media only screen and (max-width: 1022px) {
    .menu nav {
        display: block;
    }
}
.menu__list {
    display: flex;
    align-items: center;
    gap: 56px;
}
@media only screen and (max-width: 1640px) {
    .menu__list {
        gap: 44px;
    }
}
@media only screen and (max-width: 1200px) {
    .menu__list {
        gap: 24px;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__list {
        gap: 0;
        display: grid;
        align-items: flex-start;
    }
}
.menu__item {
    position: relative;
}
.menu__item.is-active > .menu__link {
    color: var(--color-terra-cotta);
}
@media only screen and (min-width: 1023px) {
    .menu__item:hover .menu__link.level-1 {
        color: var(--color-terra-cotta);
    }
}
@media only screen and (max-width: 1022px) {
    .menu__item-inner {
        display: flex;
        gap: 16px;
    }
}
.menu__link {
    display: flex;
    z-index: 3;
    font-weight: 400;
}
@media only screen and (max-width: 1022px) {
    .menu__link {
        padding: 10px 0;
        border-bottom: 0.5px solid var(--color-slate-400);
    }
}
.menu-close .icon {
    width: 24px;
    height: 24px;
}
.pagination {
    position: relative;
    text-align: center;
    width: 100%;
    flex-direction: column;
    margin-top: 46px;
}
.pagination nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}
.pagination .page-numbers {
    width: 40px;
    height: 40px;
    transition: background-color 80ms var(--easing-default), color 0.3s var(--easing-default);
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    line-height: 1;
    gap: 10px;
    border-radius: 12px;
}
.pagination .page-numbers .icon {
    pointer-events: none;
    width: 10px;
    height: 10px;
}
.pagination .page-numbers[href]:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.pagination .page-numbers.is-active {
    background-color: var(--color-orchid-950);
    color: var(--color-white);
    pointer-events: none;
}
.pagination .page-numbers:active {
    opacity: 1;
    transform: scale(0.98);
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
    width: 24px;
    height: 24px;
    border: 0;
}
.pagination .page-numbers.is-disabled {
    opacity: 0.2;
    pointer-events: none;
}
.section-header {
    max-width: 1054px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
}
@media only screen and (max-width: 1022px) {
    .section-header {
        gap: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .section-header {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
.section-header .title {
    line-height: 1;
}
.section-header__left {
    display: grid;
    grid-gap: 40px;
    justify-items: flex-start;
}
@media only screen and (max-width: 1022px) {
    .section-header__left {
        grid-gap: 30px;
    }
}
.section-header__right {
    flex-shrink: 0;
}
@media only screen and (min-width: 1023px) {
    .section-header .editor-text p {
        margin: 38px 0;
    }
}
.section-header .editor-text p:first-child {
    margin-top: 0;
}
.section-header .editor-text p:last-child {
    margin-bottom: 0;
}
.section-header .editor-text a {
    color: var(--color-terra-cotta);
}
@media only screen and (max-width: 767px) {
    .section-header--view-more .section-header__right {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }
}
.section-header--left-align {
    max-width: 780px;
    margin: 0;
}
.section-header--secondary {
    max-width: 100%;
}
@media only screen and (min-width: 1023px) {
    .section-header--secondary {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
}
@media only screen and (min-width: 1023px) {
    .section-header--secondary .section-header__left {
        max-width: 49%;
        width: 100%;
    }
}
.social-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px 24px;
}
@media only screen and (max-width: 1200px) {
    .social-nav ul {
        justify-content: flex-start;
        gap: 20px;
    }
}
.social-nav__link {
    display: flex;
    position: relative;
    z-index: 3;
}
.social-nav__link .icon {
    transition: transform 180ms ease;
}
@media only screen and (max-width: 767px) {
    .social-nav__link .icon {
        width: 20px;
        height: 20px;
    }
}
.social-nav__link .icon::before {
    background-color: var(--color-warm-beige);
}
.social-nav__link:hover .icon {
    transform: translateY(-4px);
}
.page-404 .title--h1 {
    font-size: 404px;
    line-height: 0.8;
    font-family: var(--font-secondary);
}
@media only screen and (max-width: 1640px) {
    .page-404 .title--h1 {
        font-size: 300px;
    }
}
@media only screen and (max-width: 1200px) {
    .page-404 .title--h1 {
        font-size: 260px;
    }
}
@media only screen and (max-width: 767px) {
    .page-404 .title--h1 {
        font-size: 160px;
    }
}
.page-404__content {
    width: 100%;
    display: grid;
    grid-gap: 20px;
    max-width: 800px;
}

.sc-page-404 {
    min-height: 774px;
    padding: 40px 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1200px) {
    .sc-page-404 {
        min-height: calc(100vh - 110px);
    }
}
@media only screen and (max-width: 1022px) {
    .sc-page-404 {
        min-height: calc(100dvh - 110px);
    }
}
.card-list {
    width: 100%;
}
@media only screen and (min-width: 1201px) {
    .card-list .section-header .title {
        font-size: 60px;
        letter-spacing: -2.4px;
    }
}
.card-list .section-header .editor-text {
    line-height: 1.6;
}
.card-list__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 40px;
}
@media only screen and (max-width: 1200px) {
    .card-list__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .card-list__list {
        grid-template-columns: 1fr;
    }
}
@charset "UTF-8";
.editor-text h6, .editor-text h5, .editor-text h4, .editor-text h3, .editor-text h2, .editor-text h1 {
    line-height: 1;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--font-secondary);
}

.editor-text h1 {
    font-size: 72px;
}
@media only screen and (max-width: 1640px) {
    .editor-text h1 {
        font-size: 48px;
    }
}
@media only screen and (max-width: 1200px) {
    .editor-text h1 {
        font-size: 44px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h1 {
        font-size: 32px;
    }
}

.editor-text h2 {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -2.4px;
}
@media only screen and (max-width: 1640px) {
    .editor-text h2 {
        font-size: 52px;
    }
}
@media only screen and (max-width: 1200px) {
    .editor-text h2 {
        font-size: 44px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h2 {
        font-size: 32px;
    }
}

.editor-text h3 {
    font-size: 56px;
    line-height: 1.2;
}
@media only screen and (max-width: 1640px) {
    .editor-text h3 {
        font-size: 44px;
    }
}
@media only screen and (max-width: 1200px) {
    .editor-text h3 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h3 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h3 {
        font-size: 24px;
    }
}

.editor-text h4 {
    font-size: 36px;
    line-height: 1.2;
}
@media only screen and (max-width: 1640px) {
    .editor-text h4 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1200px) {
    .editor-text h4 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h4 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h4 {
        font-size: 20px;
    }
}

.editor-text h5 {
    font-size: 28px;
}
@media only screen and (max-width: 1022px) {
    .editor-text h5 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h5 {
        font-size: 18px;
    }
}

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

.editor-text ol li:before {
    color: inherit;
    font-size: inherit;
    font-weight: 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: 20px;
    letter-spacing: 0;
}
@media only screen and (max-width: 1022px) {
    .editor-text h1,
    .editor-text h2,
    .editor-text h3,
    .editor-text h4,
    .editor-text h5,
    .editor-text h6 {
        margin-bottom: 16px;
    }
}
* + .editor-text h1,
* + .editor-text h2,
* + .editor-text h3,
* + .editor-text h4,
* + .editor-text h5,
* + .editor-text h6 {
    margin-top: 82px;
}
.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 h5 {
    margin-bottom: 16px;
}
.editor-text h6 {
    margin-bottom: 16px;
}
.editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text img,
.editor-text figure,
.editor-text table {
    margin-top: 0;
    margin-bottom: 24px;
}
.editor-text p:last-child,
.editor-text ul:last-child,
.editor-text ol:last-child,
.editor-text img:last-child,
.editor-text figure:last-child,
.editor-text table:last-child {
    margin-bottom: 0;
}
.editor-text p + h2, .editor-text p + h3, .editor-text p + h4, .editor-text p + h5, .editor-text p + h6,
.editor-text ul + h2,
.editor-text ul + h3,
.editor-text ul + h4,
.editor-text ul + h5,
.editor-text ul + h6,
.editor-text ol + h2,
.editor-text ol + h3,
.editor-text ol + h4,
.editor-text ol + h5,
.editor-text ol + h6,
.editor-text img + h2,
.editor-text img + h3,
.editor-text img + h4,
.editor-text img + h5,
.editor-text img + h6,
.editor-text figure + h2,
.editor-text figure + h3,
.editor-text figure + h4,
.editor-text figure + h5,
.editor-text figure + h6,
.editor-text table + h2,
.editor-text table + h3,
.editor-text table + h4,
.editor-text table + h5,
.editor-text table + h6 {
    margin-top: 82px;
}
@media only screen and (max-width: 1022px) {
    .editor-text p + h2, .editor-text p + h3, .editor-text p + h4, .editor-text p + h5, .editor-text p + h6,
    .editor-text ul + h2,
    .editor-text ul + h3,
    .editor-text ul + h4,
    .editor-text ul + h5,
    .editor-text ul + h6,
    .editor-text ol + h2,
    .editor-text ol + h3,
    .editor-text ol + h4,
    .editor-text ol + h5,
    .editor-text ol + h6,
    .editor-text img + h2,
    .editor-text img + h3,
    .editor-text img + h4,
    .editor-text img + h5,
    .editor-text img + h6,
    .editor-text figure + h2,
    .editor-text figure + h3,
    .editor-text figure + h4,
    .editor-text figure + h5,
    .editor-text figure + h6,
    .editor-text table + h2,
    .editor-text table + h3,
    .editor-text table + h4,
    .editor-text table + h5,
    .editor-text table + h6 {
        margin-top: 48px;
    }
}
.editor-text p img {
    height: auto;
    width: revert-layer;
}
.editor-text a {
    color: currentColor;
    text-decoration: underline;
}
.editor-text a:hover {
    text-decoration: none;
}
.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 figure img {
    margin: 0;
}
.editor-text ul,
.editor-text ol {
    list-style: none;
    display: grid;
    grid-gap: 4px;
}
.editor-text ul li,
.editor-text ol li {
    position: relative;
    padding-left: 30px;
}
.editor-text ul {
    grid-gap: 0;
}
.editor-text ul li:before {
    content: "•";
    border-radius: 100%;
    width: 5px;
    height: 5px;
    color: currentColor;
    font-size: inherit;
    line-height: inherit;
    top: 0;
    left: 10px;
    position: absolute;
}
.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: 0;
}
.editor-text table {
    margin: 40px 0;
    border: 0;
    border-top: 1px solid var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .editor-text table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        width: calc(100% + 20px);
    }
}
.editor-text table tr:nth-child(odd) {
    background-color: var(--color-gray-150);
}
.editor-text table th,
.editor-text table td {
    padding: 8px 15px;
    height: auto !important;
}
.editor-text table:first-child {
    margin-top: 0;
}
.editor-text table:last-child {
    margin-bottom: 0;
}
.editor-text table th {
    font-weight: 600;
}
.editor-text table thead tr:nth-child(odd),
.editor-text table thead tr {
    background-color: var(--color-gray-100);
}
.editor-text table thead th {
    color: var(--color-primary);
}
.editor-text table a {
    color: currentColor;
}
.editor-text blockquote p {
    margin: 0 !important;
}
.editor-text iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border: 0;
}
.footer {
    padding: 64px 0 32px;
    position: relative;
    width: 100%;
    z-index: 1;
    color: var(--color-white);
    background-color: var(--color-charcoal-gray);
}
.footer__logo {
    display: block;
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
    .footer__logo {
        margin-bottom: 30px;
    }
}
.footer__logo img {
    height: 36px;
    width: auto;
    object-fit: contain;
}
.footer .editor-text {
    font-weight: 300;
    line-height: 1.33;
}
.footer .social-nav {
    margin-top: 64px;
}
@media only screen and (max-width: 1022px) {
    .footer .social-nav {
        margin-top: 30px;
    }
}
.footer__title {
    margin-bottom: 40px;
    color: var(--color-warm-beige);
    letter-spacing: 2.56px;
    min-height: 40px;
    display: flex;
    align-items: flex-end;
}
@media only screen and (max-width: 767px) {
    .footer__title {
        min-height: 1px;
        margin-bottom: 30px;
    }
}
.footer__nav .icon {
    color: var(--color-warm-beige);
    flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
    .footer__nav .icon {
        width: 20px;
        height: 20px;
    }
}
.footer__nav li {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}
.footer__nav-link {
    display: inline-block;
    transition: transform 180ms ease;
    will-change: transform;
    line-height: 1.5;
}
.footer__nav-link:has(a:hover), .footer__nav-link[href]:hover {
    transform: translateX(12px);
}
.footer__nav-link[target=_blank] {
    text-decoration: underline;
}
.footer__nav ul {
    display: grid;
    grid-gap: 32px;
}
@media only screen and (max-width: 767px) {
    .footer__nav ul {
        grid-gap: 24px;
    }
}
.footer__text {
    line-height: 1.5;
    margin-bottom: 32px;
}
@media only screen and (max-width: 1200px) {
    .footer__top .row {
        gap: 40px 0;
    }
}
@media only screen and (max-width: 767px) {
    .footer__top .row {
        gap: 60px 0;
    }
}
.footer__bottom {
    margin-top: 94px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 1200px) {
    .footer__bottom {
        margin-top: 70px;
    }
}
@media only screen and (max-width: 1022px) {
    .footer__bottom {
        margin-top: 40px;
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
    .footer__bottom {
        gap: 16px;
    }
}
.footer__bottom-nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
@media only screen and (max-width: 767px) {
    .footer__bottom-nav ul {
        gap: 16px;
        align-items: flex-start;
        flex-direction: column;
    }
}
.footer__bottom-nav a {
    transition: color 180ms ease;
}
.footer__bottom-nav a:hover {
    color: var(--color-white);
}
.footer__develop-by {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.footer__develop-by-link {
    display: flex;
}
.footer__develop-by-link img {
    flex-shrink: 0;
    height: 12px;
    width: auto;
    opacity: 0.7;
    transition: opacity 80ms ease-out;
}
.footer__develop-by-link[href]:hover img {
    opacity: 1;
}
.landing-module__main-text .editor-text h2 {
    line-height: 1;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--font-secondary);
}

.landing-module__main-text .editor-text h2 {
    font-size: 56px;
    line-height: 1.2;
}
@media only screen and (max-width: 1640px) {
    .landing-module__main-text .editor-text h2 {
        font-size: 44px;
    }
}
@media only screen and (max-width: 1200px) {
    .landing-module__main-text .editor-text h2 {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1022px) {
    .landing-module__main-text .editor-text h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-module__main-text .editor-text h2 {
        font-size: 24px;
    }
}

.landing-module {
    position: relative;
    overflow: hidden;
    color: var(--color-white);
    min-height: var(--landing-total-height, 200vh);
    clip-path: inset(0);
}
.landing-module::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 200px;
    width: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1724' height='205' fill='none' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M-4 0s522.379 178.2 862 178.2S1724 0 1724 0v204.5H-4z'/%3E%3C/svg%3E") no-repeat center bottom/100% 100%;
    z-index: 3;
}
@media only screen and (max-width: 1022px) {
    .landing-module::after {
        width: 1000px;
        left: 50%;
        transform: translate(-50%, 0);
    }
}
.landing-module__indicator {
    pointer-events: none;
    position: absolute;
    left: 0;
    min-height: 1px;
    width: 100%;
    top: 0;
}
.landing-module__indicator--background {
    height: 70%;
}
.landing-module__background {
    height: 100vh;
}
.landing-module__background--default {
    position: relative;
}
.landing-module__background-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 110vw;
    height: 140%;
}
.landing-module__logo {
    height: 100vh;
}
@media only screen and (max-width: 1022px) {
    .landing-module__logo {
        height: 108vh;
    }
}
.landing-module__logo-item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: var(--color-white);
    flex-direction: column;
    gap: 16px;
}
.landing-module__logo-item img {
    max-width: initial;
    position: absolute;
    height: auto;
    left: 50%;
    max-height: initial;
    top: 50%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}
.landing-module__logo-main {
    width: 100%;
    position: relative;
    height: 256px;
}
@media only screen and (max-width: 1022px) {
    .landing-module__logo-main {
        height: 22vw;
    }
}
@media only screen and (max-width: 1022px) {
    .landing-module__logo-main img {
        width: 80vw;
    }
}
.landing-module__logo-slogan {
    width: 100%;
    position: relative;
    height: 94px;
}
@media only screen and (max-width: 1022px) {
    .landing-module__logo-slogan {
        height: 12vw;
    }
}
@media only screen and (max-width: 1022px) {
    .landing-module__logo-slogan img {
        width: 90vw;
        max-height: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-module__logo-slogan img {
        max-height: 30px;
    }
}
.landing-module__logo-blended {
    opacity: 0;
}
.landing-module .container {
    max-width: 1340px;
}
@media only screen and (max-width: 1640px) {
    .landing-module .container {
        max-width: 1040px;
    }
}
@media only screen and (max-width: 1200px) {
    .landing-module .container {
        max-width: 800px;
    }
}
@media only screen and (max-width: 1022px) {
    .landing-module .container {
        max-width: calc(100% - 30px);
    }
}
.landing-module__content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
}
.landing-module__content-inner {
    display: grid;
    grid-gap: 22px;
    max-width: 866px;
    margin-top: 25vh;
    position: relative;
}
@media only screen and (max-width: 1640px) {
    .landing-module__content-inner {
        max-width: 700px;
    }
}
@media only screen and (max-width: 1200px) {
    .landing-module__content-inner {
        max-width: 570px;
    }
}
@media only screen and (max-width: 1022px) {
    .landing-module__content-inner {
        max-width: 600px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-module__content-inner {
        max-width: 320px;
    }
}
.landing-module__title {
    position: relative;
    transform-origin: left center;
    transform: scale(1.2) translate(0, 15vh);
    opacity: 0;
}
@media only screen and (max-width: 1022px) {
    .landing-module__title {
        transform: scale(1.3) translate(0, 20vh);
    }
}
.landing-module__button, .landing-module__text {
    opacity: 0;
    transform: translate(0, 60px);
}
.landing-module__text {
    max-width: 640px;
}
.landing-module__button {
    display: flex;
    gap: 48px;
    margin-top: 42px;
}
@media only screen and (max-width: 1640px) {
    .landing-module__button {
        margin-top: 24px;
    }
}
@media only screen and (max-width: 1200px) {
    .landing-module__button {
        gap: 24px;
    }
}
@media only screen and (max-width: 1022px) {
    .landing-module__button {
        gap: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-module__button {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 767px) {
    .landing-module__button .btn {
        min-width: 260px;
    }
}
.landing-module__overlay {
    position: fixed;
    left: -5%;
    bottom: -10%;
    pointer-events: none;
    opacity: 0;
    transform: translate(90%, 30%);
}
@media only screen and (max-width: 1022px) {
    .landing-module__overlay {
        max-width: 800px;
        bottom: 10%;
        left: -15%;
    }
}
@media only screen and (max-width: 1022px) {
    .landing-module__overlay svg {
        max-width: 100%;
        height: auto;
    }
}
.landing-module__main-text {
    position: absolute;
    left: 0;
    top: 100vh;
    width: 100%;
}
.landing-module__main-text-list {
    display: grid;
}
.landing-module__main-text-item {
    opacity: 0;
    padding-bottom: 44px;
}
.landing-module__main-text .editor-text {
    width: 100%;
    margin: 0 auto;
    max-width: 866px;
}
.landing-module__main-text strong {
    font-weight: 700;
}
.noscript {
    display: block;
    width: 100%;
    position: relative;
    z-index: 9999;
}
.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%;
}
.site-header::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 32px 0;
}
@media only screen and (max-width: 1022px) {
    .site-header {
        padding: 16px 0;
    }
}
:has(.landing-module) .site-header {
    opacity: 0;
    pointer-events: none;
}
.site-header::after {
    transform: translateZ(0);
    will-change: backdrop-filter;
    background: rgba(243, 238, 235, 0.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.site-header .container {
    position: relative;
    z-index: 3;
}
.site-header__inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 80px;
    width: 100%;
}
@media only screen and (max-width: 1200px) {
    .site-header__inner {
        gap: 60px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 1022px) {
    .site-header__inner {
        font-size: 18px;
    }
}
.site-header__logo {
    font-size: 0;
    z-index: 3;
    position: relative;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}
.site-header__logo img {
    width: auto;
    height: 36px;
    object-fit: contain;
    transition: opacity 0.2s ease;
}
@media only screen and (max-width: 1022px) {
    .site-header__logo img {
        height: 24px;
    }
}
.site-header__left {
    position: relative;
    z-index: 3;
}
@media only screen and (max-width: 1022px) {
    .site-header__left {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
.site-header__right {
    display: flex;
    flex: auto;
    gap: 44px;
    align-items: center;
    position: relative;
    z-index: 3;
    justify-content: flex-end;
}
@media only screen and (max-width: 1640px) {
    .site-header__right {
        gap: 24px;
    }
}
@media only screen and (max-width: 1022px) {
    .site-header__right {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        overflow: auto;
        flex-direction: column;
        justify-content: flex-start;
        border-left: 0.5px solid rgba(0, 0, 0, 0.05);
        box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.0196078431), 0px 24px 24px 0px rgba(0, 0, 0, 0.0196078431), 0px 54px 32px 0px rgba(0, 0, 0, 0.0117647059), 0px 96px 38px 0px rgba(0, 0, 0, 0), 0px 149px 42px 0px rgba(0, 0, 0, 0);
        background: rgba(243, 238, 235, 0.3);
        backdrop-filter: blur(20px);
        width: 100%;
        padding: 24px;
        max-width: 315px;
        z-index: 20;
        transform: translate(100%, 0);
        transition: transform 500ms cubic-bezier(0.65, 0, 0.35, 1), visibility 500ms cubic-bezier(0.65, 0, 0.35, 1), opacity 500ms cubic-bezier(0.65, 0, 0.35, 1);
    }
    .is-open-menu .site-header__right {
        transform: translate(0, 0);
        transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1), cubic-bezier(0.33, 1, 0.68, 1), cubic-bezier(0.33, 1, 0.68, 1);
    }
}
@media only screen and (max-width: 1022px) {
    .site-header__right-top {
        width: 100%;
    }
}
.site-header__right-bottom {
    display: flex;
    justify-content: flex-end;
    gap: 32px;
    align-items: center;
}
@media only screen and (max-width: 1640px) {
    .site-header__right-bottom {
        gap: 24px;
    }
}
@media only screen and (max-width: 1022px) {
    .site-header__right-bottom {
        margin-top: auto;
        width: 100%;
        justify-content: space-between;
    }
}
.site-header__right-header {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
}
.site-header__right-text {
    font-size: 14px;
    margin-top: 2px;
}
.site-header__background {
    pointer-events: none;
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.site-header__background img {
    width: 1000%;
    height: auto;
}

.hamburger {
    z-index: 12;
    position: relative;
    display: none;
    margin-left: auto;
}
@media only screen and (max-width: 1022px) {
    .hamburger {
        display: flex;
        justify-content: flex-end;
        width: 40px;
        height: 20px;
        align-items: center;
    }
}
.hamburger__inner {
    display: grid;
    grid-gap: 4px;
}
.hamburger__bar {
    height: 2px;
    display: block;
    width: 16px;
    pointer-events: none;
    border-radius: 8px;
    background: var(--color-charcoal-gray);
    position: relative;
    transition: all 0.3s ease;
}
.is-open-menu .hamburger__bar {
    background: var(--color-white);
}
.is-open-menu .hamburger__bar:first-child {
    transform: translateY(4px) rotate(225deg);
}
.is-open-menu .hamburger__bar:nth-child(2) {
    transform: scale(0);
}
.is-open-menu .hamburger__bar:last-child {
    transform: translateY(-4px) rotate(315deg);
}

.background-canvas {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
    pointer-events: none !important;
}
.team-building {
    width: 100%;
}
.team-building__header {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
@media only screen and (max-width: 1022px) {
    .team-building__header {
        gap: 40px;
    }
}
.team-building__title {
    position: relative;
    min-height: 60px;
}
.team-building__tag {
    position: absolute;
    left: -12px;
    top: calc(100% - 14px);
    display: flex;
    transform: rotate(-4deg);
    padding: 4px 32px;
    align-items: center;
    min-height: 56px;
    border-radius: 40px;
    font-size: 22px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    background-color: var(--color-green);
    color: var(--color-white);
}
@media only screen and (max-width: 1022px) {
    .team-building__tag {
        left: -8px;
        top: calc(100% - 24px);
        padding: 4px 24px;
        min-height: 48px;
        font-size: 18px;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width: 767px) {
    .team-building__tag {
        top: calc(100% - 30px);
    }
}
.team-building__buttons {
    display: flex;
    align-items: center;
    gap: 12px 64px;
    flex-wrap: wrap;
}
.team-building__image {
    aspect-ratio: 1728/928;
    position: relative;
}
.team-building__image img {
    height: 120%;
    top: 0;
    will-change: transform;
}
.testimonial-slider {
    overflow: hidden;
}
.testimonial-slider .section-header {
    max-width: 100%;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1022px) {
    .testimonial-slider .section-header {
        margin-bottom: 32px;
    }
}
@media only screen and (min-width: 768px) {
    .testimonial-slider .swiper {
        overflow: visible;
    }
}
@media only screen and (max-width: 767px) {
    .testimonial-slider .swiper-slide {
        width: calc(100vw - 32px);
    }
}
.testimonial-slider__slide {
    background-color: var(--color-cool-beige);
    padding: 56px 72px;
    position: relative;
    min-height: 192px;
    border: 0.5px solid var(--color-warm-beige);
}
@media only screen and (max-width: 1640px) {
    .testimonial-slider__slide {
        padding: 46px 62px;
    }
}
@media only screen and (max-width: 1200px) {
    .testimonial-slider__slide {
        padding: 40px 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .testimonial-slider__slide {
        padding: 32px;
        min-height: 160px;
    }
}
.testimonial-slider__slide .editor-text {
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.testimonial-slider__slide-content {
    position: relative;
    z-index: 3;
    display: grid;
    grid-gap: 24px;
    justify-items: flex-start;
}
.testimonial-slider__slide-bg {
    opacity: 0.3;
}
.testimonial-slider__slide-footer {
    display: grid;
    grid-gap: 10px;
}
.testimonial-slider__slide.is-open .editor-text {
    -webkit-line-clamp: unset;
}
.testimonial-slider__slide.is-open .testimonial-slider__toggle-less {
    display: block;
}
.testimonial-slider__slide.is-open .testimonial-slider__toggle-more {
    display: none;
}
.testimonial-slider__slide.is-closed .testimonial-slider__toggle {
    display: none;
}
.testimonial-slider__toggle {
    display: inline-flex;
    border-bottom: 1px solid currentColor;
    transition: color 180ms ease, border-color 180ms ease;
}
.testimonial-slider__toggle span {
    pointer-events: none;
}
.testimonial-slider__toggle-less {
    display: none;
}
.testimonial-slider__toggle:hover {
    color: var(--color-terra-cotta);
}
/*# sourceMappingURL=bundle.css.map */
