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

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

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

body {
    font-size: 15px;
    letter-spacing: 0.38px;
    font-weight: 300;
    line-height: 1.47;
}
@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;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit;
    font-family: inherit;
}

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

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

:root {
    --color-white:	#fff;
    --color-black:	#000;
    --color-blue:	#06038d;
    --color-gray:	#a2a2a2;
    --color-gray-light:	#e5e5e5;
    --color-gray-light-02:	#e0e0e0;
    --color-focus:	#6495ed;
    --color-validation:	#ff0000;
    --space-16px: 16px;
    --space-24px: 24px;
    --space-40px: 40px;
    --space-60px: 60px;
    --space-80px: 80px;
    --space-100px: 100px;
    --space-120px: 120px;
}

*,
*::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: 980px;
        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: 1232px;
        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: 6px;
}
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}

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

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

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

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

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

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

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

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

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

@font-face {
    font-family: "Arimo";
    src: local("Arimo Bold"), local("Arimo-Bold"), url("../fonts/Arimo-Bold.woff2") format("woff2"), url("../fonts/Arimo-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 {
    max-height: initial;
}

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

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

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

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

.text--white {
    color: var(--color-white);
}
.text--gray {
    color: var(--color-grey);
}
.text--bold {
    font-weight: 700;
}
.text--md {
    font-weight: 500;
}
.text--uppercase {
    text-transform: uppercase;
}

.font-arimo {
    font-family: "Arimo", sans-serif;
}

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

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

.hide {
    display: none;
}

.show {
    display: block;
}

.d-flex {
    display: flex;
}

.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    overflow-y: auto;
    /* stylelint-disable-next-line */
}
@media only screen and (max-width: 1022px) {
    html.is-open-menu,
body.is-open-menu {
        overflow: hidden;
    }
}

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

body {
    color: var(--color-black);
    font-family: "neue-haas-unica", sans-serif;
    background-color: var(--color-gray-light);
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: flex-start;
    /* stylelint-disable-next-line */
}
@media only screen and (max-width: 1022px) {
    .is-open-menu body {
        overflow: hidden;
    }
}

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

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

p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease, border 0.3s ease;
    -webkit-transition: color 0.3s ease, border 0.3s ease;
}

i,
em {
    font-style: italic;
}

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

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

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

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

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

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

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

figure img {
    margin: 0;
}

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

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

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

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

input,
select,
textarea {
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

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

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

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

main {
    width: 100%;
    flex: 1 0 auto;
}
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;
    }
}

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

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

.btn {
    border-radius: 0;
    cursor: pointer;
    color: var(--color-blue);
    font-size: 12px;
    font-weight: 900;
    padding-left: 18px;
    letter-spacing: 1.8px;
    display: inline-flex;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    transition: color 0.3s ease;
}
.rtl .btn {
    padding-left: 0;
    padding-right: 18px;
}
.btn::before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 12px;
    background-color: currentColor;
    transition: background-color 0.3s ease;
}
.rtl .btn::before {
    left: auto;
    right: 0;
}
.btn:hover, .btn:focus {
    color: var(--color-gray);
}
.btn .btn__text {
    display: block;
}
.btn--white {
    color: var(--color-white);
}
.btn__separator {
    display: inline-block;
    height: 2px;
    width: 12px;
    background-color: currentColor;
}
.checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}

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

.checkbox {
    user-select: none;
}
.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::before, .checkbox__label::after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 2px;
}
.rtl .checkbox__label::before, .rtl .checkbox__label::after {
    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:checked + .checkbox__label::after {
    opacity: 1;
    transform: scale(1);
}
.checkbox input:focus-visible + .checkbox__label::before {
    box-shadow: 0 0 0 2px var(--color-white), 0 0 0 4px var(--color-grey-light);
}
.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);
}
.checkbox .fv-plugins-message-container {
    text-align: left;
    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;
    }
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.dropdown {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    width: 100%;
    font-weight: 400;
    max-width: 346px;
}
@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 {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid var(--color-gray);
    height: 34px;
    display: flex;
    align-items: center;
    padding: 0 40px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color-gray);
    transition: border 0.3s ease, color 0.3s ease;
}
.rtl .dropdown__placeholder {
    padding: 0 0 0 40px;
}
.dropdown__placeholder-text {
    transition: transform 0.3s ease;
}
.dropdown__icon {
    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__icon {
    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-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;
}
.dropdown__list-option.is-active, .dropdown__list-option:hover {
    background-color: rgba(0, 0, 0, 0.02);
}
.dropdown__list input:not([type=submit]):not(.input-field__input) {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
.dropdown__list input:not([type=submit]):not(.input-field__input):checked + .dropdown__list-option {
    background-color: rgba(0, 0, 0, 0.02);
}
.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;
}
.icon::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

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

.icon {
    display: block;
    position: relative;
}
.icon::before {
    background-color: var(--color-black);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: background-color 0.3s ease;
}
.icon-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");
}
.image-aspect--cover, .image-aspect > * {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
}

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

