@font-face {
  font-family: 'NeuseitS';
  src: url("../font/NeuseitSBook.eot");
  src: url("../font/NeuseitSBook.eot?#iefix") format('embedded-opentype'), url("../font/NeuseitSBook.woff") format('woff'), url("../font/NeuseitSBook.woff2") format('woff2'), url("../font/NeuseitSBook.ttf") format('truetype'), url("../font/NeuseitSBook.svg") format('svg');
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'NeuseitS';
  src: url("../font/NeuseitSBookHeavy.eot");
  src: url("../font/NeuseitSBookHeavy.eot?#iefix") format('embedded-opentype'), url("../font/NeuseitSBookHeavy.woff") format('woff'), url("../font/NeuseitSBookHeavy.woff2") format('woff2'), url("../font/NeuseitSBookHeavy.ttf") format('truetype'), url("../font/NeuseitSBookHeavy.svg") format('svg');
  font-stretch: normal;
  font-style: normal;
  font-weight: 900;
}
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media all and (max-width: 850px) {
  html,
  body {
    position: relative;
    height: 100%;
    overflow-x: hidden;
  }
}
body {
  font-family: "NeuseitS", Arial, Sans-Serif;
  background-color: #100d24;
}
body.hide-overflow {
  overflow: hidden;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-sizing: inherit;
  -webkit-overflow-scrolling: touch;
}
.content-wrapper {
  position: relative;
  min-width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
  background-color: #100d24;
}
@media all and (max-width: 850px) {
  .content-wrapper {
    max-height: none;
  }
}
.content-wrapper.home {
  overflow: hidden;
}
h1 {
  font-size: 10rem;
  line-height: 1;
  font-weight: 500;
  margin: 0;
}
h2 {
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
}
@media all and (max-width: 850px) {
  h2 {
    font-size: 3.4rem;
    line-height: 1.18;
  }
}
h3 {
  font-size: 4.8rem;
  line-height: 1.1;
  font-weight: 500;
  margin: 0;
}
@media all and (max-width: 850px) {
  h3 {
    font-size: 2.4rem;
    line-height: 1.1;
  }
}
h4 {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 500;
  margin: 0;
}
h5 {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 500;
  margin: 0;
}
h6 {
  font-size: 2.4rem;
  line-height: h6-lh;
  font-weight: 500;
  margin: 0;
}
a,
p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
}
a {
  line-height: 1;
  transition: opacity 200ms ease-in-out;
}
a:hover {
  opacity: 0.75;
}
ul,
li {
  list-style: none;
}
.body-1 {
  font-size: 2rem;
  line-height: 1.5;
}
.body-2 {
  font-size: 1.6rem;
  line-height: 1.5;
}
.body-3 {
  font-size: 1.4rem;
  line-height: 1.5;
}
.body-4 {
  font-size: 1.2rem;
  line-height: 1.5;
}
.gray-copy {
  color: #7f7d8a;
}
.behind {
  z-index: 0;
}
.in-front {
  position: relative;
  z-index: 1;
}
.reserve-reset {
  color: #fff;
  overscroll-behavior: contain;
}
.reserve-reset p,
.reserve-reset a,
.reserve-reset button {
  font-size: 1.6rem;
  color: #fff;
}
@media all and (max-width: 640px) {
  .reserve-reset p,
  .reserve-reset a,
  .reserve-reset button {
    font-size: 1.2rem;
    line-height: 1.67;
  }
}
.reserve-reset .btn {
  position: relative;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
}
.reserve-reset .btn--thick {
  text-decoration: none;
  font-weight: 600;
}
.reserve-reset .btn--close {
  display: block;
  margin-bottom: 22px;
}
.reserve-reset .btn--download {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 22px;
  text-decoration: none;
  font-weight: 600;
}
.reserve-reset .btn--download .download-circle {
  transition: transform 450ms ease-in-out;
  transform-origin: center center;
}
.reserve-reset .btn--download:hover .download-circle {
  transform: rotate(360deg);
}
.reserve-reset .external-link {
  font-size: 1.8rem;
}
.audio-hidden {
  display: none;
  position: absolute;
  left: -99rem;
  visibility: hidden;
}
.no-mobile {
  display: inline;
  position: relative;
  top: 1px;
  font-size: 1.5rem;
}
@media all and (max-width: 850px) {
  .no-mobile {
    display: none;
  }
}
@media all and (max-width: 850px) {
  .hide-mobile {
    opacity: 0;
    transform: translate3d(0, 6rem, 0);
    transition: all 300ms ease-in-out;
    will-change: transform;
  }
  .hide-mobile.show {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.footer {
  position: fixed;
  bottom: 2rem;
  right: 9.5rem;
  font-size: 1.1rem;
  opacity: 0.5;
  color: #fff;
}
@media all and (max-width: 850px) {
  .footer {
    position: relative;
    left: 4%;
    right: auto;
    font-size: 1rem;
    bottom: auto;
    margin-bottom: 2rem;
  }
}
.page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100vh;
  max-width: 100vw;
}
.page-wrapper.scroll {
  display: block;
  height: 100vh;
  overflow: scroll;
}
@media all and (max-width: 850px) {
  .page-wrapper.scroll {
    min-height: 100vh;
    max-height: none;
    height: auto;
  }
}
.page-wrapper .animation-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100vw;
  height: 100vh;
  padding-left: 13.9%;
  padding-right: 13.9%;
  opacity: 0;
}
@media all and (max-width: 850px) {
  .page-wrapper .animation-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.page-wrapper .animation-wrapper:last-of-type .bottom-scroll {
  top: -8vh;
  left: 50%;
  opacity: 0;
  visibility: hidden;
}
.cut-out-copy .light,
.title-copy .light {
  font-weight: 500;
}
.cut-out-copy .left,
.title-copy .left {
  margin-left: -4vw;
}
@media all and (max-width: 850px) {
  .cut-out-copy .left,
  .title-copy .left {
    margin-left: -20px;
  }
}
.dark-background {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #100d24;
}
.dark-background.copy {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
@media all and (max-width: 850px) {
  .dark-background.copy {
    position: absolute;
  }
}
.dark-background.slide {
  width: 110vw;
  left: -10vw;
  background: linear-gradient(to right, transparent, #100d24 8%, #100d24);
}
.cut-out-copy {
  position: relative;
  top: 58%;
  left: 43.1%;
  width: 118%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 45vw;
  letter-spacing: -2vw;
  font-weight: 900;
  line-height: 1;
}
@media all and (max-width: 850px) {
  .cut-out-copy {
    position: absolute;
    top: 48%;
    left: 50%;
    width: auto;
    max-width: none;
    font-size: 275px;
    overflow: visible;
  }
}
.gradient-copy {
  background-image: linear-gradient(241deg, #5842e6, #4363ff 28%, #ec7b4a 91%, #fd7d38);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-copy.aqua {
  background-image: linear-gradient(to right, #00ded0, rgba(165,178,243,0.94) 21%, #ffb1ea);
}
.audio-wrapper {
  display: block;
  position: absolute;
  bottom: 10vh;
  right: 9.5rem;
  cursor: pointer;
}
@media all and (max-width: 850px) {
  .audio-wrapper {
    display: none;
  }
}
.audio-wrapper .equalizer {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 1.4rem;
}
.audio-wrapper .equalizer span {
  display: block;
  position: absolute;
  width: 2px;
  height: 2px;
  bottom: 0;
  transition: height 0.2s linear;
  background-color: #fff;
}
.audio-wrapper .equalizer span:nth-child(1) {
  margin-left: -8px;
}
.audio-wrapper .equalizer span:nth-child(2) {
  margin-left: -4px;
}
.audio-wrapper .equalizer span:nth-child(4) {
  margin-left: 4px;
}
.audio-wrapper .equalizer span:nth-child(5) {
  margin-left: 8px;
}
.audio-wrapper .equalizer.paused span {
  height: 2px !important;
}
.audio-wrapper .bottom-copy {
  color: #fff;
}
.bottom-scroll {
  position: absolute;
  height: 15.5vh;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media all and (max-width: 850px) {
  .bottom-scroll {
    height: 24vh;
  }
}
.bottom-scroll__arrow {
  margin-top: 2px;
  text-align: center;
}
.bottom-scroll.left {
  height: 14.1vh;
  left: 14.9%;
  transform: translate3d(0, 0, 0);
}
@media all and (max-width: 850px) {
  .bottom-scroll.left {
    height: 21vh;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
}
.bottom-scroll.left .bottom-line {
  height: 100%;
  margin: 0;
}
.bottom-scroll.long {
  height: 21vh;
}
@media all and (max-width: 850px) {
  .bottom-scroll.long {
    height: 21vh;
  }
}
.bottom-scroll.long .bottom-line {
  height: 100%;
}
.bottom-scroll .bottom-copy {
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.09rem;
  text-transform: uppercase;
  cursor: pointer;
}
.bottom-scroll .bottom-line {
  width: 3px;
  height: 11.5vh;
  margin: 2vh auto 0;
  background: linear-gradient(to top, #5842e6, #4363ff 28%, #ec7b4a 91%, #fd7d38);
  background-position: 0 -15.5vh;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@media all and (max-width: 850px) {
  .bottom-scroll .bottom-line {
    height: 19.5vh;
  }
}
.bottom-scroll svg {
  display: inline;
  width: 1.4rem;
  height: 1.4rem;
  margin-bottom: -0.1rem;
  margin-left: 0rem;
  transform: rotate(-90deg);
}
.animated-underline {
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #00ded0, rgba(165,178,243,0.94) 44%, rgba(165,178,243,0.94));
  pointer-events: none;
}
.last-name {
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, rgba(165,178,243,0.94), rgba(165,178,243,0.94) 5%, #ffb1ea);
  pointer-events: none;
}
.text-underline:after {
  content: '';
  display: inline-block;
  position: relative;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #00ded0, rgba(165,178,243,0.94) 21%, #ffb1ea);
  background-position: -100% 0;
  background-size: 200% 100%;
  animation: scrollacross 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
.text-underline--rbc-colors:after {
  height: 3px;
  background: linear-gradient(194.07deg, #5843e5 13.18%, #4363ff 41.4%, rgba(253,125,56,0.939) 100%);
  background-position: -100% 0;
  background-size: 200% 100%;
  animation: scrollacross 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@media all and (max-width: 640px) {
  .text-underline--rbc-colors:after {
    top: -8px;
  }
}
.animated-underline:after {
  content: '';
  display: inline;
  position: absolute;
  width: 100%;
  height: 0.1rem;
  bottom: -0.8rem;
  left: 0;
  transform: scale(0);
  transition: transform 500ms ease-in 200ms;
  background: linear-gradient(to right, #00ded0, rgba(165,178,243,0.94) 21%, #ffb1ea);
  background-position: -100% 0;
  background-size: 200% 100%;
  animation: scrollacross 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
.show.animated-underline:after {
  transform: scale(1);
  transform-origin: left center;
}
.external-link {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
@-moz-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes scrolldown {
  0% {
    background-position: 0 -100%;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}
@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -100%;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}
@-o-keyframes scrolldown {
  0% {
    background-position: 0 -100%;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}
@keyframes scrolldown {
  0% {
    background-position: 0 -100%;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 100%;
  }
}
@-moz-keyframes scrollacross {
  0% {
    background-position: 100% 0;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@-webkit-keyframes scrollacross {
  0% {
    background-position: 100% 0;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@-o-keyframes scrollacross {
  0% {
    background-position: 100% 0;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes scrollacross {
  0% {
    background-position: 100% 0;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.intro-animation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 9999;
  background-color: #100d24;
}
@media all and (max-width: 850px) {
  .intro-animation {
    display: none;
  }
}
.intro-animation .lottie-animation {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.page-services .header {
  min-height: 9rem;
  background: linear-gradient(to top, transparent, #100d24 5%, #100d24);
}
.reserve .header .header-right .header-list {
  display: flex;
  align-items: center;
}
.reserve .header .header-right .nav-item:nth-child(2):before {
  content: "/";
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  margin-right: 18px;
}
@media all and (max-width: 850px) {
  .reserve .header .header-right .nav-item:nth-child(2):before {
    margin-right: 8px;
  }
}
.reserve .header .header-right .nav-item:nth-child(3):before {
  content: "";
  margin-right: 0;
}
@media all and (max-width: 850px) {
  .reserve .header .header-right .nav-item:nth-child(3):before {
    margin-right: 4px;
  }
}
.header {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 999;
  opacity: 0;
}
@media all and (max-width: 850px) {
  .header {
    position: fixed;
    min-height: 9.8rem;
  }
}
@media all and (max-width: 850px) {
  .header.gradient-header {
    min-height: 9rem;
    background: linear-gradient(to top, transparent, #100d24 5%, #100d24);
  }
}
.header.gradient-header .logo-link .home {
  display: none;
}
.header.gradient-header .logo-link .default {
  display: block;
}
.header.fixed {
  position: fixed;
}
.header .header-left {
  position: absolute;
  top: 3.2rem;
  left: 9.5rem;
  transition: left 100ms ease-in-out, top 100ms ease-in-out;
}
@media all and (max-width: 850px) {
  .header .header-left {
    top: 3.1rem;
    left: 4%;
  }
}
.header .logo-link {
  display: inline-block;
  position: relative;
  width: 91px;
  height: auto;
  top: 2px;
  opacity: 1;
  transition: opacity 100ms ease-in-out;
}
.header .logo-link.hide {
  opacity: 0;
}
.header .logo-link .home {
  display: block;
}
.header .logo-link .default {
  display: none;
}
.header .bread-crumb {
  display: none;
  position: relative;
  margin-left: 4.7rem;
}
.header .bread-crumb.visible {
  display: inline-block;
}
@media all and (max-width: 850px) {
  .header .bread-crumb {
    display: none;
  }
}
.header .header-right {
  position: absolute;
  top: 3.2rem;
  right: 9.5rem;
}
@media all and (max-width: 850px) {
  .header .header-right--reserve {
    top: 24px;
    right: 4%;
  }
}
.header .header-right .header-list {
  margin-top: 5px;
}
.header .header-right .nav-item {
  display: inline-block;
  margin-left: 1.8rem;
}
@media all and (max-width: 850px) {
  .header .header-right .nav-item--reserve {
    margin-left: 10px;
  }
}
.header .header-right .nav-item.mobile-only {
  display: none;
}
@media all and (max-width: 850px) {
  .header .header-right .nav-item.mobile-only {
    display: inline-block;
  }
}
.header .header-right .nav-item:nth-child(3):before {
  content: "/";
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
  margin-right: 1.8rem;
}
.header .header-right .nav-link {
  font-size: 1.4rem;
  color: #fff;
}
@media all and (max-width: 850px) {
  .header .header-right .nav-link--small {
    font-size: 1.2rem;
  }
}
.header .header-right .nav-link.active {
  font-weight: 900;
}
.header .header-right.mobile {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 100%;
  bottom: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 350ms ease-in-out;
  background-color: #100d24;
}
.header .header-right.mobile.active {
  transform: translate3d(-100%, 0, 0);
}
.header .header-right.mobile .mobile-only {
  display: none;
}
@media all and (max-width: 850px) {
  .header .header-right.mobile .mobile-only {
    display: block;
  }
}
.header .header-right.mobile .header-list {
  position: relative;
  width: auto;
  height: auto;
  margin-top: 9.6rem;
  margin-left: 10.4%;
}
.header .header-right.mobile .nav-item {
  display: block;
  margin-bottom: 4.8rem;
  margin-left: 0;
}
.header .header-right.mobile .nav-item:nth-child(3):before {
  content: "";
  position: absolute;
  margin: 0;
}
.header .header-right.mobile .nav-link {
  font-size: 1.8rem;
}
.header .hamburger {
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  top: 3.6rem;
  right: 1.8rem;
  color: #fff;
  transform: translate3d(9999px, 0, 0);
  transition: transform 500ms ease-in-out;
  z-index: 999;
  cursor: pointer;
}
@media all and (max-width: 850px) {
  .header .hamburger {
    transform: translate3d(0, 0, 0);
  }
}
.header .hamburger .hamburger-top {
  display: block;
  position: relative;
  width: 2.6rem;
  height: 0;
  border-bottom: 2px solid #fff;
  margin-bottom: 1rem;
  will-change: transform;
  transition: transform 300ms ease-in-out 50ms;
}
.header .hamburger .hamburger-bottom {
  display: block;
  position: relative;
  width: 1.8rem;
  height: 0;
  border-bottom: 2px solid #fff;
  transition: transform 300ms ease-in-out, width 150ms ease-in-out;
}
.header .hamburger.active .hamburger-top {
  width: 2.6rem;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translate3d(4px, 5px, 0);
}
.header .hamburger.active .hamburger-bottom {
  width: 2.6rem;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate3d(3px, -5px, 0);
}
@media all and (max-width: 850px) {
  .reserve .header .logo-link {
    width: 78px;
  }
}
.video-wrapper {
  position: absolute;
  width: 50vw;
  height: 28.125vw;
  max-width: 720px;
  max-height: 405px;
  left: 54%;
  top: 50%;
  transform: translate3d(-28%, -50%, 0);
  transition: transform 500ms ease-in-out;
}
.video-wrapper .video-assets {
  height: 100%;
  cursor: pointer;
}
.video-wrapper .video-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-wrapper .video-button {
  position: absolute;
  width: 7rem;
  height: 7rem;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
}
.video-wrapper iframe {
  display: none;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1024px) {
  .video-wrapper {
    transform: translate3d(-18%, -50%, 0);
  }
}
@media all and (max-width: 850px) {
  .video-wrapper {
    display: block;
    position: relative;
    width: 80vw;
    height: 45.014vw;
    margin: 0 auto;
    left: 0;
    top: 0;
    margin-bottom: 2.2rem;
    transform: none;
  }
}
.featured-item-wrapper {
  flex: 100% 0 0;
  position: relative;
  width: 100%;
  min-height: 100vh;
  color: #fff;
}
.featured-item-wrapper p {
  max-width: 20rem;
}
.featured-item-wrapper .pagination {
  margin-top: 14.3rem;
  font-weight: 900;
}
@media all and (max-width: 850px) {
  .featured-item-wrapper .pagination {
    margin-top: 10.5rem;
    font-size: 1.4rem;
  }
}
.featured-item-wrapper .pagination .gray-copy:before {
  content: "/";
  display: inline-block;
  position: relative;
  margin: 0 0.4rem;
}
.featured-item-wrapper .title {
  max-width: 26rem;
  margin-top: 8rem;
  line-height: 1.5;
  font-weight: 900;
  font-size: 2rem;
}
@media all and (max-width: 850px) {
  .featured-item-wrapper .title {
    margin-top: 2.1rem;
  }
}
.featured-item-wrapper .year {
  margin: 1.8rem 0 4rem;
}
@media all and (max-width: 850px) {
  .featured-item-wrapper .year {
    margin: 0.8rem 0 2.3rem;
  }
}
.featured-item-wrapper .primary {
  margin-bottom: 0.8rem;
  font-weight: 900;
}
@media all and (max-width: 850px) {
  .featured-item-wrapper .primary {
    margin-bottom: 0.5rem;
  }
}
.featured-item-wrapper .secondary {
  margin-bottom: 2.4rem;
  font-weight: 900;
}
@media all and (max-width: 850px) {
  .featured-item-wrapper .secondary {
    margin-bottom: 1.8rem;
  }
}
.featured-item-wrapper .body-4 {
  font-size: 1rem;
}
@media all and (max-width: 850px) {
  .content-wrapper.page {
    max-height: 100%;
    min-height: 0;
  }
}
#page-index {
  align-items: center;
  justify-content: center;
  margin: 0;
}
#page-index.page-wrapper {
  overflow: hidden;
}
@media all and (max-width: 850px) {
  #page-index.page-wrapper {
    position: relative;
  }
}
#page-index .animation-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 850px) {
  #page-index .animation-wrapper {
    min-height: 100vh;
  }
}
#page-index .animation-wrapper.background {
  background: linear-gradient(241deg, #5842e6, #4363ff 28%, #ec7b4a 91%, #fd7d38);
}
#page-index .title-copy {
  position: absolute;
  width: 75%;
  margin: 0 auto;
}
@media all and (max-width: 640px) {
  #page-index .title-copy {
    width: 100%;
    margin: -5% auto 0;
    padding: 0 15px;
  }
}
#page-index .animation-wrapper.foreground {
  flex-wrap: wrap;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background-color: #100d24;
}
@media all and (max-width: 850px) {
  #page-index .animation-wrapper.foreground {
    min-height: 100vh;
  }
}
@media all and (max-width: 850px) {
  #page-index .dark-background.slide {
    opacity: 0;
    visibility: hidden;
  }
}
#page-index .dark-background.copy {
  position: absolute;
  opacity: 0.25;
}
#page-index .dark-background.copy.intro-animation {
  opacity: 1;
}
#page-index .dark-background.copy .cut-out-copy {
  max-height: 100vh;
}
#page-index .featured-item-wrapper {
  position: relative;
  flex: 400px 0 0;
  height: 640px;
  max-height: 75vh;
  min-height: 0;
  top: 0rem;
  margin: 0 auto;
  text-align: left;
}
@media all and (max-width: 850px) {
  #page-index .featured-item-wrapper {
    position: absolute;
    top: 90px;
    max-height: none;
    height: calc(100vh - 90px);
  }
}
#page-index .featured-item-wrapper .story {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#page-index .featured-item-wrapper .story.front {
  cursor: pointer;
  overflow: hidden;
}
#page-index .featured-item-wrapper .story.front .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(15,13,36,0.2);
}
#page-index .featured-item-wrapper .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
#page-index .featured-item-wrapper .image {
  position: relative;
  min-width: 100%;
  height: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media all and (max-width: 850px) and (orientation: landscape) {
  #page-index .featured-item-wrapper .image {
    width: 100%;
    height: auto;
  }
}
#page-index .featured-item-wrapper .story.back {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15,13,36,0.8);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease-in-out;
}
#page-index .featured-item-wrapper .story.back.active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
#page-index .featured-item-wrapper .story-copy {
  width: 95%;
  padding: 0 4rem;
}
#page-index .featured-item-wrapper .title {
  max-width: none;
  line-height: 1.2;
  margin-top: 4rem;
}
#page-index .featured-item-wrapper .desc {
  max-width: none;
  font-size: 1.6rem;
  line-height: 1.4;
}
#page-index .featured-item-wrapper .story-links .link {
  margin-bottom: 3rem;
  text-align: center;
}
#page-index .featured-item-wrapper .story-links .link p a {
  display: inline-block;
}
#page-index .featured-item-wrapper .story-links .link p a:after {
  content: '';
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0.2rem;
  background: linear-gradient(to right, #00ded0, rgba(165,178,243,0.94) 21%, #ffb1ea);
  background-position: -100% 0;
  background-size: 200% 100%;
  animation: scrollacross 2.8s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
#page-index .featured-item-wrapper .story-links a {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
#page-index .featured-item-wrapper .story-button {
  position: absolute;
  width: 100%;
  bottom: 1rem;
  padding: 1.2rem 0;
  text-align: center;
  cursor: pointer;
  z-index: 999;
}
@media all and (max-width: 850px) {
  #page-index .featured-item-wrapper .story-button {
    bottom: 12rem;
  }
}
#page-index .featured-item-wrapper .story-button:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -2px;
  width: 14px;
  height: 8px;
  background-image: url("../assets/svgs/up_arrow.svg");
  transition: transform 200ms ease-in-out;
  transform: translate3d(-50%, 0, 0);
}
#page-index .featured-item-wrapper .story-button.active:before {
  transform: translate3d(-50%, -4px, 0) rotate(180deg);
}
#page-index .featured-item-wrapper .story-button p {
  position: relative;
  max-width: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
