@font-face {
  font-family: "Dane";
  src: url("Dane-LightWEB.woff") format("woff"), url("Dane-LightWEB.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dane";
  src: url("Dane-RegularWEB.woff") format("woff"), url("Dane-RegularWEB.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dane";
  src: url("Dane-MediumWEB.woff") format("woff"), url("Dane-MediumWEB.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dane";
  src: url("Dane-SemiboldWEB.woff") format("woff"), url("Dane-SemiboldWEB.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GL52 SMART";
  src: url("GL52WIDEDIGITS-Regular.woff2") format("woff2"), url("GL52WIDEDIGITS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto";
  src: url("noto-sans-sc-v8-chinese-simplified_latin-300.woff2") format("woff2"), url("noto-sans-sc-v8-chinese-simplified_latin-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto";
  src: url("noto-sans-sc-v8-chinese-simplified_latin-regular.woff2") format("woff2"), url("noto-sans-sc-v8-chinese-simplified_latin-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto";
  src: url("noto-sans-sc-v8-chinese-simplified_latin-500.woff2") format("woff2"), url("noto-sans-sc-v8-chinese-simplified_latin-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto";
  src: url("noto-sans-sc-v8-chinese-simplified_latin-700.woff2") format("woff2"), url("noto-sans-sc-v8-chinese-simplified_latin-700.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "zcoolwenyiti";
  src: url("zcoolwenyiti.woff2") format("woff2"), url("zcoolwenyiti.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: sans-serif;
}

video,
img {
  vertical-align: middle;
  max-width: 100%;
}

input,
button {
  font-family: inherit;
  -webkit-appearance: none;
}

@supports (-webkit-overflow-scrolling: touch) {
  input:not([type="button"]),
  input:not([type="submit"]),
  select {
    font-size: 16px !important;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button {
  cursor: pointer;
}

a {
  color: currentColor;
}

strong, b {
  font-weight: 500;
}

.link-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
}

.link-meet .link-icon {
  background-image: url(../img/icon-menu-meet.svg);
}

.link-floorguide .link-icon {
  background-image: url(../img/icon-menu-floorguide.svg);
}

.link-visit .link-icon {
  background-image: url(../img/icon-menu-visit.svg);
}

.responsive-icon,
.small-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-arrow-back {
  background-image: url(../img/small-icon-arrow-back.svg);
}

.icon-arrow-down {
  background-image: url(../img/small-icon-arrow-down.svg);
}

.icon-arrow-up {
  background-image: url(../img/small-icon-arrow-up.svg);
}

.icon-arrow-diagonal {
  background-image: url(../img/small-icon-arrow-diagonal.svg);
}

.icon-arrow-forward {
  background-image: url(../img/small-icon-arrow-forward.svg);
}

.icon-info {
  background-image: url(../img/small-icon-info.svg);
}

.icon-search {
  background-image: url(../img/small-icon-search.svg);
}

.country-code-selector {
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-image: url(../img/small-icon-arrow-down.svg);
}

@media (min-width: 800px) {
  .responsive-icon,
  .responsive-icon {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .responsive-icon.icon-info {
    background-image: url(../img/large-icon-info.svg);
  }
  .responsive-icon.icon-arrow-back {
    background-image: url(../img/large-icon-arrow-back.svg);
  }
}

@media (min-width: 1600px) {
  .small-icon {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 1800px) {
  #header .link-icon {
    background-size: 60px 60px;
  }
}

::-moz-selection {
  color: #55FFC0;
  background: #FFFF84;
}

::selection {
  color: #55FFC0;
  background: #FFFF84;
}

html,
body {
  background-color: #FFF;
  color: #000;
  font-family: "Dane", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.loading-pane {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  transition: opacity .35s ease-out .125s;
}

.site-loader {
  display: none;
}

@media (max-width: 800px) {
  .site-loading-screen .site-loader {
    margin-top: -32px;
  }
}

.home:not(.has-been-welcomed) .site-loader {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.loader-dot {
  width: 4px;
  height: 4px;
  margin: 2px;
  background-color: currentColor;
}

@-webkit-keyframes dot-01 {
  0% {
    visibility: hidden;
  }
  33% {
    visibility: visible;
  }
}

@keyframes dot-01 {
  0% {
    visibility: hidden;
  }
  33% {
    visibility: visible;
  }
}

@-webkit-keyframes dot-02 {
  0% {
    visibility: hidden;
  }
  66% {
    visibility: visible;
  }
}

@keyframes dot-02 {
  0% {
    visibility: hidden;
  }
  66% {
    visibility: visible;
  }
}

.loader-dot:nth-child(2) {
  -webkit-animation: dot-01 0.8s infinite steps(1) both;
          animation: dot-01 0.8s infinite steps(1) both;
}

.loader-dot:nth-child(3) {
  -webkit-animation: dot-02 0.8s infinite steps(1) both;
          animation: dot-02 0.8s infinite steps(1) both;
}

.page-home-loading-screen {
  pointer-events: none;
  opacity: 0;
  transition: none;
}

@-webkit-keyframes message-fade-out {
  to {
    opacity: 0;
  }
}

@keyframes message-fade-out {
  to {
    opacity: 0;
  }
}

.is-home.is-loaded.animation-is-loaded.welcome-message .page-home-loading-screen {
  opacity: 1;
  -webkit-animation: message-fade-out .35s ease-out 2.125s forwards;
          animation: message-fade-out .35s ease-out 2.125s forwards;
}

.is-home.is-loaded.animation-is-loaded.welcome-message .page-home-loading-screen .site-loader {
  opacity: 0;
  transition: opacity 0s linear 2.5s;
}

@media (max-width: 800px) {
  body.is-home {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
  }
}

.home-loader-message {
  opacity: 0;
  display: block;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0;
  text-align: center;
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
  transition: opacity .15s ease-out .65s, -webkit-transform .15s ease-out .65s;
  transition: opacity .15s ease-out .65s, transform .15s ease-out .65s;
  transition: opacity .15s ease-out .65s, transform .15s ease-out .65s, -webkit-transform .15s ease-out .65s;
}

.is-home.is-loaded.animation-is-loaded .home-loader-message {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.is-home.is-loaded .site-loading-screen {
  opacity: 1;
  pointer-events: auto;
}

.is-home.is-loaded.animation-is-loaded .site-loading-screen,
.is-loaded .site-loading-screen {
  opacity: 0;
  pointer-events: none;
}

.is-loading .site-loading-screen {
  opacity: .5;
  pointer-events: auto;
}

.preload {
  background: #F2F2F2;
}

.preload img {
  opacity: 0;
  transition: opacity .35s linear;
}

.preload.is-loaded {
  background: transparent;
}

.preload.is-loaded img {
  opacity: 1;
}

.site-content {
  min-height: 100vh;
}

.page-template-page-home .site-content {
  transition: padding-top 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page-content,
.site-content {
  position: relative;
  width: 100%;
}

.page-content {
  z-index: 1;
  background-color: white;
}

@media (max-width: 800px) {
  .page-content {
    transition: background-color .125s linear;
  }
  .is-home .site-content {
    padding-top: 100%;
  }
  .is-home .page-content {
    background-color: rgba(255, 255, 255, 0);
  }
}

.site-section {
  position: relative;
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFF;
}

.site-section.is-active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-block {
  width: 100%;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}

@media (min-width: 800px) {
  .site-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .section-block {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .section-block {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1600px) {
  .section-block {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1800px) {
  .section-block {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
  }
}

.section-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.section-border-bottom-separator {
  border-bottom: 1px solid currentColor;
}

@media (min-width: 800px) {
  .desktop-section-border-bottom-separator {
    border-bottom: 1px solid currentColor;
  }
}

.section-title {
  font-family: "GL52 SMART", sans-serif;
  font-size: 24px;
  line-height: 1;
}

.section-title:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 800px) {
  .section-title {
    margin-top: -8px;
    font-size: 50px;
    font-size: 3.25vw;
    letter-spacing: 0;
  }
}

.section-description p {
  font-size: 13px;
  letter-spacing: -0.2px;
  line-height: 16px;
  font-weight: 300;
}

@media (min-width: 1600px) {
  .section-description p {
    font-size: 16px;
    line-height: 19px;
  }
}

.section-content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.site-input,
.info-text .button-cta,
.button-cta {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  border: 1px solid currentColor;
  color: currentColor;
  font-size: 13px;
  font-family: inherit;
  letter-spacing: -0.2px;
  text-align: center;
  line-height: 50px;
  background-color: transparent;
  text-decoration: none;
  border-radius: none;
}

.site-input:disabled,
.info-text .button-cta:disabled,
.button-cta:disabled {
  opacity: .5;
  pointer-events: none;
}

@media (min-width: 1600px) {
  .site-input,
  .info-text .button-cta,
  .button-cta {
    font-size: 16px;
  }
}

.info-text .button-cta-filled,
.button-cta-filled {
  color: #FFF;
  border-color: #000;
  background-color: #000;
  cursor: pointer;
}

.input-label {
  display: inline-block;
  margin-bottom: 7px;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: -0.1px;
  line-height: 12px;
}

@media (min-width: 800px) {
  .site-input,
  .info-text .button-cta,
  .button-cta {
    height: 70px;
    font-weight: 400;
    line-height: 50px;
  }
  .button-cta {
    max-width: 360px;
  }
}

.info-text a,
.link-cta-underline {
  display: inline;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 400;
  color: currentColor;
  letter-spacing: -0.2px;
  line-height: 15px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid currentColor;
  background-color: transparent;
}

.capitalized {
  display: inline-block !important;
  text-transform: lowercase;
}

.capitalized:first-letter {
  text-transform: uppercase !important;
}

@media (min-width: 1600px) {
  .info-text a,
  .link-cta-underline {
    font-size: 16px;
    line-height: 19px;
  }
}

.link-cta-underline .small-icon {
  position: relative;
  display: inline-block;
  margin-bottom: -6px;
  margin-left: -2px;
  margin-right: -2px;
}

.cta-bold {
  font-weight: 500;
}

.site-input {
  display: block;
  border-radius: 0;
  width: auto;
  max-width: 100%;
  padding: 0 15px 0 15px;
  text-align: left;
  -webkit-appearance: none;
}

.site-input-with-icon {
  padding: 0 45px 0 15px;
}

.site-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 20px;
  border-top: 1px solid currentColor;
  background-color: #FFF;
}

.site-footer:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  irght: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  box-shadow: 0 100px 0 100px #FFF;
}

body:not(.all-ps-loaded)[data-active-section="meet"] .home-footer,
body.all-ps-loaded .footer-load-more-ps,
.is-home .site-footer {
  display: none;
}

.footer-cta-link {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  text-decoration: none;
}

.site-footer-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 20px 0px 20px;
}

.site-footer-text a,
.site-footer-text {
  font-size: 10px;
  font-weight: 300;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  text-align: center;
}

.site-footer-nav a:not(:last-child) {
  margin-right: 10px;
}

@media (min-width: 800px) {
  .site-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .footer-cta-link {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 0;
    font-size: 50px;
  }
  .site-footer-content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 15px 20px;
  }
  .site-footer-text {
    width: 50%;
  }
  .site-footer-credits {
    text-align: left;
  }
  .site-footer-nav {
    text-align: right;
  }
  .site-footer-text a:hover {
    text-decoration: underline;
  }
}

.sprite-animation,
.sprite-animation.lazy-load {
  opacity: 1;
  position: relative;
  background-size: 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
}

.ps-sprite-animation {
  opacity: 0;
  background-size: auto 100%;
  transition: opacity .5s ease;
}

.ps-sprite-animation.is-loaded {
  opacity: 1;
  background-size: auto 100%;
}

.sprite-animation img {
  display: block;
  width: 100%;
}

.related-ps-link .ps-main-image.is-loaded img.lazy-load,
.sprite-animation img.lazy-load {
  opacity: 1;
}

.sprite-animation.is-loaded img:not(.lazy-load),
.ps-main-image.is-loaded img.lazy-load {
  opacity: 0;
  transition-delay: .35s;
}

.footer-back-to-top {
  width: 240px;
  height: 30px;
}

.footer-back-to-website {
  width: 315px;
  height: 30.5px;
}

.footer-load-more {
  width: 210px;
  height: 30.5px;
}

@-webkit-keyframes ps-animation {
  100% {
    background-position: 150% 0%;
  }
}

@keyframes ps-animation {
  100% {
    background-position: 150% 0%;
  }
}

@media (max-width: 800px) {
  .ps-page .ps-sprite-animation,
  .is-sticky .ps-sprite-animation {
    -webkit-animation: ps-animation 3.6s steps(3) infinite forwards;
            animation: ps-animation 3.6s steps(3) infinite forwards;
  }
  @-webkit-keyframes sprite-animation {
    0% {
      background-position: 0 0%;
    }
    50% {
      background-position: 0 0%;
    }
    100% {
      background-position: 0 100%;
    }
  }
  @keyframes sprite-animation {
    0% {
      background-position: 0 0%;
    }
    50% {
      background-position: 0 0%;
    }
    100% {
      background-position: 0 100%;
    }
  }
  .is-sticky .logo-sprite-animation.is-loaded {
    -webkit-animation: sprite-animation 2.4s steps(34) infinite forwards;
            animation: sprite-animation 2.4s steps(34) infinite forwards;
  }
  .is-sticky .footer-back-to-top.is-loaded {
    -webkit-animation: sprite-animation 3.2s steps(55) infinite forwards;
            animation: sprite-animation 3.2s steps(55) infinite forwards;
  }
  .is-sticky .footer-load-more.is-loaded {
    -webkit-animation: sprite-animation 3.2s steps(55) infinite forwards;
            animation: sprite-animation 3.2s steps(55) infinite forwards;
  }
}

@media (min-width: 800px) {
  .ps-sprite-animation {
    -webkit-animation: ps-animation 3.6s steps(3) infinite forwards;
            animation: ps-animation 3.6s steps(3) infinite forwards;
  }
  @-webkit-keyframes sprite-animation {
    100% {
      background-position: 0 100%;
    }
  }
  @keyframes sprite-animation {
    100% {
      background-position: 0 100%;
    }
  }
  .logo-sprite-animation.is-loaded:hover {
    -webkit-animation: sprite-animation 1.2s steps(34) 1;
            animation: sprite-animation 1.2s steps(34) 1;
  }
  .footer-back-to-top.is-loaded:hover {
    -webkit-animation: sprite-animation 1.6s steps(55) 1;
            animation: sprite-animation 1.6s steps(55) 1;
  }
  .footer-load-more.is-loaded:hover {
    -webkit-animation: sprite-animation 1.6s steps(55) 1;
            animation: sprite-animation 1.6s steps(55) 1;
  }
  .footer-back-to-top {
    width: 480px;
    height: 61px;
  }
  .footer-back-to-website {
    width: 630px;
    height: 61px;
  }
}

/* Cookies */
#cookie-notice {
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
}

#cookie-notice:before {
  content: "";
  display: block;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.cookie-notice-container {
  position: relative;
  z-index: 1;
  padding: 20px;
  text-align: right;
}

.cookie-notice-container #cn-notice-text {
  display: block;
  text-align: left;
  margin-bottom: 15px;
}

#cookie-notice .cn-button.button-cta {
  width: auto;
  margin-left: 15px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  line-height: 40px;
}

.cookie-notice-container:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 800px) {
  #cookie-notice .cookie-notice-container {
    border-top: 1px solid currentColor;
  }
}

@media (min-width: 800px) {
  #cookie-notice {
    top: 0;
    bottom: auto;
  }
  #cookie-notice .cookie-notice-container {
    border-bottom: 1px solid currentColor;
  }
  .cookie-notice-container #cn-notice-text {
    max-width: calc(100% - 400px);
    margin-bottom: 0px;
    float: left;
  }
  .cookie-notice-container {
    min-height: 80px;
  }
}

.site-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: height 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.site-header,
.header-tiles-wrapper,
.floating-header-draggable {
  display: none;
}

.page-template-page-home .site-header,
.page-template-page-home .site-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-content {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-info-bar {
  opacity: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 25px;
  border-bottom: 1px solid currentColor;
  transition: opacity .35s ease-out;
}

.is-home .header-info-bar {
  opacity: 1;
}

.header-info-light {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  margin-left: 8px;
  background: #F5A623;
  box-shadow: 0 0 4px 0 #F5A623;
  border-radius: 50%;
}

.header-info-light.is-open {
  background-color: #7ED321;
  box-shadow: 0 0 4px 0 #7ED321;
}

.header-info-text {
  position: relative;
  width: 100%;
  height: 100%;
}

.header-info-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: -0.1px;
  line-height: 26px;
}

@media (min-width: 800px) {
  .site-header {
    position: relative;
    min-height: auto;
  }
  .page-template-page-home .header-tiles-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header-info-bar {
    opacity: 1;
    height: 40px;
  }
  .header-info-light {
    margin-right: 11px;
    margin-left: 12px;
  }
  .header-info-message {
    padding-right: 20px;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 40px;
  }
}

@media (min-width: 1600px) {
  .header-info-message {
    font-size: 16px;
  }
}

.header-logo {
  display: none;
  width: 100%;
  height: auto;
}

.menu-language-switcher {
  position: absolute;
  z-index: 1001;
  top: 20px;
  right: 20px;
  transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
  transition: transform .35s ease-out, -webkit-transform .35s ease-out;
}

.single-page-header .menu-language-switcher {
  position: relative;
  top: 0;
  right: 0;
}

.menu-language-switcher .wpml-ls-display,
.menu-language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-current-language {
  display: none;
}

.menu-language-switcher .wpml-ls-legacy-list-horizontal {
  padding: 0px;
}

.styled-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  padding-left: 9px;
  padding-right: 23px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0px;
  font-size: 16px;
  -webkit-transform: scale(0.6875);
      -ms-transform: scale(0.6875);
          transform: scale(0.6875);
  -webkit-transform-origin: 100% 0%;
      -ms-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  color: currentColor;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  border: 1px solid currentColor;
  background-color: #FFF;
  background-image: url(../img/small-icon-select-arrow.svg);
  background-repeat: no-repeat;
  background-size: 9px 9px;
  background-position: center right 7px;
}

.styled-select::-ms-expand {
  display: none;
}

.styled-select.styled-select-width {
  display: none;
}

.styled-select option {
  font-weight: 500;
}

.is-home .menu-language-switcher {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

@media (min-width: 800px) {
  .ps-mobile-menu-language-switcher {
    display: none;
  }
  .styled-select {
    font-size: 13px;
    letter-spacing: -0.24px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .header-lang-switcher {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 8px;
    top: 40px;
    right: 40px;
  }
  .is-home .menu-language-switcher {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .styled-select {
    padding-left: 13px;
    padding-right: 21px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 13px;
    line-height: 13px;
  }
  .site-header {
    height: auto;
    border-bottom: 1px solid black;
  }
  .site-header .header-content {
    position: relative;
    width: 400px;
    height: auto;
    padding: 80px 40px 40px 40px;
    background-color: #FFF;
    border-right: 1px solid currentColor;
  }
  .site-header .header-logo {
    display: block;
  }
  .site-header .site-title {
    margin-bottom: 40px;
  }
}

@media (min-width: 1600px) {
  .site-header .header-content {
    width: 600px;
  }
  .header-lang-switcher {
    font-size: 16px;
  }
  .styled-select {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (min-width: 1800px) {
  .site-header .header-content {
    width: 850px;
  }
}

.header-nav {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid currentColor;
  background-color: white;
}

.mobile-sticky-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.mobile-nav {
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  height: auto;
  top: -1px;
  bottom: auto;
  display: none;
  background-color: white;
  will-change: background-color;
}

.is-home .mobile-nav {
  background-color: rgba(255, 255, 255, 0);
}

.is-sticky .mobile-nav {
  position: -webkit-sticky;
  position: sticky;
}

.is-sticky .mobile-nav ul {
  height: 60px;
}

.is-sticky .mobile-nav a .link-label {
  opacity: 0 !important;
}

.is-sticky .mobile-nav .link-icon {
  -webkit-transform: scale(0.8) translateY(8px);
      -ms-transform: scale(0.8) translateY(8px);
          transform: scale(0.8) translateY(8px);
}

@media (max-width: 800px) {
  .single-personal_stylist .mobile-nav,
  .page-template-page-home .mobile-nav {
    display: block;
  }
}

.tap-on-me-link {
  display: none;
  position: absolute;
  z-index: 999;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 150px);
}

.is-home .tap-on-me-link {
  display: block;
}

.close-section-button {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -3px;
  right: 3px;
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
  background-image: url(../img/icon-close-section.svg);
  transition: opacity .35s ease-out;
}

.is-active .close-section-button {
  opacity: 1;
  pointer-events: auto;
}

.site-header .header-nav,
.mobile-nav {
  border-bottom: 1px solid currentColor;
}

.is-home .mobile-nav {
  border-bottom: 0;
}

.header-nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 78px;
  padding: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: height .35s ease-out;
}

.header-nav li {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100% - 10px);
  list-style-type: none;
}

.header-nav a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 11px;
  font-weight: 300;
  color: currentColor;
  letter-spacing: 0px;
  text-align: center;
  line-height: 12px;
  text-decoration: none;
}

.header-nav li:not(:first-child) {
  border-left: 1px solid currentColor;
}

.header-nav a .link-sub-label {
  display: none;
}

.header-nav a .link-icon,
.header-nav a .link-label,
.header-nav a .link-sub-label {
  opacity: .3;
  transition: opacity .175s ease-out, -webkit-transform .35s ease-out;
  transition: opacity .175s ease-out, transform .35s ease-out;
  transition: opacity .175s ease-out, transform .35s ease-out, -webkit-transform .35s ease-out;
}

.header-nav a.is-active .link-icon,
.header-nav a.is-active .link-label,
.header-nav a.is-active .link-sub-label,
.is-home .header-nav a .link-icon,
.is-home .header-nav a .link-label,
.is-home .header-nav a .link-sub-label {
  opacity: 1;
}

@media (min-width: 800px) {
  .header-nav {
    display: block;
  }
  .mobile-nav {
    display: none;
  }
  .site-header .header-nav {
    position: relative;
    height: auto;
    border-left: 1px solid currentColor;
    border-right: 1px solid currentColor;
  }
  .site-header .header-nav ul {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }
  .site-header .header-nav li {
    width: 100%;
    height: 90px;
  }
  .site-header .header-nav li:not(:first-child) {
    border-left: none;
    border-top: 1px solid currentColor;
  }
  .site-header .header-nav a {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 13px;
    line-height: 15px;
    width: 100%;
  }
  .site-header .header-nav .link-icon {
    width: 110px;
    height: 90px;
  }
  .site-header .header-nav a .link-labels {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 70px;
    border-left: 1px solid currentColor;
    padding-left: 40px;
    font-weight: 500;
  }
  .site-header .header-nav a .link-sub-label {
    display: block;
    margin-top: 5px;
    font-weight: 300;
  }
  .header-nav:hover a .link-icon,
  .header-nav:hover a .link-label,
  .header-nav:hover a .link-sub-label {
    opacity: .3;
  }
  .header-nav a:hover .link-icon,
  .header-nav a:hover .link-label,
  .header-nav a:hover .link-sub-label,
  .header-nav a.is-active:hover .link-icon,
  .header-nav a.is-active:hover .link-label,
  .header-nav a.is-active:hover .link-sub-label {
    opacity: 1;
  }
  .floating-header .menu-language-switcher-container {
    display: none;
  }
  .floating-header-draggable {
    pointer-events: none;
    opacity: 0;
    display: block;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    transition: opacity .25s ease-out;
  }
  .floating-header-draggable.is-active {
    pointer-events: auto;
    opacity: 1;
  }
  .floating-header {
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 330px;
    height: 330px;
    background: #F6F7F9;
    border-radius: 4px;
    box-shadow: 0 0 0 1px black, 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    transition: height 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out, height 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.25s ease-out, height 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.25s ease-out;
  }
  .floating-header .menu-language-switcher,
  .floating-header .header-info-bar {
    display: none;
  }
  .floating-header-content {
    width: 100%;
    height: 100%;
    cursor: -webkit-grab;
    cursor: grab;
  }
  .floating-header-content:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  .floating-header-top-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
  }
  .floating-section-name {
    opacity: 0;
    padding-left: 10px;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: -0.2px;
    line-height: 35px;
    transition: opacity .35s linear;
    word-break: keep-all;
  }
  .fold-button {
    width: 100%;
    height: 35px;
    background-color: transparent;
    border: none;
    background-image: url(../img/icon-fold.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right 7px center;
    cursor: pointer;
  }
  .floating-header .header-nav {
    z-index: 11;
  }
  .floating-header .header-nav a .link-label {
    font-size: 11px;
    font-weight: 100;
  }
  .floating-header.is-folded {
    height: 86px;
  }
  .floating-header.is-folded .fold-button {
    background-image: url(../img/icon-unfold.svg);
  }
  .floating-header.is-folded canvas {
    -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
            transform: scale(0.2);
  }
  .floating-header.is-folded .floating-section-name {
    opacity: 1;
  }
  .floating-header .header-nav {
    border-radius: 0px 0px 3px 3px;
  }
  .floating-header.is-folded .header-nav ul {
    height: 50px;
  }
  .floating-header.is-folded .header-nav a .link-label {
    opacity: 0;
  }
  .floating-header.is-folded .header-nav .link-icon {
    -webkit-transform: scale(0.8) translateY(8px);
        -ms-transform: scale(0.8) translateY(8px);
            transform: scale(0.8) translateY(8px);
  }
}

@media (min-width: 1600px) {
  .site-header .header-nav a {
    font-size: 16px;
    line-height: 19px;
  }
  .site-header .header-nav li {
    height: 110px;
  }
}

@media (min-width: 1800px) {
  .site-header .header-nav li {
    height: 130px;
  }
}

.header-chat {
  pointer-events: none;
  opacity: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 20px;
  transition: opacity .15s linear, -webkit-transform .35s ease-out;
  transition: opacity .15s linear, transform .35s ease-out;
  transition: opacity .15s linear, transform .35s ease-out, -webkit-transform .35s ease-out;
}

.header-chat.is-visible {
  z-index: 9999;
  pointer-events: auto;
  opacity: 1;
}

.is-home .header-chat {
  -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
          transform: translateY(-80px);
}

.header-chat-bubble {
  position: absolute;
  bottom: 0;
  width: auto;
  opacity: 1;
  display: block;
  text-align: center;
}

.header-chat-bubble span {
  position: relative;
  display: inline;
  background-color: #FFF;
  border-radius: 3px;
  padding-left: 5px;
  padding-right: 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 16px;
  line-height: 26px;
  color: currentColor;
  text-align: center;
}

.header-chat-bubble span:not(:empty) {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
}

@media (min-width: 800px) {
  .is-home .header-chat {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .site-header .header-chat {
    left: 40px;
    right: 40px;
    bottom: 40px;
  }
  .site-header .header-chat-bubble span {
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
  }
  .floating-header .header-chat {
    bottom: 20px;
  }
}

@media (min-width: 1600px) {
  .site-header .header-chat-bubble span {
    font-size: 21px;
    line-height: 29px;
  }
}

@media (min-width: 1800px) {
  .site-header .header-chat-bubble span {
    font-size: 24px;
    line-height: 32px;
  }
}

.xmas-button {
  text-decoration: none;
}

.xmas-button span {
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 15px !important;
  padding-right: 10px !important;
  background-image: linear-gradient(141deg, #e6bf69 0%, #d2a448 33%, #e8cb6f 66%, #b3772b 100%);
  color: #fff !important;
  transition: -webkit-transform .125s ease;
  transition: transform .125s ease;
  transition: transform .125s ease, -webkit-transform .125s ease;
}

@media (min-width: 800px) {
  .xmas-button span {
    margin-left: -10px;
    margin-right: -10px;
    transition: -webkit-transform .125s ease;
    transition: transform .125s ease;
    transition: transform .125s ease, -webkit-transform .125s ease;
  }
  .xmas-button:hover span {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.xmas-button:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 9999;
  top: -200px;
  left: -40px;
  right: -40px;
  bottom: -20px;
}

.canvas-animation-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #F6F7F9;
}

@media (max-width: 800px) {
  .is-header-hidden .site-header:not(.floating-header) .canvas-animation-wrapper {
    pointer-events: none;
    opacity: 0.0001;
  }
}

@media (min-width: 800px) {
  .site-header .canvas-animation-wrapper {
    width: calc(100% - 400px);
  }
  .floating-header .canvas-animation-wrapper {
    height: 250px;
  }
}

.header-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}

.video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center bottom 50px;
  background-repeat: no-repeat;
}

@media (min-width: 800px) {
  .header-background-video {
    top: auto;
    bottom: 0;
    width: 100%;
    min-height: 100%;
  }
  .video-poster {
    display: none;
  }
}

.floating-header .video-poster,
.video-poster.is-hidden {
  visibility: hidden;
}

.canvas-animation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.canvas-animation-box {
  opacity: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 700px;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  transition: opacity .175s linear, -webkit-transform .35s ease-out;
  transition: transform .35s ease-out, opacity .175s linear;
  transition: transform .35s ease-out, opacity .175s linear, -webkit-transform .35s ease-out;
}

.canvas-animation-box.is-visible {
  opacity: 1;
  transition: opacity .175s linear .175s, -webkit-transform .35s ease-out;
  transition: transform .35s ease-out, opacity .175s linear .175s;
  transition: transform .35s ease-out, opacity .175s linear .175s, -webkit-transform .35s ease-out;
}

.canvas-animation-box:after {
  display: block;
  position: relative;
  z-index: 1;
  content: "";
  width: 40px;
  height: 40px;
  border-left: 20px solid currentColor;
  border-top: 20px solid currentColor;
  border-bottom: 20px solid currentColor;
  border-right: 20px solid transparent;
  background-color: #FFF;
  -webkit-animation: animation-loader 1s ease-in-out infinite;
          animation: animation-loader 1s ease-in-out infinite;
  box-shadow: 0 0 0 4px #FFF;
  transition: opacity .35s linear;
}

.canvas-animation-box.is-loaded:after {
  opacity: 0;
}

@-webkit-keyframes animation-loader {
  from {
    -webkit-transform: rotate(0deg) translateZ(0);
            transform: rotate(0deg) translateZ(0);
  }
  to {
    -webkit-transform: rotate(360deg) translateZ(0);
            transform: rotate(360deg) translateZ(0);
  }
}

@keyframes animation-loader {
  from {
    -webkit-transform: rotate(0deg) translateZ(0);
            transform: rotate(0deg) translateZ(0);
  }
  to {
    -webkit-transform: rotate(360deg) translateZ(0);
            transform: rotate(360deg) translateZ(0);
  }
}

.is-home .canvas-animation-box {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

@media (min-width: 800px) {
  .is-home .canvas-animation-box,
  .canvas-animation-box {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

.canvas-animation canvas {
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  transition: opacity .35s linear, -webkit-transform .25s ease-out;
  transition: opacity .35s linear, transform .25s ease-out;
  transition: opacity .35s linear, transform .25s ease-out, -webkit-transform .25s ease-out;
}

.floating-header .canvas-animation canvas {
  -webkit-transform: translateX(-50%) scale(0.4);
      -ms-transform: translateX(-50%) scale(0.4);
          transform: translateX(-50%) scale(0.4);
}

.canvas-animation-box.is-loaded canvas {
  opacity: 1;
}

@media (min-width: 800px) {
  #header .canvas-animation .canvas-animation-box {
    opacity: 0;
  }
  #header .canvas-animation[data-page-slug="home"] .canvas-animation-box {
    opacity: 1;
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@media (min-width: 1200px) {
  #header .canvas-animation[data-page-slug="home"] .canvas-animation-box {
    -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
            transform: scale(1.25);
  }
}

@media (min-width: 1600px) {
  #header .canvas-animation[data-page-slug="home"] .canvas-animation-box {
    -webkit-transform: translateY(-50px) scale(1.5);
        -ms-transform: translateY(-50px) scale(1.5);
            transform: translateY(-50px) scale(1.5);
  }
}

@media (min-width: 1800px) {
  #header .canvas-animation[data-page-slug="home"] .canvas-animation-box {
    -webkit-transform: translateY(-125px) scale(1.75);
        -ms-transform: translateY(-125px) scale(1.75);
            transform: translateY(-125px) scale(1.75);
  }
}

.single-page {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  min-height: calc(100vh - 164px);
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
}

.single-page-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFF;
}

@media (min-width: 800px) {
  .single-page-content {
    padding-bottom: 80px;
  }
}

.single-background-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.single-title {
  font-family: "GL52 SMART", sans-serif;
  font-weight: 400;
  font-size: 25px;
}

.single-page-description {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: -0.2px;
  line-height: 16px;
}

@media (min-width: 1600px) {
  .single-page-description {
    font-size: 16px;
    line-height: 19px;
  }
}

.info-page-title {
  word-break: break-word;
}

@media (min-width: 800px) {
  .single-title {
    margin-bottom: 40px;
    font-size: 90px;
    color: currentColor;
    letter-spacing: 0;
    text-align: center;
    line-height: 90px;
  }
  .info-page-title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-page-description {
    font-size: 19px;
    color: currentColor;
    letter-spacing: -0.55px;
    text-align: center;
    line-height: 30px;
  }
}

@media (min-width: 800px) {
  .single-page-description {
    font-size: 21px;
    line-height: 29px;
  }
}

.single-page-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 130px;
  padding: 20px;
  background: #55FFC0;
}

.single-page-header-top-nav {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: flex;
      -ms-flex-direction: flex;
          flex-direction: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
}

@media (min-width: 800px) {
  .single-page-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 0;
    background: #FFF;
  }
}

.info-text h2,
.info-text h1 {
  font-weight: 500;
  font-size: 13px;
  color: currentColor;
  letter-spacing: -0.2px;
  line-height: 16px;
}

.info-text p {
  font-weight: 300;
  font-size: 13px;
  color: currentColor;
  letter-spacing: -0.2px;
  line-height: 16px;
}

.info-text table,
.info-text table p,
.info-text table span {
  font-family: "Dane", sans-serif !important;
}

@media (min-width: 1600px) {
  .info-text h2,
  .info-text h1,
  .info-text p {
    font-size: 16px;
    line-height: 19px;
  }
}

.info-text a {
  word-break: break-word;
}

.page-description {
  font-size: 19px;
  letter-spacing: -0.35px;
  line-height: 23px;
  font-weight: 400;
}

.info-text h2:not(:last-child),
.info-text h1:not(:last-child),
.info-text p:not(:last-child),
.info-text img:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 800px) {
  .page-description {
    font-weight: 500;
  }
  .info-text.info-text-large h2,
  .info-text.info-text-large h1 {
    font-weight: 500;
    font-size: 19px;
    letter-spacing: -0.29px;
    line-height: 16px;
  }
  .info-text.info-text-large p {
    font-size: 19px;
    letter-spacing: -0.55px;
    line-height: 25px;
  }
}

@media (min-width: 1600px) {
  .page-description {
    font-size: 21px;
    line-height: 29px;
  }
  .info-text.info-text-large h2,
  .info-text.info-text-large h1 {
    font-size: 21px;
    line-height: 21px;
  }
  .info-text.info-text-large p {
    font-size: 21px;
    line-height: 29px;
  }
}

.ps-info-header-image {
  width: 70%;
  max-width: 360px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.ps-info-header-image img {
  width: 100%;
}

.ps-info-tiles-block {
  width: 60px;
}

@media (min-width: 800px) {
  .info-text img.ps-info-tiles-block {
    width: 80px;
    margin-bottom: 30px;
  }
}

.ps-title {
  font-family: "GL52 SMART", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 20px;
}

.related-ps-link .ps-title {
  font-size: 18px;
  line-height: 18px;
  margin-top: 15px;
  margin-bottom: 0px;
}

@media (min-width: 800px) {
  .related-ps-link .ps-title {
    font-size: 25px;
    line-height: 25px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1600px) {
  .related-ps-link .ps-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.ps-info-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 100;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
}

.ps-link-title-desktop {
  display: none;
}

.ps-page .single-page-header {
  display: none;
}

.ps-page .single-page-content {
  padding-top: 0;
}

.ps-page-header {
  padding: 20px;
}

.ps-description {
  min-height: 93px;
  padding-left: 70px;
  background-image: url(../img/ely-poses/GLCE_Posing_Wave_00000.png);
  background-size: 67px 93px;
  background-repeat: no-repeat;
}

@media (min-width: 800px) {
  .ps-page .single-page-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ps-info-link {
    top: 30px;
    left: 30px;
    right: auto;
  }
  .ps-link-title-mobile {
    display: none;
  }
  .ps-link-title-desktop {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ps-description {
    display: none;
    font-weight: 300;
  }
  .single-title.ps-title {
    margin-bottom: 40px;
    font-size: 90px;
    color: currentColor;
    letter-spacing: 0;
    text-align: center;
    line-height: 80px;
  }
}

.ps-page-content .section-ps-main-image {
  padding-top: 0;
  padding-bottom: 0;
}

.ps-page-content .ps-main-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  transition: opacity .35s linear .35s, -webkit-transform .35s ease-out .35s;
  transition: transform .35s ease-out .35s, opacity .35s linear .35s;
  transition: transform .35s ease-out .35s, opacity .35s linear .35s, -webkit-transform .35s ease-out .35s;
}

.ps-main-image.is-loaded {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.ps-page-content .ps-sprite-animation {
  display: block;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.ps-page-content .ps-main-image img {
  display: block;
  width: 100%;
  max-width: 840px;
  height: auto;
}

@media (min-width: 800px) {
  .ps-page-content .ps-main-image img {
    width: auto;
    height: 120vh;
    max-height: 1240px;
  }
}

.ps-interview {
  padding-bottom: 20px;
}

@media (min-width: 800px) {
  .ps-interview {
    padding-bottom: 40px;
  }
}

.ps-interview-block {
  position: relative;
}

.has-profile-pic {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
}

@media (min-width: 800px) {
  .has-profile-pic {
    min-height: 130px;
  }
}

.has-profile-pic.ps-pic {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.profile-pic {
  display: block;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 100px;
  background-size: cover;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.interview-chat.is-question .profile-pic {
  background-image: url(../img/ely-poses/GLCE_Posing_Mega_Coup_de_Poing_00000.png);
}

.show-profile-pic.interview-chat.is-question {
  padding-left: 100px;
}

.show-profile-pic.interview-chat.is-answer {
  padding-right: 100px;
}

.show-profile-pic.interview-chat.is-question .profile-pic {
  left: 20px;
}

.show-profile-pic.interview-chat.is-answer .profile-pic {
  right: 20px;
}

.interview-chat {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  background-size: 0;
  background-repeat: no-repeat;
}

@media (min-width: 800px) {
  .show-profile-pic.interview-chat .profile-pic {
    width: 90px;
    height: 130px;
  }
  .show-profile-pic.interview-chat.is-question {
    padding-left: 120px;
  }
  .show-profile-pic.interview-chat.is-answer {
    padding-right: 120px;
  }
  .interview-chat {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .show-profile-pic.interview-chat.is-question .profile-pic {
    left: -70px;
  }
  .show-profile-pic.interview-chat.is-answer .profile-pic {
    right: -70px;
  }
  .show-profile-pic.interview-chat.is-question,
  .show-profile-pic.interview-chat.is-answer {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.interview-text {
  position: relative;
  max-width: 540px;
  padding: 10px 15px;
  background: #55FFC0;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 300;
  color: currentColor;
  letter-spacing: -0.2px;
  line-height: 20px;
}

@media (min-width: 1600px) {
  .interview-text {
    font-size: 16px;
    line-height: 19px;
  }
}

.interview-text a {
  font-weight: 400;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
}

@media (min-width: 800px) {
  .interview-text {
    padding: 15px 20px;
    font-size: 19px;
    letter-spacing: -0.35px;
    line-height: 30px;
  }
}

@media (min-width: 1600px) {
  .interview-text {
    font-size: 21px;
    line-height: 29px;
  }
}

.show-profile-pic.interview-chat .interview-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
}

.show-profile-pic.interview-chat.is-question .interview-text:after {
  left: -4px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-left: 8px solid #F2F2F2;
  border-bottom: 8px solid #F2F2F2;
}

.show-profile-pic.interview-chat.is-answer .interview-text:after {
  right: -4px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  border-left: 8px solid #55FFC0;
  border-bottom: 8px solid #55FFC0;
}

@media (min-width: 800px) {
  .show-profile-pic.interview-chat.is-question .interview-text:after {
    left: -8px;
  }
  .show-profile-pic.interview-chat.is-answer .interview-text:after {
    right: -8px;
  }
}

.interview-chat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.interview-chat.is-question {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.interview-chat.is-question .interview-text {
  background: #F2F2F2;
}

.interview-media {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.interview-media .media {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.interview-media.is-animated .media {
  max-width: 230px;
  margin-left: auto;
}

.interview-media img,
.interview-media video {
  width: 100%;
  height: auto;
}

.interview-gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.interview-gallery.small-gallery .media {
  width: calc(50% - 5px);
}

.large-gallery {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.interview-gallery.large-gallery .media {
  width: 100%;
}

@media (min-width: 800px) {
  .interview-media {
    padding-top: 0px;
  }
  .interview-gallery .media {
    padding-left: 0;
    padding-right: 0;
  }
  .interview-media.is-animated .media {
    margin-right: 40px;
  }
  .interview-gallery.small-gallery .media,
  .interview-gallery.large-gallery .media {
    width: calc(50% - 10px);
  }
  .large-gallery {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .interview-gallery.large-gallery {
    position: relative;
    width: calc(100vw - 60px);
    max-width: 1200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.single-ps-infos {
  border-top: 1px solid currentColor;
}

.ps-info-block {
  border-bottom: 1px solid currentColor;
}

@media (min-width: 800px) {
  .single-ps-infos {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ps-info-block:first-child {
    border-right: 1px solid currentColor;
  }
}

.related-ps-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 20px;
}

.related-ps-link {
  position: relative;
  display: block;
  width: 50%;
  padding: 30px;
  text-decoration: none;
}

.related-ps-link .ps-title {
  width: 100%;
  text-align: center;
}

@media (min-width: 800px) {
  .related-ps-list {
    padding-bottom: 40px;
  }
  .related-ps-link {
    width: 25%;
    padding: 0px 15px 30px;
  }
  .related-ps-link .ps-title {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  .related-ps-link:hover .ps-main-image {
    -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  .related-ps-link:hover .ps-title {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 1;
  }
}

.ps-link {
  position: relative;
  color: currentColor;
  text-decoration: none;
}

.ps-link:not(:last-child) {
  border-bottom: 1px solid currentColor;
}

.ps-link-info {
  position: relative;
}

.ps-link-description {
  padding-left: 80px;
}

.ps-link-ely {
  position: absolute;
  top: 50%;
  width: 67px;
  height: 93px;
  margin-top: -46px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.ps-link:nth-child(1) .ps-link-ely {
  background-image: url(../img/ely-poses/posing_1.jpg);
}

.ps-link:nth-child(2) .ps-link-ely {
  background-image: url(../img/ely-poses/posing_2.jpg);
}

.ps-link:nth-child(3) .ps-link-ely {
  background-image: url(../img/ely-poses/posing_3.jpg);
}

.ps-link:nth-child(4) .ps-link-ely {
  background-image: url(../img/ely-poses/posing_4.jpg);
}

.ps-link:nth-child(5) .ps-link-ely {
  background-image: url(../img/ely-poses/posing_5.jpg);
}

.ps-link:nth-child(6) .ps-link-ely {
  background-image: url(../img/ely-poses/posing_6.jpg);
}

.ps-link:nth-child(7) .ps-link-ely {
  background-image: url(../img/ely-poses/posing_7.jpg);
}

.ps-link:nth-child(8) .ps-link-ely {
  background-image: url(../img/ely-poses/posing_8.jpg);
}

.ps-link:nth-child(9) .ps-link-ely {
  background-image: url(../img/ely-poses/posing_9.jpg);
}

.ps-link-description p {
  position: relative;
  min-height: 60px;
  padding: 10px;
  font-size: 13px;
  letter-spacing: -0.2px;
  line-height: 17px;
  font-weight: 300;
  background: #F2F2F2;
  border-radius: 20px;
}

@media (min-width: 1600px) {
  .ps-link-description p {
    font-size: 16px;
    line-height: 19px;
  }
}

.ps-link-description p:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 8px solid transparent;
  border-left: 8px solid #F2F2F2;
  border-bottom: 8px solid #F2F2F2;
  border-right: 8px solid transparent;
}

.ps-link-info .ps-info-block.section-block.info-text {
  border-right: 0px;
}

.meet-section .tiles-wrapper {
  display: none;
}

.ps-link-info-keep-posted .ps-info-block {
  border-bottom: 0px;
}

@media (min-width: 800px) {
  .meet-section .section-content {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding-bottom: 40px;
  }
  .meet-section-intro {
    border-right: 1px solid currentColor;
  }
  .meet-section-block {
    width: 50%;
  }
  .ps-link {
    width: calc(50% - 100px);
    margin: 40px;
    padding: 10px 20px;
  }
  .ps-link:not(:last-child) {
    border-bottom: none;
  }
  .ps-link .ps-link-description,
  .ps-link .ps-link-title-desktop {
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .ps-link-description {
    padding-left: 0;
    padding-right: 0;
    background-position: center;
    background-image: none;
  }
  .ps-link-ely {
    position: relative;
    top: auto;
    margin: 0 auto 20px;
    width: 103px;
    min-height: 143px;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
    transition: -webkit-transform .175s ease-out;
    transition: transform .175s ease-out;
    transition: transform .175s ease-out, -webkit-transform .175s ease-out;
  }
  .ps-link:hover .ps-link-ely {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .ps-link-description p {
    margin-bottom: 0;
    background: #FFF;
    border-radius: 0;
    padding: 0;
  }
  .ps-link-description p:after {
    display: none;
  }
  .ps-link-info {
    opacity: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: #FFF;
  }
  .ps-link-info-keep-posted,
  .ps-link:hover .ps-link-info {
    opacity: 1;
  }
  .ps-link-cta {
    display: none;
  }
  .meet-section .tiles-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .ps-link {
    width: calc(33.33% - 100px);
    margin: 40px;
    padding: 10px 20px;
  }
}

@media (min-width: 1600px) {
  .ps-link .ps-link-description,
  .ps-link .ps-link-title-desktop {
    max-width: 280px;
  }
}

.previously-ps-list {
  padding-bottom: 20px;
}

.previously-ps-list-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.previously-ps-list-wrapper .related-ps-link {
  display: none;
}

.previously-ps-list-wrapper .related-ps-link:nth-child(1),
.previously-ps-list-wrapper .related-ps-link:nth-child(2),
.previously-ps-list-wrapper .related-ps-link:nth-child(3),
.previously-ps-list-wrapper .related-ps-link:nth-child(4),
.previously-ps-list-wrapper .related-ps-link.is-loaded {
  display: block;
}

.previous-next {
  display: none;
}

.previous-ps {
  border-top: 1px solid currentColor;
}

@media (min-width: 800px) {
  .previous-ps {
    border-top: 0px;
  }
  .related-ps-header {
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .previous-next {
    display: block;
  }
  .previous-next button.is-hidden {
    display: none;
  }
  .footer-load-more-ps {
    display: none;
  }
  .meet-section .section-content.previous-ps {
    padding-bottom: 0;
  }
  .previously-ps-list {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;
  }
  .previously-ps-list-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding-bottom: 30px;
  }
  .previously-ps-list-wrapper .related-ps-link {
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 30px;
    width: 240px;
  }
  .previously-ps-list-wrapper .related-ps-link:hover {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  .previously-ps-list-wrapper .related-ps-link:hover .ps-title {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 1;
  }
}

.floorguide-section {
  min-height: 100vh;
  background-image: url(../img/brands-search-background.png);
  background-size: 257%;
  background-position: left -4px;
}

@media (min-width: 800px) {
  .floorguide-section {
    background-size: 100%;
  }
}

.floorguide-section-header {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFF;
}

.floorguide-section-intro {
  display: none;
}

.floorguide-section-nav {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  border-bottom: 1px solid currentColor;
}

.floor-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.floor-selector-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 1px;
}

.floor-selector button {
  opacity: .3;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: currentColor;
  letter-spacing: -0.55px;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: opacity .175s ease-out;
}

.floor-selector button.is-active {
  opacity: 1;
  font-weight: 500;
}

.floor-description {
  display: none;
}

.floor-description.is-active {
  display: block;
}

.info-text .floor-title-mobile {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 20px;
}

.info-text .floor-title-desktop {
  display: none;
}

.floorguide-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 800px) {
  .floorguide-content {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
}

.brands-animation-wrapper {
  display: none;
  position: relative;
  width: 100%;
  height: 440px;
  overflow: hidden;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  cursor: -webkit-grab;
  cursor: grab;
}

@media (min-width: 370px) {
  .brands-animation-wrapper {
    display: block;
  }
}

.brands-animation-wrapper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.brands-animation-content {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  background-color: #FFF;
}

.brands-animation-content.is-active {
  display: block;
}

.canvas-wrapper {
  opacity: 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brand-anim-box {
  opacity: 1;
  display: block;
  white-space: nowrap;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

.anim-box-content {
  position: relative;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.brand-anim-box .rect {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  font-size: 0;
}

.brand-anim-box .rect span {
  display: block;
  margin-top: -4px;
  font-family: "GL52 SMART", sans-serif;
  font-size: 45px;
  line-height: 1;
  vertical-align: top;
  background-color: #FFFF84;
  color: #55FFC0;
}

@media (min-width: 1200px) {
  .brand-anim-box .rect {
    height: 56px;
  }
  .brand-anim-box .rect span {
    margin-top: -5px;
    font-size: 56px;
  }
}

@media (min-width: 1600px) {
  .brand-anim-box .rect {
    height: 66px;
  }
  .brand-anim-box .rect span {
    margin-top: -6px;
    font-size: 66px;
  }
}

@media (min-width: 1800px) {
  .brand-anim-box .rect {
    height: 76px;
  }
  .brand-anim-box .rect span {
    margin-top: -7px;
    font-size: 76px;
  }
}

.floor-section {
  display: none;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.floor-section.is-active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.brand-list {
  padding-left: 12px;
  line-height: 35px;
}

.brand-list-item {
  list-style-type: none;
  font-size: 19px;
  letter-spacing: -0.35px;
  line-height: 35px;
}

@media (min-width: 1600px) {
  .brand-list-item {
    font-size: 21px;
    line-height: 29px;
  }
}

.brand-list-item a {
  text-decoration: none;
}

li.brand-is-selected {
  color: #55FFC0;
  background: #FFFF84;
}

.brand-list-title {
  font-weight: 300;
  font-size: 11px;
  letter-spacing: -0.1px;
  line-height: 35px;
}

@media (min-width: 800px) {
  .floorguide-section-header {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 0;
    height: 141px;
  }
  .floorguide-section-intro {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    max-width: 440px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .floorguide-section-intro .section-title {
    margin-bottom: 0;
  }
  .floorguide-section-nav {
    height: auto;
    border-left: 1px solid currentColor;
    border-bottom: none;
  }
  .floor-description-link {
    display: none;
  }
  .floorguide-section-floor-description {
    display: block;
    border-left: 1px solid currentColor;
  }
  .brands-animation-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 440px;
    height: 100vh;
    padding-top: 141px;
    border-top: none;
    border-bottom: none;
  }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .brands-animation-wrapper {
      top: 141px;
      height: calc(100vh - 141px);
      padding-top: 0;
    }
  }
  .floorguide-section-nav,
  .floorguide-section-floor-description,
  .floors-list {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .info-text .floor-title-mobile {
    display: none;
  }
  .info-text .floor-title-desktop {
    display: block;
    font-family: 'Dane';
    font-size: 13px;
    line-height: inherit;
  }
  .floor-selector:hover button:not(:hover) {
    opacity: .3;
  }
  .floor-selector button:hover {
    opacity: 1;
  }
  .floor-section.is-active {
    display: block;
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}

@media (min-width: 1200px) {
  .floorguide-section-intro {
    min-width: 440px;
    max-width: auto;
  }
  .floor-section.is-active {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
}

@media (min-width: 1600px) {
  .info-text .floor-title {
    font-size: 16px;
  }
}

.floor-results {
  display: none;
  background-color: #FFF;
}

.floor-results.is-visible {
  display: block;
}

.floor-search-results {
  display: none;
  width: 100%;
}

.floor-search-results {
  margin-top: -1px;
}

.floors-list {
  width: 100%;
  background-color: #FFF;
}

@media (min-width: 800px) {
  .floorguide-section {
    background-position: left 140px;
  }
  .floor-list-content {
    width: calc(100% - 440px);
  }
  .floors-list {
    border-left: 1px solid currentColor;
    min-height: calc(100vh - 141px);
  }
  .floor-search-results {
    border-left: 1px solid currentColor;
  }
}

@media (min-width: 1600px) {
  .floorguide-section-header {
    height: 161px;
  }
  .floorguide-section-intro {
    min-width: 560px;
  }
  .brands-animation-wrapper {
    width: 560px;
    padding-top: 161px;
  }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .brands-animation-wrapper {
      top: 161px;
      height: calc(100vh - 161px);
    }
  }
  .floors-list {
    min-height: calc(100vh - 161px);
  }
  .floor-list-content {
    width: calc(100% - 560px);
  }
}

@media (min-width: 1800px) {
  .floorguide-section-intro .section-title {
    font-size: 60px;
  }
  .floorguide-section-intro {
    min-width: 740px;
  }
  .brands-animation-wrapper {
    width: 740px;
  }
  .floor-list-content {
    width: calc(100% - 740px);
  }
}

.brand-search-button {
  margin-top: 2px;
  margin-left: -2px;
}

.floor-selector-search input {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  border: none;
  background-color: transparent;
  border: none;
  inner-shadow: 0 0 0 transparent;
  font-weight: 300;
  font-size: 16.15px;
  font-family: "Dane";
  letter-spacing: -0.55px;
}

.floor-selector-search input::-webkit-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}

.floor-selector-search input:-ms-input-placeholder {
  color: #B2B2B2;
  opacity: 1;
}

.floor-selector-search input::placeholder {
  color: #B2B2B2;
  opacity: 1;
}

.floor-selector-search input:-ms-input-placeholder {
  color: #B2B2B2;
}

.floor-selector-search input::-ms-input-placeholder {
  color: #B2B2B2;
}

@media (min-width: 800px) {
  .floor-selector-search input {
    font-size: 19px;
  }
  .close-search-button {
    line-height: 19px;
  }
}

.floor-selector-search {
  opacity: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 30px;
  right: 0;
  height: 100%;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}

.floorguide-section-floor-description,
.floor-selector-buttons,
.floor-selector-search {
  transition: opacity .175s ease-out, -webkit-transform .35s ease-out;
  transition: opacity .175s ease-out, transform .35s ease-out;
  transition: opacity .175s ease-out, transform .35s ease-out, -webkit-transform .35s ease-out;
}

.search-is-expanded .floor-selector-search {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.search-is-expanded .floorguide-section-floor-description,
.search-is-expanded .floor-selector-buttons {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 800px) {
  .search-is-expanded .floorguide-section-floor-description {
    display: none;
  }
}

.search-is-expanded .floorguide-section-nav .close-search-button:not(:hover) {
  opacity: 1;
}

.search-is-expanded .brands-animation-wrapper,
.search-is-expanded .brands-animation-content,
.search-is-expanded .floor-section,
.search-is-expanded .floors-list {
  display: none;
}

@media (min-width: 800px) {
  .search-is-expanded .brands-animation-wrapper {
    display: block;
  }
}

.search-is-expanded .floor-selector-buttons {
  opacity: 0;
  pointer-events: none;
}

.search-is-expanded .floor-selector-search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.floor-search-results .brand-list-item {
  display: none;
}

.search-is-expanded .floor-search-results,
.floor-search-results .brand-list-item.is-visible {
  display: block;
}

.visit-section-intro,
.visit-section-background {
  display: none;
}

.visit-info-section .header-info-bar {
  opacity: 1;
  position: relative;
  width: 100%;
}

.visit-section .info-block {
  width: 100%;
}

.visit-section .info-block:not(:last-child) {
  margin-bottom: 60px;
}

.visit-section-header,
.visit-section .tiles-wrapper {
  display: none;
}

.visit-section-header-image {
  width: 100%;
}

.visit-section .visit-section-logo {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
  border-bottom: none;
}

.visit-info-section {
  margin-bottom: 10px;
}

.credits-section {
  margin-bottom: 40px;
}

@media (min-width: 800px) {
  .visit-section-header {
    display: block;
  }
  .visit-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .visit-section .header-info-bar,
  .visit-section .visit-section-logo,
  .visit-section-mobile-image {
    display: none;
  }
  .visit-section .visit-section-background {
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .visit-section-intro {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    border-bottom: 1px solid currentColor;
  }
  .info-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .visit-info-section {
    margin-bottom: 0;
  }
  .visit-section .info-block {
    width: 50%;
    margin-bottom: 60px;
  }
  .visit-section .info-block {
    width: calc(50% - 40px);
  }
  .visit-section .button-cta {
    max-width: 100%;
    font-weight: 100;
    letter-spacing: 0;
  }
}

@media (min-width: 1200px) {
  .visit-section-content {
    width: 50%;
    border-right: 1px solid currentColor;
  }
  .visit-section .tiles-wrapper {
    display: block;
  }
}

.hidden-items-wrapper {
  height: 0px;
  overflow: hidden;
}

.hidden-items-wrapper.is-visible {
  height: auto;
}

.toggle-hidden-button.is-toggled {
  display: none;
}

@media (min-width: 800px) {
  .news-section .section-block {
    padding-top: 0;
  }
  .info-items {
    margin-top: 10px;
  }
}

.info-item {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 22px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  color: currentColor;
  text-decoration: none;
  border: 1px solid currentColor;
  transition: opacity .15s linear;
}

.news-link {
  position: relative;
}

.news-link.info-item {
  display: block;
}

.news-link:after {
  content: "";
  display: block;
  clear: both;
}

.news-link .news-image {
  float: left;
  width: 33.33%;
  margin-right: 20px;
  margin-bottom: 5px;
}

.news-link .news-title {
  font-family: "GL52 SMART", sans-serif;
  font-size: 18px;
  color: currentColor;
  letter-spacing: 0;
  line-height: 18px;
}

@media (min-width: 1600px) {
  .news-link .news-title {
    font-size: 23px;
    line-height: 23px;
  }
}

.news-link .link-cta-underline {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.news-link p:not(:last-child) {
  margin-bottom: 25px;
}

@media (min-width: 800px) {
  .news-link {
    padding: 20px;
  }
  .news-link .link-cta-underline {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}

.faq-block {
  position: relative;
  min-height: 50px;
  overflow: hidden;
  padding-top: 17px;
  padding-bottom: 20px;
}

.faq-block:after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url(../img/small-icon-arrow-down.svg);
  background-size: 20px 20px;
  background-position: right top;
  background-repeat: no-repeat;
  transition: -webkit-transform .175s ease-out;
  transition: transform .175s ease-out;
  transition: transform .175s ease-out, -webkit-transform .175s ease-out;
}

.faq-block h2:not(:last-child) {
  margin-bottom: 0;
  padding-right: 30px;
}

.faq-block p {
  pointer-events: none;
  position: absolute;
  opacity: 0;
  transition: none;
  word-break: break-word;
}

.faq-block.is-visible h2:not(:last-child) {
  margin-bottom: 20px;
}

.faq-block h2 {
  position: relative;
  cursor: pointer;
}

.faq-block h2:before {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}

.faq-block.is-visible p {
  pointer-events: auto;
  position: relative;
  opacity: 1;
  transition: opacity .15s linear .1s;
}

@media (min-width: 800px) {
  .faq-block {
    min-height: 70px;
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .faq-block:after {
    top: 24px;
  }
  .faq-block h2:before {
    top: -27px;
  }
}

.faq-block.is-visible {
  height: auto;
}

.faq-block.is-visible:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.unsubscribe-form {
  position: relative;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.unsubscribe-form .form-page {
  display: none;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.unsubscribe-form .form-page.is-active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 800px) {
  .unsubscribe-form .show-profile-pic.interview-chat.is-question {
    padding-left: 110px;
    padding-right: 0;
    padding-bottom: 0;
  }
  .unsubscribe-form .show-profile-pic.interview-chat.is-question .profile-pic {
    left: 0;
  }
}

.unsubscribe-form .form-fields {
  width: 100%;
  max-width: 480px;
}

.unsubscribe-form .fields-set {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.unsubscribe-form .site-input,
.unsubscribe-form .button-cta {
  width: 100%;
  max-width: 100%;
}

.unsubscribe-form .input-dialing-code {
  width: calc(40% - 10px);
}

.unsubscribe-form .input-phone-number {
  width: 60%;
}

.unsubscribe-form .input-validation-code {
  width: 100%;
}

.unsubscribe-form .input-validation-code input {
  text-align: center;
}

.info-text.info-text-large p.page-error {
  display: none;
  color: #D0021B;
  margin-bottom: 0;
}

.info-text.info-text-large p.page-error.is-error {
  display: block;
}

.form-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.is-loading .form-loading {
  display: block;
}

.page-rsvp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 640px;
}

.page-rsvp .form-fields {
  width: 100%;
  max-width: 480px;
}

.page-rsvp .site-input,
.page-rsvp .button-cta {
  width: 100%;
  max-width: 100%;
}

.page-rsvp .fields-set {
  margin-bottom: 10px;
}

@media (min-width: 800px) {
  .page-rsvp .interview-chat {
    padding-right: 20px;
  }
  .page-rsvp .news-title {
    font-size: 25px;
    line-height: 25px;
  }
  .page-rsvp .news-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-rsvp .news-image {
    float: none;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.page-404 {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  font-size: 16px;
}

.page-404 * {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.page-404 .canvas {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: 'all';
}

.page-404 .pointer {
  cursor: pointer !important;
}

.page-404 .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body.is-loaded .page-404 .loader {
  display: none !important;
}

@-webkit-keyframes dot--1 {
  0% {
    visibility: hidden;
  }
  33% {
    visibility: visible;
  }
}

@keyframes dot--1 {
  0% {
    visibility: hidden;
  }
  33% {
    visibility: visible;
  }
}

@-webkit-keyframes dot--2 {
  0% {
    visibility: hidden;
  }
  66% {
    visibility: visible;
  }
}

@keyframes dot--2 {
  0% {
    visibility: hidden;
  }
  66% {
    visibility: visible;
  }
}

.page-404 .loader__dot {
  display: inline-block;
  height: 4px;
  width: 4px;
  background: #000;
  margin: 0 2px;
}

.page-404 .loader__dot:nth-child(2) {
  -webkit-animation: dot--1 0.8s infinite steps(1) both;
          animation: dot--1 0.8s infinite steps(1) both;
}

.page-404 .loader__dot:nth-child(3) {
  -webkit-animation: dot--2 0.8s infinite steps(1) both;
          animation: dot--2 0.8s infinite steps(1) both;
}

.page-404-text {
  direction: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  height: 200px;
  width: 100%;
  margin-top: -100px;
  text-align: center;
}

@media (min-width: 800px) {
  .page-404-text {
    top: 50%;
    left: 50%;
    height: 200px;
    width: 800px;
    margin: -100px 0 0 -400px;
  }
}

.tiles-wrapper-full {
  width: 100%;
}

.tiles-wrapper-half {
  width: 50%;
}

.tiles-wrapper svg {
  width: 100%;
  height: 100%;
}

.desktop-tiles {
  display: none;
}

.tiles-side-background {
  display: none;
}

@media (min-width: 800px) {
  .desktop-tiles:not(.header-tiles-wrapper) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .single-page {
    position: relative;
    width: calc(100% - 11.125%);
    max-width: 1600px;
  }
  .visit-section-background svg {
    height: auto;
  }
  .tiles-side-background {
    display: block;
    width: 50%;
    position: fixed;
    top: 0;
    border-left: 1px solid currentColor;
    border-right: 1px solid currentColor;
  }
  .tiles-side-background svg {
    width: 100%;
  }
  .tiles-side-background-left {
    left: calc(-50% + 5.55%);
  }
  .tiles-side-background-right {
    right: calc(-50% + 5.55%);
  }
  .tiles-wrapper.desktop-tiles.meet-section-block {
    background-color: #55FFC0;
  }
}

@media (min-width: 1760px) {
  .tiles-side-background-left {
    left: calc(-50% + calc(50% - 800px));
  }
  .tiles-side-background-right {
    right: calc(-50% + calc(50% - 800px));
  }
}

html[lang="zh-hans"],
html[lang="zh-hans"] body,
html[lang="zh-hans"] .floor-selector-search input {
  font-family: "Noto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: auto;
}

html[lang="zh-hans"] .section-title,
html[lang="zh-hans"] .ps-title,
html[lang="zh-hans"] .news-title,
html[lang="zh-hans"] .single-title {
  font-family: "zcoolwenyiti", sans-serif;
}

html[lang="zh-hans"] .info-text table,
html[lang="zh-hans"] .info-text table p,
html[lang="zh-hans"] .info-text table span {
  font-family: "Noto", sans-serif !important;
}

html[lang="zh-hans"] .info-text .floor-title-mobile,
html[lang="zh-hans"] .section-title {
  font-size: 40px;
}

html[lang="zh-hans"] .section-description p {
  font-size: 14px;
  line-height: 28px;
}

html[lang="zh-hans"] .site-footer-text a,
html[lang="zh-hans"] .site-footer-text {
  font-size: 14px;
}

html[lang="zh-hans"] .info-text h2,
html[lang="zh-hans"] .info-text h1 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28px;
}

html[lang="zh-hans"] .single-page-description,
html[lang="zh-hans"] .interview-text,
html[lang="zh-hans"] .info-text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

html[lang="zh-hans"] .info-text a,
html[lang="zh-hans"] .link-cta-underline {
  font-weight: 500;
}

html[lang="zh-hans"] .news-link .news-title {
  font-size: 27px;
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 7px;
}

@media (min-width: 800px) {
  html[lang="zh-hans"] .news-link .news-title {
    font-size: 40px;
    line-height: 42px;
  }
  html[lang="zh-hans"] .floorguide-section-floor-description {
    padding-top: 22px;
  }
}

html[lang="zh-hans"] .ps-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
}

html[lang="zh-hans"] .related-ps-link .ps-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

html[lang="zh-hans"] .ps-link-description p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 300;
}

html[lang="zh-hans"] .header-info-message {
  font-size: 14px;
  font-weight: 300;
}

html[lang="zh-hans"] .site-header .header-chat-bubble span {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 24px;
  font-weight: 500;
}

html[lang="zh-hans"] .header-chat-bubble span:not(:empty) {
  padding-top: 5px;
  padding-bottom: 3px;
}

html[lang="zh-hans"] .site-header .header-nav a {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

html[lang="zh-hans"] .brand-list-title,
html[lang="zh-hans"] .brand-list-item {
  font-weight: 500;
}

html[lang="zh-hans"] .site-input,
html[lang="zh-hans"] .info-text .button-cta,
html[lang="zh-hans"] .button-cta {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

html[lang="zh-hans"] .faq-block {
  padding-top: 11px;
  padding-bottom: 9px;
}

html[lang="zh-hans"] .interview-text a {
  font-weight: 500;
}

/* Footer text */
.cta-link-text {
  display: none;
}

html[lang="zh-hans"] .cta-link-text {
  display: block;
  font-family: "zcoolwenyiti", sans-serif;
}

html[lang="zh-hans"] .footer-back-to-top {
  display: none;
}

html[lang="zh-hans"] .cta-link-text {
  display: block;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
  font-family: "zcoolwenyiti", sans-serif;
}

@media (min-width: 800px) {
  html[lang="zh-hans"] .cta-link-text {
    font-size: 80px;
    line-height: 80px;
  }
}

@media (min-width: 800px) {
  html[lang="zh-hans"] .section-title {
    font-size: 5vw;
    margin-top: 0;
    font-weight: 400;
  }
  html[lang="zh-hans"] .section-title.floor-title-desktop {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
  }
  html[lang="zh-hans"] .info-text p {
    line-height: 28px;
  }
  html[lang="zh-hans"] .section-description p {
    font-weight: 300;
  }
  html[lang="zh-hans"] .visit-section .button-cta {
    font-weight: 500;
  }
  html[lang="zh-hans"] .header-info-message {
    line-height: 42px;
  }
  html[lang="zh-hans"] .site-header .header-nav a .link-sub-label {
    margin-top: 10px;
  }
  html[lang="zh-hans"] .site-header .header-nav a {
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
  }
  html[lang="zh-hans"] .site-header .header-chat-bubble span {
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 35px;
  }
  html[lang="zh-hans"] .header-chat-bubble span:not(:empty) {
    padding-top: 9px;
    padding-bottom: 7px;
  }
  html[lang="zh-hans"] .faq-block {
    padding-top: 22px;
    padding-bottom: 18px;
  }
  html[lang="zh-hans"] .single-title.ps-title {
    font-size: 130px;
    line-height: auto;
    margin-bottom: 60px;
  }
  html[lang="zh-hans"] .related-ps-link .ps-title {
    font-size: 40px;
    line-height: 25px;
    font-weight: 400;
  }
  html[lang="zh-hans"] .single-page-description,
  html[lang="zh-hans"] .interview-text {
    font-size: 20px;
    line-height: 40px;
  }
  html[lang="zh-hans"] .interview-text {
    padding: 16px 20px 14px;
  }
}
