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

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

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

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

body {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}
@media only screen and (max-width: 1022px) {
    body {
        font-weight: 400;
    }
}

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

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

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

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

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

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

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

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

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

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

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.focus-visible:focus-visible,
.focus-within:focus-visible {
    outline-color: var(--color-focus);
    outline-style: solid;
    outline-offset: 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);
}

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

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-gray: #58585b;
    --color-gray-light: #cccccc;
    --color-blue: #2b5487;
    --color-gray-2: #4b4b4e;
    --color-gray-3: #707070;
    --color-gray-dark: #141313;
    --color-green: #27a44e;
    --color-green-light: #8cc63e;
    --color-background: #fafaf7;
    --color-warning: #ffa726;
    --color-error: #cc0100;
    --color-success: #66bb6a;
    --color-validation-failed: #cc0100;
    --font-primary: Inter, sans-serif;
    --font-secondary: DM Sans, sans-serif;
    --box-shadow: 0 15px 15px rgba(0, 0, 0, 0.03);
    --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% - 44px);
    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: -11px;
    margin-right: -11px;
}

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

.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: -11px;
        margin-right: -11px;
    }
    .container {
        max-width: calc(100% - 44px);
    }
    .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: 11px;
        padding-right: 11px;
    }
    .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: -10px;
        margin-right: -10px;
    }
    .container {
        max-width: 990px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    [class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.333%;
    }
    .col-md-offset-2 {
        margin-left: 16.666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.333%;
    }
    .col-md-offset-5 {
        margin-left: 41.667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.333%;
    }
    .col-md-offset-8 {
        margin-left: 66.667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.333%;
    }
    .col-md-offset-11 {
        margin-left: 91.667%;
    }
    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 1201px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .container {
        max-width: 1200px;
        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: -15px;
        margin-right: -15px;
    }
    .container {
        max-width: 1212px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .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: 15px;
        padding-right: 15px;
    }
    .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 floatCloudRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(3rem);
    }
    to {
        transform: translateX(0);
    }
}
@keyframes floatCloudUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(3rem);
    }
    to {
        transform: translateY(0);
    }
}
/**
 * Swiper 11.2.10
 * 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: June 28, 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;
}

/* stylelint-disable */
:root {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-shadow: none;
    --f-button-transition: all .15s ease;
    --f-button-transform: none;
    --f-button-outline-width: 1px;
    --f-button-outline-color: rgba(0, 0, 0, .7);
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-opacity: 1;
    --f-button-svg-disabled-opacity: .5;
    --f-button-svg-transition: opacity .15s ease;
    --f-button-svg-transform: none;
}

.f-button {
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    transform: var(--f-button-transform);
    transition: var(--f-button-transition);
    backdrop-filter: var(--f-button-backdrop-filter);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    pointer-events: all;
    cursor: pointer;
    overflow: hidden;
}

@media (hover: hover) {
    .f-button:hover:not([aria-disabled]) {
        color: var(--f-button-hover-color, var(--f-button-color));
        background-color: var(--f-button-hover-bg, var(--f-button-bg));
    }
}
.f-button:active:not([aria-disabled]) {
    color: var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));
    background-color: var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)));
}

.f-button:focus {
    outline: none;
}

.f-button:focus-visible {
    outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
    outline-offset: var(--f-button-outline-offset);
    position: relative;
    z-index: 1;
}

.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    transform: var(--f-button-svg-transform);
    fill: var(--f-button-svg-fill);
    filter: var(--f-button-svg-filter);
    opacity: var(--f-button-svg-opacity, 1);
    transition: var(--f-button-svg-transition);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.f-button[aria-disabled] {
    cursor: default;
}

.f-button[aria-disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity);
}

:root {
    --f-spinner-color-1: rgba(0, 0, 0, .1);
    --f-spinner-color-2: rgba(17, 24, 28, .8);
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-border-radius: 50%;
    --f-spinner-border-width: 4px;
}

.f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: calc(var(--f-spinner-width) * -0.5) 0 0 calc(var(--f-spinner-height) * -0.5);
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height);
    border-radius: var(--f-spinner-border-radius);
    border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
    border-top-color: var(--f-spinner-color-2);
    animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
}

@keyframes f-spinner {
    to {
        transform: rotate(360deg);
    }
}
.f-panzoom, .f-zoomable {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.f-panzoom:before, .f-panzoom:after, .f-zoomable:before, .f-zoomable:after {
    display: block;
    content: "";
}

.f-panzoom:not(.has-controls):before, .f-zoomable:not(.has-controls):before {
    margin-bottom: auto;
}

.f-panzoom:after, .f-zoomable:after {
    margin-top: auto;
}

.f-panzoom__wrapper {
    position: relative;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    max-height: 100%;
}

.f-panzoom__wrapper.will-zoom-out {
    cursor: zoom-out;
}

.f-panzoom__wrapper.can-drag {
    cursor: move;
    cursor: grab;
}

.f-panzoom__wrapper.will-zoom-in {
    cursor: zoom-in;
}

.f-panzoom__wrapper.is-dragging {
    cursor: move;
    cursor: grabbing;
}

.f-panzoom__wrapper.has-error {
    display: none;
}

.f-panzoom__content {
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    max-height: 100%;
}

.f-panzoom__content.is-lazyloading, .f-panzoom__content.has-lazyerror {
    visibility: hidden;
}

img.f-panzoom__content {
    vertical-align: top;
    object-fit: contain;
    transition: none;
    user-select: none;
}

.f-panzoom__wrapper > img.f-panzoom__content, .f-panzoom__wrapper > picture.f-panzoom__content {
    visibility: hidden;
}

.f-panzoom__viewport {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.f-panzoom__viewport > .f-panzoom__content {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

picture.f-panzoom__content img {
    vertical-align: top;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    transition: none;
    user-select: none;
}

.f-panzoom__protected {
    position: absolute;
    inset: 0;
    z-index: 1;
    user-select: none;
}

.f-fadeIn {
    animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
    z-index: 2;
}

.f-fadeOut {
    animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
    z-index: 1;
}

@keyframes f-fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes f-fadeOut {
    to {
        opacity: 0;
    }
}
.f-crossfadeIn {
    animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
    z-index: 2;
}

.f-crossfadeOut {
    animation: calc(var(--f-transition-duration, 0.2s) * 0.2) ease calc(var(--f-transition-duration, 0.2s) * 0.8) both f-crossfadeOut;
    z-index: 1;
}

@keyframes f-crossfadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes f-crossfadeOut {
    to {
        opacity: 0;
    }
}
.is-horizontal .f-slideIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
}

.is-horizontal .f-slideIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
}

.is-horizontal .f-slideOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
}

.is-horizontal .f-slideOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
}

@keyframes f-slideInPrevX {
    0% {
        transform: translate(calc(100% + var(--f-carousel-gap, 0)));
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes f-slideInNextX {
    0% {
        transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes f-slideOutNextX {
    to {
        transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
    }
}
@keyframes f-slideOutPrevX {
    to {
        transform: translate(calc(100% + var(--f-carousel-gap, 0)));
    }
}
.is-vertical .f-slideIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
}

.is-vertical .f-slideIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
}

.is-vertical .f-slideOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
}

.is-vertical .f-slideOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
}

@keyframes f-slideInPrevY {
    0% {
        transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes f-slideInNextY {
    0% {
        transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes f-slideOutNextY {
    to {
        transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
    }
}
@keyframes f-slideOutPrevY {
    to {
        transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
    }
}
.f-zoomInUp {
    animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp;
}

.f-zoomOutDown {
    animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
    0% {
        transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
        opacity: var(--f-zoomInUp-opacity, 0);
    }
    to {
        transform: scale(1) translateZ(0);
        opacity: 1;
    }
}
@keyframes f-zoomOutDown {
    to {
        transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
        opacity: 0;
    }
}
.f-throwOutUp {
    animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
    animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
    to {
        transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
        opacity: 0;
    }
}
@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
        opacity: 0;
    }
}
.has-iframe .f-html, .has-pdf .f-html, .has-gmap .f-html {
    width: 100%;
    height: 100%;
    min-height: 1px;
    overflow: visible;
}

.has-pdf .f-html, .has-gmap .f-html {
    padding: 0;
}

.f-html {
    position: relative;
    box-sizing: border-box;
    margin: var(--f-html-margin, 0);
    padding: var(--f-html-padding, 2rem);
    color: var(--f-html-color, currentColor);
    background: var(--f-html-bg);
}

.f-html.is-error {
    text-align: center;
}

.f-iframe {
    display: block;
    margin: 0;
    border: 0;
    height: 100%;
    width: 100%;
}

.f-caption {
    align-self: center;
    flex-shrink: 0;
    margin: var(--f-caption-margin);
    padding: var(--f-caption-padding, 16px 8px);
    max-width: 100%;
    max-height: calc(80vh - 100px);
    overflow: auto;
    overflow-wrap: anywhere;
    line-height: var(--f-caption-line-height);
    color: var(--f-caption-color);
    background: var(--f-caption-bg);
    font: var(--f-caption-font);
}

.has-html5video .f-html, .has-youtube .f-html, .has-vimeo .f-html {
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 1px;
    overflow: visible;
    max-width: var(--f-video-width, 960px);
    max-height: var(--f-video-height, 540px);
    aspect-ratio: var(--f-video-aspect-ratio);
    background: var(--f-video-bg, rgba(0, 0, 0, 0.9));
}

.f-html5video {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent;
}

.f-button.is-arrow {
    --f-button-width: var(--f-arrow-width, 46px);
    --f-button-height: var(--f-arrow-height, 46px);
    --f-button-svg-width: var(--f-arrow-svg-width, 24px);
    --f-button-svg-height: var(--f-arrow-svg-height, 24px);
    --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
    --f-button-border-radius: var(--f-arrow-border-radius, unset);
    --f-button-bg: var(--f-arrow-bg, transparent);
    --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
    --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
    --f-button-shadow: var(--f-arrow-shadow);
    --f-button-color: var(--f-arrow-color);
    --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
    --f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );
    overflow: visible;
}

.f-button.is-arrow.is-prev, .f-button.is-arrow.is-next {
    position: absolute;
    transform: translate(0);
    z-index: 20;
}

.is-horizontal .f-button.is-arrow.is-prev, .is-horizontal .f-button.is-arrow.is-next {
    inset: 50% auto auto;
    transform: translateY(-50%);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
    left: var(--f-arrow-pos, 0);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
    right: var(--f-arrow-pos, 0);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
    right: var(--f-arrow-pos, 0);
    transform: translateY(-50%) rotateY(180deg);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-next {
    left: var(--f-arrow-pos, 0);
    transform: translateY(-50%) rotateY(180deg);
}

.is-vertical.is-ltr .f-button.is-arrow.is-prev, .is-vertical.is-rtl .f-button.is-arrow.is-prev {
    top: var(--f-arrow-pos, 0);
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%);
}

.is-vertical.is-ltr .f-button.is-arrow.is-next, .is-vertical.is-rtl .f-button.is-arrow.is-next {
    top: auto;
    right: auto;
    bottom: var(--f-arrow-pos, 0);
    left: 50%;
    transform: translate(-50%);
}

.is-vertical .f-button.is-arrow.is-prev svg, .is-vertical .f-button.is-arrow.is-next svg {
    transform: rotate(90deg);
}

.f-carousel__toolbar {
    --f-progressbar-height: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    margin: var(--f-toolbar-margin, 0);
    padding: var(--f-toolbar-padding, 8px);
    line-height: var(--f-toolbar-line-height);
    background: var(--f-toolbar-bg, none);
    box-shadow: var(--f-toolbar-shadow, none);
    backdrop-filter: var(--f-toolbar-backdrop-filter);
    position: relative;
    z-index: 20;
    color: var(--f-toolbar-color, currentColor);
    font-size: var(--f-toolbar-font-size, 17px);
    font-weight: var(--f-toolbar-font-weight, inherit);
    font-family: var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);
    text-shadow: var(--f-toolbar-text-shadow);
    text-align: center;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
    white-space: nowrap;
    pointer-events: none;
}

.f-carousel__toolbar.is-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.f-carousel__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: var(--f-toolbar-gap, 0);
    pointer-events: none;
}

.f-carousel__toolbar__column.is-left {
    justify-self: flex-start;
    justify-content: flex-start;
}

.f-carousel__toolbar__column.is-middle {
    justify-content: center;
}

.f-carousel__toolbar__column.is-right {
    justify-self: flex-end;
    justify-content: flex-end;
    flex-flow: nowrap;
}

.f-carousel__toolbar__column > * {
    pointer-events: all;
}

.f-carousel:has(.f-carousel__slide.is-fullsize) [data-panzoom-action=toggleFull] g {
    display: none;
}

[data-autoplay-action=toggle] svg g:first-child {
    display: flex;
}

[data-autoplay-action=toggle] svg g:last-child {
    display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:first-child {
    display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:last-child {
    display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
    display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
    display: flex;
}

.f-carousel__counter {
    position: relative;
    display: flex;
    flex-direction: row;
    cursor: default;
    user-select: none;
    margin: var(--f-counter-margin, 0);
    padding: var(--f-counter-padding, 4px);
    line-height: var(--f-counter-line-height);
    background: var(--f-counter-bg);
    border-radius: var(--f-counter-border-radius);
}

.f-carousel__counter span {
    padding: 0 var(--f-counter-gap, 4px);
}

:root {
    --f-thumbs-gap: 8px;
    --f-thumbs-margin: 0;
    --f-thumbs-padding-x: 8px;
    --f-thumbs-padding-y: 8px;
    --f-thumbs-z-index: 1;
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-fit: cover;
    --f-thumb-opacity: 1;
    --f-thumb-transition: opacity .3s ease, transform .15s ease;
    --f-thumb-border: none;
    --f-thumb-border-radius: 4px;
    --f-thumb-transfors: none;
    --f-thumb-shadow: none;
    --f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));
    --f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
    --f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
}

.f-thumbs {
    --f-carousel-slide-width: calc(var(--f-thumb-width) + var(--f-thumbs-gap));
    --f-carousel-slide-height: calc(var(--f-thumb-height) + var(--f-thumbs-gap));
    --f-carousel-gap: 0;
    flex-shrink: 0;
    margin: var(--f-thumbs-margin);
    padding: 0;
    background: var(--f-thumbs-bg);
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    transition: max-height 0.3s ease, max-width 0.3s ease;
    z-index: var(--f-thumbs-z-index);
    overflow: hidden;
}

.f-thumbs.is-horizontal {
    max-height: calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2 + var(--f-thumbs-gap) * 2);
}

.f-thumbs.is-vertical {
    max-width: calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-gap) * 2);
}

.f-thumbs__viewport {
    margin: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
    overflow: visible;
    display: grid;
}

.f-thumbs.is-vertical .f-thumbs__viewport {
    height: calc(100% - var(--f-thumbs-padding-y) * 2);
}

.f-thumbs__slide {
    position: relative;
    grid-area: 1/1;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: var(--f-carousel-slide-width);
    height: var(--f-carousel-slide-height);
    margin: 0;
    padding: calc(var(--f-thumbs-gap) * 0.5);
    cursor: pointer;
    overflow: visible;
}

.f-thumbs__slide:hover button {
    opacity: var(--f-thumb-hover-opacity, 1);
    transform: var(--f-thumb-hover-transform, none);
}

.f-thumbs__slide:hover button:after {
    border: var(--f-thumb-hover-border, none);
    box-shadow: var(--f-thumb-hover-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide button {
    all: unset;
    margin: auto;
    padding: 0;
    position: relative;
    overflow: visible;
    width: 100%;
    height: 100%;
    outline: none;
    transition: var(--f-thumb-transition);
    border-radius: var(--f-thumb-border-radius);
    opacity: var(--f-thumb-opacity);
    transform: var(--f-thumb-transform);
    background: var(--f-thumb-bg);
}

.f-thumbs__slide button:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    transition: none;
    border-radius: inherit;
    border: var(--f-thumb-border);
    box-shadow: var(--f-thumb-shadow);
}

.f-thumbs__slide button:focus-within {
    opacity: var(--f-thumb-focus-opacity, 1);
    transform: var(--f-thumb-focus-transform, none);
}

.f-thumbs__slide button:focus-within:after {
    border: var(--f-thumb-focus-border, none);
    box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide:active {
    opacity: var(--f-thumb-active-opacity, 1);
    transform: var(--f-thumb-active-transform, none);
}

.f-thumbs__slide:active:after {
    border: var(--f-thumb-active-border, none);
    box-shadow: var(--f-thumb-active-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide.is-selected {
    z-index: 2;
}

.f-thumbs__slide.is-selected button {
    opacity: var(--f-thumb-selected-opacity, 1);
    transform: var(--f-thumb-selected-transform, none);
}

.f-thumbs__slide.is-selected button:after {
    border: var(--f-thumb-selected-border, none);
    box-shadow: var(--f-thumb-selected-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: var(--f-thumb-fit);
    border-radius: inherit;
    pointer-events: none;
}

.f-thumbs__slide img.has-lazyerror {
    display: none;
}

.f-thumbs.is-modern {
    --f-thumb-clip-width: 46px;
    --f-thumb-extra-gap: 16px;
    --f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );
    --f-carousel-slide-height: var(--f-thumb-height);
    --width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)));
}

.f-thumbs.is-modern .f-thumbs__viewport {
    width: calc(100% + var(--width-diff) * 2);
    margin-left: calc(var(--width-diff) * -1);
}

.f-thumbs.is-modern .f-thumbs__slide {
    --clip-shift: calc((var(--width-diff) * .5) * var(--progress));
    --clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );
    padding: 0;
    overflow: visible;
    left: var(--shift, 0);
    will-change: left;
    transition: left var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button {
    display: block;
    margin-left: -50%;
    width: var(--f-thumb-width);
    clip-path: var(--clip-path);
    border: none;
    box-shadow: none;
    transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease);
}

.f-thumbs.is-modern .f-thumbs__slide button:after {
    display: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
    outline: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: var(--clip-shift);
    bottom: 0;
    right: var(--clip-shift);
    transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
    border-radius: inherit;
    border: var(--f-thumb-focus-border, none);
    box-shadow: var(--f-thumb-focus-shadow, none);
}

.f-thumbs.is-modern {
    --f-transition-duration: .25s;
    --f-transition-easing: ease-out;
}

.f-thumbs.is-modern.is-syncing {
    --f-transition-duration: 0s;
}

.f-progressbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    height: var(--f-progressbar-height, 3px);
    transform: scaleX(0);
    transform-origin: 0;
    background: var(--f-progressbar-color, var(--f-carousel-theme-color, #575ad6));
    user-select: none;
    pointer-events: none;
    animation-name: f-progressbar;
    animation-play-state: running;
    animation-timing-function: linear;
}

@keyframes f-progressbar {
    0% {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}
[data-fullscreen-action=toggle] svg g:first-child {
    display: flex;
}

[data-fullscreen-action=toggle] svg g:last-child {
    display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:first-child {
    display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:last-child {
    display: flex;
}

.in-fullscreen-mode > .f-carousel {
    flex: 1;
    min-width: 0 !important;
    min-height: 0 !important;
}

html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto;
}

html.with-fancybox body {
    touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
    width: auto;
    margin-right: calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));
    overflow: hidden !important;
    overscroll-behavior-y: none;
}

.fancybox__dialog {
    width: 100%;
    height: 100vh;
    max-height: unset;
    max-width: unset;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
    background: transparent;
}

.fancybox__dialog:focus {
    outline: none;
}

.fancybox__dialog::backdrop {
    opacity: 0;
}

@supports (height: 100dvh) {
    .fancybox__dialog {
        height: 100dvh;
    }
}
.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-backdrop-bg: rgba(24, 24, 27, .95);
    --f-toolbar-margin: 0;
    --f-toolbar-padding: 8px;
    --f-toolbar-gap: 0;
    --f-toolbar-color: #ddd;
    --f-toolbar-font-size: 16px;
    --f-toolbar-font-weight: 500;
    --f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
    --f-toolbar-line-height: var(--f-button-height);
    --f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
    --f-toolbar-shadow: none;
    --f-toolbar-bg: none;
    --f-counter-margin: 0;
    --f-counter-padding: 0px 10px;
    --f-counter-gap: 4px;
    --f-counter-line-height: var(--f-button-height);
    --f-carousel-gap: 17px;
    --f-carousel-slide-width: 100%;
    --f-carousel-slide-height: 100%;
    --f-carousel-slide-padding: 0;
    --f-carousel-slide-bg: unset;
    --f-html-color: #222;
    --f-html-bg: #fff;
    --f-error-color: #fff;
    --f-error-bg: #333;
    --f-caption-margin: 0;
    --f-caption-padding: 16px 8px;
    --f-caption-color: var(--fancybox-color, #dbdbdb);
    --f-caption-bg: transparent;
    --f-caption-font: inherit;
    --f-caption-line-height: 1.375;
    --f-spinner-color-1: rgba(255, 255, 255, .2);
    --f-spinner-color-2: rgba(255, 255, 255, .8);
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-border-radius: 50%;
    --f-spinner-border-width: 4px;
    --f-progressbar-color: rgba(255, 255, 255, .2);
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: #ddd;
    --f-button-hover-color: #fff;
    --f-button-outline-width: 1px;
    --f-button-outline-color: rgba(255, 255, 255, .75);
    --f-button-outline-offset: 0px;
    --f-button-bg: rgba(54, 54, 54, .75);
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-shadow: none;
    --f-button-transition: all .2s ease;
    --f-button-transform: none;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.75;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: .5;
    --f-arrow-pos: 32px;
    --f-arrow-width: 50px;
    --f-arrow-height: 50px;
    --f-arrow-svg-width: 24px;
    --f-arrow-svg-height: 24px;
    --f-arrow-svg-stroke-width: 2;
    --f-arrow-border-radius: 50%;
    --f-arrow-bg: rgba(54, 54, 54, .65);
    --f-arrow-color: #ddd;
    --f-arrow-hover-color: #fff;
    --f-thumbs-margin: 0px;
    --f-thumbs-padding-x: 8px;
    --f-thumbs-padding-y: 8px;
    --f-thumbs-bg: none;
    --f-thumb-transition: all .2s ease;
    --f-thumb-width: 94px;
    --f-thumb-height: 76px;
    --f-thumb-opacity: 1;
    --f-thumb-border: none;
    --f-thumb-shadow: none;
    --f-thumb-transform: none;
    --f-thumb-focus-opacity: 1;
    --f-thumb-focus-border: none;
    --f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);
    --f-thumb-focus-transform: none;
    --f-thumb-hover-opacity: 1;
    --f-thumb-hover-border: none;
    --f-thumb-hover-transform: none;
    --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
    --f-thumb-active-border: var(--f-thumb-hover-border);
    --f-thumb-active-transform: var(--f-thumb-hover-transform);
    --f-thumb-selected-opacity: 1;
    --f-thumb-selected-border: none;
    --f-thumb-selected-shadow: inset 0 0 0 2px #fff;
    --f-thumb-selected-transform: none;
    position: absolute;
    inset: 0;
    overflow: hidden;
    outline: none;
    display: flex;
    flex-direction: column;
}

.fancybox__container[theme=light] {
    --fancybox-color: #222;
    --fancybox-backdrop-bg: rgba(255, 255, 255, .97);
    --f-toolbar-color: var(--fancybox-color, #222);
    --f-toolbar-text-shadow: none;
    --f-toolbar-font-weight: 400;
    --f-html-color: var(--fancybox-color, #222);
    --f-html-bg: #fff;
    --f-error-color: #555;
    --f-error-bg: #fff;
    --f-video-bg: #fff;
    --f-caption-color: #333;
    --f-spinner-color-1: rgba(0, 0, 0, .2);
    --f-spinner-color-2: rgba(0, 0, 0, .8);
    --f-spinner-border-width: 3.5px;
    --f-progressbar-color: rgba(111, 111, 116, .2);
    --f-button-color: #333;
    --f-button-hover-color: #000;
    --f-button-outline-color: rgba(0, 0, 0, .85);
    --f-button-bg: rgba(255, 255, 255, .85);
    --f-button-svg-stroke-width: 1.3;
    --f-button-svg-filter: none;
    --f-arrow-bg: rgba(255, 255, 255, .85);
    --f-arrow-color: #333;
    --f-arrow-hover-color: #000;
    --f-arrow-svg-stroke-width: 1.3;
    --f-close-button-color: #555;
    --f-close-button-hover-color: #000;
    --f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);
    --f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;
    --f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;
}

.fancybox__container::backdrop {
    background-color: transparent;
}

.fancybox__container:has(.f-thumbs.is-vertical) {
    flex-direction: row-reverse;
}

.fancybox__container:has(.f-thumbs.is-vertical):not(.is-closing) .fancybox__viewport {
    overflow-x: clip;
    overflow-y: visible;
}

.fancybox__container > *:not(.fancybox__carousel), .fancybox__container .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
    opacity: var(--f-drag-opacity, 1);
}

.fancybox__container:not(.is-ready, .is-hiding) {
    visibility: hidden;
}

.fancybox__container.is-revealing > *:not(.fancybox__carousel), .fancybox__container.is-revealing .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
    animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn;
}

