body {
  color: #fff;
  background-color: #0d0d0d;
  font-family: Red hat display, sans-serif;
  font-size: 1vw;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9em;
  font-weight: 700;
  line-height: .9;
}

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

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

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

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

h6 {
  letter-spacing: -.03em;
  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: #fff;
  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.story {
  background-color: #121212;
}

.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;
}

.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 {
  text-transform: uppercase;
  background-color: #d42121;
  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: #999;
  margin-bottom: 32px;
  font-size: 1.125em;
  line-height: 1.5;
}

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

.rich-text ul {
  color: #999;
  margin-bottom: 32px;
  padding-left: 20px;
}

.rich-text ol {
  color: #999;
  overflow: visible;
}

.rich-text figcaption {
  color: #999;
  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: #d42121;
}

.style-guide-color.black-01 {
  background-color: #0d0d0d;
  border: 1px solid #1c1c1c;
}

.style-guide-color.black-02 {
  background-color: #121212;
}

.style-guide-color.black-03 {
  background-color: #1c1c1c;
}

.style-guide-color.grey-01 {
  background-color: #999;
}

.style-guide-color.white-01 {
  background-color: #fff;
}

.style-guide-color.grey-02 {
  background-color: #3d3d3d;
}

.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: #999;
}

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

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

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

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

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

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

.text-body-1 {
  letter-spacing: -.03em;
  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: 14px;
    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 {
  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: #fff;
  border-radius: 50%;
  flex: none;
}

.spacer-icon.rec {
  background-color: #d42121;
}

.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: #999;
}

.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: #999;
}

.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-1 {
  text-align: center;
  justify-content: center;
  padding-top: 0%;
  padding-left: 4em;
  padding-right: 4em;
  height: 100%;
}

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

.track {
  height: 6.25em;
  border: 1px solid #1c1c1c;
  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: #d42121;
  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: 36.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 #1c1c1c;
  border-radius: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.clients-item {
  height: 11.25em;
  border-bottom: 1px solid #1c1c1c;
  border-right: 1px solid #1c1c1c;
  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: #1c1c1c;
  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 #1c1c1c;
  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: #999;
}

.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%;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #d42121;
  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: #1c1c1c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

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

@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 #1c1c1c;
    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: #0d0d0d;
    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;
    background-color: #0d0d0d;
    border-bottom: 1px solid #1c1c1c;
  }

  .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;
  }

  .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;
    line-height: 1.5;
  }
  .about-card.content-1{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-title{
    font-size: 2em !important;
  }

  .grid-card{
    padding: 0 !important;
    padding-bottom: 60px !important;
    margin-bottom: 60px !important;
  }

  .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 {
    padding-top: 100%;
  }

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

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

  .reel.home-hero {
    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;
  }

  .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;
  }
}

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

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

#w-node-d69096f6-1eb0-67ae-8433-042b2873d078-323c05ff, #w-node-_61c4657a-7774-78d2-f6b6-28387cda47d0-323c05ff, #w-node-_7fef2f1b-1a5a-f604-fbcf-5d2054191063-323c05ff, #w-node-d699604d-2e11-6f01-943d-887da7c45185-323c05ff, #w-node-_39fdca48-8a8c-ff02-a7f5-82506b0e6bdc-323c05ff, #w-node-fd56ca6e-7934-c775-6b0e-193297c1c6d4-323c05ff, #w-node-_5063f33e-c9cd-a2e4-bd1a-2fca4e8aeb27-323c05ff, #w-node-a0473834-6e6f-282f-b70c-15cec276a27a-323c05ff, #w-node-_058d3a3f-af44-42f8-0f75-d1f87eeaee6f-323c05ff, #w-node-abe71499-7bc6-7eea-94ae-fe8339ebd757-323c05ff, #w-node-c6ef8996-ba6e-090a-c305-238357b84588-323c05ff, #w-node-c9eefad4-8ef0-7c6b-bcc5-5a6b970bcead-323c05ff, #w-node-_4f98f72f-3339-ae79-c525-1bc93c68d17b-323c05ff, #w-node-_58823a00-6f71-d57b-d5ce-b3d9110bebd8-323c05ff, #w-node-_6090fd15-1795-1720-0e7b-af4c425e9266-323c05ff, #w-node-_84a13e05-fbd3-08c2-9a5f-3bc667065901-323c05ff, #w-node-_6ed0b872-a43b-3f09-5b08-9c107c57532a-323c0604, #w-node-e9c1cd67-2e60-8e72-ad27-cb227a1c5b6b-323c0604, #w-node-_993d8232-f449-8cca-26aa-0a55ae7b77dd-323c0604, #w-node-d3280e10-6221-6c8a-ca61-eef1f553214b-323c0604, #w-node-_55c97012-044b-0b6c-524b-45dc2ff5bdfb-323c0604, #w-node-c31e9841-a24d-337c-dd3f-a0b44d897163-323c0604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-b512093b-625b-ea32-8835-eecc1d55929b-323c0605, #w-node-e5e32c2d-6788-b701-d7e1-d1a34bc061a5-323c0605, #w-node-_38b93e66-eef6-f94d-8249-c878569e8db9-323c0605 {
  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-323c05ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

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

