:root {
  --black: black;
  --gray: #707070;
  --white: white;
  --fade: #f0f0f0;
  --brightgreen: #e6ff01;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}

h1 {
  letter-spacing: -5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5rem;
  font-weight: 800;
  line-height: .95;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

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

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: var(--black);
}

.styleguide-row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.icon-1-1-small {
  width: 2rem;
  height: 2rem;
}

.heading-medium {
  letter-spacing: 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.heading-large {
  letter-spacing: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  color: var(--gray);
  font-size: 2.25rem;
  line-height: 1.4;
}

.icon-medium {
  height: 3rem;
}

.text-size-regular {
  font-size: 1.125rem;
  line-height: 1.4;
}

.text-weight-normal {
  font-weight: 400;
}

.styleguide-section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.z-1 {
  z-index: 1;
  position: relative;
}

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

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

.hide {
  display: none;
}

.styleguide-section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.5rem;
  line-height: 1.4;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: 1rem;
  line-height: 1.4;
}

.text-size-small.about-process-number-text {
  margin-top: .8rem;
}

.rich-text h1 {
  letter-spacing: -2px;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 4rem;
}

.rich-text h2, .rich-text h3, .rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.rich-text h5, .rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.rich-text p {
  margin-bottom: 1rem;
}

.rich-text blockquote {
  margin-bottom: .75rem;
}

.rich-text ul {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 2rem 2.5rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.heading-xlarge {
  letter-spacing: -5px;
  text-transform: uppercase;
  font-size: 7.5rem;
  font-weight: 800;
  line-height: .95;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-text-field {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-size-tiny {
  font-size: .9rem;
  line-height: 1.4;
}

.icon-1-1-medium {
  width: 3rem;
  height: 3rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.styleguide-classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.styleguide-column {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-white {
  color: var(--white);
}

.show-mobile-landscape {
  display: none;
}

.max-width-small {
  width: 100%;
  max-width: 22rem;
}

.icon-1-1-large {
  width: 4rem;
  height: 4rem;
}

.error-message {
  text-align: center;
  background-color: #ff3939;
  border-radius: .5rem;
  margin-top: 1rem;
  padding: 1rem;
  font-size: 1rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.main-wrapper {
  z-index: 2;
  background-color: var(--white);
  position: relative;
  overflow: clip;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-xsmall {
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-weight-medium {
  font-weight: 500;
}

.styleguide-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.styleguide-component {
  z-index: 2;
  background-color: var(--white);
  padding-top: 6rem;
  position: relative;
}

.license-section {
  padding-top: 3rem;
}

.license-heading-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.license-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.license-images-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.inline-link {
  color: #000;
  border-bottom: 1px solid #000;
  transition: color .2s;
}

.inline-link:hover {
  color: rgba(0, 0, 0, .7);
}

.license-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: grid;
}

.license-item.last {
  margin-bottom: 0;
}

.changelog-section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.changelog-component {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.instructions-list {
  max-width: 650px;
}

.instructions-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.instructions-section {
  padding-top: 4rem;
}

.instructions-list-item {
  margin-bottom: 2rem;
}

.utility-image {
  width: 100%;
}

.instructions-image {
  margin-top: 2rem;
}

.text-size-xlarge {
  text-align: center;
  width: 100%;
  font-size: 3rem;
  line-height: 1.2;
  display: block;
}

.home-hero-section {
  padding-top: 6rem;
}

.gif {
  transform-origin: 0%;
  flex: none;
  width: 10rem;
  height: 7rem;
  position: relative;
}

.gif.about-page {
  width: auto;
  max-width: 30rem;
  height: 20rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

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

.gif-image._1 {
  z-index: 4;
}

.gif-image._2 {
  z-index: 3;
}

.gif-image._3 {
  z-index: 2;
}

.gif-image._4 {
  z-index: 1;
}

.home-hero-heading {
  grid-row-gap: .3rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 57rem;
  margin-bottom: 2rem;
}

.home-hero-heading-span {
  margin-left: -1rem;
  font-style: italic;
  font-weight: 400;
}

.home-work-section {
  background-color: var(--black);
  color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 3rem;
}

.home-work-component {
  position: relative;
}

.home-work-heading-button-wrap {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
  display: flex;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: .9rem 1.25rem;
  display: flex;
}

.button.centered {
  flex-flow: column;
}

.button.dark {
  background-color: var(--black);
  color: var(--white);
}

.button-arrow-wrap {
  position: relative;
  overflow: hidden;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  display: flex;
}

.button-arrow.absolute {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -110%;
  right: 0%;
}

.home-work-list-wrapper {
  width: 100%;
}

.home-work-list {
  grid-column-gap: 3rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-image-wrap {
  text-align: center;
}

.work-tags-wrap {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-tags-wrap.vertical {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
}

.custom-cursor {
  color: var(--black);
  letter-spacing: 6px;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  font-size: 1rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: clip;
}

.work-line {
  background-color: rgba(255, 255, 255, .5);
  width: 100%;
  height: .5px;
  margin-top: 21px;
  margin-bottom: 22px;
}

.work-line.dark {
  background-color: rgba(0, 0, 0, .5);
}

.work-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.work-link.dark-text {
  color: var(--black);
}

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

.image.contain {
  object-fit: contain;
  width: 80%;
}

.work-item-details-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.work-tag {
  letter-spacing: .5px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100rem;
  flex: none;
  padding: 3px 14px;
  font-size: .8rem;
  font-weight: 300;
}

.work-tag.dark-border {
  border-color: rgba(0, 0, 0, .3);
}

.work-item-heading-text-wrap {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 75%;
  display: flex;
}

.logos-section {
  background-color: var(--black);
}

.logos-container {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-item {
  flex: none;
  width: 12rem;
  margin-right: 6rem;
}

.logos-containers-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-about-section {
  background-color: var(--black);
  color: var(--white);
  padding-bottom: 3rem;
}

.home-about-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  justify-items: stretch;
  display: grid;
}

.home-about-left {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.tag-text {
  text-transform: uppercase;
  font-size: 1rem;
}

.tag-text.float {
  float: left;
  margin-top: .5rem;
}

.home-about-left-image-wrap {
  max-width: 28.5rem;
  margin-right: 3rem;
}

.home-about-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 4rem;
  display: flex;
}

.home-about-right-image-wrap {
  width: 100%;
  max-width: 15rem;
  height: 18rem;
}

.moving-text-rows-wrap {
  letter-spacing: -5px;
  text-transform: uppercase;
  font-size: 7.5rem;
  font-weight: 800;
  line-height: .95;
}

.moving-text-rows-wrap.process-section-moving-text {
  margin-bottom: -2rem;
}

.moving-text-row---text {
  flex: none;
  margin-right: 4rem;
}

.moving-text-row-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  margin-right: 4rem;
  display: flex;
}

.moving-text-row-1 {
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.moving-text-row-2 {
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.services-items-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  margin-top: 4rem;
  display: flex;
}

.service-item-main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.service-item-text-image-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-item-tags-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.why-us-section {
  padding-bottom: 4rem;
}

.why-us-items-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.why-us-item {
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 5rem;
  display: flex;
}

.testimonial-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.testimonial-person {
  grid-column-gap: 1rem;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.testimonial-col {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.testimonial-item {
  background-color: var(--fade);
  border-radius: 1.25rem;
  padding: 2rem;
}

.testimonial-logo {
  width: 8rem;
  margin-bottom: 2rem;
}

.text-size-tiny-2 {
  font-size: 1rem;
}

.testimonial-person-image {
  object-fit: cover;
  flex: none;
  width: 4rem;
  height: 4rem;
}

.testimonial-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-size-small-2 {
  font-size: 1.1rem;
}

.footer-wrapper {
  z-index: 1;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.footer {
  background-color: var(--black);
  color: var(--white);
  min-height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.footer-inside {
  justify-content: space-between;
  align-items: flex-end;
}

.footer-inside-top {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 7rem;
  display: flex;
}

.footer-cta {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 45%;
  display: flex;
}

.footer-links-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  object-fit: fill;
  visibility: hidden;
  justify-content: flex-start;
  align-items: center;
  width: 34.2975%;
  display: flex;
}

.link {
  color: var(--black);
  position: relative;
}

.link.white {
  color: var(--white);
}

.link-line {
  transform-origin: 0%;
  background-color: rgba(0, 0, 0, .6);
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-line.white {
  background-color: rgba(255, 255, 255, .6);
}

.footer-loop-text-wrap {
  letter-spacing: -5px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 13.75rem;
  font-weight: 800;
  line-height: .7;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -1.5rem;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footer-loop-text-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-loop-text---text {
  flex: none;
  margin-right: 6rem;
}

.footer-loop-text-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 11rem;
  margin-right: 6rem;
  display: flex;
}

.navbar-menu-inside {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.navbar-menu-button {
  padding: 1rem;
}

.navbar-menu {
  grid-column-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
}

.navbar-inside {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 999;
  background-color: var(--white);
  color: var(--black);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo {
  padding-left: 0;
}

.horizontal-scroll-wrapper {
  height: 270vw;
  position: relative;
}

.scroll-track {
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.scroll-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.about-hero-text-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.about-hero-images-row {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-hero-image {
  flex: none;
  margin-right: 1.2rem;
}

.about-hero-image._1 {
  width: 40vw;
  height: 19rem;
}

.about-hero-image._4 {
  width: 25vw;
  height: 13rem;
}

.about-hero-image._3 {
  width: 30vw;
  height: 16rem;
}

.about-hero-image._5 {
  width: 32vw;
  height: 15rem;
}

.about-hero-image._2 {
  width: 20vw;
  height: 9rem;
}

.about-hero-images-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.about-gif-section {
  background-color: var(--black);
  color: var(--white);
}

.about-gif-top {
  text-align: left;
  position: relative;
}

.link-with-arrow {
  grid-column-gap: 1.4rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.about-arrow-wrap {
  width: 3rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.about-gif-large-text-wrap {
  margin: 81px 5rem 2.5rem auto;
}

.about-gif-small-text-wrap {
  clear: both;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-gif-component {
  text-align: left;
  position: static;
}

.process-section {
  background-color: var(--black);
  color: var(--white);
  overflow: clip;
}

.process-item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1.3rem;
  display: flex;
  position: relative;
}

.process-right {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 65%;
  display: flex;
}

.process-component {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 90%;
  display: flex;
}

.process-item-right {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.process-sticky-text {
  letter-spacing: 0;
  text-transform: none;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.process-items-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 90%;
  display: flex;
}

.stats-section {
  padding-top: 5rem;
}

.stats-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.stats-left {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.stats-left-item {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stats-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.stats-image-wrap {
  width: 80%;
  height: 27rem;
}

.team-sticky-div {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.team-item-image-wrap {
  border-radius: 8px;
  height: 26rem;
  margin-bottom: 1.2rem;
  overflow: hidden;
}

.team-component {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.team-items-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.home-hero-heading-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-hero-heading-row._2 {
  margin-top: .3rem;
  margin-bottom: .3rem;
}

.scrolling-heading-wrap {
  letter-spacing: -5px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Inter, sans-serif;
  font-size: 7.5rem;
  font-weight: 800;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scrolling-heading-letter-wrap-1 {
  position: relative;
}

.scrolling-heading-letter {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.scrolling-heading-letter.absolute {
  position: absolute;
}

.scrolling-heading-letter-wrap-2, .scrolling-heading-letter-wrap-3, .scrolling-heading-letter-wrap-4, .scrolling-heading-letter-wrap-5, .scrolling-heading-letter-wrap-6, .scrolling-heading-letter-wrap-7 {
  position: relative;
}

.about-hero-heading {
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1.1;
  display: flex;
  overflow: hidden;
}

.work-heading-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 30vh;
  display: flex;
  position: static;
  top: 0;
}

.work-items-wrapper {
  z-index: 2;
  grid-row-gap: 6rem;
  background-color: var(--white);
  flex-flow: column;
  display: flex;
  position: relative;
}

.work-list-wrapper-1 {
  width: 50%;
  margin-left: 17%;
}

.work-list-wrapper-2 {
  width: 35%;
}

.work-list-wrapper-4 {
  width: 55%;
  margin-top: 5rem;
}

.work-list-wrapper-5 {
  width: 35%;
}

.work-list-wrapper-3 {
  width: 55%;
  margin-top: 5rem;
}

.work-item-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.scrolling-heading-wrap-2 {
  letter-spacing: -2px;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 8rem;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-section {
  justify-content: center;
  align-items: center;
}

.work-hero-heading {
  background-color: #001b0e;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 2rem;
  line-height: 1.1;
  display: flex;
  overflow: hidden;
}

.work-list-wrapper-6 {
  width: 50%;
  margin-left: 17%;
}

.contact-heading-wrap {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 80rem;
  min-height: 30vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.contact-hero-heading {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 2rem;
  line-height: 1.1;
  display: flex;
  overflow: hidden;
}

.scrolling-heading-letter-wrap-8, .scrolling-heading-letter-wrap-9 {
  position: relative;
}

.link-with-underline {
  position: relative;
  overflow: hidden;
}

.contact-main {
  z-index: 2;
  background-color: var(--black);
  color: var(--white);
  padding-top: 6rem;
  padding-bottom: 8rem;
  position: relative;
}

.contact-main-inside {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: grid;
}

.success-message {
  text-align: center;
  background-color: #00c563;
  border-radius: .5rem;
  padding: 1rem;
  font-size: 1rem;
}

.contact-form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.contact-form-block {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-form-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, .3);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.contact-form-field:focus {
  border-bottom-color: rgba(255, 255, 255, .6);
}

.contact-form-field.textarea {
  min-height: 6rem;
}

.contact-main-left {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-main-right {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-main-right-item {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1.1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.8rem;
  display: flex;
}

.social-media-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-media-item {
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.social-media-item:hover {
  transform: translate(0, -4px);
}

.work-cms-images-wrap {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.work-cms-section {
  padding-top: 5rem;
}

.work-cms-main {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.work-cms-sticky {
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.work-cms-gallery-images-wrap {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.work-cms-sticky-item {
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #fff;
  background-color: #0b1215;
  border-radius: 100rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.1875rem;
  display: flex;
}

.button-3 {
  color: var(--black);
  text-align: center;
  background-color: #e6ff01;
  min-width: 200px;
  margin-top: 35px;
}

.buttonaction {
  background-color: var(--brightgreen);
  color: var(--black);
  text-align: center;
  min-width: 200px;
  margin-top: 35px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block {
  aspect-ratio: auto;
  color: var(--black);
  text-align: left;
  text-transform: none;
  font-family: Exo, sans-serif;
  font-size: 1.5rem;
}

.text-span {
  color: #09d324;
  font-size: 2.3rem;
  line-height: .5;
}

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

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

.section {
  background-color: #000;
}

.container-2, .container-3 {
  width: 100%;
}

.image-2 {
  max-height: 700px;
}

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

.text-block-3 {
  color: var(--white);
  width: 200px;
}

.paragraph {
  color: var(--white);
}

.quick-stack {
  grid-column-gap: 8px;
}

.cell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.container-4 {
  box-sizing: border-box;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--fade);
  object-fit: scale-down;
  max-width: 100px;
  display: flex;
}

.text-block-4 {
  -webkit-text-stroke-width: 0px;
}

.grid {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
}

.image-3 {
  max-height: 30em;
}

.image-4 {
  max-width: 300px;
  margin-top: 0;
  margin-left: 0;
}

.list-item {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  padding-bottom: 70px;
  display: block;
}

.heading-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -3px;
    font-size: 5rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  .hide-tablet {
    display: none;
  }

  .heading-medium {
    font-size: 2rem;
  }

  .heading-large {
    font-size: 2.5rem;
  }

  .text-size-large {
    font-size: 2rem;
  }

  .styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .text-size-small.about-process-number-text {
    margin-top: .6rem;
  }

  .heading-xlarge {
    font-size: 5rem;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

  .license-image {
    height: 320px;
  }

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

  .text-size-xlarge {
    font-size: 2.5rem;
  }

  .home-work-list {
    grid-row-gap: 5rem;
    flex-flow: wrap;
    display: flex;
  }

  .home-work-list-item {
    width: 65%;
  }

  .home-work-list-item:nth-child(2n) {
    margin-left: auto;
  }

  .home-about-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .moving-text-rows-wrap {
    letter-spacing: -4px;
    font-size: 6rem;
  }

  .moving-text-row-icon {
    width: 7rem;
  }

  .why-us-items-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .why-us-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-bottom: 3rem;
  }

  .testimonial-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .footer-inside-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-cta {
    max-width: 70%;
  }

  .link.nav-link {
    color: var(--white);
  }

  .link-line {
    display: none;
  }

  .footer-loop-text-row {
    font-size: 10rem;
  }

  .footer-loop-text---text {
    margin-right: 4rem;
  }

  .footer-loop-text-icon {
    width: 8rem;
    margin-right: 4rem;
  }

  .navbar-menu-inside {
    grid-row-gap: 1.5rem;
    background-color: var(--black);
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 2.5rem 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  }

  .navbar-menu-button {
    color: var(--black);
    padding: .7rem 0 .7rem .7rem;
  }

  .navbar-menu-button.w--open {
    color: var(--black);
    background-color: rgba(0, 0, 0, 0);
  }

  .about-gif-large-text-wrap {
    margin-right: 0;
  }

  .stats-component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .stats-left {
    width: 70%;
  }

  .stats-right {
    width: 80%;
  }

  .team-item-image-wrap {
    height: 22rem;
  }

  .team-items-grid {
    width: 78%;
  }

  .scrolling-heading-wrap {
    letter-spacing: -2px;
    font-size: 6rem;
  }

  .scrolling-heading-wrap-2 {
    font-size: 6rem;
  }

  .contact-main-inside {
    grid-template-columns: 1fr;
    max-width: 80%;
    margin-left: 0;
  }

  .work-cms-images-wrap {
    width: 70%;
  }

  .work-cms-main {
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .work-cms-sticky {
    grid-row-gap: 2rem;
    width: 100%;
    max-width: 22rem;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.1rem;
  }

  h1 {
    font-size: 4.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.7rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.1rem;
  }

  h6 {
    font-size: 1rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.5rem;
  }

  .text-size-regular {
    font-size: 1.1rem;
  }

  .styleguide-section-type {
    font-size: .875rem;
  }

  .text-size-medium {
    font-size: 1.25rem;
  }

  .text-size-small.about-process-number-text {
    margin-top: .3rem;
  }

  .rich-text h1 {
    letter-spacing: -1px;
    font-size: 3rem;
  }

  .heading-xlarge {
    font-size: 4.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .heading-xsmall {
    font-size: 1.1rem;
  }

  .styleguide-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .license-image {
    height: 250px;
  }

  .instructions-list {
    padding-left: 20px;
  }

  .text-size-xlarge {
    font-size: 2rem;
  }

  .gif {
    transform-origin: 50% 100%;
  }

  .home-work-heading-button-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-work-list-item {
    width: 100%;
  }

  .work-item-heading-text-wrap {
    max-width: 80%;
  }

  .logo-item {
    width: 8rem;
    margin-right: 4rem;
  }

  .moving-text-rows-wrap {
    letter-spacing: -3px;
    font-size: 5.5rem;
  }

  .moving-text-row-icon {
    width: 6rem;
  }

  .service-item-main {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

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

  .footer-links-wrap {
    flex-flow: wrap;
  }

  .navbar-menu-inside {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .horizontal-scroll-wrapper {
    height: auto;
    padding-top: 10rem;
  }

  .scroll-track {
    width: auto;
    height: auto;
    position: relative;
    top: auto;
  }

  .scroll-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    display: flex;
  }

  .about-hero-text-wrap {
    width: auto;
    height: auto;
  }

  .about-hero-image._1 {
    width: 60vw;
  }

  .about-hero-image._4 {
    width: 35vw;
  }

  .about-hero-image._3 {
    width: 40vw;
  }

  .about-hero-image._5 {
    width: 42vw;
  }

  .about-hero-image._2 {
    width: 30vw;
  }

  .about-hero-images-wrap {
    height: auto;
  }

  .about-arrow-wrap {
    display: none;
  }

  .process-right {
    max-width: 85%;
  }

  .process-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    max-width: 100%;
  }

  .process-sticky-text {
    position: static;
  }

  .stats-left {
    width: 80%;
  }

  .stats-image-wrap {
    height: 23rem;
  }

  .team-sticky-div {
    position: static;
  }

  .team-component {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .team-items-grid {
    width: 100%;
  }

  .home-hero-heading-row._1 {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .scrolling-heading-wrap {
    font-size: 5rem;
  }

  .work-items-wrapper {
    grid-row-gap: 5rem;
  }

  .work-list-wrapper-1 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .work-list-wrapper-2 {
    width: 50%;
  }

  .work-list-wrapper-4 {
    width: 50%;
    margin-top: 0;
    margin-left: auto;
  }

  .work-list-wrapper-5 {
    width: 90%;
    margin-top: 5rem;
  }

  .work-list-wrapper-3 {
    width: 90%;
    margin-left: auto;
  }

  .work-item-row {
    flex-direction: column;
  }

  .scrolling-heading-wrap-2 {
    font-size: 5rem;
  }

  .work-list-wrapper-6 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-heading-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contact-main-inside {
    max-width: 80%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .work-cms-images-wrap {
    width: 80%;
  }
}

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

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-xlarge {
    font-size: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

  .gif {
    width: 12rem;
    height: 9rem;
  }

  .home-hero-heading {
    font-size: 15vw;
  }

  .home-hero-heading-span {
    margin-left: 0;
  }

  .home-work-list-item {
    width: 100%;
  }

  .work-image-wrap {
    text-align: center;
  }

  .work-tags-wrap.vertical {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .work-item-details-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .work-item-heading-text-wrap {
    max-width: 100%;
  }

  .home-about-left {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .home-about-left-image-wrap {
    margin-right: 0;
  }

  .moving-text-rows-wrap {
    font-size: 4rem;
  }

  .moving-text-row---text, .moving-text-row-icon {
    margin-right: 3rem;
  }

  .testimonial-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-cta {
    max-width: 100%;
  }

  .footer-links-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-loop-text-wrap {
    bottom: -1rem;
  }

  .footer-loop-text---text {
    margin-right: 3rem;
    font-size: 7rem;
  }

  .footer-loop-text-icon {
    width: 6rem;
  }

  .about-hero-image {
    margin-right: 1rem;
  }

  .about-hero-image._1 {
    width: 70vw;
  }

  .about-hero-image._4 {
    width: 42vw;
  }

  .about-hero-image._3 {
    width: 50vw;
  }

  .about-hero-image._5 {
    width: 52vw;
  }

  .about-hero-image._2 {
    width: 40vw;
  }

  .about-gif-small-text-wrap {
    grid-template-columns: 1fr;
  }

  .process-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .process-right, .process-items-wrap {
    max-width: 100%;
  }

  .stats-left {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .stats-right {
    width: 100%;
  }

  .stats-image-wrap {
    width: 100%;
    height: 20rem;
  }

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

  .home-hero-heading-row._2, .home-hero-heading-row._3 {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .scrolling-heading-wrap {
    font-size: 4.5rem;
  }

  .work-list-wrapper-1, .work-list-wrapper-2, .work-list-wrapper-4, .work-list-wrapper-5, .work-list-wrapper-3 {
    width: 100%;
  }

  .scrolling-heading-wrap-2 {
    font-size: 4.5rem;
  }

  .work-list-wrapper-6 {
    width: 100%;
  }

  .contact-heading-wrap {
    justify-content: center;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-hero-heading {
    font-size: 18vw;
  }

  .contact-main-inside {
    max-width: none;
  }

  .work-cms-images-wrap {
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .work-cms-gallery-images-wrap {
    grid-row-gap: 1.5rem;
  }
}

#w-node-_833d400e-bef0-9090-ffe7-16212a510cfb-5df3a5ab {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_0ba2cf39-916b-331f-221c-4ed2cc4e409e-5df3a5ab {
  grid-column: span 2 / span 2;
}

#w-node-_2c9acfa3-98d4-3b6d-6042-cd892dd06290-5df3a5ab {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_2c9acfa3-98d4-3b6d-6042-cd892dd06291-5df3a5ab {
  grid-column: span 2 / span 2;
}

#w-node-_09d2f935-7c2c-fa93-d745-ff79666f3eef-5df3a5ab {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_09d2f935-7c2c-fa93-d745-ff79666f3ef0-5df3a5ab {
  grid-column: span 2 / span 2;
}

#w-node-_3281a013-8a89-cbe9-8b90-92cf2862789c-5df3a5ab {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_3281a013-8a89-cbe9-8b90-92cf2862789d-5df3a5ab {
  grid-column: span 2 / span 2;
}

#w-node-_46f8d583-5b02-3028-1583-011ee534af27-5df3a5ab, #w-node-_5be2172b-8eba-4a5c-4ad1-86668747e918-5df3a5ab, #w-node-_956eada5-840b-5f07-752e-754e8391910b-5df3a5ab {
  justify-self: end;
}

#w-node-_539ebdba-2ad0-52d1-1828-5ba1602fd27d-5df3a5ab, #w-node-_539ebdba-2ad0-52d1-1828-5ba1602fd298-5df3a5ab, #w-node-_539ebdba-2ad0-52d1-1828-5ba1602fd2b3-5df3a5ab, #w-node-_80b60902-d2ac-b7f7-0401-e31296a7b12b-5df3a5b0, #w-node-_80b60902-d2ac-b7f7-0401-e31296a7b136-5df3a5b0, #w-node-ee3c1a51-07e8-ecf0-f78a-c8ac8a67235b-5df3a5b0, #w-node-d170356f-0559-5c56-bdb5-1310644a454b-5df3a5b0, #w-node-_91a56518-ef94-09d5-0b48-9e77584626f9-5df3a5b0, #w-node-_88b9da4a-addd-05cb-7982-da66080519e2-5df3a5b0, #w-node-_80b60902-d2ac-b7f7-0401-e31296a7b13c-5df3a5b0, #w-node-_80b60902-d2ac-b7f7-0401-e31296a7b147-5df3a5b0, #w-node-_80b60902-d2ac-b7f7-0401-e31296a7b156-5df3a5b0, #w-node-f0221322-8db6-9de2-ac43-5e02f5eb5cb9-5df3a5b4, #w-node-_0774372a-514e-fb80-47c3-d9b41d901098-5df3a5b4, #w-node-_0774372a-514e-fb80-47c3-d9b41d9010a0-5df3a5b4, #w-node-_0774372a-514e-fb80-47c3-d9b41d9010a8-5df3a5b4, #w-node-_0774372a-514e-fb80-47c3-d9b41d9010b0-5df3a5b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_46f8d583-5b02-3028-1583-011ee534af27-5df3a5ab, #w-node-_5be2172b-8eba-4a5c-4ad1-86668747e918-5df3a5ab, #w-node-_956eada5-840b-5f07-752e-754e8391910b-5df3a5ab {
    justify-self: start;
  }
}


