:root {
  --black: #000;
  --white: #fff;
  --gold: #b7a686;
  --grey: #272727;
  --teal: #6ab6b4;
  --body-font: 1rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
}

h1 {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

h3 {
  color: var(--gold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}

h6 {
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .897rem;
  font-weight: 600;
  line-height: 1;
}

a {
  color: var(--white);
  text-decoration: none;
}

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

.container {
  width: 100%;
  max-width: 1390px;
}

.container._2 {
  z-index: 1;
  position: relative;
}

.container._3 {
  height: 100%;
}

.container.divider {
  border-style: dotted none none;
  border-width: 1px 0 0;
  border-color: var(--gold);
  margin-left: auto;
  margin-right: auto;
}

.container._4 {
  z-index: 1;
  position: relative;
}

.section {
  padding-left: 6rem;
  padding-right: 6rem;
}

.section.full-height {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  display: flex;
  position: relative;
}

.section.full-height._2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section.full-height._2.landing {
  background-image: none;
  padding-top: 7rem;
}

.section.full-height._3 {
  background-image: url('../images/footer-bg.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

.section.full-height._4 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section.full-height._4.b {
  z-index: 10;
  background-color: var(--black);
  background-image: url('../images/chapter3-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 400%;
  padding-top: 7rem;
}

.section.full-height._5 {
  background-image: url('../images/big-image2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section.full-height._5.b {
  z-index: 1;
}

.section.full-height._5.b.low {
  justify-content: flex-end;
  align-items: center;
}

.section.full-height._5 {
  z-index: 10;
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section.full-height.bottom {
  justify-content: flex-end;
  align-items: center;
}

.section.full-height.bottom.normal {
  padding-bottom: 2rem;
}

.section.full-height.bottom.normal.new {
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.section.full-height.landing {
  z-index: 10;
  background-color: var(--black);
}

.section.intro {
  z-index: 99;
  background-color: var(--black);
  position: fixed;
  inset: 0%;
}

.section.intro.full-height {
  z-index: 999;
  display: none;
}

.section.navbar {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
}

.section.nav2 {
  z-index: 9;
  background-color: var(--gold);
  justify-content: center;
  padding-top: .6rem;
  padding-bottom: .6rem;
  font-size: .8rem;
  line-height: 1.2rem;
  display: flex;
  position: sticky;
  bottom: 0;
}

.section.normal {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.normal._2 {
  padding-top: 7rem;
}

.section.normal._3 {
  background-color: var(--grey);
}

.section.normal._4 {
  padding-top: 0;
}

.section.normal._6 {
  background-color: var(--grey);
}

.section.normal._7 {
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.section.normal._9 {
  padding-top: 0;
}

.section._8 {
  background-image: url('../images/chapter3-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100dvh;
  padding-top: 20rem;
  padding-bottom: 4rem;
  position: relative;
  inset: 0%;
  overflow: scroll;
}

.body {
  font-size: 1rem;
  line-height: 1.3rem;
}

.heading {
  font-size: 3rem;
}

.heading-2 {
  font-size: 1.6rem;
}

.font-style {
  display: none;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  background-color: var(--gold);
  border-radius: 8rem;
  width: .5rem;
  height: .5rem;
}

.div-block-5 {
  border-left: 1px dotted var(--gold);
  flex: 1;
  width: 1px;
}

.div-block-6, .div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: var(--gold);
  text-align: right;
  margin-bottom: 0;
}

.heading-4 {
  color: var(--teal);
  margin-bottom: 0;
}

.image {
  width: 17rem;
  margin-top: -2rem;
  transition: filter .5s cubic-bezier(.215, .61, .355, 1);
}

.image.blur {
  filter: blur(5px);
}

.text-block {
  color: var(--gold);
  font-family: Montserrat, sans-serif;
}

.quick-stack {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 0;
}

.mid-space {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mid-space._2 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.mid-space._2.mid-width {
  max-width: 767px;
}

.intro-logo {
  max-width: 35rem;
  transition: filter .5s cubic-bezier(.215, .61, .355, 1);
}

.intro-logo.blur {
  filter: blur(5px);
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 3rem;
}

.btn {
  background-color: var(--white);
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  border-radius: 8rem;
  padding: .7rem 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.btn.menu {
  color: var(--black);
  text-align: right;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.btn.menu:hover, .btn.menu:active {
  color: var(--gold);
}

.btn.download {
  color: var(--black);
  text-align: left;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.text-block-2 {
  color: var(--gold);
  text-transform: uppercase;
  padding: .5rem 1rem;
  text-decoration: none;
}

.btn-text {
  line-height: 1.2rem;
}

.btn-text-two {
  position: absolute;
  inset: auto 0% -100%;
}

.btn-text-container {
  position: relative;
  overflow: clip;
}

.div-block-10 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.globe {
  position: absolute;
  inset: 0%;
}

.div-block-11 {
  justify-content: center;
  display: flex;
  position: relative;
}

.div-block-12 {
  position: absolute;
}

.left-navbar {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-2 {
  width: auto;
  height: 100%;
}

.div-block-13 {
  background-color: var(--white);
  width: 1px;
  height: 2rem;
}

.mute-btn {
  background-image: url('../images/unmute.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  width: 3rem;
  height: 3rem;
}

.mute-btn.mute {
  background-image: url('../images/mute.svg');
  background-size: auto 35%;
}

.right-navbar {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.menu-btn {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  background-color: var(--gold);
  border-radius: 8rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.top-line {
  background-color: var(--white);
  width: 1.5rem;
  height: 1.5px;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 5rem;
  display: flex;
}

.menu-container {
  position: fixed;
  inset: 0%;
}

.menu-container.section {
  z-index: 998;
  background-color: #000000d9;
  padding-top: 5rem;
  display: none;
}

.div-block-16 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white);
  text-align: right;
  border-radius: .5rem;
  flex-flow: column;
  min-width: 20rem;
  max-width: 100%;
  padding: 1rem;
  font-size: .9rem;
  display: flex;
}

.heading-5 {
  color: var(--gold);
}

.heading-5._2 {
  margin-bottom: .3rem;
}

.div-block-18 {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.heading-6 {
  color: var(--teal);
}

.div-block-19 {
  background-color: var(--white);
  height: 200vh;
}

.download-container {
  z-index: 997;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: auto auto .5rem 2rem;
}

.download-btn {
  background-color: var(--teal);
  background-image: url('../images/plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  border-radius: 8rem;
  width: 3rem;
  height: 3rem;
}

.downloads-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  text-align: left;
  border-radius: .5rem;
  flex-flow: column;
  min-width: 20rem;
  max-width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: .9rem;
  display: none;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-20 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.padding-around {
  color: var(--white);
  background-color: #000c;
  padding: 1.5rem;
}

.padding-around.med-space {
  width: 30rem;
}

.gold {
  color: var(--gold);
}

.sticky-height {
  z-index: 99;
  width: 100%;
  height: 5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.no-scroll {
  overflow: clip;
}

.link-block-3 {
  color: var(--white);
  text-decoration: none;
}

.small-space {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  display: flex;
}

.small-space._2 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
}

.small-space._3 {
  position: relative;
}

.heading-7 {
  font-size: 1.5rem;
  font-weight: 500;
}

.div-block-21 {
  border-top: 1px dotted var(--white);
  height: 1px;
}

.div-block-22 {
  justify-content: space-between;
  font-size: .8rem;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-block-3 {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
}

.div-block-51 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.link-block-4 {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.link-block-4._2 {
  width: 1.9rem;
}

.link-block-4._3 {
  margin-top: -.1em;
}

.image-11 {
  height: 100%;
}

.flex {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.flex._2 {
  justify-content: flex-end;
  align-items: flex-end;
}

.flex._4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.flex._5 {
  padding-right: 6rem;
}

.flex._6 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.link-block-5 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-52 {
  order: 9999;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-12 {
  height: 1em;
  margin-right: .5em;
}

.link-block-5-copy {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-12-copy {
  height: 1em;
  margin-left: .5em;
}

.text-block-4 {
  text-transform: uppercase;
}

.div-block-53 {
  flex: 1;
  height: 0;
}

.scroll-container {
  z-index: 3;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.mouse {
  pointer-events: auto;
  border: 1px solid #fff;
  border-radius: 100vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 2em;
  height: 3em;
  display: flex;
}

.mouse-scroll {
  background-color: #fff;
  border-radius: 100vw;
  width: .6em;
  height: .6em;
  margin-top: .5em;
}

.bottom-line {
  background-color: var(--white);
  width: 1.5rem;
  height: 1.5px;
}

.up-btn {
  z-index: 9;
  background-image: url('../images/up-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 40%;
  width: 4.2rem;
  height: 4.2rem;
  position: fixed;
  inset: auto 0% 0% auto;
}

.landing-video {
  height: 100%;
  position: absolute;
  inset: 0%;
}

._50 {
  width: 49%;
}

._50._2 {
  max-width: 35rem;
}

._30 {
  width: 32%;
}

._40 {
  width: 39%;
}

.page-title {
  color: var(--gold);
  font-size: 2.3rem;
}

.page-title.teal {
  color: var(--teal);
}

.div-block-54 {
  text-transform: uppercase;
  font-weight: 700;
}

.div-block-55 {
  border: 1px solid var(--white);
  background-image: url('../images/left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  border-radius: 8rem;
  width: 3rem;
  height: 3rem;
  margin-right: .5rem;
}

.div-block-55-copy {
  border: 1px solid var(--white);
  background-image: url('../images/right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  border-radius: 8rem;
  width: 3rem;
  height: 3rem;
  margin-left: .5rem;
  margin-right: 0;
}

.div-block-56 {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.heading-8 {
  color: var(--gold);
  font-size: 1.8rem;
}

.heading-8._2 {
  font-size: 2.3rem;
}

._60 {
  width: 59%;
}

._35 {
  width: 34%;
}

.space {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.space._2 {
  align-items: stretch;
}

.slider {
  background-color: #ddd0;
  height: auto;
  padding-bottom: 3em;
  padding-left: 3rem;
  padding-right: 3rem;
}

.slider._2, .slider._3 {
  display: none;
}

.slider.b {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.slider.b._3 {
  display: block;
}

.slide {
  height: auto;
}

.list {
  flex-flow: column;
  padding-left: 1.3em;
  font-size: .8rem;
  line-height: 1.1rem;
  display: flex;
}

.image-13 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.image-13._2 {
  aspect-ratio: 1;
}

.image-13._2-copy {
  aspect-ratio: 3 / 2;
}

._100 {
  width: 100%;
}

.left-arrow {
  width: 3rem;
  font-size: 1.5rem;
}

.left-arrow.b {
  background-color: var(--gold);
  border-radius: 8rem;
  height: 3rem;
  font-size: 1em;
  inset: auto 5.2rem 2rem auto;
}

.left-arrow.b._2 {
  bottom: 5rem;
}

.right-arrow {
  width: 3rem;
  font-size: 1.5rem;
}

.right-arrow.b {
  background-color: var(--gold);
  border-radius: 8rem;
  height: 3rem;
  font-size: 1em;
  inset: auto 2rem 2rem auto;
}

.right-arrow.b._2 {
  bottom: 5rem;
}

.text-block-5 {
  font-size: 1.2em;
}

.image-14 {
  width: 3em;
}

.div-block-57 {
  border-top: 1px solid var(--gold);
  width: 100%;
}

.div-block-57._2 {
  border-top-color: var(--teal);
}

.text-block-6 {
  font-size: .8em;
}

.div-block-58 {
  font-size: .8em;
  line-height: 1.1rem;
}

.extra-bold._2 {
  text-transform: uppercase;
}

.caption {
  font-size: .8em;
  line-height: 1.2rem;
}

._70 {
  width: 66%;
}

.slide-nav {
  display: none;
}

.image-15 {
  z-index: -1;
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-15._2 {
  inset: 0%;
}

.div-block-59 {
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-59.padding-around {
  color: var(--white);
  background-color: #fff0;
  background-image: linear-gradient(#0000, #000);
  padding-top: 5rem;
  padding-right: 12rem;
}

.background-video-2 {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  display: flex;
}

.button._2 {
  color: var(--black);
  justify-content: flex-end;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .9rem;
  font-weight: 500;
}

.button._2:hover {
  color: var(--gold);
}

.button._2.intro {
  background-color: var(--white);
  color: var(--gold);
  border-radius: 8rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.circle {
  background-color: var(--gold);
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 8rem;
  width: 3rem;
  height: 3rem;
  transition: background-color .2s;
  position: relative;
}

.circle.hover {
  background-color: #b29e79;
}

.circle._2 {
  background-color: var(--teal);
}

.circle._2:hover {
  background-color: #509694;
}

.div-block-61 {
  width: 3rem;
  height: 3rem;
  position: absolute;
}

.div-block-62 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.button-text-two {
  position: absolute;
  bottom: -100%;
}

.image-16 {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.divider-bg {
  z-index: -1;
  opacity: .49;
  mix-blend-mode: screen;
  background-image: url('../images/cover-bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.image-17 {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.slider-2.mid-width {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.vid-sticky {
  height: 300dvh;
  position: relative;
}

.image-18 {
  width: 10rem;
}

.div-block-63 {
  width: 100%;
}

.div-block-64 {
  background-image: linear-gradient(#0000, #000);
  justify-content: center;
  align-items: flex-start;
  padding: 5rem 6rem 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.rotate {
  z-index: 999999;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block-7 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
}

.lottie-animation {
  width: 10rem;
}

.teal {
  color: var(--teal);
}

.background-video-5 {
  z-index: -1;
  background-image: linear-gradient(90deg, #000, #0000 50%);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.med-space {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gradient {
  background-image: linear-gradient(#000000d9, #000000d9);
  height: 100%;
}

.div-block-65 {
  object-fit: contain;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.div-block-66 {
  width: 60%;
  display: flex;
}

.div-block-67 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 936px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  display: flex;
}

.div-block-67._2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.image-19 {
  max-width: 624px;
}

.image-20 {
  object-fit: contain;
  height: 100%;
}

.image-32 {
  width: 100%;
}

.slider-3 {
  background-color: #ddd0;
  height: 100dvh;
}

.div-block-68 {
  width: 100%;
}

.div-block-68._2 {
  aspect-ratio: 16 / 9;
}

._20 {
  width: 19%;
}

._80 {
  width: 79%;
}

.background-video-7 {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.background-video-9 {
  width: 100%;
  height: 100%;
}

.div-block-69 {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
  display: none;
}

.test-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.test-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 30%;
  display: flex;
}

.image-33 {
  width: 2rem;
}

.div-block-72 {
  background-color: var(--gold);
  width: 100%;
  height: 1px;
}

.quick-stack-3 {
  width: 100%;
}

.image-34 {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link-block-6 {
  color: var(--black);
  text-transform: uppercase;
  padding: .5em 1em;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 500;
}

.link-block-6:hover, .link-block-6.w--current {
  color: var(--gold);
}

.link-block-6.intro {
  background-color: var(--white);
  color: var(--gold);
  border-radius: 8rem;
}

.link-block-6.b:hover, .link-block-6.b.w--current {
  color: var(--teal);
}

.div-block-73 {
  height: 1.6em;
  overflow: hidden;
}

.div-block-74 {
  background-image: linear-gradient(#0000, #000);
  height: 20rem;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-75 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-9 {
  text-transform: uppercase;
}

.gallery-title {
  color: var(--teal);
  text-align: center;
  text-transform: none;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.div-block-76 {
  position: relative;
}

.lightbox-link {
  width: 100%;
  transition: all .2s;
  transform: rotate(4deg);
}

.lightbox-link:hover {
  transform: rotate(0);
}

.lightbox-link._2 {
  transform: rotate(2deg);
}

.lightbox-link._2:hover {
  transform: rotate(0);
}

.lightbox-link._3 {
  transform: rotate(-1deg);
}

.lightbox-link._3:hover {
  transform: rotate(0);
}

.gallery-item {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.gallery-item-hover {
  pointer-events: none;
  background-image: url('../images/link2.svg'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 3em, auto;
  position: absolute;
  inset: 0%;
}

.div-block-77 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.gallery-link {
  border-bottom: 1px dotted #ffffff40;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.gallery-photo {
  width: 8rem;
  overflow: hidden;
}

.image-35 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.div-block-79 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.gallery-titles {
  font-family: Montserrat, sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
}

.gallery-button {
  justify-content: flex-end;
  align-items: center;
  font-size: .8em;
  display: flex;
}

.gallery-button.hover {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  transition: all .2s;
}

.text-block-9 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.gallery-circle {
  background-color: var(--teal);
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 8rem;
  width: 3rem;
  height: 3rem;
  margin-left: .3rem;
  transition: margin-left .5s cubic-bezier(.215, .61, .355, 1);
}

.gallery-circle.hover {
  margin-left: .8rem;
}

.image-36 {
  width: 90%;
}

.div-block-82 {
  margin-top: 2rem;
}

.div-block-83 {
  margin-left: auto;
  margin-right: auto;
}

.link {
  text-decoration: underline;
}

.div-block-84 {
  margin-left: auto;
  margin-right: auto;
}

.image-37, .image-38 {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-10 {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-85 {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.background-video-11 {
  width: 100%;
  height: 100%;
}

.div-block-86 {
  width: 100%;
}

.text-block-10 {
  margin-bottom: 2rem;
}

.text-block-11, .text-block-12 {
  margin-top: 2rem;
}

.text-block-13 {
  margin-bottom: 2rem;
}

.new-logo {
  width: 7em;
}

.div-block-87 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -1em;
  display: flex;
}

.div-block-88 {
  width: 100%;
}

.div-block-89 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.3rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section.full-height._4.b {
    background-position: 50% 0;
    background-size: auto;
  }

  .section.intro.full-height {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 2rem;
  }

  .section.normal._2 {
    background-image: url('../images/chapter3-bg.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 400%;
  }

  .section.normal._2.b {
    background-image: none;
  }

  .section._8 {
    background-position: 50% 0;
    background-size: auto;
    padding-top: 15rem;
  }

  .intro-logo {
    max-width: 23rem;
  }

  .intro-title {
    font-size: 2rem;
  }

  .quick-stack-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  ._50._2 {
    width: 100%;
    max-width: none;
  }

  ._30.ipad, ._40.ipad {
    width: 100%;
  }

  .page-title {
    font-size: 2rem;
  }

  .slider {
    display: none;
  }

  .slider._2, .slider.b {
    display: block;
  }

  .left-arrow.b, .right-arrow.b {
    display: none;
  }

  ._70.ipad {
    width: 100%;
    margin-top: 1rem;
  }

  .slide-nav {
    display: block;
  }

  .div-block-59.padding-around {
    padding-top: 3rem;
    padding-right: 1.5rem;
  }

  .vid-sticky {
    height: auto;
  }

  .div-block-64 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-65 {
    align-items: flex-end;
  }

  .image-32 {
    object-fit: contain;
  }

  .slider-3 {
    height: auto;
  }

  .div-block-69 {
    display: block;
  }

  .test-item {
    width: 46%;
  }

  .lightbox-link, .lightbox-link._2, .lightbox-link._3 {
    transform: rotate(0);
  }

  .gallery-item {
    width: 46%;
  }

  .gallery-item.ipad {
    width: 100%;
  }

  .gallery-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .gallery-photo {
    flex: none;
    width: 6rem;
  }

  .gallery-titles {
    font-size: 2rem;
  }

  .gallery-button {
    flex: none;
  }

  .text-block-9 {
    display: none;
  }

  .image-36 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .rotate {
    display: flex;
  }

  .lottie-animation {
    width: 5rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 1.4rem;
  }

  h1 {
    font-size: 2.1rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.full-height._2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.full-height._2.landing {
    padding-top: 6rem;
  }

  .section.full-height._3 {
    padding-top: 2rem;
  }

  .section.full-height._4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.full-height._4.b {
    background-position: 50% 0;
    background-size: auto;
    padding-top: 6rem;
  }

  .section.full-height._5.b {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.full-height.bottom.normal {
    aspect-ratio: auto;
    min-height: 0;
    padding-bottom: 0;
  }

  .section.full-height.bottom.normal.new {
    padding-bottom: 2rem;
  }

  .section.full-height.bottom.normal.b {
    aspect-ratio: 3 / 2;
  }

  .section.intro.full-height {
    padding-bottom: 2rem;
    overflow: scroll;
  }

  .section.normal {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section.normal._2 {
    z-index: 99;
    background-color: var(--black);
    background-position: 50% 0;
    background-size: 1000%;
    background-attachment: scroll;
    min-height: 100dvh;
    padding-top: 6rem;
    position: relative;
  }

  .section.normal._2.b {
    z-index: 0;
  }

  .section.normal._5 {
    padding-top: 1rem;
  }

  .heading-3, .heading-4 {
    font-size: 1.8rem;
  }

  .image {
    max-width: 70%;
  }

  .mid-space {
    width: 100%;
  }

  .intro-logo {
    width: 70%;
  }

  .div-block-8 {
    margin-top: 2rem;
    position: relative;
    bottom: auto;
  }

  .intro-title {
    font-size: 1.8rem;
  }

  .content-container {
    flex-flow: column;
    width: 100vw;
    display: flex;
    overflow: clip;
  }

  .image-2, .div-block-13 {
    display: none;
  }

  .download-container {
    transition: all .2s;
    left: 1rem;
  }

  .download-container.stick {
    bottom: 6rem;
  }

  .download-btn {
    width: 3rem;
    height: 3rem;
  }

  .div-block-22 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-block-3 {
    font-size: 2.5rem;
  }

  .flex {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .flex._3 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .flex._5 {
    padding-right: 0;
  }

  .flex._6 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .link-block-5, .link-block-5-copy {
    max-width: 49%;
  }

  .div-block-53 {
    flex: none;
    width: 0%;
    display: block;
  }

  .up-btn {
    background-color: var(--gold);
    border-radius: 8rem;
    width: 3rem;
    height: 3rem;
    transition: all .2s;
    right: 1rem;
  }

  .up-btn.stick {
    background-color: var(--gold);
    border-radius: 8rem;
    width: 3.5rem;
    height: 3.5rem;
    bottom: 6rem;
    right: 1rem;
  }

  ._50, ._30 {
    width: 100%;
  }

  ._30._2 {
    order: 9999;
  }

  ._40 {
    width: 100%;
  }

  .page-title {
    font-size: 2rem;
  }

  .div-block-55, .div-block-55-copy {
    flex: none;
    width: 2rem;
    height: 2rem;
  }

  .heading-8 {
    font-size: 1.5rem;
  }

  .heading-8._2 {
    font-size: 2rem;
  }

  ._60, ._35 {
    width: 100%;
  }

  .space {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .slider._2 {
    display: none;
  }

  .slider._3 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .slider.b._3 {
    width: 100%;
    padding-bottom: 3rem;
  }

  .list {
    padding-left: 18px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  ._70 {
    width: 100%;
  }

  .div-block-59.padding-around {
    padding: 0;
    position: relative;
  }

  .background-video-2 {
    aspect-ratio: 3 / 2;
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
  }

  .background-video-2._2 {
    aspect-ratio: auto;
    height: 100%;
    position: absolute;
  }

  .image-17 {
    position: relative;
  }

  .div-block-64 {
    margin-top: 1rem;
    padding: 0;
    position: relative;
  }

  .rotate {
    display: none;
  }

  .div-block-65, .div-block-66 {
    width: 100%;
  }

  .div-block-67 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._20, ._80, .test-item {
    width: 100%;
  }

  .gallery-title {
    font-size: 2.5rem;
  }

  .gallery-item {
    width: 100%;
  }

  .gallery-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .gallery-photo {
    display: none;
  }

  .gallery-titles {
    font-size: 1.7rem;
  }

  .gallery-circle {
    width: 2.5rem;
    height: 2.5rem;
  }

  .div-block-83 {
    width: 100%;
  }
}

#w-node-e83be445-3dda-5406-d14a-1882ad9739d4-d38e464b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0c7e819e-e38e-10c0-c835-fefd8c167adf-8c167add {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-e83be445-3dda-5406-d14a-1882ad9739d4-d38e464b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e83be445-3dda-5406-d14a-1882ad9739d6-d38e464b {
    order: -9999;
  }

  #w-node-_0c7e819e-e38e-10c0-c835-fefd8c167adf-8c167add {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0c7e819e-e38e-10c0-c835-fefd8c167adf-8c167add {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


