@charset "UTF-8";
/* stylelint-disable */
.stretched-link::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

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

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

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

body {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    body {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 16px;
    }
}

.text--40 {
    font-weight: 500;
}
.text--40 strong {
    font-weight: 700;
}

.text--40 {
    font-size: 42px;
    line-height: 1.3;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .text--40 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .text--40 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .text--40 {
        font-size: 28px;
    }
}

.text--200 {
    font-size: 200px;
    line-height: 1;
    font-weight: 700;
}
@media only screen and (max-width: 1439px) {
    .text--200 {
        font-size: 160px;
    }
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .text--200 {
        font-size: 110px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .text--200 {
        font-size: 90px;
    }
}
@media only screen and (max-width: 767px) {
    .text--200 {
        font-size: 60px;
    }
}

.text--64 {
    font-size: 64px;
    line-height: 1.19;
    font-weight: 700;
}
@media only screen and (max-width: 1439px) {
    .text--64 {
        font-size: 45px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .text--64 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .text--64 {
        font-size: 32px;
    }
}

.text--40 {
    font-weight: 400;
    line-height: 1.2;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .text--40 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .text--40 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .text--40 {
        font-size: 22px;
    }
}

.text--36 {
    font-size: 36px;
    line-height: 1;
}

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

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

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

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

.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;
    background-color: transparent;
}

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

a:focus-visible {
    outline-offset: 0;
    outline: 2.5px solid #000;
}

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

.br-32 {
    border-radius: 32px;
}
@media only screen and (max-width: 1022.8px) {
    .br-32 {
        border-radius: 20px;
    }
}

/* stylelint-enable */
*,
*::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: 1023.8px) {
    .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: 1439px) {
    .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%;
}
.container .container {
    padding: 0 !important;
}
@media only screen and (max-width: 1022.8px) {
    .container .container {
        max-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: -15px;
        margin-right: -15px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .container {
        max-width: 990px;
        padding-left: 15px;
        padding-right: 15px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .container {
        max-width: 1240px;
        padding-left: 20px;
        padding-right: 20px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .container {
        max-width: 1480px;
        padding-left: 20px;
        padding-right: 20px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .last-xl {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
/* stylelint-disable */
/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */
@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");
    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;
    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;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.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%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}

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

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

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

.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;
    -webkit-appearance: 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-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}

.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: 0.2s transform, 0.2s left;
}

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

.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

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

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

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

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}

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

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

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

/* stylelint-enable */
/* stylelint-disable */
.not-selectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.carousel {
    position: relative;
    box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
    box-sizing: inherit;
}

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

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

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
}

.carousel__track {
    display: flex;
}

.carousel__slide {
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    user-select: none;
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: 0.25;
    transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1;
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: var(--carousel-button-shadow, none);
    transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel__button.is-prev {
    left: 10px;
}

.carousel__button.is-next {
    right: 10px;
}

.carousel__button[disabled] {
    cursor: default;
    opacity: 0.3;
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none;
}

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

body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none;
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: none;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
    box-sizing: inherit;
}

.fancybox__container :focus {
    outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width:48px;
        --carousel-button-height:48px;
        --carousel-button-svg-width:27px;
        --carousel-button-svg-height:27px;
    }
}
.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10;
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default;
}

.fancybox__track {
    display: flex;
    height: 100%;
}

.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto;
}

@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding: 64px 100px;
    }
}
.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    box-shadow: none;
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
    visibility: hidden;
}

.fancybox__container > .carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
    z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
    right: 8px;
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px;
    }
}
.fancybox__nav .carousel__button.is-prev {
    left: 8px;
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px;
    }
}
.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40;
}

@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right: 40px;
    }
}
.fancybox__content > .carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
    pointer-events: none;
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053;
}

.fancybox__spinner svg {
    animation: fancybox-rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
    animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
    animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
    animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
    animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
    animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
    animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
    animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
    animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}
@keyframes fancybox-zoomInUp {
    from {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes fancybox-zoomOutDown {
    to {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
@keyframes fancybox-throwOutUp {
    to {
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
}
@keyframes fancybox-throwOutDown {
    to {
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
}
.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing;
}

.fancybox__image {
    transform-origin: 0 0;
    touch-action: none;
    user-select: none;
    transition: none;
}

.has-image .fancybox__content {
    padding: 0;
    background: transparent;
    min-height: 1px;
}

.is-closing .has-image .fancybox__content {
    overflow: visible;
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
    flex-direction: row;
    flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto;
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, 0.9);
    color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent;
}

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

.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0;
}

.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    opacity: 0;
    transition: opacity 0.15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
    pointer-events: none;
    user-select: none;
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding: 8px;
    }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0;
}

.fancybox__toolbar__items {
    display: flex;
}

.fancybox__toolbar__items--left {
    margin-right: auto;
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
    margin-left: auto;
}

@media (max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none;
    }
}
.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 30;
    user-select: none;
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block;
}

/* stylelint-enable */
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-container {
    overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
    background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}

/* control positioning */
.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control {
    float: left;
    clear: both;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

/* cursors */
.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
    background: #ddd;
    outline: 0;
}

.leaflet-container a {
    color: #0078a8;
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-bar a:hover {
    background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px "Lucida Console", Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}

.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
    background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}

.leaflet-control-attribution a {
    text-decoration: none;
}

.leaflet-control-attribution a:hover {
    text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

/* popup */
.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}

.leaflet-popup-content p {
    margin: 18px 0;
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

/* stylelint-disable */
/* stylelint-disable */
.datepicker {
    display: none;
}

.datepicker.active {
    display: block;
}

.datepicker-dropdown {
    left: 0;
    padding-top: 4px;
    position: absolute;
    top: 0;
    z-index: 20;
}

.datepicker-dropdown.datepicker-orient-top {
    padding-bottom: 4px;
    padding-top: 0;
}

.datepicker-picker {
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.datepicker-dropdown .datepicker-picker {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.datepicker-picker span {
    -webkit-touch-callout: none;
    border: 0;
    border-radius: 4px;
    cursor: default;
    display: block;
    flex: 1;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker-main {
    padding: 2px;
}

.datepicker-footer {
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1);
}

.datepicker-controls,
.datepicker-grid,
.datepicker-view,
.datepicker-view .days-of-week {
    display: flex;
}

.datepicker-grid {
    flex-wrap: wrap;
}

.datepicker-view .days .datepicker-cell,
.datepicker-view .dow {
    flex-basis: 14.2857142857%;
}

.datepicker-view.datepicker-grid .datepicker-cell {
    flex-basis: 25%;
}

.datepicker-cell,
.datepicker-view .week {
    height: 2.25rem;
    line-height: 2.25rem;
}

.datepicker-title {
    background-color: #f5f5f5;
    box-shadow: inset 0 -1px 1px rgba(10, 10, 10, 0.1);
    font-weight: 700;
    padding: 0.375rem 0.75rem;
    text-align: center;
}

.datepicker-header .datepicker-controls {
    padding: 2px 2px 0;
}

.datepicker-controls .button {
    align-items: center;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-shadow: none;
    color: #363636;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    justify-content: center;
    line-height: 1.5;
    margin: 0;
    padding: calc(0.375em - 1px) 0.75em;
    position: relative;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

.datepicker-controls .button:active,
.datepicker-controls .button:focus {
    outline: none;
}

.datepicker-controls .button:hover {
    border-color: #b5b5b5;
    color: #363636;
}

.datepicker-controls .button:focus {
    border-color: #3273dc;
    color: #363636;
}

.datepicker-controls .button:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.datepicker-controls .button:active {
    border-color: #4a4a4a;
    color: #363636;
}

.datepicker-controls .button[disabled] {
    cursor: not-allowed;
}

.datepicker-header .datepicker-controls .button {
    border-color: transparent;
    font-weight: 700;
}

.datepicker-header .datepicker-controls .button:hover {
    background-color: #f9f9f9;
}

.datepicker-header .datepicker-controls .button:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.datepicker-header .datepicker-controls .button:active {
    background-color: #f2f2f2;
}

.datepicker-header .datepicker-controls .button[disabled] {
    box-shadow: none;
}

.datepicker-footer .datepicker-controls .button {
    border-radius: 2px;
    font-size: 0.75rem;
    margin: calc(0.375rem - 1px) 0.375rem;
    width: 100%;
}

.datepicker-controls .view-switch {
    flex: auto;
}

.datepicker-controls .next-btn,
.datepicker-controls .prev-btn {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    width: 2.25rem;
}

.datepicker-controls .next-btn.disabled,
.datepicker-controls .prev-btn.disabled {
    visibility: hidden;
}

.datepicker-view .dow {
    font-size: 0.875rem;
    font-weight: 700;
    height: 1.5rem;
    line-height: 1.5rem;
}

.datepicker-view .week {
    color: #b5b5b5;
    font-size: 0.75rem;
    width: 2.25rem;
}

@media (max-width: 22.5rem) {
    .datepicker-view .week {
        width: 1.96875rem;
    }
}
.datepicker-grid {
    width: 15.75rem;
}

@media (max-width: 22.5rem) {
    .calendar-weeks + .days .datepicker-grid {
        width: 13.78125rem;
    }
}
.datepicker-cell:not(.disabled):hover {
    background-color: rgba(230, 230, 230, 0.3);
    cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
    background-color: #e8e8e8;
}

.datepicker-cell.selected,
.datepicker-cell.selected:hover {
    background-color: #3273dc;
    color: #fff;
    font-weight: 600;
}

.datepicker-cell.disabled {
    color: #dbdbdb;
}

.datepicker-cell.next:not(.disabled),
.datepicker-cell.prev:not(.disabled) {
    color: #7a7a7a;
}

.datepicker-cell.next.selected,
.datepicker-cell.prev.selected {
    color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
    background-color: #f5f5f5;
    border-radius: 0;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
    background-color: #eee;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
    background-color: #e8e8e8;
}

.datepicker-cell.today:not(.selected) {
    background-color: #00d1b2;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
    color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
    background-color: #00c4a7;
}

.datepicker-cell.range-end:not(.selected),
.datepicker-cell.range-start:not(.selected) {
    background-color: #b5b5b5;
    color: #fff;
}

.datepicker-cell.range-end.focused:not(.selected),
.datepicker-cell.range-start.focused:not(.selected) {
    background-color: #afafaf;
}

.datepicker-cell.range-start {
    border-radius: 4px 0 0 4px;
}

.datepicker-cell.range-end {
    border-radius: 0 4px 4px 0;
}

.datepicker-cell.range {
    background-color: #dbdbdb;
    border-radius: 0;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
    background-color: #d5d5d5;
}

.datepicker-cell.range.disabled {
    color: #c2c2c2;
}

.datepicker-cell.range.focused {
    background-color: #cfcfcf;
}

.datepicker-view.datepicker-grid .datepicker-cell {
    height: 4.5rem;
    line-height: 4.5rem;
}

.datepicker-input.in-edit {
    border-color: #2366d1;
}

.datepicker-input.in-edit:active,
.datepicker-input.in-edit:focus {
    box-shadow: 0 0 0.25em 0.25em rgba(35, 102, 209, 0.2);
}

/* stylelint-enable */
/* stylelint-enable */
/* stylelint-disable */
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
    transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
    transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
    transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
    transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
    transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
    transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
    transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
    transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
    transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
    transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
    transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
    transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
    transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
    transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
    transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s;
}

[data-aos] {
    pointer-events: none;
}

[data-aos].aos-animate {
    pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
    html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
        opacity: 0;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
    }

    html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    html:not(.no-js) [data-aos=fade-up] {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }

    html:not(.no-js) [data-aos=fade-down] {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }

    html:not(.no-js) [data-aos=fade-right] {
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
    }

    html:not(.no-js) [data-aos=fade-left] {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    html:not(.no-js) [data-aos=fade-up-right] {
        -webkit-transform: translate3d(-100px, 100px, 0);
        transform: translate3d(-100px, 100px, 0);
    }

    html:not(.no-js) [data-aos=fade-up-left] {
        -webkit-transform: translate3d(100px, 100px, 0);
        transform: translate3d(100px, 100px, 0);
    }

    html:not(.no-js) [data-aos=fade-down-right] {
        -webkit-transform: translate3d(-100px, -100px, 0);
        transform: translate3d(-100px, -100px, 0);
    }

    html:not(.no-js) [data-aos=fade-down-left] {
        -webkit-transform: translate3d(100px, -100px, 0);
        transform: translate3d(100px, -100px, 0);
    }

    html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
        opacity: 0;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform;
    }

    html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1);
    }

    html:not(.no-js) [data-aos=zoom-in] {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    html:not(.no-js) [data-aos=zoom-in-up] {
        -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
        transform: translate3d(0, 100px, 0) scale(0.6);
    }

    html:not(.no-js) [data-aos=zoom-in-down] {
        -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
        transform: translate3d(0, -100px, 0) scale(0.6);
    }

    html:not(.no-js) [data-aos=zoom-in-right] {
        -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
        transform: translate3d(-100px, 0, 0) scale(0.6);
    }

    html:not(.no-js) [data-aos=zoom-in-left] {
        -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
        transform: translate3d(100px, 0, 0) scale(0.6);
    }

    html:not(.no-js) [data-aos=zoom-out] {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    html:not(.no-js) [data-aos=zoom-out-up] {
        -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
        transform: translate3d(0, 100px, 0) scale(1.2);
    }

    html:not(.no-js) [data-aos=zoom-out-down] {
        -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
        transform: translate3d(0, -100px, 0) scale(1.2);
    }

    html:not(.no-js) [data-aos=zoom-out-right] {
        -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
        transform: translate3d(-100px, 0, 0) scale(1.2);
    }

    html:not(.no-js) [data-aos=zoom-out-left] {
        -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
        transform: translate3d(100px, 0, 0) scale(1.2);
    }

    html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        visibility: hidden;
    }

    html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
        visibility: visible;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    html:not(.no-js) [data-aos=slide-up] {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    html:not(.no-js) [data-aos=slide-down] {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    html:not(.no-js) [data-aos=slide-right] {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    html:not(.no-js) [data-aos=slide-left] {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
    }

    html:not(.no-js) [data-aos=flip-left] {
        -webkit-transform: perspective(2500px) rotateY(-100deg);
        transform: perspective(2500px) rotateY(-100deg);
    }

    html:not(.no-js) [data-aos=flip-left].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0);
    }

    html:not(.no-js) [data-aos=flip-right] {
        -webkit-transform: perspective(2500px) rotateY(100deg);
        transform: perspective(2500px) rotateY(100deg);
    }

    html:not(.no-js) [data-aos=flip-right].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
        transform: perspective(2500px) rotateY(0);
    }

    html:not(.no-js) [data-aos=flip-up] {
        -webkit-transform: perspective(2500px) rotateX(-100deg);
        transform: perspective(2500px) rotateX(-100deg);
    }

    html:not(.no-js) [data-aos=flip-up].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0);
    }

    html:not(.no-js) [data-aos=flip-down] {
        -webkit-transform: perspective(2500px) rotateX(100deg);
        transform: perspective(2500px) rotateX(100deg);
    }

    html:not(.no-js) [data-aos=flip-down].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
        transform: perspective(2500px) rotateX(0);
    }
}
/* stylelint-enable */
@font-face {
    font-family: "Gilroy";
    src: local("☞Gilroy-Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: local("☞Gilroy-Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: local("☞Gilroy-SemiBold"), local("Gilroy-SemiBold"), url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gilroy";
    src: local("☞Gilroy-Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
    font-weight: 700;
    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-gray {
    background-color: #fafafa;
}
.bg-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bg-image img {
    max-height: initial;
}
.bg-blue {
    background-color: #f0f8ff;
}

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

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

.text--white {
    color: #fff;
}
.text--bold {
    font-weight: 700;
}
.text--sb {
    font-weight: 600;
}
.text--md {
    font-weight: 500;
}
.text--uppercase {
    text-transform: uppercase;
}

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

.hide {
    display: none;
}

.show {
    display: block;
}

.d-flex {
    display: flex;
}

.floating {
    -webkit-animation: foating 18s linear infinite;
    animation: foating 18s linear infinite;
}

@keyframes foating {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(30px);
    }
    100% {
        transform: translateY(0);
    }
}
.swiper-pagination {
    display: inline-flex;
    align-items: center;
    font-size: 0;
    line-height: 0;
    position: relative;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    opacity: 1;
    border: 1px solid #d11d17;
    background-color: transparent;
    margin: 0 8px;
    position: relative;
    transition: background-color 0.3s ease;
}
@media only screen and (max-width: 1022.8px) {
    .swiper-pagination-bullet {
        margin: 0 4px;
    }
}
.swiper-pagination-bullet:hover {
    background-color: #d11d17;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d11d17;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    width: auto;
}

.slider-arrow {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #d11d17;
    border-radius: 100%;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 6;
}
.slider-arrow i::before {
    background-color: #d11d17;
}
.slider-arrow:hover {
    box-shadow: 0 0 0 3px rgba(209, 29, 23, 0.5);
    background-color: #d11d17;
}
.slider-arrow:hover i::before {
    background-color: #fff;
}
.slider-arrow:focus-visible {
    box-shadow: 0 0 0 3px rgba(209, 29, 23, 0.5);
}
.slider-arrow.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.slider-nav {
    display: inline-grid;
    grid-auto-flow: column;
    grid-gap: 15px;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.slider-nav-green .slider-arrow {
    border-color: #84bc41;
}
.slider-nav-green .slider-arrow i::before {
    background-color: #84bc41;
}
.slider-nav-green .slider-arrow:hover {
    box-shadow: 0 0 0 3px rgba(132, 188, 65, 0.5);
    background-color: #84bc41;
}
.slider-nav-green .slider-arrow:hover i::before {
    background-color: #fff;
}
.slider-nav-green .slider-arrow:focus-visible {
    box-shadow: 0 0 0 3px rgba(132, 188, 65, 0.5);
}
.slider-nav-green .swiper-pagination-bullet {
    border-color: #84bc41;
}
.slider-nav-green .swiper-pagination-bullet:hover {
    background-color: #84bc41;
}
.slider-nav-green .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #84bc41;
}

.swiper-scrollbar {
    cursor: pointer;
    flex: auto;
    height: 4px;
    position: relative;
}
.swiper-scrollbar::before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(132, 188, 65, 0.2);
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.swiper-scrollbar .swiper-scrollbar-drag {
    height: 4px;
    background-color: #84bc41;
    border-radius: 0;
    cursor: pointer;
}

.grecaptcha-badge {
    position: absolute !important;
    right: 100% !important;
    top: -100% !important;
}

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

::selection {
    background-color: #d11d17;
    color: #fff;
}

body {
    color: #111111;
    font-family: "Gilroy", sans-serif;
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: calc(var(--vh, 1vh) * 100);
    align-items: flex-start;
    overflow-x: hidden;
}
@media only screen and (max-width: 1022.8px) {
    body.is-open-mega-menu {
        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;
}
h1 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h2 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h3 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h4 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h5 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

:focus {
    outline: none;
}

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

figure img {
    margin: 0;
}

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

.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 {
    outline: none;
}

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

hr {
    border: 0;
    height: 1px;
}

blockquote {
    margin: 0;
}

main {
    width: 100%;
    flex: 1 0 auto;
    padding-top: 126px;
}
@media only screen and (max-width: 1439px) {
    main {
        padding-top: 86px;
    }
}
@media only screen and (max-width: 1199px) {
    main {
        padding-top: 74px;
    }
}
@media only screen and (max-width: 1022.8px) {
    main {
        padding-top: 72px;
    }
}
@media print {
    main {
        padding-top: 0;
    }
}

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

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

    .d-print-none {
        display: none !important;
    }
}
/* stylelint-disable */
.back-link {
    font-size: 18px;
    line-height: 1.5;
}

/* stylelint-enable */
.back-link {
    line-height: 1.67;
    color: #d11d17;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}
.back-link .icon {
    flex: 0 0 20px;
    max-width: 20px;
    margin-right: 10px;
    border-radius: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.back-link .icon::before {
    background-color: #d11d17;
}
.back-link__text {
    flex: auto;
}
.back-link:hover {
    color: #ee3129;
}
.back-link:hover .icon {
    transform: translateX(-4px);
    box-shadow: 0 0 0 2px rgba(238, 49, 41, 0.3);
}
.back-link:hover .icon::before {
    background-color: #ee3129;
}
/* stylelint-disable */
/* stylelint-enable */
.btn {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding: 6px 32px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(270deg, #d11d17 0%, #ac1712 100%);
    border-radius: 30px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .btn {
        padding: 6px 20px;
    }
}
.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(270deg, #ac1712 0%, #d11d17 100%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    overflow: hidden;
    border-radius: 30px;
}
.btn i,
.btn span {
    position: relative;
    z-index: 4;
}
.btn .icon {
    margin-left: 16px;
    height: 18px;
    width: 18px;
}
.btn .icon::before {
    background-color: #fff;
}
.btn .icon-external-link {
    margin-top: -2px;
}
.btn:hover:before, .btn:focus:before {
    opacity: 1;
}
.btn:focus-visible {
    outline-color: transparent;
}
.btn.is-disabled {
    background-color: #808080;
    pointer-events: none;
    background-image: none;
}
.btn--ghost {
    color: #d11d17;
    background-color: transparent;
    background-image: none;
}
.btn--ghost:before {
    display: none;
}
.btn--ghost .icon::before {
    background-color: #d11d17;
}
.btn--ghost:hover, .btn--ghost:focus {
    color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}
.btn--ghost:hover .icon::before, .btn--ghost:focus .icon::before {
    background-color: #fff;
}
.btn--green {
    color: #fff;
    background-image: linear-gradient(270deg, #84bc41 0%, #639329 100%);
}
.btn--green:before {
    background-image: linear-gradient(to right, #84bc41 0%, #639329 100%);
}
.btn--green.btn--ghost {
    color: #84bc41;
    background-color: transparent;
}
.btn--green.btn--ghost:hover, .btn--green.btn--ghost:focus {
    color: #fff;
    background-color: #699634;
}
.btn--white {
    color: #d11d17;
    background-color: #fff;
    border-color: #fff;
    background-image: none;
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
}
.btn--white:before {
    display: none;
}
.btn--white:hover, .btn--white:focus {
    color: #111111;
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.06);
}
.btn--white.btn--ghost {
    color: #fff;
    background-color: transparent;
}
.btn--white.btn--ghost:hover, .btn--white.btn--ghost:focus {
    color: #111111;
    background-color: #fff;
}
.btn.black-text {
    color: #111111;
}
.btn.black-text:hover, .btn.black-text:focus {
    color: #d11d17;
}
/* stylelint-disable */
.checkbox {
    font-size: 16px;
    line-height: 1.5;
}

/* stylelint-enable */
.checkbox {
    user-select: none;
}
.checkbox__label {
    position: relative;
    padding-left: 46px;
    cursor: pointer;
    margin: 0;
    display: block;
}
.checkbox__label::before, .checkbox__label::after {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
}
.checkbox__label:before {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}
.checkbox__label::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.139' height='10.544' viewBox='0 0 14.139 10.544'%3E%3Cpath id='Icon_awesome-check' data-name='Icon awesome-check' d='M4.8,14.914l-4.6-4.6a.707.707,0,0,1,0-1l1-1a.707.707,0,0,1,1,0l3.1,3.1,6.63-6.63a.707.707,0,0,1,1,0l1,1a.707.707,0,0,1,0,1L5.8,14.914A.707.707,0,0,1,4.8,14.914Z' transform='translate(0 -4.577)' fill='%23CB544F'/%3E%3C/svg%3E%0A") no-repeat center/16px;
    transform: scale(0);
    transition: transform 0.3s ease;
}
.checkbox input:checked ~ label::after {
    transform: scale(1);
}
.checkbox.hide-label {
    width: 18px;
    height: 18px;
}
.checkbox.hide-label .checkbox__label::before, .checkbox.hide-label .checkbox__label::after {
    top: 0;
}
.checkbox.is-validation-failed .checkbox__label {
    color: #d80000;
}
.checkbox.is-validation-failed .checkbox__label::before {
    border-color: #d80000;
}
/* stylelint-disable */
.dropdown__placeholder {
    font-weight: 500;
}
.dropdown__placeholder strong {
    font-weight: 700;
}

.dropdown__placeholder {
    font-size: 42px;
    line-height: 1.3;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .dropdown__placeholder {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .dropdown__placeholder {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .dropdown__placeholder {
        font-size: 28px;
    }
}

.dropdown__placeholder {
    font-weight: 400;
    line-height: 1.2;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .dropdown__placeholder {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .dropdown__placeholder {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .dropdown__placeholder {
        font-size: 22px;
    }
}

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

.dropdown--smaller .dropdown__placeholder, .dropdown--smaller {
    font-size: 18px;
    line-height: 1.5;
}

.dropdown--smaller .dropdown__list {
    font-size: 16px;
    line-height: 1.5;
}

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

/* stylelint-enable */
.dropdown {
    position: relative;
    width: 100%;
    max-width: 488px;
    user-select: none;
}
.dropdown__label {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 8px;
}
.dropdown__placeholder {
    position: relative;
    text-transform: uppercase;
    padding: 0 40px 8px 0;
    cursor: pointer;
    height: 56px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    overflow: hidden;
    font-weight: 700;
    color: #d11d17;
    border-bottom: 2px solid #d11d17;
    transition: border-color 0.3s ease;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .dropdown__placeholder {
        height: 45px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .dropdown__placeholder {
        padding-right: 30px;
        height: 44px;
    }
}
@media only screen and (max-width: 767px) {
    .dropdown__placeholder {
        padding: 0 40px 4px 0;
        height: 35px;
    }
}
.dropdown__placeholder .icon {
    width: 27px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    transition: transform 0.4s ease;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .dropdown__placeholder .icon {
        margin-top: -10px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .dropdown__placeholder .icon {
        width: 20px;
        height: 12px;
        margin-top: -8px;
    }
}
.dropdown__placeholder-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown__list {
    position: absolute;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 21;
    left: 0;
    width: 100%;
    max-height: 215px;
    overflow: auto;
    margin-top: 1px;
    background-color: #fff;
    color: #666666;
    transform: translateY(20px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    transition: transform 0.4s ease, opacity 0.3s ease;
}
@media only screen and (min-width: 1023.8px) {
    .dropdown__list {
        scrollbar-track-color: rgba(209, 29, 23, 0.2);
        scrollbar-face-color: rgba(209, 29, 23, 0.1);
        scrollbar-arrow-color: rgba(209, 29, 23, 0.1);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .dropdown__list::-webkit-scrollbar {
        width: 4px;
    }
    .dropdown__list ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: rgba(209, 29, 23, 0.2);
    }
    .dropdown__list ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(209, 29, 23, 0.15);
    }
    .dropdown__list::-webkit-scrollbar-thumb {
        background: rgba(209, 29, 23, 0.1);
        width: 4px;
        border-radius: 0;
    }
    .dropdown__list::-webkit-scrollbar-thumb:hover {
        background: rgba(209, 29, 23, 0.12);
    }
    .dropdown__list ::-webkit-scrollbar {
        width: 4px;
    }
}
@media only screen and (max-width: 1199px) {
    .dropdown__list {
        max-height: 200px;
    }
}
.dropdown__list ul {
    list-style: none;
}
.dropdown__list-option {
    margin-bottom: 0;
    cursor: pointer;
    width: 100%;
    padding: 8px 22px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .dropdown__list-option {
        padding: 6px 10px;
    }
}
.dropdown__list-option.is-active, .dropdown__list-option:hover {
    color: #d11d17;
}
.dropdown__list input:not([type=submit]):not(.input-field__input) {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.dropdown__list input:not([type=submit]):not(.input-field__input):focus + .dropdown__list-option, .dropdown__list input:not([type=submit]):not(.input-field__input):checked + .dropdown__list-option {
    color: #d11d17;
}
.dropdown--smaller {
    max-width: 245px;
    text-transform: none;
}
.dropdown--smaller .dropdown__placeholder {
    text-transform: none;
    color: #111111;
    height: auto;
    border: 0;
    justify-content: center;
    padding: 28px 40px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .dropdown--smaller .dropdown__placeholder {
        padding: 28px 20px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .dropdown--smaller .dropdown__placeholder {
        padding: 15px 20px;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 767px) {
    .dropdown--smaller .dropdown__placeholder {
        padding: 10px 20px;
    }
}
.dropdown--smaller .dropdown__placeholder .icon {
    position: relative;
    margin-top: 0;
    width: 12px;
    height: 8px;
    top: 2px;
    margin-left: 12px;
}
@media only screen and (max-width: 767px) {
    .dropdown--smaller .dropdown__list {
        margin-top: 5px;
    }
}
.dropdown--smaller .dropdown__list-option {
    padding: 9px 40px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .dropdown--smaller .dropdown__list-option {
        padding: 9px 20px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .dropdown--smaller .dropdown__list-option {
        padding: 9px 20px;
    }
}
.dropdown--normal {
    max-width: 440px;
}
.dropdown--normal .dropdown__placeholder {
    height: 60px;
    border-radius: 6px;
    border: 1px solid #ccc;
    padding: 5px 44px 5px 24px;
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    text-transform: initial;
}
@media only screen and (max-width: 1022.8px) {
    .dropdown--normal .dropdown__placeholder {
        height: 50px;
        border-radius: 6px;
        padding: 5px 44px 5px 16px;
        font-size: 16px;
    }
}
.dropdown--normal .dropdown__placeholder .icon {
    width: 12px;
    height: 8px;
    right: 24px;
    margin-top: -4px;
}
@media only screen and (max-width: 1022.8px) {
    .dropdown--normal .dropdown__placeholder .icon {
        right: 16px;
    }
}
.dropdown--normal .dropdown__list {
    border-radius: 6px;
}
.dropdown--normal .dropdown__list-option {
    font-size: 18px;
    font-weight: 400;
    text-transform: initial;
}
.dropdown.is-open .dropdown__placeholder .icon {
    transform: scaleY(-1);
}
.dropdown.is-open .dropdown__list {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.is-validation-failed .dropdown .dropdown__placeholder, .dropdown.is-validation-failed .dropdown__placeholder {
    border-color: #d80000;
}
/* stylelint-disable */
.mod-file-upload__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* stylelint-enable */
.mod-file-upload {
    position: relative;
    max-width: 375px;
    width: 100%;
}
.mod-file-upload__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.mod-file-upload__inner {
    min-height: 200px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    flex-direction: column;
    text-align: center;
    padding: 20px;
}
.mod-file-upload__title {
    margin-bottom: 12px;
    font-weight: 700;
}
.mod-file-upload .btn {
    pointer-events: none;
    min-width: 136px;
}
.mod-file-upload .btn .icon {
    margin-right: 8px;
}
.mod-file-upload__label {
    cursor: pointer;
    margin-bottom: 0;
}
.mod-file-upload__label:hover .btn:before {
    opacity: 1;
}
.mod-file-upload__content .icon {
    margin: 0 auto 12px;
}
.mod-file-upload__content .icon::before {
    background-color: #d11d17;
}
.mod-file-upload__text {
    margin-bottom: 10px;
}
.mod-file-upload__list {
    position: relative;
    width: 100%;
    margin: 16px 0 26px;
    font-size: 14px;
}
.mod-file-upload__list.hide {
    display: none;
}
.mod-file-upload__list-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
.mod-file-upload__list-remove {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #d11d17;
}
.mod-file-upload__list-remove .icon {
    margin-left: 10px;
    height: 12px;
    width: 12px;
    transition: transform 0.3s ease;
}
.mod-file-upload__list-remove .icon::before {
    background-color: #d11d17;
}
.mod-file-upload__list-remove:hover .icon {
    transform: rotate(90deg);
}
.mod-file-upload__list li {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 25%;
    grid-gap: 15px;
    margin-bottom: 5px;
}
.mod-file-upload.is-validation-failed .mod-file-upload__content {
    color: #d80000;
}
.mod-file-upload.is-validation-failed .mod-file-upload__inner {
    border-color: #d11d17;
}
/* stylelint-disable */
.icon::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
.icon {
    display: block;
    position: relative;
}
.icon::before {
    background-color: var(--icon-color, #111111);
    -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-arrow-right, .icon-arrow-left {
    width: 15px;
    height: 10px;
}
.icon-arrow-right::before, .icon-arrow-left::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 15.7 9.7' style='enable-background:new 0 0 15.7 9.7' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%230068a6;stroke-width:1.5;stroke-linecap:round;stroke-miterlimit:10%7D%3C/style%3E%3Cpath id='Combined_Shape_Copy' class='st0' d='M14.6 4.8h0L10.1.5l4.5 4.3-4.5 4.3 4.5-4.3h0z'/%3E%3Cpath id='Line' class='st0' d='M.2 4.8h14'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 15.7 9.7' style='enable-background:new 0 0 15.7 9.7' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%230068a6;stroke-width:1.5;stroke-linecap:round;stroke-miterlimit:10%7D%3C/style%3E%3Cpath id='Combined_Shape_Copy' class='st0' d='M14.6 4.8h0L10.1.5l4.5 4.3-4.5 4.3 4.5-4.3h0z'/%3E%3Cpath id='Line' class='st0' d='M.2 4.8h14'/%3E%3C/svg%3E");
}
.icon-arrow-right-circle, .icon-arrow-left-circle {
    width: 20px;
    height: 20px;
}
.icon-arrow-right-circle::before, .icon-arrow-left-circle::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.5' height='20.5' viewBox='0 0 20.5 20.5'%3E%3Cg id='Arrow_-_Down_Circle' data-name='Arrow - Down Circle' transform='translate(1 19.5) rotate(-90)'%3E%3Cpath id='Path_194' data-name='Path 194' d='M0,9.25A9.25,9.25,0,1,1,9.25,18.5,9.25,9.25,0,0,1,0,9.25Z' transform='translate(0)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' fill-rule='evenodd'/%3E%3Cpath id='Path_195' data-name='Path 195' d='M0,3.486,3.471,0,6.942,3.486' transform='translate(5.779 7.206)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.5' height='20.5' viewBox='0 0 20.5 20.5'%3E%3Cg id='Arrow_-_Down_Circle' data-name='Arrow - Down Circle' transform='translate(1 19.5) rotate(-90)'%3E%3Cpath id='Path_194' data-name='Path 194' d='M0,9.25A9.25,9.25,0,1,1,9.25,18.5,9.25,9.25,0,0,1,0,9.25Z' transform='translate(0)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' fill-rule='evenodd'/%3E%3Cpath id='Path_195' data-name='Path 195' d='M0,3.486,3.471,0,6.942,3.486' transform='translate(5.779 7.206)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-arrow-double-right, .icon-arrow-double-left {
    width: 20px;
    height: 16px;
}
.icon-arrow-double-right::before, .icon-arrow-double-left::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='16.121' viewBox='0 0 19.811 16.121'%3E%3Cg transform='translate(-79.939 -65.939)'%3E%3Cpath d='M12,5l7,7-7,7' transform='translate(69 62)' fill='none' stroke='%23e31e12' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M12,5l7,7-7,7' transform='translate(80 62)' fill='none' stroke='%23e31e12' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.811' height='16.121' viewBox='0 0 19.811 16.121'%3E%3Cg transform='translate(-79.939 -65.939)'%3E%3Cpath d='M12,5l7,7-7,7' transform='translate(69 62)' fill='none' stroke='%23e31e12' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M12,5l7,7-7,7' transform='translate(80 62)' fill='none' stroke='%23e31e12' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-arrow-long-right, .icon-arrow-long-left {
    width: 28px;
    height: 12px;
}
.icon-arrow-long-right::before, .icon-arrow-long-left::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.237' height='12.068' viewBox='0 0 28.237 12.068'%3E%3Cg id='arrow-down' transform='translate(-527.223 806.034) rotate(-90)'%3E%3Cpath id='Path_180' data-name='Path 180' d='M8,12l4.973,4.973L17.946,12' transform='translate(787.027 537.736)' fill='none' stroke='%23ee3129' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cline id='Line_2' data-name='Line 2' y2='25' transform='translate(800.191 527.973)' fill='none' stroke='%23ee3129' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.237' height='12.068' viewBox='0 0 28.237 12.068'%3E%3Cg id='arrow-down' transform='translate(-527.223 806.034) rotate(-90)'%3E%3Cpath id='Path_180' data-name='Path 180' d='M8,12l4.973,4.973L17.946,12' transform='translate(787.027 537.736)' fill='none' stroke='%23ee3129' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cline id='Line_2' data-name='Line 2' y2='25' transform='translate(800.191 527.973)' fill='none' stroke='%23ee3129' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-chevron-up, .icon-chevron-down {
    width: 12px;
    height: 6px;
}
.icon-chevron-up::before, .icon-chevron-down::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.306' height='6.017' viewBox='0 0 9.306 6.017'%3E%3Cpath d='M4.5,4.692l-.021.022L4.5,4.692.4.286,4.5,4.692,8.6.286,4.5,4.692l.021.022Z' transform='translate(0.153 0.225)' fill='none' stroke='%231f2121' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.306' height='6.017' viewBox='0 0 9.306 6.017'%3E%3Cpath d='M4.5,4.692l-.021.022L4.5,4.692.4.286,4.5,4.692,8.6.286,4.5,4.692l.021.022Z' transform='translate(0.153 0.225)' fill='none' stroke='%231f2121' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.icon-chevron-right, .icon-chevron-left {
    width: 8px;
    height: 10px;
}
.icon-chevron-right::before, .icon-chevron-left::before {
    -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 6 9.3' style='enable-background:new 0 0 6 9.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%234ACE8C;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cpath id='Path_195' class='st0' d='M1.3,8.2l3.5-3.4L1.4,1.2'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 6 9.3' style='enable-background:new 0 0 6 9.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%234ACE8C;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cpath id='Path_195' class='st0' d='M1.3,8.2l3.5-3.4L1.4,1.2'/%3E%3C/svg%3E%0A");
}
.icon-arrow-long-left, .icon-arrow-double-left, .icon-chevron-up, .icon-arrow-left, .icon-large-arrow-left, .icon-chevron-left, .icon-arrow-right-circle {
    transform: scale(-1);
}
.icon-search {
    width: 30px;
    height: 32px;
}
.icon-search::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' viewBox='0 0 22 21'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23111' d='M15.916 8.718a6.547 6.547 0 0 1-6.54 6.539 6.547 6.547 0 0 1-6.538-6.539A6.547 6.547 0 0 1 9.377 2.18a6.547 6.547 0 0 1 6.539 6.538zm5.129 11.67a1.093 1.093 0 0 0 0-1.542L16.26 14.06a8.702 8.702 0 0 0 1.835-5.342C18.095 3.912 14.184 0 9.377 0S.659 3.912.659 8.718c0 4.807 3.911 8.718 8.718 8.718A8.695 8.695 0 0 0 14.72 15.6l4.785 4.786c.204.206.48.32.77.32.29 0 .565-.114.77-.318z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' viewBox='0 0 22 21'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23111' d='M15.916 8.718a6.547 6.547 0 0 1-6.54 6.539 6.547 6.547 0 0 1-6.538-6.539A6.547 6.547 0 0 1 9.377 2.18a6.547 6.547 0 0 1 6.539 6.538zm5.129 11.67a1.093 1.093 0 0 0 0-1.542L16.26 14.06a8.702 8.702 0 0 0 1.835-5.342C18.095 3.912 14.184 0 9.377 0S.659 3.912.659 8.718c0 4.807 3.911 8.718 8.718 8.718A8.695 8.695 0 0 0 14.72 15.6l4.785 4.786c.204.206.48.32.77.32.29 0 .565-.114.77-.318z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-facebook {
    width: 10px;
    height: 20px;
}
.icon-facebook::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.714' height='20' viewBox='0 0 10.714 20'%3E%3Cpath id='icn-fb-color-brand-accent' d='M16.039,2c-2.816,0-4.467,1.487-4.467,4.876V9.857H8v3.571h3.571V22h3.571V13.429H18l.714-3.571H15.143V7.48c0-1.276.416-1.908,1.614-1.908h1.957V2.146A21.842,21.842,0,0,0,16.039,2Z' transform='translate(-8 -2)' fill='%23ee3129'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.714' height='20' viewBox='0 0 10.714 20'%3E%3Cpath id='icn-fb-color-brand-accent' d='M16.039,2c-2.816,0-4.467,1.487-4.467,4.876V9.857H8v3.571h3.571V22h3.571V13.429H18l.714-3.571H15.143V7.48c0-1.276.416-1.908,1.614-1.908h1.957V2.146A21.842,21.842,0,0,0,16.039,2Z' transform='translate(-8 -2)' fill='%23ee3129'/%3E%3C/svg%3E%0A");
}
.icon-linkedin {
    width: 20px;
    height: 18px;
}
.icon-linkedin::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg id='icn-ln-color-brand-accent' xmlns='http://www.w3.org/2000/svg' width='20' height='18.182' viewBox='0 0 20 18.182'%3E%3Cg id='Group_223' data-name='Group 223'%3E%3Cpath id='Path_176' data-name='Path 176' d='M722,283.182h-4.42V276.79c0-1.673-.691-2.815-2.212-2.815a2.231,2.231,0,0,0-2.111,1.514,2.812,2.812,0,0,0-.1,1.009v6.684h-4.379s.056-11.322,0-12.351h4.379v1.938c.259-.848,1.658-2.057,3.891-2.057,2.771,0,4.947,1.777,4.947,5.6v6.868Zm-17.646-13.9h-.028A2.155,2.155,0,0,1,702,267.145a2.378,2.378,0,1,1,2.354,2.141Zm-1.85,1.545h3.9v12.351h-3.9V270.83Z' transform='translate(-702 -265)' fill='%23ee3129' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg id='icn-ln-color-brand-accent' xmlns='http://www.w3.org/2000/svg' width='20' height='18.182' viewBox='0 0 20 18.182'%3E%3Cg id='Group_223' data-name='Group 223'%3E%3Cpath id='Path_176' data-name='Path 176' d='M722,283.182h-4.42V276.79c0-1.673-.691-2.815-2.212-2.815a2.231,2.231,0,0,0-2.111,1.514,2.812,2.812,0,0,0-.1,1.009v6.684h-4.379s.056-11.322,0-12.351h4.379v1.938c.259-.848,1.658-2.057,3.891-2.057,2.771,0,4.947,1.777,4.947,5.6v6.868Zm-17.646-13.9h-.028A2.155,2.155,0,0,1,702,267.145a2.378,2.378,0,1,1,2.354,2.141Zm-1.85,1.545h3.9v12.351h-3.9V270.83Z' transform='translate(-702 -265)' fill='%23ee3129' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-instagram {
    width: 20px;
    height: 20px;
}
.icon-instagram::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg id='icn-IG-color-brand-accent' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='Group_226' data-name='Group 226'%3E%3Cpath id='Path_179' data-name='Path 179' d='M510,160c-2.716,0-3.056.012-4.123.06a7.339,7.339,0,0,0-2.427.465,5.113,5.113,0,0,0-2.925,2.925,7.34,7.34,0,0,0-.465,2.427c-.049,1.067-.06,1.407-.06,4.123s.012,3.056.06,4.123a7.34,7.34,0,0,0,.465,2.427,5.113,5.113,0,0,0,2.925,2.925,7.34,7.34,0,0,0,2.427.465c1.067.049,1.407.06,4.123.06s3.056-.012,4.123-.06a7.34,7.34,0,0,0,2.427-.465,5.113,5.113,0,0,0,2.925-2.925,7.34,7.34,0,0,0,.465-2.427c.049-1.067.06-1.407.06-4.123s-.012-3.056-.06-4.123a7.34,7.34,0,0,0-.465-2.427,5.113,5.113,0,0,0-2.925-2.925,7.339,7.339,0,0,0-2.427-.465C513.056,160.012,512.716,160,510,160Zm0,1.8c2.67,0,2.986.01,4.041.058a5.532,5.532,0,0,1,1.857.344,3.312,3.312,0,0,1,1.9,1.9,5.531,5.531,0,0,1,.344,1.857c.048,1.054.058,1.371.058,4.041s-.01,2.986-.058,4.041a5.532,5.532,0,0,1-.344,1.857,3.312,3.312,0,0,1-1.9,1.9,5.532,5.532,0,0,1-1.857.344c-1.054.048-1.371.058-4.041.058s-2.987-.01-4.041-.058a5.533,5.533,0,0,1-1.857-.344,3.312,3.312,0,0,1-1.9-1.9,5.531,5.531,0,0,1-.344-1.857c-.048-1.054-.058-1.371-.058-4.041s.01-2.986.058-4.041a5.531,5.531,0,0,1,.344-1.857,3.312,3.312,0,0,1,1.9-1.9,5.533,5.533,0,0,1,1.857-.344C507.014,161.812,507.33,161.8,510,161.8Zm0,3.063A5.135,5.135,0,1,0,515.135,170,5.135,5.135,0,0,0,510,164.865Zm0,8.468A3.333,3.333,0,1,1,513.333,170,3.333,3.333,0,0,1,510,173.333Zm6.538-8.671a1.2,1.2,0,1,1-1.2-1.2A1.2,1.2,0,0,1,516.538,164.662Z' transform='translate(-500 -160)' fill='%23ee3129' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg id='icn-IG-color-brand-accent' xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='Group_226' data-name='Group 226'%3E%3Cpath id='Path_179' data-name='Path 179' d='M510,160c-2.716,0-3.056.012-4.123.06a7.339,7.339,0,0,0-2.427.465,5.113,5.113,0,0,0-2.925,2.925,7.34,7.34,0,0,0-.465,2.427c-.049,1.067-.06,1.407-.06,4.123s.012,3.056.06,4.123a7.34,7.34,0,0,0,.465,2.427,5.113,5.113,0,0,0,2.925,2.925,7.34,7.34,0,0,0,2.427.465c1.067.049,1.407.06,4.123.06s3.056-.012,4.123-.06a7.34,7.34,0,0,0,2.427-.465,5.113,5.113,0,0,0,2.925-2.925,7.34,7.34,0,0,0,.465-2.427c.049-1.067.06-1.407.06-4.123s-.012-3.056-.06-4.123a7.34,7.34,0,0,0-.465-2.427,5.113,5.113,0,0,0-2.925-2.925,7.339,7.339,0,0,0-2.427-.465C513.056,160.012,512.716,160,510,160Zm0,1.8c2.67,0,2.986.01,4.041.058a5.532,5.532,0,0,1,1.857.344,3.312,3.312,0,0,1,1.9,1.9,5.531,5.531,0,0,1,.344,1.857c.048,1.054.058,1.371.058,4.041s-.01,2.986-.058,4.041a5.532,5.532,0,0,1-.344,1.857,3.312,3.312,0,0,1-1.9,1.9,5.532,5.532,0,0,1-1.857.344c-1.054.048-1.371.058-4.041.058s-2.987-.01-4.041-.058a5.533,5.533,0,0,1-1.857-.344,3.312,3.312,0,0,1-1.9-1.9,5.531,5.531,0,0,1-.344-1.857c-.048-1.054-.058-1.371-.058-4.041s.01-2.986.058-4.041a5.531,5.531,0,0,1,.344-1.857,3.312,3.312,0,0,1,1.9-1.9,5.533,5.533,0,0,1,1.857-.344C507.014,161.812,507.33,161.8,510,161.8Zm0,3.063A5.135,5.135,0,1,0,515.135,170,5.135,5.135,0,0,0,510,164.865Zm0,8.468A3.333,3.333,0,1,1,513.333,170,3.333,3.333,0,0,1,510,173.333Zm6.538-8.671a1.2,1.2,0,1,1-1.2-1.2A1.2,1.2,0,0,1,516.538,164.662Z' transform='translate(-500 -160)' fill='%23ee3129' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-twitter {
    width: 20px;
    height: 16px;
}
.icon-twitter::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg id='icn-TW-color-brand-accent' xmlns='http://www.w3.org/2000/svg' width='20' height='16.667' viewBox='0 0 20 16.667'%3E%3Cg id='Group_225' data-name='Group 225'%3E%3Cpath id='Path_178' data-name='Path 178' d='M320,165.973a8.014,8.014,0,0,1-2.356.662,4.2,4.2,0,0,0,1.8-2.327,8.082,8.082,0,0,1-2.607,1.02A4.047,4.047,0,0,0,313.846,164a4.156,4.156,0,0,0-4.1,4.207,4.293,4.293,0,0,0,.106.958,11.552,11.552,0,0,1-8.458-4.4,4.284,4.284,0,0,0-.555,2.117,4.235,4.235,0,0,0,1.825,3.5,4.028,4.028,0,0,1-1.859-.525v.052a4.183,4.183,0,0,0,3.293,4.125,3.913,3.913,0,0,1-1.081.148,3.986,3.986,0,0,1-.772-.075,4.119,4.119,0,0,0,3.833,2.92,8.1,8.1,0,0,1-5.1,1.8,8.214,8.214,0,0,1-.979-.058,11.424,11.424,0,0,0,6.29,1.889c7.548,0,11.675-6.41,11.675-11.971,0-.183,0-.366-.011-.545A8.421,8.421,0,0,0,320,165.973' transform='translate(-300 -164)' fill='%23ee3129' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg id='icn-TW-color-brand-accent' xmlns='http://www.w3.org/2000/svg' width='20' height='16.667' viewBox='0 0 20 16.667'%3E%3Cg id='Group_225' data-name='Group 225'%3E%3Cpath id='Path_178' data-name='Path 178' d='M320,165.973a8.014,8.014,0,0,1-2.356.662,4.2,4.2,0,0,0,1.8-2.327,8.082,8.082,0,0,1-2.607,1.02A4.047,4.047,0,0,0,313.846,164a4.156,4.156,0,0,0-4.1,4.207,4.293,4.293,0,0,0,.106.958,11.552,11.552,0,0,1-8.458-4.4,4.284,4.284,0,0,0-.555,2.117,4.235,4.235,0,0,0,1.825,3.5,4.028,4.028,0,0,1-1.859-.525v.052a4.183,4.183,0,0,0,3.293,4.125,3.913,3.913,0,0,1-1.081.148,3.986,3.986,0,0,1-.772-.075,4.119,4.119,0,0,0,3.833,2.92,8.1,8.1,0,0,1-5.1,1.8,8.214,8.214,0,0,1-.979-.058,11.424,11.424,0,0,0,6.29,1.889c7.548,0,11.675-6.41,11.675-11.971,0-.183,0-.366-.011-.545A8.421,8.421,0,0,0,320,165.973' transform='translate(-300 -164)' fill='%23ee3129' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-youtube {
    width: 20px;
    height: 14px;
}
.icon-youtube::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg id='icn-yt-color-brand-accent' xmlns='http://www.w3.org/2000/svg' width='20' height='14.167' viewBox='0 0 20 14.167'%3E%3Cg id='Group_224' data-name='Group 224'%3E%3Cpath id='Path_177' data-name='Path 177' d='M207.935,377.7v-5.659l5.4,2.839Zm11.865-6.64a4.379,4.379,0,0,0-.8-2,2.846,2.846,0,0,0-2-.853c-2.8-.2-7-.2-7-.2H210s-4.2,0-7,.2a2.847,2.847,0,0,0-2,.853,4.375,4.375,0,0,0-.794,2,30.683,30.683,0,0,0-.2,3.26v1.528a30.668,30.668,0,0,0,.2,3.26,4.375,4.375,0,0,0,.794,2,3.376,3.376,0,0,0,2.206.861c1.6.155,6.8.2,6.8.2s4.2-.006,7-.21a2.851,2.851,0,0,0,2-.854,4.379,4.379,0,0,0,.8-2,30.67,30.67,0,0,0,.2-3.26v-1.528a30.685,30.685,0,0,0-.2-3.26Z' transform='translate(-200 -368)' fill='%23ee3129' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg id='icn-yt-color-brand-accent' xmlns='http://www.w3.org/2000/svg' width='20' height='14.167' viewBox='0 0 20 14.167'%3E%3Cg id='Group_224' data-name='Group 224'%3E%3Cpath id='Path_177' data-name='Path 177' d='M207.935,377.7v-5.659l5.4,2.839Zm11.865-6.64a4.379,4.379,0,0,0-.8-2,2.846,2.846,0,0,0-2-.853c-2.8-.2-7-.2-7-.2H210s-4.2,0-7,.2a2.847,2.847,0,0,0-2,.853,4.375,4.375,0,0,0-.794,2,30.683,30.683,0,0,0-.2,3.26v1.528a30.668,30.668,0,0,0,.2,3.26,4.375,4.375,0,0,0,.794,2,3.376,3.376,0,0,0,2.206.861c1.6.155,6.8.2,6.8.2s4.2-.006,7-.21a2.851,2.851,0,0,0,2-.854,4.379,4.379,0,0,0,.8-2,30.67,30.67,0,0,0,.2-3.26v-1.528a30.685,30.685,0,0,0-.2-3.26Z' transform='translate(-200 -368)' fill='%23ee3129' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-scroll-down-arrow {
    width: 12px;
    height: 28px;
}
.icon-scroll-down-arrow::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='29' viewBox='0 0 18 29'%3E%3Cg%3E%3Cg transform='rotate(90 9 14.5)'%3E%3Cpath fill='%23111' d='M13.661 22.735a1.124 1.124 0 0 1 0-1.6l5.957-5.903a.959.959 0 0 1-.199.02H-3.507c-.633 0-1.147-.51-1.147-1.138a1.14 1.14 0 0 1 1.147-1.136H19.01l-5.349-5.3a1.13 1.13 0 0 1 0-1.605 1.152 1.152 0 0 1 1.624 0l7.599 7.527c.223.226.337.514.337.809 0 .285-.114.578-.337.799l-7.599 7.527a1.156 1.156 0 0 1-1.624 0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='29' viewBox='0 0 18 29'%3E%3Cg%3E%3Cg transform='rotate(90 9 14.5)'%3E%3Cpath fill='%23111' d='M13.661 22.735a1.124 1.124 0 0 1 0-1.6l5.957-5.903a.959.959 0 0 1-.199.02H-3.507c-.633 0-1.147-.51-1.147-1.138a1.14 1.14 0 0 1 1.147-1.136H19.01l-5.349-5.3a1.13 1.13 0 0 1 0-1.605 1.152 1.152 0 0 1 1.624 0l7.599 7.527c.223.226.337.514.337.809 0 .285-.114.578-.337.799l-7.599 7.527a1.156 1.156 0 0 1-1.624 0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-large-arrow-right, .icon-large-arrow-left {
    width: 32px;
    height: 32px;
}
.icon-large-arrow-right::before, .icon-large-arrow-left::before {
    -webkit-mask-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 34.1 33.5' style='enable-background:new 0 0 34.1 33.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23E31E12;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cg id='Group_552' transform='translate(-24.905 -25.137)'%3E%3Cpath id='Path_211' class='st0' d='M42,57.9l16-16l-16-16'/%3E%3Cline id='Line_82' class='st0' x1='25.9' y1='42' x2='57.9' y2='42'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 34.1 33.5' style='enable-background:new 0 0 34.1 33.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23E31E12;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cg id='Group_552' transform='translate(-24.905 -25.137)'%3E%3Cpath id='Path_211' class='st0' d='M42,57.9l16-16l-16-16'/%3E%3Cline id='Line_82' class='st0' x1='25.9' y1='42' x2='57.9' y2='42'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-plus {
    width: 20px;
    height: 20px;
}
.icon-plus::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.5' height='21.5' viewBox='0 0 21.5 21.5'%3E%3Cg id='icn-plusCircle-S' transform='translate(-1.25 -1.25)'%3E%3Ccircle id='Ellipse_44' data-name='Ellipse 44' cx='10' cy='10' r='10' transform='translate(2 2)' fill='none' stroke='%23e31e12' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cline id='Line_79' data-name='Line 79' y2='8' transform='translate(12 8)' fill='none' stroke='%23e31e12' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cline id='Line_80' data-name='Line 80' x2='8' transform='translate(8 12)' fill='none' stroke='%23e31e12' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.5' height='21.5' viewBox='0 0 21.5 21.5'%3E%3Cg id='icn-plusCircle-S' transform='translate(-1.25 -1.25)'%3E%3Ccircle id='Ellipse_44' data-name='Ellipse 44' cx='10' cy='10' r='10' transform='translate(2 2)' fill='none' stroke='%23e31e12' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cline id='Line_79' data-name='Line 79' y2='8' transform='translate(12 8)' fill='none' stroke='%23e31e12' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cline id='Line_80' data-name='Line 80' x2='8' transform='translate(8 12)' fill='none' stroke='%23e31e12' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-check-circle {
    width: 80px;
    height: 80px;
}
.icon-check-circle::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='81.818' height='81.601' viewBox='0 0 81.818 81.601'%3E%3Cg id='check-circle' transform='translate(-1.242 -1.2)'%3E%3Cpath id='Path_214' data-name='Path 214' d='M82,38.339v3.68A40,40,0,1,1,58.28,5.459' transform='translate(0)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Path_215' data-name='Path 215' d='M61,4,21,44.04l-12-12' transform='translate(21 6.019)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='81.818' height='81.601' viewBox='0 0 81.818 81.601'%3E%3Cg id='check-circle' transform='translate(-1.242 -1.2)'%3E%3Cpath id='Path_214' data-name='Path 214' d='M82,38.339v3.68A40,40,0,1,1,58.28,5.459' transform='translate(0)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Path_215' data-name='Path 215' d='M61,4,21,44.04l-12-12' transform='translate(21 6.019)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-bold-check-circle {
    width: 32px;
    height: 32px;
}
.icon-bold-check-circle::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.417' height='34.042' viewBox='0 0 34.417 34.042'%3E%3Cg id='check-circle' transform='translate(-0.997 -0.975)'%3E%3Cpath id='Path_214' data-name='Path 214' d='M34,16.532V18A16,16,0,1,1,24.512,3.38' transform='translate(0)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_215' data-name='Path 215' d='M29.8,4l-16,16.016L9,15.216' transform='translate(4.2 1.204)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.417' height='34.042' viewBox='0 0 34.417 34.042'%3E%3Cg id='check-circle' transform='translate(-0.997 -0.975)'%3E%3Cpath id='Path_214' data-name='Path 214' d='M34,16.532V18A16,16,0,1,1,24.512,3.38' transform='translate(0)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_215' data-name='Path 215' d='M29.8,4l-16,16.016L9,15.216' transform='translate(4.2 1.204)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-map-pin {
    width: 18px;
    height: 22px;
}
.icon-map-pin::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.5' height='23.5' viewBox='0 0 19.5 23.5'%3E%3Cg id='map-pin' transform='translate(-2.25 -0.25)'%3E%3Cpath id='Path_193' data-name='Path 193' d='M21,10c0,7-9,13-9,13S3,17,3,10a9,9,0,1,1,18,0Z' fill='none' stroke='%23ee3129' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Ccircle id='Ellipse_7' data-name='Ellipse 7' cx='3' cy='3' r='3' transform='translate(9 7)' fill='none' stroke='%23ee3129' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.5' height='23.5' viewBox='0 0 19.5 23.5'%3E%3Cg id='map-pin' transform='translate(-2.25 -0.25)'%3E%3Cpath id='Path_193' data-name='Path 193' d='M21,10c0,7-9,13-9,13S3,17,3,10a9,9,0,1,1,18,0Z' fill='none' stroke='%23ee3129' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Ccircle id='Ellipse_7' data-name='Ellipse 7' cx='3' cy='3' r='3' transform='translate(9 7)' fill='none' stroke='%23ee3129' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-play {
    width: 60px;
    height: 60px;
}
.icon-play::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='61.429' height='61.428' viewBox='0 0 61.429 61.428'%3E%3Cpath d='M77.714,48a29.714,29.714,0,1,0,29.714,29.714A29.748,29.748,0,0,0,77.714,48ZM88.4,79.043,72.046,88.92a1.54,1.54,0,0,1-2.331-1.33V67.839a1.54,1.54,0,0,1,2.331-1.33L88.4,76.386a1.556,1.556,0,0,1,0,2.657Z' transform='translate(-47 -47)' fill='none' stroke='%23cb544f' stroke-width='2'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='61.429' height='61.428' viewBox='0 0 61.429 61.428'%3E%3Cpath d='M77.714,48a29.714,29.714,0,1,0,29.714,29.714A29.748,29.748,0,0,0,77.714,48ZM88.4,79.043,72.046,88.92a1.54,1.54,0,0,1-2.331-1.33V67.839a1.54,1.54,0,0,1,2.331-1.33L88.4,76.386a1.556,1.556,0,0,1,0,2.657Z' transform='translate(-47 -47)' fill='none' stroke='%23cb544f' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.icon-download {
    width: 20px;
    height: 20px;
}
.icon-download::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.5' height='19.5' viewBox='0 0 19.5 19.5'%3E%3Cg id='download' transform='translate(-2.25 -2.25)'%3E%3Cpath id='Path_197' data-name='Path 197' d='M21,15v4a2,2,0,0,1-2,2H5a2,2,0,0,1-2-2V15' fill='none' stroke='%234ace8c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Path_198' data-name='Path 198' d='M7,10l5,5,5-5' fill='none' stroke='%234ace8c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cline id='Line_52' data-name='Line 52' y1='12' transform='translate(12 3)' fill='none' stroke='%234ace8c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.5' height='19.5' viewBox='0 0 19.5 19.5'%3E%3Cg id='download' transform='translate(-2.25 -2.25)'%3E%3Cpath id='Path_197' data-name='Path 197' d='M21,15v4a2,2,0,0,1-2,2H5a2,2,0,0,1-2-2V15' fill='none' stroke='%234ace8c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Path_198' data-name='Path 198' d='M7,10l5,5,5-5' fill='none' stroke='%234ace8c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cline id='Line_52' data-name='Line 52' y1='12' transform='translate(12 3)' fill='none' stroke='%234ace8c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-external-link {
    width: 34px;
    height: 34px;
}
.icon-external-link::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.414' height='34.414' viewBox='0 0 34.414 34.414'%3E%3Cg transform='translate(-2 -1.586)'%3E%3Cpath d='M29.667,18.444V29.111a3.556,3.556,0,0,1-3.556,3.556H6.556A3.556,3.556,0,0,1,3,29.111V9.556A3.556,3.556,0,0,1,6.556,6H17.222' transform='translate(0 2.333)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M15,3H25.667V13.667' transform='translate(9.333 0)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline y1='19.556' x2='19.556' transform='translate(15.444 3)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.414' height='34.414' viewBox='0 0 34.414 34.414'%3E%3Cg transform='translate(-2 -1.586)'%3E%3Cpath d='M29.667,18.444V29.111a3.556,3.556,0,0,1-3.556,3.556H6.556A3.556,3.556,0,0,1,3,29.111V9.556A3.556,3.556,0,0,1,6.556,6H17.222' transform='translate(0 2.333)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M15,3H25.667V13.667' transform='translate(9.333 0)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline y1='19.556' x2='19.556' transform='translate(15.444 3)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-zoom-in {
    width: 34px;
    height: 34px;
}
.icon-zoom-in::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 26 25'%3E%3Cg%3E%3Cg%3E%3Cpath d='M9.473 15.668A6.39 6.39 0 0 1 3.074 9.27 6.39 6.39 0 0 1 9.473 2.87 6.39 6.39 0 0 1 15.87 9.27a6.39 6.39 0 0 1-6.398 6.398zm8.531 0h-1.123l-.398-.384a9.201 9.201 0 0 0 2.232-6.014 9.242 9.242 0 1 0-9.242 9.242c2.29 0 4.394-.839 6.015-2.232l.383.398V17.8l7.11 7.095 2.119-2.118z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M13.028 9.98h-2.844v2.844H8.762V9.981H5.918V8.559h2.844V5.715h1.422v2.844h2.844z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 26 25'%3E%3Cg%3E%3Cg%3E%3Cpath d='M9.473 15.668A6.39 6.39 0 0 1 3.074 9.27 6.39 6.39 0 0 1 9.473 2.87 6.39 6.39 0 0 1 15.87 9.27a6.39 6.39 0 0 1-6.398 6.398zm8.531 0h-1.123l-.398-.384a9.201 9.201 0 0 0 2.232-6.014 9.242 9.242 0 1 0-9.242 9.242c2.29 0 4.394-.839 6.015-2.232l.383.398V17.8l7.11 7.095 2.119-2.118z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M13.028 9.98h-2.844v2.844H8.762V9.981H5.918V8.559h2.844V5.715h1.422v2.844h2.844z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-mail {
    width: 34px;
    height: 28px;
}
.icon-mail::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.785' height='27.6' viewBox='0 0 34.785 27.6'%3E%3Cg transform='translate(-0.607 -3)'%3E%3Cpath d='M5.2,4H30.8A3.209,3.209,0,0,1,34,7.2V26.4a3.209,3.209,0,0,1-3.2,3.2H5.2A3.209,3.209,0,0,1,2,26.4V7.2A3.209,3.209,0,0,1,5.2,4Z' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M34,6,18,17.2,2,6' transform='translate(0 1.2)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.785' height='27.6' viewBox='0 0 34.785 27.6'%3E%3Cg transform='translate(-0.607 -3)'%3E%3Cpath d='M5.2,4H30.8A3.209,3.209,0,0,1,34,7.2V26.4a3.209,3.209,0,0,1-3.2,3.2H5.2A3.209,3.209,0,0,1,2,26.4V7.2A3.209,3.209,0,0,1,5.2,4Z' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M34,6,18,17.2,2,6' transform='translate(0 1.2)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-info {
    width: 32px;
    height: 32px;
}
.icon-info::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cg id='Group_583' data-name='Group 583' transform='translate(-1 -1)'%3E%3Ccircle id='Ellipse_88' data-name='Ellipse 88' cx='16' cy='16' r='16' transform='translate(2 2)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline id='Line_113' data-name='Line 113' y2='6.4' transform='translate(18 11.6)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline id='Line_114' data-name='Line 114' x2='0.016' transform='translate(18 24.4)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cg id='Group_583' data-name='Group 583' transform='translate(-1 -1)'%3E%3Ccircle id='Ellipse_88' data-name='Ellipse 88' cx='16' cy='16' r='16' transform='translate(2 2)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline id='Line_113' data-name='Line 113' y2='6.4' transform='translate(18 11.6)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline id='Line_114' data-name='Line 114' x2='0.016' transform='translate(18 24.4)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-close {
    width: 16px;
    height: 16px;
}
.icon-close::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M11.78 2.13L10.44.79 6.095 5.135 1.75.79.41 2.13l4.345 4.345L.41 10.82l1.34 1.34 4.345-4.345 4.345 4.345 1.34-1.34-4.345-4.345z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M11.78 2.13L10.44.79 6.095 5.135 1.75.79.41 2.13l4.345 4.345L.41 10.82l1.34 1.34 4.345-4.345 4.345 4.345 1.34-1.34-4.345-4.345z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-calendar {
    width: 22px;
    height: 22px;
}
.icon-calendar::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg id='ikone_koledar' data-name='ikone / koledar' xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cpath id='Combined_Shape' data-name='Combined Shape' d='M3,21a3,3,0,0,1-3-3V9H21v9a3,3,0,0,1-3,3ZM0,7.5V5.25a3,3,0,0,1,3-3h.75v3a.75.75,0,1,0,1.5,0v-3H3.75V.75a.75.75,0,1,1,1.5,0v1.5h10.5v3a.75.75,0,1,0,1.5,0v-3h-1.5V.75a.75.75,0,1,1,1.5,0v1.5H18a3,3,0,0,1,3,3V7.5Z' transform='translate(0 0)' fill='%23f39021'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg id='ikone_koledar' data-name='ikone / koledar' xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E%3Cpath id='Combined_Shape' data-name='Combined Shape' d='M3,21a3,3,0,0,1-3-3V9H21v9a3,3,0,0,1-3,3ZM0,7.5V5.25a3,3,0,0,1,3-3h.75v3a.75.75,0,1,0,1.5,0v-3H3.75V.75a.75.75,0,1,1,1.5,0v1.5h10.5v3a.75.75,0,1,0,1.5,0v-3h-1.5V.75a.75.75,0,1,1,1.5,0v1.5H18a3,3,0,0,1,3,3V7.5Z' transform='translate(0 0)' fill='%23f39021'/%3E%3C/svg%3E%0A");
}
.icon-document {
    width: 22px;
    height: 30px;
}
.icon-document::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg id='ikone_doc' data-name='ikone / doc' xmlns='http://www.w3.org/2000/svg' width='21' height='30' viewBox='0 0 21 30'%3E%3Crect id='ikone_doc_background' data-name='ikone / doc background' width='21' height='30' fill='none'/%3E%3Cpath id='Combined_Shape' data-name='Combined Shape' d='M1.05,30a1.036,1.036,0,0,1-.761-.295A1.081,1.081,0,0,1,0,28.929V1.071A1.081,1.081,0,0,1,.289.295,1.036,1.036,0,0,1,1.05,0H10.5a.625.625,0,0,1,.42.107c.1,0,.212.109.315.214h0l9.45,9.643c.1.105.21.214.21.321a.658.658,0,0,1,.105.429V28.929a1.081,1.081,0,0,1-.289.777A1.036,1.036,0,0,1,19.95,30ZM2.1,27.857H18.9V11.786H10.5a1.036,1.036,0,0,1-.761-.295,1.081,1.081,0,0,1-.289-.777V2.143H2.1ZM11.55,9.643h5.88l-5.88-6Zm-6.3,15a1.072,1.072,0,0,1,0-2.143h10.5a1.072,1.072,0,0,1,0,2.143Zm0-4.286a1.072,1.072,0,0,1,0-2.143h10.5a1.072,1.072,0,0,1,0,2.143Zm0-4.286a1.072,1.072,0,0,1,0-2.143h10.5a1.072,1.072,0,0,1,0,2.143Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg id='ikone_doc' data-name='ikone / doc' xmlns='http://www.w3.org/2000/svg' width='21' height='30' viewBox='0 0 21 30'%3E%3Crect id='ikone_doc_background' data-name='ikone / doc background' width='21' height='30' fill='none'/%3E%3Cpath id='Combined_Shape' data-name='Combined Shape' d='M1.05,30a1.036,1.036,0,0,1-.761-.295A1.081,1.081,0,0,1,0,28.929V1.071A1.081,1.081,0,0,1,.289.295,1.036,1.036,0,0,1,1.05,0H10.5a.625.625,0,0,1,.42.107c.1,0,.212.109.315.214h0l9.45,9.643c.1.105.21.214.21.321a.658.658,0,0,1,.105.429V28.929a1.081,1.081,0,0,1-.289.777A1.036,1.036,0,0,1,19.95,30ZM2.1,27.857H18.9V11.786H10.5a1.036,1.036,0,0,1-.761-.295,1.081,1.081,0,0,1-.289-.777V2.143H2.1ZM11.55,9.643h5.88l-5.88-6Zm-6.3,15a1.072,1.072,0,0,1,0-2.143h10.5a1.072,1.072,0,0,1,0,2.143Zm0-4.286a1.072,1.072,0,0,1,0-2.143h10.5a1.072,1.072,0,0,1,0,2.143Zm0-4.286a1.072,1.072,0,0,1,0-2.143h10.5a1.072,1.072,0,0,1,0,2.143Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
/* stylelint-disable */
/* stylelint-enable */
.mod-input {
    margin-bottom: 16px;
    width: 100%;
    max-width: 680px;
    position: relative;
    color: #111111;
    font-size: 16px;
}
.mod-input ::-webkit-input-placeholder {
    color: #808080;
    opacity: 1;
}
.mod-input :-ms-input-placeholder {
    color: #808080;
    opacity: 1;
}
.mod-input ::placeholder {
    color: #808080;
    opacity: 1;
}
.mod-input__label {
    position: relative;
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
}
.mod-input__field {
    position: relative;
    width: 100%;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    outline: none;
    z-index: 1;
    padding: 12px 20px;
    transition: border-color 0.3s ease;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .mod-input__field {
        height: 50px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .mod-input__field {
        height: 45px;
        padding: 8px 12px;
    }
}
.mod-input__field:focus {
    border-color: #000;
}
.is-validation-failed .mod-input__field, .mod-input__field.is-validation-failed {
    color: #d80000;
    border-color: #d80000;
}
.mod-input textarea {
    resize: none;
    height: 185px;
}
.mod-input .icon {
    position: absolute;
    top: 18px;
    right: 22px;
    z-index: 4;
    pointer-events: none;
}
@media only screen and (max-width: 767px) {
    .mod-input .icon {
        top: 12px;
        right: 16px;
    }
}
.mod-input .icon::before {
    background-color: #d11d17;
}
.mod-input__inner {
    position: relative;
}
.mod-input--textarea {
    height: auto;
}
@media only screen and (min-width: 1023.8px) {
    .mod-input--textarea .mod-input__field {
        padding: 20px;
    }
}
.mod-input--has-icon .mod-input__field {
    padding-right: 50px;
}
.mod-input.is-validation-failed {
    margin-bottom: 38px;
    color: #d80000;
}
.mod-input.is-disabled .mod-input__field {
    pointer-events: none;
    opacity: 0.5;
    background-color: rgba(0, 0, 0, 0.05);
}

.validation-message {
    display: none;
    color: #d80000;
    position: relative;
    padding: 0 15px;
    font-size: 12px;
    margin-top: 5px;
    text-align: right;
}
.is-validation-failed .validation-message {
    display: block;
}
/* stylelint-disable */
.mod-link--down .mod-link__text {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .mod-link--down .mod-link__text {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .mod-link--down .mod-link__text {
        font-size: 16px;
    }
}

/* stylelint-enable */
.mod-link {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 20px;
    grid-gap: 20px;
    align-items: center;
    border-top: 1px solid #e6e6e6;
    padding-top: 40px;
    text-transform: uppercase;
    color: #ccc;
    transition: color 0.3s ease;
}
@media only screen and (max-width: 1199px) {
    .mod-link {
        padding-top: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .mod-link {
        padding-top: 18px;
    }
}
.mod-link .icon {
    transition: transform 0.3s ease;
}
.mod-link .icon-chevron-down {
    width: 6px;
    height: 5px;
}
.mod-link .icon::before {
    background-color: #ee3129;
}
.mod-link__icon {
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #ee3129;
    border-radius: 100%;
    flex: 0 0 20px;
    transition: box-shadow 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}
.mod-link__icon::after, .mod-link__icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 2px;
    height: 8px;
    background-color: #ee3129;
    border-radius: 2px;
}
.mod-link__icon::after {
    width: 8px;
    height: 2px;
}
.mod-link:hover .mod-link__icon {
    transform: rotate(90deg);
    background-color: transparent;
}
.mod-link--default:hover {
    color: #d11d17;
}
.mod-link--white {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    transition: border-color 0.3s ease;
}
.mod-link--white .icon::before {
    background-color: #fff;
}
.mod-link--white .mod-link__icon {
    border-color: currentColor;
}
.mod-link--white .mod-link__icon::after, .mod-link--white .mod-link__icon::before {
    background-color: currentColor;
}
.mod-link--white:hover {
    border-color: currentColor;
}
.mod-link--down {
    display: inline-flex;
    grid-gap: 0;
    color: #84bc41;
    padding-top: 0;
    border: 0;
}
.mod-link--down .mod-link__icon {
    height: 18px;
    width: 18px;
    border-color: currentColor;
    flex: 0 0 18px;
}
.mod-link--down .mod-link__icon::after, .mod-link--down .mod-link__icon::before {
    display: none;
}
.mod-link--down .mod-link__text {
    padding-right: 18px;
}
.mod-link--down .icon::before {
    background-color: currentColor;
}
.mod-link--down:hover .mod-link__icon {
    background-color: currentColor;
    box-shadow: 0 0 0 2px rgba(132, 188, 65, 0.2);
    transform: rotate(0);
}
.mod-link--down:hover .mod-link__icon .icon::before {
    background-color: #fff;
}
.mod-link--red {
    color: #d11d17;
}
.mod-link--red:hover .mod-link__icon {
    box-shadow: 0 0 0 2px rgba(209, 29, 23, 0.2);
}
.mod-link--arrow {
    width: auto;
    color: #111111;
    padding: 0;
    text-transform: none;
    border: none;
    font-size: 16px;
    display: inline-grid;
    grid-gap: 8px;
}
.mod-link--arrow:hover {
    color: #111111;
}
.mod-link--arrow:hover .mod-link__icon {
    transform: translateX(5px);
    background-color: transparent;
}
.mod-link--arrow .mod-link__icon {
    border: none;
}
.mod-link--arrow .mod-link__icon::after, .mod-link--arrow .mod-link__icon::before {
    display: none;
}
.mod-link--arrow .mod-link__icon .icon:before {
    background-color: rgba(17, 17, 17, 0.44);
}
/* stylelint-disable */
/* stylelint-enable */
.margin {
    display: block;
    width: 100%;
}
.margin--240 {
    height: 240px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .margin--240 {
        height: 160px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .margin--240 {
        height: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--240 {
        height: 80px;
    }
}
.margin--200 {
    height: 200px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .margin--200 {
        height: 140px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .margin--200 {
        height: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--200 {
        height: 80px;
    }
}
.margin--180 {
    height: 180px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .margin--180 {
        height: 160px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .margin--180 {
        height: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--180 {
        height: 80px;
    }
}
.margin--160 {
    height: 160px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .margin--160 {
        height: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .margin--160 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--160 {
        height: 60px;
    }
}
.margin--120 {
    height: 120px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .margin--120 {
        height: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .margin--120 {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--120 {
        height: 40px;
    }
}
.margin--100 {
    height: 100px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .margin--100 {
        height: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .margin--100 {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--100 {
        height: 32px;
    }
}
.margin--80 {
    height: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .margin--80 {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--80 {
        height: 32px;
    }
}
.margin--70 {
    height: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .margin--70 {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--70 {
        height: 32px;
    }
}
.margin--60 {
    height: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .margin--60 {
        height: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--60 {
        height: 24px;
    }
}
.margin--50 {
    height: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .margin--50 {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--50 {
        height: 32px;
    }
}
.margin--40 {
    height: 40px;
}
@media only screen and (max-width: 767px) {
    .margin--40 {
        height: 24px;
    }
}
.margin--36 {
    height: 36px;
}
@media only screen and (max-width: 767px) {
    .margin--36 {
        height: 34px;
    }
}
.margin--32 {
    height: 32px;
}
@media only screen and (max-width: 767px) {
    .margin--32 {
        height: 24px;
    }
}
.margin--24 {
    height: 24px;
}
@media only screen and (max-width: 767px) {
    .margin--24 {
        height: 20px;
    }
}
.margin--20 {
    height: 20px;
}
.margin--16 {
    height: 16px;
}
.margin--12 {
    height: 12px;
}
.margin--8 {
    height: 8px;
}
/* stylelint-disable */
/* stylelint-enable */
.radio-button {
    user-select: none;
    font-size: 16px;
    line-height: 1.5;
}
.radio-button__label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    min-height: 18px;
    align-items: center;
}
.radio-button__label::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #d11d17;
    background-color: #fff;
    border-radius: 100%;
    left: 0;
    top: 2px;
    transition: background-color 0.3s ease;
}
.radio-button__label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 7px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
    transition: transform 0.3s ease;
    transform: scale(0);
}
.radio-button a {
    border: 0;
    text-decoration: underline;
}
.radio-button input:checked + .radio-button__label::before {
    background-color: #d11d17;
}
.radio-button input:checked + .radio-button__label::after {
    transform: scale(1);
}
.radio-button input:focus ~ label::before {
    background-color: #d11d17;
}
.radio-button input:focus ~ label::after {
    transform: scale(1);
}
.is-validation-failed .radio-button, .radio-button.is-validation-failed {
    color: #d80000;
}
.is-validation-failed .radio-button .radio-button__label::before, .radio-button.is-validation-failed .radio-button__label::before {
    border-color: #d80000;
}
/* stylelint-disable */
.title--h6, .title--h5, .title--h4, .title--h3, .title--h2, .title--h1 {
    font-weight: 500;
}
.title--h6 strong, .title--h5 strong, .title--h4 strong, .title--h3 strong, .title--h2 strong, .title--h1 strong {
    font-weight: 700;
}

.title--h1 {
    font-size: 84px;
    line-height: 1.12;
}
@media only screen and (max-width: 1439px) {
    .title--h1 {
        font-size: 74px;
    }
}
@media only screen and (max-width: 1199px) {
    .title--h1 {
        font-size: 62px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .title--h1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h1 {
        font-size: 40px;
    }
}

.title--h2 {
    font-size: 50px;
    line-height: 1.18;
}
@media only screen and (max-width: 1439px) {
    .title--h2 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .title--h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h2 {
        font-size: 32px;
    }
}

.title--h3 {
    font-size: 42px;
    line-height: 1.3;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .title--h3 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .title--h3 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h3 {
        font-size: 28px;
    }
}

.title--h4 {
    font-size: 28px;
    line-height: 1.38;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .title--h4 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .title--h4 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h4 {
        font-size: 22px;
    }
}

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

.title--h6 {
    font-size: 18px;
    line-height: 1.78;
}

/* stylelint-enable */
/* stylelint-disable */
.address-card .title {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .address-card .title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .address-card .title {
        font-size: 16px;
    }
}

.address-card {
    font-size: 16px;
    line-height: 1.5;
}

/* stylelint-enable */
.address-card {
    max-width: 920px;
    width: 100%;
    padding: 32px;
    background-color: #fafafa;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr 29% 14%;
    grid-gap: 40px;
}
@media only screen and (max-width: 1439px) {
    .address-card {
        grid-template-columns: 1fr 1fr 28% 1fr;
    }
}
@media only screen and (max-width: 1199px) {
    .address-card {
        padding: 20px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .address-card {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .address-card {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.address-card .editor-text a {
    text-decoration: none;
    color: #d11d17;
}
.address-card__location {
    text-align: left;
}
.address-card__location * {
    pointer-events: none;
}
.address-card__link {
    color: #d11d17;
    position: relative;
}
.address-card__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 2px;
    background-color: #d11d17;
    transition: opacity 0.3s ease;
}
.address-card__link:hover::after {
    opacity: 1;
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.architecture-card {
    max-width: 320px;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
}
@media only screen and (max-width: 767px) {
    .architecture-card {
        max-width: 100%;
    }
}
.architecture-card .title {
    padding: 40px 40px 18px;
    background-color: #d11d17;
    color: #fff;
    min-height: 148px;
}
@media only screen and (max-width: 1199px) {
    .architecture-card .title {
        min-height: 100px;
        padding: 24px 28px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .architecture-card .title {
        min-height: 1px;
    }
}
@media only screen and (max-width: 767px) {
    .architecture-card .title {
        padding: 18px 24px;
    }
}
.architecture-card__content, .architecture-card__btn {
    padding: 30px 40px;
}
@media only screen and (max-width: 1022.8px) {
    .architecture-card__content, .architecture-card__btn {
        padding: 24px 28px;
    }
}
@media only screen and (max-width: 767px) {
    .architecture-card__content, .architecture-card__btn {
        padding: 24px;
    }
}
.architecture-card__btn {
    padding-top: 0;
    margin-top: auto;
}
.architecture-card .editor-text ul {
    padding: 0;
}
.architecture-card .editor-text ul li + li {
    margin-top: 8px;
}
.architecture-card .editor-text p {
    margin-bottom: 12px;
}

/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.arrow-link {
    margin-top: -1px;
    max-width: 440px;
    width: 100%;
    padding: 34px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 1022.8px) {
    .arrow-link {
        padding: 24px 0;
    }
}
@media only screen and (max-width: 767px) {
    .arrow-link {
        padding: 18px 0;
    }
}
.arrow-link .title {
    font-weight: 400;
    padding-right: 10px;
    transition: color 0.3s ease;
}
.arrow-link .icon {
    flex: 0 0 20px;
    transition: transform 0.3s ease;
}
.arrow-link:hover .title {
    color: #d11d17;
}
.arrow-link:hover .icon {
    transform: translateX(4px);
}
/* stylelint-disable */
/* stylelint-enable */
.article-nav {
    width: 100%;
}
.article-nav__inner {
    padding: 64px 80px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
    border-radius: 32px;
}
@media only screen and (max-width: 1199px) {
    .article-nav__inner {
        padding: 30px 40px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .article-nav__inner {
        padding: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .article-nav__inner {
        display: block;
        border-radius: 16px;
    }
}
.article-nav__arrow {
    height: 80px;
    width: 80px;
    border: 2px solid #84bc41;
    border-radius: 100%;
    flex: 0 0 100%;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
@media only screen and (max-width: 1022.8px) {
    .article-nav__arrow {
        height: 60px;
        width: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .article-nav__arrow {
        height: 50px;
        width: 50px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .article-nav__arrow .icon {
        width: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .article-nav__arrow .icon {
        width: 20px;
    }
}
.article-nav__left, .article-nav__right {
    display: grid;
    grid-gap: 32px;
    align-items: center;
    max-width: 260px;
    width: 100%;
}
@media only screen and (max-width: 1022.8px) {
    .article-nav__left, .article-nav__right {
        grid-gap: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .article-nav__left, .article-nav__right {
        max-width: 100%;
    }
}
.article-nav__left:hover .article-nav__arrow, .article-nav__right:hover .article-nav__arrow {
    box-shadow: 0 0 0 4px rgba(132, 188, 65, 0.4);
    background-color: #84bc41;
}
.article-nav__left:hover .article-nav__arrow .icon::before, .article-nav__right:hover .article-nav__arrow .icon::before {
    background-color: #fff;
}
.article-nav__left {
    margin-right: auto;
    grid-template-columns: 80px 1fr;
}
@media only screen and (max-width: 1022.8px) {
    .article-nav__left {
        grid-template-columns: 60px 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .article-nav__left {
        grid-template-columns: 50px 1fr;
        margin-bottom: 24px;
        text-align: right;
    }
}
.article-nav__right {
    margin-left: auto;
    grid-template-columns: 1fr 80px;
}
@media only screen and (max-width: 1022.8px) {
    .article-nav__right {
        grid-template-columns: 1fr 60px;
    }
}
@media only screen and (max-width: 767px) {
    .article-nav__right {
        grid-template-columns: 1fr 50px;
    }
}
.article-nav__text {
    color: #84bc41;
}
.article-nav .title {
    font-weight: 400;
    line-height: 1.17;
}
/* stylelint-disable */
.awards__item {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

/* stylelint-enable */
.awards {
    width: 100%;
    padding-bottom: 23px;
}
.awards.gray-bg {
    background-color: #fafafa;
}
.awards__list {
    display: grid;
    justify-items: center;
    justify-content: center;
    grid-gap: 40px 160px;
    grid-template-columns: repeat(auto-fit, minmax(0, 100px));
}
@media only screen and (max-width: 1439px) {
    .awards__list {
        grid-gap: 40px 120px;
    }
}
@media only screen and (max-width: 1199px) {
    .awards__list {
        grid-template-columns: repeat(auto-fit, minmax(0, 90px));
        grid-gap: 20px 84px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .awards__list {
        grid-template-columns: repeat(auto-fit, minmax(0, 80px));
        grid-gap: 20px 45px;
    }
}
@media only screen and (max-width: 767px) {
    .awards__list {
        grid-template-columns: repeat(auto-fit, minmax(0, 60px));
        grid-gap: 20px 40px;
    }
}
.awards__item {
    width: 100%;
    height: 100px;
}
@media only screen and (max-width: 1199px) {
    .awards__item {
        max-width: 100%;
        height: 90px;
        margin: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .awards__item {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .awards__item {
        height: 60px;
    }
}
.awards__item:last-child {
    margin-right: 0;
}
.awards__item img {
    transition: transform 0.6s ease;
}
.awards__item:hover img {
    transform: scale(1.04);
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .awards .margin--70,
.awards .margin--60 {
        height: 40px;
    }
}
.awards .container .margin--120 {
    display: none;
}
/* stylelint-disable */
/* stylelint-enable */
.benefit-card {
    max-width: 560px;
    width: 100%;
    background-color: #fff;
    padding: 120px 40px 50px 144px;
    border-radius: 16px;
}
@media only screen and (max-width: 1439px) {
    .benefit-card {
        padding: 100px 40px 50px 124px;
    }
}
@media only screen and (max-width: 1199px) {
    .benefit-card {
        padding: 76px 32px 32px 90px;
        max-width: 480px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .benefit-card {
        padding: 70px 24px 24px 75px;
        max-width: 450px;
    }
}
@media only screen and (max-width: 767px) {
    .benefit-card {
        padding: 80px 24px 24px 24px;
        max-width: 100%;
    }
}
.benefit-card .icon {
    position: absolute;
    top: 40px;
    left: 40px;
}
@media only screen and (max-width: 1439px) {
    .benefit-card .icon {
        height: 70px;
        width: 70px;
    }
}
@media only screen and (max-width: 1199px) {
    .benefit-card .icon {
        top: 22px;
        left: 22px;
        height: 60px;
        width: 60px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .benefit-card .icon {
        top: 20px;
        left: 20px;
        height: 50px;
        width: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .benefit-card .icon {
        height: 40px;
        width: 40px;
    }
}
.benefit-card .title--h5 {
    min-height: 62px;
}
@media only screen and (max-width: 767px) {
    .benefit-card .title--h5 {
        min-height: 1px;
    }
}
.benefit-card .editor-text ul li {
    margin-bottom: 16px;
}
.benefit-card .editor-text ul li:last-child {
    margin-bottom: 0;
}
.benefit-card--secondary {
    padding: 56px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}
.benefit-card--secondary .title {
    text-transform: uppercase;
    width: 80%;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.52px;
    line-height: 1.31;
}
.benefit-card--secondary .editor-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.39;
}
.benefit-card--secondary .editor-text ul li {
    margin-bottom: 20px;
}
.benefit-card--secondary .editor-text ul li:last-child {
    margin-bottom: 0;
}
.benefit-card--secondary .editor-text ul li:before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.139' height='10.544' viewBox='0 0 14.139 10.544'%3E%3Cpath id='Icon_awesome-check' data-name='Icon awesome-check' d='M4.8,14.914l-4.6-4.6a.707.707,0,0,1,0-1l1-1a.707.707,0,0,1,1,0l3.1,3.1,6.63-6.63a.707.707,0,0,1,1,0l1,1a.707.707,0,0,1,0,1L5.8,14.914A.707.707,0,0,1,4.8,14.914Z' transform='translate(0 -4.577)' fill='%23CB544F'/%3E%3C/svg%3E%0A") no-repeat center/contain;
    width: 19px;
    height: 15px;
    top: 4px;
    border-radius: 0;
}
/* stylelint-disable */
/* stylelint-enable */
.blog-nav {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
    .blog-nav {
        flex-direction: column;
    }
}
.blog-nav__item {
    max-width: 560px;
    width: 100%;
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 320px;
}
@media only screen and (max-width: 1199px) {
    .blog-nav__item {
        max-width: 440px;
        grid-gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1022.8px) {
    .blog-nav__item {
        max-width: 340px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-nav__item {
        max-width: 100%;
        grid-template-columns: 1fr 160px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-nav__item-wrapper {
        padding-bottom: 32px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 32px;
    }
}
.blog-nav__item-date {
    margin-top: -6px;
}
.blog-nav__item-month {
    color: #666666;
    margin-bottom: 18px;
}
.blog-nav__item-image {
    position: relative;
    height: 0;
    padding-bottom: 66.25%;
    overflow: hidden;
    border-radius: 16px;
}
.blog-nav__item-image img {
    transition: transform 0.6s ease;
}
.blog-nav__item:hover img {
    transform: scale(1.08);
}
.blog-nav .margin {
    flex: auto;
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 440px;
    width: 100%;
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .card {
        max-width: 100%;
    }
}
.card .title {
    font-weight: 700;
}
.card__header {
    flex: auto;
}
.card__category {
    color: #666666;
    text-transform: uppercase;
}
.card__date {
    min-height: 68px;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .card__date {
        min-height: 65px;
    }
}
@media only screen and (max-width: 767px) {
    .card__date {
        min-height: 62px;
    }
}
.card__date-day {
    display: block;
    font-weight: 700;
}
.card__date-month {
    color: #666666;
}
.card__deadline {
    margin-top: 5px;
}
.card__deadline-date {
    color: #ee3129;
}
.card__image {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 67%;
    margin-bottom: 0;
    border-radius: 16px;
    overflow: hidden;
}
.card__image img {
    transition: transform 0.6s ease;
}
@media only screen and (max-width: 1022.8px) {
    .card .margin--24,
.card .margin--32 {
        height: 20px;
    }
}
.card:hover .card__image img {
    transform: scale(1.04);
}
.card--main {
    max-width: 100%;
    position: relative;
    color: #fff;
    overflow: hidden;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 32px;
}
@media only screen and (max-width: 767px) {
    .card--main {
        left: -20px;
        width: calc(100% + 40px);
        border-radius: 0;
        max-width: none !important;
    }
}
.card--main:hover .card__image {
    transform: scale(1.1);
}
.card--main .card__date-tags {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .card--main .card__date-tags {
        flex-direction: column;
        align-items: flex-start;
    }
}
.card--main .card__content {
    padding: 32px 40px 80px 40px;
    width: 100%;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .card--main .card__content {
        padding: 32px 20px 40px 20px;
    }
}
.card--main .card__image {
    position: absolute;
    height: 100%;
    padding-bottom: 0;
    object-fit: cover;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    transition: transform 0.6s ease;
}
.card--main .card__date {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.7;
    line-height: 1.91;
    min-height: 0;
    margin-right: 16px;
    flex-shrink: 0;
}
.card--main .card__tag {
    padding: 4px 12px;
    border-radius: 13px;
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    margin-right: 8px;
}
@media only screen and (max-width: 1199px) {
    .card--main .card__tag {
        top: 8px;
        left: 12px;
        font-size: 10px;
    }
}
.card--main .card__tag:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
.card--main .card__tags {
    display: flex;
    flex-wrap: wrap;
}
.card--main .title {
    font-size: 34px;
    line-height: 1.03;
    max-width: 70%;
    margin-bottom: 12px;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .card--main .title {
        max-width: 75%;
        font-size: 28px;
    }
}
.card--main .editor-text {
    font-size: 15px;
    max-width: 70%;
    line-height: 1.4;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .card--main .editor-text {
        max-width: 75%;
    }
}
.card--main .btn {
    color: #111111;
}
.card--main .btn .icon:before {
    background-color: rgba(17, 17, 17, 0.44);
}
.card--news {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 40px;
    max-width: 100%;
    min-height: 0 !important;
}
@media only screen and (max-width: 1022.8px) {
    .card--news {
        grid-template-columns: 160px 1fr;
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .card--news {
        grid-template-columns: auto;
        grid-gap: 20px;
    }
}
.card--news + .card--news {
    margin-top: 40px;
}
@media only screen and (max-width: 767px) {
    .card--news + .card--news {
        margin-top: 20px;
    }
}
.card--news:hover .card__content:before {
    width: 100%;
    background-color: #d11d17;
}
.card--news .card__date-tags {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .card--news .card__date-tags {
        flex-direction: column;
        align-items: flex-start;
    }
}
.card--news .card__image {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .card--news .card__image {
        height: 0;
        padding-bottom: 66%;
    }
}
.card--news .title {
    max-width: 80%;
    line-height: 1.08;
}
@media only screen and (max-width: 767px) {
    .card--news .title {
        max-width: 100%;
    }
}
.card--news .card__content {
    height: 100%;
    position: relative;
    display: grid;
    grid-template-columns: auto;
    grid-gap: 8px;
    padding-bottom: 12px;
    justify-items: start;
}
.card--news .card__content:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 152px;
    height: 1px;
    background-color: rgba(51, 51, 51, 0.12);
    transition: width 0.3s ease, background-color 0.3s ease;
}
.card--news .editor-text {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}
.card--news .card__date {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.7;
    line-height: 1.91;
    min-height: 0;
    margin-right: 16px;
    flex-shrink: 0;
}
.card--news .card__tag {
    padding: 4px 12px;
    border-radius: 13px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #111111;
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
    margin-right: 8px;
}
@media only screen and (max-width: 1199px) {
    .card--news .card__tag {
        top: 8px;
        left: 12px;
        font-size: 10px;
    }
}
.card--news .card__tag:hover {
    opacity: 0.7;
}
.card--news .card__tags {
    display: flex;
    flex-wrap: wrap;
}
.card--new {
    box-shadow: 0 -30px 50px rgba(0, 0, 0, 0.05);
    padding: 40px 40px 20px;
    max-width: 100%;
    border-radius: 16px;
}
@media only screen and (max-width: 1022.8px) {
    .card--new {
        padding: 32px 32px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .card--new {
        padding: 24px 24px 20px;
    }
}
.card--new .title {
    font-size: 30px;
}
.card--new .card__header {
    width: 100%;
    text-align: center;
}
.card--new .btn {
    transform: translateY(-50%);
    margin: 0 auto;
}
.card--new .card__image {
    padding-bottom: 60.35%;
    border-radius: 4px;
}

/* stylelint-enable */
/* stylelint-disable */
.category-filter::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
.category-filter {
    width: 100%;
    position: relative;
}
.category-filter::after {
    background-color: #fafafa;
    height: 62%;
    top: inherit;
    bottom: 0;
    z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .category-filter::after {
        height: 68%;
    }
}
.category-filter__inner {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    padding: 80px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    border-radius: 16px;
}
@media only screen and (max-width: 1439px) {
    .category-filter__inner {
        padding: 60px;
    }
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .category-filter__inner {
        padding: 45px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .category-filter__inner {
        padding: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .category-filter__inner {
        padding: 20px;
        flex-direction: column;
    }
}
.category-filter__dropdown {
    margin-right: 32px;
    width: 100%;
    max-width: 488px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .category-filter__dropdown {
        max-width: 368px;
        margin-right: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .category-filter__dropdown {
        margin-right: 20px;
        max-width: 385px;
    }
}
@media only screen and (max-width: 767px) {
    .category-filter__dropdown {
        max-width: 100%;
        margin: 0 0 10px;
    }
}
.category-filter__dropdown .dropdown__list {
    left: -30px;
    width: calc(100% + 60px);
    box-shadow: none;
}
@media only screen and (max-width: 1199px) {
    .category-filter__dropdown .dropdown__list {
        left: -25px;
        width: calc(100% + 50px);
    }
}
@media only screen and (max-width: 1022.8px) {
    .category-filter__dropdown .dropdown__list {
        left: -20px;
        width: calc(100% + 40px);
    }
}
.category-filter__dropdown .dropdown__list-option {
    padding: 18px 32px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .category-filter__dropdown .dropdown__list-option {
        padding: 10px 26px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .category-filter__dropdown .dropdown__list-option {
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .category-filter__dropdown .dropdown__list-option {
        padding: 7px 20px;
    }
}
.category-filter__text-left {
    margin-right: 32px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .category-filter__text-left {
        margin-right: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .category-filter__text-left {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .category-filter__text-left {
        margin: 0 0 10px;
    }
}
.category-filter__info-text {
    color: #808080;
}
/* stylelint-disable */
.advance-cookie-modal {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* stylelint-enable */
.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 28px 0;
    z-index: 998;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.3s ease;
    font-size: 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1022.8px) {
    .cookie-banner {
        padding: 18px 0;
    }
}
.cookie-banner.cookie-not-set {
    opacity: 1;
    visibility: visible;
}
.cookie-banner__text {
    padding-left: 24px;
    line-height: 1.5;
}
@media only screen and (max-width: 1199px) {
    .cookie-banner__text {
        padding: 0;
    }
}
.cookie-banner__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
    .cookie-banner__right {
        flex-direction: column;
        justify-content: center;
    }
}
.cookie-banner__inner {
    display: grid;
    grid-template-columns: 68% 1fr;
    grid-gap: 28px;
    align-items: center;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .cookie-banner__inner {
        grid-template-columns: 60% 1fr;
    }
}
@media only screen and (max-width: 1022.8px) {
    .cookie-banner__inner {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.cookie-banner__settings-link {
    position: relative;
    display: block;
    margin-right: 36px;
}
@media only screen and (max-width: 767px) {
    .cookie-banner__settings-link {
        margin: 0 0 20px;
    }
}
.cookie-banner__settings-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
    height: 2px;
    background-color: #d11d17;
    pointer-events: none;
    transition: width 0.3s ease;
}
.cookie-banner__settings-link:hover {
    color: #d11d17;
}
.cookie-banner__settings-link:hover::before {
    width: 100%;
}

.advance-cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 32px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow: auto;
}
.advance-cookie-modal.is-open-modal {
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-modal {
        padding: 20px;
    }
}
.advance-cookie-modal__inner {
    padding: 32px;
    background-color: #fff;
    max-width: 1020px;
    position: relative;
    width: 100%;
    margin: auto;
    transform: scale(0.5);
    opacity: 0.5;
    border-radius: 8px;
    will-change: opacity, transform;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
    transition: transform 0.5s ease, opacity 0.5s ease;
}
@media only screen and (max-width: 1022.8px) {
    .advance-cookie-modal__inner {
        max-width: 100%;
        padding: 20px;
    }
}
.is-open-modal .advance-cookie-modal__inner {
    opacity: 1;
    transform: scale(1);
}
.advance-cookie-modal .advance-cookie-banner__title {
    margin-bottom: 32px;
}
@media only screen and (max-width: 1022.8px) {
    .advance-cookie-modal .advance-cookie-banner__title {
        margin-bottom: 20px;
    }
}
.advance-cookie-modal .editor-text {
    letter-spacing: normal;
    line-height: normal;
}
.advance-cookie-modal .editor-text p {
    margin: 24px 0;
}
@media only screen and (max-width: 1022.8px) {
    .advance-cookie-modal .editor-text p {
        margin: 20px 0;
    }
}
.advance-cookie-modal .editor-text p:first-child {
    margin-top: 0;
}
.advance-cookie-modal .editor-text p:last-child {
    margin-bottom: 0;
}
.advance-cookie-modal .editor-text p a {
    letter-spacing: 0.2px;
    text-decoration: none;
}
.advance-cookie-modal .editor-text p a:hover {
    color: var(#d11d17);
}
.advance-cookie-modal__header {
    padding-bottom: 38px;
    border-bottom: 1px solid var(#d11d17);
}
@media only screen and (max-width: 1022.8px) {
    .advance-cookie-modal__header {
        padding-bottom: 20px;
    }
}
.advance-cookie-modal__header .btn {
    margin-top: 28px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-modal__header .btn {
        margin-top: 20px;
    }
}
.advance-cookie-modal__content {
    margin-top: 12px;
}
.advance-cookie-modal__footer {
    margin-top: 18px;
}
/* stylelint-disable */
/* stylelint-enable */
.cta {
    width: 100%;
    max-width: 804px;
    min-height: 142px;
    position: relative;
    border: 2px solid #d11d17;
    background-color: #fff;
    display: grid;
    grid-gap: 40px;
    padding: 32px 40px;
    grid-template-columns: 54% 1fr;
    border-radius: 16px;
}
@media only screen and (max-width: 1199px) {
    .cta {
        padding: 20px 40px;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .cta {
        padding: 20px;
    }
}
.cta .title {
    line-height: 1.58;
}
.cta__button {
    padding-top: 4px;
}
@media only screen and (min-width: 1023.8px) {
    .cta__button .btn {
        padding: 6px 28px;
    }
}
.cta__icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    border: 2px solid #d11d17;
    background-color: #fff;
    width: 86px;
    height: 86px;
    border-radius: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .cta__icon {
        width: 60px;
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .cta__icon {
        width: 50px;
        height: 50px;
        position: relative;
        top: 0;
        transform: translate(0, 0);
    }
}
.cta__icon .icon {
    height: 32px;
    width: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .cta__icon .icon {
        height: 26px;
        width: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .cta__icon .icon {
        width: 20px;
        height: 20px;
    }
}
.cta--secondary {
    max-width: 560px;
    padding: 40px;
    grid-template-columns: 1fr;
    grid-gap: 14px;
    justify-items: flex-start;
    min-height: 1px;
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1022.8px) {
    .cta--secondary {
        padding: 24px;
        border-radius: 20px;
    }
}
.cta--secondary .title {
    max-width: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .cta--secondary .title {
        max-width: 70%;
        width: 100%;
    }
}
.cta--large {
    max-width: 100%;
    align-items: center;
}
@media only screen and (min-width: 1200px) {
    .cta--large {
        padding: 85px 80px 85px 120px;
        grid-template-columns: 48% 1fr 240px;
        grid-gap: 25px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .cta--large {
        padding: 60px;
        grid-template-columns: 40% 1fr 240px;
    }
}
.cta--large .title {
    line-height: 1.12;
}
@media only screen and (min-width: 1200px) {
    .cta--large .cta__button {
        text-align: right;
    }
}
/* stylelint-disable */
/* stylelint-enable */
.date-picker {
    max-width: 282px;
    width: 100%;
    position: relative;
    user-select: none;
}
.date-picker .mod-input__inner {
    cursor: pointer;
}
.date-picker .datepicker-input.in-edit {
    border-color: #84bc41;
}
.date-picker .datepicker-input.in-edit:active,
.date-picker .datepicker-input.in-edit:focus {
    box-shadow: none;
}

.datepicker .datepicker-cell.day {
    border-radius: 100%;
}
.datepicker .datepicker-cell.range {
    background-color: rgba(250, 250, 250, 0.4);
}
.datepicker .datepicker-cell.day.focused {
    background-color: #d11d17;
    color: #fff;
}
.datepicker .datepicker-cell.month,
.datepicker .datepicker-cell.year {
    border-radius: 12px;
}
.datepicker .datepicker-cell.month.focused,
.datepicker .datepicker-cell.year.focused {
    background-color: #d11d17;
    color: #fff;
}
/* stylelint-disable */
/* stylelint-enable */
.download-card {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 23% 1fr;
    background-color: #fff;
    overflow: hidden;
    border-radius: 32px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .download-card {
        grid-template-columns: 32% 1fr;
    }
}
@media only screen and (max-width: 1022.8px) {
    .download-card {
        grid-template-columns: 40% 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .download-card {
        grid-template-columns: 1fr;
        border-radius: 16px;
    }
}
.download-card__image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .download-card__image {
        height: 0;
        padding-bottom: 73%;
    }
}
.download-card img {
    transition: transform 0.5s ease;
}
.download-card__content {
    display: grid;
    grid-template-columns: 68% 1fr;
    grid-gap: 60px;
    padding: 38px 40px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .download-card__content {
        grid-template-columns: 62% 1fr;
        grid-gap: 50px;
    }
}
@media only screen and (max-width: 1199px) {
    .download-card__content {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .download-card__content {
        grid-gap: 18px;
        padding: 24px;
    }
}
.download-card .btn {
    justify-self: center;
    align-self: center;
}
@media only screen and (max-width: 1199px) {
    .download-card .btn {
        justify-self: flex-start;
    }
}
.download-card:hover img {
    transform: scale(1.05);
}
.download-card--full-img img {
    height: auto;
    width: auto;
    max-height: 90%;
    max-width: 90%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 16px;
}
.download-card .modal {
    grid-template-columns: 1fr;
}
/* stylelint-disable */
/* stylelint-enable */
.download-link {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    background-color: #fafafa;
    padding: 28px 30px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
@media only screen and (max-width: 1022.8px) {
    .download-link {
        padding: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .download-link {
        padding: 18px;
    }
}
.download-link__text {
    flex: auto;
}
.download-link .icon {
    transition: transform 0.3s ease;
    flex: 0 0 18px;
    max-height: 18px;
    margin-left: 20px;
}
.download-link:hover .icon {
    transform: translateY(6px);
}
.download-link:hover .icon::before {
    background-color: #d11d17;
}
/* stylelint-disable */
/* stylelint-enable */
.dropdown-card {
    background-color: #fff;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    border-radius: 16px;
    display: block;
}
.dropdown-card.is-open {
    border-radius: 16px 16px 0 0;
}
.dropdown-card__header {
    min-height: 180px;
    display: grid;
    grid-template-columns: 180px 1fr;
    cursor: pointer;
}
@media only screen and (max-width: 1199px) {
    .dropdown-card__header {
        min-height: 120px;
        grid-template-columns: 120px 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .dropdown-card__header {
        min-height: 80px;
        grid-template-columns: 80px 1fr;
    }
}
.dropdown-card__header:hover img {
    transform: scale(1.1);
}
.dropdown-card__titles {
    border-left: 1px solid #f2f2f2;
    padding: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 24px;
    line-height: 1.38;
}
@media only screen and (max-width: 1199px) {
    .dropdown-card__titles {
        padding: 20px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .dropdown-card__titles {
        font-size: 16px;
        padding: 16px;
    }
}
.dropdown-card__title {
    font-weight: 700;
    line-height: normal;
}
.dropdown-card__btn {
    display: flex;
    align-items: center;
}
.dropdown-card__btn .icon {
    margin-left: 12px;
    width: 11px;
    height: 9px;
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .dropdown-card__btn .icon {
        margin-left: 8px;
    }
}
.dropdown-card__btn .icon:before {
    background-color: #d11d17;
}
.dropdown-card__text {
    max-height: 180px;
    background-color: #f2f2f2;
    padding: 28px 40px;
    overflow: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    will-change: height, padding;
    display: none;
    box-shadow: -12px 14px 40px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 16px 16px;
}
@media only screen and (max-width: 1199px) {
    .dropdown-card__text {
        padding: 12px 24px;
        max-height: 140px;
    }
}
@media only screen and (max-width: 767px) {
    .dropdown-card__text {
        padding: 10px 16px;
    }
}
.dropdown-card__text .editor-text {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.6;
}
@media only screen and (max-width: 1199px) {
    .dropdown-card__text .editor-text {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .dropdown-card__text .editor-text {
        font-size: 13px;
    }
}
.dropdown-card__img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dropdown-card__img img {
    max-width: 66%;
    max-height: 66%;
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .dropdown-card__img img {
        max-width: 80%;
        max-height: 80%;
    }
}
.dropdown-card.is-open {
    z-index: 1;
}
.dropdown-card.is-open .icon {
    transform: rotate(180deg);
}
.dropdown-card.is-open img {
    transform: scale(1.1);
}
/* stylelint-disable */
/* stylelint-enable */
.video {
    position: relative;
    cursor: pointer;
    width: 100%;
    padding-bottom: 56.2%;
    background-color: #fafafa;
    overflow: hidden;
    border-radius: 32px;
}
@media only screen and (max-width: 767px) {
    .video {
        border-radius: 16px;
    }
}
.video__image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.4s ease;
}
.video__poster {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video__play-button {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 5;
    color: #fff;
}
.video__play-button .icon::before {
    background-color: #d11d17;
}
.video .hide-on-play {
    transition: transform 0.3s ease, opacity 0.3s ease, color 0.3s ease;
    -webkit-transition: transform 0.3s ease, opacity 0.3s ease, color 0.3s ease;
}
.video__iframe {
    height: 100%;
    width: 100%;
}
.video__iframe-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.video:hover .video__image {
    transform: scale(1.02);
}
.video.is-playing .hide-on-play {
    opacity: 0;
    pointer-events: none;
}
/* stylelint-disable */
.filter::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.filter .mod-input label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}

.filter .mod-input {
    font-size: 18px;
    line-height: 1.5;
}

/* stylelint-enable */
.filter {
    width: 100%;
    position: relative;
    background-color: #fafafa;
}
.filter::after {
    height: 20%;
    z-index: 1;
    background-color: #fff;
}
.filter-by {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    margin-right: 40px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
@media only screen and (max-width: 1199px) {
    .filter-by {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .filter-by {
        font-size: 12px;
        padding-top: 12px;
    }
}
.filter__inner {
    position: relative;
    z-index: 4;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    padding: 0 38px 0 4px;
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
}
@media only screen and (max-width: 1439px) {
    .filter__inner {
        padding-right: 20px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .filter__inner {
        flex-direction: column;
        padding: 0;
    }
}
.filter__items {
    display: flex;
    justify-self: flex-start;
}
@media only screen and (max-width: 767px) {
    .filter__items {
        flex-direction: column;
    }
}
.filter .dropdown {
    border-right: 1px solid #ccc;
    max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .filter .dropdown:first-child:nth-last-child(1), .filter .dropdown:first-child:nth-last-child(1) ~ .dropdown {
        max-width: calc(100% / 1);
    }
    .filter .dropdown:first-child:nth-last-child(2), .filter .dropdown:first-child:nth-last-child(2) ~ .dropdown {
        max-width: calc(100% / 2);
    }
    .filter .dropdown:first-child:nth-last-child(3), .filter .dropdown:first-child:nth-last-child(3) ~ .dropdown {
        max-width: calc(100% / 3);
    }
    .filter .dropdown:first-child:nth-last-child(4), .filter .dropdown:first-child:nth-last-child(4) ~ .dropdown {
        max-width: calc(100% / 4);
    }
}
@media only screen and (max-width: 767px) {
    .filter .dropdown {
        max-width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ccc;
    }
}
@media only screen and (max-width: 1022.8px) {
    .filter .dropdown:last-child {
        border: 0;
    }
}
.filter__search {
    display: grid;
    grid-template-columns: 32px 1fr;
    grid-gap: 15px;
    align-items: center;
}
@media only screen and (max-width: 1199px) {
    .filter__search {
        grid-template-columns: 26px 1fr;
        grid-gap: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .filter__search {
        grid-template-columns: 24px 1fr;
    }
}
.filter__search-submit:hover .icon::before {
    background-color: #84bc41;
}
@media only screen and (max-width: 1199px) {
    .filter__search .icon {
        width: 26px;
        height: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .filter__search .icon {
        width: 24px;
        height: 24px;
    }
}
.filter__search-wrapper {
    flex: 0 0 255px;
    max-width: 255px;
    width: 100%;
    margin-left: 20px;
    align-self: center;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .filter__search-wrapper {
        flex: 0 0 245px;
        max-width: 245px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .filter__search-wrapper {
        flex: auto;
        max-width: 100%;
        padding: 20px;
        margin: 0;
        align-self: flex-start;
        border-top: 1px solid #ccc;
    }
}
@media only screen and (max-width: 767px) {
    .filter__search-wrapper {
        padding: 15px 20px;
    }
}
.filter .mod-input {
    margin-bottom: 0;
}
.filter .mod-input ::-webkit-input-placeholder {
    color: #111111;
    opacity: 1;
}
.filter .mod-input :-ms-input-placeholder {
    color: #111111;
    opacity: 1;
}
.filter .mod-input ::placeholder {
    color: #111111;
    opacity: 1;
}
@media only screen and (max-width: 1022.8px) {
    .filter .mod-input {
        max-width: 100%;
    }
}
.filter .mod-input__field {
    border-width: 0 0 1px 0;
    border-color: transparent;
    padding: 0;
    height: auto;
    background-color: transparent;
    border-radius: 0;
}
.filter .mod-input__field:focus {
    border-color: #d11d17;
}
.filter__info-text {
    color: #808080;
}
.filter--secondary {
    background-color: #fff;
}
.filter--secondary::after {
    display: none;
}
.filter--secondary .dropdown {
    border: none;
    font-size: 16px;
}
.filter--secondary .dropdown__placeholder {
    padding: 20px;
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .filter--secondary .dropdown__placeholder {
        padding: 16px 0;
        font-size: 14px;
    }
}
.filter--secondary .dropdown__placeholder .icon {
    width: 10px;
    height: 6px;
    margin-left: 8px;
}
.filter--secondary .dropdown__placeholder-show {
    font-size: 9px;
    font-weight: 400;
    position: absolute;
    top: 10px;
    left: 20px;
}
@media only screen and (max-width: 767px) {
    .filter--secondary .dropdown__placeholder-show {
        top: 8px;
        left: 0;
    }
}
.filter--secondary .dropdown__list {
    font-size: 14px;
}
.filter--secondary .dropdown__list-option {
    padding: 8px 12px;
}
.filter--secondary .filter__inner {
    padding: 0;
    min-height: 88px;
    box-shadow: none;
}
.filter--secondary .filter__items {
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .filter--secondary .filter__items {
        align-items: inherit;
    }
}
.filter--secondary .filter__search {
    grid-template-columns: 1fr 32px;
    grid-gap: 20px;
}
.filter--secondary .filter__search-wrapper {
    max-width: 560px;
    flex: 0 0 560px;
    flex-shrink: 1;
}
@media only screen and (max-width: 1022.8px) {
    .filter--secondary .filter__search-wrapper {
        max-width: 100%;
        flex: 0;
        padding: 12px 0;
    }
}
.filter--secondary .filter__search .mod-input {
    order: 1;
    font-size: 14px;
    line-height: 1.43;
    color: #666666;
    max-width: 100%;
}
.filter--secondary .filter__search .mod-input__field {
    width: 100%;
    height: 48px;
    border-radius: 31px;
    border: 1px solid rgba(112, 112, 112, 0.16);
    padding: 0 20px;
}
.filter--secondary .filter__search-submit {
    order: 2;
}
.filter--secondary .filter__search-submit .icon {
    width: 21px;
    height: 22px;
}
.filter--secondary .filter__search-submit .icon:before {
    background-color: #111111;
}
/* stylelint-disable */
.hamburger-menu .social-nav .title {
    font-weight: 500;
}
.hamburger-menu .social-nav .title strong {
    font-weight: 700;
}

/* stylelint-enable */
/* stylelint-disable */
.hamburger-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 168px 0 40px;
    color: #fff;
    background-color: #d11d17;
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    z-index: 12;
    overflow: auto;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media only screen and (min-width: 1023.8px) {
    .hamburger-menu {
        scrollbar-track-color: rgba(255, 255, 255, 0.4);
        scrollbar-face-color: rgba(255, 255, 255, 0.4);
        scrollbar-arrow-color: rgba(255, 255, 255, 0.4);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .hamburger-menu::-webkit-scrollbar {
        width: 6px;
    }
    .hamburger-menu ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.4);
    }
    .hamburger-menu ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 255, 255, 0.4);
    }
    .hamburger-menu::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.4);
        width: 6px;
        border-radius: 0;
    }
    .hamburger-menu::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.4);
    }
    .hamburger-menu ::-webkit-scrollbar {
        width: 6px;
    }
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .hamburger-menu {
        padding: 120px 0 40px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .hamburger-menu {
        padding: 100px 0 40px;
    }
}
.is-open-mega-menu .hamburger-menu, .hamburger-menu.is-open-mega-menu {
    visibility: visible;
    opacity: 1;
}
.hamburger-menu .icon::before {
    background-color: currentColor;
}
.hamburger-menu__item {
    position: relative;
}
@media only screen and (max-width: 1022.8px) {
    .hamburger-menu__item.level-1 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
}
.hamburger-menu__item.level-1 + .level-1 {
    margin-top: 32px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .hamburger-menu__item.level-1 + .level-1 {
        margin-top: 12px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .hamburger-menu__item.level-1 + .level-1 {
        margin-top: 0;
    }
}
.hamburger-menu__item.level-1.is-open-submenu .hamburger-menu__dropdown.level-1 {
    display: block;
}
.hamburger-menu__item.level-1.is-open-submenu .hamburger-menu__arrow.level-1 {
    transform: scaleY(-1);
}
.hamburger-menu__item.level-2.is-open-submenu .hamburger-menu__dropdown.level-2 {
    display: block;
}
.hamburger-menu__item.level-2.is-open-submenu .hamburger-menu__arrow.level-2 {
    transform: scaleY(-1);
}
.hamburger-menu__arrow {
    display: none;
}
@media only screen and (max-width: 1022.8px) {
    .hamburger-menu__arrow {
        position: absolute;
        right: 0;
        transition: transform 0.3s ease;
        width: 50px;
        height: 64px;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        top: 0;
    }
}
.hamburger-menu__arrow i {
    transition: transform 0.3s ease;
    width: 22px;
    height: 10px;
}
.hamburger-menu__arrow i::before {
    background-color: currentColor;
}
.hamburger-menu__arrow.level-2 {
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
    width: 50px;
    height: 28px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 0;
}
.hamburger-menu .social-nav {
    margin-bottom: 32px;
}
@media only screen and (max-width: 1022.8px) {
    .hamburger-menu .social-nav {
        margin-top: 32px;
    }
}
.hamburger-menu .social-nav .title {
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 28px;
}
@media only screen and (max-width: 1199px) {
    .hamburger-menu .social-nav .title {
        font-size: 20px;
        margin-bottom: 12px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .hamburger-menu__inner {
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
}
@media only screen and (min-width: 1023.8px) {
    .hamburger-menu__link:not(.without-link) {
        background: linear-gradient(#fff, #fff) left bottom no-repeat;
        background-size: 0% 1px;
        transition: all 0.5s ease;
    }
    .hamburger-menu__link:not(.without-link):hover {
        background-size: 100% 1px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .hamburger-menu__link.level-1 {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4;
        padding: 18px 0;
        display: block;
    }
}
.hamburger-menu__link.without-link + .hamburger-menu__arrow {
    width: 100%;
}
@media only screen and (min-width: 1023.8px) {
    .hamburger-menu__dropdown {
        display: block;
    }
}
@media only screen and (max-width: 1022.8px) {
    .hamburger-menu__dropdown {
        display: none;
    }
}
.hamburger-menu__dropdown ul {
    margin-top: 12px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .hamburger-menu__dropdown ul {
        margin-top: 4px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .hamburger-menu__dropdown ul {
        margin-top: 0;
        padding: 0 0 20px;
        display: grid;
        grid-gap: 8px;
    }
}
.hamburger-menu__dropdown.level-2 {
    display: none;
}
.hamburger-menu__dropdown.level-2 ul {
    margin-top: 0;
    margin-bottom: 16px;
}
@media only screen and (max-width: 1022.8px) {
    .hamburger-menu__dropdown.level-2 ul {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 12px;
    }
}

/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.header-search {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 101;
    will-change: opacity;
    transition: opacity 0.3s ease;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
}
.is-open-search .header-search {
    opacity: 1;
    pointer-events: all;
}
@media only screen and (max-width: 1022.8px) {
    .header-search .container {
        max-width: 100%;
    }
}
.header-search__form {
    position: relative;
}
.header-search__form ::-webkit-input-placeholder {
    color: #111111;
    opacity: 1;
}
.header-search__form :-ms-input-placeholder {
    color: #111111;
    opacity: 1;
}
.header-search__form ::placeholder {
    color: #111111;
    opacity: 1;
}
.header-search__input-field {
    box-shadow: none;
    outline: none;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 0;
    border-radius: 60px;
    font-size: 16px;
    padding: 5px 60px 5px 20px;
    color: #111111;
}
.header-search__submit {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(270deg, #d11d17 0%, #ac1712 100%);
    transition: background-color 0.3s ease;
    border-radius: 100%;
}
.header-search__submit i {
    width: 20px;
    height: 20px;
}
.header-search__submit i::before {
    background-color: #fff;
}
.header-search__close {
    position: absolute;
    right: 34px;
    top: 32px;
    z-index: 3;
    border: 2px solid #fff;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .header-search__close {
        right: 14px;
        top: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .header-search__close {
        right: 20px;
        top: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .header-search__close {
        right: 18px;
        top: 15px;
        border-width: 1px;
    }
}
.header-search__close:hover {
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.header-search__close:hover .icon::before {
    background-color: #ee3129;
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.hover-card {
    width: 100%;
    position: relative;
    height: 360px;
}
.hover-card:hover .hover-card__image img {
    transform: scale(1.1);
}
.hover-card:hover .hover-card__content {
    height: calc(100% - 40px);
    background-color: #fff;
}
@media only screen and (max-width: 767px) {
    .hover-card:hover .hover-card__content {
        height: calc(100% - 22px);
    }
}
.hover-card:hover .hover-card__text::-webkit-scrollbar {
    width: 5px;
}
.hover-card:hover .hover-card__text,
.hover-card:hover .hover-card__subtitle {
    transition: opacity 0.3s ease-in-out 0.2s;
    opacity: 1;
}
.hover-card:hover:before {
    opacity: 1;
}
.hover-card:hover .icon {
    transform: rotate(180deg);
    opacity: 0.4;
}
.hover-card:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    pointer-events: none;
    transition: opacity 0.4s ease;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 16px;
}
.hover-card__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.hover-card__image {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.hover-card__image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
}
.hover-card__content {
    background-color: rgba(255, 255, 255, 0.69);
    backdrop-filter: blur(10px);
    position: absolute;
    left: 22px;
    bottom: 0;
    padding: 27px;
    padding-bottom: 40px;
    width: calc(100% - 44px);
    z-index: 4;
    overflow: hidden;
    transition: height 0.4s ease, background-color 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 128px;
    border-radius: 8px 8px 0 0;
}
@media only screen and (max-width: 1199px) {
    .hover-card__content {
        height: 152px;
        padding: 24px 36px 36px 24px;
    }
}
@media only screen and (max-width: 767px) {
    .hover-card__content {
        height: 112px;
        padding: 20px 36px 20px 20px;
    }
}
.hover-card__content h6 {
    font-size: 17px;
    font-weight: 100;
}
.hover-card__subtitle, .hover-card__text {
    margin-top: 8px;
}
.hover-card__subtitle .title {
    line-height: 1.2;
}
.hover-card .title {
    font-weight: 700;
}
.hover-card .title--h4 h4 {
    font-size: 24px;
}
.hover-card__text {
    overflow: auto;
    padding-right: 32px;
    scrollbar-width: thin;
    scrollbar-color: #d11d17 #e8e8e8;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.hover-card__text::-webkit-scrollbar {
    width: 0;
}
.hover-card__text::-webkit-scrollbar-track {
    background: #e8e8e8;
}
.hover-card__text::-webkit-scrollbar-thumb {
    background-color: #d11d17;
    border-radius: 6px;
}
.hover-card .icon {
    position: absolute;
    bottom: 12px;
    right: 22px;
    transform: rotate(0);
    width: 16px;
    height: 20px;
    transition: opacity 0.3s ease, transform 0.4s ease;
}
@media only screen and (max-width: 1199px) {
    .hover-card .icon {
        bottom: 20px;
        right: 16px;
    }
}

/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.icon-text {
    max-width: 800px;
    width: 100%;
    padding: 56px 40px 46px;
    background-color: #fff;
    display: flex;
    border-radius: 16px;
}
@media only screen and (max-width: 1199px) {
    .icon-text {
        padding: 40px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .icon-text {
        padding: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .icon-text {
        flex-direction: column;
    }
}
.icon-text.is-open .mod-link__icon {
    transform: rotate(180deg);
}
.icon-text.is-open .read-more {
    display: none;
}
.icon-text.is-open .read-less {
    display: block;
}
.icon-text .read-less {
    display: none;
}
.icon-text .mod-link__text {
    padding-right: 10px;
}
.icon-text .mod-link {
    cursor: pointer;
}
.icon-text__more-text {
    display: none;
}
.icon-text__image {
    flex: 0 0 80px;
    max-width: 80px;
    width: 100%;
    margin-right: 40px;
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .icon-text__image {
        margin-right: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .icon-text__image {
        margin: 0 0 10px;
        flex: auto;
    }
}
.icon-text__content {
    flex: auto;
}
/* stylelint-disable */
/* stylelint-enable */
.image-slider {
    max-width: 1042px;
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .image-slider {
        border-radius: 16px;
    }
}
@media only screen and (max-width: 1199px) {
    .image-slider {
        max-width: 100%;
    }
}
.image-slider__slide {
    position: relative;
    height: 0;
    padding-bottom: 62.5%;
}
.image-slider__nav {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 112px;
    width: 172px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 1199px) {
    .image-slider__nav {
        height: 80px;
        width: 142px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .image-slider__nav {
        height: 62px;
        width: 114px;
    }
}
@media only screen and (max-width: 767px) {
    .image-slider__nav {
        height: 44px;
        width: 90px;
    }
}
.image-slider .slider-arrow {
    height: 48px;
    width: 48px;
}
@media only screen and (max-width: 1022.8px) {
    .image-slider .slider-arrow {
        height: 34px;
        width: 34px;
    }
}
@media only screen and (max-width: 767px) {
    .image-slider .slider-arrow {
        height: 24px;
        width: 24px;
    }
}
@media only screen and (min-width: 768px) {
    .image-slider .slider-arrow .icon {
        width: 9px;
        height: 14px;
    }
}
.image-slider .arrow-right {
    margin-left: 12px;
}
.image-slider__init {
    position: relative;
}
/* stylelint-disable */
/* stylelint-enable */
.info-card {
    max-width: 560px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .info-card {
        max-width: 100%;
    }
}
.info-card__image {
    position: relative;
    height: 0;
    padding-bottom: 66.5%;
    margin-bottom: 0;
    border-radius: 16px;
}
.info-card__number {
    color: #666666;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
    .info-card__number {
        padding-bottom: 8px;
    }
}
.info-card .editor-text p:not(:last-child) {
    margin-bottom: 34px;
}
@media only screen and (max-width: 1022.8px) {
    .info-card .editor-text p:not(:last-child) {
        margin-bottom: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .info-card .editor-text p:not(:last-child) {
        margin-bottom: 10px;
    }
}
/* stylelint-disable */
/* stylelint-enable */
.language-menu {
    position: relative;
    justify-self: flex-end;
    margin-left: 38px;
    z-index: 9;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s ease, opacity 0.3s ease;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .language-menu {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .language-menu {
        margin-left: 0;
    }
}
.is-open-mega-menu .language-menu {
    opacity: 0;
    pointer-events: none;
}
.language-menu__placeholder {
    display: flex;
    cursor: pointer;
    align-items: center;
    transition: color 0.3s ease;
}
.language-menu__placeholder .icon {
    width: 10px;
    height: 6px;
    margin-left: 8px;
    transition: transform 0.3s ease;
}
@media (max-width: 370px) {
    .language-menu__placeholder .icon {
        margin-left: 4px;
    }
}
.language-menu__placeholder .icon::before {
    background-color: #ee3129;
}
.language-menu__dropdown {
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 9;
    width: 82px;
    padding-top: 8px;
    transform: translate(-50%, 0);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.language-menu__dropdown ul {
    width: 100%;
    padding: 8px 20px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    background-color: #fff;
}
.language-menu__dropdown-link {
    color: currentColor;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    padding: 2px 0;
    background: linear-gradient(#d11d17, #d11d17) left bottom no-repeat;
    background-size: 0% 1px;
    transition: all 0.5s ease;
}
.language-menu__dropdown-link.is-active, .language-menu__dropdown-link:hover {
    color: #d11d17;
    background-size: 100% 1px;
}
.language-menu:hover .language-menu__placeholder {
    color: #d11d17;
}
.language-menu:hover .language-menu__placeholder .icon {
    transform: scaleY(-1);
}
.language-menu:hover .language-menu__dropdown {
    visibility: visible;
    opacity: 1;
}
/* stylelint-disable */
/* stylelint-enable */
.menu {
    margin-right: 40px;
    transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .menu {
        margin-right: 30px;
    }
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .menu {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .menu {
        display: none;
    }
}
.is-open-mega-menu .menu {
    opacity: 0;
    pointer-events: none;
}
.menu ul {
    font-size: 0;
    line-height: 0;
}
.menu__item {
    position: relative;
    display: inline-block;
}
.menu__item.level-1 {
    margin-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .menu__item.level-1 {
        margin-left: 25px;
    }
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .menu__item.level-1 {
        margin-left: 15px;
    }
}
@media only screen and (min-width: 1023.8px) {
    .menu__item.level-2 {
        width: 100%;
        padding: 8px 0;
        white-space: nowrap;
    }
}
.menu__item.has-submenu > .menu__link {
    cursor: pointer;
    padding-right: 20px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .menu__item.has-submenu > .menu__link {
        padding-right: 14px;
    }
}
.menu__item:hover > .menu__link, .menu__item.is-active > .menu__link {
    color: #d11d17;
}
.menu__item:hover > .menu__link::before, .menu__item:hover > .menu__link::after, .menu__item.is-active > .menu__link::before, .menu__item.is-active > .menu__link::after {
    width: 100%;
    left: 0;
}
@media only screen and (min-width: 1023.8px) {
    .menu__item:hover > .megamenu {
        opacity: 1;
        visibility: visible;
    }
    .menu__item:hover > .menu__arrow {
        transform: scaleY(-1);
    }
}
.menu__link {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    display: block;
    position: relative;
    z-index: 9;
    transition: color 0.3s ease;
}
@media only screen and (min-width: 1023.8px) {
    .menu__link.level-1::before, .menu__link.level-1::after {
        content: "";
        position: absolute;
        bottom: -2px;
        width: 0;
        right: 0;
        height: 2px;
        background-color: #d11d17;
        pointer-events: none;
    }
    .menu__link.level-1::before {
        transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
    }
    .menu__link.level-1::after {
        transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    }
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .menu__link.level-1 {
        font-size: 15px;
    }
}
.menu__arrow {
    position: absolute;
    right: 0;
    z-index: 9;
    top: 10px;
    pointer-events: none;
    transition: transform 0.3s ease;
}
.menu__arrow i {
    width: 10px;
    height: 6px;
    transition: transform 0.3s ease;
}
.menu__arrow i::before {
    background-color: #ee3129;
}

.megamenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 3;
    max-height: 100%;
    overflow: auto;
    padding: 160px 0 40px;
    border-bottom: 4px solid #808080;
    box-shadow: 0 24px 24px rgba(0, 0, 0, 0.16);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    scrollbar-track-color: rgba(209, 29, 23, 0.2);
    scrollbar-face-color: rgba(209, 29, 23, 0.2);
    scrollbar-arrow-color: rgba(209, 29, 23, 0.2);
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}
.megamenu::-webkit-scrollbar {
    width: 0;
}
.megamenu ::-webkit-scrollbar-track {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(209, 29, 23, 0.2);
}
.megamenu ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(209, 29, 23, 0.2);
}
.megamenu::-webkit-scrollbar-thumb {
    background: rgba(209, 29, 23, 0.2);
    width: 0;
    border-radius: 0;
}
.megamenu::-webkit-scrollbar-thumb:hover {
    background: rgba(209, 29, 23, 0.2);
}
.megamenu ::-webkit-scrollbar {
    width: 0;
}
@media screen and (max-height: 1000px) {
    .megamenu {
        padding: 120px 0 20px;
    }
    .megamenu .megamenu__row {
        grid-gap: 20px;
    }
    .megamenu .megamenu__link-inner .megamenu__link-title {
        font-size: 18px;
    }
    .megamenu .megamenu__link-inner .icon {
        bottom: 4px;
    }
    .megamenu .megamenu__link.level-1 {
        padding-bottom: 12px;
    }
    .megamenu .megamenu__dropdown ul {
        padding: 12px 0;
        grid-gap: 2px;
    }
    .megamenu .megamenu__link.level-2 {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .megamenu {
        padding: 120px 0 24px;
    }
}
.megamenu__row {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1199px) {
    .megamenu__row {
        grid-gap: 30px;
    }
}
.megamenu__row--four-col {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.megamenu__item:not(.has-submenu) > .megamenu__link {
    flex: auto;
}
.megamenu__item:hover > .megamenu__link {
    color: #d11d17;
}
.megamenu__item:hover > .megamenu__link::after {
    width: 100%;
}
.megamenu__link-inner {
    position: relative;
    padding-right: 50px;
}
.megamenu__link-inner .icon {
    position: absolute;
    bottom: 8px;
    right: 0;
}
@media only screen and (max-width: 1199px) {
    .megamenu__link-inner .icon {
        bottom: 4px;
    }
}
.megamenu__link-inner .icon::before {
    background-color: #d11d17;
}
.megamenu__link-text {
    color: #666666;
    margin-top: 20px;
    padding-right: 20px;
}
.megamenu__link.level-1 {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: -1px;
}
.megamenu__link.level-1::after, .megamenu__link.level-1::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    transition: width 0.3s ease;
}
.megamenu__link.level-1::before {
    background-color: #ccc;
}
.megamenu__link.level-1::after {
    background-color: #d11d17;
    z-index: 3;
    width: 0;
}
.megamenu__link.level-2 {
    font-size: 18px;
    line-height: 1.6;
}
@media only screen and (max-width: 1199px) {
    .megamenu__link.level-2 {
        font-size: 16px;
        line-height: 1.5;
    }
}
.megamenu__link.level-2:hover {
    color: #d11d17;
}
.megamenu__dropdown ul {
    padding: 24px 0 32px;
    display: grid;
    grid-gap: 4px;
}
/* stylelint-disable */
/* stylelint-enable */
.modal {
    background-color: #fff;
    max-width: 920px;
    width: calc(100% - 40px);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40px;
    max-height: calc(100% - 80px);
    overflow: auto;
    padding: 32px 40px 32px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    transform: translateY(-60px);
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 1199px) {
    .modal {
        max-width: 720px;
    }
}
@media only screen and (max-width: 767px) {
    .modal {
        top: 20px;
        max-height: calc(100% - 40px);
        grid-template-columns: 1fr;
        grid-gap: 0;
        padding: 16px 16px 32px;
    }
}
.modal__img img {
    overflow: hidden;
    object-fit: cover;
    min-height: 454px;
}
@media only screen and (max-width: 767px) {
    .modal__img img {
        min-height: 0;
    }
}
.modal__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
    z-index: 999;
    /* stylelint-disable */
    /* stylelint-enable */
}
.modal__wrapper.is-active {
    opacity: 1;
    pointer-events: auto;
}
.modal__wrapper.is-active .modal {
    transform: translateY(0);
}
.modal__overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.modal__close {
    position: absolute;
    top: 32px;
    right: 32px;
    height: 40px;
    width: 40px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' id='SVGDoc' width='26' height='26' version='1.1' viewBox='0 0 26 26'%3E%3Cdefs/%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg%3E%3Ctitle%3ELine 146%3C/title%3E%3Cpath d='M25,1l-24,24' fill-opacity='0' fill='%23ffffff' stroke-dashoffset='0' stroke-linejoin='round' stroke-linecap='round' stroke-opacity='1' stroke='%23cb544f' stroke-miterlimit='20' stroke-width='1.5'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELine 147%3C/title%3E%3Cpath d='M1,1l24,24' fill-opacity='0' fill='%23ffffff' stroke-dashoffset='0' stroke-linejoin='round' stroke-linecap='round' stroke-opacity='1' stroke='%23cb544f' stroke-miterlimit='20' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center/24px;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .modal__close {
        top: 4px;
        right: 4px;
        background-color: #fff;
    }
}
.modal--secondary {
    padding: 80px 40px 80px 80px;
    align-items: end;
}
@media only screen and (max-width: 767px) {
    .modal--secondary {
        grid-template-columns: 1fr;
        grid-gap: 40px;
        padding: 40px;
    }
}
.modal--symbiot {
    grid-template-columns: 1fr;
}
.modal--symbiot .btn {
    background-color: #003da6;
    border: 2px solid #003da6;
}
.modal--symbiot .btn:hover, .modal--symbiot .btn:focus {
    box-shadow: 0 0 0 3px rgba(0, 160, 223, 0.2);
    border-color: #00a0df;
    background-color: #00a0df;
}
.modal--symbiot .modal__close {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' id='SVGDoc' width='26' height='26' version='1.1' viewBox='0 0 26 26'%3E%3Cdefs/%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg%3E%3Ctitle%3ELine 146%3C/title%3E%3Cpath d='M25,1l-24,24' fill-opacity='0' fill='%23ffffff' stroke-dashoffset='0' stroke-linejoin='round' stroke-linecap='round' stroke-opacity='1' stroke='%2300a0df' stroke-miterlimit='20' stroke-width='1.5'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELine 147%3C/title%3E%3Cpath d='M1,1l24,24' fill-opacity='0' fill='%23ffffff' stroke-dashoffset='0' stroke-linejoin='round' stroke-linecap='round' stroke-opacity='1' stroke='%2300a0df' stroke-miterlimit='20' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center/24px;
}
.modal--symbiot .title {
    max-width: calc(100% - 60px);
}
.modal--form {
    grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-top: 60px;
}
@media only screen and (max-width: 767px) {
    .modal--form {
        padding-top: 40px;
    }
}
.modal--form .container {
    max-width: 100%;
}
.modal--form .container .row > div {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0;
}
.modal--form .form-module__form {
    padding: 40px 0 40px 40px;
    margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
    .modal--form .form-module__form {
        padding: 20px;
    }
}
.modal--form .form-module__form * {
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
}
/* stylelint-disable */
/* stylelint-enable */
.number-card {
    max-width: 440px;
    width: 100%;
    border-radius: 16px;
}
@media only screen and (max-width: 767px) {
    .number-card {
        max-width: 100%;
    }
}
.number-card__number {
    color: #d11d17;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #d11d17;
}
.number-card__content {
    padding-left: 106px;
}
@media only screen and (max-width: 1439px) {
    .number-card__content {
        padding-left: 76px;
    }
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .number-card__content {
        padding-left: 52px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .number-card__content {
        padding-left: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .number-card__content {
        padding-left: 34px;
    }
}
.number-card__image {
    height: 100%;
    max-height: 28px;
    margin-bottom: 20px;
    position: relative;
}
.number-card__image:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 4px;
    width: 40px;
    height: 2px;
    background-color: #fff;
}
.number-card__image img {
    height: 100%;
    max-height: 28px;
    object-fit: contain;
}
.number-card .title {
    font-weight: 700;
}
.number-card--secondary {
    max-width: 456px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
    padding: 80px 40px 80px 84px;
    position: relative;
    background-color: #fff;
    height: 100%;
}
@media only screen and (max-width: 1199px) {
    .number-card--secondary {
        padding: 60px 36px 60px 52px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .number-card--secondary {
        padding: 60px 36px 60px 52px;
    }
}
@media only screen and (max-width: 767px) {
    .number-card--secondary {
        padding: 52px 24px 52px 48px;
    }
}
.number-card--secondary .number-card__number {
    position: absolute;
    bottom: 20px;
    left: 24px;
    font-size: 124px;
    line-height: 0.75;
    color: #d11d17;
    opacity: 0.08;
    font-weight: 800;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
}
.number-card--secondary .number-card__content {
    padding: 0;
}
.number-card--secondary .title--h4 {
    text-transform: uppercase;
    font-size: 26px;
}
@media only screen and (max-width: 767px) {
    .number-card--secondary .title--h4 {
        font-size: 22px;
    }
}
.number-card--secondary .editor-text {
    font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .number-card--secondary .editor-text {
        font-size: 14px;
    }
}
.number-card__icon {
    position: absolute;
    bottom: 20px;
    left: 24px;
    opacity: 0.08;
    max-width: 100px;
}
/* stylelint-disable */
/* stylelint-enable */
.pagination {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.pagination nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .page-numbers {
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    font-size: 18px;
    line-height: normal;
    font-weight: 300;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 360px) {
    .pagination .page-numbers {
        font-size: 16px;
        width: 25px;
        height: 25px;
    }
}
.pagination .page-numbers.is-active, .pagination .page-numbers:hover {
    color: #fff;
    font-weight: 700;
    background-color: #d11d17;
}
.pagination .page-numbers.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
    background-color: transparent;
    height: 20px;
    width: 20px;
    border: 2px solid #d11d17;
    border-radius: 100%;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.pagination .page-numbers.next.prev, .pagination .page-numbers.prev.prev {
    margin-right: 20px;
}
@media (max-width: 375px) {
    .pagination .page-numbers.next.prev, .pagination .page-numbers.prev.prev {
        margin-right: 10px;
    }
}
.pagination .page-numbers.next.next, .pagination .page-numbers.prev.next {
    margin-left: 20px;
}
@media (max-width: 375px) {
    .pagination .page-numbers.next.next, .pagination .page-numbers.prev.next {
        margin-left: 10px;
    }
}
.pagination .page-numbers.next .icon:before, .pagination .page-numbers.prev .icon:before {
    background-color: #d11d17;
}
.pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover {
    background-color: #d11d17;
    box-shadow: 0 0 0 2px rgba(209, 29, 23, 0.2);
}
.pagination .page-numbers.next:hover .icon:before, .pagination .page-numbers.prev:hover .icon:before {
    background-color: #fff;
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.pdf-card {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding-bottom: 100%;
    color: #fff;
}
.pdf-card:hover .pdf-card__img {
    transform: scale(1.1);
}
.pdf-card .title {
    position: relative;
    color: inherit;
    font-weight: 700;
    z-index: 1;
}
.pdf-card__header {
    z-index: 3;
    position: absolute;
    left: 24px;
    top: 24px;
    width: calc(100% - 48px);
}
@media only screen and (max-width: 767px) {
    .pdf-card__header {
        top: 20px;
        left: 20px;
        width: calc(100% - 40px);
    }
}
@media only screen and (max-width: 767px) {
    .pdf-card .title--h3 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .pdf-card .title--h4 {
        font-size: 18px;
    }
}
.pdf-card__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.4s ease;
}
.pdf-card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.35) 100%);
}
.pdf-card__btns {
    position: absolute;
    left: 24px;
    bottom: 32px;
    width: calc(100% - 48px);
    z-index: 1;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: auto;
}
@media only screen and (max-width: 767px) {
    .pdf-card__btns {
        bottom: 20px;
        left: 20px;
        width: calc(100% - 40px);
        gap: 12px;
    }
}

/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.product-card {
    position: relative;
    background-color: #fff;
    max-width: 560px;
    width: 100%;
    padding: 40px 40px 32px 40px;
    display: block;
    border-radius: 16px;
}
@media only screen and (max-width: 1022.8px) {
    .product-card {
        padding: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .product-card {
        max-width: 100%;
    }
}
.product-card:hover img {
    transform: translateY(-12px);
}
.product-card:hover .product-card__title {
    color: #d11d17;
}
.product-card:hover .product-card__arrow {
    box-shadow: 0 0 0 3px rgba(238, 49, 41, 0.3);
}
.product-card__title {
    transition: color 0.3s ease;
}
.product-card__image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 308px;
    margin-bottom: 0;
    max-width: calc(100% - 100px);
    width: 100%;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .product-card__image {
        max-width: calc(100% - 64px);
        height: 285px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .product-card__image {
        max-width: calc(100% - 60px);
        height: 230px;
    }
}
@media only screen and (max-width: 767px) {
    .product-card__image {
        height: 200px;
        max-width: calc(100% - 40px);
    }
}
.product-card__image img {
    mix-blend-mode: multiply;
    transition: transform 0.2s ease;
}
.product-card__content {
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.product-card__content .editor-text {
    min-height: 96px;
    flex: auto;
}
.product-card .mod-link {
    cursor: pointer;
}
@media only screen and (max-width: 1022.8px) {
    .product-card .mod-link__text {
        font-size: 16px;
    }
}
.product-card__arrow {
    pointer-events: none;
    position: absolute;
    top: 60px;
    right: 60px;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    border: 2px solid #ee3129;
    transition: box-shadow 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .product-card__arrow {
        height: 60px;
        width: 60px;
        top: 40px;
        right: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .product-card__arrow {
        height: 50px;
        width: 50px;
        top: 28px;
        right: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .product-card__arrow {
        height: 40px;
        width: 40px;
        top: 20px;
        right: 20px;
    }
}
.product-card__arrow .icon {
    transition: transform 0.3s ease;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .product-card__arrow .icon {
        height: 28px;
        width: 28px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .product-card__arrow .icon {
        height: 22px;
        width: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .product-card__arrow .icon {
        height: 18px;
        width: 18px;
    }
}
.product-card__category {
    margin-bottom: 4px;
    color: #666666;
}
.product-card__hover-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 40px 40px 32px 40px;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    transform: translateY(60%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
@media only screen and (max-width: 1022.8px) {
    .product-card__hover-content {
        padding: 24px;
    }
}
.product-card__hover-content-inner {
    overflow: auto;
    max-height: 490px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .product-card__hover-content-inner {
        max-height: 470px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .product-card__hover-content-inner {
        max-height: 410px;
    }
}
@media only screen and (max-width: 767px) {
    .product-card__hover-content-inner {
        max-height: 360px;
    }
}
@media only screen and (min-width: 1023.8px) {
    .product-card__hover-content-inner {
        scrollbar-track-color: rgba(209, 29, 23, 0.2);
        scrollbar-face-color: rgba(209, 29, 23, 0.4);
        scrollbar-arrow-color: rgba(209, 29, 23, 0.4);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .product-card__hover-content-inner::-webkit-scrollbar {
        width: 4px;
    }
    .product-card__hover-content-inner ::-webkit-scrollbar-track {
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: rgba(209, 29, 23, 0.2);
    }
    .product-card__hover-content-inner ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(209, 29, 23, 0.3);
    }
    .product-card__hover-content-inner::-webkit-scrollbar-thumb {
        background: rgba(209, 29, 23, 0.4);
        width: 4px;
        border-radius: 2px;
    }
    .product-card__hover-content-inner::-webkit-scrollbar-thumb:hover {
        background: rgba(209, 29, 23, 0.36);
    }
    .product-card__hover-content-inner ::-webkit-scrollbar {
        width: 4px;
    }
}
.product-card__hover-content .editor-text {
    color: #666666;
}
.product-card__hover-content .editor-text ul li {
    padding-left: 0;
}
.product-card__hover-content .editor-text ul li::before {
    display: none;
}
.product-card__hover-content .editor-text ul li + li {
    margin-top: 4px;
}
.product-card__hover-content .editor-text a {
    color: inherit;
}
.product-card__hover-content .editor-text a:hover {
    color: #d11d17;
}
.product-card__hover-content .mod-link {
    border-color: #808080;
}
.product-card__hover-content .mod-link__icon::before {
    opacity: 0;
}
.product-card__hover-content .mod-link:hover .mod-link__icon {
    transform: rotate(0);
}
.product-card.is-open .product-card__hover-content {
    transform: translateY(0);
    pointer-events: all;
    opacity: 1;
}
.product-card.is-open .product-card__content,
.product-card.is-open .product-card__image,
.product-card.is-open .product-card__arrow {
    transform: translateY(-80%);
    opacity: 0;
    pointer-events: none;
}
.product-card--secondary {
    max-width: 440px;
}
.product-card--secondary .product-card__arrow {
    display: none;
}
.product-card--secondary .product-card__image {
    height: 244px;
    padding-right: 0;
}
.product-card--secondary .title {
    margin-bottom: 25px;
}
.product-card--secondary .mod-link {
    padding-top: 30px;
}
.product-card--secondary .product-card__hover-content-inner {
    max-height: 250px;
}
.product-card--small {
    padding: 0;
    max-width: 210px;
    border-radius: 0;
    background-color: transparent;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 767px) {
    .product-card--small {
        max-width: 100%;
    }
}
.product-card--small .product-card__image {
    position: relative;
    height: 170px;
    max-width: 100%;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 32px;
    width: auto;
    display: inline-flex;
}
@media only screen and (max-width: 1022.8px) {
    .product-card--small .product-card__image {
        height: 140px;
    }
}
.product-card--small .product-card__image img {
    mix-blend-mode: normal;
    transition: transform 0.3s ease;
}
.product-card--small .product-card__image:after {
    content: "";
    height: 12px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -24px;
    background: radial-gradient(#000 0%, #fff 75%);
    background-repeat: no-repeat;
    opacity: 0.08;
}
.product-card--small .product-card__category {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.09px;
    line-height: 1.31;
    width: 80%;
    margin-bottom: 12px;
}
.product-card--small .title {
    line-height: 1.5;
    margin-bottom: 0;
}
.product-card--small:hover .icon {
    transform: rotate(270deg) translateY(8px);
}
.product-card--small .product-card__pre-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.22;
}
.product-card--small .product-card__title {
    line-height: 1.22;
}
.product-card--small .product-card__title h6 {
    display: inline;
    align-items: center;
}
.product-card--small .product-card__title h6 .icon {
    width: 16px;
    height: 12px;
    display: inline-block;
    transform: rotate(270deg);
    transition: transform 0.2s ease;
}
.product-card--small .product-card__title h6 .icon:before {
    transition: background-color 0.3s ease;
    background-color: #d11d17;
}
.product-card--small .product-card__content {
    position: relative;
    flex-grow: 1;
}
.product-card--small .product-card__content:before {
    content: "";
    left: -20px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(17, 17, 17, 0.09);
    position: absolute;
}
.product-card--new {
    box-shadow: -16px 16px 24px rgba(0, 0, 0, 0.1);
    padding: 24px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1199px) {
    .product-card--new {
        padding: 20px;
    }
}
.product-card--new:hover img {
    transform: scale(1.1);
}
.product-card--new .product-card__image {
    height: auto;
    margin: 0 auto;
    margin-bottom: 32px;
    position: relative;
    max-width: 100%;
}
.product-card--new .product-card__image img {
    mix-blend-mode: normal;
    transition: transform 0.3s ease;
    margin: 0 auto;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .product-card--new .product-card__image img {
        width: 40%;
    }
}
.product-card--new .product-card__image:after {
    content: "";
    height: 12px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -24px;
    background: radial-gradient(#000 0%, #fff 75%);
    background-repeat: no-repeat;
    opacity: 0.08;
}
.product-card--new .product-card__title {
    font-weight: 700;
    line-height: 1.22;
}
.product-card--new .product-card__title h6 {
    display: inline;
}
.product-card--new .product-card__title h6 .icon {
    width: 24px;
    height: 20px;
    display: inline-block;
    transform: rotate(270deg) translateX(-4px);
    transition: transform 0.2s ease;
    margin-left: 8px;
}
.product-card--new .product-card__title h6 .icon:before {
    background-color: #d11d17;
}
.product-card--new .product-card__content {
    text-align: left;
    margin-top: auto;
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.product-slider {
    max-width: 660px;
    width: 100%;
    padding: 32px 16px 32px 48px;
}
@media only screen and (max-width: 1439px) {
    .product-slider {
        max-width: 520px;
    }
}
@media only screen and (max-width: 1199px) {
    .product-slider {
        max-width: 100%;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .product-slider {
        padding: 24px;
    }
}
.product-slider .swiper-slide {
    width: auto;
    height: auto;
}
.product-slider .swiper-wrapper {
    align-items: initial;
}
.product-slider .swiper {
    overflow: visible;
}
.product-slider .product-card {
    width: 188px;
    max-width: none;
    padding-left: 20px;
    height: 100%;
}
@media only screen and (max-width: 1022.8px) {
    .product-slider .product-card {
        width: 160px;
        padding-left: 16px;
    }
}
.product-slider__title {
    font-size: 20px;
    line-height: 1.6;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 1022.8px) {
    .product-slider__title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .product-slider__title {
        font-size: 16px;
        flex-direction: column;
    }
}
.product-slider__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-slider__nav .slider-arrow {
    margin-right: 8px;
    border: 0;
    border-radius: 0;
    height: auto;
    width: auto;
    box-shadow: none;
    background-color: transparent;
}
.product-slider__nav .slider-arrow .icon::before {
    background-color: #ee3129;
}
.product-slider__nav .slider-arrow.swiper-button-disabled .icon::before {
    background-color: #ccc;
}
.product-slider__nav .slider-arrow.arrow-right {
    margin-right: 0;
}
.product-slider__nav .swiper-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-right: 8px;
}
.product-slider__nav .swiper-pagination-bullet {
    max-width: 25px;
    height: 5px;
    flex: 1;
    width: auto;
    background-color: #666666;
    border-radius: 2px;
    border: none;
    margin: 0 5px;
    opacity: 0.3;
}
.product-slider__nav .swiper-pagination-bullet-active, .product-slider__nav .swiper-pagination-bullet:hover {
    opacity: 1;
    background-color: #111111;
}
.product-slider__link {
    color: #111111;
    position: relative;
    display: inline-flex;
    align-items: center;
}
.product-slider__link:hover .icon {
    transform: rotate(270deg) translateY(8px);
}
.product-slider__link .icon {
    transform: rotate(270deg);
    margin-left: 12px;
    transition: transform 0.2s ease;
}
.product-slider__link .icon:before {
    transition: background-color 0.3s ease;
    background-color: #666666;
}

/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.radio-button-list {
    text-align: left;
    position: relative;
}
.radio-button-list__item:not(:last-child) {
    margin-bottom: 10px;
}
.radio-button-list__title {
    margin-bottom: 12px;
    font-weight: 700;
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.section-title {
    width: 100%;
}
.section-title .title--h4 {
    margin-top: 2px;
    color: #d11d17;
}
.section-title .cta {
    max-width: 100%;
}
@media (max-width: 1500px) {
    .section-title .cta {
        max-width: calc(100% - 30px);
    }
}
@media only screen and (max-width: 1439px) {
    .section-title .cta {
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .section-title .cta {
        max-width: calc(100% - 20px);
    }
}
@media only screen and (max-width: 1022.8px) {
    .section-title .cta {
        margin-top: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .section-title .cta {
        margin-top: 24px;
    }
}
.section-title__title {
    position: relative;
}
.section-title__text {
    max-width: 660px;
    width: 100%;
}
.section-title .title {
    font-weight: 500;
}
.section-title .title strong {
    font-weight: 800;
}
.section-title .red-line {
    height: 4px;
    width: 120px;
    background-image: linear-gradient(270deg, #d11d17 0%, #ac1712 100%);
}
.section-title--centered {
    text-align: center;
}
.section-title--centered .section-title__text,
.section-title--centered .red-line {
    margin: 0 auto;
}
.section-title--centered .ghost-title {
    left: 0;
    right: 0;
    margin: auto;
}
.section-title--secondary .row {
    justify-content: center;
}
.section-title--secondary .section-title__text {
    padding-left: 20px;
}
@media only screen and (max-width: 767px) {
    .section-title--secondary .section-title__text {
        padding-left: 0;
    }
}
.section-title--secondary .red-line {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    width: 4px;
    background-image: linear-gradient(0deg, #d11d17 0%, #ac1712 100%);
}
@media only screen and (max-width: 767px) {
    .section-title--secondary .red-line {
        display: none;
    }
}
.section-title--secondary .section-title__title {
    padding-right: 20px;
}
@media only screen and (max-width: 767px) {
    .section-title--secondary .section-title__title {
        padding-right: 0;
    }
}
.section-title--cta .row {
    justify-content: center;
}
.section-title--cta .red-line {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    width: 4px;
    background-image: linear-gradient(0deg, #d11d17 0%, #ac1712 100%);
}
@media only screen and (max-width: 767px) {
    .section-title--cta .red-line {
        display: none;
    }
}
.section-title__col {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .section-title__col {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.section-title__logo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 300px;
    width: 300px;
    opacity: 0.05;
    pointer-events: none;
    margin: auto;
    bottom: 0;
}
@media only screen and (max-width: 1022.8px) {
    .section-title__logo {
        height: 200px;
        width: 200px;
    }
}
.section-title__logo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

/* stylelint-enable */
.ghost-title {
    color: rgba(17, 17, 17, 0.04);
    font-size: 80px;
    font-weight: 500;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    bottom: -20px;
    left: 16px;
}
@media only screen and (max-width: 1199px) {
    .ghost-title {
        font-size: 68px;
        bottom: -16px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .ghost-title {
        font-size: 52px;
        bottom: -10px;
    }
}
@media only screen and (max-width: 767px) {
    .ghost-title {
        font-size: 40px;
        bottom: -8px;
    }
}

.section-title.top-bar.new-title {
    margin-bottom: 40px;
}
/* stylelint-disable */
/* stylelint-enable */
.site-loader {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.hide-loader .site-loader {
    opacity: 0;
    visibility: hidden;
}
.site-loader__image {
    width: 100%;
    max-width: 80px;
    animation: rotate 2.2s ease;
}
.site-loader__image img {
    display: block;
    width: 100%;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    20% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* stylelint-disable */
/* stylelint-enable */
.social-nav {
    width: 100%;
}
.social-nav .title {
    margin-bottom: 12px;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .social-nav .title {
        margin-bottom: 8px;
    }
}
.social-nav li {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    margin-right: 18px;
}
.social-nav li:last-child {
    margin-right: 0;
}
.social-nav li .icon {
    transition: transform 0.3s ease;
}
.social-nav li:hover .icon {
    transform: translateY(-6px);
}
.social-nav__link:focus-visible .icon {
    transform: translateY(-6px);
}
/* stylelint-disable */
/* stylelint-enable */
.social-share__title {
    margin-bottom: 12px;
}
.social-share__item-list {
    display: flex;
    align-items: center;
}
.social-share .icon {
    margin-right: 16px;
}
.social-share .icon:before {
    background-color: #d11d17;
}
.social-share .icon-facebook {
    width: 11px;
    height: 20px;
}
.social-share .icon-linkedin {
    width: 21px;
    height: 19px;
}
.social-share a:hover i:before {
    background-color: #ee3129;
}
/* stylelint-disable */
.solution-banner__image::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
/* stylelint-disable */
.solution-banner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 600px;
    padding: 122px 118px;
    display: grid;
    grid-template-columns: 505px 1fr;
}
@media only screen and (min-width: 1200px) {
    .solution-banner {
        min-height: 635px;
    }
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .solution-banner {
        padding: 100px 90px;
        min-height: 550px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .solution-banner {
        padding: 60px 60px 30px 60px;
        min-height: 380px;
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .solution-banner {
        min-height: 1px;
        padding: 40px 40px 20px 40px;
    }
}
.solution-banner__wrap {
    width: 100%;
}
.solution-banner .btn .icon {
    height: 20px;
    width: 16px;
    transform: rotate(270deg);
}
.solution-banner__image {
    border-radius: 32px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .solution-banner__image {
        border-radius: 0;
    }
}
.solution-banner__image img {
    mix-blend-mode: multiply;
}
.solution-banner__image::before {
    z-index: 3;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.solution-banner__content {
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 4;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.solution-banner__content .title {
    font-weight: 700;
}
.solution-banner .editor-text {
    line-height: 1.4;
}
.solution-banner__product-slider {
    position: absolute;
    z-index: 4;
    bottom: -120px;
    right: 0;
    transform: translateX(calc(100% - 660px));
    width: calc(50vw - 60px);
    background-color: #fff;
    overflow: hidden;
    box-shadow: -20px -20px 35px rgba(0, 0, 0, 0.05);
    display: none;
}
.solution-banner__product-slider:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, #f1f1f1 0%, white 100%);
    pointer-events: none;
    opacity: 0.7;
}
@media only screen and (max-width: 1439px) {
    .solution-banner__product-slider {
        transform: translateX(calc(100% - 520px));
        width: calc(50vw - 80px);
    }
}
@media only screen and (max-width: 1199px) {
    .solution-banner__product-slider {
        transform: none;
        bottom: 0;
        position: relative;
        width: 100%;
    }
}
.solution-banner .product-slider {
    position: relative;
    z-index: 4;
    overflow: initial;
}
.solution-banner .mod-link {
    z-index: 4;
    max-width: 440px;
    position: absolute;
    bottom: 26px;
    left: 120px;
    padding-right: 8px;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
@media only screen and (min-width: 1023.8px) {
    .solution-banner .mod-link {
        padding-top: 30px;
    }
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .solution-banner .mod-link {
        left: 90px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .solution-banner .mod-link {
        left: 0;
        position: relative;
        bottom: 0;
        max-width: 100%;
        margin-top: 40px;
    }
}
.solution-banner__hover-content {
    position: absolute;
    z-index: 4;
    color: #fff;
    max-width: 505px;
    width: 100%;
    left: 118px;
    top: 40px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(60%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .solution-banner__hover-content {
        left: 90px;
        max-width: 405px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .solution-banner__hover-content {
        left: 60px;
        max-width: calc(100% - 120px);
    }
}
@media only screen and (max-width: 767px) {
    .solution-banner__hover-content {
        left: 40px;
        max-width: calc(100% - 80px);
        top: 20px;
    }
}
.solution-banner__hover-content .title {
    border-bottom: 4px solid #fff;
    padding-bottom: 30px;
    display: inline-block;
    min-width: 440px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .solution-banner__hover-content .title {
        min-width: 405px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .solution-banner__hover-content .title {
        min-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .solution-banner__hover-content .title {
        padding-bottom: 10px;
        border-bottom-width: 2px;
    }
}
.solution-banner__hover-content .mod-link {
    position: relative;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 14px;
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}
@media only screen and (max-width: 1022.8px) {
    .solution-banner__hover-content .mod-link {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .solution-banner__hover-content .mod-link {
        padding-bottom: 10px;
    }
}
.solution-banner__hover-content .mod-link__icon::before {
    opacity: 0;
}
.solution-banner__hover-content .mod-link:hover {
    border-color: #fff;
}
.solution-banner__hover-content .mod-link:hover .mod-link__icon {
    transform: rotate(0);
}
.solution-banner__hover-content .editor-text {
    font-weight: 700;
    max-width: 440px;
    width: 100%;
}
@media only screen and (max-width: 1022.8px) {
    .solution-banner__hover-content .editor-text {
        max-width: 100%;
    }
}
.solution-banner__hover-content .editor-text ul li {
    padding-left: 0;
}
.solution-banner__hover-content .editor-text ul li::before {
    display: none;
}
.solution-banner__hover-content .editor-text a {
    color: inherit;
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: color 0.3s ease, border-color 0.3s ease;
}
@media only screen and (max-width: 1022.8px) {
    .solution-banner__hover-content .editor-text a {
        padding: 10px 0;
    }
}
@media only screen and (max-width: 767px) {
    .solution-banner__hover-content .editor-text a {
        padding: 6px 0;
    }
}
.solution-banner__hover-content .editor-text a:hover {
    color: #fff;
    border-color: #fff;
}
.solution-banner__hover-content-inner {
    overflow: auto;
    max-height: 335px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .solution-banner__hover-content-inner {
        max-height: 320px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .solution-banner__hover-content-inner {
        max-height: 172px;
    }
}
@media only screen and (max-width: 767px) {
    .solution-banner__hover-content-inner {
        max-height: 190px;
    }
}
@media only screen and (min-width: 1023.8px) {
    .solution-banner__hover-content-inner {
        scrollbar-track-color: rgba(255, 255, 255, 0.2);
        scrollbar-face-color: rgba(255, 255, 255, 0.1);
        scrollbar-arrow-color: rgba(255, 255, 255, 0.1);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .solution-banner__hover-content-inner::-webkit-scrollbar {
        width: 4px;
    }
    .solution-banner__hover-content-inner ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.2);
    }
    .solution-banner__hover-content-inner ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 255, 255, 0.15);
    }
    .solution-banner__hover-content-inner::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.1);
        width: 4px;
        border-radius: 0;
    }
    .solution-banner__hover-content-inner::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.12);
    }
    .solution-banner__hover-content-inner ::-webkit-scrollbar {
        width: 4px;
    }
}
.solution-banner.is-open .solution-banner__hover-content {
    transform: translateY(0);
    pointer-events: all;
    opacity: 1;
}
.solution-banner.is-open .solution-banner__hover-content .mod-link {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
}
.solution-banner.is-open .solution-banner__content,
.solution-banner.is-open .mod-link {
    transform: translateY(-80%);
    opacity: 0;
    pointer-events: none;
}
.solution-banner--with-product-slider {
    padding: 238px 0 0 118px;
    align-items: flex-end;
}
@media only screen and (max-width: 1199px) {
    .solution-banner--with-product-slider {
        padding: 0;
        grid-template-columns: 1fr;
    }
}
.solution-banner--with-product-slider::after {
    top: 238px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .solution-banner--with-product-slider::after {
        top: 170px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .solution-banner--with-product-slider::after {
        top: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .solution-banner--with-product-slider::after {
        top: 100px;
    }
}
@media only screen and (min-width: 1023.8px) {
    .solution-banner--with-product-slider::after {
        height: 116px;
    }
}
.solution-banner--with-product-slider .solution-banner__content {
    padding-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
    .solution-banner--with-product-slider .solution-banner__content {
        padding-bottom: 0;
        padding-right: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .solution-banner--with-product-slider .solution-banner__content {
        padding-right: 0;
    }
}
.solution-banner--with-product-slider .solution-banner__content-wrapper {
    align-self: flex-start;
}
@media only screen and (max-width: 1199px) {
    .solution-banner--with-product-slider .solution-banner__content-wrapper {
        position: relative;
        padding: 160px 60px 60px;
    }
}
@media only screen and (max-width: 767px) {
    .solution-banner--with-product-slider .solution-banner__content-wrapper {
        padding: 100px 40px 40px;
    }
}
.solution-banner--with-product-slider .solution-banner__image::before {
    width: 100%;
    background-image: linear-gradient(125deg, rgba(0, 0, 0, 0.55) 40%, rgba(0, 0, 0, 0));
}
.solution-banner--with-items {
    min-height: 0;
    grid-template-columns: 75%;
    padding-top: 160px;
    align-content: start;
    justify-items: start;
}
@media only screen and (max-width: 1022.8px) {
    .solution-banner--with-items {
        padding-top: 120px;
        grid-template-columns: 1fr;
        grid-gap: 0;
        padding-bottom: 80px;
        justify-items: start;
    }
}
@media only screen and (max-width: 767px) {
    .solution-banner--with-items {
        padding-top: 80px;
        padding-left: 20px;
        grid-gap: 0;
    }
}
.solution-banner--with-items .solution-banner__link {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 80px;
}
@media only screen and (max-width: 1022.8px) {
    .solution-banner--with-items .solution-banner__link {
        margin-top: 0;
    }
}
.solution-banner .btn .icon:before {
    background-color: rgba(17, 17, 17, 0.44);
}
.solution-banner__link {
    color: #808080;
    position: absolute;
    bottom: 60px;
    left: 118px;
    z-index: 3;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.17px;
    line-height: 1;
    text-transform: uppercase;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .solution-banner__link {
        left: 90px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .solution-banner__link {
        position: relative;
        left: 0;
        bottom: 0;
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .solution-banner__link {
        font-size: 18px;
    }
}
.solution-banner__link:hover:after {
    width: 100%;
}
.solution-banner__link:after {
    content: "";
    background-color: currentColor;
    position: absolute;
    bottom: -2px;
    height: 1px;
    width: 0%;
    left: 0;
    transition: width 0.3s ease;
}

/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.nav-tabs {
    display: flex;
    position: relative;
}
.nav-tabs:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
}
.nav-tabs .nav-tab {
    background-color: #fff;
    padding: 16px 24px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: flex-end;
    position: relative;
    white-space: nowrap;
    user-select: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
    opacity: 0.5;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}
@media only screen and (max-width: 1022.8px) {
    .nav-tabs .nav-tab {
        padding: 12px 20px;
        font-size: 16px;
    }
}
.nav-tabs .nav-tab.is-active {
    opacity: 1;
    background-color: #fafafa;
}
.nav-tabs .swiper-slide {
    flex-shrink: 1;
}
.nav-tabs .arrow-left,
.nav-tabs .arrow-right {
    width: 60px;
    z-index: 12;
    transition: background-color 0.3s ease;
}
.nav-tabs .arrow-left:hover,
.nav-tabs .arrow-right:hover {
    background-color: #fafafa;
}
.nav-tabs .arrow-left:hover .icon:before,
.nav-tabs .arrow-right:hover .icon:before {
    transform: translateX(4px);
}
.nav-tabs .arrow-left .icon,
.nav-tabs .arrow-right .icon {
    width: 10px;
    height: 14px;
}
.nav-tabs .arrow-left .icon:before,
.nav-tabs .arrow-right .icon:before {
    transition: transform 0.3s ease;
}

.tab-content {
    padding: 48px;
    width: 100%;
    display: none;
    opacity: 1;
    transition: opacity 0.3s ease;
    background-color: #fafafa;
}
@media only screen and (max-width: 1022.8px) {
    .tab-content {
        padding: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .tab-content {
        padding: 30px;
    }
}
.tab-content.is-hidden {
    opacity: 0;
}
.tab-content.is-active {
    display: block;
}
.tab-content__wrapper {
    background-color: #fafafa;
    transition: height 0.3s ease;
    overflow: hidden;
    width: 100%;
}
/* stylelint-disable */
/* stylelint-enable */
.three-col-text {
    width: 100%;
}
.three-col-text .title--h3 {
    color: #d11d17;
}
.three-col-text__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 40px;
}
@media only screen and (max-width: 1022.8px) {
    .three-col-text__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .three-col-text__inner {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.three-col-text__item {
    max-width: 320px;
    width: 100%;
}
@media only screen and (max-width: 1199px) {
    .three-col-text__item {
        max-height: 100%;
    }
}
.three-col-text__item .title {
    min-height: 84px;
    margin-bottom: 28px;
}
@media only screen and (max-width: 1022.8px) {
    .three-col-text__item .title {
        min-height: 1px;
        margin-bottom: 10px;
    }
}
/* stylelint-disable */
.title-slider .title {
    font-size: 110px;
    line-height: 1;
    font-weight: 700;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .title-slider .title {
        font-size: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .title-slider .title {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .title-slider .title {
        font-size: 50px;
    }
}

/* stylelint-enable */
.title-slider {
    width: 100%;
}
.title-slider .title {
    opacity: 0.15;
}
.title-slider .swiper-slide {
    width: auto;
}
.title-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    position: relative;
}
/* stylelint-disable */
/* stylelint-enable */
.vacancy-card {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    background-color: #fff;
    padding: 40px;
    display: grid;
    align-items: center;
    grid-gap: 40px;
    grid-template-columns: 1fr 218px;
    border-radius: 32px;
}
@media only screen and (max-width: 1022.8px) {
    .vacancy-card {
        padding: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .vacancy-card {
        grid-template-columns: 1fr;
        grid-gap: 8px;
        border-radius: 16px;
    }
}
.vacancy-card__content {
    display: grid;
    grid-gap: 60px;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 1022.8px) {
    .vacancy-card__content {
        grid-gap: 8px;
        grid-template-columns: 1fr;
    }
}
.vacancy-card__button {
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .vacancy-card__button {
        margin-top: 4px;
        text-align: left;
    }
}
.vacancy-card__button .btn {
    padding: 5px 28px;
}
/* stylelint-disable */
.page-404 .ghost-title, .page-404__title {
    font-size: 200px;
    line-height: 1;
    font-weight: 700;
}
@media only screen and (max-width: 1439px) {
    .page-404 .ghost-title, .page-404__title {
        font-size: 160px;
    }
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .page-404 .ghost-title, .page-404__title {
        font-size: 110px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .page-404 .ghost-title, .page-404__title {
        font-size: 90px;
    }
}
@media only screen and (max-width: 767px) {
    .page-404 .ghost-title, .page-404__title {
        font-size: 60px;
    }
}

/* stylelint-enable */
.page-404 {
    position: relative;
}
.page-404__title {
    font-weight: 700;
    position: relative;
}
.page-404__content {
    width: 100%;
    display: grid;
    grid-gap: 20px;
}
.page-404 .ghost-title {
    bottom: -33px;
    left: 76px;
}
/* stylelint-disable */
/* stylelint-enable */
.about-us .title {
    font-weight: 700;
}
.about-us__image {
    position: relative;
    height: 0;
    min-height: 100%;
    padding-bottom: 101.5%;
}
@media only screen and (max-width: 1022.8px) {
    .about-us__image {
        padding-bottom: 72%;
    }
}
.about-us__image img {
    max-width: inherit;
    width: 50vw;
    right: 0;
    left: inherit;
    border-radius: 0 32px 32px 0;
    overflow: hidden;
}
@media only screen and (max-width: 1022.8px) {
    .about-us__image img {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 767px) {
    .about-us__image img {
        border-radius: 0;
    }
}
.about-us__super-title {
    color: #666666;
}
.about-us__footer {
    display: flex;
}
@media (max-width: 360px) {
    .about-us__footer {
        flex-direction: column;
    }
}
.about-us .btn {
    margin-right: 10px;
}
@media (max-width: 360px) {
    .about-us .btn {
        margin: 0 0 10px;
    }
}
.about-us__content {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
@media only screen and (max-width: 1022.8px) {
    .about-us__content {
        padding: 20px 0 0;
    }
}
/* stylelint-disable */
.achievement__article-nav::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
/* stylelint-disable */
.achievement__title {
    position: relative;
}
.achievement__title .title {
    font-weight: 700;
}
.achievement .swiper-slide {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
}
.achievement .swiper-slide-next .achievement__slide:after {
    transform: scale(1.6);
}
@media only screen and (max-width: 1199px) {
    .achievement .swiper-slide-next .achievement__slide:after {
        transform: scale(1);
    }
}
.achievement .swiper-slide-active .achievement__slide:after {
    transform: scale(1);
}
@media only screen and (max-width: 1199px) {
    .achievement .swiper-slide-active .achievement__slide:after {
        transform: scale(1.6);
    }
}
.achievement-slider {
    overflow: visible;
}
.achievement-slider__nav {
    padding-top: 30px;
    border-top: 1px solid #808080;
}
@media only screen and (max-width: 1022.8px) {
    .achievement-slider__nav {
        padding-top: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .achievement-slider__nav {
        padding-top: 16px;
    }
}
.achievement__slide {
    position: relative;
    width: 600px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
    .achievement__slide {
        width: 470px;
        padding-right: 50px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .achievement__slide {
        width: 400px;
        padding-right: 26px;
    }
}
@media only screen and (max-width: 767px) {
    .achievement__slide {
        width: 320px;
    }
}
@media (max-width: 360px) {
    .achievement__slide {
        width: 300px;
    }
}
.achievement__slide::before, .achievement__slide::after {
    content: "";
    position: absolute;
    left: 0;
}
.achievement__slide::before {
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
}
.achievement__slide::after {
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 2px solid #d11d17;
    border-radius: 100%;
    top: -7px;
    transition: transform 0.3s ease;
}
.achievement__slide .editor-text {
    max-width: 440px;
    width: 100%;
    margin-bottom: auto;
}
@media only screen and (max-width: 1199px) {
    .achievement__slide .editor-text {
        max-width: 100%;
    }
}
.achievement__slide .editor-text p:not(:last-child) {
    margin-bottom: 32px;
}
@media only screen and (max-width: 1022.8px) {
    .achievement__slide .editor-text p:not(:last-child) {
        margin-bottom: 20px;
    }
}
.achievement__slide-title {
    color: #111111;
    font-weight: 700 !important;
    opacity: 0.2;
    font-size: 40px;
    padding-left: 24px;
}
@media only screen and (max-width: 1199px) {
    .achievement__slide-title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .achievement__slide-title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .achievement__slide-title {
        font-size: 28px;
    }
}
.achievement__article-nav {
    position: relative;
}
.achievement__article-nav::before {
    z-index: -1;
    background-color: #fafafa;
    top: inherit;
    bottom: 0;
    height: 50%;
}
.achievement__article-nav + .margin--200 {
    background-color: #fafafa;
}
.achievement__img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 100%;
}
.achievement__img-wrap {
    max-width: 240px;
    margin: 28px 0 12px;
}
@media only screen and (max-width: 1022.8px) {
    .achievement__img-wrap {
        max-width: 160px;
    }
}
@media only screen and (max-width: 767px) {
    .achievement__img-wrap {
        max-width: 120px;
        margin: 20px 0 4px;
    }
}

.sc-achievement--secondary .mod-link {
    color: #d11d17;
}
.sc-achievement--secondary .mod-link:hover .mod-link__icon {
    box-shadow: 0 0 0 2px rgba(209, 29, 23, 0.2);
}
.sc-achievement--secondary .achievement__slide {
    width: 465px;
    padding-right: 40px;
}
@media only screen and (max-width: 1199px) {
    .sc-achievement--secondary .achievement__slide {
        padding-right: 32px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .sc-achievement--secondary .achievement__slide {
        width: 400px;
        padding-right: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .sc-achievement--secondary .achievement__slide {
        width: 320px;
    }
}
@media (max-width: 360px) {
    .sc-achievement--secondary .achievement__slide {
        width: 280px;
    }
}
.sc-achievement--secondary .achievement__slide .editor-text ul li {
    padding-left: 24px;
}
.sc-achievement--secondary .achievement__slide .editor-text ul li:last-of-type {
    margin-bottom: 0;
}
.sc-achievement--secondary .achievement__slide .editor-text ul li:before {
    top: 12px;
    width: 10px;
    height: 3px;
    border-radius: 0;
}

/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.add-on-modules {
    padding-bottom: 64px;
    margin: 0 auto;
    max-width: 1200px;
    border-bottom: 3px solid #f3f3f3;
    position: relative;
}
.add-on-modules:before, .add-on-modules:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 3px;
    background-color: #f3f3f3;
    left: 0;
}
.add-on-modules:after {
    left: auto;
    right: 0;
}
.add-on-modules__title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.21px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.add-on-modules__title .ghost-title {
    text-align: center;
    width: 100%;
    left: 0;
}
.add-on-modules__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px;
}
@media only screen and (max-width: 1199px) {
    .add-on-modules__items {
        grid-gap: 40px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .add-on-modules__items {
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .add-on-modules__items {
        grid-template-columns: 1fr;
        grid-gap: 32px;
    }
}
.add-on-modules__item {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 24px;
    align-items: start;
}
@media only screen and (max-width: 1022.8px) {
    .add-on-modules__item {
        grid-template-columns: 60px 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .add-on-modules__item {
        grid-template-columns: 52px 1fr;
        grid-gap: 16px;
    }
}
.add-on-modules__item-img {
    width: 100%;
    padding-bottom: 100%;
    background-color: #fafafa;
    position: relative;
    border-radius: 100%;
}
.add-on-modules__item-img img {
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.add-on-modules__item-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.11px;
    line-height: 1;
    margin-bottom: 12px;
}
@media only screen and (max-width: 1022.8px) {
    .add-on-modules__item-title {
        font-size: 20px;
    }
}
.add-on-modules__item-text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 1.57;
}

/* stylelint-enable */
/* stylelint-disable */
.application-form__inner::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
.application-form__title {
    position: relative;
}
.application-form__title .ghost-title {
    bottom: auto;
    line-height: 1;
    left: 50px;
    top: -24%;
}
.application-form__row {
    align-items: flex-start;
}
.application-form__inner {
    padding-left: 120px;
    position: relative;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .application-form__inner {
        padding-left: 80px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .application-form__inner {
        padding: 0;
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .application-form__inner {
        margin-top: 30px;
    }
}
.application-form__inner::before {
    background-color: #fafafa;
    z-index: -1;
    top: inherit;
    bottom: 0;
    height: calc(100% - 45px);
    width: calc(50vw + 14%);
    border-radius: 32px 0 0 32px;
}
@media only screen and (max-width: 1022.8px) {
    .application-form__inner::before {
        width: 100vw;
        left: 50%;
        height: calc(100% - 40px);
        transform: translateX(-50%);
        border-radius: 0;
    }
}
.application-form__nav {
    position: relative;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    font-weight: 700;
    color: #808080;
    padding: 32px 40px;
    border-radius: 16px;
}
@media only screen and (max-width: 1199px) {
    .application-form__nav {
        padding: 32px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .application-form__nav {
        padding: 26px 20px;
    }
}
.application-form__nav-link {
    display: inline-flex;
    align-items: center;
}
.application-form__nav-link .icon {
    width: 8px;
    height: 12px;
    margin-left: 20px;
}
@media only screen and (max-width: 1022.8px) {
    .application-form__nav-link .icon {
        margin-left: 12px;
    }
}
.application-form__nav-link:hover {
    color: #d11d17;
}
.application-form__nav-item {
    display: inline-block;
}
.application-form__nav-item:not(:last-child) {
    margin-right: 12px;
}
@media only screen and (max-width: 1022.8px) {
    .application-form__nav-item:not(:last-child) {
        margin-right: 8px;
    }
}
.application-form__nav-item.is-active .application-form__nav-link {
    color: #d11d17;
}
.application-form .mod-input,
.application-form .dropdown,
.application-form .date-picker,
.application-form .radio-button-list,
.application-form .mod-file-upload,
.application-form .editor-text {
    max-width: 100%;
    margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
    .application-form .mod-input,
.application-form .dropdown,
.application-form .date-picker,
.application-form .radio-button-list,
.application-form .mod-file-upload,
.application-form .editor-text {
        margin-bottom: 20px;
    }
}
.application-form .dropdown {
    font-size: 16px;
}
.application-form .dropdown__label {
    font-size: inherit;
    text-transform: none;
    margin-bottom: 12px;
    font-weight: 700;
}
.application-form .dropdown__placeholder {
    font-size: inherit;
    background-color: #fff;
    color: #111111;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .application-form .dropdown__list {
        max-height: 190px;
    }
}
.application-form .dropdown__list-option {
    font-size: 16px;
}
@media only screen and (min-width: 1023.8px) {
    .application-form .dropdown__list-option {
        padding: 6px 22px;
    }
}
.application-form .dropdown.is-active .dropdown__placeholder, .application-form .dropdown.is-open .dropdown__placeholder {
    border-color: #000;
}
.application-form__step {
    display: none;
}
.application-form__step.is-active {
    display: block;
}
.application-form__input-item--postal-input {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-gap: 40px;
}
@media only screen and (max-width: 767px) {
    .application-form__input-item--postal-input {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
}
/* stylelint-disable */
.sc-apply-cta--gray-bg::before, .apply-cta__content::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.apply-cta .title {
    font-weight: 500;
}
.apply-cta .title strong {
    font-weight: 700;
}

.apply-cta .title {
    font-size: 42px;
    line-height: 1.3;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .apply-cta .title {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .apply-cta .title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .apply-cta .title {
        font-size: 28px;
    }
}

/* stylelint-enable */
.apply-cta {
    position: relative;
    overflow: hidden;
}
.apply-cta .title {
    font-weight: 700;
}
.apply-cta__image {
    margin-top: 50px;
    width: calc(100% + 120px);
}
@media only screen and (max-width: 1199px) {
    .apply-cta__image {
        margin-top: 40px;
        width: calc(100% + 100px);
    }
}
@media only screen and (max-width: 1022.8px) {
    .apply-cta__image {
        width: 100%;
    }
}
.apply-cta__image-inner {
    position: relative;
    height: 0;
    padding-bottom: 73%;
    border-radius: 16px;
    overflow: hidden;
}
.apply-cta__content {
    position: relative;
    min-height: 540px;
    padding: 80px 0 80px 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
@media only screen and (max-width: 1199px) {
    .apply-cta__content {
        min-height: 1px;
        padding: 60px 0 60px 140px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .apply-cta__content {
        padding: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .apply-cta__content {
        padding: 24px;
    }
}
.apply-cta__content::before {
    background-color: #fafafa;
    width: 80vw;
    z-index: -1;
    border-radius: 32px 0 0 32px;
}
@media only screen and (max-width: 1022.8px) {
    .apply-cta__content::before {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .apply-cta__content::before {
        border-radius: 0 0 16px 16px;
    }
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .apply-cta .cta {
        max-width: calc(100% - 20px);
    }
}

.sc-apply-cta--gray-bg::before {
    top: calc(50% - 80px);
    height: 62%;
    background-color: #fafafa;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .sc-apply-cta--gray-bg::before {
        top: calc(50% - 60px);
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .sc-apply-cta--gray-bg::before {
        top: calc(50% - 40px);
    }
}
@media only screen and (max-width: 767px) {
    .sc-apply-cta--gray-bg::before {
        top: 50%;
        height: 50%;
    }
}
/* stylelint-disable */
.architecture--symbiot::before, .architecture::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
.architecture {
    position: relative;
}
.architecture .title {
    font-weight: 700;
}
.architecture::before {
    z-index: 3;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.architecture .container {
    position: relative;
    z-index: 4;
}
@media only screen and (min-width: 768px) {
    .architecture__text .editor-text {
        column-count: 2;
        column-gap: 20px;
        break-inside: avoid;
        transform: translateX(0);
        will-change: transform;
    }
}
@media only screen and (min-width: 1200px) {
    .architecture__text .editor-text {
        column-gap: 160px;
    }
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .architecture__text .editor-text {
        column-gap: 100px;
    }
}
.architecture__text .editor-text p {
    margin-bottom: 30px;
}
.architecture__text.single-column .editor-text {
    column-count: 1;
}
.architecture .architecture-card {
    max-width: 100%;
    min-height: 100%;
    user-select: none;
}
.architecture.light {
    color: #000;
}
.architecture.light:before {
    background-color: transparent;
    background-image: linear-gradient(180deg, white 10%, rgba(255, 255, 255, 0) 100%);
}
.architecture.light .architecture__header {
    color: #000;
}
.architecture__items {
    display: flex;
    gap: 40px;
}
@media only screen and (max-width: 1199px) {
    .architecture__items {
        gap: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .architecture__items {
        flex-wrap: wrap;
    }
}
.architecture .swiper-slide {
    height: auto;
}
.architecture__symbiot-image {
    position: absolute;
    height: 210px;
    width: 620px;
    top: -240px;
    right: -166px;
    padding: 0;
    pointer-events: none;
}
@media only screen and (max-width: 1199px) {
    .architecture__symbiot-image {
        top: -160px;
    }
}
@media only screen and (max-width: 767px) {
    .architecture__symbiot-image {
        top: -80px;
        right: -84px;
        width: 400px;
        height: 124px;
    }
}
.architecture__symbiot-image img {
    width: 100%;
}
.architecture--symbiot {
    overflow: hidden;
}
.architecture--symbiot::before {
    z-index: 3;
    background-color: #101010;
}
.architecture--symbiot .architecture-card .title {
    background-color: #00a0df;
    min-height: 0;
}
.architecture--symbiot .btn {
    background-color: #003da6;
    border: 2px solid #003da6;
    background-image: none;
}
.architecture--symbiot .btn:before {
    display: none;
}
.architecture--symbiot .btn:hover, .architecture--symbiot .btn:focus {
    box-shadow: 0 0 0 3px rgba(0, 160, 223, 0.2);
    border-color: #00a0df;
    background-color: #00a0df;
}
/* stylelint-disable */
.banner__link::after, .banner-link-slider::before, .banner::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
.banner {
    position: relative;
    color: #fff;
}
.banner .title {
    font-weight: 700;
}
.banner::before {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.6;
    width: 56.3%;
    z-index: 3;
}
@media only screen and (max-width: 1022.8px) {
    .banner::before {
        max-width: 100%;
    }
}
.banner__inner {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    min-height: 674px;
    padding: 220px 0 0;
}
@media only screen and (max-width: 1439px) {
    .banner__inner {
        padding-top: 170px;
    }
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .banner__inner {
        min-height: 600px;
        padding-top: 130px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .banner__inner {
        padding-top: 120px;
        min-height: 500px;
    }
}
@media only screen and (max-width: 767px) {
    .banner__inner {
        min-height: 400px;
        padding-top: 60px;
    }
}
.banner__content {
    flex: auto;
}
.banner__text {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .banner__text {
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .banner__text {
        grid-gap: 10px;
        grid-template-columns: 1fr;
    }
}
.banner-link-slider {
    position: relative;
    margin-top: 40px;
}
.banner-link-slider::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3;
    width: 100vw;
}
.banner-link-slider .swiper {
    position: relative;
    z-index: 5;
}
.banner-link-slider .swiper-slide:last-child .banner__link::before {
    display: none;
}
.banner-link-slider .swiper-scrollbar-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}
.banner__link {
    width: 100%;
    position: relative;
    display: block;
    padding: 30px 32px 26px;
    min-height: 138px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 1439px) {
    .banner__link {
        padding: 26px;
    }
}
@media only screen and (max-width: 1199px) {
    .banner__link {
        padding: 20px 20px 10px;
        min-height: 118px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .banner__link {
        min-height: 1px;
    }
}
.banner__link::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.banner__link::after {
    background-color: #fff;
    top: inherit;
    bottom: 0;
    height: 0;
    transition: height 0.3s ease;
    z-index: -1;
    border-radius: 8px 8px 0 0;
}
.banner__link-super-title {
    color: #808080;
    font-weight: 700;
}
.banner__link.is-active, .banner__link:hover {
    color: #111111;
}
.banner__link.is-active::after, .banner__link:hover::after {
    height: 100%;
}
.banner__link.is-active::before, .banner__link:hover::before {
    opacity: 0;
}
.banner__link.is-active .banner__link-super-title, .banner__link:hover .banner__link-super-title {
    color: #84bc41;
}
.banner--without-links .banner__inner {
    padding: 86px 0;
    min-height: 594px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .banner--without-links .banner__inner {
        min-height: 500px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .banner--without-links .banner__inner {
        padding: 50px 0;
        min-height: 450px;
    }
}
@media only screen and (max-width: 767px) {
    .banner--without-links .banner__inner {
        min-height: 360px;
    }
}
.banner--without-links .banner__content {
    justify-content: flex-start;
}

.sc-banner + .sc-two-col-module .two-col-module.bg-gray {
    margin-top: -160px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .sc-banner + .sc-two-col-module .two-col-module.bg-gray {
        margin-top: -100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .sc-banner + .sc-two-col-module .two-col-module.bg-gray {
        margin-top: -80px;
    }
}
@media only screen and (max-width: 767px) {
    .sc-banner + .sc-two-col-module .two-col-module.bg-gray {
        margin-top: -40px;
    }
}
/* stylelint-disable */
/* stylelint-enable */
.banner-card {
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    padding: 80px 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 32px;
}
@media only screen and (max-width: 1199px) {
    .banner-card {
        padding: 80px 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-card {
        padding: 60px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-card {
        padding: 40px 8px;
        border-radius: 16px;
    }
}
.banner-card__title {
    text-align: center;
}
.banner-card__title .title {
    font-weight: 700;
}
.banner-card__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    grid-gap: 40px;
}
@media only screen and (max-width: 1199px) {
    .banner-card__content {
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-card__content {
        grid-template-columns: 1fr;
        grid-gap: 40px;
        margin-top: 20px;
    }
}
.banner-card__item {
    text-align: center;
    width: 100%;
}
@media only screen and (max-width: 1022.8px) {
    .banner-card__item {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (max-width: 767px) {
    .banner-card__item {
        min-height: auto;
    }
}
.banner-card__item:hover img {
    transform: scale(1.1);
}
.banner-card__img {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    border-radius: 16px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 1022.8px) {
    .banner-card__img {
        border-radius: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .banner-card__img {
        border-radius: 8px;
    }
}
.banner-card__img img {
    transition: 1s ease;
}
.banner-card__text {
    margin-top: 20px;
}
.banner-card__text:hover {
    color: #fff;
}
.banner-card__text .btn__text {
    position: relative;
}

.sc-banner-card {
    min-height: 633px;
}
/* stylelint-disable */
.benefit::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
.benefit {
    position: relative;
}
.benefit__title {
    position: relative;
}
.benefit .container {
    position: relative;
}
.benefit .swiper-slide {
    width: auto;
}
.benefit::after {
    background-image: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #fafafa 100%);
}
.benefit-slider {
    overflow: visible;
}
.benefit .benefit-card {
    max-width: 100%;
    width: 560px;
    min-height: 100%;
}
@media only screen and (max-width: 1199px) {
    .benefit .benefit-card {
        width: 480px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .benefit .benefit-card {
        width: 450px;
    }
}
@media only screen and (max-width: 767px) {
    .benefit .benefit-card {
        width: 100%;
    }
}
.benefit .benefit-card--secondary {
    width: 450px;
}
@media only screen and (max-width: 1199px) {
    .benefit .benefit-card--secondary {
        width: 400px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .benefit .benefit-card--secondary {
        width: 360px;
    }
}
@media only screen and (max-width: 767px) {
    .benefit .benefit-card--secondary {
        width: 100%;
    }
}
.benefit--full-gray-bg {
    background-color: #fafafa;
}
.benefit--full-gray-bg::after {
    display: none;
}
.benefit--new::after {
    display: none;
}
.benefit--new .swiper-slide {
    margin-right: 40px !important;
}
.benefit__icon {
    position: absolute;
    bottom: 40px;
    right: 40px;
    max-width: 350px;
    max-height: 320px;
}
@media only screen and (max-width: 1199px) {
    .benefit__icon {
        max-width: 320px;
        max-height: 300px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .benefit__icon {
        max-width: 280px;
        max-height: 260px;
    }
}
@media only screen and (max-width: 767px) {
    .benefit__icon {
        max-width: 240px;
        max-height: 200px;
    }
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.category-module {
    position: relative;
}
.category-module .scrolling-banner {
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 10;
}
@media only screen and (max-width: 1022.8px) {
    .category-module .scrolling-banner {
        height: auto;
        position: fixed;
        bottom: 0;
        left: 0;
        transform: translateY(100%);
    }
}

/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.challenges {
    position: relative;
    z-index: 4;
}
.challenges-wrap {
    position: relative;
}
.challenges__image-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 40px;
    align-items: flex-start;
}
@media only screen and (max-width: 1199px) {
    .challenges__image-list {
        grid-gap: 0 20px;
    }
}
.challenges__image {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 158%;
    border-radius: 32px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .challenges__image {
        border-radius: 16px;
    }
}
.challenges__image:nth-child(4n+2), .challenges__image:nth-child(4n+4) {
    margin-top: 60px;
    padding-bottom: 188%;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .challenges__image:nth-child(4n+2), .challenges__image:nth-child(4n+4) {
        margin-top: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .challenges__image:nth-child(4n+2), .challenges__image:nth-child(4n+4) {
        margin-top: 24px;
    }
}
.challenges__image:nth-child(4n+3) {
    margin-top: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .challenges__image:nth-child(4n+3) {
        margin-top: -60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .challenges__image:nth-child(4n+3) {
        margin-top: -40px;
    }
}
@media only screen and (max-width: 767px) {
    .challenges__image:nth-child(4n+3) {
        margin-top: -32px;
    }
}
.challenges__image img {
    transition: transform 0.6s ease;
}
.challenges__image:hover img {
    transform: scale(1.06);
}
.challenges--secondary .challenges__top {
    background-color: #fafafa;
}
.challenges--secondary .challenges__bottom {
    position: relative;
}
.challenges--secondary .challenges__bottom:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background-color: #fafafa;
}
.challenges--secondary .challenges__image {
    padding-bottom: 0;
    height: auto;
    max-width: 70%;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 1199px) {
    .challenges--secondary .challenges__image {
        max-width: 90%;
    }
}
@media only screen and (max-width: 1022.8px) {
    .challenges--secondary .challenges__image {
        max-width: 100%;
        position: relative;
    }
}
.challenges--secondary .challenges__image:hover img {
    transform: scale(1);
}
.challenges--secondary .challenges__image img {
    position: relative;
    width: 100%;
}
.challenges--secondary .challenges__text {
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 60px 120px 60px 60px;
    margin-left: auto;
    width: 60%;
    border-radius: 32px;
}
@media only screen and (max-width: 1199px) {
    .challenges--secondary .challenges__text {
        width: 80%;
    }
}
@media only screen and (max-width: 1022.8px) {
    .challenges--secondary .challenges__text {
        width: 95%;
        transform: translateY(-120px);
        padding: 40px 60px 40px 40px;
    }
}
@media only screen and (max-width: 767px) {
    .challenges--secondary .challenges__text {
        transform: translateY(-60px);
        padding: 28px 36px 28px 28px;
    }
}
@media only screen and (max-width: 767px) {
    .challenges--secondary .challenges__text {
        border-radius: 16px;
    }
}
.challenges--secondary .challenges__text .title {
    font-size: 38px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.32;
}
@media only screen and (max-width: 1022.8px) {
    .challenges--secondary .challenges__text .title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .challenges--secondary .challenges__text .title {
        font-size: 24px;
    }
}
.challenges--secondary .challenges__text .editor-text {
    font-size: 15px;
}
.challenges--secondary .challenges__text .editor-text ul li {
    margin-bottom: 20px;
    font-weight: 600;
}
.challenges--secondary .challenges__text .editor-text ul li:last-of-type {
    margin-bottom: 0;
}
.challenges--secondary .challenges__text .editor-text ul li:before {
    top: 12px;
    width: 10px;
    height: 4px;
    border-radius: 0;
}
.challenges--secondary .container {
    position: relative;
}
.challenges--reverse .challenges__top {
    background-color: #fff;
}
.challenges--reverse .challenges__bottom:before {
    display: none;
}
.challenges--reverse .challenges__image {
    max-width: 80%;
    left: auto;
    right: 0;
}
@media only screen and (max-width: 1199px) {
    .challenges--reverse .challenges__image {
        max-width: 90%;
    }
}
@media only screen and (max-width: 1022.8px) {
    .challenges--reverse .challenges__image {
        max-width: 100%;
    }
}
.challenges--reverse .challenges__text {
    margin-left: 0;
    width: 48%;
}
@media only screen and (max-width: 1199px) {
    .challenges--reverse .challenges__text {
        width: 80%;
    }
}
@media only screen and (max-width: 1022.8px) {
    .challenges--reverse .challenges__text {
        width: 95%;
    }
}
.challenges--reverse .challenges__text .title {
    font-size: 42px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.32;
}
@media only screen and (max-width: 1022.8px) {
    .challenges--reverse .challenges__text .title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .challenges--reverse .challenges__text .title {
        font-size: 28px;
    }
}

/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.core-activities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .core-activities {
        grid-gap: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .core-activities {
        grid-gap: 40px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .core-activities {
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .core-activities {
        grid-gap: 12px;
        grid-template-columns: auto;
        justify-content: center;
    }
}
/* stylelint-disable */
/* stylelint-enable */
.counter-module {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 40px;
}
@media only screen and (max-width: 1022.8px) {
    .counter-module {
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .counter-module {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        text-align: center;
    }
}
.counter-module__number {
    color: #d11d17;
}
.counter-module sup {
    font-size: 68%;
}
/* stylelint-disable */
.cta-module__bg::after, .cta-module::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.cta-module .title {
    font-size: 64px;
    line-height: 1.19;
    font-weight: 700;
}
@media only screen and (max-width: 1439px) {
    .cta-module .title {
        font-size: 45px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .cta-module .title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .cta-module .title {
        font-size: 32px;
    }
}

/* stylelint-enable */
.cta-module {
    position: relative;
    min-height: 600px;
    padding: 80px 0;
    text-align: center;
    flex-direction: column;
    color: #fff;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .cta-module {
        min-height: 460px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .cta-module {
        padding: 40px 0;
        min-height: 360px;
    }
}
@media only screen and (max-width: 767px) {
    .cta-module {
        min-height: 330px;
    }
}
.cta-module::after {
    background-color: rgba(17, 17, 17, 0.47);
}
.cta-module__content {
    padding: 0 70px;
    position: relative;
    z-index: 5;
}
@media only screen and (max-width: 1199px) {
    .cta-module__content {
        padding: 0;
    }
}
.cta-module__bg::after {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.cta-module--small {
    border-radius: 32px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .cta-module--small {
        border-radius: 16px;
    }
}
/* stylelint-disable */
/* stylelint-enable */
.detail-page {
    position: relative;
}
.detail-page .back-link {
    margin-bottom: 30px;
}
.detail-page__date {
    color: #808080;
    margin-bottom: 8px;
}
@media only screen and (max-width: 1022.8px) {
    .detail-page__date {
        margin: 0;
    }
}
.detail-page__author {
    color: #808080;
    margin-bottom: 8px;
}
@media only screen and (max-width: 1022.8px) {
    .detail-page__author {
        margin: 0;
    }
}
.detail-page__title {
    max-width: 680px;
    position: relative;
    font-weight: 700;
}
.detail-page__image {
    margin-bottom: 0;
    border-radius: 32px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .detail-page__image {
        border-radius: 16px;
    }
}
.detail-page__image img {
    width: 100%;
}
.detail-page__content .margin:last-child {
    display: none;
}
.detail-page .editor-text,
.detail-page .sc-our-team {
    max-width: 680px;
}
.detail-page__lead-text {
    color: #d11d17;
}
@media only screen and (max-width: 1022.8px) {
    .detail-page .social-share {
        margin-bottom: 30px;
    }
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.device-hero {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 28px;
    margin-bottom: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .device-hero {
        margin-bottom: 60px;
        padding-top: 0;
    }
}
@media only screen and (max-width: 1199px) {
    .device-hero {
        margin-bottom: 60px;
        padding-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .device-hero {
        margin-bottom: 40px;
    }
}
.device-hero__image {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.device-hero .container {
    position: relative;
    z-index: 1;
}
.device-hero__content {
    background-color: #fff;
    padding: 72px 92px 140px 84px;
    box-shadow: -30px -8px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 40px;
    border-radius: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .device-hero__content {
        padding: 60px 80px 100px 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .device-hero__content {
        padding: 60px 80px 100px 80px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .device-hero__content {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .device-hero__content {
        padding: 40px 32px 80px;
        border-radius: 16px;
    }
}
.device-hero .container {
    transform: translateY(80px);
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .device-hero .container {
        transform: translateY(60px);
    }
}
@media only screen and (max-width: 1199px) {
    .device-hero .container {
        transform: translateY(60px);
    }
}
@media only screen and (max-width: 767px) {
    .device-hero .container {
        transform: translateY(40px);
    }
}
.device-hero__category {
    color: rgba(17, 17, 17, 0.5);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: uppercase;
}
@media only screen and (max-width: 1022.8px) {
    .device-hero__category {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .device-hero__category {
        font-size: 14px;
    }
}
.device-hero .title {
    font-weight: 500;
    font-size: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .device-hero .title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1199px) {
    .device-hero .title {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .device-hero .title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .device-hero .title {
        font-size: 24px;
    }
}
.device-hero .title strong {
    font-weight: 700;
}
.device-hero .editor-text {
    font-size: 18px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .device-hero .editor-text {
        font-size: 16px;
    }
}
.device-hero .editor-text ul {
    column-count: 2;
    column-gap: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .device-hero .editor-text ul {
        column-gap: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .device-hero .editor-text ul {
        column-gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .device-hero .editor-text ul {
        column-count: 1;
    }
}
.device-hero .editor-text ul li {
    margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
    .device-hero .editor-text ul li {
        margin-bottom: 12px;
    }
}
.device-hero .editor-text ul li:before {
    top: 12px;
    width: 10px;
    height: 4px;
    border-radius: 0;
}
.device-hero__zoom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1022.8px) {
    .device-hero__zoom {
        height: 200px;
        display: inline-flex;
    }
}
.device-hero__zoom:after {
    content: "";
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -24px;
    background: radial-gradient(#000 0%, #fff 75%);
    background-repeat: no-repeat;
    opacity: 0.08;
}
@media only screen and (max-width: 1022.8px) {
    .device-hero__zoom:after {
        height: 20px;
        bottom: -16px;
    }
}
.device-hero__zoom-icon {
    position: absolute;
    top: 28px;
    right: 0;
    width: 26px;
    height: 25px;
    cursor: pointer;
}
@media only screen and (max-width: 1022.8px) {
    .device-hero__zoom-icon {
        top: 0px;
    }
}
.device-hero__zoom-icon .icon {
    height: 100%;
    width: 100%;
}
.device-hero__fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    z-index: 999;
}
.device-hero__fullscreen.is-active {
    pointer-events: auto;
    opacity: 1;
}
.device-hero__fullscreen.is-active .device-hero__fullscreen-image {
    transform: scale(1);
}
.device-hero__fullscreen-overlay {
    background-color: rgba(255, 255, 255, 0.97);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.device-hero__fullscreen-close {
    position: absolute;
    top: 24px;
    right: 24px;
    height: 52px;
    width: 52px;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.device-hero__fullscreen-close .icon {
    width: 20px;
    height: 20px;
}
.device-hero__fullscreen-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    height: calc(100% - 48px);
    width: calc(100% - 48px);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: transform 0.5s ease;
    pointer-events: none;
}

/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.device-slider {
    overflow: visible;
}
.device-slider__slide {
    width: 450px;
    margin-right: 40px;
    height: 100%;
}
@media only screen and (max-width: 1199px) {
    .device-slider__slide {
        width: 400px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .device-slider__slide {
        width: 360px;
        margin-right: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .device-slider__slide {
        width: 100%;
    }
}
.device-slider__slide .product-card {
    height: 100%;
}
.device-slider__slide--small {
    width: 272px;
}
@media only screen and (max-width: 1022.8px) {
    .device-slider__slide--small {
        width: 240px;
    }
}
@media only screen and (max-width: 767px) {
    .device-slider__slide--small {
        width: 240px;
    }
}
.device-slider .swiper-slide {
    width: auto;
    height: auto;
}

.sc-device-slider {
    overflow: hidden;
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.digital-lines-module {
    width: 95%;
    margin: 0 auto;
}
.digital-lines-module .project-execution__bg {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
}
@media only screen and (max-width: 1022.8px) {
    .digital-lines-module .project-execution__bg {
        width: 100%;
    }
}
.digital-lines-module .project-execution__bg img {
    position: relative;
}

/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.download-card-list .download-card {
    max-width: 100%;
}
/* stylelint-disable */
/* stylelint-enable */
.dropdown-card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    padding: 68px 0 200px;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .dropdown-card-list {
        grid-gap: 24px;
        padding: 68px 0 160px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .dropdown-card-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .dropdown-card-list {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.dropdown-card-list__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dropdown-card-list__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sc-dropdown-card-list {
    position: relative;
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.editor-text h6, .editor-text h5, .editor-text h4, .editor-text h3, .editor-text h2, .editor-text h1 {
    font-weight: 500;
}
.editor-text h6 strong, .editor-text h5 strong, .editor-text h4 strong, .editor-text h3 strong, .editor-text h2 strong, .editor-text h1 strong {
    font-weight: 700;
}

.editor-text h1 {
    font-size: 84px;
    line-height: 1.12;
}
@media only screen and (max-width: 1439px) {
    .editor-text h1 {
        font-size: 74px;
    }
}
@media only screen and (max-width: 1199px) {
    .editor-text h1 {
        font-size: 62px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .editor-text h1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h1 {
        font-size: 40px;
    }
}

.editor-text h2 {
    font-size: 50px;
    line-height: 1.18;
}
@media only screen and (max-width: 1439px) {
    .editor-text h2 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .editor-text h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h2 {
        font-size: 32px;
    }
}

.editor-text h3 {
    font-size: 42px;
    line-height: 1.3;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .editor-text h3 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .editor-text h3 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h3 {
        font-size: 28px;
    }
}

.editor-text h4 {
    font-size: 28px;
    line-height: 1.38;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .editor-text h4 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .editor-text h4 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h4 {
        font-size: 22px;
    }
}

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

.editor-text h6 {
    font-size: 18px;
    line-height: 1.78;
}

.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;
    background-color: transparent;
}

/* stylelint-enable */
.container .editor-text .container {
    max-width: 100%;
    padding: 0;
}
.editor-text h1 {
    margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
    .editor-text h1 {
        margin-bottom: 15px;
    }
}
* + .editor-text h1 {
    margin-top: 26px;
}
.editor-text h1:first-child {
    margin-top: 0;
}
.editor-text h1:last-child {
    margin-bottom: 0;
}
.editor-text h2 {
    margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
    .editor-text h2 {
        margin-bottom: 15px;
    }
}
* + .editor-text h2 {
    margin-top: 26px;
}
.editor-text h2:first-child {
    margin-top: 0;
}
.editor-text h2:last-child {
    margin-bottom: 0;
}
.editor-text h3 {
    margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
    .editor-text h3 {
        margin-bottom: 15px;
    }
}
* + .editor-text h3 {
    margin-top: 26px;
}
.editor-text h3:first-child {
    margin-top: 0;
}
.editor-text h3:last-child {
    margin-bottom: 0;
}
.editor-text h4 {
    margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
    .editor-text h4 {
        margin-bottom: 15px;
    }
}
* + .editor-text h4 {
    margin-top: 26px;
}
.editor-text h4:first-child {
    margin-top: 0;
}
.editor-text h4:last-child {
    margin-bottom: 0;
}
.editor-text h5 {
    margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
    .editor-text h5 {
        margin-bottom: 15px;
    }
}
* + .editor-text h5 {
    margin-top: 26px;
}
.editor-text h5:first-child {
    margin-top: 0;
}
.editor-text h5:last-child {
    margin-bottom: 0;
}
.editor-text h6 {
    margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
    .editor-text h6 {
        margin-bottom: 15px;
    }
}
* + .editor-text h6 {
    margin-top: 26px;
}
.editor-text h6:first-child {
    margin-top: 0;
}
.editor-text h6:last-child {
    margin-bottom: 0;
}
.editor-text h4,
.editor-text h5,
.editor-text h6 {
    margin-bottom: 8px;
}
.editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text figure,
.editor-text table {
    margin-bottom: 24px;
}
.editor-text p:first-child,
.editor-text ul:first-child,
.editor-text ol:first-child,
.editor-text figure:first-child,
.editor-text table:first-child {
    margin-top: 0;
}
.editor-text p:last-child,
.editor-text ul:last-child,
.editor-text ol:last-child,
.editor-text figure:last-child,
.editor-text table:last-child {
    margin-bottom: 0;
}
.editor-text p a,
.editor-text ul a,
.editor-text ol a,
.editor-text figure a,
.editor-text table a {
    color: #d11d17;
}
.editor-text p a:hover,
.editor-text ul a:hover,
.editor-text ol a:hover,
.editor-text figure a:hover,
.editor-text table a:hover {
    text-decoration: none;
    color: #ee3129;
}
.editor-text figure img {
    margin: 0;
}
.editor-text img {
    margin-bottom: 8px;
}
* + .editor-text img {
    margin-top: 8px;
}
.editor-text img:first-child {
    margin-top: 0;
}
.editor-text img:last-child {
    margin-bottom: 0;
}
.editor-text img.aligncenter, .editor-text img.alignright, .editor-text img.aligleft, .editor-text img.alignnone {
    display: block;
}
.editor-text img.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.editor-text img.alignright {
    margin-left: auto;
}
.editor-text img.aligleft {
    margin-right: auto;
}
.editor-text ul,
.editor-text ol {
    list-style: none;
    padding-left: 0;
}
.editor-text ul li,
.editor-text ol li {
    padding-left: 32px;
    position: relative;
}
.editor-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    top: 10px;
    background-color: #d11d17;
}
.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;
    color: #000;
}
.editor-text table {
    border: 1px solid;
    width: 100%;
}
.editor-text table tr {
    border-bottom: 1px solid;
}
.editor-text table th,
.editor-text table td {
    padding: 0.5em;
    height: auto !important;
}
.editor-text table th:not(:first-child),
.editor-text table td:not(:first-child) {
    border-left: 1px solid;
}
.editor-text table.without-lines {
    border: none;
}
.editor-text table.without-lines tr,
.editor-text table.without-lines th,
.editor-text table.without-lines td {
    border: none;
}
.editor-text blockquote {
    position: relative;
    left: -68px;
    width: calc(100% + 136px);
    font-style: italic;
    border-left: 4px solid #d11d17;
    padding: 28px 48px;
    line-height: 1.8;
    color: rgba(17, 17, 17, 0.8);
}
@media only screen and (max-width: 1022.8px) {
    .editor-text blockquote {
        left: -20px;
        width: calc(100% + 20px);
        padding: 20px 32px;
    }
}
.editor-text blockquote p {
    margin: 0 !important;
}
.editor-text strong {
    font-weight: 700;
}
/* stylelint-disable */
.embedded-form__inner::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
.embedded-form {
    position: relative;
}
.embedded-form__inner {
    position: relative;
    height: 0;
    padding-bottom: 52.33%;
}
.embedded-form__inner::before {
    z-index: -1;
    background-color: #fafafa;
    top: inherit;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 50%;
    width: 100vw;
}
.embedded-form__inner img {
    object-fit: contain;
}
.embedded-form__iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/* stylelint-disable */
.find-provider .container::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
.find-provider {
    position: relative;
    display: flex;
    align-items: flex-end;
    text-align: center;
    padding: 200px 0;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .find-provider {
        padding: 140px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .find-provider {
        padding: 100px 0;
    }
}
@media only screen and (max-width: 767px) {
    .find-provider {
        padding: 80px 0;
    }
}
.find-provider__title {
    position: relative;
}
.find-provider__title .ghost-title {
    text-align: center;
    left: 0;
    line-height: 1;
}
.find-provider__title .title {
    font-weight: 700;
}
.find-provider__content {
    position: relative;
    z-index: 5;
    padding: 0 50px;
}
@media only screen and (max-width: 1022.8px) {
    .find-provider__content {
        padding: 0;
    }
}
.find-provider .editor-text {
    line-height: 1.4;
}
.find-provider .container {
    position: relative;
}
.find-provider .container::after {
    height: 200%;
    width: 47.5%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1216' height='840'%3E%3Cdefs%3E%3CradialGradient id='a' cx='.5' cy='.5' r='.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.473' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cellipse cx='608' cy='420' rx='608' ry='420' fill='url(%23a)'/%3E%3C/svg%3E") no-repeat center/cover;
}
@media only screen and (max-width: 1022.8px) {
    .find-provider .container::after {
        width: 100%;
    }
}
.find-provider__image {
    max-width: 1080px;
    left: 50%;
    transform: translateX(-50%);
    top: -44px;
}
.find-provider .bg-image img {
    object-fit: contain;
}
.find-provider--small {
    padding: 60px;
}
@media only screen and (max-width: 767px) {
    .find-provider--small {
        padding: 40px;
    }
}
/* stylelint-disable */
.form-module__form::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
.form-module .editor-text p:not(:last-child) {
    margin-bottom: 32px;
}
@media only screen and (max-width: 1022.8px) {
    .form-module .editor-text p:not(:last-child) {
        margin-bottom: 15px;
    }
}
.form-module .title {
    font-weight: 700;
}
.form-module .mod-input {
    max-width: 100%;
    margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
    .form-module .mod-input {
        margin-bottom: 20px;
    }
}
.form-module__form {
    padding: 80px 0 80px 120px;
    position: relative;
    height: 100%;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .form-module__form {
        padding-left: 80px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .form-module__form {
        padding: 40px 0;
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .form-module__form {
        padding: 32px 0;
    }
}
.form-module__form::after {
    background-color: #fafafa;
    width: 70vw;
    z-index: -1;
    border-radius: 32px 0 0 32px;
}
@media only screen and (max-width: 1022.8px) {
    .form-module__form::after {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 0;
    }
}
@media only screen and (max-width: 767px) {
    .form-module__form::after {
        border-radius: 8px;
    }
}
.form-module__form-footer {
    display: grid;
    grid-template-columns: 1fr 18%;
    grid-gap: 20px;
    align-items: flex-start;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .form-module__form-footer {
        grid-template-columns: 1fr;
        justify-items: flex-start;
    }
}
@media only screen and (max-width: 767px) {
    .form-module__form-footer {
        grid-template-columns: 1fr;
        justify-items: flex-start;
    }
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .form-module__form-footer .btn {
        margin-left: 46px;
    }
}
@media only screen and (max-width: 767px) {
    .form-module__form-footer .btn {
        margin-left: 46px;
    }
}
@media (max-width: 320px) {
    .form-module__form-footer .btn {
        margin-left: 0;
    }
}
.form-module .mod-link {
    margin-left: 46px;
}
@media (max-width: 320px) {
    .form-module .mod-link {
        margin-left: 0;
    }
}
.form-module__image {
    position: relative;
}
.form-module__image-inner {
    position: relative;
    height: 0;
    padding-bottom: 93%;
    width: calc(100% + 120px);
    border-radius: 16px;
    overflow: hidden;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .form-module__image-inner {
        width: calc(100% + 80px);
    }
}
@media only screen and (max-width: 1022.8px) {
    .form-module__image-inner {
        width: 100%;
        padding-bottom: 72%;
    }
}
.form-module__checkboxes {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 26px;
}
.form-module__checkboxes .checkbox__label {
    padding-top: 4px;
}
.form-module__checkboxes-label {
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}
.form-module__extra-info {
    color: #808080;
    font-size: 14px;
}
.form-module--has-image .form-module__form {
    height: auto;
}
@media only screen and (max-width: 1199px) {
    .form-module--has-image .form-module__form {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .form-module--has-image .form-module__form {
        margin-top: 0;
        padding: 40px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .form-module--has-image .form-module__form {
        padding: 32px 20px;
    }
}
.form-module--has-image .form-module__form::after {
    left: -120px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .form-module--has-image .form-module__form::after {
        left: -80px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .form-module--has-image .form-module__form::after {
        left: 0;
        transform: translateX(0);
        width: 100%;
    }
}
.form-module--success .form-module__form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
/* stylelint-disable */
/* stylelint-enable */
.footer-main {
    position: relative;
    width: 100%;
    padding-bottom: 55px;
}
@media only screen and (max-width: 1022.8px) {
    .footer-main {
        padding-bottom: 40px;
    }
}
.footer-main__top {
    padding-top: 72px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .footer-main__top {
        padding-top: 50px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .footer-main__top {
        padding-top: 30px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .footer-main__nav {
        margin-bottom: 20px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-main__nav {
        margin-bottom: 12px;
    }
}
.footer-main__nav-title {
    margin-bottom: 16px;
    font-weight: 700;
}
@media only screen and (max-width: 1022.8px) {
    .footer-main__nav-title {
        margin-bottom: 12px;
        line-height: normal;
    }
}
@media only screen and (max-width: 767px) {
    .footer-main__nav-title {
        margin-bottom: 6px;
    }
}
.footer-main__nav-item + .footer-main__nav-item {
    margin-top: 32px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .footer-main__nav-item + .footer-main__nav-item {
        margin-top: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .footer-main__nav-item + .footer-main__nav-item {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-main__nav-item + .footer-main__nav-item {
        margin-top: 12px;
    }
}
.footer-main__nav-subnav li + li {
    margin-top: 5px;
}
@media only screen and (max-width: 767px) {
    .footer-main__nav-subnav li + li {
        margin-top: 2px;
    }
}
.footer-main__link {
    position: relative;
    padding-bottom: 2px;
    background: linear-gradient(#ee3129, #ee3129) left bottom no-repeat;
    background-size: 0% 1px;
    transition: all 0.5s ease;
}
.footer-main__link:hover {
    color: #ee3129;
    background-size: 100% 1px;
}
.footer-main__logo {
    display: block;
    max-width: 240px;
    width: 100%;
    margin-bottom: 34px;
}
@media only screen and (max-width: 1022.8px) {
    .footer-main__logo {
        max-width: 200px;
        margin-bottom: 25px;
    }
}
.footer-main .social-nav {
    margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
    .footer-main .social-nav {
        margin-bottom: 25px;
    }
}
.footer-main .editor-text {
    line-height: 1.78;
}
@media only screen and (max-width: 1022.8px) {
    .footer-main .editor-text {
        font-size: 16px;
    }
}
.footer-main__contact {
    margin-top: 8px;
}
@media only screen and (max-width: 1199px) {
    .footer-main__contact {
        margin-top: 20px;
    }
}
.footer-main__bottom {
    margin-top: 54px;
    border-top: 1px solid #ccc;
    padding-top: 40px;
    color: #666666;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .footer-main__bottom {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .footer-main__bottom {
        margin-top: 30px;
        padding-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-main__bottom {
        flex-direction: column;
        padding-top: 20px;
    }
}
.footer-main__bottom .footer-main__nav-item {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: 8px;
    padding-right: 14px;
}
.footer-main__bottom .footer-main__nav-item::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
}
.footer-main__bottom .footer-main__nav-item:last-child {
    padding-right: 0;
    margin: 0;
}
.footer-main__bottom .footer-main__nav-item:last-child::after {
    display: none;
}
.footer-main__copyright-text {
    margin-right: 20px;
}
@media only screen and (max-width: 767px) {
    .footer-main__copyright-text {
        margin: 0 0 10px;
    }
}
.footer-main--symbiot {
    background-color: #101010;
    color: #fff;
}
.footer-main--symbiot .footer-main__top {
    border-top: none;
}
.footer-main--symbiot .footer-main__bottom {
    border-top: 1px solid rgba(204, 204, 204, 0.3);
}
.footer-main--symbiot .footer-main__link {
    background: linear-gradient(#00a0df, #00a0df) left bottom no-repeat;
    background-size: 0% 1px;
}
.footer-main--symbiot .footer-main__link:hover {
    color: #00a0df;
    background-size: 100% 1px;
}
.footer-main--symbiot .icon::before {
    background-color: #00a0df;
}
.footer-main--symbiot .row > div {
    margin: 0;
    flex-basis: 100%;
    max-width: 100%;
}
.footer-main--symbiot .footer-main__contact {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .footer-main--symbiot .footer-main__contact {
        flex-direction: column;
    }
}
.footer-main--symbiot .footer-main__contact .social-nav {
    width: auto;
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.mod-gallery {
    overflow: hidden;
}
.mod-gallery__title {
    position: relative;
}
.mod-gallery__item {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 67%;
    cursor: pointer;
    display: block;
    border-radius: 16px;
}
@media only screen and (max-width: 767px) {
    .mod-gallery__item {
        width: 220px;
    }
}
.mod-gallery__item:focus-visible {
    outline: 0;
}
.mod-gallery__item .icon::before {
    background-color: #d11d17;
}
.mod-gallery__item-icon {
    width: 64px;
    height: 64px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.6s ease;
}
@media only screen and (max-width: 1022.8px) {
    .mod-gallery__item-icon {
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .mod-gallery__item-icon .icon {
        width: 20px;
        height: 20px;
    }
}
.mod-gallery__item img {
    transition: transform 0.6s ease;
}
.mod-gallery__item:hover img {
    transform: scale(1.08);
}
.mod-gallery__slider {
    overflow: visible;
}
.mod-gallery .swiper-slide {
    width: auto;
}
.mod-gallery .slider-nav {
    margin-top: 32px;
}
/* stylelint-disable */
/* stylelint-enable */
.help-module__link-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 0 40px;
}
@media only screen and (max-width: 1022.8px) {
    .help-module__link-list {
        grid-gap: 0 30px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .help-module__link-list {
        grid-template-columns: 1fr;
    }
}
.help-module .arrow-link {
    max-width: 100%;
}
.help-module .section-title .title {
    font-weight: 700;
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.hero-image {
    width: 100%;
    padding: 80px 0;
    position: relative;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 126px);
}
@media only screen and (max-width: 1439px) {
    .hero-image {
        min-height: calc(100vh - 86px);
    }
}
@media only screen and (max-width: 1199px) {
    .hero-image {
        min-height: calc(100vh - 74px);
    }
}
@media only screen and (max-width: 1022.8px) {
    .hero-image {
        min-height: calc(100vh - 72px);
    }
}
@media only screen and (max-width: 767px) {
    .hero-image {
        padding: 80px 0 40px;
    }
}
.hero-image.with-extra-image {
    padding: 80px 0 40px;
}
@media only screen and (max-width: 767px) {
    .hero-image.with-extra-image {
        padding: 80px 0 20px;
    }
}
.hero-image:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(106, 205, 245, 0) 60%, #666 100%);
    mix-blend-mode: color;
}
.hero-image__image {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.hero-image .container {
    position: relative;
    z-index: 1;
}
.hero-image__content {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 72px 125px 140px 84px;
    box-shadow: -30px 30px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    border-radius: 32px;
}
@media only screen and (max-width: 1199px) {
    .hero-image__content {
        padding: 60px 80px 100px 80px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-image__content {
        border-radius: 16px;
        padding: 40px 32px 80px;
    }
}
.hero-image__category {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: uppercase;
    color: rgba(17, 17, 17, 0.5);
}
@media only screen and (max-width: 767px) {
    .hero-image__category {
        font-size: 16px;
    }
}
.hero-image .title {
    font-weight: 500;
}
.hero-image .title strong {
    font-weight: 700;
}
.hero-image .editor-text {
    width: 75%;
    font-size: 18px;
}
@media only screen and (max-width: 1199px) {
    .hero-image .editor-text {
        width: 80%;
    }
}
@media only screen and (max-width: 767px) {
    .hero-image .editor-text {
        width: 100%;
        font-size: 16px;
    }
}
.hero-image__icon {
    position: absolute;
    bottom: 52px;
    right: 60px;
    opacity: 0.04;
    pointer-events: none;
}
@media only screen and (max-width: 1199px) {
    .hero-image__icon {
        bottom: 40px;
        right: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-image__icon {
        bottom: 20px;
        right: 20px;
    }
}
.hero-image__icon img {
    width: 160px;
    height: 136px;
    object-fit: contain;
}
@media only screen and (max-width: 1199px) {
    .hero-image__icon img {
        width: 120px;
        height: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-image__icon img {
        width: 100px;
        height: 80px;
    }
}
.hero-image.icon-top .hero-image__icon {
    bottom: auto;
    top: 40px;
}
@media only screen and (max-width: 1199px) {
    .hero-image.icon-top .hero-image__icon {
        bottom: auto;
        top: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-image.icon-top .hero-image__icon {
        bottom: auto;
        top: 20px;
    }
}
.hero-image .extra-image-wrap {
    padding: 0;
}
.hero-image__extra-image {
    width: 500px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: auto;
    margin-top: -200px;
}
@media only screen and (min-width: 1440px) and (max-width: 1919px) {
    .hero-image__extra-image {
        width: 440px;
        height: 360px;
        margin-top: -180px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .hero-image__extra-image {
        width: 440px;
        height: 360px;
        margin-top: -180px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-image__extra-image {
        width: 440px;
        height: 360px;
        margin-top: -180px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .hero-image__extra-image {
        width: 300px;
        height: 250px;
        margin-top: -160px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-image__extra-image {
        width: 200px;
        height: 160px;
        margin-top: -80px;
    }
}
.hero-image__extra-image img {
    object-fit: contain;
    transform: translateX(50%);
}
@media only screen and (max-width: 767px) {
    .hero-image__extra-image img {
        transform: translateX(0%);
    }
}

/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.hero-module {
    position: relative;
}
.hero-module .swiper-slide {
    position: relative;
    background-color: #fff;
    height: auto;
}
@media only screen and (max-width: 1022.8px) {
    .hero-module .swiper-slide {
        padding: 0;
    }
}
.hero-module .container {
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
}
@media only screen and (max-width: 1022.8px) {
    .hero-module .container {
        flex-direction: column;
    }
}
.hero-module__content {
    padding: 66px 20px 66px 0;
    line-height: 1.55;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 480px;
    flex-shrink: 0;
    justify-content: center;
}
@media only screen and (min-width: 1023.8px) {
    .hero-module__content {
        transition: transform 1s ease 0.3s, opacity 1s ease 0.3s;
        opacity: 0;
        transform: translate(-150px, 0);
    }
    .hide-loader .hero-module__content {
        opacity: 1;
        transform: translate(0, 0);
    }
}
@media only screen and (max-width: 1439px) {
    .hero-module__content {
        width: 468px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-module__content {
        width: 414px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .hero-module__content {
        width: 100%;
        padding: 0;
        margin-top: 40px;
        height: auto;
    }
}
@media only screen and (min-width: 1023.8px) {
    .hero-module__content .editor-text p:not(:last-child) {
        margin-bottom: 34px;
    }
}
.hero-module__content.has-back-link {
    padding: 98px 0 86px;
}
@media only screen and (max-width: 1022.8px) {
    .hero-module__content.has-back-link {
        padding: 0;
    }
}
.hero-module__content .title--h1 {
    font-size: 78px;
}
@media only screen and (max-width: 1439px) {
    .hero-module__content .title--h1 {
        font-size: 64px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-module__content .title--h1 {
        font-size: 56px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .hero-module__content .title--h1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__content .title--h1 {
        font-size: 40px;
    }
}
.hero-module__icon {
    max-width: 200px;
    max-height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
    pointer-events: none;
}
@media only screen and (max-width: 1199px) {
    .hero-module__icon {
        max-width: 160px;
        max-height: 160px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__icon {
        max-width: 120px;
        max-height: 120px;
    }
}
.hero-module__icon img {
    object-fit: contain;
}
.hero-module__buttons {
    display: flex;
    align-items: center;
}
.hero-module__buttons .btn {
    margin-right: 24px;
}
.hero-module__image {
    position: relative;
    min-height: 774px;
    transition: transform 1s ease 0.8s, opacity 1s ease 0.8s;
    width: 100%;
}
@media only screen and (min-width: 1023.8px) {
    .hero-module__image {
        opacity: 0;
        transform: translate(150px, 0);
    }
    .hide-loader .hero-module__image {
        opacity: 1;
        transform: translate(0, 0);
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .hero-module__image {
        min-height: 714px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-module__image {
        min-height: 600px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .hero-module__image {
        min-height: 1px;
    }
}
.hero-module__image-inner {
    position: absolute;
    left: 98px;
    top: 0;
    height: 100%;
    width: calc(50vw + 20%);
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}
@media only screen and (max-width: 1439px) {
    .hero-module__image-inner {
        left: 44px;
        width: calc(50vw + 12%);
    }
}
@media only screen and (max-width: 1199px) {
    .hero-module__image-inner {
        left: 0;
    }
}
@media only screen and (max-width: 1022.8px) {
    .hero-module__image-inner {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        left: 50%;
        width: 100vw;
        border-radius: 0;
        transform: translate(-50%, 0);
    }
}
.hero-module__link {
    text-transform: uppercase;
    width: 100%;
    min-height: 116px;
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 16px 28px;
    position: relative;
    line-height: 1.17;
    font-size: 20px;
    font-weight: 700;
}
@media only screen and (min-width: 1023.8px) {
    .hero-module__link {
        transition: opacity 0.6s ease 1.3s, color 0.3s ease;
        opacity: 0;
    }
    .hero-module__link:nth-child(1) {
        transition: opacity 0.6s ease 1.3s, color 0.3s ease;
    }
    .hero-module__link:nth-child(2) {
        transition: opacity 0.6s ease 1.5s, color 0.3s ease;
    }
    .hero-module__link:nth-child(3) {
        transition: opacity 0.6s ease 1.7s, color 0.3s ease;
    }
    .hero-module__link:nth-child(4) {
        transition: opacity 0.6s ease 1.9s, color 0.3s ease;
    }
    .hero-module__link:nth-child(5) {
        transition: opacity 0.6s ease 2.1s, color 0.3s ease;
    }
    .hero-module__link:nth-child(6) {
        transition: opacity 0.6s ease 2.3s, color 0.3s ease;
    }
}
@media only screen and (max-width: 1439px) {
    .hero-module__link {
        padding: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-module__link {
        min-height: 84px;
        padding: 16px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__link {
        padding: 12px;
        font-size: 12px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        min-height: 52px;
    }
}
.hide-loader .hero-module__link {
    opacity: 1;
}
.hero-module__link .icon {
    position: absolute;
    right: 28px;
    bottom: 16px;
    transition: transform 0.3s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .hero-module__link .icon {
        right: 28px;
        bottom: 16px;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-module__link .icon {
        right: 20px;
        bottom: 16px;
        width: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__link .icon {
        right: 16px;
        bottom: 8px;
    }
}
.hero-module__link .icon::before {
    background-color: #d11d17;
}
.hero-module__link-wrapper {
    position: absolute;
    z-index: 9;
    width: 100%;
    bottom: 88px;
    display: grid;
    grid-gap: 36px;
    left: 0;
    grid-template-columns: repeat(3, 240px);
}
@media only screen and (max-width: 1439px) {
    .hero-module__link-wrapper {
        grid-gap: 20px;
        grid-template-columns: repeat(3, 200px);
    }
}
@media only screen and (max-width: 1199px) {
    .hero-module__link-wrapper {
        grid-template-columns: repeat(2, 240px);
        left: -40px;
        bottom: 80px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .hero-module__link-wrapper {
        bottom: auto;
        left: auto;
        position: relative;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 20px;
        grid-gap: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__link-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}
.hero-module__link:hover {
    color: #d11d17;
}
@media only screen and (min-width: 1023.8px) {
    .hero-module__link:hover .icon {
        transform: translate(6px, 0);
    }
}
.hero-module .cta {
    position: absolute;
    left: 0;
    min-height: 1px;
    bottom: 32px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1199px) {
    .hero-module .cta {
        left: -40px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .hero-module .cta {
        left: -10px;
        max-width: 100%;
        bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module .cta {
        position: relative;
        bottom: 0;
        margin-top: 4px;
        left: 0;
    }
}
.hero-module .cta__button {
    text-align: right;
    padding-right: 44px;
    padding-top: 4px;
}
@media only screen and (max-width: 1199px) {
    .hero-module .cta__button {
        text-align: left;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-module .cta .btn {
        width: auto;
    }
}
.hero-module .back-link {
    position: absolute;
    left: 0;
    top: 34px;
}
@media only screen and (max-width: 1022.8px) {
    .hero-module .back-link {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module .back-link {
        margin-bottom: 10px;
    }
}
.hero-module--inner-page {
    overflow-x: hidden;
}
.hero-module--inner-page .hero-module__content {
    height: auto;
}
.hero-module--inner-page .hero-module__image {
    min-height: 594px;
}
@media only screen and (max-width: 1022.8px) {
    .hero-module--inner-page .hero-module__image {
        min-height: 0;
    }
}
.hero-module--symbiot .swiper-slide {
    background-color: #f0f8ff;
}
.hero-module--symbiot .hero-module__content {
    background-color: transparent;
    justify-content: center;
}
.hero-module--symbiot .swiper-pagination-bullet:hover,
.hero-module--symbiot .swiper-pagination-bullet-active {
    background-color: #003da6 !important;
}
.hero-module .swiper-pagination {
    left: auto;
    right: auto;
    bottom: 48px;
    top: auto;
    position: relative;
    z-index: 1;
    margin: 0 24px;
}
@media only screen and (max-width: 1022.8px) {
    .hero-module .swiper-pagination {
        bottom: 0;
        margin: 0 16px;
    }
}
.hero-module .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 100%;
    opacity: 1;
    transition: background-color 0.3s ease;
    background-color: transparent;
    margin: 0 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1022.8px) {
    .hero-module .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 6px;
    }
}
.hero-module .swiper-pagination-bullet-active, .hero-module .swiper-pagination-bullet:hover {
    background-color: #d11d17;
}
.hero-module .pagination-wrapper {
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
@media only screen and (max-width: 1022.8px) {
    .hero-module .pagination-wrapper {
        width: 100%;
        bottom: auto;
        top: 0;
        height: 24px;
        right: 0;
    }
}
.hero-module__arrow {
    top: auto;
    position: relative;
    bottom: auto;
    margin: 0;
    left: auto;
    height: 20px;
    width: 20px;
    opacity: 1;
    bottom: 46px;
}
@media only screen and (max-width: 1022.8px) {
    .hero-module__arrow {
        bottom: 0;
        top: 3px;
    }
}
.hero-module__arrow .icon {
    width: 9px;
    height: 17px;
}
@media only screen and (max-width: 1022.8px) {
    .hero-module__arrow .icon {
        width: 7px;
        height: 14px;
    }
}
.hero-module__arrow .icon:before {
    background-color: #fff;
}

/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.hover-card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}
@media only screen and (max-width: 1199px) {
    .hover-card-list {
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .hover-card-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .hover-card-list {
        grid-template-columns: 1fr;
    }
}
.hover-card-list a img {
    display: none;
}
.hover-card-list a:nth-of-type(6) img {
    display: block;
}
.hover-card-list .hover-card__image {
    filter: hue-rotate(1);
}
/* stylelint-disable */
.image-card-slider--bottom-gray-bg .image-card-slider__init::before,
.image-card-slider--bottom-gray-bg .image-card-slider__footer::before, .image-card-slider__slide::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
.image-card-slider {
    position: relative;
}
.image-card-slider__title {
    position: relative;
}
.image-card-slider__slide {
    position: relative;
    min-height: 650px;
    color: #fff;
    padding: 80px;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border-radius: 32px;
}
@media only screen and (max-width: 1199px) {
    .image-card-slider__slide {
        min-height: 560px;
        padding: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .image-card-slider__slide {
        min-height: 420px;
        padding: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .image-card-slider__slide {
        padding: 32px;
        min-height: 1px;
        border-radius: 16px;
    }
}
.image-card-slider__slide::after {
    background-color: rgba(0, 0, 0, 0.3);
}
.image-card-slider__slide.light {
    color: #000;
}
.image-card-slider__slide.light:after {
    background-color: transparent;
    background-image: linear-gradient(180deg, white 10%, rgba(255, 255, 255, 0) 100%);
}
.image-card-slider__slide.light .image-card-slider__info-item:after {
    background-color: #000;
}
.image-card-slider__content {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: auto;
}
.image-card-slider__text {
    max-width: 720px;
    width: 100%;
    flex: auto;
}
@media only screen and (max-width: 1022.8px) {
    .image-card-slider__text {
        max-width: 100%;
    }
}
.image-card-slider__text .editor-text p:not(:last-child) {
    margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
    .image-card-slider__text .editor-text p:not(:last-child) {
        margin-bottom: 20px;
    }
}
.image-card-slider__info {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 50px;
}
@media only screen and (max-width: 1439px) {
    .image-card-slider__info {
        grid-gap: 30px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .image-card-slider__info {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .image-card-slider__info {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 10px;
    }
}
.image-card-slider__info-item {
    padding-right: 40px;
    position: relative;
    min-height: 92px;
}
@media only screen and (max-width: 1439px) {
    .image-card-slider__info-item {
        padding-right: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .image-card-slider__info-item {
        min-height: 1px;
        padding: 0 0 10px;
    }
}
.image-card-slider__info-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 92px;
    width: 1px;
    background-color: #fff;
}
@media only screen and (max-width: 767px) {
    .image-card-slider__info-item::after {
        height: 1px;
        width: 100%;
        top: inherit;
        bottom: 0;
    }
}
.image-card-slider__info-item:last-child::after {
    display: none;
}
@media only screen and (min-width: 1023.8px) {
    .image-card-slider__info-item:nth-child(4n+4)::after {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .image-card-slider__info-item:nth-child(3n+3) {
        padding-right: 0;
    }
    .image-card-slider__info-item:nth-child(3n+3)::after {
        display: none;
    }
}
.image-card-slider__info .editor-text p:not(:last-child) {
    margin-bottom: 10px;
}
.image-card-slider__buttons {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .image-card-slider__buttons {
        flex-direction: column;
        align-items: flex-start;
    }
}
.image-card-slider__buttons .btn:not(:last-child) {
    margin-right: 22px;
}
@media only screen and (max-width: 767px) {
    .image-card-slider__buttons .btn:not(:last-child) {
        margin: 0 0 15px;
    }
}
.image-card-slider__init {
    overflow: visible;
}
.image-card-slider__footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media only screen and (max-width: 767px) {
    .image-card-slider__footer-inner {
        flex-direction: column-reverse;
        align-items: center;
    }
}
.image-card-slider__footer .slider-nav {
    width: auto;
    margin-left: auto;
}
@media only screen and (max-width: 767px) {
    .image-card-slider__footer .slider-nav {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .image-card-slider--secondary .image-card-slider__slide {
        padding: 120px 80px 106px;
    }
}
.image-card-slider--secondary .image-card-slider__text {
    max-width: 788px;
}
@media only screen and (max-width: 1022.8px) {
    .image-card-slider--secondary .image-card-slider__text {
        max-width: 100%;
    }
}
.image-card-slider--secondary .image-card-slider__text .editor-text {
    max-width: 610px;
    width: 100%;
}
@media only screen and (max-width: 1022.8px) {
    .image-card-slider--secondary .image-card-slider__text .editor-text {
        max-width: 100%;
    }
}
.image-card-slider--bottom-gray-bg .image-card-slider__init,
.image-card-slider--bottom-gray-bg .image-card-slider__footer {
    position: relative;
}
.image-card-slider--bottom-gray-bg .image-card-slider__init::before,
.image-card-slider--bottom-gray-bg .image-card-slider__footer::before {
    z-index: -1;
    background-color: #fafafa;
    top: inherit;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 50%;
    width: 100vw;
}
.image-card-slider--bottom-gray-bg .image-card-slider__footer::before {
    height: 100%;
}
/* stylelint-disable */
.image-module--gray-bg::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
.image-module {
    position: relative;
}
.image-module img {
    width: 100%;
    overflow: hidden;
    border-radius: 32px;
}
@media only screen and (max-width: 767px) {
    .image-module img {
        border-radius: 16px;
    }
}
.image-module--gray-bg::after {
    background-color: #fafafa;
    z-index: -1;
    top: inherit;
    bottom: 0;
    height: 50%;
}
.image-module--gray-bg + .margin--160 {
    background-color: #fafafa;
}

.sc-image-module:last-child .margin--80 {
    display: none;
}
/* stylelint-disable */
/* stylelint-enable */
.image-text {
    position: relative;
}
.image-text__image {
    position: relative;
    padding-bottom: 118%;
    overflow: hidden;
    border-radius: 32px;
}
@media only screen and (max-width: 767px) {
    .image-text__image {
        padding-bottom: 75%;
        margin-bottom: 30px;
        border-radius: 16px;
    }
}
.image-text .editor-text ul li {
    font-weight: 700;
}
@media only screen and (max-width: 1022.8px) {
    .image-text__article-nav.bg-gray {
        margin-top: 32px;
    }
}
.image-text__content {
    padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
    .image-text__content {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .image-text__content {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .image-text__content {
        padding-top: 0;
    }
}
.image-text--small .image-text__content {
    padding-top: 68px;
}
@media only screen and (max-width: 1022.8px) {
    .image-text--small .image-text__content {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .image-text--small .image-text__content {
        padding-top: 0;
    }
}
@media only screen and (min-width: 1023.8px) {
    .image-text--small .image-text__image {
        padding-bottom: 75%;
    }
}
.image-text--gray-bg {
    background-color: #fafafa;
}
@media only screen and (min-width: 1023.8px) {
    .image-text--bottom-gray-bg .row {
        align-items: flex-start;
    }
}
@media only screen and (min-width: 1023.8px) {
    .image-text--bottom-gray-bg .image-text__content {
        padding-top: 160px;
    }
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .image-text--bottom-gray-bg .image-text__content {
        padding-top: 60px;
    }
}
.image-text--bottom-gray-bg .image-text__content .editor-text p:not(:last-child) {
    margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
    .image-text--bottom-gray-bg::before {
        content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 230px;
        pointer-events: none;
        z-index: -1;
        background-color: #fafafa;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .image-text--bottom-gray-bg::before {
        height: 150px;
    }
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .image-text--bottom-gray-bg::before {
        height: 80px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .image-text--bottom-gray-bg::before {
        height: 80px;
    }
}
@media only screen and (min-width: 1023.8px) {
    .image-text--bottom-gray-bg + .margin--160 {
        background-color: #fafafa;
    }
}
@media only screen and (min-width: 1023.8px) {
    .image-text--with-article-nav.image-text--bottom-gray-bg .image-text__content {
        padding-top: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .image-text--with-article-nav.image-text--bottom-gray-bg .image-text__content {
        padding-top: 75px;
    }
}
.image-text--with-article-nav.image-text--bottom-gray-bg::before {
    height: 92px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .image-text--with-article-nav.image-text--bottom-gray-bg::before {
        height: 50px;
    }
}
.image-text--symbiot .btn {
    background-color: #003da6;
    border: 2px solid #003da6;
    background-image: none;
}
.image-text--symbiot .btn:before {
    display: none;
}
.image-text--symbiot .btn:hover, .image-text--symbiot .btn:focus {
    box-shadow: 0 0 0 3px rgba(0, 160, 223, 0.2);
    border-color: #00a0df;
    background-color: #00a0df;
}
.image-text--symbiot .image-text__image {
    padding-bottom: 0;
}
.image-text--symbiot .image-text__image img {
    position: relative;
}
.image-text .mod-link__text {
    padding-right: 10px;
}
.image-text .mod-link {
    cursor: pointer;
}
.image-text__more-text {
    display: none;
}
.image-text--with-tabs .image-text__content {
    padding-top: 68px;
}
@media only screen and (max-width: 1022.8px) {
    .image-text--with-tabs .image-text__content {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .image-text--with-tabs .image-text__content {
        padding-top: 0;
    }
}
.image-text--with-tabs .editor-text ul li {
    margin-bottom: 20px;
    font-weight: 600;
}
.image-text--with-tabs .editor-text ul li:last-of-type {
    margin-bottom: 0;
}
.image-text--with-tabs .editor-text ul li:before {
    top: 12px;
    width: 10px;
    height: 4px;
    border-radius: 0;
}
.image-text.full-img .image-text__image {
    padding-bottom: 0;
}
.image-text.full-img .image-text__image img {
    position: relative;
    width: 100%;
}
.image-text .read-less {
    display: none;
}
.image-text.is-open .mod-link__icon {
    transform: rotate(180deg);
}
.image-text.is-open .read-more {
    display: none;
}
.image-text.is-open .read-less {
    display: block;
}
/* stylelint-disable */
.info-slider--bottom-gray-bg::before, .info-slider--top-gray-bg::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
.info-slider {
    position: relative;
}
.info-slider__title {
    position: relative;
}
.info-slider .swiper-slide {
    width: auto;
}
.info-slider .swiper {
    overflow: visible;
}
.info-slider .info-card {
    max-height: 100%;
    width: 560px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .info-slider .info-card {
        width: 530px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .info-slider .info-card {
        width: 450px;
    }
}
@media only screen and (max-width: 767px) {
    .info-slider .info-card {
        width: 100%;
    }
}
.info-slider--top-gray-bg::before {
    background-color: #fafafa;
    z-index: -1;
    height: 18%;
}
.info-slider--bottom-gray-bg::before {
    background-color: #fafafa;
    z-index: -1;
    top: inherit;
    bottom: 0;
    height: 80%;
}
.info-slider--bottom-gray-bg + .margin--160 {
    background-color: #fafafa;
}
.info-slider--symbiot .info-card__number {
    color: #00a0df;
    border-color: #00a0df;
}
.info-slider--symbiot .btn {
    background-color: #003da6;
    border: 2px solid #003da6;
    background-image: none;
}
.info-slider--symbiot .btn:before {
    display: none;
}
.info-slider--symbiot .btn:hover, .info-slider--symbiot .btn:focus {
    box-shadow: 0 0 0 3px rgba(0, 160, 223, 0.2);
    border-color: #00a0df;
    background-color: #00a0df;
}
/* stylelint-disable */
/* stylelint-enable */
.intro-paragraph {
    position: relative;
}
.intro-paragraph__title {
    position: relative;
}
.intro-paragraph .title--h3 {
    color: #d11d17;
}
.intro-paragraph .section-title .title--h3 {
    color: #111111;
}
.intro-paragraph__bg-element {
    position: absolute;
    right: 0;
    top: -266px;
    pointer-events: none;
    z-index: -1;
}
@media only screen and (max-width: 1199px) {
    .intro-paragraph__bg-element {
        width: 300px;
        top: -216px;
    }
}
@media only screen and (max-width: 767px) {
    .intro-paragraph__bg-element {
        width: 150px;
        top: -120px;
    }
}
.intro-paragraph__image img {
    width: 100%;
}
.intro-paragraph__logo {
    max-width: 200px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .intro-paragraph__logo {
        max-width: 150px;
        margin-bottom: 30px;
    }
}
.intro-paragraph__logo img {
    width: 100%;
}
.intro-paragraph__inner {
    border-top: 2px solid #ccc;
}
.intro-paragraph__inner .editor-text {
    border-bottom: 2px solid #ccc;
    padding-bottom: 66px;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .intro-paragraph__inner .editor-text {
        padding-bottom: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .intro-paragraph__inner .editor-text {
        padding-bottom: 24px;
    }
}
.intro-paragraph--secondary .title--h1 {
    color: #84bc41;
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.iskraemeco-vibes {
    display: grid;
    overflow: hidden;
    height: 42vw;
}
@media only screen and (min-width: 768px) {
    .iskraemeco-vibes {
        grid-auto-columns: 1fr;
        grid-template-columns: 1fr 1fr 1.4fr 0.6fr 1.2fr 1.7fr 0.1fr 1fr 1fr 1.4fr 0.7fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 3.2fr 1fr 1.1fr 0.6fr 0.5fr 0.5fr 1.9fr;
        gap: 20px 20px;
        grid-template-areas: "img-1 img-1 img-1 img-1 img-1 img-1 img-2 img-2 img-2 img-2 img-3 img-3 img-3 img-3 img-3 img-3" "img-1 img-1 img-1 img-1 img-1 img-1 img-4 img-4 img-4 img-4 img-4 img-5 img-5 img-5 img-5 img-5" "img-6 img-6 img-6 img-7 img-7 img-7 img-4 img-4 img-4 img-4 img-4 img-5 img-5 img-5 img-5 img-5" "img-6 img-6 img-6 img-7 img-7 img-7 img-10 img-10 img-10 img-10 img-10 img-10 img-10 img-10 img-10 img-10" "img-6 img-6 img-6 img-8 img-8 img-8 img-10 img-10 img-10 img-10 img-10 img-10 img-10 img-10 img-10 img-10" "img-9 img-9 img-9 img-8 img-8 img-8 img-10 img-10 img-10 img-10 img-10 img-10 img-10 img-10 img-10 img-10" "img-9 img-9 img-9 img-11 img-11 img-11 img-10 img-10 img-10 img-10 img-10 img-10 img-10 img-10 img-10 img-10";
    }
}
@media only screen and (max-width: 1199px) {
    .iskraemeco-vibes {
        grid-gap: 16px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .iskraemeco-vibes {
        grid-gap: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .iskraemeco-vibes {
        grid-gap: 8px;
        grid-template-columns: 1fr;
        display: none;
    }
}
.iskraemeco-vibes__image {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
@media only screen and (max-width: 767px) {
    .iskraemeco-vibes__image {
        padding-top: 0 !important;
    }
}
.iskraemeco-vibes__image1 {
    grid-area: img-1;
}
@media only screen and (max-width: 767px) {
    .iskraemeco-vibes__image1 {
        grid-area: auto;
    }
}
.iskraemeco-vibes__image2 {
    grid-area: img-2;
}
@media only screen and (max-width: 767px) {
    .iskraemeco-vibes__image2 {
        grid-area: auto;
    }
}
.iskraemeco-vibes__image3 {
    grid-area: img-3;
}
@media only screen and (max-width: 767px) {
    .iskraemeco-vibes__image3 {
        grid-area: auto;
    }
}
.iskraemeco-vibes__image4 {
    grid-area: img-4;
}
@media only screen and (max-width: 767px) {
    .iskraemeco-vibes__image4 {
        grid-area: auto;
    }
}
.iskraemeco-vibes__image5 {
    grid-area: img-5;
}
@media only screen and (max-width: 767px) {
    .iskraemeco-vibes__image5 {
        grid-area: auto;
    }
}
.iskraemeco-vibes__image6 {
    grid-area: img-6;
}
@media only screen and (max-width: 767px) {
    .iskraemeco-vibes__image6 {
        grid-area: auto;
    }
}
.iskraemeco-vibes__image7 {
    grid-area: img-7;
}
@media only screen and (max-width: 767px) {
    .iskraemeco-vibes__image7 {
        grid-area: auto;
    }
}
.iskraemeco-vibes__image8 {
    grid-area: img-8;
}
@media only screen and (max-width: 767px) {
    .iskraemeco-vibes__image8 {
        grid-area: auto;
    }
}
.iskraemeco-vibes__image9 {
    grid-area: img-9;
}
@media only screen and (max-width: 767px) {
    .iskraemeco-vibes__image9 {
        grid-area: auto;
    }
}
.iskraemeco-vibes__image10 {
    grid-area: img-10;
}
@media only screen and (max-width: 767px) {
    .iskraemeco-vibes__image10 {
        grid-area: auto;
    }
}
.iskraemeco-vibes__image11 {
    grid-area: img-11;
}
@media only screen and (max-width: 767px) {
    .iskraemeco-vibes__image11 {
        grid-area: auto;
    }
}
.iskraemeco-vibes__image-blank {
    background-image: linear-gradient(270deg, #d11d17 0%, #ac1712 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iskraemeco-vibes__image-blank:after {
    content: "";
    position: relative;
    width: 100%;
    height: 50%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='103' height='104' viewBox='0 0 103 104'%3E%3Cg%3E%3Cg opacity='.17'%3E%3Cpath fill='%23fafafa' d='M0 10.804C0 5.064 4.417.649 10.16.649c5.742 0 10.159 4.636 10.159 10.155 0 5.518-4.638 10.154-10.16 10.154C4.638 20.958 0 16.322 0 10.804zm80.614 51.434H51.239a10.366 10.366 0 0 1-10.38-10.375c0-5.739 4.638-10.375 10.38-10.375h29.375C76.417 29.568 64.932 20.96 51.46 20.96V.429c27.828 0 50.356 21.634 51.46 49.227.221 4.415 0 8.61-.883 12.582zM0 51.863h20.54c0 17.218 13.914 30.905 30.92 30.905v20.529C22.97 103.297 0 80.339 0 51.863z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
}
.iskraemeco-vibes__image1 {
    padding-top: 72.4%;
}
.iskraemeco-vibes__image2 {
    padding-top: 109.5%;
}
.iskraemeco-vibes__image3 {
    padding-top: 59.71%;
}
.iskraemeco-vibes__image4 {
    padding-top: 67.01%;
}
.iskraemeco-vibes__image5 {
    padding-top: 53.04%;
}
.iskraemeco-vibes__image6 {
    padding-top: 100.25%;
}
.iskraemeco-vibes__image7 {
    padding-top: 67.01%;
}
.iskraemeco-vibes__image8 {
    padding-top: 48.48%;
}
.iskraemeco-vibes__image9 {
    padding-top: 82.11%;
}
.iskraemeco-vibes__image10 {
    padding-top: 57.04%;
}
.iskraemeco-vibes__image11 {
    padding-top: 75.13%;
}
.iskraemeco-vibes__image img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}
.iskraemeco-vibes__image img:hover {
    transform: scale(1.1);
}
.iskraemeco-vibes__tag {
    padding: 4px 12px;
    border-radius: 13px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
    left: 28px;
    transition: background-color 0.3s ease;
}
@media only screen and (max-width: 1199px) {
    .iskraemeco-vibes__tag {
        top: 8px;
        left: 12px;
        font-size: 10px;
    }
}
.iskraemeco-vibes__tag:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

/* stylelint-enable */
.vibes-slider {
    display: none;
}
@media only screen and (max-width: 767px) {
    .vibes-slider {
        display: block;
    }
}
.vibes-slider .iskraemeco-vibes__image img {
    position: relative;
    height: auto;
    width: 100%;
}
.vibes-slider .iskraemeco-vibes__image.blank {
    width: 100%;
    padding-bottom: 50%;
}
/* stylelint-disable */
.latest-news--top-gray-bg::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
.latest-news {
    position: relative;
}
.latest-news .card {
    max-width: 100%;
}
.latest-news__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .latest-news__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1022.8px) {
    .latest-news__list {
        grid-gap: 40px 20px;
    }
}
.latest-news-slider__nav {
    margin-top: 20px;
    text-align: center;
}
.latest-news--top-gray-bg::before {
    height: 47%;
    background-color: #fafafa;
}
/* stylelint-disable */
.sc-more-info:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
.more-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
    .more-info {
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .more-info {
        grid-gap: 24px;
        grid-template-columns: 1fr;
    }
}
.more-info__item {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 60px 60px 106px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 16px;
}
@media only screen and (max-width: 1199px) {
    .more-info__item {
        padding: 40px 40px 80px;
    }
}
@media only screen and (max-width: 767px) {
    .more-info__item {
        padding: 20px 20px 40px;
    }
}
.more-info .title {
    text-transform: uppercase;
    font-weight: 700;
}
.more-info .editor-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.39;
    width: 85%;
}
@media only screen and (max-width: 1022.8px) {
    .more-info .editor-text {
        width: 100%;
        font-size: 16px;
    }
}
.more-info__form {
    position: relative;
    width: 100%;
    margin-top: auto;
}
.more-info__form ::-webkit-input-placeholder {
    color: #111111;
    opacity: 0.4;
}
.more-info__form :-ms-input-placeholder {
    color: #111111;
    opacity: 0.4;
}
.more-info__form ::placeholder {
    color: #111111;
    opacity: 0.4;
}
.more-info .btn {
    margin-top: auto;
}
.more-info__input {
    box-shadow: none;
    outline: none;
    width: 100%;
    height: 50px;
    background-color: #fafafa;
    border-radius: 60px;
    padding: 5px 160px 5px 20px;
    color: #111111;
    border: 1px solid rgba(51, 51, 51, 0.14);
    font-size: 15px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .more-info__input {
        height: 48px;
        padding: 5px 120px 5px 20px;
        font-size: 14px;
    }
}
.more-info__submit {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 50px;
    color: #fff;
    background-color: #d11d17;
    transition: background-color 0.3s ease;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
    padding: 0 28px;
    background-image: linear-gradient(270deg, #d11d17 0%, #ac1712 100%);
}
@media only screen and (max-width: 767px) {
    .more-info__submit {
        height: 48px;
        font-size: 14px;
        padding: 0 20px;
    }
}
.more-info__submit:hover {
    background-image: linear-gradient(270deg, #ac1712 0%, #d11d17 100%);
}
.more-info__submit i {
    width: 20px;
    height: 20px;
}
.more-info__submit i::before {
    background-color: #fff;
}

.sc-more-info {
    position: relative;
}
.sc-more-info:before {
    top: auto;
    bottom: 0;
    background-color: #fafafa;
    height: 50%;
}
/* stylelint-disable */
.news-list__article-nav::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.news-list__blog-filter-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-list--four-col .card .title {
    font-weight: 500;
}
.news-list--four-col .card .title strong {
    font-weight: 700;
}

.news-list--four-col .card .title {
    font-size: 28px;
    line-height: 1.38;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .news-list--four-col .card .title {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .news-list--four-col .card .title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .news-list--four-col .card .title {
        font-size: 22px;
    }
}

/* stylelint-enable */
.news-list__title {
    position: relative;
}
.news-list__title .title {
    font-weight: 700;
    max-width: 450px;
}
.news-list .swiper-slide {
    height: auto;
}
.news-list.with-slider .news-list__inner {
    display: block;
}
.news-list .slider-nav {
    display: inline-flex;
    gap: 16px;
}
.news-list .slider-nav .btn {
    margin-right: auto;
}
.news-list__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 74px 40px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .news-list__inner {
        grid-gap: 50px 30px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .news-list__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .news-list__inner {
        grid-template-columns: 1fr;
    }
}
.news-list__inner .pagination {
    display: none;
}
.news-list .card {
    max-width: 100%;
    min-height: 100%;
}
.news-list .filter {
    background-color: transparent;
}
.news-list .filter::after {
    display: none;
}
.news-list__article-nav {
    position: relative;
}
.news-list__article-nav::before {
    z-index: -1;
    background-color: #fafafa;
    top: inherit;
    bottom: 0;
    height: 50%;
}
.news-list__article-nav + .margin--240 {
    background-color: #fafafa;
}
.news-list__blog-filter {
    font-weight: 700;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-top: -44px;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .news-list__blog-filter {
        margin-top: -32px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .news-list__blog-filter {
        margin-top: -28px;
    }
}
@media only screen and (max-width: 767px) {
    .news-list__blog-filter {
        font-size: 16px;
        margin-top: -24px;
    }
}
.news-list__blog-filter .swiper-slide {
    width: auto;
}
.news-list__blog-filter .swiper-slide:not(:last-child) {
    border-right: 1px solid #ccc;
}
.news-list__blog-filter-link {
    padding: 30px 40px;
    color: #808080;
}
@media only screen and (max-width: 1439px) {
    .news-list__blog-filter-link {
        padding: 30px;
    }
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .news-list__blog-filter-link {
        padding: 20px 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .news-list__blog-filter-link {
        padding: 15px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .news-list__blog-filter-link {
        padding: 12px 16px;
    }
}
.news-list__blog-filter-link.is-active, .news-list__blog-filter-link:hover {
    color: #d11d17;
}
@media only screen and (min-width: 1200px) {
    .news-list--four-col .news-list__inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.news-list .main-card {
    height: 100%;
}
@media only screen and (max-width: 1199px) {
    .news-list .main-card {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .news-list .main-card {
        margin-bottom: 20px;
    }
}
.news-list__btn {
    text-align: center;
}
.news-list__nav {
    margin-top: 20px;
}
.news-list .swiper-button-disabled {
    opacity: 0.3 !important;
}
/* stylelint-disable */
/* stylelint-enable */
.open-position .vacancy-card {
    max-width: 100%;
}
/* stylelint-disable */
/* stylelint-enable */
.our-team__title {
    position: relative;
}
.our-team__image {
    max-width: 200px;
    width: 100%;
    position: relative;
    height: 200px;
    border-radius: 100%;
    margin-bottom: 0;
}
@media only screen and (max-width: 1022.8px) {
    .our-team__image {
        max-width: 150px;
        height: 150px;
    }
}
.our-team__image img {
    transition: transform 0.4s ease;
}
.our-team__item:hover .our-team__image img {
    transform: scale(1.04);
}
.our-team--secondary .our-team__item {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 40px;
}
@media only screen and (max-width: 1022.8px) {
    .our-team--secondary .our-team__item {
        grid-template-columns: 150px 1fr;
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .our-team--secondary .our-team__item {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }
}
.our-team__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 70px 160px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .our-team__list {
        grid-gap: 70px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .our-team__list {
        grid-gap: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .our-team__list {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }
}
/* stylelint-disable */
/* stylelint-enable */
.page-header__title {
    position: relative;
}
.page-header__title .ghost-title {
    bottom: auto;
    top: -20%;
}
.page-header .editor-text {
    font-weight: 500;
    line-height: 1.5;
}
@media only screen and (max-width: 1022.8px) {
    .page-header .editor-text {
        margin-top: 10px;
    }
}
.page-header .editor-text a {
    text-decoration: none;
    color: #d11d17;
    word-break: break-all;
}
.page-header .editor-text a:hover {
    text-decoration: underline;
}
.page-header--has-border {
    border-bottom: 1px solid #ccc;
}
/* stylelint-disable */
/* stylelint-enable */
.pdf-card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}
@media only screen and (max-width: 1199px) {
    .pdf-card-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .pdf-card-list {
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .pdf-card-list {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.pdf-card-list-slider__nav {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.pdf-card-list-slider .swiper-slide {
    max-width: 453px;
    margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .pdf-card-list-slider .swiper-slide {
        max-width: 384px;
        margin-right: 24px;
    }
}
@media only screen and (max-width: 1199px) {
    .pdf-card-list-slider .swiper-slide {
        max-width: 320px;
        margin-right: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .pdf-card-list-slider .swiper-slide {
        max-width: 280px;
        margin-right: 12px;
    }
}
.pdf-card-list-slider .swiper-slide:last-of-type {
    margin-right: 0;
}

.sc-pdf-card-list .swiper {
    overflow: unset;
}
/* stylelint-disable */
.product-detail::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.product-detail .title--h6 {
    font-size: 16px;
    line-height: 1.5;
}

/* stylelint-enable */
.product-detail {
    position: relative;
    background-color: #fafafa;
}
.product-detail::before {
    background-color: #fafafa;
    top: -200px;
    z-index: -1;
}
.product-detail__image {
    padding: 40px;
    background-color: #fff;
    min-height: 600px;
    border-radius: 16px;
    overflow: hidden;
}
@media only screen and (max-width: 1199px) {
    .product-detail__image {
        min-height: 1px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .product-detail__image {
        padding: 20px;
    }
}
.product-detail__image img {
    max-width: 300px;
}
.product-detail .title--h6 {
    text-transform: uppercase;
    color: #d11d17;
}
.product-detail .editor-text {
    font-weight: 500;
    line-height: 1.5;
}
.product-detail .editor-text li {
    font-weight: 700;
}
.product-detail .editor-text li + li {
    margin-top: 2px;
}
.product-detail__btns {
    margin-top: 40px;
    display: grid;
    grid-template-columns: auto;
    gap: 12px;
}
.product-detail__btns .btn {
    justify-self: start;
}
/* stylelint-disable */
.sc-product-list::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
.product-list {
    position: relative;
    z-index: 4;
}
.product-list .swiper-slide {
    width: auto;
}
.product-list .product-card {
    width: 560px;
    max-width: 100%;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .product-list .product-card {
        width: 500px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .product-list .product-card {
        width: 450px;
    }
}
.product-list-slider {
    overflow: visible;
}
.product-list--secondary {
    width: 100%;
    margin: 0 auto;
    padding: 0 118px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .product-list--secondary {
        padding: 0 90px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .product-list--secondary {
        padding: 0 60px;
    }
}
@media only screen and (max-width: 767px) {
    .product-list--secondary {
        padding: 0 20px;
    }
}
.product-list--secondary .product-list__row {
    padding: 68px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
    position: relative;
    background-color: #fafafa;
}
@media only screen and (max-width: 1199px) {
    .product-list--secondary .product-list__row {
        padding: 28px;
        grid-gap: 40px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .product-list--secondary .product-list__row {
        padding: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .product-list--secondary .product-list__row {
        grid-template-columns: 1fr;
        grid-gap: 28px;
    }
}
.product-list--secondary .product-list__row:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 37%, #fff 100%);
}
.product-list--secondary .product-list__row.loaded {
    background-color: #fff;
}
.product-list--secondary .product-list__row.loaded:after {
    display: none;
}
.product-list--secondary .product-list__row:first-of-type {
    border-radius: 16px 16px 0 0;
}
.product-list--secondary .product-list__item {
    display: grid;
    grid-template-columns: 130px 1fr;
    grid-gap: 48px;
    align-items: start;
}
@media only screen and (max-width: 1199px) {
    .product-list--secondary .product-list__item {
        grid-template-columns: 100px 1fr;
        grid-gap: 32px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .product-list--secondary .product-list__item {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }
}
.product-list--secondary .product-list__item:hover img {
    transform: translateY(-12px);
}
.product-list--secondary .product-list__item .editor-text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 1.57;
}
@media only screen and (max-width: 1022.8px) {
    .product-list--secondary .product-list__item .editor-text {
        display: none;
    }
}
.product-list--secondary .product-list__item-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.09px;
    line-height: 1.22;
    margin-bottom: 12px;
}
.product-list--secondary .product-list__item-img {
    position: relative;
}
@media only screen and (max-width: 1022.8px) {
    .product-list--secondary .product-list__item-img {
        max-width: 120px;
    }
}
.product-list--secondary .product-list__item-img img {
    width: 100%;
    transition: transform 0.3s ease;
}
.product-list--secondary .product-list__item-img:after {
    content: "";
    height: 12px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -16px;
    background: radial-gradient(#000 0%, #fff 75%);
    background-repeat: no-repeat;
    opacity: 0.08;
}
.product-list--secondary .product-list__more-btn {
    text-align: center;
}
.product-list--secondary .product-list__right {
    position: relative;
}
.product-list--secondary .product-list__right:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(17, 17, 17, 0.1);
}
@media only screen and (max-width: 1199px) {
    .product-list--secondary .product-list__right:before {
        left: -20px;
    }
}
@media only screen and (max-width: 767px) {
    .product-list--secondary .product-list__right:before {
        display: none;
    }
}

.sc-product-list {
    position: relative;
}
.sc-product-list::after {
    background-image: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #f5f0f0 100%);
    top: inherit;
    bottom: 0;
    height: calc(100% + 160px);
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .sc-product-list::after {
        height: calc(100% + 100px);
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .sc-product-list::after {
        height: calc(100% + 80px);
    }
}
@media only screen and (max-width: 767px) {
    .sc-product-list::after {
        height: calc(100% + 40px);
    }
}
/* stylelint-disable */
/* stylelint-enable */
.product-lists {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .product-lists {
        grid-gap: 140px;
    }
}
@media only screen and (max-width: 1199px) {
    .product-lists {
        grid-gap: 120px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .product-lists {
        grid-gap: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .product-lists {
        grid-gap: 40px;
    }
}
.product-lists__item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 40px;
    align-items: start;
}
@media only screen and (max-width: 1199px) {
    .product-lists__item {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
}
.product-lists__slider {
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
}
@media only screen and (max-width: 1199px) {
    .product-lists__slider {
        padding-left: 32px;
        width: calc(100% + 32px);
        max-width: calc(100% + 32px);
        left: -32px;
    }
}
@media only screen and (max-width: 767px) {
    .product-lists__slider {
        padding-left: 20px;
        width: calc(100% + 20px);
        max-width: calc(100% + 20px);
        left: -20px;
    }
}
.product-lists__slider .swiper-slide {
    height: auto;
}
.product-lists__slider .swiper-slide .product-card {
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .product-lists__slider .swiper-slide .product-card {
        margin: 0 auto;
    }
}
.product-lists .slider-nav {
    width: calc(100% - 3px);
}
.product-lists__more-text {
    display: none;
}
.product-lists .mod-link {
    cursor: pointer;
}
.product-lists__item-text .read-less {
    display: none;
}
.product-lists__item-text.is-open .mod-link__icon {
    transform: rotate(180deg);
}
.product-lists__item-text.is-open .read-more {
    display: none;
}
.product-lists__item-text.is-open .read-less {
    display: block;
}
/* stylelint-disable */
/* stylelint-enable */
.product-table {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .product-table {
        display: block;
        padding-left: 20px;
    }
}
.product-table__title {
    position: relative;
}
@media only screen and (max-width: 767px) {
    .product-table__wrapper {
        overflow-x: auto;
        position: relative;
        left: -20px;
        width: calc(100% + 40px);
    }
}
.product-table__title-row {
    color: #fff;
    background-color: #808080;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
}
.product-table__title-row td {
    padding: 18px 24px;
}
@media only screen and (max-width: 1199px) {
    .product-table__title-row td {
        padding: 12px 16px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .product-table__title-row td {
        font-size: 16px;
        padding: 8px 12px;
    }
}
.product-table__cell {
    padding: 8px 0;
    border-top: 1px solid #ccc;
}
@media only screen and (max-width: 1199px) {
    .product-table__cell {
        padding: 6px 0;
    }
}
@media only screen and (max-width: 1022.8px) {
    .product-table__cell {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .product-table__cell {
        min-width: 124px;
    }
}
.product-table__cell:first-of-type {
    border-top: none;
    width: 170px;
    min-width: 170px;
}
@media only screen and (max-width: 1199px) {
    .product-table__cell:first-of-type {
        width: 160px;
        min-width: 160px;
    }
}
@media only screen and (max-width: 767px) {
    .product-table__cell:first-of-type {
        width: 140px;
        min-width: 140px;
    }
}
.product-table__cell:first-of-type.with-text {
    border-top: 1px solid #ccc;
}
.product-table__cell:nth-of-type(2) {
    min-width: 190px;
    width: 190px;
}
@media only screen and (max-width: 1199px) {
    .product-table__cell:nth-of-type(2) {
        width: 160px;
        min-width: 160px;
    }
}
@media only screen and (max-width: 767px) {
    .product-table__cell:nth-of-type(2) {
        width: 140px;
        min-width: 140px;
    }
}
.product-table__cell:not(:nth-of-type(-n+2)) {
    padding-left: 24px;
}
@media only screen and (max-width: 1199px) {
    .product-table__cell:not(:nth-of-type(-n+2)) {
        padding-left: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .product-table__cell:not(:nth-of-type(-n+2)) {
        padding-left: 12px;
    }
}
.product-table__header-row {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.product-table__header-item {
    background-color: #fafafa;
    font-weight: 400;
    padding: 18px 24px;
}
@media only screen and (max-width: 1199px) {
    .product-table__header-item {
        padding: 12px 16px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .product-table__header-item {
        padding: 12px;
        font-size: 14px;
    }
}
.product-table__row:last-of-type {
    border-bottom: 1px solid #ccc;
}
.product-table .check {
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' id='SVGDoc' width='23' height='18' version='1.1' viewBox='0 0 23 18'%3E%3Cdefs/%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg%3E%3Ctitle%3EPath 238%3C/title%3E%3Cpath d='M21.79994,1v0l-15.99996,16.01596v0l-4.79999,-4.79999v0' fill-opacity='0' fill='%23ffffff' stroke-dashoffset='0' stroke-linejoin='round' stroke-linecap='round' stroke-opacity='1' stroke='%23cb544f' stroke-miterlimit='20' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center/auto;
}
.product-table .minus {
    width: 14px;
    height: 2px;
    background-color: #d11d17;
}
/* stylelint-disable */
/* stylelint-enable */
.products {
    position: relative;
}
.products__inner {
    background-color: #fafafa;
}
.products .product-card {
    max-width: 100%;
}
@media only screen and (min-width: 1200px) {
    .products .section-title .title--h3 {
        max-width: 440px;
        width: 100%;
    }
}
.products__row-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}
@media only screen and (max-width: 1439px) {
    .products__row-items {
        grid-gap: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .products__row-items {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .products__row-items {
        grid-template-columns: 1fr;
    }
}
/* stylelint-disable */
.project-execution::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
.project-execution {
    position: relative;
}
.project-execution__title {
    position: relative;
}
.project-execution__title .title {
    font-weight: 700;
}
.project-execution::after {
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1943' height='862' viewBox='0 0 1943 862'%3E%3Cdefs%3E%3CradialGradient id='radial-gradient' cx='0.5' cy='0.5' r='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='0.213' stop-color='%23fff' stop-opacity='0.788'/%3E%3Cstop offset='0.505' stop-color='%23fff' stop-opacity='0.878'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cellipse id='Ellipse_84' data-name='Ellipse 84' cx='971.5' cy='431' rx='971.5' ry='431' fill='url(%23radial-gradient)'/%3E%3C/svg%3E%0A") no-repeat center/cover;
    opacity: 0.5;
}
.project-execution .title {
    position: relative;
}
.project-execution .container {
    position: relative;
    z-index: 5;
}
.project-execution .number-card {
    max-width: 100%;
}
.project-execution__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 40px;
    position: relative;
}
@media only screen and (max-width: 1022.8px) {
    .project-execution__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 40px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .project-execution__list {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}
.project-execution__bg {
    position: absolute;
    top: -27%;
    width: 100%;
    left: 50%;
    transform: rotate(-9deg) translateX(-50%);
    height: 100%;
    pointer-events: none;
    opacity: 0.1;
}
@media only screen and (max-width: 1022.8px) {
    .project-execution__bg {
        width: 200vw;
    }
}
.project-execution__bg img {
    object-fit: contain;
    -webkit-animation: foating 6s linear infinite;
    animation: foating 6s linear infinite;
}
.project-execution__btn {
    text-align: center;
    position: relative;
}
.project-execution--symbiot {
    background-color: #00a0df;
    color: #fff;
}
.project-execution--symbiot::after {
    display: none;
}
.project-execution--symbiot .project-execution__bg {
    position: absolute;
    height: 646px;
    width: 656px;
    top: -35px;
    left: -30px;
    transform: none;
    opacity: 1;
    animation: circular 30s linear infinite;
}
@media only screen and (max-width: 1199px) {
    .project-execution--symbiot .project-execution__bg {
        height: 420px;
        width: 426px;
        left: -10px;
        top: 0;
    }
}
@media only screen and (max-width: 1022.8px) {
    .project-execution--symbiot .project-execution__bg {
        height: 390px;
        width: 396px;
        top: inherit;
        bottom: 0;
        left: inherit;
        right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .project-execution--symbiot .project-execution__bg {
        height: 290px;
        width: 296px;
    }
}
.project-execution--symbiot .project-execution__bg img {
    animation: none;
}
.project-execution--symbiot .number-card__number {
    display: none;
}
.project-execution--symbiot .number-card__content {
    padding-left: 48px;
}
@media only screen and (max-width: 1022.8px) {
    .project-execution--symbiot .number-card__content {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .project-execution--symbiot .number-card__content {
        padding-left: 12px;
    }
}
.project-execution--symbiot .btn {
    background-color: #003da6;
    border: 2px solid #003da6;
    background-image: none;
}
.project-execution--symbiot .btn:before {
    display: none;
}
.project-execution--symbiot .btn:hover, .project-execution--symbiot .btn:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    border-color: #fff;
    background-color: #fff;
    color: #003da6;
}

/* stylelint-disable */
@keyframes circular {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* stylelint-enable */
/* stylelint-disable */
.provider-list__map-init {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
}

.provider-list__map .leaflet-popup h6, .provider-list__map .leaflet-popup h5, .provider-list__map .leaflet-popup h4, .provider-list__map .leaflet-popup h3, .provider-list__map .leaflet-popup h2, .provider-list__map .leaflet-popup h1 {
    font-weight: 500;
}
.provider-list__map .leaflet-popup h6 strong, .provider-list__map .leaflet-popup h5 strong, .provider-list__map .leaflet-popup h4 strong, .provider-list__map .leaflet-popup h3 strong, .provider-list__map .leaflet-popup h2 strong, .provider-list__map .leaflet-popup h1 strong {
    font-weight: 700;
}

.provider-list__map .leaflet-popup h1 {
    font-size: 84px;
    line-height: 1.12;
}
@media only screen and (max-width: 1439px) {
    .provider-list__map .leaflet-popup h1 {
        font-size: 74px;
    }
}
@media only screen and (max-width: 1199px) {
    .provider-list__map .leaflet-popup h1 {
        font-size: 62px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .provider-list__map .leaflet-popup h1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .provider-list__map .leaflet-popup h1 {
        font-size: 40px;
    }
}

.provider-list__map .leaflet-popup h2 {
    font-size: 50px;
    line-height: 1.18;
}
@media only screen and (max-width: 1439px) {
    .provider-list__map .leaflet-popup h2 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .provider-list__map .leaflet-popup h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .provider-list__map .leaflet-popup h2 {
        font-size: 32px;
    }
}

.provider-list__map .leaflet-popup h3 {
    font-size: 42px;
    line-height: 1.3;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .provider-list__map .leaflet-popup h3 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .provider-list__map .leaflet-popup h3 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .provider-list__map .leaflet-popup h3 {
        font-size: 28px;
    }
}

.provider-list__map .leaflet-popup h4 {
    font-size: 28px;
    line-height: 1.38;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .provider-list__map .leaflet-popup h4 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .provider-list__map .leaflet-popup h4 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .provider-list__map .leaflet-popup h4 {
        font-size: 22px;
    }
}

.provider-list__map .leaflet-popup h5 {
    font-size: 24px;
    line-height: 1.33;
}
@media only screen and (max-width: 1199px) {
    .provider-list__map .leaflet-popup h5 {
        font-size: 20px;
    }
}

.provider-list__map .leaflet-popup h6 {
    font-size: 18px;
    line-height: 1.78;
}

.provider-list__map .leaflet-popup-content {
    font-size: 16px;
    line-height: 1.5;
}

/* stylelint-enable */
.provider-list {
    position: relative;
}
.provider-list__title {
    position: relative;
}
.provider-list__filter {
    display: grid;
    grid-gap: 30px;
    padding: 4px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .provider-list__filter {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 20px;
        padding: 0;
        margin: 0 0 50px;
    }
}
@media only screen and (max-width: 767px) {
    .provider-list__filter {
        grid-gap: 20px;
        padding: 0;
        margin-bottom: 40px;
    }
}
.provider-list__filter-btn {
    text-align: right;
}
.provider-list__header {
    border-bottom: 2px solid #ccc;
    position: relative;
    margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
    .provider-list__header {
        margin-bottom: 80px;
    }
}
.provider-list__nav {
    position: absolute;
    right: 0;
    top: -6px;
    display: grid;
    grid-auto-flow: column;
    grid-gap: 16px;
    padding: 6px;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #ccc;
    background-color: #fff;
}
@media only screen and (max-width: 767px) {
    .provider-list__nav {
        right: 50%;
        transform: translate(50%, 0);
        width: 100%;
        max-width: 310px;
        top: 54px;
    }
}
.provider-list__nav-item {
    text-transform: uppercase;
    padding: 2px 20px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    transition: color 0.3s ease, background-color 0.3s ease;
}
.provider-list__nav-item:hover {
    color: #d11d17;
}
.provider-list__nav-item.is-active {
    background-color: #d11d17;
    color: #fff;
}
.provider-list__sort {
    display: inline-flex;
}
.provider-list__sort-item {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: -2px;
    transition: color 0.3s ease;
    margin-right: 46px;
}
@media only screen and (max-width: 767px) {
    .provider-list__sort-item {
        padding-bottom: 16px;
        margin-right: 32px;
    }
}
.provider-list__sort-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    z-index: 3;
    opacity: 0;
    background-color: #d11d17;
    transition: opacity 0.3s ease;
}
.provider-list__sort-item:last-child {
    margin-right: 0;
}
.provider-list__sort-item.is-active {
    color: #d11d17;
    font-weight: 700;
}
.provider-list__sort-item.is-active::after {
    opacity: 1;
}
.provider-list__sort-item:hover {
    color: #d11d17;
}
.provider-list__content {
    display: none;
}
.provider-list__content.is-active {
    display: block;
}
.provider-list__items {
    display: grid;
    grid-gap: 24px;
}
.provider-list__map {
    position: relative;
    background-color: #ccc;
    height: 592px;
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .provider-list__map {
        height: 400px;
    }
}
@media only screen and (max-width: 767px) {
    .provider-list__map {
        height: 300px;
    }
}
.provider-list__map-init {
    pointer-events: all;
    z-index: 3;
}
.provider-list__map img {
    max-height: initial;
}
.provider-list__map .leaflet-popup h1 {
    margin-bottom: 15px;
}
.provider-list__map .leaflet-popup h2 {
    margin-bottom: 15px;
}
.provider-list__map .leaflet-popup h3 {
    margin-bottom: 15px;
}
.provider-list__map .leaflet-popup h4 {
    margin-bottom: 15px;
}
.provider-list__map .leaflet-popup h5 {
    margin-bottom: 15px;
}
.provider-list__map .leaflet-popup h6 {
    margin-bottom: 15px;
}
.provider-list .btn--load-more,
.provider-list .btn--load-less {
    max-width: 920px;
}
@media only screen and (max-width: 1199px) {
    .provider-list .btn--load-more,
.provider-list .btn--load-less {
        max-width: 100%;
    }
}
.provider-list .btn--load-less {
    display: none;
}
/* stylelint-disable */
/* stylelint-enable */
.quick-facts__title {
    position: relative;
}
.quick-facts__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 40px;
}
@media only screen and (max-width: 1199px) {
    .quick-facts__inner {
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .quick-facts__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .quick-facts__inner {
        grid-template-columns: 1fr;
        grid-gap: 18px;
    }
}
.quick-facts__card {
    padding: 35px 40px;
    height: 100%;
    background-color: #fafafa;
    border-radius: 16px;
}
@media only screen and (max-width: 1199px) {
    .quick-facts__card {
        padding: 24px;
    }
}
.quick-facts.bg-gray .quick-facts__card {
    background-color: #fff;
}
/* stylelint-disable */
.report__article-nav::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
.report .editor-text {
    max-width: 480px;
    width: 100%;
}
@media only screen and (max-width: 1199px) {
    .report .editor-text {
        max-width: 100%;
    }
}
.report__title {
    position: relative;
}
.report__title .ghost-title {
    bottom: auto;
    top: 0;
}
.report .download-link {
    max-width: 100%;
}
.report__article-nav {
    position: relative;
}
.report__article-nav::before {
    z-index: -1;
    background-color: #fafafa;
    top: inherit;
    bottom: 0;
    height: 50%;
}
.report__article-nav + .margin--200 {
    background-color: #fafafa;
}
/* stylelint-disable */
/* stylelint-enable */
.responsibility__title {
    position: relative;
}
.responsibility__title .ghost-title {
    bottom: auto;
    top: 0;
}
.responsibility__download-item {
    display: inline-flex;
    align-items: center;
    color: #d11d17;
}
@media only screen and (max-width: 767px) {
    .responsibility__download-item {
        width: 100%;
        justify-content: space-between;
    }
}
.responsibility__download-item .icon {
    flex: 0 0 18px;
    max-width: 18px;
    margin-left: 18px;
    transition: transform 0.3s ease;
}
.responsibility__download-item:hover .responsibility__download-text::after {
    width: 100%;
}
.responsibility__download-item:hover .icon {
    transform: translateY(4px);
}
.responsibility__download-text {
    display: block;
    position: relative;
}
.responsibility__download-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #d11d17;
    height: 2px;
    transition: width 0.3s ease;
}
@media only screen and (min-width: 1023.8px) {
    .responsibility .icon-text {
        padding: 16px 40px 38px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .responsibility .icon-text {
        margin-top: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .responsibility .icon-text {
        margin-top: 24px;
    }
}
@media only screen and (min-width: 1023.8px) {
    .responsibility .icon-text .editor-text p:not(:last-child) {
        margin-bottom: 32px;
    }
}
@media only screen and (min-width: 1023.8px) {
    .responsibility .icon-text .mod-link {
        margin-top: 10px;
    }
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.scrolling-banner {
    width: 100%;
    height: 88px;
    background-color: #e6e6e6;
    padding: 16px 0;
    transition: transform 0.3s ease;
    position: relative;
}
@media only screen and (max-width: 1022.8px) {
    .scrolling-banner {
        height: auto;
        position: fixed;
        bottom: 0;
        left: 0;
        transform: translateY(100%);
    }
}
@media only screen and (max-width: 1022.8px) {
    .scrolling-banner.is-open {
        transform: translateY(0);
    }
}
.scrolling-banner.is-open .scrolling-banner__btn .icon {
    transform: rotate(0deg);
}
.scrolling-banner__btn {
    display: none;
}
@media only screen and (max-width: 1022.8px) {
    .scrolling-banner__btn {
        position: absolute;
        top: 0;
        left: 10px;
        transform: translateY(-100%);
        height: 40px;
        width: 60px;
        border-radius: 8px 8px 0 0;
        background-color: #808080;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    .scrolling-banner__btn {
        left: 0;
        border-radius: 0 8px 0 0;
    }
}
.scrolling-banner__btn .icon {
    height: 16px;
    width: 16px;
}
.scrolling-banner__btn .icon:before {
    background-color: #fff;
}
.scrolling-banner__inner {
    display: grid;
    grid-template-columns: 20px 1fr auto;
    grid-gap: 48px;
    align-items: center;
    height: 100%;
}
@media only screen and (max-width: 1199px) {
    .scrolling-banner__inner {
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .scrolling-banner__inner {
        grid-template-columns: auto;
        grid-gap: 16px;
    }
}
@media (max-width: 1660px) {
    .scrolling-banner__inner.with-back {
        grid-template-columns: auto 20px 1fr auto;
    }
}
@media only screen and (max-width: 1660px) and (max-width: 1022.8px) {
    .scrolling-banner__inner.with-back {
        grid-template-columns: auto;
    }
}
.scrolling-banner__inner .scrolling-banner__back {
    position: relative;
    left: auto;
    display: none;
}
@media (max-width: 1660px) {
    .scrolling-banner__inner .scrolling-banner__back {
        display: inline-flex;
    }
}
.scrolling-banner__arrow {
    transform: rotate(180deg);
    cursor: pointer;
}
.scrolling-banner__arrow:hover .icon {
    transform: translateY(4px);
}
.scrolling-banner__arrow:hover .icon:before {
    background-color: #fff;
}
.scrolling-banner__arrow .icon {
    width: 18px;
    height: 25px;
    transition: transform 0.3s ease;
    margin-left: auto;
}
.scrolling-banner__arrow .icon:before {
    background-color: rgba(0, 0, 0, 0.4);
}
.scrolling-banner__menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.scrolling-banner__link {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.18px;
    margin-right: 48px;
    position: relative;
}
@media only screen and (max-width: 1199px) {
    .scrolling-banner__link {
        font-size: 16px;
        margin-right: 24px;
    }
}
.scrolling-banner__link:hover:after {
    width: 100%;
}
.scrolling-banner__link:last-of-type {
    margin-right: 0;
}
.scrolling-banner__link:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #d11d17;
    transition: width 0.3s ease;
}
.scrolling-banner__text {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
}
@media only screen and (max-width: 1199px) {
    .scrolling-banner__text {
        display: none;
    }
}
@media only screen and (max-width: 1022.8px) {
    .scrolling-banner__text {
        display: block;
    }
}
.scrolling-banner .container {
    height: 100%;
}
.scrolling-banner .btn {
    background-image: none;
    background-color: #d11d17;
}
.scrolling-banner .btn:before {
    display: none;
}
.scrolling-banner__right {
    display: grid;
    grid-template-columns: 185px auto;
    grid-gap: 20px;
    align-items: center;
}
@media only screen and (max-width: 1199px) {
    .scrolling-banner__right {
        grid-template-columns: auto;
    }
}
.scrolling-banner__back {
    position: absolute;
    left: 12px;
    bottom: 0;
    top: 0;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.15px;
    line-height: 1.33;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}
.scrolling-banner__back .icon {
    margin-right: 8px;
}
.scrolling-banner__back .icon:before {
    background-color: #fff;
}
@media (max-width: 1660px) {
    .scrolling-banner__back {
        display: none;
    }
}

/* stylelint-enable */
/* stylelint-disable */
.search-result-list__search-form label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}

/* stylelint-enable */
.search-result-list__item {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
    transition: border-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .search-result-list__item {
        padding: 20px 0;
    }
}
.search-result-list__item:hover {
    border-color: #ee3129;
}
.search-result-list__item:hover .search-result-list__icon {
    background-color: #ee3129;
    box-shadow: 0 0 0 3px rgba(238, 49, 41, 0.3);
}
.search-result-list__item:hover .search-result-list__icon .icon::before {
    background-color: #fff;
}
.search-result-list__text {
    flex: auto;
}
.search-result-list__text .title {
    font-weight: 700;
}
.search-result-list__icon {
    position: relative;
    border: 2px solid #ee3129;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    flex: 0 0 40px;
    max-width: 40px;
    margin-left: 40px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .search-result-list__icon {
        border-width: 1px;
        margin-left: 20px;
    }
}
.search-result-list__search-form-inner {
    position: relative;
    display: grid;
    grid-template-columns: 88% 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .search-result-list__search-form-inner {
        grid-template-columns: 82% 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .search-result-list__search-form-inner {
        grid-template-columns: 1fr;
    }
}
.search-result-list__search-form .mod-input {
    max-width: 100%;
    margin-bottom: 0;
}
.search-result-list__search-form .mod-input__inner {
    height: 46px;
}
@media only screen and (max-width: 767px) {
    .search-result-list__search-form .mod-input__inner {
        height: 48px;
    }
}
.search-result-list__search-form .mod-input__field {
    height: 100%;
    border-right-width: 0;
    border-radius: 8px 0 0 8px;
}
@media only screen and (max-width: 767px) {
    .search-result-list__search-form .mod-input__field {
        padding-right: 60px;
        border-right-width: 1px;
    }
}
.search-result-list__search-form .btn {
    min-width: 100%;
    height: 46px;
    border-radius: 0 8px 8px 0;
}
@media only screen and (max-width: 767px) {
    .search-result-list__search-form .btn {
        height: 45px;
        width: 45px;
        background-color: #d11d17;
        border: 1px solid #fff;
        padding: 2px;
        position: absolute;
        right: 1px;
        top: 1px;
        min-width: 1px;
        z-index: 4;
        border-radius: 8px;
    }
}
@media only screen and (max-width: 767px) {
    .search-result-list__search-form .btn__text {
        position: absolute;
        font-size: 0;
        line-height: 0;
    }
}
.search-result-list__search-form .btn .icon {
    display: none;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .search-result-list__search-form .btn .icon {
        display: block;
    }
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.hamburger {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
}

/* stylelint-enable */
.header-main {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: box-shadow 0.3s ease, padding 0.3s ease, top 1s ease, background-color 0.3s ease;
    box-shadow: 0 0 75px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    /* stylelint-disable */
    /* stylelint-enable */
}
@media only screen and (min-width: 1023.8px) {
    .header-main {
        top: -126px;
    }
    .has-hero-component .header-main {
        transition: box-shadow 0.3s ease, padding 0.3s ease, top 1s ease 0.8s;
    }
    .hide-loader .header-main {
        top: 0;
    }
}
.is-scrolled .header-main {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.header-main__inner {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: padding 0.3s ease, background-color 0.3s ease;
}
@media only screen and (max-width: 1439px) {
    .header-main__inner {
        padding: 20px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .header-main__inner {
        z-index: 20;
        position: relative;
    }
    .is-open-mega-menu .header-main__inner {
        background-color: #d11d17;
    }
}
@media only screen and (min-width: 1440px) {
    .is-scrolled .header-main__inner {
        padding: 20px 40px;
    }
}
.header-main__logo {
    display: inline-block;
    max-width: 242px;
    width: 100%;
    position: relative;
    z-index: 20;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .header-main__logo {
        max-width: 150px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .header-main__logo {
        max-width: 160px;
    }
}
@media (max-width: 370px) {
    .header-main__logo {
        max-width: 140px;
    }
}
.header-main__logo img {
    width: 100%;
    transition: transform 0.3s ease;
    height: auto;
}
.is-open-mega-menu .header-main__logo-colored {
    opacity: 0;
}
.header-main__logo-white {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.is-open-mega-menu .header-main__logo-white {
    opacity: 1;
}
.header-main__right {
    display: flex;
    align-items: center;
}
.header-main__search {
    margin-left: 20px;
    position: relative;
    z-index: 9;
    transition: opacity 0.3s ease;
}
@media only screen and (max-width: 1199px) {
    .header-main__search {
        margin-left: 0;
        margin-right: 16px;
    }
}
@media (max-width: 370px) {
    .header-main__search {
        margin-right: 8px;
    }
}
.is-open-mega-menu .header-main__search {
    opacity: 0;
    pointer-events: none;
}
.header-main__search-button .icon {
    pointer-events: none;
    width: 22px;
    height: 21px;
}
@media (max-width: 370px) {
    .header-main__search-button .icon {
        width: 20px;
        height: 20px;
    }
}
.header-main__search-button .icon:before {
    background-color: #111111;
}
.header-main--symbiot {
    background-color: #101010;
    color: #fff;
}
.is-scrolled .header-main--symbiot {
    background-color: #101010;
}
.header-main--symbiot .header-main__logo {
    max-width: 228px;
}
@media only screen and (max-width: 1022.8px) {
    .header-main--symbiot .header-main__logo {
        max-width: 148px;
    }
}
.header-main--symbiot .menu__item:hover > .menu__link, .header-main--symbiot .menu__item.is-active > .menu__link {
    color: #00a0df;
}
.header-main--symbiot .menu__item:hover > .menu__link::before, .header-main--symbiot .menu__item:hover > .menu__link::after, .header-main--symbiot .menu__item.is-active > .menu__link::before, .header-main--symbiot .menu__item.is-active > .menu__link::after {
    width: 100%;
    left: 0;
}
.header-main--symbiot .menu__link::before, .header-main--symbiot .menu__link::after {
    background-color: #00a0df;
}
.header-main--symbiot .header-main__search-button .icon:before,
.header-main--symbiot .header-search__submit,
.header-main--symbiot .hamburger:after,
.header-main--symbiot .hamburger-menu,
.header-main--symbiot .menu__arrow i::before,
.header-main--symbiot .megamenu__link-inner .icon::before,
.header-main--symbiot .megamenu__link.level-1::after,
.header-main--symbiot .language-menu__placeholder .icon::before,
.header-main--symbiot .menu__link:before,
.header-main--symbiot .menu__link:after, .is-open-mega-menu .header-main--symbiot .header-main__inner {
    background-color: #00a0df;
}
.header-main--symbiot .megamenu__item:hover > .megamenu__link,
.header-main--symbiot .language-menu:hover .language-menu__placeholder {
    color: #00a0df;
}
.header-main--symbiot .megamenu,
.header-main--symbiot .language-menu__dropdown ul {
    background-color: #101010;
    color: #fff;
}
.header-main--symbiot .language-menu__dropdown-link {
    background: linear-gradient(#00a0df, #00a0df) left bottom no-repeat;
    background-size: 0% 1px;
}
.header-main--symbiot .language-menu__dropdown-link.is-active, .header-main--symbiot .language-menu__dropdown-link:hover {
    color: #00a0df;
    background-size: 100% 1px;
}
.header-main--symbiot .hamburger {
    display: none;
}
@media only screen and (max-width: 1022.8px) {
    .header-main--symbiot .hamburger {
        display: block;
    }
}
.header-main--symbiot .menu {
    margin-right: 0;
}
.header-main .container.absolute {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}
.header-main .container.absolute .header-main__logo {
    pointer-events: auto;
}
.header-main--in-container .header-main__logo-wrap {
    pointer-events: none;
    opacity: 0;
}

.hamburger {
    cursor: pointer;
    z-index: 20;
    position: relative;
    width: 22px;
    margin: 0 10px;
}
@media only screen and (max-width: 1022.8px) {
    .hamburger {
        margin: 0 8px 0 20px;
        order: 99;
    }
}
@media (max-width: 370px) {
    .hamburger {
        margin: 0 0 0 20px;
    }
}
.is-open-mega-menu .hamburger .bars {
    background-color: #fff;
}
.hamburger .bars {
    background-color: #111111;
    height: 2px;
    display: block;
    margin-bottom: 4px;
    width: 100%;
    position: relative;
    z-index: 3;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
}
.hamburger .bars:last-child {
    margin-bottom: 0;
}
.is-open-mega-menu .hamburger .bars:first-child {
    transform: translateY(6px) rotate(225deg);
    -webkit-transform: translateY(6px) rotate(225deg);
}
.is-open-mega-menu .hamburger .bars:nth-child(2) {
    transform: scale(0);
    -webkit-transform: scale(0);
}
.is-open-mega-menu .hamburger .bars:last-child {
    transform: translateY(-6px) rotate(315deg);
    -webkit-transform: translateY(-6px) rotate(315deg);
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.solution {
    position: relative;
}
@media only screen and (max-width: 767px) {
    .solution {
        left: -20px;
        width: calc(100% + 40px);
    }
}
.solution .solution-banner {
    max-width: 100%;
}
.solution__header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(17, 17, 17, 0.3);
    backdrop-filter: blur(10px);
    z-index: 5;
    padding: 0;
    display: flex;
    align-items: center;
    height: 80px;
    padding-left: 40px;
    border-radius: 32px 32px 0 0;
    overflow: hidden;
}
@media only screen and (max-width: 1022.8px) {
    .solution__header {
        height: 60px;
        padding-left: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .solution__header {
        height: 48px;
        padding-left: 12px;
        border-radius: 0;
    }
}
.solution-thumb-slider__slide {
    padding: 26px 0;
    color: rgba(250, 250, 250, 0.75);
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s ease;
}
@media only screen and (max-width: 1022.8px) {
    .solution-thumb-slider__slide {
        padding: 18px 0;
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .solution-thumb-slider__slide {
        padding: 15px 0;
        font-size: 12px;
    }
}
.solution-thumb-slider__slide::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 6px;
    transition: width 0.3s ease;
    background-image: linear-gradient(267deg, #ea2e2b 0%, #96150f 100%);
}
@media only screen and (max-width: 1022.8px) {
    .solution-thumb-slider__slide::after {
        height: 4px;
    }
}
.solution-thumb-slider .swiper-slide {
    width: auto;
}
.solution-thumb-slider .swiper-slide:hover .solution-thumb-slider__slide, .solution-thumb-slider .swiper-slide-thumb-active .solution-thumb-slider__slide {
    color: #fafafa;
}
.solution-thumb-slider .swiper-slide:hover .solution-thumb-slider__slide::after, .solution-thumb-slider .swiper-slide-thumb-active .solution-thumb-slider__slide::after {
    width: 100%;
}
.solution__more-link {
    color: #fff;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 40px;
    transition: background-color 0.3s ease;
}
@media only screen and (max-width: 1022.8px) {
    .solution__more-link {
        padding: 0 28px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .solution__more-link {
        padding: 0 12px;
        font-size: 12px;
    }
}
.solution__more-link:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.solution__more-link:hover .icon {
    transform: rotate(270deg) translateY(8px);
}
.solution__more-link:hover .icon:before {
    background-color: #fff;
}
.solution__more-link .icon {
    transform: rotate(270deg);
    margin-left: 12px;
    transition: transform 0.2s ease;
}
@media only screen and (max-width: 767px) {
    .solution__more-link .icon {
        display: none;
    }
}
.solution__more-link .icon:before {
    transition: background-color 0.3s ease;
    background-color: rgba(250, 250, 250, 0.43);
}
.solution-main-slider {
    overflow: visible;
}
.solution-main-slider.swiper-fade .swiper-slide {
    transition-property: opacity, visibility;
    visibility: hidden;
}
.solution-main-slider.swiper-fade .swiper-slide-active,
.solution-main-slider.swiper-fade .swiper-slide-active .swiper-slide-active {
    visibility: visible;
}
.solution--secondary .solution-banner {
    min-height: 740px;
    grid-template-columns: 75%;
    padding-top: 160px;
}
@media only screen and (max-width: 1022.8px) {
    .solution--secondary .solution-banner {
        padding-top: 120px;
        grid-template-columns: 1fr;
        min-height: 0;
        grid-gap: 40px;
        padding-bottom: 80px;
        justify-items: start;
    }
}
@media only screen and (max-width: 767px) {
    .solution--secondary .solution-banner {
        padding-top: 80px;
        padding-left: 20px;
    }
}
.solution--secondary .solution__more-link:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.solution--secondary .solution__more-link .icon {
    transform: rotate(0deg);
    margin-left: 16px;
}
.solution--secondary .solution__more-link .icon:before {
    background-color: #fff;
}
@media only screen and (max-width: 767px) {
    .solution--secondary .btn {
        font-size: 14px;
        min-height: 36px;
        padding: 6px 12px;
    }
}
.solution-title-wrap {
    position: relative;
}

.sc-solution {
    position: relative;
}
.sc-solution .section-title {
    position: relative;
    z-index: 4;
}
.sc-solution--gray-bg {
    margin-top: -135px;
}
@media only screen and (max-width: 1199px) {
    .sc-solution--gray-bg {
        margin-top: -60px;
    }
}
@media only screen and (max-width: 767px) {
    .sc-solution--gray-bg {
        margin-top: -40px;
    }
}
.sc-solution .solution-container {
    margin-top: 30px;
}

/* stylelint-enable */
/* stylelint-disable */
.solution-banner-list__inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
.solution-banner-list {
    position: relative;
}
.solution-banner-list__inner {
    position: relative;
}
.solution-banner-list__inner::after {
    background-color: #fafafa;
    height: 94.4%;
}
.solution-banner-list__inner .container {
    position: relative;
    z-index: 4;
}
.solution-banner-list__item {
    display: none;
}
.solution-banner-list__item.is-active {
    display: block;
}
.solution-banner-list--has-slider .solution-banner-list__inner::after {
    display: none;
}
.solution-banner-list--has-slider .solution-banner {
    user-select: none;
}
.solution-banner-list--has-slider .swiper {
    overflow: visible;
}
/* stylelint-disable */
/* stylelint-enable */
.solution-portfolio {
    position: relative;
    background-color: #fafafa;
}
.solution-portfolio__title {
    position: relative;
}
.solution-portfolio__title .ghost-title {
    bottom: auto;
    top: 0;
}
.solution-portfolio__items {
    display: grid;
    grid-gap: 40px;
}
@media only screen and (max-width: 1022.8px) {
    .solution-portfolio__items {
        grid-gap: 24px;
    }
}
.solution-portfolio__sub-title {
    color: #d11d17;
}
.solution-portfolio--secondary .solution-portfolio__sub-title {
    color: #111111;
}
.solution-portfolio--symbiot {
    background-color: #00a0df;
    color: #fff;
}
.solution-portfolio--symbiot .icon-text {
    background-color: rgba(0, 0, 0, 0.08);
}
.solution-portfolio--symbiot .solution-portfolio__sub-title {
    color: #fff;
}

.sc-challenges + .sc-solution-portfolio {
    margin-top: -80px;
}
@media only screen and (max-width: 1199px) {
    .sc-challenges + .sc-solution-portfolio {
        margin-top: 0;
    }
}
/* stylelint-disable */
/* stylelint-enable */
.solutions-and-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}
@media only screen and (max-width: 1022.8px) {
    .solutions-and-products {
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .solutions-and-products {
        grid-template-columns: 1fr;
    }
}
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
.success-stories__date-tags {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .success-stories__date-tags {
        flex-direction: column;
        align-items: flex-start;
    }
}
.success-stories__date {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.7;
    line-height: 1.91;
    min-height: 0;
    margin-right: 16px;
    flex-shrink: 0;
    color: #fff;
}
.success-stories__tag {
    padding: 4px 12px;
    border-radius: 13px;
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    margin-right: 8px;
}
@media only screen and (max-width: 1199px) {
    .success-stories__tag {
        top: 8px;
        left: 12px;
        font-size: 10px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .success-stories__tag {
        margin-top: 4px;
    }
}
.success-stories__tag:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
.success-stories__tags {
    display: flex;
    flex-wrap: wrap;
}
.success-stories__main {
    position: relative;
}
.success-stories__main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.58) 34%, rgba(0, 0, 0, 0.72) 100%);
}
.success-stories__main .container {
    position: relative;
}
.success-stories__main-content {
    padding: 64px 0 76px;
    margin: 0 auto;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .success-stories__main-content {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }
}
.success-stories__main-content img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .success-stories__main-left {
        order: 2;
    }
}
.success-stories__main-right {
    border-radius: 16px;
    overflow: hidden;
}
.success-stories__main .title {
    font-size: 34px;
    color: #fff;
}
.success-stories__main .editor-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}
.success-stories__main .btn {
    color: #111111;
}
.success-stories__main .btn .icon:before {
    background-color: rgba(17, 17, 17, 0.44);
}
.success-stories__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    pointer-events: none;
}
.success-stories__btn {
    text-align: center;
}
.success-stories__items {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    align-items: start;
}
@media only screen and (max-width: 767px) {
    .success-stories__items {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }
}
.success-stories__item {
    border-bottom: 1px solid rgba(51, 51, 51, 0.12);
    position: relative;
}
.success-stories__item:hover:before {
    opacity: 1;
    width: 100%;
}
.success-stories__item:hover img {
    transform: scale(1.1);
}
.success-stories__item:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #d11d17;
    height: 1px;
    width: 0;
    opacity: 0;
    transition: opacity 0.3s ease, width 0.3s ease;
}
.success-stories__item-image {
    width: 100%;
    padding-top: 54%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.success-stories__item-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease;
}
.success-stories__item-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.16px;
    line-height: 1.25;
    padding: 24px 0;
}
.success-stories__item-title .icon {
    display: inline-block;
    vertical-align: middle;
    transform: rotate(270deg);
    width: 12px;
    height: 16px;
    margin-left: 8px;
}
.success-stories--secondary .success-stories__main-content {
    position: relative;
    grid-template-columns: 2fr 3fr;
    padding-bottom: 120px;
}
@media only screen and (max-width: 1022.8px) {
    .success-stories--secondary .success-stories__main-content {
        grid-template-columns: 1fr;
        padding-bottom: 0;
    }
}
.success-stories--secondary .success-stories__main-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 66%;
    height: 80%;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
@media only screen and (max-width: 1199px) {
    .success-stories--secondary .success-stories__main-right {
        width: 68%;
        right: -32px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .success-stories--secondary .success-stories__main-right {
        position: relative;
        height: auto;
        right: auto;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .success-stories--secondary .success-stories__main-right {
        order: 2;
    }
}
.success-stories--secondary .success-stories__main-right img {
    object-fit: contain;
}
.success-stories--secondary .btn {
    color: #fff;
}
.success-stories--secondary .btn:hover .icon:before {
    background-color: #fff;
}
.success-stories--secondary .btn .icon:before {
    background-color: #fff;
}
@media only screen and (max-width: 767px) {
    .success-stories--secondary .success-stories__main-left {
        order: 1;
    }
}

/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
.sustainability__super-title {
    color: #666666;
}
.sustainability__content {
    margin-top: 76px;
    padding-bottom: 245px;
}
@media only screen and (max-width: 1199px) {
    .sustainability__content {
        margin-top: 36px;
        padding-bottom: 0;
    }
}
.sustainability__img {
    width: calc(100% - 20px);
    border-radius: 32px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .sustainability__img {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 16px;
    }
}
.sustainability__image-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 40px;
    align-items: flex-end;
}
@media only screen and (max-width: 1199px) {
    .sustainability__image-list {
        grid-gap: 0 20px;
    }
}
.sustainability__image {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 135%;
    border-radius: 16px;
}
.sustainability__image:nth-child(4n+2), .sustainability__image:nth-child(4n+3) {
    padding-bottom: 88%;
}
.sustainability__image:nth-child(4n+2) {
    margin-bottom: 38px;
}
@media only screen and (max-width: 1199px) {
    .sustainability__image:nth-child(4n+2) {
        margin-bottom: 20px;
    }
}
.sustainability__image:nth-child(4n+3) {
    align-self: flex-start;
    margin-top: 38px;
}
@media only screen and (max-width: 1199px) {
    .sustainability__image:nth-child(4n+3) {
        margin-top: 20px;
    }
}
.sustainability__image:nth-child(4n+4) {
    padding-bottom: 130%;
}
.sustainability__image img {
    transition: transform 0.6s ease;
}
.sustainability__image:hover img {
    transform: scale(1.06);
}
.sustainability__bg-element {
    position: absolute;
    right: 0;
    top: -320px;
    pointer-events: none;
    z-index: -1;
}
@media only screen and (max-width: 1199px) {
    .sustainability__bg-element {
        width: 300px;
        top: -190px;
    }
}
@media only screen and (max-width: 767px) {
    .sustainability__bg-element {
        width: 150px;
        top: -100px;
    }
}
.sustainability__bg-element-bottom {
    right: inherit;
    left: 0;
    top: inherit;
    bottom: -60px;
}
@media only screen and (max-width: 1199px) {
    .sustainability__bg-element-bottom {
        bottom: -260px;
        width: 270px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .sustainability__bg-element-bottom {
        bottom: -150px;
        width: 160px;
    }
}
@media only screen and (max-width: 767px) {
    .sustainability__bg-element-bottom {
        bottom: -122px;
        width: 120px;
    }
}

.sc-sustainability {
    position: relative;
}
/* stylelint-disable */
/* stylelint-enable */
.table {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .table {
        display: block;
    }
}
.table__title {
    position: relative;
}
@media only screen and (max-width: 767px) {
    .table__container {
        overflow-x: auto;
    }
}
.table th {
    font-weight: 700;
    padding: 16px 20px;
}
@media only screen and (max-width: 1199px) {
    .table th {
        padding: 12px;
    }
}
.table tr {
    border-bottom: 1px solid #ccc;
}
.table tr:nth-of-type(2n) {
    background-color: #fafafa;
}
.table tr td {
    padding: 20px 20px;
}
@media only screen and (max-width: 1199px) {
    .table tr td {
        padding: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .table tr td {
        min-width: 166px;
    }
}
.table.without-lines tr {
    border-bottom: none;
}
/* stylelint-disable */
.text-over-image--secondary::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

/* stylelint-enable */
.text-over-image {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    min-height: 700px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .text-over-image {
        min-height: 570px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .text-over-image {
        min-height: 380px;
    }
}
@media only screen and (max-width: 767px) {
    .text-over-image {
        min-height: 300px;
    }
}
.text-over-image .container {
    position: relative;
    z-index: 4;
}
.text-over-image .editor-text {
    line-height: 1.4;
}
@media only screen and (max-width: 1022.8px) {
    .text-over-image .margin--32 {
        height: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .text-over-image--secondary {
        min-height: 668px;
    }
}
.text-over-image--secondary::after {
    background-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.8;
}
.text-over-image--secondary.light {
    color: #000;
}
.text-over-image--secondary.light:after {
    background-color: transparent;
    background-image: linear-gradient(90deg, white 10%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
}
/* stylelint-disable */
.three-col-module .editor-text ul > li {
    font-size: 24px;
    line-height: 1.33;
}
@media only screen and (max-width: 1199px) {
    .three-col-module .editor-text ul > li {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .three-col-module .editor-text ul > li {
        font-size: 18px;
    }
}

.three-col-module .editor-text ul > li {
    position: relative;
    padding-left: 52px;
    font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .three-col-module .editor-text ul > li {
        padding-left: 44px;
    }
}
@media only screen and (max-width: 767px) {
    .three-col-module .editor-text ul > li {
        padding-left: 36px;
    }
}
.three-col-module .editor-text ul > li + li {
    margin-top: 40px;
}
.three-col-module .editor-text ul > li::before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.417' height='34.042' viewBox='0 0 34.417 34.042'%3E%3Cg id='check-circle' transform='translate(-0.997 -0.975)'%3E%3Cpath id='Path_214' data-name='Path 214' d='M34,16.532V18A16,16,0,1,1,24.512,3.38' transform='translate(0)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_215' data-name='Path 215' d='M29.8,4l-16,16.016L9,15.216' transform='translate(4.2 1.204)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/contain;
    height: 32px;
    width: 32px;
    border-radius: 0;
    top: 0;
    position: absolute;
    left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .three-col-module .editor-text ul > li::before {
        height: 28px;
        width: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .three-col-module .editor-text ul > li::before {
        height: 24px;
        width: 24px;
    }
}

/* stylelint-enable */
.three-col-module {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 76px 40px;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .three-col-module {
        grid-gap: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .three-col-module {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .three-col-module {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.three-col-module__btn {
    text-align: center;
}
.three-col-module--symbiot {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0 60px;
}
@media only screen and (max-width: 767px) {
    .three-col-module--symbiot {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
}
.three-col-module--symbiot .three-col-module__col img {
    margin-bottom: 20px;
}
.three-col-module--symbiot .three-col-module__col:nth-of-type(2n) {
    padding-top: 60px !important;
}
@media only screen and (max-width: 767px) {
    .three-col-module--symbiot .three-col-module__col:nth-of-type(2n) {
        padding-top: 0 !important;
    }
}

.sc-three-col-module.bg-blue .btn {
    background-color: #003da6;
    border: 2px solid #003da6;
    background-image: none;
}
.sc-three-col-module.bg-blue .btn:before {
    display: none;
}
.sc-three-col-module.bg-blue .btn:hover, .sc-three-col-module.bg-blue .btn:focus {
    box-shadow: 0 0 0 3px rgba(0, 160, 223, 0.2);
    border-color: #00a0df;
    background-color: #00a0df;
}

/* stylelint-disable */
.two-col-module__list li {
    font-size: 24px;
    line-height: 1.33;
}
@media only screen and (max-width: 1199px) {
    .two-col-module__list li {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .two-col-module__list li {
        font-size: 18px;
    }
}

.two-col-module__list li {
    position: relative;
    padding-left: 52px;
    font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .two-col-module__list li {
        padding-left: 44px;
    }
}
@media only screen and (max-width: 767px) {
    .two-col-module__list li {
        padding-left: 36px;
    }
}
.two-col-module__list li + li {
    margin-top: 40px;
}
.two-col-module__list li::before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.417' height='34.042' viewBox='0 0 34.417 34.042'%3E%3Cg id='check-circle' transform='translate(-0.997 -0.975)'%3E%3Cpath id='Path_214' data-name='Path 214' d='M34,16.532V18A16,16,0,1,1,24.512,3.38' transform='translate(0)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_215' data-name='Path 215' d='M29.8,4l-16,16.016L9,15.216' transform='translate(4.2 1.204)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/contain;
    height: 32px;
    width: 32px;
    border-radius: 0;
    top: 0;
    position: absolute;
    left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .two-col-module__list li::before {
        height: 28px;
        width: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .two-col-module__list li::before {
        height: 24px;
        width: 24px;
    }
}

/* stylelint-enable */
.two-col-module {
    overflow: hidden;
    padding: 0;
}
.two-col-module__title {
    position: relative;
}
.two-col-module__vacancy {
    display: grid;
    grid-gap: 40px;
    padding: 0;
}
@media only screen and (max-width: 1022.8px) {
    .two-col-module__vacancy {
        grid-gap: 30px;
    }
}
.two-col-module__left {
    margin-bottom: 40px;
}
.two-col-module__left .editor-text {
    max-width: 510px;
}
.two-col-module .vacancy-card__content {
    grid-gap: 14px;
    grid-template-columns: 1fr;
}
.two-col-module__download-list {
    display: grid;
    grid-gap: 24px;
}
.two-col-module .download-link {
    max-width: 100%;
}
.two-col-module .download-link .icon::before {
    background-color: #d11d17;
}
.two-col-module__list {
    font-weight: 600;
    padding: 60px 40px;
    background-color: #fafafa;
    border-radius: 16px;
}
@media only screen and (max-width: 767px) {
    .two-col-module__list {
        padding: 30px 20px;
    }
}
.two-col-module .cta {
    align-items: center;
}
@media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
    .two-col-module .cta {
        max-width: calc(100% - 20px);
    }
}
@media only screen and (min-width: 1440px) {
    .two-col-module .cta {
        grid-template-columns: 58% 1fr;
    }
}
.two-col-module.bg-gray .two-col-module__list {
    background-color: #fff;
}
.two-col-module .show-all-btn .btn {
    width: 100%;
}

.sc-two-col-module + .sc-two-col-module {
    margin-top: 80px;
}
@media only screen and (max-width: 1199px) {
    .sc-two-col-module + .sc-two-col-module {
        margin-top: 40px;
    }
}
/* stylelint-disable */
.two-col-paragraph .editor-text ul > li {
    font-size: 24px;
    line-height: 1.33;
}
@media only screen and (max-width: 1199px) {
    .two-col-paragraph .editor-text ul > li {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .two-col-paragraph .editor-text ul > li {
        font-size: 18px;
    }
}

.two-col-paragraph .editor-text ul > li {
    position: relative;
    padding-left: 52px;
    font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .two-col-paragraph .editor-text ul > li {
        padding-left: 44px;
    }
}
@media only screen and (max-width: 767px) {
    .two-col-paragraph .editor-text ul > li {
        padding-left: 36px;
    }
}
.two-col-paragraph .editor-text ul > li + li {
    margin-top: 40px;
}
.two-col-paragraph .editor-text ul > li::before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.417' height='34.042' viewBox='0 0 34.417 34.042'%3E%3Cg id='check-circle' transform='translate(-0.997 -0.975)'%3E%3Cpath id='Path_214' data-name='Path 214' d='M34,16.532V18A16,16,0,1,1,24.512,3.38' transform='translate(0)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Path_215' data-name='Path 215' d='M29.8,4l-16,16.016L9,15.216' transform='translate(4.2 1.204)' fill='none' stroke='%23cb544f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/contain;
    height: 32px;
    width: 32px;
    border-radius: 0;
    top: 0;
    position: absolute;
    left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .two-col-paragraph .editor-text ul > li::before {
        height: 28px;
        width: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .two-col-paragraph .editor-text ul > li::before {
        height: 24px;
        width: 24px;
    }
}

/* stylelint-enable */
.two-col-paragraph__title {
    position: relative;
}
.two-col-paragraph__title .ghost-title {
    top: 0;
    bottom: auto;
}
.two-col-paragraph__content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 36px;
}
.two-col-paragraph .editor-text ul > li {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width: 1022.8px) {
    .two-col-paragraph .editor-text ul > li {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .two-col-paragraph .editor-text ul > li {
        font-size: 16px;
    }
}
.two-col-paragraph__image img {
    width: 100%;
}
/* stylelint-disable */
/* stylelint-enable */
.video-gallery__title {
    position: relative;
}
@media only screen and (min-width: 1023.8px) {
    .video-gallery__title .title {
        max-width: 560px;
        width: 100%;
    }
}
.video-gallery__title .ghost-title {
    bottom: auto;
    top: 0;
}
.video-gallery__image {
    position: relative;
    height: 0;
    padding-bottom: 66%;
    border-radius: 16px;
}
.video-gallery__image img {
    transition: transform 0.3s ease;
}
.video-gallery .swiper-slide {
    width: auto;
}
.video-gallery__slide {
    display: block;
    width: 560px;
}
@media only screen and (max-width: 1199px) {
    .video-gallery__slide {
        width: 430px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .video-gallery__slide {
        width: 370px;
    }
}
@media only screen and (max-width: 767px) {
    .video-gallery__slide {
        width: 300px;
    }
}
@media (max-width: 360px) {
    .video-gallery__slide {
        width: 280px;
    }
}
.video-gallery__slide:hover .video-gallery__play {
    background-color: rgba(255, 255, 255, 0.85);
}
.video-gallery__slide:hover .video-gallery__image img {
    transform: scale(1.04);
}
.video-gallery__slider {
    overflow: visible;
}
.video-gallery__play {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    position: absolute;
    height: 135px;
    width: 135px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.3s ease;
}
@media only screen and (max-width: 1199px) {
    .video-gallery__play {
        height: 100px;
        width: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .video-gallery__play {
        height: 60px;
        width: 60px;
    }
}
@media only screen and (min-width: 1023.8px) {
    .video-gallery__play .icon {
        height: 80px;
        width: 80px;
    }
}
@media only screen and (max-width: 1199px) {
    .video-gallery__play .icon {
        height: 60px;
        width: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .video-gallery__play .icon {
        height: 40px;
        width: 40px;
    }
}
/* stylelint-disable */
/* stylelint-enable */
@media only screen and (min-width: 1200px) {
    .video-module .video .icon {
        height: 80px;
        width: 80px;
    }
}
.video-module__title {
    position: relative;
}
.video-module--secondary .video-module__container {
    display: grid;
    grid-template-columns: 800px 1fr;
    grid-gap: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .video-module--secondary .video-module__container {
        grid-template-columns: 660px 1fr;
    }
}
@media only screen and (max-width: 1199px) {
    .video-module--secondary .video-module__container {
        grid-template-columns: 600px 1fr;
        grid-gap: 32px;
    }
}
@media only screen and (max-width: 1022.8px) {
    .video-module--secondary .video-module__container {
        grid-template-columns: 1fr;
        grid-gap: 12px;
    }
}
.video-module--symbiot .video__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    background-color: rgba(0, 61, 166, 0.7);
    transition: background-color 0.3s ease;
}
.video-module--symbiot .video__play-button .icon::before {
    background-color: #fff;
}











































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