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: #642a9f;
    display: block;
    width: 5.625rem;
    height: 3px
}

.l-layout__content-title {
    font-size: 2.125rem;
    font-family: "Helvetica", "sans-serif";
    font-weight: bold;
    margin-bottom: 1.5625rem;
    line-height: normal;
    color: #051930
}

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

.l-layout__content-title .-period {
    color: #642a9f
}

.l-layout__content-list {
    line-height: 2;
    font-weight: bold
}

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

.l-layout__content-text {
    line-height: 2;
    font-weight: normal;
    margin-bottom: .625rem
}

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

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


html {
    min-height: 100%;
    overflow-x: hidden;
    color: #222;
    font-family: "Helvetica", "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: #7d35c7;
    color: #fff;
    text-shadow: none
}

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

a {
    color: #642a9f
}

a:focus,
a:hover {
    color: #4b1f77
}

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

.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: #ffffff;
    content: "";
    transform: scaleX(0);
    transform-origin: center left;
    -webkit-animation: loading 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
    animation: loading 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards
}

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

@-webkit-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)
    }
}

@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: -webkit-grab;
    cursor: grab
}

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

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

.o-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    max-width: 2000px
}

@media (min-width: 1000px) {
    .o-container {
        padding-right: 60px;
        padding-left: 60px
    }
}

.o-container.-full {
    width: 100%
}

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

.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 {
    padding: .3125rem 1.5625rem .3125rem 1.5625rem;
    margin-top: 1.5625rem;
    border-radius: .3125rem;
    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: #ffe900;
    color: #000;
    background-color: #ffe900;
    box-shadow: 0 0 5px #0d0d0d4d, inset 0 0 0 transparent;
    border: none;
    padding: .9375rem 1.5625rem
}

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

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

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

.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: #642a9f;
    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-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)
}

.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: -webkit-grab;
    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 {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

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

.owl-carousel .fadeOut {
    -webkit-animation-name: 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 {
    margin-top: 1.875rem
}

body .owl-theme .owl-dot.active span {
    background: #642a9f;
    width: 80px
}

body .owl-theme .owl-dots .owl-dot:hover span {
    background: #642a9f
}

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

body .owl-theme .owl-nav.disabled+.owl-dots {
    padding-bottom: 3rem
}

body .owl-theme .owl-dots .owl-dot.active span,
body .owl-theme .owl-dots .owl-dot:hover span {
    background: #642a9f
}

.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 .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 {
    -webkit-animation-duration: 50 ms;
    animation-duration: 50 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

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

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .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: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    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;
    -ms-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: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    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: .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: .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: .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
}

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
}

.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) {
    .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 {
        transform: scale(0.75)
    }

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

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

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

.popup-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 768px;
    margin: 40px auto;
    position: relative
}

.popup-dialog h3 {
    font-weight: bold
}

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

.c-header-navigation__submenu {
    display: none
}

@media (min-width: 1000px) {
    .c-header-navigation__submenu {
        display: block;
        background-color: #642a9f;
        color: #fff
    }

    .c-header-navigation__submenu-list {
        list-style: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 0 auto
    }

    .c-header-navigation__submenu-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .c-header-navigation__submenu-group.-right {
        width: 40%
    }



    .c-header-navigation__submenu-item {
        padding: .9375rem 2rem;
    }

    .c-header-navigation__submenu-item.-has-sub {
        position: relative
    }

    .c-header-navigation__submenu-item.-has-sub:after {
        content: "";
        opacity: 0;
        position: absolute;
        z-index: -1;
        left: 50%;
        top: auto;
        bottom: 8px;
        margin-left: -8px;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 16px solid #522398;
        transition: bottom .5s ease-out, opacity .65s ease-out
    }

    .c-header-navigation__submenu-item.-has-sub:hover:after {
        transition: bottom .25s ease-in .3s, opacity .3s ease-in .3s;
        opacity: 1;
        bottom: -8px
    }

    .c-header-navigation__submenu-item.-has-sub:hover .c-header-navigation__submenu-nav {

        visibility: visible;
        opacity: 1;
        transition: opacity .25s ease .3s, top .5s ease-in .3s, max-height .5s ease-in .3s
    }

    .c-header-navigation__submenu-item a {
        transition: 0.3s all ease-in-out;
        color: #fff
    }

    .c-header-navigation__submenu-item a:hover {
        color: #ffe900
    }
}

