:root {
  --font-families--text: Inter, sans-serif;
  --font-size--small: 1rem;
  --font-families--display: "Inter Tight", sans-serif;
  --fluid-font-size--4xl: 3.2vw;
  --font-size--3xl: 2.5rem;
  --font-size--2xl: 2rem;
  --font-size--large: 1.5rem;
  --fluid-font-size--3xl: 2.667vw;
  --font-size--base: 1.125rem;
  --fluid-font-size--base: 1.2vw;
  --colors--transparent: #fff0;
  --site-padding--tablet: 2rem;
  --site-padding--desktop: 3rem;
  --site-padding--mobile: 1rem;
  --green\<deleted\|variable-0c087590-c945-19f1-25c0-c98424e9bb52\>: #1e8164;
  --colors--brand-secondary: #e5f1fe;
  --colors--neutral-400: #53526f;
  --colors--off-white: #faf8f2;
  --colors--black: black;
  --cyan: #aee5ed;
  --colors--brand-primary-light: #472796;
  --font-size--5xl: 3.5rem;
  --font-size--xl: 1.75rem;
  --grey: #717375;
  --colors--neutral-300: var(--grey);
  --blue\<deleted\|variable-c4ad05d5-f1d8-91df-6ad6-0a179c33b4cd\>: #455db6;
  --font-family--primary\<deleted\|variable-759575eb-87b8-eb5a-6829-e0bd6a9199d0\>: Aspekta, sans-serif;
  --bright-blue: #016fff;
  --colors--neutral-800\<deleted\|variable-9da12732-2d92-aa13-6eea-9912d45b9173\>: #29292b;
  --background-beige\<deleted\|variable-1bde3231-ae05-548a-213c-641faa71533b\>: #eee8dc;
  --colors--neutral-200: #eeedf1;
  --colors--neutral-500: #200e4d;
  --colors--brand-primary-lightest: #9e85db;
  --colors--brand-secondary-dark: #bad6f2;
  --colors--brand-tertiary: #b183ff;
  --row-gap--default: 1.5rem;
  --colors--neutral-700\<deleted\|variable-3c09858d-8bff-07fc-229b-ab270ff4df59\>: #545455;
  --colors--white\<deleted\|variable-3c18d048-4b98-bb4a-7b24-3255300d17d3\>: white;
  --font-size--xs: .9375rem;
  --fluid-font-size--7xl: 5.333vw;
  --butter: #ffeda8;
  --border-radius--default: 6px;
  --fluid-font-size--large: 1.6vw;
  --font-size--2xs: .625rem;
  --fluid-font-size--5xl: 3.733vw;
  --medium-grey: #96938f;
  --colors--neutral-50\<deleted\|variable-2d7c4b6a-9187-7134-f29c-831326a4f89b\>: #eaeaea;
  --fluid-font-size--6xl: 4.267vw;
  --fluid-font-size--8xl: 7vw;
  --font-size--6xl: 4rem;
  --future-dusk: #46496f;
  --font-size--4xl: 3rem;
  --light-grey: #eeedf1;
  --gold: #f2bb06;
  --tomato: #dd4a15;
  --wine: #6c313d;
  --mocha: #a47864;
  --fluid-font-size--2xl: 2.133vw;
  --xxs\<deleted\|variable-25ab1fe5-6723-52c8-b9dc-e9b0b1ede433\>: .75rem;
  --fluid-font-size--9xl: 9.333vw;
  --font-size--8xl: 6rem;
  --font-size--7xl: 5rem;
  --peach: #ffbe98;
  --stone: #e2e1c9;
  --pea: #cdaf4d;
  --purple: #fec0d7;
  --orange: #f77e5e;
  --lilac: #c2a6cc;
  --royal: #3a39ff;
  --green: #329f84;
  --elemental: #626d95;
  --crab: #f26749;
  --jade: #7ec0a2;
  --ocean: #154ca4;
  --mint: #cfe7cd;
  --icy: #c1d6fe;
  --navy: #083dae;
  --plum: #b9558f;
  --lavender: #e9bdd6;
  --dark-teal: #005770;
  --acid: #def678;
  --lilac-2: #b0a6df;
  --pine: #8d8445;
  --9xl: 8.75rem;
  --red: #bf1922;
  --medium-blue: #455db6;
  --marigold: #fbae17;
  --oat: #f0e7da;
  --fluid-font-size--2xs: .733vw;
  --fluid-font-size--xs: 1vw;
  --fluid-font-size--small: 1.067vw;
  --fluid-font-size--xl: 1.867vw;
  --fluid-font-size--huge: 12vw;
}

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

body {
  font-family: var(--font-families--text);
  letter-spacing: -.02em;
  overscroll-behavior: none;
  font-weight: 500;
  line-height: 130%;
  font-size: clamp(var(--font-size--small), var(--fluid-font-size--base), var(--fluid-font-size--base));
  text-wrap: balance;
  background-color: #faf8f2;
}

h1 {
  font-family: var(--font-families--display);
  font-size: var(--fluid-font-size--4xl);
  letter-spacing: -.02em;
  white-space: normal;
  will-change: transform;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 400;
  line-height: 100%;
  display: block;
  transform: translate(0);
}

h2 {
  font-family: var(--font-families--display);
  font-size: var(--fluid-font-size--3xl);
  letter-spacing: -.02em;
  text-transform: none;
  color: inherit;
  max-width: 31ch;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  font-size: var(--fluid-font-size--4xl);
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 100%;
}

h4 {
  font-family: var(--font-families--display);
  font-size: var(--font-size--large);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 110%;
}

h5 {
  font-size: var(--font-size--base);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 2rem;
}

h6 {
  font-size: var(--fluid-font-size--base);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 130%;
}

p {
  letter-spacing: -.01em;
  text-transform: none;
  font-weight: 500;
  line-height: 130%;
  font-size: clamp(var(--font-size--small), var(--fluid-font-size--base), var(--fluid-font-size--base));
  max-width: 33ch;
  margin-bottom: 0;
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition-property: all;
  transition-duration: .25s;
  transition-timing-function: ease;
}

a:hover {
  opacity: 1;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  mix-blend-mode: normal;
  object-fit: cover;
  width: 30%;
  max-width: 100%;
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

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

figure {
  margin-bottom: 10px;
}

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

.section {
  min-height: 32px;
  padding-top: 14vw;
  padding-bottom: 14vw;
  position: relative;
}

.section.home-hero-section {
  padding-top: 0;
  padding-bottom: calc(10vh + var(--site-padding--desktop));
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 110vh;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.section.home-hero-section.v2 {
  justify-content: space-between;
  min-height: 100dvh;
  padding-top: 0;
  padding-bottom: 0;
  top: 0;
  overflow: visible;
}

.section.home-hero-section.v3 {
  justify-content: flex-end;
  height: 100dvh;
  min-height: 100dvh;
  max-height: 100dvh;
  margin-bottom: 6rem;
  padding-bottom: 2.5rem;
  top: auto;
}

.section.styelguide-hero-section {
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 8rem;
  padding-bottom: 1rem;
  line-height: .9;
  display: flex;
}

.section.last-section {
  z-index: 1;
  padding-bottom: 20rem;
}

.section.padding-top-large {
  text-wrap: wrap;
  padding-top: 20vw;
}

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

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

.section.brand-primary-dark-background {
  background-color: var(--green\<deleted\|variable-0c087590-c945-19f1-25c0-c98424e9bb52\>);
  color: var(--colors--brand-secondary);
}

.section.brand-secondary {
  background-color: var(--colors--brand-secondary);
  color: var(--colors--neutral-400);
}

.section.slider-section {
  background-color: var(--green\<deleted\|variable-0c087590-c945-19f1-25c0-c98424e9bb52\>);
  color: var(--colors--brand-secondary);
  padding-top: 0;
}

.section.hero-section {
  align-items: flex-start;
  height: 100svh;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.section.accent {
  color: var(--colors--off-white);
  background-color: #000;
}

.section.cta {
  background-color: var(--colors--off-white);
  overflow: clip;
}

.section.cta.accent {
  background-color: var(--colors--black);
  color: var(--colors--off-white);
}

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

.section.contact-section {
  background-color: var(--colors--black);
  color: var(--colors--off-white);
  padding-top: 10rem;
  padding-bottom: 10rem;
}

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

.container {
  padding-top: 0;
  padding-right: var(--site-padding--desktop);
  padding-left: var(--site-padding--desktop);
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  display: flex;
  position: static;
}

.container.styleguide-container {
  max-width: 800px;
}

.container.hero-bottom-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
}

.container.overflow-clip {
  overflow: clip;
}

.container.v3 {
  grid-row-gap: 6rem;
}

.container.hero-container {
  grid-row-gap: 0rem;
  flex: 1;
  justify-content: space-between;
  padding-top: 1.5rem;
}

.line {
  z-index: -4;
  border: 1px none var(--cyan);
  background-color: var(--colors--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.line.styleguide-bottom-divider {
  margin-top: 80px;
}

.line.brand-primary-light {
  background-color: var(--colors--brand-primary-light);
}

.text-large {
  color: inherit;
  font-weight: 500;
  line-height: 110%;
  font-size: clamp(var(--font-size--large), var(--fluid-font-size--large), var(--fluid-font-size--large));
  max-width: 40ch;
}

.text-large.styleguide-subheading {
  font-size: var(--font-size--5xl);
  text-indent: 0;
  margin-bottom: .5rem;
  font-weight: 300;
}

.text-large.subheading {
  max-width: 48.125rem;
  line-height: 120%;
}

.text-large.no-limit {
  max-width: 770px;
  line-height: 140%;
}

.text-large.intro-subhead {
  color: var(--grey);
}

.rich-text-block {
  max-width: 780px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.rich-text-block h2 {
  font-family: var(--font-families--text);
  font-size: var(--font-size--2xl);
  text-indent: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 110%;
}

.rich-text-block h3 {
  font-family: var(--font-families--text);
  font-size: var(--font-size--large);
  letter-spacing: -.025em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 110%;
}

.rich-text-block p {
  opacity: 1;
  font-family: var(--font-families--text);
  color: var(--colors--neutral-400);
  font-size: var(--font-size--small);
  letter-spacing: 0;
  max-width: none;
  margin-bottom: 3rem;
  font-weight: 500;
  line-height: 140%;
}

.rich-text-block h4 {
  font-family: var(--font-families--text);
  font-size: var(--font-size--base);
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 125%;
}

.rich-text-block blockquote {
  border-left-color: var(--blue\<deleted\|variable-c4ad05d5-f1d8-91df-6ad6-0a179c33b4cd\>);
  font-family: var(--font-families--text);
  font-size: var(--font-size--base);
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-weight: 500;
  line-height: 120%;
}

.rich-text-block h1 {
  font-family: var(--font-families--text);
  font-size: var(--font-size--3xl);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  max-width: none;
  margin-bottom: 1rem;
  padding-bottom: 0;
  font-weight: 600;
  line-height: 116%;
  text-decoration: none;
}

.rich-text-block h5, .rich-text-block h6 {
  font-family: var(--font-families--text);
  font-size: var(--font-size--base);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 1rem;
  margin-bottom: .75rem;
  font-weight: 500;
}

.rich-text-block figcaption {
  color: #898989;
  text-align: left;
  font-size: 16px;
}

.rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 64px;
}

.rich-text-block ul {
  margin-bottom: 40px;
  font-size: 18px;
}

.rich-text-block li {
  font-family: var(--font-family--primary\<deleted\|variable-759575eb-87b8-eb5a-6829-e0bd6a9199d0\>);
  font-size: var(--font-size--base);
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--colors--black);
  color: var(--bright-blue);
  font-size: var(--font-size--base);
  background-color: #0000;
  width: 100%;
  min-height: 4.5rem;
  margin-bottom: 0;
  padding: 1.5rem 0;
  line-height: 150%;
  display: block;
}

.text-field:active {
  border-bottom-color: var(--bright-blue);
  color: var(--bright-blue);
  line-height: 150%;
}

.text-field:focus {
  border-bottom-color: var(--colors--black);
  color: var(--bright-blue);
  line-height: 150%;
}

.text-field::placeholder {
  color: var(--grey);
  font-size: var(--font-size--base);
  line-height: 150%;
}

.submit-button {
  color: var(--colors--neutral-800\<deleted\|variable-9da12732-2d92-aa13-6eea-9912d45b9173\>);
  background-color: #0000;
  border: 0 solid #000;
  width: 100%;
  height: 100%;
  padding: 0 0 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.submit-button:hover {
  opacity: .6;
  border-bottom-width: 0;
  border-bottom-color: #898989;
}

.utility-page-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 800px;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 36ch;
  display: flex;
}

.utility-form-text {
  margin-bottom: 64px;
}

.styleguide-heading-wrapper {
  margin-bottom: 0;
}

.swatch {
  background-color: #f7f7f7;
  width: 100%;
  height: 70px;
}

.swatch.neutral-100 {
  background-color: var(--background-beige\<deleted\|variable-1bde3231-ae05-548a-213c-641faa71533b\>);
}

.swatch.neutral-200 {
  background-color: var(--colors--neutral-200);
}

.swatch.neutral-300 {
  background-color: var(--colors--neutral-300);
}

.swatch.neutral-400 {
  background-color: var(--colors--neutral-400);
}

.swatch.neutral-500 {
  background-color: var(--colors--neutral-500);
}

.swatch.brand-primary {
  background-color: var(--blue\<deleted\|variable-c4ad05d5-f1d8-91df-6ad6-0a179c33b4cd\>);
}

.swatch.brand-primary-light {
  background-color: var(--colors--brand-primary-light);
}

.swatch.brand-primary-dark {
  background-color: var(--green\<deleted\|variable-0c087590-c945-19f1-25c0-c98424e9bb52\>);
}

.swatch.brand-primary-lightest {
  background-color: var(--colors--brand-primary-lightest);
}

.swatch.brand-secondary {
  background-color: var(--colors--brand-secondary);
}

.swatch.brand-secondary-dark {
  background-color: var(--colors--brand-secondary-dark);
}

.swatch.brand-tertirary {
  background-color: var(--colors--brand-tertiary);
}

.styleguide-heading {
  font-size: var(--font-size--3xl);
  letter-spacing: -.02em;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 0;
  line-height: 100%;
}

.main-grid {
  z-index: auto;
  grid-column-gap: 1.5rem;
  grid-row-gap: 5rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch space-between;
  place-items: start stretch;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.main-grid.footer-bottom-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 6.5rem;
  margin-bottom: 4rem;
}

.main-grid.service-item-grid {
  z-index: -50;
}

.main-grid.row-gap-large {
  grid-row-gap: 7rem;
}

.main-grid.approach-grid {
  grid-row-gap: 10rem;
}

.main-grid.approach-grid.v2 {
  grid-column-gap: 2.5rem;
}

.main-grid.hero-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 3.5rem;
  align-content: end;
}

.main-grid.hero-bottom-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0rem;
  align-content: end;
}

.main-grid.interests {
  grid-row-gap: 1.5rem;
}

.main-grid.hero-pic {
  flex: 0 auto;
  place-content: start stretch;
  position: static;
}

.main-grid.services-grid {
  grid-row-gap: 7vw;
  grid-template-rows: auto auto;
}

.main-grid.about-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.main-grid.footer-bottom {
  grid-row-gap: 5rem;
}

.main-grid.project-page {
  grid-column-gap: 3rem;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr);
}

.typography-container {
  margin-bottom: 48px;
}

.form {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
}

.main-wrapper, .page-wrapper {
  position: relative;
}

.subtle-link {
  color: var(--colors--neutral-400);
  cursor: pointer;
  transition: all .2s;
}

.subtle-link:hover {
  color: var(--colors--neutral-700\<deleted\|variable-3c09858d-8bff-07fc-229b-ab270ff4df59\>);
}

.utility-page-heading {
  font-size: var(--font-size--xl);
  letter-spacing: -.02em;
  text-indent: 0;
  border-radius: 11px;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 110%;
}

.nav-link-text {
  line-height: 120%;
}

.nav-link-text.nav-link-hover-text {
  position: absolute;
  bottom: -105%;
}

.nav-link-text.v2 {
  text-shadow: None;
  display: block;
}

.image-wrap {
  aspect-ratio: 3 / 2;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrap.service-image-wrap {
  aspect-ratio: 16 / 9;
}

.image-wrap.small-image-wrap {
  width: 75%;
}

.image-wrap.marquee-image-wrap {
  aspect-ratio: 3 / 2;
  min-width: 35vw;
  height: auto;
  margin-right: 6vw;
  display: flex;
  overflow: clip;
}

.image-wrap.marquee-image-wrap.vertical-image {
  aspect-ratio: 2 / 3;
  min-width: 23vw;
}

.image-wrap.hero {
  width: 40%;
  position: static;
  inset: 30% auto 40%;
}

.image-wrap.hero.mobile {
  display: none;
}

.image-wrap.grid-image-wrap {
  box-sizing: border-box;
  aspect-ratio: 1;
  perspective-origin: 0 0;
  object-fit: fill;
}

.image-wrap.about-hero-image-wrap {
  margin-bottom: -4.6vw;
  margin-left: calc((100% - (11 * var(--row-gap--default))) / 12 * 2 + var(--row-gap--default) * 2);
  width: calc((100% - (11 * var(--row-gap--default))) / 12 * 4 + var(--row-gap--default) * 3);
  -webkit-clip-path: none;
  clip-path: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  overflow: clip;
}

.hero-bottom {
  width: 100%;
  margin-top: 3.5rem;
  position: relative;
  bottom: 0;
}

.hero-bottom.v2 {
  margin-top: 0;
  padding-bottom: 3.2vw;
}

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

.parallax-image._110 {
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
  height: 120%;
  margin-left: auto;
  inset: auto 0% 0%;
}

.parallax-image.left-align {
  object-position: 20% 50%;
  height: 120%;
}

.parallax-image.off-center {
  object-position: 80% 50%;
}

.parallax-image.profile {
  height: 100%;
  inset: auto auto 0%;
}

.navbar {
  background-color: #0000;
  align-items: flex-start;
  width: 100%;
  display: block;
  position: static;
  top: 0;
}

.navbar.v3 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.75rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: auto;
}

.navbar.v2 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
  top: auto;
}

