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

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

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

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

body {
    font-size: 15px;
    letter-spacing: 0.38px;
    font-weight: 500;
    line-height: 1.4;
}
@media only screen and (max-width: 767px) {
    body {
        line-height: 1.33;
    }
}

.text--100 {
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 24px;
}
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .text--100 {
        font-size: 90px;
    }
}
@media only screen and (max-width: 1200px) {
    .text--100 {
        font-size: 80px;
        letter-spacing: 7.2px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .text--100 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .text--100 {
        font-size: 30px;
        line-height: 1.17;
    }
}

.text--66 {
    font-size: 66px;
    line-height: 1.67;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .text--66 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--66 {
        font-size: 33px;
    }
}

.text--60 {
    font-size: 60px;
    line-height: 1.67;
    letter-spacing: normal;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .text--60 {
        font-size: 44px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .text--60 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .text--60 {
        font-size: 18px;
        line-height: 1.5;
    }
}

.text--33 {
    font-size: 33px;
    letter-spacing: normal;
    line-height: normal;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .text--33 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--33 {
        font-size: 22px;
    }
}

.text--25 {
    font-size: 25px;
    letter-spacing: normal;
    line-height: normal;
}
@media only screen and (max-width: 1200px) {
    .text--25 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .text--25 {
        font-size: 16px;
    }
}

.text--20 {
    font-size: 20px;
    letter-spacing: normal;
    line-height: normal;
}
@media only screen and (max-width: 767px) {
    .text--20 {
        font-size: 15px;
    }
}

.text--12 {
    font-size: 12px;
    letter-spacing: 1.8px;
    line-height: 1.67;
}

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

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

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

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

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-blue: #0000ff;
    --color-orange: #ff3f00;
    --color-gray: #a2a2a2;
    --color-gray-light: #e5e5e5;
    --color-gray-light-02: #e0e0e0;
    --color-focus: #6495ed;
    --color-warning: #ffa726;
    --color-error: #ff0000;
    --color-success: #66bb6a;
    --color-validation-failed: #ff0000;
    --font-primary: Instrument Sans, sans-serif;
    --font-secondary: neue-haas-unica, sans-serif;
    --font-arimo: Arimo, sans-serif;
    --easing-default: cubic-bezier(0.16, 1, 0.3, 1);
    --easing-slow: cubic-bezier(0.4, 0, 0.2, 1);
    --easing-ease-in-out: cubic-bezier(0.55, 0, 0.45, 1);
    --easing-slow-down: cubic-bezier(0.25, 0.49, 0.31, 1);
    --easing-long-slow-down: cubic-bezier(0.13, 0.63, 0.4, 0.97);
    --easing-ease-motion: cubic-bezier(0.66, 0.19, 0.29, 0.79);
    --easing-expressive-in-out: cubic-bezier(0.76, 0.09, 0.03, 0.96);
    --easing-fly-in: cubic-bezier(0.08, 0.69, 0.07, 1);
    --easing-fly-out: cubic-bezier(0.54, 0.01, 0.99, 0.26);
    --shadow-default: 0 0 8px rgba(8, 28, 47, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

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

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

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

input {
    overflow: visible;
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

@media (min-width: 320px) {
    .text-xs-center {
        text-align: center;
    }
    .text-xs-left {
        text-align: left;
    }
    .text-xs-right {
        text-align: right;
    }
    .d-xs-none {
        display: none !important;
    }
    .d-xs-inline-block {
        display: inline-block !important;
    }
    .d-xs-block {
        display: block !important;
    }
    .d-xs-flex {
        display: flex !important;
    }
    .d-xs-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .text-sm-center {
        text-align: center;
    }
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1023px) {
    .text-md-center {
        text-align: center;
    }
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1201px) {
    .text-lg-center {
        text-align: center;
    }
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1440px) {
    .text-xl-center {
        text-align: center;
    }
    .text-xl-left {
        text-align: left;
    }
    .text-xl-right {
        text-align: right;
    }
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
}

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

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

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

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

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

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-slides-offset-before);
    scroll-margin-inline-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
    margin-inline-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-slides-offset-before);
    scroll-margin-block-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
    margin-block-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.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-navigation-top-offset: 50%;
     --swiper-navigation-sides-offset: 4px;
     --swiper-navigation-color: var(--swiper-theme-color);
     */
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
    display: none !important;
}
.swiper-button-prev ::slotted(svg),
.swiper-button-prev svg,
.swiper-button-next ::slotted(svg),
.swiper-button-next svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
}

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

.swiper-button-prev,
.swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
}
.swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg);
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
}
.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
}
.swiper-horizontal .swiper-button-next, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
}
.swiper-horizontal .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon),
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next ::slotted(.swiper-navigation-icon),
.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
    transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
    transform: rotate(0deg);
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
}
.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
    transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
}
.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon),
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next ::slotted(.swiper-navigation-icon),
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
    transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

:root {
    /*
     --swiper-scrollbar-border-radius: 10px;
     --swiper-scrollbar-top: auto;
     --swiper-scrollbar-bottom: 4px;
     --swiper-scrollbar-left: auto;
     --swiper-scrollbar-right: 4px;
     --swiper-scrollbar-sides-offset: 1%;
     --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
     --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
     --swiper-scrollbar-size: 4px;
     */
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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

/* Zoom container styles start */
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-thumbs .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
}

.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 {
    pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    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-prev {
    pointer-events: auto;
    visibility: visible;
}
.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-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    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;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
    overflow: visible;
}

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