/* Home Service */
.grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.grid-card {
  z-index: 1;
  width: 100%;
  color: rgba(255, 255, 255, .19);
  text-align: left;
  border-bottom: 1.5px solid rgba(238, 237, 242, .19);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5.8em 2.5em;
  font-size: .8em;
  transition: all .2s;
  display: flex;
  position: relative;
}

.grid-card.current {
  color: #fff;
}

.grid-number {
  z-index: 1;
  color: #fff;
  margin-bottom: .8em;
  font-size: 2.9em;
  line-height: .8;
}

.grid-title {
  z-index: 2;
  font-size: 2.9em;
  position: relative;
}
.grid-photos {
  height: 80vh;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.grid2-item {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: transform .4s, opacity .1s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: translate(0, 4em);
}

.grid2-item.current {
  opacity: 1;
  transform: translate(0);
}

.grid-image {
  width: 100%;
  height: 100%;
  transform-origin: 50% 0;
  object-fit: cover;
  transform-style: preserve-3d;
  transition: all .4s;
  transform: scale3d(1, 1.2, 1);
  border-radius: 24px;
}

.grid-image.current {
  transform: scale(1);
}

.grid1-img {
  display: none;
}

.scroll-trigger {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid {
  margin-top: 5em;
}

.mr-60{
  margin-top: 120px;
}

.work-tabs{
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border:1px #3f3f3f solid;
  padding: 8px;
  width: 416px;
  margin: 0 auto;
}

.work-tabs .tb-list{
  width: 200px;
  text-align: center;
}

.work-tabs .tb-list.active a{
  background-color: rgba(244, 244, 244, 0.2);
  opacity: 1;
}

.work-tabs .tb-list a{
  display: block;
  padding: 16px 36px;
  border-radius: 8px;
  text-decoration: none;
  opacity: 0.5;
}

.work-tabs .tb-list a:hover{
  opacity: 1;
}

.clients-item img{
  width: 35%;
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

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

  .grid-card {
    color: #fff;
    flex-wrap: wrap;
  }

  .grid-number {
    font-size: 16px;
  }

  .grid-title {
    font-size: 5em;
  }

  .grid-photos {
    display: none;
  }

  .grid1-img {
    width: 100%;
    height: 40vw;
    object-fit: cover;
    margin-top: 4.9em;
    display: block;
  }
}

@media screen and (max-width: 767px) {


  .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .container.is--nav {
    height: 7em;
  }

  .nav__icon {
    margin-left: 0;
  }

  .grid {
    display: block;
  }

  .grid-title {
    font-size: 4em;
  }
  
}

@media screen and (max-width: 479px) {


  .page-gradient_contain {
    font-size: 1em;
  }

  .grid-list {
    font-size: 1.1em;
  }
  .work-tabs{
    width: 100%;
  }

  .grid1-img {
    height: 50vh;
  }
  .clients-item img{
    width: 60%;
  }
}




@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;
}

.swiper .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: ".";
  width: 100%;
  justify-items: center;
  align-items: center;
}
.swiper .content-wrapper .content {
  padding: 1.5em;
  opacity: 0;
  width: 100%;
  max-width: 780px;
  transition-duration: 1.5s, 0.6s;
  transition-property: opacity, transform;
  color: #fff;
  margin: 0;
}
.swiper .content-wrapper .content :first-child {
  margin: 0;
}
.swiper .swiper-slide {
  margin: 0;
  height: auto;
  width: 100%;
  padding: 3em 0;
}
.swiper .swiper-slide.swiper-slide-active .swiper-image {
  transform: scale3d(1.02, 1.02, 1);
  will-change: transform;
}
.swiper .swiper-slide.swiper-slide-active .content {
  opacity: 1;
  text-align: center;
  display: grid;
  justify-items: center;
  align-items: center;
  grid-row-gap: 30px;
}
.swiper .swiper-nav-wrapper {
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: auto;
}
.swiper .swiper-nav-wrapper .swiper-button-next,
.swiper .swiper-nav-wrapper .swiper-button-prev {
  top: 0;
  top: auto;
  left: auto;
  right: auto;
  position: relative !important;
}
.swiper .swiper-nav-wrapper .swiper-button-next:after,
.swiper .swiper-nav-wrapper .swiper-button-prev:after {
  display: none;
}
.swiper .swiper-nav-wrapper .swiper-button-next,
.swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
.swiper .swiper-nav-wrapper .swiper-button-prev,
.swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' transform='translate(4.508789, 7.870605) rotate(-180.000000) translate(-4.508789, -7.870605) translate(-0.000000, -0.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.swiper-pagination {
  margin: 0;
  padding: 0;
  width: auto;
  position: relative !important;
  display: block;
  width: auto;
}
.swiper-pagination .swiper-pagination-bullets {
  margin: 0;
}
.swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  background: #fff !important;
}

.swiper-pagination-bullet {
  background: #fff !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  bottom: 0;
  top: 0;
  bottom: 0;
  width: auto;
  padding: 0 1.5em;
}

.user-info{
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
}

.user-info img{
  width: 120px;
  border-radius: 120px;
}

.user-info h4{
  font-size: 16px;
}

.text-success.hidden{
  display: none !important;
}