.c-header-navigation__submenu-nav {
    display: none
}
.nav__dropdown:hover .nav__link--dropdown i {
    transform: rotate(-180deg);
}

.nav__dropdown i {
    transition: ease all 0.2s;
}

@media (min-width: 1000px) {
    .c-header-navigation__submenu-nav {
        display: -ms-flexbox;
        display: flex;
        visibility: hidden;
        position: absolute;
        background: #652a9f;
        padding: 2rem;
        width: 600px;
        margin: 0 auto;

        left: 0;
        right: 0;
        transition: opacity .5s ease, top .5s ease-out, max-height .5s ease-out;
        opacity: 0
    }
}

.c-header-navigation__submenu-nav ul {
    padding: 0;
}

.c-header-navigation__submenu-nav li {
    list-style: none
}

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

@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: 8rem
    }
}

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

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

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

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

@media (min-width: 1000px) {
    .c-header-navigation__logo {
        width: 33%
    }
}

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

.c-header-navigation__logo--desktop {
    fill: #fff;
    width: 15rem;
    height: 6rem;
    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: 9.375rem;
    height: 1.875rem
}

@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: 8rem;
        width: calc(100% - 33%)
    }
}

.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;
    -ms-flex-pack: end;
    justify-content: end
}

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

.c-header-navigation__list ul {
    width: 100%;
    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;
    position: relative;
    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: #642a9f
}

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

.c-header-navigation__link {
    font-family: "Helvetica", "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 #642a9f;
    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: auto;
    display: inline-block;
    margin-left: 0.5rem
}

.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: -4.0625rem;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
    transform-origin: center right;
    border-bottom: 3px solid #642a9f
}

.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 {
    background-color: #ffe900;
    box-shadow: 0 0 5px #0d0d0d4d, inset 0 0 0 transparent;
    color: #000;
    border-radius: .3125rem;
    height: auto;
    padding: .3125rem 1.5625rem .3125rem 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: #000
}

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

.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: 33.333%;
    display: block
}

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

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

@media (max-width: 499px) {
    .has-scrolled .c-header-navigation__menu {
        background: #642a9f;
        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: #000
}

.has-nav .c-header-navigation__button-line {
    background-color: #000
}

@media (max-width: 499px) {
    .has-nav .c-header-navigation__button-line {
        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: #1c1d22;
    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: 30rem;
        right: -30rem
    }
}

.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: #bdbdbd;
    transition: color 0.3s
}

.c-mega-menu__item-link:hover,
.c-mega-menu__item-link:focus {
    color: #642a9f
}

.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: #642a9f
}

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

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

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

.animate-inFromRight .c-mega-menu__item {
    -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    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: #642a9f
}

.c-mega-menu__breadcrumbs a::hover {
    color: #642a9f
}

.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: #642a9f;
    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
}

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

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

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

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

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

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

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

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

@-webkit-keyframes inFromRight {
    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: #051930;
    height: 80vh;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 760px
}

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

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

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

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

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

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

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

.c-main-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden
}

.c-main-hero__background-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.c-main-hero__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.55;
    background-color: #051930;
    pointer-events: none
}

@media (min-width: 499px) {
    .c-main-hero__overlay {
        background-color: #000
    }
}

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

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

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

@media (max-width: 1200px) {
    .c-main-hero__layout-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 100%
    }
}

@media (max-width: 500px) {
    .c-main-hero__layout-item {
        height: calc(50% + 6rem)
    }
}

.c-main-hero__content {
    text-align: center;
    position: relative;
    width: 100%
}

