/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

html {
    box-sizing: border-box
}

template,
[hidden] {
    display: none
}

*,
:before,
:after {
    box-sizing: inherit
}

address {
    font-style: inherit
}

dfn,
cite,
em,
i {
    font-style: italic
}

b,
strong {
    font-weight: 700
}

a {
    text-decoration: none
}

a svg {
    pointer-events: none
}

p,
figure {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[hreflang]>abbr[title] {
    text-decoration: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

audio:not([controls]) {
    display: none;
    height: 0
}

img,
svg {
    max-width: 100%;
    height: auto
}

img[width],
img[height],
svg[width],
svg[height] {
    max-width: none
}

img {
    font-style: italic
}

svg {
    fill: currentColor
}

input,
select,
textarea {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: none transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select {
    text-transform: none
}

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

select::-ms-value {
    background: none;
    color: inherit
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
.o-button {
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: none transparent;
    color: inherit;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font: inherit;
    line-height: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

button:focus,
button:hover,
.o-button:focus,
.o-button:hover {
    text-decoration: none
}

.l-layout__content-sub {
    font-size: .75rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .625rem
}

.-center .l-layout__content-sub {
    -ms-flex-pack: center;
    justify-content: center
}

.-dark .l-layout__content-sub {
    color: #fff
}

.l-layout__content-sub::after {
    content: "";
    margin-left: .625rem;
    background-color: #99DCE2;
    display: block;
    width: 5.625rem;
    height: 3px
}

.l-layout__content-title {
    font-size: 2.125rem;
    font-family: "futura-pt-condensed", "sans-serif";
    font-weight: bold;
    margin-bottom: 1.5625rem;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 800;
    color: #003C71
}

.-dark .l-layout__content-title {
    color: #fff
}

.l-layout__content-title .-period {
    color: #99DCE2
}

.l-layout__content-title.-no-margin {
    margin-bottom: 0
}

.l-layout__content-subtitle {
    font-size: 1.25rem;
    font-family: "futura-pt-condensed", "sans-serif";
    font-weight: bold;
    line-height: 140%;
    color: #003C71;
    margin-bottom: 1.5625rem;
    display: block
}

.l-layout__content-cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.l-layout__content-list {
    line-height: 175%;
    font-weight: 400;
    font-size: 1.33333rem
}

@media (min-width: 700px) {
    .l-layout__content-list {
        font-size: 1rem
    }
}

.-dark .l-layout__content-list {
    color: #fff
}

.l-layout__content-text {
    line-height: 175%;
    font-weight: normal;
    margin-bottom: .625rem;
    font-size: 1.33333rem
}

@media (min-width: 1000px) {
    .-small .l-layout__content-text {
        width: 50%;
        margin: 0 auto
    }
}

.-dark .l-layout__content-text {
    color: #fff
}

@media (min-width: 700px) {
    .l-layout__content-text {
        font-size: 1rem
    }
}

.l-layout__content.-center {
    text-align: center
}

.l-layout__content__disclaimer {
    font-size: 1.16667rem;
    color: #76777b;
    line-height: 150%;
    font-weight: normal
}

@media (min-width: 700px) {
    .l-layout__content__disclaimer {
        font-size: .875rem
    }
}

@font-face {
    font-family: "custom-icons";
    src: url("https://d3s68wjo6828fe.cloudfront.net/oms/4212/font/2025/7/RQK78_custom-icons/custom-icons.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
    font-display: swap
}

html {
    min-height: 100%;
    overflow-x: hidden;
    color: #333;
    font-family: "futura-pt", "sans-serif";
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width: 699px) {
    html {
        font-size: 12px
    }
}

@media (min-width: 700px) and (max-width: 999px) {
    html {
        font-size: 13px
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    html {
        font-size: 14px
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    html {
        font-size: 16px
    }
}

@media (min-width: 1600px) and (max-width: 1999px) {
    html {
        font-size: 18px
    }
}

@media (min-width: 2000px) and (max-width: 2399px) {
    html {
        font-size: 21px
    }
}

@media (min-width: 2400px) {
    html {
        font-size: 24px
    }
}

html.is-loading {
    cursor: wait
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body {
    background-color: #fff
}

.has-scroll-smooth body {
    overflow: hidden
}

::-moz-selection {
    background-color: #c1eaed;
    color: #fff;
    text-shadow: none
}

::selection {
    background-color: #c1eaed;
    color: #fff;
    text-shadow: none
}

a {
    color: #99DCE2
}

a:focus,
a:hover {
    color: #71ced7
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
    white-space: nowrap;
    height: 100vh;
    display: inline-block;
    white-space: nowrap
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%
}

#svg-- {
    display: none
}

.o-wrap {
    position: relative;
    z-index: 1;
    padding: 6rem 0;
    padding-bottom: 0
}

@media (min-width: 1000px) {
    .o-wrap {
        padding: 6rem 0 0
    }
}

.o-h,
h1,
.o-h1,
h2,
.o-h2,
h3,
.o-h3,
h4,
.o-h4,
h5,
.o-h5,
h6,
.o-h6 {
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 400
}

h1,
.o-h1 {
    line-height: 0.9;
    text-transform: uppercase
}

@media (max-width: 699px) {

    h1,
    .o-h1 {
        font-size: 12vw
    }
}

@media (min-width: 700px) and (max-width: 1599px) {

    h1,
    .o-h1 {
        font-size: 48px
    }
}

@media (min-width: 1600px) {

    h1,
    .o-h1 {
        font-size: 12vw
    }
}

h2,
.o-h2 {
    font-size: 2rem
}

h3,
.o-h3 {
    font-size: 1.5rem
}

h4,
.o-h4 {
    line-height: 1.2;
    font-size: 1.25rem
}

h5,
.o-h5 {
    font-size: 1.125rem
}

h6,
.o-h6 {
    font-size: 1rem
}

@media (min-width: 1000px) {
    .u-subtext {
        margin-top: auto;
        margin-bottom: 0
    }
}

.o-loader {
    white-space: nowrap;
    font-size: 0;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    transition: visibility 0s
}

.is-loaded .o-loader {
    visibility: hidden;
    transition-delay: 0.6s
}

.is-loaded .o-loader::after {
    transform: scaleY(0);
    transform-origin: center top
}

.o-loader::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.o-loader::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #131123;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scaleY(1);
    transform-origin: center bottom
}

.o-loader__line {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 8.4375rem;
    height: 0.6875rem;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scaleX(1);
    transform-origin: center right
}

.o-loader__line:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    background-color: #99DCE2;
    content: "";
    transform: scaleX(0);
    transform-origin: center left;
    animation: loading 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards
}

.is-loaded .o-loader__line {
    transform: scaleX(0)
}

@keyframes loading {
    0% {
        transform: translate(0%) scaleX(0)
    }

    30% {
        transform: translate(0%) scaleX(1)
    }

    80% {
        transform: translate(100%) scaleX(0)
    }

    100% {
        transform: translate(100%) scaleX(0)
    }
}

.o-scroll {
    box-sizing: border-box;
    overflow: hidden;
    width: 100vw
}

.has-scroll-smooth .o-scroll {
    position: relative;
    min-height: 100vh
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100vh;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity: 0
}

.c-scrollbar:hover {
    transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
    opacity: 1
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: grabbing
}

.progress {
    background: linear-gradient(to right, #99DCE2 var(--scroll), transparent 0);
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    height: 4px;
    z-index: 999999
}

.has-custom-cursor,
.has-custom-cursor a {
    cursor: none
}

.has-custom-cursor .o-cursor {
    opacity: 1
}

.o-cursor {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s
}

html:not(.has-custom-cursor) .o-cursor {
    visibility: hidden;
    opacity: 0
}

.o-cursor-circle {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%
}

.o-cursor-circle__outer {
    width: 30px;
    height: 30px;
    border: 1px solid #99DCE2;
    z-index: 12000;
    opacity: 0.2
}

.o-cursor-circle__inner {
    width: 6px;
    height: 6px;
    left: -3.5px;
    top: -3.5px;
    z-index: 11000;
    background: #99DCE2
}

.o-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 7vw;
    padding-left: 7vw;
    max-width: 2560px
}

@media (min-width: 500px) {
    .o-container {
        padding-right: 10vw;
        padding-left: 10vw
    }
}

@media (min-width: 700px) {
    .o-container {
        padding-right: 9rem;
        padding-left: 9rem
    }
}

@media (max-width: 699px) {
    .o-container.-no-padding {
        padding-right: 0;
        padding-left: 0
    }
}

.o-ratio {
    position: relative;
    display: block;
    overflow: hidden
}

.o-ratio:before {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    content: ""
}

.o-ratio__content,
.o-ratio>img,
.o-ratio>iframe,
.o-ratio>embed,
.o-ratio>object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.o-layout {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    margin-left: 0
}

.o-layout.-gutter {
    margin-left: -3.75rem
}

.o-layout.-gutter-small {
    margin-left: -1.875rem
}

.o-layout.-center {
    text-align: center
}

.o-layout.-right {
    text-align: right
}

.o-layout.-reverse {
    direction: rtl
}

.o-layout.-reverse.-flex {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.o-layout.-flex {
    display: -ms-flexbox;
    display: flex
}

.o-layout.-flex.-top {
    -ms-flex-align: start;
    align-items: flex-start
}

.o-layout.-flex.-middle {
    -ms-flex-align: center;
    align-items: center
}

.o-layout.-flex.-bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

.o-layout.-stretch {
    -ms-flex-align: stretch;
    align-items: stretch
}

.o-layout__item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 1rem;
    padding-left: 0
}

@media (min-width: 999px) {
    .o-layout__item {
        width: -moz-fit-content;
        width: fit-content
    }
}

.o-layout.-gutter>.o-layout__item {
    padding-left: 3.75rem
}

.o-layout.-gutter-small>.o-layout__item {
    padding-left: 1.875rem
}

.o-layout.-middle>.o-layout__item {
    vertical-align: middle
}

.o-layout.-bottom>.o-layout__item {
    vertical-align: bottom
}

.o-layout.-center>.o-layout__item,
.o-layout.-right>.o-layout__item,
.o-layout.-reverse>.o-layout__item {
    text-align: left
}

.o-layout.-reverse>.o-layout__item {
    direction: ltr
}

.o-button {
    background-color: #003C71;
    padding: 0 0 0 1.5625rem;
    margin-top: 1.5625rem;
    border-radius: 1.875rem;
    border: 2px solid rgba(182, 184, 185, 0.29);
    color: #fff;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), border 0.3s cubic-bezier(0.4, 0, 0, 1), color 0.3s cubic-bezier(0.4, 0, 0, 1);
    position: relative
}

.o-button.-dark {
    background-color: #fff;
    color: #000
}

.o-button.-dark:hover {
    color: #000
}

.o-button:hover {
    color: #fff
}

.o-button:hover .o-button__icon {
    background-color: #76777b
}

.o-button__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.o-button__label {
    font-weight: bold;
    font-size: 1rem
}

.o-button__icon {
    margin: 3px 3px 3px 1rem;
    background-color: #00ADC0;
    border-radius: 50%;
    color: #fff;
    width: 1.875rem;
    height: 1.875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1)
}

.o-button__icon svg {
    width: .9375rem;
    height: .9375rem
}

@media (min-width: 420px) {
    .deux .o-button:first-of-type {
        margin-right: 1rem
    }
}

.o-play-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.o-play-button svg {
    fill: #fff;
    width: 60px;
    height: 60px
}

.o-image {
    width: 100%;
    position: relative;
    overflow: hidden
}

.o-image::before {
    content: "";
    display: block;
    padding-bottom: 75%
}

.o-image__title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    text-transform: uppercase;
    z-index: 2;
    font-size: 7vw;
    transform: translateY(-50%);
    font-weight: bold;
    margin: 0
}

.o-image__title span {
    display: inline-block;
    min-width: 0.1em;
    padding: 10vh 0
}

.o-image__background {
    position: absolute;
    top: -25%;
    bottom: -25%;
    right: 0;
    left: 0;
    background-size: cover;
    background-position: center center
}

.o-image__background::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3)
}

.o-fixed__wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.o-fixed {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.o-fixed__target {
    display: block;
    position: absolute;
    top: -100vh;
    right: 0;
    left: 0;
    height: 200vh
}

.o-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover
}

.o-background__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.o-background__image-full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover
}

.o-reveal.is-reveal .o-background {
    opacity: 1;
    transition-delay: 0.7s
}

.o-reveal .o-background {
    top: -10%;
    bottom: -10%;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.o-reveal__background-reveal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    pointer-events: none;
    opacity: 0;
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, 100%, 0)
}