.fancybox__container.is-hiding > *:not(.fancybox__carousel), .fancybox__container.is-hiding .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper) {
    animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.fancybox__container.is-idle .f-carousel__toolbar {
    pointer-events: none;
    opacity: 0;
}

.fancybox__container.is-idle .f-button.is-arrow {
    opacity: 0;
}

.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
    pointer-events: none;
    animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__container.is-idle.is-ready .f-button.is-arrow {
    animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__backdrop {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: var(--fancybox-backdrop-bg);
}

.fancybox__carousel {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    position: relative;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip;
}

.fancybox__carousel.is-vertical {
    --f-carousel-slide-height: 100%;
}

.fancybox__carousel.is-ltr {
    direction: ltr;
}

.fancybox__carousel.is-rtl {
    direction: rtl;
}

.fancybox__carousel > .f-button.is-arrow:before {
    position: absolute;
    content: "";
    inset: -30px;
    z-index: 1;
}

.fancybox__carousel > .f-progressbar {
    background-color: var(--fancybox-color);
}

.fancybox__viewport {
    display: grid;
    flex: 1;
    min-height: 0;
    min-width: 0;
    position: relative;
    overflow: visible;
    transform: translate3d(0, var(--f-drag-offset, 0), 0);
}

.fancybox__viewport.is-draggable {
    cursor: move;
    cursor: grab;
}

.fancybox__viewport.is-dragging {
    cursor: move;
    cursor: grabbing;
}

.fancybox__viewport [data-selectable], .fancybox__viewport [contenteditable] {
    cursor: auto;
}

.fancybox__slide {
    box-sizing: border-box;
    position: relative;
    grid-area: 1/1;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: var(--f-carousel-slide-width);
    height: var(--f-carousel-slide-height);
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    margin: 0;
    padding: var(--f-carousel-slide-padding);
    background: var(--f-carousel-slide-bg);
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
}

.fancybox__slide:before, .fancybox__slide:after {
    display: block;
    content: "";
}

.fancybox__slide:before {
    margin-bottom: auto;
}

.fancybox__slide:after {
    margin-top: auto;
}

.fancybox__slide.is-selected {
    z-index: 1;
}

.fancybox__slide.f-zoomable {
    overflow: visible;
}

.fancybox__slide.has-error {
    --f-html-color: var(--f-error-color, --f-html-color);
    --f-html-bg: var(--f-error-bg, --f-html-bg);
}

.fancybox__slide.has-html {
    overflow: auto;
    padding: 8px;
}

.fancybox__slide.has-close-btn {
    padding-top: 34px;
}

.fancybox__slide .f-button[data-fancybox-close] {
    --f-button-width: var(--f-close-button-width, 34px);
    --f-button-height: var(--f-close-button-height, 34px);
    --f-button-border-radius: var(--f-close-border-radius, 4px);
    --f-button-color: var(--f-close-button-color, #fff);
    --f-button-hover-color: var(--f-close-button-hover-color, #fff);
    --f-button-bg: var(--f-close-button-bg, transparent);
    --f-button-hover-bg: var(--f-close-button-hover-bg, transparent);
    --f-button-active-bg: var(--f-close-button-active-bg, transparent);
    --f-button-svg-width: var(--f-close-button-svg-width, 22px);
    --f-button-svg-height: var(--f-close-button-svg-height, 22px);
    position: absolute;
    top: calc(var(--f-button-height) * -1);
    right: 0;
    z-index: 40;
}

.fancybox__slide .f-spinner {
    cursor: pointer;
}

.fancybox__container.is-closing .f-caption, .fancybox__slide.is-loading .f-caption {
    visibility: hidden;
}

.fancybox__container.is-closing .fancybox__carousel {
    overflow: visible;
}

/* stylelint-enable */
@font-face {
    font-family: "DM Sans";
    src: url("../fonts/DMSans-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url("../fonts/DMSans-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url("../fonts/DMSans-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url("../fonts/DMSans-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
html,
body {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

body {
    color: var(--color-gray);
    font-family: var(--font-primary);
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: flex-start;
}
body.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;
}

strong {
    font-weight: 700;
}

/* 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,
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: var(--header-height, 219px);
}
@media only screen and (max-width: 1200px) {
    main {
        padding-top: var(--header-height, 194px);
    }
}
@media only screen and (max-width: 1022px) {
    main {
        padding-top: var(--header-height, 136px);
    }
}
main > .sc-general:first-child {
    padding-top: 80px;
}
@media only screen and (max-width: 1022px) {
    main > .sc-general:first-child {
        padding-top: 40px;
    }
}
@media only screen and (min-width: 1201px) {
    main > .sc-cta-banner:first-child {
        padding-top: 120px;
    }
}
main > .sc-victim-list:first-child, main > .sc-hero-module:first-child {
    padding-top: 0;
}

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

img.lazyload,
img.lazyloaded {
    transition: opacity 0.1s ease, transform 0.3s ease, scale 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;
}

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

.covered {
    max-height: initial;
}
.bg-image img,
.bg-image picture,
.bg-image picture img {
    max-height: initial;
}
.bg-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bg-gray {
    background-color: var(--color-background);
}
.bg-gray-dark {
    background-color: var(--color-gray-dark);
    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--14 {
    line-height: 1.5;
}
.text--white {
    color: var(--color-white);
}
.text--gray {
    color: var(--color-gray);
}
.text--gray-dark {
    color: var(--color-gray-dark);
}
.text--green {
    color: var(--color-green);
}
.text--lt {
    font-weight: 300;
}
.text--reg {
    font-weight: 400;
}
.text--md {
    font-weight: 500;
}
.text--sb {
    font-weight: 600;
}
.text--bold {
    font-weight: 700;
}
.text--uppercase {
    text-transform: uppercase;
}

.font-primary {
    font-family: var(--font-primary);
}
.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;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

.container--large {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: calc(100% - 24px);
    padding: 0;
}
@media only screen and (max-width: 1200px) {
    .container--large {
        max-width: calc(100% - 12px);
    }
}
@media only screen and (max-width: 1022px) {
    .container--full-mobile {
        max-width: calc(100% - 12px);
    }
}
@media only screen and (min-width: 1201px) {
    .container--small {
        max-width: 1010px;
    }
}

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

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

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

.p-relative {
    position: relative;
}

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

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-black);
    opacity: 0.9;
    mix-blend-mode: multiply;
}

.animation-wrap {
    overflow: hidden;
}
.animation-wrap__item {
    transform: translate(0, 100%);
}

.rounded-16 {
    border-radius: 16px;
}
.rounded-20 {
    border-radius: 20px;
}
.rounded-24 {
    border-radius: 24px;
}
.rounded-36 {
    border-radius: 36px;
}
@media only screen and (max-width: 1022px) {
    .rounded-36 {
        border-radius: 32px;
    }
}

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

.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination {
    position: relative;
    top: 0;
    bottom: 0;
    line-height: 0;
    display: inline-flex;
    gap: 10px;
    width: auto;
}
@media only screen and (max-width: 1022px) {
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination {
        gap: 8px;
    }
}

.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    margin: 0;
    background-color: transparent;
    border: 1px solid var(--color-gray-dark);
    transition: background-color 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

.swiper-pagination-bullet-active {
    background-color: var(--color-gray) !important;
}

.active-indicator {
    background-color: var(--color-gray);
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 30px;
    z-index: -1;
    transition: transform 0.3s var(--easing-ease-motion), width 0.3s var(--easing-ease-motion), height 0.3s var(--easing-ease-motion);
}

.has-bottom-border {
    border-bottom: 1px solid var(--color-gray-3);
    padding-bottom: 120px;
}
@media only screen and (max-width: 1600px) {
    .has-bottom-border {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .has-bottom-border {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .has-bottom-border {
        padding-bottom: 54px;
    }
}

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

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

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

#wp-admin-bar-sp-role-switcher.menupop.hover ul li.sp-switch-back a {
    color: #d63638;
}

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

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

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

.development-error {
    --size-gap-half: 4px;
    --size-gap: 8px;
    --size-gap-double: 16px;
    --size-gap-triple: 24px;
    --size-gap-quad: 32px;
    --size-font-small: 14px;
    --size-font: 16px;
    --size-font-big: 20px;
    --size-font-bigger: 24px;
    --color-accents-1: #808080;
    --color-accents-2: #222222;
    --color-accents-3: #404040;
    --font-stack-monospace: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
    --color-ansi-selection: rgba(95, 126, 151, 0.48);
    --color-ansi-bg: #111111;
    --color-ansi-fg: #cccccc;
    --color-ansi-white: #777777;
    --color-ansi-black: #141414;
    --color-ansi-blue: #00aaff;
    --color-ansi-cyan: #88ddff;
    --color-ansi-green: #98ec65;
    --color-ansi-magenta: #aa88ff;
    --color-ansi-red: #ff5555;
    --color-ansi-yellow: #ffcc33;
    --color-ansi-bright-white: #ffffff;
    --color-ansi-bright-black: #777777;
    --color-ansi-bright-blue: #33bbff;
    --color-ansi-bright-cyan: #bbecff;
    --color-ansi-bright-green: #b6f292;
    --color-ansi-bright-magenta: #cebbff;
    --color-ansi-bright-red: #ff8888;
    --color-ansi-bright-yellow: #ffd966;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    outline: none;
    background: white;
    border-radius: var(--size-gap);
    box-shadow: 0 var(--size-gap-half) var(--size-gap-double) rgba(0, 0, 0, 0.25);
    max-height: calc(100% - 56px);
    overflow-y: hidden;
}
@media (min-width: 576px) {
    .development-error {
        max-width: 540px;
        box-shadow: 0 var(--size-gap) var(--size-gap-quad) rgba(0, 0, 0, 0.25);
    }
}
@media (min-width: 768px) {
    .development-error {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .development-error {
        max-width: 960px;
    }
}
.development-error small {
    font-size: 80%;
    color: #757575;
}
.development-error__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(17, 17, 17, 0.2);
    pointer-events: all;
    cursor: not-allowed;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    z-index: -1;
}
.development-error__banner {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border-top-width: var(--size-gap-half);
    border-bottom-width: 0;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: var(--color-ansi-red);
}
.development-error__header {
    position: relative;
    margin-bottom: var(--size-gap-double);
}
.development-error__header button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 0 20px 20px;
    font-size: 24px;
}
.development-error__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    padding: 0;
}
.development-error__content {
    position: relative;
    overflow-y: auto;
    border: none;
    margin: 0;
    padding: calc(var(--size-gap-double) + var(--size-gap-half)) var(--size-gap-double);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.development-error__body {
    position: relative;
    flex: 1 1 auto;
}
.development-error__terminal {
    border-radius: var(--size-gap-half);
    background-color: var(--color-ansi-bg);
    color: var(--color-ansi-fg);
}
.development-error__terminal * {
    color: inherit;
    background-color: transparent;
    font-family: var(--font-stack-monospace);
}
.development-error__terminal > * {
    margin: 0;
    padding: calc(var(--size-gap) + var(--size-gap-half)) calc(var(--size-gap-double) + var(--size-gap-half));
}
.development-error__terminal pre {
    white-space: pre-wrap;
    word-break: break-word;
}
.development-error__terminal pre b {
    color: var(--color-ansi-cyan);
}
.development-error footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--size-gap);
}
.development-error footer button small {
    color: black;
    font-weight: 500;
}
.development-error footer small span {
    color: black;
}
.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;
}
.checkbox.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.checkbox.is-disabled input {
    pointer-events: none;
}
.checkbox__label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    margin: 0;
    min-height: 24px;
    display: block;
}
.checkbox__label::after, .checkbox__label:before {
    content: "";
    left: 0;
    top: 2px;
    position: absolute;
    pointer-events: none;
    width: 18px;
    height: 18px;
    border-radius: 2px;
}
.checkbox__label:before {
    background-color: var(--color-background);
    border: 1px solid var(--color-gray-dark);
    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/10px auto;
}
.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;
}
.btn {
    cursor: pointer;
    font-family: var(--font-secondary);
    font-size: 15px;
    min-height: 38px;
    line-height: 1.5;
    padding: 4px 24px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    font-weight: 600;
    justify-content: center;
    gap: 8px;
    color: var(--color-gray-dark);
    border-radius: 100px;
    background-color: transparent;
    border: 1px solid currentColor;
    min-width: 146px;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 1022px) {
    .btn {
        min-width: 130px;
    }
}
.btn__text {
    display: block;
    pointer-events: none;
    position: relative;
    z-index: 3;
}
.btn:focus, .btn:active, .btn:hover {
    color: var(--color-green);
    border-color: var(--color-green);
}
.btn:active {
    transform: scale(0.9);
}
.btn__icon {
    flex-shrink: 0;
    position: relative;
    top: 0;
    pointer-events: none;
}
.btn .icon {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn .icon::before {
    background-color: currentColor;
}
.btn--left-icon .btn__icon {
    order: -1;
}
.btn--white {
    color: var(--color-white);
}
.btn--white:hover, .btn--white:focus {
    background-color: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-gray);
}
.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.hide, .btn.d-none {
    display: none;
}
.icon::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.icon {
    display: block;
    position: relative;
}
.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: 8px;
    height: 5px;
}
.icon-chevron-up:before, .icon-chevron-down:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.392' height='4.446' viewBox='0 0 7.392 4.446'%3E%3Cpath d='M0,0,2.635,2.635,0,5.271' transform='translate(6.331 1.061) rotate(90)' fill='none' stroke='%2358585b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.392' height='4.446' viewBox='0 0 7.392 4.446'%3E%3Cpath d='M0,0,2.635,2.635,0,5.271' transform='translate(6.331 1.061) rotate(90)' fill='none' stroke='%2358585b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.icon-chevron-up-light, .icon-chevron-down-light {
    width: 12px;
    height: 7px;
}
.icon-chevron-up-light:before, .icon-chevron-down-light:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.755' height='6.627' viewBox='0 0 11.755 6.627'%3E%3Cpath id='Icon_ion-chevron-forward-outline' d='M12.938,7.875l4.817,4.817-4.817,4.817' transform='translate(18.569 -11.877) rotate(90)' fill='none' stroke='%2358585b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.755' height='6.627' viewBox='0 0 11.755 6.627'%3E%3Cpath id='Icon_ion-chevron-forward-outline' d='M12.938,7.875l4.817,4.817-4.817,4.817' transform='translate(18.569 -11.877) rotate(90)' fill='none' stroke='%2358585b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.icon-chevron-left, .icon-chevron-right {
    width: 5px;
    height: 7px;
}
.icon-chevron-left:before, .icon-chevron-right:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.446' height='7.392' viewBox='0 0 4.446 7.392'%3E%3Cpath d='M0,0,2.635,2.635,0,5.271' transform='translate(1.061 1.061)' fill='none' stroke='%2351bc49' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.446' height='7.392' viewBox='0 0 4.446 7.392'%3E%3Cpath d='M0,0,2.635,2.635,0,5.271' transform='translate(1.061 1.061)' fill='none' stroke='%2351bc49' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.icon-chevron-left-light, .icon-chevron-right-light {
    width: 10px;
    height: 20px;
}
.icon-chevron-left-light:before, .icon-chevron-right-light:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.276' height='18.553'%3E%3Cpath fill='%2358585b' d='M1.539 18.553a1.323 1.323 0 0 0 1.034-.49l6.4-7.95a1.319 1.319 0 0 0 0-1.683L2.348.48a1.328 1.328 0 1 0-2.041 1.7l5.923 7.1-5.724 7.1a1.325 1.325 0 0 0 1.034 2.173Z' data-name='Path 5848'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.276' height='18.553'%3E%3Cpath fill='%2358585b' d='M1.539 18.553a1.323 1.323 0 0 0 1.034-.49l6.4-7.95a1.319 1.319 0 0 0 0-1.683L2.348.48a1.328 1.328 0 1 0-2.041 1.7l5.923 7.1-5.724 7.1a1.325 1.325 0 0 0 1.034 2.173Z' data-name='Path 5848'/%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-up, .icon-arrow-down {
    width: 12px;
    height: 12px;
}
.icon-arrow-up:before, .icon-arrow-down:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.07813 11.0859L1.14063 6.96094C0.929688 6.72656 0.929688 6.375 1.16406 6.16406C1.39844 5.95312 1.75 5.95312 1.96094 6.1875L4.9375 9.30469V1.3125C4.9375 1.00781 5.17188 0.75 5.5 0.75C5.80469 0.75 6.0625 1.00781 6.0625 1.3125V9.30469L9.01563 6.1875C9.22656 5.95312 9.60156 5.95312 9.8125 6.16406C10.0469 6.375 10.0469 6.72656 9.83594 6.96094L5.89844 11.0859C5.78125 11.2031 5.64063 11.25 5.5 11.25C5.33594 11.25 5.19531 11.2031 5.07813 11.0859Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.07813 11.0859L1.14063 6.96094C0.929688 6.72656 0.929688 6.375 1.16406 6.16406C1.39844 5.95312 1.75 5.95312 1.96094 6.1875L4.9375 9.30469V1.3125C4.9375 1.00781 5.17188 0.75 5.5 0.75C5.80469 0.75 6.0625 1.00781 6.0625 1.3125V9.30469L9.01563 6.1875C9.22656 5.95312 9.60156 5.95312 9.8125 6.16406C10.0469 6.375 10.0469 6.72656 9.83594 6.96094L5.89844 11.0859C5.78125 11.2031 5.64063 11.25 5.5 11.25C5.33594 11.25 5.19531 11.2031 5.07813 11.0859Z' fill='white'/%3E%3C/svg%3E%0A");
}
.icon-chevron-left-light: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='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M9,0a9,9,0,1,0,9,9A9,9,0,0,0,9,0ZM9,16.894A7.884,7.884,0,1,1,16.875,9,7.9,7.9,0,0,1,9,16.894ZM12.18,5.82a.559.559,0,0,0-.8,0L9,8.2,6.615,5.82a.563.563,0,0,0-.8.795L8.2,9,5.816,11.385a.563.563,0,0,0,.8.8L9,9.8l2.385,2.385a.562.562,0,0,0,.8-.8L9.8,9,12.18,6.615A.559.559,0,0,0,12.18,5.82Z' fill='%23fff'/%3E%3Cpath d='M0,0H18V18H0Z' fill='none'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M9,0a9,9,0,1,0,9,9A9,9,0,0,0,9,0ZM9,16.894A7.884,7.884,0,1,1,16.875,9,7.9,7.9,0,0,1,9,16.894ZM12.18,5.82a.559.559,0,0,0-.8,0L9,8.2,6.615,5.82a.563.563,0,0,0-.8.795L8.2,9,5.816,11.385a.563.563,0,0,0,.8.8L9,9.8l2.385,2.385a.562.562,0,0,0,.8-.8L9.8,9,12.18,6.615A.559.559,0,0,0,12.18,5.82Z' fill='%23fff'/%3E%3Cpath d='M0,0H18V18H0Z' fill='none'/%3E%3C/svg%3E%0A");
}
.icon-close-light {
    width: 24px;
    height: 24px;
}
.icon-close-light:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:exclusion'%3E%3Cpath d='M19.25 20.25L11 11.9375L2.6875 20.25C2.3125 20.625 1.6875 20.625 1.25 20.25C0.875 19.8125 0.875 19.1875 1.25 18.8125L9.5625 10.5L1.3125 2.25C0.875 1.875 0.875 1.25 1.3125 0.8125C1.6875 0.4375 2.3125 0.4375 2.6875 0.8125L11 9.125L19.25 0.8125C19.625 0.4375 20.25 0.4375 20.6875 0.8125C21.0625 1.25 21.0625 1.875 20.6875 2.25L12.375 10.5L20.6875 18.8125C21.0625 19.1875 21.0625 19.8125 20.6875 20.25C20.25 20.625 19.625 20.625 19.25 20.25Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:exclusion'%3E%3Cpath d='M19.25 20.25L11 11.9375L2.6875 20.25C2.3125 20.625 1.6875 20.625 1.25 20.25C0.875 19.8125 0.875 19.1875 1.25 18.8125L9.5625 10.5L1.3125 2.25C0.875 1.875 0.875 1.25 1.3125 0.8125C1.6875 0.4375 2.3125 0.4375 2.6875 0.8125L11 9.125L19.25 0.8125C19.625 0.4375 20.25 0.4375 20.6875 0.8125C21.0625 1.25 21.0625 1.875 20.6875 2.25L12.375 10.5L20.6875 18.8125C21.0625 19.1875 21.0625 19.8125 20.6875 20.25C20.25 20.625 19.625 20.625 19.25 20.25Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.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-plus {
    width: 10px;
    height: 10px;
}
.icon-plus:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5625 1.1875V4.9375H9.3125C9.61719 4.9375 9.875 5.19531 9.875 5.5C9.875 5.82812 9.61719 6.0625 9.3125 6.0625H5.5625V9.8125C5.5625 10.1406 5.30469 10.375 5 10.375C4.67188 10.375 4.4375 10.1406 4.4375 9.8125V6.0625H0.6875C0.359375 6.0625 0.125 5.82812 0.125 5.5C0.125 5.19531 0.359375 4.9375 0.6875 4.9375H4.4375V1.1875C4.4375 0.882812 4.67188 0.625 5 0.625C5.30469 0.625 5.5625 0.882812 5.5625 1.1875Z' fill='%23262626'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5625 1.1875V4.9375H9.3125C9.61719 4.9375 9.875 5.19531 9.875 5.5C9.875 5.82812 9.61719 6.0625 9.3125 6.0625H5.5625V9.8125C5.5625 10.1406 5.30469 10.375 5 10.375C4.67188 10.375 4.4375 10.1406 4.4375 9.8125V6.0625H0.6875C0.359375 6.0625 0.125 5.82812 0.125 5.5C0.125 5.19531 0.359375 4.9375 0.6875 4.9375H4.4375V1.1875C4.4375 0.882812 4.67188 0.625 5 0.625C5.30469 0.625 5.5625 0.882812 5.5625 1.1875Z' fill='%23262626'/%3E%3C/svg%3E%0A");
}
.icon-facebook {
    width: 8px;
    height: 14px;
}
.icon-facebook:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.581' height='14.155' viewBox='0 0 7.581 14.155'%3E%3Cpath d='M15.444,7.963,15.837,5.4H13.379V3.739a1.281,1.281,0,0,1,1.444-1.384h1.117V.174A13.631,13.631,0,0,0,13.957,0,3.128,3.128,0,0,0,10.61,3.449V5.4H8.36V7.963h2.25v6.193h2.769V7.963Z' transform='translate(-8.36 -0.001)' fill='%23fff'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.581' height='14.155' viewBox='0 0 7.581 14.155'%3E%3Cpath d='M15.444,7.963,15.837,5.4H13.379V3.739a1.281,1.281,0,0,1,1.444-1.384h1.117V.174A13.631,13.631,0,0,0,13.957,0,3.128,3.128,0,0,0,10.61,3.449V5.4H8.36V7.963h2.25v6.193h2.769V7.963Z' transform='translate(-8.36 -0.001)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.icon-linkedin {
    width: 14px;
    height: 14px;
}
.icon-linkedin:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0c.531 0 1 .469 1 1.031V13c0 .563-.469 1-1 1H.969A.98.98 0 0 1 0 13V1.031C0 .47.438 0 .969 0H13ZM4.219 12V5.344H2.156V12H4.22ZM3.187 4.406c.657 0 1.188-.531 1.188-1.187S3.844 2 3.187 2A1.22 1.22 0 0 0 1.97 3.219c0 .656.531 1.187 1.218 1.187ZM12 12V8.344c0-1.781-.406-3.188-2.5-3.188-1 0-1.688.563-1.969 1.094H7.5v-.906H5.531V12h2.063V8.719C7.594 7.844 7.75 7 8.844 7c1.062 0 1.062 1 1.062 1.75V12H12Z' fill='%23737373'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0c.531 0 1 .469 1 1.031V13c0 .563-.469 1-1 1H.969A.98.98 0 0 1 0 13V1.031C0 .47.438 0 .969 0H13ZM4.219 12V5.344H2.156V12H4.22ZM3.187 4.406c.657 0 1.188-.531 1.188-1.187S3.844 2 3.187 2A1.22 1.22 0 0 0 1.97 3.219c0 .656.531 1.187 1.218 1.187ZM12 12V8.344c0-1.781-.406-3.188-2.5-3.188-1 0-1.688.563-1.969 1.094H7.5v-.906H5.531V12h2.063V8.719C7.594 7.844 7.75 7 8.844 7c1.062 0 1.062 1 1.062 1.75V12H12Z' fill='%23737373'/%3E%3C/svg%3E");
}
.icon-instagram {
    width: 14px;
    height: 14px;
}
.icon-instagram:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.283' height='13.283' viewBox='0 0 13.283 13.283'%3E%3Cpath d='M11.659,3.357a2.776,2.776,0,0,1,2.768,2.768v5.534a2.776,2.776,0,0,1-2.768,2.768H6.124a2.776,2.776,0,0,1-2.768-2.768V6.124A2.776,2.776,0,0,1,6.124,3.357h5.534m0-1.107H6.124A3.886,3.886,0,0,0,2.25,6.124v5.534a3.886,3.886,0,0,0,3.874,3.874h5.534a3.886,3.886,0,0,0,3.874-3.874V6.124A3.886,3.886,0,0,0,11.659,2.25Z' transform='translate(-2.25 -2.25)' fill='%23fff'/%3E%3Cpath id='Path_5741' data-name='Path 5741' d='M17.043,9.161a.828.828,0,1,1,.588-.243.83.83,0,0,1-.588.243Zm-3.6.553a2.214,2.214,0,1,1-2.214,2.214,2.214,2.214,0,0,1,2.214-2.214m0-1.107a3.321,3.321,0,1,0,3.321,3.321A3.321,3.321,0,0,0,13.446,8.607Z' transform='translate(-6.804 -5.286)' fill='%23fff'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.283' height='13.283' viewBox='0 0 13.283 13.283'%3E%3Cpath d='M11.659,3.357a2.776,2.776,0,0,1,2.768,2.768v5.534a2.776,2.776,0,0,1-2.768,2.768H6.124a2.776,2.776,0,0,1-2.768-2.768V6.124A2.776,2.776,0,0,1,6.124,3.357h5.534m0-1.107H6.124A3.886,3.886,0,0,0,2.25,6.124v5.534a3.886,3.886,0,0,0,3.874,3.874h5.534a3.886,3.886,0,0,0,3.874-3.874V6.124A3.886,3.886,0,0,0,11.659,2.25Z' transform='translate(-2.25 -2.25)' fill='%23fff'/%3E%3Cpath id='Path_5741' data-name='Path 5741' d='M17.043,9.161a.828.828,0,1,1,.588-.243.83.83,0,0,1-.588.243Zm-3.6.553a2.214,2.214,0,1,1-2.214,2.214,2.214,2.214,0,0,1,2.214-2.214m0-1.107a3.321,3.321,0,1,0,3.321,3.321A3.321,3.321,0,0,0,13.446,8.607Z' transform='translate(-6.804 -5.286)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.icon-twitter {
    width: 14px;
    height: 14px;
}
.icon-twitter:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M453.2 112L523.8 112L369.6 288.2L551 528L409 528L297.7 382.6L170.5 528L99.8 528L264.7 339.5L90.8 112L236.4 112L336.9 244.9L453.2 112zM428.4 485.8L467.5 485.8L215.1 152L173.1 152L428.4 485.8z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M453.2 112L523.8 112L369.6 288.2L551 528L409 528L297.7 382.6L170.5 528L99.8 528L264.7 339.5L90.8 112L236.4 112L336.9 244.9L453.2 112zM428.4 485.8L467.5 485.8L215.1 152L173.1 152L428.4 485.8z'/%3E%3C/svg%3E");
}
.icon-youtube {
    width: 14px;
    height: 10px;
}
.icon-youtube:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.843' height='9.674' viewBox='0 0 13.843 9.674'%3E%3Cpath d='M13.561,6.918a1.734,1.734,0,0,0-1.206-1.2,41.62,41.62,0,0,0-5.42-.289,40.534,40.534,0,0,0-5.423.289,1.733,1.733,0,0,0-1.2,1.2,17.991,17.991,0,0,0-.3,3.352,18.234,18.234,0,0,0,.3,3.336,1.74,1.74,0,0,0,1.2,1.206,41.661,41.661,0,0,0,5.423.289,41.7,41.7,0,0,0,5.42-.289,1.741,1.741,0,0,0,1.206-1.206,18.145,18.145,0,0,0,.289-3.336,18.127,18.127,0,0,0-.289-3.352ZM5.548,12.341V8.189L9.161,10.27Z' transform='translate(-0.006 -5.426)' fill='%23fff'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.843' height='9.674' viewBox='0 0 13.843 9.674'%3E%3Cpath d='M13.561,6.918a1.734,1.734,0,0,0-1.206-1.2,41.62,41.62,0,0,0-5.42-.289,40.534,40.534,0,0,0-5.423.289,1.733,1.733,0,0,0-1.2,1.2,17.991,17.991,0,0,0-.3,3.352,18.234,18.234,0,0,0,.3,3.336,1.74,1.74,0,0,0,1.2,1.206,41.661,41.661,0,0,0,5.423.289,41.7,41.7,0,0,0,5.42-.289,1.741,1.741,0,0,0,1.206-1.206,18.145,18.145,0,0,0,.289-3.336,18.127,18.127,0,0,0-.289-3.352ZM5.548,12.341V8.189L9.161,10.27Z' transform='translate(-0.006 -5.426)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.icon-search {
    width: 17px;
    height: 17px;
}
.icon-search:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.856' height='16.856' viewBox='0 0 16.856 16.856'%3E%3Cpath d='M16.547,15.1h-.761l-.27-.26a6.274,6.274,0,1,0-.675.675l.26.27v.761l4.819,4.809,1.436-1.436Zm-5.783,0A4.337,4.337,0,1,1,15.1,10.765,4.331,4.331,0,0,1,10.765,15.1Z' transform='translate(-4.5 -4.5)' fill='%2358585b'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.856' height='16.856' viewBox='0 0 16.856 16.856'%3E%3Cpath d='M16.547,15.1h-.761l-.27-.26a6.274,6.274,0,1,0-.675.675l.26.27v.761l4.819,4.809,1.436-1.436Zm-5.783,0A4.337,4.337,0,1,1,15.1,10.765,4.331,4.331,0,0,1,10.765,15.1Z' transform='translate(-4.5 -4.5)' fill='%2358585b'/%3E%3C/svg%3E%0A");
}
.icon-heart-outline {
    width: 16px;
    height: 14px;
}
.icon-heart-outline:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.787' height='13.483' viewBox='0 0 15.787 13.483'%3E%3Cpath d='M6.962,16.127l-.077-.071-5.4-5.017A4.643,4.643,0,0,1,0,7.635v-.1a4.522,4.522,0,0,1,7.123-3.7,4.63,4.63,0,0,1,.771.688,4.019,4.019,0,0,1,.416-.41,4.387,4.387,0,0,1,.355-.278,4.519,4.519,0,0,1,7.123,3.7v.1a4.643,4.643,0,0,1-1.483,3.4L8.9,16.056l-.077.071a1.373,1.373,0,0,1-.931.367,1.358,1.358,0,0,1-.931-.367Zm.41-9.965a.162.162,0,0,1-.031-.034l-.549-.617,0,0A3.041,3.041,0,0,0,1.48,7.533v.1A3.167,3.167,0,0,0,2.491,9.954l5.4,5.017,5.4-5.017a3.167,3.167,0,0,0,1.011-2.319v-.1A3.039,3.039,0,0,0,9,5.508l0,0,0,0-.549.617c-.009.012-.022.022-.031.034a.737.737,0,0,1-1.042,0Z' transform='translate(0 -3.011)' fill='%2358585b'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.787' height='13.483' viewBox='0 0 15.787 13.483'%3E%3Cpath d='M6.962,16.127l-.077-.071-5.4-5.017A4.643,4.643,0,0,1,0,7.635v-.1a4.522,4.522,0,0,1,7.123-3.7,4.63,4.63,0,0,1,.771.688,4.019,4.019,0,0,1,.416-.41,4.387,4.387,0,0,1,.355-.278,4.519,4.519,0,0,1,7.123,3.7v.1a4.643,4.643,0,0,1-1.483,3.4L8.9,16.056l-.077.071a1.373,1.373,0,0,1-.931.367,1.358,1.358,0,0,1-.931-.367Zm.41-9.965a.162.162,0,0,1-.031-.034l-.549-.617,0,0A3.041,3.041,0,0,0,1.48,7.533v.1A3.167,3.167,0,0,0,2.491,9.954l5.4,5.017,5.4-5.017a3.167,3.167,0,0,0,1.011-2.319v-.1A3.039,3.039,0,0,0,9,5.508l0,0,0,0-.549.617c-.009.012-.022.022-.031.034a.737.737,0,0,1-1.042,0Z' transform='translate(0 -3.011)' fill='%2358585b'/%3E%3C/svg%3E%0A");
}
.icon-phone {
    width: 30px;
    height: 30px;
}
.icon-phone:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.156' height='29.156'%3E%3Cpath data-name='Icon core-phone' d='m28.326 3.026-.048-.03-6.089-3-6.572 8.762 3.023 4.032a6.225 6.225 0 0 1-5.844 5.844l-4.031-3.023L0 22.185l2.974 6.041.025.051.03.048a1.764 1.764 0 0 0 1.5.834h1.576A23.051 23.051 0 0 0 29.156 6.105V4.534a1.764 1.764 0 0 0-.83-1.508Zm-1.42 3.079a20.825 20.825 0 0 1-20.8 20.8H4.833l-1.99-4.04 5.919-4.439 3.3 2.471h.375a8.475 8.475 0 0 0 8.466-8.466v-.375l-2.471-3.3 4.439-5.919 4.04 1.991Z' fill='%2327a44e'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.156' height='29.156'%3E%3Cpath data-name='Icon core-phone' d='m28.326 3.026-.048-.03-6.089-3-6.572 8.762 3.023 4.032a6.225 6.225 0 0 1-5.844 5.844l-4.031-3.023L0 22.185l2.974 6.041.025.051.03.048a1.764 1.764 0 0 0 1.5.834h1.576A23.051 23.051 0 0 0 29.156 6.105V4.534a1.764 1.764 0 0 0-.83-1.508Zm-1.42 3.079a20.825 20.825 0 0 1-20.8 20.8H4.833l-1.99-4.04 5.919-4.439 3.3 2.471h.375a8.475 8.475 0 0 0 8.466-8.466v-.375l-2.471-3.3 4.439-5.919 4.04 1.991Z' fill='%2327a44e'/%3E%3C/svg%3E");
}
.icon-mail {
    width: 34px;
    height: 28px;
}
.icon-mail:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.75' height='27'%3E%3Cpath data-name='Icon core-envelope-closed' d='M0 0v27h33.75V0Zm15.525 16.144a2.262 2.262 0 0 0 2.7 0l1.65-1.238L31.5 23.625v1.125H2.25v-1.125l11.625-8.719Zm1.35-1.8L2.25 3.375V2.25H31.5v1.125ZM2.25 6.188 12 13.501l-9.75 7.313ZM31.5 20.813l-9.75-7.312 9.75-7.312Z' fill='%2327a44e'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.75' height='27'%3E%3Cpath data-name='Icon core-envelope-closed' d='M0 0v27h33.75V0Zm15.525 16.144a2.262 2.262 0 0 0 2.7 0l1.65-1.238L31.5 23.625v1.125H2.25v-1.125l11.625-8.719Zm1.35-1.8L2.25 3.375V2.25H31.5v1.125ZM2.25 6.188 12 13.501l-9.75 7.313ZM31.5 20.813l-9.75-7.312 9.75-7.312Z' fill='%2327a44e'/%3E%3C/svg%3E");
}
.icon-phone-solid {
    width: 22px;
    height: 22px;
}
.icon-phone-solid:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.675' height='21.675'%3E%3Cpath fill='%2358585b' d='M14.9 13.547c-1.355 1.355-1.355 2.709-2.709 2.709s-2.709-1.355-4.064-2.709-2.709-2.709-2.709-4.064 1.356-1.354 2.71-2.709-2.709-5.419-4.064-5.419S0 5.419 0 5.419c0 2.709 2.786 8.2 5.419 10.838s8.128 5.419 10.838 5.419c0 0 4.064-2.709 4.064-4.064s-4.065-5.419-5.421-4.065Z' data-name='Path 5843'/%3E%3Cpath fill='none' d='M0 0h21.675v21.675H0Z' data-name='Path 5844'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.675' height='21.675'%3E%3Cpath fill='%2358585b' d='M14.9 13.547c-1.355 1.355-1.355 2.709-2.709 2.709s-2.709-1.355-4.064-2.709-2.709-2.709-2.709-4.064 1.356-1.354 2.71-2.709-2.709-5.419-4.064-5.419S0 5.419 0 5.419c0 2.709 2.786 8.2 5.419 10.838s8.128 5.419 10.838 5.419c0 0 4.064-2.709 4.064-4.064s-4.065-5.419-5.421-4.065Z' data-name='Path 5843'/%3E%3Cpath fill='none' d='M0 0h21.675v21.675H0Z' data-name='Path 5844'/%3E%3C/svg%3E");
}
.icon-mail-solid {
    width: 25px;
    height: 20px;
}
.icon-mail-solid:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.5' height='20.036'%3E%3Cpath fill='%2358585b' d='M22.313 0H3.188A3.187 3.187 0 0 0 0 3.188v13.66a3.187 3.187 0 0 0 3.188 3.188h19.125a3.187 3.187 0 0 0 3.187-3.188V3.188A3.187 3.187 0 0 0 22.313 0ZM21.5 5.27l-8.2 6.375a.9.9 0 0 1-1.117 0l-8.2-6.375a.9.9 0 0 1-.352-.844.9.9 0 0 1 1.469-.589l7.638 5.938 7.638-5.938A.91.91 0 0 1 21.5 5.27Z' data-name='Path 5845'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.5' height='20.036'%3E%3Cpath fill='%2358585b' d='M22.313 0H3.188A3.187 3.187 0 0 0 0 3.188v13.66a3.187 3.187 0 0 0 3.188 3.188h19.125a3.187 3.187 0 0 0 3.187-3.188V3.188A3.187 3.187 0 0 0 22.313 0ZM21.5 5.27l-8.2 6.375a.9.9 0 0 1-1.117 0l-8.2-6.375a.9.9 0 0 1-.352-.844.9.9 0 0 1 1.469-.589l7.638 5.938 7.638-5.938A.91.91 0 0 1 21.5 5.27Z' data-name='Path 5845'/%3E%3C/svg%3E");
}
.icon-quote {
    width: 35px;
    height: 25px;
}
.icon-quote:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.401' height='25.287'%3E%3Cpath data-name='Icon material-format-quote' d='M2.529 25.286h7.586l5.057-10.115V0H0v15.172h7.586Zm20.229 0h7.586L35.4 15.172V0H20.229v15.172h7.586Z' fill='%2327a44e'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.401' height='25.287'%3E%3Cpath data-name='Icon material-format-quote' d='M2.529 25.286h7.586l5.057-10.115V0H0v15.172h7.586Zm20.229 0h7.586L35.4 15.172V0H20.229v15.172h7.586Z' fill='%2327a44e'/%3E%3C/svg%3E");
}
.icon-clock {
    width: 22px;
    height: 22px;
}
.icon-clock:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21.351' height='21.351' viewBox='0 0 21.351 21.351'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='21.351' height='21.351' fill='%2358585b'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M10.675,0A10.675,10.675,0,1,0,21.351,10.676,10.675,10.675,0,0,0,10.675,0m4.417,14.252-5.159-2.5V5.667a.742.742,0,1,1,1.484,0v5.158l4.322,2.092a.742.742,0,0,1-.646,1.335' transform='translate(0 -0.001)' fill='%2358585b'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21.351' height='21.351' viewBox='0 0 21.351 21.351'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='21.351' height='21.351' fill='%2358585b'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M10.675,0A10.675,10.675,0,1,0,21.351,10.676,10.675,10.675,0,0,0,10.675,0m4.417,14.252-5.159-2.5V5.667a.742.742,0,1,1,1.484,0v5.158l4.322,2.092a.742.742,0,0,1-.646,1.335' transform='translate(0 -0.001)' fill='%2358585b'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-age-group {
    width: 16px;
    height: 24px;
}
.icon-age-group:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16.631' height='24.702' viewBox='0 0 16.631 24.702'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='16.631' height='24.702' fill='%2358585b'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M56.355,2.335A2.335,2.335,0,1,1,54.02,0a2.335,2.335,0,0,1,2.335,2.335' transform='translate(-49.108)' fill='%2358585b'/%3E%3Cpath d='M10.019,121.99a.792.792,0,1,1-1.579.128l-.368-4.551a.079.079,0,0,0-.155-.017,45.451,45.451,0,0,0-.2,4.635q-.025,1.742-.051,3.483l0,.144.095,4.9a1.218,1.218,0,0,1-1.339,1.21,1.254,1.254,0,0,1-1.093-1.265v-9.13a.322.322,0,1,0-.643,0v9.13A1.254,1.254,0,0,1,3.6,131.923a1.218,1.218,0,0,1-1.339-1.21l.093-4.853q-.014-1.123-.028-2.246-.024-1.926-.048-3.851a16.269,16.269,0,0,0-.117-2.415.246.246,0,0,0-.035-.106.086.086,0,0,0-.1-.035c-.041.018-.05.071-.054.115-.113,1.331-.216,2.662-.324,3.994q-.032.4-.065.8A.791.791,0,1,1,0,121.99l.492-6.081.026-.2c0-.047,0-.1,0-.145l.012-.145a2.856,2.856,0,0,1,2.835-2.56H6.457A2.851,2.851,0,0,1,9.306,115.7l.394,2.351Z' transform='translate(-0.001 -107.227)' fill='%2358585b'/%3E%3Cpath d='M245.212,194.282a1.426,1.426,0,1,1-1.426-1.426,1.426,1.426,0,0,1,1.426,1.426' transform='translate(-230.274 -183.239)' fill='%2358585b'/%3E%3Cpath d='M216.915,267.352a.484.484,0,1,1-.964.078l-.225-2.779a.048.048,0,0,0-.095-.01,27.767,27.767,0,0,0-.12,2.83l-.031,2.127q0,.044,0,.088l.058,2.993a.744.744,0,0,1-.818.739.766.766,0,0,1-.667-.773V267.07a.2.2,0,1,0-.393,0v5.576a.766.766,0,0,1-.667.773.744.744,0,0,1-.817-.739l.057-2.964q-.009-.686-.017-1.371-.015-1.176-.029-2.352a9.932,9.932,0,0,0-.072-1.475.15.15,0,0,0-.021-.065.052.052,0,0,0-.06-.022c-.025.011-.031.043-.033.07-.069.813-.132,1.626-.2,2.439q-.02.245-.04.49a.483.483,0,1,1-.963-.078l.3-3.714.016-.125c0-.029,0-.059,0-.088l.007-.088a1.751,1.751,0,0,1,.918-1.36,1.733,1.733,0,0,1,.813-.2h1.885a1.741,1.741,0,0,1,1.74,1.74l.241,1.436Z' transform='translate(-200.286 -248.72)' fill='%2358585b'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16.631' height='24.702' viewBox='0 0 16.631 24.702'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='16.631' height='24.702' fill='%2358585b'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M56.355,2.335A2.335,2.335,0,1,1,54.02,0a2.335,2.335,0,0,1,2.335,2.335' transform='translate(-49.108)' fill='%2358585b'/%3E%3Cpath d='M10.019,121.99a.792.792,0,1,1-1.579.128l-.368-4.551a.079.079,0,0,0-.155-.017,45.451,45.451,0,0,0-.2,4.635q-.025,1.742-.051,3.483l0,.144.095,4.9a1.218,1.218,0,0,1-1.339,1.21,1.254,1.254,0,0,1-1.093-1.265v-9.13a.322.322,0,1,0-.643,0v9.13A1.254,1.254,0,0,1,3.6,131.923a1.218,1.218,0,0,1-1.339-1.21l.093-4.853q-.014-1.123-.028-2.246-.024-1.926-.048-3.851a16.269,16.269,0,0,0-.117-2.415.246.246,0,0,0-.035-.106.086.086,0,0,0-.1-.035c-.041.018-.05.071-.054.115-.113,1.331-.216,2.662-.324,3.994q-.032.4-.065.8A.791.791,0,1,1,0,121.99l.492-6.081.026-.2c0-.047,0-.1,0-.145l.012-.145a2.856,2.856,0,0,1,2.835-2.56H6.457A2.851,2.851,0,0,1,9.306,115.7l.394,2.351Z' transform='translate(-0.001 -107.227)' fill='%2358585b'/%3E%3Cpath d='M245.212,194.282a1.426,1.426,0,1,1-1.426-1.426,1.426,1.426,0,0,1,1.426,1.426' transform='translate(-230.274 -183.239)' fill='%2358585b'/%3E%3Cpath d='M216.915,267.352a.484.484,0,1,1-.964.078l-.225-2.779a.048.048,0,0,0-.095-.01,27.767,27.767,0,0,0-.12,2.83l-.031,2.127q0,.044,0,.088l.058,2.993a.744.744,0,0,1-.818.739.766.766,0,0,1-.667-.773V267.07a.2.2,0,1,0-.393,0v5.576a.766.766,0,0,1-.667.773.744.744,0,0,1-.817-.739l.057-2.964q-.009-.686-.017-1.371-.015-1.176-.029-2.352a9.932,9.932,0,0,0-.072-1.475.15.15,0,0,0-.021-.065.052.052,0,0,0-.06-.022c-.025.011-.031.043-.033.07-.069.813-.132,1.626-.2,2.439q-.02.245-.04.49a.483.483,0,1,1-.963-.078l.3-3.714.016-.125c0-.029,0-.059,0-.088l.007-.088a1.751,1.751,0,0,1,.918-1.36,1.733,1.733,0,0,1,.813-.2h1.885a1.741,1.741,0,0,1,1.74,1.74l.241,1.436Z' transform='translate(-200.286 -248.72)' fill='%2358585b'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-user-group {
    width: 24px;
    height: 25px;
}
.icon-user-group:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23.873' height='24.702' viewBox='0 0 23.873 24.702'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='23.873' height='24.702' fill='%2358585b'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M195.253,2.335A2.335,2.335,0,1,1,192.918,0a2.335,2.335,0,0,1,2.335,2.335' transform='translate(-181.079)' fill='%2358585b'/%3E%3Cpath d='M148.916,121.99a.792.792,0,1,1-1.579.128l-.368-4.551a.079.079,0,0,0-.155-.017,45.467,45.467,0,0,0-.2,4.635q-.025,1.742-.051,3.483l0,.144.095,4.9a1.218,1.218,0,0,1-1.339,1.21,1.254,1.254,0,0,1-1.093-1.265v-9.13a.322.322,0,1,0-.643,0v9.13a1.254,1.254,0,0,1-1.093,1.265,1.218,1.218,0,0,1-1.339-1.21l.093-4.853q-.014-1.123-.028-2.246-.024-1.926-.048-3.851a16.265,16.265,0,0,0-.117-2.415.246.246,0,0,0-.035-.106.086.086,0,0,0-.1-.035c-.041.018-.05.071-.054.115-.113,1.331-.216,2.662-.324,3.994q-.032.4-.065.8a.791.791,0,1,1-1.577-.128l.492-6.081.026-.2c0-.047,0-.1,0-.145l.012-.145a2.856,2.856,0,0,1,2.835-2.56h3.087A2.851,2.851,0,0,1,148.2,115.7l.394,2.351Z' transform='translate(-131.971 -107.227)' fill='%2358585b'/%3E%3Cpath d='M56.355,2.335A2.335,2.335,0,1,1,54.02,0a2.335,2.335,0,0,1,2.335,2.335' transform='translate(-49.108)' fill='%2358585b'/%3E%3Cpath d='M7.669,125.667q.014-.93.027-1.86H7.66a1.76,1.76,0,0,1-1.608-1.9l.492-6.081,0-.022,0-.022.019-.151v-.115l0-.04.014-.165a3.805,3.805,0,0,1,1.02-2.216,2.837,2.837,0,0,0-1.15-.244H3.369a2.856,2.856,0,0,0-2.835,2.56l-.012.145c0,.048,0,.1,0,.145l-.026.2L0,121.989a.791.791,0,1,0,1.577.128q.032-.4.065-.8c.108-1.331.212-2.663.324-3.994,0-.045.013-.1.054-.115a.086.086,0,0,1,.1.035.244.244,0,0,1,.035.106,16.276,16.276,0,0,1,.117,2.415q.024,1.925.048,3.851.014,1.123.028,2.246l-.093,4.853a1.218,1.218,0,0,0,1.339,1.21,1.254,1.254,0,0,0,1.093-1.265v-9.13a.322.322,0,0,1,.644,0v9.13a1.254,1.254,0,0,0,1.093,1.265,1.218,1.218,0,0,0,1.339-1.21l-.095-4.9q0-.072,0-.144' transform='translate(0 -107.226)' fill='%2358585b'/%3E%3Cpath d='M333.411,2.335A2.335,2.335,0,1,0,335.746,0a2.335,2.335,0,0,0-2.335,2.335' transform='translate(-316.785)' fill='%2358585b'/%3E%3Cpath d='M323.172,125.667q-.014-.93-.027-1.86h.036a1.76,1.76,0,0,0,1.608-1.9l-.492-6.081,0-.022,0-.022-.019-.151v-.115l0-.04-.014-.165a3.805,3.805,0,0,0-1.02-2.216,2.837,2.837,0,0,1,1.15-.244h3.087a2.856,2.856,0,0,1,2.835,2.56l.012.145c0,.048,0,.1,0,.145l.026.2.492,6.081a.791.791,0,1,1-1.577.128q-.032-.4-.065-.8c-.108-1.331-.212-2.663-.324-3.994,0-.045-.013-.1-.054-.115a.086.086,0,0,0-.1.035.244.244,0,0,0-.035.106,16.28,16.28,0,0,0-.117,2.415q-.024,1.925-.048,3.851-.014,1.123-.028,2.246l.093,4.853a1.218,1.218,0,0,1-1.339,1.21,1.254,1.254,0,0,1-1.093-1.265v-9.13a.322.322,0,0,0-.643,0v9.13a1.254,1.254,0,0,1-1.093,1.265,1.218,1.218,0,0,1-1.339-1.21l.1-4.9q0-.072,0-.144' transform='translate(-306.968 -107.226)' fill='%2358585b'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23.873' height='24.702' viewBox='0 0 23.873 24.702'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='23.873' height='24.702' fill='%2358585b'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M195.253,2.335A2.335,2.335,0,1,1,192.918,0a2.335,2.335,0,0,1,2.335,2.335' transform='translate(-181.079)' fill='%2358585b'/%3E%3Cpath d='M148.916,121.99a.792.792,0,1,1-1.579.128l-.368-4.551a.079.079,0,0,0-.155-.017,45.467,45.467,0,0,0-.2,4.635q-.025,1.742-.051,3.483l0,.144.095,4.9a1.218,1.218,0,0,1-1.339,1.21,1.254,1.254,0,0,1-1.093-1.265v-9.13a.322.322,0,1,0-.643,0v9.13a1.254,1.254,0,0,1-1.093,1.265,1.218,1.218,0,0,1-1.339-1.21l.093-4.853q-.014-1.123-.028-2.246-.024-1.926-.048-3.851a16.265,16.265,0,0,0-.117-2.415.246.246,0,0,0-.035-.106.086.086,0,0,0-.1-.035c-.041.018-.05.071-.054.115-.113,1.331-.216,2.662-.324,3.994q-.032.4-.065.8a.791.791,0,1,1-1.577-.128l.492-6.081.026-.2c0-.047,0-.1,0-.145l.012-.145a2.856,2.856,0,0,1,2.835-2.56h3.087A2.851,2.851,0,0,1,148.2,115.7l.394,2.351Z' transform='translate(-131.971 -107.227)' fill='%2358585b'/%3E%3Cpath d='M56.355,2.335A2.335,2.335,0,1,1,54.02,0a2.335,2.335,0,0,1,2.335,2.335' transform='translate(-49.108)' fill='%2358585b'/%3E%3Cpath d='M7.669,125.667q.014-.93.027-1.86H7.66a1.76,1.76,0,0,1-1.608-1.9l.492-6.081,0-.022,0-.022.019-.151v-.115l0-.04.014-.165a3.805,3.805,0,0,1,1.02-2.216,2.837,2.837,0,0,0-1.15-.244H3.369a2.856,2.856,0,0,0-2.835,2.56l-.012.145c0,.048,0,.1,0,.145l-.026.2L0,121.989a.791.791,0,1,0,1.577.128q.032-.4.065-.8c.108-1.331.212-2.663.324-3.994,0-.045.013-.1.054-.115a.086.086,0,0,1,.1.035.244.244,0,0,1,.035.106,16.276,16.276,0,0,1,.117,2.415q.024,1.925.048,3.851.014,1.123.028,2.246l-.093,4.853a1.218,1.218,0,0,0,1.339,1.21,1.254,1.254,0,0,0,1.093-1.265v-9.13a.322.322,0,0,1,.644,0v9.13a1.254,1.254,0,0,0,1.093,1.265,1.218,1.218,0,0,0,1.339-1.21l-.095-4.9q0-.072,0-.144' transform='translate(0 -107.226)' fill='%2358585b'/%3E%3Cpath d='M333.411,2.335A2.335,2.335,0,1,0,335.746,0a2.335,2.335,0,0,0-2.335,2.335' transform='translate(-316.785)' fill='%2358585b'/%3E%3Cpath d='M323.172,125.667q-.014-.93-.027-1.86h.036a1.76,1.76,0,0,0,1.608-1.9l-.492-6.081,0-.022,0-.022-.019-.151v-.115l0-.04-.014-.165a3.805,3.805,0,0,0-1.02-2.216,2.837,2.837,0,0,1,1.15-.244h3.087a2.856,2.856,0,0,1,2.835,2.56l.012.145c0,.048,0,.1,0,.145l.026.2.492,6.081a.791.791,0,1,1-1.577.128q-.032-.4-.065-.8c-.108-1.331-.212-2.663-.324-3.994,0-.045-.013-.1-.054-.115a.086.086,0,0,0-.1.035.244.244,0,0,0-.035.106,16.28,16.28,0,0,0-.117,2.415q-.024,1.925-.048,3.851-.014,1.123-.028,2.246l.093,4.853a1.218,1.218,0,0,1-1.339,1.21,1.254,1.254,0,0,1-1.093-1.265v-9.13a.322.322,0,0,0-.643,0v9.13a1.254,1.254,0,0,1-1.093,1.265,1.218,1.218,0,0,1-1.339-1.21l.1-4.9q0-.072,0-.144' transform='translate(-306.968 -107.226)' fill='%2358585b'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-candle {
    width: 5px;
    height: 14px;
}
.icon-candle:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='13'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%2358585b' d='M0 .488h5v13H0z' data-name='Rectangle 603'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 1657'%3E%3Cg fill='%2358585b' fill-rule='evenodd' clip-path='url(%23a)' data-name='Group 1656' transform='translate(0 -.488)'%3E%3Cpath d='M0 5.86h4.733v6.626a.993.993 0 0 1-.947.992H.992A1 1 0 0 1 0 12.486V5.86' data-name='Path 5836'/%3E%3Cpath d='M1.668 5.184c-2.795-1.938.27-3.291.586-5.184 2.434 1.848 2.479 3.832 1.037 4.823.09-1.037.045-1.938-.676-2.254-.135 1.037-1.442 1.217-.947 2.615' data-name='Path 5837'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='13'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%2358585b' d='M0 .488h5v13H0z' data-name='Rectangle 603'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='Group 1657'%3E%3Cg fill='%2358585b' fill-rule='evenodd' clip-path='url(%23a)' data-name='Group 1656' transform='translate(0 -.488)'%3E%3Cpath d='M0 5.86h4.733v6.626a.993.993 0 0 1-.947.992H.992A1 1 0 0 1 0 12.486V5.86' data-name='Path 5836'/%3E%3Cpath d='M1.668 5.184c-2.795-1.938.27-3.291.586-5.184 2.434 1.848 2.479 3.832 1.037 4.823.09-1.037.045-1.938-.676-2.254-.135 1.037-1.442 1.217-.947 2.615' data-name='Path 5837'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-play {
    width: 76px;
    height: 76px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76.353' height='76.353'%3E%3Cpath fill='%2327a44e' d='M18.905 13.549h44.25v47.818h-44.25z' data-name='Rectangle 602'/%3E%3Cpath fill='%23efefef' d='M38.176 0a38.176 38.176 0 1 0 38.177 38.176A38.166 38.166 0 0 0 38.176 0Zm-7.635 55.356V21l15.826 11.866 7.08 5.31Z' data-name='Path 5834'/%3E%3C/svg%3E") no-repeat center/contain;
}
.icon-play:before {
    display: none;
}
.icon-euro {
    width: 10px;
    height: 14px;
}
.icon-euro:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.828' height='13.447'%3E%3Cpath fill='%2358585b' d='m9.167 4.702-.624 1.38H4.368q-.026.316-.026.659 0 .325.018.624h3.594l-.677 1.424H4.59a3.1 3.1 0 0 0 1.03 1.718 2.727 2.727 0 0 0 1.709.549 3.173 3.173 0 0 0 1.468-.316 7.505 7.505 0 0 0 .976-.58l1.011 2.118a4.663 4.663 0 0 1-1.578.879 5.977 5.977 0 0 1-1.876.29 5.338 5.338 0 0 1-3.529-1.218 5.95 5.95 0 0 1-1.947-3.44H0l.519-1.424h1.142q-.018-.308-.018-.624 0-.334.026-.659H0l.519-1.38h1.335A5.973 5.973 0 0 1 3.796 1.23 5.319 5.319 0 0 1 7.329 0a5.411 5.411 0 0 1 3.5 1.2l-1 2.136a8.835 8.835 0 0 0-1.02-.606 3.155 3.155 0 0 0-1.477-.325 2.7 2.7 0 0 0-1.709.558A3.157 3.157 0 0 0 4.59 4.702Z' data-name='Path 6008'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.828' height='13.447'%3E%3Cpath fill='%2358585b' d='m9.167 4.702-.624 1.38H4.368q-.026.316-.026.659 0 .325.018.624h3.594l-.677 1.424H4.59a3.1 3.1 0 0 0 1.03 1.718 2.727 2.727 0 0 0 1.709.549 3.173 3.173 0 0 0 1.468-.316 7.505 7.505 0 0 0 .976-.58l1.011 2.118a4.663 4.663 0 0 1-1.578.879 5.977 5.977 0 0 1-1.876.29 5.338 5.338 0 0 1-3.529-1.218 5.95 5.95 0 0 1-1.947-3.44H0l.519-1.424h1.142q-.018-.308-.018-.624 0-.334.026-.659H0l.519-1.38h1.335A5.973 5.973 0 0 1 3.796 1.23 5.319 5.319 0 0 1 7.329 0a5.411 5.411 0 0 1 3.5 1.2l-1 2.136a8.835 8.835 0 0 0-1.02-.606 3.155 3.155 0 0 0-1.477-.325 2.7 2.7 0 0 0-1.709.558A3.157 3.157 0 0 0 4.59 4.702Z' data-name='Path 6008'/%3E%3C/svg%3E");
}
.icon-facebook-solid {
    width: 28px;
    height: 28px;
}
.icon-facebook-solid:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.591' height='28.741'%3E%3Cpath fill='%23ccc' d='M28.591 14.532a14.3 14.3 0 1 0-16.529 14.2V18.685H8.434v-4.159h3.627v-3.164c0-3.6 2.132-5.6 5.4-5.6a21.83 21.83 0 0 1 3.2.282v3.544h-1.8a2.073 2.073 0 0 0-2.329 2.247v2.7h3.958l-.631 4.159h-3.33v10.05a14.371 14.371 0 0 0 12.062-14.212Z' data-name='Path 5819'/%3E%3Cpath fill='none' d='M0 0h28.591v28.591H0Z' data-name='Path 5820'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.591' height='28.741'%3E%3Cpath fill='%23ccc' d='M28.591 14.532a14.3 14.3 0 1 0-16.529 14.2V18.685H8.434v-4.159h3.627v-3.164c0-3.6 2.132-5.6 5.4-5.6a21.83 21.83 0 0 1 3.2.282v3.544h-1.8a2.073 2.073 0 0 0-2.329 2.247v2.7h3.958l-.631 4.159h-3.33v10.05a14.371 14.371 0 0 0 12.062-14.212Z' data-name='Path 5819'/%3E%3Cpath fill='none' d='M0 0h28.591v28.591H0Z' data-name='Path 5820'/%3E%3C/svg%3E");
}
.icon-pinterest {
    width: 28px;
    height: 28px;
}
.icon-pinterest:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.591' height='28.591' data-name='social pinterest'%3E%3Cg data-name='Group 1606'%3E%3Cpath fill='%23ccc' d='M14.295 5a9.3 9.3 0 0 0-3.729 17.811 8.113 8.113 0 0 1 .159-2.135l1.2-5.065a3.573 3.573 0 0 1-.3-1.47c0-1.38.8-2.408 1.793-2.408a1.248 1.248 0 0 1 1.256 1.4 19.628 19.628 0 0 1-.824 3.3 1.441 1.441 0 0 0 1.47 1.787c1.763 0 2.945-2.264 2.945-4.946 0-2.036-1.37-3.56-3.863-3.56a4.4 4.4 0 0 0-4.582 4.452 2.689 2.689 0 0 0 .611 1.822.442.442 0 0 1 .134.516c-.045.174-.144.586-.189.745a.319.319 0 0 1-.467.233 3.583 3.583 0 0 1-1.9-3.55c0-2.642 2.225-5.8 6.644-5.8a5.554 5.554 0 0 1 5.884 5.323c0 3.645-2.026 6.371-5.015 6.371a2.662 2.662 0 0 1-2.269-1.157s-.541 2.14-.655 2.552a7.749 7.749 0 0 1-.934 1.991A9.295 9.295 0 1 0 14.295 5Z' data-name='Path 5821'/%3E%3C/g%3E%3Cpath fill='none' d='M0 0h28.591v28.591H0Z' data-name='Path 5822'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.591' height='28.591' data-name='social pinterest'%3E%3Cg data-name='Group 1606'%3E%3Cpath fill='%23ccc' d='M14.295 5a9.3 9.3 0 0 0-3.729 17.811 8.113 8.113 0 0 1 .159-2.135l1.2-5.065a3.573 3.573 0 0 1-.3-1.47c0-1.38.8-2.408 1.793-2.408a1.248 1.248 0 0 1 1.256 1.4 19.628 19.628 0 0 1-.824 3.3 1.441 1.441 0 0 0 1.47 1.787c1.763 0 2.945-2.264 2.945-4.946 0-2.036-1.37-3.56-3.863-3.56a4.4 4.4 0 0 0-4.582 4.452 2.689 2.689 0 0 0 .611 1.822.442.442 0 0 1 .134.516c-.045.174-.144.586-.189.745a.319.319 0 0 1-.467.233 3.583 3.583 0 0 1-1.9-3.55c0-2.642 2.225-5.8 6.644-5.8a5.554 5.554 0 0 1 5.884 5.323c0 3.645-2.026 6.371-5.015 6.371a2.662 2.662 0 0 1-2.269-1.157s-.541 2.14-.655 2.552a7.749 7.749 0 0 1-.934 1.991A9.295 9.295 0 1 0 14.295 5Z' data-name='Path 5821'/%3E%3C/g%3E%3Cpath fill='none' d='M0 0h28.591v28.591H0Z' data-name='Path 5822'/%3E%3C/svg%3E");
}
.icon-reddit {
    width: 28px;
    height: 28px;
}
.icon-reddit:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.591' height='28.591' data-name='social reddit'%3E%3Cg data-name='Group 1607'%3E%3Cpath fill='%23ccc' d='M25.59 14.076a2.458 2.458 0 0 0-2.607-2.265 2.808 2.808 0 0 0-1.671.544c-.011 0-.026.014-.042.023a14.358 14.358 0 0 0-6.418-1.629l1.482-3.665 3.7.769a2 2 0 0 0 2.123 1.844 2 2 0 0 0 2.123-1.849A2 2 0 0 0 22.153 6a2.149 2.149 0 0 0-1.963 1.153l-4.378-.911-1.824 4.5A14.455 14.455 0 0 0 7.3 12.369a2.8 2.8 0 0 0-1.7-.558A2.453 2.453 0 0 0 3 14.076a2.208 2.208 0 0 0 1.2 1.9 3.351 3.351 0 0 0-.074.686c0 3.271 4.552 5.93 10.144 5.93s10.15-2.658 10.15-5.93a3.475 3.475 0 0 0-.068-.663 2.229 2.229 0 0 0 1.238-1.923Zm-7.863 2.933a1.5 1.5 0 0 1-1.6-1.4 1.508 1.508 0 0 1 1.6-1.391 1.508 1.508 0 0 1 1.6 1.391 1.5 1.5 0 0 1-1.599 1.4Zm.315 2.37a5.731 5.731 0 0 1-3.784 1.062c-2.607 0-3.648-1.029-3.7-1.075a.325.325 0 0 1 .047-.5.457.457 0 0 1 .573.037 4.592 4.592 0 0 0 3.075.828 5.069 5.069 0 0 0 3.2-.842.457.457 0 0 1 .578 0 .319.319 0 0 1 .012.49Zm-8.587-3.766a1.508 1.508 0 0 1 1.6-1.391 1.508 1.508 0 0 1 1.6 1.391 1.5 1.5 0 0 1-1.6 1.4 1.5 1.5 0 0 1-1.6-1.4Z' data-name='Path 5825'/%3E%3C/g%3E%3Cpath fill='none' d='M0 0h28.591v28.591H0Z' data-name='Path 5826'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.591' height='28.591' data-name='social reddit'%3E%3Cg data-name='Group 1607'%3E%3Cpath fill='%23ccc' d='M25.59 14.076a2.458 2.458 0 0 0-2.607-2.265 2.808 2.808 0 0 0-1.671.544c-.011 0-.026.014-.042.023a14.358 14.358 0 0 0-6.418-1.629l1.482-3.665 3.7.769a2 2 0 0 0 2.123 1.844 2 2 0 0 0 2.123-1.849A2 2 0 0 0 22.153 6a2.149 2.149 0 0 0-1.963 1.153l-4.378-.911-1.824 4.5A14.455 14.455 0 0 0 7.3 12.369a2.8 2.8 0 0 0-1.7-.558A2.453 2.453 0 0 0 3 14.076a2.208 2.208 0 0 0 1.2 1.9 3.351 3.351 0 0 0-.074.686c0 3.271 4.552 5.93 10.144 5.93s10.15-2.658 10.15-5.93a3.475 3.475 0 0 0-.068-.663 2.229 2.229 0 0 0 1.238-1.923Zm-7.863 2.933a1.5 1.5 0 0 1-1.6-1.4 1.508 1.508 0 0 1 1.6-1.391 1.508 1.508 0 0 1 1.6 1.391 1.5 1.5 0 0 1-1.599 1.4Zm.315 2.37a5.731 5.731 0 0 1-3.784 1.062c-2.607 0-3.648-1.029-3.7-1.075a.325.325 0 0 1 .047-.5.457.457 0 0 1 .573.037 4.592 4.592 0 0 0 3.075.828 5.069 5.069 0 0 0 3.2-.842.457.457 0 0 1 .578 0 .319.319 0 0 1 .012.49Zm-8.587-3.766a1.508 1.508 0 0 1 1.6-1.391 1.508 1.508 0 0 1 1.6 1.391 1.5 1.5 0 0 1-1.6 1.4 1.5 1.5 0 0 1-1.6-1.4Z' data-name='Path 5825'/%3E%3C/g%3E%3Cpath fill='none' d='M0 0h28.591v28.591H0Z' data-name='Path 5826'/%3E%3C/svg%3E");
}
.icon.green::before {
    background-color: var(--color-green);
}
.link-with-arrow {
    display: inline-flex;
    font-weight: 600;
    font-family: var(--font-secondary);
    align-items: center;
    gap: 4px;
    color: var(--color-gray-dark);
    transition: 0.3s ease;
    position: relative;
}
.link-with-arrow .icon {
    width: 7px;
    height: 9px;
}
.link-with-arrow__arrow {
    overflow: hidden;
    position: relative;
    height: 16px;
    width: 16px;
}
.link-with-arrow__arrow .arrow-1,
.link-with-arrow__arrow .arrow-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}
.link-with-arrow__arrow .arrow-1 {
    transform: translateX(-100%);
}
.link-with-arrow__arrow .arrow-2 {
    transform: translateX(0);
}
.link-with-arrow:hover {
    color: var(--color-green);
}
.link-with-arrow:hover .arrow-1 {
    transform: translateX(0);
}
.link-with-arrow:hover .arrow-2 {
    transform: translateX(100%);
}
.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-gray);
    border-radius: 50%;
    border-top: 5px solid transparent;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* stylelint-disable */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* stylelint-enable */
.margin {
    display: block;
    width: 100%;
}
.margin--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: 200px;
    }
}
@media only screen and (max-width: 1600px) {
    .margin--240 {
        height: 180px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--240 {
        height: 160px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--240 {
        height: 128px;
    }
}
.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: 140px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--200 {
        height: 128px;
    }
}
.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: 128px;
    }
}
.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--154 {
    height: 154px;
}
@media only screen and (max-width: 1919px) {
    .margin--154 {
        height: 130px;
    }
}
@media only screen and (max-width: 1600px) {
    .margin--154 {
        height: 110px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--154 {
        height: 108px;
    }
}
.margin--140 {
    height: 140px;
}
@media only screen and (max-width: 1600px) {
    .margin--140 {
        height: 128px;
    }
}
.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;
}
.margin--36 {
    height: 36px;
}
@media only screen and (max-width: 1200px) {
    .margin--36 {
        height: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--36 {
        height: 24px;
    }
}
.margin--32 {
    height: 32px;
}
@media only screen and (max-width: 767px) {
    .margin--32 {
        height: 24px;
    }
}
.margin--30 {
    height: 30px;
}
@media only screen and (max-width: 767px) {
    .margin--30 {
        height: 24px;
    }
}
.margin--24 {
    height: 24px;
}
.margin--20 {
    height: 20px;
}
.margin--16 {
    height: 16px;
}
.mod-input {
    width: 100%;
    position: relative;
    font-family: var(--font-secondary);
}
.mod-input ::-webkit-input-placeholder {
    color: #58585b;
    opacity: 1;
}
.mod-input :-ms-input-placeholder {
    color: #58585b;
    opacity: 1;
}
.mod-input ::placeholder {
    color: #58585b;
    opacity: 1;
}
.mod-input__label {
    position: relative;
    margin: 0 0 4px;
    display: block;
    z-index: 4;
    font-weight: 600;
}
.mod-input__field {
    position: relative;
    width: 100%;
    height: 38px;
    border: 1px solid var(--color-gray-dark);
    border-radius: 24px;
    background: var(--color-background);
    outline: none;
    z-index: 1;
    font-size: 16px;
    font-family: var(--font-secondary);
    padding: 4px 22px;
    font-weight: 600;
    color: var(--color-gray);
    transition: border-color 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mod-input__field:focus {
    border-color: var(--color-green);
}
.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-gray) !important;
    -webkit-text-fill-color: var(--color-gray) !important;
}
.mod-input__field:-webkit-autofill::selection {
    background-color: transparent !important;
    -webkit-text-fill-color: var(--color-gray) !important;
}
.mod-input__inner {
    position: relative;
}
.mod-input textarea {
    resize: vertical;
    min-height: 122px;
    padding: 10px 22px;
}
.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;
}
@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: 2px;
}

.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: 14px;
    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(204, 1, 0, 0.5);
    border: 1px solid var(--color-validation-failed);
}

.form-success-message {
    background-color: rgba(102, 187, 106, 0.5);
    border: 1px solid var(--color-success);
}

.title--h6, .title--h5, .title--h4, .title--h3, .title--h2, .title--h1 {
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--font-secondary);
}

