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 picture,
.bg-image img, .covered, .cover-bg {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
}

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

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

body {
    font-size: 20px;
    line-height: 1.8;
}
@media only screen and (max-width: 1200px) {
    body {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1022px) {
    body {
        font-size: 16px;
        line-height: 2;
    }
}

.text--48 {
    font-size: 48px;
    line-height: 1.1;
}
@media only screen and (max-width: 1600px) {
    .text--48 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1200px) {
    .text--48 {
        font-size: 34px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--48 {
        font-size: 28px;
    }
}

.text--40 {
    font-size: 40px;
    line-height: 56px;
}
@media only screen and (max-width: 1600px) {
    .text--40 {
        font-size: 32px;
        line-height: normal;
    }
}
@media only screen and (max-width: 1200px) {
    .text--40 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--40 {
        font-size: 20px;
        line-height: 32px;
    }
}

.text--32 {
    font-size: 32px;
    line-height: 48px;
}

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

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

.text--16 {
    font-size: 16px;
    line-height: 28px;
}

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

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

.text--10 {
    font-size: 10px;
    line-height: 16px;
}

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

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

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

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-primary: #090a0a;
    --color-green: #008200;
    --color-green-light: #99cc33;
    --color-green-gradient: linear-gradient(225deg, #99cc33 0%, #008200 100%);
    --color-gray: #eff0f0;
    --color-gray-300: #dfe2e6;
    --color-gray-400: #cfd4da;
    --color-gray-500: #afb5bc;
    --color-gray-600: #6e757c;
    --color-gray-700: #4b5057;
    --color-gray-800: #383e42;
    --color-gray-background: #202426;
    --color-gray-light-background: #2b3033;
    --color-success: #28a745;
    --color-danger: #c20821;
    --color-warning: #ffc107;
    --color-info: #17a2b8;
    --color-alert-primary: #cce5ff;
    --color-alert-secondary: #e2e3e5;
    --color-alert-success: #d4edda;
    --color-alert-danger: #f8d7da;
    --color-alert-warning: #fff3cd;
    --color-focus: #6495ed;
    --color-validation-failed: #c20821;
    --color-primary-light: rgba(197, 51, 25, 0.5);
    --color-border: #d9d9d9;
    --font-primary: elza-text, sans-serif;
    --font-secondary: elza, sans-serif;
    --easing-ease-in-out: cubic-bezier(0.55, 0, 0.45, 1);
    --easing-slow-down: cubic-bezier(0.25, 0.49, 0.31, 1);
    --easing-long-slow-down: cubic-bezier(0.13, 0.63, 0.4, 0.97);
    --easing-ease-motion: cubic-bezier(0.66, 0.19, 0.29, 0.79);
    --easing-expressive-in-out: cubic-bezier(0.76, 0.09, 0.03, 0.96);
    --easing-fly-in: cubic-bezier(0.08, 0.69, 0.07, 1);
    --easing-fly-out: cubic-bezier(0.54, 0.01, 0.99, 0.26);
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

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

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

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

input {
    overflow: visible;
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

@media (min-width: 320px) {
    .text-xs-center {
        text-align: center;
    }
    .text-xs-left {
        text-align: left;
    }
    .text-xs-right {
        text-align: right;
    }
    .d-xs-none {
        display: none !important;
    }
    .d-xs-inline-block {
        display: inline-block !important;
    }
    .d-xs-block {
        display: block !important;
    }
    .d-xs-flex {
        display: flex !important;
    }
    .d-xs-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .text-sm-center {
        text-align: center;
    }
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1023px) {
    .text-md-center {
        text-align: center;
    }
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 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: 1600px) {
    .text-xl-center {
        text-align: center;
    }
    .text-xl-left {
        text-align: left;
    }
    .text-xl-right {
        text-align: right;
    }
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

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

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

@keyframes floatBeans {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-1.2rem);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes floatBeansMobile {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-0.75rem);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes scaleHeroImage {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
@keyframes animateIngredient1 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-1rem, -1rem);
    }
    to {
        transform: translate(0, 0);
    }
}
@keyframes animateIngredient2 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(1rem, -1rem);
    }
    to {
        transform: translate(0, 0);
    }
}
@keyframes animateIngredient3 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(1rem, -0.5rem);
    }
    to {
        transform: translate(0, 0);
    }
}
/**
 * Swiper 11.2.7
 * 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: May 19, 2025
 */
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

: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 */
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.cover-bg {
    background-size: cover;
    background-position: center center;
}
.cover-bg img {
    display: none;
}

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

.card {
    position: relative;
    box-shadow: 0 0 16px rgba(9, 28, 46, 0.16);
    border-radius: 2px;
    background-color: var(--color-white);
}

.overflow-h {
    overflow: hidden;
}

.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--gold {
    color: var(--color-gold);
}
.text--gray-light {
    color: var(--color-grey-light);
}
.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--md {
    font-weight: 500;
}
.text--sb {
    font-weight: 600;
}
.text--bold {
    font-weight: 700;
}
.text--uppercase {
    text-transform: uppercase;
}

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

.stretched-link {
    font-size: 0;
    line-height: 0;
    opacity: 0;
    overflow: hidden;
}
.stretched-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

@media only screen and (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
}
@media only screen and (max-width: 1022px) {
    .hidden-tablet-p {
        display: none;
    }
}

.visible-mobile {
    display: none;
}
@media only screen and (max-width: 767px) {
    .visible-mobile {
        display: block;
    }
}
.visible-tablet-p {
    display: none;
}
@media only screen and (max-width: 1022px) {
    .visible-tablet-p {
        display: block;
    }
}

.hide {
    display: none;
}

.show {
    display: block;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

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

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

.p-relative {
    position: relative;
}

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

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

.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: 8px;
    padding: 8px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.24);
}
.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: 16px;
    width: 16px;
    border: 0;
    outline: 0;
    border-radius: 100%;
    margin: 0;
    opacity: 1;
    background-color: var(--color-white);
    transition: background-color 0.3s ease, opacity 0.3s ease;
}
.swiper-pagination-bullets.swiper-pagination-horizontal-bullet-active,
.swiper-pagination-bullet-active {
    background-color: var(--color-green);
}
@media only screen and (min-width: 1023px) {
    .swiper-pagination-bullets.swiper-pagination-horizontal-bullet:hover,
    .swiper-pagination-bullet:hover {
        background-color: var(--color-green);
    }
}

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

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

body {
    color: var(--color-primary);
    font-family: var(--font-primary);
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: flex-start;
    touch-action: manipulation;
}
body.body-scroll-locked, 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 0.3s ease, border 0.3s ease;
}

i,
em {
    font-style: italic;
}

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

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

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

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

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

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

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

figure img {
    margin: 0;
}

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

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

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

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

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

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

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

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

main {
    width: 100%;
    flex: 1 0 auto;
    padding-top: 96px;
}
@media only screen and (max-width: 1600px) {
    main {
        padding-top: 88px;
    }
}
@media only screen and (max-width: 1022px) {
    main {
        padding-top: 72px;
    }
}

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

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

