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

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

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

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

body {
    font-size: 27px;
    line-height: 1.2;
}

.text--75 {
    font-size: 75px;
    font-weight: 500;
    line-height: 1.13;
}

.text--45 {
    font-size: 45px;
    line-height: 1.11;
}

.text--35 {
    font-size: 35px;
    line-height: 1.14;
}

.text--27 {
    font-size: 27px;
    line-height: 1.3;
}

.text--25 {
    font-size: 25px;
    line-height: 1.24;
}

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

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

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

.overflow-h {
    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;
}

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

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-text:	#000;
    --color-bg:	#eeece4;
    --color-primary:	#922d42;
    --color-gray:	#717171;
    --color-gray-light:	#afaeaa;
    --color-orange:	#eb7d2d;
    --color-green:	#2baa52;
    --color-green-light:	#bddeab;
    --color-red:	#bf0411;
    --color-red-light:	#f5cdcd;
    --color-validation:	#ff3b30;
    --color-alert-success:	#d4edda;
    --color-alert-danger:	#f8d7da;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

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

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

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

input {
    overflow: visible;
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

@media (min-width: 320px) {
    .text-xs-center {
        text-align: center;
    }

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

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

    .d-xs-none {
        display: none !important;
    }

    .d-xs-inline-block {
        display: inline-block !important;
    }

    .d-xs-block {
        display: block !important;
    }

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

    .d-xs-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .text-sm-center {
        text-align: center;
    }

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

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

    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

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

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1023px) {
    .text-md-center {
        text-align: center;
    }

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

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

    .d-md-none {
        display: none !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

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

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .text-lg-center {
        text-align: center;
    }

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

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

    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

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

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1599px) {
    .text-xl-center {
        text-align: center;
    }

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

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

    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

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

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 768px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .container {
        max-width: calc(100% - 40px);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-offset-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 1023px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .container {
        max-width: 884px;
        padding-left: 10px;
        padding-right: 10px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-offset-0 {
        margin-left: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 1200px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .container {
        max-width: 884px;
        padding-left: 10px;
        padding-right: 10px;
    }

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

    .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: 1600px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .container {
        max-width: 884px;
        padding-left: 10px;
        padding-right: 10px;
    }

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

    .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;
}
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@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 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

.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-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
    */
}

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0;
    width: 100%;
}

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

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

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

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

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: 10px;
    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;
}

/* Progress */
.swiper-pagination-progressbar {
    background: 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: 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: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

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

@font-face {
    font-family: "PF Agora Sans Pro";
    src: local("PFAgoraSansPro-Regular"), url("../fonts/PFAgoraSansPro-Regular.woff2") format("woff2"), url("../fonts/PFAgoraSansPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "PF Agora Slab Pro";
    src: local("PFAgoraSlabPro-Medium"), url("../fonts/PFAgoraSlabPro-Medium.woff2") format("woff2"), url("../fonts/PFAgoraSlabPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.cover-bg {
    background-size: cover;
    background-position: center center;
}
.cover-bg img {
    display: none;
}

.covered {
    max-height: initial;
}

.bg-image img {
    max-height: initial;
}
.bg-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.p-0 {
    padding: 0;
}

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

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

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

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

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

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

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

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

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

.hide {
    display: none;
}

.show {
    display: block;
}

.d-flex {
    display: flex;
}

.h-100 {
    height: 100%;
}

.bottom-self {
    align-self: flex-end;
}

.slider-arrow {
    top: 50%;
    position: absolute;
    z-index: 9;
    height: 55px;
    width: 55px;
    background-color: var(--color-primary);
    transform: translate(0, -50%);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .slider-arrow {
        height: 40px;
        width: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-arrow {
        height: 36px;
        width: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-arrow .icon {
        width: 10px;
        height: 20px;
    }
}
.slider-arrow .icon::before {
    background-color: var(--color-bg);
}
.slider-arrow.arrow-left {
    left: 0;
}
.slider-arrow.arrow-right {
    right: 0;
}
.slider-arrow:hover {
    background-color: var(--color-bg);
}
.slider-arrow:hover .icon::before {
    background-color: var(--color-primary);
}
.slider-arrow.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

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

body {
    color: var(--color-text);
    font-family: "PF Agora Sans Pro", sans-serif;
    background-color: var(--color-bg);
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: calc(var(--vh, 1vh) * 100);
    align-items: flex-start;
}
body.fullscreen-video {
    overflow: hidden;
}

.noselect,
.noselect * {
    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;
    -webkit-transition: color 0.3s ease, border 0.3s ease;
}

i,
em {
    font-style: italic;
}

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

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

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

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

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

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

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

figure img {
    margin: 0;
}

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

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

.swiper-container:not(.swiper-container-initialized) .swiper-pagination,
.swiper-container:not(.swiper-container-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: 152px;
}
main.without-padding {
    padding: 0;
}

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

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

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

@media print {
    * {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }

    .d-print-none {
        display: none !important;
    }

    [class*=col-] {
        display: inline-block;
    }
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    color: var(--color-bg);
    font-family: "PF Agora Slab Pro", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    cursor: pointer;
    border: 2px solid transparent;
    background-color: var(--color-primary);
    padding: 10px 48px;
    line-height: normal;
    min-width: 215px;
    min-height: 70px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn:hover, .btn:focus {
    background-color: transparent;
    color: var(--color-primary);
    border-color: var(--color-primary);
}
.btn .btn__text {
    display: block;
}
.btn .btn__icon {
    flex: 0 0 auto;
    margin-right: 12px;
}
.btn .btn__icon::before {
    background-color: var(--color-white);
}
.btn[disabled], .btn--disabled {
    cursor: not-allowed;
    transition: none;
    pointer-events: none;
}
.btn[disabled] .btn__icon, .btn--disabled .btn__icon {
    transform: none !important;
}
.icon::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

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

.icon {
    display: block;
    position: relative;
}
.icon::before {
    background-color: var(--color-black);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: background-color 0.3s ease;
}
.icon-chevron-down, .icon-chevron-up {
    width: 20px;
    height: 14px;
}
.icon-chevron-down:before, .icon-chevron-up:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 41.2 24.3' viewBox='0 0 41.2 24.3'%3E%3Cg style='enable-background:new'%3E%3Cpath d='m3.7 0 16.9 16.9L37.5 0l3.7 3.7-20.6 20.6L0 3.7 3.7 0z' style='fill:%23eeece4'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 41.2 24.3' viewBox='0 0 41.2 24.3'%3E%3Cg style='enable-background:new'%3E%3Cpath d='m3.7 0 16.9 16.9L37.5 0l3.7 3.7-20.6 20.6L0 3.7 3.7 0z' style='fill:%23eeece4'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-chevron-right, .icon-chevron-left {
    width: 12px;
    height: 24px;
}
.icon-chevron-right::before, .icon-chevron-left::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 24.3 41.2' viewBox='0 0 24.3 41.2'%3E%3Cg style='enable-background:new'%3E%3Cpath d='m0 37.5 16.9-16.9L0 3.7 3.7 0l20.6 20.6L3.7 41.2 0 37.5z' style='fill:%23eeece4'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 24.3 41.2' viewBox='0 0 24.3 41.2'%3E%3Cg style='enable-background:new'%3E%3Cpath d='m0 37.5 16.9-16.9L0 3.7 3.7 0l20.6 20.6L3.7 41.2 0 37.5z' style='fill:%23eeece4'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-chevron-up:before, .icon-chevron-left:before {
    transform: scale(-1);
}
.icon-close {
    width: 14px;
    height: 28px;
}
.icon-close::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 29.1 29.1' viewBox='0 0 29.1 29.1'%3E%3Cg style='enable-background:new'%3E%3Cpath d='M29.1 2.9 17.5 14.6l11.6 11.6-2.9 2.9-11.6-11.6L2.9 29.1 0 26.2l11.6-11.6L0 2.9 2.9 0l11.6 11.6L26.2 0l2.9 2.9z' style='fill:%23eeece3'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 29.1 29.1' viewBox='0 0 29.1 29.1'%3E%3Cg style='enable-background:new'%3E%3Cpath d='M29.1 2.9 17.5 14.6l11.6 11.6-2.9 2.9-11.6-11.6L2.9 29.1 0 26.2l11.6-11.6L0 2.9 2.9 0l11.6 11.6L26.2 0l2.9 2.9z' style='fill:%23eeece3'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-pause {
    width: 42px;
    height: 42px;
}
.icon-pause::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 41.6 41.6' viewBox='0 0 41.6 41.6'%3E%3Cg style='enable-background:new'%3E%3Cpath d='M6.1 6.1C10.2 2 15.1 0 20.8 0c5.7 0 10.6 2 14.7 6.1s6.1 9 6.1 14.7c0 5.7-2 10.6-6.1 14.7s-9 6.1-14.7 6.1c-5.7 0-10.6-2-14.7-6.1S0 26.5 0 20.8c0-5.7 2-10.6 6.1-14.7zm12.7 23V12.5h-4.2v16.6h4.2zm8.3 0V12.5h-4.2v16.6h4.2z' style='fill:%23eeece4'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 41.6 41.6' viewBox='0 0 41.6 41.6'%3E%3Cg style='enable-background:new'%3E%3Cpath d='M6.1 6.1C10.2 2 15.1 0 20.8 0c5.7 0 10.6 2 14.7 6.1s6.1 9 6.1 14.7c0 5.7-2 10.6-6.1 14.7s-9 6.1-14.7 6.1c-5.7 0-10.6-2-14.7-6.1S0 26.5 0 20.8c0-5.7 2-10.6 6.1-14.7zm12.7 23V12.5h-4.2v16.6h4.2zm8.3 0V12.5h-4.2v16.6h4.2z' style='fill:%23eeece4'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-play {
    width: 90px;
    height: 90px;
}
.icon-play::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 166.4 166.4' viewBox='0 0 166.4 166.4'%3E%3Cg style='enable-background:new'%3E%3Cpath d='M24.4 24.4C40.7 8.1 60.3 0 83.2 0s42.5 8.1 58.8 24.4c16.3 16.3 24.4 35.9 24.4 58.8s-8.1 42.5-24.4 58.8c-16.3 16.3-35.9 24.4-58.8 24.4s-42.5-8.1-58.8-24.4C8.1 125.7 0 106.1 0 83.2s8.1-42.5 24.4-58.8zm42 96.3 50-37.5-50-37.5v75z' style='fill:%23eeece4'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 166.4 166.4' viewBox='0 0 166.4 166.4'%3E%3Cg style='enable-background:new'%3E%3Cpath d='M24.4 24.4C40.7 8.1 60.3 0 83.2 0s42.5 8.1 58.8 24.4c16.3 16.3 24.4 35.9 24.4 58.8s-8.1 42.5-24.4 58.8c-16.3 16.3-35.9 24.4-58.8 24.4s-42.5-8.1-58.8-24.4C8.1 125.7 0 106.1 0 83.2s8.1-42.5 24.4-58.8zm42 96.3 50-37.5-50-37.5v75z' style='fill:%23eeece4'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-home {
    width: 24px;
    height: 24px;
}
.icon-home::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 41.6 35.4' viewBox='0 0 41.6 35.4'%3E%3Cg style='enable-background:new'%3E%3Cpath d='M16.6 35.4H6.2V18.8H0L20.8 0l20.8 18.8h-6.2v16.7H25V22.9h-8.4v12.5z' style='fill:%23eeece4'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 41.6 35.4' viewBox='0 0 41.6 35.4'%3E%3Cg style='enable-background:new'%3E%3Cpath d='M16.6 35.4H6.2V18.8H0L20.8 0l20.8 18.8h-6.2v16.7H25V22.9h-8.4v12.5z' style='fill:%23eeece4'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-map-pin {
    width: 24px;
    height: 24px;
}
.icon-map-pin::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 29.1 41.6' viewBox='0 0 29.1 41.6'%3E%3Cg style='enable-background:new'%3E%3Cpath d='M4.2 4.2C7.1 1.4 10.5 0 14.6 0c4 0 7.5 1.4 10.3 4.2s4.2 6.3 4.2 10.3c0 2-.5 4.3-1.5 6.9-1 2.6-2.2 5-3.7 7.3-1.4 2.3-2.8 4.4-4.2 6.4-1.4 2-2.6 3.6-3.6 4.7l-1.6 1.7c-.4-.5-.9-1.1-1.6-1.8-.7-.7-1.8-2.2-3.5-4.5C7.7 33 6.2 30.8 5 28.7c-1.3-2.1-2.4-4.5-3.5-7.2-1-2.7-1.6-5-1.6-7 .1-4 1.5-7.4 4.3-10.3zm6.7 14c1 1 2.2 1.5 3.7 1.5 1.4 0 2.7-.5 3.7-1.5s1.5-2.2 1.5-3.7c0-1.4-.5-2.7-1.5-3.7s-2.2-1.5-3.7-1.5c-1.4 0-2.7.5-3.7 1.5S9.4 13 9.4 14.5s.5 2.7 1.5 3.7z' style='fill:%23eeece4'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 29.1 41.6' viewBox='0 0 29.1 41.6'%3E%3Cg style='enable-background:new'%3E%3Cpath d='M4.2 4.2C7.1 1.4 10.5 0 14.6 0c4 0 7.5 1.4 10.3 4.2s4.2 6.3 4.2 10.3c0 2-.5 4.3-1.5 6.9-1 2.6-2.2 5-3.7 7.3-1.4 2.3-2.8 4.4-4.2 6.4-1.4 2-2.6 3.6-3.6 4.7l-1.6 1.7c-.4-.5-.9-1.1-1.6-1.8-.7-.7-1.8-2.2-3.5-4.5C7.7 33 6.2 30.8 5 28.7c-1.3-2.1-2.4-4.5-3.5-7.2-1-2.7-1.6-5-1.6-7 .1-4 1.5-7.4 4.3-10.3zm6.7 14c1 1 2.2 1.5 3.7 1.5 1.4 0 2.7-.5 3.7-1.5s1.5-2.2 1.5-3.7c0-1.4-.5-2.7-1.5-3.7s-2.2-1.5-3.7-1.5c-1.4 0-2.7.5-3.7 1.5S9.4 13 9.4 14.5s.5 2.7 1.5 3.7z' style='fill:%23eeece4'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-checkmark {
    width: 64px;
    height: 48px;
}
.icon-checkmark::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 63 48' viewBox='0 0 63 48'%3E%3Cg style='enable-background:new'%3E%3Cpath d='M20 38 58 0l5 5-43 43L0 28l5-5 15 15z' style='fill:%232baa52'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 63 48' viewBox='0 0 63 48'%3E%3Cg style='enable-background:new'%3E%3Cpath d='M20 38 58 0l5 5-43 43L0 28l5-5 15 15z' style='fill:%232baa52'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-cross {
    width: 50px;
    height: 50px;
}
.icon-cross::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 50.1 50.1' viewBox='0 0 50.1 50.1'%3E%3Cg style='enable-background:new'%3E%3Cpath d='m50.1 5-20 20 20 20-5 5-20-20-20 20-5-5 20-20L0 5l5-5 20 20L45 0l5.1 5z' style='fill:%23bf0411'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 50.1 50.1' viewBox='0 0 50.1 50.1'%3E%3Cg style='enable-background:new'%3E%3Cpath d='m50.1 5-20 20 20 20-5 5-20-20-20 20-5-5 20-20L0 5l5-5 20 20L45 0l5.1 5z' style='fill:%23bf0411'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-expand {
    width: 20px;
    height: 20px;
}
.icon-expand::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='M128 96C110.3 96 96 110.3 96 128L96 224C96 241.7 110.3 256 128 256C145.7 256 160 241.7 160 224L160 160L224 160C241.7 160 256 145.7 256 128C256 110.3 241.7 96 224 96L128 96zM160 416C160 398.3 145.7 384 128 384C110.3 384 96 398.3 96 416L96 512C96 529.7 110.3 544 128 544L224 544C241.7 544 256 529.7 256 512C256 494.3 241.7 480 224 480L160 480L160 416zM416 96C398.3 96 384 110.3 384 128C384 145.7 398.3 160 416 160L480 160L480 224C480 241.7 494.3 256 512 256C529.7 256 544 241.7 544 224L544 128C544 110.3 529.7 96 512 96L416 96zM544 416C544 398.3 529.7 384 512 384C494.3 384 480 398.3 480 416L480 480L416 480C398.3 480 384 494.3 384 512C384 529.7 398.3 544 416 544L512 544C529.7 544 544 529.7 544 512L544 416z'/%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='M128 96C110.3 96 96 110.3 96 128L96 224C96 241.7 110.3 256 128 256C145.7 256 160 241.7 160 224L160 160L224 160C241.7 160 256 145.7 256 128C256 110.3 241.7 96 224 96L128 96zM160 416C160 398.3 145.7 384 128 384C110.3 384 96 398.3 96 416L96 512C96 529.7 110.3 544 128 544L224 544C241.7 544 256 529.7 256 512C256 494.3 241.7 480 224 480L160 480L160 416zM416 96C398.3 96 384 110.3 384 128C384 145.7 398.3 160 416 160L480 160L480 224C480 241.7 494.3 256 512 256C529.7 256 544 241.7 544 224L544 128C544 110.3 529.7 96 512 96L416 96zM544 416C544 398.3 529.7 384 512 384C494.3 384 480 398.3 480 416L480 480L416 480C398.3 480 384 494.3 384 512C384 529.7 398.3 544 416 544L512 544C529.7 544 544 529.7 544 512L544 416z'/%3E%3C/svg%3E");
}
.margin--160 {
    height: 160px;
}

.margin--120 {
    height: 120px;
}

.margin--100 {
    height: 100px;
}

.margin--80 {
    height: 80px;
}

.margin--70 {
    height: 70px;
}

.margin--60 {
    height: 60px;
}

.margin--50 {
    height: 50px;
}

.margin--40 {
    height: 40px;
}

.margin--32 {
    height: 32px;
}

.margin--30 {
    height: 30px;
}

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

.margin {
    display: block;
    width: 100%;
}
.margin--24 {
    height: 24px;
}
@media only screen and (max-width: 767px) {
    .margin--24 {
        height: 16px;
    }
}
.margin--20 {
    height: 20px;
}
@media only screen and (max-width: 767px) {
    .margin--20 {
        height: 16px;
    }
}
.margin--16 {
    margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
    .margin--16 {
        margin-bottom: 8px;
    }
}
.margin--12 {
    height: 12px;
}
.radio-button.hide-label .radio-button__text, .radio-button input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}

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

.radio-button {
    user-select: none;
    color: var(--color-bg);
    font-family: "PF Agora Slab Pro", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
}
.radio-button__label {
    position: relative;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    background-color: var(--color-primary);
    padding: 10px 40px;
    line-height: normal;
    min-width: 215px;
    min-height: 70px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.radio-button__label:hover {
    background-color: transparent;
    color: var(--color-primary);
    border-color: var(--color-primary);
}
.radio-button input:checked ~ label {
    background-color: transparent;
    color: var(--color-primary);
    border-color: var(--color-primary);
}
.radio-button.hide-label .radio-button__label {
    width: 24px;
    height: 24px;
    padding: 0;
    min-width: 1px;
    min-height: 1px;
}
.title--h6, .title--h5, .title--h4, .title--h3, .title--h2, .title--h1 {
    font-weight: 500;
    font-family: "PF Agora Slab Pro", sans-serif;
    color: var(--color-primary);
}

.title--h1 {
    font-size: 68px;
    line-height: 1.08;
}

.title--h2 {
    font-size: 44px;
    line-height: 1;
}

.title--h3 {
    font-size: 36px;
    line-height: 1.1;
}

.title--h4 {
    font-size: 30px;
    line-height: 1.15;
}

.title--h5 {
    font-size: 25px;
    line-height: 1.44;
}

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

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

.accordion {
    position: relative;
    max-width: 874px;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 1022px) {
    .accordion {
        max-width: 100%;
    }
}
.accordion__icon-image {
    position: relative;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}
.accordion__icon-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.accordion__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 30px;
    min-height: 52px;
    padding: 8px 26px;
    transition: 0.6s ease;
    text-align: left;
    background-color: var(--color-primary);
    color: var(--color-bg) !important;
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .accordion__title {
        gap: 16px;
        padding: 8px 16px;
    }
}
.accordion__title-icon {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.accordion__title-icon .icon {
    width: 12px;
    height: 8px;
    transition: 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.accordion__title-icon .icon::before {
    background-color: currentColor;
}
.accordion__title-icon .icon-chevron-up {
    opacity: 0;
}
.accordion__content {
    max-width: 800px;
    width: 100%;
    display: none;
    margin: 30px auto 0;
}
.accordion__content-inner {
    padding-bottom: 48px;
    display: flex;
    flex-direction: column;
}
.accordion__content-title {
    margin-bottom: 20px;
}
.accordion__content-text {
    margin-bottom: 20px;
}
.accordion .sc-video-player .container {
    max-width: 100%;
    padding: 0;
}
.accordion .sc-video-player .margin--70 {
    height: 0;
}
.accordion.is-open .accordion__title-icon .icon {
    transform: translate(-50%, -50%) rotate(180deg);
}
.accordion.is-open .accordion__title-icon .icon-chevron-up {
    opacity: 0;
}
.accordion.is-open .accordion__title-icon .icon-chevron-down {
    opacity: 1;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--color-bg);
    background-color: var(--color-black);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    text-align: center;
    z-index: 999;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.gallery-modal.is-open-modal {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.gallery-modal__slider {
    height: 100%;
}
.gallery-modal__slide {
    flex-direction: column;
    display: flex;
    padding: 100px 30px;
    height: calc(var(--vh, 1vh) * 100);
}
@media only screen and (max-width: 1022px) {
    .gallery-modal__slide {
        padding-bottom: 50px;
    }
}
.gallery-modal__image {
    max-height: 100%;
    flex: auto;
}
.gallery-modal__image img {
    object-fit: contain;
}
.gallery-modal__caption {
    margin-top: 20px;
}
.gallery-modal .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}
.gallery-modal__close {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 5;
    color: var(--color-bg);
    display: flex;
    align-items: center;
    font-family: "PF Agora Sans Pro", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    transition: color 0.3s ease;
}
.gallery-modal__close .icon {
    flex-shrink: 0;
    margin-left: 16px;
}
.gallery-modal__close .icon::before {
    background-color: currentColor;
}
.gallery-modal__close:hover, .gallery-modal__close:focus {
    color: var(--color-primary);
}
.gallery-modal .slider-arrow {
    top: 50.5%;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 40px 0;
    z-index: 998;
    color: var(--color-black);
    background-color: var(--color-white);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 -24px 40px rgba(0, 0, 0, 0.07);
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}
.cookie-banner.cookie-not-set {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0s linear;
}
@media only screen and (max-width: 767px) {
    .cookie-banner {
        padding: 30px 0;
    }
}
.cookie-banner .cookie-width {
    display: grid;
    grid-template-columns: 75% 1fr;
    grid-gap: 20px;
}
@media only screen and (max-width: 1599px) {
    .cookie-banner .cookie-width {
        grid-template-columns: 70% 1fr;
    }
}
@media only screen and (max-width: 1199px) {
    .cookie-banner .cookie-width {
        grid-template-columns: 1fr;
        justify-items: flex-start;
    }
}
.cookie-banner__button {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: flex-start;
}
@media only screen and (max-width: 1199px) {
    .cookie-banner__button {
        justify-items: flex-start;
    }
}
@media (max-width: 360px) {
    .cookie-banner__button {
        grid-template-columns: 1fr;
        justify-items: initial;
        width: 100%;
    }
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.language-switch {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    margin: 0 auto;
    max-width: 220px;
    grid-gap: 66px;
    text-align: center;
    font-size: 16px;
}
.language-switch__link {
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: opacity 0.3s ease, color 0.3s ease;
}
.language-switch__link-image {
    position: relative;
    border: 4px solid var(--color-white);
    border-radius: 100%;
    margin-bottom: 10px;
    height: 68px;
    width: 68px;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.map-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    color: var(--color-text);
}
.map-modal.is-open-modal {
    opacity: 1;
    visibility: visible;
}
.map-modal__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-text);
    cursor: pointer;
}
.map-modal__with_pins {
    position: absolute;
}
.map-modal__body {
    background-color: var(--color-white);
    padding: 30px;
    width: 100%;
    max-width: 864px;
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 42% 1fr;
    grid-gap: 20px;
    margin: auto;
}
.map-modal__body-left {
    padding: 48px 0;
}
.map-modal__body-right {
    position: relative;
}
.map-modal__body-list {
    display: grid;
    grid-gap: 12px;
}
.map-modal__body-item {
    font-size: 16px;
    display: grid;
    grid-gap: 18px;
    font-weight: 400;
    align-items: center;
    grid-template-columns: 30px 1fr;
}
.map-modal__body-item-number {
    width: 30px;
    height: 30px;
    line-height: 1;
    border: 2px solid var(--color-bg);
    background-color: var(--color-orange);
    border-radius: 100%;
    padding-top: 1px;
    position: relative;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.map-modal__body-item-text {
    font-family: "PF Agora Slab Pro", sans-serif;
    line-height: 1.27;
    font-weight: 500;
}
.map-modal__body-item.is-active .map-modal__body-item-number {
    background-color: var(--color-text);
    color: var(--color-white);
}
.map-modal__body-item.is-active .map-modal__body-item-number::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid var(--color-text);
    transform: scale(1.4);
    animation: pulse 1s ease infinite forwards;
}
.map-modal__pin {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 2px solid var(--color-bg);
    background-color: var(--color-orange);
    border-radius: 100%;
    padding-top: 1px;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.map-modal__pin.is-active {
    background-color: var(--color-text);
    color: var(--color-white);
}
.map-modal__pin.is-active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid var(--color-text);
    transform: scale(1.4);
    animation: pulse 1s ease infinite forwards;
}
.map-modal__pin--1 {
    left: 28.5%;
    top: 36.5%;
}
.map-modal__pin--2 {
    left: 23%;
    top: 50.5%;
}
.map-modal__pin--3 {
    left: 29.5%;
    top: 62%;
}
.map-modal__pin--4 {
    left: 42.5%;
    top: 49.5%;
}
.map-modal__pin--5 {
    left: 62%;
    top: 33%;
}
.map-modal__pin--6 {
    left: 63.5%;
    top: 49.5%;
}
.map-modal__pin--7 {
    left: 66.5%;
    top: 77%;
}
.map-modal__pin--8 {
    left: 66.5%;
    top: 85%;
}
.map-modal__close {
    position: absolute;
    right: 40px;
    top: 35px;
    z-index: 5;
    color: var(--color-bg);
    display: flex;
    align-items: center;
    font-family: "PF Agora Sans Pro", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    transition: color 0.3s ease;
}
.map-modal__close .icon {
    flex-shrink: 0;
    margin-left: 16px;
}
.map-modal__close .icon::before {
    background-color: currentColor;
}
.map-modal__close:hover, .map-modal__close:focus {
    color: var(--color-primary);
}

@keyframes pulse {
    0% {
        transform: scale(1.4);
        opacity: 0;
    }
    20% {
        transform: scale(1.4);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.menu {
    color: var(--color-white);
    position: relative;
}
.menu ul {
    font-size: 0;
    line-height: 0;
}
.menu__list {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 6px;
}
.menu__item.is-active > .menu__link.level-1 {
    background-color: var(--color-text);
}
.menu__item.is-active > .menu__link.level-2 {
    background-color: var(--color-bg);
    color: var(--color-text);
}
.menu__link {
    display: block;
    padding: 14px 24px;
    font-size: 22px;
    line-height: 1.2;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.menu__link.level-1 {
    font-family: "PF Agora Slab Pro", sans-serif;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 0 0 10px 10px;
}
.menu__link.level-2 {
    background-color: rgba(238, 236, 228, 0.15);
    border-radius: 10px 10px 0 0;
    padding: 12px 26px;
    white-space: nowrap;
}
.menu__sub-items {
    position: absolute;
    bottom: 0;
    left: 0;
}
.modal__close {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    color: var(--color-text);
}
.modal.is-open-modal {
    opacity: 1;
    visibility: visible;
}
.modal__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
}
.modal__body {
    background-color: var(--color-bg);
    box-shadow: -6px 8px 70px 16px rgba(126, 126, 126, 0.65);
    padding: 14px;
    width: 100%;
    max-width: 650px;
    position: relative;
    z-index: 3;
    height: 410px;
    margin: auto;
    transform: scale(0.5);
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.is-open-modal .modal__body {
    opacity: 1;
    transform: scale(1);
}
.modal__inner {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    padding: 60px 30px 65px 60px;
}
.modal__content {
    position: relative;
    height: 100%;
    overflow: auto;
    padding-right: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 1023px) {
    .modal__content {
        scrollbar-track-color: rgba(0, 0, 0, 0.5);
        scrollbar-face-color: rgba(0, 0, 0, 0.8);
        scrollbar-arrow-color: rgba(0, 0, 0, 0.8);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .modal__content::-webkit-scrollbar {
        width: 4px;
    }
    .modal__content ::-webkit-scrollbar-track {
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background: rgba(0, 0, 0, 0.5);
    }
    .modal__content ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0, 0, 0, 0.65);
    }
    .modal__content::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.8);
        width: 4px;
        border-radius: 8px;
    }
    .modal__content::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0.74);
    }
    .modal__content ::-webkit-scrollbar {
        width: 4px;
    }
}
.modal__content .editor-text {
    margin: auto;
}
.modal__close {
    position: absolute;
    right: 30px;
    top: 30px;
    height: 30px;
    width: 30px;
    z-index: 5;
    color: var(--color-black);
}
.modal__close .icon::before {
    background-color: currentColor;
}
.modal__close:hover, .modal__close:focus {
    color: var(--color-primary);
}
.modal__close:hover .icon::before, .modal__close:focus .icon::before {
    background-color: var(--color-primary);
}

.modal-trigger {
    cursor: pointer;
}
.mod-map__map-init {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
}

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

.mod-map {
    width: 100%;
}
.mod-map__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .mod-map__list {
        flex-wrap: nowrap;
        width: calc(100% + 40px);
        left: -20px;
        padding-left: 20px;
        overflow: auto;
    }
}
.mod-map__map {
    position: relative;
    background-color: var(--color-gray-light);
    height: 600px;
    overflow: hidden;
}
@media only screen and (min-width: 1023px) and (max-width: 1199px) {
    .mod-map__map {
        height: 500px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .mod-map__map {
        height: 400px;
    }
}
@media only screen and (max-width: 767px) {
    .mod-map__map {
        height: 300px;
    }
}
.mod-map__map-init {
    pointer-events: all;
    z-index: 3;
}
.mod-map__map img {
    max-height: initial;
}

.bw {
    filter: grayscale(100%);
}
.pin-modal {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.pin-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 70px 0;
}
.pin-modal.is-open-modal {
    opacity: 1;
    visibility: visible;
}
.pin-modal__overlay {
    background-color: var(--color-black);
    pointer-events: all;
    position: fixed;
}
.pin-modal__close {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 5;
    color: var(--color-bg);
    display: flex;
    align-items: center;
    font-family: "PF Agora Sans Pro", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    transition: color 0.3s ease;
}
.pin-modal__close .icon {
    flex-shrink: 0;
    margin-left: 16px;
}
.pin-modal__close .icon::before {
    background-color: currentColor;
}
.pin-modal__close:hover, .pin-modal__close:focus {
    color: var(--color-primary);
}
.pin-modal__inner {
    width: 100%;
    margin: 0 auto;
    background-color: var(--color-white);
    padding: 30px;
    position: relative;
    z-index: 4;
}
.pin-modal__inner-wrapper {
    width: 100%;
    margin: auto;
}
.pin-modal__number {
    width: 48px;
    height: 48px;
    border: 2px solid var(--color-bg);
    background-color: var(--color-text);
    border-radius: 100%;
    color: var(--color-bg);
}
.pin-modal__header {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 20px;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .pin-modal__header {
        grid-template-columns: 1fr;
    }
}
.pin-modal__image {
    position: relative;
    height: 0;
    padding-bottom: 100%;
}
.pin-modal__image-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 34px;
}
@media only screen and (max-width: 1022px) {
    .pin-modal__image-list {
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .pin-modal__image-list {
        grid-template-columns: 1fr;
    }
}
.pin-modal__image-list--single {
    grid-template-columns: 1fr;
    align-items: flex-start;
}
.pin-modal__image-list--single .pin-modal__image {
    height: auto;
    padding-bottom: 0;
    max-height: 500px;
}
.pin-modal__image-list--single .pin-modal__image img {
    position: relative;
    height: auto;
    width: 100%;
    object-fit: contain;
    max-height: inherit;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.quiz-intro {
    width: 100%;
    text-align: center;
}
.quiz-intro .title {
    text-transform: uppercase;
}
.quiz-result__indicator, .quiz-result .title {
    font-size: 40px;
    line-height: 1.13;
}

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

.quiz-result {
    text-align: center;
    width: 100%;
}
.quiz-result__indicator {
    position: relative;
    max-width: 400px;
    height: 90px;
    border-radius: 45px;
    border: 10px solid var(--color-primary);
    margin: 68px auto 0;
    font-weight: 500;
    font-family: "PF Agora Slab Pro", sans-serif;
    color: var(--color-bg);
    background-color: var(--color-primary);
}
.quiz-result__indicator-inner {
    background-color: rgba(238, 236, 228, 0.5);
    border-radius: inherit;
}
.quiz-result__indicator-progress {
    background-color: var(--color-green);
    transition: width 0.3s ease;
}
.quiz-result__total {
    position: relative;
    z-index: 4;
}
.quiz-result__text {
    margin-top: 30px;
}
.quiz-result .btn {
    margin-top: 98px;
}
.quiz-screen .title {
    font-size: 40px;
    line-height: 1.13;
}

.quiz-screen--with-image .title {
    font-weight: 500;
    font-family: "PF Agora Slab Pro", sans-serif;
    color: var(--color-primary);
}

.quiz-screen--with-image .title {
    font-size: 36px;
    line-height: 1.1;
}

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

.quiz-screen {
    width: 100%;
    text-align: center;
}
.quiz-screen__indicator {
    margin-bottom: 25px;
}
.quiz-screen__options {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 50px;
    align-items: flex-start;
    justify-content: center;
    margin-top: 152px;
}
.quiz-screen__options--multiple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 58px;
    grid-gap: 24px;
}
.quiz-screen__options--multiple .radio-button__label {
    width: 100%;
}
.quiz-screen__answer {
    display: none;
    margin-top: 46px;
}
.quiz-screen__answer-icon {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background-color: var(--color-green-light);
    margin: 0 auto 48px;
}
.quiz-screen__answer .icon-checkmark::before {
    background-color: var(--color-green);
}
.quiz-screen__next-btn {
    display: none;
    margin-top: 54px;
}
.quiz-screen__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.quiz-screen--with-image .quiz-screen__content {
    text-align: left;
}
.quiz-screen--with-image .title {
    font-size: 35px;
    line-height: 1.14;
}
.quiz-screen--with-image .quiz-screen__indicator {
    margin-bottom: 10px;
    text-align: left;
}
.quiz-screen--with-image .quiz-screen__inner {
    display: grid;
    grid-template-columns: 43.5% 1fr;
    grid-gap: 30px;
}
.quiz-screen--with-image .quiz-screen__options {
    margin-top: 38px;
}
.quiz-screen--with-image .quiz-screen__answer {
    margin-top: 28px;
}
.quiz-screen--with-image .quiz-screen__answer-icon {
    margin-bottom: 28px;
}
.quiz-screen--with-image .quiz-screen__next-btn {
    margin-top: 40px;
    text-align: right;
}
.quiz-screen.is-true .quiz-screen__options, .quiz-screen.is-false .quiz-screen__options {
    display: none;
}
.quiz-screen.is-true .quiz-screen__answer,
.quiz-screen.is-true .quiz-screen__next-btn, .quiz-screen.is-false .quiz-screen__answer,
.quiz-screen.is-false .quiz-screen__next-btn {
    display: block;
}
.quiz-screen.is-false .quiz-screen__answer-icon {
    background-color: var(--color-red-light);
}
.quiz-screen.is-false .icon-cross::before {
    background-color: var(--color-red);
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.page-404__content {
    width: 100%;
    display: grid;
    grid-gap: 20px;
}

.sc-page-404 {
    min-height: 774px;
    padding: 164px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1022px) {
    .sc-page-404 {
        padding-top: 130px;
        min-height: calc(var(--vh, 1vh) * 100);
    }
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.accordion-list {
    position: relative;
    display: grid;
    grid-gap: 10px;
    margin: 0 auto;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.audio-player {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    color: var(--color-bg);
    font-size: 20px;
}
.audio-player__inner {
    width: 100%;
    height: 64px;
    display: flex;
    padding-right: 20px;
    background-color: var(--color-primary);
}
.audio-player__play {
    width: 70px;
    height: 100%;
    position: relative;
}
.audio-player__play .icon {
    width: 22px;
    height: 22px;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.audio-player__play .icon::before {
    background-color: var(--color-white);
}
.audio-player__play .icon-pause {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
}
.audio-player__play.is-playing .icon-play {
    opacity: 0;
}
.audio-player__play.is-playing .icon-pause {
    opacity: 1;
}
.audio-player__seek-slider {
    overflow: hidden;
    flex: auto;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    background-color: transparent;
}
.audio-player__seek-slider::-webkit-slider-runnable-track {
    cursor: pointer;
}
.audio-player__seek-slider::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: var(--color-bg);
    cursor: pointer;
    z-index: 9;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.audio-player__seek-slider:active::-webkit-slider-thumb {
    transform: scale(1.2);
    background-color: var(--color-white);
}
.audio-player__seek-slider::before, .audio-player__seek-slider::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    pointer-events: none;
}
.audio-player__seek-slider::before {
    width: var(--seek-before-width);
    background-color: var(--color-bg);
    z-index: 2;
}
.audio-player__seek-slider::after {
    position: absolute;
    background-color: var(--color-bg);
    opacity: 0.5;
    z-index: 3;
    width: 100%;
}
.audio-player__time {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 8px;
    align-items: center;
    margin-left: 24px;
}
.audio-player__caption {
    color: var(--color-gray);
    margin-top: 25px;
}
.editor-text ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.editor-text h6, .editor-text h5, .editor-text h4, .editor-text h3, .editor-text h2, .editor-text h1 {
    font-weight: 500;
    font-family: "PF Agora Slab Pro", sans-serif;
    color: var(--color-primary);
}

.editor-text h1 {
    font-size: 68px;
    line-height: 1.08;
}

.editor-text h2 {
    font-size: 44px;
    line-height: 1;
}

.editor-text h3 {
    font-size: 36px;
    line-height: 1.1;
}

.editor-text h4 {
    font-size: 30px;
    line-height: 1.15;
}

.editor-text h5 {
    font-size: 25px;
    line-height: 1.44;
}

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

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

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

.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: 26px;
}
@media only screen and (max-width: 767px) {
    .editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6 {
        margin-bottom: 16px;
    }
}
* + .editor-text h1,
* + .editor-text h2,
* + .editor-text h3,
* + .editor-text h4,
* + .editor-text h5,
* + .editor-text h6 {
    margin-top: 46px;
}
@media only screen and (max-width: 767px) {
    * + .editor-text h1,
* + .editor-text h2,
* + .editor-text h3,
* + .editor-text h4,
* + .editor-text h5,
* + .editor-text h6 {
        margin-top: 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 p,
.editor-text ul,
.editor-text ol table {
    margin-top: 32px;
    margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
    .editor-text p,
.editor-text ul,
.editor-text ol table {
        margin-top: 16px;
        margin-bottom: 16px;
    }
}
.editor-text p:first-child,
.editor-text ul:first-child,
.editor-text ol table:first-child {
    margin-top: 0;
}
.editor-text p:last-child,
.editor-text ul:last-child,
.editor-text ol table:last-child {
    margin-bottom: 0;
}
.editor-text p a,
.editor-text ul a,
.editor-text ol table a {
    color: var(--color-primary);
    text-decoration: none;
}
.editor-text p a:hover, .editor-text p a:focus,
.editor-text ul a:hover,
.editor-text ul a:focus,
.editor-text ol table a:hover,
.editor-text ol table a:focus {
    text-decoration: underline;
}
.editor-text p + h2, .editor-text p + h3, .editor-text p + h4,
.editor-text ul + h2,
.editor-text ul + h3,
.editor-text ul + h4,
.editor-text ol table + h2,
.editor-text ol table + h3,
.editor-text ol table + h4 {
    margin-top: 46px;
}
@media only screen and (max-width: 767px) {
    .editor-text p + h2, .editor-text p + h3, .editor-text p + h4,
.editor-text ul + h2,
.editor-text ul + h3,
.editor-text ul + h4,
.editor-text ol table + h2,
.editor-text ol table + h3,
.editor-text ol table + h4 {
        margin-top: 24px;
    }
}
.editor-text figure img {
    margin: 0;
}
.editor-text ul,
.editor-text ol {
    list-style: none;
    display: grid;
    grid-gap: 8px;
    margin-top: 26px;
    padding-left: 14px;
}
@media only screen and (max-width: 767px) {
    .editor-text ul,
.editor-text ol {
        grid-gap: 16px;
        margin-top: 16px;
    }
}
.editor-text ul li,
.editor-text ol li {
    position: relative;
    padding-left: 28px;
}
.editor-text ul li:before {
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background-color: var(--color-gray);
    color: inherit;
    top: calc(0.4em + 2px);
}
.editor-text ol {
    counter-reset: ol_text_counter;
}
.editor-text ol li {
    counter-increment: ol_text_counter;
}
.editor-text ol li:before {
    content: counter(ol_text_counter) ".";
    font-size: inherit;
    position: absolute;
    left: 0;
}
.editor-text * + table {
    margin-top: 50px;
}
.editor-text table {
    border: 0;
    width: 100%;
}
.editor-text table tr:not(:first-child) {
    border-bottom: 1px solid var(--color-gray-light);
}
.editor-text table th,
.editor-text table td {
    padding: 16px;
    font-size: 19px;
    border-left: 1px solid var(--color-gray-light);
}
.editor-text table th:last-child,
.editor-text table td:last-child {
    border-right: 1px solid var(--color-gray-light);
}
.editor-text table th {
    border: 0;
    background-color: var(--color-gray);
    color: var(--color-bg);
    font-weight: 400;
    font-size: 22px;
    padding: 12px 16px;
}
.editor-text table th:last-child {
    border-right-color: var(--color-gray);
}
.editor-text blockquote p {
    margin: 0 !important;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.site-footer {
    position: relative;
    width: 100%;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.gallery {
    color: var(--color-gray);
}
.gallery__image {
    position: relative;
    height: 0;
    padding-bottom: 56.24%;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.gallery__caption {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.gallery .swiper {
    overflow: visible;
}
.gallery .swiper-slide.swiper-slide-active .gallery__image,
.gallery .swiper-slide.swiper-slide-active .gallery__caption {
    opacity: 1;
    pointer-events: all;
}
.gallery .swiper-slide.swiper-slide-active .gallery__slide {
    cursor: pointer;
    pointer-events: all;
}
.gallery .slider-arrow {
    top: 34.5%;
    transform: translateY(0);
}
.gallery__slide {
    pointer-events: none;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.game-iframe {
    width: 100%;
    height: calc(100vh - 112px);
    margin: -40px 0 -88px;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.image-with-pins__image {
    position: relative;
}
.image-with-pins__main-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.image-with-pins__number {
    position: relative;
    width: 48px;
    height: 48px;
    border: 2px solid var(--color-bg);
    background-color: var(--color-orange);
    border-radius: 100%;
    font-family: "PF Agora Sans Pro", sans-serif;
    font-size: 25px;
    line-height: normal;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.image-with-pins__number:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.image-with-pins__pin {
    position: absolute;
    width: auto;
    display: inline-flex;
}
.image-with-pins__pin-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.image-with-pins__caption {
    color: var(--color-gray);
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.intro-module {
    background-color: var(--color-bg);
}
.intro-module__item {
    padding: 40px 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}
.intro-module__top {
    display: flex;
    flex: auto;
    justify-content: center;
    flex-direction: column;
    padding-top: 12px;
}
.intro-module__top-header {
    margin-bottom: 26px;
}
.intro-module__top-title-1 {
    font-size: 24px;
    line-height: 1.11;
    margin-bottom: 6px;
}
.intro-module__top-title-2 {
    opacity: 0.7;
    font-size: 19px;
    line-height: 1.14;
}
.intro-module__top-body {
    padding: 36px 0;
    position: relative;
}
.intro-module__top-body::before, .intro-module__top-body::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 54px;
    height: 2px;
    transform: translate(-50%, 0);
    background-color: var(--color-primary);
}
.intro-module__top-body::before {
    top: 0;
}
.intro-module__top-body::after {
    bottom: 0;
}
.intro-module__top-footer {
    margin: 30px 0;
}
.intro-module__date {
    font-size: 19px;
}
.intro-module .title {
    text-transform: uppercase;
}
.intro-module .title--h1 {
    margin-bottom: 20px;
}
.intro-module .title--h2 {
    opacity: 0.7;
    color: var(--color-text);
}
.intro-module--two-col {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.intro-module--two-col .intro-module__top-body {
    padding: 44px 0;
}
.intro-module--two-col .intro-module__top {
    padding: 12px 0 40px;
}
.intro-module--two-col .intro-module__item:first-child::before {
    content: "";
    width: 16px;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    background-image: linear-gradient(180deg, #e9e7de 0%, #c9c7bd 100%);
}
.intro-module--two-col .title--h1 {
    font-size: 40px;
    line-height: 1.13;
    margin-bottom: 12px;
}
.intro-module--two-col .title--h2 {
    font-size: 22px;
    line-height: 1.25;
}
.intro-module--dark {
    background-color: var(--color-text);
    color: var(--color-bg);
}
.intro-module--dark .title {
    color: inherit;
}
.intro-module--dark .title--h2 {
    color: inherit;
}
.intro-module--dark.intro-module--two-col .intro-module__item:first-child::before {
    background-image: linear-gradient(180deg, #919191 0%, var(--color-gray) 100%);
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.image-with-subtitle {
    color: var(--color-gray);
}
.image-with-subtitle img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.noscript {
    display: block;
    width: 100%;
}
.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%;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.header-main {
    width: 100%;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    background-color: var(--color-primary);
    color: var(--color-bg);
    display: flex;
    justify-content: space-between;
}
.header-main__left {
    display: flex;
}
.header-main__right {
    padding: 14px 18px;
}
.header-main__right-bottom {
    text-align: right;
}
.header-main .icon::before {
    background-color: var(--color-bg);
}
.header-main__home-link {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    padding: 45px 42px;
}
.header-main .language-switch {
    grid-gap: 14px;
}
.header-main .language-switch__link {
    opacity: 0.5;
}
.header-main .language-switch__link.is-active {
    opacity: 1;
}
.header-main .language-switch__link-text {
    position: absolute;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    overflow: hidden;
}
.header-main .language-switch__link-image {
    border-width: 2px;
    height: 38px;
    width: 38px;
}
.header-main .map-button {
    padding: 6px 8px;
}
.header-main .map-button i {
    pointer-events: none;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.tab-module {
    position: relative;
    padding-bottom: 80px;
    min-height: calc(var(--vh, 1vh) * 100 - 152px);
}
.tab-module__item {
    display: none;
}
.tab-module__item.is-active {
    display: block;
}
.tab-module__title {
    margin-bottom: 24px;
}
.tab-module__title .title {
    text-transform: uppercase;
}
.tab-module__text {
    margin-bottom: 50px;
}
.tab-module .editor-text h2:not(:last-child) {
    margin-bottom: 12px;
}
.tab-module .editor-text h2 + p {
    margin-top: 12px;
}
.tab-module__scroll-top {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 55px;
    width: 55px;
    background-color: var(--color-primary);
    transition: background-color 0.3s ease;
}
.tab-module__scroll-top .icon {
    pointer-events: none;
}
.tab-module__scroll-top .icon::before {
    background-color: var(--color-bg);
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

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

.video-player .video__close {
    position: absolute;
    top: 40px;
    left: 40px;
    background-color: #922d42;
    height: 60px;
    width: 60px;
    display: none;
    z-index: 20;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1022px) {
    .video-player .video__close {
        height: 40px;
        width: 40px;
        top: 24px;
        left: 24px;
    }
}
.video-player .video__close .icon {
    height: 28px;
    width: 28px;
}
@media only screen and (max-width: 1022px) {
    .video-player .video__close .icon {
        height: 20px;
        width: 20px;
    }
}
.video-player .video__close .icon:before {
    background-color: #fff;
}
.video-player__video {
    position: relative;
    height: 0;
    padding-bottom: 56.24%;
    cursor: pointer;
}
.video-player__video video {
    object-fit: contain;
}
.video-player__video-init.fullscreen {
    position: fixed;
    z-index: 100;
}
.video-player__video-init.fullscreen .video__close {
    display: flex;
}
.video-player__inner {
    width: 100%;
    height: 64px;
    display: flex;
    background-color: var(--color-primary);
    color: var(--color-bg);
    margin-top: 6px;
    font-size: 20px;
}
.video-player__inner .icon {
    width: 22px;
    height: 22px;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.video-player__inner .icon::before {
    background-color: var(--color-white);
}
.video-player__play {
    width: 70px;
    height: 100%;
    position: relative;
}
.video-player__play .icon-pause {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
}
.video-player__play--on-poster {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.video-player__play--on-poster .icon {
    width: 90px;
    height: 90px;
    filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.4));
}
.video-player__play--on-poster .icon::before {
    background-color: var(--color-bg);
}
.video-player__full-screen {
    width: 70px;
}
.video-player__seek-slider {
    overflow: hidden;
    flex: auto;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    background-color: transparent;
}
.video-player__seek-slider::-webkit-slider-runnable-track {
    cursor: pointer;
}
.video-player__seek-slider::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: var(--color-bg);
    cursor: pointer;
    z-index: 9;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.video-player__seek-slider:active::-webkit-slider-thumb {
    transform: scale(1.2);
    background-color: var(--color-white);
}
.video-player__seek-slider::before, .video-player__seek-slider::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    pointer-events: none;
}
.video-player__seek-slider::before {
    width: var(--seek-before-width);
    background-color: var(--color-bg);
    z-index: 2;
}
.video-player__seek-slider::after {
    position: absolute;
    background-color: var(--color-bg);
    opacity: 0.5;
    z-index: 3;
    width: 100%;
}
.video-player__time {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 8px;
    align-items: center;
    margin-left: 24px;
}
.video-player__caption {
    color: var(--color-gray);
    margin-top: 25px;
}
.video-player.is-playing .icon-play {
    opacity: 0;
}
.video-player.is-playing .icon-pause {
    opacity: 1;
}
/*# sourceMappingURL=bundle.css.map */