.title--h1 {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: 0.5px;
}
@media only screen and (max-width: 1200px) {
    .title--h1 {
        font-size: 44px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h1 {
        font-size: 42px;
        letter-spacing: 0;
    }
}
@media only screen and (max-width: 767px) {
    .title--h1 {
        font-size: 30px;
    }
}

.title--h2 {
    font-size: 48px;
    line-height: 1;
}
@media only screen and (max-width: 1600px) {
    .title--h2 {
        font-size: 44px;
    }
}
@media only screen and (max-width: 1200px) {
    .title--h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h2 {
        font-size: 30px;
        line-height: 1.1;
    }
}

.title--h3 {
    line-height: 1.3;
    font-size: 32px;
}
@media only screen and (max-width: 1200px) {
    .title--h3 {
        font-size: 30px;
        line-height: 1.1;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h3 {
        font-size: 22px;
        line-height: 1.3;
    }
}

.title--h4 {
    font-size: 30px;
}
@media only screen and (max-width: 1200px) {
    .title--h4 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h4 {
        font-size: 24px;
    }
}

.title--h5 {
    font-size: 22px;
}

.title--h6 {
    font-size: 20px;
}

.title strong {
    color: var(--color-green);
}
.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-gray-dark);
}
.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);
}
.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 {
    user-select: none;
}
.radio-button__text {
    transition: color 0.3s ease;
}
.radio-button__label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    margin: 0;
    min-height: 24px;
    display: block;
}
.radio-button__label::after, .radio-button__label:before {
    content: "";
    left: 0;
    top: 2px;
    position: absolute;
    pointer-events: none;
    width: 18px;
    height: 18px;
    border-radius: 100%;
}
.radio-button__label:before {
    background-color: var(--color-background);
    border: 1px solid var(--color-gray-dark);
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.radio-button__label::after {
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 8px;
    height: 8px;
    left: 5px;
    top: 7px;
    background-color: var(--color-gray);
}
.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);
}
.dropdown {
    width: 100%;
    position: relative;
    max-width: 384px;
    font-family: var(--font-secondary);
    color: var(--color-gray);
}
.dropdown__label {
    position: relative;
    margin: 0 0 4px;
    display: block;
    z-index: 4;
    font-weight: 600;
}
.dropdown__placeholder {
    position: relative;
    width: 100%;
    height: 38px;
    border: 1px solid var(--color-gray);
    background-color: var(--color-background);
    border-radius: 24px;
    outline: none;
    z-index: 1;
    font-size: 16px;
    padding: 4px 22px;
    font-weight: 600;
    align-items: center;
    display: flex;
    cursor: pointer;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}
