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

.l-layout__content-title {
  font-size: 2.125rem;
  font-family: "Roboto", "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.-small {
  font-size: 1.25rem;
  margin-bottom: .625rem
}

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

.l-layout__content-title .-period,
.l-layout__content-title .-highlight {
  color: #36B0C9
}

.l-layout__content-title .-underline {
  position: relative
}

.l-layout__content-title .-underline:before {
  content: '';
  position: absolute;
  bottom: .3125rem;
  z-index: -1;
  background-color: #36B0C9;
  width: 100%;
  height: .625rem
}

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

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

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

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

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

a {
  color: #36B0C9
}

a:focus,
a:hover {
  color: #2b8da1
}

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

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

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

#svg-- {
  display: none
}

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

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

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

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

@media (max-width: 699px) {

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

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

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

@media (min-width: 1600px) {

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

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

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

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

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

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

.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: #36B0C9;
  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, #36B0C9 var(--scroll), transparent 0);
  background-repeat: no-repeat;
  position: fixed;
  width: 100%;
  height: 4px;
  z-index: 999999
}

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

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

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

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

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

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

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

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

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

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

.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: 0 0 0 1.5625rem;
  margin-top: 1.5625rem;
  border-radius: 1.875rem;
  border: 2px solid rgba(182, 184, 185, 0.29);
  color: #fff;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1), border 0.3s cubic-bezier(0.4, 0, 0, 1), color 0.3s cubic-bezier(0.4, 0, 0, 1);
  position: relative
}

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

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

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

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

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

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

.o-button__icon {
  margin: 3px 3px 3px 1rem;
  background-color: #36B0C9;
  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%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-header-navigation__nav {
  display: none
}

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

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

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

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

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

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

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

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

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

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

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

.c-header-navigation__item-submenu a:hover {
  background-color: #36B0C9
}

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

.c-header-navigation__link {
  font-family: "Roboto", "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: #333
}

.c-header-navigation__link.active:not(.-cta-btn)::after {
  border-bottom: 3px solid #36B0C9;
  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: -2.5rem;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transform-origin: center right;
  border-bottom: 3px solid #36B0C9
}

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

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

.c-header-navigation__link.-cta-btn {
  border-radius: 2rem;
  border: solid 2px rgba(182, 184, 185, 0.29);
  height: auto;
  padding: 0 0 0 1.5625rem;
  display: -ms-flexbox;
  display: flex;
  background-color: #36B0C9;
  -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 .o-button__icon {
  background-color: #0091B3
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-mega-menu__item-link:hover,
.c-mega-menu__item-link:focus {
  color: #36B0C9
}

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

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

.c-mega-menu__breadcrumbs a::hover {
  color: #36B0C9
}

.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: #36B0C9;
  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: #fff;
  height: 40vh;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  min-height: 350px
}

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

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

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

  [data-namespace="interior"] .c-main-hero {
    min-height: auto
  }
}

@media (min-width: 1000px) {
  .c-main-hero {
    min-height: auto;
    height: 650px
  }

  [data-namespace="interior"] .c-main-hero {
    height: 350px
  }
}

@media (min-width: 1600px) {
  .c-main-hero {
    height: 900px;
    min-height: auto
  }

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

.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: 6rem;
    padding-bottom: 0
  }
}

.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 .o-background {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 18.75rem
}

@media (min-width: 1000px) {
  .c-main-hero__background-wrap .o-background {
    background-size: contain
  }
}

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

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

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

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

@media (min-width: 1000px) {
  [data-namespace="interior"] .c-main-hero__container {
    height: 100%
  }
}

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

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

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

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

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

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

.c-main-hero__title {
  font-family: "Roboto", "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: #24272A;
  width: 100%;
  position: relative;
  font-weight: bold;
  text-transform: none;
  opacity: 0;
  line-height: normal;
  font-size: 8.5836909871vw
}

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

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

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

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

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

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

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

.c-main-hero__title-inner .-period,
.c-main-hero__title-inner .-highlight {
  color: #36B0C9
}

.c-main-hero__title-inner .-underline {
  position: relative
}

.c-main-hero__title-inner .-underline:before {
  content: '';
  position: absolute;
  bottom: .3125rem;
  z-index: -1;
  background-color: #36B0C9;
  width: 100%;
  height: .625rem
}

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

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

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

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

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

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

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

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