@media (min-width: 1000px) {
    .c-main-hero__content {
        padding-top: 0;
        text-align: left;
        padding: 3rem;
        position: absolute;
        left: -60px;
        bottom: 0;
        border-radius: 0 9.375rem 0 0;
        width: 50rem;
        padding-left: 120px
    }

    .c-main-hero__content::before {
        content: '';
        border-radius: 0 9.375rem 0 0;
        background-color: rgba(101, 42, 159, 0.9);
        position: absolute;
        display: block;
        width: calc(100vw);
        max-width: 85vw;
        left: 0;
        z-index: -1;
        bottom: 0;
        height: 100%;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw)
    }
}

.c-main-hero__title {
    font-family: "Helvetica", "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: none;
    opacity: 1;
    line-height: normal;
    font-size: 8.5836909871vw
}

@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: 2.316em
    }
}

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

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

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

.c-main-hero__title-inner .-period {
    color: #642a9f
}

.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) 1.8s
}

.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: 1;
    transition: opacity, transform;
    transition-duration: 0.6s;
    transition-delay: 2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    display: block
}

@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: .625rem 0
}

.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: "Helvetica";
    font-size: 1.75rem;
    position: relative
}

.c-main-hero__blurb-title:after {
    content: "";
    display: block;
    margin: .625rem 0;
    width: 4.375rem;
    background-color: #642a9f;
    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
}

.__scroll {
    display: none
}

@media screen and (min-width: 1000px) {
    .__scroll {
        position: absolute;
        left: 0;
        width: 9rem;
        bottom: 18.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: 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
    }
}

@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 #642a9f;
    border-bottom: 2px solid transparent;
    border-top: 2px solid #642a9f;
    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-main-hero__qr {
    display: none
}

@media (min-width: 699px) {
    .c-main-hero__qr {
        position: absolute;
        display: block;
        width: 9.375rem;
        height: 9.375rem;
        right: 0
    }

    .c-main-hero__qr-image {
        border: #642a9f solid 3px
    }

    .c-main-hero__qr-txt {
        text-align: center;
        width: 100%;
        color: #fff;
        display: block;
        background: red;
        padding: .625rem;
        font-weight: bold
    }
}

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

@media (min-width: 1000px) {
    .c-image-info.-right .l-layout__content {
        margin-right: 10rem
    }
}

@media (min-width: 1000px) {
    .c-image-info.-left .l-layout__content {
        margin-left: 10rem
    }
}

.c-image-info__inner {
    position: relative
}

.c-image-info__background {
    position: relative;
    overflow: hidden;
    height: 31.25rem;
    width: 100%;
    margin: 0 auto
}

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

@media (min-width: 1000px) {
    .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: #642a9f;
    font-weight: bold;
    margin-bottom: .625rem
}

.c-image-box {
    position: relative
}

@media (max-width: 999px) {
    .c-image-box {
        margin-top: 5.625rem
    }
}

.c-image-box.-fill::before {
    content: '';
    position: absolute;
    width: 70%;
    height: calc(100% + 20%);
    display: block;
    top: -10%;
    left: -10%;
    z-index: -1;
    background-color: #642a9f
}

.c-image-box.-outline::before {
    content: '';
    position: absolute;
    width: 70%;
    height: calc(100% + 20%);
    display: block;
    top: -10%;
    left: -10%;
    z-index: -1;
    border: solid 1px #642a9f
}

.c-career-path {
    position: relative;
    padding: 1.875rem 0
}

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

.c-career-path__header {
    margin-bottom: 1.875rem
}

.c-career-path__card {
    position: relative
}

.c-career-path__card-img {
    height: 96px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1
}

.c-career-path__card-img::before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.c-career-path__card-img span {
    color: #fff;
    display: block;
    font-weight: bold
}

.c-career-path__card-button {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 48px;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 96px;
    background-color: #522398
}

.c-career-path__card-button svg {
    width: 30px;
    height: 20px;
    transition: transform .15s ease
}

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

.c-perks__item {
    margin-top: 3.75rem
}

.c-perks__item-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.c-perks__item-header img {
    width: 1.25rem
}

.c-perks__item-header span {
    display: block;
    margin-left: 1.25rem;
    font-weight: bold;
    font-size: 21px
}