.dropdown__placeholder .icon {
    width: 12px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    pointer-events: none;
    transition: transform 0.3s ease;
}
.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-background);
    border: 1px solid var(--color-gray);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 16px 16px;
}
.dropdown__list-item {
    position: relative;
    border-bottom: 1px solid rgba(88, 88, 91, 0.2);
}
.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(88, 88, 91, 0.2);
        scrollbar-face-color: rgba(88, 88, 91, 0.2);
        scrollbar-arrow-color: rgba(88, 88, 91, 0.2);
        /* 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(88, 88, 91, 0.2);
    }
    .dropdown__list-inner ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(88, 88, 91, 0.2);
    }
    .dropdown__list-inner::-webkit-scrollbar-thumb {
        background: rgba(88, 88, 91, 0.2);
        width: 2px;
        border-radius: 0;
    }
    .dropdown__list-inner::-webkit-scrollbar-thumb:hover {
        background: rgba(88, 88, 91, 0.2);
    }
    .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 {
    font-weight: 700;
    background-color: rgba(88, 88, 91, 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(88, 88, 91, 0.1);
}
.dropdown__list-option.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.dropdown__search {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 8px;
    z-index: 3;
    opacity: 0;
    border-bottom: 1px solid rgba(88, 88, 91, 0.2);
    pointer-events: none;
    background-color: var(--color-background);
}
.dropdown__search input {
    background-color: var(--color-background);
    width: 100%;
    height: 38px;
    border-radius: 0;
    padding: 0 10px;
    outline: none;
    color: var(--color-gray-800);
    font-size: 16px;
    border: 1px solid var(--color-gray);
    transition: border-color 0.3s ease;
}
.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--search .dropdown__list {
    padding-top: 55px;
}
.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);
    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;
}
@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: 800px;
    bottom: 0;
    z-index: 998;
    transition: opacity 0.5s ease;
    padding: 24px 36px;
    opacity: 0;
    pointer-events: none;
    background-color: var(--color-background);
    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;
    color: var(--color-green);
}
.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--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: 20px;
    height: 20px;
    will-change: transform;
    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: 1px solid var(--color-gray);
    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-gray-3);
    padding: 0 0 16px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.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: 700;
}
@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: 30px;
    height: 30px;
    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 {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}
.advance-cookie-banner__close .icon::before {
    background-color: currentColor;
}
.advance-cookie-banner__close:hover .icon {
    transform: scale(0.9);
}
.big-card .btn::before {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

.big-card {
    max-width: 458px;
    width: 100%;
    position: relative;
}
.big-card__image {
    width: 100%;
    padding-bottom: 49%;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
@media only screen and (max-width: 1022px) {
    .big-card__image {
        border-radius: 20px;
        padding-bottom: 48%;
        margin-bottom: 25px;
    }
}
.big-card__image img {
    transition: transform 0.3s ease;
}
.big-card__image.normal-image img {
    object-fit: contain;
    transform: scale(1) !important;
}
.big-card__title {
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}
@media only screen and (max-width: 1022px) {
    .big-card__title {
        line-height: 1.4;
    }
}
.big-card__info, .big-card__author {
    font-size: 11px;
}
@media only screen and (max-width: 1022px) {
    .big-card__info, .big-card__author {
        font-size: 13px;
    }
}
.big-card .btn {
    margin-top: 28px;
    min-width: 1px;
    padding: 4px 26px;
}
.big-card .btn::before {
    content: "";
    z-index: 3;
}
.big-card .editor-text {
    margin-top: 20px;
    line-height: 1.66;
}
.big-card__info {
    margin-top: 24px;
}
@media only screen and (max-width: 1022px) {
    .big-card__info {
        font-size: 11px;
    }
}
.big-card:hover img {
    transform: scale(1.04);
}
@media only screen and (min-width: 1023px) {
    .big-card--horizontal {
        max-width: 980px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 64px;
    }
    .big-card--horizontal .big-card__image {
        margin-bottom: 0;
    }
}
.checkbox-group__label {
    margin-bottom: 16px;
}
.checkbox-group__list {
    display: grid;
    grid-gap: 16px;
}
.checkbox-group__list.rows {
    grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1022px) {
    .checkbox-group__list.rows {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .checkbox-group__list.rows {
        grid-template-columns: 1fr;
    }
}
.checkbox-group .checkbox .fv-plugins-message-container,
.checkbox-group .checkbox .validation-message {
    display: none;
}
.checkbox-group .fv-plugins-message-container,
.checkbox-group .validation-message {
    display: none;
    margin-top: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.checkbox-group.failed .fv-plugins-message-container.group-error,
.checkbox-group.failed .validation-message {
    display: block;
    margin-top: 16px;
}
.checkbox-group.failed .checkbox__label::before {
    border-color: var(--color-validation-failed);
}
.detail-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s var(--easing-ease-motion), visibility 0.3s var(--easing-ease-motion);
}
.detail-modal.is-open-modal {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
@media only screen and (min-width: 1023px) {
    .detail-modal {
        scrollbar-track-color: #2b5487;
        scrollbar-face-color: #fff;
        scrollbar-arrow-color: #fff;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .detail-modal::-webkit-scrollbar {
        width: 4px;
    }
    .detail-modal ::-webkit-scrollbar-track {
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background: #2b5487;
    }
    .detail-modal ::-webkit-scrollbar-thumb:window-inactive {
        background: #95aac3;
    }
    .detail-modal::-webkit-scrollbar-thumb {
        background: #fff;
        width: 4px;
        border-radius: 8px;
    }
    .detail-modal::-webkit-scrollbar-thumb:hover {
        background: #d5dde7;
    }
    .detail-modal ::-webkit-scrollbar {
        width: 4px;
    }
}
.detail-modal__overlay {
    pointer-events: all;
}
.detail-modal .container {
    margin: auto;
}
.detail-modal__inner {
    width: 100%;
    border: 1px solid var(--color-gray);
    border-radius: 15px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.03);
    background-color: var(--color-background);
    padding: 55px 38px;
    margin: auto;
    position: relative;
    z-index: 4;
}
@media only screen and (max-width: 767px) {
    .detail-modal__inner {
        padding: 40px 25px;
    }
}
.detail-modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    margin-left: auto;
}
@media only screen and (max-width: 767px) {
    .detail-modal__close {
        right: 18px;
        top: 18px;
    }
}
.detail-modal__close .icon {
    transition: transform 0.3s ease;
}
.detail-modal__close:hover .icon::before {
    background-color: var(--color-green);
}
.detail-modal__title {
    line-height: 1.2;
}
.detail-modal__sub-title {
    letter-spacing: 1px;
}
.detail-modal__header {
    margin-bottom: 18px;
    display: grid;
    grid-gap: 6px;
}
.detail-modal .editor-text {
    font-weight: 400;
    line-height: 1.35;
}
@media only screen and (max-width: 1022px) {
    .detail-modal .editor-text {
        line-height: 1.5;
    }
}
.detail-modal .editor-text ol,
.detail-modal .editor-text ul {
    padding-left: 0;
}
.detail-modal .editor-text ol li,
.detail-modal .editor-text ul li {
    padding-left: 12px;
}
.detail-modal__image {
    max-width: 338px;
    width: 100%;
    margin: 82px auto 0;
}
@media only screen and (max-width: 767px) {
    .detail-modal__image {
        margin-top: 46px;
        max-width: 280px;
    }
}
.detail-modal__image img {
    width: 100%;
    height: auto;
    max-height: 224px;
    object-fit: contain;
}
@media only screen and (max-width: 767px) {
    .detail-modal__image img {
        border-radius: 15px;
    }
}
.toggle-switch {
    font-family: var(--font-secondary);
}
.toggle-switch__label {
    margin-bottom: 8px;
}
.toggle-switch__list {
    background-color: var(--color-white);
    border: 1px solid var(--color-gray);
    border-radius: 100px;
    display: flex;
}
.toggle-switch__list-item {
    flex: 1;
}
.toggle-switch .radio-button {
    min-height: 100%;
    display: flex;
    text-align: center;
}
.toggle-switch .radio-button .fv-plugins-message-container,
.toggle-switch .radio-button .validation-message {
    display: none;
}
.toggle-switch .radio-button__label {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100px;
    line-height: 1.2;
    padding: 8px 12px;
    width: 100%;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.toggle-switch .radio-button__label:after, .toggle-switch .radio-button__label:before {
    display: none;
}
.toggle-switch .radio-button input:checked + .radio-button__label {
    background-color: var(--color-gray);
    color: var(--color-white);
}
.toggle-switch .fv-plugins-message-container,
.toggle-switch .validation-message {
    display: none;
    margin-top: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.toggle-switch.failed .fv-plugins-message-container.group-error,
.toggle-switch.failed .validation-message {
    display: block;
    margin-top: 16px;
}
.toggle-switch.failed .radio-button__label::before {
    border-color: var(--color-validation-failed);
}
.embeded-video {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 100%;
    color: var(--color-white);
    background-color: var(--color-black);
    border-radius: 10px;
    overflow: hidden;
}
.embeded-video__wrapper {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.24%;
}
.embeded-video__wrapper.is-playing .hide-on-play {
    opacity: 0;
    pointer-events: none;
}
.embeded-video__wrapper.is-playing::before, .embeded-video__wrapper.is-playing::after {
    opacity: 0;
}
.embeded-video__play-button {
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
}
.embeded-video__play-button .icon {
    width: 115px;
    height: 115px;
}
@media only screen and (max-width: 1022px) {
    .embeded-video__play-button .icon {
        width: 60px;
        height: 60px;
    }
}
.embeded-video .hide-on-play {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.embeded-video__iframe-container {
    width: 100%;
    height: 100%;
    z-index: 4;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    pointer-events: all;
}
.form-component {
    width: 100%;
    position: relative;
    max-width: 685px;
    margin: 0 auto;
}
.form-component__body {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 14px;
}
@media only screen and (max-width: 1022px) {
    .form-component__body {
        grid-gap: 20px;
    }
}
.form-component__submit {
    margin-top: 26px;
}
.form-component__item-text {
    line-height: 1.7;
}
@media only screen and (max-width: 1022px) {
    .form-component__item-text {
        line-height: 1.55;
    }
}
.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: 1022px) {
    .form-component .editor-text {
        margin-top: 10px;
    }
}
.form-component .btn {
    min-width: 1px;
    padding: 4px 32px;
}
.form-component.show-thankyou .form-component__form {
    display: none;
}
.form-component.show-thankyou .form-component__success {
    display: flex;
}
.card {
    width: 100%;
    max-width: 374px;
    overflow: hidden;
    background-color: var(--color-white);
    box-shadow: var(--box-shadow);
    position: relative;
    display: flex;
    flex-direction: column;
}
.card__image {
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: -1px;
    overflow: hidden;
    background-color: var(--color-gray-light);
}
.card__image img {
    transform: scale(1.00001);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.card__info {
    margin-bottom: 8px;
}
.card__info-separator {
    display: inline-block;
    margin: 0 4px;
}
.card__title {
    margin-bottom: 10px;
}
.card__text {
    padding-right: 30px;
    margin-bottom: 12px;
}
.card__content {
    border: 1px solid rgba(239, 239, 239, 0.5);
    border-radius: 0 0 20px 20px;
    padding: 16px 24px 32px;
    flex: auto;
    display: flex;
    flex-direction: column;
}
.card__link {
    z-index: 3;
    font-size: 0;
    opacity: 0;
}
.card__button {
    margin-top: auto;
}
.card:hover .card__image img {
    transform: scale(1.06);
}
.card:hover .link-with-arrow {
    color: var(--color-green);
}
.card:hover .link-with-arrow .arrow-1 {
    transform: translateX(0);
}
.card:hover .link-with-arrow .arrow-2 {
    transform: translateX(100%);
}
.card:hover .primary-btn {
    color: var(--color-green);
    border-color: var(--color-green);
}
.card__video-link {
    border: 1px solid var(--color-gray-3);
    z-index: 4;
}
.card__video-link .icon {
    transition: transform 0.4s ease;
}
.card__video-link:hover .icon {
    transform: scale(0.9);
}
.card.has-secondary-btn .card__button {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
.card--secondary {
    text-align: center;
}
.card--secondary .card__info {
    margin-bottom: 20px;
}
.card--secondary .card__title {
    margin-bottom: 22px;
}
.card--secondary .card__content {
    border: 0;
    padding: 30px;
}
.card--secondary .card__text {
    text-align: center;
    padding: 0;
    line-height: 1.35;
    margin-bottom: 20px;
}
.card--secondary .card__button {
    padding: 0 26px;
}
.card--secondary .card__button .btn {
    width: 100%;
}
.card--tertiary, .card--news {
    text-align: center;
    border-radius: 0;
    max-width: 236px;
    box-shadow: none;
}
.card--tertiary .card__image, .card--news .card__image {
    padding-bottom: 88%;
}
.card--tertiary .card__info, .card--news .card__info {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 11px;
}
.card--tertiary .card__title, .card--news .card__title {
    font-size: 16px;
    margin-bottom: 16px;
}
.card--tertiary .card__text, .card--news .card__text {
    font-size: 10px;
    opacity: 0.8;
    padding: 0;
    margin-bottom: 30px;
}
.card--tertiary .card__content, .card--news .card__content {
    border: 0;
    border-radius: 0;
    padding: 32px 24px 0;
}
.card--tertiary .card__title {
    color: var(--color-gray);
}
.card--tertiary .card__content {
    padding: 35px 0 0;
}
.card--tertiary .card__text {
    font-size: 15px;
    line-height: 1.65;
}
.card--tertiary .btn {
    min-width: 94px;
}
.card--top-title .card__title {
    margin-bottom: 22px;
}
.card--top-title .card__content {
    padding-top: 15px;
}
.form-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    z-index: 999;
    opacity: 0;
    padding: 80px 0;
    visibility: hidden;
    overflow: auto;
    color: var(--color-gray);
    background-color: rgba(0, 0, 0, 0.8);
    font-family: var(--font-secondary);
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .form-modal {
        padding: 40px 0;
    }
}
.form-modal.is-open-modal {
    visibility: visible;
    opacity: 1;
}
.form-modal .container {
    z-index: 3;
    position: relative;
}
.form-modal__main {
    width: 100%;
    background-color: var(--color-white);
    border-radius: 20px;
    padding: 40px;
    min-height: 784px;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1200px) {
    .form-modal__main {
        min-height: 1px;
    }
}
.form-modal__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.form-modal__container {
    max-width: 704px;
}
.form-modal .form-component {
    max-width: 100%;
}
.form-modal .form-component ::-webkit-input-placeholder {
    color: #b2b2b2;
    opacity: 1;
}
.form-modal .form-component :-ms-input-placeholder {
    color: #b2b2b2;
    opacity: 1;
}
.form-modal .form-component ::placeholder {
    color: #b2b2b2;
    opacity: 1;
}
.form-modal .form-component__title {
    color: var(--color-gray);
}
.form-modal .form-component__header {
    margin-bottom: 56px;
    display: grid;
    grid-gap: 18px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .form-modal .form-component__header {
        margin-bottom: 32px;
        grid-gap: 8px;
    }
}
.form-modal .form-component__body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0 116px;
}
@media only screen and (max-width: 1022px) {
    .form-modal .form-component__body {
        grid-gap: 0 60px;
    }
}
@media only screen and (max-width: 767px) {
    .form-modal .form-component__body {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }
}
.form-modal .form-component__success {
    text-align: center;
    padding: 0;
}
.form-modal .form-component .btn {
    min-width: 150px;
    background-color: var(--color-green);
    border-color: var(--color-green);
    color: var(--color-white);
}
.form-modal .form-component .btn:hover {
    border-color: var(--color-green-light);
    background-color: var(--color-green-light);
}
.form-modal .form-component__item-text {
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
}
.form-modal .has-textarea {
    grid-row: span 4;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 767px) {
    .form-modal .has-textarea {
        grid-row: span 1;
    }
}
.form-modal .has-textarea .mod-input__inner,
.form-modal .has-textarea .mod-input {
    display: flex;
    flex: auto;
    flex-direction: column;
}
.form-modal .has-textarea .mod-input__field {
    min-height: 100%;
    padding: 8px 16px;
}
.form-modal .mod-input {
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .form-modal .mod-input {
        margin-bottom: 0;
    }
}
.form-modal .mod-input__label {
    font-weight: 500;
    font-size: 15px;
    margin: 0 0 8px;
}
.form-modal .mod-input__field {
    padding: 4px 16px;
    font-weight: 500;
    background-color: var(--color-white);
    border-color: var(--color-gray);
}
.form-modal .mod-input.is-validation-failed label {
    color: var(--color-gray);
}
.form-modal .mod-input.is-validation-failed .mod-input__field {
    border-color: var(--color-validation-failed);
}
.form-modal .has-info-text,
.form-modal .checkbox-only {
    grid-column: span 2;
}
@media only screen and (max-width: 767px) {
    .form-modal .has-info-text,
    .form-modal .checkbox-only {
        grid-column: span 1;
    }
}
.form-modal .fv-plugins-message-container,
.form-modal .validation-message {
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    left: 0;
    bottom: -24px;
}
@media only screen and (max-width: 767px) {
    .form-modal .fv-plugins-message-container,
    .form-modal .validation-message {
        position: relative;
        bottom: 0;
    }
}
.form-modal .checkbox {
    position: relative;
    font-size: 12px;
}
.form-modal .checkbox__label::after, .form-modal .checkbox__label:before {
    width: 14px;
    height: 14px;
}
.form-modal .checkbox__label::after {
    background-size: 8px auto;
}
.form-modal .checkbox .fv-plugins-message-container {
    padding-left: 28px;
    position: relative;
    bottom: 0;
    margin: -4px 0 4px;
}
.form-modal .checkbox .fv-plugins-message-container div {
    margin-top: 0;
}
.form-modal .checkbox-only {
    margin: 14px 0 0;
}
.form-modal label {
    color: var(--color-gray-dark);
}
.form-modal__close {
    position: absolute;
    right: 24px;
    top: 10px;
    width: 40px;
    height: 40px;
    z-index: 1;
    transition: background-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .form-modal__close {
        right: 6px;
        top: 4px;
    }
}
.form-modal__close:hover {
    background-color: var(--color-gray-200);
}
.form-modal__close .icon {
    width: 20px;
    height: 20px;
}
.image-text {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    gap: 62px;
    align-items: center;
}
@media only screen and (max-width: 1022px) {
    .image-text {
        flex-direction: column-reverse;
        gap: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .image-text {
        gap: 24px;
    }
}
.image-text__content {
    flex: auto;
}
.image-text__image {
    width: 505px;
    height: 328px;
    flex-shrink: 0;
    box-shadow: var(--box-shadow);
    background-color: var(--color-background);
}
@media only screen and (max-width: 1022px) {
    .image-text__image {
        width: 100%;
        height: 0;
        padding-bottom: 65%;
    }
}
.image-text__image-watermark {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 3;
    max-width: 38px;
}
.image-text__image-logo {
    position: absolute;
    z-index: 3;
    top: 22px;
    right: 30px;
    width: 120px;
    height: 120px;
    padding: 26px;
    background-color: var(--color-white);
    border-radius: 100%;
}
@media only screen and (max-width: 767px) {
    .image-text__image-logo {
        width: 82px;
        height: 82px;
        top: 16px;
        right: 16px;
        padding: 18px;
    }
}
.image-text__image-logo img {
    max-width: 92px;
    object-fit: contain;
}
.image-text__image-link {
    z-index: 4;
}
.image-text__image-link--video {
    background-color: rgba(0, 0, 0, 0.5);
}
.image-text .title {
    margin-bottom: 12px;
}
@media only screen and (max-width: 1022px) {
    .image-text .title {
        font-size: 22px;
        line-height: 1.3;
    }
}
.image-text__button {
    margin-top: 24px;
    display: flex;
    gap: 16px;
}
@media only screen and (max-width: 1022px) {
    .image-text__button {
        margin-top: 10px;
    }
}
.image-text__button .btn {
    min-width: 146px;
}
.image-text__text {
    padding-right: 40px;
}
@media only screen and (max-width: 1022px) {
    .image-text__text {
        padding-right: 0;
    }
}
.image-text--reverse {
    flex-direction: row-reverse;
}
@media only screen and (max-width: 1022px) {
    .image-text--reverse {
        flex-direction: column-reverse;
    }
}
.image-text--centered-logo .image-text__image-logo {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
@media only screen and (max-width: 1022px) {
    .image-text--normal-image {
        text-align: center;
        flex-direction: column;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text--normal-image .title {
        font-size: 30px;
        line-height: 1.1;
    }
}
.image-text--normal-image .image-text__image {
    background-color: transparent;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
@media only screen and (max-width: 1022px) {
    .image-text--normal-image .image-text__image {
        padding: 0;
        margin-top: 12px;
        max-width: 300px;
    }
}
.image-text--normal-image img,
.image-text--normal-image .image-text__image-inner {
    width: auto;
    height: auto;
    position: relative;
}
.image-text--without-shadow .image-text__image {
    box-shadow: none;
}
.facebook-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.24%;
    background-color: var(--color-black);
}
.facebook-video.is-playing .hide-on-play {
    opacity: 0;
    pointer-events: none;
}
.facebook-video .fb-video,
.facebook-video span,
.facebook-video iframe {
    width: 100% !important;
    height: 100% !important;
    z-index: 4 !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    border: 0 !important;
    pointer-events: all !important;
    display: block !important;
}
.facebook-video .hide-on-play {
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.facebook-video__poster {
    z-index: 5;
}
.facebook-video__play-button {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
}
.facebook-video__play-button .icon {
    width: 108px;
    height: 108px;
}
@media only screen and (max-width: 767px) {
    .facebook-video__play-button .icon {
        width: 60px;
        height: 60px;
    }
}
.info-card {
    width: 100%;
    max-width: 302px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--color-background);
    padding: 18px 28px 28px;
    gap: 38px;
    min-height: 398px;
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .info-card {
        padding: 16px;
        gap: 16px;
    }
}
.info-card__info {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.info-card__info-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.info-card__info-item .icon {
    flex-shrink: 0;
}
.info-card__title {
    line-height: 1.25;
    font-size: 22px;
}
.info-card__text {
    margin-top: 10px;
}
.info-card strong {
    font-weight: 700;
}
.info-card__footer {
    margin-top: auto;
}
.info-card__footer-text {
    min-height: 40px;
}
.info-card .btn {
    min-width: 190px;
}
.header-search {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    will-change: opacity;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .header-search {
        align-items: flex-start;
        padding-top: 72px;
    }
}
.header-search__overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1;
}
.header-search.is-open-search, .is-open-search .header-search {
    opacity: 1;
    pointer-events: all;
}
.header-search .container {
    position: relative;
    z-index: 3;
    display: block !important;
}
@media only screen and (max-width: 1022px) {
    .header-search .container {
        max-width: 100%;
    }
}
.header-search__form {
    position: relative;
}
.header-search__input-field {
    box-shadow: none;
    outline: none;
    width: 100%;
    height: 50px;
    background-color: var(--color-white);
    border: 0;
    font-size: 16px;
    padding: 5px 60px 5px 20px;
}
.header-search__submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: var(--color-green);
    transition: background-color 0.3s ease;
}
.header-search__submit i {
    width: 20px;
    height: 20px;
}
.header-search__submit i::before {
    background-color: var(--color-white);
}
.header-search__submit:hover, .header-search__submit:focus {
    background-color: var(--color-gray);
}
.header-search__close {
    position: absolute;
    right: 34px;
    top: 32px;
    z-index: 3;
    height: 40px;
    width: 40px;
    transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .header-search__close {
        right: 14px;
        top: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .header-search__close {
        right: 20px;
        top: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .header-search__close {
        right: 18px;
        top: 15px;
        border-width: 1px;
    }
}
.header-search__close .icon::before {
    background-color: var(--color-white);
}
.header-search__close:hover {
    opacity: 0.8;
}
.header-search__results {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    max-height: 225px;
    padding: 12px 8px;
    background-color: var(--color-white);
    transform: translateY(100%);
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.header-search__results.is-active {
    opacity: 1;
    pointer-events: auto;
}
@media only screen and (max-width: 767px) {
    .header-search__results {
        max-height: 200px;
    }
}
.header-search__results-item {
    height: 44px;
    width: 100%;
    padding: 0 12px;
    display: flex;
    align-items: center;
    font-size: 15px;
    background-color: var(--color-white);
    transition: background-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .header-search__results-item {
        font-size: 14px;
        line-height: 1.1;
        height: 44px;
    }
}
.header-search__results-item:hover, .header-search__results-item.hover {
    background-color: rgba(88, 88, 91, 0.1);
}
.header-search__results-item__text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
}
.logo-slider {
    background-color: var(--color-white);
    width: 100%;
    position: relative;
}
.logo-slider::after, .logo-slider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 34px;
    z-index: 4;
    pointer-events: none;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
}
@media only screen and (max-width: 1022px) {
    .logo-slider::after, .logo-slider::before {
        width: 20px;
    }
}
.logo-slider::after {
    left: initial;
    right: 0;
    transform: scaleX(-1);
}
.logo-slider .swiper {
    padding: 34px;
}
@media only screen and (max-width: 1022px) {
    .logo-slider .swiper {
        padding: 42px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .logo-slider .swiper-slide {
        width: auto;
    }
}
.logo-slider__slide {
    height: 45px;
}
@media only screen and (max-width: 767px) {
    .logo-slider__slide {
        width: 200px;
    }
}
.logo-slider__slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: grayscale(1);
    transition: filter 0.3s ease;
}
.logo-slider__slide:hover img {
    filter: none;
}
.language-switch {
    position: relative;
    text-transform: uppercase;
}
@media only screen and (max-width: 1022px) {
    .language-switch {
        display: none;
    }
}
.language-switch__button {
    padding: 8px 14px;
    gap: 8px;
    min-width: 74px;
    height: 38px;
    border: 1px solid currentColor;
    border-radius: 100px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.language-switch__button .icon {
    transition: transform 0.3s ease;
}
.language-switch__list {
    width: 100%;
    top: 100%;
    position: absolute;
    left: 0;
    z-index: 9;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1022px) {
    .language-switch__list {
        pointer-events: all;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
        position: relative;
        top: 0;
    }
}
.language-switch__list-inner {
    display: grid;
    border: 1px solid currentColor;
    margin-top: -1px;
    border-radius: 0 0 16px 16px;
    background-color: var(--color-white);
}
.language-switch__link {
    padding: 8px 4px 8px 15px;
    justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
    .language-switch__link.is-active, .language-switch__link:hover {
        color: var(--color-green);
    }
}
@media only screen and (min-width: 768px) {
    .language-switch:hover .language-switch__button {
        border-radius: 16px 16px 0 0;
    }
    .language-switch:hover .language-switch__button .icon {
        transform: scaleY(-1);
    }
    .language-switch:hover .language-switch__list {
        opacity: 1;
        pointer-events: all;
        visibility: visible;
    }
}
@media only screen and (max-width: 1022px) {
    .language-switch.is-open .language-switch__list {
        display: block;
    }
    .language-switch.is-open .language-switch__button {
        border-radius: 16px 16px 0 0;
    }
    .language-switch.is-open .language-switch__button .icon {
        transform: scaleY(-1);
    }
}
.pagination {
    position: relative;
    text-align: center;
    width: 100%;
}
.pagination nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pagination .page-numbers {
    width: 34px;
    height: 34px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    line-height: 34px;
    border: 1px solid transparent;
    border-radius: 100%;
}
.pagination .page-numbers .icon {
    width: 10px;
    height: 12px;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.pagination .page-numbers.prev:hover .icon {
    transform: translateX(-5px);
}
.pagination .page-numbers.next:hover .icon {
    transform: translateX(5px);
}
.pagination .page-numbers[href]:not(.prev):not(.next):hover, .pagination .page-numbers.is-active {
    color: var(--color-green);
}
.pagination .page-numbers.is-active {
    color: var(--color-gray);
    border-color: var(--color-gray);
    pointer-events: none;
}
.pagination .page-numbers.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.pagination--secondary .page-numbers[href] {
    min-height: 34px;
    background-color: var(--color-background);
    border: 1px solid var(--color-gray);
    min-width: 58px;
    padding: 4px;
    border-radius: 18px;
    width: auto;
    height: auto;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .pagination--secondary .page-numbers[href] {
        min-width: 34px;
        padding: 8px;
    }
}
.pagination--secondary .page-numbers[href]:hover {
    border-color: var(--color-green);
    color: var(--color-green);
}
.pagination--secondary .page-numbers.prev, .pagination--secondary .page-numbers.next {
    min-width: 1px;
    background-color: transparent;
    border: 0;
}
.pagination--secondary .page-numbers.is-disabled {
    display: none;
}
.pagination--secondary nav {
    gap: 5px;
}
.menu {
    width: 100%;
}
@media only screen and (min-width: 1023px) {
    .menu {
        display: block !important;
    }
}
@media only screen and (max-width: 1022px) {
    .menu {
        position: fixed;
        left: 0;
        top: var(--header-height);
        height: auto;
        overflow: auto;
        display: none;
        background-color: var(--color-white);
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.04);
        transition: visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
}
@media only screen and (max-width: 1022px) {
    .menu nav {
        padding: 10px 20px;
    }
}
.menu__inner {
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .menu__inner {
        display: flex;
        width: 100%;
    }
}
@media only screen and (min-width: 1023px) {
    .menu__list {
        gap: 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__list {
        gap: 0;
        display: grid;
        align-items: flex-start;
    }
}
@media only screen and (min-width: 1023px) {
    .menu__list.level-2 {
        gap: 0;
        grid-gap: 16px;
        min-width: 200px;
        padding-bottom: 40px;
        display: grid;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__list.level-2 {
        padding-bottom: 8px;
    }
}
@media only screen and (min-width: 1023px) {
    .menu__item {
        position: relative;
        z-index: 3;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__item {
        width: 100%;
    }
}
.menu__item.has-sub .menu__link .icon {
    display: flex;
}
@media only screen and (max-width: 1022px) {
    .menu__item.has-sub .menu__link .icon {
        display: none;
    }
}
@media only screen and (min-width: 1023px) {
    .menu__item:hover > .menu__inner > .menu__link, .menu__item:hover > .menu__link {
        color: var(--color-green);
    }
    .menu__item:hover > .menu__inner > .menu__link .icon, .menu__item:hover > .menu__link .icon {
        transform: scaleY(-1);
    }
    .menu__item:hover .menu__dropdown {
        display: grid;
    }
}
.menu__item.is-active > .menu__inner > .menu__link, .menu__item.is-active > .menu__link {
    color: var(--color-green);
}
@media only screen and (min-width: 1023px) {
    .menu__item.is-open-submenu .mega-menu {
        visibility: visible;
        opacity: 1;
    }
}
.menu__item.is-open-submenu .menu__link .icon {
    transform: rotate(-180deg);
}
@media only screen and (max-width: 1022px) {
    .menu__item.is-open-submenu .menu__arrow .icon {
        transform: rotate(-180deg);
    }
    .menu__item.is-open-submenu .menu__link.level-1 {
        color: var(--color-green);
    }
}
.menu__link {
    display: flex;
    align-items: center;
    font-size: 16px;
    min-height: 80px;
}
@media only screen and (max-width: 1200px) {
    .menu__link {
        min-height: 70px;
    }
}
@media only screen and (min-width: 1023px) {
    .menu__link {
        position: relative;
        line-height: normal;
        z-index: 5;
        gap: 6px;
        transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
}
@media only screen and (max-width: 1022px) {
    .menu__link {
        min-height: 46px;
        justify-content: space-between;
        padding: 4px 0;
        width: auto;
    }
}
.menu__link.level-2 {
    min-height: 1px;
    font-size: 15px;
}
@media only screen and (max-width: 1022px) {
    .menu__link.level-2 {
        font-weight: 400;
    }
}
.menu__link .icon {
    width: 12px;
    height: 5px;
    flex-shrink: 0;
    top: 1px;
    display: none;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 1022px) {
    .menu__link .icon {
        transform: rotate(-90deg);
        top: 0;
        width: 12px;
        height: 12px;
        display: flex;
    }
}
.menu__link-text {
    position: relative;
    z-index: 3;
}
.menu__arrow {
    display: flex;
    align-items: center;
    flex: auto;
    justify-content: flex-start;
    padding: 0 10px;
    flex-shrink: 0;
    min-width: 60px;
}
.menu__arrow .icon {
    width: 8px;
    height: 8px;
}
.menu__dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
}
@media only screen and (max-width: 1022px) {
    .menu__dropdown {
        width: 100%;
        top: 0;
        z-index: 9;
        position: relative;
    }
}
.menu__dropdown::before {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    content: "";
    position: absolute;
    left: -100vw;
    top: 0;
    width: 200vw;
    height: 100%;
    background-color: var(--color-background);
}
@media only screen and (max-width: 1022px) {
    .menu__dropdown::before {
        display: none;
    }
}
.menu__footer {
    padding: 40px 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.menu__footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 40px;
    flex-direction: row-reverse;
}
.menu__footer .btn {
    display: flex !important;
}
.menu .language-switch {
    display: block;
}
.quote-slider blockquote {
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--font-secondary);
}

.quote-slider blockquote {
    line-height: 1.3;
    font-size: 32px;
}
@media only screen and (max-width: 1200px) {
    .quote-slider blockquote {
        font-size: 30px;
        line-height: 1.1;
    }
}
@media only screen and (max-width: 1022px) {
    .quote-slider blockquote {
        font-size: 22px;
        line-height: 1.3;
    }
}

.quote-slider {
    text-align: center;
    display: block;
    width: 100%;
    max-width: 780px;
}
.quote-slider .icon {
    margin: 0 auto 30px;
}
@media only screen and (max-width: 1022px) {
    .quote-slider .icon {
        margin: 0 auto 20px;
    }
}
.quote-slider blockquote {
    font-weight: 300;
    margin: 0;
    font-family: var(--font-primary);
    color: var(--color-gray-dark);
}
@media only screen and (max-width: 1022px) {
    .quote-slider blockquote {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .quote-slider blockquote {
        font-size: 22px;
    }
}
.quote-slider__nav {
    margin-top: 20px;
}
.program-card--secondary::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.program-card--secondary .btn::before {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

.program-card {
    position: relative;
    width: 100%;
    max-width: 302px;
    min-height: 470px;
    perspective: 1000px;
    display: flex;
    transform-style: preserve-3d;
    flex-direction: column;
}
.program-card__layer {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: all 0.6s ease-in-out;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    background-color: var(--color-background);
    min-height: 100%;
    position: relative;
    display: flex;
}
.program-card__layer-overlay {
    transform: translateZ(0.1px);
    transform-style: preserve-3d;
    display: flex;
    width: 100%;
}
.program-card__layer-inner {
    transform: translateZ(90px) scale(0.91);
    display: flex;
    flex-direction: column;
    flex: auto;
    width: 100%;
}
.program-card__front {
    z-index: 1;
}
.program-card__back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotateX(0) rotateY(-180deg);
    background-color: var(--color-gray);
    color: var(--color-white);
}
.program-card__back .program-card__layer-inner {
    padding: 42px 24px 36px;
}
.program-card__info {
    padding: 18px 16px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.program-card__info-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.program-card__info-item .icon {
    flex-shrink: 0;
}
.program-card__body {
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 40px;
    gap: 10px;
    justify-content: center;
}
.program-card__image {
    max-width: 142px;
    margin: 10px auto;
}
.program-card__image:not(.bg-image) img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 140px;
}
.program-card__more-btn.btn {
    width: auto;
    min-width: 190px;
    color: var(--color-gray-dark) !important;
    border-color: currentColor !important;
}
.program-card__more-btn.btn:hover {
    color: var(--color-green) !important;
}
.program-card__footer {
    border-top: 0.5px solid var(--color-gray-dark);
    padding: 10px 16px;
}
.program-card__footer-title {
    margin-bottom: 6px;
}
.program-card__logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.program-card__logos img {
    max-width: 80px;
    filter: grayscale(1);
    max-height: 30px;
    transition: 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.program-card__logos-item {
    transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}
.program-card__logos-item[href]:hover img {
    filter: grayscale(0);
}
.program-card__close {
    position: absolute;
    top: 14px;
    right: 14px;
}
.program-card .editor-text {
    text-align: left;
    flex: auto;
    overflow: auto;
    margin-bottom: 16px;
    padding-right: 4px;
    scrollbar-track-color: rgba(255, 255, 255, 0.4);
    scrollbar-face-color: rgba(255, 255, 255, 0.2);
    scrollbar-arrow-color: rgba(255, 255, 255, 0.2);
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}
.program-card .editor-text::-webkit-scrollbar {
    width: 4px;
}
.program-card .editor-text ::-webkit-scrollbar-track {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.4);
}
.program-card .editor-text ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}
.program-card .editor-text::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    width: 4px;
    border-radius: 8px;
}
.program-card .editor-text::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.24);
}
.program-card .editor-text ::-webkit-scrollbar {
    width: 4px;
}
.program-card .editor-text h3,
.program-card .editor-text h4,
.program-card .editor-text h5 {
    font-size: 18px;
    font-family: var(--font-primary);
    margin: 0 0 6px;
}
.program-card .editor-text h3 + span,
.program-card .editor-text h4 + span,
.program-card .editor-text h5 + span {
    margin: 0 0 12px;
    display: block;
}
.program-card .editor-text p {
    margin: 0 0 6px;
}
.program-card .editor-text p + h3, .program-card .editor-text p + h4, .program-card .editor-text p + h5 {
    margin-top: 24px;
}
.program-card .editor-text p + span {
    margin: 0 0 12px;
    display: block;
}
.program-card__button {
    text-align: center;
    width: 100%;
    margin-top: auto;
}
.program-card.is-open .program-card__front {
    transform: rotateX(0) rotateY(180deg);
}
.program-card.is-open .program-card__back {
    transform: none;
}
.program-card--default .btn {
    max-width: initial;
    border-color: var(--color-white);
    color: var(--color-white);
}
.program-card--secondary {
    min-height: 1px;
    background-color: var(--color-background);
    max-width: 302px;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    position: relative;
}
.program-card--secondary::before {
    border-radius: 20px;
    z-index: 1;
    border: 1px solid var(--color-green);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.program-card--secondary .program-card__image {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 0 16px;
    max-width: initial;
}
.program-card--secondary .program-card__button {
    margin-top: 24px;
}
.program-card--secondary .program-card__content {
    padding: 0 20px 16px;
}
.program-card--secondary .program-card__title {
    margin-bottom: 16px;
}
.program-card--secondary .program-card__text {
    line-height: 1.33;
}
.program-card--secondary .btn::before {
    z-index: 3;
    content: "";
}
.program-card--secondary:hover {
    border-color: var(--color-green);
}
.program-card--secondary:hover::before {
    opacity: 1;
}
.program-card--secondary:hover .btn {
    color: var(--color-gray-dark);
    border-color: var(--color-gray-dark);
}
.section-header {
    max-width: 804px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-gap: 22px;
}
@media only screen and (max-width: 1022px) {
    .section-header {
        grid-gap: 16px;
    }
}
@media only screen and (max-width: 1022px) {
    .section-header__super-title {
        font-size: 15px;
    }
}
.section-header__super-title span:first-child {
    margin-right: 6px;
}
.section-header__super-title span:last-child {
    margin-left: 6px;
}
.section-header .title:first-child {
    margin-top: 0;
}
@media only screen and (max-width: 1022px) {
    .section-header .title--h3 {
        margin: 14px 0 -2px;
    }
    .section-header .title--h3 br {
        display: none;
    }
}
.radio-button-group__text {
    margin-top: 16px;
}
.radio-button-group__text strong {
    color: var(--color-jelovica);
    font-weight: inherit;
}
.radio-button-group__label {
    margin-bottom: 16px;
}
.radio-button-group__list {
    display: grid;
    grid-gap: 16px;
}
.radio-button-group__list.rows {
    display: flex;
    grid-gap: 0;
    gap: 32px;
    flex-wrap: wrap;
}
.radio-button-group .radio-button .fv-plugins-message-container,
.radio-button-group .radio-button .validation-message {
    display: none;
}
.radio-button-group .fv-plugins-message-container,
.radio-button-group .validation-message {
    display: none;
    margin-top: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.radio-button-group.failed .fv-plugins-message-container.group-error,
.radio-button-group.failed .validation-message {
    display: block;
    margin-top: 16px;
}
.radio-button-group.failed .radio-button__label::before {
    border-color: var(--color-validation-failed);
}
.step-form {
    width: 100%;
    position: relative;
    user-select: none;
    max-width: 100%;
}
.step-form__header {
    margin-bottom: 50px;
    display: grid;
    grid-gap: 18px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .step-form__header {
        margin-bottom: 32px;
        grid-gap: 8px;
    }
}
.step-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0 116px;
}
.step-form__row ::-webkit-input-placeholder {
    color: #b2b2b2;
    opacity: 1;
}
.step-form__row :-ms-input-placeholder {
    color: #b2b2b2;
    opacity: 1;
}
.step-form__row ::placeholder {
    color: #b2b2b2;
    opacity: 1;
}
@media only screen and (max-width: 1022px) {
    .step-form__row {
        grid-gap: 0 60px;
    }
}
@media only screen and (max-width: 767px) {
    .step-form__row {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 1022px) {
    .step-form__title {
        font-size: 16px;
        font-weight: 500;
    }
}
.step-form__submit {
    justify-content: center;
    margin-top: 32px;
    display: flex;
    gap: 24px;
}
.step-form__submit .btn {
    min-width: 150px;
    background-color: var(--color-green);
    border-color: var(--color-green);
    color: var(--color-white);
}
.step-form__submit .btn:hover {
    border-color: var(--color-green-light);
    background-color: var(--color-green-light);
    color: var(--color-white);
}
.step-form__alert {
    padding: 16px;
    width: 100%;
    border-radius: 10px;
    text-align: left;
    margin-top: 20px;
    border: 1px solid currentColor;
    font-size: 16px;
}
.step-form__alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.step-form__alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.step-form__success {
    display: none;
    max-width: 700px;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
    gap: 24px;
}
@media only screen and (max-width: 767px) {
    .step-form__success {
        min-height: 400px;
    }
}
@media only screen and (max-width: 767px) {
    .step-form__success-title {
        font-size: 14px;
    }
}
.step-form .title {
    color: inherit;
}
.step-form__indicator {
    display: flex;
    gap: 16px;
    width: 100%;
    max-width: 450px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
@media only screen and (max-width: 767px) {
    .step-form__indicator {
        grid-gap: 8px;
        margin-bottom: 32px;
    }
}
.step-form__indicator-btn {
    position: relative;
    flex: 1;
    transition: background-color 0.3s ease, border 0.3s ease;
    height: 6px;
    border-radius: 8px;
    background-color: rgba(88, 88, 91, 0.3);
    font-size: 0;
    line-height: 0;
}
.step-form__indicator-btn.is-completed, .step-form__indicator-btn.is-active {
    pointer-events: all;
    background-color: var(--color-green);
}
.step-form__item-text {
    margin-top: 5px;
}
.step-form__step {
    display: none;
}
.step-form__step.is-active {
    display: block;
}
.step-form [data-validator] + [data-validator] {
    display: none;
}
.step-form__prev-step.hide {
    display: none;
}
.step-form .editor-text {
    line-height: 1.33;
}
.step-form .span-2, .step-form__item-text {
    grid-column: span 2;
}
@media only screen and (max-width: 767px) {
    .step-form .span-2, .step-form__item-text {
        grid-column: span 1;
    }
}
.step-form .mod-input {
    margin: 0 auto 40px;
    max-width: 294px;
}
@media only screen and (max-width: 767px) {
    .step-form .mod-input {
        max-width: 100%;
        margin-bottom: 0;
    }
}
.step-form.show-thankyou .step-form__indicator,
.step-form.show-thankyou .step-form__form {
    display: none;
}
.step-form.show-thankyou .step-form__success {
    display: flex;
}
.social-nav ul {
    display: flex;
    align-items: center;
    gap: 24px;
}
.social-nav__link {
    position: relative;
    z-index: 3;
    width: 16px;
    height: 16px;
}
.social-nav__link:hover .icon::before {
    background-color: var(--color-green);
}
.tabs-slider {
    position: relative;
    max-width: 100%;
}
@media only screen and (min-width: 1023px) {
    .tabs-slider {
        padding: 5px;
        overflow: hidden;
        border: 1px solid var(--color-gray);
        border-radius: 24px;
        display: inline-flex;
    }
}
@media only screen and (max-width: 1022px) {
    .tabs-slider {
        display: block;
        margin: 0 auto;
        width: 160px;
        text-align: center;
    }
}
.tabs-slider .swiper-slide {
    width: auto;
    margin-right: 10px;
}
@media only screen and (max-width: 1022px) {
    .tabs-slider .swiper-slide {
        margin-right: 0;
    }
}
.tabs-slider .swiper-slide:last-child {
    margin-right: 0;
}
.tabs-slider__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    min-width: 74px;
    min-height: 35px;
    border-radius: 18px;
    font-weight: 600;
    padding: 6px 20px;
    cursor: pointer;
    line-height: 1;
    color: var(--color-gray);
    background-color: var(--color-background);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media only screen and (max-width: 1022px) {
    .tabs-slider__tab {
        width: 100%;
        text-align: left;
        justify-content: flex-start;
        padding: 6px 16px;
        min-width: 1px;
        border-radius: 4px;
        background-color: transparent;
        color: var(--color-white);
    }
}
@media only screen and (max-width: 767px) {
    .tabs-slider__tab {
        min-width: 1px;
    }
}
@media only screen and (max-width: 1022px) {
    .bg-gray .tabs-slider__tab {
        color: var(--color-gray);
    }
}
.tabs-slider__tab span {
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 1023px) {
    .tabs-slider__tab:hover {
        color: var(--color-green);
    }
}
.tabs-slider__tab.is-active {
    background-color: var(--color-gray);
    color: var(--color-white);
}
@media only screen and (max-width: 1022px) {
    .tabs-slider__tab.is-active {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .bg-gray .tabs-slider__tab.is-active {
        color: var(--color-gray);
        background-color: rgba(0, 0, 0, 0.1);
    }
}
.tabs-slider__arrow {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 100%;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%);
    z-index: 4;
    cursor: pointer;
    transition: opacity 0.2s ease;
}
@media only screen and (max-width: 1022px) {
    .tabs-slider__arrow {
        display: none;
    }
}
.tabs-slider__arrow.arrow-right {
    left: initial;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%);
}
.bg-gray .tabs-slider__arrow {
    background: linear-gradient(-90deg, rgba(250, 250, 247, 0) 0%, rgba(250, 250, 247, 0.9) 100%);
}
.bg-gray .tabs-slider__arrow.arrow-right {
    background: linear-gradient(90deg, rgba(250, 250, 247, 0) 0%, rgba(250, 250, 247, 0.9) 100%);
}
.tabs-slider__arrow.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}
.tabs-slider__arrow .icon {
    width: 8px;
    height: 10px;
}
@media only screen and (max-width: 1022px) {
    .tabs-slider__slider {
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 9;
        color: var(--color-white);
        background-color: var(--color-gray);
        border-radius: 0 0 18px 18px;
        border: 1px solid var(--color-gray);
        margin-top: -1px;
        left: 0;
        width: 100%;
        display: none;
    }
}
@media only screen and (max-width: 1022px) {
    .tabs-slider .swiper-wrapper {
        display: grid;
        padding: 4px 6px;
        width: auto;
        height: auto;
        transform: translate3d(0px, 0px, 0px) !important;
    }
}
.tabs-slider__button {
    display: none;
}
@media only screen and (max-width: 1022px) {
    .tabs-slider__button {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        min-height: 36px;
        min-height: 34px;
        padding: 4px 16px;
        font-weight: 600;
        border-radius: 18px;
        border: 1px solid var(--color-gray);
        background-color: var(--color-gray);
        color: var(--color-white);
    }
    .tabs-slider__button .icon {
        flex-shrink: 0;
    }
    .tabs-slider__button-text {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .bg-gray .tabs-slider__button {
        background-color: var(--color-background);
        color: var(--color-gray);
        border-color: var(--color-gray);
    }
}
.tabs-slider.is-open .tabs-slider__button {
    border-radius: 18px 18px 0 0;
}
.tabs-slider.is-open .tabs-slider__button .icon {
    transform: scaleY(-1);
}
.tabs-slider.is-open .tabs-slider__slider {
    display: block;
}
.victim-card {
    max-width: 204px;
    width: 100%;
    border: 1px solid currentColor;
    border-radius: 15px;
    padding: 22px;
    text-align: center;
    min-height: 268px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.victim-card__image {
    max-width: 70px;
    width: 100%;
    margin: 0 auto 20px;
}
.victim-card__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    backface-visibility: hidden;
    transition: transform 0.3s ease;
}
.victim-card__title {
    margin-bottom: 4px;
    color: var(--color-gray-dark);
    font-size: 18px;
}
.victim-card .btn {
    margin-top: 20px;
    min-width: 100px;
    font-size: 14px;
    padding: 4px 20px;
}
@media only screen and (max-width: 767px) {
    .victim-card .btn {
        margin-top: 28px;
    }
}
.victim-card:hover img {
    transform: scale(0.8);
}
.about-module {
    width: 100%;
    position: relative;
}
.about-module .container {
    position: relative;
    z-index: 3;
}
.about-module__header {
    max-width: 780px;
}
.about-module__super-title {
    margin-bottom: 36px;
}
@media only screen and (max-width: 1022px) {
    .about-module__super-title {
        font-size: 15px;
    }
}
.about-module__super-title span:first-child {
    margin-right: 6px;
}
.about-module__super-title span:last-child {
    margin-left: 6px;
}
.about-module .title {
    margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
    .about-module .title {
        margin-bottom: 22px;
    }
}
.about-module .editor-text {
    max-width: 720px;
}
.about-module__button {
    margin-top: 26px;
}
.about-module__image {
    overflow: hidden;
    margin-top: 30px;
}
.about-module__logo {
    width: 186px;
    height: 74px;
    position: absolute;
    z-index: 3;
    top: 28px;
    left: 30px;
    background-color: var(--color-white);
    border-radius: 100px;
    padding: 16px;
}
@media only screen and (max-width: 1022px) {
    .about-module__logo {
        top: 20px;
        left: 20px;
        width: 160px;
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .about-module__logo {
        top: 12px;
        left: 12px;
        width: 92px;
        height: 42px;
        padding: 12px;
    }
}
.about-module__logo img {
    object-fit: contain;
    max-width: 126px;
    height: auto;
    position: relative;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .about-module__logo img {
        max-width: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .about-module__logo img {
        max-width: 90px;
    }
}
.about-module__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 15px;
}
@media only screen and (max-width: 767px) {
    .about-module__info {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 40px;
        gap: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .about-module__info-item--category {
        order: 3;
    }
}
@media only screen and (max-width: 767px) {
    .about-module__info-divider {
        margin: 0 6px;
    }
}
@media only screen and (min-width: 1201px) {
    .about-module--full-width .about-module__image {
        margin-top: 44px;
    }
    .about-module--full-width .about-module__logo {
        width: 224px;
        height: 90px;
        top: 36px;
        left: 36px;
    }
    .about-module--full-width .about-module__logo img {
        max-width: 152px;
    }
}
.about-module__illustrator {
    top: 75%;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 2;
    min-height: 1px;
    height: 200vh;
}
@media only screen and (max-width: 1200px) {
    .about-module__illustrator {
        display: none;
    }
}
.about-module__illustrator-inner {
    position: absolute;
    top: 0;
    left: 60%;
}
@media (min-width: 1920px) {
    .about-module__illustrator-inner {
        left: 70%;
        transform: rotate(-14deg);
    }
}
.about-module__illustrator img {
    height: auto;
    object-fit: contain;
    position: relative;
    width: 2000px;
    max-width: 2000px;
}
.about-module--with-info .about-module__header {
    max-width: 530px;
    width: 100%;
}
.about-module--with-info .about-module__header .title {
    margin-bottom: 0;
}
@media only screen and (min-width: 1023px) {
    .about-module--with-info .about-module__header .title {
        font-size: 32px;
        line-height: 1.3;
    }
}
.about-module--with-info .about-module__super-title {
    margin-bottom: 14px;
}
@media only screen and (max-width: 1022px) {
    .about-module--with-info .about-module__super-title {
        margin-bottom: 28px;
    }
}
.about-module--with-info .about-module__image {
    margin-top: 40px;
}
@media only screen and (max-width: 1022px) {
    .about-module--with-info .about-module__image {
        margin-top: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .about-module--with-info .about-module__image {
        padding-bottom: 127%;
    }
}
.about-module--cropping .about-module__image {
    height: 0;
    padding-bottom: 45.54%;
}
@media only screen and (max-width: 1022px) {
    .about-module--cropping .about-module__image {
        padding-bottom: 68%;
    }
}

.sc-about-module:first-child {
    padding-top: 52px;
}
.upload-box {
    width: auto;
    display: flex;
    flex-direction: column;
    font-family: var(--font-secondary);
    align-items: flex-start;
}
.upload-box__label {
    position: relative;
    display: block;
    z-index: 4;
    font-weight: 600;
    margin: 0;
}
.upload-box__text {
    font-weight: 600;
}
.upload-box__text strong {
    text-decoration: underline;
}
.upload-box__info-text {
    opacity: 0.5;
}
.upload-box__inner {
    position: relative;
    gap: 4px;
    flex-direction: column;
    text-align: center;
    padding: 4px 28px;
    min-height: 40px;
    width: 100%;
    border-radius: 24px;
    background-color: var(--color-background);
    overflow: hidden;
    border: 1px solid var(--color-gray-dark);
    transition: border 0.3s ease;
}
.upload-box__inner .icon {
    margin-bottom: 8px;
}
.upload-box__main {
    position: relative;
}
.upload-box input[type=file] {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 5;
}
.upload-box .icon {
    pointer-events: none;
}
.upload-box .icon::before {
    background-color: var(--color-jelovica);
}
.upload-box__list {
    font-size: 16px;
    line-height: 1.2;
}
.upload-box__list-text-wrapper {
    position: relative;
}
.upload-box__list li {
    position: relative;
    width: 100%;
    border: 1px solid var(--color-gray);
    border-radius: 8px;
    display: flex;
    z-index: 4;
    background-color: var(--color-background);
    padding: 4px 58px 4px 16px;
    min-height: 40px;
}
.upload-box__list li:first-child {
    margin-top: 8px;
}
.upload-box__list li + li {
    margin-top: 4px;
}
.upload-box__list-text {
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 1022px) {
    .upload-box__list-text {
        width: 200px;
    }
}
.upload-box__list-icon {
    margin-bottom: 16px;
}
.upload-box__list-size {
    font-size: 13px;
    opacity: 0.5;
    margin-top: 4px;
}
.upload-box__list-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
    right: 8px;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(0, -50%);
}
.upload-box__list-remove .icon {
    width: 20px;
    height: 20px;
}
.upload-box__list-remove .icon::before {
    background-color: var(--color-gray);
}
.upload-box .fv-plugins-message-container > div {
    margin-top: 4px;
}
.page-404 {
    padding-bottom: 100px;
}
.page-404 .title {
    margin-bottom: 30px;
    color: var(--color-green);
}
@media only screen and (max-width: 1022px) {
    .page-404 .title {
        font-size: 30px;
    }
}

.sc-page-404 {
    min-height: calc(100vh - var(--header-height, 0px));
}
@media only screen and (max-width: 1022px) {
    .sc-page-404 {
        min-height: 1px;
    }
}
.appointment-module__inner {
    border-radius: 40px;
    padding: 92px 92px 60px 92px;
}
@media only screen and (max-width: 1022px) {
    .appointment-module__inner {
        border-radius: 24px;
        padding: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .appointment-module__inner {
        padding: 34px 30px;
    }
}
.appointment-module__slider {
    max-width: 685px;
    width: 100%;
    margin: 0 auto;
}
.appointment-module__image {
    width: 115px;
    height: 115px;
    margin: 0 auto 38px;
}
@media only screen and (max-width: 1022px) {
    .appointment-module__image {
        width: 100px;
        height: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .appointment-module__image {
        width: 80px;
        height: 80px;
        margin-bottom: 34px;
    }
}
.appointment-module__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.appointment-module .title {
    color: var(--color-green);
    margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
    .appointment-module .title br {
        display: none;
    }
}
.appointment-module .btn {
    margin-top: 34px;
}
@media only screen and (max-width: 767px) {
    .appointment-module .btn {
        margin-top: 20px;
    }
}
.cta-banner__inner {
    background-color: var(--color-gray);
    color: var(--color-white);
    padding: 40px;
}
@media only screen and (max-width: 767px) {
    .cta-banner__inner {
        padding: 30px 20px;
        border-radius: 20px;
    }
}
.cta-banner .section-header {
    max-width: 100%;
}
.cta-banner .btn {
    margin-top: 40px;
}
.card-list {
    padding-left: 0;
    padding-right: 0;
}
.card-list .card {
    max-width: 100%;
}
.card-list__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 80px 12px;
}
@media only screen and (max-width: 1022px) {
    .card-list__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 40px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .card-list__inner {
        grid-template-columns: 1fr;
        grid-gap: 45px;
    }
}
@media only screen and (min-width: 1023px) {
    .card-list--col-2 .card-list__inner {
        grid-gap: 80px 24px;
    }
}
@media only screen and (min-width: 768px) {
    .card-list--col-2 .card-list__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (min-width: 1023px) {
    .card-list--col-2 .card--tertiary .card__image {
        padding-bottom: 44%;
    }
}
@media only screen and (min-width: 1023px) {
    .card-list--col-2 .card--tertiary .card__content {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media only screen and (min-width: 1023px) {
    .card-list--col-3 .card-list__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (min-width: 1023px) {
    .card-list--col-3 .card--tertiary .card__image {
        padding-bottom: 65%;
    }
}
@media only screen and (min-width: 1023px) {
    .card-list--col-3 .card--tertiary .card__content {
        padding-right: 16px;
        padding-left: 16px;
    }
}
@media only screen and (min-width: 1201px) {
    .card-list--secondary-top-title .card-list__inner, .card-list--secondary .card-list__inner {
        grid-gap: 50px 16px;
    }
}
.card-list--secondary-top-title .card--tertiary .card__image, .card-list--secondary .card--tertiary .card__image {
    border-radius: 10px;
    padding-bottom: 56%;
}
.card-list--secondary-top-title .card--tertiary .card__image .icon, .card-list--secondary .card--tertiary .card__image .icon {
    width: 52px;
    height: 52px;
}
.card-list--secondary-top-title .card--tertiary .card__video-link, .card-list--secondary .card--tertiary .card__video-link {
    border: 0;
}
.card-list--secondary-top-title .card--tertiary .card__content, .card-list--secondary .card--tertiary .card__content {
    padding-top: 22px;
}
.card-list--secondary-top-title .card--tertiary .card__title, .card-list--secondary .card--tertiary .card__title {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-gray);
}
.card-list--secondary-top-title .card--tertiary .card__title {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--font-secondary);
}
.card-list--secondary-top-title .card--tertiary .card__title strong {
    font-weight: 700;
    color: var(--color-green);
}
.card-list--secondary-top-title .card--tertiary .card__image {
    border-radius: 20px;
    padding-bottom: 68%;
}
@media only screen and (max-width: 767px) {
    .card-list--secondary-top-title .card--tertiary .card__image {
        border-radius: 10px;
        padding-bottom: 56%;
    }
}
.card-list--secondary-top-title .card--tertiary .card__content {
    padding: 45px 6px 0;
}
@media only screen and (max-width: 1022px) {
    .card-list--secondary-top-title .card--tertiary .card__content {
        padding: 20px 0 0;
    }
}
.card-list--secondary-top-title .card--tertiary .card__text {
    margin-bottom: 42px;
}
@media only screen and (max-width: 1022px) {
    .card-list--secondary-top-title .card--tertiary .card__text {
        margin-bottom: 20px;
    }
}
.card-list--secondary-top-title .card--tertiary .btn {
    min-width: 190px;
}
@media only screen and (min-width: 1023px) {
    .card-list--secondary-top-title.card-list--col-2 .card-list__inner {
        grid-gap: 50px 40px;
    }
}
.card-list--secondary-top-title.card-list--col-2 .card-list__inner .card--tertiary .card__title {
    font-size: 32px;
}
@media only screen and (max-width: 1022px) {
    .card-list--secondary-top-title.card-list--col-2 .card-list__inner .card--tertiary .card__title {
        font-size: 30px;
    }
}
.activities-module {
    position: relative;
}
.activities-module .section-header {
    max-width: 100%;
}
.activities-module .section-header .editor-text {
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .activities-module .section-header .editor-text {
        text-align: left;
    }
}
.activities-module .tabs-slider {
    max-width: 615px;
    margin: 24px auto 0;
    display: block;
}
.activities-module__body {
    margin-top: 50px;
}
.cta-module {
    text-align: center;
}
.cta-module .section-header {
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    .cta-module .section-header {
        margin-bottom: 30px;
    }
}
.cta-module .title {
    color: var(--color-green);
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .cta-module .title {
        margin-bottom: 24px;
    }
}
.cta-module__contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px;
    max-width: 580px;
}
@media only screen and (max-width: 767px) {
    .cta-module__contact {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        max-width: 274px;
    }
}
.cta-module__contact-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 88px;
    width: 100%;
    border-radius: 20px;
    background-color: var(--color-background);
    padding: 15px;
    color: var(--color-gray-dark);
    transition: color 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .cta-module__contact-link {
        font-size: 18px;
        font-weight: 600;
    }
}
.cta-module__contact-link .icon::before {
    background-color: var(--color-green);
}
.cta-module__contact-link:hover {
    color: var(--color-green);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.cta-module__button {
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .cta-module__button {
        margin-top: 34px;
    }
}
.cta-module__button .btn {
    padding: 4px 30px;
}
@media only screen and (max-width: 1022px) {
    .cta-module .quote-slider {
        margin-bottom: 50px;
    }
}
.cta-module--only-quote .quote-slider {
    margin-bottom: 0;
}
.download-brochure {
    position: relative;
    padding: 70px 0;
}
@media only screen and (max-width: 1022px) {
    .download-brochure {
        padding: 38px 0;
    }
}
@media only screen and (max-width: 767px) {
    .download-brochure .title br {
        display: none;
    }
}
.download-brochure__button {
    margin-top: 35px;
}
@media only screen and (max-width: 767px) {
    .download-brochure__button {
        margin-top: 32px;
    }
}
.download-brochure__button .btn {
    min-width: 200px;
}

.sc-download-brochure:last-child .section-margin:last-child .margin {
    height: 0;
}
@charset "UTF-8";
.editor-text h6, .editor-text blockquote, .editor-text h5, .editor-text h4, .editor-text h3, .editor-text h2, .editor-text h1 {
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--font-secondary);
}

.editor-text h1 {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: 0.5px;
}
@media only screen and (max-width: 1200px) {
    .editor-text h1 {
        font-size: 44px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h1 {
        font-size: 42px;
        letter-spacing: 0;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h1 {
        font-size: 30px;
    }
}

.editor-text h2 {
    font-size: 48px;
    line-height: 1;
}
@media only screen and (max-width: 1600px) {
    .editor-text h2 {
        font-size: 44px;
    }
}
@media only screen and (max-width: 1200px) {
    .editor-text h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h2 {
        font-size: 30px;
        line-height: 1.1;
    }
}

.editor-text h3 {
    line-height: 1.3;
    font-size: 32px;
}
@media only screen and (max-width: 1200px) {
    .editor-text h3 {
        font-size: 30px;
        line-height: 1.1;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h3 {
        font-size: 22px;
        line-height: 1.3;
    }
}

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

.editor-text blockquote, .editor-text h5 {
    font-size: 22px;
}

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

.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-bottom: 24px;
}
.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 strong,
.editor-text h2 strong,
.editor-text h3 strong,
.editor-text h4 strong,
.editor-text h5 strong,
.editor-text h6 strong {
    font-weight: 700;
    color: var(--color-green);
}
.editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text figure,
.editor-text table,
.editor-text blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
}
.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 a {
    text-decoration: underline;
}
.editor-text a:hover {
    text-decoration: none;
}
.editor-text p + h1, .editor-text p + h2, .editor-text p + h3, .editor-text p + h4, .editor-text p + h5, .editor-text p + h6,
.editor-text ul + h1,
.editor-text ul + h2,
.editor-text ul + h3,
.editor-text ul + h4,
.editor-text ul + h5,
.editor-text ul + h6,
.editor-text ol + h1,
.editor-text ol + h2,
.editor-text ol + h3,
.editor-text ol + h4,
.editor-text ol + h5,
.editor-text ol + h6 {
    margin-top: 24px;
}
.editor-text p strong,
.editor-text ul strong,
.editor-text ol strong {
    font-weight: 700;
}
.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;
}
@media only screen and (max-width: 767px) {
    .editor-text ol,
    .editor-text ul {
        padding-left: 16px;
    }
}
.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: 24px;
}
.editor-text ol li::before,
.editor-text ul li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 12px;
}
.editor-text ol ul,
.editor-text ol ol,
.editor-text ul ul,
.editor-text ul ol {
    margin: 0 0 24px;
}
.editor-text ol ul:last-child,
.editor-text ol ol:last-child,
.editor-text ul ul:last-child,
.editor-text ul ol:last-child {
    margin: 0 0 24px;
}
.editor-text ol li:last-child ul,
.editor-text ol li:last-child ol,
.editor-text ul li:last-child ul,
.editor-text ul li:last-child ol {
    margin-bottom: 0;
}
.editor-text ol p:last-of-type,
.editor-text ul p:last-of-type {
    margin-bottom: 0;
}
.editor-text ul li::before {
    content: "•";
    color: currentColor;
    font-size: inherit;
    font-weight: inherit;
    top: 0;
    left: 0;
}
.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: 1px solid var(--color-blue-200);
}
.editor-text table th {
    font-weight: 500;
}
.editor-text table th,
.editor-text table td {
    padding: 16px 20px;
    height: auto !important;
}
.editor-text table th:first-child,
.editor-text table td:first-child {
    padding-left: 0;
}
.editor-text table th img,
.editor-text table td img {
    max-width: 20px;
    max-height: 16px;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-right: 10px;
    display: inline-block !important;
}
.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;
}
.editor-text hr {
    border: 0;
    height: 1px;
    background-color: var(--color-gray-200);
    margin: 24px 0;
}
@media only screen and (max-width: 1022px) {
    .editor-text hr {
        margin: 36px 0;
    }
}
.editor-text hr:first-child {
    margin-top: 0;
}
.editor-text hr:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .donation-methods {
        text-align: center;
    }
}
.donation-methods .title {
    color: var(--color-green);
    margin-bottom: 46px;
}
@media only screen and (max-width: 767px) {
    .donation-methods .title {
        margin-bottom: 64px;
    }
}
.donation-methods__inner {
    padding: 56px 0;
}
@media only screen and (max-width: 767px) {
    .donation-methods__inner {
        padding: 48px 0;
    }
}
.donation-methods__list {
    display: grid;
    grid-gap: 106px;
    padding: 0 42px;
}
@media only screen and (max-width: 1022px) {
    .donation-methods__list {
        padding: 0;
        grid-gap: 64px;
    }
}
.donation-methods__title strong {
    font-weight: 700;
    color: var(--color-green);
}
.donation-methods__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
@media only screen and (max-width: 767px) {
    .donation-methods__content {
        order: -1;
        line-height: 1.65;
        gap: 8px;
    }
}
.donation-methods__item {
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-gap: 80px;
    align-items: center;
}
@media only screen and (max-width: 1022px) {
    .donation-methods__item {
        grid-gap: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .donation-methods__item {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
.donation-methods__item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 255px;
}
@media only screen and (max-width: 1022px) {
    .donation-methods__item img {
        max-height: 225px;
    }
}
.donation-methods__item:nth-child(even) .donation-methods__content {
    order: -1;
}
.donation-methods__footer {
    margin-top: 60px;
}
@media only screen and (max-width: 1022px) {
    .donation-methods__footer {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .donation-methods__footer {
        line-height: 1.58;
    }
}
.flip-cards {
    position: relative;
}
.flip-cards__header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flip-cards__header .section-header {
    max-width: 500px;
    margin-bottom: 26px;
}
@media only screen and (max-width: 1022px) {
    .flip-cards__header .section-header {
        grid-gap: 28px;
    }
}
.flip-cards__titles {
    max-width: 600px;
    margin-bottom: 26px;
}
.flip-cards__title {
    display: none;
}
.flip-cards__title.is-active {
    display: block;
}
.flip-cards__tab {
    display: none;
    padding-top: 50px;
}
@media only screen and (max-width: 767px) {
    .flip-cards__tab {
        padding-top: 40px;
    }
}
.flip-cards__tab.is-active {
    display: block;
}
.flip-cards .editor-text {
    max-width: 958px;
    text-align: center;
}
@media only screen and (max-width: 1022px) {
    .flip-cards .tabs-slider {
        width: 200px;
    }
}
@media only screen and (min-width: 1023px) {
    .flip-cards .tabs-slider__tab {
        min-width: 1px;
        padding: 6px 24px;
    }
}
.flip-cards__body .section-header {
    max-width: 100%;
}
.flip-cards__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 66px 36px;
    margin-top: 66px;
}
@media only screen and (max-width: 1022px) {
    .flip-cards__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .flip-cards__list {
        grid-template-columns: 1fr;
        grid-gap: 26px;
        margin: 40px auto 0;
        max-width: 302px;
    }
}
.flip-cards .program-card {
    max-width: 100%;
}
.flip-cards .program-card .editor-text {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
}
.flip-cards__illustrator {
    overflow: hidden;
    top: 0;
    height: 100%;
}
@media only screen and (max-width: 1200px) {
    .flip-cards__illustrator {
        display: none;
    }
}
.flip-cards__illustrator-right-top {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(44%, -18%) rotate(-2deg);
}
@media only screen and (max-width: 1600px) {
    .flip-cards__illustrator-right-top {
        transform: translate(55%, -30%) rotate(-2deg);
    }
}
.form-module {
    background-color: var(--color-background);
    padding: 75px 0 50px;
}
@media only screen and (max-width: 767px) {
    .form-module {
        padding: 50px 0;
    }
}
.form-module__body {
    max-width: 685px;
}
.form-module .section-header {
    margin-bottom: 60px;
}
@media only screen and (max-width: 1022px) {
    .form-module .section-header {
        margin-bottom: 30px;
    }
}
.form-module .section-header .title {
    color: var(--color-green);
}
.form-module .mod-input label {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.form-module .form-module__header {
    margin-bottom: 60px;
}
@media only screen and (max-width: 1022px) {
    .form-module .form-module__header {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .form-module .form-module__header {
        margin-bottom: 32px;
    }
}
.get-help-cta {
    position: relative;
    width: 100%;
}
.get-help-cta__contact {
    background-color: var(--color-background);
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media only screen and (max-width: 767px) {
    .get-help-cta__contact {
        max-width: 302px;
        margin: 24px auto 0;
        padding: 65px 28px;
    }
}
.get-help-cta__contact-title {
    font-size: 22px;
    line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .get-help-cta__contact-title {
        font-size: 18px;
    }
}
.get-help-cta__contact-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 4px 0;
    font-size: 18px;
    line-height: 1.3;
}
.get-help-cta__contact-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.get-help-cta__contact-link {
    margin-top: 22px;
}
.get-help-cta__contact .icon {
    flex-shrink: 0;
}
.get-help-cta__contact .icon::before {
    background-color: var(--color-green);
}
.get-help-cta__contact .icon-phone-solid {
    width: 16px;
    height: 16px;
}
.get-help-cta__contact .icon-mail-solid {
    width: 18px;
    height: 14px;
}
.get-help-cta__contact a:hover {
    color: var(--color-green);
}
.get-help-cta__footer {
    margin-top: 80px;
}
@media only screen and (max-width: 767px) {
    .get-help-cta__footer {
        font-size: 16px;
        margin-top: 68px;
        padding: 0 30px;
    }
}
@media only screen and (min-width: 1201px) {
    .get-help-cta__footer .editor-text p {
        margin: 0;
    }
}
.get-help-cta .info-card {
    max-width: 100%;
}
.site-footer__address address strong {
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .site-footer__address address strong {
        font-size: 15px;
    }
}

.site-footer {
    position: relative;
    width: 100%;
    background-color: var(--color-gray);
}
.site-footer__top {
    padding: 54px 0 38px;
}
@media only screen and (max-width: 767px) {
    .site-footer__top {
        padding: 32px 0;
    }
}
.site-footer__logo-bar {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 38px;
    margin-bottom: 36px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.905' height='1'%3E%3Cpath data-name='Path 5805' d='M0 .5h9.905' fill='none' stroke='%23fff' stroke-dasharray='6 4' opacity='.093'/%3E%3C/svg%3E") repeat-x left bottom/10px;
}
@media only screen and (max-width: 767px) {
    .site-footer__logo-bar {
        padding-bottom: 40px;
        margin-bottom: 40px;
        gap: 40px;
        flex-direction: column;
        align-items: flex-start;
    }
}
.site-footer__logo {
    max-width: 172px;
    width: 100%;
    display: flex;
    position: relative;
    flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
    .site-footer__logo {
        max-width: 125px;
    }
}
.site-footer__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.site-footer__contact {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 0.8;
    letter-spacing: 0.3px;
}
@media only screen and (max-width: 767px) {
    .site-footer__contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}
@media only screen and (max-width: 1022px) {
    .site-footer__contact.title--h5 {
        font-size: 18px;
        line-height: 1;
    }
}
@media only screen and (max-width: 767px) {
    .site-footer__contact.title--h5 {
        font-size: 15px;
    }
}
.site-footer__contact p {
    font-weight: 500;
}
@media only screen and (max-width: 1022px) {
    .site-footer__contact p {
        flex: auto;
        width: 100%;
    }
}
.site-footer__contact-link[href]:hover {
    color: var(--color-green-light);
}
.site-footer__nav {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    padding-bottom: 124px;
    margin-bottom: 38px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.905' height='1'%3E%3Cpath data-name='Path 5805' d='M0 .5h9.905' fill='none' stroke='%23fff' stroke-dasharray='6 4' opacity='.093'/%3E%3C/svg%3E") repeat-x left bottom/10px;
}
@media only screen and (max-width: 1022px) {
    .site-footer__nav {
        display: grid;
        grid-gap: 40px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .site-footer__nav {
        grid-template-columns: 1fr;
        grid-gap: 36px 24px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}
.site-footer__nav-col-title {
    display: block;
    color: var(--color-green-light);
    margin-bottom: 22px;
}
@media only screen and (max-width: 1022px) {
    .site-footer__nav-col-title {
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .site-footer__nav-col-title {
        font-size: 17px;
        margin-bottom: 12px;
    }
}
.site-footer__nav-col-title[href]:hover {
    color: var(--color-green);
}
.site-footer__nav nav ul {
    display: grid;
    grid-gap: 18px;
}
@media only screen and (max-width: 1022px) {
    .site-footer__nav nav ul {
        grid-gap: 8px;
    }
}
@media only screen and (max-width: 767px) {
    .site-footer__nav nav ul {
        grid-gap: 4px;
    }
}
.site-footer__nav-link {
    line-height: 18px;
    display: inline-flex;
}
.site-footer__nav-link:hover {
    color: var(--color-green-light);
}
.site-footer__address address {
    margin: 0;
}
.site-footer__address address strong {
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .site-footer__address address strong {
        font-size: 15px;
        line-height: 1.3;
    }
}
.site-footer__address .site-footer__contact {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1;
    margin-top: 6px;
    gap: 6px;
    letter-spacing: normal;
}
.site-footer__info-bar {
    display: grid;
    grid-template-columns: 21% 22% 38% 1fr;
    grid-gap: 50px 25px;
    align-items: flex-start;
}
@media only screen and (max-width: 1600px) {
    .site-footer__info-bar {
        grid-template-columns: 21% 22% 28% 1fr;
    }
}
@media only screen and (max-width: 1022px) {
    .site-footer__info-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .site-footer__info-bar {
        grid-template-columns: 1fr;
        grid-gap: 26px;
        font-size: 15px;
    }
}
.site-footer__map {
    max-width: 242px;
    width: 100%;
    border-radius: 16px;
}
@media only screen and (max-width: 767px) {
    .site-footer__map {
        max-width: 100%;
    }
}
.site-footer__map-inner {
    position: relative;
    height: 0;
    padding-bottom: 46%;
}
.site-footer__map-link,
.site-footer__map img {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    will-change: opacity, visibility;
}
.site-footer__map img {
    pointer-events: all;
    cursor: pointer;
}
.site-footer__map-link {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.site-footer__map-link[href] iframe {
    pointer-events: none;
}
.site-footer__map iframe {
    border: 0;
}
.site-footer__map.is-open img {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.site-footer__map.is-open .site-footer__map-link {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.site-footer .social-nav ul {
    justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
    .site-footer .social-nav ul {
        justify-content: flex-start;
    }
}
.site-footer .social-nav__link :hover .icon::before {
    background-color: var(--color-green-light);
}
.site-footer__bottom {
    padding: 10px 0;
    background-color: var(--color-gray-2);
}
@media only screen and (max-width: 767px) {
    .site-footer__bottom {
        padding: 16px 0;
    }
}
.site-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media only screen and (max-width: 767px) {
    .site-footer__bottom-inner {
        gap: 8px;
        flex-direction: column;
        align-items: flex-start;
    }
}
.site-footer__scroll-top {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-right: 6px;
    transition: color 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .site-footer__scroll-top {
        gap: 8px;
    }
}
@media only screen and (max-width: 767px) {
    .site-footer__scroll-top {
        display: none;
    }
}
.site-footer__scroll-top:hover {
    color: var(--color-green-light);
}
.get-help-module {
    position: relative;
    width: 100%;
}
.get-help-module__body {
    display: grid;
    grid-gap: 36px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1022px) {
    .get-help-module__body {
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .get-help-module__body {
        grid-template-columns: 1fr;
        max-width: 302px;
        margin: 0 auto;
    }
}
.get-help-module .info-card {
    max-width: 100%;
}
.icon-text-list {
    text-align: center;
}
.icon-text-list__inner {
    display: flex;
    align-items: flex-start;
    gap: 68px 22px;
    flex-wrap: wrap;
    justify-content: space-around;
}
@media only screen and (max-width: 767px) {
    .icon-text-list__inner {
        flex-direction: column;
        gap: 50px;
    }
}
.icon-text-list__item {
    max-width: 178px;
    flex: 0 0 178px;
    width: 100%;
}
@media only screen and (max-width: 1200px) {
    .icon-text-list__item {
        max-width: 165px;
        flex: 0 0 165px;
    }
}
@media only screen and (max-width: 1022px) {
    .icon-text-list__item {
        max-width: 30%;
        flex: 0 0 30%;
    }
}
@media only screen and (max-width: 767px) {
    .icon-text-list__item {
        max-width: 100%;
        flex: auto;
    }
}
.icon-text-list__item-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 32px;
}
@media only screen and (max-width: 767px) {
    .icon-text-list__item-icon {
        margin-bottom: 25px;
    }
}
.icon-text-list__item-icon img {
    width: auto;
    height: auto;
    object-fit: contain;
}
.icon-text-list__item-title {
    margin-bottom: 12px;
}
.icon-text-list__item-text {
    line-height: 1.68;
}
@media only screen and (min-width: 1023px) {
    .icon-text-list__item:first-child, .icon-text-list__item:nth-child(2), .icon-text-list__item:nth-child(3), .icon-text-list__item:nth-child(4) {
        max-width: 212px;
        width: 100%;
        flex: 0 0 212px;
    }
}
.hero-module {
    width: 100%;
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .hero-module .container {
        max-width: 100%;
    }
}
.hero-module__slide {
    display: grid;
    grid-template-columns: 1fr 620px;
    grid-gap: 82px;
}
@media only screen and (max-width: 1200px) {
    .hero-module__slide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 32px;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module__slide {
        grid-template-columns: 1fr;
        display: flex;
        grid-gap: 62px;
        flex-direction: column;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module__body {
        position: relative;
    }
}
.hero-module__content {
    padding: 42px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 1022px) {
    .hero-module__content {
        padding: 0 30px;
        text-align: center;
        display: block;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module__content-inner {
        display: flex;
        flex-direction: column;
    }
}
.hero-module__image {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 40px 40px;
    background-color: var(--color-background);
    min-height: 420px;
}
@media only screen and (max-width: 1022px) {
    .hero-module__image {
        height: 0;
        min-height: 220px;
        padding-bottom: 98.24%;
        order: -1;
        border-radius: 0;
    }
}
.hero-module .title {
    margin-bottom: 24px;
}
.hero-module__button {
    margin-top: 24px;
}
.hero-module .swiper-slide {
    height: auto;
}
@media only screen and (max-width: 1022px) {
    .hero-module__nav {
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding-top: 98.24%;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module__nav .swiper-pagination {
        margin-top: 28px;
    }
}
.image-gallery {
    position: relative;
}
.image-gallery .section-header {
    margin-bottom: 0;
}
.image-gallery__header {
    margin-bottom: 44px;
}
@media only screen and (max-width: 1022px) {
    .image-gallery__header {
        margin-bottom: 32px;
    }
}
.image-gallery__header .btn {
    margin-top: 32px;
}
@media only screen and (max-width: 767px) {
    .image-gallery__header .btn {
        margin-top: 18px;
    }
}
.image-gallery__header.text-sm-left {
    text-align: left;
}
@media only screen and (min-width: 1201px) {
    .image-gallery__header.text-sm-left {
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .image-gallery__header.text-sm-left {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .image-gallery__header.text-sm-left .section-header {
        max-width: 100%;
        text-align: left;
    }
}
.image-gallery__body {
    display: grid;
    grid-gap: 12px;
    grid-template-columns: repeat(15, minmax(0, 1fr));
}
@media only screen and (max-width: 767px) {
    .image-gallery__body {
        grid-gap: 15px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.image-gallery__item {
    position: relative;
    padding-bottom: 56.24%;
    grid-column: span 6;
    overflow: hidden;
}
@media only screen and (min-width: 1023px) {
    .image-gallery__item {
        min-height: 218px;
    }
}
@media only screen and (min-width: 768px) {
    .image-gallery__item:nth-child(7n+2) {
        grid-column: span 4;
    }
    .image-gallery__item:nth-child(7n+4), .image-gallery__item:nth-child(7n+3) {
        grid-column: span 5;
        grid-row: span 2;
    }
    .image-gallery__item:nth-child(7n+5) {
        grid-column: span 5;
    }
    .image-gallery__item:nth-child(7n+6) {
        grid-row: span 2;
        grid-column: span 10;
    }
    .image-gallery__item:nth-child(7n+7) {
        grid-column: span 5;
    }
}
@media only screen and (max-width: 767px) {
    .image-gallery__item {
        grid-column: span 2;
        padding-bottom: 60.24%;
    }
    .image-gallery__item:nth-child(7n+4), .image-gallery__item:nth-child(7n+3) {
        grid-column: span 1;
        padding-bottom: 160%;
    }
}
.image-gallery__item img {
    transform: scale(1.00001);
    transition: transform 0.5s ease;
}
.image-gallery__item:hover img {
    transform: scale(1.08);
}
.image-gallery__illustrator {
    position: absolute;
    bottom: 0;
    left: -60px;
}
@media only screen and (max-width: 1200px) {
    .image-gallery__illustrator {
        display: none;
    }
}
.image-gallery__illustrator img {
    max-width: 285px;
}
.image-gallery--secondary .image-gallery__item:nth-child(7n+4) {
    grid-row: span 1;
}
@media only screen and (max-width: 1200px) {
    .image-gallery--slider {
        overflow: hidden;
    }
}
@media only screen and (max-width: 1200px) {
    .image-gallery .swiper {
        overflow: visible;
    }
}
.image-gallery .swiper-slide {
    width: 314px;
}
@media only screen and (max-width: 1200px) {
    .image-gallery .swiper-slide {
        width: 280px;
    }
}
@media only screen and (max-width: 767px) {
    .image-gallery .swiper-slide {
        width: 240px;
    }
}
.image-gallery__slider {
    position: relative;
}
.image-gallery__slider .image-gallery__item {
    min-height: 1px;
    display: block;
    position: relative;
}
.image-gallery__slider-title {
    margin-top: 8px;
}
@media only screen and (max-width: 1022px) {
    .image-gallery__slider-title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1200px) {
    .image-gallery__nav {
        display: none;
    }
}
.image-gallery__nav.d-none {
    display: none;
}
.image-gallery__nav-arrow {
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -50px;
    top: -12px;
    opacity: 0.5;
    z-index: 5;
    transition: opacity 0.3s ease;
}
.image-gallery__nav-arrow.arrow-right {
    left: initial;
    right: -50px;
}
.image-gallery__nav-arrow .icon::before {
    background-color: var(--color-gray);
}
.image-gallery__nav-arrow:hover {
    opacity: 1;
}
.image-gallery__nav-arrow.swiper-button-lock {
    opacity: 0;
}
.image-gallery__nav-arrow[aria-disabled=true] {
    pointer-events: none;
    opacity: 0.1;
}
.image-gallery__pagination {
    margin-top: 24px;
    position: relative;
    height: 12px;
}
.image-gallery .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    position: absolute;
    display: block;
}
.image-gallery .swiper-pagination-bullet {
    flex-shrink: 0;
    margin: 0 4px !important;
}

.fancybox__dialog [data-panzoom-action] {
    display: none;
}
.image-text-list {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.image-text-list .section-header .editor-text {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1022px) {
    .image-text-list .section-header .editor-text {
        margin-bottom: 24px;
    }
}
.image-text-list__body {
    display: grid;
    grid-gap: 130px;
}
@media only screen and (max-width: 1200px) {
    .image-text-list__body {
        grid-gap: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .image-text-list__body {
        grid-gap: 52px;
    }
}
.image-text-list .image-text {
    max-width: 100%;
}
.image-text-list .text--18 {
    line-height: 1.4;
}
.image-text-list__illustrator {
    position: absolute;
    bottom: 0;
    left: -60px;
}
@media only screen and (max-width: 1200px) {
    .image-text-list__illustrator {
        display: none;
    }
}
.image-text-list__illustrator img {
    max-width: 285px;
}

@media only screen and (max-width: 1022px) {
    .sc-image-text-list .margin--120:last-child {
        height: 75px;
    }
}
@charset "UTF-8";
.info-module__inner {
    display: grid;
    grid-template-columns: 41% 40%;
    grid-gap: 104px;
    align-items: flex-start;
}
@media only screen and (max-width: 1200px) {
    .info-module__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .info-module__inner {
        grid-gap: 40px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .info-module__inner {
        grid-template-columns: 1fr;
    }
}
.info-module__col {
    display: grid;
    grid-gap: 58px;
}
@media only screen and (max-width: 1022px) {
    .info-module__col {
        grid-gap: 40px;
    }
}
.info-module__item-title {
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .info-module__item-title {
        margin-bottom: 16px;
    }
}
.info-module ul {
    display: grid;
    grid-gap: 30px;
}
@media only screen and (max-width: 767px) {
    .info-module ul {
        grid-gap: 24px;
    }
}
.info-module ul li {
    position: relative;
    font-size: 17px;
    line-height: 1.35;
    color: var(--color-gray-dark);
    font-weight: 500;
    padding-left: 20px;
}
@media only screen and (max-width: 1022px) {
    .info-module ul li {
        font-size: 15px;
    }
}
.info-module ul li::before {
    content: "⚬";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    line-height: 19px;
    color: var(--color-gray);
}
@media only screen and (max-width: 1022px) {
    .info-module ul li::before {
        line-height: 16px;
    }
}
.info-module ul li strong {
    font-weight: 700;
}
.info-module ul li a {
    text-decoration: underline;
}
.info-module ul li a:hover {
    color: var(--color-green);
}
.image-module__image img {
    width: 100%;
}
.latest-news {
    width: 100%;
    position: relative;
}
.latest-news__body {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1022px) {
    .latest-news__body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .latest-news__body {
        grid-template-columns: 1fr;
    }
}
.latest-news .card {
    max-width: 100%;
}
.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%;
}
.page-header {
    position: relative;
}
.page-header .section-header {
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
    .page-header .section-header .editor-text {
        text-align: left;
    }
}
.page-header .tabs-slider {
    max-width: 615px;
    margin: 24px auto 0;
    display: block;
}

.sc-page-header:first-child .section-margin:last-child .margin {
    height: 60px;
}
.map-module {
    position: relative;
}
.map-module .title {
    color: var(--color-green);
}
.map-module .section-header {
    margin-bottom: 38px;
}
@media only screen and (max-width: 1022px) {
    .map-module .section-header {
        padding: 0 24px;
        margin-bottom: 20px;
    }
}
.map-module__body {
    max-width: 698px;
    height: 448px;
}
@media only screen and (max-width: 1022px) {
    .map-module__body {
        height: 0;
        padding-bottom: 65%;
        max-width: 100%;
    }
}
.map-module__body iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.map-module__footer {
    margin-top: 18px;
}
@media only screen and (max-width: 1022px) {
    .map-module__footer {
        padding: 0 24px;
    }
}
@media only screen and (max-width: 1022px) {
    .map-module .container {
        max-width: 100%;
    }
}
.person-list__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 38px;
}
@media only screen and (max-width: 1200px) {
    .person-list__inner {
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 1022px) {
    .person-list__inner {
        grid-template-columns: 1fr;
        grid-gap: 45px;
    }
}
.person-list__card {
    width: 100%;
    height: 100%;
    position: relative;
}
.person-list__card-inner {
    border: 1px solid var(--color-gray);
    background-color: var(--color-background);
    line-height: 1.35;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .person-list__card-inner {
        display: grid;
        grid-template-columns: 40% 1fr;
    }
}
.person-list__card-inner .editor-text {
    margin-top: 16px;
    flex: auto;
}
.person-list__card-image {
    position: relative;
    height: 0;
    padding-bottom: 96%;
}
.person-list__card-content {
    text-align: center;
    padding: 24px 30px 30px;
    flex: auto;
    display: flex;
    flex-direction: column;
}
.person-list__card-designation {
    letter-spacing: 1px;
}
.person-list__card-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    margin-top: 50px;
}
.person-list__card-social-link {
    width: 22px;
    height: 22px;
    position: relative;
    z-index: 4;
}
.person-list__card-social-link:hover .icon::before {
    background-color: var(--color-green);
}
.person-list__card:hover .person-list__card-inner {
    border-color: var(--color-green);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.08);
}
.news-list {
    position: relative;
}
.news-list__header .title {
    margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
    .news-list__header .title {
        margin-bottom: 32px;
    }
}
.news-list__filter {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 5px;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .news-list__filter {
        gap: 10px 4px;
    }
}
.news-list__filter-btn {
    text-transform: uppercase;
    font-size: 14px;
    background-color: var(--color-background);
    transition: color 0.3s ease, background-color 0.3s ease;
    min-width: 1px;
    min-height: 36px;
}
@media only screen and (max-width: 767px) {
    .news-list__filter-btn {
        padding: 4px 16px;
        font-size: 12px;
    }
}
.news-list__filter-btn.is-active {
    color: var(--color-white);
    background-color: var(--color-gray);
}
.news-list__row {
    display: grid;
    grid-gap: 80px 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 78px;
}
@media only screen and (max-width: 1022px) {
    .news-list__row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 70px 12px;
    }
}
@media only screen and (max-width: 767px) {
    .news-list__row {
        margin-top: 60px;
        grid-gap: 40px 16px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 380px) {
    .news-list__row {
        grid-template-columns: 1fr;
    }
}
.news-list .card {
    max-width: 100%;
}
.program-list {
    position: relative;
}
.program-list .container {
    position: relative;
    z-index: 3;
}
.program-list__body {
    display: grid;
    grid-gap: 36px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 52px;
}
@media only screen and (max-width: 1022px) {
    .program-list__body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .program-list__body {
        grid-template-columns: 1fr;
        grid-gap: 26px;
        max-width: 302px;
        margin: 40px auto 0;
    }
}
.program-list .section-header {
    max-width: 1010px;
}
.program-list .section-header .editor-text {
    margin-top: 8px;
}
.program-list .program-card {
    max-width: 100%;
}
.program-list__illustrator {
    overflow: hidden;
    top: 0;
    height: 100%;
}
@media only screen and (max-width: 1200px) {
    .program-list__illustrator {
        display: none;
    }
}
.program-list__illustrator-left-bottom {
    position: absolute;
    bottom: -10px;
    left: -20px;
}
.program-list__illustrator-left-top {
    position: absolute;
    top: 100px;
    left: -20px;
}
.program-list__illustrator-right-top {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(44%, -18%) rotate(-2deg);
}
@media only screen and (max-width: 1600px) {
    .program-list__illustrator-right-top {
        transform: translate(55%, -30%) rotate(-2deg);
    }
}
.program-list__illustrator-right-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(40%, 28%) rotate(8deg);
}
.donation-module__hidden-input .mod-input__label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}

.donation-module {
    position: relative;
}
.donation-module .section-header {
    max-width: 100%;
    margin-bottom: 48px;
    grid-gap: 26px;
}
@media only screen and (max-width: 767px) {
    .donation-module .section-header {
        margin-bottom: 44px;
    }
}
@media only screen and (max-width: 767px) {
    .donation-module .section-header .editor-text {
        text-align: left;
    }
}
.donation-module__inner {
    border-radius: 35px;
    border: 1px solid var(--color-gray-3);
    padding: 45px;
    text-align: center;
    display: grid;
    grid-gap: 44px;
    justify-items: center;
}
@media only screen and (max-width: 1022px) {
    .donation-module__inner {
        border-radius: 20px;
        padding: 36px 20px;
        grid-gap: 56px;
    }
}
.donation-module__item {
    max-width: 468px;
    width: 100%;
    margin: 0 auto;
}
.donation-module__item-title {
    margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
    .donation-module__item-title {
        margin-bottom: 26px;
    }
}
.donation-module__options {
    display: flex;
    align-items: center;
    gap: 22px 18px;
    flex-wrap: wrap;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
    .donation-module__options {
        gap: 14px 20px;
    }
}
.donation-module .radio-button__label {
    padding: 4px 18px;
    min-width: 74px;
    min-height: 35px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid var(--color-gray-3);
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.donation-module .radio-button__label::after, .donation-module .radio-button__label::before {
    display: none;
}
.donation-module .radio-button__label:hover {
    border-color: var(--color-green);
}
.donation-module .radio-button input:checked ~ label {
    background-color: var(--color-green);
    border-color: var(--color-green);
    color: var(--color-white);
}
.donation-module .btn {
    margin-top: 8px;
}
@media only screen and (max-width: 1022px) {
    .donation-module .btn {
        margin-top: 0;
    }
}
.donation-module__hidden-input {
    position: relative;
    max-width: 250px;
    width: 100%;
    margin: 30px auto 0;
}
.donation-module__hidden-input .icon-euro {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 4;
    opacity: 0.8;
}
.donation-module__hidden-input .icon-euro::before {
    background-color: var(--color-gray-dark);
}
.donation-module__hidden-input .mod-input ::-webkit-input-placeholder {
    color: #58585b;
    opacity: 0.3;
}
.donation-module__hidden-input .mod-input :-ms-input-placeholder {
    color: #58585b;
    opacity: 0.3;
}
.donation-module__hidden-input .mod-input ::placeholder {
    color: #58585b;
    opacity: 0.3;
}
.donation-module__hidden-input .mod-input__field {
    padding-left: 40px;
    background-color: transparent;
}
.donation-module__illustrator {
    position: absolute;
}
.donation-module__illustrator--left {
    top: 0;
    left: -75px;
}
.donation-module__illustrator--left img {
    max-width: 285px;
}
.donation-module__illustrator--right {
    top: initial;
    bottom: 0;
    right: 0;
    transform: translate(56%, -77%);
}
@media only screen and (max-width: 1600px) {
    .donation-module__illustrator--right {
        transform: translate(56%, -80%);
    }
}
.donation-module__illustrator-wrapper {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 1820px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}
@media only screen and (max-width: 1200px) {
    .donation-module__illustrator-wrapper {
        display: none;
    }
}
.donation-module .wpfs-form-label,
.donation-module .wpfs-form-check-group-title {
    font-size: 16px;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: var(--color-gray);
    margin-bottom: 25px !important;
}
.donation-module .wpfs-button-group {
    margin-bottom: 30px !important;
}
.donation-module input[type=radio].wpfs-form-check-input + .wpfs-btn {
    box-shadow: none;
    padding: 4px 18px;
    min-width: 74px;
    height: auto;
    min-height: 35px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid var(--color-gray-3);
    font-family: var(--font-primary);
    color: var(--color-gray);
}
.donation-module input[type=radio].wpfs-form-check-input + .wpfs-btn:hover {
    border-color: var(--color-green);
}
.donation-module .wpfs-button-group-row {
    justify-content: center;
    margin-left: -16px !important;
    flex-wrap: wrap;
}
.donation-module input[type=radio]:checked + label.wpfs-btn.wpfs-btn-outline-primary:hover,
.donation-module input[type=radio]:checked + label.wpfs-btn.wpfs-btn-outline-primary {
    background-color: var(--color-green);
    border-color: var(--color-green);
    color: var(--color-white);
}
.donation-module .wpfs-button-group--without-space .wpfs-button-group-row > .wpfs-button-group-item .wpfs-btn {
    border-radius: 35px !important;
    border: 1px solid var(--color-gray-3);
}
.donation-module .wpfs-button-group-item {
    padding-left: 16px !important;
    margin-bottom: 16px !important;
    flex: none !important;
    max-width: none !important;
    min-width: auto !important;
}
.donation-module .wpfs-form-actions {
    justify-content: center;
}
.donation-module .wpfs-btn-primary,
.donation-module button.wpfs-btn-primary[type=submit],
.donation-module .no-touch button.wpfs-btn-primary[type=submit],
.donation-module button.wpfs-btn-primary:not(:hover):not(:active):not(.has-text-color) {
    font-family: var(--font-secondary);
    font-size: 15px;
    min-height: 38px;
    line-height: 1.5;
    padding: 6px 24px 5px;
    display: inline-flex;
    height: auto !important;
    text-align: center;
    align-items: center;
    font-weight: 600;
    justify-content: center;
    gap: 8px;
    color: var(--color-gray-dark);
    border-radius: 100px;
    background: transparent !important;
    border: 1px solid currentColor;
    min-width: 146px;
    box-shadow: none !important;
    margin-right: 0 !important;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 100ms cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.donation-module .wpfs-btn-primary:focus,
.donation-module button.wpfs-btn-primary[type=submit]:focus,
.donation-module button.wpfs-btn-primary:focus:not(:hover):not(:active):not(.has-text-color),
.donation-module .wpfs-btn-primary:not(.wpfs-btn-primary--disabled):not(:disabled):not(:active):hover {
    color: var(--color-green) !important;
    border-color: var(--color-green) !important;
    background: transparent !important;
}
.donation-module .wpfs-form-group {
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
}
.donation-module .wpfs-input-group {
    border-color: var(--color-gray-3) !important;
}
.donation-module .wpfs-input-group:not(.wpfs-input-group--error):focus-within {
    border-color: var(--color-green) !important;
    box-shadow: none;
}
.donation-module .wpfs-input-group > .wpfs-input-group-form-control {
    font-weight: 600;
}
.search-result-list__header {
    display: grid;
    grid-gap: 16px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .search-result-list__header {
        margin-bottom: 24px;
    }
}
.search-result-list__item {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid rgba(88, 88, 91, 0.2);
    transition: border-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .search-result-list__item {
        padding: 20px 0;
    }
}
.search-result-list__item .icon {
    width: 20px;
    height: 20px;
    flex: 0 0 40px;
    max-width: 40px;
    margin-left: 40px;
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .search-result-list__item .icon {
        flex: 0 0 20px;
        max-width: 20px;
        margin-left: 20px;
    }
}
.search-result-list__item .icon::before {
    background-color: var(--color-green);
}
.search-result-list__item:hover {
    border-color: var(--color-green);
}
.search-result-list__item:hover .icon {
    transform: translateX(4px);
}
.search-result-list__text {
    flex: auto;
}
.search-result-list .editor-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.search-result-list .pagination {
    margin-top: 34px;
}
@media only screen and (max-width: 1022px) {
    .search-result-list .pagination {
        margin-top: 44px;
    }
}
.partners-list__inner {
    display: grid;
    grid-gap: 100px;
}
@media only screen and (max-width: 1200px) {
    .partners-list__inner {
        grid-gap: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .partners-list__inner {
        grid-gap: 50px;
    }
}
.partners-list .section-header {
    margin-bottom: 55px;
}
@media only screen and (max-width: 1200px) {
    .partners-list .section-header {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .partners-list .section-header {
        margin-bottom: 30px;
    }
}
.partners-list__logo {
    position: relative;
    height: 90px;
    flex-shrink: 0;
    transition: opacity 0.3s ease;
}
@media only screen and (max-width: 1200px) {
    .partners-list__logo {
        height: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .partners-list__logo {
        height: 46px;
    }
}
.partners-list__logo:hover {
    opacity: 0.8;
}
.partners-list__logo img {
    width: auto;
    height: auto;
    object-fit: contain;
    max-width: 220px;
}
.partners-list__logo-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px 112px;
}
@media only screen and (max-width: 1200px) {
    .partners-list__logo-list {
        gap: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .partners-list__logo-list {
        gap: 30px;
    }
}
.social-media ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
}
@media only screen and (max-width: 767px) {
    .social-media ul {
        gap: 20px;
    }
}
.social-media__link {
    width: 28px;
    height: 28px;
}
@media only screen and (max-width: 767px) {
    .social-media__link {
        width: 24px;
        height: 24px;
    }
}
.social-media__link .icon {
    width: 28px;
    height: 28px;
}
@media only screen and (max-width: 767px) {
    .social-media__link .icon {
        width: 24px;
        height: 24px;
    }
}
.social-media__link .icon::before {
    background-color: var(--color-gray-light);
}
.social-media__link:hover .icon::before {
    background-color: var(--color-green);
}
.tabs-module {
    padding: 80px 0;
}
@media only screen and (max-width: 1022px) {
    .tabs-module {
        padding: 50px 0;
    }
}
.tabs-module .section-header {
    margin-bottom: 32px;
}
@media only screen and (max-width: 1022px) {
    .tabs-module .section-header__super-title {
        margin-bottom: 10px;
    }
}
.tabs-module__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 34px 38px;
}
@media only screen and (max-width: 1200px) {
    .tabs-module__list {
        grid-gap: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .tabs-module__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .tabs-module__list {
        grid-template-columns: 1fr;
        grid-gap: 30px;
        max-width: 302px;
        margin: 0 auto;
    }
}
.tabs-module .card {
    max-width: 100%;
}
.tabs-module__tabs-group {
    margin-bottom: 44px;
}
@media only screen and (max-width: 1022px) {
    .tabs-module__tabs-group {
        margin-bottom: 26px;
    }
}
.tabs-module .tabs-slider .swiper-slide {
    margin-right: 5px;
}
@media only screen and (max-width: 1022px) {
    .tabs-module .tabs-slider .swiper-slide {
        margin-right: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .tabs-module .tabs-slider .swiper-wrapper {
        background-color: var(--color-background);
    }
}
@media only screen and (min-width: 768px) {
    .tabs-module .tabs-slider__tab {
        min-width: 140px;
    }
}
.tabs-module .pagination {
    margin-top: 34px;
}
@media only screen and (max-width: 1022px) {
    .tabs-module .pagination {
        margin-top: 44px;
    }
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-white);
    z-index: 100;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 1023px) {
    .is-scrolled .site-header {
        transform: translate(0, -100%);
    }
}
@media only screen and (max-width: 1022px) {
    .is-scrolled .site-header {
        top: calc(var(--header-height, 132px) * -1);
    }
}
@media only screen and (min-width: 1023px) {
    .is-scrolled-up .site-header {
        transform: translate(0, 0);
    }
}
@media only screen and (max-width: 1022px) {
    .is-scrolled-up .site-header {
        top: 0;
    }
}
.site-header .container {
    display: flex;
    justify-content: space-between;
    min-height: 40px;
    align-items: center;
}
@media only screen and (max-width: 1022px) {
    .site-header .container {
        min-height: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .site-header__top-link {
        padding: 8px 0;
        display: block;
    }
}
.site-header__top-link img {
    display: inline-block;
    margin-right: 8px;
    max-width: 14px;
    vertical-align: sub;
}
.site-header__top-link .icon {
    vertical-align: middle;
    display: inline-block;
    margin-left: 8px;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__top-link[href]:hover {
    color: var(--color-green);
}
.site-header__top-link[href]:hover .icon {
    transform: translate(4px, 0);
}
.site-header__middle {
    padding: 22px 0;
}
@media only screen and (max-width: 1200px) {
    .site-header__middle {
        padding: 16px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .site-header__middle {
        padding: 20px 0;
        min-height: 72px;
    }
}
.site-header__middle-right, .site-header__middle-left {
    display: flex;
    gap: 56px;
    align-items: center;
}
@media only screen and (max-width: 1200px) {
    .site-header__middle-right, .site-header__middle-left {
        gap: 32px;
    }
}
.site-header__middle-right {
    gap: 24px;
}
@media only screen and (max-width: 1022px) {
    .site-header__middle-right {
        gap: 16px;
    }
}
.site-header__logo {
    max-width: 172px;
    position: relative;
    z-index: 5;
    flex-shrink: 0;
}
@media only screen and (max-width: 1200px) {
    .site-header__logo {
        max-width: 160px;
    }
}
@media only screen and (max-width: 1022px) {
    .site-header__logo {
        max-width: 110px;
    }
}
.site-header__logo img {
    width: 100%;
    object-fit: contain;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__logo--hover {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    z-index: 1;
}
.site-header__logo.has-hover-logo:hover .site-header__logo--default {
    opacity: 0;
}
.site-header__logo.has-hover-logo:hover .site-header__logo--hover {
    opacity: 1;
}
@media only screen and (max-width: 1022px) {
    .site-header .social-nav {
        display: none;
    }
}
.site-header .social-nav .icon::before {
    background-color: var(--color-white);
}
.site-header__contact {
    display: flex;
    align-items: center;
    gap: 8px;
}
@media only screen and (max-width: 1022px) {
    .site-header__contact {
        display: none;
    }
}
.site-header__contact a:hover {
    color: var(--color-green);
}
.site-header__search-btn {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid currentColor;
}
@media only screen and (max-width: 1022px) {
    .site-header__search-btn {
        border: 0;
    }
}
.site-header__search-btn:hover {
    color: var(--color-green);
}
.site-header__search-btn .icon {
    pointer-events: none;
}
.site-header .btn {
    gap: 12px;
    padding: 8px 16px;
    font-size: 14px;
    color: var(--color-gray);
}
@media only screen and (max-width: 1022px) {
    .site-header .btn {
        display: none;
    }
}
.site-header .btn:hover {
    color: var(--color-green);
}
.site-header__bottom {
    position: relative;
    background-color: var(--color-background);
}

.hamburger {
    cursor: pointer;
    z-index: 12;
    position: relative;
    flex-direction: column;
    gap: 8px;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 30px;
    border-radius: 100%;
}
.hamburger::before {
    padding: 1px;
}
.hamburger__bar {
    background-color: currentColor;
    height: 2px;
    border-radius: 4px;
    display: block;
    width: 100%;
    pointer-events: none;
    position: relative;
    z-index: 3;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.is-open-menu .hamburger__bar:first-child {
    transform: translateY(10px) rotate(225deg);
}
.is-open-menu .hamburger__bar:nth-child(2) {
    transform: scale(0);
}
.is-open-menu .hamburger__bar:last-child {
    transform: translateY(-10px) rotate(315deg);
}
.support-module {
    position: relative;
}
.support-module__body {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 35px;
    border: 2px solid var(--color-green);
    padding: 40px;
}
@media only screen and (max-width: 767px) {
    .support-module__body {
        padding: 66px 20px 50px;
        border-radius: 24px;
        margin-top: 38px;
    }
}
.support-module .section-header {
    max-width: 100%;
}
.support-module__button {
    margin-top: 24px;
}
@media only screen and (max-width: 767px) {
    .support-module__button {
        margin-top: 5px;
    }
}
.support-module__icon {
    border: 2px solid var(--color-green);
    border-radius: 100%;
    width: 80px;
    height: 80px;
    padding: 14px;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 68px;
    background-color: var(--color-white);
    translate: 0 -50%;
}
@media only screen and (max-width: 767px) {
    .support-module__icon {
        right: 50%;
        translate: 50% -50%;
    }
}
@media only screen and (max-width: 1022px) {
    .support-module .section-header__super-title {
        margin-bottom: 14px;
    }
}
.support-module--urgent .support-module__icon,
.support-module--urgent .support-module__body {
    border-color: var(--color-validation-failed);
}
.support-module--urgent strong {
    color: var(--color-validation-failed) !important;
}
@media only screen and (max-width: 767px) {
    .table-module__table {
        overflow: auto;
        margin-left: -22px;
        width: calc(100% + 44px);
        padding-left: 22px;
    }
    .table-module__table::-webkit-scrollbar {
        display: none;
    }
}
.table-module__table .editor-text {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid var(--color-gray);
}
@media only screen and (max-width: 767px) {
    .table-module__table .editor-text {
        width: 800px;
        border-radius: 12px;
        margin-right: 22px;
    }
}
.table-module__table .editor-text table {
    background-color: var(--color-background);
    text-align: center;
}
.table-module__table .editor-text table td {
    padding: 30px 20px;
    border: 1px solid var(--color-gray);
}
@media only screen and (min-width: 1023px) {
    .table-module__table .editor-text table td {
        height: 134px !important;
    }
}
@media only screen and (max-width: 1022px) {
    .table-module__table .editor-text table td {
        padding: 20px;
    }
}
.table-module__table .editor-text table td:first-child {
    border-left: 0;
}
.table-module__table .editor-text table td:last-child {
    border-right: 0;
}
.table-module__table .editor-text table tr:last-child td {
    border-bottom: 0;
}
.table-module__table .editor-text table th {
    background-color: var(--color-gray);
    color: var(--color-white);
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 20px;
    width: 33%;
}
.table-module__table .editor-text table strong {
    color: var(--color-green);
    font-weight: 700;
}
.table-module__table .editor-text table a {
    color: var(--color-green);
    font-weight: 700;
    text-decoration: none;
}
.table-module__table .editor-text table a:hover {
    text-decoration: underline;
}
.table-module--with-text .table-module__inner {
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-gap: 60px;
    align-items: center;
}
@media only screen and (max-width: 1022px) {
    .table-module--with-text .table-module__inner {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
}
.table-module--with-text .table-module__table .editor-text table th {
    padding: 10px 20px;
}
@media only screen and (min-width: 1023px) {
    .table-module--with-text .table-module__table .editor-text table td {
        font-size: 13px;
        line-height: 18px;
        padding: 24px 8px;
        height: 126px !important;
    }
}
.two-col-text .editor-text ul li::before {
    font-size: 18px;
    line-height: 1.33;
}
@media only screen and (max-width: 767px) {
    .two-col-text .editor-text ul li::before {
        font-size: 15px;
        line-height: 1.5;
    }
}

.two-col-text__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 24px 72px;
}
@media only screen and (max-width: 1022px) {
    .two-col-text__row {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.two-col-text__title {
    margin-bottom: 8px;
}
.two-col-text__title.title--h3 {
    margin-bottom: 20px;
}
@media only screen and (max-width: 1022px) {
    .two-col-text__title.title--h3 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .two-col-text__title.title--h3 {
        text-align: center;
        color: var(--color-green);
    }
}
@media only screen and (max-width: 1022px) {
    .two-col-text .editor-text:empty {
        display: none;
    }
}
.two-col-text .editor-text p,
.two-col-text .editor-text ul,
.two-col-text .editor-text ol {
    margin: 10px 0;
}
.two-col-text .editor-text p:first-child,
.two-col-text .editor-text ul:first-child,
.two-col-text .editor-text ol:first-child {
    margin-top: 0;
}
.two-col-text .editor-text p:last-child,
.two-col-text .editor-text ul:last-child,
.two-col-text .editor-text ol:last-child {
    margin-bottom: 0;
}
.two-col-text .editor-text ul {
    margin-bottom: 20px;
    padding-left: 25px;
    grid-gap: 2px;
}
@media only screen and (max-width: 767px) {
    .two-col-text .editor-text ul {
        grid-gap: 5px;
    }
}
.two-col-text .editor-text ul:last-child {
    margin-bottom: 0;
}
.two-col-text .editor-text ul li::before {
    line-height: initial;
}
.two-col-text .editor-text strong {
    font-weight: 700;
    color: var(--color-green);
}
.two-col-text .editor-text.text--18 {
    line-height: 1.38;
}
.two-col-text .editor-text.text--18 p,
.two-col-text .editor-text.text--18 ul,
.two-col-text .editor-text.text--18 ol {
    margin: 24px 0;
}
.two-col-text .editor-text.text--18 p:first-child,
.two-col-text .editor-text.text--18 ul:first-child,
.two-col-text .editor-text.text--18 ol:first-child {
    margin-top: 0;
}
.two-col-text .editor-text.text--18 p:last-child,
.two-col-text .editor-text.text--18 ul:last-child,
.two-col-text .editor-text.text--18 ol:last-child {
    margin-bottom: 0;
}
.two-col-text .editor-text.text--18 ul {
    grid-gap: 0;
}
.two-col-text__footer {
    margin-top: 36px;
}
@media only screen and (max-width: 767px) {
    .two-col-text__footer {
        margin-top: 18px;
    }
}
@charset "UTF-8";
.testimonial-slider {
    text-align: center;
    font-weight: 300;
    color: var(--color-gray-dark);
}
.testimonial-slider__init {
    padding: 0 100px;
    line-height: 1.35;
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .testimonial-slider__init {
        padding: 0 60px;
    }
}
@media only screen and (max-width: 767px) {
    .testimonial-slider__init {
        padding: 0;
    }
}
.testimonial-slider__slide .icon {
    margin: 0 auto 25px;
}
.testimonial-slider__slide .icon::before {
    background-color: var(--color-green);
}
.testimonial-slider__slide blockquote {
    margin: 0;
}
.testimonial-slider__slide strong {
    color: var(--color-green);
    display: block;
    font-weight: 700;
}
.testimonial-slider__name {
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .testimonial-slider__nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }
}
.testimonial-slider__nav.d-none {
    display: none;
}
.testimonial-slider__nav-arrow {
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .testimonial-slider__nav-arrow {
        height: 30px;
        position: relative;
    }
}
.testimonial-slider__nav-arrow.arrow-right {
    left: initial;
    right: 0;
}
.testimonial-slider__nav-arrow .icon::before {
    background-color: var(--color-gray);
}
.testimonial-slider__nav-arrow:hover {
    opacity: 1;
}
.testimonial-slider__nav-arrow.swiper-button-lock {
    opacity: 0;
}
.testimonial-slider__image {
    width: 100%;
    flex: 0 0 43%;
    max-width: 43%;
    margin-top: 30px;
}
@media only screen and (max-width: 1022px) {
    .testimonial-slider__image {
        flex: auto;
        max-width: 100%;
        margin: 0 0 40px;
    }
}
.testimonial-slider__image-inner {
    position: relative;
    height: 0;
    padding-bottom: 65%;
}
@media only screen and (min-width: 1023px) {
    .testimonial-slider--with-image .testimonial-slider__inner {
        display: flex;
        align-items: center;
        gap: 44px;
    }
}
@media only screen and (min-width: 1023px) {
    .testimonial-slider--with-image .testimonial-slider__init {
        max-width: calc(57% - 44px);
        flex: 0 0 calc(57% - 44px);
        width: 100%;
        padding: 0 46px;
    }
}
.testimonial-slider--secondary {
    font-weight: 500;
}
@media only screen and (min-width: 1023px) {
    .testimonial-slider--secondary .testimonial-slider__image {
        flex: 0 0 51.5%;
        max-width: 51.5%;
        margin-top: 0;
    }
}
.testimonial-slider--secondary .testimonial-slider__image-inner {
    border-radius: 20px;
    overflow: hidden;
}
@media only screen and (min-width: 1023px) {
    .testimonial-slider--secondary .testimonial-slider__image-inner {
        padding-bottom: 68%;
    }
}
@media only screen and (min-width: 1023px) {
    .testimonial-slider--secondary .testimonial-slider__inner {
        gap: 20px;
    }
}
@media only screen and (min-width: 1023px) {
    .testimonial-slider--secondary .testimonial-slider__init {
        flex: 0 0 calc(48.5% - 20px);
        max-width: calc(48.5% - 20px);
        padding: 0 44px;
    }
}
.testimonial-slider--secondary .testimonial-slider__slide .icon {
    margin-left: 0;
    margin-bottom: 14px;
}
.testimonial-slider--secondary .testimonial-slider__slide blockquote {
    text-align: left;
    color: var(--color-gray);
    line-height: 1.65;
}
.testimonial-slider--secondary .testimonial-slider__name {
    text-align: right;
    margin-top: 14px;
}
.testimonial-slider--secondary .testimonial-slider__name strong {
    font-weight: 500;
    color: var(--color-gray);
    position: relative;
}
.testimonial-slider--secondary .testimonial-slider__name strong::before {
    content: "—";
    font-weight: inherit;
    font-size: inherit;
    color: currentColor;
    margin-right: 4px;
}

@media only screen and (max-width: 1022px) {
    .sc-testimonial-slider .margin--40:last-child {
        height: 75px;
    }
}
.text-module .editor-text h4, .text-module .editor-text h2,
.text-module .editor-text h3 {
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--font-secondary);
}

.text-module .editor-text h2,
.text-module .editor-text h3 {
    font-size: 22px;
}

.text-module .editor-text h4 {
    font-size: 20px;
}

.text-module__super-title {
    text-align: center;
}
@media only screen and (max-width: 1022px) {
    .text-module__super-title {
        font-size: 15px;
    }
}
.text-module__super-title span:first-child {
    margin-right: 6px;
}
.text-module__super-title span:last-child {
    margin-left: 6px;
}
.text-module .editor-text h1,
.text-module .editor-text h2,
.text-module .editor-text h3,
.text-module .editor-text h4,
.text-module .editor-text h5,
.text-module .editor-text h6 {
    margin: 40px 0 12px;
}
.text-module .editor-text h1:first-child,
.text-module .editor-text h2:first-child,
.text-module .editor-text h3:first-child,
.text-module .editor-text h4:first-child,
.text-module .editor-text h5:first-child,
.text-module .editor-text h6:first-child {
    margin-top: 0;
}
.text-module .editor-text h1:last-child,
.text-module .editor-text h2:last-child,
.text-module .editor-text h3:last-child,
.text-module .editor-text h4:last-child,
.text-module .editor-text h5:last-child,
.text-module .editor-text h6:last-child {
    margin-bottom: 0;
}
.text-module .editor-text p {
    margin-top: 0;
}
.text-module .editor-text ol,
.text-module .editor-text ul {
    padding-left: 28px;
}
@media only screen and (max-width: 1022px) {
    .text-module .editor-text ol,
    .text-module .editor-text ul {
        padding-left: 0;
    }
}
.text-module .editor-text h2,
.text-module .editor-text h3 {
    color: var(--color-green);
}
.text-module .editor-text h4 {
    color: var(--color-green);
}
.text-module .editor-text h5,
.text-module .editor-text h6 {
    color: var(--color-green);
    font-size: 18px;
}
.text-module__header {
    margin-bottom: 32px;
    display: grid;
    grid-gap: 32px;
}
@media only screen and (max-width: 1022px) {
    .text-module__header {
        margin-bottom: 20px;
        grid-gap: 20px;
    }
}
.text-module__button {
    margin-top: 60px;
}
@media only screen and (max-width: 1022px) {
    .text-module__button {
        margin-top: 28px;
    }
}
.text-module--center-aligned {
    text-align: center;
}
@media only screen and (max-width: 1022px) {
    .text-module--center-aligned .title--h3 {
        font-size: 30px;
        line-height: 1.1;
    }
}
.text-module--center-aligned .editor-text {
    padding: 0 10px;
}
@media only screen and (min-width: 1023px) {
    .text-module--center-aligned .editor-text {
        font-size: 18px;
        line-height: 1.33;
    }
}
.text-module--center-aligned .editor-text p {
    margin: 0 0 22px;
}
@media only screen and (max-width: 1022px) {
    .text-module--center-aligned .editor-text p {
        margin-bottom: 18px;
    }
}
.text-module--center-aligned .editor-text p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1022px) {
    .sc-text-module .margin--40:last-child {
        height: 75px;
    }
}
.victim-list .detail-modal__sub-title {
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .victim-list .detail-modal__sub-title {
        font-size: 15px;
    }
}

.victim-list {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(20deg, #172e57 0%, #2d598d 100%);
    color: var(--color-white);
    padding: 195px 0;
}
@media only screen and (max-width: 1200px) {
    .victim-list {
        padding: 140px 0;
    }
}
@media only screen and (max-width: 767px) {
    .victim-list {
        padding: 86px 0;
    }
}
.victim-list__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 4;
}
.victim-list__close .icon {
    width: 25px;
    height: 25px;
    transition: transform 0.3s ease;
}
.victim-list__close:hover .icon {
    transform: scale(0.9);
}
.victim-list .container {
    position: relative;
    z-index: 4;
}
.victim-list .section-header {
    max-width: 814px;
    grid-gap: 32px;
    margin-bottom: 76px;
}
@media only screen and (max-width: 1200px) {
    .victim-list .section-header {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .victim-list .section-header {
        margin-bottom: 30px;
    }
}
.victim-list__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    min-width: 100%;
    min-height: 35px;
    border-radius: 18px;
    font-weight: 600;
    padding: 6px;
    cursor: pointer;
    line-height: 1;
    color: var(--color-white);
    background-color: transparent;
    border: 1px solid var(--color-white);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
@media only screen and (max-width: 767px) {
    .victim-list__tab {
        min-width: 74px;
    }
}
.victim-list__tab span {
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 1023px) {
    .victim-list__tab:hover {
        color: var(--color-white);
        border-color: rgba(255, 255, 255, 0.5);
    }
}
.victim-list__tab.is-active {
    background-color: var(--color-white);
    color: var(--color-gray);
    border-color: var(--color-white);
}
.victim-list__tab-slider {
    max-width: 536px;
    margin: 0 auto 48px;
    width: 100%;
    position: relative;
    padding: 0 20px;
}
@media only screen and (max-width: 767px) {
    .victim-list__tab-slider {
        padding: 0;
    }
}
.victim-list__tab-slider .swiper {
    padding-bottom: 1px;
}
@media only screen and (max-width: 767px) {
    .victim-list__tab-slider .swiper {
        overflow: visible;
    }
}
@media only screen and (max-width: 767px) {
    .victim-list__tab-slider .swiper-slide {
        width: auto;
        margin-right: 10px;
    }
}
.victim-list__tab-slider-arrow {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: none;
    justify-content: flex-start;
    width: 20px;
    z-index: 4;
    cursor: pointer;
    transition: opacity 0.2s ease;
}
@media only screen and (max-width: 767px) {
    .victim-list__tab-slider-arrow {
        display: none;
    }
}
.victim-list__tab-slider-arrow.arrow-right {
    justify-content: flex-end;
    left: initial;
    right: 0;
}
.victim-list__tab-slider-arrow.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.victim-list__tab-slider-arrow .icon {
    width: 8px;
    height: 10px;
}
.victim-list__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 50px;
}
@media only screen and (max-width: 1200px) {
    .victim-list__list {
        grid-gap: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .victim-list__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .victim-list__list {
        grid-template-columns: 1fr;
        grid-gap: 46px;
    }
}
.victim-list .victim-card {
    max-width: 100%;
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .victim-list .victim-card {
        max-width: 204px;
        margin: 0 auto;
    }
}
.victim-list .victim-card__title {
    color: var(--color-white);
}
.victim-list .victim-card .btn {
    color: var(--color-white);
}
.victim-list .victim-card .btn:hover {
    background-color: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-blue);
}
.victim-list__bg {
    pointer-events: none;
}
.victim-list__bg-cloud {
    position: absolute;
    top: 0;
    left: 0;
    width: 2000px;
    height: 775px;
    transform: translate(-58%, -70%);
    mix-blend-mode: screen;
}
@media only screen and (max-width: 767px) {
    .victim-list__bg-cloud {
        width: 784px;
        height: 304px;
        transform: translate(-62%, -62%);
    }
}
.victim-list__bg-cloud img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.victim-list__bg-cloud--1 img {
    animation: floatCloudRight 15s ease-in-out infinite;
}
.victim-list__bg-cloud--2 {
    left: initial;
    right: 0;
    width: 1420px;
    height: 576px;
    transform: translate(82%, 115%);
}
@media only screen and (max-width: 767px) {
    .victim-list__bg-cloud--2 {
        transform: translate(85%, 115%);
        width: 784px;
        height: 304px;
    }
}
.victim-list__bg-cloud--2 img {
    animation: floatCloudUp 15s ease-in-out infinite;
}
.victim-list__bg-cloud--3 {
    top: initial;
    bottom: 0;
    height: 955px;
    transform: translate(-68%, 60%);
}
@media only screen and (max-width: 767px) {
    .victim-list__bg-cloud--3 {
        height: 304px;
    }
}
.victim-list__bg-cloud--3 img {
    animation: floatCloudRight 15s ease-in-out infinite;
}
.victim-list__bg-cloud--4 img, .victim-list__bg-cloud--5 img, .victim-list__bg-cloud--6 img {
    animation: floatCloudUp 15s ease-in-out infinite;
}
.victim-list__bg-cloud--4 {
    left: initial;
    right: 0;
    transform: translate(72%, 153%);
}
.victim-list__bg-cloud--5 {
    transform: translate(-72%, 700%);
}
.victim-list__bg-cloud--6 {
    left: initial;
    right: 0;
    transform: translate(72%, -50%);
    top: initial;
    bottom: 0;
}
.victim-list .detail-modal {
    color: var(--color-white);
    background-color: rgba(43, 84, 135, 0.6);
}
.victim-list .detail-modal__close:hover .icon {
    transform: scale(0.9);
}
.victim-list .detail-modal__close:hover .icon::before {
    background-color: var(--color-white);
}
.victim-list .detail-modal__inner {
    max-width: 506px;
    border-color: var(--color-white);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: var(--color-blue);
    text-align: center;
}
.victim-list .detail-modal__title {
    font-size: 19px;
}
.victim-list .detail-modal__sub-title {
    letter-spacing: normal;
    font-family: var(--font-primary);
}
.victim-list .detail-modal__header {
    margin-bottom: 30px;
}
@media only screen and (min-width: 1023px) {
    .victim-list .detail-modal .editor-text {
        line-height: 1.6;
    }
}

.video-playlist__video .video-playlist__poster, .video-playlist__video .facebook-video {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

.video-playlist__header {
    margin-bottom: 10px;
}
.video-playlist__inner {
    display: grid;
    grid-template-columns: 31% 1fr;
    align-items: flex-start;
    grid-gap: 30px;
}
@media only screen and (max-width: 1022px) {
    .video-playlist__inner {
        grid-template-columns: 1fr;
    }
}
.video-playlist__poster {
    position: relative;
    border-radius: 5px;
    width: 80px;
    height: 46px;
    flex-shrink: 0;
}
.video-playlist__poster .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 26px;
    height: 26px;
    transition: opacity 0.3s ease;
}
.video-playlist__poster img {
    transition: opacity 0.3s ease;
}
.video-playlist__poster.is-playing .icon,
.video-playlist__poster.is-playing img {
    opacity: 0;
    pointer-events: none;
}
.video-playlist__list {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.video-playlist__thumb {
    display: grid;
    align-items: center;
    grid-gap: 15px;
    grid-template-columns: 80px 1fr;
    cursor: pointer;
    transition: color 0.3s ease;
}
.video-playlist__thumb.is-active, .video-playlist__thumb:hover {
    color: var(--color-green);
}
.video-playlist__thumb-list {
    display: grid;
    grid-gap: 12px;
    max-height: 318px;
    overflow: auto;
    padding: 14px 0;
}
@media only screen and (min-width: 1023px) {
    .video-playlist__thumb-list {
        scrollbar-track-color: rgba(88, 88, 91, 0.1);
        scrollbar-face-color: rgba(88, 88, 91, 0.5);
        scrollbar-arrow-color: rgba(88, 88, 91, 0.5);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .video-playlist__thumb-list::-webkit-scrollbar {
        width: 4px;
    }
    .video-playlist__thumb-list ::-webkit-scrollbar-track {
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background: rgba(88, 88, 91, 0.1);
    }
    .video-playlist__thumb-list ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(88, 88, 91, 0.3);
    }
    .video-playlist__thumb-list::-webkit-scrollbar-thumb {
        background: rgba(88, 88, 91, 0.5);
        width: 4px;
        border-radius: 8px;
    }
    .video-playlist__thumb-list::-webkit-scrollbar-thumb:hover {
        background: rgba(88, 88, 91, 0.42);
    }
    .video-playlist__thumb-list ::-webkit-scrollbar {
        width: 4px;
    }
}
.video-playlist__thumb-list-wrapper {
    position: relative;
}
.video-playlist__thumb-list-wrapper::after, .video-playlist__thumb-list-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4px);
    height: 14px;
    background: linear-gradient(0deg, transparent, #fff);
    pointer-events: none;
    z-index: 5;
}
@media only screen and (max-width: 1022px) {
    .video-playlist__thumb-list-wrapper::after, .video-playlist__thumb-list-wrapper::before {
        width: 100%;
    }
}
.video-playlist__thumb-list-wrapper::after {
    transform: scaleY(-1);
    top: inherit;
    bottom: 0;
}
.video-playlist__thumb p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-playlist__video {
    position: relative;
    height: 0;
    padding-bottom: 56.24%;
    border-radius: 10px;
}
@media only screen and (max-width: 1022px) {
    .video-playlist__video {
        order: -1;
    }
}
.video-playlist__video-item {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.video-playlist__video-item.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.video-playlist__video .facebook-video {
    padding-bottom: 0;
}
.video-playlist__video .video-playlist__poster {
    cursor: pointer;
}
.video-playlist__video .icon {
    width: 108px;
    height: 108px;
}
@media only screen and (max-width: 767px) {
    .video-playlist__video .icon {
        width: 60px;
        height: 60px;
    }
}
.video-playlist__iframe-container {
    z-index: 4;
    border: 0;
    pointer-events: all;
}
@media only screen and (min-width: 1023px) {
    .video-playlist--left-side-video .video-playlist__video {
        order: -1;
    }
}
@media only screen and (min-width: 1023px) {
    .video-playlist--left-side-video .video-playlist__inner {
        grid-template-columns: 1fr 31%;
    }
}
.publications-module {
    width: 100%;
    position: relative;
}
.publications-module .section-header {
    max-width: 685px;
    grid-gap: 32px;
}
@media only screen and (max-width: 1022px) {
    .publications-module .section-header {
        grid-gap: 22px;
    }
}
.publications-module .section-header .title {
    color: var(--color-green);
}
.publications-module .section-header .editor-text {
    max-width: 452px;
    display: block;
    margin: 0 auto;
}
.publications-module__body {
    margin-top: 94px;
}
@media only screen and (max-width: 1022px) {
    .publications-module__body {
        margin-top: 48px;
    }
}
.publications-module__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 132px 64px;
}
@media only screen and (max-width: 1022px) {
    .publications-module__row {
        grid-gap: 52px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .publications-module__row {
        grid-template-columns: 1fr;
    }
}
.publications-module__footer {
    max-width: 626px;
    font-weight: 400;
    margin-top: 156px;
}
@media only screen and (max-width: 1022px) {
    .publications-module__footer {
        margin-top: 80px;
    }
}
.publications-module .big-card {
    max-width: 100%;
}
.publications-module .big-card--horizontal {
    grid-column: span 2;
}
@media only screen and (max-width: 767px) {
    .publications-module .big-card--horizontal {
        grid-column: span 1;
    }
}
.event-registration-form {
    width: 100%;
}
.join-us-form {
    width: 100%;
}

.workshop-registration-form {
    width: 100%;
}
/*# sourceMappingURL=bundle.css.map */