.is-reveal .o-reveal__background-reveal {
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
    opacity: 1
}

.is-reveal .o-reveal__background-reveal.-blur {
    transform: translate3d(0, 0, 0) scale(1);
    transition-delay: 0s;
    opacity: 1
}

.o-reveal__background-reveal.-blur {
    filter: blur(50px);
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, 100%, 0) scale(1);
    background-size: cover
}

.o-image_wrapper {
    position: relative;
    overflow: hidden;
    background-color: #d4c9c9
}

.o-image {
    opacity: 0.75;
    mix-blend-mode: multiply
}

.o-image img {
    width: 100%;
    opacity: 0;
    transform: scale(1.4);
    transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.o-image.is-inview img {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.6s
}

.o-title {
    margin: 0;
    padding: 1.875rem 0;
    perspective: 600px;
    -webkit-perspective: 600px
}

.o-title_line {
    display: block;
    opacity: 0;
    transform-origin: center top;
    transform-style: preserve-3d;
    transform: translateY(100%) rotateX(-80deg);
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-size: 0
}

.o-title.is-inview .o-title_line {
    transform: none;
    opacity: 1
}

.o-title.is-inview .o-title_line:nth-child(1) {
    transition-delay: 0.4s
}

.o-title.is-inview .o-title_line:nth-child(2) {
    transition-delay: 0.5s
}

.o-title.is-inview .o-title_line:nth-child(3) {
    transition-delay: 0.6s
}

.o-title.is-inview .o-title_line:nth-child(4) {
    transition-delay: 0.7s
}

.o-title_line span {
    display: inline-block;
    min-width: 0.05em;
    font-size: 48px
}

.o-line {
    position: fixed;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1)
}

.is-loaded .o-line {
    opacity: 0.5;
    transition-delay: 0.3s
}

.o-line.-v {
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(182, 184, 185, 0.29)
}

.o-line.-h {
    right: 0;
    left: 0;
    height: 9rem
}

.o-line.-h:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    background-color: rgba(182, 184, 185, 0.29);
    height: 1px
}

.o-line.-l {
    display: none
}

@media (min-width: 700px) {
    .o-line.-l {
        top: 6rem;
        left: 9rem;
        display: block
    }

    .has-scrolled .o-line.-l {
        top: 0
    }
}

@media (min-width: 1000px) {
    .o-line.-l {
        top: 9rem
    }
}

.o-line.-c {
    display: none
}

@media (min-width: 700px) {
    .o-line.-c {
        left: 50%;
        display: block
    }
}

.o-line.-r {
    display: none
}

@media (min-width: 700px) {
    .o-line.-r {
        top: 6rem;
        right: 9rem;
        display: block
    }

    .has-scrolled .o-line.-r {
        top: 0
    }
}

@media (min-width: 700px) and (min-width: 1000px) {
    .o-line.-r {
        top: 9rem
    }
}

.o-line.-t {
    top: 0
}

.o-line.-t:before {
    bottom: 0;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0, 1);
    transform: translateY(0)
}

.o-tooltip {
    position: absolute;
    padding: .78125rem 0 .53125rem;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all ease;
    left: 0;
    text-align: start
}

.o-tooltip__title {
    font-size: 1rem;
    white-space: nowrap;
    font-weight: 700
}

.o-tooltip__desc {
    font-size: .875rem;
    line-height: 1.25rem
}

.o-tooltip__wrapper {
    background-color: #FAFAFA;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5rem;
    padding: .75rem;
    border-radius: .75rem;
    border: .0625rem solid #d3d3d3;
    color: #4a4a4a;
    position: relative
}

.has-tooltip:hover .o-tooltip {
    visibility: visible;
    opacity: 1
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

body .owl-theme .owl-dot.active span {
    background: #003C71 !important;
    width: 80px
}

body .owl-theme .owl-dots .owl-dot:hover span {
    background: #003C71
}

body .owl-theme .owl-dots .owl-dot span {
    transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.animated {
    animation-duration: 50 ms;
    animation-fill-mode: both
}

.owl-animated-out {
    z-index: 1
}

.owl-animated-in {
    z-index: 0
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.c-header-navigation {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    height: auto;
    background-color: #003C71
}

@media (min-width: 1000px) {
    .c-header-navigation {
        background-color: #003C71
    }
}

.c-header-navigation__content {
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    height: 6rem;
    color: #fff
}

@media (min-width: 1000px) {
    .has-nav .c-header-navigation__content {
        position: absolute;
        width: 9rem;
        top: -6rem;
        right: 0;
        left: auto
    }
}

@media (min-width: 500px) {
    .c-header-navigation__content::before {
        content: "";
        opacity: 0.5;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(182, 184, 185, 0.29);
        height: 1px
    }
}

@media (min-width: 1000px) {
    .c-header-navigation__content {
        height: 6rem
    }
}

@media (max-width: 499px) {
    .c-header-navigation__content {
        transition: 0.3s all ease-in-out;
        background-color: #003C71
    }

    .has-scrolled .c-header-navigation__content {
        background-color: transparent
    }
}

.c-header-navigation__logo {
    position: relative;
    width: calc(100% - 9rem);
    display: inline-block;
    height: 100%;
    text-align: center;
    font-size: 0;
    pointer-events: auto
}

@media (min-width: 700px) {
    .c-header-navigation__logo {
        width: 25rem
    }
}

.c-header-navigation__logo::before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.c-header-navigation__logo--desktop {
    fill: #fff;
    width: 18rem;
    display: none
}

@media (min-width: 500px) {
    .c-header-navigation__logo--desktop {
        display: inline-block
    }
}

.c-header-navigation__logo--mobile {
    fill: #fff;
    display: inline-block;
    width: auto;
    height: 1.375rem
}

@media (min-width: 500px) {
    .c-header-navigation__logo--mobile {
        display: none
    }
}

.c-header-navigation__nav {
    display: none
}

@media (min-width: 1000px) {
    .c-header-navigation__nav {
        display: inline-block;
        position: absolute;
        color: #fff;
        top: 0;
        right: 0;
        padding-right: 9rem;
        height: 6rem;
        width: auto
    }
}

.c-header-navigation__list {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.c-header-navigation__list li:hover>ul {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.6);
    top: 6rem
}

.c-header-navigation__list ul {
    width: 100%;
    -moz-column-count: 1;
    column-count: 1;
    opacity: 0;
    padding: 0;
    left: 0;
    list-style: none;
    position: absolute;
    top: 160%;
    visibility: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease
}

.c-header-navigation__list .full-list ul {
    width: 33rem;
    left: 0;
    overflow: hidden
}

.c-header-navigation__item {
    margin: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    height: 100%
}

.c-header-navigation__item.-last {
    padding: 0 1.2vw
}

.c-header-navigation__item-submenu ul {
    top: 0%;
    left: 160%
}

.c-header-navigation__item-submenu li {
    display: inline-block;
    position: relative;
    width: 100%
}

.c-header-navigation__item-submenu li:hover>ul {
    top: 0%;
    left: 100%;
    opacity: 1;
    visibility: visible
}

.c-header-navigation__item-submenu a {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    text-align: left;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.c-header-navigation__item-submenu a:hover {
    background-color: #99DCE2
}

.c-header-navigation__item-submenu a span {
    float: right
}

.c-header-navigation__item.has-drop {
    position: relative
}

.c-header-navigation__link {
    font-family: "futura-pt", "sans-serif";
    font-weight: bold;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 1.2vw;
    font-size: 0.9375rem;
    line-height: 1
}

.c-header-navigation__link:focus {
    color: #fff
}

.c-header-navigation__link.active:not(.-cta-btn)::after {
    border-bottom: 3px solid #99DCE2;
    transform: scaleX(1);
    transform-origin: center left
}

.c-header-navigation__link.has-drop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.c-header-navigation__link.has-drop .c-header-navigation__item-drop {
    width: 1rem;
    height: 1rem;
    text-align: center;
    display: inline-block;
    margin-left: 0.5rem;
    background-color: #00ADC0;
    border-radius: 50%
}

.c-header-navigation__link.has-drop .c-header-navigation__item-drop svg {
    width: 1rem;
    height: 1rem
}

.c-header-navigation__link:not(.-cta-btn)::after {
    content: "";
    width: 100%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -2.5rem;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
    transform-origin: center right;
    border-bottom: 3px solid #99DCE2
}

.c-header-navigation__link:not(.-cta-btn):hover {
    color: #fff
}

.c-header-navigation__link:not(.-cta-btn):hover::after {
    transform: scaleX(1);
    transform-origin: center left
}

.c-header-navigation__link.-cta-btn {
    border-radius: 2rem;
    border: solid 2px #fff;
    height: auto;
    padding: 0 0 0 1.5625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1)
}

.c-header-navigation__link.-cta-btn:hover {
    color: #fff
}

.c-header-navigation__link.-cta-btn:hover .o-button__icon {
    background-color: #76777b
}

.c-header-navigation__link-icon svg {
    stroke: #fff;
    stroke-width: .125rem;
    width: 1.875rem;
    height: 1.875rem
}

.c-header-navigation__phone {
    position: relative;
    display: inline-block;
    margin-right: 0.5rem;
    width: 1.645rem;
    height: 1.645rem
}

.c-header-navigation__menu {
    height: 100%;
    text-align: center;
    font-size: 0;
    pointer-events: auto;
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0, 1), visibility 0s;
    float: right;
    width: 9rem
}

@media (min-width: 1000px) {
    .c-header-navigation__menu {
        display: none
    }
}

@media (max-width: 499px) {
    .has-scrolled .c-header-navigation__menu {
        background: #99DCE2;
        border-radius: 0 0 0 10px
    }
}

.c-header-navigation__menu-wrap {
    height: 100%
}

.c-header-navigation__button {
    width: 2rem;
    position: relative;
    z-index: 1001;
    font-size: 0 !important
}

.c-header-navigation__button::before {
    opacity: 0;
    content: "menu";
    display: block;
    position: absolute;
    top: -1.3rem;
    width: 100%;
    color: #fff;
    height: 100%;
    left: 0;
    text-transform: uppercase;
    font-size: 10px;
    transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s
}

.c-header-navigation__button-line {
    display: inline-block;
    width: 33px;
    height: 2px;
    transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
    transform-origin: 100% 100%;
    transform: translateY(-3%);
    background-color: #fff
}

.c-header-navigation__button-line:nth-of-type(3):nth-last-of-type(1) {
    transform: scaleX(0.5)
}

.c-header-navigation__button-line:nth-child(2) {
    margin: 7px 0px
}

.c-header-navigation__button:hover .c-header-navigation__button-line:nth-of-type(3):nth-last-of-type(1) {
    transform: scaleX(1)
}

.c-header-navigation.has-nav-open .c-header-navigation__button-line {
    background-color: #fff
}

.c-header-navigation.has-nav-open .c-header-navigation__button-line:nth-child(1) {
    transition-delay: 0s, 0.2s;
    transform: rotate(-45deg)
}

.c-header-navigation.has-nav-open .c-header-navigation__button-line:nth-child(2) {
    transition-delay: 0.1s;
    transform: rotate(45deg) translate(10px, 10px)
}

.c-header-navigation.has-nav-open .c-header-navigation__button-line:nth-child(3) {
    opacity: 0;
    transition-delay: 0s, 0.1s;
    transform: translateY(-0.59375rem)
}

.c-header-navigation.has-nav-open .o-overlay {
    opacity: 1;
    visibility: visible
}

.c-header-navigation.has-nav-open .c-mega-menu {
    transform: translate3d(0, 0, 0)
}

@media (min-width: 700px) {
    .c-header-navigation.has-nav-open .c-mega-menu {
        right: 0
    }
}

.o-overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.85);
    transition: background-color 0.3s linear, opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s
}

.c-mega-menu {
    position: fixed;
    right: 0;
    width: 100%;
    background: #0090C0;
    z-index: 999;
    top: 0;
    height: 100vh;
    transform: translate3d(100%, 0, 0);
    transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1)
}

