body {
  color: #131520;
  background-color: #f0e6e6;
  font-family: Neue Haas Display, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: #131520;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.25;
}

h2 {
  color: #131520;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.25;
}

h3 {
  color: #131520;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
}

h4 {
  color: #131520;
  margin-top: 1em;
  margin-bottom: .5em;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.25;
}

h5 {
  color: #131520;
  margin-top: 1em;
  margin-bottom: .75em;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}

h6 {
  color: #131520;
  margin-top: 1em;
  margin-bottom: .75em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

p {
  margin-bottom: 1em;
  font-size: 1.125em;
}

a {
  color: #131520;
  transition: opacity .2s;
}

img {
  max-width: 100%;
  display: inline-block;
}

.header {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section {
  padding-top: 9vh;
  padding-bottom: 9vh;
  position: relative;
}

.section.pb-0 {
  padding-bottom: 0;
}

.section.next {
  padding-top: 0;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.text-caps {
  letter-spacing: .25em;
  text-transform: uppercase;
}

.style-guide-title {
  width: 336px;
  background-color: #fdf2f2;
  border-radius: 10px;
  margin-right: 48px;
  padding: 24px;
  position: relative;
}

.btn {
  color: #131520;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  align-items: center;
  margin: 6px;
  padding: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.btn:hover {
  text-decoration: none;
}

.text-grey-900 {
  color: #131520;
}

.style-guide-content-item {
  margin-bottom: 12px;
  margin-right: 12px;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-top.sticky-heading {
  top: 24px;
}

.style-guide-content {
  flex: 1;
}

.row {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.row.row-justify-between {
  justify-content: space-between;
}

.row.style-guide-content-row {
  margin-bottom: 12px;
}

.row.row-split-content {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.row.mb-16 {
  margin-bottom: 16px;
}

.row.row-header {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-title {
  max-width: 768px;
  text-align: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.content {
  max-width: 560px;
}

.link-no-underline {
  text-decoration: none;
}

.link-no-hover:hover {
  opacity: 1;
}

.mb-0 {
  margin-bottom: 0;
  font-weight: 400;
}

.row-btns {
  flex-wrap: wrap;
  align-items: stretch;
  margin: -6px;
  display: flex;
}

.btn-icon-l {
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 8px;
}

.btn-2 {
  width: auto;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  background-color: #1757c2;
  border: 2px solid #1757c2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin: 6px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.btn-2:hover {
  opacity: 1;
  color: #fff;
  background-color: #5d89d4;
  border-color: #5d89d4;
  text-decoration: none;
}

.btn-icon-r {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  margin-left: 8px;
  margin-right: 0;
  display: flex;
}

.display-2xl {
  color: #131520;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 4.5rem;
  line-height: 1.25;
}

.display-2xl.mb-0 {
  margin-bottom: 0;
}

.display-xl {
  color: #131520;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 3.75rem;
  line-height: 1.25;
}

.display-xl.preload-text-top, .display-xl.preload-text-btm {
  margin-bottom: 0;
}

.display-lg {
  color: #131520;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 3rem;
  line-height: 1.25;
}

.display-md {
  color: #131520;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.display-sm {
  color: #131520;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.25;
}

.display-xs {
  color: #131520;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.5rem;
  line-height: 1.25;
}

.text-xl {
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-xl.header-text {
  margin-bottom: 64px;
}

.text-lg {
  margin-top: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-md {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.text-sm {
  margin-top: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.text-xs {
  margin-top: 0;
  font-size: .75rem;
  line-height: 1.5;
}

.text-normal {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-medium.mb-32 {
  margin-bottom: 15px;
}

.navigation {
  height: 96px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.logo {
  width: auto;
  color: #131520;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-icon {
  width: auto;
  height: 100px;
  margin-bottom: 2px;
  margin-right: 8px;
}

.hero-img {
  width: 100%;
}

.hero-img-content {
  perspective: 1000px;
  position: relative;
}

.image-light-accent {
  width: 170%;
  max-width: none;
  transform-style: preserve-3d;
  position: absolute;
  top: auto;
  bottom: -55%;
  left: -55%;
  right: 0%;
  transform: translate3d(0, 0, 40px);
}

.signature {
  height: 72px;
  margin-top: 32px;
}

.footer {
  padding-top: 96px;
  padding-bottom: 48px;
  position: relative;
}

.footer-top {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 72px;
  display: flex;
}

.page-wrap {
  overflow: hidden;
}

.preloader {
  z-index: 9999;
  background-color: #f0e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-text-wrap {
  margin-right: 5vw;
  display: flex;
  overflow: hidden;
}

.preloader-text-wrap.btm {
  margin-left: 5vw;
  margin-right: 0;
}

.hero-image-wrap {
  border-radius: 50%;
  overflow: hidden;
}

.header-text-wrap {
  overflow: hidden;
}

.header-text-wrap.btm {
  margin-bottom: 24px;
}

.line {
  min-width: 232px;
}

.line-wrap {
  width: 232px;
  position: absolute;
  top: auto;
  bottom: -30%;
  left: 20%;
  right: 0%;
}

.preloader-line-wrap {
  position: relative;
}

.line-wrap-inner {
  overflow: hidden;
}

.footer-btm {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.mt-0 {
  margin-top: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.bold-text-2 {
  font-weight: 400;
}

.info-section {
  width: 100vw;
  height: 100vh;
  background-color: #f0f0f0;
  position: relative;
}

.video-reveal-trigger {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.fat-border {
  height: 30vh;
  transform-origin: 50% 0;
  background-color: #f0f0f0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.fat-border.right {
  width: 10vw;
  height: 100vh;
  transform-origin: 100%;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fat-border.bottom {
  transform-origin: 50% 100%;
  justify-content: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fat-border.left {
  width: 10vw;
  height: 100vh;
  transform-origin: 0%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-9 {
  width: 16px;
  height: 100px;
  background-color: #c92727;
  border: 3px solid #f0f0f0;
  position: relative;
  top: -34px;
}

.hero-heading-reveal {
  color: #f0f0f0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 8em;
  font-weight: 800;
  line-height: 130%;
}

.video-reveal {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  display: flex;
  position: relative;
}

.background-video {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.laptop {
  width: 720px;
  height: 700px;
  background-image: url('../images/laptop6.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40vh;
  position: absolute;
  bottom: -410px;
}

.curtains {
  background-image: url('../images/curtains.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 20vw;
  border-top-right-radius: 20vw;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 0%;
  bottom: -5%;
  left: 0%;
  right: 0%;
}

.page-link {
  color: #cc9766;
  text-align: center;
  letter-spacing: .33px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  text-decoration: none;
  transition: opacity .25s;
}

.page-link:hover {
  color: #ffd599;
}

.page-link.w--current {
  color: #3a3a39;
  cursor: default;
  background-color: #cc9766;
  border-radius: 15px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: inset 1px 0 #ffd599;
}

.chair {
  width: 34vh;
  height: 30vh;
  background-image: url('../images/chair.png');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  bottom: 0%;
  left: 0;
}

.text-link {
  color: #cc9766;
  text-align: left;
  letter-spacing: .33px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .75);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  transition: opacity .25s;
  position: absolute;
  top: 20%;
  left: 15%;
}

.text-link:hover {
  color: #ffd599;
}

.text-link.clone {
  top: 70%;
}

.laptop-box {
  width: 720px;
  height: 700px;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  left: -1vw;
}

.room {
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: -5%;
  bottom: 0%;
  left: -5%;
  right: -5%;
}

.arc {
  border-top-left-radius: 20vw;
  border-top-right-radius: 20vw;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 1.15%;
  bottom: 0%;
  left: 0%;
  right: 5%;
  overflow: hidden;
}

.text {
  color: #ffc680;
  letter-spacing: -1px;
  text-shadow: none;
  font-size: 9vh;
  font-weight: 900;
  line-height: 1.1;
  position: absolute;
  left: 30px;
}

.keyboard-box {
  height: 10.5%;
  position: absolute;
  top: 53.6%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.play {
  width: 8vh;
  height: 8vh;
  opacity: .75;
  cursor: pointer;
  background-image: url('../images/btn-play.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .5s;
  position: absolute;
}

.play:hover {
  opacity: 1;
  transform: scale(1.1);
}

.door {
  width: 28vw;
  height: 95vh;
  background-image: url('../images/arc.jpg');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 20vw;
  border-top-right-radius: 20vw;
  position: absolute;
  bottom: -2vh;
  left: 56%;
  overflow: hidden;
  box-shadow: 1px 1px #ffc680;
}

.text-box, .text-mobile {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 6%;
  right: 0%;
}

.grad-bottom {
  display: none;
}

.wall-box {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.screen {
  height: 46.7%;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  margin-left: 11.7%;
  margin-right: 8.7%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 1px rgba(204, 189, 173, .5);
}

.scene {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
}

.lamp-on {
  width: 100%;
  height: 100%;
  background-image: url('../images/lamp.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.plant {
  width: 16vh;
  height: 48vh;
  background-image: url('../images/plant.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0%;
  right: 0;
  transform: translate(0);
}

.lamp {
  width: 4vw;
  height: 14vw;
  background-image: url('../images/lamp-off.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 4%;
}

.video {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  display: none;
}

.links {
  z-index: 12;
  width: 280px;
  height: 50px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 5vh;
  margin-left: -140px;
  display: grid;
  position: absolute;
  top: 0%;
  left: 50%;
}

.objects {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wall-texture {
  opacity: .75;
  background-image: url('../images/wall.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: -2%;
  bottom: -2%;
  left: -4%;
  right: -4%;
}

.shadow {
  opacity: .33;
  filter: blur(10px);
  color: #000;
  letter-spacing: -1px;
  text-shadow: none;
  margin-top: 60px;
  font-size: 9vh;
  font-weight: 900;
  line-height: 1.1;
  position: absolute;
  left: 40px;
}

.wall-shine {
  opacity: 0;
  background-image: radial-gradient(circle closest-corner at 20%, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -5%;
  right: 0%;
}

.keyboard {
  background-image: url('../images/keyboard.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.screen-shine {
  opacity: .33;
  background-image: linear-gradient(300deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .33) 70%, #fff);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -20%;
  right: -20%;
}

.frame {
  width: 25vh;
  height: 19.4vh;
  background-image: url('../images/frame.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  left: 87%;
}

.wall {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -2%;
  right: -2%;
}

.text-bevel {
  letter-spacing: -1px;
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(330deg, rgba(171, 91, 34, .67), rgba(255, 202, 128, 0));
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 22px;
  margin-left: 1px;
  font-size: 9vh;
  font-weight: 900;
  line-height: 1.1;
  position: absolute;
  left: 30px;
}

.hover-lock {
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed {
  width: auto;
  height: 300px;
  margin-top: 150px;
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 400;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .row.row-split-content {
    grid-column-gap: 96px;
  }

  .mb-0 {
    font-weight: 400;
  }

  .display-sm {
    font-weight: 500;
  }

  .text-xl.header-text {
    font-weight: 400;
  }

  .text-medium.mb-32 {
    margin-bottom: 10px;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
  }

  .hero-img-content {
    transform-origin: 50%;
  }

  .image-light-accent {
    opacity: .4;
  }

  .bold-text {
    font-style: normal;
    font-weight: 400;
  }

  .bold-text-2, .bold-text-3 {
    font-weight: 400;
  }

  .video-reveal {
    z-index: 1;
  }

  .video-reveal-wrap {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25em;
  }

  h3 {
    font-size: 1.875rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  .style-guide-title {
    width: 100%;
    margin-bottom: 36px;
    margin-right: 0;
    padding: 24px;
  }

  .style-guide-content {
    max-width: 100%;
  }

  .row.style-guide-row {
    flex-direction: column;
  }

  .row.row-split-content {
    grid-column-gap: 32px;
  }

  .row.row-header {
    grid-column-gap: 48px;
  }

  .section-title.mb-0 {
    margin-bottom: 0;
  }

  .btn-2 {
    margin: 4px;
  }

  .display-2xl {
    font-size: 3.75rem;
  }

  .display-xl {
    font-size: 3rem;
  }

  .display-lg {
    font-size: 2.25rem;
  }

  .display-md {
    font-size: 1.875rem;
  }

  .display-sm {
    font-size: 1.5rem;
  }

  .display-xs {
    font-size: 1.25rem;
  }

  .line {
    min-width: 200px;
  }

  .line-wrap {
    width: 200px;
    bottom: -40%;
  }

  .hero-heading-reveal {
    text-align: center;
    font-size: 5em;
  }

  .chair {
    left: -6vw;
  }

  .arc {
    border-top-left-radius: 25vw;
    border-top-right-radius: 25vw;
  }

  .door {
    width: 50vw;
    height: 80vh;
    border-top-left-radius: 25vw;
    border-top-right-radius: 25vw;
  }

  .text-box, .text-mobile {
    display: none;
  }

  .lamp {
    width: 8vw;
    height: 22vw;
  }

  .wall-texture {
    background-position: 50%;
    background-size: auto 100%;
    left: -8%;
  }

  .frame {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  p {
    font-size: 1em;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn {
    padding-left: 2px;
    padding-right: 2px;
  }

  .btn.display-none-mob {
    display: none;
  }

  .row.row-split-content {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .row.row-header {
    grid-template-columns: 1fr;
  }

  .section-title {
    margin-bottom: 48px;
  }

  .btn-2 {
    padding: 8px 14px;
  }

  .btn-2:hover {
    background-color: #1757c2;
    border-color: #1757c2;
  }

  .display-2xl {
    font-size: 3rem;
  }

  .display-xl {
    font-size: 2.25rem;
  }

  .display-lg {
    font-size: 1.875rem;
  }

  .display-md {
    font-size: 1.5rem;
  }

  .display-sm {
    font-size: 1.25rem;
  }

  .display-xs, .text-xl {
    font-size: 1.125rem;
  }

  .text-xl.header-text {
    margin-bottom: 32px;
  }

  .navigation {
    height: 80px;
  }

  .logo.logo-footer {
    margin-bottom: 24px;
  }

  .logo.logo-footer.w--current {
    margin-bottom: 16px;
  }

  .footer {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .line {
    min-width: 150px;
  }

  .line-wrap {
    width: 150px;
    bottom: -60%;
    left: 10%;
  }

  .hero-heading-reveal {
    font-size: 3em;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 24px;
  }

  .style-guide-title {
    border-radius: 5px;
    margin-bottom: 24px;
  }

  .btn-icon-r {
    margin-left: 4px;
  }

  .footer {
    padding-top: 48px;
  }

  .laptop {
    width: 100vw;
    height: 100vw;
    bottom: -16vh;
  }

  .laptop-box {
    left: 0;
  }

  .text {
    letter-spacing: 0;
    font-size: 10vw;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .keyboard-box {
    top: 52%;
  }

  .door {
    display: none;
  }

  .text-mobile {
    text-align: center;
    display: block;
    top: 36%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grad-bottom {
    height: 48vh;
    background-image: linear-gradient(to top, #1f1f1f 50%, rgba(0, 0, 0, 0));
    display: block;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .shadow {
    display: none;
  }

  .text-bevel {
    letter-spacing: 0;
    font-size: 10vw;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

#w-node-a10ce49c-3f2f-9b72-3e07-6ac7c8f8f51f-31ee4407, #w-node-_932a6d56-0471-0d93-e1c5-ff61cadf6696-31ee4407, #w-node-d00ad387-12c1-7c65-f2c8-3620defab535-31ee4407 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_79e7e60b-0764-81d3-bb4a-74b057444fb0-31ee4407, #w-node-faf414cc-f929-9b0f-2d3b-0626ee575834-31ee4407 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplay-Mediu.woff') format('woff'), url('../fonts/NeueHaasDisplay-Mediu.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplay-Roman.woff') format('woff'), url('../fonts/NeueHaasDisplay-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}