.nav-link-wrap {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  padding: .5rem 0;
  line-height: 1;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-wrap:hover {
  opacity: 1;
}

.nav-link-wrap.w--current {
  color: var(--colors--white\<deleted\|variable-3c18d048-4b98-bb4a-7b24-3255300d17d3\>);
}

.nav-link-wrap.white-navlink-wrap {
  grid-column-gap: .5rem;
}

.nav-link-wrap.white-navlink-wrap.w--current {
  color: var(--colors--neutral-400);
  border-bottom-style: none;
}

.nav-link-wrap.v2 {
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  display: block;
}

.nav-link-wrap.v2.w--current {
  color: var(--grey);
}

.nav-link-wrap.v2.contact {
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  max-width: 100px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.nav-link-wrap.v2.cta, .nav-link-wrap.v2.contact-large-screen {
  display: none;
}

.label {
  font-family: var(--font-families--text);
  color: var(--grey);
  font-size: var(--font-size--xs);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: .5vw;
  font-weight: 600;
  line-height: 100%;
}

.text-wrap {
  grid-column-gap: .5rem;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.text-wrap.approach-text-wrap {
  margin-bottom: 1.5rem;
}

.text-wrap.circle-text-second-line, .text-wrap.second-line-wrap {
  margin-top: -1vw;
}

.projects-list {
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.hero-top {
  color: inherit;
  width: 100%;
  margin-bottom: 14vw;
  padding-top: 0;
}

.line-wrap {
  margin-bottom: -.75vw;
  padding-top: 0;
  padding-bottom: .75vw;
  overflow: hidden;
}

.footer {
  z-index: 1;
  background-color: var(--colors--black);
  color: var(--colors--off-white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 0;
  margin-top: -1px;
  margin-bottom: 0;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
  position: relative;
}

.footer-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1px none var(--colors--off-white);
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

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

.display-xl {
  font-family: var(--font-families--display);
  font-size: var(--fluid-font-size--7xl);
  letter-spacing: -.03em;
  text-transform: none;
  vertical-align: baseline;
  font-weight: 600;
  line-height: 100%;
  display: inline-flex;
}

.info-page-paragraph {
  max-width: 40ch;
}

.nav-menu {
  grid-column-gap: 2.5rem;
  color: inherit;
  background-color: #0000;
  flex-flow: row;
  align-items: center;
  transition-property: none;
  display: flex;
  position: relative;
}

.nav-menu.v2 {
  grid-column-gap: 10rem;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: -.5rem;
}

.nav-menu.v3 {
  grid-column-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.button {
  grid-column-gap: 4rem;
  -webkit-text-stroke-color: white;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
  line-height: 120%;
  display: inline-block;
  position: relative;
  overflow: clip;
}

.button:where(.w-variant-1012ff95-d394-a3cf-9167-3fb05639ad5b) {
  color: var(--colors--neutral-500);
}

.button.submit-button-wrap {
  grid-column-gap: 5rem;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.button.hero-button {
  z-index: 1;
  grid-column-gap: .75rem;
  border-radius: var(--border-radius--default);
  background-color: var(--colors--brand-primary-lightest);
  flex-flow: row;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
  overflow: hidden;
}

.button.navbar-button {
  grid-column-gap: 1rem;
  font-family: var(--font-families--text);
  flex-flow: row;
  align-items: center;
  padding-top: .3rem;
  padding-bottom: .5rem;
  display: none;
}

.button-arrow {
  text-shadow: -1em 0;
  font-weight: 400;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  padding-top: 2vw;
  padding-bottom: 3.5vw;
  display: inline-block;
}

.nav-container.grid {
  grid-column-gap: var(--row-gap--default);
  grid-row-gap: var(--row-gap--default);
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: center stretch;
  width: auto;
  height: auto;
  padding-top: 3.5em;
  padding-bottom: 0;
  display: grid;
}

.nav-container.v3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  align-items: stretch;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.nav-number {
  font-family: var(--font-families--display);
  color: var(--colors--neutral-400);
  font-size: var(--font-size--2xs);
  letter-spacing: 0;
  margin-top: .3vw;
  font-weight: 700;
  line-height: 100%;
}

.menu-button {
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}

.menu-line {
  background-color: var(--colors--white\<deleted\|variable-3c18d048-4b98-bb4a-7b24-3255300d17d3\>);
  width: 2.5rem;
  height: 1px;
}

.button-text.button-text-hover {
  position: absolute;
  bottom: -105%;
}

.image-revealer {
  z-index: 9999;
  background-color: var(--colors--off-white);
  width: 110%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.footer-bottom {
  width: 100%;
  margin-top: 0;
  position: relative;
  bottom: 0;
}

.footer-top {
  width: 100%;
}

.display-medium {
  font-family: var(--font-families--display);
  font-size: var(--fluid-font-size--4xl);
  text-wrap: wrap;
  max-width: 23ch;
  line-height: 110%;
}

.display-medium.font-weight-light {
  font-family: var(--font-families--display);
}

.flex-vertical {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.flex-vertical.row-gap-3 {
  grid-row-gap: 3rem;
}

.flex-vertical.row-gap-7 {
  grid-row-gap: 7rem;
}

.flex-vertical.row-gap-7.values {
  width: 100%;
}

.footer-paragraph {
  max-width: 28ch;
  line-height: 130%;
}

.footer-link-wrap {
  border-bottom: 1px none var(--colors--off-white);
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-text-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer-secondary-links-wrap {
  grid-row-gap: .25rem;
  font-size: clamp(var(--font-size--small), var(--fluid-font-size--small), var(--fluid-font-size--small));
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.large-link-wrap {
  grid-row-gap: 1rem;
  font-family: var(--font-families--display);
  font-size: var(--fluid-font-size--5xl);
  cursor: pointer;
  flex-flow: column;
  margin-top: 0;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-link-wrap.font-weight-light {
  margin-top: 0;
  font-weight: 300;
}

.large-link-underline {
  background-color: var(--colors--brand-secondary);
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
  left: -100%;
}

.text-link {
  font-size: var(--fluid-font-size--large);
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.text-link:hover {
  opacity: .6;
}

.nav-link-underline {
  background-color: inherit;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.footer-primary-link-wrap {
  grid-column-gap: .75rem;
  color: var(--colors--off-white);
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  line-height: 1;
  transition-property: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer-primary-link-wrap:hover {
  opacity: 1;
}

.footer-primary-link-wrap.w--current {
  color: var(--medium-grey);
}

.link-text {
  text-shadow: 0 1.3em;
  line-height: 130%;
}

.text-subdued {
  color: var(--grey);
}

.newsletter-form {
  width: 100%;
  position: relative;
}

.form-block {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.inline-submit-button-trigger {
  cursor: pointer;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-right: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.success-message {
  border-radius: var(--border-radius--default);
  background-color: var(--colors--neutral-50\<deleted\|variable-2d7c4b6a-9187-7134-f29c-831326a4f89b\>);
  color: var(--colors--neutral-800\<deleted\|variable-9da12732-2d92-aa13-6eea-9912d45b9173\>);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.error-message {
  position: relative;
}

.team-member-card {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.value-list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 2vw;
  display: flex;
}

.color-grid {
  grid-column-gap: var(--row-gap--default);
  grid-row-gap: var(--row-gap--default);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.button-content {
  grid-column-gap: 4rem;
  align-items: center;
  display: flex;
}

.arrow-wrap {
  overflow: clip;
}

.button-line {
  background-color: var(--colors--off-white);
  width: 100%;
  height: 1.5px;
  margin-bottom: .75rem;
}

.button-line:where(.w-variant-1012ff95-d394-a3cf-9167-3fb05639ad5b) {
  background-color: var(--colors--neutral-500);
}

.link-text-wrap {
  position: relative;
  overflow: hidden;
}

.button-hover-line {
  background-color: var(--colors--off-white);
  width: 100%;
  height: 1.5px;
  position: absolute;
  top: 0;
  left: -110%;
}

.button-hover-line:where(.w-variant-1012ff95-d394-a3cf-9167-3fb05639ad5b) {
  background-color: var(--colors--neutral-500);
}

.display-large {
  font-family: Inter Tight, sans-serif;
  font-size: var(--fluid-font-size--6xl);
  letter-spacing: 0;
  text-transform: none;
  text-indent: calc((100% - (11 * var(--row-gap--default))) / 12 * 2 + var(--row-gap--default) * 2);
  font-weight: 600;
  line-height: 110%;
}

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

.display-large.font-weight-light {
  text-indent: 0;
  font-family: PP Editorial New, Palatino Linotype, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.display-large.font-weight-light.font-color-brand-tertiary {
  color: var(--colors--brand-tertiary);
}

.display-large.font-weight-light.line-height-125 {
  line-height: 125%;
}

.display-large.center-align {
  text-align: center;
  text-indent: 0;
}

.numbers-wrapper {
  justify-content: space-around;
  margin-top: 5rem;
  display: flex;
}

.number {
  font-family: var(--font-families--display);
  color: var(--blue\<deleted\|variable-c4ad05d5-f1d8-91df-6ad6-0a179c33b4cd\>);
  font-size: var(--fluid-font-size--8xl);
  font-weight: 300;
  line-height: 100%;
}

.number-wrapper {
  grid-row-gap: 1.5rem;
  color: var(--colors--neutral-400);
  flex-flow: column;
  align-items: center;
  display: flex;
}

.form-block-2 {
  width: 100%;
}

.input-wrapper {
  position: relative;
}

.submit-button-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 3rem;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.large-link-line {
  background-color: var(--colors--brand-secondary);
  opacity: .1;
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: 0;
}

.footer-logo {
  object-fit: cover;
  width: auto;
  display: block;
  position: relative;
}

.small-number {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: .5vw;
  line-height: 100%;
}

.small-number.text-neutral-300 {
  color: var(--colors--neutral-300);
}

.small-number.text-color-tertiary {
  color: var(--colors--brand-tertiary);
}

.hero-name-wrapper {
  width: 100%;
  margin-top: 10rem;
  margin-bottom: 5rem;
  display: flex;
  overflow: hidden;
}

.hero-name-wrapper.v2 {
  z-index: 999;
  flex-flow: column;
  align-self: auto;
  align-items: center;
  height: auto;
  min-height: 0%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-name-wrapper.v2.bottom {
  -webkit-text-stroke-color: var(--future-dusk);
  margin-top: -4.5vw;
}

.hero-name-wrapper.v2.top {
  margin-bottom: -4.5vw;
}

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

.marquee-logo-wrap {
  aspect-ratio: 6 / 7;
  border-left: 1px solid var(--colors--neutral-200);
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: 6rem;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.client-logo-2 {
  width: auto;
  max-width: 14vw;
}

.logo-number {
  color: var(--colors--neutral-300);
  text-transform: uppercase;
  line-height: 80%;
  font-size: clamp(var(--font-size--2xs), var(--fluid-font-size--small), var(--fluid-font-size--small));
  border-radius: 19px;
  position: absolute;
  top: 0;
  left: 2rem;
}

.display-xxl {
  font-family: var(--font-families--display);
  font-size: var(--fluid-font-size--8xl);
  text-transform: none;
  white-space: pre;
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
}

.display-xxl.font-color-brand-primary {
  color: var(--blue\<deleted\|variable-c4ad05d5-f1d8-91df-6ad6-0a179c33b4cd\>);
}

.display-xxl.font-color-brand-primary.line-height-125 {
  line-height: 125%;
}

.display-xxl.font-weight-light {
  font-size: var(--fluid-font-size--8xl);
  text-transform: none;
  margin-top: -1.75px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.display-xxl.cta {
  font-weight: 300;
}

.display-xxl.cta.bottom {
  font-weight: 600;
}

.service-item {
  grid-row-gap: 2vw;
  border: 1px #000;
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.service-item.first-item {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.service-title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.service-image-revealer {
  background-color: var(--colors--off-white);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.serviece-image-outer-wrap {
  z-index: -1;
  flex-flow: column;
  width: 30%;
  display: block;
  position: absolute;
  left: auto;
  right: 2.5vw;
  overflow: hidden;
}

.spacer {
  height: 4vw;
  display: block;
}

.service-item-content-wrapper {
  margin-bottom: .75rem;
  padding-top: 2.5rem;
}

.service-image {
  z-index: -14;
  object-fit: cover;
  max-width: none;
  height: 100%;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.list {
  flex-flow: column;
  display: flex;
}

.list-item {
  border-bottom: 1px solid var(--colors--neutral-200);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.list-item.services-list-item {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--medium-grey) black var(--colors--black);
  justify-content: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.list-item.v2 {
  border-top: 1px #000;
  border-bottom-style: none;
  padding-top: .5rem;
  padding-bottom: 1rem;
}

.marquee-images {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.marquee-content {
  align-items: flex-end;
  display: flex;
}

.text-reveal-wrapper {
  grid-row-gap: .75vw;
  font-family: var(--font-families--display);
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-weight: 300;
  display: flex;
  position: relative;
}

.text-reveal-line {
  color: var(--blue\<deleted\|variable-c4ad05d5-f1d8-91df-6ad6-0a179c33b4cd\>);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-reveal-background-wrapper {
  text-align: center;
  position: relative;
}

.text-huge {
  text-transform: none;
  white-space: nowrap;
  font-size: 18vw;
  font-weight: 500;
  line-height: 88%;
}

.text-huge.text-lighter {
  color: #d1dfed;
}

.text-huge.cta {
  font-family: var(--font-families--display);
  letter-spacing: -.02em;
  font-size: 12vw;
  font-weight: 500;
}

.text-reveal-foreground-wrapper {
  text-align: center;
  font-weight: 600;
  position: absolute;
  inset: auto auto auto 0;
  overflow: hidden;
}

.approach-item {
  grid-row-gap: 8vw;
  border-left: 1px solid var(--colors--brand-secondary-dark);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 33ch;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 0;
  display: flex;
  position: relative;
}

.approach-item.v2 {
  border-left-style: none;
  padding-left: 0;
}

.approach-item.outlined {
  border: 1px solid var(--colors--black);
  border-radius: var(--border-radius--default);
  justify-content: flex-start;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
}

.approach-item.filled {
  background-color: var(--gold);
  border-left-style: none;
  border-radius: 16px;
  justify-content: flex-start;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
}

.approach-item.filled.tomato {
  background-color: var(--tomato);
  color: var(--colors--off-white);
}

.approach-item.filled.wine {
  background-color: var(--wine);
  color: var(--colors--off-white);
}

.approach-item.filled.future-dusk {
  background-color: var(--future-dusk);
  color: var(--colors--off-white);
}

.approach-item.filled.lilac {
  color: var(--colors--black);
  background-color: #d6c9fd;
}

.approach-item.filled.butter {
  background-color: var(--butter);
  color: var(--colors--black);
}

.approach-item.filled.mocha-mousse {
  background-color: var(--mocha);
  color: var(--colors--off-white);
}

.display-small {
  font-family: var(--font-families--display);
  font-size: var(--fluid-font-size--3xl);
  letter-spacing: 0;
  -webkit-text-stroke-width: .5px;
  text-transform: none;
  text-wrap: wrap;
  width: 100%;
  max-width: 770px;
  font-style: normal;
  font-weight: 500;
  line-height: 129%;
}

.number-text-wrap {
  color: var(--grey);
  overflow: clip;
}

.circle-wrapper {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.circle {
  border: 1px solid #6131ff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto;
}

.circle.inner-circle {
  width: 60%;
  height: 60%;
  margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: auto;
}

.circle.inner-circle-overlay {
  border-width: 0;
  border-color: #0000;
  width: 60%;
  height: 60%;
  margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: auto;
}

.people-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -5% 0;
}

.people-wrapper.inner-circle {
  top: -8%;
  bottom: -8%;
}

.avatar {
  aspect-ratio: 1;
  box-shadow: 0 0 20px 16px var(--green\<deleted\|variable-0c087590-c945-19f1-25c0-c98424e9bb52\>);
  border-radius: 50%;
  width: 4.5vw;
}

.avatar.overlay-avatar {
  box-shadow: 0 0 20px 5px var(--green\<deleted\|variable-0c087590-c945-19f1-25c0-c98424e9bb52\>);
}

.circle-text-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200%;
  padding-bottom: 1vw;
  display: flex;
  position: absolute;
}

.circle-title {
  font-family: var(--font-families--display);
  font-size: var(--fluid-font-size--7xl);
  font-weight: 300;
  line-height: 125%;
  position: relative;
}

.circle-text-background {
  background-color: var(--green\<deleted\|variable-0c087590-c945-19f1-25c0-c98424e9bb52\>);
  filter: blur(20px);
  width: 90%;
  height: 90%;
  position: absolute;
  inset: auto;
}

.split-section-text-outer-wrapper {
  grid-column-gap: 7vw;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.wide-paragraph {
  max-width: 38ch;
}

.text-list-item {
  grid-row-gap: 2rem;
  color: inherit;
  border-top: 1px solid #e8e9ea;
  flex-flow: column;
  flex: 1;
  min-width: 40%;
  padding-top: 1.5rem;
  display: flex;
}

.text-list-item.split-section-item {
  grid-row-gap: 1rem;
  border-top-width: 0;
  min-width: 50%;
  padding-top: 0;
}

.text-items-wrap {
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.text-items-wrap.main-grid {
  grid-row-gap: 2rem;
}

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

.split-section-text-wrapper {
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: none;
  margin-top: -.5vw;
  display: flex;
}

.split-section-image-wrap {
  aspect-ratio: 2 / 3;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.display-xs {
  font-family: var(--font-families--display);
  font-size: var(--fluid-font-size--3xl);
  max-width: 23ch;
  line-height: 129%;
}

.slide-nav {
  display: none;
}

.left-arrow {
  border: 1px solid var(--colors--brand-primary-light);
  border-radius: 50vw;
  width: 56px;
  height: 56px;
  transition: all .2s;
  display: block;
  inset: -7.5rem 72px auto auto;
}

.left-arrow:hover {
  border-color: var(--colors--brand-tertiary);
}

.slider-nav-icon {
  margin-left: 18px;
  font-size: 18px;
}

.image-slider-wrapper {
  margin-top: 2rem;
  position: relative;
}

.image-slider {
  cursor: grab;
  background-color: #0000;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.right-arrow {
  border: 1px solid var(--colors--brand-primary-light);
  border-radius: 50vw;
  width: 56px;
  height: 56px;
  transition: all .2s;
  display: block;
  inset: -7.5rem 0% auto auto;
}

.right-arrow:hover {
  border-color: var(--colors--brand-tertiary);
}

.slide {
  width: 100%;
  height: 100%;
  margin-right: 2.5rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.image-slider-mask {
  width: 80%;
  max-width: 60%;
  overflow: visible;
}

.team-member-info {
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.title {
  color: var(--colors--brand-primary-lightest);
}

.accordion-icon {
  color: #d5dbe0;
  width: auto;
  margin-top: 0;
  display: flex;
}

.accordion-paragraph {
  color: var(--colors--neutral-400);
  max-width: 40ch;
  margin-top: 3rem;
}

.accordion-item-body {
  margin-top: 0;
  overflow: hidden;
}

.accordion {
  border-top: 1px solid #d5dbe0;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.accordion-item {
  cursor: pointer;
  border-bottom: 1px solid #d5dbe0;
  flex-flow: column;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.accordion-item-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.regular-submit-button {
  border-radius: var(--border-radius--default);
  background-color: var(--bright-blue);
  color: var(--colors--off-white);
  border: 0 solid #000;
  width: 100%;
  height: 100%;
  padding: .5rem 0;
  transition: all .2s;
}

.regular-submit-button:hover {
  opacity: .6;
  border-bottom-width: 0;
  border-bottom-color: #898989;
}

.heading-2 {
  font-family: var(--font-families--display);
  font-size: var(--fluid-font-size--2xl);
  font-weight: 400;
}

.nav-copyright {
  font-size: .75rem;
}

.hero-middle {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: -2rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 30% 0% 0%;
}

.marquee-wrapper {
  align-self: center;
  position: relative;
}

.hero-name-box {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.marquee-text {
  font-family: var(--font-families--display);
  letter-spacing: -.01em;
  margin-left: 2vw;
  margin-right: 2vw;
  font-size: 20vw;
  line-height: 90%;
}

.button-text-outer-wrap {
  letter-spacing: 0;
  flex: 1;
  position: relative;
}

.home-hero-subtitle {
  font-size: var(--fluid-font-size--2xl);
  max-width: none;
  margin-bottom: -.4vw;
  line-height: 120%;
}

.brand {
  z-index: 2;
  font-size: var(--xxs\<deleted\|variable-25ab1fe5-6723-52c8-b9dc-e9b0b1ede433\>);
  flex-flow: column;
  justify-content: flex-start;
  line-height: 120%;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-block {
  white-space: nowrap;
  line-height: 140%;
}

.navbar-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.navbar-text-container {
  z-index: 999;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  font-family: var(--font-families--display);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav-link-block {
  font-family: var(--font-families--text);
  text-transform: uppercase;
  padding-right: 1.75rem;
  position: relative;
}

.button-bottom-line {
  background-color: var(--colors--black);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: .25rem;
}

.button-bottom-line.footer-cta {
  background-color: var(--colors--off-white);
}

.button-hover-line-v2 {
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: .25rem;
}

.arrow-right-container {
  align-self: center;
  width: auto;
  margin-top: -.125rem;
  position: relative;
  overflow: hidden;
}

.arrow-right-container.footer-cta {
  display: flex;
}

.image {
  width: 1.5rem;
  height: 1.5rem;
  position: static;
  bottom: 0;
}

.hero-text {
  max-width: 25ch;
}

.title-wrap {
  align-items: center;
  height: auto;
  display: flex;
}

.title-text {
  color: var(--colors--black);
  font-family: Inter, sans-serif;
  font-size: var(--fluid-font-size--9xl);
  letter-spacing: 0;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--future-dusk);
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  font-style: normal;
  font-weight: 600;
  line-height: 105%;
  text-decoration: none;
}

.hero-image-wrap {
  height: 80%;
  overflow: hidden;
}

.hero-image-wrap.v2 {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-cta_img {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-cta_span2 {
  width: 1.5em;
  height: .7em;
  margin-left: 0;
  margin-right: .2em;
  display: inline-block;
  position: relative;
}

.home-cta_span2.span-wrapper {
  width: 1.5em;
  margin-left: .2em;
}

.span-element.is-3 {
  border-radius: 20%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hide-this {
  display: none;
  position: relative;
}

.service-item-v2 {
  grid-row-gap: 8vw;
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 33ch;
  margin-right: 0;
  padding: 1.5rem 2rem 0 0;
  display: flex;
  position: relative;
}

.service-item-v2.top-line {
  border-top: 1px solid #000;
  padding-top: 1.5rem;
  padding-right: 0;
}

.about-section-text-wrapper {
  grid-row-gap: 8rem;
  flex-flow: column;
  max-width: 100%;
  margin-top: -.5vw;
  display: flex;
}

.image-3 {
  box-sizing: border-box;
  backface-visibility: visible;
  perspective-origin: 50%;
  transform-origin: 50% 0;
  object-fit: fill;
  min-height: 0%;
}

.circle-container {
  background-color: #fff0;
  border-style: none;
  border-width: 1px;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 100vw;
  height: 200px;
  max-height: 100vw;
  display: flex;
  position: absolute;
  inset: auto 0% -4vw auto;
}

.circle-container.mobile {
  display: none;
}

.circle-container.hero2 {
  width: 10vw;
  height: 10vw;
  margin-bottom: -3vw;
  margin-right: -6vw;
  bottom: 3rem;
  right: 0;
}

.circle-text {
  z-index: 10;
  font-size: var(--fluid-font-size--base);
  text-align: center;
  text-transform: uppercase;
  white-space: pre;
  overflow-wrap: normal;
  margin-right: 5px;
  position: relative;
  overflow: visible;
}

.circle-2 {
  z-index: 1;
  border: 0px none var(--colors--transparent);
  background-color: var(--butter);
  color: var(--peach);
  border-radius: 10000px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  display: flex;
  position: absolute;
}

.hero-name-wrap {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.roles-wrapper {
  text-transform: none;
}

.service-list-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.5rem;
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--colors--black) black black;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5rem;
  display: grid;
}

.service-list-item.first-item {
  border-top-style: none;
}

.colored-card {
  grid-row-gap: 8vw;
  border-left: 1px none var(--colors--brand-secondary-dark);
  background-color: var(--colors--brand-secondary-dark);
  color: var(--colors--off-white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 33ch;
  margin-right: 0;
  padding: 3.5rem;
  display: flex;
  position: relative;
}

.circletext {
  z-index: 2;
  color: var(--colors--black);
  font-size: var(--font-size--xs);
  text-transform: none;
  mix-blend-mode: normal;
  position: relative;
}

.section-heading-container {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.lines-wrap {
  grid-column-gap: .5rem;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.lines-wrap.section-heading {
  margin-bottom: 1.5rem;
}

.statement-wrap {
  margin-bottom: 7rem;
  position: relative;
}

.inset-eyebrow {
  color: var(--grey);
  margin-top: .5vw;
  line-height: 150%;
  display: inline-block;
  position: absolute;
  left: 0%;
}

.inset-eyebrow.cta {
  color: var(--medium-grey);
  position: static;
}

.hero-image {
  mix-blend-mode: multiply;
  width: 100%;
  position: static;
}

.project-wrap {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--colors--black);
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.project-arrow-wrap {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-thumbnail-and-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 3rem 10rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  display: flex;
}

.project-thumbnail-wrap {
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius--default);
  width: 10rem;
  min-width: 0;
  max-width: 10rem;
  height: 7vw;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-thumbnail {
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-number {
  color: var(--grey);
  align-self: flex-start;
  margin-top: 1.5vw;
  margin-right: .5rem;
}

.project-summary {
  color: var(--grey);
  text-transform: none;
  text-wrap: WRAP;
  border-top: 1px #000;
  align-items: flex-end;
  max-width: 23ch;
  height: auto;
  margin-top: 0;
  margin-bottom: .25rem;
  margin-left: auto;
  display: block;
}

.company {
  align-self: flex-end;
  margin-bottom: 1.2vw;
  display: none;
}

.arrow-right {
  width: 100%;
  position: static;
}

.arrow-right.arrow-right-hover {
  aspect-ratio: auto;
  position: absolute;
  left: -110%;
}

.project-title {
  font-size: var(--fluid-font-size--4xl);
  text-transform: none;
  white-space: normal;
  text-wrap: balance;
  max-width: 23ch;
  font-weight: 500;
  line-height: 120%;
  overflow: clip;
}

.hero-heading-wrap, .heading-wrap {
  position: relative;
}

.about-heading {
  font-size: var(--fluid-font-size--7xl);
  letter-spacing: -.01em;
  text-indent: calc((100% - (11 * var(--row-gap--default))) / 12 * 6 + var(--row-gap--default) * 6);
  font-weight: 600;
  line-height: 110%;
}

.approach-title {
  margin-bottom: .25vw;
}

.approach-title.display-small {
  text-wrap: balance;
  font-weight: 500;
}

.value-text-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: calc(((100% - 8 * var(--row-gap--default)) / 9 * 5)  + var(--row-gap--default) * 4);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.value-text-wrap.v2 {
  width: 100%;
}

.primary-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.hero-section-heading-wrap {
  flex-flow: column;
  align-items: flex-start;
  margin-top: -.5rem;
  display: flex;
}

.heading-line-wrap {
  overflow: hidden;
}

.home-hero-subheading {
  color: var(--grey);
  font-size: var(--fluid-font-size--2xl);
  text-wrap: wrap;
  max-width: 23ch;
  line-height: 120%;
}

.scroll-down-arrow {
  margin-bottom: .75vw;
  position: relative;
  overflow: hidden;
}

.home-hero-heading-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 1.1vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-heading {
  backface-visibility: visible;
  letter-spacing: -.5vw;
  max-width: 14ch;
  font-family: Inter Tight, sans-serif;
  font-size: 16vw;
  font-weight: 600;
  line-height: 84%;
  transform: none;
}

.home-heading.space {
  color: var(--colors--transparent);
}

.hero-text-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: start;
}

.image-9 {
  width: 4vw;
  height: 4vw;
  position: static;
}

.hero-image-circle-wrap {
  position: relative;
}

.brand-text {
  font-family: Oswald, sans-serif;
  font-size: var(--fluid-font-size--3xl);
  font-weight: 700;
  line-height: 100%;
}

.name-wrap {
  display: flex;
}

.image-10, .image-11 {
  width: 100%;
  height: 100%;
}

.image-12 {
  width: auto;
  height: 100%;
}

.col-d-10 {
  flex: 0 83.3333%;
  max-width: 83.333%;
  padding-left: .75rem;
  padding-right: .75rem;
}

.project-title-and-summary {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: clip;
}

.track {
  height: auto;
  padding-bottom: 0;
}

.camera {
  width: 100vw;
  height: auto;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  display: flex;
}

.item {
  flex: none;
  align-items: center;
  width: 100vw;
  height: auto;
  padding: 0 0;
  display: flex;
}

.item.left {
  justify-content: flex-start;
}

.item.right {
  -webkit-text-stroke-color: var(--colors--transparent);
  justify-content: flex-end;
}

.cta-link-text {
  line-height: 120%;
}

.cta-link-text.nav-link-hover-text {
  position: absolute;
  bottom: -105%;
}

.cta-link-text-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.cta-link-wrap {
  border: 1px solid var(--colors--off-white);
  background-color: var(--colors--transparent);
  font-size: var(--fluid-font-size--2xl);
  vertical-align: baseline;
  border-radius: 50%;
  padding: 1rem 3rem;
}

.cta-link-wrap:hover {
  border-color: var(--pea);
  background-color: var(--colors--black);
  color: var(--colors--off-white);
}

.cta-button-wrap {
  align-self: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-block-7 {
  color: var(--medium-grey);
}

.service-title {
  font-family: var(--font-families--display);
  font-size: var(--fluid-font-size--2xl);
  letter-spacing: 0;
  -webkit-text-stroke-width: .5px;
  text-transform: none;
  text-wrap: wrap;
  width: auto;
  max-width: 770px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
}

.service-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.circle-text-wrap {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  display: flex;
  position: absolute;
  bottom: 3rem;
  right: -3vw;
}

.image-16 {
  z-index: 10;
  align-self: center;
  width: 1.5vw;
  height: auto;
  position: relative;
  inset: 0%;
}

.circle-text {
  z-index: 9;
  width: 100%;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.value-header {
  font-family: var(--font-families--display);
  font-size: var(--fluid-font-size--4xl);
  text-wrap: balance;
  max-width: 23ch;
  line-height: 110%;
}

.values-description {
  color: var(--grey);
  text-wrap: wrap;
}

.heading-6 {
  font-size: var(--fluid-font-size--6xl);
  font-weight: 500;
}

.services-description {
  color: var(--grey);
  align-self: flex-start;
  margin-right: auto;
}

.services-title-and-description-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.cta-link-block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  width: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.cta-link-wrapper {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.cta-link-texxt {
  line-height: 120%;
  font-size: clamp(var(--font-size--xl), var(--fluid-font-size--3xl), var(--fluid-font-size--3xl));
}

.cta-link-texxt.nav-link-hover-text {
  position: absolute;
  bottom: -105%;
}

.image-17 {
  width: 2rem;
  position: static;
}

.linkedinlink {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 3rem;
  display: flex;
}

.linkedinlink.about-page {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-8 {
  align-self: center;
}

.text-block-9 {
  font-family: var(--font-families--display);
  letter-spacing: -.5vw;
  font-size: 15.5vw;
  font-weight: 600;
  line-height: 84%;
}

.div-block-6 {
  align-self: stretch;
}

.cta-arrow-header {
  width: 1.2rem;
  height: 1.2rem;
  position: static;
  bottom: 0;
}

.cta-arrow-header.hover {
  position: absolute;
  left: -110%;
}

.approach-paragraph {
  color: var(--grey);
}

.image-18 {
  width: auto;
  height: 100%;
}

.footer-line {
  z-index: -4;
  border: 1px none var(--cyan);
  background-color: var(--medium-grey);
  width: 100%;
  height: 1px;
  position: relative;
}

.project-item {
  grid-row-gap: 1.5rem;
  border-left: 1px none var(--colors--transparent);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.about-summary {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.nav-link-wrap-2 {
  grid-column-gap: .75rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  padding: .5rem 0;
  line-height: 1;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-wrap-2:hover {
  opacity: 1;
}

.nav-link-wrap-2.w--current {
  color: #fff;
}

.nav-link-wrap-2.v2 {
  justify-content: space-around;
  align-items: stretch;
  display: block;
}

.nav-link-wrap-2.v2.w--current {
  color: #000;
}

.nav-link-wrap-2.v2.contact {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav-container-2 {
  justify-content: space-between;
  align-items: center;
  padding-top: 2vw;
  padding-bottom: 3.5vw;
  display: inline-block;
}

.nav-container-2.v3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  align-items: stretch;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.button-bottom-line-2 {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: .25rem;
}

.primary-menu-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  grid-column-gap: 2.5rem;
  color: inherit;
  background-color: #0000;
  flex-flow: row;
  align-items: center;
  transition-property: none;
  display: flex;
  position: relative;
}

.nav-menu-2.v3 {
  grid-column-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  position: static;
}

.brand-2 {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  font-size: .75rem;
  line-height: 120%;
  display: block;
  position: relative;
  overflow: hidden;
}

.navbar-2 {
  background-color: #0000;
  align-items: flex-start;
  width: 100%;
  display: block;
  position: static;
  top: 0;
}

.navbar-2.v2 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
  top: auto;
}

.container-2 {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: static;
}

.menu-line-2 {
  background-color: #fff;
  width: 2.5rem;
  height: 1px;
}

.brand-text-2 {
  font-family: Oswald, sans-serif;
  font-size: 2.667vw;
  font-weight: 700;
  line-height: 100%;
}

.menu-button-2 {
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}

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

.hamburger {
  background-color: #0000;
}

.nav-menu-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  text-transform: capitalize;
  padding: 0;
}

.nav-link:hover {
  color: #0f0e0e;
}

.nav-link.w--current {
  color: #0f0e0e;
  font-weight: 500;
}

.container-3 {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link-wrap-3 {
  color: #858585;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  transition: color .3s;
  display: inline-flex;
}

.nav-link-wrap-3:hover {
  color: #0f0e0e;
}

.nav-link-wrap-3.w--current {
  color: #0f0e0e;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.primary-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0f0e0e;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  display: inline-flex;
}

.primary-button-wrap.hire-button {
  color: #fff;
  background-color: #0f0e0e;
  padding: 12px 20px;
}

.nav-link-arrow {
  font-weight: 900;
  display: none;
  transform: rotate(-45deg);
}

.button-icon-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-3 {
  z-index: 9999;
  background-color: #0000;
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
  inset: 0% 0% auto;
}

.site-logo {
  width: 100%;
  max-width: 65px;
}

.primary-button-icon {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
}

.button-text-wrap-2 {
  height: 23px;
  overflow: hidden;
}

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

.button-icon-wrapper {
  width: 18px;
  height: 18px;
  overflow: hidden;
  transform: rotate(-45deg);
}

.nav-logo-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.nav-dropdown-description {
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
}

.nav-menu-button {
  padding: 0;
}

.nav-sub-container {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.nav-wrapper {
  border-bottom: 1px none var(--colors--black);
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.nav-link-2 {
  color: #333;
  cursor: pointer;
  border-bottom-width: 2px;
  border-bottom-color: #0000;
  align-items: center;
  height: 100%;
  min-height: calc(1vw + 4rem);
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: calc(.35vw + .8rem);
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.nav-link-2:hover {
  color: #000;
}

.nav-link-2.w--current {
  border-bottom-color: #ffffff80;
}

.nav-link-2.nav-item-dropdown {
  padding-left: 0;
  padding-right: 24px;
}

.nav-link-2.cta-small-screen {
  display: none;
}

.nav-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: calc(1vw + 4rem + 1px);
  padding: 24px;
  display: flex;
  box-shadow: 0 0 15px #0000001a;
}

.nav-dropdown {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.nav-dropdown.right-side {
  justify-content: flex-end;
  align-items: flex-start;
}

.nav-bar {
  background-color: var(--colors--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: calc(1vw + 4rem);
  margin-bottom: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.container-4.navigation-container {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
}

.nav-links-conatiner {
  grid-column-gap: .5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.nav-arrow {
  color: #2c2c2c;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  font-size: 1.1rem;
  display: flex;
}

.nav-logo {
  z-index: 2;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: relative;
}

.nav-grid-dropdown-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nav-dropdown-card {
  color: #fff;
  background-color: #f1efed;
  border: 1px solid #0000;
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 240px;
  padding: 24px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.nav-dropdown-card:hover {
  background-color: #fff;
  border-color: #d3d3d3;
}

.nav-dropdown-title {
  color: #2c2c2c;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

.mir {
  color: var(--colors--black);
  font-family: Oswald, sans-serif;
  font-size: var(--fluid-font-size--3xl);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--colors--black);
  font-weight: 500;
  line-height: 100%;
}

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

.contact-link-container {
  grid-column-gap: .5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: var(--font-size--3xl);
    letter-spacing: -.02em;
    line-height: 100%;
  }

  h2 {
    font-size: var(--font-size--2xl);
    font-weight: 500;
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  h6 {
    font-size: var(--font-size--small);
  }

  .section {
    background-color: var(--colors--transparent);
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: static;
  }

  .section.home-hero-section {
    padding-top: var(--site-padding--tablet);
    padding-bottom: var(--site-padding--desktop);
    grid-row-gap: 2rem;
    height: auto;
    min-height: auto;
  }

  .section.home-hero-section.v2 {
    justify-content: space-between;
  }

  .section.home-hero-section.v3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    height: auto;
    min-height: auto;
    max-height: 100dvh;
    padding-top: 0;
    overflow: visible;
  }

  .section.styelguide-hero-section {
    height: auto;
    padding-top: 8rem;
  }

  .section.cta.accent {
    width: 100vw;
    overflow: clip;
  }

  .section.about-intro-section {
    padding-top: 0;
  }

  .section.contact-section {
    background-color: var(--colors--black);
    color: var(--colors--off-white);
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.project-page {
    padding-top: 0;
  }

  .container {
    padding-right: var(--site-padding--tablet);
    padding-left: var(--site-padding--tablet);
    max-width: none;
    height: auto;
    position: relative;
  }

  .container.hero-bottom-container {
    justify-content: space-between;
    padding-top: 0;
  }

  .container.hero-container {
    grid-row-gap: 5rem;
  }

  .text-large {
    font-size: var(--font-size--large);
    line-height: 110%;
  }

  .text-large.intro-subhead {
    font-family: var(--font-families--display);
    font-size: var(--font-size--2xl);
    font-weight: 500;
    line-height: 100%;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .utility-page-form {
    margin-bottom: 5rem;
  }

  .main-grid {
    z-index: 0;
    grid-column-gap: var(--row-gap--default);
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-self: auto;
  }

  .main-grid.footer-bottom-grid {
    grid-row-gap: 3rem;
    margin-bottom: 5rem;
  }

  .main-grid.service-item-grid {
    z-index: auto;
    grid-column-gap: var(--row-gap--default);
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    align-items: flex-start;
    display: grid;
  }

  .main-grid.row-gap-large {
    grid-row-gap: 3rem;
  }

  .main-grid.approach-grid {
    grid-row-gap: 3rem;
    place-content: start stretch;
  }

  .main-grid.center-align-mobile {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
  }

  .main-grid.featured-projects-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-self: auto;
  }

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

  .main-grid.about-grid {
    align-content: start;
  }

  .main-grid.intro-grid {
    grid-template-columns: 1fr 1fr;
    align-content: end;
  }

  .main-grid.footer-bottom {
    flex-flow: column;
    display: flex;
  }

  .main-grid.section-head {
    display: block;
  }

  .page-wrapper {
    width: 100%;
    overflow: visible;
  }

  .image-wrap.hero {
    width: 60%;
    position: static;
  }

  .image-wrap.about-hero-image-wrap {
    aspect-ratio: 1;
    width: 30%;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
  }

  .hero-bottom {
    margin-top: 8rem;
  }

  .parallax-image._110 {
    object-fit: fill;
  }

  .navbar {
    z-index: 9999;
    color: var(--colors--neutral-500);
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar.v2 {
    height: auto;
    margin-bottom: 3rem;
  }

  .nav-link-wrap {
    align-self: flex-start;
    padding: 1rem 0;
  }

  .nav-link-wrap.w--current {
    color: var(--colors--neutral-800\<deleted\|variable-9da12732-2d92-aa13-6eea-9912d45b9173\>);
    border-bottom-width: 0;
  }

  .nav-link-wrap.v2 {
    align-self: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-link-wrap.v2.w--current {
    color: var(--colors--off-white);
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-link-wrap.v2.contact {
    grid-column-gap: .5rem;
    align-self: center;
    margin-top: 2rem;
    display: none;
  }

  .nav-link-wrap.v2.cta, .nav-link-wrap.v2.contact-large-screen {
    display: block;
  }

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

  .hero-top {
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 5rem;
    display: flex;
  }

  .footer {
    padding-top: 2rem;
    padding-bottom: var(--site-padding--tablet);
    grid-row-gap: 4rem;
    min-height: auto;
    display: block;
  }

  .footer-menu {
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
    font-size: var(--font-size--small);
    flex-flow: row;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }

  .display-xl {
    font-size: var(--font-size--3xl);
    max-width: 23ch;
  }

  .nav-menu {
    padding-top: 8rem;
    padding-bottom: var(--site-padding--tablet);
    padding-left: var(--site-padding--tablet);
    grid-row-gap: 1.5rem;
    background-color: var(--colors--white\<deleted\|variable-3c18d048-4b98-bb4a-7b24-3255300d17d3\>);
    transform-origin: 50% 0;
    margin-top: calc(-1 * var(--site-padding--tablet));
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-menu.v2 {
    background-color: var(--colors--transparent);
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .nav-menu.v3 {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    background-color: var(--colors--black);
    color: var(--colors--off-white);
    font-size: var(--font-size--large);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-top: 0;
    padding-top: 8rem;
    padding-bottom: 4rem;
    padding-left: 0;
    display: none;
    position: absolute;
  }

  .button.navbar-button {
    font-size: var(--fluid-font-size--large);
    padding-top: 0;
    padding-bottom: .5rem;
    display: none;
  }

  .nav-container {
    grid-column-gap: var(--row-gap--default);
    grid-row-gap: var(--row-gap--default);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: 0;
    padding-top: 2rem;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .nav-container.v3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .menu-button {
    z-index: 999;
    background-color: #0000;
    display: flex;
    position: relative;
  }

  .menu-button.w--open {
    color: var(--colors--white\<deleted\|variable-3c18d048-4b98-bb4a-7b24-3255300d17d3\>);
    background-color: #0000;
  }

  .menu-line {
    background-color: var(--colors--black);
    height: 2px;
  }

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

  .display-medium {
    font-size: var(--font-size--2xl);
    vertical-align: baseline;
    line-height: 115%;
    display: block;
  }

  .display-medium.font-weight-light {
    display: flex;
  }

  .flex-vertical.row-gap-7 {
    flex-flow: column;
  }

  .flex-vertical.row-gap-7.main-grid {
    grid-column-gap: var(--row-gap--default);
    grid-row-gap: 7rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-link-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-text-wrap {
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .footer-secondary-links-wrap {
    grid-column-gap: 1rem;
    font-size: var(--font-size--small);
    flex-flow: row;
  }

  .large-link-wrap {
    font-size: var(--font-size--2xl);
    margin-top: .5rem;
  }

  .footer-primary-link-wrap {
    align-self: flex-start;
    padding: 0;
  }

  .footer-primary-link-wrap.w--current {
    padding-top: 0;
  }

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

  .display-large {
    font-size: var(--font-size--2xl);
    font-weight: 500;
  }

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

  .number {
    font-size: var(--font-size--6xl);
  }

  .number-wrapper {
    grid-row-gap: .75rem;
  }

  .small-number {
    font-size: var(--font-size--small);
  }

  .hero-name-wrapper {
    margin-top: 10rem;
  }

  .hero-name-wrapper.v2.bottom {
    margin-top: -5vw;
  }

  .hero-name-wrapper.v2.top {
    margin-bottom: -6vw;
  }

  .marquee-logo-wrap {
    padding-top: 10rem;
  }

  .client-logo-2 {
    max-width: 15rem;
  }

  .logo-number {
    font-size: var(--font-size--small);
    margin-top: 0;
  }

  .display-xxl {
    font-size: var(--font-size--6xl);
    line-height: 130%;
  }

  .service-item.first-item {
    z-index: -50;
    grid-column-gap: var(--row-gap--default);
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0;
    padding-top: 2.5rem;
    display: flex;
    position: relative;
  }

  .service-title-wrapper {
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .serviece-image-outer-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    width: 40%;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: 0% auto 12% 3.5vw;
  }

  .service-item-content-wrapper {
    z-index: -50;
    padding-top: 0;
    position: relative;
  }

  .service-image {
    text-align: left;
    width: 100%;
    position: static;
  }

  .list-item.services-list-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .approach-item {
    grid-row-gap: 5rem;
    padding-top: 0;
  }

  .approach-item.outlined {
    width: 100%;
    max-width: none;
  }

  .display-small {
    font-size: var(--font-size--large);
  }

  .circle-wrapper {
    width: 50%;
  }

  .avatar {
    width: 2.5rem;
  }

  .circle-text-wrapper {
    width: 210%;
  }

  .circle-title {
    font-size: var(--font-size--5xl);
  }

  .split-section-text-outer-wrapper {
    grid-row-gap: 4rem;
    flex-flow: column;
    padding-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .text-items-wrap {
    flex-flow: wrap;
  }

  .text-items-wrap.main-grid {
    grid-column-gap: var(--row-gap--default);
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._2-column-grid {
    grid-row-gap: 8rem;
    grid-template-columns: 1fr;
  }

  .split-section-text-wrapper {
    grid-row-gap: 5rem;
    width: auto;
    max-width: none;
  }

  .split-section-image-wrap {
    width: 80%;
  }

  .display-xs {
    font-size: var(--font-size--2xl);
  }

  .left-arrow {
    top: -80px;
    right: auto;
  }

  .image-slider-wrapper {
    margin-top: 0;
  }

  .image-slider {
    margin-top: 6rem;
  }

  .right-arrow {
    top: -80px;
    left: 72px;
    right: auto;
  }

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

  .image-slider-mask {
    max-width: 60%;
  }

  .hero-middle {
    margin-top: 0;
  }

  .button-bottom-line {
    display: none;
  }

  .button-bottom-line.footer-cta {
    display: block;
  }

  .button-hover-line-v2 {
    display: none;
  }

  .button-hover-line-v2.footer-cta {
    background-color: var(--colors--off-white);
    display: block;
  }

  .arrow-right-container {
    align-self: flex-end;
    display: none;
  }

  .arrow-right-container.footer-cta {
    align-self: center;
    margin-top: 0;
    display: block;
  }

  .image {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0;
  }

  .title-text {
    font-size: var(--font-size--8xl);
  }

  .hero-image-wrap.v2 {
    overflow: hidden;
  }

  .service-item-v2 {
    grid-row-gap: 5rem;
    width: 90%;
    padding-top: 1.5rem;
  }

  .about-section-text-wrapper {
    grid-row-gap: 5rem;
    width: auto;
    max-width: none;
  }

  .circle-container {
    bottom: -5vw;
  }

  .hero-name-wrap {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
  }

  .text-block-4 {
    margin-top: .5rem;
  }

  .roles-wrapper {
    font-size: var(--font-size--small);
  }

  .service-list-item {
    border-top-color: var(--colors--black);
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .colored-card {
    grid-row-gap: 5rem;
    padding-top: 0;
  }

  .statement-wrap {
    margin-bottom: 3rem;
  }

  .inset-eyebrow {
    margin-top: 0;
    margin-bottom: 1.5rem;
    position: static;
  }

  .inset-eyebrow.cta {
    margin-bottom: 0;
  }

  .project-wrap {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .project-arrow-wrap {
    margin-top: 0;
  }

  .project-thumbnail-and-title {
    align-items: center;
    padding-left: 0;
  }

  .project-thumbnail-wrap {
    order: 0;
    align-self: auto;
    align-items: baseline;
    width: 12rem;
    max-width: none;
    height: 100%;
    margin-bottom: 0;
    display: block;
  }

  .project-thumbnail {
    align-self: auto;
  }

  .project-number {
    align-self: flex-end;
    align-items: flex-end;
    margin-top: 1.5vw;
    margin-right: 0;
    display: block;
  }

  .project-summary {
    align-self: flex-start;
    max-width: none;
    height: auto;
    margin-bottom: .3vw;
    margin-left: 0;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .company {
    display: none;
  }

  .project-title {
    font-size: var(--fluid-font-size--5xl);
    max-width: none;
    display: block;
  }

  .heading-5 {
    font-size: var(--fluid-font-size--large);
  }

  .hero-heading-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .about-heading {
    font-size: var(--font-size--3xl);
    text-indent: 0;
  }

  .primary-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .home-hero-subheading {
    font-size: var(--font-size--xl);
  }

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

  .hero-image-circle-wrap {
    max-width: 260px;
  }

  .brand-text {
    color: var(--colors--black);
    font-size: var(--fluid-font-size--4xl);
  }

  .col-d-10 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .project-title-and-summary {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    align-items: flex-start;
    width: 60%;
  }

  .track {
    height: auto;
    margin-bottom: 4rem;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
  }

  .item {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .item.left {
    width: auto;
    overflow: visible;
  }

  .cta-link-text-wrap {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .cta-link-wrap {
    font-size: var(--font-size--2xl);
  }

  .text-block-7 {
    align-self: auto;
    margin-right: auto;
  }

  .service-title {
    font-size: var(--font-size--xl);
  }

  .circle-text-wrap {
    width: 6rem;
    height: 6rem;
  }

  .image-16 {
    width: auto;
    height: 1.25rem;
  }

  .value-header {
    font-size: var(--font-size--2xl);
    vertical-align: baseline;
    line-height: 115%;
    display: block;
  }

  .heading-6 {
    font-size: var(--font-size--4xl);
    font-weight: 600;
  }

  .cta-link-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
  }

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

  .linkedinlink.password-page, .linkedinlink.about-page {
    margin-top: 1rem;
  }

  .text-block-9 {
    letter-spacing: -.4vw;
    font-size: 16vw;
  }

  .cta-arrow-header {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0;
  }

  .project-item {
    grid-row-gap: 5rem;
    padding-top: 0;
  }

  .nav-link-wrap-2 {
    align-self: flex-start;
    padding: 1rem 0;
  }

  .nav-link-wrap-2.w--current {
    color: #29292b;
    border-bottom-width: 0;
  }

  .nav-link-wrap-2.v2 {
    align-self: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav-link-wrap-2.v2.w--current {
    color: #faf8f2;
  }

  .nav-link-wrap-2.v2.contact {
    grid-column-gap: .5rem;
    align-self: center;
    margin-top: 2rem;
    display: flex;
  }

  .nav-container-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: 0;
    padding-top: 2rem;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .nav-container-2.v3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .button-bottom-line-2 {
    display: none;
  }

  .primary-menu-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .nav-menu-2 {
    grid-row-gap: 1.5rem;
    transform-origin: 50% 0;
    margin-top: calc(-1 * var(--site-padding--tablet));
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 8rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-menu-2.v3 {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    color: #faf8f2;
    background-color: #000;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    width: auto;
    margin-top: 0;
    padding-top: 8rem;
    padding-bottom: 4rem;
    padding-left: 0;
    font-size: 1.5rem;
    display: none;
    position: absolute;
  }

  .navbar-2 {
    z-index: 9999;
    color: #200e4d;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar-2.v2 {
    height: auto;
    margin-bottom: 3rem;
  }

  .container-2 {
    max-width: none;
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .menu-line-2 {
    background-color: #000;
    height: 2px;
  }

  .brand-text-2 {
    color: #000;
    font-size: 3.2vw;
  }

  .menu-button-2 {
    z-index: 999;
    background-color: #0000;
    display: flex;
    position: relative;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #0000;
  }

  .nav-button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hamburger {
    color: #0f0e0e;
    height: 40px;
  }

  .nav-menu-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 85vh;
    padding: 30px 20px;
    overflow: auto;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-wrap-3 {
    border-bottom: 1px solid #e7e7ec;
    justify-content: space-between;
    padding: 20px;
    display: flex;
  }

  .nav-link-arrow {
    display: inline-block;
  }

  .menu-button-3 {
    padding: 0;
  }

  .menu-button-3.w--open {
    background-color: #0000;
  }

  .menu-icon1-line-top {
    background-color: #444;
    flex: none;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-button {
    z-index: 2;
    color: #fff;
  }

  .nav-menu-button.w--open {
    background-color: #0000;
  }

  .nav-sub-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px #5c5c5c;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .nav-wrapper {
    border-bottom-style: none;
    justify-content: space-between;
  }

  .nav-link-2 {
    color: var(--colors--off-white);
    font-size: var(--font-size--large);
    border-top: 1px #5c5c5c;
    border-bottom: 1px #5c5c5c;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 2rem 0;
    font-weight: 400;
    display: flex;
  }

  .nav-link-2:hover {
    color: var(--colors--off-white);
  }

  .nav-link-2:active {
    opacity: .7;
  }

  .nav-link-2.w--current {
    border-top-style: none;
    border-bottom-style: none;
  }

  .nav-link-2.nav-item-dropdown {
    border-top-style: none;
    border-bottom: 1px solid #5c5c5c;
    padding-left: 24px;
  }

  .nav-link-2.cta-large-screen {
    display: none;
  }

  .nav-link-2.cta-small-screen {
    display: flex;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    border-bottom: 1px solid #5c5c5c;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 0;
    position: relative;
  }

  .nav-dropdown {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .nav-bar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-bottom: 1px #2c2c2c;
    min-height: 4rem;
    position: static;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-4.navigation-container {
    align-items: center;
  }

  .nav-links-conatiner {
    z-index: 10;
    background-color: var(--colors--black);
    color: var(--colors--off-white);
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 2rem;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .nav-arrow {
    margin-right: 2rem;
  }

  .nav-logo {
    z-index: 2;
    align-self: center;
    height: 46px;
    display: flex;
    position: relative;
  }

  .nav-grid-dropdown-grid {
    padding: 1rem;
  }

  .menu-icon1-line-bottom {
    background-color: #444;
    flex: none;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1-line-middle {
    background-color: #444;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    display: flex;
  }

  .mir {
    color: var(--colors--black);
    font-family: Oswald, sans-serif;
    font-size: var(--fluid-font-size--5xl);
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: var(--colors--off-white);
    font-weight: 500;
  }

  .nav-grid {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .contact-link-container {
    z-index: 1;
    background-color: #f1efed;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 4rem;
    display: flex;
    position: fixed;
    inset: 0%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--font-size--2xl);
    letter-spacing: -.01em;
  }

  h2 {
    font-size: var(--font-size--large);
    text-indent: 0;
  }

  h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 100%;
  }

  .section.home-hero-section {
    padding-top: var(--site-padding--tablet);
    min-height: auto;
    overflow: visible;
  }

  .section.home-hero-section.v3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .section.about-intro-section {
    padding-top: 0;
  }

  .section.contact-section {
    padding-bottom: 5rem;
  }

  .section.project-page {
    padding-top: 0;
  }

  .container {
    padding-right: var(--site-padding--tablet);
    padding-left: var(--site-padding--tablet);
  }

  .container.narrow-rows {
    grid-row-gap: 1.5rem;
  }

  .text-large {
    font-size: var(--font-size--base);
    line-height: 110%;
  }

  .text-large.intro-subhead {
    font-family: var(--font-families--display);
    font-size: var(--font-size--2xl);
    letter-spacing: 0;
  }

  .utility-page-content {
    width: 100%;
    margin-bottom: 0;
  }

  .utility-page-form {
    margin-bottom: 10rem;
  }

  .styleguide-heading {
    letter-spacing: -1px;
  }

  .main-grid {
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .main-grid.footer-bottom-grid {
    margin-bottom: 0;
    display: block;
  }

  .main-grid.center-align-mobile {
    grid-row-gap: 2rem;
    align-items: center;
  }

  .main-grid.featured-projects-grid {
    grid-column-gap: var(--row-gap--default);
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .main-grid.interests {
    grid-column-gap: var(--row-gap--default);
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .main-grid.section-head {
    display: block;
  }

  .nav-link-text.v2 {
    font-size: var(--font-size--base);
  }

  .image-wrap.hero {
    width: 60%;
    position: static;
  }

  .image-wrap.about-hero-image-wrap {
    width: 50%;
  }

  .parallax-image.profile {
    width: 100%;
    height: 100%;
  }

  .navbar {
    margin-top: calc(-1 * var(--site-padding--tablet));
    padding-top: 2rem;
    padding-right: 0;
  }

  .nav-link-wrap.v2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-link-wrap.v2.contact {
    display: none;
  }

  .hero-top {
    z-index: 4;
    margin-bottom: 2rem;
    position: relative;
  }

  .footer {
    background-color: var(--colors--black);
    color: var(--colors--off-white);
  }

  .display-xl {
    font-weight: 600;
  }

  .nav-menu.v2 {
    background-color: var(--butter);
    margin-top: calc(-1 * var(--site-padding--tablet));
    padding-top: 8rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    display: none;
    position: absolute;
  }

  .button.navbar-button {
    font-size: var(--font-size--base);
    display: none;
  }

  .nav-container {
    padding-top: 3.2vw;
    display: block;
  }

  .menu-button {
    z-index: 999;
    cursor: auto;
    width: 2.5rem;
    margin-left: auto;
    display: flex;
  }

  .menu-line {
    background-color: var(--colors--black);
  }

  .flex-vertical.row-gap-7.main-grid {
    display: flex;
  }

  .nav-link-text-wrap {
    justify-content: center;
    align-items: stretch;
  }

  .large-link-wrap {
    font-size: var(--font-size--2xl);
  }

  .text-subdued {
    margin-top: 1.5rem;
  }

  .value-list-item {
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .display-large {
    text-wrap: wrap;
  }

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

  .hero-name-wrapper.v2 {
    margin-bottom: -6vw;
  }

  .hero-name-wrapper.v2.bottom {
    z-index: 3;
    margin-top: -6vw;
    margin-bottom: 0;
  }

  .hero-name-wrapper.v2.top {
    z-index: 3;
  }

  .client-logo-2 {
    max-width: 10rem;
  }

  .service-item.first-item {
    flex-flow: column;
  }

  .service-title-wrapper {
    padding-top: 2rem;
  }

  .serviece-image-outer-wrap {
    display: none;
    position: static;
  }

  .list {
    width: 100%;
  }

  .list-item.services-list-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .list-item.v2 {
    border-bottom-style: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .approach-item.outlined {
    max-width: none;
  }

  .circle-wrapper {
    width: 70%;
  }

  .avatar {
    width: 2rem;
  }

  .circle-text-wrapper {
    width: 150%;
  }

  .circle-title {
    font-size: var(--font-size--3xl);
  }

  .split-section-text-outer-wrapper {
    flex-flow: column;
    align-items: flex-start;
    padding-bottom: 3rem;
  }

  .wide-paragraph.text-subdued {
    margin-top: 0;
  }

  .text-list-item {
    min-width: 100%;
  }

  .text-list-item.split-section-item {
    grid-row-gap: 2rem;
  }

  .text-items-wrap.main-grid {
    display: flex;
  }

  .split-section-text-wrapper {
    grid-row-gap: 3rem;
    max-width: none;
  }

  .split-section-image-wrap {
    width: 100%;
  }

  .image-slider {
    margin-top: 8rem;
  }

  .image-slider-mask {
    width: 90%;
    max-width: 90%;
  }

  .accordion-icon {
    flex: none;
  }

  .accordion-item-title {
    line-height: 120%;
  }

  .hero-middle {
    position: static;
  }

  .text-block {
    font-size: var(--font-size--small);
  }

  .button-bottom-line, .button-hover-line-v2, .arrow-right-container {
    display: none;
  }

  .title-text {
    font-size: var(--font-size--7xl);
  }

  .hero-image-wrap.v2 {
    width: 260px;
    height: auto;
  }

  .about-section-text-wrapper {
    max-width: none;
  }

  .circle-container {
    z-index: 999;
    bottom: -10vw;
  }

  .circle-container.hero2 {
    width: 100px;
    height: 100px;
    margin-right: -10vw;
    inset: 0% 0% 0% auto;
  }

  .hero-name-wrap {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
  }

  .service-list-item {
    grid-row-gap: 2rem;
    border-top-color: var(--colors--black);
    flex-flow: column;
    display: flex;
  }

  .service-list-item.first-item {
    border-top-style: none;
  }

  .lines-wrap.no-wrap {
    display: flex;
  }

  .inset-eyebrow {
    margin-top: 0;
  }

  .project-arrow-wrap {
    margin-top: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .project-thumbnail-and-title {
    grid-column-gap: 3rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .project-thumbnail-wrap {
    height: 20vw;
    display: block;
  }

  .project-summary {
    text-wrap: balance;
    margin-bottom: 0;
    display: block;
  }

  .project-title {
    font-size: var(--font-size--2xl);
    white-space: normal;
  }

  .about-heading {
    font-size: var(--font-size--2xl);
  }

  .home-hero-subheading {
    font-family: var(--font-families--display);
    font-size: var(--font-size--xl);
  }

  .hero-image-circle-wrap {
    max-width: none;
  }

  .brand-text {
    font-size: var(--font-size--large);
    letter-spacing: 0;
    line-height: 130%;
  }

  .col-d-10 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .project-title-and-summary {
    align-self: flex-start;
    width: 100%;
  }

  .track {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .cta-link-wrap {
    font-size: var(--font-size--large);
  }

  .circle-text-wrap {
    width: 6rem;
    height: 6rem;
  }

  .image-16 {
    width: 1rem;
    height: auto;
  }

  .heading-6 {
    font-size: var(--font-size--4xl);
  }

  .linkedinlink.password-page, .linkedinlink.about-page {
    margin-top: 1.5rem;
  }

  .div-block-6 {
    align-self: flex-start;
  }

  .nav-link-wrap-2.v2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-link-wrap-2.v2.contact {
    display: block;
  }

  .nav-container-2 {
    padding-top: 3.2vw;
    display: block;
  }

  .button-bottom-line-2 {
    display: none;
  }

  .navbar-2 {
    margin-top: calc(-1 * var(--site-padding--tablet));
    padding-top: 2rem;
    padding-right: 0;
  }

  .container-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-line-2 {
    background-color: #000;
  }

  .brand-text-2 {
    letter-spacing: 0;
    font-size: 1.5rem;
    line-height: 130%;
  }

  .menu-button-2 {
    z-index: 999;
    cursor: auto;
    width: 2.5rem;
    margin-left: auto;
    display: flex;
  }

  .nav-button-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-menu-3 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    background-color: #fff;
    align-items: flex-start;
    height: 90vh;
    padding: 20px;
    overflow: auto;
  }

  .nav-link-wrap-3 {
    color: #858585;
    border-bottom: 1px solid #ededed;
    padding: 14px 0;
    line-height: 160%;
  }

  .primary-button-wrap {
    font-size: 15px;
  }

  .primary-button-wrap.hire-button {
    display: none;
  }

  .navbar-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-text-wrap-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 20px;
  }

  .nav-dropdown-description {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .nav-link-2 {
    padding: 24px;
  }

  .nav-bar {
    height: auto;
    min-height: 4rem;
  }

  .container-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-links-conatiner {
    padding-top: 2rem;
    position: absolute;
    inset: 4rem 0% auto;
  }

  .nav-arrow {
    margin-right: 1.25rem;
  }

  .nav-logo {
    width: 8rem;
  }

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

  .nav-dropdown-card {
    padding: 16px;
  }

  .mir {
    font-size: var(--font-size--xl);
  }

  .contact-link-container {
    padding-top: 64px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: var(--font-size--small);
  }

  h1 {
    font-size: var(--font-size--large);
    letter-spacing: -.01em;
  }

  h2 {
    font-size: var(--font-size--base);
    letter-spacing: -.025rem;
  }

  h3 {
    letter-spacing: -.05rem;
    font-size: 1.5rem;
  }

  h6 {
    font-size: var(--font-size--small);
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: block;
  }

  .section.home-hero-section {
    padding-top: var(--site-padding--mobile);
    padding-bottom: var(--site-padding--mobile);
    grid-row-gap: 2rem;
  }

  .section.home-hero-section.v2 {
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    height: 100dvh;
    min-height: auto;
  }

  .section.home-hero-section.v3 {
    grid-row-gap: 0rem;
    min-height: auto;
    max-height: 100dvh;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section.styelguide-hero-section {
    padding-top: 8rem;
  }

  .section.padding-top-large {
    padding-top: 10rem;
  }

  .section.accent {
    background-color: var(--colors--black);
    color: var(--colors--off-white);
  }

  .section.about-intro-section {
    padding-top: 2rem;
  }

  .section.contact-section {
    padding-bottom: 5rem;
  }

  .section.project-page {
    padding-top: 2rem;
  }

  .section.about-section {
    flex-flow: column;
    justify-content: space-between;
    padding-top: 0;
    display: flex;
  }

  .container {
    padding-right: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
  }

  .container.hero-bottom-container {
    align-items: flex-start;
    margin-top: 0;
    display: block;
  }

  .container.hero-image {
    z-index: 1;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .container.hero-container {
    z-index: 1;
    grid-row-gap: 4rem;
  }

  .text-large {
    font-size: var(--font-size--base);
    letter-spacing: -.025rem;
    line-height: 130%;
  }

  .text-large.styleguide-subheading {
    font-size: var(--font-size--2xl);
  }

  .text-large.no-limit {
    font-size: var(--font-size--xl);
    line-height: 110%;
  }

  .text-large.intro-subhead {
    color: var(--colors--neutral-300);
    font-size: var(--font-size--large);
  }

  .rich-text-block h2 {
    font-size: var(--font-size--large);
  }

  .rich-text-block h1 {
    font-size: var(--font-size--xl);
  }

  .text-field {
    margin-bottom: 0;
    font-size: 20px;
  }

  .text-field::placeholder {
    font-size: 20px;
  }

  .submit-button {
    margin-top: 48px;
    padding-top: 0;
    font-size: 20px;
  }

  .utility-page-form {
    grid-row-gap: 1rem;
  }

  .styleguide-heading {
    letter-spacing: 0;
  }

  .main-grid {
    z-index: 2;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .main-grid.footer-bottom-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .main-grid.approach-grid {
    grid-row-gap: 4rem;
  }

  .main-grid.service-item-grid {
    grid-column-gap: var(--row-gap--default);
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .main-grid.featured-projects-grid {
    display: block;
  }

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

  .main-grid.hero-pic {
    grid-column-gap: var(--row-gap--default);
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .main-grid.footer-bottom {
    grid-row-gap: 3rem;
  }

  .main-grid.section-head {
    grid-row-gap: 1.5rem;
    display: block;
  }

  .image-wrap.hero {
    z-index: 2;
    aspect-ratio: 3 / 2;
    object-fit: fill;
    align-self: center;
    width: 100%;
    height: auto;
    display: none;
    position: static;
    inset: 0% auto;
  }

  .image-wrap.hero.mobile {
    max-width: 350px;
    max-height: 200px;
    display: block;
  }

  .image-wrap.about-hero-image-wrap {
    height: 100%;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .hero-bottom {
    margin-top: 6rem;
  }

  .hero-bottom.v2 {
    padding-bottom: 10vw;
  }

  .parallax-image._110 {
    object-fit: cover;
  }

  .parallax-image.profile {
    z-index: 1;
  }

  .navbar {
    padding-top: var(--site-padding--mobile);
    padding-right: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
    margin-top: calc(-1 * var(--site-padding--mobile));
  }

  .navbar.v2 {
    z-index: 999;
    margin-bottom: 2rem;
    padding-top: 1rem;
  }

  .nav-link-wrap.v2 {
    z-index: 400;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-link-wrap.v2.contact {
    justify-content: center;
    margin-top: 1rem;
    margin-left: 0;
    display: none;
  }

  .projects-list {
    grid-row-gap: 0rem;
  }

  .hero-top {
    z-index: 4;
    flex-flow: column;
    flex: 0 auto;
    margin-bottom: 2rem;
    display: block;
    position: relative;
  }

  .footer {
    padding-top: var(--site-padding--mobile);
    padding-bottom: var(--site-padding--mobile);
    margin-top: 0;
  }

  .footer-menu {
    grid-row-gap: 2rem;
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .display-xl {
    font-size: var(--font-size--2xl);
    max-width: none;
  }

  .nav-menu {
    padding-left: var(--site-padding--mobile);
    margin-top: -1rem;
    display: none;
  }

  .nav-menu.v2 {
    z-index: 200;
  }

  .nav-menu.v3 {
    z-index: 10;
    margin-top: -2.5rem;
    padding-bottom: 3rem;
    inset: 0% 0% auto;
  }

  .button {
    grid-column-gap: 3rem;
  }

  .button.submit-button-wrap {
    min-height: 4em;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
  }

  .nav-container.v3 {
    min-width: 100%;
    position: relative;
  }

  .menu-line {
    background-color: var(--colors--black);
  }

  .display-medium {
    font-size: var(--font-size--large);
    font-weight: 600;
  }

  .display-medium.font-weight-light {
    letter-spacing: 0;
  }

  .flex-vertical.row-gap-3 {
    width: 100%;
  }

  .flex-vertical.row-gap-7.main-grid {
    grid-row-gap: 4rem;
  }

  .nav-link-text-wrap {
    z-index: 500;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-text-wrap.footer-nav {
    justify-content: flex-start;
  }

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

  .large-link-wrap {
    font-size: var(--font-size--large);
  }

  .footer-primary-link-wrap {
    justify-content: flex-start;
  }

  .text-subdued {
    margin-top: 1.5rem;
  }

  .text-subdued.values {
    margin-top: 0;
  }

  .display-large {
    font-size: var(--font-size--2xl);
  }

  .display-large.center-align {
    text-align: left;
  }

  .footer-logo {
    box-sizing: border-box;
    object-fit: cover;
    display: block;
    overflow: visible;
  }

  .hero-name-wrapper {
    margin-top: 5rem;
  }

  .hero-name-wrapper.v2 {
    margin-bottom: -10vw;
  }

  .hero-name-wrapper.v2.bottom {
    z-index: 3;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-name-wrapper.v2.top {
    z-index: 3;
    margin-bottom: 0;
  }

  .client-logo-2 {
    max-width: 10rem;
  }

  .display-xxl {
    font-size: var(--font-size--4xl);
    white-space: normal;
  }

  .display-xxl.cta {
    white-space: pre;
  }

  .service-item.first-item {
    grid-column-gap: var(--row-gap--default);
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-top: 1.5rem;
    display: flex;
  }

  .service-title-wrapper {
    padding-top: 0;
  }

  .serviece-image-outer-wrap {
    width: 100%;
    display: block;
  }

  .service-item-content-wrapper {
    margin-bottom: 1.5rem;
  }

  .list-item.services-list-item {
    border-top-color: var(--light-grey);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-huge.cta {
    font-size: 21vw;
  }

  .approach-item {
    padding-top: 0;
  }

  .approach-item.outlined {
    max-width: 33ch;
  }

  .approach-item.filled.tomato, .approach-item.filled.wine {
    max-width: none;
  }

  .approach-item.filled.future-dusk {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .approach-item.filled.lilac, .approach-item.filled.butter, .approach-item.filled.mocha-mousse {
    max-width: none;
  }

  .display-small {
    font-size: var(--font-size--large);
  }

  .circle-wrapper {
    width: 70%;
  }

  .avatar {
    width: 1.5rem;
  }

  .circle-text-wrapper {
    width: 150%;
  }

  .circle-title {
    font-size: var(--font-size--xl);
  }

  .split-section-text-outer-wrapper {
    grid-row-gap: 3rem;
  }

  .text-items-wrap.main-grid {
    grid-row-gap: 2rem;
  }

  .split-section-text-wrapper {
    grid-row-gap: 3rem;
    max-width: none;
  }

  .display-xs {
    font-size: var(--font-size--large);
  }

  .slide {
    margin-right: 1.5rem;
    padding-bottom: 0;
    padding-left: 0;
  }

  .image-slider-mask {
    max-width: 90%;
  }

  .accordion-icon {
    width: 1rem;
  }

  .accordion {
    grid-row-gap: 2rem;
  }

  .accordion-item {
    padding-bottom: 2rem;
  }

  .accordion-item-title {
    font-size: 1.5rem;
    line-height: 110%;
  }

  .regular-submit-button {
    margin-top: 1rem;
    padding-top: .5rem;
    font-size: 20px;
  }

  .hero-middle {
    align-self: auto;
    align-items: center;
    position: static;
    top: 0%;
  }

  .title-text {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 18vw;
    line-height: 100%;
  }

  .hero-image-wrap.v2 {
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .service-item-v2 {
    padding-top: 0;
  }

  .about-section-text-wrapper {
    max-width: none;
  }

  .circle-container {
    align-self: flex-end;
    width: 40vw;
    height: 40vw;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: static;
    bottom: -10vw;
  }

  .circle-container.mobile {
    display: block;
    position: absolute;
    inset: 0% 1rem auto auto;
  }

  .circle-container.hero2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .circle-2 {
    display: none;
  }

  .hero-name-wrap {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
  }

  .roles-wrapper {
    font-size: var(--fluid-font-size--6xl);
    text-align: left;
    align-self: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .service-list-item {
    border-top-color: var(--colors--black);
    margin-bottom: 7vw;
  }

  .colored-card {
    padding-top: 0;
  }

  .circletext {
    color: var(--colors--black);
  }

  .inset-eyebrow {
    color: var(--grey);
  }

  .inset-eyebrow.hero {
    display: none;
  }

  .hero-image {
    height: 100%;
  }

  .project-wrap {
    border-bottom-color: var(--light-grey);
  }

  .project-thumbnail-and-title {
    display: flex;
  }

  .project-thumbnail-wrap {
    width: 100%;
    height: auto;
    display: block;
  }

  .project-summary {
    color: var(--grey);
    max-width: none;
    margin-left: 0;
  }

  .project-title {
    font-size: var(--font-size--large);
  }

  .hero-heading-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .heading-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: block;
  }

  .about-heading {
    font-size: var(--font-size--large);
    text-wrap: balance;
    line-height: 120%;
  }

  .primary-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: stretch;
    width: auto;
    min-width: 100%;
  }

  .hero-section-heading-wrap {
    color: var(--stone);
  }

  .home-hero-subheading {
    color: var(--colors--neutral-300);
    font-size: var(--fluid-font-size--7xl);
    letter-spacing: 0;
  }

  .scroll-down-arrow {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .home-hero-heading-wrap {
    flex-flow: column;
    margin-right: auto;
    padding-right: 0;
  }

  .home-heading {
    letter-spacing: -.5vw;
    font-size: 22vw;
  }

  .home-heading.space {
    color: var(--colors--transparent);
    display: none;
  }

  .hero-text-grid {
    grid-template-columns: 1fr 1fr;
    display: block;
    position: relative;
  }

  .hero-image-circle-wrap {
    z-index: 1;
    align-self: stretch;
    width: 100%;
    max-width: none;
  }

  .brand-text {
    font-size: var(--font-size--xl);
  }

  .name-wrap {
    display: flex;
  }

  .item {
    padding: 10px 20px;
  }

  .item.right {
    padding: 0;
  }

  .cta-link-text-wrap {
    z-index: 500;
  }

  .text-block-7 {
    font-size: var(--font-size--xs);
    text-align: left;
    align-self: auto;
    margin-left: 0;
    margin-right: auto;
  }

  .service-title {
    font-size: var(--font-size--large);
  }

  .image-16 {
    width: 1rem;
    height: auto;
  }

  .value-header {
    font-size: var(--font-size--large);
  }

  .heading-6 {
    font-size: var(--font-size--2xl);
  }

  .services-description {
    color: var(--medium-grey);
  }

  .cta-link-block {
    font-size: var(--font-size--small);
  }

  .cta-link-wrapper.password-page {
    margin-top: 2rem;
  }

  .cta-link-texxt.password-page {
    font-size: var(--font-size--large);
  }

  .image-17 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .linkedinlink.password-page, .linkedinlink.about-page {
    margin-top: 1.5rem;
  }

  .text-block-8.about-page {
    font-size: var(--font-size--xs);
  }

  .project-item {
    grid-row-gap: 1.5rem;
    padding-top: 0;
  }

  .paragraph, .paragraph-2, .paragraph-3 {
    color: var(--colors--neutral-300);
  }

  .nav-link-wrap-2.v2 {
    z-index: 400;
    z-index: 400;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .nav-link-wrap-2.v2.contact {
    justify-content: center;
    margin-top: 2rem;
    display: flex;
  }

  .nav-container-2.v3 {
    position: relative;
  }

  .nav-menu-2 {
    margin-top: -1rem;
    padding-left: 1rem;
    display: none;
  }

  .nav-menu-2.v3 {
    z-index: 10;
    margin-top: -2.5rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .navbar-2 {
    margin-top: calc(-1 * var(--site-padding--mobile));
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-2.v2 {
    z-index: 999;
    margin-bottom: 2rem;
    padding-top: 1rem;
  }

  .container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-line-2 {
    background-color: #000;
  }

  .brand-text-2 {
    font-size: 1.75rem;
  }

  .primary-button-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    font-size: 14px;
  }

  .navbar-3 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-text-wrap-2 {
    height: 18px;
  }

  .nav-sub-container {
    z-index: 7;
  }

  .nav-link-2 {
    font-size: var(--font-size--base);
    border: 1px #000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem 0;
    font-weight: 500;
  }

  .nav-link-2.w--current {
    color: var(--medium-grey);
    border-style: none;
    border-color: #000;
  }

  .nav-bar {
    position: relative;
  }

  .container-4 {
    flex-wrap: nowrap;
  }

  .nav-links-conatiner {
    z-index: 10;
    opacity: 1;
    margin-top: 0;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    inset: 6rem 0% auto;
  }

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

  .nav-dropdown-card {
    flex-direction: column;
  }

  .mir {
    font-size: var(--font-size--large);
  }
}

#w-node-d4861cd5-69dd-c546-e564-8e1bee12e4e6-3b33e86b {
  grid-area: 1 / 1 / 2 / 5;
  place-self: start stretch;
}

#w-node-_1660618e-0bc0-b8d0-c4f2-55515dd1d10d-3b33e86b {
  grid-area: 1 / 7 / 2 / 13;
  align-self: start;
}

#w-node-f1a8819b-ee9e-6cd9-386b-a3b5a30f9453-3b33e86b {
  grid-area: 1 / 2 / 2 / 13;
  justify-self: end;
}

#w-node-_54b45042-4e00-2f9e-f282-aa8c1254e4a3-3b33e86b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_922a6653-d399-8d3a-e04f-8eabc33a58b1-3b33e86b {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_76bcbe52-fadf-6741-d9f0-3e16961f111d-3b33e86b {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-eb8d1757-ba64-338b-1940-5da39c9614fb-3b33e86b {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-eb8d1757-ba64-338b-1940-5da39c9614fc-3b33e86b {
  grid-area: 2 / 1 / 3 / 5;
  align-self: auto;
}

#w-node-f97a1ea9-84f3-a767-5b7f-b25941708b8e-3b33e86b {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-f97a1ea9-84f3-a767-5b7f-b25941708b8f-3b33e86b {
  grid-area: 1 / 1 / 2 / 5;
  align-self: auto;
}

#w-node-f97a1ea9-84f3-a767-5b7f-b25941708b92-3b33e86b {
  grid-area: 2 / 1 / 3 / 5;
  align-self: auto;
}

#w-node-_755b3cb8-9c69-0007-4d5f-c3c1ef154463-3b33e86b {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_755b3cb8-9c69-0007-4d5f-c3c1ef154464-3b33e86b {
  grid-area: 1 / 1 / 2 / 5;
  align-self: auto;
}

#w-node-_755b3cb8-9c69-0007-4d5f-c3c1ef154467-3b33e86b {
  grid-area: 2 / 1 / 3 / 5;
  align-self: auto;
}

#w-node-a16d2773-1d69-8f5e-9913-92b8a5181bb8-3b33e86b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a16d2773-1d69-8f5e-9913-92b8a5181bba-3b33e86b {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-a16d2773-1d69-8f5e-9913-92b8a5181be4-3b33e86b {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-a16d2773-1d69-8f5e-9913-92b8a5181be7-3b33e86b {
  grid-area: span 1 / span 11 / span 1 / span 11;
  place-self: auto;
}

#w-node-a16d2773-1d69-8f5e-9913-92b8a5181be8-3b33e86b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a16d2773-1d69-8f5e-9913-92b8a5181bf0-3b33e86b {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_4cb442a1-b392-dbea-8367-d69853976d79-3b33e86b {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_4cb442a1-b392-dbea-8367-d69853976d7c-3b33e86b {
  grid-area: span 1 / span 11 / span 1 / span 11;
  place-self: auto;
}

#w-node-_4cb442a1-b392-dbea-8367-d69853976d7d-3b33e86b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4cb442a1-b392-dbea-8367-d69853976d84-3b33e86b {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_32c4dd25-272f-574c-cd55-b65d8c341886-3b33e86b {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_32c4dd25-272f-574c-cd55-b65d8c341889-3b33e86b {
  grid-area: span 1 / span 11 / span 1 / span 11;
  place-self: auto;
}

#w-node-_32c4dd25-272f-574c-cd55-b65d8c34188a-3b33e86b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_32c4dd25-272f-574c-cd55-b65d8c341891-3b33e86b {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_75276052-1470-7740-f33b-954f8acfb925-3b33e86b {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_75276052-1470-7740-f33b-954f8acfb928-3b33e86b {
  grid-area: span 1 / span 11 / span 1 / span 11;
  place-self: auto;
}

#w-node-_75276052-1470-7740-f33b-954f8acfb929-3b33e86b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_75276052-1470-7740-f33b-954f8acfb930-3b33e86b {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_891da31d-6323-bbe4-5412-e4bf121d7a7e-3b33e86b {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_891da31d-6323-bbe4-5412-e4bf121d7a81-3b33e86b {
  grid-area: span 1 / span 11 / span 1 / span 11;
  place-self: auto;
}

#w-node-_891da31d-6323-bbe4-5412-e4bf121d7a82-3b33e86b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_891da31d-6323-bbe4-5412-e4bf121d7a89-3b33e86b {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_06cf87a8-05ac-3db7-91c1-f23c4fca976f-3b33e86b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_06cf87a8-05ac-3db7-91c1-f23c4fca9771-3b33e86b {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_06cf87a8-05ac-3db7-91c1-f23c4fca977b-3b33e86b {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-bf5ccddb-9481-ea38-45d6-026a543d8800-3b33e86b {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-_5bd6f8bf-672a-2195-d07c-6e4039631252-3b33e86b {
  grid-area: 2 / 3 / 3 / 8;
  align-self: end;
}

#w-node-_4d1b807c-99a6-3e23-640d-c838a2502445-3b33e86b {
  grid-area: 1 / 8 / 3 / 13;
}

#w-node-_66905754-4797-253d-f9db-d4321bf031da-3b33e86b {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8b5335e4-00e0-b72d-90f8-2ece8f5d88d9-3b33e86b {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-_66905754-4797-253d-f9db-d4321bf031dd-3b33e86b {
  grid-area: 1 / 4 / 2 / 9;
  align-self: end;
}

#w-node-_66905754-4797-253d-f9db-d4321bf031df-3b33e86b {
  grid-area: 1 / 8 / 3 / 13;
}

#w-node-_7ff8c1b5-fec2-931b-f952-b511ad950b22-3b33e86b {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-e523d865-b1d4-82af-53c5-829cdba8a006-3b33e86b {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-_7ff8c1b5-fec2-931b-f952-b511ad950b25-3b33e86b {
  grid-area: 2 / 3 / 3 / 8;
  align-self: end;
}

#w-node-_7ff8c1b5-fec2-931b-f952-b511ad950b27-3b33e86b {
  grid-area: 1 / 8 / 3 / 13;
}

#w-node-_5f4cd6fc-2129-3b68-39e6-8787531283d9-3b33e86b {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_0a4674d8-facb-b852-9b9f-a11c972e8449-3b33e86b {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-_5f4cd6fc-2129-3b68-39e6-8787531283dc-3b33e86b {
  grid-area: 2 / 3 / 3 / 8;
  align-self: end;
}

#w-node-_5f4cd6fc-2129-3b68-39e6-8787531283de-3b33e86b {
  grid-area: 1 / 8 / 3 / 13;
}

#w-node-_16d20e50-05db-e450-1236-95b051ec64d4-692df63b {
  grid-area: 1 / 8 / 2 / 13;
  place-self: end;
}

#w-node-_738bd127-5ef6-ee25-5e4e-41d034cccdfe-692df63b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-fa71010d-2810-a2e5-e8d2-d467016be02a-692df63b {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: end start;
}

#w-node-_5c8df155-606c-cc8c-64d4-42c0b3254ce1-b3254cde {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_5c8df155-606c-cc8c-64d4-42c0b3254ce8-b3254cde {
  grid-area: 2 / 4 / 3 / 13;
  justify-self: start;
}

#w-node-_9b45e52e-ff4e-263f-bd03-3ddb08a3b382-08a3b37e {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: center start;
}

#w-node-_9b45e52e-ff4e-263f-bd03-3ddb08a3b385-08a3b37e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center stretch;
}

#w-node-_9b45e52e-ff4e-263f-bd03-3ddb08a3b38d-08a3b37e {
  grid-area: 1 / 5 / 2 / 7;
  justify-self: start;
}

#w-node-_9b45e52e-ff4e-263f-bd03-3ddb08a3b39f-08a3b37e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_0571d8df-67bc-2c47-dfd5-4db883aa6289-83aa6286 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center start;
}

#w-node-_0571d8df-67bc-2c47-dfd5-4db883aa628f-83aa6286 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center start;
}

#w-node-_0571d8df-67bc-2c47-dfd5-4db883aa6291-83aa6286 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0571d8df-67bc-2c47-dfd5-4db883aa6295-83aa6286 {
  grid-area: 1 / 5 / 2 / 7;
  justify-self: start;
}

#w-node-_0571d8df-67bc-2c47-dfd5-4db883aa6299-83aa6286 {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch start;
}

#w-node-db1df025-7fc6-b317-7a29-2f4ebad1e809-731f3060 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-ec50008a-b802-8cbd-8c78-3af2bfbdbe3c-731f3060 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-a9b3b152-38aa-8b13-1885-ee3218ffa3eb-731f3060 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a9b3b152-38aa-8b13-1885-ee3218ffa3ed-731f3060 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-a9b3b152-38aa-8b13-1885-ee3218ffa3f4-731f3060, #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa3fe-731f3060, #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa40a-731f3060, #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa414-731f3060, #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa41e-731f3060, #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa428-731f3060 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_04a84a24-4cfe-131c-b4ff-b547b3a3f1fb-731f3060 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_06c774af-fb18-56e5-c0a3-6199ec45e5f9-731f3060 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_06c774af-fb18-56e5-c0a3-6199ec45e600-731f3060 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_06c774af-fb18-56e5-c0a3-6199ec45e602-731f3060 {
  grid-area: 1 / 6 / 3 / 13;
}

#w-node-_73ac7a87-0f83-e8bb-6063-9c652f597c31-731f3060 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-eb8d1757-ba64-338b-1940-5da39c9614fe-731f3060 {
  grid-area: 1 / 4 / 2 / 13;
  place-self: start;
}

#w-node-b28be918-abed-97dc-76a2-2135d460c02e-731f3060 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: end;
}

#w-node-b28be918-abed-97dc-76a2-2135d460c031-731f3060 {
  grid-area: 2 / 3 / 3 / 5;
  place-self: end;
}

#w-node-b28be918-abed-97dc-76a2-2135d460c034-731f3060 {
  grid-area: 2 / 5 / 3 / 7;
  place-self: end;
}

#w-node-b28be918-abed-97dc-76a2-2135d460c037-731f3060 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: auto end;
}

#w-node-_7bfab0ba-24a6-3313-9069-35a39185cf7e-731f3060 {
  grid-area: 1 / 3 / 2 / 5;
  place-self: auto end;
}

#w-node-_9410fcd2-4c2b-e991-49ee-67ec26dceb79-731f3060 {
  grid-area: 1 / 5 / 2 / 7;
  place-self: auto end;
}

#w-node-f7542dd9-5023-099b-e7e3-4ed082754aab-731f3060 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: auto end;
}

#w-node-eb607b8b-6069-5a1f-aa16-7063504c6d33-731f3060 {
  grid-area: 3 / 3 / 4 / 5;
  place-self: auto end;
}

#w-node-cac7a7a2-deaf-6dab-ff85-0b5a693b7f62-731f3060 {
  grid-area: 3 / 5 / 4 / 7;
  place-self: auto end;
}

#w-node-_51f8add4-bc81-1eb4-2885-3024cb0fdb60-731f3060 {
  grid-area: 4 / 1 / 5 / 3;
  place-self: auto end;
}

#w-node-_68be5b2a-212b-9c9a-8537-5ce6920cf0ec-731f3060 {
  grid-area: 4 / 3 / 5 / 5;
  place-self: auto end;
}

#w-node-cd8bf5ab-33ee-f0f3-2ab8-3b1c29562b3f-731f3060 {
  grid-area: 4 / 5 / 5 / 7;
  place-self: auto end;
}

#w-node-_1c572975-c2f9-7963-319f-c4a518e21ba3-731f3060 {
  grid-area: 1 / 7 / 5 / 13;
}

#w-node-_87125eb7-fd73-df0f-efa7-cd97565b3eff-731f3060 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-adaa9241-f540-1835-5f1a-98bf7fd6e073-731f3060 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56bf3df2-ff12-940c-db5a-bc9a06fa7863-731f3060 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_26df35f4-de49-651e-1861-1b5347553093-731f3060 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_01a7e269-742b-99d9-4b64-a6586bf3bd6f-731f3060 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-731f3060 {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b989-731f3060 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-731f3060 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98d-731f3060 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-731f3060 {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e905-731f3060 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-731f3060 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e909-731f3060 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-731f3060 {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afab-731f3060 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-731f3060 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afaf-731f3060 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-731f3060 {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d78f-731f3060 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d791-731f3060 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-731f3060, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-731f3060, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-731f3060, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-731f3060, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-731f3060, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-731f3060 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_853c8b4e-4294-b469-279c-8f8f2b4f854c-592e1f0e {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: start;
}

#w-node-_1a7fb665-ff36-a589-cc1a-0b1348a04e78-592e1f0e {
  grid-area: 1 / 7 / 2 / 13;
  align-self: end;
}

#w-node-a9b3b152-38aa-8b13-1885-ee3218ffa3f4-592e1f0e, #w-node-_1bc22481-89b5-ccbd-c4fc-e2572ed6af8b-592e1f0e, #w-node-b347bc24-1ae1-3a0d-b453-4bcbfbe762cc-592e1f0e, #w-node-_8622e998-c3aa-9497-921e-ceb300f08d9c-592e1f0e, #w-node-_3bb8d5be-db63-1741-387b-22252bb3afd4-592e1f0e, #w-node-_009bc513-301d-462b-283c-526eefb4c5e2-592e1f0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73ac7a87-0f83-e8bb-6063-9c652f597c31-592e1f0e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-eb8d1757-ba64-338b-1940-5da39c9614fe-592e1f0e {
  grid-area: 1 / 4 / 2 / 13;
  place-self: start;
}

#w-node-_87125eb7-fd73-df0f-efa7-cd97565b3eff-592e1f0e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-adaa9241-f540-1835-5f1a-98bf7fd6e073-592e1f0e {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56bf3df2-ff12-940c-db5a-bc9a06fa7863-592e1f0e {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_26df35f4-de49-651e-1861-1b5347553093-592e1f0e {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_01a7e269-742b-99d9-4b64-a6586bf3bd6f-592e1f0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-592e1f0e {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b989-592e1f0e {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-592e1f0e {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98d-592e1f0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-592e1f0e {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e905-592e1f0e {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-592e1f0e {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e909-592e1f0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-592e1f0e {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afab-592e1f0e {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-592e1f0e {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afaf-592e1f0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-592e1f0e {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d78f-592e1f0e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d791-592e1f0e {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-592e1f0e, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-592e1f0e, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-592e1f0e, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-592e1f0e, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-592e1f0e, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-592e1f0e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_73ac7a87-0f83-e8bb-6063-9c652f597c31-f2c9efaa {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-eb8d1757-ba64-338b-1940-5da39c9614fe-f2c9efaa {
  grid-area: 1 / 4 / 2 / 13;
  place-self: start;
}

#w-node-_87125eb7-fd73-df0f-efa7-cd97565b3eff-f2c9efaa {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-adaa9241-f540-1835-5f1a-98bf7fd6e073-f2c9efaa {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56bf3df2-ff12-940c-db5a-bc9a06fa7863-f2c9efaa {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_26df35f4-de49-651e-1861-1b5347553093-f2c9efaa {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_01a7e269-742b-99d9-4b64-a6586bf3bd6f-f2c9efaa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-f2c9efaa {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b989-f2c9efaa {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-f2c9efaa {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98d-f2c9efaa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-f2c9efaa {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e905-f2c9efaa {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-f2c9efaa {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e909-f2c9efaa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-f2c9efaa {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afab-f2c9efaa {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-f2c9efaa {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afaf-f2c9efaa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-f2c9efaa {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d78f-f2c9efaa {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d791-f2c9efaa {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-f2c9efaa, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-f2c9efaa, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-f2c9efaa, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-f2c9efaa, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-f2c9efaa, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-f2c9efaa {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_73ac7a87-0f83-e8bb-6063-9c652f597c31-5577385c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-eb8d1757-ba64-338b-1940-5da39c9614fe-5577385c {
  grid-area: 1 / 4 / 2 / 13;
  place-self: start;
}

#w-node-_87125eb7-fd73-df0f-efa7-cd97565b3eff-5577385c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-adaa9241-f540-1835-5f1a-98bf7fd6e073-5577385c {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56bf3df2-ff12-940c-db5a-bc9a06fa7863-5577385c {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_26df35f4-de49-651e-1861-1b5347553093-5577385c {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_01a7e269-742b-99d9-4b64-a6586bf3bd6f-5577385c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-5577385c {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b989-5577385c {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-5577385c {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98d-5577385c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-5577385c {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e905-5577385c {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-5577385c {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e909-5577385c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-5577385c {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afab-5577385c {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-5577385c {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afaf-5577385c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-5577385c {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d78f-5577385c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d791-5577385c {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-5577385c, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-5577385c, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-5577385c, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-5577385c, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-5577385c, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-5577385c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_73ac7a87-0f83-e8bb-6063-9c652f597c31-9611e7cd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-eb8d1757-ba64-338b-1940-5da39c9614fe-9611e7cd {
  grid-area: 1 / 4 / 2 / 13;
  place-self: start;
}

#w-node-_87125eb7-fd73-df0f-efa7-cd97565b3eff-9611e7cd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-adaa9241-f540-1835-5f1a-98bf7fd6e073-9611e7cd {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56bf3df2-ff12-940c-db5a-bc9a06fa7863-9611e7cd {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_26df35f4-de49-651e-1861-1b5347553093-9611e7cd {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_01a7e269-742b-99d9-4b64-a6586bf3bd6f-9611e7cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-9611e7cd {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b989-9611e7cd {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-9611e7cd {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98d-9611e7cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-9611e7cd {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e905-9611e7cd {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-9611e7cd {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e909-9611e7cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-9611e7cd {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afab-9611e7cd {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-9611e7cd {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afaf-9611e7cd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-9611e7cd {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d78f-9611e7cd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d791-9611e7cd {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-9611e7cd, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-9611e7cd, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-9611e7cd, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-9611e7cd, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-9611e7cd, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-9611e7cd {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_73ac7a87-0f83-e8bb-6063-9c652f597c31-9612226b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-eb8d1757-ba64-338b-1940-5da39c9614fe-9612226b {
  grid-area: 1 / 4 / 2 / 13;
  place-self: start;
}

#w-node-_87125eb7-fd73-df0f-efa7-cd97565b3eff-9612226b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-adaa9241-f540-1835-5f1a-98bf7fd6e073-9612226b {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56bf3df2-ff12-940c-db5a-bc9a06fa7863-9612226b {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_26df35f4-de49-651e-1861-1b5347553093-9612226b {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_01a7e269-742b-99d9-4b64-a6586bf3bd6f-9612226b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-9612226b {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b989-9612226b {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-9612226b {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98d-9612226b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-9612226b {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e905-9612226b {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-9612226b {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e909-9612226b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-9612226b {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afab-9612226b {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-9612226b {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afaf-9612226b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-9612226b {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d78f-9612226b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d791-9612226b {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-9612226b, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-9612226b, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-9612226b, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-9612226b, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-9612226b, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-9612226b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_73ac7a87-0f83-e8bb-6063-9c652f597c31-78112428 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-eb8d1757-ba64-338b-1940-5da39c9614fe-78112428 {
  grid-area: 1 / 4 / 2 / 13;
  place-self: start;
}

#w-node-_87125eb7-fd73-df0f-efa7-cd97565b3eff-78112428 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-adaa9241-f540-1835-5f1a-98bf7fd6e073-78112428 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56bf3df2-ff12-940c-db5a-bc9a06fa7863-78112428 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_26df35f4-de49-651e-1861-1b5347553093-78112428 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_01a7e269-742b-99d9-4b64-a6586bf3bd6f-78112428 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-78112428 {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b989-78112428 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-78112428 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98d-78112428 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-78112428 {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e905-78112428 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-78112428 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e909-78112428 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-78112428 {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afab-78112428 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-78112428 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afaf-78112428 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-78112428 {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d78f-78112428 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d791-78112428 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-78112428, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-78112428, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-78112428, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-78112428, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-78112428, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-78112428 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_73ac7a87-0f83-e8bb-6063-9c652f597c31-de85ce9f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-eb8d1757-ba64-338b-1940-5da39c9614fe-de85ce9f {
  grid-area: 1 / 4 / 2 / 13;
  place-self: start;
}

#w-node-_87125eb7-fd73-df0f-efa7-cd97565b3eff-de85ce9f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-adaa9241-f540-1835-5f1a-98bf7fd6e073-de85ce9f {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_56bf3df2-ff12-940c-db5a-bc9a06fa7863-de85ce9f {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_26df35f4-de49-651e-1861-1b5347553093-de85ce9f {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_01a7e269-742b-99d9-4b64-a6586bf3bd6f-de85ce9f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-de85ce9f {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b989-de85ce9f {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-de85ce9f {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98d-de85ce9f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-de85ce9f {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e905-de85ce9f {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-de85ce9f {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e909-de85ce9f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-de85ce9f {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afab-de85ce9f {
  grid-area: 1 / 12 / 2 / 13;
  place-self: start end;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-de85ce9f {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afaf-de85ce9f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-de85ce9f {
  grid-area: 1 / 9 / 2 / 12;
  align-self: auto;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d78f-de85ce9f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d791-de85ce9f {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-de85ce9f, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-de85ce9f, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-de85ce9f, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-de85ce9f, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-de85ce9f, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-de85ce9f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_1660618e-0bc0-b8d0-c4f2-55515dd1d10d-3b33e86b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f1a8819b-ee9e-6cd9-386b-a3b5a30f9453-3b33e86b {
    grid-column-end: 5;
  }

  #w-node-_54b45042-4e00-2f9e-f282-aa8c1254e4a3-3b33e86b, #w-node-_922a6653-d399-8d3a-e04f-8eabc33a58b1-3b33e86b, #w-node-eb8d1757-ba64-338b-1940-5da39c9614fb-3b33e86b, #w-node-f97a1ea9-84f3-a767-5b7f-b25941708b8e-3b33e86b, #w-node-_755b3cb8-9c69-0007-4d5f-c3c1ef154463-3b33e86b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a16d2773-1d69-8f5e-9913-92b8a5181bba-3b33e86b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a16d2773-1d69-8f5e-9913-92b8a5181be4-3b33e86b {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-a16d2773-1d69-8f5e-9913-92b8a5181be7-3b33e86b {
    grid-area: 1 / 1 / 2 / 12;
    place-self: baseline;
  }

  #w-node-a16d2773-1d69-8f5e-9913-92b8a5181be8-3b33e86b {
    place-self: auto;
  }

  #w-node-a16d2773-1d69-8f5e-9913-92b8a5181bf0-3b33e86b {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_4cb442a1-b392-dbea-8367-d69853976d79-3b33e86b {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_4cb442a1-b392-dbea-8367-d69853976d7c-3b33e86b {
    grid-area: 1 / 1 / 2 / 12;
    place-self: baseline;
  }

  #w-node-_4cb442a1-b392-dbea-8367-d69853976d7d-3b33e86b {
    place-self: auto;
  }

  #w-node-_4cb442a1-b392-dbea-8367-d69853976d84-3b33e86b {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_32c4dd25-272f-574c-cd55-b65d8c341886-3b33e86b {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_32c4dd25-272f-574c-cd55-b65d8c341889-3b33e86b {
    grid-area: 1 / 1 / 2 / 12;
    place-self: baseline;
  }

  #w-node-_32c4dd25-272f-574c-cd55-b65d8c34188a-3b33e86b {
    place-self: auto;
  }

  #w-node-_32c4dd25-272f-574c-cd55-b65d8c341891-3b33e86b {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_75276052-1470-7740-f33b-954f8acfb925-3b33e86b {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_75276052-1470-7740-f33b-954f8acfb928-3b33e86b {
    grid-area: 1 / 1 / 2 / 12;
    place-self: baseline;
  }

  #w-node-_75276052-1470-7740-f33b-954f8acfb929-3b33e86b {
    place-self: auto;
  }

  #w-node-_75276052-1470-7740-f33b-954f8acfb930-3b33e86b {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_891da31d-6323-bbe4-5412-e4bf121d7a7e-3b33e86b {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_891da31d-6323-bbe4-5412-e4bf121d7a81-3b33e86b {
    grid-area: 1 / 1 / 2 / 12;
    place-self: baseline;
  }

  #w-node-_891da31d-6323-bbe4-5412-e4bf121d7a82-3b33e86b {
    place-self: auto;
  }

  #w-node-_891da31d-6323-bbe4-5412-e4bf121d7a89-3b33e86b {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_06cf87a8-05ac-3db7-91c1-f23c4fca9771-3b33e86b, #w-node-_06cf87a8-05ac-3db7-91c1-f23c4fca977b-3b33e86b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-bf5ccddb-9481-ea38-45d6-026a543d8800-3b33e86b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5bd6f8bf-672a-2195-d07c-6e4039631252-3b33e86b {
    grid-column: 1 / 7;
    align-self: end;
  }

  #w-node-_4d1b807c-99a6-3e23-640d-c838a2502445-3b33e86b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_66905754-4797-253d-f9db-d4321bf031da-3b33e86b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8b5335e4-00e0-b72d-90f8-2ece8f5d88d9-3b33e86b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_66905754-4797-253d-f9db-d4321bf031dd-3b33e86b {
    grid-column: 1 / 7;
    align-self: end;
  }

  #w-node-_66905754-4797-253d-f9db-d4321bf031df-3b33e86b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_7ff8c1b5-fec2-931b-f952-b511ad950b22-3b33e86b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e523d865-b1d4-82af-53c5-829cdba8a006-3b33e86b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7ff8c1b5-fec2-931b-f952-b511ad950b25-3b33e86b {
    grid-column: 1 / 7;
    align-self: end;
  }

  #w-node-_7ff8c1b5-fec2-931b-f952-b511ad950b27-3b33e86b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_5f4cd6fc-2129-3b68-39e6-8787531283d9-3b33e86b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0a4674d8-facb-b852-9b9f-a11c972e8449-3b33e86b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5f4cd6fc-2129-3b68-39e6-8787531283dc-3b33e86b {
    grid-column: 1 / 7;
    align-self: end;
  }

  #w-node-_5f4cd6fc-2129-3b68-39e6-8787531283de-3b33e86b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_16d20e50-05db-e450-1236-95b051ec64d4-692df63b {
    grid-area: 1 / 1 / 2 / 5;
    place-self: start;
  }

  #w-node-_738bd127-5ef6-ee25-5e4e-41d034cccdfe-692df63b {
    grid-column: span 4 / span 4;
  }

  #w-node-fa71010d-2810-a2e5-e8d2-d467016be02a-692df63b {
    grid-column: 1 / 5;
  }

  #w-node-_5c8df155-606c-cc8c-64d4-42c0b3254ce1-b3254cde {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5c8df155-606c-cc8c-64d4-42c0b3254ce8-b3254cde {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9b45e52e-ff4e-263f-bd03-3ddb08a3b38d-08a3b37e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_0571d8df-67bc-2c47-dfd5-4db883aa6289-83aa6286 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0571d8df-67bc-2c47-dfd5-4db883aa628c-83aa6286 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_0571d8df-67bc-2c47-dfd5-4db883aa6291-83aa6286 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0571d8df-67bc-2c47-dfd5-4db883aa6295-83aa6286 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_0571d8df-67bc-2c47-dfd5-4db883aa6299-83aa6286 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto center;
  }

  #w-node-db1df025-7fc6-b317-7a29-2f4ebad1e809-731f3060, #w-node-ec50008a-b802-8cbd-8c78-3af2bfbdbe3c-731f3060, #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa3ed-731f3060 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa3f4-731f3060 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: end;
  }

  #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa3fe-731f3060 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa40a-731f3060 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: end;
  }

  #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa414-731f3060 {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa41e-731f3060 {
    grid-area: 3 / 1 / 4 / 5;
    justify-self: end;
  }

  #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa428-731f3060 {
    grid-area: 3 / 5 / 4 / 9;
  }

  #w-node-_06c774af-fb18-56e5-c0a3-6199ec45e5f9-731f3060, #w-node-_06c774af-fb18-56e5-c0a3-6199ec45e602-731f3060 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_95ef6689-87e1-d346-8413-22181cf721f1-731f3060 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9815d1cd-59d6-e0d9-b371-810291202dac-731f3060 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-fd96753e-5acc-dc4a-c80f-0ec1f3a641e4-731f3060 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_023359b1-222c-f0c5-e1a1-f15086240051-731f3060 {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-eb8d1757-ba64-338b-1940-5da39c9614fe-731f3060 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b28be918-abed-97dc-76a2-2135d460c02e-731f3060 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: start;
  }

  #w-node-b28be918-abed-97dc-76a2-2135d460c031-731f3060 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-b28be918-abed-97dc-76a2-2135d460c034-731f3060 {
    grid-area: 3 / 9 / 4 / 11;
    justify-self: start;
  }

  #w-node-b28be918-abed-97dc-76a2-2135d460c037-731f3060 {
    grid-area: 2 / 3 / 3 / 5;
    justify-self: start;
  }

  #w-node-_7bfab0ba-24a6-3313-9069-35a39185cf7e-731f3060 {
    grid-area: 2 / 5 / 3 / 7;
    justify-self: start;
  }

  #w-node-_9410fcd2-4c2b-e991-49ee-67ec26dceb79-731f3060 {
    grid-area: 2 / 11 / 3 / 13;
    place-self: auto start;
  }

  #w-node-f7542dd9-5023-099b-e7e3-4ed082754aab-731f3060 {
    grid-area: 2 / 7 / 3 / 9;
    place-self: auto start;
  }

  #w-node-eb607b8b-6069-5a1f-aa16-7063504c6d33-731f3060 {
    grid-area: 2 / 9 / 3 / 11;
    place-self: auto start;
  }

  #w-node-cac7a7a2-deaf-6dab-ff85-0b5a693b7f62-731f3060 {
    grid-area: 3 / 7 / 4 / 9;
    justify-self: start;
  }

  #w-node-_51f8add4-bc81-1eb4-2885-3024cb0fdb60-731f3060 {
    grid-area: 3 / 5 / 4 / 7;
    justify-self: start;
  }

  #w-node-_68be5b2a-212b-9c9a-8537-5ce6920cf0ec-731f3060 {
    grid-area: 3 / 3 / 4 / 5;
    justify-self: start;
  }

  #w-node-cd8bf5ab-33ee-f0f3-2ab8-3b1c29562b3f-731f3060 {
    grid-area: 3 / 11 / 4 / 13;
    justify-self: start;
  }

  #w-node-_1c572975-c2f9-7963-319f-c4a518e21ba3-731f3060 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_4e7e9d59-a7e4-5896-4072-8f4d4078363c-731f3060, #w-node-_4e7e9d59-a7e4-5896-4072-8f4d40783642-731f3060 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-adaa9241-f540-1835-5f1a-98bf7fd6e073-731f3060 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_56bf3df2-ff12-940c-db5a-bc9a06fa7863-731f3060 {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-731f3060 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_01a7e269-742b-99d9-4b64-a6586bf3bd6f-731f3060 {
    place-self: auto;
  }

  #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-731f3060 {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b989-731f3060 {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-731f3060 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98d-731f3060 {
    place-self: auto;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-731f3060 {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e905-731f3060 {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-731f3060 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e909-731f3060 {
    place-self: auto;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-731f3060 {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afab-731f3060 {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-731f3060 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afaf-731f3060 {
    place-self: auto;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-731f3060 {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d791-731f3060 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-731f3060, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-731f3060, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-731f3060, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-731f3060, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-731f3060, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-731f3060 {
    grid-column: span 2 / span 2;
  }

  #w-node-_853c8b4e-4294-b469-279c-8f8f2b4f854c-592e1f0e {
    grid-column-end: 5;
  }

  #w-node-_1a7fb665-ff36-a589-cc1a-0b1348a04e78-592e1f0e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa3f4-592e1f0e, #w-node-_1bc22481-89b5-ccbd-c4fc-e2572ed6af8b-592e1f0e, #w-node-b347bc24-1ae1-3a0d-b453-4bcbfbe762cc-592e1f0e, #w-node-_8622e998-c3aa-9497-921e-ceb300f08d9c-592e1f0e, #w-node-_3bb8d5be-db63-1741-387b-22252bb3afd4-592e1f0e, #w-node-_009bc513-301d-462b-283c-526eefb4c5e2-592e1f0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-eb8d1757-ba64-338b-1940-5da39c9614fe-592e1f0e, #w-node-adaa9241-f540-1835-5f1a-98bf7fd6e073-592e1f0e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_56bf3df2-ff12-940c-db5a-bc9a06fa7863-592e1f0e {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-592e1f0e {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_01a7e269-742b-99d9-4b64-a6586bf3bd6f-592e1f0e {
    place-self: auto;
  }

  #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-592e1f0e {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b989-592e1f0e {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-592e1f0e {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98d-592e1f0e {
    place-self: auto;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-592e1f0e {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e905-592e1f0e {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-592e1f0e {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e909-592e1f0e {
    place-self: auto;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-592e1f0e {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afab-592e1f0e {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-592e1f0e {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afaf-592e1f0e {
    place-self: auto;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-592e1f0e {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d791-592e1f0e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-592e1f0e, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-592e1f0e, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-592e1f0e, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-592e1f0e, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-592e1f0e, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-592e1f0e {
    grid-column: span 2 / span 2;
  }

  #w-node-eb8d1757-ba64-338b-1940-5da39c9614fe-f2c9efaa, #w-node-adaa9241-f540-1835-5f1a-98bf7fd6e073-f2c9efaa {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_56bf3df2-ff12-940c-db5a-bc9a06fa7863-f2c9efaa {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-f2c9efaa {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_01a7e269-742b-99d9-4b64-a6586bf3bd6f-f2c9efaa {
    place-self: auto;
  }

  #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-f2c9efaa {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b989-f2c9efaa {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-f2c9efaa {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98d-f2c9efaa {
    place-self: auto;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-f2c9efaa {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e905-f2c9efaa {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-f2c9efaa {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e909-f2c9efaa {
    place-self: auto;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-f2c9efaa {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afab-f2c9efaa {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-f2c9efaa {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afaf-f2c9efaa {
    place-self: auto;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-f2c9efaa {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d791-f2c9efaa {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-f2c9efaa, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-f2c9efaa, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-f2c9efaa, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-f2c9efaa, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-f2c9efaa, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-f2c9efaa {
    grid-column: span 2 / span 2;
  }

  #w-node-eb8d1757-ba64-338b-1940-5da39c9614fe-5577385c, #w-node-adaa9241-f540-1835-5f1a-98bf7fd6e073-5577385c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_56bf3df2-ff12-940c-db5a-bc9a06fa7863-5577385c {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-5577385c {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_01a7e269-742b-99d9-4b64-a6586bf3bd6f-5577385c {
    place-self: auto;
  }

  #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-5577385c {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b989-5577385c {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-5577385c {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98d-5577385c {
    place-self: auto;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-5577385c {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e905-5577385c {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-5577385c {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e909-5577385c {
    place-self: auto;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-5577385c {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afab-5577385c {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-5577385c {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afaf-5577385c {
    place-self: auto;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-5577385c {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d791-5577385c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-5577385c, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-5577385c, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-5577385c, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-5577385c, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-5577385c, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-5577385c {
    grid-column: span 2 / span 2;
  }

  #w-node-eb8d1757-ba64-338b-1940-5da39c9614fe-9611e7cd, #w-node-adaa9241-f540-1835-5f1a-98bf7fd6e073-9611e7cd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_56bf3df2-ff12-940c-db5a-bc9a06fa7863-9611e7cd {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-9611e7cd {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_01a7e269-742b-99d9-4b64-a6586bf3bd6f-9611e7cd {
    place-self: auto;
  }

  #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-9611e7cd {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b989-9611e7cd {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-9611e7cd {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98d-9611e7cd {
    place-self: auto;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-9611e7cd {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e905-9611e7cd {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-9611e7cd {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e909-9611e7cd {
    place-self: auto;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-9611e7cd {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afab-9611e7cd {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-9611e7cd {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afaf-9611e7cd {
    place-self: auto;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-9611e7cd {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d791-9611e7cd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-9611e7cd, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-9611e7cd, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-9611e7cd, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-9611e7cd, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-9611e7cd, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-9611e7cd {
    grid-column: span 2 / span 2;
  }

  #w-node-eb8d1757-ba64-338b-1940-5da39c9614fe-9612226b, #w-node-adaa9241-f540-1835-5f1a-98bf7fd6e073-9612226b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_56bf3df2-ff12-940c-db5a-bc9a06fa7863-9612226b {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-9612226b {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_01a7e269-742b-99d9-4b64-a6586bf3bd6f-9612226b {
    place-self: auto;
  }

  #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-9612226b {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b989-9612226b {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-9612226b {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98d-9612226b {
    place-self: auto;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-9612226b {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e905-9612226b {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-9612226b {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e909-9612226b {
    place-self: auto;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-9612226b {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afab-9612226b {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-9612226b {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afaf-9612226b {
    place-self: auto;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-9612226b {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d791-9612226b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-9612226b, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-9612226b, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-9612226b, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-9612226b, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-9612226b, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-9612226b {
    grid-column: span 2 / span 2;
  }

  #w-node-eb8d1757-ba64-338b-1940-5da39c9614fe-78112428, #w-node-adaa9241-f540-1835-5f1a-98bf7fd6e073-78112428 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_56bf3df2-ff12-940c-db5a-bc9a06fa7863-78112428 {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-78112428 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_01a7e269-742b-99d9-4b64-a6586bf3bd6f-78112428 {
    place-self: auto;
  }

  #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-78112428 {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b989-78112428 {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-78112428 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98d-78112428 {
    place-self: auto;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-78112428 {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e905-78112428 {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-78112428 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e909-78112428 {
    place-self: auto;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-78112428 {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afab-78112428 {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-78112428 {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afaf-78112428 {
    place-self: auto;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-78112428 {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d791-78112428 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-78112428, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-78112428, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-78112428, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-78112428, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-78112428, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-78112428 {
    grid-column: span 2 / span 2;
  }

  #w-node-eb8d1757-ba64-338b-1940-5da39c9614fe-de85ce9f, #w-node-adaa9241-f540-1835-5f1a-98bf7fd6e073-de85ce9f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_56bf3df2-ff12-940c-db5a-bc9a06fa7863-de85ce9f {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-de85ce9f {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_01a7e269-742b-99d9-4b64-a6586bf3bd6f-de85ce9f {
    place-self: auto;
  }

  #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-de85ce9f {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b989-de85ce9f {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-de85ce9f {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98d-de85ce9f {
    place-self: auto;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-de85ce9f {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e905-de85ce9f {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-de85ce9f {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e909-de85ce9f {
    place-self: auto;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-de85ce9f {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afab-de85ce9f {
    grid-column: 12 / 13;
    align-self: center;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-de85ce9f {
    grid-area: 1 / 1 / 2 / 9;
    place-self: baseline;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afaf-de85ce9f {
    place-self: auto;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-de85ce9f {
    grid-area: 1 / 8 / 2 / 12;
    place-self: center;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d791-de85ce9f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-de85ce9f, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-de85ce9f, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-de85ce9f, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-de85ce9f, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-de85ce9f, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-de85ce9f {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a16d2773-1d69-8f5e-9913-92b8a5181be7-3b33e86b {
    grid-column-end: 8;
  }

  #w-node-a16d2773-1d69-8f5e-9913-92b8a5181bf0-3b33e86b {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_4cb442a1-b392-dbea-8367-d69853976d7c-3b33e86b {
    grid-column-end: 8;
  }

  #w-node-_4cb442a1-b392-dbea-8367-d69853976d84-3b33e86b {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_32c4dd25-272f-574c-cd55-b65d8c341889-3b33e86b {
    grid-column-end: 8;
  }

  #w-node-_32c4dd25-272f-574c-cd55-b65d8c341891-3b33e86b {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_75276052-1470-7740-f33b-954f8acfb928-3b33e86b {
    grid-column-end: 8;
  }

  #w-node-_75276052-1470-7740-f33b-954f8acfb930-3b33e86b {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_891da31d-6323-bbe4-5412-e4bf121d7a81-3b33e86b {
    grid-column-end: 8;
  }

  #w-node-_891da31d-6323-bbe4-5412-e4bf121d7a89-3b33e86b {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-b28be918-abed-97dc-76a2-2135d460c02e-731f3060, #w-node-b28be918-abed-97dc-76a2-2135d460c031-731f3060, #w-node-b28be918-abed-97dc-76a2-2135d460c034-731f3060, #w-node-b28be918-abed-97dc-76a2-2135d460c037-731f3060, #w-node-_7bfab0ba-24a6-3313-9069-35a39185cf7e-731f3060, #w-node-_9410fcd2-4c2b-e991-49ee-67ec26dceb79-731f3060, #w-node-f7542dd9-5023-099b-e7e3-4ed082754aab-731f3060, #w-node-eb607b8b-6069-5a1f-aa16-7063504c6d33-731f3060, #w-node-cac7a7a2-deaf-6dab-ff85-0b5a693b7f62-731f3060, #w-node-_51f8add4-bc81-1eb4-2885-3024cb0fdb60-731f3060, #w-node-_68be5b2a-212b-9c9a-8537-5ce6920cf0ec-731f3060, #w-node-cd8bf5ab-33ee-f0f3-2ab8-3b1c29562b3f-731f3060 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1c572975-c2f9-7963-319f-c4a518e21ba3-731f3060 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-731f3060 {
    grid-column-end: 3;
  }

  #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-731f3060 {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-731f3060 {
    grid-column-end: 3;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-731f3060 {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-731f3060 {
    grid-column-end: 3;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-731f3060 {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-731f3060 {
    grid-column-end: 3;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-731f3060 {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-592e1f0e {
    grid-column-end: 3;
  }

  #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-592e1f0e {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-592e1f0e {
    grid-column-end: 3;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-592e1f0e {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-592e1f0e {
    grid-column-end: 3;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-592e1f0e {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-592e1f0e {
    grid-column-end: 3;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-592e1f0e {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-f2c9efaa {
    grid-column-end: 3;
  }

  #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-f2c9efaa {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-f2c9efaa {
    grid-column-end: 3;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-f2c9efaa {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-f2c9efaa {
    grid-column-end: 3;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-f2c9efaa {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-f2c9efaa {
    grid-column-end: 3;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-f2c9efaa {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-5577385c {
    grid-column-end: 3;
  }

  #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-5577385c {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-5577385c {
    grid-column-end: 3;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-5577385c {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-5577385c {
    grid-column-end: 3;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-5577385c {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-5577385c {
    grid-column-end: 3;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-5577385c {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-9611e7cd {
    grid-column-end: 3;
  }

  #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-9611e7cd {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-9611e7cd {
    grid-column-end: 3;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-9611e7cd {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-9611e7cd {
    grid-column-end: 3;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-9611e7cd {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-9611e7cd {
    grid-column-end: 3;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-9611e7cd {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-9612226b {
    grid-column-end: 3;
  }

  #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-9612226b {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-9612226b {
    grid-column-end: 3;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-9612226b {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-9612226b {
    grid-column-end: 3;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-9612226b {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-9612226b {
    grid-column-end: 3;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-9612226b {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-78112428 {
    grid-column-end: 3;
  }

  #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-78112428 {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-78112428 {
    grid-column-end: 3;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-78112428 {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-78112428 {
    grid-column-end: 3;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-78112428 {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-78112428 {
    grid-column-end: 3;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-78112428 {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-de85ce9f {
    grid-column-end: 3;
  }

  #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-de85ce9f {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-de85ce9f {
    grid-column-end: 3;
  }

  #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-de85ce9f {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-de85ce9f {
    grid-column-end: 3;
  }

  #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-de85ce9f {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-de85ce9f {
    grid-column-end: 3;
  }

  #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-de85ce9f {
    grid-area: 1 / 3 / 2 / 5;
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a16d2773-1d69-8f5e-9913-92b8a5181be7-3b33e86b, #w-node-a16d2773-1d69-8f5e-9913-92b8a5181bf0-3b33e86b, #w-node-_4cb442a1-b392-dbea-8367-d69853976d7c-3b33e86b, #w-node-_4cb442a1-b392-dbea-8367-d69853976d84-3b33e86b, #w-node-_32c4dd25-272f-574c-cd55-b65d8c341889-3b33e86b, #w-node-_32c4dd25-272f-574c-cd55-b65d8c341891-3b33e86b, #w-node-_75276052-1470-7740-f33b-954f8acfb928-3b33e86b, #w-node-_75276052-1470-7740-f33b-954f8acfb930-3b33e86b, #w-node-_891da31d-6323-bbe4-5412-e4bf121d7a81-3b33e86b, #w-node-_891da31d-6323-bbe4-5412-e4bf121d7a89-3b33e86b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_16d20e50-05db-e450-1236-95b051ec64d4-692df63b {
    grid-column: 2 / 3;
  }

  #w-node-fa71010d-2810-a2e5-e8d2-d467016be02a-692df63b {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_0571d8df-67bc-2c47-dfd5-4db883aa628f-83aa6286 {
    grid-area: 1 / 7 / 2 / 13;
    place-self: center;
  }

  #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa3f4-731f3060, #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa3fe-731f3060, #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa40a-731f3060, #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa414-731f3060, #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa41e-731f3060, #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa428-731f3060 {
    grid-column: span 4 / span 4;
  }

  #w-node-b28be918-abed-97dc-76a2-2135d460c02e-731f3060, #w-node-b28be918-abed-97dc-76a2-2135d460c031-731f3060, #w-node-b28be918-abed-97dc-76a2-2135d460c034-731f3060, #w-node-b28be918-abed-97dc-76a2-2135d460c037-731f3060, #w-node-_7bfab0ba-24a6-3313-9069-35a39185cf7e-731f3060, #w-node-_9410fcd2-4c2b-e991-49ee-67ec26dceb79-731f3060, #w-node-f7542dd9-5023-099b-e7e3-4ed082754aab-731f3060 {
    grid-column: span 2 / span 2;
  }

  #w-node-eb607b8b-6069-5a1f-aa16-7063504c6d33-731f3060 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1c572975-c2f9-7963-319f-c4a518e21ba3-731f3060 {
    grid-column-end: 7;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-731f3060, #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-731f3060, #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-731f3060, #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-731f3060, #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-731f3060, #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-731f3060, #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-731f3060, #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-731f3060 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-731f3060, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-731f3060, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-731f3060, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-731f3060, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-731f3060, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-731f3060, #w-node-a9b3b152-38aa-8b13-1885-ee3218ffa3f4-592e1f0e, #w-node-_1bc22481-89b5-ccbd-c4fc-e2572ed6af8b-592e1f0e, #w-node-b347bc24-1ae1-3a0d-b453-4bcbfbe762cc-592e1f0e, #w-node-_8622e998-c3aa-9497-921e-ceb300f08d9c-592e1f0e, #w-node-_3bb8d5be-db63-1741-387b-22252bb3afd4-592e1f0e, #w-node-_009bc513-301d-462b-283c-526eefb4c5e2-592e1f0e {
    grid-column: span 4 / span 4;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-592e1f0e, #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-592e1f0e, #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-592e1f0e, #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-592e1f0e, #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-592e1f0e, #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-592e1f0e, #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-592e1f0e, #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-592e1f0e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-592e1f0e, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-592e1f0e, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-592e1f0e, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-592e1f0e, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-592e1f0e, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-592e1f0e {
    grid-column: span 4 / span 4;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-f2c9efaa, #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-f2c9efaa, #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-f2c9efaa, #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-f2c9efaa, #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-f2c9efaa, #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-f2c9efaa, #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-f2c9efaa, #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-f2c9efaa {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-f2c9efaa, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-f2c9efaa, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-f2c9efaa, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-f2c9efaa, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-f2c9efaa, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-f2c9efaa {
    grid-column: span 4 / span 4;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-5577385c, #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-5577385c, #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-5577385c, #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-5577385c, #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-5577385c, #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-5577385c, #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-5577385c, #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-5577385c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-5577385c, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-5577385c, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-5577385c, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-5577385c, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-5577385c, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-5577385c {
    grid-column: span 4 / span 4;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-9611e7cd, #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-9611e7cd, #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-9611e7cd, #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-9611e7cd, #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-9611e7cd, #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-9611e7cd, #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-9611e7cd, #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-9611e7cd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-9611e7cd, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-9611e7cd, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-9611e7cd, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-9611e7cd, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-9611e7cd, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-9611e7cd {
    grid-column: span 4 / span 4;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-9612226b, #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-9612226b, #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-9612226b, #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-9612226b, #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-9612226b, #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-9612226b, #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-9612226b, #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-9612226b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-9612226b, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-9612226b, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-9612226b, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-9612226b, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-9612226b, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-9612226b {
    grid-column: span 4 / span 4;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-78112428, #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-78112428, #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-78112428, #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-78112428, #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-78112428, #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-78112428, #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-78112428, #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-78112428 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-78112428, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-78112428, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-78112428, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-78112428, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-78112428, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-78112428 {
    grid-column: span 4 / span 4;
  }

  #w-node-_26df35f4-de49-651e-1861-1b5347553093-de85ce9f, #w-node-_2d55499e-d8b1-e784-8521-97eb4511d8bb-de85ce9f, #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b98c-de85ce9f, #w-node-_17b1ff6e-d31b-5ce7-0fab-03bec252b995-de85ce9f, #w-node-_688614a4-d2c6-9616-5f53-da5d6948e908-de85ce9f, #w-node-_688614a4-d2c6-9616-5f53-da5d6948e911-de85ce9f, #w-node-a4666175-ee8a-9b3e-02f3-21d68574afae-de85ce9f, #w-node-a4666175-ee8a-9b3e-02f3-21d68574afb7-de85ce9f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_58899179-65b1-b0d3-a503-a30bcb51d798-de85ce9f, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7a2-de85ce9f, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ac-de85ce9f, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7b6-de85ce9f, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7c0-de85ce9f, #w-node-_58899179-65b1-b0d3-a503-a30bcb51d7ca-de85ce9f {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'Aspekta';
  src: url('../fonts/Aspekta-550.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta';
  src: url('../fonts/Aspekta-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta';
  src: url('../fonts/Aspekta-500.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nyghtserif';
  src: url('../fonts/NyghtSerif-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nyghtserif';
  src: url('../fonts/NyghtSerif-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nyghtserif';
  src: url('../fonts/NyghtSerif-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Editorial New';
  src: url('../fonts/PPEditorialNew-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Editorial New';
  src: url('../fonts/PPEditorialNew-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Editorial New';
  src: url('../fonts/PPEditorialNew-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Editorial New';
  src: url('../fonts/PPEditorialNew-Ultrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Editorial New';
  src: url('../fonts/PPEditorialNew-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Editorial New';
  src: url('../fonts/PPEditorialNew-UltraboldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-SemiBolditalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}