#page-services .hide-mobile {
  opacity: 0;
  transform: translate3d(0, 6rem, 0);
  transition: all 500ms ease-in-out;
  will-change: transform;
}
#page-services .hide-mobile.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
#page-services.page-wrapper {
  overflow: visible;
}
#page-services .animation-wrapper {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 16%;
  padding-right: 16%;
  color: #fff;
  background-color: rgba(15,13,36,0.75);
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 850px) {
  #page-services .animation-wrapper {
    position: relative;
    height: auto;
    max-height: none;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding-left: 4%;
    padding-right: 4%;
    opacity: 1;
    visibility: visible;
  }
  #page-services .animation-wrapper .dark-background {
    position: fixed;
  }
}
#page-services .animation-wrapper.awards .bottom-scroll {
  position: relative;
  left: 0;
}
@media all and (max-width: 850px) {
  #page-services .animation-wrapper.awards .bottom-scroll {
    display: flex;
    justify-content: center;
    left: 50%;
  }
}
#page-services .animation-wrapper.awards .right-wrapper {
  bottom: 22rem;
}
@media all and (max-width: 850px) {
  #page-services .animation-wrapper.awards .right-wrapper {
    bottom: 0;
  }
}
#page-services .animation-wrapper.top {
  display: block;
}
@media all and (max-width: 850px) {
  #page-services .animation-wrapper.top {
    min-height: calc(100vh - 20px);
  }
}
#page-services .animation-wrapper.top .bottom-scroll {
  opacity: 0;
}
@media all and (max-width: 850px) {
  #page-services .animation-wrapper.top .bottom-scroll {
    display: flex;
    justify-content: center;
    position: relative;
    left: 50%;
    margin-top: 30px;
  }
}
#page-services .animation-wrapper.top .services-header {
  width: 37.3%;
  min-width: 56rem;
  padding-top: 14rem;
  font-weight: 900;
  opacity: 0;
}
@media all and (max-width: 850px) {
  #page-services .animation-wrapper.top .services-header {
    display: block;
    position: relative;
    width: 100%;
    min-width: 0;
    padding-top: 12rem;
    margin-bottom: 6rem;
  }
}
#page-services .animation-wrapper.top .copy-container {
  position: absolute;
  width: 22.2%;
  min-width: 29rem;
  bottom: 6rem;
  right: 19.4%;
  opacity: 0;
}
@media all and (max-width: 850px) {
  #page-services .animation-wrapper.top .copy-container {
    position: relative;
    width: 100%;
    min-width: 0;
    bottom: auto;
    right: auto;
  }
}
#page-services .animation-wrapper.top .copy-container .primary {
  margin-bottom: 1.6rem;
  font-weight: 900;
}
@media all and (max-width: 850px) {
  #page-services .animation-wrapper.top .copy-container .primary {
    margin-bottom: 0.9rem;
    font-size: 1.6rem;
  }
}
#page-services .animation-wrapper.top .copy-container .body {
  margin-bottom: 8.6rem;
}
@media all and (max-width: 850px) {
  #page-services .animation-wrapper.top .copy-container .body {
    margin-bottom: 6.2rem;
    font-size: 1.4rem;
  }
}
#page-services .animation-wrapper.top .copy-container .body + .body-2 {
  font-weight: 900;
}
@media all and (max-width: 850px) {
  #page-services .animation-wrapper.top .copy-container .body + .body-2 {
    font-size: 1.4rem;
  }
}
#page-services .award-wrapper.featured {
  margin-bottom: 36px;
}
#page-services .award-wrapper .award-link {
  font-weight: 700;
  margin-bottom: 0.3rem;
}
#page-services .award-wrapper .award-link.featured p,
#page-services .award-wrapper .award-link.featured p a {
  font-size: 4.8rem;
  line-height: 1.1;
  font-weight: 700;
}
@media all and (max-width: 850px) {
  #page-services .award-wrapper .award-link.featured p,
  #page-services .award-wrapper .award-link.featured p a {
    font-size: 2.4rem;
    line-height: 1.1;
  }
}
#page-services .award-wrapper .award-link.featured p:hover,
#page-services .award-wrapper .award-link.featured p a:hover {
  opacity: 1;
}
#page-services .award-wrapper .award-link a {
  color: #fff;
}
#page-services .award-wrapper .body-2 {
  margin-bottom: 1.3rem;
}
#page-services .directors {
  display: block;
  min-height: 100vh;
  height: auto;
  background: none;
}
@media all and (max-width: 850px) {
  #page-services .directors {
    position: relative;
    height: auto;
    min-height: calc(100vh - 20px);
    margin-bottom: 60px;
    overflow: visible;
  }
}
#page-services .directors .right-wrapper {
  display: block;
  position: absolute;
  width: 24.1%;
  min-width: 29rem;
  right: 17.6%;
  bottom: 12rem;
}
@media all and (max-width: 850px) {
  #page-services .directors .right-wrapper {
    display: block;
    position: relative;
    width: 100%;
    min-width: 0;
    right: auto;
    bottom: auto;
    padding-top: 40px;
    margin-bottom: 5.5rem;
  }
}
#page-services .directors .right-wrapper .gradient-copy {
  margin-top: 6rem;
}
@media all and (max-width: 850px) {
  #page-services .directors .right-wrapper .gradient-copy {
    margin-top: 1.7rem;
  }
}
#page-services .left-wrapper {
  display: inline-block;
  position: relative;
  width: 50%;
  min-width: 46rem;
  height: auto;
  margin-bottom: 6rem;
  overflow: visible;
}
@media all and (max-width: 850px) {
  #page-services .left-wrapper {
    display: block;
    width: 100%;
    min-width: 0;
    margin-bottom: 2rem;
    opacity: 1;
    visibility: visible;
    max-height: none;
  }
}
@media all and (max-width: 850px) and (orientation: landscape) {
  #page-services .left-wrapper {
    height: auto;
    min-height: 100vh;
  }
}
#page-services .left-wrapper .directors-wrapper {
  display: block;
  position: relative;
}
#page-services .left-wrapper .directors-wrapper .director-header {
  display: block;
  position: relative;
  font-size: 1.8rem;
  color: #7f7d8a;
  margin-top: 14rem;
  margin-bottom: 3.8rem;
}
@media all and (max-width: 850px) {
  #page-services .left-wrapper .directors-wrapper .director-header {
    margin-top: 0;
    margin-bottom: 3.2rem;
    font-size: 1.2rem;
  }
}
#page-services .left-wrapper .directors-wrapper .director-link {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
}
#page-services .left-wrapper .directors-wrapper .director-link:last-of-type {
  margin-bottom: 6.5rem;
}
@media all and (max-width: 850px) {
  #page-services .left-wrapper .directors-wrapper .director-link:last-of-type {
    margin-bottom: 4.2rem;
  }
}
#page-services .left-wrapper .directors-wrapper .director-item {
  display: block;
  position: relative;
  margin-bottom: 4rem;
  font-weight: 900;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 300ms ease-in-out;
}
#page-services .left-wrapper .directors-wrapper .director-item:hover {
  opacity: 1;
}
@media all and (max-width: 850px) {
  #page-services .left-wrapper .directors-wrapper .director-item {
    margin-bottom: 3.2rem;
  }
}
#page-services .left-wrapper .partners-wrapper {
  display: block;
  position: relative;
  color: #fff;
}
#page-services .left-wrapper .partners-wrapper .partner-header {
  display: block;
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 3.5rem;
}
@media all and (max-width: 850px) {
  #page-services .left-wrapper .partners-wrapper .partner-header {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
  }
}
#page-services .left-wrapper .partners-wrapper .partner-title {
  display: block;
  position: relative;
  margin-bottom: 0.3rem;
  color: #fff;
  font-weight: 900;
}
@media all and (max-width: 850px) {
  #page-services .left-wrapper .partners-wrapper .partner-title {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
#page-services .left-wrapper .partners-wrapper .partner-subtitle {
  display: block;
  position: relative;
  margin-bottom: 1.3rem;
}
@media all and (max-width: 850px) {
  #page-services .left-wrapper .partners-wrapper .partner-subtitle {
    margin-bottom: 3rem;
    font-size: 1.2rem;
  }
}
@media all and (max-width: 850px) {
  #page-director .hide-mobile {
    opacity: 1;
  }
  #page-director .hide-mobile.show {
    opacity: 1;
  }
}
#page-director .director-overlay {
  display: none;
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media all and (max-width: 850px) {
  #page-director .director-overlay {
    overflow: scroll;
    overflow-x: hidden;
  }
  #page-director .director-overlay .featured-item-wrapper .pagination {
    margin-top: 0;
    padding-top: 5rem;
  }
  #page-director .director-overlay .bottom-scroll {
    bottom: -180px;
    z-index: 2 !important;
  }
}
#page-director .director-overlay .director-wrapper {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  padding-top: 14rem;
  padding-left: 13.9%;
  padding-right: 13.9%;
  background-color: #100d24;
  color: #fff;
  visibility: hidden;
  opacity: 0;
}
@media all and (max-width: 850px) {
  #page-director .director-overlay .director-wrapper {
    position: relative;
    width: 100%;
    min-height: 80vh;
    height: auto;
    padding-top: 12rem;
    padding-left: 4%;
    padding-right: 4%;
    visibility: visible;
    opacity: 1;
    height: auto;
    z-index: 1 !important;
  }
}
#page-director .director-overlay .director-wrapper.active {
  visibility: visible;
  opacity: 1;
}
#page-director .director-overlay .director-wrapper.video {
  flex-wrap: wrap;
  height: 100vh;
  padding-top: 0;
}
@media all and (max-width: 850px) {
  #page-director .director-overlay .director-wrapper.video {
    height: auto;
    margin-top: 120px;
    padding-bottom: 80px;
  }
}
#page-director .director-overlay .director-wrapper.video .video-wrapper {
  top: 31vh;
}
@media all and (max-width: 850px) {
  #page-director .director-overlay .director-wrapper.video .video-wrapper {
    top: auto;
  }
}
#page-director .director-overlay .director-wrapper .bottom-scroll.bottom {
  bottom: -60px;
  opacity: 0;
}
@media all and (max-width: 850px) {
  #page-director .director-overlay .director-wrapper .bottom-scroll.bottom {
    bottom: -120px;
    opacity: 1;
  }
}
#page-director .director-overlay .director-wrapper .bottom-scroll.top {
  top: -40px;
  opacity: 0;
  visibility: hidden;
}
@media all and (max-width: 850px) {
  #page-director .director-overlay .director-wrapper .bottom-scroll.top {
    top: -115px;
  }
}
#page-director .director-overlay .director-wrapper:last-of-type .bottom-scroll.bottom {
  display: none;
}
#page-director .director-overlay .close-overlay {
  position: relative;
  margin-bottom: 3rem;
  cursor: pointer;
  color: #fff;
  transition: opacity 200ms ease-in-out;
}
#page-director .director-overlay .close-overlay:hover {
  opacity: 0.75;
}
@media all and (max-width: 850px) {
  #page-director .director-overlay .close-overlay {
    margin-bottom: 2rem;
    padding-top: 1rem;
  }
}
#page-director .director-overlay .close-overlay svg {
  display: inline;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.6rem;
}
#page-director .director-overlay .top-row {
  position: relative;
  max-width: 50%;
  min-height: 165px;
  margin-bottom: 3.6rem;
}
@media all and (max-width: 850px) {
  #page-director .director-overlay .top-row {
    max-width: 100%;
    min-height: 0;
    margin-bottom: 3.4rem;
  }
}
#page-director .director-overlay .director-name {
  position: relative;
  margin-bottom: 2rem;
  line-height: 1;
  font-weight: 900;
}
#page-director .director-overlay .director-position,
#page-director .director-overlay .social-link {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-weight: 900;
}
#page-director .director-overlay .director-position {
  position: relative;
  font-weight: 900;
}
@media all and (max-width: 850px) {
  #page-director .director-overlay .director-position {
    margin: 0.6rem 0;
    font-size: 1.4rem;
  }
}
#page-director .director-overlay .director-link {
  display: inline;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
