:root {
  --trust: #1b2951;
  --foundation: #fff;
  --ocean: #0089a7;
}

body {
  color: #584d61;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200vh;
  display: block;
  position: relative;
  overflow: visible;
}

.video-bg {
  width: 100%;
  height: 100vh;
  margin-left: 40px;
  padding-left: 0;
  position: absolute;
}

.image-blend {
  z-index: 2;
  mix-blend-mode: screen;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.background {
  perspective: none;
  position: absolute;
  inset: 0%;
}

.header {
  z-index: 30;
  justify-content: space-between;
  padding-top: 32px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.logo {
  mix-blend-mode: multiply;
  font-size: 24px;
}

.section-footer {
  z-index: 10;
  width: auto;
  max-width: 30em;
  font-family: Inconsolata, monospace;
  font-size: 21px;
  line-height: 1.8;
  position: absolute;
  bottom: 48px;
  left: 48px;
  overflow: hidden;
}

.slide-title-container {
  z-index: 10;
  mix-blend-mode: multiply;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 11vw;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
  transform: translate(0, -.5em);
}

.slide-title {
  font-family: Cormorant Garamond, sans-serif;
  font-size: .5em;
  font-weight: 300;
  line-height: 1;
  position: relative;
  bottom: 100px;
  overflow: hidden;
}

.slide-title.left {
  color: var(--trust);
  margin-top: 0;
  margin-bottom: 220px;
  font-family: Outfit, sans-serif;
  font-size: .5em;
  font-weight: 200;
  line-height: 1.3;
  top: 0;
  bottom: 5px;
  transform: translate(0, -.5em);
}

.slide-title.right {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 220px;
  padding-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: .6em;
  font-weight: 200;
  line-height: 1.2;
  top: 60px;
  transform: translate(0, .5em);
}

.slide-title-inner {
  display: block;
}

.slide-title-inner.left {
  color: #1b2951;
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.slide-title-inner.right {
  float: none;
  color: var(--trust);
  margin-top: 220px;
  padding-top: 100px;
  font-family: Outfit, sans-serif;
  font-weight: 200;
  position: relative;
  top: 0;
}

.scroll-indicator {
  z-index: 10;
  align-items: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1em;
  display: flex;
  position: fixed;
  bottom: 48px;
  right: 48px;
  transform: translate(3em, -3em)rotate(90deg);
}

.scroll-arrow {
  height: 1.2em;
  margin-left: 18px;
}

.section-sticky {
  width: 100%;
  height: 100vh;
  padding: 48px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.paragraph-footer-inner {
  color: var(--trust);
  flex-flow: row;
  font-family: Karla, sans-serif;
  display: flex;
}

.section-link {
  color: #4e4158;
  align-items: center;
  margin-top: 24px;
  font-family: Vollkorn, serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.paragraph-footer {
  margin-right: 0;
  overflow: hidden;
}

.clone {
  color: #4e4158;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.clone-label {
  color: var(--trust);
  flex: none;
  font-family: Karla, sans-serif;
}

.image {
  color: var(--trust);
  padding-left: 10px;
}

.text-block, .text-block-2 {
  color: var(--trust);
  font-family: Outfit, sans-serif;
}

.text-block-3 {
  color: var(--trust);
  font-family: Outfit, sans-serif;
  font-size: 30px;
}

.body {
  background-color: var(--foundation);
  color: var(--trust);
  font-family: Karla, sans-serif;
}

.text-block-4 {
  color: var(--trust);
  font-family: Outfit, sans-serif;
  font-size: 40px;
}

.subscript {
  line-height: 2;
}

.scroll_wrap {
  width: 50em;
  max-width: 100%;
  height: 50em;
  max-height: 100%;
}

.scroll_list {
  width: 100%;
  height: 100%;
  position: relative;
}

.scroll_item {
  width: 100%;
  height: 100%;
  position: absolute;
}

.scroll-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.h0 {
  z-index: 1;
  text-align: center;
  max-width: 13ch;
  font-size: 100px;
  line-height: 1.04;
}

.spline-hero-wrapper {
  position: relative;
}

.spline-bike-element {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.paragraph-max-width {
  max-width: 45ch;
}

.feature-content {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
  position: relative;
}

.feature-content.right {
  margin-left: auto;
}

.sticky-spline-wrapper {
  position: sticky;
  top: 0;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-2.is-feature {
  z-index: 1;
  align-items: center;
  height: 70vh;
  display: flex;
}

.section-2.is-feature.padding-bottom-40 {
  margin-bottom: 16rem;
}

.section-2.hero {
  z-index: 1;
  height: 100vh;
  display: flex;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container.hero {
  justify-content: center;
  display: flex;
}

.fullpage-wrapper {
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.section-3 {
  height: 100vh;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .slide-title {
    font-size: 60px;
    bottom: 140px;
  }
}

@media screen and (min-width: 1920px) {
  .image {
    padding-left: 20px;
  }

  .fullpage-wrapper {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .video-bg {
    margin-left: 0;
  }

  .section-footer {
    flex-flow: row;
    display: flex;
  }

  .slide-title-container {
    flex-flow: column;
  }

  .slide-title.left {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    font-weight: 300;
    display: block;
    top: 40px;
  }

  .slide-title.right {
    text-align: center;
    margin-top: 0;
    margin-bottom: 100px;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: relative;
    top: 60px;
    bottom: 0;
  }

  .slide-title-inner.left {
    margin-top: 60px;
    display: block;
  }

  .slide-title-inner.right {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 100px;
    display: block;
  }

  .paragraph-footer-inner {
    flex-flow: row;
    font-size: 18px;
    display: block;
  }

  .section-link {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    font-family: Outfit, sans-serif;
    display: flex;
  }

  .paragraph-footer {
    margin-right: 100px;
    font-size: 18px;
  }

  .image {
    padding-top: 0;
    padding-left: 10px;
  }

  .text-block-3, .text-block-4, .text-block-5 {
    font-family: Outfit, sans-serif;
  }

  .feature-content {
    z-index: 3;
    position: relative;
  }

  .bold-text {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .bold-text-2 {
    padding-top: 100px;
    display: block;
  }

  .bold-text-3 {
    flex-flow: column;
    margin-top: 140px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .video-bg {
    margin-left: 40px;
    position: relative;
  }

  .background {
    flex-flow: column;
    display: flex;
  }

  .section-footer, .slide-title-container {
    flex-flow: column;
  }

  .slide-title.left {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .slide-title.right {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-title-inner.left {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section-sticky {
    flex-flow: column;
  }

  .paragraph-footer-inner {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .paragraph-footer {
    margin-right: 0;
    font-size: 14px;
  }

  .clone-label {
    display: none;
  }

  .h0 {
    font-size: 60px;
  }

  .feature-content {
    max-width: 100%;
  }

  .bold-text-2 {
    display: inline;
  }

  .bold-text-4 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .video-bg {
    margin-left: 0;
  }

  .background {
    width: auto;
    height: auto;
  }

  .section-footer {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slide-title {
    text-align: center;
    margin-top: 40px;
  }

  .slide-title.left {
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 0;
    font-size: .7em;
    display: block;
  }

  .slide-title.right {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    top: 0;
    bottom: 0;
  }

  .slide-title-inner.right, .scroll-indicator {
    display: none;
  }

  .scroll-arrow {
    margin-left: 0;
  }

  .section-sticky {
    flex-flow: row;
    justify-content: center;
  }

  .paragraph-footer-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
    display: flex;
  }

  .section-link {
    flex-flow: column;
    margin-right: 60px;
    padding-left: 20px;
  }

  .paragraph-footer {
    margin-right: 60px;
  }

  .clone-label {
    display: none;
  }

  .text-block-3 {
    text-align: center;
  }

  .h0 {
    font-size: 40px;
  }
}


