.code-section {
  z-index: 10;
  mix-blend-mode: soft-light;
  display: block;
  position: fixed;
  inset: 0% 0% 0;
  overflow: visible;
}

.heading-wrap {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.heading-1 {
  color: #e5ce69;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 10px 60px;
  font-family: Inconsolata, monospace;
  font-size: 23px;
  line-height: 28px;
}

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

.paragraph-footer-inner {
  font-family: Lato, sans-serif;
  font-style: italic;
}

.paragraph-footer-inner.wht {
  color: #d3d3d3;
}

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

.slide-title {
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.slide-title.left {
  flex: 0 auto;
  padding-right: 20px;
  font-family: Great Vibes, cursive;
  font-weight: 400;
  overflow: visible;
  transform: translate(0, -.5em);
}

.slide-title.left.wht {
  color: #9e9e9e;
}

.slide-title.right {
  color: #bdbdbd;
  overflow: visible;
}

.section-footer {
  z-index: 13;
  width: 100%;
  max-width: 360px;
  margin-bottom: 60px;
  font-family: Inconsolata, monospace;
  font-size: 21px;
  line-height: 1.8;
  display: block;
  position: absolute;
  bottom: 48px;
  left: 48px;
  overflow: hidden;
}

.video-bg {
  width: 100%;
  height: 100vh;
  position: absolute;
}

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

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

.paragraph-footer {
  margin-bottom: 40px;
  overflow: hidden;
}

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

.slide-title-inner.left {
  padding-right: 20px;
}

.slide-title-inner.right {
  width: 100%;
  padding-right: 20px;
  font-family: Great Vibes, cursive;
  overflow: visible;
}

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

.image-blend.dark {
  mix-blend-mode: multiply;
}

.slide-title-container {
  z-index: 10;
  mix-blend-mode: normal;
  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;
  overflow: visible;
}

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

.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 {
  color: #fac15e;
  letter-spacing: 5px;
  mix-blend-mode: multiply;
  font-family: Great Vibes, cursive;
  font-size: 48px;
}

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

.clone-label {
  flex: none;
}

.section-link-2 {
  color: #4e4158;
  align-items: center;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.footer {
  z-index: 31;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block {
  font-style: italic;
}


