@font-face {
  font-family: Orticalinear;
  src: url('../fonts/OrticaLinear-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --colors--neutral-100: #f4f4f4;
  --secondary: Geist, sans-serif;
  --primary: Orticalinear, "Times New Roman", sans-serif;
  --colors--neutral-600: #1e1e1f;
  --colors--neutral-200: #f2f2f2;
  --colors--neutral-300: #e0e0e0;
  --colors--white: white;
  --colors--black: black;
  --colors--neutral-400: #bfbfbf;
  --colors--neutral-500: #29292b;
  --colors--beige-dark: #5e544d;
  --font-size--5xl: 3.5rem;
  --font-size--4xl: 3rem;
  --font-size--3xl: 2.5rem;
  --font-size--2xl: 2rem;
  --font-size--xl: 1.75rem;
  --font-size--large: 1.5rem;
  --font-size--base: 1rem;
  --site-padding--desktop: 1em;
  --site-padding--tablet: 1rem;
  --site-padding--mobile: .85rem;
  --fluid-font-size--4xl: 3.2vw;
  --font-size--xs: .85rem;
  --font-size--8xl: 8.75rem;
  --fluid-font-size--8xl: 9.333vw;
  --font-size--7xl: 5rem;
  --font-size--6xl: 4rem;
  --colors--brand: #255b65;
  --mono: "PT Mono", sans-serif;
  --fluid-font-size--base: 1.2vw;
  --font-size--small: .9rem;
  --colors--beige-light: #d0c4b8;
  --fluid-font-size--xs: 1vw;
  --fluid-font-size--small: 1.067vw;
  --fluid-font-size--large: 1.6vw;
  --fluid-font-size--xl: 1.867vw;
  --fluid-font-size--2xl: 2.133vw;
  --fluid-font-size--3xl: 2.667vw;
  --fluid-font-size--5xl: 3.733vw;
  --fluid-font-size--6xl: 4.267vw;
  --fluid-font-size--7xl: 5.333vw;
  --corners--large: .75rem;
  --corners--medium: .5rem;
  --corners--small: .25rem;
}

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

body {
  background-color: var(--colors--neutral-100);
  font-family: var(--secondary);
  letter-spacing: -.05em;
  font-weight: 400;
  line-height: 1.3;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  overscroll-behavior: none;
}

h1 {
  font-family: var(--primary);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: .9;
}

h2 {
  font-family: var(--primary);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  font-family: var(--primary);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-family: var(--primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  font-family: var(--primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  font-family: var(--primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

p {
  line-height: 1.35;
}

a {
  color: var(--colors--neutral-600);
  text-decoration: none;
}

ul {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-top: 1em;
  padding-left: 2em;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 3rem;
  padding-left: 40px;
}

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

blockquote {
  border-left: 2px solid var(--colors--neutral-200);
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 3rem;
}

.info-page-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.info-page-content.max-width {
  max-width: 70ch;
}

.color-spacer {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.style-guide-item-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #ffffff2b;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: flex;
}

.style-guide-heading-wrapper {
  margin-bottom: 5rem;
}

.form-message-error {
  background-color: #fef3f2;
  margin-top: 2rem;
  padding: .75rem 1rem;
}

.style-guide-background {
  border: 1px solid #fff3;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.swatch {
  border: 1px solid var(--colors--neutral-300);
}

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

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

.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.neutral-600 {
  background-color: var(--colors--neutral-600);
}

.swatch.red {
  background-color: var(--colors--beige-dark);
}

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

.rich-text h1 {
  line-height: 1;
  font-size: clamp(var(--font-size--6xl), var(--fluid-font-size--6xl), var(--fluid-font-size--6xl));
  margin-bottom: 1rem;
}

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

.rich-text h2 {
  line-height: 1;
  font-size: clamp(var(--font-size--5xl), var(--fluid-font-size--5xl), var(--fluid-font-size--5xl));
  margin-bottom: 1rem;
}

.rich-text figcaption {
  margin-bottom: 0;
}

.rich-text h3 {
  line-height: 1;
  font-size: clamp(var(--font-size--4xl), var(--fluid-font-size--4xl), var(--fluid-font-size--4xl));
  margin-bottom: 1rem;
}

.rich-text blockquote {
  border-left-width: 2px;
  border-left-color: var(--colors--neutral-400);
}

.rich-text h4 {
  font-weight: 400;
  line-height: 1.1;
  font-size: clamp(var(--font-size--3xl), var(--fluid-font-size--3xl), var(--fluid-font-size--3xl));
  margin-bottom: 1rem;
}

.rich-text h5 {
  font-family: var(--primary);
  font-weight: 400;
  line-height: 1.1;
  font-size: clamp(var(--font-size--2xl), var(--fluid-font-size--2xl), var(--fluid-font-size--2xl));
  margin-bottom: 1rem;
}

.rich-text ul {
  margin-bottom: 3rem;
}

.rich-text h6 {
  font-weight: 400;
  line-height: 1.1;
  font-size: clamp(var(--font-size--xl), var(--fluid-font-size--xl), var(--fluid-font-size--xl));
  margin-bottom: 1rem;
}

.rich-text figure {
  margin-bottom: 3rem;
}

.style-guide-item {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.form-submit-button {
  background-color: var(--colors--black);
  border-radius: 80rem;
  padding: .75em 1.25em;
  transition: opacity .2s;
}

.form-submit-button:hover {
  background-color: var(--colors--neutral-500);
  color: var(--colors--white);
}

.container {
  padding-right: var(--site-padding--desktop);
  padding-left: var(--site-padding--desktop);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.style-guide-label {
  background-color: var(--colors--neutral-300);
  font-weight: 500;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
  border-radius: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  display: flex;
}

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

.margin-bottom.medium {
  margin-bottom: 2rem;
}

.margin-bottom.small {
  margin-bottom: 1rem;
}

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

.utility-page-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 32rem;
  display: flex;
}

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

.list {
  margin-bottom: 0;
}

.list-item {
  margin-bottom: .25rem;
}

.form-input {
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-style: dashed;
  border-bottom-width: 1.5px;
  border-right-style: none;
  border-right-width: 1px;
  border-bottom-color: var(--colors--neutral-400);
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  background-color: #fff0;
  border-left-style: none;
  border-left-width: 1px;
  margin-bottom: 2rem;
  padding: 1em 0 1.5rem;
}

.form-input:focus {
  color: var(--colors--neutral-600);
}

.form-input:focus-visible, .form-input[data-wf-focus-visible] {
  border-bottom-color: var(--colors--neutral-500);
  color: var(--colors--neutral-600);
}

.form-input::placeholder {
  color: var(--colors--neutral-500);
  -webkit-text-stroke-color: var(--colors--black);
}

.page-wrapper {
  overflow: clip;
}

.section {
  padding-top: 10em;
  padding-bottom: 10em;
}

.section.hero {
  height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.intro {
  padding-top: 12em;
  padding-bottom: 5em;
}

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

.section.blog {
  padding-top: 12em;
  padding-bottom: 6em;
}

.section.project-header {
  padding-top: 12em;
  padding-bottom: 6rem;
}

.section.contact {
  padding-top: 12em;
  padding-bottom: 1rem;
}

.section.padding-5 {
  padding-top: 5em;
  padding-bottom: 5em;
}

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

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

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

.utility-page-heading {
  font-size: var(--fluid-font-size--4xl);
  letter-spacing: -.035em;
}

.display-xs {
  letter-spacing: -.04em;
  font-weight: 500;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
}

.display-xs.weight-400 {
  font-weight: 400;
}

._50-ch-max {
  max-width: 50ch;
}

.block-quote {
  border-left-width: 2px;
  border-left-color: var(--colors--neutral-400);
}

.display-8xl {
  line-height: .9;
  font-size: clamp(var(--font-size--8xl), var(--fluid-font-size--8xl), var(--fluid-font-size--8xl));
}

.cursor-wrap {
  z-index: 999;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  border: 1px solid var(--colors--beige-dark);
  border-radius: 100%;
  width: 24px;
  height: 24px;
  transition: opacity .3s;
}

.display-xl {
  letter-spacing: -.06em;
  font-size: clamp(var(--font-size--xl), var(--fluid-font-size--xl), var(--fluid-font-size--xl));
}

.display-xl.hide {
  display: none;
}

.form-block {
  width: 100%;
}

.form-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.margin-top.large {
  margin-top: 4rem;
}

.form-message-success {
  background-color: #ddd0;
  padding: .75rem 1rem;
}

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

.hero-content {
  border-radius: .375rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.hero-left-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-image-wrap {
  width: 90%;
  height: 100%;
  position: relative;
}

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

.hero-portrait-wrap {
  aspect-ratio: 4 / 6;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

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

.welcome-content-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 18vw;
  height: auto;
  display: flex;
}

.bottom-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.circle-container {
  z-index: 777;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  display: flex;
  position: absolute;
  inset: -3.5em -3.5em auto auto;
}

.circular-text {
  width: 100%;
  height: 100%;
  padding: 0;
}

.circular-text.project {
  padding: 0;
}

.portrait-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-reveal-hero {
  z-index: 2;
  background-color: var(--colors--neutral-100);
  width: 110%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.label-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._12-column-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 5em;
  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) 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

._12-column-grid.align-middle {
  place-items: center stretch;
}

.about-text-wrap {
  max-width: 50ch;
}

.button-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-wrap.align-right {
  justify-content: flex-end;
  align-items: flex-start;
}

.button {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: var(--colors--black);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.white {
  filter: invert();
}

.button-icon-circle {
  border: 1px dashed var(--colors--black);
  border-radius: 50rem;
  padding: .5em;
}

.button-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.arrow-icon.hover {
  position: absolute;
  top: 0;
  left: -100%;
}

.content-wrap {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  display: flex;
}

.content-wrap.small {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.text-wrap {
  padding-bottom: .5em;
  overflow: hidden;
}

._50-ch-headline-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50ch;
  display: flex;
}

.home-project-wrap {
  grid-column-gap: .5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-link-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.project-details-wrap {
  justify-content: space-between;
  display: flex;
}

.project-top {
  aspect-ratio: 3 / 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.project-top.tall {
  aspect-ratio: 9 / 16;
}

.project-top._44-5 {
  aspect-ratio: 4 / 5;
}

.project-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.framer-wrap {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.frame {
  width: .75em;
}

.frame.top-left {
  position: absolute;
  inset: 1em auto auto 1em;
}

.frame.top-right {
  position: absolute;
  inset: 1em 1em auto auto;
}

.frame.bottom-left {
  position: absolute;
  inset: auto auto 1em 1em;
}

.frame.bottom-right {
  position: absolute;
  inset: auto 1em 1em auto;
}

.view-project-wrap {
  z-index: 2;
  width: 8em;
  position: absolute;
}

.arrow-right-container {
  position: relative;
  overflow: hidden;
}

.arrow-right {
  width: 1.25em;
}

.project-link-block {
  width: 100%;
}

.align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.service-image-wrap {
  z-index: -1;
  aspect-ratio: 3 / 4;
  width: 10em;
  display: flex;
  overflow: clip;
}

.service-content-wrap {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.service-content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-link-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.learn-more-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.service-text {
  font-size: 3rem;
}

.service-front {
  position: absolute;
}

.service-frame {
  padding: 3em;
  position: relative;
}

.parallax-image {
  z-index: 6;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.parallax-image.fit-bottom {
  object-position: 50% 100%;
}

.parallax-image.fit-top {
  object-position: 50% 0%;
}

.image-wrap {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  height: 70dvh;
  min-height: 30em;
  position: relative;
  overflow: hidden;
}

.background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.featured-wrap {
  width: 100%;
}

.featured-row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos-wrapper {
  display: flex;
}

.logos-overflow-hidden {
  overflow: hidden;
}

.gradient-block {
  background-image: linear-gradient(90deg, var(--colors--neutral-100), #fff0 50%);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gradient-block.right {
  background-image: linear-gradient(270deg, var(--colors--neutral-100), #fff0 55%);
  inset: 0% 0% 0% auto;
}

.logos-list {
  grid-column-gap: 6em;
  grid-row-gap: 1em;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-top: 0;
  margin-right: 6rem;
  display: grid;
}

.logo-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 12vw;
  display: flex;
}

.logo-image {
  width: 100%;
  height: 100%;
}

.button-hover-line {
  background-color: var(--colors--white);
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 1px;
}

.label-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.footer-button {
  grid-column-gap: .5rem;
  color: var(--colors--white);
  line-height: 1;
  font-size: clamp(var(--font-size--large), var(--fluid-font-size--large), var(--fluid-font-size--large));
  text-wrap: nowrap;
  align-items: center;
  padding: 0 0 .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-button:hover {
  opacity: 1;
}

.footer-button.w--current {
  text-wrap: nowrap;
}

.block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-content-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--colors--white);
  flex-flow: column;
  display: flex;
}

.footer-legal-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.footer {
  background-color: var(--colors--brand);
  margin-top: 5em;
  padding-top: 3em;
  padding-bottom: 1rem;
}

.footer-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

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

.footer-list-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--colors--white);
  text-decoration: none;
}

.footer-link:hover {
  color: var(--colors--neutral-400);
}

.image {
  width: 60vw;
}

.footer-cta-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.footer-divider {
  background-color: #e0e0e0;
  width: 1px;
}

.news-image-wrap {
  aspect-ratio: 4 / 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-details {
  justify-content: space-between;
  display: flex;
}

.blog-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.blog-link-block {
  display: block;
}

.social-icons-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.social-icon-link {
  color: var(--colors--white);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-icon-link:hover {
  opacity: .7;
}

.icon-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.nav-link-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.container-nav {
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.nav-content {
  z-index: 888;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--colors--neutral-300);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40vw;
  height: 100dvh;
  padding: 3em 1em;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-logo {
  width: 32px;
  display: flex;
}

.nav-logo.hide {
  display: none;
}

.nav-logo.img {
  width: 4em;
  position: relative;
  top: -1em;
}

.nav-link {
  font-family: var(--primary);
  text-align: left;
  line-height: 1;
  font-size: clamp(var(--font-size--3xl), var(--fluid-font-size--3xl), var(--fluid-font-size--3xl));
}

.nav-link:hover {
  color: #444;
}

.bottom-line {
  background-color: #000;
  width: 2.5em;
  height: 2px;
  position: relative;
  inset: auto 0% 0%;
}

.menu-overlay {
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  background-color: #00000096;
  position: fixed;
  inset: 0%;
}

.logo-link {
  z-index: 999;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--colors--brand);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.logo-link.w--current {
  z-index: 998;
}

.top-line {
  background-color: #000;
  width: 2.5em;
  height: 2px;
  position: relative;
  left: 0%;
  right: 0%;
}

.nav-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
  position: absolute;
  inset: auto auto 1em 1em;
}

.menu-icon {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2em;
  display: flex;
  position: relative;
}

.nav-bar {
  z-index: 998;
  background-color: var(--colors--neutral-100);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.social-icon-link-black {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-icon-link-black:hover {
  opacity: .7;
}

.nav-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: left;
  border-bottom: 1px dashed #bfbfbf;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .1em;
  padding-bottom: .25rem;
  display: flex;
}

.nav-link-wrapper._1 {
  border-bottom-color: #bfbfbf;
  padding-bottom: .25em;
  display: flex;
}

.button-menu {
  z-index: 999;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-link-item {
  overflow: hidden;
}

.project-details {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.mono-text {
  font-family: var(--mono);
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
}

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

.sticky-outer-wrap {
  height: 100%;
  position: relative;
}

.projects {
  position: relative;
}

.sticky-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 5em;
  bottom: auto;
}

.blog-details-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  width: 80%;
  display: flex;
}

.services-wrap {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-flow: column;
  display: flex;
}

.services-row {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  display: flex;
}

.service-image-large {
  aspect-ratio: 4 / 5;
  width: 100%;
  overflow: hidden;
}

.service-image-large._4-5 {
  aspect-ratio: 4 / 5;
}

.service-image-large._1-1 {
  aspect-ratio: 1;
  width: 80%;
}

.services-right {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.services-left {
  width: 25%;
}

.service-sticky {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  max-width: 30ch;
  display: flex;
  position: sticky;
  top: 5em;
}

.accordion-top-icon-wrap {
  justify-content: center;
  align-items: center;
  width: .75em;
  height: .75em;
  display: flex;
  position: relative;
}

.accordion-top {
  opacity: 1;
  align-items: center;
  width: 100%;
  padding-top: .5em;
  padding-bottom: .5em;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
}

.accordion-top-icon {
  justify-content: center;
  align-items: center;
  position: relative;
}

.accordion-row {
  cursor: pointer;
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
}

.accordion-bottom-wrap {
  width: 100%;
  padding-top: .5em;
  padding-bottom: .5em;
}

.accordion-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  overflow: hidden;
}

.accordion-wrap {
  margin-bottom: 0;
}

.accordion-divider {
  border-top: 1.5px solid #bfbfbf;
  height: 0;
}

.accordion-icon-stripe-2 {
  background-color: #1a0f3a;
  width: 100%;
  height: 1px;
  position: absolute;
}

.accordion-top-wrap {
  flex: 1;
}

.accordion-icon-stripe-1 {
  background-color: #1a0f3a;
  width: 1.5px;
  height: 100%;
}

.divider {
  background-color: #e0e0e0;
  width: 100%;
  height: 1px;
}

.display-4xl {
  letter-spacing: -.07em;
  font-size: clamp(var(--font-size--4xl), var(--fluid-font-size--4xl), var(--fluid-font-size--4xl));
}

.process-row {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.process-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

._30-ch-max {
  max-width: 30ch;
}

.about-image-wrap {
  aspect-ratio: 4 / 5;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

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

.about-intro-wrap {
  margin-top: 2em;
  display: flex;
}

.about-portrait-wrap {
  width: 100%;
  position: relative;
}

.about-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  max-width: 40ch;
  margin: 1em 3em 3em;
  display: flex;
}

.location-image-wrap {
  aspect-ratio: 5 / 4;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.location-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.location-details {
  justify-content: space-between;
  display: flex;
}

.testimonial-mask {
  padding-bottom: 4em;
  overflow: clip;
}

.testimonial-slide {
  margin-right: 1.5rem;
}

.clip {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-component {
  background-color: #ddd0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 1.5rem;
}

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

.slider-arrow-left {
  border: 1px dashed var(--colors--neutral-600);
  border-radius: 90rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  inset: auto auto 0% 0%;
}

.slider-arrow-right {
  border: 1px dashed var(--colors--neutral-600);
  border-radius: 80rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 1.25em;
  display: flex;
  inset: auto auto 0% 0%;
}

.client-info-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

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

.testimonial-icon-wrapper {
  position: absolute;
  overflow: hidden;
}

.testimonial-icon-wrapper._2 {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0% -1rem 0% auto;
}

.testimonial-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pagination {
  height: 1.75rem;
  margin-bottom: -8em;
  padding-top: 0;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

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

._30-ch-text-block {
  max-width: 30ch;
}

.blog-row-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-bottom: 1px solid var(--colors--neutral-400);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  padding-bottom: 1.5em;
  display: grid;
  position: relative;
}

.blog-row-details {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  display: flex;
}

.blog-row-arrow-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-title-wrap {
  text-align: left;
  width: 100%;
}

.blog-thumbnail-wrap {
  aspect-ratio: 4 / 5;
  width: 10em;
  position: relative;
  overflow: hidden;
}

.blog-thumbnail-wrap._1-1 {
  aspect-ratio: 1;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.blog-row-title {
  justify-content: center;
  align-items: center;
  display: flex;
}

.display-large {
  font-weight: 300;
  font-size: clamp(var(--font-size--large), var(--fluid-font-size--large), var(--fluid-font-size--large));
}

.blog-row-link-wrap {
  width: 100%;
}

.blog-row-list {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.overview-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  max-width: 60ch;
  display: flex;
}

.project-info {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.project-info-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.project-header-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.project-header-details {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.works-gallery {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
}

.works-image-wrap {
  aspect-ratio: 3 / 2;
  overflow: clip;
}

.works-image-wrap._1-1 {
  aspect-ratio: 1;
}

.works-image-wrap._4-5 {
  aspect-ratio: 4 / 5;
  width: 50%;
}

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

.projec-info-text {
  max-width: 40ch;
}

.works-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.small-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.projects-collection-list {
  grid-column-gap: .5em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.blog-container {
  padding-left: var(--site-padding--desktop);
}

.blog-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-right-content {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  width: 100%;
  display: flex;
}

.author-wrap {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-info-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.date-length {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-sticky-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 8em;
}

.rich-text-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60ch;
  display: flex;
}

.blog-title {
  max-width: 40ch;
}

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

.blog-header-image-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  aspect-ratio: 3 / 2;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-row-collection-list-wrap, .blog-row-collection-item, .projects-collection-item, .home-projects-collection-list, .projects-collection-wrap {
  width: 100%;
}

.display-2xl {
  letter-spacing: -.06em;
  font-size: clamp(var(--font-size--2xl), var(--fluid-font-size--2xl), var(--fluid-font-size--2xl));
}

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

.press-row {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-bottom: 1px solid var(--colors--neutral-300);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-top: .5em;
  padding-bottom: .5em;
  transition: color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.press-row:hover {
  color: gray;
}

.press-arrow {
  width: 1.5em;
}

.press-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.press-list-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.contact-image-wrap {
  aspect-ratio: 2 / 3;
  position: relative;
  overflow: hidden;
}

.contact-image {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-portrait-block {
  position: relative;
}

.contact-circular-wrap {
  z-index: 1;
  width: 8em;
  position: absolute;
  inset: -4em auto auto -4em;
}

.contact-detail {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  flex-flow: column;
  align-self: flex-start;
  max-width: 20ch;
  display: flex;
}

.contact-details-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.email-link {
  text-decoration: none;
}

.email-link:hover {
  color: #69696b;
}

.blog-row-info {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.parallax-video {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-dropdown-3 {
  font-size: var(--font-size--small);
  letter-spacing: 0;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-weight: 500;
}

.wg-dd-3-togle {
  z-index: 1;
  background-color: var(--colors--neutral-300);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0 15px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.wg-dd-3-togle:hover {
  background-color: var(--colors--brand);
  color: #fff;
}

.wg-dd-3-list {
  transform-origin: 100%;
  transform-style: preserve-3d;
  background-color: #0000;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  inset: 0% 3rem auto auto;
  overflow: hidden;
  transform: scale3d(0, 1, 1);
}

.lang-btn {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  transition: background-color .2s, color .2s;
  display: flex;
}

.lang-btn:hover {
  color: #fff;
  background-color: #000;
}

.nav-button-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.partner-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 999px;
  width: 8rem;
  height: 8rem;
  margin-bottom: 1rem;
}

.display-8xl-copy {
  line-height: .9;
  font-size: clamp(var(--font-size--8xl), var(--fluid-font-size--8xl), var(--fluid-font-size--8xl));
}

.paragraph {
  text-wrap: balance;
}

.opacity-25 {
  opacity: .25;
}

.phone-link {
  text-decoration: none;
}

.phone-link:hover {
  color: #69696b;
}

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

.project-tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
  overflow: scroll;
}

.project-tab-link {
  aspect-ratio: 3 / 2;
  opacity: .5;
  width: 8rem;
  padding: 0;
}

.project-tab-link.w--current {
  opacity: 100;
}

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

.project-tabs-content {
  flex: 1;
  max-height: 70svh;
  margin-left: 2rem;
  position: sticky;
  top: 10rem;
}

.project-tab-pane {
  max-height: 70svh;
  overflow: visible;
}

.project-tab-pane-image {
  object-fit: contain;
  object-position: 100% 0%;
  width: 100%;
  height: 100%;
  max-height: 70svh;
}

.mono-bold {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.about-img {
  object-fit: cover;
  height: 100%;
}

.nav-logo2 {
  justify-content: center;
  align-items: center;
  width: 112px;
  display: flex;
}

.nav-logo2.hide {
  display: none;
}

.nav-logo-img {
  width: 40px;
}

.mono-text-2 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: PT Mono, sans-serif;
  font-weight: 400;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.5rem;
  }

  .rich-text h1 {
    font-size: var(--font-size--5xl);
  }

  .rich-text h2 {
    font-size: var(--font-size--4xl);
  }

  .rich-text h3 {
    font-size: var(--font-size--3xl);
  }

  .rich-text h4 {
    font-size: var(--font-size--2xl);
  }

  .rich-text h5 {
    font-size: var(--font-size--xl);
  }

  .rich-text h6 {
    font-size: var(--font-size--large);
  }

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

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

  .section.intro {
    padding-top: 10rem;
  }

  .section.blog {
    padding-top: 10em;
  }

  .section.project-header {
    padding-top: 12rem;
  }

  .section.contact {
    padding-top: 10rem;
  }

  .utility-page-heading {
    font-size: var(--font-size--xl);
  }

  .display-xs {
    font-size: var(--font-size--xs);
    margin-bottom: 0;
  }

  .display-8xl {
    font-size: var(--font-size--7xl);
  }

  .cursor-wrap {
    display: none;
  }

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

  .form-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .welcome-content-wrap {
    width: 25vw;
  }

  ._12-column-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  ._12-column-grid.align-middle {
    grid-row-gap: 4em;
    grid-row-gap: 4em;
  }

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

  .home-project-wrap {
    grid-row-gap: 5rem;
    grid-template-rows: auto;
  }

  .view-project-wrap {
    width: 8em;
  }

  .service-content-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .featured-wrap {
    padding-bottom: 0;
  }

  .logos-list {
    grid-column-gap: 1.5rem;
  }

  .logo-image-wrapper {
    width: 10em;
  }

  .footer-button {
    font-size: var(--font-size--large);
    padding-bottom: .5rem;
  }

  .container-nav {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-content {
    width: 50vw;
    padding: 3rem 1rem;
    display: none;
  }

  .nav-link {
    font-size: 2rem;
  }

  .sticky-outer-wrap {
    padding-bottom: 0;
  }

  .projects {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .services-wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .services-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .services-left {
    width: 40%;
  }

  .accordion-wrap {
    margin-top: 0;
  }

  .display-4xl {
    max-width: none;
    font-size: 2.5rem;
  }

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

  .about-content-wrap {
    justify-content: center;
    align-items: flex-end;
  }

  .about-intro-wrap {
    margin-top: 1.5rem;
  }

  .about-portrait-wrap {
    width: 60%;
  }

  .about-content {
    max-width: 30ch;
  }

  .testimonial-mask {
    padding-bottom: 4rem;
  }

  .testimonial-content {
    border-radius: .5rem;
  }

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

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

  .works-image-wrap._1-1 {
    border-radius: .25rem;
  }

  .projec-info-text {
    max-width: 30ch;
  }

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

  .blog-right-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .blog-sticky-wrap {
    top: 6rem;
  }

  .display-2xl {
    font-size: 1.75rem;
  }

  .email-link:hover {
    color: #161616;
  }

  .display-8xl-copy {
    font-size: var(--font-size--7xl);
  }

  .phone-link:hover {
    color: #161616;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .75rem;
    line-height: 1;
  }

  .style-guide-heading-wrapper {
    margin-bottom: 4rem;
  }

  .rich-text h1 {
    font-size: var(--font-size--4xl);
  }

  .rich-text h2 {
    font-size: var(--font-size--3xl);
  }

  .rich-text h3 {
    font-size: var(--font-size--2xl);
  }

  .rich-text h4 {
    font-size: var(--font-size--xl);
  }

  .rich-text h5 {
    font-size: var(--font-size--large);
  }

  .rich-text h6 {
    font-size: var(--font-size--base);
  }

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

  .margin-bottom.small {
    margin-bottom: .5rem;
  }

  .utility-page-content {
    width: 90%;
  }

  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.hero {
    height: auto;
  }

  .section.blog {
    padding-bottom: 4em;
  }

  .section.project-header {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

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

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

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

  .form-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    margin-top: 4rem;
  }

  .hero-left-section {
    padding-top: 4rem;
  }

  .hero-image-wrap {
    aspect-ratio: 4 / 5;
    width: 100%;
    height: 100%;
    overflow: clip;
  }

  .welcome-content-wrap {
    width: 50vw;
    height: 50%;
  }

  .circle-container {
    width: 7em;
    height: 7em;
    top: -3.5em;
    right: -3.5em;
  }

  ._12-column-grid {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: start stretch;
  }

  ._12-column-grid.align-middle {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  ._50-ch-headline-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    max-width: 30ch;
  }

  .home-project-wrap {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .project-top, .project-top.tall, .project-top._44-5 {
    aspect-ratio: 1;
  }

  .view-project-wrap {
    width: 30vw;
  }

  .image-wrap {
    height: 50dvh;
    padding: 2rem;
  }

  .gradient-block {
    background-image: linear-gradient(90deg, var(--colors--neutral-100), #fff0 60%);
  }

  .gradient-block.right {
    background-image: linear-gradient(270deg, var(--colors--neutral-100), #fff0 60%);
  }

  .logos-list {
    grid-column-gap: 3rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    margin-top: 0;
    padding-top: 1rem;
  }

  .logo-image-wrapper {
    width: 10em;
  }

  .footer-content-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .footer-legal-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

  .footer-list-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .container-nav {
    padding: 1rem;
  }

  .nav-content {
    width: 60vw;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .nav-link {
    font-size: 2rem;
    text-decoration: none;
  }

  .logo-link {
    z-index: 999;
    position: relative;
  }

  .button-menu {
    z-index: 999;
    color: #0f0f0f;
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .nav-link-item {
    overflow: hidden;
  }

  .sticky-wrap {
    top: 0;
  }

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

  .services-row {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .services-right, .services-left {
    width: 100%;
  }

  .service-sticky {
    max-width: 40ch;
    position: static;
    top: 0;
  }

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

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

  .about-intro-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .about-portrait-wrap {
    width: 80%;
  }

  .about-content {
    max-width: 40ch;
    margin-top: 3em;
  }

  .testimonial-mask {
    padding-bottom: 4rem;
  }

  .testimonial-slide {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-text-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .client-info-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial-content {
    border-radius: .25rem;
  }

  .pagination {
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .section-text-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .blog-row-wrap {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .blog-row-details {
    flex-flow: row;
  }

  .blog-title-wrap {
    text-align: left;
    position: relative;
  }

  .blog-thumbnail-wrap {
    display: none;
  }

  .blog-row-title {
    flex-flow: row;
  }

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

  .blog-row-list {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    padding-left: 0;
    padding-right: 0;
  }

  .project-info-wrap {
    flex-flow: row;
  }

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

  .works-image-wrap._1-1 {
    border-radius: .25rem;
  }

  .works-image-wrap._4-5 {
    width: 100%;
  }

  .projec-info-text {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .projects-collection-list {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .blog-right-content {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: start stretch;
    padding-right: 0;
  }

  .blog-sticky-wrap {
    margin-left: 0;
    position: relative;
    top: 0;
  }

  .blog-header-image-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .display-2xl {
    font-size: 1.5rem;
  }

  .press-row {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .press-wrap {
    flex-flow: wrap;
  }

  .contact-image-wrap {
    aspect-ratio: 1;
  }

  .contact-circular-wrap {
    display: none;
  }

  .contact-details-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .blog-row-info {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
  }

  .display-8xl-copy {
    font-size: var(--font-size--6xl);
  }

  .project-tabs {
    flex-flow: column-reverse;
  }

  .project-tabs-menu {
    width: 100%;
    display: flex;
  }

  .project-tab-link {
    flex: none;
    width: 26%;
  }

  .project-tabs-content {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
    position: relative;
    top: auto;
  }

  .project-tab-pane {
    height: 40svh;
    max-height: none;
  }

  .project-tab-pane-image {
    object-position: 50% 50%;
    max-height: none;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    font-weight: 400;
  }

  p {
    margin-bottom: 0;
  }

  .style-guide-item-wrap {
    padding-bottom: 2rem;
  }

  .style-guide-heading-wrapper {
    margin-bottom: 3rem;
  }

  .rich-text h1 {
    font-size: var(--font-size--4xl);
  }

  .rich-text h3 {
    font-size: var(--font-size--2xl);
  }

  .rich-text h4 {
    font-size: var(--font-size--xl);
  }

  .rich-text h5 {
    font-size: var(--font-size--large);
  }

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

  .margin-bottom.small {
    margin-bottom: .5rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: block;
  }

  .section.intro {
    padding-top: 8rem;
  }

  .section.project-header {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

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

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

  .form-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .welcome-content-wrap {
    width: 60vw;
    height: 60%;
  }

  .circle-container {
    width: 6em;
    height: 6em;
    top: -3em;
    right: -3em;
  }

  .circular-text {
    padding: .25rem;
  }

  ._12-column-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .home-project-wrap {
    grid-row-gap: 4rem;
  }

  .view-project-wrap {
    width: 30vw;
  }

  .service-image {
    opacity: 0;
  }

  .service-content-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .learn-more-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .logos-list {
    justify-content: center;
  }

  .logo-image-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-button {
    padding-bottom: .25rem;
  }

  .footer-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-legal-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .footer-bottom {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3rem;
    display: flex;
  }

  .nav-link-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .nav-content {
    width: 100vw;
    display: none;
  }

  .logo-link {
    z-index: 999;
    position: relative;
  }

  .nav-bar {
    z-index: 999;
  }

  .nav-link-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    text-decoration: none;
    display: flex;
  }

  .button-menu {
    overflow: visible;
  }

  .nav-link-item {
    overflow: hidden;
  }

  .sticky-wrap {
    top: 0;
  }

  .services-wrap {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

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

  .service-image-large._1-1 {
    width: 100%;
  }

  .services-right {
    flex-flow: column;
    width: 100%;
  }

  .services-left {
    width: 100%;
  }

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .accordion-top-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .display-4xl {
    font-size: 1.75rem;
  }

  .about-content {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .testimonial-mask {
    width: 100%;
    padding-bottom: 2rem;
  }

  .testimonial-slide, .testimonial-component {
    width: 100%;
  }

  .slider-arrow-left {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .slider-arrow-right {
    margin-left: 3.5rem;
    position: absolute;
  }

  .client-info-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-text-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .projects-collection-list {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .blog-right-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-right: 0;
  }

  .blog-sticky-wrap {
    margin-left: 0;
    top: 0;
  }

  .display-2xl {
    font-size: 1.125rem;
  }

  .press-row {
    flex-flow: row;
  }

  .press-wrap {
    flex-flow: wrap;
  }

  .display-8xl-copy {
    font-size: var(--font-size--6xl);
  }
}

#w-node-c00aa564-e027-7cc8-e0f7-7360124a8863-08d8d349 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: start;
}

#w-node-c00aa564-e027-7cc8-e0f7-7360124a8864-08d8d349 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: stretch;
}

#w-node-c00aa564-e027-7cc8-e0f7-7360124a8866-08d8d349 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-c00aa564-e027-7cc8-e0f7-7360124a886c-08d8d349 {
  grid-area: 2 / 6 / 3 / 13;
}

#w-node-_26e804a5-83c4-4594-e0b5-b033ee78b784-08d8d349 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_26e804a5-83c4-4594-e0b5-b033ee78b785-08d8d349 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_4fc9d561-9cc9-8f02-3eb5-49e8a0550688-08d8d349 {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-_0ec6a8e3-3639-bea4-3844-baf85c36b3d5-08d8d349 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-ea156e2a-c693-2716-d7e7-9b6570291bbf-08d8d349 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-ea156e2a-c693-2716-d7e7-9b6570291bc1-08d8d349 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-f75fc8d2-cf85-317a-d9e6-4a5021c6bf6c-08d8d349 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-f75fc8d2-cf85-317a-d9e6-4a5021c6bf7e-08d8d349 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_126eb801-e6e4-67e5-8151-5ca187ef99b0-87ef99ab {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_126eb801-e6e4-67e5-8151-5ca187ef99bc-87ef99ab {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_5bae47af-feec-3aae-cbd7-a452370b6ecc-370b6ec8 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_5bae47af-feec-3aae-cbd7-a452370b6ecd-370b6ec8 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_5bae47af-feec-3aae-cbd7-a452370b6ecf-370b6ec8 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_48b34341-a8a6-75ff-bc69-c3a40f0e16e3-08d8d350 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_42338677-826b-fd11-5f83-a04b84c8b52a-08d8d350 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: start;
}

#w-node-_42338677-826b-fd11-5f83-a04b84c8b534-08d8d350 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_9c83f651-46ca-169d-d645-25f5eedc33f9-08d8d351, #w-node-_8cd91122-1e7f-0a46-45ef-ea6f612925c1-08d8d352 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_48b865c7-3c63-0ec2-89e4-0035080bcb6d-08d8d352, #w-node-f024f803-0fb6-21c1-cc63-d14147c7c089-08d8d352 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-b7ab0f31-0f32-eefd-b298-201e4c4674f5-08d8d352 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-b7ab0f31-0f32-eefd-b298-201e4c4674f6-08d8d352 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-ddeb5a7e-97b4-715a-64f9-19e743a2b89a-08d8d353 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-ddeb5a7e-97b4-715a-64f9-19e743a2b89c-08d8d353 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-c04e9d6b-b600-c27b-1d9b-28178a61c9c1-08d8d353 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-b7ce0bb9-af98-5e60-45f1-df94b7fc0106-08d8d353 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_97be71e2-444b-1059-5e07-b94ce3561bb2-08d8d353 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ee9cde90-4f3d-3e90-50f5-15ff907864a8-08d8d353, #w-node-_68b9fe21-715e-c659-22c6-8af365f55d76-08d8d353 {
  grid-area: 1 / 3 / 2 / 9;
}

#w-node-_7f028c4f-e9f9-05fa-8afc-506f6d2bee46-08d8d353 {
  grid-area: 1 / 9 / 2 / 12;
}

#w-node-_807edf36-6930-8078-fa3d-8beb958547e0-08d8d353 {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-_818c9bd3-c2f5-89e0-1024-16b66e543018-08d8d353 {
  grid-area: 1 / 12 / 2 / 13;
}

#w-node-_04d7933e-9095-ae20-dc56-a71cdd08e21a-08d8d354 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_04d7933e-9095-ae20-dc56-a71cdd08e21b-08d8d354 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-a761539b-7f5e-f5c2-c44e-1992441614b1-08d8d355 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-a761539b-7f5e-f5c2-c44e-1992441614b2-08d8d355 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_769ae3bb-ea82-f79d-d7f4-85206008cc6b-08d8d355 {
  grid-area: 3 / 2 / 4 / 7;
  align-self: end;
}

#w-node-_754fc9dc-2da5-6c38-c1f4-b714e6bf0e46-08d8d355 {
  grid-area: 2 / 2 / 2 / 7;
}

#w-node-_55ae211e-ec13-853a-0ada-8ba9b919a179-08d8d355 {
  grid-area: 2 / 9 / 4 / 13;
  align-self: start;
}

#w-node-_7ca76fb0-9aaf-c405-cc13-06fa69d7a364-08d8d355 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_76f4c76d-5065-7b84-630c-d2e1a01a0c80-08d8d356 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-b457461b-5afc-def0-99c1-1828b23799db-08d8d356 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_57384789-202b-24fc-4c5c-1c4aa9c30390-08d8d356 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_57384789-202b-24fc-4c5c-1c4aa9c30391-08d8d356 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_57384789-202b-24fc-4c5c-1c4aa9c30397-08d8d356 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_57384789-202b-24fc-4c5c-1c4aa9c3039d-08d8d356 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_57384789-202b-24fc-4c5c-1c4aa9c303a0-08d8d356 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_071e484b-2ea7-8f20-0346-981722288203-08d8d356 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-f6a3366d-e8b0-ff31-3d73-44da703a7482-08d8d356 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_656227c4-85b6-784e-3ee6-62ebc76e0da6-08d8d356 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_3bcd1731-8b6d-df5d-548c-dbe17832df2c-08d8d356 {
  grid-area: 6 / 1 / 7 / 2;
  place-self: center;
}

#w-node-baa8bd26-e7c0-bd82-a24d-bc2f28083407-08d8d356 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_0dc27ebc-5ff5-e522-2e20-f74f7bec37d4-08d8d356 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_3117a366-2b9e-6799-ebac-4d74e0308d08-08d8d357 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3117a366-2b9e-6799-ebac-4d74e0308d0b-08d8d357 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_3117a366-2b9e-6799-ebac-4d74e0308d17-08d8d357 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_3117a366-2b9e-6799-ebac-4d74e0308d1e-08d8d357 {
  grid-area: 2 / 2 / 3 / 8;
}

#w-node-_3117a366-2b9e-6799-ebac-4d74e0308d54-08d8d357 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-fb582f3a {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-fb582f3a {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-fb582f3a {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-c80d385e {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-c80d385e {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-c80d385e {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-1bafbaf8 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-1bafbaf8 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-1bafbaf8 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-63e85178 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-63e85178 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-63e85178 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-b2084e3a {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-b2084e3a {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-b2084e3a {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-4d288a39 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-4d288a39 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-4d288a39 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-5421550e {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-5421550e {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-5421550e {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-d0270695 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-d0270695 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-d0270695 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-cacfef34 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-cacfef34 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-cacfef34 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-8389faab {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-8389faab {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-8389faab {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-2d18e5fa {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-2d18e5fa {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-2d18e5fa {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-57c6bdcb {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-57c6bdcb {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-57c6bdcb {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-b66190dd {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-b66190dd {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-b66190dd {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-71b848ec {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-71b848ec {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-71b848ec {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-bde76112 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-bde76112 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-bde76112 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-51e40b7c {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-51e40b7c {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-51e40b7c {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-1deb4da9 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-1deb4da9 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-1deb4da9 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_26720004-8647-828d-05ab-853a9fe4d021-0dbfe08d {
  grid-area: 1 / 2 / 2 / 5;
  align-self: start;
}

#w-node-_26720004-8647-828d-05ab-853a9fe4d022-0dbfe08d {
  grid-area: 1 / 1 / 2 / 3;
  align-self: stretch;
}

#w-node-_26720004-8647-828d-05ab-853a9fe4d024-0dbfe08d {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_26720004-8647-828d-05ab-853a9fe4d02a-0dbfe08d {
  grid-area: 2 / 6 / 3 / 13;
}

#w-node-_26720004-8647-828d-05ab-853a9fe4d038-0dbfe08d {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_26720004-8647-828d-05ab-853a9fe4d039-0dbfe08d {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_26720004-8647-828d-05ab-853a9fe4d03b-0dbfe08d {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-_26720004-8647-828d-05ab-853a9fe4d08a-0dbfe08d {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_26720004-8647-828d-05ab-853a9fe4d0c5-0dbfe08d {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_26720004-8647-828d-05ab-853a9fe4d0c7-0dbfe08d {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_26720004-8647-828d-05ab-853a9fe4d0d4-0dbfe08d {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_26720004-8647-828d-05ab-853a9fe4d0e6-0dbfe08d {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_1eeee5e7-8957-de62-0d19-57ff50c3634d-50c36348 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_1eeee5e7-8957-de62-0d19-57ff50c3635a-50c36348 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-ea6b024f-c114-33dc-9ccd-5a05af44d0d1-af44d0cb {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-ea6b024f-c114-33dc-9ccd-5a05af44d0d2-af44d0cb {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-ea6b024f-c114-33dc-9ccd-5a05af44d0d4-af44d0cb {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_6b3569d9-0eec-aa1b-f846-f47ac47906cd-7b4db188 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_6b3569d9-0eec-aa1b-f846-f47ac47906d1-7b4db188 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: start;
}

#w-node-_6b3569d9-0eec-aa1b-f846-f47ac47906d6-7b4db188 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-aeec87fe-05bf-05d0-3790-eedf71c950aa-3a882d92, #w-node-_6186b7e9-d772-aa4c-2c14-cda0088732cb-4bc43bad {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_6186b7e9-d772-aa4c-2c14-cda0088732e4-4bc43bad, #w-node-_6186b7e9-d772-aa4c-2c14-cda0088732e5-4bc43bad {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_6186b7e9-d772-aa4c-2c14-cda0088732ec-4bc43bad {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_6186b7e9-d772-aa4c-2c14-cda0088732ed-4bc43bad {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_13904a5d-a461-8467-fbdd-3b64721d8a70-e13326c5 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_13904a5d-a461-8467-fbdd-3b64721d8a71-e13326c5 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_13904a5d-a461-8467-fbdd-3b64721d8a73-e13326c5 {
  grid-area: 3 / 2 / 4 / 7;
  align-self: end;
}

#w-node-_13904a5d-a461-8467-fbdd-3b64721d8a82-e13326c5 {
  grid-area: 2 / 2 / 2 / 7;
}

#w-node-_13904a5d-a461-8467-fbdd-3b64721d8a92-e13326c5 {
  grid-area: 2 / 9 / 4 / 13;
  align-self: start;
}

#w-node-_13904a5d-a461-8467-fbdd-3b64721d8a95-e13326c5 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-d2d7d0f0-6dd1-6607-a827-fbd3cbc27cc1-55cd0e2e {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-d2d7d0f0-6dd1-6607-a827-fbd3cbc27cc6-55cd0e2e {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-d2d7d0f0-6dd1-6607-a827-fbd3cbc27cd4-55cd0e2e {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_9b31c586-593e-3ad7-2acb-de372abaed96-6f120320 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_9b31c586-593e-3ad7-2acb-de372abaed9b-6f120320 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_9b31c586-593e-3ad7-2acb-de372abaeda9-6f120320 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_0ce5f214-2a20-0928-41e8-97fbb548aeba-0bc7c113 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_0ce5f214-2a20-0928-41e8-97fbb548aebf-0bc7c113 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_0ce5f214-2a20-0928-41e8-97fbb548aecd-0bc7c113 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_1360e04d-b2b5-49f7-9346-05cb94978e86-9414ec36 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_1360e04d-b2b5-49f7-9346-05cb94978e8b-9414ec36 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_1360e04d-b2b5-49f7-9346-05cb94978e99-9414ec36 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_3e48abfa-694a-1f70-7ef3-dc7193166305-26394a11 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_3e48abfa-694a-1f70-7ef3-dc719316630a-26394a11 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_3e48abfa-694a-1f70-7ef3-dc7193166318-26394a11 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_64f12217-1a9a-12fb-ecf1-747d25ffc88b-846c8980 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_64f12217-1a9a-12fb-ecf1-747d25ffc890-846c8980 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_64f12217-1a9a-12fb-ecf1-747d25ffc89e-846c8980 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_1a615879-adb4-e2d4-1cb8-f40cee973b94-35ca30e9 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_1a615879-adb4-e2d4-1cb8-f40cee973b99-35ca30e9 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_1a615879-adb4-e2d4-1cb8-f40cee973ba7-35ca30e9 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_57776c38-5808-3e8e-627b-3f9763dcbdca-35ca4689 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_57776c38-5808-3e8e-627b-3f9763dcbdcf-35ca4689 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_57776c38-5808-3e8e-627b-3f9763dcbddd-35ca4689 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-dbeea20e-59cc-c522-0cfe-7bb03235cb4c-26882535 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-dbeea20e-59cc-c522-0cfe-7bb03235cb51-26882535 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-dbeea20e-59cc-c522-0cfe-7bb03235cb5f-26882535 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-c496f6d6-0833-c0d3-040d-05056bdfce85-cd249902 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-c496f6d6-0833-c0d3-040d-05056bdfce8a-cd249902 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-c496f6d6-0833-c0d3-040d-05056bdfce98-cd249902 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e3153685-5592-1eb2-5ac0-aa13966da3a5-b9f64fee {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-e3153685-5592-1eb2-5ac0-aa13966da3ac-b9f64fee {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-e3153685-5592-1eb2-5ac0-aa13966da3ba-b9f64fee {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_32f777fe-fb20-b588-a8f2-0f9f6679ccb2-8b73a326 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32f777fe-fb20-b588-a8f2-0f9f6679ccb7-8b73a326 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32f777fe-fb20-b588-a8f2-0f9f6679ccc5-8b73a326 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-d68430b7-1fb7-55a9-37fd-d2fa10ee06de-1c5ac84e {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-d68430b7-1fb7-55a9-37fd-d2fa10ee06e3-1c5ac84e {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-d68430b7-1fb7-55a9-37fd-d2fa10ee06f1-1c5ac84e {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_16a47862-90a0-7025-5489-c2a35770d880-132bde8c {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_16a47862-90a0-7025-5489-c2a35770d885-132bde8c {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_16a47862-90a0-7025-5489-c2a35770d893-132bde8c {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_01fb1d81-c19d-f009-685e-fcb177da3ac5-11284b2d {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_01fb1d81-c19d-f009-685e-fcb177da3aca-11284b2d {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_01fb1d81-c19d-f009-685e-fcb177da3ad8-11284b2d {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-b0d90498-80bc-3a24-47fb-48096da6285e-fc8bd80d {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-b0d90498-80bc-3a24-47fb-48096da62863-fc8bd80d {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-b0d90498-80bc-3a24-47fb-48096da62873-fc8bd80d {
  grid-area: 1 / 2 / 2 / 12;
}

@media screen and (max-width: 991px) {
  #w-node-c00aa564-e027-7cc8-e0f7-7360124a8863-08d8d349 {
    grid-column: 1 / 4;
  }

  #w-node-c00aa564-e027-7cc8-e0f7-7360124a8866-08d8d349 {
    grid-area: 1 / 3 / 2 / 8;
  }

  #w-node-c00aa564-e027-7cc8-e0f7-7360124a886c-08d8d349 {
    grid-column: 3 / 8;
  }

  #w-node-_26e804a5-83c4-4594-e0b5-b033ee78b784-08d8d349 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_26e804a5-83c4-4594-e0b5-b033ee78b785-08d8d349 {
    grid-column-end: 7;
  }

  #w-node-_4fc9d561-9cc9-8f02-3eb5-49e8a0550688-08d8d349 {
    grid-column: 7 / 9;
    justify-self: end;
  }

  #w-node-_0ec6a8e3-3639-bea4-3844-baf85c36b3d5-08d8d349 {
    grid-column-end: 7;
  }

  #w-node-ea156e2a-c693-2716-d7e7-9b6570291bbf-08d8d349 {
    grid-column: 1 / 9;
  }

  #w-node-ea156e2a-c693-2716-d7e7-9b6570291bc1-08d8d349 {
    grid-column-end: 7;
  }

  #w-node-_126eb801-e6e4-67e5-8151-5ca187ef99bc-87ef99ab {
    grid-column: 6 / 9;
    justify-self: end;
  }

  #w-node-_5bae47af-feec-3aae-cbd7-a452370b6ecc-370b6ec8 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_5bae47af-feec-3aae-cbd7-a452370b6ecd-370b6ec8 {
    grid-column-end: 7;
  }

  #w-node-_5bae47af-feec-3aae-cbd7-a452370b6ecf-370b6ec8 {
    grid-column: 4 / 9;
  }

  #w-node-_48b34341-a8a6-75ff-bc69-c3a40f0e16e3-08d8d350 {
    grid-column-end: 7;
  }

  #w-node-_42338677-826b-fd11-5f83-a04b84c8b52a-08d8d350 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_42338677-826b-fd11-5f83-a04b84c8b534-08d8d350 {
    grid-area: 1 / 2 / 2 / 9;
  }

  #w-node-_9c83f651-46ca-169d-d645-25f5eedc33f9-08d8d351, #w-node-_8cd91122-1e7f-0a46-45ef-ea6f612925c1-08d8d352 {
    grid-column-end: 7;
  }

  #w-node-_48b865c7-3c63-0ec2-89e4-0035080bcb6d-08d8d352 {
    grid-column: 1 / 4;
  }

  #w-node-b7ab0f31-0f32-eefd-b298-201e4c4674f5-08d8d352 {
    grid-column: 4 / 9;
  }

  #w-node-ddeb5a7e-97b4-715a-64f9-19e743a2b89a-08d8d353 {
    grid-column: 1 / 9;
  }

  #w-node-ddeb5a7e-97b4-715a-64f9-19e743a2b89c-08d8d353 {
    grid-column-end: 7;
  }

  #w-node-b7ce0bb9-af98-5e60-45f1-df94b7fc0106-08d8d353 {
    grid-column-end: 8;
  }

  #w-node-_04d7933e-9095-ae20-dc56-a71cdd08e21b-08d8d354 {
    grid-column-end: 7;
  }

  #w-node-a761539b-7f5e-f5c2-c44e-1992441614b1-08d8d355 {
    grid-column: 1 / 5;
  }

  #w-node-a761539b-7f5e-f5c2-c44e-1992441614b2-08d8d355 {
    grid-column-end: 7;
  }

  #w-node-_769ae3bb-ea82-f79d-d7f4-85206008cc6b-08d8d355, #w-node-_754fc9dc-2da5-6c38-c1f4-b714e6bf0e46-08d8d355 {
    grid-column: 1 / 5;
  }

  #w-node-_55ae211e-ec13-853a-0ada-8ba9b919a179-08d8d355 {
    grid-column: 6 / 9;
    align-self: end;
  }

  #w-node-_76f4c76d-5065-7b84-630c-d2e1a01a0c80-08d8d356 {
    grid-column: 1 / 5;
  }

  #w-node-b457461b-5afc-def0-99c1-1828b23799db-08d8d356 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d08-08d8d357 {
    grid-column-end: 3;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d17-08d8d357 {
    grid-column: 4 / 9;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d54-08d8d357 {
    grid-row: 2 / 3;
    grid-column-end: 9;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-fb582f3a {
    grid-column: 1 / 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-fb582f3a {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-c80d385e {
    grid-column: 1 / 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-c80d385e {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-1bafbaf8 {
    grid-column: 1 / 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-1bafbaf8 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-63e85178 {
    grid-column: 1 / 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-63e85178 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-b2084e3a {
    grid-column: 1 / 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-b2084e3a {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-4d288a39 {
    grid-column: 1 / 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-4d288a39 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-5421550e {
    grid-column: 1 / 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-5421550e {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-d0270695 {
    grid-column: 1 / 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-d0270695 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-cacfef34 {
    grid-column: 1 / 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-cacfef34 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-8389faab {
    grid-column: 1 / 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-8389faab {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-2d18e5fa {
    grid-column: 1 / 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-2d18e5fa {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-57c6bdcb {
    grid-column: 1 / 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-57c6bdcb {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-b66190dd {
    grid-column: 1 / 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-b66190dd {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-71b848ec {
    grid-column: 1 / 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-71b848ec {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-bde76112 {
    grid-column: 1 / 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-bde76112 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-51e40b7c {
    grid-column: 1 / 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-51e40b7c {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-1deb4da9 {
    grid-column: 1 / 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-1deb4da9 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_26720004-8647-828d-05ab-853a9fe4d021-0dbfe08d {
    grid-column: 1 / 4;
  }

  #w-node-_26720004-8647-828d-05ab-853a9fe4d024-0dbfe08d {
    grid-area: 1 / 3 / 2 / 8;
  }

  #w-node-_26720004-8647-828d-05ab-853a9fe4d02a-0dbfe08d {
    grid-column: 3 / 8;
  }

  #w-node-_26720004-8647-828d-05ab-853a9fe4d038-0dbfe08d {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_26720004-8647-828d-05ab-853a9fe4d039-0dbfe08d {
    grid-column-end: 7;
  }

  #w-node-_26720004-8647-828d-05ab-853a9fe4d03b-0dbfe08d {
    grid-column: 7 / 9;
    justify-self: end;
  }

  #w-node-_26720004-8647-828d-05ab-853a9fe4d08a-0dbfe08d {
    grid-column-end: 7;
  }

  #w-node-_26720004-8647-828d-05ab-853a9fe4d0c5-0dbfe08d {
    grid-column: 1 / 9;
  }

  #w-node-_26720004-8647-828d-05ab-853a9fe4d0c7-0dbfe08d {
    grid-column-end: 7;
  }

  #w-node-_1eeee5e7-8957-de62-0d19-57ff50c3635a-50c36348 {
    grid-column: 6 / 9;
    justify-self: end;
  }

  #w-node-ea6b024f-c114-33dc-9ccd-5a05af44d0d1-af44d0cb {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-ea6b024f-c114-33dc-9ccd-5a05af44d0d2-af44d0cb {
    grid-column-end: 7;
  }

  #w-node-ea6b024f-c114-33dc-9ccd-5a05af44d0d4-af44d0cb {
    grid-column: 4 / 9;
  }

  #w-node-_6b3569d9-0eec-aa1b-f846-f47ac47906cd-7b4db188 {
    grid-column-end: 7;
  }

  #w-node-_6b3569d9-0eec-aa1b-f846-f47ac47906d1-7b4db188 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6b3569d9-0eec-aa1b-f846-f47ac47906d6-7b4db188 {
    grid-area: 1 / 2 / 2 / 9;
  }

  #w-node-aeec87fe-05bf-05d0-3790-eedf71c950aa-3a882d92, #w-node-_6186b7e9-d772-aa4c-2c14-cda0088732cb-4bc43bad {
    grid-column-end: 7;
  }

  #w-node-_6186b7e9-d772-aa4c-2c14-cda0088732e4-4bc43bad {
    grid-column: 1 / 4;
  }

  #w-node-_6186b7e9-d772-aa4c-2c14-cda0088732ec-4bc43bad {
    grid-column: 4 / 9;
  }

  #w-node-_13904a5d-a461-8467-fbdd-3b64721d8a70-e13326c5 {
    grid-column: 1 / 5;
  }

  #w-node-_13904a5d-a461-8467-fbdd-3b64721d8a71-e13326c5 {
    grid-column-end: 7;
  }

  #w-node-_13904a5d-a461-8467-fbdd-3b64721d8a73-e13326c5, #w-node-_13904a5d-a461-8467-fbdd-3b64721d8a82-e13326c5 {
    grid-column: 1 / 5;
  }

  #w-node-_13904a5d-a461-8467-fbdd-3b64721d8a92-e13326c5 {
    grid-column: 6 / 9;
    align-self: end;
  }

  #w-node-d2d7d0f0-6dd1-6607-a827-fbd3cbc27cc1-55cd0e2e {
    grid-column: 1 / 5;
  }

  #w-node-d2d7d0f0-6dd1-6607-a827-fbd3cbc27cc6-55cd0e2e {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_9b31c586-593e-3ad7-2acb-de372abaed96-6f120320 {
    grid-column: 1 / 5;
  }

  #w-node-_9b31c586-593e-3ad7-2acb-de372abaed9b-6f120320 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_0ce5f214-2a20-0928-41e8-97fbb548aeba-0bc7c113 {
    grid-column: 1 / 5;
  }

  #w-node-_0ce5f214-2a20-0928-41e8-97fbb548aebf-0bc7c113 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_1360e04d-b2b5-49f7-9346-05cb94978e86-9414ec36 {
    grid-column: 1 / 5;
  }

  #w-node-_1360e04d-b2b5-49f7-9346-05cb94978e8b-9414ec36 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_3e48abfa-694a-1f70-7ef3-dc7193166305-26394a11 {
    grid-column: 1 / 5;
  }

  #w-node-_3e48abfa-694a-1f70-7ef3-dc719316630a-26394a11 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_64f12217-1a9a-12fb-ecf1-747d25ffc88b-846c8980 {
    grid-column: 1 / 5;
  }

  #w-node-_64f12217-1a9a-12fb-ecf1-747d25ffc890-846c8980 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_1a615879-adb4-e2d4-1cb8-f40cee973b94-35ca30e9 {
    grid-column: 1 / 5;
  }

  #w-node-_1a615879-adb4-e2d4-1cb8-f40cee973b99-35ca30e9 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_57776c38-5808-3e8e-627b-3f9763dcbdca-35ca4689 {
    grid-column: 1 / 5;
  }

  #w-node-_57776c38-5808-3e8e-627b-3f9763dcbdcf-35ca4689 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-dbeea20e-59cc-c522-0cfe-7bb03235cb4c-26882535 {
    grid-column: 1 / 5;
  }

  #w-node-dbeea20e-59cc-c522-0cfe-7bb03235cb51-26882535 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-c496f6d6-0833-c0d3-040d-05056bdfce85-cd249902 {
    grid-column: 1 / 5;
  }

  #w-node-c496f6d6-0833-c0d3-040d-05056bdfce8a-cd249902 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-e3153685-5592-1eb2-5ac0-aa13966da3a5-b9f64fee {
    grid-column: 1 / 5;
  }

  #w-node-e3153685-5592-1eb2-5ac0-aa13966da3ac-b9f64fee {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32f777fe-fb20-b588-a8f2-0f9f6679ccb2-8b73a326 {
    grid-column: 1 / 5;
  }

  #w-node-_32f777fe-fb20-b588-a8f2-0f9f6679ccb7-8b73a326 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-d68430b7-1fb7-55a9-37fd-d2fa10ee06de-1c5ac84e {
    grid-column: 1 / 5;
  }

  #w-node-d68430b7-1fb7-55a9-37fd-d2fa10ee06e3-1c5ac84e {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_16a47862-90a0-7025-5489-c2a35770d880-132bde8c {
    grid-column: 1 / 5;
  }

  #w-node-_16a47862-90a0-7025-5489-c2a35770d885-132bde8c {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_01fb1d81-c19d-f009-685e-fcb177da3ac5-11284b2d {
    grid-column: 1 / 5;
  }

  #w-node-_01fb1d81-c19d-f009-685e-fcb177da3aca-11284b2d {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-b0d90498-80bc-3a24-47fb-48096da6285e-fc8bd80d {
    grid-column: 1 / 5;
  }

  #w-node-b0d90498-80bc-3a24-47fb-48096da62863-fc8bd80d {
    grid-column: 6 / 9;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c00aa564-e027-7cc8-e0f7-7360124a8863-08d8d349 {
    grid-column: 1 / 13;
  }

  #w-node-c00aa564-e027-7cc8-e0f7-7360124a8864-08d8d349 {
    grid-column: 1 / 5;
  }

  #w-node-c00aa564-e027-7cc8-e0f7-7360124a8866-08d8d349 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-c00aa564-e027-7cc8-e0f7-7360124a886c-08d8d349 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_26e804a5-83c4-4594-e0b5-b033ee78b784-08d8d349 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_26e804a5-83c4-4594-e0b5-b033ee78b785-08d8d349 {
    grid-column-end: 5;
  }

  #w-node-_4fc9d561-9cc9-8f02-3eb5-49e8a0550688-08d8d349 {
    grid-column: 3 / 5;
  }

  #w-node-_0ec6a8e3-3639-bea4-3844-baf85c36b3d5-08d8d349, #w-node-ea156e2a-c693-2716-d7e7-9b6570291bbf-08d8d349, #w-node-ea156e2a-c693-2716-d7e7-9b6570291bc1-08d8d349 {
    grid-column-end: 5;
  }

  #w-node-f75fc8d2-cf85-317a-d9e6-4a5021c6bf6c-08d8d349 {
    grid-column-start: 1;
  }

  #w-node-f75fc8d2-cf85-317a-d9e6-4a5021c6bf7e-08d8d349 {
    grid-column-end: 13;
  }

  #w-node-_126eb801-e6e4-67e5-8151-5ca187ef99b0-87ef99ab {
    grid-column-end: 5;
  }

  #w-node-_126eb801-e6e4-67e5-8151-5ca187ef99bc-87ef99ab {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-_5bae47af-feec-3aae-cbd7-a452370b6ecc-370b6ec8 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_5bae47af-feec-3aae-cbd7-a452370b6ecd-370b6ec8 {
    grid-column-end: 5;
  }

  #w-node-_5bae47af-feec-3aae-cbd7-a452370b6ecf-370b6ec8 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5bae47af-feec-3aae-cbd7-a452370b6ed2-370b6ec8, #w-node-_5bae47af-feec-3aae-cbd7-a452370b6ee1-370b6ec8, #w-node-_9278ffda-de0c-3d02-50f5-fd445baf416a-370b6ec8, #w-node-a2d503bc-9cfe-6b0a-8b46-29d47855ef20-370b6ec8, #w-node-_98d2dad2-03db-6d2c-8631-ae45810e9816-370b6ec8, #w-node-_8189eac3-c084-df14-e507-d963a60e685e-370b6ec8 {
    order: -9999;
  }

  #w-node-_48b34341-a8a6-75ff-bc69-c3a40f0e16e3-08d8d350, #w-node-_42338677-826b-fd11-5f83-a04b84c8b52a-08d8d350 {
    grid-column-end: 5;
  }

  #w-node-_42338677-826b-fd11-5f83-a04b84c8b534-08d8d350 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9c83f651-46ca-169d-d645-25f5eedc33f9-08d8d351, #w-node-_8cd91122-1e7f-0a46-45ef-ea6f612925c1-08d8d352, #w-node-_48b865c7-3c63-0ec2-89e4-0035080bcb6d-08d8d352 {
    grid-column-end: 5;
  }

  #w-node-b7ab0f31-0f32-eefd-b298-201e4c4674f5-08d8d352 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-ddeb5a7e-97b4-715a-64f9-19e743a2b89a-08d8d353, #w-node-ddeb5a7e-97b4-715a-64f9-19e743a2b89c-08d8d353, #w-node-_97be71e2-444b-1059-5e07-b94ce3561bb2-08d8d353 {
    grid-column-end: 5;
  }

  #w-node-ee9cde90-4f3d-3e90-50f5-15ff907864a8-08d8d353 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_807edf36-6930-8078-fa3d-8beb958547e0-08d8d353 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-_04d7933e-9095-ae20-dc56-a71cdd08e21b-08d8d354, #w-node-a761539b-7f5e-f5c2-c44e-1992441614b2-08d8d355 {
    grid-column-end: 5;
  }

  #w-node-_769ae3bb-ea82-f79d-d7f4-85206008cc6b-08d8d355 {
    grid-row: 4 / 5;
  }

  #w-node-_754fc9dc-2da5-6c38-c1f4-b714e6bf0e46-08d8d355 {
    grid-row: 2 / 3;
    grid-column-end: 5;
  }

  #w-node-_55ae211e-ec13-853a-0ada-8ba9b919a179-08d8d355 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_76f4c76d-5065-7b84-630c-d2e1a01a0c80-08d8d356 {
    grid-column-end: 4;
  }

  #w-node-b457461b-5afc-def0-99c1-1828b23799db-08d8d356 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_57384789-202b-24fc-4c5c-1c4aa9c30391-08d8d356 {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_57384789-202b-24fc-4c5c-1c4aa9c30397-08d8d356 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_57384789-202b-24fc-4c5c-1c4aa9c3039d-08d8d356 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_57384789-202b-24fc-4c5c-1c4aa9c303a0-08d8d356 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_071e484b-2ea7-8f20-0346-981722288203-08d8d356 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f6a3366d-e8b0-ff31-3d73-44da703a7482-08d8d356 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_656227c4-85b6-784e-3ee6-62ebc76e0da6-08d8d356 {
    grid-row: 7 / 8;
    grid-column-end: 2;
  }

  #w-node-_3bcd1731-8b6d-df5d-548c-dbe17832df2c-08d8d356 {
    grid-area: 8 / 1 / 9 / 2;
    place-self: center start;
  }

  #w-node-baa8bd26-e7c0-bd82-a24d-bc2f28083407-08d8d356 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d08-08d8d357 {
    grid-column-end: 5;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d17-08d8d357 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d1e-08d8d357 {
    grid-column: 1 / 5;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d54-08d8d357 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-fb582f3a {
    grid-column-end: 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-fb582f3a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-fb582f3a {
    grid-column: 1 / 13;
    grid-row-start: 1;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-c80d385e {
    grid-column-end: 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-c80d385e {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-c80d385e {
    grid-column: 1 / 13;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-1bafbaf8 {
    grid-column-end: 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-1bafbaf8 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-1bafbaf8 {
    grid-column: 1 / 13;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-63e85178 {
    grid-column-end: 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-63e85178 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-63e85178 {
    grid-column: 1 / 13;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-b2084e3a {
    grid-column-end: 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-b2084e3a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-b2084e3a {
    grid-column: 1 / 13;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-4d288a39 {
    grid-column-end: 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-4d288a39 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-4d288a39 {
    grid-column: 1 / 13;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-5421550e {
    grid-column-end: 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-5421550e {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-5421550e {
    grid-column: 1 / 13;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-d0270695 {
    grid-column-end: 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-d0270695 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-d0270695 {
    grid-column: 1 / 13;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-cacfef34 {
    grid-column-end: 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-cacfef34 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-cacfef34 {
    grid-column: 1 / 13;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-8389faab {
    grid-column-end: 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-8389faab {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-8389faab {
    grid-column: 1 / 13;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-2d18e5fa {
    grid-column-end: 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-2d18e5fa {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-2d18e5fa {
    grid-column: 1 / 13;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-57c6bdcb {
    grid-column-end: 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-57c6bdcb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-57c6bdcb {
    grid-column: 1 / 13;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-b66190dd {
    grid-column-end: 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-b66190dd {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-b66190dd {
    grid-column: 1 / 13;
    grid-row-start: 1;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-71b848ec {
    grid-column-end: 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-71b848ec {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-71b848ec {
    grid-column: 1 / 13;
    grid-row-start: 1;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-bde76112 {
    grid-column-end: 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-bde76112 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-bde76112 {
    grid-column: 1 / 13;
    grid-row-start: 1;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-51e40b7c {
    grid-column-end: 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-51e40b7c {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-51e40b7c {
    grid-column: 1 / 13;
    grid-row-start: 1;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-1deb4da9 {
    grid-column-end: 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe346-1deb4da9 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6a3af921-42d7-e616-c0cf-1a81db3b0f23-1deb4da9 {
    grid-column: 1 / 13;
    grid-row-start: 1;
  }

  #w-node-_26720004-8647-828d-05ab-853a9fe4d021-0dbfe08d {
    grid-column: 1 / 13;
  }

  #w-node-_26720004-8647-828d-05ab-853a9fe4d022-0dbfe08d {
    grid-column: 1 / 5;
  }

  #w-node-_26720004-8647-828d-05ab-853a9fe4d024-0dbfe08d {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_26720004-8647-828d-05ab-853a9fe4d02a-0dbfe08d {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_26720004-8647-828d-05ab-853a9fe4d038-0dbfe08d {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_26720004-8647-828d-05ab-853a9fe4d039-0dbfe08d {
    grid-column-end: 5;
  }

  #w-node-_26720004-8647-828d-05ab-853a9fe4d03b-0dbfe08d {
    grid-column: 3 / 5;
  }

  #w-node-_26720004-8647-828d-05ab-853a9fe4d08a-0dbfe08d, #w-node-_26720004-8647-828d-05ab-853a9fe4d0c5-0dbfe08d, #w-node-_26720004-8647-828d-05ab-853a9fe4d0c7-0dbfe08d {
    grid-column-end: 5;
  }

  #w-node-_26720004-8647-828d-05ab-853a9fe4d0d4-0dbfe08d {
    grid-column-start: 1;
  }

  #w-node-_26720004-8647-828d-05ab-853a9fe4d0e6-0dbfe08d {
    grid-column-end: 13;
  }

  #w-node-_1eeee5e7-8957-de62-0d19-57ff50c3634d-50c36348 {
    grid-column-end: 5;
  }

  #w-node-_1eeee5e7-8957-de62-0d19-57ff50c3635a-50c36348 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-ea6b024f-c114-33dc-9ccd-5a05af44d0d1-af44d0cb {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-ea6b024f-c114-33dc-9ccd-5a05af44d0d2-af44d0cb {
    grid-column-end: 5;
  }

  #w-node-ea6b024f-c114-33dc-9ccd-5a05af44d0d4-af44d0cb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-ea6b024f-c114-33dc-9ccd-5a05af44d0d7-af44d0cb, #w-node-ea6b024f-c114-33dc-9ccd-5a05af44d0e7-af44d0cb, #w-node-ea6b024f-c114-33dc-9ccd-5a05af44d0f6-af44d0cb, #w-node-ea6b024f-c114-33dc-9ccd-5a05af44d107-af44d0cb, #w-node-ea6b024f-c114-33dc-9ccd-5a05af44d116-af44d0cb, #w-node-ea6b024f-c114-33dc-9ccd-5a05af44d125-af44d0cb {
    order: -9999;
  }

  #w-node-_6b3569d9-0eec-aa1b-f846-f47ac47906cd-7b4db188, #w-node-_6b3569d9-0eec-aa1b-f846-f47ac47906d1-7b4db188 {
    grid-column-end: 5;
  }

  #w-node-_6b3569d9-0eec-aa1b-f846-f47ac47906d6-7b4db188 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-aeec87fe-05bf-05d0-3790-eedf71c950aa-3a882d92, #w-node-_6186b7e9-d772-aa4c-2c14-cda0088732cb-4bc43bad, #w-node-_6186b7e9-d772-aa4c-2c14-cda0088732e4-4bc43bad {
    grid-column-end: 5;
  }

  #w-node-_6186b7e9-d772-aa4c-2c14-cda0088732ec-4bc43bad {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_13904a5d-a461-8467-fbdd-3b64721d8a71-e13326c5 {
    grid-column-end: 5;
  }

  #w-node-_13904a5d-a461-8467-fbdd-3b64721d8a73-e13326c5 {
    grid-row: 4 / 5;
  }

  #w-node-_13904a5d-a461-8467-fbdd-3b64721d8a82-e13326c5 {
    grid-row: 2 / 3;
    grid-column-end: 5;
  }

  #w-node-_13904a5d-a461-8467-fbdd-3b64721d8a92-e13326c5 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-d2d7d0f0-6dd1-6607-a827-fbd3cbc27cc1-55cd0e2e {
    grid-column-end: 5;
  }

  #w-node-d2d7d0f0-6dd1-6607-a827-fbd3cbc27cc6-55cd0e2e {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-d2d7d0f0-6dd1-6607-a827-fbd3cbc27cd4-55cd0e2e {
    grid-column: 1 / 13;
    grid-row-start: 1;
  }

  #w-node-_9b31c586-593e-3ad7-2acb-de372abaed96-6f120320 {
    grid-column-end: 5;
  }

  #w-node-_9b31c586-593e-3ad7-2acb-de372abaed9b-6f120320 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9b31c586-593e-3ad7-2acb-de372abaeda9-6f120320 {
    grid-column: 1 / 13;
  }

  #w-node-_0ce5f214-2a20-0928-41e8-97fbb548aeba-0bc7c113 {
    grid-column-end: 5;
  }

  #w-node-_0ce5f214-2a20-0928-41e8-97fbb548aebf-0bc7c113 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_0ce5f214-2a20-0928-41e8-97fbb548aecd-0bc7c113 {
    grid-column: 1 / 13;
  }

  #w-node-_1360e04d-b2b5-49f7-9346-05cb94978e86-9414ec36 {
    grid-column-end: 5;
  }

  #w-node-_1360e04d-b2b5-49f7-9346-05cb94978e8b-9414ec36 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_1360e04d-b2b5-49f7-9346-05cb94978e99-9414ec36 {
    grid-column: 1 / 13;
  }

  #w-node-_3e48abfa-694a-1f70-7ef3-dc7193166305-26394a11 {
    grid-column-end: 5;
  }

  #w-node-_3e48abfa-694a-1f70-7ef3-dc719316630a-26394a11 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3e48abfa-694a-1f70-7ef3-dc7193166318-26394a11 {
    grid-column: 1 / 13;
  }

  #w-node-_64f12217-1a9a-12fb-ecf1-747d25ffc88b-846c8980 {
    grid-column-end: 5;
  }

  #w-node-_64f12217-1a9a-12fb-ecf1-747d25ffc890-846c8980 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_64f12217-1a9a-12fb-ecf1-747d25ffc89e-846c8980 {
    grid-column: 1 / 13;
  }

  #w-node-_1a615879-adb4-e2d4-1cb8-f40cee973b94-35ca30e9 {
    grid-column-end: 5;
  }

  #w-node-_1a615879-adb4-e2d4-1cb8-f40cee973b99-35ca30e9 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_1a615879-adb4-e2d4-1cb8-f40cee973ba7-35ca30e9 {
    grid-column: 1 / 13;
    grid-row-start: 1;
  }

  #w-node-_57776c38-5808-3e8e-627b-3f9763dcbdca-35ca4689 {
    grid-column-end: 5;
  }

  #w-node-_57776c38-5808-3e8e-627b-3f9763dcbdcf-35ca4689 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_57776c38-5808-3e8e-627b-3f9763dcbddd-35ca4689 {
    grid-column: 1 / 13;
    grid-row-start: 1;
  }

  #w-node-dbeea20e-59cc-c522-0cfe-7bb03235cb4c-26882535 {
    grid-column-end: 5;
  }

  #w-node-dbeea20e-59cc-c522-0cfe-7bb03235cb51-26882535 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-dbeea20e-59cc-c522-0cfe-7bb03235cb5f-26882535 {
    grid-column: 1 / 13;
  }

  #w-node-c496f6d6-0833-c0d3-040d-05056bdfce85-cd249902 {
    grid-column-end: 5;
  }

  #w-node-c496f6d6-0833-c0d3-040d-05056bdfce8a-cd249902 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-c496f6d6-0833-c0d3-040d-05056bdfce98-cd249902 {
    grid-column: 1 / 13;
  }

  #w-node-e3153685-5592-1eb2-5ac0-aa13966da3a5-b9f64fee {
    grid-column-end: 5;
  }

  #w-node-e3153685-5592-1eb2-5ac0-aa13966da3ac-b9f64fee {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e3153685-5592-1eb2-5ac0-aa13966da3ba-b9f64fee {
    grid-column: 1 / 13;
  }

  #w-node-_32f777fe-fb20-b588-a8f2-0f9f6679ccb2-8b73a326 {
    grid-column-end: 5;
  }

  #w-node-_32f777fe-fb20-b588-a8f2-0f9f6679ccb7-8b73a326 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_32f777fe-fb20-b588-a8f2-0f9f6679ccc5-8b73a326 {
    grid-column: 1 / 13;
  }

  #w-node-d68430b7-1fb7-55a9-37fd-d2fa10ee06de-1c5ac84e {
    grid-column-end: 5;
  }

  #w-node-d68430b7-1fb7-55a9-37fd-d2fa10ee06e3-1c5ac84e {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-d68430b7-1fb7-55a9-37fd-d2fa10ee06f1-1c5ac84e {
    grid-column: 1 / 13;
  }

  #w-node-_16a47862-90a0-7025-5489-c2a35770d880-132bde8c {
    grid-column-end: 5;
  }

  #w-node-_16a47862-90a0-7025-5489-c2a35770d885-132bde8c {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_16a47862-90a0-7025-5489-c2a35770d893-132bde8c {
    grid-column: 1 / 13;
  }

  #w-node-_01fb1d81-c19d-f009-685e-fcb177da3ac5-11284b2d {
    grid-column-end: 5;
  }

  #w-node-_01fb1d81-c19d-f009-685e-fcb177da3aca-11284b2d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_01fb1d81-c19d-f009-685e-fcb177da3ad8-11284b2d {
    grid-column: 1 / 13;
    grid-row-start: 1;
  }

  #w-node-b0d90498-80bc-3a24-47fb-48096da6285e-fc8bd80d {
    grid-column-end: 5;
  }

  #w-node-b0d90498-80bc-3a24-47fb-48096da62863-fc8bd80d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-b0d90498-80bc-3a24-47fb-48096da62873-fc8bd80d {
    grid-column: 1 / 13;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5bae47af-feec-3aae-cbd7-a452370b6ecf-370b6ec8 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_42338677-826b-fd11-5f83-a04b84c8b534-08d8d350 {
    grid-row: 2 / 3;
  }

  #w-node-_76f4c76d-5065-7b84-630c-d2e1a01a0c80-08d8d356 {
    grid-column-end: 5;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d54-08d8d357 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-fb582f3a, #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-c80d385e, #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-1bafbaf8, #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-63e85178, #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-b2084e3a, #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-4d288a39, #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-5421550e, #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-d0270695, #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-cacfef34, #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-8389faab, #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-2d18e5fa, #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-57c6bdcb, #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-b66190dd, #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-71b848ec, #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-bde76112, #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-51e40b7c, #w-node-e31f6745-eb7e-1ea1-b02e-675a861fe341-1deb4da9 {
    grid-column-end: 5;
  }

  #w-node-ea6b024f-c114-33dc-9ccd-5a05af44d0d4-af44d0cb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6b3569d9-0eec-aa1b-f846-f47ac47906d6-7b4db188 {
    grid-row: 2 / 3;
  }

  #w-node-d2d7d0f0-6dd1-6607-a827-fbd3cbc27cc1-55cd0e2e, #w-node-_9b31c586-593e-3ad7-2acb-de372abaed96-6f120320, #w-node-_0ce5f214-2a20-0928-41e8-97fbb548aeba-0bc7c113, #w-node-_1360e04d-b2b5-49f7-9346-05cb94978e86-9414ec36, #w-node-_3e48abfa-694a-1f70-7ef3-dc7193166305-26394a11, #w-node-_64f12217-1a9a-12fb-ecf1-747d25ffc88b-846c8980, #w-node-_1a615879-adb4-e2d4-1cb8-f40cee973b94-35ca30e9, #w-node-_57776c38-5808-3e8e-627b-3f9763dcbdca-35ca4689, #w-node-dbeea20e-59cc-c522-0cfe-7bb03235cb4c-26882535, #w-node-c496f6d6-0833-c0d3-040d-05056bdfce85-cd249902, #w-node-e3153685-5592-1eb2-5ac0-aa13966da3a5-b9f64fee, #w-node-_32f777fe-fb20-b588-a8f2-0f9f6679ccb2-8b73a326, #w-node-d68430b7-1fb7-55a9-37fd-d2fa10ee06de-1c5ac84e, #w-node-_16a47862-90a0-7025-5489-c2a35770d880-132bde8c, #w-node-_01fb1d81-c19d-f009-685e-fcb177da3ac5-11284b2d, #w-node-b0d90498-80bc-3a24-47fb-48096da6285e-fc8bd80d {
    grid-column-end: 5;
  }
}


@font-face {
  font-family: 'Orticalinear';
  src: url('../fonts/OrticaLinear-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}