.image-aspect {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.image-aspect::before {
    content: "";
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
}
.image-aspect figure {
    margin: 0;
}
.image-aspect img,
.image-aspect picture {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.image-aspect--cover {
    position: absolute;
}
.image-aspect--cover::before {
    display: none;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.mod-input {
    position: relative;
    width: 100%;
    font-weight: 400;
    max-width: 346px;
}
@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: all 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;
    border-bottom: 1px solid var(--color-gray);
    background-color: transparent;
    outline: none;
    padding: 0 20px 0 0;
    color: var(--color-black);
    transition: border 0.3s ease;
}
.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);
    border-color: var(--color-validation);
}
.mod-input__inner {
    position: relative;
}
.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 textarea {
    resize: none;
    height: 154px;
    padding: 12px 22px;
}
@media only screen and (max-width: 1022px) {
    .mod-input textarea {
        height: 120px;
    }
}
.mod-input.is-disabled {
    opacity: 0.5;
}
.mod-input.is-disabled .mod-input__field {
    pointer-events: none;
}
.mod-input--textarea {
    height: auto;
}
@media only screen and (min-width: 1023px) {
    .mod-input--textarea .mod-input__field {
        padding: 14px 20px;
    }
}

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

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

.is-validation-failed .dropdown__required,
.is-validation-failed .mod-input__required {
    color: var(--color-validation);
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

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

.outlined-title {
    font-family: "justus-pro", sans-serif;
    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;
}
@media only screen and (min-width: 768px) {
    .outlined-title__text {
        -webkit-text-stroke: 1px var(--color-gray);
        -webkit-text-fill-color: transparent;
    }
}
@media only screen and (max-width: 767px) {
    .outlined-title__text {
        color: var(--color-gray);
        opacity: 0.75;
    }
}
.outlined-title:hover .outlined-title__text {
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .outlined-title:hover .outlined-title__text {
        -webkit-text-stroke: 2px var(--color-gray);
    }
}
.section-pagination__inner {
    font-weight: 700;
    text-transform: uppercase;
    font-family: "justus-pro", sans-serif;
    color: var(--color-blue);
}

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

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

.section-pagination__inner {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-family: "neue-haas-unica", sans-serif;
}
@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;
    }
}
.title--h6, .title--h5, .title--h4, .title--h3, .title--h2, .title--h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: "justus-pro", sans-serif;
    color: var(--color-blue);
}

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

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}
.page-404__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;
    }
}

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

.rtl .page-404 {
    direction: rtl;
    text-align: right;
}
.page-404__title {
    font-family: "justus-pro", sans-serif;
}
@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;
    }
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.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: "Arimo", sans-serif;
    color: var(--color-white);
    direction: rtl;
}
.rtl .banner__text {
    direction: ltr;
    right: auto;
    left: -126px;
    font-family: "justus-pro", sans-serif;
}
@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;
    }
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.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;
}
.rtl .contact-module__inner {
    direction: rtl;
}
@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;
}
.rtl .contact-module .section-pagination {
    left: auto;
    right: 38px;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .contact-module .section-pagination {
        left: 18px;
    }
    .rtl .contact-module .section-pagination {
        left: auto;
        right: 18px;
    }
}
@media only screen and (max-width: 1022px) {
    .contact-module .section-pagination {
        left: 50%;
        top: 22px;
        transform: translate(-50%, 0);
    }
    .rtl .contact-module .section-pagination {
        left: auto;
        right: 50%;
        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='%2306038d' stop-opacity='0.851'/%3E%3Cstop offset='0.69' stop-color='%2306038d' stop-opacity='0.184'/%3E%3Cstop offset='1' stop-color='%2306038d' 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;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.rtl .content-module {
    direction: rtl;
}
.content-module__inner {
    display: grid;
    grid-gap: 90px;
}
.content-module__date {
    font-family: "justus-pro", sans-serif;
    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: 70px;
}
@media only screen and (max-width: 1022px) {
    .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 .title--h2 {
    text-indent: 122px;
}
@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;
    }
}
@media only screen and (max-width: 767px) {
    .content-module .title--h3 {
        font-size: 17px;
    }
}
@media only screen and (max-width: 1022px) {
    .content-module__left-title {
        margin-bottom: 40px;
    }
}
.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__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;
    }
}
.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;
    text-transform: uppercase;
    font-family: "justus-pro", sans-serif;
    color: var(--color-blue);
}