/* stylelint-enable */
@font-face {
    font-family: "Arimo";
    src: local("Arimo Bold"), local("Arimo-Bold"), url("../fonts/../fonts/Arimo-Bold.woff2") format("woff2"), url("../fonts/Arimo-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Instrument Sans";
    src: url("../fonts/InstrumentSans-Regular.woff2") format("woff2"), url("../fonts/InstrumentSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Instrument Sans";
    src: url("../fonts/InstrumentSans-Medium.woff2") format("woff2"), url("../fonts/InstrumentSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Instrument Sans";
    src: url("../fonts/InstrumentSans-SemiBold.woff2") format("woff2"), url("../fonts/InstrumentSans-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Instrument Sans";
    src: url("../fonts/InstrumentSans-Bold.woff2") format("woff2"), url("../fonts/InstrumentSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.cover-bg {
    background-size: cover;
    background-position: center center;
}
.cover-bg img {
    display: none;
}

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

.overflow-h {
    overflow: hidden;
}

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

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

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

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

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

.text--uppercase {
    text-transform: uppercase;
}
.text--white {
    color: var(--color-white);
}
.text--white.title,
.text--white .title {
    color: var(--color-white);
}
.text--gray {
    color: var(--color-grey);
}
.text--lt {
    font-weight: 300;
}
.text--rg {
    font-weight: 400;
}
.text--md {
    font-weight: 500;
}
.text--sb {
    font-weight: 600;
}
.text--bd {
    font-weight: 700;
}
.text--eb {
    font-weight: 800;
}

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

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

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

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

.show {
    display: block;
}

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

.d-flex {
    display: flex;
}

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

.container-fluid {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: calc(100% - 76px);
}
@media only screen and (max-width: 1200px) {
    .container-fluid {
        width: calc(100% - 80px);
    }
}
@media only screen and (max-width: 1022px) {
    .container-fluid {
        width: calc(100% - 48px);
    }
}

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

.p-relative {
    position: relative;
}

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

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

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}

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

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

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

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

p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s var(--easing-default), border 0.3s var(--easing-default);
}

i,
em {
    font-style: italic;
}

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

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

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

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

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

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

b,
strong {
    font-weight: 600;
}

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

figure {
    margin: 0;
}
figure img {
    margin: 0;
}

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

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

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

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

input,
select,
textarea {
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
    box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
    -webkit-text-fill-color: var(--color-black) !important;
    caret-color: var(--color-white) !important;
    transition: background-color 9999s ease-in-out 0s;
}

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

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

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

main {
    width: 100%;
    flex: 1 0 auto;
}
main.main--inner-page {
    padding-top: 340px;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    main.main--inner-page {
        padding-top: 245px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    main.main--inner-page {
        padding-top: 215px;
    }
}
@media only screen and (max-width: 767px) {
    main.main--inner-page {
        padding-top: 172px;
    }
}

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

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

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

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

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

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

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

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

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

.development-error {
    --size-gap-half: 4px;
    --size-gap: 8px;
    --size-gap-double: 16px;
    --size-gap-triple: 24px;
    --size-gap-quad: 32px;
    --size-font-small: 14px;
    --size-font: 16px;
    --size-font-big: 20px;
    --size-font-bigger: 24px;
    --color-accents-1: #808080;
    --color-accents-2: #222222;
    --color-accents-3: #404040;
    --font-stack-monospace: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
    --color-ansi-selection: rgba(95, 126, 151, 0.48);
    --color-ansi-bg: #111111;
    --color-ansi-fg: #cccccc;
    --color-ansi-white: #777777;
    --color-ansi-black: #141414;
    --color-ansi-blue: #00aaff;
    --color-ansi-cyan: #88ddff;
    --color-ansi-green: #98ec65;
    --color-ansi-magenta: #aa88ff;
    --color-ansi-red: #ff5555;
    --color-ansi-yellow: #ffcc33;
    --color-ansi-bright-white: #ffffff;
    --color-ansi-bright-black: #777777;
    --color-ansi-bright-blue: #33bbff;
    --color-ansi-bright-cyan: #bbecff;
    --color-ansi-bright-green: #b6f292;
    --color-ansi-bright-magenta: #cebbff;
    --color-ansi-bright-red: #ff8888;
    --color-ansi-bright-yellow: #ffd966;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    outline: none;
    background: white;
    border-radius: var(--size-gap);
    box-shadow: 0 var(--size-gap-half) var(--size-gap-double) rgba(0, 0, 0, 0.25);
    max-height: calc(100% - 56px);
    overflow-y: hidden;
}
@media (min-width: 576px) {
    .development-error {
        max-width: 540px;
        box-shadow: 0 var(--size-gap) var(--size-gap-quad) rgba(0, 0, 0, 0.25);
    }
}
@media (min-width: 768px) {
    .development-error {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .development-error {
        max-width: 960px;
    }
}
.development-error small {
    font-size: 80%;
    color: #757575;
}
.development-error__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(17, 17, 17, 0.2);
    pointer-events: all;
    cursor: not-allowed;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    z-index: -1;
}
.development-error__banner {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border-top-width: var(--size-gap-half);
    border-bottom-width: 0;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: var(--color-ansi-red);
}
.development-error__header {
    position: relative;
    margin-bottom: var(--size-gap-double);
}
.development-error__header button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 0 20px 20px;
    font-size: 24px;
}
.development-error__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    padding: 0;
}
.development-error__content {
    position: relative;
    overflow-y: auto;
    border: none;
    margin: 0;
    padding: calc(var(--size-gap-double) + var(--size-gap-half)) var(--size-gap-double);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.development-error__body {
    position: relative;
    flex: 1 1 auto;
}
.development-error__terminal {
    border-radius: var(--size-gap-half);
    background-color: var(--color-ansi-bg);
    color: var(--color-ansi-fg);
}
.development-error__terminal * {
    color: inherit;
    background-color: transparent;
    font-family: var(--font-stack-monospace);
}
.development-error__terminal > * {
    margin: 0;
    padding: calc(var(--size-gap) + var(--size-gap-half)) calc(var(--size-gap-double) + var(--size-gap-half));
}
.development-error__terminal pre {
    white-space: pre-wrap;
    word-break: break-word;
}
.development-error__terminal pre b {
    color: var(--color-ansi-cyan);
}
.development-error footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--size-gap);
}
.development-error footer button small {
    color: black;
    font-weight: 500;
}
.development-error footer small span {
    color: black;
}
.article-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-family: var(--font-secondary);
    font-weight: 600;
    color: var(--color-blue);
    letter-spacing: 4.8px;
}
@media only screen and (max-width: 1022px) {
    .article-nav {
        font-size: 16px;
        letter-spacing: normal;
    }
}
@media only screen and (max-width: 767px) {
    .article-nav {
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
    .article-nav__item:not(:last-child) {
        margin-bottom: 15px;
    }
}
.article-nav__item:hover {
    color: var(--color-gray);
}
.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 50px;
    max-width: 976px;
    width: 100%;
    margin: auto;
    padding: 18px 32px;
    z-index: 998;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.46;
    border-radius: 10px;
    letter-spacing: 0.38px;
    background-color: var(--color-gray-light);
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.1);
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}
.rtl .cookie-banner {
    direction: rtl;
    text-align: right;
}
.cookie-banner.cookie-not-set, .cookie-not-set .cookie-banner {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0s linear;
}
@media only screen and (max-width: 1022px) {
    .cookie-banner {
        max-width: calc(100% - 40px);
        bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .cookie-banner {
        padding: 20px;
    }
}
.cookie-banner__inner {
    position: relative;
    z-index: 3;
    display: flex;
    gap: 85px;
    align-items: flex-end;
}
@media only screen and (max-width: 1022px) {
    .cookie-banner__inner {
        gap: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .cookie-banner__inner {
        gap: 20px;
        flex-direction: column;
    }
}
.cookie-banner__title {
    text-transform: uppercase;
    color: var(--color-blue);
    letter-spacing: 2.25px;
    font-weight: 600;
}
.cookie-banner__link {
    color: var(--color-blue);
    text-decoration: underline;
}
.cookie-banner__link:hover {
    text-decoration: underline;
    color: var(--color-gray);
}
.cookie-banner__button {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}
@media only screen and (max-width: 767px) {
    .cookie-banner__button {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-left: 0;
        width: 100%;
        align-items: center;
    }
}
.cookie-banner__button .btn {
    line-height: 1.6;
}
.rtl .cookie-banner__button {
    margin-left: 0;
    margin-right: auto;
}
.video {
    position: relative;
    cursor: pointer;
    width: 100%;
    padding-bottom: 56.4%;
    background-color: var(--color-black);
    overflow: hidden;
}
.video__wrapper {
    max-width: 724px;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .video__wrapper {
        max-width: 100%;
    }
}
.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%);
    z-index: 5;
    opacity: 0;
    color: #fff;
}
@media only screen and (max-width: 1022px) {
    .video__play-button {
        opacity: 1;
    }
}
.video__play-button .icon {
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .video__play-button .icon {
        width: 50px;
        height: 50px;
    }
}
.video__play-button .icon::before {
    background-color: var(--color-white);
}
.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__play-button {
    opacity: 1;
}
.video.is-playing .hide-on-play {
    opacity: 0;
    pointer-events: none;
}
.video__caption {
    margin-top: 20px;
    text-transform: uppercase;
    color: var(--color-gray);
    max-width: 472px;
    width: 100%;
    font-weight: 600;
}
.gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 999;
    background-color: var(--color-gray-light);
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.gallery-modal__image {
    height: 100%;
    width: 100%;
    user-select: none;
}
.gallery-modal__image img {
    object-fit: contain;
}
.gallery-modal__slider {
    height: 100vh;
    padding: 90px 50px;
}
@media (max-width: 1600px) {
    .gallery-modal__slider {
        padding: 90px 120px;
    }
}
@media only screen and (max-width: 1440px) {
    .gallery-modal__slider {
        padding: 90px 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .gallery-modal__slider {
        padding: 50px 0;
        height: calc(var(--vh, 1vh) * 100);
    }
}
.gallery-modal__nav {
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 46px;
    width: calc(100% - 66px);
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, 0);
}
@media only screen and (max-width: 1022px) {
    .gallery-modal__nav {
        width: calc(100% - 20px);
        bottom: 10px;
    }
}
@media only screen and (max-width: 1200px) {
    .gallery-modal__nav .icon {
        height: 22px;
        width: 14px;
    }
}
@media only screen and (max-width: 1022px) {
    .gallery-modal__nav .icon {
        height: 20px;
        width: 12px;
    }
}
.gallery-modal__nav .icon::before {
    background-color: var(--color-blue);
}
.gallery-modal__nav-arrow {
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease;
}
.gallery-modal__nav-arrow.arrow-left:hover {
    transform: translate(-10px, 0);
}
.gallery-modal__nav-arrow.arrow-right:hover {
    transform: translate(10px, 0);
}
.rtl .gallery-modal__nav-arrow.arrow-right .icon {
    transform: rotate(180deg) scaleX(-1);
}
.rtl .gallery-modal__nav-arrow .icon {
    transform: rotate(180deg);
}
.gallery-modal .swiper-pagination, .gallery-modal__close-btn {
    color: var(--color-blue);
    position: absolute;
    top: 50%;
    bottom: initial;
    transform: translateY(-50%);
}
.gallery-modal .swiper-pagination {
    left: 48px;
    width: auto;
    height: auto;
}
.rtl .gallery-modal .swiper-pagination {
    direction: ltr;
    left: auto;
    right: 48px;
}
@media (max-width: 1440px) {
    .gallery-modal .swiper-pagination {
        left: 28px;
    }
    .rtl .gallery-modal .swiper-pagination {
        left: auto;
        right: 28px;
    }
}
@media only screen and (max-width: 1200px) {
    .gallery-modal .swiper-pagination {
        font-size: 16px;
        left: 20px;
    }
    .rtl .gallery-modal .swiper-pagination {
        left: auto;
        right: 20px;
    }
}
@media only screen and (max-width: 1022px) {
    .gallery-modal .swiper-pagination {
        top: initial;
        bottom: 22px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .rtl .gallery-modal .swiper-pagination {
        left: auto;
        right: 50%;
        transform: translate(50%, 0);
    }
}
.gallery-modal__close-btn {
    right: 40px;
    z-index: 10;
}
.rtl .gallery-modal__close-btn {
    right: auto;
    left: 40px;
}
@media only screen and (max-width: 1200px) {
    .gallery-modal__close-btn {
        right: 24px;
    }
    .rtl .gallery-modal__close-btn {
        right: auto;
        left: 24px;
    }
}
@media only screen and (max-width: 1022px) {
    .gallery-modal__close-btn {
        top: 20px;
        right: 20px;
        transform: translate(0);
    }
    .rtl .gallery-modal__close-btn {
        right: auto;
        left: 20px;
    }
}
.gallery-modal.is-open-modal {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.image-gallery__overlay {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
}

.image-gallery {
    position: relative;
    max-width: 724px;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .image-gallery {
        max-width: 100%;
    }
}
.image-gallery__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 34px 32px;
    align-items: flex-end;
}
@media only screen and (max-width: 767px) {
    .image-gallery__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 22px;
    }
}
.image-gallery__image {
    height: 0;
    position: relative;
    padding-bottom: 100%;
    cursor: pointer;
}
.image-gallery__image::after, .image-gallery__image::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color-white);
    z-index: 4;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.image-gallery__image::after {
    width: 42px;
    height: 1px;
}
.image-gallery__image::before {
    width: 1px;
    height: 42px;
}
.image-gallery__image:hover::after, .image-gallery__image:hover::before,
.image-gallery__image:hover .image-gallery__index {
    opacity: 1;
}
.image-gallery__image:hover .image-gallery__overlay {
    opacity: 0.7;
}
.image-gallery__index {
    position: absolute;
    top: 10px;
    right: 12px;
    font-weight: 500;
    color: var(--color-white);
    opacity: 0;
    z-index: 3;
    transition: opacity 0.3s ease;
}
.image-gallery__overlay {
    z-index: 2;
    background-image: radial-gradient(500px 500px at 50% 50%, rgba(6, 3, 141, 0.85) 0%, rgba(6, 3, 141, 0.18) 18%, rgba(6, 3, 141, 0) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.image-gallery .btn {
    text-align: left;
    align-items: flex-start;
    padding-left: 0;
    display: inline-block;
    grid-column: span 2;
}
@media only screen and (max-width: 767px) {
    .image-gallery .btn {
        grid-column: span 1;
    }
}
.image-gallery .btn::before {
    top: -3px;
    display: inline-block;
    position: relative;
    margin-right: 3px;
}
.image-gallery .btn__separator {
    margin: -2px 4px 0;
    vertical-align: middle;
}
@media only screen and (max-width: 767px) {
    .image-gallery .btn__separator {
        margin: -2px 2px 0;
    }
}
.image-gallery .btn__text {
    display: inline;
}
.image-with-caption {
    max-width: 724px;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .image-with-caption {
        max-width: 100%;
    }
}
.image-with-caption img {
    width: 100%;
    height: auto;
}
.image-with-caption__caption {
    margin-top: 20px;
    text-transform: uppercase;
    color: var(--color-gray);
    max-width: 472px;
    width: 100%;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    html.is-open-menu {
        overflow: hidden !important;
    }
}

.menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: var(--color-blue);
    z-index: 101;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
}
.is-open-menu .menu {
    pointer-events: all;
    visibility: visible;
}
.page-loaded .menu {
    visibility: visible;
}
.menu__list {
    display: grid;
    grid-gap: 8px;
}
@media only screen and (max-width: 767px) {
    .menu__list {
        grid-gap: 4px;
    }
}
.menu__gradient {
    position: absolute;
    right: 160px;
    top: 0;
    width: 585px;
    z-index: 0;
    height: 100%;
    pointer-events: none;
    transform: translate(100%, 0);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}
@media only screen and (max-width: 767px) {
    .menu__gradient {
        right: inherit;
        left: 0;
        transform: translate(50%, 0);
    }
}
.rtl .menu__gradient {
    right: auto;
    left: 160px;
    transform: translate(-100%, 0);
}
.is-open-menu .menu__gradient {
    opacity: 1;
    transform: translate(0, 0);
}
@media only screen and (max-width: 767px) {
    .is-open-menu .menu__gradient {
        transform: translate(-40%, 0);
    }
}
.menu__inner {
    overscroll-behavior: contain;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 440px;
    overflow: hidden;
    overflow-y: auto;
    background-color: var(--color-gray-light);
    z-index: 9;
    padding: 82px 40px 34px 60px;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    transform: translate(100%, 0);
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
}
@media only screen and (min-width: 1201px) {
    .menu__inner {
        scrollbar-track-color: rgba(0, 0, 255, 0.1);
        scrollbar-face-color: rgba(0, 0, 255, 0.6);
        scrollbar-arrow-color: rgba(0, 0, 255, 0.6);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .menu__inner::-webkit-scrollbar {
        width: 4px;
    }
    .menu__inner ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: rgba(0, 0, 255, 0.1);
    }
    .menu__inner ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0, 0, 255, 0.35);
    }
    .menu__inner::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 255, 0.6);
        width: 4px;
        border-radius: 0;
    }
    .menu__inner::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 255, 0.5);
    }
    .menu__inner ::-webkit-scrollbar {
        width: 4px;
    }
}
@media only screen and (max-width: 767px) {
    .menu__inner {
        padding: 16px 20px 16px 26px;
        max-width: calc(100% - 24px);
        text-align: right;
    }
}
.rtl .menu__inner {
    right: auto;
    left: 0;
    transform: translate(-100%, 0);
}
.is-open-menu .menu__inner {
    visibility: visible;
    transform: translate(0, 0);
}
.menu__item.is-active > .menu__link {
    opacity: 1;
    color: var(--color-blue);
}
.menu__item.special-link {
    margin-top: 42px;
    padding: 30px 0;
    border-top: 1px solid var(--color-blue);
    border-bottom: 1px solid var(--color-blue);
}
@media only screen and (max-width: 1022px) {
    .menu__item.special-link {
        margin-top: 20px;
        padding: 15px 0;
    }
}
.menu__item.special-link .menu__link {
    color: var(--color-blue);
    line-height: 1.36;
}
.menu__item.special-link .menu__link:hover {
    color: var(--color-orange);
}
.menu__link {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3.75px;
    line-height: 1.3;
    text-transform: uppercase;
    position: relative;
    color: var(--color-gray);
    display: inline-block;
    transition: color 0.3s ease;
}
@media only screen and (max-width: 1440px) {
    .menu__link {
        font-size: 22px;
        letter-spacing: 6px;
    }
}
@media only screen and (max-width: 767px) {
    .menu__link {
        font-size: 20px;
        letter-spacing: 4.8px;
    }
}
.menu__link:hover {
    color: var(--color-blue);
}
.menu nav {
    padding: 100px 0 70px;
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (min-width: 1023px) {
    .menu nav {
        justify-content: flex-end;
    }
}
.rtl .menu nav {
    direction: rtl;
    text-align: right;
}
@media only screen and (max-width: 1440px) {
    .menu nav {
        padding: 40px 0;
    }
}
.menu__footer ul {
    display: flex;
    flex-wrap: wrap;
}
.rtl .menu__footer ul {
    justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
    .menu__footer ul {
        justify-content: flex-end;
        align-items: flex-end;
    }
}
.menu__footer-item {
    margin: 0 24px 12px 0;
}
.rtl .menu__footer-item {
    margin: 0 0 12px 24px;
}
@media only screen and (max-width: 767px) {
    .menu__footer-item {
        margin: 0 0 5px 20px;
        order: 2;
    }
    .menu__footer-item:last-child {
        order: 1;
        flex-basis: 100%;
    }
    .rtl .menu__footer-item {
        margin: 0 0 5px 20px;
    }
}
.menu__footer-link {
    font-weight: 500;
}
.rtl .menu__footer-link {
    font-weight: 700;
}
@media only screen and (max-width: 1440px) {
    .menu__footer-link {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .menu__footer-link {
        font-size: 16px;
    }
}
.menu__logo {
    max-width: 145px;
}
.rtl .menu__logo {
    margin-left: auto;
}
.menu .hamburger-wapper {
    position: absolute;
    z-index: 20;
}
.menu__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}
.rtl .menu {
    right: auto;
    left: 0;
}

.language-switch {
    display: inline-flex;
}
.rtl .language-switch {
    justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
    .language-switch {
        margin-left: auto;
        margin-top: -16px;
    }
    .rtl .language-switch {
        margin-top: 16px;
    }
}
.language-switch__link {
    color: var(--color-gray);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-right: 8px;
    transition: color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .language-switch__link {
        font-size: 13px;
        margin-left: 8px;
        margin-right: 0;
    }
}
.language-switch__link:hover {
    color: var(--color-blue);
}
.lead-text {
    letter-spacing: 0.5px;
    font-weight: 500;
    color: var(--color-blue);
    line-height: 1.35;
}
.rtl .lead-text {
    font-weight: 800;
}
@media only screen and (max-width: 767px) {
    .lead-text {
        font-size: 18px;
    }
}
.lead-text .editor-text {
    line-height: 1.35;
}
.news-item {
    border-top: 1px solid var(--color-blue);
    padding: 35px 0;
}
@media only screen and (max-width: 1022px) {
    .news-item {
        padding: 24px 0;
    }
}
@media only screen and (max-width: 767px) {
    .news-item {
        padding: 18px 0;
    }
}
.news-item .title {
    margin-top: 12px;
}
@media only screen and (max-width: 1022px) {
    .news-item .title {
        margin: 0;
    }
}
.news-item__text {
    margin-bottom: 16px;
    line-height: 1.46;
}
@media only screen and (max-width: 1022px) {
    .news-item__content {
        margin-top: 20px;
    }
}
.news-item__date {
    font-family: var(--font-secondary);
    color: var(--color-gray);
    letter-spacing: 1.8px;
    margin-top: 20px;
}
@media only screen and (min-width: 1023px) {
    .news-item__number {
        margin: 12px 0 0 4px;
    }
}
@media only screen and (max-width: 1022px) {
    .news-item__number {
        margin: 0 0 10px;
    }
}
.news-item__number.title--h2 {
    letter-spacing: 3.5px;
}
.scroll-arrow {
    position: fixed;
    right: 38px;
    bottom: 42px;
    z-index: 9;
    -webkit-animation: bounce 2s ease;
    animation: bounce 2s ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@media only screen and (max-width: 1440px) {
    .scroll-arrow {
        right: 10px;
    }
}
@media only screen and (max-width: 1022px) {
    .scroll-arrow {
        position: absolute;
        right: 5px;
        bottom: inherit;
        top: 95vh;
    }
}
@media only screen and (max-width: 767px) {
    .scroll-arrow {
        top: 90vh;
        right: 12px;
    }
}
@media only screen and (max-width: 1200px) {
    .scroll-arrow .icon {
        height: 22px;
        width: 22px;
    }
}
.scroll-arrow .icon::before {
    background-color: var(--color-gray);
}
.scroll-arrow:hover .icon::before {
    background-color: var(--color-blue);
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.social-nav {
    width: 100%;
    font-weight: 500;
    padding: 34px 32px;
    background-color: var(--color-gray-light);
}
@media only screen and (max-width: 1022px) {
    .social-nav {
        padding: 28px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .social-nav {
        padding: 28px 20px 12px;
    }
}
.social-nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .social-nav ul {
        justify-content: flex-start;
    }
}
.social-nav__item {
    display: inline-block;
    margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
    .social-nav__item {
        flex: 0 0 50%;
        max-width: 50%;
        width: 100%;
        margin-bottom: 15px;
    }
}
.social-nav__item:not(:last-child) {
    margin-right: 86px;
}
.rtl .social-nav__item:not(:last-child) {
    margin-right: 0;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .social-nav__item:not(:last-child) {
        margin-right: 40px;
    }
    .rtl .social-nav__item:not(:last-child) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .social-nav__item:not(:last-child) {
        margin-right: 30px;
    }
    .rtl .social-nav__item:not(:last-child) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .social-nav__item:not(:last-child) {
        margin-right: 0;
    }
}
.rtl .social-nav__item:not(:first-child) {
    margin-right: 86px;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .rtl .social-nav__item:not(:first-child) {
        margin-right: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .rtl .social-nav__item:not(:first-child) {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .rtl .social-nav__item:not(:first-child) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .social-nav__item:nth-child(even) {
        text-align: right;
    }
}
.social-nav__link {
    color: var(--color-blue);
    font-weight: 600;
}
.rtl .social-nav__link {
    font-weight: 800;
}
.social-nav__link:hover {
    color: var(--color-black);
}
.btn {
    cursor: pointer;
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 700;
    padding-left: 18px;
    letter-spacing: 1.8px;
    line-height: 1;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: var(--color-blue);
    border-radius: 0;
    background-color: transparent;
    text-transform: uppercase;
    border: 0;
    position: relative;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.rtl .btn {
    padding-left: 0;
    padding-right: 18px;
}
.btn::before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 12px;
    pointer-events: none;
    background-color: currentColor;
    transition: background-color 0.3s ease;
}
.rtl .btn::before {
    left: auto;
    right: 0;
}
.btn__text {
    display: block;
    pointer-events: none;
    transition: transform 640ms ease;
    position: relative;
    z-index: 3;
}
.btn:active {
    transform: scale(0.95);
}
.btn__icon {
    flex-shrink: 0;
    position: relative;
    z-index: 3;
}
.btn__icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.btn__icon .icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}
.btn__icon .icon::before {
    background-color: currentColor;
}
.btn:active, .btn:hover {
    color: var(--color-gray);
}
.btn--left-icon .btn__icon {
    order: -1;
}
.btn--white {
    color: var(--color-white);
}
.btn__separator {
    display: inline-block;
    height: 2px;
    width: 12px;
    background-color: currentColor;
}
.btn[disabled], .btn--disabled {
    cursor: not-allowed;
    transition: none;
    pointer-events: none;
    opacity: 0.5;
}
.btn[disabled] .btn__icon, .btn--disabled .btn__icon {
    transform: none !important;
}
.btn.hide, .btn.d-none {
    display: none;
}
.checkbox {
    user-select: none;
    position: relative;
}
.checkbox__label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin: 0;
    display: block;
}
.rtl .checkbox__label {
    padding-left: 0;
    padding-right: 30px;
}
@media only screen and (max-width: 767px) {
    .checkbox__label {
        padding-left: 25px;
    }
    .rtl .checkbox__label {
        padding-left: 0;
        padding-right: 25px;
    }
}
.checkbox__label::after, .checkbox__label:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 4px;
    border-radius: 2px;
}
.rtl .checkbox__label::after, .rtl .checkbox__label:before {
    left: auto;
    right: 0;
}
.checkbox__label:before {
    border: 1px solid var(--color-blue);
}
.checkbox__label::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.929' height='13.929' viewBox='0 0 13.929 13.929'%3E%3Cpath d='M16.882,4.5H6.048A1.547,1.547,0,0,0,4.5,6.048V16.882a1.547,1.547,0,0,0,1.548,1.548H16.882a1.547,1.547,0,0,0,1.548-1.548V6.048A1.547,1.547,0,0,0,16.882,4.5ZM9.917,15.334,6.048,11.465l1.091-1.091,2.778,2.77L15.791,7.27l1.091,1.1Z' transform='translate(-4.5 -4.5)' fill='%2306038d'/%3E%3C/svg%3E%0A") no-repeat center/cover;
    transform: scale(0.5);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
}
.checkbox input:checked ~ label::after {
    opacity: 1;
    transform: scale(1);
}
.checkbox a {
    text-decoration: underline;
    color: var(--color-blue);
}
.checkbox a:hover {
    text-decoration: none;
}
.checkbox.is-validation-failed .checkbox__label::before, .is-validation-failed .checkbox .checkbox__label::before {
    border-color: var(--color-validation-failed);
}
.checkbox .fv-plugins-message-container {
    text-align: left;
    font-size: 11px;
    padding-left: 30px;
}
.rtl .checkbox .fv-plugins-message-container {
    text-align: right;
    padding-left: 0;
    padding-right: 30px;
}
@media only screen and (max-width: 767px) {
    .checkbox .fv-plugins-message-container {
        padding-left: 25px;
    }
    .rtl .checkbox .fv-plugins-message-container {
        text-align: right;
        padding-left: 0;
        padding-right: 25px;
    }
}
.checkbox .fv-plugins-message-container div {
    margin: 0;
}
.checkbox.is-disabled {
    pointer-events: none;
    opacity: 0.5;
}
.checkbox.is-disabled input {
    pointer-events: none;
}
.person-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 54px 32px;
    max-width: 724px;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .person-list {
        max-width: 550px;
        grid-gap: 40px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .person-list {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        max-width: 100%;
    }
}
.person-list__image {
    position: relative;
    height: 0;
    padding-bottom: 136.6%;
}
.person-list__image-wrapper {
    max-width: 218px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .person-list__image-wrapper {
        max-width: 100%;
    }
}
.person-list__name {
    font-family: var(--font-secondary);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-blue);
    transition: color 0.3s ease;
}
.person-list__text {
    margin-top: 34px;
}
@media only screen and (max-width: 767px) {
    .person-list__text {
        margin-top: 16px;
    }
}
.dropdown {
    width: 100%;
    position: relative;
    max-width: 346px;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .dropdown {
        max-width: 100%;
    }
}
.dropdown__label {
    font-size: 10px;
    position: absolute;
    left: 0;
    top: -6px;
    z-index: 4;
    pointer-events: none;
    will-change: opacity;
    transition: opacity 0.3s ease;
    opacity: 0;
    color: var(--color-gray);
}
.dropdown__inner {
    position: relative;
    max-width: 220px;
}
.dropdown__placeholder {
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    width: 100%;
    border-bottom: 1px solid var(--color-gray);
    height: 34px;
    padding: 0 40px 0 0;
    border-radius: 0;
    outline: none;
    z-index: 1;
    color: var(--color-gray);
    transition: border 0.3s ease, color 0.3s ease;
    cursor: pointer;
    text-align: left;
}
.rtl .dropdown__placeholder {
    padding: 0 0 0 40px;
}
.dropdown__placeholder-text {
    transition: transform 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-right: 40px;
    max-width: calc(100vw - 70px);
}
.dropdown__arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    transform: translate(0, -50%);
    border-top: 4px solid var(--color-blue);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transition: transform 0.3s ease, top 0.3s ease;
}
.rtl .dropdown__arrow {
    right: auto;
    left: 10px;
}
.dropdown__required {
    color: var(--color-blue);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    pointer-events: none;
    font-size: 20px;
}
.rtl .dropdown__required {
    right: auto;
    left: 10px;
}
.dropdown__list {
    position: absolute;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    z-index: 21;
    left: 0;
    background-color: var(--color-white);
    border-radius: 0 0 2px 2px;
    transition: opacity 0.3s ease;
}
.dropdown__list-item {
    position: relative;
}
.dropdown__list-item:last-child .dropdown__list-option {
    border-bottom: 0;
}
.dropdown__list-inner {
    overflow: auto;
    max-height: 248px;
}
@media only screen and (min-width: 1023px) {
    .dropdown__list-inner {
        scrollbar-track-color: rgba(0, 0, 255, 0.2);
        scrollbar-face-color: rgba(0, 0, 255, 0.2);
        scrollbar-arrow-color: rgba(0, 0, 255, 0.2);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .dropdown__list-inner::-webkit-scrollbar {
        width: 2px;
    }
    .dropdown__list-inner ::-webkit-scrollbar-track {
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background: rgba(0, 0, 255, 0.2);
    }
    .dropdown__list-inner ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0, 0, 255, 0.2);
    }
    .dropdown__list-inner::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 255, 0.2);
        width: 2px;
        border-radius: 8px;
    }
    .dropdown__list-inner::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 255, 0.2);
    }
    .dropdown__list-inner ::-webkit-scrollbar {
        width: 2px;
    }
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input) {
    position: absolute;
    width: 0px;
    height: 0px;
    opacity: 0;
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input):checked ~ .dropdown__list-option {
    background-color: rgba(0, 0, 0, 0.02);
}
.dropdown__list-option {
    cursor: pointer;
    margin: 0;
    width: 100%;
    display: block;
    padding: 12px 20px;
    border-bottom: 1px solid var(--color-gray);
    color: var(--color-blue);
    transition: color 0.3s ease, background-color 0.3s ease;
}
@media only screen and (min-width: 1023px) {
    .dropdown__list-option:hover {
        background-color: rgba(0, 0, 0, 0.02);
    }
}
.dropdown__list-option.is-disabled {
    pointer-events: none;
}
.dropdown__search {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 8px;
    z-index: 3;
    opacity: 0;
    border-bottom: 1px solid var(--color-gray);
    pointer-events: none;
}
.dropdown__search input {
    background-color: var(--color-white);
    width: 100%;
    height: 32px;
    padding: 0 10px;
    outline: none;
    font-size: 16px;
    border: 1px solid var(--color-gray);
    transition: border-color 0.3s var(--easing-default);
}
.dropdown__search input:focus {
    border-color: var(--color-blue);
}
.dropdown.is-open .dropdown__placeholder {
    color: var(--color-blue);
    border-color: var(--color-blue);
}
.dropdown.is-open .dropdown__icon {
    top: 45%;
    transform: scale(-1);
}
.dropdown.is-open .dropdown__list {
    opacity: 1;
    pointer-events: auto;
}
.dropdown.is-selected .dropdown__label {
    opacity: 1;
}
.dropdown.is-selected .dropdown__placeholder-text {
    transform: translate(0, 2px);
    color: var(--color-black);
}
.dropdown--multiselect .dropdown__label {
    opacity: 0 !important;
}
.dropdown--multiselect .dropdown__placeholder-text {
    transform: translate(0, 0) !important;
}
.dropdown--search .dropdown__list {
    padding-top: 48px;
}
.dropdown--search .dropdown__search {
    opacity: 1;
    pointer-events: all;
}
.dropdown:hover .dropdown__placeholder {
    border-color: var(--color-charcoal-gray);
}
.dropdown.is-validation-failed .dropdown__label {
    color: var(--color-validation-failed);
}
.dropdown.is-validation-failed .dropdown__placeholder {
    border-color: var(--color-validation-failed);
    color: var(--color-validation-failed);
}
.dropdown.is-validation-failed .dropdown__placeholder .icon::before {
    background-color: var(--color-validation-failed);
}
.dropdown.is-validation-failed .fv-plugins-message-container {
    margin-top: 4px;
}
.dropdown.is-selected .dropdown__placeholder {
    color: var(--color-charcoal-gray);
}
.dropdown.hide {
    display: none;
}
.icon::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.icon {
    display: block;
    position: relative;
}
.icon::before {
    background-color: currentColor;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: background-color 0.3s ease;
}
.icon-arrow-right, .icon-arrow-left {
    width: 55px;
    height: 40px;
}
.icon-arrow-right::before, .icon-arrow-left::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='39.311' viewBox='0 0 55 39.311'%3E%3Cg id='Icon_feather-arrow-down' data-name='Icon feather-arrow-down' transform='translate(-6 44.69) rotate(-90)'%3E%3Cpath id='Path_3053' data-name='Path 3053' d='M18,7.5v52' transform='translate(7.034 0)' fill='none' stroke='%2306038d' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_3054' data-name='Path 3054' d='M42.568,18,25.034,35.534,7.5,18' transform='translate(0 23.966)' fill='none' stroke='%2306038d' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='39.311' viewBox='0 0 55 39.311'%3E%3Cg id='Icon_feather-arrow-down' data-name='Icon feather-arrow-down' transform='translate(-6 44.69) rotate(-90)'%3E%3Cpath id='Path_3053' data-name='Path 3053' d='M18,7.5v52' transform='translate(7.034 0)' fill='none' stroke='%2306038d' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_3054' data-name='Path 3054' d='M42.568,18,25.034,35.534,7.5,18' transform='translate(0 23.966)' fill='none' stroke='%2306038d' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-arrow-down, .icon-arrow-up {
    width: 39px;
    height: 39px;
}
.icon-arrow-down::before, .icon-arrow-up::before {
    -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.311' height='38.068' viewBox='0 0 39.311 38.068'%3E%3Cg transform='translate(44.69 44.068) rotate(180)'%3E%3Cpath d='M18,7.5V42.568' transform='translate(7.034)' fill='none' stroke='%23a2a2a2' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath d='M42.568,18,25.034,35.534,7.5,18' transform='translate(0 7.034)' fill='none' stroke='%23a2a2a2' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.311' height='38.068' viewBox='0 0 39.311 38.068'%3E%3Cg transform='translate(44.69 44.068) rotate(180)'%3E%3Cpath d='M18,7.5V42.568' transform='translate(7.034)' fill='none' stroke='%23a2a2a2' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath d='M42.568,18,25.034,35.534,7.5,18' transform='translate(0 7.034)' fill='none' stroke='%23a2a2a2' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-chevron-right, .icon-chevron-left {
    height: 34px;
    width: 20px;
}
.icon-chevron-right::before, .icon-chevron-left::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.643' height='33.43'%3E%3Cpath data-name='Icon material-keyboard-arrow-left' d='M20.643 29.502 7.884 16.715 20.643 3.928 16.715 0 0 16.715 16.715 33.43Z' fill='%2306038d'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.643' height='33.43'%3E%3Cpath data-name='Icon material-keyboard-arrow-left' d='M20.643 29.502 7.884 16.715 20.643 3.928 16.715 0 0 16.715 16.715 33.43Z' fill='%2306038d'/%3E%3C/svg%3E");
}
.icon-chevron-up, .icon-chevron-down {
    width: 12px;
    height: 12px;
}
.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='11.8' height='6.7' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.15' d='M11.4.4 5.9 5.9.4.4'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.8' height='6.7' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.15' d='M11.4.4 5.9 5.9.4.4'/%3E%3C/svg%3E");
}
.icon-chevron-right, .icon-arrow-down, .icon-chevron-up, .icon-arrow-left {
    transform: scale(-1);
}
.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-close {
    width: 20px;
    height: 20px;
}
.icon-close::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.5' height='20.5' xml:space='preserve'%3E%3Cpath fill='%23FFF' d='m0 19.1 8.8-8.8L0 1.4 1.4 0l8.8 8.8L19.1 0l1.4 1.4-8.8 8.8 8.8 8.8-1.4 1.4-8.8-8.8-8.8 8.8L0 19.1z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.5' height='20.5' xml:space='preserve'%3E%3Cpath fill='%23FFF' d='m0 19.1 8.8-8.8L0 1.4 1.4 0l8.8 8.8L19.1 0l1.4 1.4-8.8 8.8 8.8 8.8-1.4 1.4-8.8-8.8-8.8 8.8L0 19.1z'/%3E%3C/svg%3E");
}
.mod-input {
    width: 100%;
    position: relative;
    font-weight: 400;
    max-width: 346px;
}
.mod-input ::-webkit-input-placeholder {
    color: #a2a2a2;
    opacity: 1;
    font-weight: 400;
}
.mod-input :-ms-input-placeholder {
    color: #a2a2a2;
    opacity: 1;
    font-weight: 400;
}
.mod-input ::placeholder {
    color: #a2a2a2;
    opacity: 1;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .mod-input {
        max-width: 100%;
    }
}
.mod-input__label {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    margin-bottom: 0;
    font-weight: inherit;
    color: var(--color-gray);
    pointer-events: none;
    transition: font-size 0.3s ease, transform 0.3s ease;
}
.rtl .mod-input__label {
    left: auto;
    right: 0;
}
.is-focused .mod-input__label {
    font-size: 10px;
    transform: translate(0, -16px);
}
.mod-input__field {
    position: relative;
    width: 100%;
    height: 38px;
    border: 0;
    font-weight: 400;
    border-bottom: 1px solid var(--color-gray);
    border-radius: 0;
    background-color: transparent;
    outline: none;
    z-index: 1;
    padding: 0 20px 0 0;
    color: var(--color-black);
    transition: border-color 80ms ease-out, color 80ms ease-out;
}
.rtl .mod-input__field {
    padding: 0 0 0 20px;
}
@media only screen and (max-width: 1022px) {
    .mod-input__field {
        height: 46px;
    }
}
.mod-input__field:focus {
    border-color: var(--color-blue);
}
.is-validation-failed .mod-input__field, .mod-input__field.is-validation-failed {
    color: var(--color-validation-failed);
    border-color: var(--color-validation-failed);
}
.mod-input__inner {
    position: relative;
}
.mod-input textarea {
    resize: none;
    height: 154px;
    padding: 12px 22px;
    border-radius: 0;
}
@media only screen and (max-width: 1022px) {
    .mod-input textarea {
        height: 120px;
    }
}
.mod-input textarea::-webkit-scrollbar {
    width: 0;
    display: none;
}
.mod-input__required {
    color: var(--color-blue);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    pointer-events: none;
    font-size: 20px;
}
.rtl .mod-input__required {
    right: auto;
    left: 10px;
}
.mod-input__icon {
    position: absolute;
    top: 16px;
    left: 20px;
    z-index: 5;
    width: 20px;
    height: 20px;
    color: var(--color-black);
}
.mod-input__text {
    margin-top: 8px;
}
.mod-input__max-character {
    pointer-events: none;
    position: relative;
    line-height: 1;
    margin-top: -4px;
}
.mod-input--with-icon .mod-input__field {
    padding-left: 50px;
}
.mod-input.is-disabled {
    opacity: 0.5;
}
.mod-input.is-disabled .mod-input__field {
    pointer-events: none;
}
.mod-input.is-validation-failed ::-webkit-input-placeholder {
    color: #ff0000;
    opacity: 1;
    font-weight: 400;
}
.mod-input.is-validation-failed :-ms-input-placeholder {
    color: #ff0000;
    opacity: 1;
    font-weight: 400;
}
.mod-input.is-validation-failed ::placeholder {
    color: #ff0000;
    opacity: 1;
    font-weight: 400;
}
.mod-input.is-validation-failed .label,
.mod-input.is-validation-failed .icon {
    color: var(--color-validation-failed);
}
.mod-input.is-validation-failed.textarea-with-counter .mod-input__inner {
    border-color: var(--color-validation-failed);
}
.mod-input:has(.iti.is-validation-failed) ::-webkit-input-placeholder {
    color: #ff0000;
    opacity: 1;
    font-weight: 400;
}
.mod-input:has(.iti.is-validation-failed) :-ms-input-placeholder {
    color: #ff0000;
    opacity: 1;
    font-weight: 400;
}
.mod-input:has(.iti.is-validation-failed) ::placeholder {
    color: #ff0000;
    opacity: 1;
    font-weight: 400;
}
.mod-input:has(.iti.is-validation-failed) .label,
.mod-input:has(.iti.is-validation-failed) .icon {
    color: var(--color-validation-failed);
}
.mod-input.is-focused .mod-input__password-validation {
    display: grid;
}

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