@media all and (max-width: 850px) {
  #page-director .director-overlay .director-link {
    display: inline-block;
    margin-top: 0.4rem;
  }
}
#page-director .director-overlay .director-link .social-link {
  position: relative;
}
@media all and (max-width: 850px) {
  #page-director .director-overlay .director-link .social-link {
    font-size: 1rem;
    letter-spacing: 0.07rem;
  }
}
#page-director .director-overlay .slash {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 0;
}
@media all and (max-width: 1024px) {
  #page-director .director-overlay .slash {
    display: none;
  }
}
#page-director .director-overlay .bottom-row {
  width: 47%;
  min-width: 30rem;
  margin-left: auto;
}
@media all and (max-width: 1024px) {
  #page-director .director-overlay .bottom-row {
    min-width: 100%;
    margin-left: 0;
  }
}
#page-director .director-overlay .client-header {
  position: relative;
  margin-bottom: 1rem;
}
#page-director .director-overlay .client-title {
  display: inline-block;
  position: relative;
  line-height: 2;
  font-weight: 900;
  opacity: 0.4;
}
#page-director .director-overlay .client-title.cursor {
  cursor: pointer;
  opacity: 1;
}
@media all and (max-width: 850px) {
  #page-director .director-overlay .client-title {
    font-size: 1.6rem;
  }
}
#page-director .director-overlay .client-title:after {
  content: "/";
  display: inline;
  position: relative;
  margin: 0 4px;
  color: #7f7d8a !important;
  font-size: 1.6rem;
}
@media all and (max-width: 850px) {
  #page-director .director-overlay .client-title:after {
    font-size: 1.6rem;
  }
}
#page-director .director-overlay .client-title:last-of-type:after {
  content: "";
  margin: 0;
}
#page-project .director-overlay {
  display: none;
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media all and (max-width: 850px) {
  #page-project .director-overlay {
    overflow: scroll;
    overflow-x: hidden;
    height: 100vh;
  }
}
#page-project .director-overlay .director-wrapper {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  padding-top: 14rem;
  padding-left: 13.9%;
  padding-right: 19.4%;
  background-color: #100d24;
  color: #fff;
}
#page-project .director-overlay .director-wrapper.active {
  visibility: visible;
  opacity: 1;
}
#page-project .director-overlay .director-wrapper.video {
  flex-wrap: wrap;
  height: 100vh;
}
#page-project .director-overlay .director-wrapper.video .video-wrapper {
  top: 31vh;
}
@media all and (max-width: 850px) {
  #page-project .director-overlay .director-wrapper.video .video-wrapper {
    top: auto;
  }
}
@media all and (max-width: 850px) {
  #page-project .director-overlay .director-wrapper.video {
    z-index: 1 !important;
  }
}
@media all and (max-width: 850px) {
  #page-project .director-overlay .director-wrapper {
    position: relative;
    width: 100%;
    padding-top: 12rem;
    padding-left: 4%;
    padding-right: 4%;
    visibility: visible;
    opacity: 1;
  }
}
#page-project .director-overlay .background-image {
  position: absolute;
  min-width: 100vw;
  min-height: 100vh;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 0;
}
#page-project .director-overlay .background-image .image {
  position: relative;
  width: auto;
  height: auto;
  min-height: 100vh;
  min-width: 100vw;
}
#page-project .close-overlay {
  position: relative;
  margin-bottom: 3rem;
  cursor: pointer;
  color: #fff;
  transition: opacity 200ms ease-in-out;
}
#page-project .close-overlay:hover {
  opacity: 0.75;
}
@media all and (max-width: 850px) {
  #page-project .close-overlay {
    margin-bottom: 2rem;
    padding-top: 1rem;
  }
}
#page-project .close-overlay svg {
  display: inline;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.6rem;
}
@media all and (max-width: 850px) {
  #page-contact {
    height: calc(100vh - 160px);
  }
}
@media all and (max-width: 850px) and (orientation: landscape) {
  #page-contact {
    min-height: 100vh;
    height: auto;
  }
}
#page-contact .animation-wrapper {
  display: block;
  color: #fff;
  background-color: rgba(15,13,36,0.75);
}
@media all and (max-width: 850px) {
  #page-contact .animation-wrapper {
    height: 100%;
  }
}
#page-contact .animation-wrapper .top-copy {
  padding-top: 14rem;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 4rem;
  font-weight: 900;
}
@media all and (max-width: 850px) {
  #page-contact .animation-wrapper .top-copy {
    padding-top: 11.1rem;
    margin-bottom: 1.2rem;
    font-size: 2rem;
  }
}
#page-contact .animation-wrapper .middle-copy {
  font-size: 10rem;
  font-weight: 900;
}
@media all and (max-width: 850px) {
  #page-contact .animation-wrapper .middle-copy {
    font-size: 4.2rem;
  }
}
#page-contact .animation-wrapper .bottom-container {
  position: absolute;
  bottom: 13.8rem;
}
@media all and (max-width: 850px) {
  #page-contact .animation-wrapper .bottom-container {
    position: relative;
    bottom: 0;
    margin-top: 40px;
  }
}
#page-contact .animation-wrapper .bottom-container .bottom-info {
  display: inline;
  letter-spacing: 0.01rem;
  font-weight: 900;
}
#page-contact .animation-wrapper .bottom-container .bottom-info p,
#page-contact .animation-wrapper .bottom-container .bottom-info a {
  display: inline;
  letter-spacing: 0.01rem;
  font-weight: 900;
  color: #fff;
}
@media all and (max-width: 850px) {
  #page-contact .animation-wrapper .bottom-container .bottom-info.body-1,
  #page-contact .animation-wrapper .bottom-container .bottom-info p,
  #page-contact .animation-wrapper .bottom-container .bottom-info a {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
#page-contact .animation-wrapper .bottom-container .bottom-info:after {
  content: "/";
  display: inline;
  position: relative;
  margin: 0 1.6rem;
}
@media all and (max-width: 850px) {
  #page-contact .animation-wrapper .bottom-container .bottom-info:after {
    margin: 0 0.2rem;
  }
}
#page-contact .animation-wrapper .bottom-container .bottom-info:last-of-type:after {
  content: "";
}
@media all and (max-width: 850px) {
  .content-wrapper.page {
    max-height: 100%;
    min-height: 0;
  }
}
#page-reserve {
  align-items: center;
  justify-content: center;
  margin: 0;
}
#page-reserve.page-wrapper {
  padding: 0 9.5rem;
  overflow: hidden;
}
@media all and (max-width: 850px) {
  #page-reserve.page-wrapper {
    position: relative;
  }
}
#page-reserve .landing-video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
#page-reserve .landing-video__video {
  width: 100% !important;
  min-height: 100vh !important;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