.c-main-hero__subtitle-content {
  color: #24272A;
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold
}

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

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

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

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

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

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

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

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

.c-main-hero__blurb-title:after {
  content: "";
  display: block;
  margin: .625rem 0;
  width: 4.375rem;
  background-color: #36B0C9;
  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: 8.75rem;
    height: auto;
    display: block;
    z-index: 1;
    cursor: pointer
  }

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

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

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

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

@media screen and (min-width: 1000px) {
  .scroll-text {
    float: left;
    color: #fff;
    pointer-events: none;
    font-size: 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 #36B0C9;
  border-bottom: 2px solid transparent;
  border-top: 2px solid #36B0C9;
  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-image-grid {
  position: relative;
  margin-bottom: 7.5rem
}

.c-image-grid.-multi {
  margin-top: 7.5rem
}

.c-image-grid.-multi .c-image-grid__header {
  margin-bottom: 5.625rem
}

.c-image-grid.-multi:before {
  top: 0
}

.c-image-grid.-multi:after {
  content: '';
  background-image: url("https://d3s68wjo6828fe.cloudfront.net/oms/4211/image/2025/7/2UNA5_texture/texture.png");
  background-size: contain;
  width: 31.25rem;
  height: 31.25rem;
  position: absolute;
  bottom: 0;
  right: 0%;
  background-repeat: no-repeat;
  z-index: -1
}

.c-image-grid::before {
  content: '';
  background-color: rgba(54, 176, 201, 0.1);
  width: 18.75rem;
  height: 18.75rem;
  position: absolute;
  left: -9rem;
  border-radius: 50%;
  bottom: -6.25rem
}

.c-image-grid__inner {
  width: calc(100% + 14vw);
  left: -7vw;
  position: relative
}

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

@media (min-width: 1000px) {
  .c-image-grid__inner {
    width: calc(100% + 12rem);
    left: -6rem
  }
}

.c-image-grid__main {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center
}

.c-image-grid__main.-top {
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 60px
}

.c-image-grid__main.-top .-big {
  width: calc(50% - 30px)
}

.c-image-grid__main.-top .-medium {
  width: calc(20% - 30px)
}

.c-image-grid__main.-top .-small {
  width: calc(30% - 30px)
}

.c-image-grid__main.-bottom {
  -ms-flex-align: start;
  align-items: start
}

.c-image-grid__main.-bottom .-big {
  width: calc(20% - 30px)
}

.c-image-grid__main.-bottom .-medium {
  width: calc(30% - 30px)
}

.c-image-grid__main.-bottom .-small {
  width: calc(50% - 30px)
}

.c-image-grid--item {
  position: relative;
  overflow: hidden;
  width: calc(50% - 10px);
  height: 18.75rem;
  border-radius: .3125rem
}

@media (min-width: 1000px) {
  .c-image-grid--item {
    width: calc(33% - 30px)
  }
}

.c-image-grid--item.-small {
  border-radius: 5px 0px 0 5px
}

@media (min-width: 500px) {
  .c-image-grid--item.-small {
    border-radius: 5px
  }
}

.c-image-grid--item.-big {
  height: 25rem;
  border-radius: 0 5px 5px 0
}

@media (min-width: 500px) {
  .c-image-grid--item.-big {
    border-radius: 5px
  }
}

.c-image-grid--item.-medium {
  height: 21.875rem;
  display: none
}

@media (min-width: 1000px) {
  .c-image-grid--item.-medium {
    display: block
  }
}

.c-logo-banner {
  position: relative;
  display: block;
  margin-bottom: 7.5rem
}

.c-logo-banner.-many {
  margin-top: 7.5rem
}

.c-logo-banner__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-flow: wrap;
  flex-flow: wrap
}

.c-logo-banner__list-item {
  width: calc((100% / 2) - 30px);
  margin-bottom: 1.875rem
}

.-many .c-logo-banner__list-item {
  margin-bottom: 3.75rem
}

@media (min-width: 1000px) {
  .c-logo-banner__list-item {
    width: calc((100% / 5) - 30px);
    margin-bottom: 0
  }
}

.c-benefits {
  position: relative;
  margin-top: 5.625rem;
  margin-bottom: 3.75rem
}

.c-benefits__main {
  position: relative
}

.c-benefits__main:before {
  content: '';
  display: block;
  position: absolute;
  top: -.625rem;
  left: 0;
  background-color: #36B0C9;
  width: 18.75rem;
  height: .625rem;
  background-size: 18%;
  background-position: top right;
  border-radius: 0 5px 0 0;
  z-index: 99;
  background-repeat: no-repeat
}

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

.c-benefits__main-inner {
  padding: 3rem;
  background-color: #fff;
  border-radius: 5px 5px 0 0
}

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

.c-benefits__image:after {
  content: '';
  display: block;
  position: absolute;
  top: -.625rem;
  left: 0;
  background-image: url("https://d3s68wjo6828fe.cloudfront.net/oms/4211/image/2025/7/3CT7I_texture-white/texture-white.png");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: top left;
  border-radius: 0 5px 0 0;
  opacity: 0.3;
  z-index: 99;
  background-repeat: no-repeat
}

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

.c-benefits__image .o-background__image-full {
  background-position: bottom
}

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

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

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

.c-image-info {
  position: relative
}

[data-component="image-info-video"] .c-image-info {
  position: relative;
  margin: 3.75rem auto
}

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

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

.c-image-info__inner {
  position: relative
}

.-has-cube .c-image-info__inner::before {
  content: "";
  display: block;
  position: absolute;
  height: 9rem;
  width: 9rem;
  right: -9rem;
  top: -9rem;
  background-color: #36B0C9
}

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

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

.-has-cube .c-image-info__background,
.-mobile-flip .c-image-info__background,
.-spacer .c-image-info__background {
  margin-top: 3.75rem
}

@media (min-width: 1000px) {

  .-has-cube .c-image-info__background,
  .-mobile-flip .c-image-info__background,
  .-spacer .c-image-info__background {
    margin-top: 0
  }
}

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

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

@media (min-width: 700px) {
  .c-image-info__background {
    right: -9rem;
    height: 22.5rem;
    width: 100%;
    border-radius: 10px 0 0 10px
  }

  .-flipped .c-image-info__background {
    left: -9rem
  }
}

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

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

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

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

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

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

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

@media (min-width: 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: #36B0C9;
  font-weight: bold;
  margin-bottom: .625rem
}

.c-image-info__smallimg {
  display: none
}

@media (min-width: 1000px) {
  .c-image-info__smallimg {
    width: 18rem;
    display: block;
    margin: 0 auto;
  }
}

.c-image-block {
  position: relative;
  margin-top: 3.75rem
}

@media (min-width: 1000px) {
  .c-image-block__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.c-image-block__list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(50% - 40px);
  flex-basis: calc(50% - 40px);
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px
}

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

  .c-blurb__layout.-double>div {
    margin-bottom: 1.875rem
  }
}