.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;
}
@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;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit;
    font-family: inherit;
}

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

.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: 500;
}
.editor-text a:hover {
    color: var(--color-blue);
}
.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;
}

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

.footer-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 60px;
    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-top: 40px;
        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: 265px;
}
.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: 24px;
}
@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: 50%;
        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: 72px;
}
.rtl .footer-main__subnav-item {
    margin-left: 0;
    margin-right: 72px;
}
@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: 500;
    pointer-events: all;
    line-height: 1;
}
.footer-main__subnav-link:before, .footer-main__subnav-link:after {
    height: 1px;
    bottom: 0;
}
.footer-main .outlined-title h2 {
    -webkit-text-fill-color: var(--color-blue);
}
.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: 60px;
}
.rtl .footer-main .social-nav {
    direction: rtl;
}
@media only screen and (max-width: 1200px) {
    .footer-main .social-nav {
        margin-bottom: 40px;
    }
}
@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);
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.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,
.fp-viewing-1 .mod-scroller__section2 {
    transform: translate3d(0, 0, 0);
}

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

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

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

.fp-viewing-5 .mod-scroller__section1,
.fp-viewing-5 .mod-scroller__section2,
.fp-viewing-5 .mod-scroller__section3,
.fp-viewing-5 .mod-scroller__section4,
.fp-viewing-5 .mod-scroller__section5,
.fp-viewing-5 .mod-scroller__section6 {
    transform: translate3d(0, 0, 0);
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.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 {
    font-family: "justus-pro", sans-serif;
    text-transform: uppercase;
    max-width: 695px;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    margin-left: -74px;
    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;
    }
}
@media only screen and (min-width: 768px) {
    .intro-module__title h2 {
        -webkit-text-stroke: 2px var(--color-blue);
        -webkit-text-fill-color: transparent;
    }
}
@media only screen and (max-width: 767px) {
    .intro-module__title h2 {
        color: var(--color-blue);
    }
}
.intro-module__text {
    color: var(--color-gray-light);
    width: 100%;
    font-weight: 400;
    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;
}
@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: 65px;
    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;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.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 {
    font-family: "justus-pro", sans-serif;
    text-transform: uppercase;
    line-height: 0.8;
    position: relative;
    user-select: none;
    display: inline-block;
    transition: color 0.3s ease;
}
@media only screen and (min-width: 768px) {
    .landing-module__title {
        -webkit-text-stroke: 2px rgba(255, 255, 255, 0.5);
        -webkit-text-fill-color: transparent;
    }
}
@media only screen and (max-width: 767px) {
    .landing-module__title {
        color: rgba(255, 255, 255, 0.5);
    }
}
.landing-module__title-link {
    position: relative;
    display: inline-block;
}
@media only screen and (min-width: 768px) {
    .landing-module__title-link:hover .landing-module__title {
        -webkit-text-stroke: 3px rgba(255, 255, 255, 0.5);
    }
}
.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: 68px;
}
@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;
    }
}
@media only screen and (min-width: 768px) {
    .landing-module__title-link.is-active .landing-module__title {
        -webkit-text-stroke: 0;
        -webkit-text-fill-color: var(--color-blue);
    }
}
@media only screen and (max-width: 767px) {
    .landing-module__title-link.is-active .landing-module__title {
        color: var(--color-blue);
    }
}
.landing-module__secondary-title {
    position: absolute;
    top: 50%;
    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);
    }
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

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

.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;
    }
}
.news-list__inner .title {
    text-indent: 0;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

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

.grecaptcha-badge {
    position: absolute !important;
    left: 100% !important;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.noscript {
    display: block;
    width: 100%;
}
.noscript__content {
    background-color: #ffc107;
    border: 4px solid black;
    color: black;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
    width: 100%;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

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

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

.fp-viewing-1 .header-main__logo,
.fp-viewing-2 .header-main__logo,
.fp-viewing-3 .header-main__logo,
.fp-viewing-4 .header-main__logo,
.fp-viewing-5 .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: 265px;
    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;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.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;
}
.mod-splash-screen__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mod-splash-screen__logo {
    position: relative;
    max-width: 25vw;
}
.mod-splash-screen__logo--gfx {
    width: 100%;
}
.mod-splash-screen__logo--text {
    position: absolute;
    right: -15%;
    top: 84px;
    transform: translate(100%, 0);
    width: 100%;
}
.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;
    }
}

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