#page-reserve .landing-video__video.hide {
  opacity: 0;
}
#page-reserve .reserve-logos {
  display: flex;
  position: absolute;
  width: 50%;
  left: 95px;
  top: 178px;
}
@media all and (min-width: 1024px) and (max-height: 760px) {
  #page-reserve .reserve-logos {
    top: 112px;
  }
}
@media all and (max-width: 850px) {
  #page-reserve .reserve-logos {
    width: 100%;
    left: 16px;
    top: 100px;
  }
}
@media all and (max-width: 480px) and (max-height: 667px) {
  #page-reserve .reserve-logos {
    top: 84px;
  }
}
#page-reserve .reserve-logos.hide {
  display: none;
}
#page-reserve .reserve-logos__logo {
  position: absolute;
}
#page-reserve .reserve-logos__logo--first {
  width: 18%;
  left: 0;
}
@media all and (max-width: 850px) {
  #page-reserve .reserve-logos__logo--first {
    width: 95px;
    left: 5%;
  }
}
@media all and (max-width: 640px) {
  #page-reserve .reserve-logos__logo--first {
    width: 70px;
    left: 0;
  }
}
@media all and (max-width: 480px) and (max-height: 667px) {
  #page-reserve .reserve-logos__logo--first {
    width: 60px;
  }
}
#page-reserve .reserve-logos__logo--second {
  width: 18%;
  left: 32%;
}
@media all and (max-width: 850px) {
  #page-reserve .reserve-logos__logo--second {
    width: 90px;
    left: 34%;
  }
}
@media all and (max-width: 640px) {
  #page-reserve .reserve-logos__logo--second {
    width: 62px;
    left: 35%;
  }
}
@media all and (max-width: 480px) {
  #page-reserve .reserve-logos__logo--second {
    left: 28%;
  }
}
@media all and (max-width: 480px) and (max-height: 667px) {
  #page-reserve .reserve-logos__logo--second {
    width: 50px;
  }
}
#page-reserve .reserve-logos__logo--third {
  width: 30%;
  left: 63%;
}
@media all and (max-width: 850px) {
  #page-reserve .reserve-logos__logo--third {
    width: calc(100% - 32px);
    left: 0;
    top: 84px;
    margin: 0 auto;
  }
  #page-reserve .reserve-logos__logo--third .reserve-logos__image {
    display: block;
    position: relative;
    width: auto;
    margin: 0 auto;
  }
}
@media all and (max-width: 640px) {
  #page-reserve .reserve-logos__logo--third {
    top: 80px;
  }
}
@media all and (max-width: 480px) and (max-height: 667px) {
  #page-reserve .reserve-logos__logo--third {
    position: relative;
    width: 180px;
    margin: 0 auto;
    top: 80px;
    left: -16px;
  }
  #page-reserve .reserve-logos__logo--third .reserve-logos__image {
    width: 100%;
  }
}
#page-reserve .reserve-logos__image {
  width: 100%;
}
#page-reserve .animation-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 95px;
}
@media all and (max-width: 850px) {
  #page-reserve .animation-wrapper {
    min-height: 100vh;
    padding: 0 26px;
  }
}
#page-reserve .animation-wrapper__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100vw;
  column-gap: 4em;
}
@media all and (max-width: 850px) {
  #page-reserve .animation-wrapper__content {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 4em;
    column-gap: 0;
    width: auto;
    height: 75vh;
    top: 120px;
    overflow: scroll;
  }
}
#page-reserve .animation-wrapper .swiper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 850px) {
  #page-reserve .animation-wrapper .swiper {
    display: none;
  }
}
#page-reserve .animation-wrapper .video-list {
  display: none;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 850px) {
  #page-reserve .animation-wrapper .video-list {
    display: block;
    width: 92%;
    margin-top: 32px;
  }
}
#page-reserve .animation-wrapper .video {
  position: relative;
  width: 70vw;
  max-width: 875px;
  height: 67vh;
  max-height: 493px;
  margin: 0 auto;
}
@media all and (max-width: 850px) {
  #page-reserve .animation-wrapper .video {
    width: 100%;
    height: 29vh;
    margin-bottom: 104px;
  }
  #page-reserve .animation-wrapper .video:first-of-type {
    margin-left: 0;
  }
  #page-reserve .animation-wrapper .video:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 31px;
    margin-top: 41px;
    left: 33%;
    background: linear-gradient(to top, #5842e6, #4363ff 28%, #ec7b4a 91%, #fd7d38);
    background-position: 0 -15.5vh;
    background-size: 100% 200%;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  }
  #page-reserve .animation-wrapper .video:last-of-type:after {
    display: none;
  }
}
#page-reserve .animation-wrapper .video__button {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media all and (max-width: 640px) {
  #page-reserve .animation-wrapper .video__button {
    width: 40px;
    height: 40px;
  }
}
#page-reserve .animation-wrapper .video__player {
  display: none;
  width: 100%;
  height: 100%;
}
#page-reserve .animation-wrapper .video .video-assets {
  height: auto;
  cursor: pointer;
}
#page-reserve .animation-wrapper .video .video-thumbnail {
  position: absolute;
  width: 100%;
  object-fit: cover;
}
@media all and (max-width: 850px) {
  #page-reserve .animation-wrapper .video .video-thumbnail {
    position: relative;
    height: 29vh;
  }
}
#page-reserve .animation-wrapper.background {
  background: linear-gradient(180deg, #6a6087 0%, #a27d7d 48.96%, #de9665 94.27%);
}
#page-reserve .animation-wrapper.foreground {
  flex-wrap: wrap;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background-color: #100d24;
}
@media all and (max-width: 850px) {
  #page-reserve .animation-wrapper.foreground {
    display: flex;
    align-items: center;
    min-height: 100vh;
  }
}
#page-reserve .bottom-scroll {
  z-index: 1;
}
@media all and (max-width: 850px) {
  #page-reserve .bottom-scroll {
    height: 16vh;
  }
}
#page-reserve .bottom-scroll__arrow {
  position: relative;
  top: 2px;
}
@media all and (max-width: 850px) {
  #page-reserve .bottom-scroll.left {
    height: 17vh;
    left: 37%;
  }
}
@media all and (max-width: 850px) {
  #page-reserve .bottom-line {
    margin: 1vh 0 0;
  }
}
#page-404 {
  flex-wrap: wrap;
  text-align: center;
}
#page-404 h2 {
  position: relative;
  flex: 100% 0 0;
  top: 19vh;
  opacity: 1;
}
@media all and (max-width: 850px) {
  #page-404 h2 {
    padding-left: 4%;
    padding-right: 4%;
  }
}
#page-404 a {
  position: relative;
  bottom: 22vh;
}
#page-404 p {
  flex: 100% 0 0;
}
.carousel-wrapper {
  position: relative;
  width: 100%;
}
.carousel-wrapper:hover .left-arrow,
.carousel-wrapper:hover .right-arrow {
  opacity: 1;
}
.carousel-wrapper .progress-wrapper {
  display: flex;
  position: absolute;
  width: calc(100% - 24px);
  height: 3px;
  top: 7px;
  left: 12px;
}
.carousel-wrapper .progress-bar {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  cursor: pointer;
  margin-right: 5px;
  float: left;
  color: #fff;
  background-color: rgba(255,255,255,0.4);
}
.carousel-wrapper .progress-bar:last-child {
  margin-right: 0;
}
.carousel-wrapper .progress-bar:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #fff;
  width: 0%;
}
.carousel-wrapper .progress-bar.active:before {
  animation: 6s linear forwards extend;
}
.carousel-wrapper .progress-bar.watched {
  background-color: #fff;
}
@media all and (max-width: 850px) {
  .carousel-wrapper .carousel-arrows {
    display: none;
  }
}
.carousel-wrapper .left-arrow,
.carousel-wrapper .right-arrow {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: 45%;
  cursor: pointer;
}
.carousel-wrapper .left-arrow span,
.carousel-wrapper .right-arrow span {
  position: absolute;
  width: 4.2rem;
  height: 4.2rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel-wrapper .left-arrow span svg,
.carousel-wrapper .right-arrow span svg {
  fill: #fff;
}
.carousel-wrapper .left-arrow {
  left: -20%;
}
.carousel-wrapper .right-arrow {
  right: -20%;
}
.carousel-wrapper .carousel-item {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.carousel-wrapper .carousel-item.active {
  opacity: 1;
}
.carousel-wrapper .carousel-item.zoom.active .image-wrapper {
  animation: 6s linear forwards zoom;
}
.carousel-wrapper .carousel-item.pan.active .image-wrapper {
  animation: 6s linear forwards pan;
}
@-moz-keyframes extend {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes extend {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes extend {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes extend {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@-o-keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@-moz-keyframes pan {
  0% {
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes pan {
  0% {
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    transform: translate3d(10px, 0, 0);
  }
}
@-o-keyframes pan {
  0% {
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes pan {
  0% {
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    transform: translate3d(10px, 0, 0);
  }
}
.content-block {
  display: flex;
  margin: 10em 6% 0;
}
@media all and (max-width: 850px) {
  .content-block {
    margin: 140px 0 0;
  }
}
@media all and (max-width: 480px) and (max-height: 667px) {
  .content-block {
    margin: 120px 0 0;
  }
}
.content-block.hide {
  display: none;
}
.content-block .content-info {
  display: flex;
  flex-basis: 66.666%;
  margin-left: 39%;
}
@media all and (max-width: 1024px) {
  .content-block .content-info {
    flex-basis: 100%;
    column-gap: 2em;
    margin-left: 0;
  }
}
.content-block .content-info__thumbnail {
  display: flex;
  justify-content: center;
  position: relative;
  flex-basis: 22%;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .content-block .content-info__thumbnail {
    flex-basis: 28%;
    align-items: flex-start;
  }
}
.content-block .content-info__thumbnail img {
  width: 100%;
}
.content-block .content-info__svg {
  position: absolute;
  left: calc(50% - 16px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.content-block .content-info__svg svg {
  animation: pulse 1800ms infinite;
}
.content-block .content-info__copy {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 64%;
  row-gap: 4em;
  align-content: space-between;
}
@media all and (max-width: 1024px) {
  .content-block .content-info__copy {
    flex-basis: 72%;
  }
}
.content-detail {
  width: 0;
  flex-basis: 0;
  max-height: 62vh;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 10px, 0);
  transition: transform 150ms ease-in-out;
}
@media all and (max-width: 850px) {
  .content-detail {
    flex-wrap: wrap;
    height: 70%;
    max-height: none;
  }
}
.content-detail.show {
  display: flex;
  flex-basis: 100%;
  width: 100%;
  opacity: 1;
  pointer-events: all;
  transform: translate3d(0, 0, 0);
  transition: opacity 200ms ease-in-out 200ms, transform 350ms ease-in-out 200ms;
}
@media all and (max-width: 850px) {
  .content-detail.show .btn--download .download-circle {
    animation: rotate 1000ms forwards;
    animation-iteration-count: 1;
    animation-delay: 600ms;
  }
}
@media all and (max-width: 850px) {
  .content-detail__image {
    display: none;
  }
}
.content-detail__frame {
  display: block;
  flex-basis: 25%;
  padding-right: 2%;
}
@media all and (max-width: 850px) {
  .content-detail__frame {
    flex-basis: 100%;
    padding-right: 0;
  }
}
.content-detail__frame img {
  width: 100%;
  max-width: 200px;
}
.content-detail__details {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-basis: 50%;
  margin-right: 25%;
}
@media all and (max-width: 850px) {
  .content-detail__details {
    flex-basis: 100%;
    margin-right: 0;
  }
}
.content-detail__details img {
  width: 100%;
  max-height: 54vh;
  object-fit: contain;
}
@media all and (min-width: 1024px) and (max-height: 760px) {
  .content-detail__details img {
    max-height: 48vh;
  }
}
@media all and (max-width: 850px) {
  .content-detail__details img {
    max-height: none;
  }
}
.content-detail__presentation {
  width: 100%;
  margin-bottom: 23px;
}
:root {
  --swiper-navigation-color: #fff;
  --swiper-theme-color: #fff;
}
.swiper-button-prev {
  left: 8%;
}
.swiper-button-next {
  right: 8%;
}
.swiper-button-next,
.swiper-button-prev {
  opacity: 1;
  transition: opacity 150ms ease-in-out;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.swiper-slide .video {
  transform: scale(0.9);
  transition: transform 200ms ease-in-out;
}
.swiper-slide-active .video {
  transform: scale(1);
}
/*# sourceMappingURL=app.css.map */