.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;
}
.advance-cookie-banner {
    font-size: 16px;
    line-height: 1.5;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner {
        font-size: 14px;
    }
}
.advance-cookie-banner__title {
    margin-bottom: 8px;
}
.advance-cookie-banner__bar {
    position: fixed;
    left: 0;
    width: 100%;
    max-width: 1000px;
    bottom: 0;
    z-index: 998;
    transition: opacity 0.5s ease;
    padding: 24px 36px;
    opacity: 0;
    pointer-events: none;
    background-color: var(--color-gray);
    border-radius: 0 4px 0 0;
}
@media only screen and (max-width: 1200px) {
    .advance-cookie-banner__bar {
        max-width: 90vw;
    }
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__bar {
        padding: 34px 16px 24px;
        max-width: 100%;
        border-radius: 4px 4px 0 0;
    }
}
.cookie-not-set .advance-cookie-banner__bar {
    opacity: 1;
    pointer-events: all;
}
.advance-cookie-banner__inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 30px;
    align-items: center;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__inner {
        grid-template-columns: 1fr;
        align-items: flex-start;
        grid-gap: 20px;
    }
}
.advance-cookie-banner a {
    text-decoration: underline;
}
.advance-cookie-banner a:hover {
    text-decoration: none;
}
.advance-cookie-banner__button {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__button {
        flex-wrap: wrap;
        gap: 16px;
    }
}
.advance-cookie-banner .btn {
    min-height: 48px;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner .btn {
        min-height: 1px;
        padding: 12px 18px;
    }
}
.advance-cookie-banner .btn--cookie-setting {
    color: var(--color-green);
    text-decoration: underline;
    white-space: nowrap;
    transition: color 0.3s ease;
}
.advance-cookie-banner .btn--cookie-setting:hover {
    text-decoration: none;
}
.advance-cookie-banner .btn[disabled] {
    pointer-events: none;
    opacity: 0.4;
}
.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: 999;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    transition: opacity 0.4s ease;
    padding: 28px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal {
        padding: 18px 10px;
        font-size: 14px;
    }
}
.advance-cookie-banner__modal.is-open-modal {
    opacity: 1;
    pointer-events: all;
}
.advance-cookie-banner__modal-close {
    flex-shrink: 0;
    padding: 10px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-close {
        top: 10px;
    }
}
.advance-cookie-banner__modal-close .icon {
    pointer-events: none;
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}
.advance-cookie-banner__modal-close:hover .icon {
    transform: scale(0.9);
}
.advance-cookie-banner__modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}
.advance-cookie-banner__modal-body {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 830px;
    box-shadow: 1px 6px 20px rgba(0, 0, 0, 0.25);
    background-color: var(--color-white);
    z-index: 1000;
    padding: 32px;
    border-radius: 12px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-body {
        padding: 16px;
    }
}
.advance-cookie-banner__modal-header {
    border-bottom: 1px solid var(--color-border);
    padding: 0 0 16px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-header {
        margin-bottom: 30px;
    }
}
.advance-cookie-banner__modal-content {
    display: grid;
    grid-gap: 44px;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__modal-content {
        grid-gap: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-content {
        font-size: 14px;
    }
}
.advance-cookie-banner__modal-content .editor-text p {
    margin-top: 8px;
    margin-bottom: 8px;
}
.advance-cookie-banner__modal-content .editor-text p:first-child {
    margin-top: 0;
}
.advance-cookie-banner__modal-content .editor-text p a {
    text-decoration: underline;
}
.advance-cookie-banner__modal-content .editor-text p a:hover {
    text-decoration: none;
}
.advance-cookie-banner__modal-item {
    position: relative;
}
.advance-cookie-banner__modal-item.is-necessary .mod-toggle {
    pointer-events: none;
    opacity: 0;
}
.advance-cookie-banner__modal-cookie-title {
    margin-bottom: 8px;
    padding-right: 140px;
}
@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;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-active-label {
        font-size: 12px;
        top: 4px;
    }
}
.advance-cookie-banner__modal-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
    gap: 20px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-footer {
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-footer .btn {
        width: 100%;
    }
}
@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;
    }
}
.advance-cookie-banner__close {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 40px;
    height: 40px;
    right: 0;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__close {
        top: 0;
        right: 10px;
        transform: translate(0, 0);
    }
}
.advance-cookie-banner__close .icon {
    opacity: 0.3;
    width: 12px;
    height: 12px;
    transition: opacity 0.3s ease;
}
.advance-cookie-banner__close .icon::before {
    background-color: currentColor;
}
.advance-cookie-banner__close:hover .icon {
    opacity: 1;
}
.breadcrumbs {
    width: 100%;
    position: relative;
}
.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}
@media only screen and (max-width: 1022px) {
    .breadcrumbs__list {
        font-size: 14px;
    }
}
.breadcrumbs__item {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
@media only screen and (max-width: 1022px) {
    .breadcrumbs__item {
        gap: 6px;
    }
}
.breadcrumbs__link {
    position: relative;
    white-space: nowrap;
}
.breadcrumbs__link[href]:hover {
    text-decoration: underline;
}
.breadcrumbs__separator {
    width: 16px;
    height: 16px;
}
@media only screen and (max-width: 1022px) {
    .breadcrumbs__separator {
        width: 12px;
        height: 12px;
    }
}
.breadcrumbs .icon {
    height: 12px;
    width: 12px;
    margin-top: 1px;
    opacity: 0.4;
}
@media only screen and (max-width: 1022px) {
    .breadcrumbs .icon {
        width: 10px;
        height: 10px;
    }
}
.breadcrumbs .icon::before {
    background-color: currentColor;
}
.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;
    font-weight: 500;
    text-transform: uppercase;
}
@media only screen and (max-width: 1022px) {
    .language-switch {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        align-items: center;
        max-width: calc(100% - 32px);
        margin: 0 auto;
        width: 100%;
        margin-top: 22px;
    }
}
@media only screen and (max-width: 1022px) {
    .language-switch__label {
        text-transform: initial;
    }
}
.language-switch__button {
    border-left: 1px solid var(--color-gray-300);
    min-width: 64px;
    padding: 0 0 0 8px;
    gap: 8px;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: var(--color-gray-800);
    min-height: 48px;
    transition: background-color 0.3s ease, color 0.3s ease;
    overflow: hidden;
}
@media only screen and (max-width: 1200px) {
    .language-switch__button {
        min-width: 68px;
    }
}
@media only screen and (max-width: 1022px) {
    .language-switch__button {
        border: 0;
        min-height: 1px;
        color: var(--color-white);
    }
}
.language-switch__button-image {
    position: relative;
    width: 26px;
    height: 18px;
    flex-shrink: 0;
}
.language-switch__button .icon, .language-switch__button-text {
    position: relative;
    z-index: 3;
    pointer-events: none;
}
.language-switch__button .icon {
    transition: transform 0.3s ease;
}
.language-switch__button .icon::before {
    background-color: var(--color-gray-background);
}
@media only screen and (max-width: 1022px) {
    .language-switch__button .icon::before {
        background-color: var(--color-gray-600);
    }
}
.language-switch__button::before {
    border-top: 2px solid var(--color-green);
    top: 0;
    border-radius: 4px 4px 0 0;
    z-index: 0;
    opacity: 0;
    background-color: var(--color-gray-background);
    transition: opacity 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .language-switch__button::before {
        display: none;
    }
}
.language-switch__list {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: calc(100% - 1px);
}
@media only screen and (min-width: 1023px) {
    .language-switch__list {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
}
@media only screen and (max-width: 1022px) {
    .language-switch__list {
        padding-top: 4px;
        display: none;
    }
}
@media only screen and (min-width: 1023px) {
    .language-switch__list-inner {
        display: grid;
        align-items: flex-end;
        background-color: var(--color-gray-background);
        border-radius: 0 0 4px 4px;
        overflow: hidden;
    }
}
.language-switch__link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid var(--color-gray-800);
    position: relative;
    line-height: normal;
    padding: 8px 18px;
    min-height: 48px;
    z-index: 3;
    gap: 8px;
    font-size: 16px;
    transition: color 0.3s ease;
    color: var(--color-white);
}
@media only screen and (max-width: 1200px) {
    .language-switch__link {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1022px) {
    .language-switch__link {
        min-height: 1px;
        border-bottom: 0;
        padding: 6px 18px;
    }
}
.language-switch__link.is-active, .language-switch__link:hover {
    color: var(--color-green);
}
.language-switch__link:last-child {
    break-before: 0;
}
.language-switch__link-image {
    position: relative;
    width: 26px;
    height: 18px;
    flex-shrink: 0;
}
@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-white);
    }
    .language-switch.is-open .language-switch__button .icon-chevron-down {
        transform: scaleY(-1);
    }
    .language-switch.is-open .language-switch__button .icon-chevron-down::before {
        color: var(--color-green);
    }
    .language-switch.is-open .language-switch__button::before {
        opacity: 1;
    }
    .language-switch.is-open .language-switch__list {
        opacity: 1;
        visibility: visible;
    }
}
.menu__link.level-1::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.menu {
    font-weight: 500;
}
@media only screen and (max-width: 1022px) {
    .menu nav {
        display: block;
    }
}
.menu__list {
    font-size: 0;
    line-height: 0;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1022px) {
    .menu__list {
        display: grid;
        align-items: flex-start;
    }
}
.menu__list.level-2 {
    display: grid;
    align-items: flex-start;
    background-color: var(--color-gray-background);
    border-radius: 0 4px 4px 4px;
}
.menu__item {
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .menu__item {
        border-bottom: 1px solid var(--color-gray-800);
    }
}
@media only screen and (min-width: 1023px) {
    .menu__item.level-2:not(:last-child) {
        border-bottom: 1px solid var(--color-gray-800);
    }
}
@media only screen and (max-width: 1022px) {
    .menu__item:first-child {
        border-top: 1px solid var(--color-gray-800);
    }
}
.menu__item:last-child .menu__dropdown {
    left: initial;
    right: 0;
}
.menu__item:last-child .menu__list.level-2 {
    border-radius: 4px 0 4px 4px;
}
@media only screen and (min-width: 1023px) {
    .menu__item:hover > .menu__link.level-2 .icon {
        transform: translate(4px, 0);
    }
}
@media only screen and (min-width: 1023px) {
    .menu__item:hover .menu__link.level-1 {
        color: var(--color-green);
    }
    .menu__item:hover .menu__link.level-1 .icon::before {
        background-color: currentColor;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__item-inner {
        display: flex;
        gap: 16px;
    }
}
.menu__item.is-open-submenu .menu__dropdown {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
}
.menu__item.is-open-submenu .menu__link.level-1 {
    color: var(--color-white);
}
.menu__item.is-open-submenu .menu__link.level-1 .icon {
    transform: scaleY(-1);
}
.menu__item.is-open-submenu .menu__link.level-1 .icon::before {
    background-color: var(--color-green);
}
.menu__item.is-open-submenu .menu__link.level-1::before {
    opacity: 1;
}
.menu__link {
    display: flex;
    align-items: center;
    position: relative;
    line-height: normal;
    padding: 8px 12px 12px;
    min-height: 48px;
    z-index: 3;
    gap: 8px;
}
@media only screen and (max-width: 1200px) {
    .menu__link {
        padding: 8px 8px 10px;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__link {
        padding: 8px 16px;
        min-height: 54px;
        font-size: 18px;
    }
}
.menu__link .icon {
    flex-shrink: 0;
    top: 2px;
    transition: transform 0.3s ease;
}
@media only screen and (min-width: 1023px) {
    .menu__link.level-1 {
        font-size: 18px;
        color: var(--color-primary);
        overflow: hidden;
        transition: background-color 0.3s ease, color 0.3s ease;
        border-radius: 4px 4px 0 0;
    }
}
@media only screen and (max-width: 1200px) {
    .menu__link.level-1 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__link.level-1 {
        font-size: 18px;
    }
}
.menu__link.level-1 .icon {
    width: 12px;
    height: 8px;
}
@media only screen and (max-width: 1022px) {
    .menu__link.level-1 .icon {
        display: none;
    }
}
.menu__link.level-1 .icon::before {
    background-color: var(--color-gray-background);
}
.menu__link.level-1::before {
    border-top: 2px solid var(--color-green);
    top: 0;
    border-radius: 4px 4px 0 0;
    z-index: 0;
    opacity: 0;
    background-color: var(--color-gray-background);
    transition: opacity 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .menu__link.level-1::before {
        display: none;
    }
}
@media only screen and (min-width: 1023px) {
    .menu__link.level-2 {
        font-size: 16px;
        justify-content: space-between;
        gap: 8px;
        color: var(--color-white);
    }
}
@media only screen and (max-width: 1200px) {
    .menu__link.level-2 {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__link.level-2 {
        font-size: 18px;
    }
}
.menu__link.level-2 .icon::before {
    background-color: var(--color-green);
}
.menu__link-text {
    position: relative;
    z-index: 3;
}
.menu__arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
}
@media only screen and (max-width: 1022px) {
    .menu__arrow {
        right: initial;
        left: 0;
        opacity: 1;
        flex: auto;
        display: flex;
        justify-content: flex-end;
        padding-right: 16px;
        width: 100%;
        height: 54px;
    }
    .menu__arrow .icon::before {
        background-color: var(--color-green);
    }
}
@media only screen and (min-width: 1023px) {
    .menu__dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 240px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__dropdown {
        position: fixed;
        left: 0;
        z-index: 30;
        top: 72px;
        background-color: var(--color-gray-background);
        width: 100%;
        height: calc(100% - 72px);
        overflow: auto;
        transform: translate(100%, 0);
        transition: transform 0.4s var(--easing-ease-in-out);
    }
}
.menu__title {
    font-size: 24px;
    line-height: 1.5;
    padding: 0 16px;
    margin: 18px 0;
}
.menu__back {
    width: 100%;
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: 0 16px;
    gap: 12px;
    font-size: 16px;
}
.mod-card {
    max-width: 336px;
    width: 100%;
    background-color: var(--color-gray);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}
.mod-card__image {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .mod-card__image {
        padding-bottom: 76%;
    }
}
.mod-card__image img {
    transform: scale(1.00001);
    transition: transform 0.3s ease;
}
.mod-card__tags {
    position: absolute;
    top: 16px;
    left: 24px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding-right: 24px;
}
.mod-card .title {
    transition: color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .mod-card .title {
        font-size: 18px;
    }
}
.mod-card__content {
    padding: 20px 24px;
    display: flex;
    gap: 20px;
    flex: auto;
}
@media only screen and (max-width: 1022px) {
    .mod-card__content {
        padding: 16px 30px 16px 20px;
    }
}
.mod-card__content .icon {
    margin-top: auto;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.mod-card__content .icon::before {
    background-color: var(--color-green);
}
.mod-card__content-text {
    display: grid;
    grid-gap: 18px;
}
.mod-card__date {
    margin-top: auto;
    line-height: 1;
    color: var(--color-gray-700);
}
.mod-card:hover .mod-card__image img {
    transform: scale(1.04);
}
.mod-card:hover .title {
    color: var(--color-green);
}
.mod-card:hover .icon {
    transform: translateX(4px);
}
.form-component {
    width: 100%;
    position: relative;
    max-width: 720px;
    padding: 80px 96px;
    border-radius: 4px;
    background-color: var(--color-gray);
}
@media only screen and (max-width: 1022px) {
    .form-component {
        padding: 40px 60px;
    }
}
@media only screen and (max-width: 767px) {
    .form-component {
        padding: 62px 16px 85px;
    }
}
.form-component__body {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 28px;
}
@media only screen and (max-width: 767px) {
    .form-component__body {
        grid-gap: 25px;
    }
}
.form-component .btn::after {
    background-color: var(--color-gray);
}
.form-component__submit {
    margin-top: 26px;
}
.form-component__alert {
    padding: 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;
}
.form-component__success {
    display: none;
    margin: 0 auto;
    padding: 4px 20px 0 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 38px;
}
@media only screen and (max-width: 767px) {
    .form-component__success {
        padding: 0;
        gap: 20px;
    }
}
@media only screen and (min-width: 1201px) {
    .form-component__success .title {
        line-height: 36px;
    }
}
.form-component .editor-text {
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .form-component .editor-text {
        font-size: 18px;
    }
}
.form-component.show-thankyou .form-component__form {
    display: none;
}
.form-component.show-thankyou .form-component__success {
    display: flex;
}
.mod-counter {
    display: inline-flex;
    flex-direction: column;
    color: var(--color-gray-800);
}
@media only screen and (max-width: 767px) {
    .mod-counter {
        font-size: 14px;
        line-height: normal;
    }
}
.mod-counter__number {
    letter-spacing: -1px;
    color: var(--color-green);
}
.mod-counter__number-counting {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.mod-counter__number-static {
    opacity: 0;
}
.mod-counter [data-counter] {
    display: inline-flex;
}
.pagination {
    position: relative;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
}
@media only screen and (max-width: 767px) {
    .pagination {
        justify-content: center;
        flex-direction: column;
        gap: 6px;
    }
}
.pagination nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.pagination .page-numbers {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    border: 1px solid var(--color-gray-300);
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.pagination .page-numbers .icon {
    width: 14px;
    height: 14px;
    pointer-events: none;
    transition: transform 0.3s ease;
}
.pagination .page-numbers .icon::before {
    background-color: var(--color-green);
}
.pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover {
    background-color: var(--color-green);
    border-color: var(--color-green);
}
.pagination .page-numbers.next:hover .icon::before, .pagination .page-numbers.prev:hover .icon::before {
    background-color: var(--color-white);
}
.pagination .page-numbers.is-active {
    pointer-events: none;
}
.pagination .page-numbers.is-disabled {
    pointer-events: none;
}
.pagination .page-numbers.is-disabled .icon::before {
    background-color: var(--color-border);
}
.pagination__label {
    color: var(--color-gray-800);
}
.shop-filter {
    max-width: 256px;
    width: 100%;
    line-height: 24px;
}
@media only screen and (max-width: 1022px) {
    .shop-filter {
        max-width: 100%;
        margin-bottom: 30px;
    }
}
.shop-filter__trigger {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid var(--color-gray-400);
    border-radius: 4px;
    min-height: 56px;
    padding: 10px 16px 10px 20px;
    width: 100%;
    color: var(--color-gray-700);
    margin-bottom: -1px;
    transition: border-radius 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .shop-filter__trigger {
        display: flex;
    }
}
.shop-filter__trigger span {
    pointer-events: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.shop-filter__trigger .icon {
    flex-shrink: 0;
    height: 10px;
    width: 18px;
    pointer-events: none;
    transition: transform 0.3s ease;
}
.shop-filter__trigger .icon::before {
    background-color: var(--color-green);
}
.shop-filter__nav {
    border-top: 1px solid var(--color-gray-300);
}
@media only screen and (max-width: 1022px) {
    .shop-filter__nav {
        display: none;
        border-left: 1px solid var(--color-gray-400);
        border-right: 1px solid var(--color-gray-400);
    }
}
.shop-filter__item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--color-gray-300);
    font-family: var(--font-secondary);
    font-weight: 500;
    color: var(--color-gray-600);
    padding: 10px 0;
    min-height: 56px;
    transition: color 0.3s ease, border-color 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .shop-filter__item {
        min-height: 50px;
        padding: 10px 20px;
        font-size: 14px;
        line-height: normal;
    }
}
.shop-filter__item .icon {
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.shop-filter__item .icon::before {
    background-color: var(--color-green);
}
.shop-filter__item:hover {
    color: var(--color-green);
}
.shop-filter__item.is-active {
    color: var(--color-primary);
}
.shop-filter__item.is-active .icon {
    opacity: 1;
    transform: translateX(0);
}
.shop-filter.is-open .shop-filter__trigger {
    border-radius: 4px 4px 0 0;
}
.shop-filter.is-open .shop-filter__trigger .icon {
    transform: scaleY(-1);
}
.social-nav ul {
    display: flex;
    align-items: center;
    gap: 8px;
}
@media only screen and (max-width: 1022px) {
    .social-nav ul {
        gap: 16px;
    }
}
.social-nav__link {
    position: relative;
    z-index: 3;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: linear-gradient(225deg, #99cc33 0%, #008200 100%);
    transition: transform 0.3s ease;
}
.social-nav__link .icon::before {
    background-color: var(--color-gray-background);
}
.social-nav__link:hover {
    transform: translateY(-4px);
}
.working-days {
    width: 100%;
    overflow: hidden;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .working-days {
        width: calc(100% + 32px);
        margin-left: -16px;
    }
}
.working-days__inner {
    overflow: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    pointer-events: none;
}
@media only screen and (max-width: 1022px) {
    .working-days__inner {
        pointer-events: all;
    }
}
.working-days__inner::-webkit-scrollbar {
    display: none;
}
.working-days__item {
    width: 84px;
    flex-shrink: 0;
    border-radius: 4px;
    background-color: var(--color-gray-light-background);
    padding: 15px 6px;
    height: 96px;
    text-align: center;
    color: var(--color-white);
    line-height: 20px;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1600px) {
    .working-days__item {
        width: 76px;
    }
}
@media only screen and (max-width: 1022px) {
    .working-days__item {
        height: 88px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    .working-days__item {
        padding: 15px 6px 8px;
    }
}
.working-days__item-title {
    margin-bottom: 8px;
}
.working-days__item-time {
    color: var(--color-gray-500);
    flex: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.working-days__item.is-active {
    background-color: var(--color-green);
}
.working-days__item.is-active .working-days__item-time {
    color: var(--color-white);
}
.btn::after, .btn::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.btn {
    cursor: pointer;
    font-family: var(--font-secondary);
    font-size: 16px;
    min-height: 56px;
    line-height: normal;
    padding: 8px 18px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    font-weight: 600;
    justify-content: center;
    gap: 12px;
    color: var(--color-green);
    border-radius: 0;
    background-color: var(--color-white);
    border: 0;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease, opacity 0.3s ease;
    touch-action: manipulation;
}
.btn__text {
    display: block;
    pointer-events: none;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 3;
}
.btn__icon {
    flex-shrink: 0;
    position: relative;
    pointer-events: none;
    z-index: 3;
}
.btn::after, .btn::before {
    transition: opacity 0.3s ease;
    border-radius: 4px;
}
.btn::before {
    background: linear-gradient(225deg, #99cc33 0%, #008200 100%);
    z-index: 0;
}
.btn::after {
    left: 50%;
    top: 50%;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    transform: translate(-50%, -50%);
    border-radius: 4px;
    z-index: 1;
    background-color: var(--color-white);
}
.btn .icon {
    transition: transform 0.3s ease;
}
.btn .icon::before {
    background-color: currentColor;
}
.btn:focus, .btn:hover {
    color: var(--color-white);
}
.btn:focus::after, .btn:hover::after {
    opacity: 0;
}
.btn--only-icon {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    padding: 0;
    min-height: 1px;
    overflow: visible;
}
@media only screen and (max-width: 1022px) {
    .btn--only-icon {
        width: 48px;
        height: 48px;
    }
}
.btn--only-icon::before {
    border-radius: 100%;
}
.btn--only-icon::after {
    opacity: 1;
    visibility: visible;
}
.btn--only-icon.btn--ghost {
    background-color: var(--color-white);
}
.btn--only-icon.btn--ghost::before {
    transform: scale(0);
    opacity: 1;
    visibility: visible;
    transition: transform 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.btn--only-icon.btn--ghost .icon-close {
    transition: transform 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    width: 14px;
    height: 14px;
}
.btn--only-icon.btn--ghost:focus::before, .btn--only-icon.btn--ghost:hover::before {
    transform: scale(1);
}
.btn--only-icon.btn--ghost:focus .icon, .btn--only-icon.btn--ghost:hover .icon {
    transform: scale(1.1);
}
.btn--secondary {
    font-family: var(--font-primary);
    font-weight: 500;
    min-height: 1px;
    border: 0;
    padding: 0;
    gap: 18px;
    overflow: visible;
}
@media only screen and (min-width: 1201px) {
    .btn--secondary {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1200px) {
    .btn--secondary .icon-arrow-right-long {
        width: 22px;
        height: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .btn--secondary .icon-arrow-right-long {
        width: 16px;
        height: 10px;
    }
}
.btn--secondary::before, .btn--secondary::after {
    display: none;
}
.btn--secondary:hover, .btn--secondary:focus {
    color: var(--color-green);
}
.btn--secondary:hover .icon, .btn--secondary:focus .icon {
    transform: translateX(4px);
}
.btn[disabled], .btn--disabled {
    cursor: not-allowed;
    transition: none;
    pointer-events: none;
    opacity: 0.4;
}
.btn[disabled] .btn__icon, .btn--disabled .btn__icon {
    transform: none !important;
}
.btn.d-none {
    display: none;
}
.checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}

.checkbox {
    user-select: none;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: normal;
    color: var(--color-gray-background);
    transition: opacity 0.3s ease;
}
.checkbox.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.checkbox.is-disabled input {
    pointer-events: none;
}
.checkbox__label {
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    margin: 0;
    min-height: 24px;
    display: block;
}
@media only screen and (max-width: 767px) {
    .checkbox__label {
        padding-left: 40px;
    }
}
.checkbox__label::after, .checkbox__label:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 24px;
    height: 24px;
    border-radius: 2px;
}
.checkbox__label:before {
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-400);
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.checkbox__label::after {
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: url("data:image/svg+xml, %3Csvg width='16' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.667 1 5.5 10.167 1.333 6' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/16px auto;
}
.checkbox input:checked ~ label::before {
    background-color: var(--color-green-light) !important;
    border-color: var(--color-green-light);
}
.checkbox input:checked ~ label::after {
    transform: scale(1);
}
.checkbox a {
    text-decoration: underline;
}
.checkbox a:hover {
    color: var(--color-green);
    text-decoration: none;
}
.checkbox.is-validation-failed .checkbox__label::before, .is-validation-failed .checkbox .checkbox__label::before {
    border-color: var(--color-validation-failed);
}
.checkbox .fv-plugins-message-container {
    text-align: left;
    padding-left: 36px;
}
@media only screen and (max-width: 767px) {
    .checkbox .fv-plugins-message-container {
        padding-left: 40px;
    }
}
.checkbox .fv-plugins-message-container div {
    margin-top: 15px;
}
.dropdown {
    width: 100%;
    position: relative;
    max-width: 384px;
}
.dropdown__label {
    position: relative;
    margin: 0 0 6px;
    display: block;
    z-index: 4;
    font-weight: 600;
}
.dropdown__placeholder {
    position: relative;
    width: 100%;
    height: 48px;
    border: 1px solid var(--color-gray-400);
    background-color: var(--color-white);
    border-radius: 8px;
    outline: none;
    z-index: 1;
    font-size: 16px;
    font-family: var(--font-primary);
    color: var(--color-gray-700);
    padding: 8px 20px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    font-weight: 400;
    align-items: center;
    display: flex;
    cursor: pointer;
}
.dropdown__placeholder .icon {
    width: 14px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    pointer-events: none;
    transition: transform 0.3s ease;
}
.dropdown__placeholder .icon::before {
    background-color: var(--color-primary);
}
.dropdown__placeholder-text {
    transition: transform 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-right: 40px;
}
.dropdown__list {
    position: absolute;
    top: 100%;
    margin-top: -1px;
    width: 100%;
    z-index: 9;
    left: 0;
    overflow: hidden;
    background-color: var(--color-white);
    border: 1px solid var(--color-gray-400);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 16px 16px;
}
.dropdown__list-item {
    position: relative;
    border-bottom: 1px solid var(--color-gray-400);
}
.dropdown__list-item:last-child {
    border-bottom: 0;
}
.dropdown__list-inner {
    overflow: auto;
    max-height: 272px;
}
@media only screen and (min-width: 1023px) {
    .dropdown__list-inner {
        scrollbar-track-color: rgba(207, 212, 218, 0.2);
        scrollbar-face-color: #cfd4da;
        scrollbar-arrow-color: #cfd4da;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .dropdown__list-inner::-webkit-scrollbar {
        width: 2px;
    }
    .dropdown__list-inner ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: rgba(207, 212, 218, 0.2);
    }
    .dropdown__list-inner ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(207, 212, 218, 0.6);
    }
    .dropdown__list-inner::-webkit-scrollbar-thumb {
        background: #cfd4da;
        width: 2px;
        border-radius: 0;
    }
    .dropdown__list-inner::-webkit-scrollbar-thumb:hover {
        background: rgba(207, 212, 218, 0.84);
    }
    .dropdown__list-inner ::-webkit-scrollbar {
        width: 2px;
    }
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input) {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input):checked + .dropdown__list-option {
    color: var(--color-green);
    font-weight: 700;
    background-color: rgba(207, 212, 218, 0.2);
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input):checked + .dropdown__list-option::after {
    opacity: 1;
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input):checked + .dropdown__list-option:hover {
    background-color: var(--color-gray-400);
}
.dropdown__list-option {
    position: relative;
    cursor: pointer;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: var(--color-primary);
    background-color: transparent;
    transition: color 0.3s ease, background-color 0.3s ease;
}
.dropdown__list-option:hover {
    background-color: rgba(207, 212, 218, 0.1);
}
.dropdown__list-option.is-disabled {
    background-color: var(--color-gray-400);
    pointer-events: none;
}
.dropdown__search {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 8px;
    z-index: 3;
    opacity: 0;
    border-bottom: 1px solid var(--color-gray-400);
    pointer-events: none;
    background-color: var(--color-white);
}
.dropdown__search input {
    background-color: var(--color-white);
    width: 100%;
    height: 40px;
    border-radius: 0;
    padding: 0 10px;
    outline: none;
    color: var(--color-gray-800);
    font-size: 16px;
    border: 1px solid var(--color-gray-400);
    transition: border-color 0.3s ease;
}
.dropdown:hover .dropdown__placeholder {
    border-color: var(--color-mint-600);
}
.dropdown.is-open .dropdown__placeholder {
    border-radius: 16px 16px 0 0;
}
.dropdown.is-open .icon {
    transform: scaleY(-1);
}
.dropdown.is-open .dropdown__list {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.dropdown.is-open:hover .dropdown__placeholder {
    border-color: var(--color-gray-400);
}
.dropdown--search .dropdown__list {
    padding-top: 58px;
}
.dropdown--search .dropdown__search {
    opacity: 1;
    pointer-events: all;
}
.dropdown.is-validation-failed .dropdown__placeholder {
    border-color: var(--color-validation-failed);
}
.dropdown.is-validation-failed .fv-plugins-message-container {
    margin-top: 4px;
}
.dropdown.is-selected .dropdown__placeholder-text {
    color: var(--color-gray-800);
}
.dropdown.hide {
    display: none;
}
.dropdown--multiselect .dropdown__list input:not([type=submit]):not(.input-field__input):checked + .dropdown__list-option::after {
    opacity: 1;
}
.dropdown--multiselect .dropdown__list-option {
    padding: 10px 10px 10px 44px;
}
.dropdown--multiselect .dropdown__list-option::after, .dropdown--multiselect .dropdown__list-option:before {
    content: "";
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transform-origin: center center;
    pointer-events: none;
    width: 18px;
    height: 18px;
}
.dropdown--multiselect .dropdown__list-option:before {
    border: 1px solid var(--color-gray-300);
    transition: background-color 0.3s ease, border 0.3s ease;
}
.dropdown--multiselect .dropdown__list-option::after {
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: url("data:image/svg+xml, %3Csvg width='16' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.667 1 5.5 10.167 1.333 6' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/10px;
}
.icon::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.icon {
    display: block;
    position: relative;
}
.icon::before {
    background-color: 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: 10px;
    height: 10px;
}
.icon-chevron-up:before, .icon-chevron-down:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%236E757C' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%236E757C' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-chevron-left, .icon-chevron-right {
    width: 10px;
    height: 16px;
}
.icon-chevron-left:before, .icon-chevron-right:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.667 1.333 8.333 8l-6.666 6.667' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='10' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.667 1.333 8.333 8l-6.666 6.667' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.icon-arrow-right, .icon-arrow-left {
    width: 18px;
    height: 12px;
}
.icon-arrow-right:before, .icon-arrow-left:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 9.5L17 5.5L13 1.5' stroke='%23008200' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 5.5H17' stroke='%23008200' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 9.5L17 5.5L13 1.5' stroke='%23008200' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 5.5H17' stroke='%23008200' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.icon-arrow-right-long, .icon-arrow-left-long {
    width: 26px;
    height: 14px;
}
.icon-arrow-right-long:before, .icon-arrow-left-long:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='26' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19 13 6-6-6-6' stroke='%23008200' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 7h24' stroke='%23008200' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='26' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19 13 6-6-6-6' stroke='%23008200' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 7h24' stroke='%23008200' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
}
.icon-arrow-up, .icon-arrow-down {
    width: 20px;
    height: 25px;
}
.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='10' height='12' fill='none'%3E%3Cpath fill='%23212121' d='M5.5.5a.5.5 0 1 0-1 0v9.697L.872 6.166a.5.5 0 1 0-.744.668l4.5 5a.5.5 0 0 0 .744 0l4.5-5a.5.5 0 0 0-.744-.668L5.5 10.197V.5Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='12' fill='none'%3E%3Cpath fill='%23212121' d='M5.5.5a.5.5 0 1 0-1 0v9.697L.872 6.166a.5.5 0 1 0-.744.668l4.5 5a.5.5 0 0 0 .744 0l4.5-5a.5.5 0 0 0-.744-.668L5.5 10.197V.5Z'/%3E%3C/svg%3E");
}
.icon-arrow-left-long:before, .icon-chevron-left:before, .icon-arrow-up:before, .icon-chevron-up:before, .icon-arrow-left:before {
    transform: scale(-1);
}
.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='12' height='12' fill='none'%3E%3Cpath fill='%23fff' d='M.397.554.47.47a.75.75 0 0 1 .976-.073L1.53.47 6 4.939l4.47-4.47a.75.75 0 1 1 1.06 1.061L7.061 6l4.47 4.47a.75.75 0 0 1 .072.976l-.073.084a.75.75 0 0 1-.976.073l-.084-.073L6 7.061l-4.47 4.47A.75.75 0 0 1 .47 10.47L4.939 6 .469 1.53A.75.75 0 0 1 .398.554L.47.47.397.554Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%23fff' d='M.397.554.47.47a.75.75 0 0 1 .976-.073L1.53.47 6 4.939l4.47-4.47a.75.75 0 1 1 1.06 1.061L7.061 6l4.47 4.47a.75.75 0 0 1 .072.976l-.073.084a.75.75 0 0 1-.976.073l-.084-.073L6 7.061l-4.47 4.47A.75.75 0 0 1 .47 10.47L4.939 6 .469 1.53A.75.75 0 0 1 .398.554L.47.47.397.554Z'/%3E%3C/svg%3E");
}
.icon-check {
    width: 16px;
    height: 12px;
}
.icon-check:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.667 1 5.5 10.167 1.333 6' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='16' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.667 1 5.5 10.167 1.333 6' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.icon-pin {
    width: 15px;
    height: 18px;
}
.icon-pin:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='15' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 7.4c0 3.995-4.5 8.155-6.012 9.44a.821.821 0 0 1-.976 0C5.5 15.554 1 11.394 1 7.4a6.35 6.35 0 0 1 1.904-4.525A6.552 6.552 0 0 1 7.5 1c1.724 0 3.377.674 4.596 1.875A6.35 6.35 0 0 1 14 7.4Z' stroke='%23008200' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 9.8c1.346 0 2.438-1.074 2.438-2.4C9.938 6.075 8.845 5 7.5 5S5.062 6.075 5.062 7.4c0 1.326 1.092 2.4 2.438 2.4Z' stroke='%23008200' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='15' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 7.4c0 3.995-4.5 8.155-6.012 9.44a.821.821 0 0 1-.976 0C5.5 15.554 1 11.394 1 7.4a6.35 6.35 0 0 1 1.904-4.525A6.552 6.552 0 0 1 7.5 1c1.724 0 3.377.674 4.596 1.875A6.35 6.35 0 0 1 14 7.4Z' stroke='%23008200' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 9.8c1.346 0 2.438-1.074 2.438-2.4C9.938 6.075 8.845 5 7.5 5S5.062 6.075 5.062 7.4c0 1.326 1.092 2.4 2.438 2.4Z' stroke='%23008200' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.icon-mail {
    width: 18px;
    height: 15px;
}
.icon-mail:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17 3.438-7.176 4.63a1.534 1.534 0 0 1-1.648 0L1 3.439M2.6 1h12.8c.884 0 1.6.728 1.6 1.625v9.75c0 .898-.716 1.625-1.6 1.625H2.6c-.884 0-1.6-.727-1.6-1.625v-9.75C1 1.728 1.716 1 2.6 1Z' stroke='%23008200' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='18' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m17 3.438-7.176 4.63a1.534 1.534 0 0 1-1.648 0L1 3.439M2.6 1h12.8c.884 0 1.6.728 1.6 1.625v9.75c0 .898-.716 1.625-1.6 1.625H2.6c-.884 0-1.6-.727-1.6-1.625v-9.75C1 1.728 1.716 1 2.6 1Z' stroke='%23008200' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.icon-phone {
    width: 14px;
    height: 18px;
}
.icon-phone:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='13' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 13.8h.008M2.57 1h7.858C11.296 1 12 1.716 12 2.6v12.8c0 .884-.704 1.6-1.571 1.6H2.57C1.704 17 1 16.284 1 15.4V2.6C1 1.716 1.704 1 2.571 1Z' stroke='%23008200' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='13' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 13.8h.008M2.57 1h7.858C11.296 1 12 1.716 12 2.6v12.8c0 .884-.704 1.6-1.571 1.6H2.57C1.704 17 1 16.284 1 15.4V2.6C1 1.716 1.704 1 2.571 1Z' stroke='%23008200' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.icon-facebook {
    width: 24px;
    height: 24px;
}
.icon-facebook:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M24 12c0-6.627-5.373-12-12-12S0 5.373 0 12c0 5.99 4.388 10.954 10.125 11.854V15.47H7.078V12h3.047V9.356c0-3.007 1.792-4.668 4.533-4.668 1.312 0 2.686.234 2.686.234v2.953H15.83c-1.491 0-1.956.925-1.956 1.875V12h3.328l-.532 3.469h-2.796v8.385C19.612 22.954 24 17.99 24 12Z' fill='%23202426'/%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 width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M24 12c0-6.627-5.373-12-12-12S0 5.373 0 12c0 5.99 4.388 10.954 10.125 11.854V15.47H7.078V12h3.047V9.356c0-3.007 1.792-4.668 4.533-4.668 1.312 0 2.686.234 2.686.234v2.953H15.83c-1.491 0-1.956.925-1.956 1.875V12h3.328l-.532 3.469h-2.796v8.385C19.612 22.954 24 17.99 24 12Z' fill='%23202426'/%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-instagram {
    width: 24px;
    height: 24px;
}
.icon-instagram:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23202426'%3E%3Cpath d='M12 2.16c3.206 0 3.586.015 4.847.071 1.172.052 1.805.249 2.226.413.558.215.961.478 1.379.895.421.422.68.82.895 1.378.164.422.36 1.06.412 2.227.057 1.265.07 1.645.07 4.847 0 3.206-.013 3.586-.07 4.846-.051 1.172-.248 1.805-.412 2.227-.216.558-.478.961-.895 1.378a3.69 3.69 0 0 1-1.379.895c-.421.165-1.059.361-2.226.413-1.266.056-1.645.07-4.847.07-3.206 0-3.586-.014-4.847-.07-1.172-.052-1.805-.248-2.226-.413a3.71 3.71 0 0 1-1.379-.895 3.691 3.691 0 0 1-.895-1.378c-.164-.422-.36-1.06-.412-2.227-.057-1.265-.07-1.645-.07-4.846 0-3.207.013-3.586.07-4.847.051-1.172.248-1.805.412-2.227.216-.558.478-.96.895-1.378.422-.422.82-.68 1.379-.895.421-.164 1.059-.361 2.226-.413 1.261-.056 1.64-.07 4.847-.07ZM12 0C8.742 0 8.334.014 7.055.07 5.78.127 4.903.333 4.144.628a5.857 5.857 0 0 0-2.128 1.388A5.88 5.88 0 0 0 .628 4.139C.333 4.903.127 5.775.07 7.05.014 8.334 0 8.742 0 12s.014 3.666.07 4.945c.057 1.275.263 2.152.558 2.911.31.792.717 1.463 1.388 2.128a5.866 5.866 0 0 0 2.123 1.383c.764.296 1.636.502 2.911.558 1.28.056 1.688.07 4.945.07 3.258 0 3.666-.014 4.946-.07 1.275-.056 2.151-.262 2.91-.558a5.866 5.866 0 0 0 2.124-1.383 5.867 5.867 0 0 0 1.383-2.123c.295-.764.501-1.636.558-2.911.056-1.28.07-1.688.07-4.945 0-3.258-.014-3.666-.07-4.946-.057-1.275-.263-2.151-.558-2.91a5.62 5.62 0 0 0-1.374-2.133A5.867 5.867 0 0 0 19.861.633C19.097.338 18.225.13 16.95.075 15.666.015 15.258 0 12 0Z'/%3E%3Cpath d='M12 5.836A6.166 6.166 0 0 0 5.836 12 6.166 6.166 0 0 0 12 18.164 6.166 6.166 0 0 0 18.164 12 6.166 6.166 0 0 0 12 5.836Zm0 10.162A3.999 3.999 0 1 1 12.001 8 3.999 3.999 0 0 1 12 15.998ZM19.847 5.592a1.44 1.44 0 1 1-2.879 0 1.44 1.44 0 0 1 2.879 0Z'/%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 width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23202426'%3E%3Cpath d='M12 2.16c3.206 0 3.586.015 4.847.071 1.172.052 1.805.249 2.226.413.558.215.961.478 1.379.895.421.422.68.82.895 1.378.164.422.36 1.06.412 2.227.057 1.265.07 1.645.07 4.847 0 3.206-.013 3.586-.07 4.846-.051 1.172-.248 1.805-.412 2.227-.216.558-.478.961-.895 1.378a3.69 3.69 0 0 1-1.379.895c-.421.165-1.059.361-2.226.413-1.266.056-1.645.07-4.847.07-3.206 0-3.586-.014-4.847-.07-1.172-.052-1.805-.248-2.226-.413a3.71 3.71 0 0 1-1.379-.895 3.691 3.691 0 0 1-.895-1.378c-.164-.422-.36-1.06-.412-2.227-.057-1.265-.07-1.645-.07-4.846 0-3.207.013-3.586.07-4.847.051-1.172.248-1.805.412-2.227.216-.558.478-.96.895-1.378.422-.422.82-.68 1.379-.895.421-.164 1.059-.361 2.226-.413 1.261-.056 1.64-.07 4.847-.07ZM12 0C8.742 0 8.334.014 7.055.07 5.78.127 4.903.333 4.144.628a5.857 5.857 0 0 0-2.128 1.388A5.88 5.88 0 0 0 .628 4.139C.333 4.903.127 5.775.07 7.05.014 8.334 0 8.742 0 12s.014 3.666.07 4.945c.057 1.275.263 2.152.558 2.911.31.792.717 1.463 1.388 2.128a5.866 5.866 0 0 0 2.123 1.383c.764.296 1.636.502 2.911.558 1.28.056 1.688.07 4.945.07 3.258 0 3.666-.014 4.946-.07 1.275-.056 2.151-.262 2.91-.558a5.866 5.866 0 0 0 2.124-1.383 5.867 5.867 0 0 0 1.383-2.123c.295-.764.501-1.636.558-2.911.056-1.28.07-1.688.07-4.945 0-3.258-.014-3.666-.07-4.946-.057-1.275-.263-2.151-.558-2.91a5.62 5.62 0 0 0-1.374-2.133A5.867 5.867 0 0 0 19.861.633C19.097.338 18.225.13 16.95.075 15.666.015 15.258 0 12 0Z'/%3E%3Cpath d='M12 5.836A6.166 6.166 0 0 0 5.836 12 6.166 6.166 0 0 0 12 18.164 6.166 6.166 0 0 0 18.164 12 6.166 6.166 0 0 0 12 5.836Zm0 10.162A3.999 3.999 0 1 1 12.001 8 3.999 3.999 0 0 1 12 15.998ZM19.847 5.592a1.44 1.44 0 1 1-2.879 0 1.44 1.44 0 0 1 2.879 0Z'/%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-linkedin {
    width: 24px;
    height: 24px;
}
.icon-linkedin:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M22.223 0H1.772C.792 0 0 .773 0 1.73v20.536C0 23.222.792 24 1.772 24h20.451c.98 0 1.777-.778 1.777-1.73V1.73C24 .773 23.203 0 22.223 0ZM7.12 20.452H3.558V8.995H7.12v11.457ZM5.34 7.434a2.064 2.064 0 1 1 0-4.125 2.063 2.063 0 0 1 0 4.125Zm15.112 13.018h-3.558v-5.57c0-1.326-.024-3.037-1.852-3.037-1.851 0-2.133 1.449-2.133 2.944v5.663H9.356V8.995h3.413v1.566h.047c.473-.9 1.636-1.852 3.365-1.852 3.605 0 4.27 2.372 4.27 5.457v6.286Z' fill='%23202426'/%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 width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M22.223 0H1.772C.792 0 0 .773 0 1.73v20.536C0 23.222.792 24 1.772 24h20.451c.98 0 1.777-.778 1.777-1.73V1.73C24 .773 23.203 0 22.223 0ZM7.12 20.452H3.558V8.995H7.12v11.457ZM5.34 7.434a2.064 2.064 0 1 1 0-4.125 2.063 2.063 0 0 1 0 4.125Zm15.112 13.018h-3.558v-5.57c0-1.326-.024-3.037-1.852-3.037-1.851 0-2.133 1.449-2.133 2.944v5.663H9.356V8.995h3.413v1.566h.047c.473-.9 1.636-1.852 3.365-1.852 3.605 0 4.27 2.372 4.27 5.457v6.286Z' fill='%23202426'/%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-youtube {
    width: 24px;
    height: 18px;
}
.icon-youtube:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.76 4.2s-.233-1.655-.955-2.381C21.89.863 20.869.858 20.4.802 17.044.558 12.005.558 12.005.558h-.01S6.956.558 3.6.802c-.469.056-1.49.06-2.405 1.017C.473 2.545.244 4.2.244 4.2S0 6.145 0 8.086v1.819c0 1.94.24 3.886.24 3.886s.233 1.654.95 2.38c.915.957 2.115.924 2.65 1.027 1.92.183 8.16.24 8.16.24s5.044-.01 8.4-.249c.469-.056 1.49-.06 2.405-1.017.722-.727.956-2.381.956-2.381S24 11.85 24 9.905V8.086c0-1.94-.24-3.886-.24-3.886ZM9.52 12.113V5.367l6.483 3.385-6.483 3.36Z' fill='%23202426'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.76 4.2s-.233-1.655-.955-2.381C21.89.863 20.869.858 20.4.802 17.044.558 12.005.558 12.005.558h-.01S6.956.558 3.6.802c-.469.056-1.49.06-2.405 1.017C.473 2.545.244 4.2.244 4.2S0 6.145 0 8.086v1.819c0 1.94.24 3.886.24 3.886s.233 1.654.95 2.38c.915.957 2.115.924 2.65 1.027 1.92.183 8.16.24 8.16.24s5.044-.01 8.4-.249c.469-.056 1.49-.06 2.405-1.017.722-.727.956-2.381.956-2.381S24 11.85 24 9.905V8.086c0-1.94-.24-3.886-.24-3.886ZM9.52 12.113V5.367l6.483 3.385-6.483 3.36Z' fill='%23202426'/%3E%3C/svg%3E");
}
.icon-glob {
    width: 18px;
    height: 18px;
}
.icon-glob:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm7.5-6.923c-.67.204-1.335.82-1.887 1.855A8 8 0 0 0 5.145 4H7.5V1.077ZM4.09 4a9.3 9.3 0 0 1 .64-1.539 7 7 0 0 1 .597-.933A7.03 7.03 0 0 0 2.255 4H4.09Zm-.582 3.5c.03-.877.138-1.718.312-2.5H1.674a7 7 0 0 0-.656 2.5h2.49ZM4.847 5a12.5 12.5 0 0 0-.338 2.5H7.5V5H4.847ZM8.5 5v2.5h2.99a12.5 12.5 0 0 0-.337-2.5H8.5ZM4.51 8.5c.028.843.14 1.68.337 2.5H7.5V8.5H4.51Zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5H8.5ZM5.145 12c.139.387.295.743.468 1.068.552 1.035 1.218 1.65 1.887 1.855V12H5.145Zm.182 2.472a6.996 6.996 0 0 1-.597-.933A9.3 9.3 0 0 1 4.09 12H2.255a7 7 0 0 0 3.072 2.472ZM3.82 11a13.7 13.7 0 0 1-.312-2.5h-2.49c.062.89.291 1.733.656 2.5H3.82Zm6.853 3.472A7 7 0 0 0 13.745 12H11.91a9.294 9.294 0 0 1-.64 1.539 6.995 6.995 0 0 1-.597.933ZM8.5 12v2.923c.67-.204 1.335-.82 1.887-1.855.173-.325.33-.68.468-1.068H8.5Zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.698 13.698 0 0 1-.312 2.5Zm2.802-3.5a7 7 0 0 0-.656-2.5H12.18c.174.782.282 1.623.312 2.5h2.49ZM11.27 2.461c.247.464.462.98.64 1.539h1.835a7 7 0 0 0-3.072-2.472c.218.284.418.598.597.933ZM10.855 4a7.994 7.994 0 0 0-.468-1.068C9.835 1.897 9.17 1.282 8.5 1.077V4h2.355Z' fill='%23000'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm7.5-6.923c-.67.204-1.335.82-1.887 1.855A8 8 0 0 0 5.145 4H7.5V1.077ZM4.09 4a9.3 9.3 0 0 1 .64-1.539 7 7 0 0 1 .597-.933A7.03 7.03 0 0 0 2.255 4H4.09Zm-.582 3.5c.03-.877.138-1.718.312-2.5H1.674a7 7 0 0 0-.656 2.5h2.49ZM4.847 5a12.5 12.5 0 0 0-.338 2.5H7.5V5H4.847ZM8.5 5v2.5h2.99a12.5 12.5 0 0 0-.337-2.5H8.5ZM4.51 8.5c.028.843.14 1.68.337 2.5H7.5V8.5H4.51Zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5H8.5ZM5.145 12c.139.387.295.743.468 1.068.552 1.035 1.218 1.65 1.887 1.855V12H5.145Zm.182 2.472a6.996 6.996 0 0 1-.597-.933A9.3 9.3 0 0 1 4.09 12H2.255a7 7 0 0 0 3.072 2.472ZM3.82 11a13.7 13.7 0 0 1-.312-2.5h-2.49c.062.89.291 1.733.656 2.5H3.82Zm6.853 3.472A7 7 0 0 0 13.745 12H11.91a9.294 9.294 0 0 1-.64 1.539 6.995 6.995 0 0 1-.597.933ZM8.5 12v2.923c.67-.204 1.335-.82 1.887-1.855.173-.325.33-.68.468-1.068H8.5Zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.698 13.698 0 0 1-.312 2.5Zm2.802-3.5a7 7 0 0 0-.656-2.5H12.18c.174.782.282 1.623.312 2.5h2.49ZM11.27 2.461c.247.464.462.98.64 1.539h1.835a7 7 0 0 0-3.072-2.472c.218.284.418.598.597.933ZM10.855 4a7.994 7.994 0 0 0-.468-1.068C9.835 1.897 9.17 1.282 8.5 1.077V4h2.355Z' fill='%23000'/%3E%3C/svg%3E");
}
.icon.green::before {
    background-color: var(--color-green);
}
.mod-input__label {
    font-size: 18px;
    line-height: normal;
}

.mod-input {
    width: 100%;
    position: relative;
}
.mod-input ::-webkit-input-placeholder {
    color: #4b5057;
    opacity: 1;
}
.mod-input :-ms-input-placeholder {
    color: #4b5057;
    opacity: 1;
}
.mod-input ::placeholder {
    color: #4b5057;
    opacity: 1;
}
.mod-input__label {
    position: relative;
    margin: 0 0 10px;
    display: block;
    z-index: 4;
    font-weight: 600;
    color: var(--color-gray-800);
}
@media only screen and (max-width: 767px) {
    .mod-input__label {
        font-size: 14px;
    }
}
.mod-input__field {
    position: relative;
    width: 100%;
    height: 56px;
    border: 1px solid var(--color-gray-400);
    border-radius: 4px;
    background: var(--color-white);
    outline: none;
    z-index: 1;
    font-size: 16px;
    font-family: var(--font-primary);
    padding: 4px 20px;
    color: var(--color-primary);
    transition: border-color 0.3s ease;
}
@media (min-width: 1441px) and (max-height: 982px) {
    .mod-input__field {
        height: 50px;
    }
}
.mod-input__field:focus {
    border-color: var(--color-gray-800);
}
.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__field:-webkit-autofill {
    color: var(--color-primary) !important;
    -webkit-text-fill-color: var(--color-primary) !important;
}
.mod-input__field:-webkit-autofill::selection {
    background-color: transparent !important;
    -webkit-text-fill-color: var(--color-primary) !important;
}
.mod-input__inner {
    position: relative;
}
.mod-input textarea {
    resize: vertical;
    min-height: 160px;
    padding: 10px 20px;
}
.mod-input.is-disabled {
    opacity: 0.5;
}
.mod-input.is-disabled .mod-input__field {
    pointer-events: none;
}
.mod-input.is-validation-failed label {
    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: 14px;
    line-height: 1.5;
    font-weight: 500;
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .fv-plugins-message-container,
    .validation-message {
        font-size: 12px;
    }
}
.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(194, 8, 33, 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);
}
.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-white);
}
.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-black);
    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 */
.map-svg {
    position: relative;
}
.map-svg svg {
    width: 100%;
    height: auto;
}
.map-svg__path.has-hover {
    cursor: pointer;
}
.map-svg__path.has-hover path {
    transition: fill 0.2s ease, stroke 0.2s ease;
}
@media only screen and (min-width: 1023px) {
    .map-svg__path.has-hover:hover path {
        stroke: #22520a;
        fill: #22520a;
    }
}
.map-svg__path.has-hover.active path {
    stroke: #22520a;
    fill: #22520a;
}
.map-svg__path.is-hidden {
    pointer-events: none;
}
.map-svg__path.is-hidden path {
    stroke: #c7cbd1;
    fill: #dfe2e6;
}
.map-svg__floor {
    transition: opacity 0.3s ease;
    opacity: 0;
}
.map-svg__floor--second {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
}
.map-svg__floor.active {
    opacity: 1;
    pointer-events: all;
}
.map-svg__floor-arrow {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 28px;
}
.map-svg__floor-arrow svg {
    width: 100%;
    height: auto;
    filter: initial !important;
}
.map-svg__floor-arrow-1 {
    left: 31%;
    top: 6%;
}
.map-svg__floor-arrow-2 {
    left: 70%;
    top: 14%;
}
@media only screen and (max-width: 767px) {
    .map-svg__floor-arrow-2 {
        top: 20%;
    }
}
.map-svg__floor-arrow-3 {
    left: 90%;
    top: 24%;
}
@media only screen and (max-width: 767px) {
    .map-svg__floor-arrow-3 {
        top: 34%;
    }
}
.map-svg__popup-item {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transform: translate(0, 10px);
}
.map-svg__popup-item.active {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: all;
}
@media only screen and (min-width: 768px) {
    .map-svg__popup-item[data-floor=first-floor][data-popup="1"] {
        top: 62%;
        left: 54%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="2"] {
        top: 58.5%;
        left: 48.5%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="3"] {
        top: 57%;
        left: 44%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="4"] {
        top: 56%;
        left: 40%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="5"] {
        top: 53%;
        left: 37.5%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="6"] {
        top: 51%;
        left: 33%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="7"] {
        top: 51.5%;
        left: 24%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="8"] {
        top: 50%;
        left: 25.6%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="9"] {
        top: 49%;
        left: 23.6%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="10"] {
        top: 47%;
        left: 28%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="11"] {
        top: 46%;
        left: 25.6%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="12"] {
        top: 45%;
        left: 18%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="13"] {
        top: 38%;
        left: 12.5%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="14"] {
        top: 32.5%;
        left: 14%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="15"] {
        top: 33%;
        left: 8%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="16"] {
        top: 37%;
        left: 4.5%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="17"] {
        top: 34.5%;
        left: -3.5%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="18"] {
        top: 32%;
        left: 0.5%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="19"] {
        top: 18%;
        left: 4%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="20"] {
        top: 9%;
        left: 11%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="21"] {
        top: 5%;
        left: 12%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="22"] {
        top: 0%;
        left: 12%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="23"] {
        top: -3%;
        left: 16%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="24"] {
        top: -20.5%;
        left: 28.5%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="25"] {
        top: -15.5%;
        left: 38.5%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="26"] {
        top: -12.5%;
        left: 46.5%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="27"] {
        top: -3.5%;
        left: 52%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="28"] {
        top: 16%;
        left: 40%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="29"] {
        top: 24%;
        left: 41.5%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="30"] {
        top: 27%;
        left: 34%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="31"] {
        top: 34%;
        left: 34%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="32"] {
        top: 20%;
        left: 57%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="33"] {
        top: 32%;
        left: 66%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="34"] {
        top: 24%;
        left: 24%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="35"] {
        top: 21%;
        left: 21%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="36"] {
        top: 19%;
        left: 14%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="37"] {
        top: 16%;
        left: 17.5%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="38"] {
        top: 7%;
        left: 20%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="39"] {
        top: 3%;
        left: 24%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="40"] {
        top: 0.6%;
        left: 25.6%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="41"] {
        top: 7%;
        left: 32%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="42"] {
        top: 3.5%;
        left: 37%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="43"] {
        top: 8.5%;
        left: 35%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="44"] {
        top: 13%;
        left: 31%;
    }
    .map-svg__popup-item[data-floor=first-floor][data-popup="45"] {
        top: 23%;
        left: 27%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="46"] {
        left: 12%;
        top: 47%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="47"] {
        left: 14%;
        top: 22%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="48"] {
        left: 24%;
        top: 38%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="49"] {
        left: 28%;
        top: 31%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="50"] {
        left: 28%;
        top: 24%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="51"] {
        left: 34%;
        top: 22%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="52"] {
        left: 23%;
        top: 1%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="53"] {
        left: 33%;
        top: -5%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="54"] {
        left: 41%;
        top: -2%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="55"] {
        left: 46%;
        top: 2%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="56"] {
        left: 58%;
        top: 25%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="57"] {
        left: 62%;
        top: 46%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="58"] {
        left: 56%;
        top: 55%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="59"] {
        left: 52%;
        top: 60%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="60"] {
        left: 49.5%;
        top: 63.5%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="61"] {
        left: 51.5%;
        top: 64.5%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="62"] {
        left: 58%;
        top: 63%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="63"] {
        left: 55%;
        top: 78%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="64"] {
        left: 44%;
        top: 72%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="65"] {
        left: 35%;
        top: 66%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="66"] {
        left: 26%;
        top: 64%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="67"] {
        left: 23.5%;
        top: 63%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="68"] {
        left: 21%;
        top: 62%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="69"] {
        left: 31%;
        top: 55%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="70"] {
        left: 34%;
        top: 48%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="71"] {
        left: 36%;
        top: 41%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="72"] {
        left: 40%;
        top: 38%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="73"] {
        left: 43.4%;
        top: 41%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="74"] {
        left: 45.5%;
        top: 44%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="75"] {
        left: 50%;
        top: 44%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="76"] {
        left: 50%;
        top: 48%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="77"] {
        left: 46%;
        top: 57%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="78"] {
        left: 42%;
        top: 60%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="79"] {
        left: 40%;
        top: 56%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="80"] {
        left: 36%;
        top: 57%;
    }
    .map-svg__popup-item[data-floor=second-floor][data-popup="81"] {
        left: 76%;
        top: -18%;
    }
}
.map-svg__popup-body {
    flex: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: var(--color-white);
    border-radius: 4px;
    padding: 16px;
    width: 200px;
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1022px) {
    .map-svg__popup-body {
        gap: 20px;
        border-radius: 8px;
        padding: 32px;
        width: 300px;
    }
}
.map-svg__popup-body::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 24px;
    height: 30px;
    pointer-events: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='30' fill='none'%3E%3Cg filter='url(%23a)' opacity='.48'%3E%3Cellipse cx='12' cy='22' fill='%23000' rx='8' ry='4'/%3E%3C/g%3E%3Cpath fill='%23fff' d='M24 0H0l10.211 20.422c.737 1.474 2.84 1.474 3.578 0L24 0Z'/%3E%3Cdefs%3E%3Cfilter id='a' width='24' height='16' x='0' y='14' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_475_5' stdDeviation='2'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") no-repeat center/contain;
}
@media only screen and (max-width: 1022px) {
    .map-svg__popup-body::after {
        display: none;
    }
}
.map-svg__popup-logo img {
    height: 60px;
    width: auto;
    object-fit: contain;
}
@media only screen and (max-width: 1022px) {
    .map-svg__popup-logo img {
        height: 160px;
    }
}
.map-svg__popup-title {
    line-height: 1;
}
@media only screen and (max-width: 1022px) {
    .map-svg__popup-title {
        font-size: 34px;
    }
}
.map-svg__popup-link {
    color: var(--color-green);
    font-weight: 600;
}
@media only screen and (max-width: 1022px) {
    .map-svg__popup-link {
        font-size: 34px;
        line-height: 1;
    }
}
.margin {
    display: block;
    width: 100%;
}
.margin--320 {
    height: 320px;
}
@media only screen and (max-width: 1919px) {
    .margin--320 {
        height: 240px;
    }
}
@media only screen and (max-width: 1600px) {
    .margin--320 {
        height: 180px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--320 {
        height: 140px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--320 {
        height: 90px;
    }
}
.margin--300 {
    height: 300px;
}
@media only screen and (max-width: 1919px) {
    .margin--300 {
        height: 240px;
    }
}
@media only screen and (max-width: 1600px) {
    .margin--300 {
        height: 180px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--300 {
        height: 140px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--300 {
        height: 90px;
    }
}
.margin--280 {
    height: 280px;
}
@media only screen and (max-width: 1600px) {
    .margin--280 {
        height: 200px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--280 {
        height: 150px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--280 {
        height: 92px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--280 {
        height: 55px;
    }
}
.margin--270 {
    height: 270px;
}
@media only screen and (max-width: 1919px) {
    .margin--270 {
        height: 200px;
    }
}
@media only screen and (max-width: 1600px) {
    .margin--270 {
        height: 160px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--270 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--270 {
        height: 80px;
    }
}
.margin--260 {
    height: 260px;
}
@media only screen and (max-width: 1919px) {
    .margin--260 {
        height: 200px;
    }
}
@media only screen and (max-width: 1600px) {
    .margin--260 {
        height: 160px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--260 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--260 {
        height: 80px;
    }
}
.margin--240 {
    height: 240px;
}
@media only screen and (max-width: 1919px) {
    .margin--240 {
        height: 180px;
    }
}
@media only screen and (max-width: 1600px) {
    .margin--240 {
        height: 160px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--240 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--240 {
        height: 80px;
    }
}
.margin--220 {
    height: 220px;
}
@media only screen and (max-width: 1600px) {
    .margin--220 {
        height: 160px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--220 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--220 {
        height: 80px;
    }
}
.margin--200 {
    height: 200px;
}
@media only screen and (max-width: 1600px) {
    .margin--200 {
        height: 160px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--200 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--200 {
        height: 80px;
    }
}
.margin--180 {
    height: 180px;
}
@media only screen and (max-width: 1600px) {
    .margin--180 {
        height: 150px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--180 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--180 {
        height: 80px;
    }
}
.margin--168 {
    height: 168px;
}
@media only screen and (max-width: 1919px) {
    .margin--168 {
        height: 140px;
    }
}
@media only screen and (max-width: 1600px) {
    .margin--168 {
        height: 120px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--168 {
        height: 80px;
    }
}
.margin--160 {
    height: 160px;
}
@media only screen and (max-width: 1600px) {
    .margin--160 {
        height: 120px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--160 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--160 {
        height: 70px;
    }
}
.margin--150 {
    height: 150px;
}
@media only screen and (max-width: 1919px) {
    .margin--150 {
        height: 130px;
    }
}
@media only screen and (max-width: 1600px) {
    .margin--150 {
        height: 110px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--150 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--150 {
        height: 70px;
    }
}
.margin--140 {
    height: 140px;
}
@media only screen and (max-width: 1600px) {
    .margin--140 {
        height: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--140 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--140 {
        height: 70px;
    }
}
.margin--130 {
    height: 130px;
}
@media only screen and (max-width: 1600px) {
    .margin--130 {
        height: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--130 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--130 {
        height: 70px;
    }
}
.margin--120 {
    height: 120px;
}
@media only screen and (max-width: 1600px) {
    .margin--120 {
        height: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--120 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--120 {
        height: 54px;
    }
}
.margin--108 {
    height: 108px;
}
@media only screen and (max-width: 1600px) {
    .margin--108 {
        height: 90px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--108 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--108 {
        height: 70px;
    }
}
.margin--104 {
    height: 104px;
}
@media only screen and (max-width: 1600px) {
    .margin--104 {
        height: 90px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--104 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--104 {
        height: 70px;
    }
}
.margin--100 {
    height: 100px;
}
@media only screen and (max-width: 1200px) {
    .margin--100 {
        height: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--100 {
        height: 60px;
    }
}
.margin--96 {
    height: 96px;
}
@media only screen and (max-width: 1200px) {
    .margin--96 {
        height: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--96 {
        height: 60px;
    }
}
.margin--90 {
    height: 90px;
}
@media only screen and (max-width: 1600px) {
    .margin--90 {
        height: 70px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--90 {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--90 {
        height: 50px;
    }
}
.margin--80 {
    height: 80px;
}
@media only screen and (max-width: 1600px) {
    .margin--80 {
        height: 70px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--80 {
        height: 60px;
    }
}
.margin--70 {
    height: 70px;
}
@media only screen and (max-width: 1600px) {
    .margin--70 {
        height: 60px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--70 {
        height: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--70 {
        height: 40px;
    }
}
.margin--64 {
    height: 64px;
}
@media only screen and (max-width: 1200px) {
    .margin--64 {
        height: 44px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--64 {
        height: 36px;
    }
}
.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: 30px;
    }
}
.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--32 {
    height: 32px;
}
@media only screen and (max-width: 767px) {
    .margin--32 {
        height: 20px;
    }
}
.margin--30 {
    height: 30px;
}
@media only screen and (max-width: 767px) {
    .margin--30 {
        height: 20px;
    }
}
.margin--24 {
    height: 24px;
}
.margin--20 {
    height: 20px;
}
.margin--16 {
    height: 16px;
}
.radio-button input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}

.radio-button {
    font-size: 12px;
    line-height: 24px;
    user-select: none;
    transition: opacity 0.3s ease, color 0.3s ease;
}
.radio-button__text {
    transition: color 0.3s ease;
}
.radio-button__label {
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    margin: 0;
    min-height: 24px;
    display: block;
}
@media only screen and (max-width: 767px) {
    .radio-button__label {
        padding-left: 40px;
    }
}
.radio-button__label::after, .radio-button__label:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 24px;
    height: 24px;
    border-radius: 100%;
}
.radio-button__label:before {
    background-color: var(--color-gray);
    transition: background-color 0.3s ease, border 0.3s ease;
}
.radio-button__label::after {
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 8px;
    height: 8px;
    left: 8px;
    top: 8px;
    background-color: var(--color-white);
}
.radio-button input:checked ~ label::before {
    background-color: var(--color-green-light);
}
.radio-button input:checked ~ label::after {
    transform: scale(1);
}
.radio-button a {
    text-decoration: underline;
}
.radio-button a:hover {
    color: var(--color-green);
}
.radio-button.is-validation-failed .radio-button__label::before, .is-validation-failed .radio-button .radio-button__label::before {
    border-color: var(--color-validation-failed);
}
.radio-button .fv-plugins-message-container {
    text-align: left;
    padding-left: 34px;
}
.radio-button.is-disabled {
    pointer-events: none;
}
.radio-button.is-disabled input {
    pointer-events: none;
}
.radio-button.is-disabled .radio-button__label::before {
    border-color: var(--color-gray-300);
}
.radio-button.is-disabled .radio-button__label,
.radio-button.is-disabled .radio-button__text {
    color: var(--color-gray-300);
}

.mod-tag {
    background-color: var(--color-green);
    color: var(--color-white);
    min-height: 20px;
    padding: 5px 6px;
    font-weight: 600;
    line-height: 1;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: 0.6px;
}
.title--h6, .title--h5, .title--h4, .title--h3, .title--h2, .title--h1 {
    font-weight: 600;
    font-family: var(--font-secondary);
}

.title--h1 {
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
}

.title--h2 {
    font-size: 40px;
    line-height: 48px;
}
@media only screen and (max-width: 1200px) {
    .title--h2 {
        font-size: 34px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h2 {
        font-size: 32px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h2 {
        font-size: 24px;
        line-height: normal;
    }
}

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

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

.title--h5 {
    font-size: 20px;
    line-height: 28px;
}
@media only screen and (max-width: 767px) {
    .title--h5 {
        font-size: 14px;
        line-height: 24px;
    }
}

.title--h6 {
    font-size: 16px;
    line-height: 28px;
}
@media only screen and (max-width: 767px) {
    .title--h6 {
        font-size: 14px;
        line-height: 24px;
    }
}

.title strong {
    font-style: italic;
    font-weight: 300;
}
.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: gray;
    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;
}
@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::before {
    background-color: var(--color-primary);
}
.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);
}
.page-404 {
    padding: 96px 0 200px;
}
@media only screen and (max-width: 1200px) {
    .page-404 {
        padding-bottom: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .page-404 {
        padding: 80px 0 100px;
    }
}
.page-404__image {
    margin-bottom: 55px;
}
@media only screen and (max-width: 1022px) {
    .page-404__image {
        max-width: 80%;
        width: 100%;
        margin: 0 auto 30px;
    }
}
.page-404__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.page-404__content-inner {
    padding: 0 10px;
}
@media only screen and (max-width: 767px) {
    .page-404__content-inner {
        padding: 0;
    }
}
.page-404 .title {
    margin-bottom: 22px;
}
.page-404__button {
    margin-top: 50px;
}
@media only screen and (max-width: 1200px) {
    .page-404__button {
        margin-top: 30px;
    }
}
.about-module__text {
    padding-right: 70px;
}
@media only screen and (max-width: 1200px) {
    .about-module__text {
        padding-right: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .about-module__text {
        letter-spacing: -0.2px;
    }
}
.about-module__counter-list {
    display: grid;
    grid-template-columns: 1fr 35%;
    justify-items: flex-end;
}
@media only screen and (max-width: 1022px) {
    .about-module__counter-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-top: 1px solid var(--color-border);
        border-bottom: 1px solid var(--color-border);
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-top: 32px;
        justify-items: flex-start;
    }
}
@media only screen and (max-width: 767px) {
    .about-module__counter-list {
        width: calc(100% + 32px);
        margin-left: -16px;
    }
}
.about-module__counter-list .mod-counter {
    padding: 24px 50px 30px 10px;
    border-bottom: 1px solid var(--color-border);
}
@media only screen and (max-width: 1022px) {
    .about-module__counter-list .mod-counter {
        text-align: left;
        width: 100%;
        padding: 20px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .about-module__counter-list .mod-counter {
        padding: 18px 16px;
    }
}
@media only screen and (min-width: 1023px) {
    .about-module__counter-list .mod-counter:first-child, .about-module__counter-list .mod-counter:nth-child(2) {
        padding-top: 10px;
    }
}
@media only screen and (min-width: 1023px) {
    .about-module__counter-list .mod-counter:nth-last-child(2), .about-module__counter-list .mod-counter:last-child {
        border-bottom: 0;
        padding-bottom: 15px;
    }
}
.about-module__counter-list .mod-counter:nth-child(even) {
    width: 100%;
    border-left: 1px solid var(--color-border);
}
@media only screen and (min-width: 1023px) {
    .about-module__counter-list .mod-counter:nth-child(even) {
        padding-right: 0;
    }
}
.about-module__button {
    margin-top: 40px;
}
@media only screen and (max-width: 1022px) {
    .about-module__button {
        margin-top: 15px;
    }
}
.about-module__button .btn {
    font-weight: 600;
    gap: 10px;
}
@media only screen and (min-width: 1023px) {
    .about-module__button .btn {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1201px) {
    .about-module__button .btn {
        font-size: 24px;
        gap: 12px;
    }
}
.banner-module .title {
    font-weight: 600;
    font-family: var(--font-secondary);
}

.banner-module .title {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.4px;
}
@media only screen and (max-width: 1200px) {
    .banner-module .title {
        font-size: 50px;
        line-height: normal;
    }
}
@media only screen and (max-width: 1022px) {
    .banner-module .title {
        font-size: 38px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-module .title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: normal;
    }
}

.banner-module__content {
    padding: 74px 0;
}
@media only screen and (max-width: 1600px) {
    .banner-module__content {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .banner-module__content {
        padding: 20px 0 0;
    }
}
.banner-module .breadcrumbs {
    color: var(--color-gray-800);
    margin-bottom: 70px;
}
@media only screen and (max-width: 1600px) {
    .banner-module .breadcrumbs {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 1200px) {
    .banner-module .breadcrumbs {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .banner-module .breadcrumbs {
        margin-bottom: 20px;
    }
}
.banner-module .breadcrumbs__link[href]:hover {
    text-decoration: none;
    color: var(--color-green);
}
.banner-module .editor-text {
    max-width: 465px;
    width: 100%;
    margin-top: 22px;
}
@media only screen and (max-width: 1022px) {
    .banner-module .editor-text {
        max-width: 90%;
    }
}
@media only screen and (max-width: 767px) {
    .banner-module .editor-text {
        max-width: 100%;
        margin-top: 15px;
    }
}
.banner-module__image {
    border-radius: 4px;
    position: relative;
    height: 0;
    padding-bottom: 100%;
}
@media only screen and (max-width: 1022px) {
    .banner-module__text {
        margin-top: 30px;
    }
}
.contact-info {
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .contact-info__logo {
        margin-bottom: 4px;
    }
}
@media only screen and (max-width: 1022px) {
    .contact-info__logo img {
        display: block;
        height: auto;
        max-width: 260px;
    }
}
.contact-info__item {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 80px;
    border-bottom: 1px solid var(--color-gray-300);
    padding-right: 30px;
    flex: auto;
}
@media only screen and (max-width: 1022px) {
    .contact-info__item {
        min-height: 72px;
        padding-right: 0;
    }
}
.contact-info__item .icon {
    flex-shrink: 0;
}
.contact-info__item[href]:hover {
    color: var(--color-green);
}
.contact-info__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
@media only screen and (max-width: 1022px) {
    .contact-info__inner {
        flex-direction: column;
    }
}
.contact-module__info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 48px;
    margin-bottom: 68px;
}
@media only screen and (max-width: 1022px) {
    .contact-module__info {
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-module__info {
        grid-template-columns: 1fr;
        grid-gap: 30px;
        margin-bottom: 60px;
    }
}
.contact-module__info-title {
    font-family: var(--font-secondary);
    border-bottom: 1px solid var(--color-gray-300);
    padding-bottom: 10px;
    margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
    .contact-module__info-title {
        font-size: 14px;
        padding-bottom: 6px;
        margin-bottom: 10px;
    }
}
.contact-module__info-inner {
    display: grid;
    grid-gap: 4px;
}
.contact-module__info-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--color-gray-800);
}
@media only screen and (max-width: 767px) {
    .contact-module__info-link {
        font-size: 12px;
    }
}
.contact-module__info-link-icon {
    width: 16px;
    height: 16px;
}
.contact-module__info-link-icon .icon::before {
    background-color: var(--color-green);
}
.contact-module__info-link:hover, .contact-module__info-link[href^="mailto:"] {
    color: var(--color-green);
}
.contact-module .form-component {
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
    .contact-module .form-component {
        width: calc(100% + 32px);
        max-width: calc(100% + 32px);
        margin-left: -16px;
        border-radius: 0;
    }
}

@media only screen and (max-width: 767px) {
    .sc-contact-module .margin:last-child {
        height: 0;
    }
}
.content-module {
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .content-module .editor-text h2,
    .content-module .editor-text h3,
    .content-module .editor-text h4,
    .content-module .editor-text h5,
    .content-module .editor-text h6 {
        font-size: 20px;
    }
}
.editor-text table {
    font-size: 16px;
    line-height: 28px;
}

.editor-text h6, .editor-text blockquote, .editor-text h5, .editor-text h4, .editor-text h3, .editor-text h2, .editor-text h1 {
    font-weight: 600;
    font-family: var(--font-secondary);
}

.editor-text h1 {
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
}

.editor-text h2 {
    font-size: 40px;
    line-height: 48px;
}
@media only screen and (max-width: 1200px) {
    .editor-text h2 {
        font-size: 34px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h2 {
        font-size: 32px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h2 {
        font-size: 24px;
        line-height: normal;
    }
}

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

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

.editor-text blockquote, .editor-text h5 {
    font-size: 20px;
    line-height: 28px;
}
@media only screen and (max-width: 767px) {
    .editor-text blockquote, .editor-text h5 {
        font-size: 14px;
        line-height: 24px;
    }
}

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

.editor-text {
    width: 100%;
}
.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-top: 55px;
    margin-bottom: 28px;
}
@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-top: 32px;
        margin-bottom: 18px;
    }
}
.editor-text h1:first-child,
.editor-text h2:first-child,
.editor-text h3:first-child,
.editor-text h4:first-child,
.editor-text h5:first-child,
.editor-text h6:first-child {
    margin-top: 0;
}
.editor-text h1:last-child,
.editor-text h2:last-child,
.editor-text h3:last-child,
.editor-text h4:last-child,
.editor-text h5:last-child,
.editor-text h6:last-child {
    margin-bottom: 0;
}
.editor-text h3 {
    margin-bottom: 24px;
}
@media only screen and (max-width: 1022px) {
    .editor-text h3 {
        margin-bottom: 16px;
    }
}
.editor-text h4:not(:first-child) {
    margin-top: 55px;
}
@media only screen and (max-width: 767px) {
    .editor-text h4:not(:first-child) {
        margin-top: 25px;
    }
}
.editor-text h4:not(:last-child) {
    margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
    .editor-text h4:not(:last-child) {
        margin-bottom: 14px;
    }
}
.editor-text h4 + p {
    margin-top: 24px;
}
@media only screen and (max-width: 767px) {
    .editor-text h4 + p {
        margin-top: 14px;
    }
}
.editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text figure,
.editor-text table,
.editor-text blockquote {
    margin-top: 24px;
    margin-bottom: 38px;
}
@media only screen and (max-width: 1022px) {
    .editor-text p,
    .editor-text ul,
    .editor-text ol,
    .editor-text figure,
    .editor-text table,
    .editor-text blockquote {
        margin-top: 16px;
        margin-bottom: 30px;
    }
}
.editor-text p:first-child,
.editor-text ul:first-child,
.editor-text ol:first-child,
.editor-text figure:first-child,
.editor-text table:first-child,
.editor-text blockquote:first-child {
    margin-top: 0;
}
.editor-text p:last-child,
.editor-text ul:last-child,
.editor-text ol:last-child,
.editor-text figure:last-child,
.editor-text table:last-child,
.editor-text blockquote:last-child {
    margin-bottom: 0;
}
.editor-text p a,
.editor-text ul a,
.editor-text ol a,
.editor-text figure a,
.editor-text table a,
.editor-text blockquote a {
    color: var(--color-green);
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.editor-text p a:hover,
.editor-text ul a:hover,
.editor-text ol a:hover,
.editor-text figure a:hover,
.editor-text table a:hover,
.editor-text blockquote a:hover {
    color: var(--color-primary);
    text-decoration: none;
}
.editor-text img {
    width: 100%;
    height: auto;
    margin: 26px 0;
}
@media only screen and (max-width: 767px) {
    .editor-text img {
        margin: 16px 0;
    }
}
.editor-text img:first-child {
    margin-top: 0;
}
.editor-text img:last-child {
    margin-bottom: 0;
}
.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 ol,
.editor-text ul {
    display: grid;
    padding-left: 0;
}
.editor-text ol:last-child,
.editor-text ul:last-child {
    margin-bottom: 0;
}
.editor-text ol:first-child,
.editor-text ul:first-child {
    margin-top: 0;
}
.editor-text ol li,
.editor-text ul li {
    position: relative;
    padding-left: 26px;
}
.editor-text ol li::before,
.editor-text ul li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 12px;
}
.editor-text ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: currentColor;
    top: 16px;
    left: 8px;
}
.editor-text ol {
    counter-reset: ol_text_counter;
}
.editor-text ol li {
    counter-increment: ol_text_counter;
    padding-left: 32px;
}
.editor-text ol li:before {
    content: counter(ol_text_counter) ".";
    top: 0;
}
.editor-text ol li:nth-of-type(n + 10) {
    padding-left: 40px;
}
.editor-text ol li:nth-of-type(n + 100) {
    padding-left: 52px;
}
.editor-text table {
    border: 0;
    width: 100%;
}
.editor-text table tr {
    border-bottom: 0;
}
.editor-text table tr:nth-child(odd) {
    background-color: var(--color-gray);
}
.editor-text table tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
}
.editor-text table tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
}
.editor-text table thead tr:has(> th:only-of-type) th {
    border-radius: 4px 4px 0 0;
}
.editor-text table th {
    font-weight: 600;
    font-family: var(--font-secondary);
    background-color: var(--color-green);
    color: var(--color-white);
}
.editor-text table th:first-child {
    border-radius: 4px 0 0 0;
}
.editor-text table th:last-child {
    border-radius: 0 4px 0 0;
}
@media only screen and (max-width: 767px) {
    .editor-text table td {
        font-size: 14px;
    }
}
.editor-text table th,
.editor-text table td {
    padding: 18px 24px;
    height: auto !important;
}
@media only screen and (max-width: 767px) {
    .editor-text table th,
    .editor-text table td {
        padding: 14px 12px;
    }
}
.editor-text table th:not(:first-child),
.editor-text table td:not(:first-child) {
    border-left: 0;
}
.editor-text blockquote {
    position: relative;
    padding-left: 42px;
    line-height: 1.55;
    max-width: 640px;
}
@media only screen and (max-width: 1022px) {
    .editor-text blockquote {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text blockquote {
        padding-left: 32px;
    }
}
.editor-text blockquote::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color-primary);
}
.editor-text iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    margin: 36px 0;
    border: 0;
}
.editor-text iframe:last-child {
    margin-bottom: 0;
}
.editor-text iframe:first-child {
    margin-top: 0;
}
.features-module__item--large .features-module__item-content {
    font-size: 16px;
    line-height: 28px;
}

.features-module__item--large .features-module__item-content .title {
    font-weight: 600;
    font-family: var(--font-secondary);
}

.features-module__item--large .features-module__item-content .title {
    font-size: 40px;
    line-height: 48px;
}
@media only screen and (max-width: 1200px) {
    .features-module__item--large .features-module__item-content .title {
        font-size: 34px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 1022px) {
    .features-module__item--large .features-module__item-content .title {
        font-size: 32px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .features-module__item--large .features-module__item-content .title {
        font-size: 24px;
        line-height: normal;
    }
}

.features-module__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 16px;
}
@media only screen and (max-width: 767px) {
    .features-module__inner {
        grid-template-columns: 1fr;
    }
}
.features-module__item {
    position: relative;
    padding-bottom: 45%;
    border-radius: 4px;
}
@media only screen and (max-width: 1022px) {
    .features-module__item {
        padding-bottom: 78%;
    }
}
.features-module__item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 480px;
    height: 480px;
    border-radius: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.64);
    filter: blur(312px);
    transform: translate(-25%, 50%);
    pointer-events: none;
}
@media only screen and (max-width: 1022px) {
    .features-module__item::before {
        width: 400px;
        height: 400px;
        transform: translate(-38%, 50%);
        background-color: rgba(0, 0, 0, 0.72);
        filter: blur(240px);
    }
}
.features-module__item img {
    transform: scale(1.0001);
    transition: transform 0.3s ease;
}
.features-module__item .title {
    transition: transform 0.3s ease;
}
.features-module__item-content {
    position: absolute;
    z-index: 3;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 28px 32px;
    color: var(--color-white);
    pointer-events: none;
}
@media only screen and (max-width: 1200px) {
    .features-module__item-content {
        padding: 25px;
    }
}
@media only screen and (max-width: 1022px) {
    .features-module__item-content {
        padding: 20px;
    }
}
.features-module__item:hover img {
    transform: scale(1.03);
}
.features-module__item:hover .title {
    transform: translateY(-6px);
}
.features-module__item--large {
    grid-row: span 2;
}
@media only screen and (max-width: 1022px) {
    .features-module__item--large {
        grid-row: span 1;
        grid-column: span 2;
    }
}
@media only screen and (max-width: 767px) {
    .features-module__item--large {
        grid-column: span 1;
    }
}
.features-module__item--large::before {
    width: 720px;
    height: 720px;
    transform: translate(-25%, 65%);
}
@media only screen and (max-width: 1022px) {
    .features-module__item--large::before {
        width: 400px;
        height: 400px;
        transform: translate(-38%, 50%);
    }
}
.features-module__item--large .features-module__item-content {
    padding: 42px 48px;
}
@media only screen and (max-width: 1200px) {
    .features-module__item--large .features-module__item-content {
        padding: 35px;
    }
}
@media only screen and (max-width: 1022px) {
    .features-module__item--large .features-module__item-content {
        font-size: 14px;
        padding: 18px;
    }
}
@media only screen and (min-width: 1023px) {
    .features-module__item--large .features-module__item-content .title {
        margin-bottom: 14px;
    }
}
.site-footer {
    position: relative;
    width: 100%;
    background-color: var(--color-gray-background);
    padding: 104px 0 56px;
    color: var(--color-white);
    overflow: hidden;
}
@media only screen and (max-width: 1200px) {
    .site-footer {
        padding: 56px 0 40px;
    }
}
.site-footer .container {
    position: relative;
    z-index: 3;
}
.site-footer__logo {
    max-width: 155px;
    width: 100%;
    display: flex;
    margin-bottom: 70px;
}
@media only screen and (max-width: 1200px) {
    .site-footer__logo {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .site-footer__logo {
        margin: 0 auto 34px;
        max-width: 135px;
    }
}
.site-footer__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.site-footer__col-title {
    font-family: var(--font-secondary);
    margin-bottom: 16px;
    color: var(--color-white);
}
@media only screen and (max-width: 1022px) {
    .site-footer__col-title {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .site-footer__col-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
.site-footer__address {
    line-height: 24px;
}
@media only screen and (max-width: 1022px) {
    .site-footer__address {
        text-align: center;
    }
}
.site-footer__address address {
    margin-bottom: 6px;
}
.site-footer__address-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-gray-300);
}
@media only screen and (max-width: 1022px) {
    .site-footer__address-link {
        margin-top: 8px;
    }
}
.site-footer__address-link .icon::before {
    background-color: var(--color-green);
}
.site-footer__address-link:hover {
    color: var(--color-green);
}
.site-footer__content {
    display: grid;
    grid-template-columns: 31% 29% 1fr;
    grid-gap: 32px;
    color: var(--color-gray-400);
}
@media only screen and (max-width: 1600px) {
    .site-footer__content {
        grid-template-columns: 28% 28% 1fr;
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 1200px) {
    .site-footer__content {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .site-footer__content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 28px 20px;
    }
}
@media only screen and (max-width: 1022px) {
    .site-footer__content .site-footer__col-title {
        margin-bottom: 16px;
    }
}
.site-footer__contact {
    display: grid;
    grid-gap: 4px;
}
@media only screen and (max-width: 1022px) {
    .site-footer__contact {
        grid-gap: 18px;
    }
}
.site-footer__contact-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-gray-300);
}
@media only screen and (max-width: 1022px) {
    .site-footer__contact-link {
        flex-direction: column;
        width: 100%;
        gap: 2px;
    }
}
.site-footer__contact-link .icon::before {
    background-color: var(--color-green);
}
.site-footer__contact-link:hover {
    color: var(--color-green);
}
@media only screen and (max-width: 1022px) {
    .site-footer .social-nav {
        grid-column: span 2;
    }
}
.site-footer .social-nav ul {
    justify-content: flex-end;
}
@media only screen and (max-width: 1022px) {
    .site-footer .social-nav ul {
        justify-content: center;
    }
}
.site-footer__bottom {
    margin-top: 86px;
    padding-top: 45px;
    border-top: 1px solid var(--color-gray-light-background);
    color: var(--color-gray-600);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media only screen and (max-width: 1200px) {
    .site-footer__bottom {
        margin-top: 50px;
        padding-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .site-footer__bottom {
        margin-top: 40px;
        padding-top: 20px;
        flex-direction: column-reverse;
        justify-content: center;
        gap: 10px;
    }
}
.site-footer__nav {
    margin-left: auto;
    flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
    .site-footer__nav {
        margin-left: 0;
    }
}
.site-footer__nav ul {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.site-footer__nav-link:hover {
    color: var(--color-white);
}
.site-footer__bg {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(8%, -8%);
    pointer-events: none;
}
@media only screen and (max-width: 1022px) {
    .site-footer__bg {
        display: none;
    }
}
.site-footer__bg svg {
    width: auto;
    height: auto;
}
.hero-module .title {
    font-weight: 600;
    font-family: var(--font-secondary);
}

.hero-module .title {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.4px;
}
@media only screen and (max-width: 1200px) {
    .hero-module .title {
        font-size: 50px;
        line-height: normal;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module .title {
        font-size: 38px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module .title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: normal;
    }
}

.hero-module {
    padding: 0 24px;
}
@media only screen and (max-width: 1022px) {
    .hero-module {
        padding: 0 28px;
    }
}
@media only screen and (min-width: 1023px) {
    .hero-module__inner {
        overflow: hidden;
        position: relative;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module .swiper {
        overflow: visible;
    }
}
.hero-module__slide {
    position: relative;
    border-radius: 4px;
    min-height: 81.5vh;
    padding: 74px 0 178px;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1600px) {
    .hero-module__slide {
        padding: 74px 80px 178px 80px;
    }
}
@media only screen and (max-width: 1200px) {
    .hero-module__slide {
        padding: 40px 80px 80px 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module__slide {
        padding: 24px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__slide {
        min-height: 71.5vh;
        padding: 24px 0;
    }
}
.hero-module__slide .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: auto;
}
.hero-module__content {
    margin-top: auto;
    position: relative;
    z-index: 4;
    color: var(--color-white);
    max-width: 720px;
    width: 100%;
}
@media only screen and (max-width: 1200px) {
    .hero-module__content {
        max-width: 600px;
        width: 100%;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module__content {
        max-width: 500px;
        margin: auto auto 0;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__content {
        max-width: 100%;
    }
}
.hero-module__content::after, .hero-module__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 920px;
    height: 920px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.72);
    filter: blur(720px);
    z-index: -1;
    will-change: filter;
    transform: translate(-24%, -36%);
    pointer-events: none;
}
@media only screen and (max-width: 1022px) {
    .hero-module__content::after, .hero-module__content::before {
        width: 680px;
        height: 680px;
        left: 50%;
        filter: blur(180px);
        transform: translate(-50%, -8%);
        background-color: var(--color-black);
    }
}
.hero-module__content::after {
    opacity: 0.8;
    background-color: rgba(0, 0, 0, 0.1);
    filter: brightness(0.4) blur(56px);
}
@media only screen and (min-width: 1023px) {
    .hero-module__content::after {
        transform: translate(-48%, -45%);
    }
}
.hero-module__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 8px;
}
@media only screen and (max-width: 1022px) {
    .hero-module__tags {
        justify-content: center;
        margin-bottom: 16px;
    }
}
.hero-module__date {
    opacity: 0.72;
    letter-spacing: 0.6px;
}
.hero-module__text {
    max-width: 592px;
    width: 100%;
    margin-top: 22px;
}
@media only screen and (max-width: 1200px) {
    .hero-module__text {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module__text {
        font-size: 14px;
        margin: 10px auto 0;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module__nav {
        display: none;
    }
}
.hero-module__nav-arrow {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.32);
    border-radius: 100%;
    position: absolute;
    top: 43.5%;
    transform: translate(-50%, -50%);
    z-index: 8;
    left: 0;
    justify-content: flex-end;
    padding: 20px;
    transition: background-color 0.3s ease;
}
.hero-module__nav-arrow .icon::before {
    background-color: var(--color-white);
}
.hero-module__nav-arrow.swiper-button-next {
    transform: translate(50%, -50%);
    left: initial;
    right: 0;
    justify-content: flex-start;
}
.hero-module__nav-arrow:hover {
    background-color: var(--color-black);
}
.hero-module__pagination {
    position: absolute;
    left: 0;
    bottom: 80px;
    z-index: 8;
    width: 100%;
}
@media only screen and (max-width: 1600px) {
    .hero-module__pagination {
        padding-left: 80px;
    }
}
@media only screen and (max-width: 1200px) {
    .hero-module__pagination {
        bottom: 20px;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module__pagination {
        display: none;
    }
}
.hero-module__pagination .swiper-pagination-bullets.swiper-pagination-horizontal,
.hero-module__pagination .swiper-pagination {
    width: auto;
    display: inline-flex;
}
.hero-module .breadcrumbs {
    position: relative;
    z-index: 10;
    color: var(--color-white);
    margin-bottom: 20px;
}
@media only screen and (max-width: 1022px) {
    .hero-module .breadcrumbs {
        display: none;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module--single-slide {
        padding: 0;
    }
}
.hero-module--single-slide .hero-module__slide {
    padding-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
    .hero-module--single-slide .hero-module__slide {
        padding-bottom: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module--single-slide .hero-module__slide {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 40px;
        min-height: 78vh;
        border-radius: 0 0 4px 4px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module--single-slide .hero-module__slide {
        padding-bottom: 34px;
    }
}
.hero-module--single-slide .hero-module__tags {
    margin-bottom: 20px;
}
@media only screen and (min-width: 1023px) {
    .hero-module--smaller .hero-module__slide {
        min-height: 64vh;
    }
}

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

@media only screen and (max-width: 1022px) {
    .sc-hero-module + .sc-news-list:has(.news-list__filter) {
        margin-top: -84px;
    }
}
@media only screen and (max-width: 767px) {
    .sc-hero-module + .sc-news-list:has(.news-list__filter) {
        margin-top: -60px;
    }
}
.image-gallery__image::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.image-gallery {
    position: relative;
}
.image-gallery__image {
    position: relative;
    height: 560px;
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
}
@media only screen and (max-width: 1600px) {
    .image-gallery__image {
        height: 460px;
    }
}
@media only screen and (max-width: 1022px) {
    .image-gallery__image {
        height: 0;
        padding-bottom: 56%;
        min-height: 280px;
    }
}
.image-gallery__image::before {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity 0.3s ease;
}
.image-gallery__image img {
    transform: scale(1.00001);
    transition: transform 0.6s ease;
}
.image-gallery .swiper-slide {
    width: 976px;
}
@media only screen and (max-width: 1600px) {
    .image-gallery .swiper-slide {
        width: 778px;
    }
}
@media only screen and (max-width: 1022px) {
    .image-gallery .swiper-slide {
        width: calc(100vw - 48px);
    }
}
.image-gallery .swiper-slide-active .image-gallery__image::before {
    opacity: 0;
}
.image-gallery__nav {
    position: relative;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .image-gallery__nav {
        display: none;
    }
}
.image-gallery__nav-arrow {
    position: absolute;
    top: 0;
    width: 96px;
    height: 100%;
    z-index: 3;
    pointer-events: all;
}
.image-gallery__nav-arrow.arrow-left {
    left: 0;
    transform: translate(-100%, 0);
}
@media only screen and (max-width: 1022px) {
    .image-gallery__nav-arrow.arrow-left {
        transform: translate(-30px, 0);
        background: linear-gradient(to left, rgba(0, 0, 0, 0), black);
    }
}
@media only screen and (max-width: 767px) {
    .image-gallery__nav-arrow.arrow-left {
        transform: translate(-16px, 0);
    }
}
@media only screen and (min-width: 1023px) {
    .image-gallery__nav-arrow.arrow-left:hover .icon {
        transform: translate(-6px, 0);
    }
}
.image-gallery__nav-arrow.arrow-right {
    right: 0;
    transform: translate(100%, 0);
}
@media only screen and (max-width: 1022px) {
    .image-gallery__nav-arrow.arrow-right {
        transform: translate(30px, 0);
        background: linear-gradient(to right, rgba(0, 0, 0, 0), black);
    }
}
@media only screen and (max-width: 767px) {
    .image-gallery__nav-arrow.arrow-right {
        transform: translate(16px, 0);
    }
}
@media only screen and (min-width: 1023px) {
    .image-gallery__nav-arrow.arrow-right:hover .icon {
        transform: translate(6px, 0);
    }
}
.image-gallery__nav-arrow[aria-disabled=true] {
    opacity: 0.5;
    pointer-events: none;
}
.image-gallery__nav-arrow .icon {
    transition: transform 0.3s ease;
}
.image-gallery__nav-arrow .icon::before {
    background-color: var(--color-white);
}
.image-gallery__footer {
    z-index: 3;
    display: flex;
    flex-direction: column;
}
.image-gallery__footer .row {
    height: 100%;
}
.image-gallery .swiper-wrapper:hover {
    cursor: grab;
}
.image-gallery .swiper-wrapper:active {
    cursor: grabbing;
}

@media only screen and (max-width: 1022px) {
    .sc-image-gallery .section-margin:first-child {
        display: none;
    }
}
.image-with-caption {
    position: relative;
}
.image-with-caption__image {
    position: relative;
    margin: 0;
}
@media only screen and (max-width: 1022px) {
    .image-with-caption__image {
        width: calc(100% + 60px);
        left: -30px;
    }
}
@media only screen and (max-width: 767px) {
    .image-with-caption__image {
        width: calc(100% + 32px);
        left: -16px;
    }
}
.image-with-caption__image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    border-radius: 4px;
}
@media only screen and (max-width: 1022px) {
    .image-with-caption__image img {
        border-radius: 0;
    }
}
.image-with-caption__caption {
    padding: 12px 0 0;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1022px) {
    .image-with-caption__caption {
        padding: 12px 30px 0;
    }
}
@media only screen and (max-width: 767px) {
    .image-with-caption__caption {
        padding: 8px 16px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .latest-news {
        overflow: hidden;
    }
}
.latest-news__header {
    padding: 75px 10px 50px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}
@media only screen and (max-width: 1200px) {
    .latest-news__header {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .latest-news__header {
        padding: 0;
        gap: 5px;
        margin-bottom: 34px;
    }
}
@media only screen and (max-width: 767px) {
    .latest-news__header-text {
        font-size: 14px;
    }
}
.latest-news__header-button {
    margin-top: auto;
}
@media only screen and (max-width: 1022px) {
    .latest-news__header-button {
        margin-top: 18px;
    }
}
@media only screen and (max-width: 1022px) {
    .latest-news__slider {
        width: 100% !important;
    }
}
@media only screen and (max-width: 1022px) {
    .latest-news .swiper {
        overflow: visible;
    }
}
.latest-news .swiper-slide {
    width: auto;
}
@media only screen and (min-width: 768px) {
    .latest-news .swiper-slide {
        display: flex;
        flex-direction: column;
        height: auto;
    }
}
.latest-news .mod-card {
    max-width: 100%;
    width: 336px;
    height: 100%;
}
@media only screen and (max-width: 1600px) {
    .latest-news .mod-card {
        width: 300px;
    }
}
@media only screen and (max-width: 1200px) {
    .latest-news .mod-card {
        width: 280px;
    }
}
@media only screen and (max-width: 767px) {
    .latest-news .mod-card {
        width: 87vw;
    }
}

@media only screen and (max-width: 767px) {
    .sc-latest-news .margin--200 {
        height: 54px;
    }
}
.map-module__inner {
    position: relative;
    height: 0;
    padding-bottom: 34.24%;
    z-index: 1;
}
@media only screen and (max-width: 1022px) {
    .map-module__inner {
        padding-bottom: 56.24%;
    }
}
@media only screen and (max-width: 767px) {
    .map-module__inner {
        padding-bottom: 100%;
    }
}
.map-module__init {
    pointer-events: all;
}
.map-module__init iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    border: 0;
}
.news-list__filter {
    background-color: var(--color-gray);
    padding: 16px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 56px;
}
@media only screen and (max-width: 1022px) {
    .news-list__filter {
        width: calc(100% + 60px);
        margin-left: -30px;
        padding: 20px 30px 16px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .news-list__filter {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding: 20px 22px 16px;
    }
}
.news-list__filter-button {
    padding: 6px 12px;
    min-width: 50px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--color-white);
    border-radius: 4px;
    line-height: normal;
    transition: color 0.3s ease, background-color 0.3s ease;
}
.news-list__filter-button.is-active, .news-list__filter-button:hover {
    background-color: var(--color-green);
    color: var(--color-white);
}
.news-list__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 48px;
}
@media only screen and (max-width: 1600px) {
    .news-list__inner {
        grid-gap: 32px;
    }
}
@media only screen and (max-width: 1200px) {
    .news-list__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1022px) {
    .news-list__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .news-list__inner {
        grid-template-columns: 1fr;
    }
}
.news-list .mod-card {
    max-width: 100%;
    height: 100%;
}
.news-list__footer {
    margin-top: 96px;
    display: flex;
    align-items: flex-end;
    gap: 22px;
    max-width: 55.2%;
    width: 100%;
    margin-left: auto;
}
@media only screen and (max-width: 1200px) {
    .news-list__footer {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .news-list__footer {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .news-list__footer {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }
}
.news-list__footer .btn {
    flex-shrink: 0;
}
.news-list__footer .pagination {
    justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
    .news-list__footer .pagination {
        justify-content: center;
        flex-direction: column;
    }
}
.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%;
}
.partners-slider {
    overflow: hidden;
    padding-left: 30px;
}
.partners-slider .swiper {
    overflow: visible;
}
.partners-slider .swiper-slide {
    width: auto;
}
.partners-slider__slide {
    width: 208px;
    height: 160px;
    transition: background-color 0.3s ease;
}
@media only screen and (max-width: 1600px) {
    .partners-slider__slide {
        width: 180px;
        height: 130px;
    }
}
@media only screen and (max-width: 1200px) {
    .partners-slider__slide {
        width: 150px;
        height: 100px;
    }
}
@media only screen and (max-width: 1022px) {
    .partners-slider__slide {
        width: 146px;
        height: 72px;
        background-color: var(--color-gray);
        border-radius: 4px;
        padding: 2px;
    }
}
.partners-slider__slide img {
    width: auto;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.related-news {
    position: relative;
    overflow: hidden;
}
.related-news__header {
    margin-bottom: 60px;
}
@media only screen and (max-width: 1022px) {
    .related-news__header {
        margin-bottom: 32px;
    }
}
.related-news .mod-card {
    max-width: 100%;
}
.related-news .swiper {
    overflow: visible;
}
.related-news .swiper-slide {
    width: auto;
}
@media only screen and (max-width: 1022px) {
    .related-news .swiper-slide {
        width: 312px;
    }
}
.related-news .btn {
    font-weight: 600;
    gap: 10px;
}
.related-news__footer {
    margin-top: 16px;
}

@media only screen and (max-width: 1022px) {
    .sc-related-news .section-margin:first-child {
        display: none;
    }
}
.shop-map {
    position: relative;
    z-index: 3;
    margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
    .shop-map {
        margin-top: 0;
    }
}
.shop-map .dropdown {
    max-width: 100%;
}
.shop-map .map-svg {
    position: relative;
    margin-left: -170px;
    width: 1076px;
}
@media only screen and (min-width: 1201px) {
    .shop-map .map-svg {
        position: sticky;
        position: -webkit-sticky;
        top: 60px;
    }
}
@media (max-width: 1600px) {
    .shop-map .map-svg {
        margin-left: -210px;
        transform: scale(0.85);
    }
}
@media only screen and (max-width: 1600px) {
    .shop-map .map-svg {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1200px) {
    .shop-map .map-svg {
        margin: 0 auto 40px;
        display: block;
    }
}
@media only screen and (max-width: 1022px) {
    .shop-map .map-svg {
        left: 0;
        transform: scale(0.7);
        margin-left: -230px;
        margin-top: -60px;
        margin-bottom: -30px;
    }
}
@media only screen and (max-width: 767px) {
    .shop-map .map-svg {
        left: 50%;
        transform: scale(0.4) translate(-36%, 0);
        margin-left: -10vw;
        margin-top: -15vw;
        transform-origin: left center;
        height: 440px;
    }
}
@media (max-width: 460px) {
    .shop-map .map-svg {
        margin-left: -10vw;
        margin-top: -25vw;
        transform: scale(0.3) translate(-30%, 0);
    }
}
.shop-map .map-svg svg {
    filter: drop-shadow(0px 1px 0px rgb(55, 133, 16));
}
.shop-map__tab {
    display: flex;
    margin-bottom: 30px;
}
.shop-map__tab-btn {
    justify-content: flex-start;
    flex: 1;
    padding: 6px 0;
    color: var(--color-green);
    transition: color 0.3s ease, border 0.3s ease;
    border-bottom: 2px solid var(--color-gray-300);
}
.shop-map__tab-btn.active {
    color: var(--color-primary);
    border-color: var(--color-green);
}
.shop-map__filter-list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0 48px;
}
@media only screen and (max-width: 1200px) {
    .shop-map__filter-list {
        grid-gap: 0 30px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1022px) {
    .shop-map__filter-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .shop-map__filter-list {
        grid-gap: 0 16px;
    }
}
.shop-map__filter-btn {
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    font-size: 14px;
    line-height: 1.2;
    border-bottom: 1px solid var(--color-gray-300);
}
.shop-map__filter-btn.is-hidden {
    display: none;
}
.shop-map .pin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 50px;
    flex-shrink: 0;
    color: var(--color-white);
    font-size: 10px;
    position: relative;
    padding-bottom: 5px;
}
.shop-map .pin img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    left: 0;
    top: 0;
    z-index: -1;
}
.shop-map-old {
    position: relative;
    z-index: 3;
}
.shop-map-old .dropdown {
    max-width: 100%;
}

/* stylelint-disable */
@media only screen and (min-width: 1201px) {
    .map-outer-container {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
    }
}

.map-wrapper .map-outer-container .map-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
    width: 982px;
    height: 768px;
}
@media only screen and (min-width: 1023px) {
    .map-wrapper .map-outer-container .map-container {
        overflow: hidden;
    }
}
@media only screen and (max-width: 1600px) {
    .map-wrapper .map-outer-container .map-container {
        width: 704px;
        height: 570px;
    }
}
@media only screen and (max-width: 1200px) {
    .map-wrapper .map-outer-container .map-container {
        width: 750px;
        height: 580px;
    }
}
@media only screen and (max-width: 1022px) {
    .map-wrapper .map-outer-container .map-container {
        width: 620px;
        height: 500px;
    }
}
@media only screen and (max-width: 767px) {
    .map-wrapper .map-outer-container .map-container {
        width: 320px;
        height: 300px;
    }
}

/* Switch map container */
.map-wrapper .map-outer-container .map-container .switch-map-container {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 960;
    transform: scale(0.3855);
    transform-origin: right top;
}

@media (min-width: 480px) {
    .map-wrapper .map-outer-container .map-container .switch-map-container {
        transform: scale(0.567);
    }
}
@media (min-width: 768px) {
    .map-wrapper .map-outer-container .map-container .switch-map-container {
        transform: scale(0.93);
    }
}
@media (min-width: 992px) {
    .map-wrapper .map-outer-container .map-container .switch-map-container {
        transform: scale(1);
    }
}
@media (min-width: 1200px) {
    .map-wrapper .map-outer-container .map-container .switch-map-container {
        transform: scale(1);
    }
}
/* Map styles */
.map-container .map {
    position: absolute;
    left: 0;
    top: 0;
    width: 1176px;
    height: 940px;
    transform-origin: left top;
    opacity: 0;
    transition: opacity 400ms linear, left 400ms linear;
    z-index: 950;
    transform: scale(0.817);
}
@media only screen and (max-width: 1600px) {
    .map-container .map {
        transform: scale(0.62);
    }
}
@media only screen and (max-width: 1022px) {
    .map-container .map {
        transform: scale(0.5);
    }
}
@media only screen and (max-width: 767px) {
    .map-container .map {
        transform: scale(0.378);
        top: 30px;
    }
}
@media (max-width: 480px) {
    .map-container .map {
        transform: scale(0.257);
    }
}
.map-container .map[data-floor=first-floor] {
    left: -50px;
    background-image: var(--first-floor);
}
.map-container .map[data-floor=second-floor] {
    left: 50px;
    background-image: var(--second-floor);
}
.map-container .map.active {
    left: 0px;
    opacity: 1;
    z-index: 951;
    pointer-events: all;
}

.map-wrapper .map-outer-container .map-container .map .map-shop-overlay {
    position: absolute;
    opacity: 0;
    transition: opacity 400ms;
    z-index: 970;
}

.map-wrapper .map-outer-container .map-container .map .map-shop-overlay.active {
    opacity: 1;
}

.map-wrapper .map-outer-container .map-container .map .map-shop-pin {
    position: absolute;
    z-index: 975;
}

.map-wrapper .map-outer-container .map-container .map .map-shop-pin .map-pin-normal,
.map-wrapper .map-outer-container .map-container .map .map-shop-pin .map-pin-hover {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 1;
    transition: opacity 300ms;
}

.map-wrapper .map-outer-container .map-container .map .map-shop-pin .map-pin-hover {
    opacity: 0;
}

.map-wrapper .map-outer-container .map-container .map .map-shop-pin.active .map-pin-hover {
    opacity: 1;
}

.map-wrapper .map-outer-container .map-container .map .map-shop-overlay[data-floor=first-floor],
.map-wrapper .map-outer-container .map-container .map .map-shop-pin[data-floor=first-floor] .map-pin-normal,
.map-wrapper .map-outer-container .map-container .map .map-shop-pin[data-floor=first-floor] .map-pin-hover {
    background-image: var(--first-floor-overlay);
    background-repeat: no-repeat;
}

.map-wrapper .map-outer-container .map-container .map .map-shop-overlay[data-floor=second-floor],
.map-wrapper .map-outer-container .map-container .map .map-shop-pin[data-floor=second-floor] .map-pin-normal,
.map-wrapper .map-outer-container .map-container .map .map-shop-pin[data-floor=second-floor] .map-pin-hover {
    background-image: var(--second-floor-overlay);
    background-repeat: no-repeat;
}

.map-wrapper .map-outer-container .map-container .map .map-transparent-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 980;
}

/* Shop info styles */
.map-wrapper .map-outer-container .map-container .map .shop-info {
    position: absolute;
    width: 256px;
    left: 0;
    top: 16px;
    padding: 24px 32px 16px;
    flex-direction: column;
    text-align: center;
    z-index: 990;
    border-radius: 4px;
    background-color: var(--color-gray);
    opacity: 0;
    transition: opacity 0.4s ease;
}
@media only screen and (max-width: 767px) {
    .map-wrapper .map-outer-container .map-container .map .shop-info {
        width: 400px;
        left: -120px;
        top: -120px;
    }
}

.map-wrapper .map-outer-container .map-container .map .shop-info.visible {
    opacity: 1;
}

.map-wrapper .map-outer-container .map-container .map .shop-info .shop-info-image {
    mix-blend-mode: multiply;
    width: 100%;
    height: 84px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 4px;
    margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
    .map-wrapper .map-outer-container .map-container .map .shop-info .shop-info-image {
        height: 224px;
    }
}

.map-wrapper .map-outer-container .map-container .map .shop-info .shop-info-title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .map-wrapper .map-outer-container .map-container .map .shop-info .shop-info-title {
        font-size: 38px;
    }
}

.shop-info-more {
    font-size: 16px;
    color: var(--color-green);
}
@media only screen and (max-width: 767px) {
    .shop-info-more {
        font-size: 38px;
    }
}

.switch-map-container {
    display: flex;
    margin-bottom: 30px;
}
.switch-map-container .switch-map {
    justify-content: flex-start;
    flex: 1;
    padding: 6px 0;
    color: var(--color-green);
    transition: color 0.3s ease, border 0.3s ease;
    border-bottom: 2px solid var(--color-gray-300);
}
.switch-map-container .switch-map.active {
    color: var(--color-primary);
    border-color: var(--color-green);
}

.shops-container {
    margin-top: 20px;
}
.shops-container .range {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0 48px;
}
@media only screen and (max-width: 1200px) {
    .shops-container .range {
        grid-gap: 0 30px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1022px) {
    .shops-container .range {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .shops-container .range {
        grid-gap: 0 16px;
    }
}
.shops-container .shop {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    font-size: 14px;
    line-height: 1.2;
    border-bottom: 1px solid var(--color-gray-300);
}
.shops-container .shop.is-hidden {
    display: none;
}
.shops-container .pin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 31px;
    flex-shrink: 0;
    color: var(--color-white);
    font-size: 12px;
    position: relative;
}
.shops-container .pin img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    left: 0;
    top: 0;
    z-index: -1;
}
.shops-container .pin--fashion {
    background-position: 0px 0px;
}
.shops-container .pin--special {
    background-position: 0px -60px;
}
.shops-container .pin--shoes {
    background-position: 0px -121px;
}
.shops-container .pin--restaurants {
    background-position: 0px -182px;
}
.shops-container .pin--food {
    background-position: 0px -243px;
}
.shops-container .pin--services {
    background-position: 0px -304px;
}
.shops-container .pin--drugstores {
    background-position: 0px -365px;
}
.shops-container .pin--watch_stores {
    background-position: 0px -426px;
}
.shops-container .pin--electronics {
    background-position: 0px -487px;
}
.shops-container .pin--bookstores {
    background-position: 0px -548px;
}
.shops-container .pin--home,
.shops-container .pin--default {
    background-position: 0px -609px;
}

.active.bounce-pin {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    20%, 23% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -10px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -7px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
.map-shop-overlay[data-floor=first-floor][data-internal-number="1"] {
    left: 858px;
    top: 679px;
    width: 115px;
    height: 137px;
    background-position: -507px -1046px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="3"] {
    left: 739px;
    top: 632px;
    width: 112px;
    height: 130px;
    background-position: -507px -908px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="4"] {
    left: 673px;
    top: 606px;
    width: 114px;
    height: 127px;
    background-position: -507px -722px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="6"] {
    left: 559px;
    top: 559px;
    width: 102px;
    height: 117px;
    background-position: -651px -8px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="7"] {
    left: 488px;
    top: 533px;
    width: 119px;
    height: 120px;
    background-position: -564px -193px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="8"] {
    left: 414px;
    top: 521px;
    width: 59px;
    height: 74px;
    background-position: -761px -61px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="9"] {
    left: 389px;
    top: 511px;
    width: 52px;
    height: 75px;
    background-position: -751px -1024px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="10"] {
    left: 295px;
    top: 462px;
    width: 81px;
    height: 91px;
    background-position: -734px -860px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="11"] {
    left: 130px;
    top: 384px;
    width: 272px;
    height: 155px;
    background-position: -284px -200px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="12"] {
    left: 272px;
    top: 384px;
    width: 94px;
    height: 43px;
    background-position: -507px -857px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="13"] {
    left: 191px;
    top: 372px;
    width: 99px;
    height: 46px;
    background-position: -284px -139px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="14"] {
    left: 161px;
    top: 395px;
    width: 40px;
    height: 29px;
    background-position: -391px -154px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="15"] {
    left: 37px;
    top: 362px;
    width: 112px;
    height: 86px;
    background-position: -659px -565px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="20"] {
    left: 308px;
    top: 262px;
    width: 54px;
    height: 45px;
    background-position: -761px -8px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="21"] {
    left: 274px;
    top: 240px;
    width: 112px;
    height: 52px;
    background-position: -8px -351px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="22"] {
    left: 324px;
    top: 225px;
    width: 85px;
    height: 54px;
    background-position: -444px -138px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="23"] {
    left: 355px;
    top: 210px;
    width: 85px;
    height: 57px;
    background-position: -734px -959px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="24"] {
    left: 203px;
    top: 140px;
    width: 439px;
    height: 332px;
    background-position: -8px -411px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="25"] {
    left: 517px;
    top: 165px;
    width: 199px;
    height: 122px;
    background-position: -444px -8px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="26"] {
    left: 600px;
    top: 182px;
    width: 196px;
    height: 121px;
    background-position: -455px -593px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="27"] {
    left: 644px;
    top: 208px;
    width: 268px;
    height: 171px;
    background-position: -8px -172px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="28"] {
    left: 604px;
    top: 316px;
    width: 111px;
    height: 50px;
    background-position: -128px -351px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="29"] {
    left: 562px;
    top: 337px;
    width: 234px;
    height: 123px;
    background-position: -202px -8px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="30"] {
    left: 516px;
    top: 371px;
    width: 123px;
    height: 60px;
    background-position: -691px -143px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="31"] {
    left: 496px;
    top: 403px;
    width: 186px;
    height: 141px;
    background-position: -8px -23px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="32"] {
    left: 590px;
    top: 494px;
    width: 44px;
    height: 61px;
    background-position: -775px -484px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="33"] {
    left: 630px;
    top: 279px;
    width: 491px;
    height: 431px;
    background-position: -8px -751px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="34"] {
    left: 948px;
    top: 649px;
    width: 53px;
    height: 74px;
    background-position: -760px -757px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="35"] {
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    background-position: 0px 0px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="36"] {
    left: 520px;
    top: 277px;
    width: 61px;
    height: 17px;
    background-position: -202px -139px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="37"] {
    left: 560px;
    top: 281px;
    width: 43px;
    height: 59px;
    background-position: -779px -568px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="38"] {
    left: 459px;
    top: 286px;
    width: 137px;
    height: 105px;
    background-position: -455px -363px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="39"] {
    left: 423px;
    top: 333px;
    width: 100px;
    height: 83px;
    background-position: -721px -378px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="40"] {
    left: 373px;
    top: 356px;
    width: 113px;
    height: 81px;
    background-position: -630px -1024px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="41"] {
    left: 320px;
    top: 310px;
    width: 166px;
    height: 109px;
    background-position: -455px -476px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="42"] {
    left: 289px;
    top: 317px;
    width: 123px;
    height: 95px;
    background-position: -629px -757px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="44"] {
    left: 332px;
    top: 286px;
    width: 119px;
    height: 47px;
    background-position: -537px -138px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="45"] {
    left: 370px;
    top: 254px;
    width: 169px;
    height: 68px;
    background-position: -630px -1113px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="46"] {
    left: 439px;
    top: 252px;
    width: 75px;
    height: 27px;
    background-position: -327px -363px;
}

.map-shop-overlay[data-floor=first-floor][data-internal-number="47"] {
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    background-position: 0px 0px;
}

/* === second-floor === */
.map-shop-overlay[data-floor=second-floor][data-internal-number="25"] {
    left: 550px;
    top: 274px;
    width: 179px;
    height: 121px;
    background-position: -534px -469px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="26"] {
    left: 618px;
    top: 287px;
    width: 187px;
    height: 133px;
    background-position: -370px -710px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="49"] {
    left: 664px;
    top: 658px;
    width: 221px;
    height: 188px;
    background-position: -305px -400px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="50"] {
    left: 549px;
    top: 611px;
    width: 180px;
    height: 165px;
    background-position: -442px -8px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="51"] {
    left: 434px;
    top: 581px;
    width: 77px;
    height: 98px;
    background-position: -779px -99px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="52"] {
    left: 409px;
    top: 572px;
    width: 59px;
    height: 84px;
    background-position: -835px -496px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="53"] {
    left: 369px;
    top: 563px;
    width: 76px;
    height: 83px;
    background-position: -790px -595px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="54"] {
    left: 37px;
    top: 411px;
    width: 384px;
    height: 190px;
    background-position: -8px -877px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="55"] {
    left: 142px;
    top: 324px;
    width: 354px;
    height: 200px;
    background-position: -8px -669px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="56"] {
    left: 397px;
    top: 410px;
    width: 141px;
    height: 97px;
    background-position: -630px -81px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="57"] {
    left: 454px;
    top: 387px;
    width: 122px;
    height: 92px;
    background-position: -713px -326px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="58"] {
    left: 428px;
    top: 356px;
    width: 179px;
    height: 97px;
    background-position: -535px -186px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="59"] {
    left: 522px;
    top: 370px;
    width: 93px;
    height: 62px;
    background-position: -782px -925px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="60"] {
    left: 351px;
    top: 277px;
    width: 184px;
    height: 90px;
    background-position: -565px -820px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="61"] {
    left: 494px;
    top: 261px;
    width: 170px;
    height: 112px;
    background-position: -535px -349px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="64"] {
    left: 688px;
    top: 338px;
    width: 181px;
    height: 65px;
    background-position: -630px -8px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="65"] {
    left: 686px;
    top: 399px;
    width: 52px;
    height: 57px;
    background-position: -305px -596px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="67"] {
    left: 776px;
    top: 439px;
    width: 73px;
    height: 66px;
    background-position: -836px -250px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="69"] {
    left: 891px;
    top: 507px;
    width: 213px;
    height: 137px;
    background-position: -8px -290px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="70"] {
    left: 874px;
    top: 564px;
    width: 177px;
    height: 88px;
    background-position: -565px -720px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="71"] {
    left: 858px;
    top: 587px;
    width: 94px;
    height: 48px;
    background-position: -257px -148px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="72"] {
    left: 825px;
    top: 609px;
    width: 113px;
    height: 114px;
    background-position: -669px -598px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="73"] {
    left: 869px;
    top: 611px;
    width: 270px;
    height: 188px;
    background-position: -257px -204px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="74"] {
    left: 825px;
    top: 694px;
    width: 289px;
    height: 226px;
    background-position: -8px -435px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="75"] {
    left: 631px;
    top: 532px;
    width: 105px;
    height: 111px;
    background-position: -669px -925px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="76"] {
    left: 588px;
    top: 521px;
    width: 106px;
    height: 102px;
    background-position: -722px -216px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="78"] {
    left: 492px;
    top: 512px;
    width: 98px;
    height: 97px;
    background-position: -757px -820px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="79"] {
    left: 518px;
    top: 469px;
    width: 241px;
    height: 93px;
    background-position: -8px -189px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="80"] {
    left: 583px;
    top: 454px;
    width: 77px;
    height: 33px;
    background-position: -8px -148px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="81"] {
    left: 583px;
    top: 439px;
    width: 131px;
    height: 57px;
    background-position: -721px -426px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="82"] {
    left: 668px;
    top: 459px;
    width: 91px;
    height: 65px;
    background-position: -400px -851px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="83"] {
    left: 712px;
    top: 474px;
    width: 81px;
    height: 50px;
    background-position: -535px -291px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="84"] {
    left: 777px;
    top: 490px;
    width: 78px;
    height: 82px;
    background-position: -782px -995px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="85"] {
    left: 802px;
    top: 515px;
    width: 47px;
    height: 77px;
    background-position: -860px -411px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="86"] {
    left: 783px;
    top: 532px;
    width: 56px;
    height: 79px;
    background-position: -843px -324px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="87"] {
    left: 714px;
    top: 559px;
    width: 108px;
    height: 92px;
    background-position: -750px -720px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="88"] {
    left: 686px;
    top: 578px;
    width: 106px;
    height: 96px;
    background-position: -721px -491px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="89"] {
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
    background-position: 0px 0px;
}

.map-shop-overlay[data-floor=second-floor][data-internal-number="90"] {
    left: 354px;
    top: 60px;
    width: 261px;
    height: 149px;
    background-position: -400px -924px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="1"] {
    left: 928px;
    top: 755px;
    width: 4px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="1"] .map-pin-normal {
    background-position: -816px -211px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="3"] {
    left: 802px;
    top: 703px;
    width: 5px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="3"] .map-pin-normal {
    background-position: -271px -154px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="4"] {
    left: 737px;
    top: 672px;
    width: 5px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="4"] .map-pin-normal {
    background-position: -271px -139px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="6"] {
    left: 602px;
    top: 614px;
    width: 6px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="6"] .map-pin-normal {
    background-position: -816px -286px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="7"] {
    left: 551px;
    top: 592px;
    width: 5px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="7"] .map-pin-normal {
    background-position: -816px -256px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="8"] {
    left: 435px;
    top: 542px;
    width: 5px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="8"] .map-pin-normal {
    background-position: -816px -241px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="9"] {
    left: 408px;
    top: 529px;
    width: 5px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="9"] .map-pin-normal {
    background-position: -816px -226px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="10"] {
    left: 336px;
    top: 498px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="10"] .map-pin-normal {
    background-position: -410px -139px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="11"] {
    left: 282px;
    top: 481px;
    width: 9px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="11"] .map-pin-normal {
    background-position: -775px -469px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="12"] {
    left: 342px;
    top: 413px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="12"] .map-pin-normal {
    background-position: -591px -321px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="13"] {
    left: 236px;
    top: 403px;
    width: 9px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="13"] .map-pin-normal {
    background-position: -792px -469px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="14"] {
    left: 186px;
    top: 399px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="14"] .map-pin-normal {
    background-position: -609px -321px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="15"] {
    left: 101px;
    top: 397px;
    width: 9px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="15"] .map-pin-normal {
    background-position: -809px -469px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="20"] {
    left: 332px;
    top: 272px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="20"] .map-pin-normal {
    background-position: -8px -8px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="21"] {
    left: 356px;
    top: 260px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="21"] .map-pin-normal {
    background-position: -265px -351px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="22"] {
    left: 380px;
    top: 247px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="22"] .map-pin-normal {
    background-position: -27px -8px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="23"] {
    left: 403px;
    top: 235px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="23"] .map-pin-normal {
    background-position: -410px -393px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="24"] {
    left: 507px;
    top: 222px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="24"] .map-pin-normal {
    background-position: -46px -8px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="25"] {
    left: 591px;
    top: 241px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="25"] .map-pin-normal {
    background-position: -65px -8px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="26"] {
    left: 666px;
    top: 262px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="26"] .map-pin-normal {
    background-position: -84px -8px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="27"] {
    left: 659px;
    top: 302px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="27"] .map-pin-normal {
    background-position: -410px -378px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="28"] {
    left: 668px;
    top: 351px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="28"] .map-pin-normal {
    background-position: -103px -8px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="29"] {
    left: 631px;
    top: 382px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="29"] .map-pin-normal {
    background-position: -122px -8px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="30"] {
    left: 585px;
    top: 418px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="30"] .map-pin-normal {
    background-position: -410px -363px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="31"] {
    left: 538px;
    top: 470px;
    width: 9px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="31"] .map-pin-normal {
    background-position: -629px -565px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="32"] {
    left: 612px;
    top: 504px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="32"] .map-pin-normal {
    background-position: -141px -8px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="33"] {
    left: 651px;
    top: 525px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="33"] .map-pin-normal {
    background-position: -428px -393px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="34"] {
    left: 982px;
    top: 666px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="34"] .map-pin-normal {
    background-position: -428px -378px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="35"] {
    left: 527px;
    top: 243px;
    width: 19px;
    height: 33px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="35"] .map-pin-normal {
    background-position: -691px -297px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="36"] {
    left: 557px;
    top: 280px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="36"] .map-pin-normal {
    background-position: -160px -8px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="37"] {
    left: 585px;
    top: 291px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="37"] .map-pin-normal {
    background-position: -428px -363px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="38"] {
    left: 516px;
    top: 338px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="38"] .map-pin-normal {
    background-position: -179px -8px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="39"] {
    left: 477px;
    top: 366px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="39"] .map-pin-normal {
    background-position: -807px -361px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="40"] {
    left: 426px;
    top: 383px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="40"] .map-pin-normal {
    background-position: -664px -133px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="41"] {
    left: 361px;
    top: 371px;
    width: 9px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="41"] .map-pin-normal {
    background-position: -779px -553px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="42"] {
    left: 315px;
    top: 351px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="42"] .map-pin-normal {
    background-position: -391px -139px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="44"] {
    left: 403px;
    top: 321px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="44"] .map-pin-normal {
    background-position: -807px -331px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="45"] {
    left: 477px;
    top: 310px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="45"] .map-pin-normal {
    background-position: -807px -316px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="46"] {
    left: 494px;
    top: 263px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="46"] .map-pin-normal {
    background-position: -807px -301px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="47"] {
    left: 473px;
    top: 484px;
    width: 19px;
    height: 34px;
}

.map-shop-pin[data-floor=first-floor][data-internal-number="47"] .map-pin-normal {
    background-position: -664px -148px;
}

/* === second-floor === */
.map-shop-pin[data-floor=second-floor][data-internal-number="25"] {
    left: 611px;
    top: 345px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="25"] .map-pin-normal {
    background-position: -854px -230px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="26"] {
    left: 682px;
    top: 368px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="26"] .map-pin-normal {
    background-position: -394px -178px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="49"] {
    left: 821px;
    top: 774px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="49"] .map-pin-normal {
    background-position: -864px -140px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="50"] {
    left: 656px;
    top: 709px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="50"] .map-pin-normal {
    background-position: -864px -155px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="51"] {
    left: 485px;
    top: 615px;
    width: 9px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="51"] .map-pin-normal {
    background-position: -722px -186px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="52"] {
    left: 428px;
    top: 593px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="52"] .map-pin-normal {
    background-position: -739px -186px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="53"] {
    left: 405px;
    top: 583px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="53"] .map-pin-normal {
    background-position: -739px -201px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="54"] {
    left: 285px;
    top: 539px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="54"] .map-pin-normal {
    background-position: -836px -205px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="55"] {
    left: 461px;
    top: 466px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="55"] .map-pin-normal {
    background-position: -864px -170px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="56"] {
    left: 488px;
    top: 448px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="56"] .map-pin-normal {
    background-position: -864px -185px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="57"] {
    left: 532px;
    top: 422px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="57"] .map-pin-normal {
    background-position: -836px -220px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="58"] {
    left: 570px;
    top: 398px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="58"] .map-pin-normal {
    background-position: -836px -235px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="59"] {
    left: 599px;
    top: 382px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="59"] .map-pin-normal {
    background-position: -864px -200px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="60"] {
    left: 437px;
    top: 342px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="60"] .map-pin-normal {
    background-position: -872px -233px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="61"] {
    left: 541px;
    top: 323px;
    width: 9px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="61"] .map-pin-normal {
    background-position: -895px -23px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="64"] {
    left: 694px;
    top: 388px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="64"] .map-pin-normal {
    background-position: -873px -218px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="65"] {
    left: 694px;
    top: 406px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="65"] .map-pin-normal {
    background-position: -883px -203px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="67"] {
    left: 820px;
    top: 460px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="67"] .map-pin-normal {
    background-position: -883px -173px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="69"] {
    left: 904px;
    top: 556px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="69"] .map-pin-normal {
    background-position: -883px -143px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="70"] {
    left: 885px;
    top: 578px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="70"] .map-pin-normal {
    background-position: -892px -128px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="71"] {
    left: 869px;
    top: 601px;
    width: 8px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="71"] .map-pin-normal {
    background-position: -895px -8px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="72"] {
    left: 838px;
    top: 642px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="72"] .map-pin-normal {
    background-position: -892px -113px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="73"] {
    left: 918px;
    top: 670px;
    width: 9px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="73"] .map-pin-normal {
    background-position: -359px -178px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="74"] {
    left: 907px;
    top: 813px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="74"] .map-pin-normal {
    background-position: -895px -98px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="75"] {
    left: 678px;
    top: 594px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="75"] .map-pin-normal {
    background-position: -895px -83px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="76"] {
    left: 623px;
    top: 575px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="76"] .map-pin-normal {
    background-position: -779px -81px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="78"] {
    left: 545px;
    top: 549px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="78"] .map-pin-normal {
    background-position: -377px -148px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="79"] {
    left: 536px;
    top: 506px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="79"] .map-pin-normal {
    background-position: -895px -68px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="80"] {
    left: 600px;
    top: 462px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="80"] .map-pin-normal {
    background-position: -395px -148px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="81"] {
    left: 627px;
    top: 448px;
    width: 9px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="81"] .map-pin-normal {
    background-position: -722px -201px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="82"] {
    left: 711px;
    top: 466px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="82"] .map-pin-normal {
    background-position: -377px -163px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="83"] {
    left: 749px;
    top: 481px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="83"] .map-pin-normal {
    background-position: -895px -53px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="84"] {
    left: 790px;
    top: 497px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="84"] .map-pin-normal {
    background-position: -359px -148px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="85"] {
    left: 829px;
    top: 530px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="85"] .map-pin-normal {
    background-position: -376px -178px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="86"] {
    left: 819px;
    top: 549px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="86"] .map-pin-normal {
    background-position: -895px -38px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="87"] {
    left: 802px;
    top: 572px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="87"] .map-pin-normal {
    background-position: -854px -215px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="88"] {
    left: 759px;
    top: 618px;
    width: 11px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="88"] .map-pin-normal {
    background-position: -395px -163px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="89"] {
    left: 631px;
    top: 397px;
    width: 20px;
    height: 33px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="89"] .map-pin-normal {
    background-position: -864px -99px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="90"] {
    left: 462px;
    top: 67px;
    width: 10px;
    height: 7px;
}

.map-shop-pin[data-floor=second-floor][data-internal-number="90"] .map-pin-normal {
    background-position: -359px -163px;
}

@media only screen and (max-width: 1022px) {
    .map-outer-container {
        overflow: hidden;
    }
}

/* stylelint-enable */
.shop-module__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 48px;
}
@media only screen and (max-width: 1600px) {
    .shop-module__inner {
        grid-gap: 30px;
    }
}
@media only screen and (max-width: 1200px) {
    .shop-module__inner {
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .shop-module__inner {
        grid-gap: 12px 16px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.shop-module__item {
    text-align: center;
    width: 100%;
    display: block;
    min-height: 240px;
    border-radius: 4px;
    padding: 40px 64px;
    line-height: 1;
    background-color: var(--color-gray);
}
@media only screen and (max-width: 1200px) {
    .shop-module__item {
        padding: 20px 40px;
        min-height: 170px;
    }
}
@media only screen and (max-width: 767px) {
    .shop-module__item {
        min-height: 96px;
        padding: 8px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.shop-module__item-logo {
    width: 100%;
    height: 144px;
}
@media only screen and (max-width: 1200px) {
    .shop-module__item-logo {
        height: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .shop-module__item-logo {
        height: 72px;
    }
}
.shop-module__item-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: grayscale(100%);
    transition: opacity 0.1s ease, transform 0.3s ease, filter 0.3s ease !important;
}
.shop-module__item p {
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .shop-module__item p {
        display: none;
    }
}
.shop-module__item:hover .shop-module__item-logo img {
    transform: scale(1.01) translateY(-8px);
    filter: grayscale(0);
}
.shop-module__item:hover p {
    transform: translateY(-8px);
}
@media only screen and (min-width: 1201px) {
    .shop-module--without-filter .shop-module__inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.shop-module--colored-logo .shop-module__item-logo img {
    filter: none;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: var(--color-white);
    padding: 16px 0;
    transition: padding 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, top 0.3s ease;
}
.is-scrolled .site-header {
    background-color: var(--color-white);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    top: -96px;
}
@media only screen and (max-width: 1600px) {
    .is-scrolled .site-header {
        top: -88px;
    }
}
@media only screen and (max-width: 1022px) {
    .is-scrolled .site-header {
        top: 0;
    }
}
@media only screen and (max-width: 1600px) {
    .site-header {
        padding: 12px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .site-header {
        padding: 0;
    }
}
.is-scrolled-up .site-header {
    top: 0;
}
.site-header__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 48px;
    gap: 24px;
}
@media only screen and (max-width: 1600px) {
    .site-header__inner {
        padding: 0 24px;
    }
}
@media only screen and (max-width: 1022px) {
    .site-header__inner {
        padding: 16px;
        gap: 0;
        min-height: 72px;
        transition: background-color 0.3s ease;
    }
    .is-open-menu .site-header__inner {
        background-color: var(--color-gray-background);
    }
}
.site-header__logo {
    max-width: 145px;
    width: 100%;
    position: relative;
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 1600px) {
    .site-header__logo {
        max-width: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .site-header__logo {
        max-width: 96px;
    }
}
.site-header__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: opacity 0.3s ease;
}
.is-open-menu .site-header__logo--dark {
    opacity: 0;
}
.site-header__logo--white {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
}
.is-open-menu .site-header__logo--white {
    opacity: 1;
}
.site-header__left {
    display: flex;
    align-items: center;
    gap: 34px;
}
@media only screen and (max-width: 1200px) {
    .site-header__left {
        gap: 24px;
    }
}
@media only screen and (max-width: 1022px) {
    .site-header__left {
        gap: 16px;
        width: 100%;
    }
}
.site-header__right {
    display: flex;
    gap: 32px;
}
@media only screen and (max-width: 1200px) {
    .site-header__right {
        gap: 16px;
    }
}
@media only screen and (max-width: 1022px) {
    .site-header__right {
        position: fixed;
        left: 0;
        top: 72px;
        height: calc(100% - 72px);
        overflow: auto;
        display: flex;
        flex-direction: column;
        background-color: var(--color-gray-background);
        color: var(--color-white);
        width: 100%;
        padding-top: 16px;
        opacity: 0;
        visibility: hidden;
        transition: visibility 0.3s ease, opacity 0.3s ease;
    }
    .is-open-menu .site-header__right {
        opacity: 1;
        visibility: visible;
    }
}
.site-header__clock {
    display: flex;
    border-left: 1px solid var(--color-gray-300);
    padding-left: 32px;
    min-height: 64px;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}
@media only screen and (max-width: 1200px) {
    .site-header__clock {
        padding-left: 24px;
        gap: 8px;
    }
}
@media only screen and (max-width: 1022px) {
    .site-header__clock {
        padding-left: 16px;
        gap: 8px;
        min-height: 1px;
    }
}
.is-open-menu .site-header__clock {
    opacity: 0;
    pointer-events: none;
}
.site-header__clock-title {
    line-height: 1;
    margin-bottom: 4px;
    transition: color 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .site-header__clock-title {
        font-size: 10px;
    }
}
.site-header__clock-icon {
    flex-shrink: 0;
    width: 44px;
}
@media only screen and (max-width: 1200px) {
    .site-header__clock-icon {
        width: 32px;
    }
}
@media only screen and (max-width: 1022px) {
    .site-header__clock-icon {
        width: 28px;
        top: -2px;
        position: relative;
    }
}
.site-header__clock-icon svg {
    width: 100%;
    height: auto;
}
.site-header__clock-icon svg path {
    transition: stroke 0.3s ease;
}
.site-header__clock-close, .site-header__clock-time {
    font-size: 20px;
    min-height: 20px;
    line-height: 1;
    transition: color 0.3s ease;
}
@media only screen and (max-width: 1200px) {
    .site-header__clock-close, .site-header__clock-time {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1022px) {
    .site-header__clock-close, .site-header__clock-time {
        font-size: 14px;
        min-height: 14px;
    }
}
.site-header__clock-close {
    display: none;
    color: var(--color-danger);
}
.site-header__clock.is-closed .site-header__clock-time,
.site-header__clock.is-closed .site-header__clock-title {
    display: none;
}
.site-header__clock.is-closed .site-header__clock-close {
    display: block;
}
.site-header__clock.is-closed .site-header__clock-icon svg path {
    stroke: var(--color-danger);
}
.site-header--inner-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 152px;
    opacity: 0.8;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0086472) 6.67%, rgba(0, 0, 0, 0.03551) 13.33%, rgba(0, 0, 0, 0.0816599) 20%, rgba(0, 0, 0, 0.147411) 26.67%, rgba(0, 0, 0, 0.231775) 33.33%, rgba(0, 0, 0, 0.331884) 40%, rgba(0, 0, 0, 0.442691) 46.67%, rgba(0, 0, 0, 0.557309) 53.33%, rgba(0, 0, 0, 0.668116) 60%, rgba(0, 0, 0, 0.768225) 66.67%, rgba(0, 0, 0, 0.852589) 73.33%, rgba(0, 0, 0, 0.91834) 80%, rgba(0, 0, 0, 0.96449) 86.67%, rgba(0, 0, 0, 0.991353) 93.33%, #000000 100%);
    z-index: -1;
    pointer-events: none;
    transition: opacity 0.3s ease;
    display: none;
}
@media only screen and (max-width: 1022px) {
    .site-header--inner-page {
        background-color: transparent;
        color: var(--color-white);
    }
    .site-header--inner-page::before {
        display: block;
    }
    .site-header--inner-page .site-header__clock-title {
        color: var(--color-white);
    }
    .site-header--inner-page .site-header__logo--dark {
        opacity: 0;
    }
    .site-header--inner-page .site-header__logo--white {
        opacity: 1;
    }
    .is-scrolled .site-header--inner-page, .is-open-menu .site-header--inner-page {
        color: var(--color-primary);
    }
    .is-scrolled .site-header--inner-page .site-header__clock-title, .is-open-menu .site-header--inner-page .site-header__clock-title {
        color: var(--color-gray-800);
    }
    .is-scrolled .site-header--inner-page .site-header__logo--dark {
        opacity: 1;
    }
    .is-scrolled .site-header--inner-page .site-header__logo--white {
        opacity: 0;
    }
    .is-scrolled .site-header--inner-page::before {
        opacity: 0;
    }
    .is-open-menu .site-header--inner-page .site-header__logo--dark {
        opacity: 0;
    }
    .is-open-menu .site-header--inner-page .site-header__logo--white {
        opacity: 1;
    }
    .site-header--inner-page + main {
        padding-top: 0;
    }
}

.hamburger {
    cursor: pointer;
    z-index: 12;
    position: relative;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
    display: none;
    margin-left: auto;
}
@media only screen and (max-width: 1022px) {
    .hamburger {
        display: flex;
    }
}
.is-open-menu .hamburger {
    color: var(--color-white);
}
.hamburger__inner {
    display: grid;
    grid-gap: 4px;
}
.hamburger__text {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 14px;
}
.hamburger__bar {
    height: 2px;
    display: block;
    width: 16px;
    pointer-events: none;
    border-radius: 8px;
    background: linear-gradient(225deg, #99cc33 0%, #008200 100%);
    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(7px) rotate(225deg);
}
.is-open-menu .hamburger__bar:nth-child(2) {
    transform: scale(0);
}
.is-open-menu .hamburger__bar:last-child {
    transform: translateY(-5px) rotate(315deg);
}
/*# sourceMappingURL=bundle.css.map */