.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: "neue-haas-unica", 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: 700;
    letter-spacing: 1.8px;
    line-height: 1.67;
    font-family: "justus-pro", sans-serif;
    color: var(--color-gray);
    text-transform: uppercase;
}
.rtl .text-over-image__text {
    right: auto;
    left: 30px;
    min-height: 0;
    width: auto;
    direction: rtl;
}
@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;
    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 .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);
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}













.advance-cookie-modal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.advance-cookie-modal-toggle-btn, .advance-cookie-banner__details .checkbox__text {
    font-size: 12px;
    letter-spacing: 1.8px;
    line-height: 1.67;
}

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

.advance-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: 400;
    line-height: 1.47;
    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 .advance-cookie-banner {
    direction: rtl;
    text-align: right;
}
.cookie-not-set .advance-cookie-banner {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0s linear;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner {
        max-width: calc(100% - 40px);
        bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner {
        padding: 20px;
    }
}
.advance-cookie-banner__inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr 200px;
    grid-gap: 20px;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__inner {
        display: flex;
        flex-direction: column-reverse;
    }
}
.advance-cookie-banner__detail-btn {
    font-weight: 500;
    font-family: "neue-haas-unica", sans-serif;
}
.advance-cookie-banner__button {
    margin-left: auto;
}
.rtl .advance-cookie-banner__button {
    margin-left: 0;
    margin-right: auto;
}
.advance-cookie-banner__details {
    margin-top: 20px;
    display: none;
}
.is-open-details .advance-cookie-banner__details {
    display: block;
}
.advance-cookie-banner__details li {
    padding-left: 20px;
}
.rtl .advance-cookie-banner__details li {
    padding-left: 0;
    padding-right: 20px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__details li {
        padding-left: 10px;
    }
    .rtl .advance-cookie-banner__details li {
        padding-left: 0;
        padding-right: 10px;
    }
}
.advance-cookie-banner__details li + li {
    margin-top: 20px;
}
.advance-cookie-banner__details .checkbox strong {
    display: block;
    font-size: 14px;
}
.rtl .advance-cookie-banner__left {
    text-align: right;
}
.advance-cookie-banner .hide-btn-text {
    display: none;
}
.advance-cookie-banner .btn--cookie {
    cursor: pointer;
    font-family: "neue-haas-unica", sans-serif;
}
.advance-cookie-banner.is-open-details .normal-btn-text {
    display: none;
}
.advance-cookie-banner.is-open-details .hide-btn-text {
    display: inline-block;
}

