@font-face {
  font-family: Redaction;
  src: url('../fonts/Redaction-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Redaction;
  src: url('../fonts/Redaction-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Redaction;
  src: url('../fonts/Redaction-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Redaction 100";
  src: url('../fonts/Redaction_100-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Redaction 10";
  src: url('../fonts/Redaction_10-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Redaction 20";
  src: url('../fonts/Redaction_20-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Redaction 20";
  src: url('../fonts/Redaction_20-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Redaction 100";
  src: url('../fonts/Redaction_100-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Redaction 100";
  src: url('../fonts/Redaction_100-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Redaction 20";
  src: url('../fonts/Redaction_20-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Redaction 10";
  src: url('../fonts/Redaction_10-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Redaction 50";
  src: url('../fonts/Redaction_50-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Redaction 10";
  src: url('../fonts/Redaction_10-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Redaction 70";
  src: url('../fonts/Redaction_70-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Redaction 35";
  src: url('../fonts/Redaction_35-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Redaction 70";
  src: url('../fonts/Redaction_70-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Redaction 35";
  src: url('../fonts/Redaction_35-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Redaction 50";
  src: url('../fonts/Redaction_50-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Redaction 35";
  src: url('../fonts/Redaction_35-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Redaction 50";
  src: url('../fonts/Redaction_50-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Redaction 70";
  src: url('../fonts/Redaction_70-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --off-white: #edf1f0;
  --night-sky: #272b2c;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--off-white);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Redaction 35", Arial, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Redaction 35", Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Redaction 35", Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Redaction 35", Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

.nav {
  z-index: 100;
  background-image: linear-gradient(#bebebe, #fff 0%, #bebebe 0%, #bebebe00);
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  padding: 15px 25px;
  display: flex;
  position: static;
  top: 0;
}

.image {
  height: 25px;
  margin-right: auto;
}

.nav-button {
  background-image: url('../images/GW25-Button-Frame-Dark_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 63px;
  max-width: 63px;
  min-height: 26px;
  max-height: 26px;
  margin-left: 10px;
  padding: 3px 5px;
  text-decoration: none;
}

.nav-button.w--current {
  display: none;
}

.nav-button-text {
  color: var(--night-sky);
  text-align: center;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-family: "Redaction 35", Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.hamburger-menu {
  background-image: url('../images/GW25-Button-Frame-Dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 57px;
  min-height: 26px;
  margin-left: 10px;
  padding: 3px 5px;
  text-decoration: none;
  display: none;
}

.hamburger-menu.w--current {
  display: none;
}

.div-block {
  width: auto;
}

.gradient-swatch {
  z-index: -100;
  background-image: linear-gradient(#b5edc000 1%, #bebebe 46% 59%, #b5edc000);
  width: 100vw;
  height: 45vh;
  margin-top: 50vh;
  display: block;
  position: fixed;
}

.hero-section {
  width: 100%;
  margin-top: 120px;
  display: flex;
}

.hero-text {
  width: 85%;
}

.heading {
  line-height: 110%;
}

.heading._100 {
  font-family: "Redaction 100", Arial, sans-serif;
}

.heading._70 {
  font-family: "Redaction 70", Arial, sans-serif;
}

.heading._50 {
  font-family: "Redaction 50", Arial, sans-serif;
}

.body-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 150px;
  display: flex;
}

.body-section.home {
  flex-flow: row;
}

.grid {
  grid-column-gap: 79px;
  grid-template: ". . Area"
                 ". . Area"
                 ". . Area"
                 ". . Area"
                 / 25% 25% 1fr;
  grid-auto-columns: minmax(7%, 136%);
}

.left-container {
  flex-flow: row;
  width: 600px;
  height: 900px;
  padding-top: 150px;
  display: flex;
}

.sticky-container {
  height: 1400px;
  margin-top: 0;
  margin-left: auto;
  padding-right: 20px;
  display: block;
  position: static;
  top: 150px;
}

.heading-2 {
  color: var(--night-sky);
  margin-top: 0;
  font-size: 25px;
  font-style: italic;
  line-height: 31px;
}

.heading-2.white {
  color: var(--off-white);
}

.heading-2.white.x {
  font-family: "Redaction 35", Arial, sans-serif;
  text-decoration: none;
}

.text-block {
  color: var(--night-sky);
  margin-left: 20px;
  font-family: "Redaction 35", Arial, sans-serif;
  font-size: 23px;
}

.cta-1 {
  color: var(--night-sky);
  margin-top: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.global-container {
  margin-left: 25px;
  margin-right: 25px;
}

.global-container.project {
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
}

.sticky-div {
  position: sticky;
  top: 150px;
}

.grid-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.background-video {
  width: 265px;
  height: 176px;
}

.thumbnail-title {
  margin-top: 20px;
  display: flex;
}

.text {
  width: 80%;
}

.image-3 {
  width: 15px;
  margin-bottom: auto;
  margin-left: auto;
}

.thumbnail {
  color: var(--night-sky);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.project-link {
  text-decoration: none;
}

.div-block-2 {
  margin-top: auto;
}

.right-container {
  width: 33%;
  margin-left: auto;
}

.link {
  color: var(--night-sky);
  font-family: "Redaction 35", Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  text-decoration: none;
}

.email {
  margin-top: 60px;
  margin-bottom: 20px;
}

.footer {
  padding-bottom: 40px;
}

.footer-links {
  margin-top: 130px;
}

.footer-link {
  color: var(--night-sky);
  margin-right: 40px;
  font-family: "Redaction 35", Arial, sans-serif;
  font-size: 21px;
  font-style: italic;
  text-decoration: none;
}

.footer-link.w--current {
  display: none;
}

.bottom-spacer {
  max-width: 100%;
  margin-top: 140px;
}

.contact-text-mobile {
  display: none;
}

.contact-text-mobile.about {
  display: block;
}

.about-image {
  background-image: url('../images/1680891800309.jpg');
  background-position: 50%;
  background-size: contain;
  min-width: 40vw;
  min-height: 40vw;
}

.about-h1 {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}

._50-percent-container {
  width: 50%;
  margin-left: auto;
}

.heading-3 {
  font-size: 24px;
  font-style: italic;
  line-height: 32px;
}

.heading-3.cs {
  margin-top: 0;
  display: block;
}

.text-padding-left {
  margin-left: 20%;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 19px;
  grid-template-columns: 39vw 39vw;
  grid-auto-columns: 1vw;
  width: 80vw;
  margin-right: auto;
}

.p-half-width-text {
  padding-top: 5%;
  padding-left: 20%;
}

.background-video-16-9 {
  width: 95vw;
  height: 53vw;
}

.background-1-1 {
  width: 46.25vw;
  height: 46.25vw;
}

.background-video-3 {
  width: 80vw;
  height: 45vw;
}

.background-video-3.half {
  width: 39vw;
  height: 69vw;
}

.background-video-4 {
  width: 39vw;
  height: 39vw;
}

.background-video-4.sp, .background-video-4.sp-copy {
  width: 19vw;
  height: 34vw;
}

.background-video-4.reel-left {
  width: 40vw;
  height: 72vw;
}

.headshot {
  width: 40vw;
  height: 40vw;
}

.mobile-nav {
  z-index: 1;
  width: 100vw;
  height: 120vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-2 {
  height: 120vh;
}

.cs-full-width-image, .showcase-container {
  width: 80vw;
}

.showcase-fw {
  width: 80vw;
  margin-top: 2vw;
}

.showcase-fw.hero {
  margin-top: 0;
}

.showcse-hw {
  margin-top: 2vw;
  display: flex;
}

.showcase-hw-left {
  width: 39vw;
  margin-right: auto;
}

.showcase-hw-right {
  width: 39vw;
  margin-left: auto;
}

.journey-div {
  width: 50%;
  margin-left: auto;
  overflow: clip;
}

.event-container {
  flex-flow: row;
  margin-top: 50px;
  margin-left: 20%;
  display: flex;
}

.event-container.top {
  margin-top: 0;
}

.dot-container {
  background-image: url('../images/dot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 15px;
  height: 34px;
  margin-top: auto;
  margin-right: 10px;
}

.event-text-container {
  flex-flow: column;
  display: flex;
}

.event-top {
  height: 23px;
  margin-right: auto;
  display: flex;
}

.event-bottom {
  margin-right: auto;
}

.date {
  margin-top: auto;
}

.event-location {
  margin-top: auto;
  margin-left: 4px;
  font-family: "Redaction 35", Arial, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 17px;
}

.event-role {
  margin-top: 7px;
  font-family: "Redaction 35", Arial, sans-serif;
  font-size: 36px;
  line-height: 32px;
}

.event-date {
  width: 76px;
  height: 16px;
  margin-top: 2px;
  font-family: "Redaction 35", Arial, sans-serif;
  font-size: 16px;
}

.work {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 150px;
  display: flex;
}

.work.home {
  flex-flow: row;
}

.contact {
  margin-top: 140px;
}

.heading-5 {
  margin-left: 20%;
}

.grid-2-copy {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.left-container-copy {
  flex-flow: row;
  width: 600px;
  height: 900px;
  padding-top: 300px;
  display: flex;
}

.project-link-copy {
  text-decoration: none;
}

.cs-full-width-image-copy {
  width: 60vw;
}

.reel {
  width: 39vw;
  margin-right: auto;
}

.micro-type {
  font-size: 18px;
  line-height: 28px;
}

.micro-type-container {
  padding-right: 20%;
}

.showcase-hw-microtype {
  width: 39vw;
  margin-top: auto;
  margin-left: auto;
}

.carousel {
  height: 90vh;
  margin-top: 75px;
}

.slider {
  background-color: #bebebe;
  background-image: linear-gradient(90deg, #bebebe, var(--off-white) 50%, #bebebe);
  border-radius: 2vh;
  height: 100%;
  padding: 2vh;
}

._16-9 {
  border-radius: 0;
  width: 50.625vh;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

.carousel-image {
  vertical-align: middle;
  position: relative;
  inset: 0%;
}

.carousel-image-1 {
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.landscape {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  display: flex;
}

._4-5-reel {
  border-radius: 0;
  width: 72vh;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
}

._4-5-reel.iadt-2 {
  width: 72vh;
}

.carousel-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

._1-1-reel {
  border-radius: 0;
  width: 72vh;
  height: 72vh;
  margin-left: auto;
  margin-right: auto;
}

._1-1-reel.iadt-2 {
  width: 72vh;
}

.banner {
  max-width: 90%;
  max-height: 100%;
}

._9-16 {
  z-index: 3;
  width: 85vw;
  height: 47.8125vw;
}

.letterbox {
  border-radius: 0;
  width: 85vw;
  height: 6.99vw;
  margin-left: auto;
  margin-right: auto;
}

.carousel-popup {
  width: 100%;
  height: 75%;
  margin-top: 5vh;
  position: static;
}

.global-container-popup {
  z-index: 100;
  background-image: linear-gradient(90deg, #bebebe, var(--off-white) 50%, #bebebe);
  border-radius: 2vh;
  width: 95vw;
  height: 95vh;
  max-height: 95vh;
  margin-top: -4vh;
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  display: none;
  position: fixed;
}

.global-container-popup.project {
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
}

.controlbar {
  background-color: #272b2c80;
  border-top-left-radius: 2vh;
  border-top-right-radius: 2vh;
  width: 100%;
  height: 40px;
  padding: 6px 20px;
  display: flex;
}

.link-block-2 {
  margin-left: auto;
  text-decoration: none;
}

.cs-text {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.heading-medium {
  font-size: 38px;
  line-height: 110%;
}

.heading-medium._100 {
  font-family: "Redaction 100", Arial, sans-serif;
}

.heading-medium._70 {
  font-family: "Redaction 70", Arial, sans-serif;
}

.heading-medium._50 {
  font-family: "Redaction 50", Arial, sans-serif;
}

.super-heading {
  font-size: 60px;
  font-style: italic;
  font-weight: 400;
  line-height: 110%;
}

.super-heading._100 {
  font-family: "Redaction 100", Arial, sans-serif;
}

.super-heading._70 {
  font-family: "Redaction 70", Arial, sans-serif;
}

.super-heading._50 {
  font-family: "Redaction 50", Arial, sans-serif;
}

.heading-v2 {
  margin-top: 10px;
}

.project {
  max-width: 100%;
  height: 90vh;
  margin-top: 75px;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  max-width: 100%;
}

.work-showcase {
  background-image: linear-gradient(90deg, #bebebe, var(--off-white) 50%, #bebebe);
  border-radius: 2vh;
  height: auto;
  padding: 2vh;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}

.grid-5.single {
  grid-template-columns: 1fr;
}

._1-1-work {
  border-radius: 0;
  width: 72px;
  height: 72vh;
  margin-left: auto;
  margin-right: auto;
}

._1-1-work.iadt-2 {
  width: 72vh;
}

.background-video-5 {
  width: 50px;
  height: 50px;
}

.content-container {
  display: flex;
}

._1-1-showcase {
  z-index: 3;
  border-radius: 0;
  width: 45vw;
  height: 45vw;
  margin-left: auto;
  margin-right: auto;
}

._1-1-showcase.iadt-2 {
  width: 72vh;
}

.showcase-text-container {
  width: 50%;
  height: auto;
  margin-top: auto;
  margin-left: auto;
}

.heading-6 {
  margin-bottom: 4px;
  font-weight: 700;
}

.paragraph {
  font-family: "Redaction 20", Arial, sans-serif;
  font-size: 18px;
}

._16-9-showcase {
  z-index: 3;
  border-radius: 0;
  width: 25.3vw;
  height: 45vw;
  margin-left: auto;
  margin-right: auto;
}

._16-9-showcase.iadt-2 {
  width: 72vh;
}

.image-copy {
  max-width: 119.039px;
  height: 25px;
  margin-right: auto;
}

.small-image {
  max-width: 100%;
  max-height: 45vw;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

._5-4-showcase {
  z-index: 3;
  border-radius: 0;
  width: 36vw;
  height: 45vw;
  margin-left: auto;
  margin-right: auto;
}

._5-4-showcase.iadt-2 {
  width: 72vh;
}

.letterbox-showcase {
  z-index: 100;
  border-radius: 0;
  width: 85vw;
  height: 6.99vw;
  margin-right: auto;
}

.letterbox-showcase.iadt-2 {
  width: 72vh;
}

.letterbox-showcase-2 {
  z-index: 100;
  border-radius: 0;
  width: 25.3vw;
  height: 45vw;
  margin-right: auto;
}

.letterbox-showcase-2.iadt-2 {
  width: 72vh;
}

.letterbox-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}

._1-1-showcase-2 {
  z-index: 100;
  border-radius: 0;
  width: 25.3vw;
  height: 45vw;
  margin-left: auto;
  margin-right: auto;
}

._1-1-showcase-2.iadt-2 {
  width: 72vh;
}

.letterbox-showcase-copy {
  z-index: 100;
  border-radius: 0;
  margin-right: auto;
}

.letterbox-showcase-copy.iadt-2 {
  width: 72vh;
}

.work-showcase-copy {
  background-image: linear-gradient(90deg, #bebebe, var(--off-white) 50%, #bebebe);
  border-radius: 2vh;
  height: auto;
  padding: 2vh;
}

.letterbox-showcase-copy-copy {
  z-index: 100;
  border-radius: 0;
  margin-right: auto;
}

.letterbox-showcase-copy-copy.iadt-2 {
  width: 72vh;
}

@media screen and (min-width: 1280px) {
  .nav-button-text {
    font-weight: 700;
  }

  .hero-text {
    width: 75%;
  }

  .left-container {
    height: 801px;
    padding-top: 150px;
  }

  .global-container {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .bottom-spacer {
    margin-top: 220px;
  }

  .background-video-4.sp, .background-video-4.sp-copy {
    width: 25vw;
    height: 45vw;
  }

  .background-video-4.reel-left {
    width: 30vw;
    height: 53vw;
  }

  .contact {
    margin-top: 220px;
  }

  .left-container-copy {
    height: 801px;
  }

  .micro-type {
    font-size: 18px;
    line-height: 28px;
    display: block;
  }

  .micro-type-container {
    padding-top: 0%;
    padding-left: 0%;
    padding-right: 5%;
  }

  .showcase-hw-microtype {
    margin-top: auto;
  }

  ._4-5-reel.iadt-2, ._1-1-reel.iadt-2 {
    width: 72vh;
  }

  .global-container-popup {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  ._1-1-work.iadt-2, ._1-1-showcase.iadt-2, ._16-9-showcase.iadt-2, ._5-4-showcase.iadt-2, .letterbox-showcase.iadt-2, .letterbox-showcase-2.iadt-2, ._1-1-showcase-2.iadt-2, .letterbox-showcase-copy.iadt-2, .letterbox-showcase-copy-copy.iadt-2 {
    width: 72vh;
  }
}

@media screen and (min-width: 1440px) {
  .div-block {
    width: auto;
  }

  .hero-section, .body-section {
    width: 100%;
  }

  .body-section.home {
    flex-flow: row;
  }

  .body-section.cs {
    width: 60vw;
  }

  .sticky-container {
    height: 1400px;
  }

  .global-container {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .global-container.cs {
    width: 60vw;
  }

  .about-image {
    min-width: 35vw;
    max-width: 400px;
    min-height: 35vw;
    max-height: 400px;
  }

  .background-video-3.fyh {
    width: 60vw;
    height: 33vw;
  }

  .background-video-3.half {
    width: 29vw;
    height: 51.5vw;
  }

  .background-video-3.elg {
    width: 60vw;
    height: 33vw;
  }

  .background-video-4, .background-video-4.fyh, .background-video-4.fyh.elg2, .background-video-4.fyh.elg6, .background-video-4.fyh-2, .background-video-4.sp3, .background-video-4.sp4, .background-video-4.elg1, .background-video-4.elg-3, .background-video-4.elg4, .background-video-4.sp, .background-video-4.sp1, .background-video-4.sp-2, .background-video-4.sp-copy {
    width: 29vw;
    height: 29vw;
  }

  .background-video-4.reel-left {
    width: 30vw;
    height: 53vw;
  }

  .headshot {
    width: 30vw;
    height: 30vw;
  }

  .cs-full-width-image, .showcase-container {
    width: 60vw;
  }

  .showcase-hw-left, .showcase-hw-right {
    width: 29vw;
  }

  .work {
    width: 100%;
  }

  .work.home {
    flex-flow: row;
  }

  .cs-full-width-image-copy {
    width: 60vw;
  }

  .reel, .showcase-hw-microtype {
    width: 29vw;
  }

  .carousel-image-1 {
    height: auto;
  }

  ._9-16 {
    width: 53vw;
    height: 29.8125vw;
  }

  .letterbox {
    width: 60vw;
    height: 4.93vw;
  }

  .image-4 {
    width: 100%;
  }

  .global-container-popup {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .global-container-popup.cs {
    width: 60vw;
  }

  .heading-medium {
    font-size: 40px;
  }

  ._1-1-showcase {
    width: 30vw;
    height: 30vw;
  }

  .showcase-text-container {
    width: 75%;
  }

  ._16-9-showcase {
    width: 20vw;
    height: 35.56vw;
  }

  ._5-4-showcase {
    width: 28.448vw;
    height: 35.56vw;
  }

  .letterbox-showcase {
    width: 56vw;
    height: 4.61vw;
  }

  .letterbox-showcase-2, ._1-1-showcase-2 {
    width: 20vw;
    height: 35.56vw;
  }

  .letterbox-showcase-copy {
    width: 56vw;
    height: 4.61vw;
  }

  .letterbox-showcase-copy-copy {
    width: auto;
    height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .nav {
    max-width: 100vw;
  }

  .nav-button {
    max-height: 26px;
  }

  .global-container {
    width: 70vw;
  }

  .about-image {
    min-width: 600px;
    min-height: 600px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .background-video-2 {
    width: 100%;
  }

  .background-video-3.fyh {
    width: 50vw;
    height: 28vw;
  }

  .background-video-3.half {
    width: 24vw;
    height: 42.67vw;
  }

  .background-video-3.elg {
    width: 50vw;
    height: 28vw;
  }

  .background-video-4, .background-video-4.fyh, .background-video-4.fyh.elg2, .background-video-4.fyh.elg6, .background-video-4.fyh-2, .background-video-4.elg1, .background-video-4.elg-3, .background-video-4.elg4 {
    width: 24vw;
    height: 24vw;
  }

  .cs-full-width-image, .showcase-container {
    width: 50vw;
  }

  .showcase-hw-left, .showcase-hw-right {
    width: 24vw;
  }

  .cs-full-width-image-copy {
    width: 50vw;
  }

  .reel, .showcase-hw-microtype {
    width: 24vw;
  }

  .carousel-image-1 {
    height: auto;
  }

  .letterbox {
    width: 60vw;
    height: 4.93vw;
  }

  .global-container-popup {
    width: 70vw;
  }

  .heading-medium {
    font-size: 46px;
  }

  .showcase-text-container {
    width: 60%;
  }

  .letterbox-showcase-copy-copy {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .nav {
    position: static;
  }

  .hamburger-menu {
    display: none;
  }

  .hero-section.abut {
    flex-flow: column;
  }

  .hero-text {
    width: 90%;
  }

  .heading {
    color: var(--night-sky);
    font-size: 46px;
  }

  .body-section {
    margin-top: 100px;
  }

  .left-container {
    width: 400px;
    height: 1390px;
    padding-top: 0;
  }

  .sticky-container {
    height: 2000px;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block {
    font-size: 20px;
  }

  .cta-1 {
    margin-top: 15px;
  }

  .global-container {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .background-video {
    width: 400px;
    height: 266px;
  }

  .text {
    width: 90%;
  }

  .image-3 {
    width: 11px;
  }

  .thumbnail {
    font-size: 20px;
  }

  .right-container {
    width: 38%;
  }

  .link {
    font-size: 18px;
  }

  .about-image {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 70vh;
    margin-top: 100px;
  }

  .about-h1 {
    order: -1;
    width: 100%;
  }

  ._50-percent-container {
    width: 100%;
  }

  .text-padding-left {
    margin-top: 100px;
  }

  .grid-3 {
    grid-template: "."
                   "Area"
                   "."
                   "."
                   / 80vw;
    grid-auto-columns: 1vw;
    overflow: hidden;
  }

  .p-half-width-text {
    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 20%;
  }

  .background-video-3.half {
    width: 80vw;
    height: 142vw;
  }

  .background-video-4 {
    width: 80vw;
    height: 80vw;
  }

  .background-video-4.reel-left {
    width: 80vw;
    height: 140vw;
  }

  .headshot {
    width: 96vw;
    height: 96vw;
    margin-top: 100px;
  }

  .showcse-hw {
    flex-flow: column;
  }

  .showcase-hw-left {
    flex-flow: column;
    width: 80vw;
    display: flex;
  }

  .showcase-hw-right {
    width: 80vw;
    margin-top: 2vw;
  }

  .journey-div {
    width: 80%;
  }

  .work {
    margin-top: 100px;
  }

  .grid-2-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .left-container-copy {
    width: 400px;
    height: 1390px;
  }

  .reel {
    flex-flow: column;
    width: 80vw;
    display: flex;
  }

  .micro-type-container {
    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 20%;
  }

  .showcase-hw-microtype {
    width: 80vw;
    margin-top: 2vw;
  }

  .global-container-popup {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .cs-text {
    order: -1;
    width: 100%;
  }

  .heading-medium, .super-heading {
    color: var(--night-sky);
    font-size: 43px;
  }

  .heading-v2 {
    font-size: 28px;
    line-height: 32px;
  }

  .grid-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-5 {
    grid-template-columns: 1.5fr 1fr;
  }

  ._1-1-showcase {
    width: 55vw;
    height: 55vw;
  }

  .showcase-text-container {
    width: 75%;
  }

  ._16-9-showcase {
    width: 30.9vw;
    height: 55vw;
  }

  .small-image {
    max-height: 55vw;
  }

  ._5-4-showcase {
    width: 44vw;
    height: 55vw;
  }

  .letterbox-showcase {
    width: 85vw;
    height: 6.99vw;
  }

  .letterbox-showcase-2 {
    width: 30.9vw;
    height: 55vw;
  }

  .letterbox-grid {
    grid-template-columns: 1.5fr;
  }

  ._1-1-showcase-2 {
    width: 30.9vw;
    height: 55vw;
  }

  .letterbox-showcase-copy, .letterbox-showcase-copy-copy {
    width: 85vw;
    height: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hamburger-menu {
    display: none;
  }

  .hero-section {
    width: 100%;
    margin-top: 60px;
  }

  .hero-text {
    width: 85%;
  }

  .heading {
    font-size: 36px;
  }

  .body-section {
    flex-flow: column;
    margin-top: 60px;
  }

  .left-container {
    width: 300px;
    padding-top: 100px;
  }

  .sticky-container {
    height: auto;
    margin-top: 0;
  }

  .heading-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block {
    font-size: 18px;
  }

  .global-container {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .background-video {
    width: 300px;
    height: 200px;
  }

  .right-container {
    order: -9999;
    width: 70%;
  }

  .contact-text {
    display: none;
  }

  .contact-text-mobile {
    display: block;
  }

  .about-image {
    margin-top: 40px;
  }

  .text-padding-left {
    margin-top: 60px;
  }

  .p-half-width-text {
    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 20%;
  }

  .headshot {
    width: 94vw;
    height: 94vw;
    margin-top: 60px;
  }

  .showcase-container {
    width: 80vw;
  }

  .showcase-fw, .showcse-hw, .showcase-hw-right {
    margin-top: 5vw;
  }

  .work {
    flex-flow: column;
    margin-top: 60px;
    margin-bottom: 300px;
    display: flex;
  }

  .left-container-copy {
    width: 300px;
  }

  .micro-type-container {
    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 20%;
  }

  .showcase-hw-microtype {
    margin-top: 5vw;
  }

  .carousel {
    height: auto;
  }

  .slider {
    border-radius: 2vw;
    height: 155vw;
    padding: 2vw 0;
  }

  ._16-9 {
    border-radius: 0;
    width: 80vw;
    height: 142.2vw;
  }

  .slide {
    max-height: 100%;
  }

  .icon {
    margin-left: 0;
  }

  .icon-2 {
    margin-right: 0;
  }

  .carousel-image-1 {
    max-width: 100%;
  }

  ._4-5-reel {
    border-radius: 0;
    width: 85vw;
    height: 106.2vw;
  }

  ._4-5-reel.iadt-2 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 85vw;
    height: 106.25vw;
    display: flex;
  }

  .carousel-container {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  ._1-1-reel {
    border-radius: 0;
    width: 80vw;
    height: 80vw;
  }

  ._1-1-reel.iadt-2 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 85vw;
    height: 106.25vw;
    display: flex;
  }

  .letterbox {
    border-radius: 0;
    width: 85vw;
    height: 6.99vw;
  }

  .carousel-popup {
    height: auto;
  }

  .global-container-popup {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .heading-medium, .super-heading {
    font-size: 36px;
  }

  .project {
    height: auto;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  ._1-1-work {
    border-radius: 0;
    width: 80vw;
    height: 80vw;
  }

  ._1-1-work.iadt-2 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 85vw;
    height: 106.25vw;
    display: flex;
  }

  ._1-1-showcase {
    border-radius: 0;
    width: 80vw;
    height: 80vw;
    margin-left: auto;
  }

  ._1-1-showcase.iadt-2 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 85vw;
    height: 106.25vw;
    display: flex;
  }

  ._16-9-showcase {
    border-radius: 0;
    width: 80vw;
    height: 142.2vw;
  }

  ._16-9-showcase.iadt-2 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 85vw;
    height: 106.25vw;
    display: flex;
  }

  .small-image {
    max-width: 90%;
    max-height: 142.2vw;
  }

  ._5-4-showcase {
    border-radius: 0;
    width: 80vw;
    height: 100vw;
  }

  ._5-4-showcase.iadt-2 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 85vw;
    height: 106.25vw;
    display: flex;
  }

  .letterbox-showcase {
    border-radius: 0;
    width: 85vw;
    height: 6.99vw;
  }

  .letterbox-showcase.iadt-2 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 85vw;
    height: 106.25vw;
    display: flex;
  }

  .letterbox-showcase-2 {
    border-radius: 0;
    width: 80vw;
    height: 142.2vw;
  }

  .letterbox-showcase-2.iadt-2 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 85vw;
    height: 106.25vw;
    display: flex;
  }

  .letterbox-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  ._1-1-showcase-2 {
    border-radius: 0;
    width: 80vw;
    height: 142.2vw;
  }

  ._1-1-showcase-2.iadt-2 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 85vw;
    height: 106.25vw;
    display: flex;
  }

  .letterbox-showcase-copy {
    border-radius: 0;
    width: 85vw;
    height: auto;
  }

  .letterbox-showcase-copy.iadt-2 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 85vw;
    height: 106.25vw;
    display: flex;
  }

  .letterbox-showcase-copy-copy {
    border-radius: 0;
    width: 85vw;
    height: auto;
  }

  .letterbox-showcase-copy-copy.iadt-2 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 85vw;
    height: 106.25vw;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    z-index: 100;
    background-image: linear-gradient(#edf1f0, #edf1f000);
    position: static;
  }

  .nav-button {
    display: none;
  }

  .nav-button.w--current {
    background-color: #0000;
    display: none;
  }

  .hamburger-menu {
    z-index: 200;
    background-image: none;
    min-width: 39px;
    min-height: 39px;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 1px;
    display: block;
    position: fixed;
    top: 5px;
    right: 10px;
  }

  .div-block {
    z-index: 100;
    display: flex;
    position: fixed;
    right: 10px;
  }

  .gradient-swatch {
    position: fixed;
  }

  .hero-section {
    margin-top: 100px;
  }

  .hero-text {
    width: 100%;
  }

  .heading {
    font-size: 32px;
  }

  .body-section {
    flex-flow: column;
    margin-top: 60px;
    display: flex;
  }

  .left-container {
    width: 250px;
    height: auto;
    padding-top: 100px;
  }

  .sticky-container {
    order: -1;
    width: 80%;
    height: auto;
    margin-top: 80px;
    margin-left: auto;
    position: static;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .text-block {
    margin-left: 14px;
    font-size: 21px;
  }

  .cta-1 {
    margin-top: 10px;
  }

  .image-2 {
    width: 22px;
  }

  .body {
    background-color: var(--off-white);
  }

  .sticky-div {
    position: static;
  }

  .background-video {
    width: 250px;
    height: 166px;
  }

  .text {
    width: 70%;
  }

  .image-3 {
    margin-right: 20px;
  }

  .thumbnail {
    line-height: 24px;
  }

  .right-container {
    order: -1;
    width: 100%;
    position: static;
  }

  .contact-text {
    display: none;
  }

  .email {
    margin-top: 100px;
    margin-bottom: 10px;
  }

  .footer-link.w--current {
    display: none;
  }

  .bottom-spacer {
    margin-top: 220px;
  }

  .contact-text-mobile {
    display: block;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-3.cs {
    font-size: 18px;
    line-height: 24px;
  }

  .text-padding-left {
    margin-left: 10%;
  }

  .text-padding-left.about {
    margin-left: 0%;
  }

  .grid-3 {
    grid-column-gap: 112px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 90vw;
  }

  .p-half-width-text {
    width: 90vw;
    padding: 0%;
  }

  .background-video-3 {
    width: 90vw;
    height: 50vw;
  }

  .background-video-3.half {
    width: 90vw;
  }

  .background-video-4 {
    width: 90vw;
    height: 90vw;
  }

  .background-video-4.reel-left {
    width: 90vw;
    height: 160vw;
  }

  .headshot {
    height: 115vw;
    margin-top: 20px;
  }

  .heading-4 {
    color: var(--night-sky);
  }

  .mobile-nav {
    z-index: 200;
    background-color: var(--off-white);
    height: 120vh;
    display: none;
    overflow: visible;
  }

  .lottie-animation {
    z-index: 200;
    width: 32px;
    height: 32px;
    display: block;
    position: fixed;
  }

  .lottie-animation-2 {
    width: 100vw;
    height: auto;
    margin-bottom: auto;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .mobile-nav-container {
    width: 100vw;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25vh;
    padding-bottom: 0;
  }

  .mobile-nav-links {
    z-index: 120;
    color: var(--night-sky);
    text-align: center;
    margin-bottom: 35px;
    font-family: "Redaction 35", Arial, sans-serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    position: relative;
  }

  .mobile-page-link {
    color: var(--night-sky);
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
  }

  .mobile-page-link.w--current {
    display: none;
  }

  .cs-full-width-image, .showcase-container, .showcase-fw, .showcase-fw.hero, .showcase-hw-left, .showcase-hw-right {
    width: 90vw;
  }

  .journey-div {
    width: 90%;
    margin-top: 140px;
    margin-left: 0;
  }

  .event-container {
    margin-top: 40px;
  }

  .dot-container {
    height: 31px;
  }

  .event-location {
    margin-left: 0;
    font-size: 20px;
  }

  .event-role {
    font-size: 30px;
  }

  .event-date {
    width: 70px;
    font-size: 14px;
  }

  .journey-title {
    margin-bottom: 40px;
  }

  .work {
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 200px;
    display: flex;
  }

  .contact {
    margin-top: 140px;
  }

  .left-container-copy {
    width: 250px;
    height: auto;
    padding-top: 100px;
  }

  .cs-full-width-image-copy, .reel {
    width: 90vw;
  }

  .micro-type-container {
    width: 90vw;
    padding: 0%;
  }

  .showcase-hw-microtype {
    width: 90vw;
  }

  .carousel {
    height: auto;
  }

  .slider {
    height: 160vw;
  }

  ._16-9 {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 85.5vw;
    height: 151vw;
    display: block;
    position: relative;
  }

  .carousel-image-1 {
    max-width: 100%;
  }

  ._4-5-reel {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 85vw;
    height: 106.2vw;
    display: block;
    position: relative;
  }

  ._1-1-reel {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 85vw;
    height: 85vw;
    display: block;
    position: relative;
  }

  ._9-16 {
    z-index: 3;
  }

  .letterbox {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 85vw;
    height: 6.99vw;
    display: block;
    position: relative;
  }

  .carousel-popup {
    height: auto;
  }

  .heading-medium, .super-heading {
    font-size: 32px;
  }

  .heading-v2 {
    font-size: 22px;
    line-height: 28px;
  }

  .project, .grid-5 {
    height: auto;
  }

  .grid-5.single {
    grid-template-rows: auto;
  }

  ._1-1-work {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 85vw;
    height: 85vw;
    display: block;
    position: relative;
  }

  .content-container {
    display: flex;
  }

  ._1-1-showcase {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 85vw;
    height: 85vw;
    display: block;
    position: relative;
  }

  ._16-9-showcase {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 85vw;
    height: 151.1vw;
    display: block;
    position: relative;
  }

  .small-image {
    max-width: 100%;
    max-height: 151.1vw;
    margin-left: auto;
  }

  ._5-4-showcase {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 85vw;
    height: 106.25vw;
    display: block;
    position: relative;
  }

  .letterbox-showcase {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 85vw;
    height: 6.99vw;
    display: block;
    position: relative;
  }

  .letterbox-showcase-2, ._1-1-showcase-2 {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 85vw;
    height: 151.1vw;
    display: block;
    position: relative;
  }

  .letterbox-showcase-copy {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 85vw;
    height: auto;
    display: block;
    position: relative;
  }

  .div-block-4 {
    z-index: 200;
  }

  .letterbox-showcase-copy-copy {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 85vw;
    height: auto;
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6e3786fb-2566-74d5-b5e5-2e5a4183c053-6b69d061 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Redaction';
  src: url('../fonts/Redaction-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction';
  src: url('../fonts/Redaction-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction';
  src: url('../fonts/Redaction-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 100';
  src: url('../fonts/Redaction_100-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 10';
  src: url('../fonts/Redaction_10-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 20';
  src: url('../fonts/Redaction_20-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 20';
  src: url('../fonts/Redaction_20-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 100';
  src: url('../fonts/Redaction_100-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 100';
  src: url('../fonts/Redaction_100-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 20';
  src: url('../fonts/Redaction_20-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 10';
  src: url('../fonts/Redaction_10-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 50';
  src: url('../fonts/Redaction_50-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 10';
  src: url('../fonts/Redaction_10-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 70';
  src: url('../fonts/Redaction_70-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 35';
  src: url('../fonts/Redaction_35-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 70';
  src: url('../fonts/Redaction_70-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 35';
  src: url('../fonts/Redaction_35-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 50';
  src: url('../fonts/Redaction_50-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 35';
  src: url('../fonts/Redaction_35-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 50';
  src: url('../fonts/Redaction_50-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction 70';
  src: url('../fonts/Redaction_70-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}