.c-perks__item p {
    margin-top: .9375rem
}

.c-brief {
    position: relative;
    display: block;
    background-color: #f7f8f9;
    padding: 5.625rem 0
}

.c-brief .footer__hr {
    margin: 3.75rem 0
}

.c-benefits {
    position: relative;
    margin-top: 7.5rem
}

.c-benefits__main {
    position: relative
}

.c-benefits__main-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1
}

.c-benefits__main-inner {
    padding: 3rem;
    background-color: #642a9f;
    color: #fff
}

.c-benefits__main-inner h2 {
    color: #fff
}

.c-benefits__image {
    height: 15.625rem;
    overflow: hidden;
    position: relative
}

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

@media (min-width: 700px) {
    .c-benefits__list {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

.c-benefits__list-header {
    padding-top: 1.875rem
}

.c-benefits__list-header h3 {
    font-weight: bold;
    color: #fff
}

.-deux a {
    display: inline-block
}

.c-job {
    position: relative;
    display: block;
    padding: 7.5rem 0
}

.c-talent {
    background-color: #bacad4;
    padding: 3.75rem 0 1.875rem 0
}

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

.c-talent__statement {
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 2rem
}

.c-talent__statement p {
    font-size: 12px
}

.c-logos {
    position: relative;
    display: block;
    padding: 3.75rem 0
}

.c-logos__header {
    padding-bottom: 3.75rem
}

.c-logos__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0
}

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

.c-logos__list-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    list-style: none;
    margin-bottom: 1.875rem
}

@media (max-width: 699px) {
    .c-logos__list-item {
        width: 100%
    }
}

.c-logos__list-item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column;
    flex-flow: column
}

.c-logos__img-text {
    color: #000;
    font-weight: bold;
    position: relative;
    display: block;
    text-align: center
}

.c-logos__img-text:before {
    content: '';
    display: block;
    position: relative;
    margin: .625rem auto;
    width: 6.25rem;
    height: .3125rem;
    background-color: #642a9f;
    border-radius: .3125rem
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
    color: #48525b;
    overflow: hidden
}

.footer__links ul {
    font-weight: bold;
    padding: 0
}

@media (min-width: 499px) {
    .footer__links ul {
        -moz-columns: 2;
        columns: 2
    }
}

.footer__links li {
    list-style: none
}

.footer p+p:last-child {
    margin-bottom: 2em
}

.footer__container {
    margin-top: 45px;
    margin-bottom: 15px
}

@media (min-width: 0px) and (max-width: 992px) {
    .footer__container {
        text-align: center
    }
}

.footer__hr {
    border: 0;
    height: 10px;
    margin: 0;
    background-image: linear-gradient(45deg, #522398, #682dc1 51%, #9160da 100%, #682dc1 0)
}

.footer__contact {
    margin: 0 auto;
    max-width: 360px
}

.footer__contact .logo {
    height: auto;
    max-height: 30px;
    width: 100%;
    overflow: visible
}

.footer__contact .contact-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.875rem
}