@media (min-width: 700px) {
    .c-mega-menu {
        width: 20rem;
        right: -20rem
    }
}

.c-mega-menu__wrap {
    position: absolute;
    top: 6.5em;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%
}

.c-mega-menu__level {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    overflow-y: scroll;
    width: calc(100% + 50px);
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.c-mega-menu__level:focus {
    outline: none
}

.c-mega-menu__level--current {
    visibility: visible
}

.c-mega-menu__item {
    display: block;
    width: calc(100% - 9rem)
}

.c-mega-menu__item-link {
    font-weight: 600;
    position: relative;
    display: block;
    padding: 1em 2.5em 1em 1.5em;
    color: #fff;
    transition: color 0.3s
}

.c-mega-menu__item-link:hover,
.c-mega-menu__item-link:focus {
    color: #99DCE2
}

.c-mega-menu__item-link[data-submenu]::after {
    content: "\e904";
    font-family: "custom-icons";
    position: absolute;
    right: 0;
    padding: 0.25em 1.25em;
    color: #fff;
    transition: color 0.3s
}

.c-mega-menu__item-link.-curent::before {
    content: "\00B7";
    font-size: 1.5em;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 0.5em;
    height: 4px;
    color: #99DCE2
}

.animate-outToRight .c-mega-menu__item {
    animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.animate-outToLeft .c-mega-menu__item {
    animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.animate-inFromLeft .c-mega-menu__item {
    animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.animate-inFromRight .c-mega-menu__item {
    animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.c-mega-menu__breadcrumbs {
    font-size: 0.65em;
    line-height: 1;
    position: relative;
    padding: 6.5em 3.75em 1.5em 2.5em
}

.c-mega-menu__breadcrumbs a {
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #99DCE2
}

.c-mega-menu__breadcrumbs a::hover {
    color: #99DCE2
}

.c-mega-menu__breadcrumbs a:last-child {
    pointer-events: none
}

.c-mega-menu__breadcrumbs a:not(:last-child)::after {
    content: "\e902";
    font-family: "custom-icons";
    display: inline-block;
    padding: 0 0.5em;
    color: #33353e
}

.c-mega-menu__breadcrumbs a:not(:last-child):hover::after {
    color: #33353e
}

.c-mega-menu__back {
    position: absolute;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
    right: 2.25em;
    margin: 0;
    padding: 2.5em 0.65em 0 0;
    cursor: pointer;
    color: #99DCE2;
    border: none;
    background: none;
    bottom: 20%;
    transition: 0.3s all ease-in-out
}

@media (min-width: 700px) {
    .c-mega-menu__back {
        bottom: 3rem
    }
}

.c-mega-menu__back:hover {
    color: #fff;
    outline: none
}

.c-mega-menu__back--hidden {
    pointer-events: none;
    opacity: 0
}

[class^="animate-"],
[class*=" animate-"] {
    visibility: visible
}

@keyframes outToRight {
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes outToLeft {
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes inFromLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes inFromRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.c-main-hero {
    position: relative;
    background-color: #131123;
    height: 40vh;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    min-height: 760px
}

[data-namespace="interior"] .c-main-hero {
    border-bottom: 5px solid #99DCE2;
    background-color: #fff
}

@media (max-width: 500px) {
    [data-namespace="interior"] .c-main-hero {
        height: 300px;
        min-height: 200px
    }

    [data-namespace="interior"] .c-main-hero .c-main-hero__layout {
        -ms-flex-pack: center;
        justify-content: center
    }
}

[data-namespace="crm-jobs"] .c-main-hero {
    background-color: #292929
}

@media (max-width: 500px) {
    .c-main-hero {
        height: 30vh;
        min-height: 500px
    }
}

@media (min-width: 1000px) {
    .c-main-hero {
        height: 70vh;
        min-height: 700px
    }

    [data-namespace="interior"] .c-main-hero {
        min-height: 60vh;
        height: 700px
    }
}

@media (min-width: 1600px) {
    .c-main-hero {
        height: 90vh;
        min-height: 700px
    }

    [data-namespace="interior"] .c-main-hero {
        min-height: 30vh;
        height: 1000px
    }
}

.c-main-hero__inner {
    position: relative;
    text-align: left;
    height: 100%;
    display: block
}

@media (min-width: 1000px) {
    .c-main-hero__inner {
        padding-top: 6rem;
        padding-bottom: 0
    }
}

.c-main-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(0, 100%, 0);
    overflow: hidden
}

.is-loaded .c-main-hero__background {
    transform: translate3d(0, 0, 0);
    transition-delay: 0s
}

.c-main-hero__background-wrap .o-background {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.c-main-hero__video {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    overflow: hidden
}

.browserIE .c-main-hero__video {
    height: auto
}

.c-main-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom right
}

.c-main-hero__container {
    height: 100%
}

.c-main-hero__layout {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1
}

@media (max-width: 1000px) {
    .c-main-hero__layout {
        -ms-flex-flow: column;
        flex-flow: column
    }
}

@media (max-width: 1000px) {
    .c-main-hero__layout-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: calc(50% + 15rem)
    }

    [data-namespace="interior"] .c-main-hero__layout-item {
        height: 50%
    }
}

.c-main-hero__content {
    text-align: left;
    position: relative;
    width: 100%;
    will-change: transform
}

@media (min-width: 1000px) {
    .c-main-hero__content {
        padding-top: 0;
        text-align: left
    }
}

.c-main-hero__title {
    font-family: "futura-pt-condensed", "sans-serif";
    transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin: 0 auto;
    color: #fff;
    width: 100%;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0;
    line-height: normal;
    font-size: 8.5836909871vw
}

.is-loaded .c-main-hero__title {
    opacity: 1
}

@media (min-width: 700px) and (max-width: 999px) {
    .c-main-hero__title {
        font-size: 4.6911649726vw
    }
}

@media (min-width: 1000px) {
    .c-main-hero__title {
        font-size: 4.6911649726vw
    }
}

.c-main-hero__title--em {
    text-transform: uppercase;
    font-family: "futura-pt", "sans-serif";
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: normal;
    color: #99DCE2;
    display: block;
    margin-bottom: .9375rem
}

.c-main-hero__title-inner {
    position: relative;
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: -webkit-clip-path 0.8s cubic-bezier(1, 0, 0, 1) 0.3s;
    transition: clip-path 0.8s cubic-bezier(1, 0, 0, 1) 0.3s;
    transition: clip-path 0.8s cubic-bezier(1, 0, 0, 1) 0.3s, -webkit-clip-path 0.8s cubic-bezier(1, 0, 0, 1) 0.3s
}

.is-loaded .c-main-hero__title-inner {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 180%, 0 180%);
    clip-path: polygon(0 0, 100% 0, 100% 180%, 0 180%)
}

@media (min-width: 1000px) {
    .c-main-hero__title-inner {
        display: inline-block
    }
}

.c-main-hero__title-inner .-period {
    color: #99DCE2
}

.c-main-hero__title-bg {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200vw;
    transform: translateX(-50%);
    z-index: 1;
    transform-origin: center bottom;
    height: 100%;
    transition: height 0.6s cubic-bezier(1, 0, 0, 1) 1s
}

.is-loaded .c-main-hero__title-bg {
    height: 0
}

.c-main-hero__link {
    background-color: transparent
}

@media (min-width: 1000px) {
    .c-main-hero__link {
        margin-top: 2.5rem
    }
}

.c-main-hero__link .o-button__label {
    color: #fff
}

.c-main-hero__subtitle {
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity, transform;
    transition-duration: 0.6s;
    transition-delay: 1.6s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    display: block
}

.is-loaded .c-main-hero__subtitle {
    opacity: 1;
    transform: translateY(0%)
}

@media (min-width: 1200px) {
    .c-main-hero__subtitle {
        width: 70%
    }
}

.c-main-hero__subtitle-content {
    color: #fff;
    margin: 0;
    font-size: 1.5rem
}

.c-main-hero__subtitle-message {
    margin: 1.875rem 0
}

@media (min-width: 1000px) {
    .c-main-hero__subtitle-message {
        margin-top: .625rem
    }
}

@media (max-width: 700px) {
    .c-main-hero__subtitle-message {
        margin-top: 0;
        margin-bottom: 2.5rem
    }
}

.c-main-hero__blurb {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity, transform;
    transition-duration: 0.6s;
    transition-delay: 2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 3rem
}

.is-loaded .c-main-hero__blurb {
    opacity: 1;
    transform: translateY(0%)
}

@media (min-width: 1200px) {
    .c-main-hero__blurb {
        width: 50%;
        padding: 3rem;
        max-width: calc(100% - 18rem)
    }
}

.c-main-hero__blurb-content {
    color: #fff;
    margin: 0;
    font-size: 1.3rem
}

.c-main-hero__blurb-title {
    font-family: "futura-pt-condensed", "sans-serif";
    font-size: 1.75rem;
    position: relative
}

.c-main-hero__blurb-title:after {
    content: "";
    display: block;
    margin: .625rem 0;
    width: 4.375rem;
    background-color: #99DCE2;
    height: .1875rem;
    border-radius: 10px
}

.c-main-hero__blurb-text {
    margin-top: 1.875rem;
    font-size: 1rem
}

.c-main-hero__social {
    display: none
}

.c-main-hero__social input {
    display: none
}

.c-main-hero__social label {
    display: block
}

@media (min-width: 1000px) {
    .c-main-hero__social {
        position: absolute;
        width: 9rem;
        right: 0;
        bottom: 3.75rem;
        height: auto;
        display: block;
        z-index: 999
    }
}

.c-main-hero__social-list {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 25rem;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-main-hero__social-item {
    list-style: none
}

.c-main-hero__social-link {
    border-radius: 100%;
    border: 1px solid #fff;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-main-hero__social-link.show {
    display: -ms-flexbox;
    display: flex
}

.c-main-hero__social-link.-social-hub {
    display: -ms-flexbox;
    display: flex
}

.c-main-hero__social-link.-social-hub.-open {
    border-color: #f47721
}

.c-main-hero__social-link.-social-hub:hover svg {
    fill: #f47721
}

.c-main-hero__social-link.-twitter:hover svg {
    fill: #1da1f2
}

.c-main-hero__social-link.-linkedin:hover svg {
    fill: #0077b5
}

.c-main-hero__social-link.-facebook:hover svg {
    fill: #3b5998
}

.c-main-hero__social-link.-youtube:hover svg {
    fill: #cd201f
}

.c-main-hero__social-link.-instagram:hover svg {
    fill: #e1306c
}

.c-main-hero__social-link svg {
    width: 0.8rem;
    height: 0.8rem;
    fill: #fff;
    transition: 0.3s all ease-in-out
}

.c-main-hero__annotation {
    position: absolute;
    right: 9rem;
    bottom: 3.125rem;
    width: 15.625rem
}

@media (min-width: 700px) {
    .c-main-hero__annotation {
        bottom: 12.5rem
    }
}

.c-main-hero__annotation-wrap {
    font-size: 1.25rem;
    color: #fff;
    text-align: left;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.c-main-hero__annotation-wrap::after {
    content: '';
    position: absolute;
    right: -9rem;
    width: 6rem;
    height: 2px;
    background-color: #fff
}

.__scroll {
    display: none
}

@media screen and (min-width: 1000px) {
    .__scroll {
        position: absolute;
        left: 0;
        width: 9rem;
        bottom: 8.75rem;
        height: auto;
        display: block;
        z-index: 1;
        cursor: pointer
    }

    .__scroll:hover .scroll-text {
        opacity: 0.7;
        transform: translateX(10px)
    }

    .__scroll:hover .scroll-arrow {
        transform: translateX(15px) scale(0.9)
    }

    .__scroll:hover .scroll-arrow::before {
        transform: rotate(90deg) scale(0.9);
        opacity: 0.7
    }
}

.scroll-wrap {
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1000px) {
    .scroll-text {
        float: left;
        color: #fff;
        pointer-events: none;
        font-size: 16px;
        margin: 1px 0 0;
        white-space: nowrap;
        line-height: 44px;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s ease-in-out
    }
}

@media screen and (min-width: 1000px) {
    .scroll-arrow {
        position: relative;
        float: left;
        pointer-events: none;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s ease-in-out;
        margin: 0 0 0 18px;
        width: 20px;
        height: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

.scroll-arrow::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    left: 0px;
    right: 0;
    top: -1px;
    position: absolute;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 2px solid #99DCE2;
    border-bottom: 2px solid transparent;
    border-top: 2px solid #99DCE2;
    transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s ease-in-out;
    transform: rotate(90deg)
}

.scroll-arrow svg {
    fill: #fff;
    width: 20px;
    height: 30px;
    transform: rotate(-90deg);
    position: relative;
    top: -1px
}

.c-blurb {
    position: relative;
    padding: 5.625rem 0
}

.c-blurb::before {
    content: '';
    background-color: #003C71;
    position: absolute;
    left: 0;
    width: .625rem;
    height: 37.5rem;
    top: -1.875rem
}

@media (min-width: 1000px) {
    .c-blurb::before {
        width: 1.875rem
    }
}

.c-blurb__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    position: relative;
    margin-top: 3.75rem
}

@media (min-width: 700px) {
    .c-blurb__wrap {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 1000px) {
    .c-blurb__wrap {
        -ms-flex-pack: center;
        justify-content: center;
        gap: 7.125rem
    }
}

.c-blurb__wrap::before {
    content: '';
    display: block;
    position: absolute;
    left: 25.25rem;
    bottom: 4.6875rem;
    width: 5rem;
    height: 5rem;
    z-index: 999;
    background-color: #99DCE2
}

@media (max-width: 699px) {
    .c-blurb__wrap::before {
        display: none
    }
}

@media (min-width: 1000px) {
    .c-blurb__wrap::before {
        left: calc(50% - 3.5rem);
        transform: translateX(-50%)
    }
}

.c-blurb__image {
    position: relative;
    overflow: hidden;
    height: 25rem;
    width: 100%
}

@media (min-width: 700px) {
    .c-blurb__image {
        width: 27.8125rem;
        height: 25rem
    }

    .c-blurb__image:nth-child(2) {
        margin-top: 7.1875rem
    }
}

@media (min-width: 1000px) {
    .c-blurb__image {
        width: 36rem;
        height: 25rem
    }
}

@media (max-width: 699px) {
    .c-blurb__image:nth-child(2) {
        display: none
    }
}

.c-image-info {
    position: relative;
    padding: 3.75rem 0 0
}

@media (min-width: 700px) {
    .c-image-info {
        padding: 3.75rem 0
    }
}

@media (max-width: 699px) {
    .c-image-info__layout {
        -ms-flex-flow: column;
        flex-flow: column
    }

    .c-image-info__layout.-mobile-flip {
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse
    }
}

@media (min-width: 700px) {
    .c-image-info__layout.-flex.-middle {
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.c-image-info__title {
    font-size: 1.875rem;
    font-family: "futura-pt-condensed", "sans-serif";
    color: #99DCE2;
    text-align: center;
    text-transform: uppercase;
    padding: 2rem 0;
    position: relative;
    margin-bottom: 1.25rem
}

@media (min-width: 700px) {
    .c-image-info__title {
        display: none
    }
}

.c-image-info__title::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100vw;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #003C71;
    z-index: -1
}

.c-image-info__inner {
    position: relative
}

@media (min-width: 700px) {
    .-has-cube .c-image-info__inner::before {
        content: "";
        display: block;
        position: absolute;
        height: 9rem;
        width: 12rem;
        z-index: 999;
        left: -9rem;
        bottom: -4rem;
        background-color: #003C71
    }
}

.c-image-info__disclaimer {
    font-size: 1.16667rem;
    color: #76777b
}

@media (min-width: 700px) {
    .c-image-info__disclaimer {
        font-size: .875rem
    }
}

@media (min-width: 500px) {
    .c-image-info__image__slider.owl-carousel {
        left: -10vw;
        width: calc(100% + 10vw)
    }
}

@media (min-width: 700px) {
    .c-image-info__image__slider.owl-carousel {
        left: -9rem;
        width: calc(100% + 1.5rem);
        height: 100%
    }
}

.c-image-info__image__slider.owl-carousel .owl-stage-outer,
.c-image-info__image__slider.owl-carousel .owl-stage,
.c-image-info__image__slider.owl-carousel .owl-item {
    height: 100%
}

.c-image-info__image__slider.owl-carousel .c-image-info__image__slider__item {
    position: relative;
    height: 100%
}

.c-image-info__image__slider.owl-carousel .c-image-info__image__slider__item__trigger {
    position: absolute;
    z-index: 2;
    bottom: 1.5625rem;
    right: 1.5625rem;
    border-radius: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem;
    background: #008998;
    padding: .1875rem 1.5625rem;
    font-size: 1.5rem;
    font-family: "futura-pt", "sans-serif";
    color: #fff
}

.c-image-info__image__slider.owl-carousel .c-image-info__image__slider__item .c-image-info__background {
    left: 0;
    height: 22.5rem;
    width: 100%
}

@media (max-width: 699px) {
    .c-image-info__image__slider.owl-carousel .c-image-info__image__slider__item .c-image-info__background {
        right: 0;
        margin-bottom: 0
    }
}

@media (min-width: 700px) {
    .c-image-info__image__slider.owl-carousel .c-image-info__image__slider__item .c-image-info__background {
        height: 100%
    }
}

.c-image-info__background {
    position: relative;
    overflow: hidden;
    right: 7vw;
    width: calc(100% + 14vw);
    height: 18rem
}

.-flipped .c-image-info__background {
    left: -7vw
}

.-has-cube .c-image-info__background,
.-spacer .c-image-info__background {
    margin-bottom: 3.75rem
}

@media (min-width: 700px) {

    .-has-cube .c-image-info__background,
    .-spacer .c-image-info__background {
        margin-bottom: 0
    }
}

@media (max-width: 699px) {
    .-mobile-flip .c-image-info__background {
        margin-top: 3.75rem
    }
}

@media (min-width: 500px) {
    .c-image-info__background {
        right: 10vw;
        width: calc(100% + 20vw)
    }

    .-flipped .c-image-info__background {
        left: -10vw
    }
}

@media (min-width: 700px) {
    .c-image-info__background {
        right: -9rem;
        height: 22.5rem
    }

    .-flipped .c-image-info__background {
        left: -9rem;
        width: calc(100% + 6rem)
    }

    .-reg.-flipped .c-image-info__background {
        left: 0;
        width: 100%
    }
}

@media (min-width: 700px) {
    .c-image-info__background {
        height: 31.25rem
    }

    [data-namespace="interior"] .c-image-info__background {
        height: 35rem
    }
}

.c-image-info__cta {
    width: calc(100% + 14vw);
    left: -7vw;
    background-color: #003C71;
    z-index: 1;
    position: relative;
    color: #fff;
    padding: 3.75rem
}

@media (min-width: 500px) {
    .c-image-info__cta {
        width: calc(100% + 20vw);
        left: -10vw
    }
}

@media (min-width: 700px) {
    .c-image-info__cta {
        width: auto;
        left: auto;
        margin-top: -4rem
    }
}

.c-image-info__cta p {
    font-size: 1.3125rem;
    font-weight: 600
}

.c-image-info__list {
    padding: 1.875rem 0
}

@media (min-width: 700px) {
    .c-image-info__list {
        width: 80%;
        max-width: 100%
    }
}

.c-image-info__list-item {
    margin-bottom: 1.875rem
}

@media (min-width: 700px) {
    .c-image-info__list-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}

.c-image-info__list-img {
    width: 60px;
    margin-bottom: 1.875rem
}

.c-image-info__list-content {
    font-weight: bold
}

@media (min-width: 700px) {
    .c-image-info__list-content {
        margin-left: 1.875rem
    }
}

.c-image-info__list-content h3 {
    color: #99DCE2;
    font-weight: bold;
    margin-bottom: .625rem
}

.c-image-info-testi {
    margin-top: 7.5rem
}

@media (min-width: 700px) {
    .c-image-info-testi__wrapper::before {
        content: '"';
        position: absolute;
        font-size: 3.1875rem;
        left: -4rem;
        color: #003C71
    }
}

.c-image-info-testi__header {
    margin-bottom: .625rem
}

@media (max-width: 699px) {
    .c-image-info-testi__header {
        display: none
    }
}

@media (min-width: 700px) {
    .c-image-info-testi__header {
        background-color: #003C71;
        text-align: center;
        padding: 2.5rem;
        position: relative
    }

    .c-image-info-testi__header::before {
        content: '';
        position: absolute;
        display: block;
        left: -7.5rem;
        top: 0;
        z-index: -1;
        background-color: #003C71;
        width: calc(100% + 17rem);
        height: 100%
    }

    .c-image-info-testi__header h2 {
        color: #99DCE2;
        margin: 0 auto
    }
}

.c-image-info-testi__wrapper {
    position: relative
}

.c-image-info-testi__slider-author {
    font-weight: bold;
    color: #76777b
}

.c-image-info-testi__slider-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.875rem;
    margin: 3rem 0;
    position: relative
}

@media (max-width: 699px) {
    .c-image-info-testi__slider-item {
        margin: 0
    }
}

@media (min-width: 700px) {
    .c-image-info-testi__slider-item::before {
        content: '';
        display: block;
        position: absolute;
        width: .0625rem;
        height: 100%;
        background-color: #003C71;
        left: 0
    }
}

.c-image-info-testi__slider-item .c-image-info-testi__slider-quote {
    color: #003C71;
    font-weight: bold;
    font-family: "futura-pt-condensed", "sans-serif";
    font-size: 1.3125rem
}

.c-image-info-testi__slider-image {
    margin-top: 1.875rem;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-position: center center;
    background-size: cover
}

.c-image-info-testi__slider-content {
    text-align: center;
    position: relative
}

@media (min-width: 700px) {
    .c-image-info-testi__slider-content::before {
        content: '"';
        color: #36B0C9;
        font-weight: bold;
        font-size: 3rem;
        display: block;
        left: -25px;
        top: -41px;
        position: absolute
    }

    .c-image-info-testi__slider-content::after {
        content: '"';
        color: #36B0C9;
        font-weight: bold;
        font-size: 3rem;
        display: block;
        right: -25px;
        bottom: -41px;
        position: absolute
    }
}

.c-image-info-testi__arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}

@media (max-width: 699px) {
    .c-image-info-testi__arrow {
        bottom: -1.875rem
    }
}

.c-image-info-testi__arrow-wrap {
    display: -ms-flexbox;
    display: flex;
    width: 10rem;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.c-image-info-testi__arrow-item:hover {
    cursor: pointer
}

.c-image-info-testi__arrow-item:hover .c-image-info-testi__arrow-svg {
    background-color: #99DCE2
}

.c-image-info-testi__arrow-item .c-image-info-testi__arrow-svg {
    border: 1px solid #99DCE2;
    border-radius: 50%;
    width: 3.125rem;
    height: 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.3s all ease-in-out
}

.c-image-info-testi__arrow-item svg {
    width: .625rem;
    height: .625rem
}

.c-gallary {
    padding: 3.75rem 0 0
}

@media (min-width: 700px) {
    .c-gallary {
        padding: 3.75rem 0
    }
}

.c-gallary__header {
    margin-bottom: 5.625rem
}

.c-gallary-main__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    gap: 4rem;
    padding: 0 4.5rem
}

.c-gallary-main__inner::before {
    content: '';
    display: block;
    height: 3.75rem;
    width: 100%;
    background-color: #0090C0;
    position: absolute;
    top: 45%;
    left: 0
}

@media (max-width: 699px) {
    .c-gallary-main__inner::before {
        display: none
    }
}

.c-gallary-main__background {
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 25rem
}

@media (max-width: 699px) {
    .c-gallary-main__background {
        width: 100%;
        margin-right: 0
    }
}

.c-gallary-main__background:last-of-type {
    margin-top: 7.5rem
}

@media (max-width: 699px) {
    .c-gallary-main__background:last-of-type {
        margin: 0;
        height: 20.1875rem
    }
}

@media (max-width: 699px) {
    .c-gallary-main__background:first-of-type {
        display: none
    }
}

.job-callout {
    position: relative;
    margin-bottom: 3.125rem
}

.job-callout__bucket-image {
    position: relative
}

.job-callout__content {
    position: relative
}

@media (min-width: 1000px) {
    .job-callout__content::before {
        content: '';
        display: block;
        width: 100%;
        height: .3125rem;
        position: absolute;
        bottom: 0;
        background-color: #f6f6f6;
        border-radius: 10px
    }
}

.job-callout__wrap {
    position: relative
}

.job-callout__title {
    text-align: center;
    color: #000
}

.job-callout__bucket {
    position: relative;
    margin-top: 3.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center
}

.job-callout__bucket-item {
    cursor: pointer;
    opacity: 0.6;
    text-align: center;
    transition: all 0.3s #99DCE2
}

.current .job-callout__bucket-item {
    opacity: 1;
    position: relative
}

.current .job-callout__bucket-item::before {
    content: '';
    display: block;
    width: 100%;
    height: .3125rem;
    position: absolute;
    bottom: -1rem;
    background-color: #003C71;
    border-radius: 10px
}

.job-callout__bucket-item:hover {
    opacity: 1
}

.job-callout__bucket-image {
    width: 12.5rem;
    height: 12.5rem;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden
}

@media (min-width: 1000px) {
    .job-callout__bucket-image {
        width: 15vw;
        height: 15vw
    }
}

@media (min-width: 1400px) {
    .job-callout__bucket-image {
        width: 12.5rem;
        height: 12.5rem
    }
}

.job-callout__bucket-label {
    font-weight: bold;
    font-family: "futura-pt-condensed", "sans-serif";
    font-size: 1.375rem;
    margin-top: 1.875rem
}

.job-callout__bucket-label span {
    display: block;
    margin-bottom: 1rem
}

.job-callout__slider {
    display: block;
    position: relative;
    background-color: #F6F6F6
}

.job-callout__arrow {
    position: absolute;
    bottom: -90px;
    right: 0
}

.job-callout__desc {
    padding: .625rem;
    z-index: 1;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.875rem
}

@media (min-width: 700px) {
    .job-callout__desc {
        padding: 3.75rem 1.875rem;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center
    }
}

.job-callout__desc-image {
    width: 100%;
    position: relative;
    height: 16.0625rem;
    margin-bottom: 1.875rem
}

@media (min-width: 700px) {
    .job-callout__desc-image {
        width: 22.1875rem;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .job-callout__desc-image::after {
        content: '';
        display: block;
        position: absolute;
        width: 8.1875rem;
        height: 7.3125rem;
        left: -.875rem;
        bottom: -.9375rem;
        background: #00ADC0;
        z-index: 0
    }
}

@media (min-width: 1000px) {
    .job-callout__desc-image {
        width: 33.125rem
    }
}

.job-callout__desc-image__wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%
}

.job-callout__desc-title {
    font-size: 1.625rem;
    font-weight: bold;
    font-family: "futura-pt-condensed", "sans-serif";
    margin-bottom: 1.875rem;
    color: #003C71
}

.job-callout__desc-link {
    margin-top: 1.875rem
}

.job-callout__desc-list {
    list-style-type: disc;
    padding-left: 1.875rem;
    margin-top: 1.875rem;
    font-size: 1.375rem
}

.c-olivia-banner {
    position: relative;
    display: block;
    padding: 3.75rem 0 0;
    overflow: hidden
}

@media (min-width: 700px) {
    .c-olivia-banner {
        padding: 3.75rem 0
    }
}

.c-olivia-banner::before {
    content: '';
    background-image: url("https://d3s68wjo6828fe.cloudfront.net/oms/4212/image/2025/7/ZKUS1_Wave/Wave.svg");
    background-size: cover;
    position: absolute;
    height: 6.25rem;
    top: 0;
    left: 0;
    width: 100%
}

.c-olivia-banner::after {
    content: '';
    background-color: #F0F9FB;
    position: absolute;
    top: 6.25rem;
    width: 100%;
    height: 100%
}

.c-olivia-banner__olivia {
    width: 25rem;
    margin: 0 auto
}

.c-olivia-banner__layout {
    position: relative;
    z-index: 1
}

@media (max-width: 999px) {
    .c-olivia-banner__layout {
        -ms-flex-flow: column;
        flex-flow: column
    }

    .c-olivia-banner__layout.-mobile-flip {
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse
    }
}

.c-testimonial__header {
    margin-bottom: .625rem
}

.c-testimonial__wrapper {
    position: relative
}

.c-testimonial__slider-author {
    font-weight: bold
}

.c-testimonial__slider-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.875rem;
    margin-bottom: 3rem
}

.c-testimonial__slider-image {
    margin-top: 1.875rem;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-position: center center;
    background-size: cover
}

.c-testimonial__slider-content {
    text-align: center;
    position: relative
}

@media (min-width: 1000px) {
    .c-testimonial__slider-content::before {
        content: '"';
        color: #36B0C9;
        font-weight: bold;
        font-size: 3rem;
        display: block;
        left: -25px;
        top: -41px;
        position: absolute
    }

    .c-testimonial__slider-content::after {
        content: '"';
        color: #36B0C9;
        font-weight: bold;
        font-size: 3rem;
        display: block;
        right: -25px;
        bottom: -41px;
        position: absolute
    }
}

.c-testimonial__arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}

.c-testimonial__arrow-wrap {
    display: -ms-flexbox;
    display: flex;
    width: 10rem;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.c-testimonial__arrow-item:hover {
    cursor: pointer
}

.c-testimonial__arrow-item:hover .c-testimonial__arrow-svg {
    background-color: #99DCE2
}

.c-testimonial__arrow-item .c-testimonial__arrow-svg {
    border: 1px solid #99DCE2;
    border-radius: 50%;
    width: 3.125rem;
    height: 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.3s all ease-in-out
}

.c-testimonial__arrow-item svg {
    width: .625rem;
    height: .625rem
}

.c-info-block {
    padding: 3.75rem 0 0
}

@media (min-width: 700px) {
    .c-info-block {
        padding: 3.75rem 0
    }
}

.c-info-block__header {
    margin-bottom: .625rem
}

.c-info-block__wrapper {
    position: relative;
    padding-bottom: 1.875rem
}

.c-info-block__slider .owl-stage {
    display: -ms-flexbox;
    display: flex
}

.c-info-block__slider-author {
    font-weight: bold
}

.c-info-block__slider-item {
    opacity: 0.4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.875rem;
    margin-bottom: 3rem;
    background-color: #003C71;
    color: #fff;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.center.active .c-info-block__slider-item {
    opacity: 1
}

@media (min-width: 1000px) {
    .c-info-block__slider-item {
        margin-right: 1.875rem;
        border-radius: 10px
    }
}

.c-info-block__slider-image {
    margin-top: 1.875rem;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-position: center center;
    background-size: cover
}

.c-info-block__slider-content {
    text-align: left;
    position: relative
}

.c-info-block__slider-content h3 {
    color: #99DCE2;
    font-size: 1.5rem
}

.c-info-block__slider-content .u-subtext {
    color: #fff
}

.c-info-block__arrow {
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translate(50%, 50%);
    padding-top: 1.5625rem;
    z-index: 1
}

.c-info-block__disclaimer {
    color: #76777b;
    font-size: 1.16667rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.875rem
}

@media (min-width: 700px) {
    .c-info-block__disclaimer {
        font-size: .875rem
    }
}

@media (min-width: 1000px) {
    .c-info-block__disclaimer>div {
        max-width: 50vw
    }
}

.c-info-block__arrow-wrap {
    display: -ms-flexbox;
    display: flex;
    width: 10rem;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.c-info-block__arrow-item:hover {
    cursor: pointer
}

.c-info-block__arrow-item:hover .c-info-block__arrow-svg {
    background-color: #99DCE2
}

.c-info-block__arrow-item .c-info-block__arrow-svg {
    border: 1px solid #99DCE2;
    border-radius: 50%;
    width: 3.125rem;
    height: 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.3s all ease-in-out
}

.c-info-block__arrow-item svg {
    width: .625rem;
    height: .625rem
}

.c-footer {
    position: relative;
    height: auto;
    padding-top: 1rem;
    background-color: #f6f6f6
}

.c-footer-banner {
    background-color: #dbe2ed;
    padding: 1.875rem 0
}

.c-footer-banner img {
    width: 5.625rem
}

.c-footer-banner p {
    margin-bottom: 0
}

.c-footer-banner a {
    color: #003C71
}

.c-footer-banner .o-button {
    color: #fff;
    margin: 0
}

@media (min-width: 1000px) {
    .c-footer {
        padding-top: 0
    }
}

.c-footer__content {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 6rem;
    color: #333;
    z-index: 1
}

.c-footer__content::before {
    content: "";
    opacity: 0.5;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(182, 184, 185, 0.29);
    height: 1px;
    width: calc(100% - 18rem);
    margin: 0 auto
}

@media (min-width: 1000px) {
    .c-footer__content {
        height: 9rem
    }
}

.c-footer-navigation__logo {
    position: relative;
    width: 33.33333%;
    display: inline-block;
    height: 100%;
    text-align: center;
    font-size: 0;
    pointer-events: auto
}

@media (min-width: 1000px) {
    .c-footer-navigation__logo {
        width: 9rem
    }
}

@media (max-width: 999px) {
    .c-footer-navigation__logo {
        width: 100%
    }
}

.c-footer-navigation__logo:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.c-footer-navigation__logo--desktop {
    fill: #333;
    width: 3.375rem;
    height: 3.375rem;
    display: none
}

@media (min-width: 1000px) {
    .c-footer-navigation__logo--desktop {
        display: inline-block
    }
}

.c-footer-navigation__logo--mobile {
    fill: #333;
    display: inline-block;
    width: 3.375rem;
    height: 3.375rem
}

@media (min-width: 1000px) {
    .c-footer-navigation__logo--mobile {
        display: none
    }
}

.c-footer-navigation__nav {
    display: none
}

@media (min-width: 1000px) {
    .c-footer-navigation__nav {
        display: inline-block;
        position: absolute;
        color: #333;
        width: calc(100% - 18rem);
        margin: 0 auto;
        top: 0;
        right: 0;
        left: 0;
        height: 9rem;
        text-align: center
    }
}

.c-footer-navigation__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.c-footer-navigation__item {
    margin: 10px 0;
    display: inline-block;
    position: relative
}

.c-footer-navigation__item.-last {
    padding: 0 1.2vw
}

.c-footer-navigation__item.-is-curent a::after {
    border-bottom: 5px solid #99DCE2;
    transform: scaleX(1);
    transform-origin: center left
}

.c-footer-navigation__link {
    color: #333;
    position: relative;
    display: inline-block;
    padding: 0 1.2vw;
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-weight: bold
}

.c-footer-navigation__link::after {
    content: "";
    position: absolute;
    right: 1.125rem;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
    transform-origin: center right;
    border-bottom: 5px solid #99DCE2
}

.c-footer-navigation__link:hover {
    color: #fff
}

.c-footer-navigation__link:hover::after {
    transform: scaleX(1);
    transform-origin: center left
}

.c-footer__contact-info {
    color: #333;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 100%
}

.c-footer__contact-info a {
    color: #333;
    display: block;
    padding: 0.5rem
}

.c-footer__contact-info a:hover {
    color: #99DCE2
}

.c-footer__contact-info span {
    font-size: 0.9375rem;
    font-weight: bold
}

.c-footer__contact-info p {
    margin: 0 auto;
    font-size: 0.9375rem
}

.c-footer__contact-info>div {
    padding: 1.3rem 0
}

.c-footer__info {
    position: relative;
    height: 100%;
    display: block;
    padding: 2rem
}

@media (min-width: 999px) {
    .c-footer__info {
        padding: 0 9rem
    }
}

.c-footer__info-layout {
    gap: 1rem;
    padding: 5rem 0
}

.c-footer__info-layout>*:first-child {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.c-footer__info-layout>*:last-child {
    margin-bottom: 0 !important
}

@media (max-width: 999px) {
    .c-footer__info-layout {
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.c-footer__info__disclaimer {
    padding: .5625rem;
    font-size: 1.16667rem;
    color: #76777b
}

@media (min-width: 700px) {
    .c-footer__info__disclaimer {
        font-size: .875rem
    }
}

.c-footer__info__disclaimer>p {
    text-align: left
}

@media (max-width: 999px) {
    .c-footer__info .o-layout__item {
        margin-bottom: 1.875rem
    }
}

.c-footer__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 2rem 0
}

@media (max-width: 999px) {
    .c-footer__social {
        padding: 0;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.c-footer__social__item {
    margin-left: 1rem
}

.c-footer__social__item:first-of-type {
    margin-left: 0
}

.c-footer__social-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 3px solid #99DCE2;
    position: relative;
    text-align: center;
    padding: 0.5rem;
    width: 3rem;
    border-radius: 50%;
    height: 3rem
}

.c-footer__social-link.-twitter:hover svg {
    fill: #1da1f2
}

.c-footer__social-link.-linkedin:hover svg {
    fill: #0077b5
}

.c-footer__social-link.-facebook:hover svg {
    fill: #3b5998
}

.c-footer__social-link.-youtube:hover svg {
    fill: #cd201f
}

.c-footer__social-link.-instagram:hover svg {
    fill: #e1306c
}

.c-footer__social-icon {
    width: 0.88rem;
    height: 0.88rem;
    fill: #003C71;
    transition: 0.3s all ease-in-out
}

.c-footer__eeo {
    color: #333;
    margin: 1rem 0;
    font-size: 12px
}

.c-footer__eeo a {
    color: #99DCE2
}

.c-footer__copy-right {
    position: relative;
    color: #333;
    padding-top: 2rem
}

.c-footer__copy-right:before {
    content: "";
    opacity: 0.5;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 1px;
    width: calc(100%);
    margin: 0 auto
}

.c-footer__copy-right-layout {
    padding: 0rem
}

.c-footer__copy-right-layout>div {
    margin-bottom: 0 !important
}

@media (min-width: 700px) {
    .c-footer__copy-right-layout {
        padding: 0 1rem
    }
}

@media (min-width: 1000px) {
    .c-footer__copy-right-layout {
        padding: 0
    }
}

.c-footer__copy-right a {
    color: #99DCE2
}

@media (min-width: 1000px) {
    .c-footer__license {
        width: 75%
    }
}

@media (min-width: 1000px) {
    .c-footer__site-by {
        width: 25%
    }
}

.__back-to {
    display: none
}

@media (min-width: 1000px) {
    .__back-to {
        opacity: 0;
        right: 0;
        bottom: 0;
        width: 9rem;
        height: 20rem;
        position: absolute;
        display: block;
        cursor: pointer
    }

    .__back-to .__back-to-link {
        width: 100%;
        height: 9rem;
        position: absolute;
        top: 5rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        transform: rotate(90deg)
    }

    .__back-to .__back-to-link:hover .__back-to-icon {
        transform: translateX(-15px) scale(0.9)
    }

    .__back-to .__back-to-link:hover .__back-to-icon svg {
        fill: #99DCE2
    }

    .__back-to .__back-to-link:hover .__back-to-label {
        opacity: 0.7;
        transform: translateX(-10px)
    }

    .__back-to .__back-to-icon {
        position: relative;
        pointer-events: none;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s ease-in-out;
        width: 25px;
        height: 43px;
        left: -1.3rem
    }

    .__back-to .__back-to-icon svg {
        fill: #0191b1;
        width: 25px;
        height: 43px;
        transition: 0.3s all ease-in-out;
        transform: rotate(90deg)
    }

    .__back-to .__back-to-label {
        color: #333;
        pointer-events: none;
        font-size: 12px;
        margin: 1px 0 0;
        white-space: nowrap;
        line-height: 43px;
        transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s ease-in-out
    }
}

.c-hero {
    padding: 3.125rem 0 0 0;
    display: grid;
    grid-template-rows: repeat(2, auto);
    row-gap: 2.0625rem
}

@media (min-width: 700px) {
    .c-hero {
        row-gap: 5rem
    }
}

@media (min-width: 1000px) {
    .c-hero {
        grid-template-columns: 60fr 55fr;
        grid-template-rows: none;
        -moz-column-gap: 0;
        column-gap: 0;
        padding: 0;
        -ms-flex-align: center;
        align-items: center
    }
}

.c-hero__container {
    position: relative
}

.c-hero__container .scroll-text {
    color: #003C71
}

.c-hero__container .scroll-arrow svg {
    fill: #003C71
}

.c-hero__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5625rem;
    padding: 0 1.5625rem
}

@media (min-width: 1000px) {
    .c-hero__content {
        padding: 0 1.875rem 0 6.25rem
    }
}

.c-hero__content__heading {
    text-align: center
}

.c-hero__content__heading__title {
    font-size: 2.8125rem;
    line-height: 120%;
    font-family: "futura-pt-condensed", "sans-serif";
    font-weight: bold;
    color: #003C71;
    transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    overflow: hidden;
    display: block;
    position: relative
}

.is-loaded .c-hero__content__heading__title {
    opacity: 1
}

@media (min-width: 700px) {
    .c-hero__content__heading__title {
        font-size: 3.75rem
    }
}

@media (min-width: 1000px) {
    .c-hero__content__heading__title {
        text-align: start
    }
}

.c-hero__content__heading__title__bg {
    background-color: #003C71;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200vw;
    transform: translateX(-50%);
    z-index: 1;
    transform-origin: center top;
    height: 100%;
    transition: height 0.6s cubic-bezier(1, 0, 0, 1)
}

.is-loaded .c-hero__content__heading__title__bg {
    height: 0;
    transform-origin: center bottom;
    transition-delay: 1s
}

.c-hero__content__heading__subtitle {
    font-size: 1.66667rem;
    line-height: 120%;
    font-family: "futura-pt", "sans-serif";
    font-weight: normal;
    color: #000;
    transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    overflow: hidden;
    display: block;
    position: relative
}

.is-loaded .c-hero__content__heading__subtitle {
    opacity: 1
}

@media (min-width: 700px) {
    .c-hero__content__heading__subtitle {
        font-size: 1.25rem
    }
}

@media (min-width: 1000px) {
    .c-hero__content__heading__subtitle {
        text-align: start
    }
}

.c-hero__content__heading__subtitle__bg {
    background-color: #003C71;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 200vw;
    transform: translateX(-50%);
    z-index: 1;
    transform-origin: center top;
    height: 100%;
    transition: height 0.6s cubic-bezier(1, 0, 0, 1)
}

.is-loaded .c-hero__content__heading__subtitle__bg {
    height: 0;
    transform-origin: center bottom;
    transition-delay: 1s
}

.c-hero__content__cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity, transform;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0s
}

.is-loaded .c-hero__content__cta {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1.6s
}

@media (min-width: 700px) {
    .c-hero__content__cta {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 1000px) {
    .c-hero__content__cta {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.c-hero__content__cta .o-button {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0
}

.c-hero__image {
    position: relative;
    overflow: hidden
}

.c-hero__image__background {
    position: relative
}

.c-hero__image__background__wrap {
    position: relative;
    width: 100%;
    height: 25rem
}

@media (min-width: 700px) {
    .c-hero__image__background__wrap {
        width: 45.75rem;
        height: 34.25rem;
        margin: 0 auto
    }
}

@media (min-width: 1000px) {
    .c-hero__image__background__wrap {
        width: 100%;
        height: 34.375rem;
        margin: 0 auto
    }
}

.-overview .c-hero__image__background__wrap {
    height: 20rem
}

@media (min-width: 700px) {
    .-overview .c-hero__image__background__wrap {
        height: 32.25rem
    }
}

@media (min-width: 1000px) {
    .-overview .c-hero__image__background__wrap {
        height: 30rem
    }
}

.c-hero__image__background__wrap .o-reveal .o-background {
    top: 0;
    bottom: 0
}

.c-hero__image__anchor {
    display: block;
    position: absolute;
    bottom: 4.0625rem;
    right: 7.1875rem;
    width: 19.5rem;
    color: #fff;
    font-family: "futura-pt", "sans-serif";
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 150%;
    z-index: 2
}

@media (max-width: 699px) {
    .c-hero__image__anchor {
        display: none
    }
}

.c-hero__image__anchor::after {
    content: "";
    display: block;
    position: absolute;
    width: 5.75rem;
    height: 1px;
    background-color: #fff;
    bottom: 2.8125rem;
    right: -7.1875rem
}

.c-video {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
    -ms-flex-align: center;
    align-items: center
}

.c-video__container {
    padding: 3.75rem 0
}

@media (min-width: 700px) {
    .c-video__container {
        padding: 3.75rem 1.25rem
    }
}

.c-video__title {
    font-size: 2.83333rem;
    font-weight: 500;
    text-align: center;
    font-family: "futura-pt-condensed", "sans-serif";
    text-transform: uppercase;
    color: #003C71
}

@media (min-width: 700px) {
    .c-video__title {
        font-size: 2.125rem
    }
}

.c-video__video {
    width: 100%;
    height: 16.83333rem;
    background: #EAEAEA;
    position: relative
}

@media (min-width: 700px) {
    .c-video__video {
        width: 53.84615rem;
        height: 30.30769rem
    }
}

@media (min-width: 1000px) {
    .c-video__video {
        width: 50rem;
        height: 28.14286rem
    }
}

@media (min-width: 700px) {
    .c-video__video::after {
        content: '';
        background: #003C71;
        width: 10.3125rem;
        height: 9.3125rem;
        position: absolute;
        bottom: -.9375rem;
        right: -.9375rem;
        z-index: -1
    }
}

@media (max-width: 999px) {
    [data-namespace="interior"] [data-component="imageinfo-slider"] {
        margin-top: 3.75rem
    }
}

@media (min-width: 1000px) {
    [data-namespace="interior"] [data-component="blurb"] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative
    }

    [data-namespace="interior"] [data-component="blurb"]::before {
        content: '';
        background-color: #003C71;
        position: absolute;
        left: 0;
        width: .625rem;
        height: 18.75rem;
        top: -1.875rem
    }
}

@media (min-width: 1000px) and (min-width: 1000px) {
    [data-namespace="interior"] [data-component="blurb"]::before {
        width: 1.875rem
    }
}

@media (min-width: 1000px) {
    [data-namespace="interior"] [data-component="blurb"] .c-blurb {
        display: block;
        width: 80%;
        background: #F3F3F3;
        border-radius: 10px 0 0 0
    }
}

[data-namespace="interior"] [data-component="blurb"] .c-blurb::before {
    content: '';
    display: none !important
}

[data-namespace="interior"] [data-component="gallary"] .c-gallary-main {
    position: relative
}

@media (min-width: 700px) {
    [data-namespace="interior"] [data-component="gallary"] .c-gallary-main::after {
        content: '';
        display: block;
        width: 5rem;
        height: 5rem;
        background: #99DCE2;
        position: absolute;
        bottom: 5rem;
        left: calc(50% - 4.5rem);
        z-index: 1
    }
}

[data-namespace="interior"] [data-component="gallary"] .c-gallary-main__inner::before {
    display: none
}

@media (min-width: 700px) {
    [data-namespace="interior"] [data-component="gallary"] .c-gallary-main__background {
        margin-right: 0;
        position: relative
    }
}

@media (min-width: 700px) {
    [data-namespace="interior"] [data-component="image info"] .c-image-info__background {
        height: 26rem
    }
}

[data-namespace="interior"] .-has-box {
    position: relative
}

@media (min-width: 1000px) {
    [data-namespace="interior"] .-has-box::before {
        content: "";
        display: block;
        position: absolute;
        height: 9rem;
        width: 9rem;
        z-index: 999;
        right: 0;
        top: calc(26rem - 9rem + 2.4rem);
        background-color: #99DCE2
    }
}

[data-namespace="crm-jobs"] .c-main-hero__inner {
    padding-top: 0
}

[data-namespace="crm-jobs"] .c-main-hero__content {
    text-align: center
}

[data-namespace="crm-jobs"] .c-main-hero {
    height: 20vh;
    min-height: 360px
}

@media (min-width: 1000px) {
    [data-namespace="crm-jobs"] .c-main-hero {
        min-height: 30vh;
        height: 400px
    }
}

.u-2\:1::before {
    padding-bottom: 50%
}

.u-4\:3::before {
    padding-bottom: 75%
}

.u-16\:9::before {
    padding-bottom: 56.25%
}

.u-1\/1 {
    width: 100% !important
}

@media only screen and (min-width: 700px) {
    .u-1\/1\@small {
        width: 100% !important
    }
}

@media only screen and (min-width: 1000px) {
    .u-1\/1\@medium {
        width: 100% !important
    }
}

@media only screen and (min-width: 1200px) {
    .u-1\/1\@large {
        width: 100% !important
    }
}

.u-1\/2 {
    width: 50% !important
}

.u-2\/2 {
    width: 100% !important
}

@media only screen and (min-width: 700px) {
    .u-1\/2\@small {
        width: 50% !important
    }

    .u-2\/2\@small {
        width: 100% !important
    }
}

@media only screen and (min-width: 1000px) {
    .u-1\/2\@medium {
        width: 50% !important
    }

    .u-2\/2\@medium {
        width: 100% !important
    }
}

@media only screen and (min-width: 1200px) {
    .u-1\/2\@large {
        width: 50% !important
    }

    .u-2\/2\@large {
        width: 100% !important
    }
}

.u-1\/3 {
    width: 33.33333% !important
}

.u-2\/3 {
    width: 66.66667% !important
}

.u-3\/3 {
    width: 100% !important
}

@media only screen and (min-width: 700px) {
    .u-1\/3\@small {
        width: 33.33333% !important
    }

    .u-2\/3\@small {
        width: 66.66667% !important
    }

    .u-3\/3\@small {
        width: 100% !important
    }
}

@media only screen and (min-width: 1000px) {
    .u-1\/3\@medium {
        width: 33.33333% !important
    }

    .u-2\/3\@medium {
        width: 66.66667% !important
    }

    .u-3\/3\@medium {
        width: 100% !important
    }
}

@media only screen and (min-width: 1200px) {
    .u-1\/3\@large {
        width: 33.33333% !important
    }

    .u-2\/3\@large {
        width: 66.66667% !important
    }

    .u-3\/3\@large {
        width: 100% !important
    }
}

.u-1\/4 {
    width: 25% !important
}

.u-2\/4 {
    width: 50% !important
}

.u-3\/4 {
    width: 75% !important
}

.u-4\/4 {
    width: 100% !important
}

@media only screen and (min-width: 700px) {
    .u-1\/4\@small {
        width: 25% !important
    }

    .u-2\/4\@small {
        width: 50% !important
    }

    .u-3\/4\@small {
        width: 75% !important
    }

    .u-4\/4\@small {
        width: 100% !important
    }
}

@media only screen and (min-width: 1000px) {
    .u-1\/4\@medium {
        width: 25% !important
    }

    .u-2\/4\@medium {
        width: 50% !important
    }

    .u-3\/4\@medium {
        width: 75% !important
    }

    .u-4\/4\@medium {
        width: 100% !important
    }
}

@media only screen and (min-width: 1200px) {
    .u-1\/4\@large {
        width: 25% !important
    }

    .u-2\/4\@large {
        width: 50% !important
    }

    .u-3\/4\@large {
        width: 75% !important
    }

    .u-4\/4\@large {
        width: 100% !important
    }
}

.u-1\/5 {
    width: 20% !important
}

.u-2\/5 {
    width: 40% !important
}

.u-3\/5 {
    width: 60% !important
}

.u-4\/5 {
    width: 80% !important
}

.u-5\/5 {
    width: 100% !important
}

@media only screen and (min-width: 700px) {
    .u-1\/5\@small {
        width: 20% !important
    }

    .u-2\/5\@small {
        width: 40% !important
    }

    .u-3\/5\@small {
        width: 60% !important
    }

    .u-4\/5\@small {
        width: 80% !important
    }

    .u-5\/5\@small {
        width: 100% !important
    }
}

@media only screen and (min-width: 1000px) {
    .u-1\/5\@medium {
        width: 20% !important
    }

    .u-2\/5\@medium {
        width: 40% !important
    }

    .u-3\/5\@medium {
        width: 60% !important
    }

    .u-4\/5\@medium {
        width: 80% !important
    }

    .u-5\/5\@medium {
        width: 100% !important
    }
}

@media only screen and (min-width: 1200px) {
    .u-1\/5\@large {
        width: 20% !important
    }

    .u-2\/5\@large {
        width: 40% !important
    }

    .u-3\/5\@large {
        width: 60% !important
    }

    .u-4\/5\@large {
        width: 80% !important
    }

    .u-5\/5\@large {
        width: 100% !important
    }
}

.u-1\/6 {
    width: 16.66667% !important
}

.u-2\/6 {
    width: 33.33333% !important
}

.u-3\/6 {
    width: 50% !important
}

.u-4\/6 {
    width: 66.66667% !important
}

.u-5\/6 {
    width: 83.33333% !important
}

.u-6\/6 {
    width: 100% !important
}

@media only screen and (min-width: 700px) {
    .u-1\/6\@small {
        width: 16.66667% !important
    }

    .u-2\/6\@small {
        width: 33.33333% !important
    }

    .u-3\/6\@small {
        width: 50% !important
    }

    .u-4\/6\@small {
        width: 66.66667% !important
    }

    .u-5\/6\@small {
        width: 83.33333% !important
    }

    .u-6\/6\@small {
        width: 100% !important
    }
}

@media only screen and (min-width: 1000px) {
    .u-1\/6\@medium {
        width: 16.66667% !important
    }

    .u-2\/6\@medium {
        width: 33.33333% !important
    }

    .u-3\/6\@medium {
        width: 50% !important
    }

    .u-4\/6\@medium {
        width: 66.66667% !important
    }

    .u-5\/6\@medium {
        width: 83.33333% !important
    }

    .u-6\/6\@medium {
        width: 100% !important
    }
}

@media only screen and (min-width: 1200px) {
    .u-1\/6\@large {
        width: 16.66667% !important
    }

    .u-2\/6\@large {
        width: 33.33333% !important
    }

    .u-3\/6\@large {
        width: 50% !important
    }

    .u-4\/6\@large {
        width: 66.66667% !important
    }

    .u-5\/6\@large {
        width: 83.33333% !important
    }

    .u-6\/6\@large {
        width: 100% !important
    }
}

.u-1\/7 {
    width: 14.28571% !important
}

.u-2\/7 {
    width: 28.57143% !important
}

.u-3\/7 {
    width: 42.85714% !important
}

.u-4\/7 {
    width: 57.14286% !important
}

.u-5\/7 {
    width: 71.42857% !important
}

.u-6\/7 {
    width: 85.71429% !important
}

.u-7\/7 {
    width: 100% !important
}

@media only screen and (min-width: 700px) {
    .u-1\/7\@small {
        width: 14.28571% !important
    }

    .u-2\/7\@small {
        width: 28.57143% !important
    }

    .u-3\/7\@small {
        width: 42.85714% !important
    }

    .u-4\/7\@small {
        width: 57.14286% !important
    }

    .u-5\/7\@small {
        width: 71.42857% !important
    }

    .u-6\/7\@small {
        width: 85.71429% !important
    }

    .u-7\/7\@small {
        width: 100% !important
    }
}

@media only screen and (min-width: 1000px) {
    .u-1\/7\@medium {
        width: 14.28571% !important
    }

    .u-2\/7\@medium {
        width: 28.57143% !important
    }

    .u-3\/7\@medium {
        width: 42.85714% !important
    }

    .u-4\/7\@medium {
        width: 57.14286% !important
    }

    .u-5\/7\@medium {
        width: 71.42857% !important
    }

    .u-6\/7\@medium {
        width: 85.71429% !important
    }

    .u-7\/7\@medium {
        width: 100% !important
    }
}

@media only screen and (min-width: 1200px) {
    .u-1\/7\@large {
        width: 14.28571% !important
    }

    .u-2\/7\@large {
        width: 28.57143% !important
    }

    .u-3\/7\@large {
        width: 42.85714% !important
    }

    .u-4\/7\@large {
        width: 57.14286% !important
    }

    .u-5\/7\@large {
        width: 71.42857% !important
    }

    .u-6\/7\@large {
        width: 85.71429% !important
    }

    .u-7\/7\@large {
        width: 100% !important
    }
}

.u-1\/8 {
    width: 12.5% !important
}

.u-2\/8 {
    width: 25% !important
}

.u-3\/8 {
    width: 37.5% !important
}

.u-4\/8 {
    width: 50% !important
}

.u-5\/8 {
    width: 62.5% !important
}

.u-6\/8 {
    width: 75% !important
}

.u-7\/8 {
    width: 87.5% !important
}

.u-8\/8 {
    width: 100% !important
}

@media only screen and (min-width: 700px) {
    .u-1\/8\@small {
        width: 12.5% !important
    }

    .u-2\/8\@small {
        width: 25% !important
    }

    .u-3\/8\@small {
        width: 37.5% !important
    }

    .u-4\/8\@small {
        width: 50% !important
    }

    .u-5\/8\@small {
        width: 62.5% !important
    }

    .u-6\/8\@small {
        width: 75% !important
    }

    .u-7\/8\@small {
        width: 87.5% !important
    }

    .u-8\/8\@small {
        width: 100% !important
    }
}

@media only screen and (min-width: 1000px) {
    .u-1\/8\@medium {
        width: 12.5% !important
    }

    .u-2\/8\@medium {
        width: 25% !important
    }

    .u-3\/8\@medium {
        width: 37.5% !important
    }

    .u-4\/8\@medium {
        width: 50% !important
    }

    .u-5\/8\@medium {
        width: 62.5% !important
    }

    .u-6\/8\@medium {
        width: 75% !important
    }

    .u-7\/8\@medium {
        width: 87.5% !important
    }

    .u-8\/8\@medium {
        width: 100% !important
    }
}

@media only screen and (min-width: 1200px) {
    .u-1\/8\@large {
        width: 12.5% !important
    }

    .u-2\/8\@large {
        width: 25% !important
    }

    .u-3\/8\@large {
        width: 37.5% !important
    }

    .u-4\/8\@large {
        width: 50% !important
    }

    .u-5\/8\@large {
        width: 62.5% !important
    }

    .u-6\/8\@large {
        width: 75% !important
    }

    .u-7\/8\@large {
        width: 87.5% !important
    }

    .u-8\/8\@large {
        width: 100% !important
    }
}

.u-1\/9 {
    width: 11.11111% !important
}

.u-2\/9 {
    width: 22.22222% !important
}

.u-3\/9 {
    width: 33.33333% !important
}

.u-4\/9 {
    width: 44.44444% !important
}

.u-5\/9 {
    width: 55.55556% !important
}

.u-6\/9 {
    width: 66.66667% !important
}

.u-7\/9 {
    width: 77.77778% !important
}

.u-8\/9 {
    width: 88.88889% !important
}

.u-9\/9 {
    width: 100% !important
}

@media only screen and (min-width: 700px) {
    .u-1\/9\@small {
        width: 11.11111% !important
    }

    .u-2\/9\@small {
        width: 22.22222% !important
    }

    .u-3\/9\@small {
        width: 33.33333% !important
    }

    .u-4\/9\@small {
        width: 44.44444% !important
    }

    .u-5\/9\@small {
        width: 55.55556% !important
    }

    .u-6\/9\@small {
        width: 66.66667% !important
    }

    .u-7\/9\@small {
        width: 77.77778% !important
    }

    .u-8\/9\@small {
        width: 88.88889% !important
    }

    .u-9\/9\@small {
        width: 100% !important
    }
}

@media only screen and (min-width: 1000px) {
    .u-1\/9\@medium {
        width: 11.11111% !important
    }

    .u-2\/9\@medium {
        width: 22.22222% !important
    }

    .u-3\/9\@medium {
        width: 33.33333% !important
    }

    .u-4\/9\@medium {
        width: 44.44444% !important
    }

    .u-5\/9\@medium {
        width: 55.55556% !important
    }

    .u-6\/9\@medium {
        width: 66.66667% !important
    }

    .u-7\/9\@medium {
        width: 77.77778% !important
    }

    .u-8\/9\@medium {
        width: 88.88889% !important
    }

    .u-9\/9\@medium {
        width: 100% !important
    }
}

@media only screen and (min-width: 1200px) {
    .u-1\/9\@large {
        width: 11.11111% !important
    }

    .u-2\/9\@large {
        width: 22.22222% !important
    }

    .u-3\/9\@large {
        width: 33.33333% !important
    }

    .u-4\/9\@large {
        width: 44.44444% !important
    }

    .u-5\/9\@large {
        width: 55.55556% !important
    }

    .u-6\/9\@large {
        width: 66.66667% !important
    }

    .u-7\/9\@large {
        width: 77.77778% !important
    }

    .u-8\/9\@large {
        width: 88.88889% !important
    }

    .u-9\/9\@large {
        width: 100% !important
    }
}

.u-1\/10 {
    width: 10% !important
}

.u-2\/10 {
    width: 20% !important
}

.u-3\/10 {
    width: 30% !important
}

.u-4\/10 {
    width: 40% !important
}

.u-5\/10 {
    width: 50% !important
}

.u-6\/10 {
    width: 60% !important
}

.u-7\/10 {
    width: 70% !important
}

.u-8\/10 {
    width: 80% !important
}

.u-9\/10 {
    width: 90% !important
}

.u-10\/10 {
    width: 100% !important
}

@media only screen and (min-width: 700px) {
    .u-1\/10\@small {
        width: 10% !important
    }

    .u-2\/10\@small {
        width: 20% !important
    }

    .u-3\/10\@small {
        width: 30% !important
    }

    .u-4\/10\@small {
        width: 40% !important
    }

    .u-5\/10\@small {
        width: 50% !important
    }

    .u-6\/10\@small {
        width: 60% !important
    }

    .u-7\/10\@small {
        width: 70% !important
    }

    .u-8\/10\@small {
        width: 80% !important
    }

    .u-9\/10\@small {
        width: 90% !important
    }

    .u-10\/10\@small {
        width: 100% !important
    }
}

@media only screen and (min-width: 1000px) {
    .u-1\/10\@medium {
        width: 10% !important
    }

    .u-2\/10\@medium {
        width: 20% !important
    }

    .u-3\/10\@medium {
        width: 30% !important
    }

    .u-4\/10\@medium {
        width: 40% !important
    }

    .u-5\/10\@medium {
        width: 50% !important
    }

    .u-6\/10\@medium {
        width: 60% !important
    }

    .u-7\/10\@medium {
        width: 70% !important
    }

    .u-8\/10\@medium {
        width: 80% !important
    }

    .u-9\/10\@medium {
        width: 90% !important
    }

    .u-10\/10\@medium {
        width: 100% !important
    }
}

@media only screen and (min-width: 1200px) {
    .u-1\/10\@large {
        width: 10% !important
    }

    .u-2\/10\@large {
        width: 20% !important
    }

    .u-3\/10\@large {
        width: 30% !important
    }

    .u-4\/10\@large {
        width: 40% !important
    }

    .u-5\/10\@large {
        width: 50% !important
    }

    .u-6\/10\@large {
        width: 60% !important
    }

    .u-7\/10\@large {
        width: 70% !important
    }

    .u-8\/10\@large {
        width: 80% !important
    }

    .u-9\/10\@large {
        width: 90% !important
    }

    .u-10\/10\@large {
        width: 100% !important
    }
}

.u-1\/11 {
    width: 9.09091% !important
}

.u-2\/11 {
    width: 18.18182% !important
}

.u-3\/11 {
    width: 27.27273% !important
}

.u-4\/11 {
    width: 36.36364% !important
}

.u-5\/11 {
    width: 45.45455% !important
}

.u-6\/11 {
    width: 54.54545% !important
}

.u-7\/11 {
    width: 63.63636% !important
}

.u-8\/11 {
    width: 72.72727% !important
}

.u-9\/11 {
    width: 81.81818% !important
}

.u-10\/11 {
    width: 90.90909% !important
}

.u-11\/11 {
    width: 100% !important
}

@media only screen and (min-width: 700px) {
    .u-1\/11\@small {
        width: 9.09091% !important
    }

    .u-2\/11\@small {
        width: 18.18182% !important
    }

    .u-3\/11\@small {
        width: 27.27273% !important
    }

    .u-4\/11\@small {
        width: 36.36364% !important
    }

    .u-5\/11\@small {
        width: 45.45455% !important
    }

    .u-6\/11\@small {
        width: 54.54545% !important
    }

    .u-7\/11\@small {
        width: 63.63636% !important
    }

    .u-8\/11\@small {
        width: 72.72727% !important
    }

    .u-9\/11\@small {
        width: 81.81818% !important
    }

    .u-10\/11\@small {
        width: 90.90909% !important
    }

    .u-11\/11\@small {
        width: 100% !important
    }
}

@media only screen and (min-width: 1000px) {
    .u-1\/11\@medium {
        width: 9.09091% !important
    }

    .u-2\/11\@medium {
        width: 18.18182% !important
    }

    .u-3\/11\@medium {
        width: 27.27273% !important
    }

    .u-4\/11\@medium {
        width: 36.36364% !important
    }

    .u-5\/11\@medium {
        width: 45.45455% !important
    }

    .u-6\/11\@medium {
        width: 54.54545% !important
    }

    .u-7\/11\@medium {
        width: 63.63636% !important
    }

    .u-8\/11\@medium {
        width: 72.72727% !important
    }

    .u-9\/11\@medium {
        width: 81.81818% !important
    }

    .u-10\/11\@medium {
        width: 90.90909% !important
    }

    .u-11\/11\@medium {
        width: 100% !important
    }
}

@media only screen and (min-width: 1200px) {
    .u-1\/11\@large {
        width: 9.09091% !important
    }

    .u-2\/11\@large {
        width: 18.18182% !important
    }

    .u-3\/11\@large {
        width: 27.27273% !important
    }

    .u-4\/11\@large {
        width: 36.36364% !important
    }

    .u-5\/11\@large {
        width: 45.45455% !important
    }

    .u-6\/11\@large {
        width: 54.54545% !important
    }

    .u-7\/11\@large {
        width: 63.63636% !important
    }

    .u-8\/11\@large {
        width: 72.72727% !important
    }

    .u-9\/11\@large {
        width: 81.81818% !important
    }

    .u-10\/11\@large {
        width: 90.90909% !important
    }

    .u-11\/11\@large {
        width: 100% !important
    }
}

.u-1\/12 {
    width: 8.33333% !important
}

.u-2\/12 {
    width: 16.66667% !important
}

.u-3\/12 {
    width: 25% !important
}

.u-4\/12 {
    width: 33.33333% !important
}

.u-5\/12 {
    width: 41.66667% !important
}

.u-6\/12 {
    width: 50% !important
}

.u-7\/12 {
    width: 58.33333% !important
}

.u-8\/12 {
    width: 66.66667% !important
}

.u-9\/12 {
    width: 75% !important
}

.u-10\/12 {
    width: 83.33333% !important
}

.u-11\/12 {
    width: 91.66667% !important
}

.u-12\/12 {
    width: 100% !important
}

@media only screen and (min-width: 700px) {
    .u-1\/12\@small {
        width: 8.33333% !important
    }

    .u-2\/12\@small {
        width: 16.66667% !important
    }

    .u-3\/12\@small {
        width: 25% !important
    }

    .u-4\/12\@small {
        width: 33.33333% !important
    }

    .u-5\/12\@small {
        width: 41.66667% !important
    }

    .u-6\/12\@small {
        width: 50% !important
    }

    .u-7\/12\@small {
        width: 58.33333% !important
    }

    .u-8\/12\@small {
        width: 66.66667% !important
    }

    .u-9\/12\@small {
        width: 75% !important
    }

    .u-10\/12\@small {
        width: 83.33333% !important
    }

    .u-11\/12\@small {
        width: 91.66667% !important
    }

    .u-12\/12\@small {
        width: 100% !important
    }
}

@media only screen and (min-width: 1000px) {
    .u-1\/12\@medium {
        width: 8.33333% !important
    }

    .u-2\/12\@medium {
        width: 16.66667% !important
    }

    .u-3\/12\@medium {
        width: 25% !important
    }

    .u-4\/12\@medium {
        width: 33.33333% !important
    }

    .u-5\/12\@medium {
        width: 41.66667% !important
    }

    .u-6\/12\@medium {
        width: 50% !important
    }

    .u-7\/12\@medium {
        width: 58.33333% !important
    }

    .u-8\/12\@medium {
        width: 66.66667% !important
    }

    .u-9\/12\@medium {
        width: 75% !important
    }

    .u-10\/12\@medium {
        width: 83.33333% !important
    }

    .u-11\/12\@medium {
        width: 91.66667% !important
    }

    .u-12\/12\@medium {
        width: 100% !important
    }
}

@media only screen and (min-width: 1200px) {
    .u-1\/12\@large {
        width: 8.33333% !important
    }

    .u-2\/12\@large {
        width: 16.66667% !important
    }

    .u-3\/12\@large {
        width: 25% !important
    }

    .u-4\/12\@large {
        width: 33.33333% !important
    }

    .u-5\/12\@large {
        width: 41.66667% !important
    }

    .u-6\/12\@large {
        width: 50% !important
    }

    .u-7\/12\@large {
        width: 58.33333% !important
    }

    .u-8\/12\@large {
        width: 66.66667% !important
    }

    .u-9\/12\@large {
        width: 75% !important
    }

    .u-10\/12\@large {
        width: 83.33333% !important
    }

    .u-11\/12\@large {
        width: 91.66667% !important
    }

    .u-12\/12\@large {
        width: 100% !important
    }
}

@media (min-width: 700px) {
    .u-1\/2\@from-small {
        width: 50%
    }
}

@media (min-width: 1000px) {
    .u-1\/3\@from-medium {
        width: 33.33333%
    }
}

@media (min-width: 1000px) {
    .u-1\/2\@from-medium {
        width: 50%
    }
}

@media (min-width: 1000px) {
    .u-2\/5\@from-medium {
        width: 40%
    }
}

@media (min-width: 1000px) {
    .u-3\/5\@from-medium {
        width: 60%
    }
}

@media (min-width: 1200px) {
    .u-1\/4\@large {
        width: 25%
    }
}

@media (min-width: 1200px) {
    .u-3\/4\@large {
        width: 75%
    }
}

.u-float-left {
    float: left !important
}

.u-float-right {
    float: right !important
}

.u-text-center {
    text-align: center !important
}

.u-text-left {
    text-align: left !important
}

.u-text-right {
    text-align: right !important
}

.u-align-baseline {
    vertical-align: baseline !important
}

.u-align-bottom {
    vertical-align: bottom !important
}

.u-align-middle {
    vertical-align: middle !important
}

.u-align-top {
    vertical-align: top !important
}

.u-vertical-center {
    font-size: 0
}

.u-vertical-center::before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle
}

.u-vertical-center>* {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem
}

.u-nowrap {
    white-space: nowrap !important
}

.u-anime {
    transform: translateY(-190px);
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
    opacity: 0
}

.is-loaded .u-anime {
    opacity: 1;
    transition: 0.6s;
    transform: translateY(0)
}

.is-loaded .u-anime.-delay-1 {
    transition-delay: 0.15s
}

.is-loaded .u-anime.-delay-2 {
    transition-delay: 0.3s
}

.is-loaded .u-anime.-delay-3 {
    transition-delay: 0.45s
}

.is-loaded .u-anime.-delay-4 {
    transition-delay: 0.6s
}

[aria-busy="true"] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

.is-visible {
    visibility: visible !important;
    opacity: 1 !important
}

.is-invisible {
    visibility: hidden !important;
    opacity: 0 !important
}

.is-hidden {
    display: none !important;
    visibility: hidden !important
}

@media not print {
    .is-hidden\@screen {
        display: none !important;
        visibility: hidden !important
    }
}

@media print {
    .is-hidden\@print {
        display: none !important;
        visibility: hidden !important
    }
}

.is-loaded.has-scrolled .c-header-navigation__nav,
.is-loaded.has-scrolled .c-header-navigation__logo,
.is-loaded.has-scrolled .c-main-hero__social,
.is-loaded.has-scrolled .c-main-hero__qr,
.is-loaded.has-scrolled .__scroll {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transform: translateY(-30px)
}

.is-loaded.has-scrolled .c-header-navigation__content::before {
    opacity: 0;
    transition: 0.5s
}

@media (min-width: 500px) {
    .is-loaded.has-scrolled .c-header-navigation__menu {
        background-color: #003C71
    }
}

.is-loaded.has-scrolled .c-header-navigation__button::before {
    opacity: 1
}

.is-loaded.has-nav .o-line {
    opacity: 0
}

.is-loaded.has-scrolled-bottom .__back-to {
    opacity: 1;
    transform: translateY(-30px)
}

.is-loaded.has-scrolled-bottom .o-line {
    opacity: 0.5
}

.is-loaded .c-header-navigation__logo,
.is-loaded .c-header-navigation__nav,
.is-loaded .c-header-navigation__menu,
.is-loaded .__back-to,
.is-loaded .c-main-hero__social,
.is-loaded .c-main-hero__qr,
.is-loaded .__scroll {
    transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s
}