@font-face {
  font-family: Vf;
  src: url('../fonts/Delight-VF.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --_base---black: black;
  --_base---creme: #e8e8df;
  --_base---lime: #d3f87e;
  --_base---grey: #4d4d49;
}

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

@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 {
  background-color: var(--_base---black);
  color: var(--_base---creme);
  font-family: Vf, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

a {
  color: var(--_base---creme);
  text-decoration: underline;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 9.1rem 1rem;
  display: flex;
}

.section.hero {
  background-image: url('../images/hero-fiil.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.section.cta {
  background-image: url('../images/steps.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.section.minus-margin {
  margin-top: -3.3rem;
  padding-top: 0;
  padding-bottom: 0;
}

.section.case-hero {
  background-image: linear-gradient(#0000, #000), url('../images/steps.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 4rem;
  overflow: hidden;
}

.section.are-fill {
  background-image: url('../images/are-big.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 120vh;
}

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

.section.portfolio-hero {
  background-image: url('../images/hero-fiil.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 11rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

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

.container-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80rem;
  transition: opacity .75s cubic-bezier(.784, -.023, .965, .1);
  display: grid;
}

.h1-designs {
  flex-flow: column;
  display: flex;
}

.h1-that {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-span-3, .text-span-4 {
  display: block;
}

.heading {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-transform: uppercase;
  flex-flow: column;
  font-size: 8rem;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.mono-l {
  color: var(--_base---lime);
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spacemono, Times New Roman, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.h1-mean-business {
  text-align: justify;
}

.brand {
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.nav-container {
  max-width: 82rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar {
  mix-blend-mode: difference;
  background-color: #0000;
}

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

.nav-link.w--current, .nav-link.current {
  color: var(--_base---lime);
}

.body-l {
  font-size: 1.25rem;
  line-height: 145%;
}

.button {
  grid-column-gap: 167px;
  background-color: #000;
  border-radius: 44px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  transition: background-color .55s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  box-shadow: 0 0 8.9px #f1ffd0;
}

.button:hover {
  background-color: var(--_base---creme);
  color: var(--_base---black);
}

.button-text-m {
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.hero-supporting {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  display: flex;
}

.contact {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 1rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.contact-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 25.5rem;
  text-decoration: none;
  display: grid;
}

.footer-case-studies {
  background-color: #e8e8df;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.footer-case-studies:hover {
  box-shadow: 0 2px 1rem #f1ffd0;
}

.title-m {
  color: #000;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.tag {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spacemono, Times New Roman, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.footer-contact-cta {
  cursor: pointer;
  background-color: #d3f87e;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
}

.footer-contact-cta:hover {
  box-shadow: 0 2px 1rem #f1ffd0;
}

.contact-cta {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.footer {
  grid-row-gap: 32px;
  background-image: url('../images/footer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1rem;
  display: flex;
}

.footer-container {
  grid-column-gap: 18.5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  text-decoration: none;
  display: flex;
}

.footer-logo-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vector {
  object-fit: cover;
}

.digital-creativity-strategically {
  color: #e8e8df;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 117%;
  text-decoration: none;
}

.footer-content {
  border: 0 solid #fff6;
  border-left-width: 1px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  text-decoration: none;
  display: flex;
}

.footer-links {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 257px;
  text-decoration: none;
  display: flex;
}

.footer-link {
  color: #e8e8df;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.foter-contact-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 7rem;
  text-decoration: none;
  display: flex;
}

.footer-social {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.copy-email {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-email-text {
  color: #d3f87e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.copy {
  object-fit: cover;
  overflow: hidden;
}

.footer-copyright-wrapper {
  grid-column-gap: 153px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.footer-copyright-text {
  color: #fff6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.tags {
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  display: flex;
}

.footer-contact-cta-2 {
  background-color: #d3f87e;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 453px;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 .975rem #f1ffd0;
}

.text-2 {
  color: #000;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.button-fill {
  grid-column-gap: 167px;
  background-color: var(--_base---creme);
  color: var(--_base---black);
  border-radius: 44px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  transition: box-shadow .55s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.button-fill:hover {
  background-color: var(--_base---creme);
  color: var(--_base---black);
  box-shadow: 0 0 9px #f1ffd0;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-s {
  grid-column-gap: 167px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-size: .9rem;
  text-decoration: none;
  transition: background-color .55s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  box-shadow: 0 0 8.9px #f1ffd0;
}

.button-s:hover {
  background-color: var(--_base---creme);
  color: var(--_base---black);
}

.button-s.hide-on-mobile {
  margin-left: 1rem;
}

.button-text-s {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-xdisplay {
  z-index: 2;
  letter-spacing: .06rem;
  text-transform: uppercase;
  vertical-align: baseline;
  flex-flow: wrap;
  font-family: Vf, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 115%;
  display: inline;
  position: relative;
}

.marquee-tag {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

.what-we-do-wrapper {
  grid-column-gap: 3.4rem;
  grid-row-gap: 3.4rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container-3 {
  max-width: 90vw;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.container-3.medium {
  max-width: 100rem;
}

.no-fluff {
  max-width: 65vw;
}

.elipse {
  background-color: var(--_base---lime);
  border-radius: 50%;
  width: .3rem;
  height: .3rem;
}

.cta-component {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee-tag-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-sticky {
  padding: 11.2rem 1rem 5rem;
}

.section-sticky.projects {
  width: 100%;
  height: 100vw;
  padding: 0;
  display: none;
  position: relative;
}

.projects-wrapper-sticky {
  width: 100%;
  height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.project-wrapper {
  width: 100%;
  height: 100%;
}

.project-wrapper.hide {
  display: none;
}

.project-list {
  width: 100%;
  height: 100%;
  display: flex;
}

.project {
  object-fit: contain;
  width: 50vw;
  max-width: 50vw;
  height: 100%;
  max-height: 650px;
  padding-right: 20px;
  overflow: visible;
}

.empty-state {
  color: #e8e8df;
  background-color: #000;
}

.project-img {
  object-fit: contain;
  width: 100%;
  min-width: 540px;
  max-width: 540px;
  height: 100%;
  min-height: 650px;
  max-height: 650px;
}

.project-info {
  z-index: 11;
  opacity: 0;
  color: #e8e8df;
  padding: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.project-name {
  margin-bottom: 10px;
}

.text-medium {
  letter-spacing: 1px;
}

.project-overlay {
  z-index: 1;
  opacity: 0;
  background-color: #0000;
  background-image: linear-gradient(#fff0 34%, #000c);
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.stats-left-content {
  padding-top: 3.7rem;
  position: sticky;
  top: 0;
}

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

.section-title-wrapper {
  text-align: center;
  width: 100%;
  max-width: 620px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.circle-text {
  object-fit: contain;
  width: 100px;
  height: 100px;
}

.circle-text-btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;
  display: flex;
  position: relative;
}

.text-large {
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 1.6;
}

.stat-number {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
}

.stats-left {
  object-fit: fill;
  max-width: 33rem;
  margin-top: -60px;
  position: relative;
}

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

.stat-item {
  margin-bottom: 60px;
}

.stat-item.mb-0 {
  margin-bottom: 0;
}

.section-title {
  color: #000;
  margin-top: 20px;
}

.stats-btn {
  justify-content: center;
  align-items: center;
  display: none;
}

.circle-btn-icon {
  color: #d3f87e;
  position: absolute;
}

.overline {
  color: #247d1d;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.text-small-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 16rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.display-2 {
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vf, Arial, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

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

.from-strategy-to-execution-a-streamlined-process-that-gets-results {
  color: #e8e8df;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 117%;
  text-decoration: none;
}

.from-strategy-to-execution-a-streamlined-process-that-gets-results-2, .from-strategy-to-execution-a-streamlined-process-that-gets-results-3 {
  color: #e8e8df;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.steps {
  grid-row-gap: 88px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 1253px;
  text-decoration: none;
  display: flex;
}

.step {
  background-color: #000;
  border: 0 solid #fff6;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 247.25px;
  text-decoration: none;
  display: flex;
}

.step-content {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 204px;
  padding-bottom: 48px;
  text-decoration: none;
  display: flex;
}

.mono-xl {
  color: #d3f87e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spacemono, Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
}

.step-text {
  grid-row-gap: 24px;
  border: 0 solid #fff6;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 156px;
  padding-left: 48px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.h2 {
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 115%;
  text-decoration: none;
}

.body-m {
  letter-spacing: .02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.mono-m {
  color: #d3f87e;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spacemono, Times New Roman, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.mono-m.centered {
  text-align: center;
}

.our-approach {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70rem;
  display: flex;
}

.section-style {
  grid-row-gap: 10px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 332px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  overflow: hidden;
}

.benefits {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 1px solid var(--_base---grey);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 17.5rem;
  margin-top: 12.5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
  display: flex;
}

.benefit-box {
  grid-row-gap: 24px;
  cursor: default;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 274px;
  padding-top: 48px;
  padding-bottom: 48px;
  text-decoration: none;
  display: flex;
}

.benefit-icon {
  object-fit: cover;
}

.benefit-hover-state {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: none;
}

.h3 {
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 115%;
  text-decoration: none;
}

.container {
  max-width: 82rem;
}

.container.images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.divider-vert {
  background-color: var(--_base---grey);
  width: 2px;
  height: 17.5rem;
}

.text {
  color: #e8e8df;
  text-align: center;
  letter-spacing: .02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.benefit-details {
  letter-spacing: .02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  display: block;
}

.benefit-base-state {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.project-card {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide {
  background-image: url('../images/work-item.png');
  background-position: 0 0;
  background-size: cover;
}

.slider {
  width: 40rem;
}

.project-prev-img {
  opacity: .6;
  border-radius: .5rem;
}

.project-prev-img:hover {
  opacity: 1;
}

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

.prev-img-wrapper {
  background-color: var(--_base---black);
  border-radius: .5rem;
}

.div-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.width-wrapper {
  max-width: 73rem;
}

._12-col-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

._12-col-grid.list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.gap-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gap-wrapper.center {
  justify-content: center;
  align-items: center;
}

.divider-line {
  background-color: var(--_base---grey);
  width: 100%;
  height: 1px;
}

.frame-1909 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 667px;
  height: 315px;
  text-decoration: none;
  display: flex;
}

.feature {
  grid-column-gap: 11px;
  border: 0 solid #fff6;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 29px;
  padding-bottom: 29px;
  text-decoration: none;
  display: flex;
}

.h3-style {
  color: #d3f87e;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-1907 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.h4 {
  color: #e8e8df;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 115%;
  text-decoration: none;
}

.body-s {
  color: #e8e8df;
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 115%;
  text-decoration: none;
}

.info {
  grid-row-gap: 7.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 665px;
  text-decoration: none;
  display: flex;
}

.titles {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.what {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.title-1, .text-5 {
  color: #e8e8df;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-1936 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 660px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #e8e8df;
  letter-spacing: .02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.case-study-heading1 {
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Vf, Arial, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.testimonial-item {
  grid-column-gap: 24px;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.testimonial {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.anita {
  min-height: 252px, background-size: cover;
  background-image: url('../images/Rectangle-10.png'), url('../images/Rectangle-10.png'), linear-gradient(#767cff, #767cff), url('../images/Rectangle-10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.frame-1875 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 252px;
  text-decoration: none;
  display: flex;
}

.atena-has-the-rare-ability-to-merge-strategy-creativity-and-execution-seamlesslydelivering-projects {
  color: #e8e8df;
  letter-spacing: .01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.cite-info {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cite {
  grid-row-gap: 10px;
  background-color: #d3f87e;
  border-radius: 180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.untitled {
  object-fit: cover;
}

.frame-1873 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.pawe-bben {
  color: #e8e8df;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.product-managerpmocreator-of-digital-products {
  color: #e8e8df;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.effect-lime-gleam-s {
  box-shadow: 0 0 8.9px #f1ffd0;
}

.effect-lime-gleam-l {
  box-shadow: 0 0 15.6px #f1ffd0;
}

.text-display-1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Delight, sans-serif;
  font-size: 162px;
  font-weight: 400;
  line-height: 100%;
}

.text-display-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Delight, sans-serif;
  font-size: 115px;
  font-weight: 400;
  line-height: 100%;
}

.text-h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Delight, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
}

.text-h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Delight, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 115%;
}

.text-h3 {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vf, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 115%;
}

.text-h4 {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Delight, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 115%;
}

.text-title-1 {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Delight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.text-title-2 {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Delight, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
}

.text-body-l {
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vf, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.text-body-m {
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Delight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.text-body-s {
  letter-spacing: .03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Delight, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 115%;
}

.text-mono-xl {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 110%;
}

.text-mono-l {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.text-mono-m {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.text-mono-s {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.text-mono-xs {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 117%;
}

.text-button-m {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Delight, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.text-button-s {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Delight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.case-study-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--_base---grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
}

.case-study-list-item_capitals {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.capitals-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.mono-s {
  color: #d3f87e;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spacemono, Times New Roman, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.mono-s.centered {
  text-align: center;
}

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

@media screen and (min-width: 1440px) {
  .container-grid {
    grid-template-rows: auto auto auto auto;
    max-width: 88rem;
  }

  .text-span-5 {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .h1-mean-business {
    text-align: justify;
    flex-flow: row;
    display: flex;
    position: static;
  }

  .nav-container {
    max-width: 88rem;
    padding-left: 0;
  }

  .body-l {
    font-size: 1.25rem;
    line-height: 140%;
  }

  .button:hover {
    color: var(--_base---black);
  }

  .hero-supporting {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    flex-flow: column;
    display: flex;
  }

  .contact-grid, .footer-container {
    max-width: 88rem;
  }

  .button-fill:hover, .button-s:hover {
    color: var(--_base---black);
  }

  .projects-wrapper-sticky {
    padding-left: 1.2rem;
  }

  .container-sticky {
    max-width: 88rem;
  }

  .benefits {
    padding-left: 3.4rem;
    padding-right: 3.4rem;
  }

  .container {
    max-width: 88rem;
  }
}

@media screen and (min-width: 1920px) {
  .projects-wrapper-sticky {
    padding-left: 15.9rem;
  }

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

@media screen and (max-width: 991px) {
  .section {
    padding-top: 4.3rem;
    padding-bottom: 4.3rem;
  }

  .section.case-hero {
    padding-top: 7.8rem;
  }

  .section.are-fill {
    height: 50vh;
  }

  .container-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .heading {
    font-size: 7rem;
  }

  .nav-container {
    background-color: var(--_base---black);
  }

  .navbar {
    mix-blend-mode: normal;
  }

  .nav-link {
    letter-spacing: .3px;
    text-transform: none;
    justify-content: center;
    align-items: center;
    font-family: Vf, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    display: flex;
  }

  .hero-supporting {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    width: 50%;
  }

  .contact {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contact-grid {
    grid-template-columns: 3fr;
    height: auto;
  }

  .footer-case-studies {
    height: 8rem;
  }

  .footer-contact-cta {
    height: 16rem;
  }

  .footer-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-logo-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-style: solid none none;
    border-width: 1px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .footer-links {
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .foter-contact-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-top: 1rem;
  }

  .copy-email {
    order: -1;
  }

  .nav-menu {
    z-index: 200;
    background-color: var(--_base---black);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2rem;
    position: relative;
    inset: 100% 0% 0%;
  }

  .menu-button {
    color: var(--_base---creme);
  }

  .menu-button.w--open {
    background-color: var(--_base---lime);
    color: var(--_base---black);
    border-radius: .6rem;
  }

  .button-s.hide-on-mobile {
    display: none;
  }

  .button-s.mobile-margin {
    margin-top: 18px;
  }

  .text-xdisplay {
    font-size: 4.5vw;
    line-height: 1.32;
  }

  .what-we-do-wrapper {
    max-width: 40rem;
  }

  .container-3 {
    max-width: 90vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .no-fluff {
    max-width: none;
  }

  .section-sticky {
    padding: 60px 30px;
  }

  .section-sticky.projects {
    margin-top: -14.2rem;
  }

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

  .project-list {
    justify-content: flex-start;
    align-items: center;
  }

  .project-img {
    min-width: 332px;
    min-height: 400px;
    max-height: 650px;
  }

  .project-info {
    padding: 23px;
  }

  .project-name {
    margin-bottom: 4px;
    font-size: 20px;
  }

  .text-medium {
    font-size: 16px;
  }

  .stats-left-content {
    padding-top: 0;
    padding-bottom: 2rem;
    position: static;
  }

  .section-title-wrapper {
    margin-bottom: 60px;
  }

  .text-large {
    font-size: 22px;
  }

  .stats-left {
    max-width: none;
    margin-top: 0;
  }

  .process-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .stat-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .display-2 {
    font-size: 6rem;
  }

  .steps {
    height: auto;
  }

  .h2 {
    font-size: 2.8rem;
  }

  .h2.scroll-highlight {
    font-size: 2.5rem;
  }

  .mono-m {
    font-size: 1.2rem;
  }

  .our-approach {
    max-width: 40rem;
  }

  .benefits {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom-style: none;
    flex-flow: column;
    height: auto;
    margin-top: 5.6rem;
  }

  .benefit-box {
    border-bottom: 1px solid var(--_base---grey);
  }

  .container.images {
    max-width: 80rem;
  }

  .divider-vert {
    display: none;
  }

  .project-card {
    height: 100%;
  }

  .project-prev-img {
    opacity: 1;
  }

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

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

  .gap-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .info {
    grid-row-gap: 7rem;
  }

  .case-study-heading1 {
    font-size: 6rem;
  }

  .case-study-list-item {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .mono-s {
    font-size: 1.2rem;
  }

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

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

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

  .section.are-fill {
    height: 60vh;
  }

  .section.portfolio-hero {
    padding-top: 9rem;
    padding-bottom: 3rem;
  }

  .container-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading {
    font-size: 5.4rem;
  }

  .hero-supporting {
    width: 100%;
  }

  .contact-cta {
    font-size: 3rem;
  }

  .text-xdisplay {
    vertical-align: baseline;
    font-size: 2rem;
  }

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

  .container-3 {
    max-width: 90vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-3.medium {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-sticky {
    padding: 40px 24px;
  }

  .section-sticky.projects {
    margin-top: -5rem;
  }

  .projects-wrapper-sticky {
    height: 80vh;
  }

  .project {
    width: 100vw;
    min-width: 75vw;
    max-width: 100vw;
    max-height: none;
    padding-right: 10px;
  }

  .project-img {
    min-width: 250px;
    max-width: 100vw;
    min-height: 300px;
    max-height: none;
  }

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

  .stat-number {
    margin-bottom: 10px;
    font-size: 60px;
  }

  .stats-left {
    max-width: 100%;
  }

  .stat-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .stats-btn {
    z-index: 10;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: sticky;
    inset: 0%;
  }

  .display-2 {
    font-size: 5rem;
  }

  .step {
    height: auto;
  }

  .step-content {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    height: auto;
  }

  .step-text {
    border-left-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .h2.scroll-highlight {
    font-size: 2.2rem;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .container.list {
    width: 100%;
    max-width: none;
  }

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

  .gap-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .info {
    grid-row-gap: 6rem;
  }

  .titles {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .case-study-heading1 {
    font-size: 5rem;
  }

  .testimonial {
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .frame-1875 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: auto;
  }

  .case-study-list-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .section.cta, .section.case-hero {
    padding-top: 4.6rem;
    padding-bottom: 4.6rem;
  }

  .section.are-fill {
    height: 40vh;
  }

  .section.portfolio-hero {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }

  .container-grid {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .heading {
    font-size: 3.8rem;
  }

  .mono-l {
    font-size: 1rem;
  }

  .title-m {
    font-size: .8rem;
  }

  .tag {
    font-size: .7rem;
  }

  .footer-contact-cta {
    height: 12rem;
  }

  .contact-cta, .text-xdisplay {
    font-size: 2rem;
  }

  .marquee-tag, .what-we-do-wrapper {
    width: 100%;
  }

  .container-3, .container-3.medium {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-sticky {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-sticky.projects {
    z-index: -1;
    height: 600vw;
  }

  .project {
    min-width: 90vw;
    max-height: 24rem;
  }

  .project-info {
    padding: 16px;
    inset: auto 0% 4%;
  }

  .project-overlay {
    width: 100%;
    height: 100%;
  }

  .stats-left-content {
    max-width: 340px;
  }

  .stat-number {
    margin-bottom: 10px;
    font-size: 43px;
    font-weight: 700;
  }

  .process-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .display-2 {
    font-size: 4rem;
  }

  .step {
    max-width: 340px;
  }

  .mono-xl {
    font-size: 2.5rem;
  }

  .h2, .h2.scroll-highlight {
    font-size: 2rem;
  }

  .container {
    max-width: 18rem;
  }

  .project-card {
    width: 100%;
    max-height: 24rem;
  }

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

  .gap-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .info {
    grid-row-gap: 5rem;
  }

  .titles {
    flex-flow: column;
  }

  .case-study-heading1 {
    margin-bottom: .6rem;
    font-size: 2.8rem;
  }
}

#w-node-_650393cf-f588-b694-4b87-678616489539-081d3239 {
  grid-area: 1 / 1 / 3 / 13;
}

#w-node-_3c6e93a0-4d84-7536-14b8-0eefc6364c1c-081d3239 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-ca31e799-9362-b556-2d7e-098107f53a06-506fc25a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-df6f710d-bbdf-2de1-185b-35af5d6b85af-506fc25a {
  grid-area: 2 / 1 / 3 / 3;
  align-self: end;
}

#w-node-_5256c963-0526-9d87-95d1-964a2bc92b13-506fc25a {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-b5480a23-49f0-57b0-fecf-1454fccd4f13-506fc25a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ee0305c6-8d5c-3d91-250d-2e4f1dfcb483-506fc25a {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-b1b874e8-793b-71a6-95ea-075f28742527-506fc25a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b1b874e8-793b-71a6-95ea-075f28742529-506fc25a {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-a6733dc1-1c21-356e-5ba0-bdfd70320a82-506fc25a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0ffa6628-a2a3-9b10-10f8-359525bfa6e6-506fc25a {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-a6733dc1-1c21-356e-5ba0-bdfd70320a84-506fc25a {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_4f7b9292-cae8-61ce-aad4-5bc74af452b9-506fc25a {
  grid-area: 3 / 8 / 4 / 13;
}

#w-node-_171ca9d5-0ff9-4d37-45dc-00741511cb0e-506fc25a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_26cf524a-b931-09ab-e826-a86888db7eb3-506fc25a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5fee9e0b-3847-037f-49f3-fee58d02e416-506fc25a {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_2564750e-9fef-4959-fcfd-bd8470081bbd-506fc25a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5fee9e0b-3847-037f-49f3-fee58d02e41a-506fc25a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5fee9e0b-3847-037f-49f3-fee58d02e41c-506fc25a {
  align-self: end;
}

#w-node-_6ecc8ab7-7810-5f8e-e610-970e9ca66dde-21b55e6f {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_2903d1d1-3a8a-1790-9fda-956344d44775-21b55e6f {
  grid-area: 1 / 10 / 2 / 13;
  align-self: end;
}

#w-node-db0d7767-cb25-8e71-f6e6-237718e8fc5b-21b55e6f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_852e044e-2e58-5a00-3b59-a6a513dfb8db-21b55e6f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_852e044e-2e58-5a00-3b59-a6a513dfb8e0-21b55e6f {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_852e044e-2e58-5a00-3b59-a6a513dfb8e2-21b55e6f {
  grid-area: 1 / 10 / 2 / 13;
  align-self: end;
}

#w-node-c630a710-0ee8-ce1a-a37c-e2011735a122-21b55e6f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8382f700-a403-31b2-f826-b19462c10dba-21b55e6f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_8382f700-a403-31b2-f826-b19462c10dbf-21b55e6f {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_8382f700-a403-31b2-f826-b19462c10dc1-21b55e6f {
  grid-area: 1 / 10 / 2 / 13;
  align-self: end;
}

#w-node-_6a56a989-5a3c-dfae-ff3e-b29509cb456e-21b55e6f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_27a537fe-5727-e720-80e2-a4fafbb973ba-21b55e6f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_27a537fe-5727-e720-80e2-a4fafbb973bf-21b55e6f {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_27a537fe-5727-e720-80e2-a4fafbb973c1-21b55e6f {
  grid-area: 1 / 10 / 2 / 13;
  align-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_5fee9e0b-3847-037f-49f3-fee58d02e416-506fc25a {
    grid-column-start: 7;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_3c6e93a0-4d84-7536-14b8-0eefc6364c1c-081d3239 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5fee9e0b-3847-037f-49f3-fee58d02e416-506fc25a {
    grid-column-start: 7;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3296d2a7-5a0e-7d24-a2f4-2096df6240fd-081d3239 {
    place-self: center;
  }

  #w-node-b6e5a790-84b1-1e0f-4c73-a411eee1cda3-eee1cd97 {
    order: -9999;
  }

  #w-node-ca31e799-9362-b556-2d7e-098107f53a06-506fc25a {
    grid-column: span 1 / span 1;
  }

  #w-node-df6f710d-bbdf-2de1-185b-35af5d6b85af-506fc25a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5256c963-0526-9d87-95d1-964a2bc92b13-506fc25a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-b5480a23-49f0-57b0-fecf-1454fccd4f13-506fc25a {
    grid-column: span 1 / span 1;
  }

  #w-node-ee0305c6-8d5c-3d91-250d-2e4f1dfcb483-506fc25a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1b874e8-793b-71a6-95ea-075f28742527-506fc25a {
    grid-column: span 1 / span 1;
  }

  #w-node-b1b874e8-793b-71a6-95ea-075f28742529-506fc25a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a6733dc1-1c21-356e-5ba0-bdfd70320a82-506fc25a {
    grid-column: span 1 / span 1;
  }

  #w-node-_0ffa6628-a2a3-9b10-10f8-359525bfa6e6-506fc25a, #w-node-a6733dc1-1c21-356e-5ba0-bdfd70320a84-506fc25a, #w-node-_4f7b9292-cae8-61ce-aad4-5bc74af452b9-506fc25a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_171ca9d5-0ff9-4d37-45dc-00741511cb0e-506fc25a, #w-node-_26cf524a-b931-09ab-e826-a86888db7eb3-506fc25a {
    grid-column: span 1 / span 1;
  }

  #w-node-_5fee9e0b-3847-037f-49f3-fee58d02e416-506fc25a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6ecc8ab7-7810-5f8e-e610-970e9ca66dde-21b55e6f {
    grid-column: span 1 / span 1;
  }

  #w-node-_2903d1d1-3a8a-1790-9fda-956344d44775-21b55e6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-db0d7767-cb25-8e71-f6e6-237718e8fc5b-21b55e6f {
    grid-column: span 1 / span 1;
  }

  #w-node-_852e044e-2e58-5a00-3b59-a6a513dfb8db-21b55e6f, #w-node-_852e044e-2e58-5a00-3b59-a6a513dfb8e0-21b55e6f, #w-node-_852e044e-2e58-5a00-3b59-a6a513dfb8e2-21b55e6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c630a710-0ee8-ce1a-a37c-e2011735a122-21b55e6f {
    grid-column: span 1 / span 1;
  }

  #w-node-_8382f700-a403-31b2-f826-b19462c10dba-21b55e6f, #w-node-_8382f700-a403-31b2-f826-b19462c10dbf-21b55e6f, #w-node-_8382f700-a403-31b2-f826-b19462c10dc1-21b55e6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a56a989-5a3c-dfae-ff3e-b29509cb456e-21b55e6f {
    grid-column: span 1 / span 1;
  }

  #w-node-_27a537fe-5727-e720-80e2-a4fafbb973ba-21b55e6f, #w-node-_27a537fe-5727-e720-80e2-a4fafbb973bf-21b55e6f, #w-node-_27a537fe-5727-e720-80e2-a4fafbb973c1-21b55e6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Vf';
  src: url('../fonts/Delight-VF.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacemono';
  src: url('../fonts/SpaceMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}