@media (min-width: 768px) {
    .footer__contact .contact-info {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.footer__contact .contact-icons {
    margin-top: 30px;
    width: 100%;
    border-radius: 4px;
    padding: 5px;
    border: 1px solid #778692;
    color: #333;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 480px) {
    .footer__contact .contact-icons {
        width: 48%
    }
}

.footer__contact .contact-icons.phone {
    line-height: 22.86px;
    text-transform: uppercase
}

.footer__contact .contact-icons.phone,
.footer__contact .contact-icons.phone:visited {
    text-decoration: none
}

.footer__contact .contact-icons.phone:before,
.footer__contact .contact-icons.phone:visited:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOSIgaGVpZ2h0PSIyOSIgdmlld0JveD0iMCAwIDE0MDggMTQwOCI+PHBhdGggZmlsbD0iIzUyMjM5OCIgZD0iTTE0MDggMTExMnEwIDI3LTEwIDcwLjV0LTIxIDY4LjVxLTIxIDUwLTEyMiAxMDYtOTQgNTEtMTg2IDUxLTI3IDAtNTMtMy41dC01Ny41LTEyLjUtNDctMTQuNVQ4NTYgMTM1N3QtNDktMThxLTk4LTM1LTE3NS04My0xMjctNzktMjY0LTIxNlQxNTIgNzc2cS00OC03Ny04My0xNzUtMy05LTE4LTQ5dC0yMC41LTU1LjUtMTQuNS00N1QzLjUgMzkyIDAgMzM5cTAtOTIgNTEtMTg2UTEwNyA1MiAxNTcgMzFxMjUtMTEgNjguNS0yMVQyOTYgMHExNCAwIDIxIDMgMTggNiA1MyA3NiAxMSAxOSAzMCA1NHQzNSA2My41IDMxIDUzLjVxMyA0IDE3LjUgMjV0MjEuNSAzNS41IDcgMjguNXEwIDIwLTI4LjUgNTB0LTYyIDU1LTYyIDUzLTI4LjUgNDZxMCA5IDUgMjIuNXQ4LjUgMjAuNSAxNCAyNCAxMS41IDE5cTc2IDEzNyAxNzQgMjM1dDIzNSAxNzRxMiAxIDE5IDExLjV0MjQgMTQgMjAuNSA4LjUgMjIuNSA1cTE4IDAgNDYtMjguNXQ1My02MiA1NS02MiA1MC0yOC41cTE0IDAgMjguNSA3dDM1LjUgMjEuNSAyNSAxNy41cTI1IDE1IDUzLjUgMzF0NjMuNSAzNSA1NCAzMHE3MCAzNSA3NiA1MyAzIDcgMyAyMXoiLz48L3N2Zz4=)
}

.footer__contact .contact-icons.phone:focus,
.footer__contact .contact-icons.phone:hover {
    background-color: #522398;
    color: #fff
}

.footer__contact .contact-icons.phone:focus:before,
.footer__contact .contact-icons.phone:hover:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOSIgaGVpZ2h0PSIyOSIgdmlld0JveD0iMCAwIDE0MDggMTQwOCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0MDggMTExMnEwIDI3LTEwIDcwLjV0LTIxIDY4LjVxLTIxIDUwLTEyMiAxMDYtOTQgNTEtMTg2IDUxLTI3IDAtNTMtMy41dC01Ny41LTEyLjUtNDctMTQuNVQ4NTYgMTM1N3QtNDktMThxLTk4LTM1LTE3NS04My0xMjctNzktMjY0LTIxNlQxNTIgNzc2cS00OC03Ny04My0xNzUtMy05LTE4LTQ5dC0yMC41LTU1LjUtMTQuNS00N1QzLjUgMzkyIDAgMzM5cTAtOTIgNTEtMTg2UTEwNyA1MiAxNTcgMzFxMjUtMTEgNjguNS0yMVQyOTYgMHExNCAwIDIxIDMgMTggNiA1MyA3NiAxMSAxOSAzMCA1NHQzNSA2My41IDMxIDUzLjVxMyA0IDE3LjUgMjV0MjEuNSAzNS41IDcgMjguNXEwIDIwLTI4LjUgNTB0LTYyIDU1LTYyIDUzLTI4LjUgNDZxMCA5IDUgMjIuNXQ4LjUgMjAuNSAxNCAyNCAxMS41IDE5cTc2IDEzNyAxNzQgMjM1dDIzNSAxNzRxMiAxIDE5IDExLjV0MjQgMTQgMjAuNSA4LjUgMjIuNSA1cTE4IDAgNDYtMjguNXQ1My02MiA1NS02MiA1MC0yOC41cTE0IDAgMjguNSA3dDM1LjUgMjEuNSAyNSAxNy41cTI1IDE1IDUzLjUgMzF0NjMuNSAzNSA1NCAzMHE3MCAzNSA3NiA1MyAzIDcgMyAyMXoiLz48L3N2Zz4=)
}

.footer__contact .contact-icons.phone span {
    padding-left: 5px
}

.footer__contact .contact-icons.chat {
    cursor: pointer;
    text-decoration: none
}

