:root {
  --_font-family---title: Aeonik, Arial, sans-serif;
  --_font-size---heading--h1: 100px;
  --_font-size---heading--h2: 52px;
  --_font-size---heading--h3: 2.5rem;
  --_font-size---heading--h4: 32px;
  --_font-size---heading--h5: 1rem;
  --_font-size---heading--h6: .8rem;
  --primary--light-yellow: #f9f9f4;
  --_font-family---paragraph: Aeonik, Arial, sans-serif;
  --primary--black: #1b1b1b;
  --_font-size---paragraph--s: .8rem;
  --_font-size---paragraph--l: 20px;
  --_font-size---paragraph--xl: 28px;
  --_font-size---paragraph--m: 1rem;
  --_font-size---paragraph--xs: .7rem;
  --_spacer---xl: 120px;
  --_spacer---m: 40px;
  --greyscale--grey: #cdced0;
  --_spacer---xxs: 8px;
  --_spacer---xs: 16px;
  --_spacer---l: 60px;
  --_spacer---xxl: 160px;
  --_spacer---s: 20px;
  --greyscale--white: white;
  --greyscale--dark-grey: #434649;
  --greyscale--light-grey: whitesmoke;
  --greyscale--medium-grey: #888c8f;
  --primary--yellow: #d4f709;
  --_font-family---link: Aeonik, Arial, sans-serif;
  --greyscale--black: #101010;
  --system--success: #22af5c;
  --system--error: #eb392e;
  --_font-family---special: Inter, sans-serif;
}

body {
  color: #333;
  --_spacer---xl: 120px;
  --_spacer---m: 40px;
  --_spacer---xxs: 8px;
  --_spacer---xs: 16px;
  --_spacer---l: 60px;
  --_spacer---xxl: 160px;
  --_spacer---s: 20px;
  --_font-size---heading--h1: 100px;
  --_font-size---heading--h2: 52px;
  --_font-size---heading--h3: 2.5rem;
  --_font-size---heading--h4: 32px;
  --_font-size---heading--h5: 1rem;
  --_font-size---heading--h6: .8rem;
  --_font-size---paragraph--s: .8rem;
  --_font-size---paragraph--l: 20px;
  --_font-size---paragraph--xl: 28px;
  --_font-size---paragraph--m: 1rem;
  --_font-size---paragraph--xs: .7rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--_font-family---title);
  font-size: var(--_font-size---heading--h1);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 110%;
}

