:root {
  --black-01: #0d0d0d;
  --white-01: white;
  --black-02: #121212;
  --accent-01: #d42121;
  --grey-01: #999;
  --black-03: #1c1c1c;
  --grey-02: #3d3d3d;
}

body {
  background-color: var(--black-01);
  color: var(--white-01);
  font-family: Red hat display, sans-serif;
  font-size: 1vw;
}
/* Solução: Adicione esta regra ao seu CSS para corrigir */
.reel.home-hero {
  mix-blend-mode: normal !important;
}
h1 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9em;
  font-weight: 700;
  line-height: .9;
}

h2 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  font-weight: 700;
  line-height: .9;
}

h3 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 700;
  line-height: .9;
}

h4 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: .9;
}

h5 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: .9;
}

h6 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: .9;
}

p {
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.6;
}

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

ul, ol {
  margin-bottom: 0;
  padding-left: 20px;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 0;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  padding-top: 9em;
  padding-bottom: 9em;
}

.section.sobre-nos {
  background-color: var(--black-02);
  mix-blend-mode: normal;
}

.section.footer {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.section.hero {
  padding-top: 4em;
  padding-bottom: 0;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.grid-quarters {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.column-xsmall {
  width: 100%;
  max-width: 290px;
}

.column-2xlarge {
  width: 100%;
  max-width: 1060px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(49, 49, 49, .6);
  line-height: 1.4px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.about {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.blog, .grid.licenses {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-display-1 {
  font-size: 8em;
}

.text-display-1.line-1 {
  font-family: Stretchpro, sans-serif;
  font-size: 7em;
}

.text-display-1.line-2 {
  font-family: Red hat display, sans-serif;
  font-size: 7em;
  line-height: 1.2;
}

.grid-thirds {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button {
  background-color: var(--accent-01);
  text-transform: uppercase;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  padding: 1.125em 3em;
  font-size: 14px;
  font-weight: 500;
}

.rich-text {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.rich-text h1 {
  margin-bottom: 32px;
  font-size: 2.5em;
}

.rich-text h2 {
  margin-bottom: 32px;
  font-size: 2em;
}

.rich-text h3 {
  margin-bottom: 24px;
  font-size: 1.75em;
}

.rich-text h4 {
  margin-bottom: 24px;
  font-size: 1.5em;
}

.rich-text h5 {
  margin-bottom: 20px;
  font-size: 1.25em;
}

.rich-text h6 {
  margin-bottom: 20px;
  font-size: 1em;
}

.rich-text p {
  color: var(--grey-01);
  margin-bottom: 32px;
  font-size: 1.125em;
  line-height: 1.5;
}

.rich-text li {
  margin-bottom: 12px;
}

.rich-text ul {
  color: var(--grey-01);
  margin-bottom: 32px;
  padding-left: 20px;
}

.rich-text ol {
  color: var(--grey-01);
  overflow: visible;
}

.rich-text figcaption {
  color: var(--grey-01);
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
}

.rich-text blockquote {
  margin-bottom: 32px;
  font-size: 2em;
}

.rich-text figure {
  margin-top: 56px;
  margin-bottom: 56px;
}

.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.style-guide-color.accent-01 {
  background-color: var(--accent-01);
}

.style-guide-color.black-01 {
  border: 1px solid var(--black-03);
  background-color: var(--black-01);
}

.style-guide-color.black-02 {
  background-color: var(--black-02);
}

.style-guide-color.black-03 {
  background-color: var(--black-03);
}

.style-guide-color.grey-01 {
  background-color: var(--grey-01);
}

.style-guide-color.white-01 {
  background-color: var(--white-01);
}

.style-guide-color.grey-02 {
  background-color: var(--grey-02);
}

.nav-link {
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-left: 1.5em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.nav-link:hover {
  color: var(--grey-01);
}

.text-display-2 {
  color: var(--white-01);
  font-size: 5.5em;
}

.text-display-3 {
  font-size: 4em;
}

.text-display-4 {
  font-size: 3.5em;
}

.text-display-5 {
  aspect-ratio: auto;
  object-fit: contain;
  font-size: 2.5em;
}

.text-display-6 {
  aspect-ratio: auto;
  object-fit: fill;
  font-size: 2em;
  line-height: 1.2;
}

.text-display-7 {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
}

.text-body-1 {
  min-height: 0;
  aspect-ratio: auto;
  letter-spacing: -.03em;
  text-indent: 0;
  column-count: 1;
  column-rule-style: none;
  column-rule-width: 0px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
  column-gap: 0;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
}

.text-body-2 {
  letter-spacing: -.01em;
  font-size: 1.125em;
  line-height: 1.6;
}

.paragraph {
  letter-spacing: -.01em;
}

.text-micro-1 {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.text-micro-1.spaced {
  letter-spacing: .7em;
}

.text-micro-2 {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.nav-btn {
  display: none;
}

.logo-img {
  height: 1.125em;
}

.header-nav {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.logo-link {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.nav-btn-lottie {
  width: 32px;
  height: 32px;
}

.header {
  z-index: 99;
  width: 100%;
  height: 4em;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.header-inner {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.reel-contain {
  width: 100%;
  height: 100%;
  border-radius: 1.5em;
  position: relative;
  overflow: hidden;
}

.reel-contain.home-hero {
  height: 42em;
  text-align: center;
}

.reel-contain.cta {
  height: 38em;
  text-align: center;
}

.reel-contain.blog {
  height: 42em;
  text-align: center;
  margin-top: 5em;
}

.reel-contain.slide-wrap {
  height: 42em;
  text-align: center;
}

.reel {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.reel.home-hero {
  opacity: 1;
  mix-blend-mode: luminosity;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.reel.work {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.reel.cta {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.reel-title {
  perspective: 2000px;
  margin-bottom: 2em;
}

.spacer-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spacer-icon {
  width: 1em;
  height: 1em;
  background-color: var(--white-01);
  border-radius: 50%;
  flex: none;
}

.spacer-icon.rec {
  background-color: var(--accent-01);
}

.spacer-line {
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  flex: 1;
  margin-left: 1em;
  margin-right: 1em;
}

.col {
  width: 100%;
}

.col._11-20 {
  max-width: 55%;
}

.col._10-20 {
  max-width: 50%;
}

.col._6-20 {
  max-width: 30%;
}

.col._8-20 {
  max-width: 40%;
}

.col._3-20 {
  max-width: 15%;
}

.col._9-20 {
  max-width: 45%;
}

.col._5-20 {
  max-width: 25%;
}

.col._2-20 {
  max-width: 10%;
}

.col._12-20 {
  max-width: 60%;
}

.col._7-20 {
  max-width: 35%;
}

.col._1-20 {
  max-width: 5%;
}

.col._4-20 {
  max-width: 20%;
}

.col._13-20 {
  max-width: 65%;
}

.col._14-20 {
  max-width: 70%;
}

.col._15-20 {
  max-width: 75%;
}

.col._16-20 {
  max-width: 80%;
}

.col._17-20 {
  max-width: 85%;
}

.col._18-20 {
  max-width: 90%;
}

.col._19-20 {
  max-width: 95%;
}

.col._20-20 {
  max-width: 100%;
}

.style-guide-block {
  height: 4em;
  background-color: var(--grey-01);
}

.o-grid {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.row {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
}

.row.company {
  flex-direction: column;
  align-items: flex-start;
}

.row.slider-wrap {
  flex-direction: column;
  position: relative;
}

.row.story-content {
  flex-direction: row;
  justify-content: space-between;
}

.row.story-title {
  margin-bottom: 5em;
}

.row.work {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5em;
  display: grid;
}

.row.hero-title, .row.template {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.company-title {
  margin-bottom: 2.5em;
}

.grey-01 {
  color: var(--grey-01);
}

.company-text {
  width: 100%;
  max-width: 296px;
}

.about-card {
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-card.content {
  border: 1px solid var(--black-03);
  text-align: center;
  justify-content: center;
  padding-top: 0%;
  padding-left: 4em;
  padding-right: 4em;
}

.about-card-title {
  margin-bottom: 1.5em;
}

.track {
  height: 6.25em;
  border: 1px solid var(--black-03);
  border-radius: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.track-holder {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.track-icon {
  width: .75em;
  height: .75em;
  background-color: var(--accent-01);
  border-radius: 50%;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.slider {
  height: 42em;
  border-radius: 1.5em;
  margin-top: 5em;
  position: relative;
}

.slide {
  border-radius: 1.5em;
  overflow: hidden;
}

.story-text {
  width: 100%;
  max-width: 296px;
}

.work-title {
  max-width: 47.75em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.work-item {
  width: 100%;
  height: 0;
  border-radius: 1.5em;
  padding-top: 56.25%;
  padding-left: 2.5em;
  position: relative;
  overflow: hidden;
}

.work-text {
  width: 100%;
  max-width: 26.1em;
  overflow: hidden;
}

.clients-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--black-03);
  border-radius: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.clients-item {
  height: 11.25em;
  border-right: 1px solid var(--black-03);
  border-bottom: 1px solid var(--black-03);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  margin-right: -1px;
  display: flex;
}

.clients-item.last {
  border-bottom-style: none;
}

.blog-card {
  height: 25em;
  background-color: var(--black-03);
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.5em 2em 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-card-bottom {
  z-index: 10;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-card-icon {
  width: 2em;
  transform: rotate(180deg);
}

.blog-card-top {
  z-index: 10;
  position: relative;
}

.blog-card-bg {
  z-index: 5;
  width: 12.5em;
  height: 12.5em;
  opacity: .7;
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta-title {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.social-wrap {
  display: flex;
}

.social-icon {
  width: 3em;
  height: 3em;
  border: 2px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: .375em;
  margin-right: .375em;
  transition: background-color .8s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.social-icon:hover {
  background-color: rgba(255, 255, 255, .3);
}

.logo-footer {
  width: 100%;
}

.footer-wrap {
  height: 5em;
  border: 1px solid var(--black-03);
  border-radius: 1.5em;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.5em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.text-link {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.text-link:hover {
  color: var(--grey-01);
}

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

.slider-left-arrow {
  width: 2.5em;
  height: 2.5em;
  font-size: 1vw;
  top: -8.1em;
  bottom: auto;
  left: auto;
  right: 3.2em;
}

.slider-right-arrow {
  width: 2.5em;
  height: 2.5em;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  display: flex;
  top: -8.1em;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slide-nav {
  display: none;
}

.slider-arrow-icon.right {
  width: 2.5em;
  height: 2.5em;
  transform: rotate(180deg);
}

.slider-arrow-icon.left {
  width: 2.5em;
  height: 2.5em;
}

.reel-title-mask {
  padding-left: 1em;
  padding-right: 1em;
  overflow: hidden;
}

.template-text {
  max-width: 37.5em;
  margin-bottom: 5em;
}

.top-bar {
  width: 100%;
  background-color: var(--accent-01);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.licenses-item {
  width: 100%;
  max-width: 56.25em;
  background-color: var(--black-03);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.licenses-text {
  margin-top: .7em;
}

.slide-2 {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
}

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

  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 3.5em;
  }

  h3 {
    font-size: 3em;
  }

  h4 {
    font-size: 2.5em;
  }

  h5 {
    font-size: 2em;
  }

  h6 {
    font-size: 1.5em;
  }

  p {
    font-size: 1em;
  }

  blockquote {
    font-size: 2em;
  }

  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

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

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

  .container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .grid-quarters {
    grid-column-gap: 24px;
  }

  .grid-quarters.style-guide, .grid.about {
    grid-template-columns: 1fr;
  }

  .grid.blog {
    grid-template-columns: 1fr 1fr;
  }

  .text-display-1 {
    font-size: 4em;
  }

  .grid-thirds {
    grid-column-gap: 24px;
  }

  .nav-link {
    width: 100%;
    border-bottom: 1px solid var(--black-03);
    margin-left: 0;
    padding: 1.25em 1.5em;
  }

  .text-display-2 {
    font-size: 3.5em;
  }

  .text-display-3 {
    font-size: 3em;
  }

  .text-display-4 {
    font-size: 2.5em;
  }

  .text-display-5 {
    font-size: 2em;
  }

  .text-display-6 {
    font-size: 1.5em;
  }

  .text-display-7 {
    font-size: 1.25em;
  }

  .text-body-1 {
    font-size: 2em;
  }

  .nav-btn {
    cursor: pointer;
    display: flex;
  }

  .header-nav {
    z-index: -1;
    height: auto;
    background-color: var(--black-01);
    flex-direction: column;
    justify-content: center;
    display: none;
    position: fixed;
    top: 4em;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-btn-lottie {
    width: 1.5em;
    height: 1.5em;
  }

  .header {
    z-index: 2000;
    height: 4em;
    border-bottom: 1px solid var(--black-03);
    background-color: var(--black-01);
  }

  .reel-contain.home-hero {
    height: 0;
    padding-top: 56.25%;
  }

  .reel-contain.blog {
    height: 0;
    margin-top: 3em;
    padding-top: 56.25%;
  }

  .reel-contain.slide-wrap {
    height: 28em;
  }

  .row {
    padding-left: 0;
    padding-right: 0;
  }

  .row.story-title {
    margin-bottom: 3em;
  }

  .row.work {
    grid-template-columns: 1fr;
    margin-top: 3em;
  }

  .about-card.content {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .slider {
    height: 28em;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .slider-mask {
    height: 28em;
  }

  .clients-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-card-bg {
    width: 10em;
    height: 10em;
  }

  .footer-wrap {
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .footer-links {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .slider-left-arrow {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -56px;
    left: 0%;
    right: auto;
  }

  .slider-right-arrow {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -56px;
    left: 56px;
    right: auto;
  }

  .slider-arrow-icon.right, .slider-arrow-icon.left {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .container {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .grid.blog {
    grid-template-columns: 1fr;
  }

  .text-display-1 {
    font-size: 3em;
  }

  .grid-thirds.style-guide {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .text-display-2 {
    font-size: 2.5em;
  }

  .text-display-3 {
    font-size: 2em;
  }

  .text-display-4 {
    font-size: 1.75em;
  }

  .text-display-5 {
    font-size: 1.5em;
  }

  .text-display-6 {
    font-size: 1.25em;
  }

  .text-display-7 {
    font-size: 1.125em;
  }

  .reel-contain.slide-wrap {
    height: 20em;
  }

  .reel.work {
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .col._10-20 {
    max-width: 100%;
  }

  .row.story-content {
    flex-direction: column;
  }

  .row.story-title {
    margin-bottom: 3em;
  }

  .slider {
    height: 20em;
    margin-top: 3em;
  }

  .slider-mask {
    height: 20em;
  }

  .story-text {
    max-width: 100%;
    margin-bottom: 1em;
  }

  .clients-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .blog-card {
    padding-top: 2em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2.25em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.75em;
  }

  h5 {
    font-size: 1.5em;
  }

  h6 {
    font-size: 1.25em;
  }

  .section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .grid-quarters {
    grid-template-columns: 1fr 1fr;
  }

  .text-display-1 {
    font-size: 2.5em;
  }

  .text-display-1.line-1 {
    width: auto;
    object-fit: fill;
    font-size: 4em;
  }

  .grid-thirds, .grid-thirds.style-guide {
    grid-template-columns: 1fr;
  }

  .rich-text h1 {
    font-size: 2em;
  }

  .rich-text h2 {
    font-size: 1.75em;
  }

  .rich-text h3 {
    font-size: 1.5em;
  }

  .rich-text h4 {
    font-size: 1.25em;
  }

  .rich-text h5 {
    font-size: 1em;
  }

  .rich-text h6 {
    font-size: .75em;
  }

  .rich-text p, .rich-text ul {
    font-size: 1em;
  }

  .rich-text blockquote {
    font-size: 1.5em;
  }

  .text-display-2 {
    font-size: 2em;
  }

  .text-body-1 {
    font-size: 1.5em;
  }

  .text-micro-1.spaced {
    letter-spacing: 0;
  }

  .logo-link {
    border-top: 1px #c4c4c4;
  }

  .logo-link.w--current {
    border-top-style: none;
  }

  .header {
    padding: 0;
  }

  .reel-contain.home-hero {
    border: 1.5px solid #000;
    padding-top: 100%;
  }

  .reel-contain.cta {
    height: 28em;
  }

  .reel-contain.slide-wrap {
    height: 14em;
    border: 1.5px solid #000;
  }

  .reel.home-hero {
    mix-blend-mode: normal;
    object-fit: fill;
    border: 1.5px #000;
    border-radius: 1.5px;
    justify-content: center;
    margin-top: auto;
    padding-bottom: .125em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .col._11-20, .col._6-20, .col._8-20, .col._3-20, .col._9-20, .col._5-20, .col._2-20, .col._12-20, .col._7-20, .col._1-20, .col._4-20, .col._13-20, .col._14-20, .col._15-20, .col._16-20, .col._17-20, .col._18-20, .col._19-20 {
    max-width: 100%;
  }

  .about-card.content {
    padding: 6em 1.25em;
  }

  .slider, .slider-mask {
    height: 14em;
  }

  .clients-wrap {
    grid-template-columns: 1fr;
  }

  .clients-item {
    height: 8em;
  }

  .blog-card {
    height: 20em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .blog-card-bg {
    width: 8em;
    height: 8em;
  }

  .footer-wrap {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .footer-links {
    grid-column-gap: 1em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .reel-title-mask {
    padding-left: .4em;
    padding-right: .4em;
  }

  .top-bar {
    font-size: 14px;
    line-height: 1.2;
  }

  .licenses-item {
    padding: 24px;
  }

  .slide-2, .slide-3 {
    border: 1.5px solid #000;
  }
}

#w-node-e9b50993-8880-c1c1-9d5a-2d5cb08f22fe-54221205, #w-node-_9c4e3bfa-b8ef-d3cf-3f35-bb9bafa13ee1-54221205, #w-node-_7f90bf18-484e-6c77-b756-dff1f1e7149d-54221205 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5fb2864-ebab-b0f6-4547-3975dbce3caf-54221205 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d69096f6-1eb0-67ae-8433-042b2873d078-54221205, #w-node-_61c4657a-7774-78d2-f6b6-28387cda47d0-54221205, #w-node-_7fef2f1b-1a5a-f604-fbcf-5d2054191063-54221205, #w-node-d699604d-2e11-6f01-943d-887da7c45185-54221205, #w-node-_39fdca48-8a8c-ff02-a7f5-82506b0e6bdc-54221205, #w-node-fd56ca6e-7934-c775-6b0e-193297c1c6d4-54221205, #w-node-_5063f33e-c9cd-a2e4-bd1a-2fca4e8aeb27-54221205, #w-node-a0473834-6e6f-282f-b70c-15cec276a27a-54221205, #w-node-_058d3a3f-af44-42f8-0f75-d1f87eeaee6f-54221205, #w-node-abe71499-7bc6-7eea-94ae-fe8339ebd757-54221205, #w-node-_6ed0b872-a43b-3f09-5b08-9c107c57532a-5422120a, #w-node-e9c1cd67-2e60-8e72-ad27-cb227a1c5b6b-5422120a, #w-node-_993d8232-f449-8cca-26aa-0a55ae7b77dd-5422120a, #w-node-d3280e10-6221-6c8a-ca61-eef1f553214b-5422120a, #w-node-_55c97012-044b-0b6c-524b-45dc2ff5bdfb-5422120a, #w-node-c31e9841-a24d-337c-dd3f-a0b44d897163-5422120a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce95a03-1098-6add-2fca-26e4623a0e0b-5422120b, #w-node-_113298a9-5c0d-3088-4998-9d182b9af0ef-5422120b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_555938e2-1530-5faa-0b3c-645b9d516057-5422120b, #w-node-b6dcff6f-c454-effa-66ca-5cdd4ec33c05-5422120b, #w-node-a4801e37-71dd-362e-d78b-54ca493cd522-5422120b, #w-node-a029a75a-60a2-b997-f29d-22de39135e08-5422120b, #w-node-f7227ae0-3604-c604-eb23-237187d9ef91-5422120b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b512093b-625b-ea32-8835-eecc1d55929b-5422120b, #w-node-e5e32c2d-6788-b701-d7e1-d1a34bc061a5-5422120b, #w-node-_38b93e66-eef6-f94d-8249-c878569e8db9-5422120b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-c5fb2864-ebab-b0f6-4547-3975dbce3caf-54221205 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6ce95a03-1098-6add-2fca-26e4623a0e0b-5422120b, #w-node-_113298a9-5c0d-3088-4998-9d182b9af0ef-5422120b, #w-node-b512093b-625b-ea32-8835-eecc1d55929b-5422120b, #w-node-e5e32c2d-6788-b701-d7e1-d1a34bc061a5-5422120b, #w-node-_38b93e66-eef6-f94d-8249-c878569e8db9-5422120b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Red hat display';
  src: url('../fonts/red-hat-display-bold.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Red hat display';
  src: url('../fonts/red-hat-display-bold.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Red hat display';
  src: url('../fonts/red-hat-display-bold.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Red hat display';
  src: url('../fonts/red-hat-display-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stretchpro';
  src: url('../fonts/StretchPro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}