.c-olivia-banner {
  position: relative;
  display: block;
  margin-top: 7.5rem;
  padding: 5.625rem 0;
  overflow: hidden
}

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

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

.c-olivia-banner .o-button {
  background-color: transparent
}

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

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

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

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

.slider-arrow-wrap {
  height: 90px;
  width: 181px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.slider-arrow-wrap-dark .slider-arrow {
  background: #36B0C9
}

.slider-arrow-wrap-dark .slider-arrow svg {
  fill: #fff
}

.slider-arrow-wrap-dark .slider-arrow-line,
.slider-arrow-wrap-light .slider-arrow {
  background: #fff;
  border: 1px solid #36B0C9;
  border-radius: 50%
}

.slider-arrow-wrap-light .slider-arrow svg {
  fill: #6b92db
}

.slider-arrow-wrap-light .slider-arrow-line {
  background: #6b92db
}

.slider-arrow {
  position: relative;
  width: 90px;
  height: 100%;
  line-height: 0;
  cursor: pointer
}

.slider-arrow-l .slider-arrow-svg {
  left: 40px
}

.slider-arrow-r .slider-arrow-svg {
  right: 40px
}

.slider-arrow-l:hover .slider-arrow-svg {
  transform: translate3d(-3px, 0, 0)
}

.slider-arrow-r:hover .slider-arrow-svg {
  transform: translate3d(3px, 0, 0)
}

.slider-arrow svg {
  width: 12px;
  height: 12px
}

.slider-arrow-svg {
  position: absolute;
  top: 39px;
  width: 12px;
  height: 12px;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none
}

.slider-arrow-line-wrap {
  position: absolute;
  top: 44px;
  width: 10px;
  height: 2px;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none
}

.slider-arrow-l .slider-arrow-line-wrap {
  left: 41px;
  transform: translate3d(3px, 0, 0)
}

.slider-arrow-r .slider-arrow-line-wrap {
  right: 41px;
  transform: translate3d(-3px, 0, 0)
}

.slider-arrow-l:hover .slider-arrow-line-wrap,
.slider-arrow-r:hover .slider-arrow-line-wrap {
  transform: translateZ(0)
}

.slider-arrow-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.slider-arrow-l .slider-arrow-line {
  transform: translate3d(-100%, 0, 0)
}

.slider-arrow-r .slider-arrow-line {
  transform: translate3d(100%, 0, 0)
}

.slider-arrow-l:hover .slider-arrow-line,
.slider-arrow-r:hover .slider-arrow-line {
  transform: translateZ(0)
}

._oft,
._oh {
  overflow: hidden
}

.c-testimonial {
  margin-top: 7.5rem
}

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

.c-testimonial__wrapper {
  position: relative
}

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

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

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

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

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

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

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

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

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

.c-testimonial__arrow-item:hover .c-testimonial__arrow-svg {
  background-color: #36B0C9
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-footer-navigation__nav {
  display: none
}

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

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

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

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

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

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

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

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

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

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

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

.c-footer__contact-info a:hover {
  color: #36B0C9
}

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

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

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

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

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

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

@media (max-width: 499px) {
  .c-footer__info-layout {
    -ms-flex-flow: column;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 1.875rem
  }

  .c-footer__info-layout .c-footer-navigation__logo {
    margin-bottom: 3.75rem
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.c-footer__eeo a {
  color: #36B0C9
}

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

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

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

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

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

.c-footer__copy-right a {
  color: #36B0C9
}

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

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

.__back-to {
  display: none
}

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

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

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

  .__back-to .__back-to-link:hover .__back-to-icon svg {
    fill: #36B0C9
  }

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

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

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

  .__back-to .__back-to-label {
    color: #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
  }
}

[data-namespace="interior"] .scroll-text {
  color: #222
}

[data-namespace="interior"] .scroll-arrow svg {
  fill: #222
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-4\/5\@small {
    width: 80% !important
  }

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

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

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

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

  .u-4\/5\@medium {
    width: 80% !important
  }

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

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

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

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

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

.u-5\/6 {
  width: 83.33333% !important
}

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

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

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

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

  .u-4\/6\@small {
    width: 66.66667% !important
  }

  .u-5\/6\@small {
    width: 83.33333% !important
  }

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

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

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

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

  .u-4\/6\@medium {
    width: 66.66667% !important
  }

  .u-5\/6\@medium {
    width: 83.33333% !important
  }

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

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

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

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

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

.u-5\/7 {
  width: 71.42857% !important
}

.u-6\/7 {
  width: 85.71429% !important
}

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

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

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

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

  .u-4\/7\@small {
    width: 57.14286% !important
  }

  .u-5\/7\@small {
    width: 71.42857% !important
  }

  .u-6\/7\@small {
    width: 85.71429% !important
  }

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

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

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

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

  .u-4\/7\@medium {
    width: 57.14286% !important
  }

  .u-5\/7\@medium {
    width: 71.42857% !important
  }

  .u-6\/7\@medium {
    width: 85.71429% !important
  }

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

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

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

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

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

.u-5\/8 {
  width: 62.5% !important
}

.u-6\/8 {
  width: 75% !important
}

.u-7\/8 {
  width: 87.5% !important
}

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

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

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

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

  .u-4\/8\@small {
    width: 50% !important
  }

  .u-5\/8\@small {
    width: 62.5% !important
  }

  .u-6\/8\@small {
    width: 75% !important
  }

  .u-7\/8\@small {
    width: 87.5% !important
  }

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

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

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

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

  .u-4\/8\@medium {
    width: 50% !important
  }

  .u-5\/8\@medium {
    width: 62.5% !important
  }

  .u-6\/8\@medium {
    width: 75% !important
  }

  .u-7\/8\@medium {
    width: 87.5% !important
  }

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

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

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

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

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

.u-5\/9 {
  width: 55.55556% !important
}

.u-6\/9 {
  width: 66.66667% !important
}

.u-7\/9 {
  width: 77.77778% !important
}

.u-8\/9 {
  width: 88.88889% !important
}

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

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

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

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

  .u-4\/9\@small {
    width: 44.44444% !important
  }

  .u-5\/9\@small {
    width: 55.55556% !important
  }

  .u-6\/9\@small {
    width: 66.66667% !important
  }

  .u-7\/9\@small {
    width: 77.77778% !important
  }

  .u-8\/9\@small {
    width: 88.88889% !important
  }

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

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

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

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

  .u-4\/9\@medium {
    width: 44.44444% !important
  }

  .u-5\/9\@medium {
    width: 55.55556% !important
  }

  .u-6\/9\@medium {
    width: 66.66667% !important
  }

  .u-7\/9\@medium {
    width: 77.77778% !important
  }

  .u-8\/9\@medium {
    width: 88.88889% !important
  }

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

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

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

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

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

.u-5\/10 {
  width: 50% !important
}

.u-6\/10 {
  width: 60% !important
}

.u-7\/10 {
  width: 70% !important
}

.u-8\/10 {
  width: 80% !important
}

.u-9\/10 {
  width: 90% !important
}

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

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

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

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

  .u-4\/10\@small {
    width: 40% !important
  }

  .u-5\/10\@small {
    width: 50% !important
  }

  .u-6\/10\@small {
    width: 60% !important
  }

  .u-7\/10\@small {
    width: 70% !important
  }

  .u-8\/10\@small {
    width: 80% !important
  }

  .u-9\/10\@small {
    width: 90% !important
  }

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

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

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

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

  .u-4\/10\@medium {
    width: 40% !important
  }

  .u-5\/10\@medium {
    width: 50% !important
  }

  .u-6\/10\@medium {
    width: 60% !important
  }

  .u-7\/10\@medium {
    width: 70% !important
  }

  .u-8\/10\@medium {
    width: 80% !important
  }

  .u-9\/10\@medium {
    width: 90% !important
  }

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

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

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

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

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

.u-5\/11 {
  width: 45.45455% !important
}

.u-6\/11 {
  width: 54.54545% !important
}

.u-7\/11 {
  width: 63.63636% !important
}

.u-8\/11 {
  width: 72.72727% !important
}

.u-9\/11 {
  width: 81.81818% !important
}

.u-10\/11 {
  width: 90.90909% !important
}

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

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

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

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

  .u-4\/11\@small {
    width: 36.36364% !important
  }

  .u-5\/11\@small {
    width: 45.45455% !important
  }

  .u-6\/11\@small {
    width: 54.54545% !important
  }

  .u-7\/11\@small {
    width: 63.63636% !important
  }

  .u-8\/11\@small {
    width: 72.72727% !important
  }

  .u-9\/11\@small {
    width: 81.81818% !important
  }

  .u-10\/11\@small {
    width: 90.90909% !important
  }

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

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

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

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

  .u-4\/11\@medium {
    width: 36.36364% !important
  }

  .u-5\/11\@medium {
    width: 45.45455% !important
  }

  .u-6\/11\@medium {
    width: 54.54545% !important
  }

  .u-7\/11\@medium {
    width: 63.63636% !important
  }

  .u-8\/11\@medium {
    width: 72.72727% !important
  }

  .u-9\/11\@medium {
    width: 81.81818% !important
  }

  .u-10\/11\@medium {
    width: 90.90909% !important
  }

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

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

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

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

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

.u-5\/12 {
  width: 41.66667% !important
}

.u-6\/12 {
  width: 50% !important
}

.u-7\/12 {
  width: 58.33333% !important
}

.u-8\/12 {
  width: 66.66667% !important
}

.u-9\/12 {
  width: 75% !important
}

.u-10\/12 {
  width: 83.33333% !important
}

.u-11\/12 {
  width: 91.66667% !important
}

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

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

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

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

  .u-4\/12\@small {
    width: 33.33333% !important
  }

  .u-5\/12\@small {
    width: 41.66667% !important
  }

  .u-6\/12\@small {
    width: 50% !important
  }

  .u-7\/12\@small {
    width: 58.33333% !important
  }

  .u-8\/12\@small {
    width: 66.66667% !important
  }

  .u-9\/12\@small {
    width: 75% !important
  }

  .u-10\/12\@small {
    width: 83.33333% !important
  }

  .u-11\/12\@small {
    width: 91.66667% !important
  }

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

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

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

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

  .u-4\/12\@medium {
    width: 33.33333% !important
  }

  .u-5\/12\@medium {
    width: 41.66667% !important
  }

  .u-6\/12\@medium {
    width: 50% !important
  }

  .u-7\/12\@medium {
    width: 58.33333% !important
  }

  .u-8\/12\@medium {
    width: 66.66667% !important
  }

  .u-9\/12\@medium {
    width: 75% !important
  }

  .u-10\/12\@medium {
    width: 83.33333% !important
  }

  .u-11\/12\@medium {
    width: 91.66667% !important
  }

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

@media (min-width: 700px) {
  .u-1\/2\@from-small {
    width: 50%
  }
}

@media (min-width: 1000px) {
  .u-1\/3\@from-medium {
    width: 33.33333%
  }
}

@media (min-width: 1000px) {
  .u-1\/2\@from-medium {
    width: 50%
  }
}

@media (min-width: 1000px) {
  .u-2\/5\@from-medium {
    width: 40%
  }
}

@media (min-width: 1000px) {
  .u-3\/5\@from-medium {
    width: 60%
  }
}

.u-float-left {
  float: left !important
}

.u-float-right {
  float: right !important
}

.u-text-center {
  text-align: center !important
}

.u-text-left {
  text-align: left !important
}

.u-text-right {
  text-align: right !important
}

.u-align-baseline {
  vertical-align: baseline !important
}

.u-align-bottom {
  vertical-align: bottom !important
}

.u-align-middle {
  vertical-align: middle !important
}

.u-align-top {
  vertical-align: top !important
}

.u-vertical-center {
  font-size: 0
}

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

.u-vertical-center>* {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem
}

.u-anime {
  transform: translateY(-190px);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  opacity: 0
}

.is-loaded .u-anime {
  opacity: 1;
  transition: 0.6s;
  transform: translateY(0)
}

.is-loaded .u-anime.-delay-1 {
  transition-delay: 0.15s
}

.is-loaded .u-anime.-delay-2 {
  transition-delay: 0.3s
}

.is-loaded .u-anime.-delay-3 {
  transition-delay: 0.45s
}

.is-loaded .u-anime.-delay-4 {
  transition-delay: 0.6s
}

[aria-busy="true"] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

.is-visible {
  visibility: visible !important;
  opacity: 1 !important
}

.is-invisible {
  visibility: hidden !important;
  opacity: 0 !important
}

.is-hidden {
  display: none !important;
  visibility: hidden !important
}

@media not print {
  .is-hidden\@screen {
    display: none !important;
    visibility: hidden !important
  }
}

@media print {
  .is-hidden\@print {
    display: none !important;
    visibility: hidden !important
  }
}

.is-loaded.has-scrolled .c-header-navigation__nav,
.is-loaded.has-scrolled .c-header-navigation__logo,
.is-loaded.has-scrolled .c-main-hero__social,
.is-loaded.has-scrolled .c-main-hero__qr,
.is-loaded.has-scrolled .__scroll {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translateY(-30px)
}

.is-loaded.has-scrolled .c-header-navigation__content::before {
  opacity: 0;
  transition: 0.5s
}

@media (min-width: 500px) {
  .is-loaded.has-scrolled .c-header-navigation__menu {
    background-color: #24272A
  }
}

.is-loaded.has-scrolled .c-header-navigation__button::before {
  opacity: 1
}

.is-loaded.has-nav .o-line {
  opacity: 0
}

.is-loaded.has-scrolled-bottom .__back-to {
  opacity: 1;
  transform: translateY(-30px)
}

.is-loaded.has-scrolled-bottom .o-line {
  opacity: 0.5
}

.is-loaded .c-header-navigation__logo,
.is-loaded .c-header-navigation__nav,
.is-loaded .c-header-navigation__menu,
.is-loaded .__back-to,
.is-loaded .c-main-hero__social,
.is-loaded .c-main-hero__qr,
.is-loaded .__scroll {
  transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s
}