.footer__contact .contact-icons.chat:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOSIgaGVpZ2h0PSIyOSIgdmlld0JveD0iMCAwIDE3OTIgMTQwOCI+PHBhdGggZmlsbD0iIzUyMjM5OCIgZD0iTTE0MDggNTEycTAgMTM5LTk0IDI1N3QtMjU2LjUgMTg2LjVUNzA0IDEwMjRxLTg2IDAtMTc2LTE2LTEyNCA4OC0yNzggMTI4LTM2IDktODYgMTZoLTNxLTExIDAtMjAuNS04dC0xMS41LTIxcS0xLTMtMS02LjV0LjUtNi41IDItNmwyLjUtNSAzLjUtNS41IDQtNSA0LjUtNSA0LTQuNXE1LTYgMjMtMjV0MjYtMjkuNSAyMi41LTI5IDI1LTM4LjUgMjAuNS00NFExNDIgODQxIDcxIDczNlQwIDUxMnEwLTEzOSA5NC0yNTdUMzUwLjUgNjguNSA3MDQgMHQzNTMuNSA2OC41VDEzMTQgMjU1dDk0IDI1N3ptMzg0IDI1NnEwIDEyMC03MSAyMjQuNVQxNTI2IDExNjlxMTAgMjQgMjAuNSA0NHQyNSAzOC41IDIyLjUgMjkgMjYgMjkuNSAyMyAyNXExIDEgNCA0LjV0NC41IDUgNCA1IDMuNSA1LjVsMi41IDUgMiA2IC41IDYuNS0xIDYuNXEtMyAxNC0xMyAyMnQtMjIgN3EtNTAtNy04Ni0xNi0xNTQtNDAtMjc4LTEyOC05MCAxNi0xNzYgMTYtMjcxIDAtNDcyLTEzMiA1OCA0IDg4IDQgMTYxIDAgMzA5LTQ1dDI2NC0xMjlxMTI1LTkyIDE5Mi0yMTJ0NjctMjU0cTAtNzctMjMtMTUyIDEyOSA3MSAyMDQgMTc4dDc1IDIzMHoiLz48L3N2Zz4=)
}

.footer__contact .contact-icons.chat:focus,
.footer__contact .contact-icons.chat:hover {
    background-color: #522398;
    color: #fff
}

.footer__contact .contact-icons.chat:focus:before,
.footer__contact .contact-icons.chat:hover:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOSIgaGVpZ2h0PSIyOSIgdmlld0JveD0iMCAwIDE3OTIgMTQwOCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0MDggNTEycTAgMTM5LTk0IDI1N3QtMjU2LjUgMTg2LjVUNzA0IDEwMjRxLTg2IDAtMTc2LTE2LTEyNCA4OC0yNzggMTI4LTM2IDktODYgMTZoLTNxLTExIDAtMjAuNS04dC0xMS41LTIxcS0xLTMtMS02LjV0LjUtNi41IDItNmwyLjUtNSAzLjUtNS41IDQtNSA0LjUtNSA0LTQuNXE1LTYgMjMtMjV0MjYtMjkuNSAyMi41LTI5IDI1LTM4LjUgMjAuNS00NFExNDIgODQxIDcxIDczNlQwIDUxMnEwLTEzOSA5NC0yNTdUMzUwLjUgNjguNSA3MDQgMHQzNTMuNSA2OC41VDEzMTQgMjU1dDk0IDI1N3ptMzg0IDI1NnEwIDEyMC03MSAyMjQuNVQxNTI2IDExNjlxMTAgMjQgMjAuNSA0NHQyNSAzOC41IDIyLjUgMjkgMjYgMjkuNSAyMyAyNXExIDEgNCA0LjV0NC41IDUgNCA1IDMuNSA1LjVsMi41IDUgMiA2IC41IDYuNS0xIDYuNXEtMyAxNC0xMyAyMnQtMjIgN3EtNTAtNy04Ni0xNi0xNTQtNDAtMjc4LTEyOC05MCAxNi0xNzYgMTYtMjcxIDAtNDcyLTEzMiA1OCA0IDg4IDQgMTYxIDAgMzA5LTQ1dDI2NC0xMjlxMTI1LTkyIDE5Mi0yMTJ0NjctMjU0cTAtNzctMjMtMTUyIDEyOSA3MSAyMDQgMTc4dDc1IDIzMHoiLz48L3N2Zz4=)
}