h2 {
  font-family: var(--_font-family---title);
  font-size: var(--_font-size---heading--h2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 110%;
}

h3 {
  font-family: var(--_font-family---title);
  font-size: var(--_font-size---heading--h3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 130%;
}

h4 {
  font-family: var(--_font-family---title);
  font-size: var(--_font-size---heading--h4);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 140%;
}

h5 {
  font-family: var(--_font-family---title);
  font-size: var(--_font-size---heading--h5);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 150%;
}

h6 {
  font-family: var(--_font-family---title);
  font-size: var(--_font-size---heading--h6);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 160%;
}

p {
  margin-bottom: 10px;
}

a {
  cursor: pointer;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

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

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

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

.page-wrapper {
  background-color: var(--primary--light-yellow);
  font-family: var(--_font-family---paragraph);
  color: var(--primary--black);
  font-size: .875rem;
}

.paragraph {
  font-family: var(--_font-family---paragraph);
  font-size: var(--_font-size---paragraph--s);
  letter-spacing: -.56px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.paragraph.extra-small {
  font-size: var(--_font-size---paragraph--xs);
  line-height: .89375rem;
}

.paragraph.large {
  font-size: var(--_font-size---paragraph--l);
  letter-spacing: -.8px;
  line-height: 100%;
}

.paragraph.extra-large {
  font-size: var(--_font-size---paragraph--xl);
  line-height: 2.1rem;
}

.paragraph.medium {
  font-size: var(--_font-size---paragraph--m);
  letter-spacing: -.8px;
  line-height: 100%;
}

.paragraph.medium.uppercase {
  text-transform: uppercase;
  text-transform: uppercase;
}

.padding-global {
  width: 100%;
  padding: 80px 3%;
}

.padding-global.large-bottom {
  padding-bottom: var(--_spacer---xl);
}

.padding-global.large-top {
  padding-top: var(--_spacer---xl);
}

.padding-global.project-hero {
  padding-top: var(--_spacer---xl);
  padding-bottom: var(--_spacer---m);
}

.padding-global.large {
  padding-top: var(--_spacer---xl);
  padding-bottom: var(--_spacer---xl);
}

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

.heading-4 {
  font-family: var(--_font-family---title);
  font-size: var(--_font-size---heading--h4);
  letter-spacing: -1.28px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 100%;
}

.container {
  width: 100%;
  max-width: 1920px;
}

.container.project-hero {
  height: 100%;
}

.container.small {
  max-width: 1120px;
}

.heading-2 {
  font-family: var(--_font-family---title);
  font-size: var(--_font-size---heading--h2);
  letter-spacing: -2.08px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 111%;
}

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

.main-wrapper {
  background-color: var(--primary--light-yellow);
  min-height: 100vh;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.spacer-xs {
  grid-column-gap: var(--_spacer---xs);
  grid-row-gap: var(--_spacer---xs);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spacer-xs.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.spacer-xs.right {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.spacer-l {
  grid-column-gap: var(--_spacer---l);
  grid-row-gap: var(--_spacer---l);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spacer-l.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.spacer-l.right {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.spacer-m {
  grid-column-gap: var(--_spacer---m);
  grid-row-gap: var(--_spacer---m);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spacer-m.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.spacer-m.right {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.spacer-s {
  grid-column-gap: var(--_spacer---s);
  grid-row-gap: var(--_spacer---s);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spacer-s.right {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.spacer-s.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

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

.text-yellow {
  color: var(--primary--yellow);
}

.button {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--primary--black);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--primary--black);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--primary--black);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--primary--black);
  color: var(--primary--black);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 62px;
  padding: 20px 18px;
  text-decoration: none;
  display: flex;
}

.button:where(.w-variant-ca2e9e80-b910-d406-8434-b22b6c78d00e) {
  color: currentColor;
  border-color: currentColor;
  height: 52px;
  padding: 16px 14px;
}

.button:where(.w-variant-563da150-d481-a135-046e-9f555b324730) {
  height: 86px;
}

.button:where(.w-variant-dfe50e5c-014b-da87-810c-08dfa5d5b253) {
  border-color: var(--primary--yellow);
  color: var(--primary--yellow);
  height: 52px;
  padding: 16px 14px;
}

.button:where(.w-variant-f8dde9d1-4399-70f9-ec17-36ba2e682c0f) {
  border-color: var(--primary--yellow);
  color: var(--primary--yellow);
}

.button:where(.w-variant-6cdfc2f8-6e56-4236-449f-d5cb8ecc12fe) {
  border-color: var(--primary--yellow);
  color: var(--primary--yellow);
  height: 86px;
}

.button:where(.w-variant-1db2f4bd-0bdb-d54b-2226-4ce50008f446) {
  border-color: var(--primary--light-yellow);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: var(--primary--light-yellow);
  background-color: #f9f9f403;
  height: 52px;
  padding: 16px 14px;
}

.button:where(.w-variant-d47f0562-4150-2441-aba3-728e452bf961) {
  border-color: var(--primary--light-yellow);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: var(--primary--light-yellow);
  background-color: #f9f9f403;
}

.button:where(.w-variant-9704a319-c888-227f-3575-9c358084cc31) {
  border-color: var(--primary--light-yellow);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: var(--primary--light-yellow);
  background-color: #f9f9f403;
  height: 86px;
}

.button:where(.w-variant-22dd275e-8376-9532-b8d8-63b22f5c27c0) {
  color: var(--primary--light-yellow);
  border-width: 0;
}

.button.contact {
  letter-spacing: -.96px;
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/688345fc205511d1bdf05c7d/688a318b09988d05d764b19f_logo-small.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 50px;
  font-size: 24px;
}

.button.small {
  height: 52px;
  padding: 16px 14px;
}

.button-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-text.motion.small, .button-text.small {
  font-size: 20px;
}

.button-text {
  font-family: var(--_font-family---link);
  letter-spacing: -.96px;
  color: currentColor;
  width: max-content;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}

.button-text:where(.w-variant-ca2e9e80-b910-d406-8434-b22b6c78d00e) {
  font-size: 20px;
}

.button-text:where(.w-variant-563da150-d481-a135-046e-9f555b324730) {
  letter-spacing: -1.44px;
  font-size: 36px;
}

.button-text:where(.w-variant-dfe50e5c-014b-da87-810c-08dfa5d5b253) {
  font-size: 20px;
}

.button-text:where(.w-variant-6cdfc2f8-6e56-4236-449f-d5cb8ecc12fe) {
  font-size: 36px;
}

.button-text:where(.w-variant-1db2f4bd-0bdb-d54b-2226-4ce50008f446) {
  font-size: 20px;
}

.button-text:where(.w-variant-9704a319-c888-227f-3575-9c358084cc31) {
  font-size: 36px;
}

.button-text:where(.w-variant-22dd275e-8376-9532-b8d8-63b22f5c27c0) {
  font-size: 32px;
}

.button-text.motion.small, .button-text.small {
  font-size: 20px;
}

.button-text.motion {
  transition: all .6s;
  position: absolute;
  inset: auto auto auto 0%;
}

.button-text.motion.small {
  font-size: 20px;
}

.button-icon.motion:where(.w-variant-d47f0562-4150-2441-aba3-728e452bf961), .button-icon.motion:where(.w-variant-9704a319-c888-227f-3575-9c358084cc31), .button-icon.motion:where(.w-variant-1db2f4bd-0bdb-d54b-2226-4ce50008f446) {
  color: var(--primary--yellow);
}

.button-icon {
  width: 40px;
  margin-bottom: -5px;
}

.button-icon:where(.w-variant-ca2e9e80-b910-d406-8434-b22b6c78d00e) {
  width: 36px;
}

.button-icon:where(.w-variant-563da150-d481-a135-046e-9f555b324730) {
  width: 56px;
}

.button-icon:where(.w-variant-dfe50e5c-014b-da87-810c-08dfa5d5b253) {
  width: 36px;
}

.button-icon:where(.w-variant-6cdfc2f8-6e56-4236-449f-d5cb8ecc12fe) {
  width: 56px;
}

.button-icon:where(.w-variant-1db2f4bd-0bdb-d54b-2226-4ce50008f446) {
  width: 36px;
}

.button-icon:where(.w-variant-9704a319-c888-227f-3575-9c358084cc31) {
  width: 56px;
}

.button-icon.motion:where(.w-variant-d47f0562-4150-2441-aba3-728e452bf961), .button-icon.motion:where(.w-variant-9704a319-c888-227f-3575-9c358084cc31), .button-icon.motion:where(.w-variant-1db2f4bd-0bdb-d54b-2226-4ce50008f446) {
  color: var(--primary--yellow);
}

.button-icon.motion {
  transition: all .6s;
  position: absolute;
  inset: auto 0% auto auto;
}

.button-icon.motion:where(.w-variant-d47f0562-4150-2441-aba3-728e452bf961), .button-icon.motion:where(.w-variant-9704a319-c888-227f-3575-9c358084cc31), .button-icon.motion:where(.w-variant-1db2f4bd-0bdb-d54b-2226-4ce50008f446) {
  color: var(--primary--yellow);
}

.button-icon.motion:where(.w-variant-22dd275e-8376-9532-b8d8-63b22f5c27c0) {
  color: var(--primary--yellow);
  height: -webkit-fill-available;
}

.button-motion {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-content-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.heading-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-title {
  font-family: var(--_font-family---title);
  color: var(--primary--black);
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.heading-icon {
  margin-bottom: -5px;
}

.max-w-420 {
  max-width: 420px;
}

.max-w-375 {
  max-width: 375px;
}

.banner-cta-section {
  background-color: var(--primary--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.banner-cta-bg {
  z-index: 1;
  opacity: .6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-cta-content {
  z-index: 2;
  grid-column-gap: var(--_spacer---m);
  grid-row-gap: var(--_spacer---m);
  color: var(--primary--light-yellow);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 566px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.banner-cta-scroll {
  height: 150vh;
  position: relative;
}

.images-banner-section {
  overflow: hidden;
}

.images-banner-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.images-banner-item {
  width: 320px;
  padding-right: 20px;
}

.footer {
  background-color: var(--primary--black);
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-grid {
  grid-column-gap: var(--_spacer---m);
  grid-row-gap: var(--_spacer---m);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.5fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-links {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: var(--primary--light-yellow);
  letter-spacing: -1.12px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 100%;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--primary--yellow);
}

.footer-logo {
  width: 100%;
}

.footer-legals {
  grid-column-gap: var(--_spacer---m);
  grid-row-gap: var(--_spacer---m);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer-legals-list {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-top-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-top-icon {
  margin-bottom: -5px;
}

.footer-logo-wrapper {
  overflow: hidden;
}

.navbar {
  z-index: 51;
  mix-blend-mode: exclusion;
  background-color: #0000;
  padding-top: 20px;
  padding-left: 3%;
  padding-right: 3%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-link.desktop, .navbar-logo-link.desktop.w--current {
  color: currentColor;
  overflow: hidden;
}

.navbar-logo-link.mobile {
  display: none;
}

.navbar-logo-link.mobile.w--current {
  z-index: 5;
}

.navbar-logo-link.desktop, .navbar-logo-link.desktop.w--current, .navbar-logo-link.desktop, .navbar-logo-link.desktop.w--current {
  color: currentColor;
  overflow: hidden;
}

.navbar-list-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
  position: static;
}

.navbar-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--primary--light-yellow);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.navbar-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  z-index: 10;
  font-family: var(--_font-family---title);
  letter-spacing: -.8px;
  text-transform: uppercase;
  color: currentColor;
  height: 100%;
  padding: 0 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.navbar-link.w--current {
  color: currentColor;
}

.navbar-logo-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-logo-wrapper.mobile {
  display: none;
}

.time-display {
  width: 100px;
}

.time-display-arrow {
  width: 8px;
  margin-bottom: -3px;
  display: inline-flex;
}

.time-display-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  letter-spacing: -.64px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  display: inline-flex;
}

.tag {
  background-color: var(--primary--yellow);
  border-radius: 999px;
  padding: 5px 10px;
}

.navbar-services-dropdown {
  z-index: 50;
  background-color: #0006;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-services-dropdown.w--open {
  z-index: 0;
  display: block;
  top: 74px;
}

.navbar-services-dropdown-title {
  background-color: var(--primary--black);
  padding: 35px 3% 60px;
}

.navbar-services-dropdown-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.navbar-services-dropdown-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary--black);
  color: var(--primary--light-yellow);
  letter-spacing: -1.28px;
  justify-content: center;
  align-items: center;
  min-height: 160px;
  font-size: 32px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar-services-dropdown-link-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar-services-dropdown-link-content {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.navbar-services-dropdown-link-content:hover {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #0009;
}

.navbar-services-dropdown-link-icon {
  height: 18px;
}

.navbar-dropdown {
  padding-top: 15px;
  padding-bottom: 15px;
  position: static;
}

.article-item-thumbnail-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
}

.article-item-thumbnail {
  aspect-ratio: 1;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  transition: filter .2s;
}

.article-item-thumbnail:hover {
  filter: brightness(80%);
}

.article-item-thumbnail.hero {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.article-item-thumbnail.last-articles {
  aspect-ratio: 2 / 2.3;
  object-fit: cover;
}

.article-item-tags-wrapper {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.article-item-tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap-reverse;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.article-item-tags.article {
  flex-flow: wrap;
}

.article-item-link {
  z-index: 1;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.last-articles-btn {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.article-item {
  grid-column-gap: var(--_spacer---xs);
  grid-row-gap: var(--_spacer---xs);
  grid-column-gap: var(--_spacer---xs);
  grid-row-gap: var(--_spacer---xs);
  flex-flow: column;
  height: 100%;
  display: flex;
}

.article-item-date {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: flex;
}

.blog-list {
  grid-column-gap: var(--_spacer---s);
  grid-row-gap: var(--_spacer---m);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article-section {
  padding-top: 140px;
  padding-bottom: 80px;
}

.article-grid {
  grid-column-gap: var(--_spacer---m);
  grid-row-gap: var(--_spacer---m);
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.article-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 100px;
  overflow: auto;
}

.author-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-avatar {
  object-fit: cover;
  width: 40px;
  height: 40px;
}

.article-summary-item {
  letter-spacing: -.6px;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.article-summary-item.active {
  font-weight: 500;
}

.article-cta {
  padding: var(--_spacer---s);
  grid-column-gap: var(--_spacer---m);
  grid-row-gap: var(--_spacer---m);
  border: 1px solid var(--primary--black);
  background-color: var(--primary--black);
  color: var(--primary--light-yellow);
  text-align: left;
  background-image: url("https://cdn.prod.website-files.com/688345fc205511d1bdf05c7d/6894d282174a288aea7b8d4a_Image%20from%20Endless%20Tools%20(15).avif");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.article-cta.dark, .article-cta.press {
  background-color: var(--primary--black);
  color: var(--primary--light-yellow);
  background-image: url("https://cdn.prod.website-files.com/688345fc205511d1bdf05c7d/6894d282174a288aea7b8d4a_Image%20from%20Endless%20Tools%20(15).avif");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  border-width: 0;
}

.article-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.article-header {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.artilce-back-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--primary--black);
  letter-spacing: -.72px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

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

.artilce-share-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.artilce-share-item {
  color: var(--greyscale--black);
  transition: color .2s;
}

.artilce-share-item:hover {
  color: var(--primary--yellow);
}

.artilce-share-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
}

.cms-richtext {
  letter-spacing: -1.12px;
  font-size: 24px;
  line-height: 100%;
}

.cms-richtext h1 {
  letter-spacing: -1.28px;
  padding-left: 10px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 100%;
}

.cms-richtext h2 {
  letter-spacing: -1.28px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-left: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.cms-richtext h3 {
  padding-left: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
}

.cms-richtext h4 {
  padding-left: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 100%;
}

.cms-richtext h5 {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.cms-richtext h6 {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.cms-richtext blockquote {
  border-left-width: 2px;
  border-left-color: var(--primary--black);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 28px;
  line-height: 100%;
}

.cms-richtext a {
  color: var(--primary--black);
}

.cms-richtext p {
  margin-bottom: 30px;
}

.cms-richtext strong {
  font-weight: 500;
}

.blog-list-wrapper {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .button-text:where(.w-variant-22dd275e-8376-9532-b8d8-63b22f5c27c0) {
    font-size: 24px;
  }

  .home-hero-video-card-wrapper {
    width: 250px;
    display: inline;
  }

  .home-about-content {
    grid-column-gap: var(--_spacer---m);
    grid-row-gap: var(--_spacer---m);
    grid-template-columns: 1fr;
  }

  .home-about-stats {
    margin-top: 20px;
  }

  .other-projects-grid {
    grid-column-gap: var(--_spacer---m);
    grid-row-gap: var(--_spacer---m);
  }

  .other-projects-list {
    grid-column-gap: var(--_spacer---l);
    grid-row-gap: var(--_spacer---l);
  }

  .other-projects-thumbnail-bg {
    opacity: .7;
  }

  .other-projects-description {
    grid-column-gap: var(--_spacer---xxs);
    grid-row-gap: var(--_spacer---xxs);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .other-projects-item-stat {
    left: var(--_spacer---xs);
    z-index: 1;
    max-width: 150px;
  }

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

  .home-services-list {
    margin-top: 0;
  }

  .testimonials-grid {
    grid-column-gap: var(--_spacer---s);
    grid-row-gap: var(--_spacer---s);
    grid-template-columns: 1fr;
  }

  .testimonials-col {
    grid-column-gap: var(--_spacer---s);
    grid-row-gap: var(--_spacer---s);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonials-col._2 {
    grid-column-gap: var(--_spacer---l);
    grid-row-gap: var(--_spacer---l);
    grid-column-gap: var(--_spacer---l);
    grid-row-gap: var(--_spacer---l);
    display: flex;
  }

  .testimonials-usecase {
    aspect-ratio: auto;
    height: 400px;
  }

  .testimonials-card.large, .testimonials-card.small, .testimonials-card.large, .testimonials-card.small {
    aspect-ratio: auto;
    min-height: 200px;
  }

  .faq-grid {
    grid-column-gap: var(--_spacer---s);
    grid-row-gap: var(--_spacer---s);
  }

  .footer-grid {
    grid-row-gap: var(--_spacer---l);
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-hero-title-icon {
    margin-bottom: -5px;
  }

  .project-hero-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-context-grid {
    grid-column-gap: var(--_spacer---m);
    grid-row-gap: var(--_spacer---m);
  }

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

  .navbar-logo-link.mobile, .navbar-logo-link.mobile.w--current, .navbar-logo-link.mobile, .navbar-logo-link.mobile.w--current {
    display: block;
  }

  .navbar-list-wrapper {
    background-color: var(--primary--black);
    height: 100vh;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .navbar-list {
    grid-row-gap: var(--_spacer---m);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding: 40px 3%;
    display: flex;
    overflow: auto;
  }

  .navbar-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .navbar-link {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    font-size: 35px;
  }

  .navbar-link.w--open {
    height: auto;
  }

  .navbar-logo-wrapper.mobile {
    color: var(--primary--light-yellow);
    margin-top: 13px;
    display: inline-block;
    position: relative;
  }

  .navbar-logo-wrapper.desktop {
    display: none;
  }

  .about-values-item-title {
    font-size: 25px;
  }

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

  .about-trophies-item, .about-trophies-item.even, .about-trophies-item.even {
    grid-template-columns: 1fr;
  }

  .about-numbers-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .service-hero-grid {
    grid-column-gap: var(--_spacer---s);
    grid-row-gap: var(--_spacer---s);
    grid-template-columns: 1fr;
  }

  .service-hero-highlight-list {
    grid-template-columns: 1fr 1fr;
  }

  .service-details-item {
    grid-column-gap: var(--_spacer---s);
    grid-row-gap: var(--_spacer---s);
  }

  .navbar-services-dropdown.w--open {
    width: 100%;
    margin-top: 10px;
    position: static;
  }

  .navbar-services-dropdown-title {
    display: none;
  }

  .navbar-services-dropdown-content {
    width: 100%;
  }

  .navbar-services-dropdown-links {
    grid-template-columns: 1fr;
  }

  .navbar-services-dropdown-link-content {
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
  }

  .navbar-dropdown {
    width: 100%;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-burger {
    z-index: 5;
    color: var(--primary--light-yellow);
    padding: 0;
  }

  .navbar-burger.w--open {
    background-color: #0000;
  }

  .navbar-burger-icon {
    width: 50px;
  }

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

  .article-item-link {
    background-color: #0006;
    display: flex;
  }

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

  .contact-stats {
    aspect-ratio: 3 / 2;
    background-image: linear-gradient(#0000, #0006), url("https://cdn.prod.website-files.com/688345fc205511d1bdf05c7d/6888bc0cc0c777db9aedb1d4_21c3657041cebdb72261fc70921ae967_6473919dacdb1098f1151cd542e7543557ae7fbd.avif");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

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

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

  .blog-sticky {
    position: static;
  }

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

  .article-left {
    max-height: none;
    position: static;
  }

  .projects-list {
    grid-column-gap: var(--_spacer---s);
    grid-row-gap: var(--_spacer---s);
  }
}

@media screen and (max-width: 767px) {
  body {
    --_spacer---xl: 72px;
    --_spacer---m: 32px;
    --_spacer---xxs: 8px;
    --_spacer---xs: 16px;
    --_spacer---l: 60px;
    --_spacer---xxl: 72px;
    --_spacer---s: 20px;
    --_font-size---heading--h1: 2.3rem;
    --_font-size---heading--h2: 2rem;
    --_font-size---heading--h3: 1.5rem;
    --_font-size---heading--h4: 1.3rem;
    --_font-size---heading--h5: 1rem;
    --_font-size---heading--h6: .8rem;
    --_font-size---paragraph--s: .8rem;
    --_font-size---paragraph--l: 1.1rem;
    --_font-size---paragraph--xl: 1.2rem;
    --_font-size---paragraph--m: 1rem;
    --_font-size---paragraph--xs: .7rem;
  }

  .paragraph {
    line-height: 110%;
  }

  .paragraph.medium, .paragraph.extra-small {
    line-height: 110%;
  }

  .paragraph.large {
    line-height: 140%;
  }

  .paragraph.medium, .paragraph.extra-small {
    line-height: 110%;
  }

  .heading-1 {
    letter-spacing: -1.5px;
    text-wrap: initial;
  }

  .padding-global {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .padding-global.large-bottom {
    padding-bottom: 72px;
  }

  .padding-global.large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .padding-global.large-top {
    padding-top: 72px;
  }

  .help-block {
    height: auto;
    min-height: 300px;
  }

  .heading-4, .heading-3, .heading-2 {
    text-wrap: initial;
  }

  .paragraph-2, .paragraph-2.medium, .paragraph-2.medium {
    line-height: 110%;
  }

  .padding-global-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .button-text:where(.w-variant-22dd275e-8376-9532-b8d8-63b22f5c27c0) {
    font-size: 18px;
  }

  .home-hero-section {
    min-height: 0;
  }

  .home-hero-title {
    text-wrap: initial;
  }

  .home-hero-title-wrapper {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .home-hero-video-card-wrapper {
    width: 200px;
  }

  .brands-wrapper {
    padding-top: 20px;
  }

  .home-hero-brand-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-right: 20px;
  }

  .home-hero-brand-name {
    font-size: 40px;
  }

  .other-projects-grid {
    grid-column-gap: var(--_spacer---l);
    grid-row-gap: var(--_spacer---l);
    grid-template-columns: 1fr;
  }

  .other-projects-list {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .other-projects-description {
    flex-flow: wrap;
  }

  .other-projects-col._2 {
    margin-top: 0;
  }

  .big-text {
    text-wrap: initial;
  }

  .home-services-grid {
    grid-column-gap: var(--_spacer---l);
    grid-row-gap: var(--_spacer---l);
  }

  .home-services-item-content {
    grid-column-gap: var(--_spacer---s);
    grid-row-gap: var(--_spacer---s);
    grid-template-columns: 20px 1fr .75fr;
  }

  .home-services-item-content.hover-anim-slide_down {
    grid-column-gap: var(--_spacer---s);
    grid-row-gap: var(--_spacer---s);
    grid-column-gap: var(--_spacer---s);
    grid-row-gap: var(--_spacer---s);
  }

  .testimonials-usecase, .testimonials-card.large, .testimonials-card.large {
    height: 300px;
  }

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

  .faq-header {
    position: static;
  }

  .faq-item:hover {
    padding-left: 0;
  }

  .footer-grid {
    grid-column-gap: var(--_spacer---m);
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-legals-list {
    grid-column-gap: var(--_spacer---s);
    grid-row-gap: var(--_spacer---s);
  }

  .project-hero-stats {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .project-context-grid, .project-presentation-grid {
    grid-template-columns: 1fr;
  }

  .project-dropdown-item:hover {
    padding-left: 0;
  }

  .project-testimony-description {
    font-size: 50px;
  }

  .project-stats-list {
    grid-column-gap: var(--_spacer---s);
    grid-row-gap: var(--_spacer---s);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .project-stats-spacer, .project-stats-spacer.mobile, .project-stats-spacer.mobile {
    display: none;
  }

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

  .project-presentation-list {
    position: static;
  }

  .about-hero-title.anim-title {
    font-size: 70px;
  }

  .about-intro-title {
    font-size: 40px;
  }

  .about-values-list {
    grid-column-gap: var(--_spacer---m);
    grid-row-gap: var(--_spacer---m);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about-values-item-spacer {
    width: 115px;
    height: 2px;
    display: none;
  }

  .about-team-item {
    grid-template-columns: 1fr .75fr 100px;
  }

  .about-team-item-text {
    font-size: 20px;
  }

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

  .about-numbers-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-numbers-item-title {
    font-size: 50px;
  }

  .about-numbers-item {
    border-left-width: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .press-item-header {
    grid-column-gap: var(--_spacer---xs);
    grid-row-gap: var(--_spacer---xs);
    flex-flow: wrap;
  }

  .service-hero-spacer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .service-details-item {
    grid-template-columns: 20px .9fr .75fr;
  }

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

  .contact-title {
    grid-column-gap: var(--_spacer---s);
    grid-row-gap: var(--_spacer---s);
  }

  .press-list, .first-articles-grid {
    grid-template-columns: 1fr;
  }

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

  .article-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .article-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cms-richtext {
    font-size: 20px;
  }

  .cms-richtext blockquote {
    padding-left: 15px;
    font-size: 20px;
  }

  .projects-list {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .padding-global, .padding-global-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brands-wrapper {
    padding-top: 20px;
  }

  .home-about-stats {
    grid-template-columns: 1fr;
  }

  .stats-number {
    font-size: 35px;
  }

  .other-projects-list {
    grid-column-gap: var(--_spacer---l);
    grid-row-gap: var(--_spacer---l);
  }

  .home-services-item-content {
    grid-template-columns: 20px 1fr 1fr;
  }

  .home-services-item.hover-anim-slide_down {
    padding-left: 0;
    padding-right: 0;
  }

  .home-services-banner {
    aspect-ratio: 1;
  }

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

  .testimonials-usecase {
    height: 250px;
  }

  .testimonials-card.large {
    height: auto;
  }

  .faq-item-header {
    grid-column-gap: var(--_spacer---s);
    grid-row-gap: var(--_spacer---s);
  }

  .faq-item-content {
    margin-left: 44px;
  }

  .footer-grid {
    grid-column-gap: var(--_spacer---s);
    grid-row-gap: var(--_spacer---m);
    grid-template-columns: 1fr 1fr;
  }

  .footer-link {
    font-size: 20px;
  }

  .home-hero-title-icon {
    margin-bottom: -3px;
  }

  .project-hero-logo {
    height: 40px;
  }

  .project-dropdown-item-header {
    grid-column-gap: var(--_spacer---s);
    grid-row-gap: var(--_spacer---s);
  }

  .project-presentation-images, .project-strategy-images {
    grid-column-gap: var(--_spacer---xxs);
    grid-row-gap: var(--_spacer---xxs);
  }

  .project-strategy-images-item {
    height: auto;
  }

  .project-strategy-images-item._3 {
    height: 100%;
  }

  .project-strategy-item {
    grid-column-gap: var(--_spacer---m);
    grid-row-gap: var(--_spacer---m);
  }

  .project-stats-list {
    place-items: start stretch;
  }

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

  .navbar-link {
    font-size: 25px;
  }

  .time-display-wrapper {
    display: none;
  }

  .about-hero-title.anim-title {
    font-size: 50px;
  }

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

  .about-team-cta {
    grid-column-gap: var(--_spacer---s);
    grid-row-gap: var(--_spacer---s);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .about-clients-item {
    height: 80px;
  }

  .about-clients-item-logo {
    max-width: 60%;
    max-height: 50px;
  }

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

  .press-item {
    min-height: 200px;
  }

  .service-hero-highlight-list {
    grid-template-columns: 1fr;
  }

  .service-details-item {
    grid-template-columns: 20px 1fr;
  }

  .arrow-list {
    grid-column-gap: var(--_spacer---xxs);
    grid-row-gap: var(--_spacer---xxs);
  }

  .article-item-thumbnail.hero {
    aspect-ratio: 1;
    aspect-ratio: 1;
  }

  .contact-grid {
    width: 100%;
  }

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

  .contact-stats {
    padding: var(--_spacer---l) var(--_spacer---m);
    aspect-ratio: auto;
    background-image: linear-gradient(#0000, #0006 0%), url("https://cdn.prod.website-files.com/688345fc205511d1bdf05c7d/6888bc0cc0c777db9aedb1d4_21c3657041cebdb72261fc70921ae967_6473919dacdb1098f1151cd542e7543557ae7fbd.avif");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .cms-richtext {
    letter-spacing: -.8px;
  }

  .cms-richtext h5, .cms-richtext h6 {
    padding-left: 5px;
  }

  .cms-richtext h1 {
    padding-left: 5px;
    font-size: 30px;
  }

  .cms-richtext h2 {
    letter-spacing: -.8px;
    padding-left: 5px;
    font-size: 28px;
  }

  .cms-richtext h3 {
    padding-left: 5px;
    font-size: 25px;
  }

  .cms-richtext h4 {
    padding-left: 5px;
    font-size: 23px;
  }

  .cms-richtext h5, .cms-richtext h6 {
    padding-left: 5px;
  }

  .cms-richtext blockquote {
    padding-right: 0;
  }

  .projects-list {
    grid-column-gap: var(--_spacer---l);
    grid-row-gap: var(--_spacer---l);
  }
}

#w-node-_6c7a34f3-4faa-8e46-b074-e3f19ce01a75-fd0b5a99 {
  justify-self: center;
}

#w-node-_6c7a34f3-4faa-8e46-b074-e3f19ce01a9c-fd0b5a99 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-b66f0260-91eb-6bc1-6fe3-b1ceea8de4d0-28df9f6b {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dff1ae91-615f-fc34-9239-c934cc85cc14-cc85cbec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