.advance-cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    overflow: auto;
}
.rtl .advance-cookie-modal {
    direction: rtl;
    text-align: right;
}
.advance-cookie-modal.is-open-modal {
    opacity: 1;
    pointer-events: all;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-modal {
        padding: 40px 0;
    }
}
.advance-cookie-modal-toggle-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 998;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    text-transform: uppercase;
    color: var(--color-white);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px 5px 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    transition: transform 0.4s ease;
}
.cookie-not-set .advance-cookie-modal-toggle-btn {
    transform: translateY(100%);
}
@media only screen and (max-width: 767px) {
    .advance-cookie-modal-toggle-btn {
        left: auto;
    }
}
.advance-cookie-modal__inner {
    padding: 50px 65px;
    border-radius: 10px;
    background-color: var(--color-gray-light);
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.1);
    max-width: 780px;
    position: relative;
    width: 100%;
    margin: auto;
    transform: scale(0.5);
    opacity: 0.5;
    will-change: opacity, transform;
    transition: transform 0.5s ease, opacity 0.5s ease;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-modal__inner {
        max-width: calc(100% - 40px);
        padding: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .advance-cookie-modal__inner {
        padding: 40px 20px;
    }
}
.is-open-modal .advance-cookie-modal__inner {
    opacity: 1;
    transform: scale(1);
}
.advance-cookie-modal__close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}
.rtl .advance-cookie-modal__close-btn {
    right: auto;
    left: 20px;
}
.advance-cookie-modal__close-btn .icon {
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-modal__close-btn .icon {
        height: 15px;
        width: 15px;
    }
}
.advance-cookie-modal__close-btn:hover .icon, .advance-cookie-modal__close-btn:focus .icon {
    transform: rotate(180deg);
}
.advance-cookie-modal__header {
    padding-bottom: 30px;
    border-bottom: 3px solid var(--color-blue);
}
@media only screen and (max-width: 767px) {
    .advance-cookie-modal__header {
        padding-bottom: 20px;
    }
}
.advance-cookie-modal__header .title {
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-modal__header .title {
        margin-bottom: 15px;
    }
}
.advance-cookie-modal__details {
    padding-top: 20px;
}
.advance-cookie-modal__details-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-modal__details-item {
        display: block;
    }
}
.advance-cookie-modal__details-item:not(:first-child) {
    margin-top: 20px;
}
.advance-cookie-modal__selector {
    border-radius: 5px;
    display: inline-block;
    padding: 5px 28px 5px 10px;
    position: relative;
    background: 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") no-repeat calc(100% - 10px) center/12px 7px;
    cursor: pointer;
    outline: 0;
}
.rtl .advance-cookie-modal__selector {
    background: 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") no-repeat 10px center/12px 7px;
    padding: 5px 10px 5px 28px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-modal__selector {
        margin-top: 20px;
        width: 100%;
    }
}
.advance-cookie-modal__selector:focus {
    background: 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='M.4 6.3 5.9.8l5.5 5.5'/%3E%3C/svg%3E") no-repeat calc(100% - 10px) center/12px 7px;
    background-color: var(--color-white);
}
.rtl .advance-cookie-modal__selector:focus {
    background: 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='M.4 6.3 5.9.8l5.5 5.5'/%3E%3C/svg%3E") no-repeat 10px center/12px 7px;
    background-color: var(--color-white);
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.article-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-family: "justus-pro", sans-serif;
    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);
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.video {
    position: relative;
    cursor: pointer;
    width: 100%;
    padding-bottom: 56.4%;
    background-color: #000;
    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%);
    -webkit-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: 700;
    font-family: "justus-pro", sans-serif;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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%;
    transform: translateY(-50%);
}
.gallery-modal .swiper-pagination {
    left: 48px;
}
.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;
}

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

.image-with-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: 700;
    font-family: "justus-pro", sans-serif;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

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

@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 40px 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 {
        /* 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(6, 3, 141, 0.1);
    }
    .menu__inner::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(6, 3, 141, 0.35);
    }
    .menu__inner::-webkit-scrollbar-thumb {
        background: rgba(6, 3, 141, 0.6);
        width: 4px;
        border-radius: 0;
    }
    .menu__inner::-webkit-scrollbar-thumb:hover {
        background: rgba(6, 3, 141, 0.5);
    }
}
@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 {
    padding: 40px 0 40px 30px;
}
@media only screen and (max-width: 1440px) {
    .menu__item.is-active {
        padding: 20px 0 20px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .menu__item.is-active {
        padding: 12px 40px 12px 0;
    }
}
.menu__item.is-active > .menu__link {
    opacity: 1;
    color: var(--color-blue);
}
@media only screen and (min-width: 768px) {
    .menu__item.is-active > .menu__link {
        -webkit-text-fill-color: var(--color-blue);
    }
}
.menu__link {
    font-family: "justus-pro", sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 7.2px;
    line-height: 1.3;
    text-transform: uppercase;
    position: relative;
    opacity: 0.5;
    display: inline-block;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
    .menu__link {
        -webkit-text-stroke: 1px var(--color-blue);
        -webkit-text-fill-color: var(--color-gray-light);
    }
}
@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;
        color: var(--color-gray);
        opacity: 1;
    }
}
.menu__link:hover {
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .menu__link:hover {
        -webkit-text-fill-color: var(--color-blue);
    }
}
.menu nav {
    padding: 100px 0 80px;
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.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 {
    font-family: "justus-pro", sans-serif;
    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: 700;
    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);
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.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: 14px;
}
@media only screen and (max-width: 1022px) {
    .news-item__content {
        margin-top: 20px;
    }
}
.news-item__date {
    font-family: "justus-pro", sans-serif;
    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;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    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: "justus-pro", sans-serif;
    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;
    }
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

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

.social-nav {
    width: 100%;
    font-weight: 500;
    padding: 28px 38px;
    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);
}
.rtl .social-nav__link {
    font-weight: 800;
}
.social-nav__link:hover {
    color: var(--color-black);
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.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: 500;
    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: translateX(calc(100% + 20px));
    }
}
@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;
    }
}
/*# sourceMappingURL=bundle.css.map */