.fv-plugins-message-container,
.validation-message {
    color: var(--color-validation-failed);
    position: relative;
    font-size: 11px;
    margin-top: 2px;
    text-align: left;
}
.rtl .fv-plugins-message-container,
.rtl .validation-message {
    text-align: right;
}
.fv-plugins-message-container div,
.validation-message div {
    margin-top: 4px;
}

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

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

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

.form-success-message {
    background-color: rgba(102, 187, 106, 0.5);
    border: 1px solid var(--color-success);
}
.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.85);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}
.loading.is-active {
    opacity: 1;
    pointer-events: auto;
}
.loading .circle-1,
.loading .circle-2 {
    background-color: var(--color-blue);
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: loading 1.6s infinite ease-in-out;
}
.loading .circle-2 {
    animation-delay: -0.8s;
}
@keyframes loading {
    0%, 100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}
.margin {
    display: block;
    width: 100%;
}
.margin--280 {
    height: 280px;
}
@media only screen and (max-width: 1440px) {
    .margin--280 {
        height: 200px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--280 {
        height: 160px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--280 {
        height: 128px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--280 {
        margin: 80px;
    }
}
.margin--260 {
    height: 260px;
}
@media only screen and (max-width: 1440px) {
    .margin--260 {
        height: 200px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--260 {
        height: 160px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--260 {
        height: 100px;
    }
}
.margin--240 {
    height: 240px;
}
@media only screen and (max-width: 1440px) {
    .margin--240 {
        height: 200px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--240 {
        height: 160px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--240 {
        height: 100px;
    }
}
.margin--200 {
    height: 200px;
}
@media only screen and (max-width: 1440px) {
    .margin--200 {
        height: 180px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--200 {
        height: 140px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--200 {
        height: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--200 {
        height: 80px;
    }
}
.margin--180 {
    height: 180px;
}
@media only screen and (max-width: 1200px) {
    .margin--180 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--180 {
        height: 80px;
    }
}
.margin--170 {
    height: 170px;
}
@media only screen and (max-width: 1200px) {
    .margin--170 {
        height: 110px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--170 {
        height: 70px;
    }
}
.margin--160 {
    height: 160px;
}
@media only screen and (max-width: 1200px) {
    .margin--160 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--160 {
        height: 96px;
    }
}
.margin--140 {
    height: 140px;
}
@media only screen and (max-width: 1200px) {
    .margin--140 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--140 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--140 {
        height: 64px;
    }
}
.margin--150 {
    height: 150px;
}
@media only screen and (max-width: 1200px) {
    .margin--150 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--150 {
        height: 80px;
    }
}
.margin--128 {
    height: 128px;
}
@media only screen and (max-width: 1200px) {
    .margin--128 {
        height: 80px;
    }
}
.margin--120 {
    height: 120px;
}
@media only screen and (max-width: 1200px) {
    .margin--120 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--120 {
        height: 60px;
    }
}
.margin--112 {
    height: 112px;
}
@media only screen and (max-width: 1200px) {
    .margin--112 {
        height: 75px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--112 {
        height: 60px;
    }
}
.margin--100 {
    height: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .margin--100 {
        height: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--100 {
        height: 40px;
    }
}
.margin--90 {
    height: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .margin--90 {
        height: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--90 {
        height: 40px;
    }
}
.margin--80 {
    height: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .margin--80 {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--80 {
        height: 40px;
    }
}
.margin--76 {
    height: 76px;
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .margin--76 {
        height: 56px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--76 {
        height: 40px;
    }
}
.margin--70 {
    height: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .margin--70 {
        height: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--70 {
        height: 40px;
    }
}
.margin--64 {
    height: 64px;
}
@media only screen and (max-width: 1022px) {
    .margin--64 {
        height: 40px;
    }
}
.margin--60 {
    height: 60px;
}
@media only screen and (max-width: 1022px) {
    .margin--60 {
        height: 40px;
    }
}
.margin--56 {
    height: 56px;
}
@media only screen and (max-width: 1022px) {
    .margin--56 {
        height: 36px;
    }
}
.margin--50 {
    height: 50px;
}
@media only screen and (max-width: 1022px) {
    .margin--50 {
        height: 30px;
    }
}
.margin--46 {
    height: 46px;
}
@media only screen and (max-width: 767px) {
    .margin--46 {
        height: 26px;
    }
}
.margin--40 {
    height: 40px;
}
@media only screen and (max-width: 767px) {
    .margin--40 {
        height: 20px;
    }
}
.margin--30 {
    height: 30px;
}
@media only screen and (max-width: 767px) {
    .margin--30 {
        height: 20px;
    }
}
.margin--20 {
    height: 20px;
}
@media only screen and (max-width: 767px) {
    .margin--20 {
        height: 15px;
    }
}
.margin--16 {
    height: 16px;
}
.margin--12 {
    height: 12px;
}
.outlined-title {
    font-family: var(--font-primary);
    text-transform: uppercase;
    display: inline-block;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 19.2px;
    line-height: 1.25;
}
@media only screen and (max-width: 1200px) {
    .outlined-title {
        font-size: 60px;
        letter-spacing: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .outlined-title {
        font-size: 30px;
        letter-spacing: 7.2px;
        line-height: 1;
    }
}
.outlined-title__text {
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    color: var(--color-blue);
}
.outlined-title:hover .outlined-title__text {
    opacity: 1;
}
.section-pagination__inner {
    font-weight: 700;
    font-family: var(--font-primary);
    color: var(--color-blue);
    text-transform: uppercase;
}

.section-pagination__inner {
    font-size: 20px;
    letter-spacing: 4.8px;
    line-height: 1.2;
}
@media only screen and (max-width: 767px) {
    .section-pagination__inner {
        font-size: 17px;
        letter-spacing: 4.08px;
        line-height: 1.24;
    }
}

.section-pagination__inner {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-family: var(--font-secondary);
}
@media only screen and (max-width: 767px) {
    .section-pagination__inner {
        font-size: 13px;
        font-weight: 500;
    }
}
.section-pagination__total {
    padding-left: 24px;
    position: relative;
    display: block;
}
@media only screen and (max-width: 767px) {
    .section-pagination__total {
        padding-left: 14px;
    }
}
.section-pagination__total::before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    background-color: var(--color-blue);
    height: 2px;
    top: 57%;
    transform: translateY(-50%);
    pointer-events: none;
}
@media only screen and (max-width: 767px) {
    .section-pagination__total::before {
        width: 10px;
    }
}

.page-404__title {
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 24px;
}
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .page-404__title {
        font-size: 120px;
    }
}
@media only screen and (max-width: 1200px) {
    .page-404__title {
        font-size: 100px;
        letter-spacing: 7.2px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .page-404__title {
        font-size: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .page-404__title {
        font-size: 60px;
    }
}

.rtl .page-404 {
    direction: rtl;
    text-align: right;
}
.page-404__title {
    font-family: var(--font-secondary);
}
@media only screen and (min-width: 768px) {
    .page-404__title {
        -webkit-text-stroke: 2px var(--color-blue);
        -webkit-text-fill-color: transparent;
    }
}
@media only screen and (max-width: 767px) {
    .page-404__title {
        color: var(--color-blue);
    }
}
.page-404__content {
    width: 100%;
    display: grid;
    grid-gap: 20px;
    max-width: 900px;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .page-404__content {
        max-width: 800px;
    }
}

.sc-page-404 {
    min-height: 630px;
    padding: 30px 0;
}
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .sc-page-404 {
        min-height: 580px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .sc-page-404 {
        min-height: 420px;
    }
}
@media only screen and (max-width: 1022px) {
    .sc-page-404 {
        min-height: 400px;
    }
}
.title--h6, .title--h5, .title--h4, .title--h3, .title--h2, .title--h1 {
    font-weight: 700;
    font-family: var(--font-primary);
    color: var(--color-blue);
    text-transform: uppercase;
}

.title--h1 {
    font-size: 40px;
    letter-spacing: 8.4px;
    line-height: 1.2;
}
@media only screen and (max-width: 1022px) {
    .title--h1 {
        font-size: 40px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 767px) {
    .title--h1 {
        font-size: 32px;
    }
}

.title--h2 {
    font-size: 35px;
    letter-spacing: 8.4px;
    line-height: 1.2;
}
@media only screen and (max-width: 1022px) {
    .title--h2 {
        font-size: 30px;
        letter-spacing: 6px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h2 {
        font-size: 25px;
        line-height: 1.32;
    }
}

.title--h3 {
    font-size: 20px;
    letter-spacing: 4.8px;
    line-height: 1.2;
}
@media only screen and (max-width: 767px) {
    .title--h3 {
        font-size: 17px;
        letter-spacing: 4.08px;
        line-height: 1.24;
    }
}

.title--h4 {
    font-size: 15px;
    letter-spacing: 0.38px;
    line-height: 1.47;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .title--h4 {
        font-size: 14px;
    }
}

.title--h5 {
    font-size: 12px;
    line-height: 1.5;
}

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

.title.text--sb {
    font-weight: 600;
}
.contact-module {
    position: relative;
    color: var(--color-blue);
    font-weight: 500;
    letter-spacing: normal;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 100px;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .contact-module {
        padding: 0 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .contact-module {
        height: calc(var(--vh, 1vh) * 100);
        padding: 50px 0;
    }
}
.contact-module__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -14px;
}
@media (max-width: 1660px) {
    .contact-module__inner {
        margin-top: -5px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-module__inner {
        flex-direction: column;
    }
}
.contact-module .section-pagination {
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .contact-module .section-pagination {
        left: 18px;
    }
}
@media only screen and (max-width: 1022px) {
    .contact-module .section-pagination {
        left: 50%;
        top: 22px;
        transform: translate(-50%, 0);
    }
}
.contact-module__link {
    display: block;
    position: relative;
}
@media (max-width: 1660px) {
    .contact-module__link {
        font-size: 45px;
    }
}
@media (max-width: 1060px) {
    .contact-module__link {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .contact-module__link {
        font-size: 33px;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .contact-module__link {
        font-size: 25px;
    }
}
.contact-module__link::after {
    content: "";
    position: absolute;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='932' height='524' viewBox='0 0 932 524'%3E%3Cdefs%3E%3CradialGradient id='radial-gradient' cx='0.5' cy='0.5' r='0.468' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%230000FF' stop-opacity='0.851'/%3E%3Cstop offset='0.69' stop-color='%230000FF' stop-opacity='0.184'/%3E%3Cstop offset='1' stop-color='%230000FF' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect id='Rectangle_291' data-name='Rectangle 291' width='932' height='524' fill='url(%23radial-gradient)'/%3E%3C/svg%3E%0A") no-repeat center/contain;
    opacity: 0;
    width: 932px;
    height: 524px;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
}
@media (max-width: 1440px) {
    .contact-module__link::after {
        width: 700px;
        height: 414px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .contact-module__link::after {
        width: 600px;
        height: 344px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .contact-module__link::after {
        width: 420px;
        height: 254px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-module__link::after {
        width: 430px;
        height: 234px;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .contact-module__link::after {
        width: 320px;
        height: 184px;
    }
}
.contact-module__link:not(:last-child) {
    margin-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .contact-module__link:not(:last-child) {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-module__link:not(:last-child) {
        margin: 0 0 10.5vh 0;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .contact-module__link:not(:last-child) {
        margin-bottom: 3vh;
    }
}
.contact-module__link span {
    position: relative;
    z-index: 4;
}
.contact-module__link:hover {
    color: var(--color-white);
}
.contact-module__link:hover::after {
    opacity: 0.5;
}
.timeline {
    margin-top: 10px;
    max-width: 724px;
    width: 100%;
    display: grid;
    grid-gap: 10px;
}
@media only screen and (max-width: 1022px) {
    .timeline {
        grid-gap: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .timeline {
        margin-bottom: 20px;
    }
}
.timeline__item {
    position: relative;
}
.timeline__year {
    color: var(--color-gray);
    letter-spacing: 4.8px;
    line-height: 1.2;
    font-weight: 600;
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 26px;
}
.rtl .timeline__year {
    right: auto;
    margin-right: 0;
    transform: translateX(calc(100% + 26px));
    width: auto;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .timeline__year {
        margin-right: 15px;
    }
    .rtl .timeline__year {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1023px) {
    .timeline__year {
        width: 200px;
        text-align: right;
    }
    .rtl .timeline__year {
        width: auto;
    }
}
@media only screen and (max-width: 1022px) {
    .timeline__year {
        position: relative;
        right: 0;
        margin: 0 0 20px 0;
    }
    .rtl .timeline__year {
        right: auto;
        transform: none;
    }
}
@media only screen and (max-width: 767px) {
    .timeline__year {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1022px) {
    .editor-text + .timeline {
        margin-top: 40px;
    }
}
.footer-main__subnav-link::before, .footer-main .editor-text a::before, .footer-main__subnav-link::after, .footer-main .editor-text a::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    height: 1px;
    background-color: currentColor;
    pointer-events: none;
}
.footer-main__subnav-link::before, .footer-main .editor-text a::before {
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.footer-main__subnav-link::after, .footer-main .editor-text a::after {
    transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.footer-main__subnav-link:hover::before, .footer-main .editor-text a:hover::before, .footer-main__subnav-link:hover::after, .footer-main .editor-text a:hover::after {
    width: 100%;
    left: 0;
}

.footer-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 40px;
    min-height: 100vh;
    z-index: 9;
    color: var(--color-white);
    background-color: var(--color-blue);
}
@media only screen and (max-width: 1200px) {
    .footer-main {
        padding-left: 100px;
    }
}
@media only screen and (max-width: 1022px) {
    .footer-main {
        min-height: calc(var(--vh, 1vh) * 100);
        padding-top: 100px;
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .footer-main {
        padding: 118px 0 25px;
    }
}
@media (max-width: 359px) {
    .footer-main {
        padding-top: 60px;
    }
}
@media (max-width: 767px) and (max-height: 699px) {
    .footer-main {
        padding-top: 60px;
    }
}
.rtl .footer-main .container-fluid {
    display: inline-flex;
}
.footer-main__logo {
    display: inline-block;
    max-width: 212px;
}
.rtl .footer-main__logo {
    margin-left: auto;
}
@media only screen and (max-width: 1440px) {
    .footer-main__logo {
        max-width: 280px;
    }
}
@media only screen and (max-width: 1200px) {
    .footer-main__logo {
        max-width: 200px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-main__logo {
        max-width: 145px;
    }
}
.footer-main .editor-text {
    line-height: 2.2;
}
@media only screen and (max-width: 767px) {
    .footer-main .editor-text {
        font-size: 13px;
        letter-spacing: 0.33px;
        line-height: 1.54;
    }
}
.footer-main .editor-text a {
    position: relative;
    text-decoration: none;
}
.footer-main .editor-text a:before, .footer-main .editor-text a:after {
    height: 1px;
    bottom: -2px;
}
.footer-main .editor-text a:hover {
    color: var(--color-white);
}
.footer-main .editor-text p {
    margin: 30px 0;
}
@media only screen and (max-width: 767px) {
    .footer-main .editor-text p {
        margin: 0;
    }
}
.footer-main__newsletter {
    margin-bottom: 36px;
}
.rtl .footer-main__newsletter {
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .footer-main__newsletter {
        margin-bottom: 50px;
    }
}
.footer-main__nav {
    position: relative;
    top: 18px;
}
@media only screen and (max-width: 767px) {
    .footer-main__nav {
        top: 0;
    }
}
.footer-main__nav ul {
    display: grid;
    grid-gap: 14px;
}
@media only screen and (max-width: 767px) {
    .footer-main__nav ul {
        grid-gap: 16px;
    }
}
.footer-main__nav-item {
    position: relative;
    width: 100%;
}
.rtl .footer-main__nav-item {
    text-align: right;
}
.footer-main__top {
    margin-bottom: 8vh;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .footer-main__top {
        margin-top: auto;
        margin-bottom: 40px;
    }
}
.footer-main__middle {
    margin: auto 0;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .footer-main__middle {
        align-self: flex-end;
        margin: 0;
    }
}
.rtl .footer-main__middle .row {
    direction: rtl;
}
.rtl .footer-main__middle .row .editor-text {
    text-align: right;
}
.footer-main__bottom {
    margin-top: auto;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .footer-main__bottom {
        order: -1;
        margin: 0 0 20px;
    }
}
.footer-main__bottom-inner {
    position: relative;
}
.rtl .footer-main__bottom {
    direction: rtl;
}
.rtl .footer-main__bottom .col-md-offset-4 {
    margin-left: auto;
    margin-right: 33.333%;
}
@media only screen and (max-width: 1022px) {
    .rtl .footer-main__bottom .col-md-offset-4 {
        margin-right: auto;
    }
}
.footer-main__subnav {
    position: absolute;
    right: 0;
    width: 100%;
    pointer-events: none;
}
@media only screen and (min-width: 1201px) {
    .footer-main__subnav {
        top: 38%;
        transform: translateY(-50%);
    }
}
@media only screen and (max-width: 1200px) {
    .footer-main__subnav {
        bottom: 0;
    }
}
.footer-main__subnav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    grid-gap: 0;
}
.footer-main__subnav-item {
    margin-left: 70px;
}
.rtl .footer-main__subnav-item {
    margin-left: 0;
    margin-right: 70px;
}
@media only screen and (max-width: 1200px) {
    .footer-main__subnav-item {
        margin-left: 40px;
    }
    .rtl .footer-main__subnav-item {
        margin-left: 0;
        margin-right: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-main__subnav-item {
        margin-left: 14px;
    }
    .rtl .footer-main__subnav-item {
        margin-left: 0;
        margin-right: 14px;
    }
}
.footer-main__subnav-link {
    position: relative;
    font-weight: 600;
    pointer-events: all;
    line-height: 1;
}
.footer-main__subnav-link:before, .footer-main__subnav-link:after {
    height: 1px;
    bottom: 0;
}
@media only screen and (min-width: 1441px) {
    .footer-main .outlined-title {
        font-size: 100px;
        line-height: 1;
    }
}
@media only screen and (min-width: 1201px) {
    .footer-main .outlined-title {
        letter-spacing: 15px;
    }
}
.footer-main .outlined-title h2 {
    -webkit-text-fill-color: var(--color-blue);
}
.footer-main .outlined-title__text {
    color: var(--color-gray);
}
.footer-main .outlined-title[href]:hover .outlined-title__text {
    color: var(--color-white);
}
.footer-main .section-pagination {
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translate(0, -50%);
}
.rtl .footer-main .section-pagination {
    left: auto;
    right: 38px;
}
@media only screen and (max-width: 1022px) {
    .footer-main .section-pagination {
        top: 24px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .rtl .footer-main .section-pagination {
        left: auto;
        right: 50%;
        transform: translate(50%, 0);
    }
}
.footer-main .section-pagination__inner {
    color: inherit;
}
.footer-main .section-pagination__total::before {
    background-color: currentColor;
}
.footer-main .social-nav {
    margin-bottom: 40px;
}
.rtl .footer-main .social-nav {
    direction: rtl;
}
@media only screen and (max-width: 1022px) {
    .footer-main .social-nav {
        order: -1;
    }
}
@media only screen and (max-width: 767px) {
    .footer-main .social-nav {
        margin-bottom: 88px;
    }
}
@media (max-width: 359px) {
    .footer-main .social-nav {
        margin-bottom: 60px;
    }
}
.footer-main--with-social-nav {
    padding-top: 0;
    padding-left: 0;
    min-height: calc(var(--vh, 1vh) * 100 + 110px);
}
@media only screen and (max-width: 1022px) {
    .footer-main--with-social-nav {
        min-height: calc(var(--vh, 1vh) * 100 + 94px);
    }
}
@media only screen and (max-width: 767px) {
    .footer-main--with-social-nav {
        min-height: calc(var(--vh, 1vh) * 100 + 136px);
    }
}

.go-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 9;
    transition: transform 0.3s ease;
}
.rtl .go-to-top {
    right: auto;
    left: 40px;
}
@media only screen and (max-width: 767px) {
    .go-to-top {
        height: 28px;
        width: 28px;
    }
}
.go-to-top i:before {
    background-color: var(--color-gray);
}
.go-to-top:hover {
    transform: translate(0, -10px);
}
.editor-text ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.editor-text h6, .editor-text h5, .editor-text h4, .editor-text h3, .editor-text h2, .editor-text h1 {
    font-weight: 700;
    font-family: var(--font-primary);
    color: var(--color-blue);
    text-transform: uppercase;
}

.editor-text h1 {
    font-size: 40px;
    letter-spacing: 8.4px;
    line-height: 1.2;
}
@media only screen and (max-width: 1022px) {
    .editor-text h1 {
        font-size: 40px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h1 {
        font-size: 32px;
    }
}

.editor-text h2 {
    font-size: 35px;
    letter-spacing: 8.4px;
    line-height: 1.2;
}
@media only screen and (max-width: 1022px) {
    .editor-text h2 {
        font-size: 30px;
        letter-spacing: 6px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h2 {
        font-size: 25px;
        line-height: 1.32;
    }
}

.editor-text h3 {
    font-size: 20px;
    letter-spacing: 4.8px;
    line-height: 1.2;
}
@media only screen and (max-width: 767px) {
    .editor-text h3 {
        font-size: 17px;
        letter-spacing: 4.08px;
        line-height: 1.24;
    }
}

.editor-text h4 {
    font-size: 15px;
    letter-spacing: 0.38px;
    line-height: 1.47;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .editor-text h4 {
        font-size: 14px;
    }
}

.editor-text h5 {
    font-size: 12px;
    line-height: 1.5;
}

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

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

.container .editor-text .container {
    max-width: 100%;
    padding: 0;
}
.editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6 {
    font-weight: 700;
    margin-bottom: 30px;
}
* + .editor-text h1,
* + .editor-text h2,
* + .editor-text h3,
* + .editor-text h4,
* + .editor-text h5,
* + .editor-text h6 {
    margin-top: 40px;
}
.editor-text h1:first-child,
.editor-text h2:first-child,
.editor-text h3:first-child,
.editor-text h4:first-child,
.editor-text h5:first-child,
.editor-text h6:first-child {
    margin-top: 0;
}
.editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text img,
.editor-text figure,
.editor-text table {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.editor-text p:first-child,
.editor-text ul:first-child,
.editor-text ol:first-child,
.editor-text img: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 img:last-child,
.editor-text figure:last-child,
.editor-text table:last-child {
    margin-bottom: 0;
}
.editor-text p + h3,
.editor-text ul + h3,
.editor-text ol + h3,
.editor-text img + h3,
.editor-text figure + h3,
.editor-text table + h3 {
    margin-top: 64px;
}
@media only screen and (max-width: 1022px) {
    .editor-text p + h3,
    .editor-text ul + h3,
    .editor-text ol + h3,
    .editor-text img + h3,
    .editor-text figure + h3,
    .editor-text table + h3 {
        margin-top: 30px;
    }
}
.editor-text figure img {
    margin: 0;
}
.editor-text ul,
.editor-text ol {
    list-style: none;
}
.editor-text ul li,
.editor-text ol li {
    position: relative;
    padding-left: 1.75em;
}
.editor-text ul li:before {
    border-radius: 100%;
    width: 6px;
    height: 6px;
    background-color: currentColor;
    color: inherit;
    top: calc(0.5em + 4px);
}
.editor-text ol {
    counter-reset: ol_text_counter;
}
.editor-text ol li {
    counter-increment: ol_text_counter;
}
.editor-text ol li:before {
    content: counter(ol_text_counter) ".";
    font-size: inherit;
    position: absolute;
    left: 0;
}
.editor-text table {
    border: 1px solid;
    width: 100%;
}
.editor-text table tr {
    border-bottom: 1px solid;
}
.editor-text table th,
.editor-text table td {
    padding: 0.5em;
}
.editor-text table th:not(:first-child),
.editor-text table td:not(:first-child) {
    border-left: 1px solid;
}
.editor-text blockquote p {
    margin: 0 !important;
}
.editor-text strong,
.editor-text b {
    font-weight: 700;
}
.editor-text a:hover {
    color: var(--color-blue);
}
.banner__inner {
    position: relative;
    height: 0;
    padding-bottom: 37.5%;
}
@media only screen and (max-width: 767px) {
    .banner__inner {
        padding-bottom: 100%;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .banner__inner {
        padding-bottom: 40%;
    }
}
.banner img {
    z-index: 4;
}
.banner__text {
    position: absolute;
    top: 40px;
    right: -126px;
    z-index: 4;
    font-weight: 700;
    font-family: var(--font-arimo);
    color: var(--color-white);
    direction: rtl;
}
.rtl .banner__text {
    direction: ltr;
    right: auto;
    left: -126px;
    font-family: var(--font-secondary);
}
@media (max-width: 1439px) {
    .banner__text {
        right: -70px;
    }
    .rtl .banner__text {
        right: auto;
        left: -70px;
    }
}
@media only screen and (max-width: 1022px) {
    .banner__text {
        right: -20px;
    }
    .rtl .banner__text {
        right: auto;
        left: -20px;
    }
}
@media only screen and (max-width: 767px) {
    .banner__text {
        font-size: 22px;
        line-height: 1.14;
    }
}
.banner__bg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 6%;
    width: 161.4%;
    height: 1074px;
    opacity: 0.5;
    pointer-events: none;
}
.rtl .banner__bg {
    left: auto;
    transform: translate(50%, -50%);
    right: 6%;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .banner__bg {
        height: 900px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .banner__bg {
        height: 800px;
    }
}
@media only screen and (max-width: 767px) {
    .banner__bg {
        left: 8%;
        top: 46%;
        height: 650px;
    }
    .rtl .banner__bg {
        left: auto;
        right: 8%;
    }
}
.banner__bg svg {
    position: absolute;
    height: 100%;
    width: 100%;
}

.sc-banner {
    margin-top: -68px;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .sc-banner {
        margin-top: -18px;
    }
}
@media only screen and (max-width: 1022px) {
    .sc-banner {
        margin-top: 0;
    }
}
.intro-module {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 106px 0 0 100px;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .intro-module {
        padding-top: 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .intro-module {
        padding: 50px 0 32px;
        height: calc(var(--vh, 1vh) * 100);
    }
}
.intro-module .section-pagination {
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
}
.rtl .intro-module .section-pagination {
    left: auto;
    right: 38px;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .intro-module .section-pagination {
        left: 18px;
    }
    .rtl .intro-module .section-pagination {
        left: auto;
        right: 18px;
    }
}
@media only screen and (max-width: 1022px) {
    .intro-module .section-pagination {
        left: 50%;
        top: 22px;
        transform: translate(-50%, 0);
    }
    .rtl .intro-module .section-pagination {
        left: auto;
        right: 50%;
        transform: translate(50%, 0);
    }
}
.intro-module__title {
    text-transform: uppercase;
    max-width: 695px;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    margin-left: -70px;
    position: relative;
    z-index: 4;
}
.rtl .intro-module__title {
    text-align: right;
    margin-left: auto;
    line-height: 1;
    margin-top: 40px;
}
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .intro-module__title {
        max-width: 615px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .intro-module__title {
        font-size: 60px;
        max-width: 360px;
        margin-left: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .intro-module__title {
        margin-left: 0;
        text-align: left;
        max-width: 320px;
        line-height: 1.17;
    }
    .rtl .intro-module__title {
        text-align: right;
    }
}
.intro-module__title h2 {
    color: var(--color-blue);
}
.intro-module__text {
    color: var(--color-gray-light);
    width: 100%;
    letter-spacing: normal;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 4;
    overflow: auto;
    overscroll-behavior: none;
}
@media only screen and (max-width: 1022px) {
    .intro-module__text {
        max-width: 100%;
        right: 0;
        height: calc(var(--vh, 1vh) * 100 - 37vh);
        padding: 0 10px;
        top: inherit;
        bottom: 0;
    }
}
.intro-module__text::-webkit-scrollbar {
    display: none;
}
.intro-module__text .editor-text {
    padding-bottom: 33.33vh;
    line-height: 1.4;
}
@media only screen and (max-width: 767px) {
    .intro-module__text .editor-text {
        padding-bottom: 25vh;
    }
}
.rtl .intro-module__text .editor-text {
    direction: rtl;
    text-align: right;
}
.intro-module__text-placeholder {
    height: 50vh;
    pointer-events: none;
}
@media only screen and (max-width: 1022px) {
    .intro-module__text-placeholder {
        height: 19vh;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .intro-module__text-placeholder {
        height: 10vh;
    }
}
.rtl .intro-module__text__column {
    margin-left: 0;
}
.intro-module .container {
    flex: auto;
    position: relative;
}
.intro-module__secondary-title {
    position: absolute;
    top: 90px;
    right: 66px;
    font-weight: 700;
    color: var(--color-blue);
    direction: rtl;
}
.rtl .intro-module__secondary-title {
    right: auto;
    left: 65px;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .intro-module__secondary-title {
        top: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .intro-module__secondary-title {
        top: 42px;
        right: 0;
    }
    .rtl .intro-module__secondary-title {
        right: auto;
        left: 65px;
    }
}
.intro-module__image {
    max-width: 345px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 42.5%;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}
.rtl .intro-module__image {
    left: auto;
    right: 42.5%;
    transform: translate(20%, -50%);
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .intro-module__image {
        max-width: 300px;
    }
}
@media only screen and (max-width: 1022px) {
    .intro-module__image {
        position: relative;
        top: 0;
        left: 0;
        margin: -64px auto 0;
        transform: translate(0, 0);
        opacity: 0.7;
    }
}
@media only screen and (max-width: 767px) {
    .intro-module__image {
        max-width: 164px;
        margin-top: -38px;
    }
}
.intro-module__image img {
    object-fit: contain;
}
.intro-module__overlay {
    position: absolute;
    left: 39%;
    top: 44vh;
    transform: translate(-30%, -50%);
    width: 103.2vw;
    height: 100vh;
    pointer-events: none;
}
.rtl .intro-module__overlay {
    left: auto;
    right: 39%;
    transform: translate(30%, -50%);
}
@media only screen and (max-width: 1919px) {
    .intro-module__overlay {
        left: 42%;
        top: 40vh;
    }
    .rtl .intro-module__overlay {
        left: auto;
        right: 42%;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .intro-module__overlay {
        left: 45%;
        top: 43vh;
    }
    .rtl .intro-module__overlay {
        left: auto;
        right: 45%;
    }
}
@media (min-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .intro-module__overlay {
        left: 45%;
        transform: translate(-30%, -50%);
        top: 47vh;
    }
    .rtl .intro-module__overlay {
        left: auto;
        right: 45%;
        transform: translate(30%, -50%);
    }
}
@media only screen and (max-width: 1022px) {
    .intro-module__overlay {
        width: 210vw;
        left: 53%;
        top: 70vh;
        transform: translate(-50%, -50%);
    }
    .rtl .intro-module__overlay {
        left: auto;
        right: 53%;
        transform: translate(50%, -50%);
    }
}
@media only screen and (max-width: 767px) {
    .intro-module__overlay {
        top: 60vh;
        left: 47%;
        width: 318vw;
    }
}
.intro-module__overlay svg {
    position: absolute;
    height: 100%;
    width: 100%;
}
.intro-module:hover .intro-module__image {
    opacity: 0.7;
}
.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fp-section {
    height: calc(var(--vh, 1vh) * 100);
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-enabled .main {
    position: fixed !important;
}
.fp-enabled .mod-scroller {
    transform: none !important;
}

.mod-scroller__section {
    background-color: var(--color-gray-light);
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translate3d(0, 100%, 0);
    transition: transform 500ms cubic-bezier(0.45, 0, 0.55, 1) !important;
    will-change: transform;
}

html:not(.fp-enabled) .mod-scroller__section1 {
    transform: translate3d(0, 0, 0);
    transition-duration: 0ms;
}

.fp-viewing-0 .mod-scroller__section1 {
    transform: translate3d(0, 0, 0);
}

.fp-viewing-1 .mod-scroller__section1 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-1 .mod-scroller__section2 {
    transform: translate3d(0, 0, 0);
}

.fp-viewing-2 .mod-scroller__section1 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-2 .mod-scroller__section2 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-2 .mod-scroller__section3 {
    transform: translate3d(0, 0, 0);
}

.fp-viewing-3 .mod-scroller__section1 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-3 .mod-scroller__section2 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-3 .mod-scroller__section3 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-3 .mod-scroller__section4 {
    transform: translate3d(0, 0, 0);
}

.fp-viewing-4 .mod-scroller__section1 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-4 .mod-scroller__section2 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-4 .mod-scroller__section3 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-4 .mod-scroller__section4 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-4 .mod-scroller__section5 {
    transform: translate3d(0, 0, 0);
}

.fp-viewing-5 .mod-scroller__section1 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-5 .mod-scroller__section2 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-5 .mod-scroller__section3 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-5 .mod-scroller__section4 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-5 .mod-scroller__section5 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-5 .mod-scroller__section6 {
    transform: translate3d(0, 0, 0);
}

.fp-viewing-6 .mod-scroller__section1 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-6 .mod-scroller__section2 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-6 .mod-scroller__section3 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-6 .mod-scroller__section4 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-6 .mod-scroller__section5 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-6 .mod-scroller__section6 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-6 .mod-scroller__section7 {
    transform: translate3d(0, 0, 0);
}

.fp-viewing-7 .mod-scroller__section1 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-7 .mod-scroller__section2 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-7 .mod-scroller__section3 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-7 .mod-scroller__section4 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-7 .mod-scroller__section5 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-7 .mod-scroller__section6 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-7 .mod-scroller__section7 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-7 .mod-scroller__section8 {
    transform: translate3d(0, 0, 0);
}

.fp-viewing-8 .mod-scroller__section1 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-8 .mod-scroller__section2 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-8 .mod-scroller__section3 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-8 .mod-scroller__section4 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-8 .mod-scroller__section5 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-8 .mod-scroller__section6 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-8 .mod-scroller__section7 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-8 .mod-scroller__section8 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-8 .mod-scroller__section9 {
    transform: translate3d(0, 0, 0);
}

.fp-viewing-9 .mod-scroller__section1 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-9 .mod-scroller__section2 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-9 .mod-scroller__section3 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-9 .mod-scroller__section4 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-9 .mod-scroller__section5 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-9 .mod-scroller__section6 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-9 .mod-scroller__section7 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-9 .mod-scroller__section8 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-9 .mod-scroller__section9 {
    transform: translate3d(0, 0, 0);
}
.fp-viewing-9 .mod-scroller__section10 {
    transform: translate3d(0, 0, 0);
}
.landing-module {
    position: relative;
}
.landing-module__slide {
    position: relative;
    height: 100vh;
}
@media only screen and (max-width: 1022px) {
    .landing-module__slide {
        height: calc(var(--vh, 1vh) * 100);
    }
}
.landing-module__inner {
    position: absolute;
    z-index: 8;
    width: 100%;
    bottom: 0;
    left: 0;
}
@media only screen and (max-width: 1022px) {
    .landing-module__inner {
        bottom: 72px;
    }
}
.landing-module__titles {
    transform: translate3d(0, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.rtl .landing-module__titles {
    direction: rtl;
}
.landing-module__title {
    text-transform: uppercase;
    line-height: 0.8;
    position: relative;
    user-select: none;
    display: inline-block;
    transition: color 0.3s ease;
    color: rgba(229, 229, 229, 0.4);
}
.landing-module__title-link {
    position: relative;
    display: inline-block;
}
@media only screen and (min-width: 768px) {
    .landing-module__title-link:hover .landing-module__title {
        color: rgba(229, 229, 229, 0.7);
    }
}
.landing-module__title-link:nth-child(odd) {
    margin-left: 136px;
}
.rtl .landing-module__title-link:nth-child(odd) {
    margin-left: 0;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .landing-module__title-link:nth-child(odd) {
        margin-left: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .landing-module__title-link:nth-child(odd) {
        margin-left: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-module__title-link:nth-child(odd) {
        margin-left: 0;
    }
}
.rtl .landing-module__title-link:nth-child(even) {
    margin-right: 136px;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .rtl .landing-module__title-link:nth-child(even) {
        margin-right: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .rtl .landing-module__title-link:nth-child(even) {
        margin-right: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .rtl .landing-module__title-link:nth-child(even) {
        margin-right: 0;
    }
}
.landing-module__title-link:not(:first-child) {
    margin-top: 44px;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .landing-module__title-link:not(:first-child) {
        margin-top: 45px;
    }
}
@media only screen and (max-width: 1022px) {
    .landing-module__title-link:not(:first-child) {
        margin-top: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .landing-module__title-link:not(:first-child) {
        margin-top: 26px;
    }
}
.landing-module__title-link.is-active .landing-module__title {
    color: var(--color-blue);
}
.landing-module__secondary-title {
    position: absolute;
    top: 12%;
    left: 100%;
    transform: translate(-65%, -50%);
    z-index: 4;
    font-weight: 700;
    color: var(--color-gray-light-02);
    direction: rtl;
    pointer-events: none;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .landing-module__secondary-title {
        top: 7%;
    }
}
.is-active .landing-module__secondary-title {
    opacity: 1;
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 52px;
    z-index: 8;
    transform: translateX(-50%);
    -webkit-animation: bounce 2s ease;
    animation: bounce 2s ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@media only screen and (max-width: 1440px) {
    .scroll-down {
        bottom: 20px;
    }
}
@media only screen and (max-width: 1022px) {
    .scroll-down .icon {
        height: 28px;
        width: 28px;
    }
}
.scroll-down .icon::before {
    background-color: var(--color-blue);
}
.scroll-down:hover .icon::before {
    background-color: var(--color-white);
}
@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
    50% {
        -webkit-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
    }
}
@keyframes bounce {
    0%, 100% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
    50% {
        -webkit-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
    }
}
.rtl .content-module {
    direction: rtl;
}
.content-module__inner {
    display: grid;
    grid-gap: 94px;
}
@media only screen and (max-width: 1022px) {
    .content-module__inner {
        grid-gap: 60px;
    }
}
.content-module__date {
    font-family: var(--font-secondary);
    color: var(--color-gray);
    letter-spacing: 1.8px;
}
.content-module .image-with-caption,
.content-module .video__wrapper,
.content-module .lead-text {
    margin-left: auto;
}
.rtl .content-module .image-with-caption,
.rtl .content-module .video__wrapper,
.rtl .content-module .lead-text {
    margin-left: 0;
    margin-right: auto;
}
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
    .content-module .image-with-caption,
    .content-module .video__wrapper,
    .content-module .lead-text {
        max-width: 600px;
    }
}
.content-module .image-with-caption + *,
.content-module .video__wrapper + *,
.content-module .lead-text + * {
    margin-top: 40px;
}
@media only screen and (max-width: 767px) {
    .content-module .image-with-caption + *,
    .content-module .video__wrapper + *,
    .content-module .lead-text + * {
        margin-top: 25px;
    }
}
.content-module .lead-text {
    max-width: 100%;
}
.content-module .lead-text .editor-text {
    line-height: 1.35;
}
.rtl .content-module .title {
    text-align: right;
}
.content-module .title--h2 {
    text-indent: 126px;
    text-transform: none;
}
@media only screen and (min-width: 1023px) {
    .content-module .title--h2 {
        font-size: 44px;
        line-height: 1.13;
        letter-spacing: 1.2px;
    }
}
@media only screen and (min-width: 1201px) {
    .content-module .title--h2 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1200px) {
    .content-module .title--h2 {
        text-indent: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .content-module .title--h2 {
        margin-bottom: 20px;
    }
}
.content-module .title--h3 {
    letter-spacing: 0.8px;
    line-height: 1.5;
    text-transform: none;
}
@media only screen and (max-width: 767px) {
    .content-module .title--h3 {
        font-size: 17px;
    }
}
.rtl .content-module__left-title .title {
    text-align: left;
}
@media only screen and (max-width: 1022px) {
    .content-module__left-title {
        margin-bottom: 40px;
    }
}
.content-module .editor-text {
    line-height: 1.46;
}
.content-module .editor-text p {
    margin: 10px 0;
}
@media only screen and (max-width: 767px) {
    .content-module .editor-text p {
        margin: 6px 0;
    }
}
.content-module .editor-text p:last-child {
    margin-bottom: 0;
}
.content-module .editor-text p:first-child {
    margin-top: 0;
}
.content-module .editor-text h4 {
    margin-top: 44px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .content-module .editor-text h4 {
        margin-top: 50px;
        letter-spacing: 0.35px;
    }
}
.content-module .editor-text h4:last-child {
    margin-bottom: 0;
}
.content-module .editor-text h4:first-child {
    margin-top: 0;
}
.content-module .person-list + * {
    margin-top: 56px;
}
@media only screen and (max-width: 1022px) {
    .content-module .person-list + * {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .content-module .person-list + * {
        margin-top: 25px;
    }
}
.content-module__editor-content {
    max-width: 724px;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .content-module__editor-content {
        max-width: 100%;
    }
}
.content-module__editor-content strong {
    font-weight: 500;
    color: var(--color-blue);
}
.content-module__editor-content + .person-list {
    margin-top: 90px;
}
@media only screen and (max-width: 1022px) {
    .content-module__editor-content + .person-list {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .content-module__editor-content + .person-list {
        margin-top: 25px;
    }
}
.content-module__editor-content + .image-gallery {
    margin-top: 48px;
}
.content-module__item .title {
    text-align: right;
}
.rtl .content-module__item .title {
    text-align: left;
}
.rtl .content-module__item__column {
    text-align: right;
    margin-left: 0;
    margin-right: 8.333%;
}
@media only screen and (max-width: 1022px) {
    .rtl .content-module__item__column {
        margin-right: 0;
    }
}
.content-module__item--full-screen-video .video__wrapper {
    position: relative;
    max-width: 100%;
    margin: -40px 0 0;
}
@media only screen and (max-width: 1022px) {
    .content-module__item--full-screen-video .video__wrapper {
        margin-top: -60px;
    }
}
.content-module__item--full-screen-video .video__wrapper .video {
    padding-bottom: 0;
    height: 100vh;
}
@media only screen and (max-width: 1022px) {
    .content-module__item--full-screen-video .video__wrapper .video {
        height: calc(var(--vh, 1vh) * 100);
    }
}
@media only screen and (min-width: 768px) {
    .content-module__item--full-screen-video .video__wrapper .video__play-button .icon {
        height: 80px;
        width: 80px;
    }
}
.content-module--contact-page .content-module__inner {
    grid-gap: 40px;
}
.content-module--contact-page .editor-text {
    line-height: 2.1;
}
.content-module--contact-page .editor-text strong {
    color: var(--color-blue);
}
.content-module--contact-page .editor-text a {
    text-decoration: none;
    position: relative;
}
.content-module--contact-page .editor-text a:hover {
    color: var(--color-blue);
}
.content-module--contact-page .editor-text p {
    margin-bottom: 32px;
}
@media only screen and (max-width: 1022px) {
    .content-module--contact-page .editor-text p {
        margin-bottom: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .content-module--contact-page .editor-text p {
        line-height: 1.5;
    }
}
.newsletter-module {
    min-height: 480px;
}
.rtl .newsletter-module {
    direction: rtl;
    text-align: right;
}
@media only screen and (max-width: 1022px) {
    .newsletter-module {
        min-height: 1px;
    }
}
.newsletter-module .title--h2 {
    text-indent: 122px;
}
@media only screen and (max-width: 1440px) {
    .newsletter-module .title--h2 {
        text-indent: 62px;
        letter-spacing: 4px;
    }
}
@media only screen and (max-width: 1200px) {
    .newsletter-module .title--h2 {
        text-indent: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .newsletter-module .title--h2 {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1022px) {
    .newsletter-module .title--h3 {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .newsletter-module .title--h3 {
        font-size: 17px;
    }
}
.newsletter-module .editor-text {
    max-width: 724px;
}
.newsletter-module .editor-text p {
    margin: 10px 0;
}
@media only screen and (max-width: 767px) {
    .newsletter-module .editor-text p {
        margin: 6px 0;
    }
}
.newsletter-module .editor-text p:last-child {
    margin-bottom: 0;
}
.newsletter-module .editor-text p:first-child {
    margin-top: 0;
}
.newsletter-module .editor-text a {
    color: var(--color-blue);
}
.newsletter-module__input-list {
    display: grid;
    grid-gap: 8px;
    max-width: 724px;
}
.newsletter-module__form {
    display: block;
    width: 100%;
}
.newsletter-module__form .editor-text {
    margin-bottom: 44px;
}
.newsletter-module__form .title--h3 {
    margin-top: 20px;
}
.newsletter-module__form-row {
    margin-bottom: 54px;
}
@media only screen and (max-width: 767px) {
    .newsletter-module__form-row {
        margin-bottom: 30px;
    }
}
.newsletter-module__mandatory-text {
    margin: 28px 0;
    max-width: 724px;
    font-size: 11px;
}
.newsletter-module__mandatory-text span {
    color: var(--color-blue);
}
.newsletter-module__info-text {
    margin: 16px 0;
    max-width: 724px;
}
.newsletter-module .checkbox {
    margin: 16px 0;
}
.newsletter-module__submit {
    margin-top: 40px;
}
.newsletter-module__submit-btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    color: var(--color-blue);
    border-bottom: 2px solid var(--color-blue);
    min-width: 94px;
    transition: min-width 0.3s ease;
    text-align: left;
    font-family: inherit;
    padding: 4px 0;
}
.rtl .newsletter-module__submit-btn {
    text-align: right;
}
.newsletter-module__submit-btn:hover {
    min-width: 105px;
}
.newsletter-module__thankyou {
    display: none;
}
.newsletter-module.show-thankyou .newsletter-module__form {
    display: none;
}
.newsletter-module.show-thankyou .newsletter-module__thankyou {
    display: block;
}
.rtl .newsletter-module .col-sm-offset-1 {
    margin-left: auto;
    margin-right: 8.333%;
}
@media only screen and (max-width: 767px) {
    .rtl .newsletter-module .col-sm-offset-1 {
        margin-right: 0;
    }
}
.map-module__map {
    display: block;
    position: relative;
}
.map-module__map img {
    width: 100%;
    object-fit: contain;
}
@media only screen and (max-width: 767px) {
    .map-module__map img {
        min-height: 200px;
        object-fit: cover;
    }
}
.rtl .news-list {
    direction: rtl;
    text-align: right;
}
.news-list .title {
    text-indent: 126px;
}
@media only screen and (max-width: 1200px) {
    .news-list .title {
        text-indent: 0;
    }
}
@media only screen and (min-width: 1023px) {
    .news-list__title, .news-list__title.title--h2 {
        font-size: 44px;
        line-height: 1.13;
        letter-spacing: 1.2px;
    }
}
@media only screen and (min-width: 1201px) {
    .news-list__title, .news-list__title.title--h2 {
        font-size: 60px;
    }
}
.news-list__inner .title {
    text-indent: 0;
}
.noscript {
    display: block;
    width: 100%;
    position: relative;
    z-index: 9999;
}
.noscript__content {
    background-color: #ffc107;
    border: 4px solid black;
    color: black;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
    width: 100%;
}
.mod-screen-rotation {
    background-color: var(--color-blue);
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    padding: 30px;
    font-size: 30px;
    line-height: 1em;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: none;
}
.mod-screen-rotation img {
    pointer-events: none;
    width: 80px;
}
body.is-open-modal .mod-screen-rotation img {
    opacity: 0;
}

@media (max-width: 1024px) and (max-height: 500px) and (orientation: landscape) {
    body.has-screen-rotation:not(.is-open-modal) > *:not(.mod-screen-rotation) {
        display: none !important;
    }
    body:not(.is-open-modal) .mod-screen-rotation {
        display: flex;
    }
}
.hamburger:after, .hamburger-wapper:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

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

.fp-viewing-1 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-1 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}

.fp-viewing-2 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-2 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-2 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}

.fp-viewing-3 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-3 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-3 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-3 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}

.fp-viewing-4 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-4 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-4 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-4 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-4 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}

.fp-viewing-5 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-5 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-5 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-5 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-5 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-5 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}

.fp-viewing-6 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-6 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-6 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-6 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-6 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-6 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-6 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}

.fp-viewing-7 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-7 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-7 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-7 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-7 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-7 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-7 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-7 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}

.fp-viewing-8 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-8 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-8 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-8 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-8 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-8 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-8 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-8 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-8 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}

.fp-viewing-9 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-9 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-9 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-9 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-9 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-9 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-9 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-9 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-9 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}
.fp-viewing-9 .header-main__logo {
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in 250ms;
}

.header-main {
    pointer-events: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 50px 0;
}
@media only screen and (max-width: 1440px) {
    .header-main {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 767px) {
    .header-main {
        padding: 15px 0;
    }
}
.header-main__logo {
    pointer-events: all;
    display: inline-block;
    max-width: 212px;
    width: 100%;
    opacity: 1;
    transition: opacity 250ms ease-out 100ms;
}
.rtl .header-main__logo {
    margin-left: auto;
}
@media only screen and (max-width: 1440px) {
    .header-main__logo {
        max-width: 280px;
    }
}
@media only screen and (max-width: 1200px) {
    .header-main__logo {
        max-width: 200px;
    }
}
@media only screen and (max-width: 767px) {
    .header-main__logo {
        max-width: 145px;
    }
}
.rtl .header-main .container-fluid {
    display: flex;
}

.hamburger {
    cursor: pointer;
    position: relative;
    display: block;
    width: 45px;
    z-index: 3;
}
@media only screen and (max-width: 767px) {
    .hamburger {
        width: 24px;
    }
}
.hamburger-wapper {
    position: fixed;
    z-index: 9;
    right: 86px;
    top: 86px;
}
.rtl .hamburger-wapper {
    right: auto;
    left: 86px;
}
@media only screen and (max-width: 1440px) {
    .hamburger-wapper {
        right: 50px;
        top: 60px;
    }
    .rtl .hamburger-wapper {
        right: auto;
        left: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .hamburger-wapper {
        right: 24px;
        top: 20px;
    }
    .rtl .hamburger-wapper {
        right: auto;
        left: 24px;
    }
}
.hamburger-wapper, .hamburger-wapper * {
    pointer-events: all;
}
.hamburger-wapper:after {
    transform: scale(2);
}
.hamburger-wapper:hover .hamburger__gradient {
    opacity: 1;
}
.hamburger__gradient {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    width: 314px;
    height: 314px;
}
@media only screen and (max-width: 767px) {
    .hamburger__gradient {
        width: 178px;
        height: 168px;
    }
}
.hamburger__gradient, .hamburger__gradient * {
    pointer-events: none !important;
}
.hamburger:after {
    z-index: 9;
    pointer-events: all;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.hamburger .bars {
    background-color: var(--color-white);
    height: 5px;
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .hamburger .bars {
        height: 3px;
        margin-bottom: 7px;
    }
}
.hamburger .bars:last-child {
    margin-bottom: 0;
}
.text-over-image .title {
    font-size: 66px;
    line-height: 1.67;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .text-over-image .title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .text-over-image .title {
        font-size: 33px;
    }
}

.text-over-image {
    position: relative;
    height: 100vh;
}
@media only screen and (max-width: 1022px) {
    .text-over-image {
        height: calc(var(--vh, 1vh) * 100);
    }
}
.text-over-image__slide {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 100px;
}
@media only screen and (max-width: 1022px) {
    .text-over-image__slide {
        padding: 0 24px;
        height: calc(var(--vh, 1vh) * 100);
    }
}
.text-over-image__slide:hover .text-over-image__overlay {
    opacity: 1;
}
.text-over-image .section-pagination {
    pointer-events: none;
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    z-index: 4;
}
.rtl .text-over-image .section-pagination {
    left: auto;
    right: 38px;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .text-over-image .section-pagination {
        left: 18px;
    }
    .rtl .text-over-image .section-pagination {
        left: auto;
        right: 18px;
    }
}
@media only screen and (max-width: 1022px) {
    .text-over-image .section-pagination {
        left: 50%;
        top: 22px;
        transform: translate3d(-50%, 0, 0);
    }
    .rtl .text-over-image .section-pagination {
        left: auto;
        right: 50%;
        transform: translate3d(50%, 0, 0);
    }
}
.text-over-image .title {
    position: relative;
    z-index: 4;
    color: #fff;
    font-family: "Instrument Sans", sans-serif;
    text-transform: none;
    font-weight: 500;
    letter-spacing: normal;
    transform: translate3d(0, 0, 0);
}
.text-over-image__title-wrapper {
    pointer-events: none;
}
.text-over-image__overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 932px;
    height: 524px;
    pointer-events: none;
    opacity: 0.75;
    transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .text-over-image__overlay {
        width: 920px;
        height: 514px;
    }
}
@media only screen and (max-width: 767px) {
    .text-over-image__overlay {
        width: 477px;
        height: 268px;
    }
}
.text-over-image__text {
    max-width: 788px;
    width: 100%;
    background-color: var(--color-blue);
    padding: 18px 28px;
    min-height: 78px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.8px;
    line-height: 1.67;
    color: var(--color-gray);
    text-transform: uppercase;
}
.rtl .text-over-image__text {
    right: auto;
    left: 30px;
    min-height: 0;
    width: auto;
}
@media only screen and (max-width: 1022px) {
    .text-over-image__text {
        max-width: calc(100% - 48px);
        left: 24px;
        right: inherit;
    }
    .rtl .text-over-image__text {
        right: auto;
        left: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .text-over-image__text {
        font-size: 11px;
        letter-spacing: 1.65px;
        line-height: 1.45;
        padding: 12px 14px;
        min-height: 1px;
    }
}
.text-over-image p {
    display: inline;
}
.text-over-image .btn {
    padding-left: 12px;
    font-weight: 700;
}
@media only screen and (max-width: 767px) {
    .text-over-image .btn {
        font-size: 11px;
    }
}
.text-over-image .btn::before {
    width: 8px;
}
.text-over-image__image {
    pointer-events: all;
}
.text-over-image__nav {
    color: var(--color-blue);
}
.text-over-image__nav .swiper-pagination, .text-over-image__nav-arrow {
    position: absolute;
    bottom: initial;
    top: 20px;
    right: 30px;
    z-index: 9;
}
.rtl .text-over-image__nav .swiper-pagination, .rtl .text-over-image__nav-arrow {
    right: auto;
    left: 30px;
}
@media only screen and (max-width: 767px) {
    .text-over-image__nav .swiper-pagination, .text-over-image__nav-arrow {
        right: 20px;
    }
    .rtl .text-over-image__nav .swiper-pagination, .rtl .text-over-image__nav-arrow {
        right: auto;
        left: 20px;
    }
}
.text-over-image__nav .swiper-pagination {
    width: auto;
    height: auto;
    left: initial;
}
.text-over-image__nav .arrow-right {
    top: 72px;
}
@media only screen and (max-width: 1022px) {
    .text-over-image__nav .arrow-right {
        top: 54px;
    }
}
@media only screen and (max-width: 1022px) {
    .text-over-image__nav .arrow-right .icon {
        width: 45px;
        height: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .text-over-image__nav .arrow-right .icon {
        width: 35px;
        height: 20px;
    }
}
.rtl .text-over-image__nav .arrow-right .icon {
    transform: scaleX(-1);
}
.text-over-image__nav .arrow-right .icon::before {
    background-color: var(--color-blue);
}
.splash-screen--active {
    overflow: hidden !important;
}
.splash-screen--active .mod-splash-screen {
    opacity: 1;
    pointer-events: all;
    transition: none;
}

.mod-splash-screen {
    background-color: var(--color-gray-light);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    transition: opacity 750ms ease;
    padding: 20px;
}
.mod-splash-screen__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mod-splash-screen__logo {
    position: relative;
}
.mod-splash-screen__logo--gfx {
    width: 100%;
}
.mod-splash-screen__logo--text {
    position: absolute;
    right: -15%;
    top: 84px;
    transform: translate(100%, 0);
    width: 100%;
}
.mod-splash-screen__logo-svg {
    display: inline-block;
    width: 100%;
    max-width: 420px;
}
.mod-splash-screen__logo-svg img {
    width: 100%;
    height: auto;
}
/*# sourceMappingURL=bundle.css.map */