@media (min-width: 992px) {
    .footer__contact .contact-icons.chat {
        margin-left: 35px
    }
}

.footer__contact .contact-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__contact .contact-social a {
    margin-right: 0
}

.footer__contact .contact-address {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #4f5763;
    font-size: .75em;
    text-align: center
}

.footer__contact .contact-address .break-block {
    display: block
}

@media (min-width: 480px) {
    .footer__contact .contact-address .all-rights-reserved:before {
        content: " - "
    }
}

@media (max-width: 480px) {
    .footer__contact .contact-address {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__contact .contact-address .xs-break-block {
        display: block
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer__contact {
        max-width: none;
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__contact .contact-section {
        width: 48%
    }

    .footer__contact .contact-social {
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    .footer__contact {
        max-width: 360px;
        margin: 0
    }

    .footer__contact .contact-social {
        margin: 36px auto
    }
}

.footer__links {
    margin: 0 auto;
    max-width: 360px
}

@media (min-width: 768px) {
    .footer__links {
        max-width: none;
        margin: 0
    }
}

.footer__nav-panel {
    margin: 15px auto 30px
}

@media (min-width: 768px) {
    .footer__nav-panel {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px
    }

    .footer__nav-panel .panel:first-child {
        -ms-grid-column: 1;
        grid-column: 1
    }

    .footer__nav-panel .panel:nth-child(2) {
        -ms-grid-column: 2;
        grid-column: 2
    }

    .footer__nav-panel .panel {
        border-top: 1px solid #ddd
    }
}

@media (min-width: 992px) {
    .footer__nav-panel {
        border: none;
        margin: 0;
        -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr
    }

    .footer__nav-panel .panel {
        border-top: none
    }
}

.footer .nav-content__heading {
    text-align: left
}

@media (max-width: 991px) {
    .footer .nav-content__grid ul:not(:first-child) {
        padding-top: 0 !important
    }
}

@media (min-width: 992px) {
    .footer .nav-content__grid {
        display: -ms-grid;
        display: grid;
        grid-column-gap: 30px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        width: 100%
    }

    .footer .nav-content__grid ul:first-child {
        -ms-grid-column: 1;
        grid-column: 1
    }

    .footer .nav-content__grid ul:nth-child(2) {
        -ms-grid-column: 2;
        grid-column: 2
    }
}

.footer .nav-content__list {
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
    text-align: left
}

.footer .nav-content__list a,
.footer .nav-content__list a:visited {
    display: block;
    color: #48525b;
    font-size: 1em;
    padding: 10px 15px
}

@media (min-width: 992px) {

    .footer .nav-content__list a,
    .footer .nav-content__list a:visited {
        padding: 4px 0;
        display: inline-block
    }
}

.footer .panel-body {
    overflow: visible
}

.c-footer__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-flow: column;
    flex-flow: column;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: .9375rem
}

.c-main-hero__content .c-footer__social {
    -ms-flex-pack: start;
    justify-content: start
}

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

.c-footer__social__item {
    margin-bottom: .3125rem
}

.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;
    position: relative;
    text-align: center;
    padding: 0.5rem;
    width: 3rem;
    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: #642a9f;
    transition: 0.3s all ease-in-out
}

[data-component="falculty brief"] {
    display: none
}

[data-page="faculty"] [data-component="falculty brief"],
[data-component="falculty brief"] .page-faculty-jobs {
    display: block
}

@media (min-width: 1000px) {
    .v-center {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        max-width: 974px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
    margin-left: 0%
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both
}

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

@media (min-width: 999px) {
    .list-split {
        -moz-columns: 2;
        columns: 2
    }
}

.u-mt-lg {
    margin-top: 5.625rem
}

.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-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: #fff
    }
}

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