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

@font-face {
  font-family: Calibri;
  src: url('../fonts/calibri-bold-italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Calibri;
  src: url('../fonts/calibri-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Calibri;
  src: url('../fonts/calibri-italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Centurygothic;
  src: url('../fonts/centurygothic_bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --colors--neutral-100: #f4f4f4;
  --secondary: Calibri, Arial, sans-serif;
  --primary: Centurygothic, Arial, 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--red: #d92028;
  --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--7xl: 5rem;
  --font-size--6xl: 4rem;
  --colors--blue: #4e838b;
  --colors--blue-light: #aabcbf;
  --fluid-font-size--base: 1.2vw;
  --mono: "PT Mono", sans-serif;
  --font-size--small: .9rem;
  --font-size--8xl: 8.75rem;
  --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;
  --fluid-font-size--8xl: 9.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  font-family: var(--primary);
  letter-spacing: -.02em;
  text-transform: uppercase;
  text-wrap: pretty;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  font-family: var(--primary);
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1;
}

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--red);
}

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

.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.top-only, .section.no-bottom-padding {
  padding-bottom: 0;
}

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

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

.section.home {
  padding-top: 5em;
  padding-bottom: 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));
}

._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--blue);
  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));
  text-wrap: balance;
}

.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-image.right {
  object-position: 60% 50%;
}

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

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

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

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

.hero-portrait-wrap.link {
  display: block;
}

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

.animation-up-0-1.services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.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: ". . . . . . Area"
  / 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;
}

._12-column-grid.footer {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.button-wrap.services {
  box-sizing: border-box;
  position: relative;
  top: 1rem;
  left: 1rem;
}

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

.content-wrap.xsmall {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

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

._50-ch-headline-wrap.right {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.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 {
  text-align: center;
}

.service-front {
  position: absolute;
}

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

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

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

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

.image-wrap {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  height: 80dvh;
  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 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.logos-wrapper.services {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.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: 5em;
  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: 2rem;
  display: grid;
}

.logos-list.services {
  grid-column-gap: 1em;
  grid-template-columns: 11rem 11rem 11rem 11rem 11rem 11rem;
}

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

.logo-image-wrapper.services {
  width: 10rem;
}

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

.logo-image.w50 {
  width: 50%;
}

.logo-image.w80 {
  width: 80%;
}

.logo-image.w40 {
  width: 40%;
}

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

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

.footer-button {
  grid-column-gap: .5rem;
  font-family: var(--primary);
  color: var(--colors--white);
  align-items: center;
  padding: 0 0 .5rem;
  font-size: 1.25rem;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.footer-content-wrapper {
  color: var(--colors--white);
  flex-flow: column;
  display: flex;
}

.footer-legal-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1em;
  opacity: .5;
  font-family: var(--primary);
  letter-spacing: 0;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 12px;
  display: flex;
}

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

.footer-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 1rem;
  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: 12em;
}

.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;
  width: 100%;
  overflow: hidden;
}

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

.news-image.a-propos {
  aspect-ratio: 2 / 3;
}

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

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

.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: 12em;
}

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

.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;
  text-decoration: none;
  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: 1.5rem;
  display: flex;
}

.nav-link-wrapper._1 {
  border-bottom-color: #bfbfbf;
  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(--primary);
  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));
  text-wrap: balance;
}

.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: 60%;
  overflow: hidden;
}

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

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

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

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

.services-left {
  width: 25%;
  min-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 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  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));
  overflow: visible;
}

.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;
  justify-content: space-between;
  align-items: flex-start;
  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;
  max-width: 50ch;
  height: auto;
  padding-bottom: 1.5rem;
}

.testimonial-text-wrapper {
  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: 3em;
  grid-row-gap: 3em;
  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));
  text-wrap: balance;
}

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

.works-image.position-left {
  object-position: 0% 50%;
}

.project-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;
  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 {
  position: relative;
  overflow: hidden;
}

.contact-portrait-block {
  position: sticky;
  top: 9rem;
}

.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;
  flex-flow: column;
  max-width: 20ch;
  display: flex;
}

.contact-details-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  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;
}

.about-header {
  flex-flow: column;
  display: flex;
}

.paragraph {
  column-count: 2;
}

.service-image-large-wrap {
  width: 40%;
  min-width: 40%;
  position: relative;
}

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

.service-cta-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  top: 1rem;
  left: 1rem;
}

.div-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.heading {
  max-width: 22ch;
}

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

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

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

.container-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.image-revealer-2 {
  z-index: 2;
  background-color: #f4f4f4;
  width: 110%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

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

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

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

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

.form-submit-button-2 {
  background-color: #000;
  border-radius: 80rem;
  padding: .75em 1.25em;
  transition: opacity .2s;
}

.form-submit-button-2:hover {
  color: #fff;
  background-color: #29292b;
}

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

.form-input-2:focus {
  color: #1e1e1f;
}

.form-input-2:focus-visible, .form-input-2[data-wf-focus-visible] {
  color: #1e1e1f;
  border-bottom-color: #29292b;
}

.form-input-2::placeholder {
  color: #29292b;
  -webkit-text-stroke-color: black;
}

.contact-detail-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  align-self: flex-start;
  max-width: 20ch;
  font-size: max(1rem, 1.2vw);
  display: flex;
}

._12-column-grid-2 {
  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;
}

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

.form-title {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.form-title.bottom-1 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.form-title.top-3 {
  margin-top: 3rem;
}

.form-selector {
  color: #29292b;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1.5px dashed #bfbfbf;
}

.recaptcha {
  margin-top: 2rem;
}

.form-selector-2 {
  color: #29292b;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  background-color: #fff0;
  border-style: none none dashed;
  border-width: 1px 1px 1.5px;
  border-bottom-color: #bfbfbf;
  border-radius: 0;
  margin-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}

.form-selector-2:focus {
  color: #1e1e1f;
}

.form-selector-2:focus-visible, .form-selector-2[data-wf-focus-visible] {
  color: #1e1e1f;
  border-bottom-color: #29292b;
}

.form-selector-2::placeholder {
  color: #29292b;
  -webkit-text-stroke-color: black;
}

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

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

  ._50-ch-headline-wrap.about {
    margin-left: 3rem;
    margin-right: 3rem;
  }

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

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

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

  .sticky-outer-wrap.r-alisations {
    display: none;
  }

  .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: 100%;
  }

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

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

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

  .project-header-wrap, .works-gallery {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

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

  .contact-portrait-block {
    order: -9999;
    width: 100%;
    position: relative;
    top: 0;
  }

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

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

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

  .contact-image-wrap-2 {
    aspect-ratio: 3 / 2;
  }

  .contact-image-2 {
    width: 100%;
  }

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

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

  ._12-column-grid-2.contact {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    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.footer {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  ._12-column-grid.about {
    flex-flow: column;
    display: flex;
  }

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

  .about-text-wrap {
    max-width: none;
  }

  .button-wrap.services {
    display: none;
  }

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

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

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

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

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

  .service-content-wrap {
    flex-flow: column;
  }

  .service-link-block {
    height: 12rem;
  }

  .learn-more-wrap {
    margin-top: 0;
  }

  .learn-more-text {
    display: none;
  }

  .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: 0em;
    grid-row-gap: 0em;
  }

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

  .footer {
    margin-top: 2em;
    padding-top: 2em;
  }

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

  .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: 1rem;
    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;
  }

  .service-image-large._4-5 {
    width: 100%;
  }

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

  .services-left {
    width: 100%;
  }

  .service-sticky {
    max-width: none;
    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-reverse;
  }

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

  .about-content {
    max-width: 50ch;
    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;
  }

  .overview-wrap {
    max-width: 40ch;
  }

  .overview-wrap.project {
    max-width: none;
  }

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

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

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

  .project-info-text {
    max-width: none;
    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 {
    width: 6em;
    top: -3em;
    left: -3em;
  }

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

  .service-image-large-wrap {
    width: 100%;
    min-width: 100%;
  }

  .service-cta-wrap {
    display: none;
  }

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

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

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

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

@media screen and (max-width: 479px) {
  h5 {
    font-size: .875rem;
    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;
  }

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

  .button-wrap.services {
    display: none;
  }

  .button-icon-circle {
    min-width: 2rem;
  }

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

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

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

  ._50-ch-headline-wrap.about {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

  .service-image {
    opacity: 0;
  }

  .service-image-wrap {
    width: 6.5em;
  }

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

  .service-link-block {
    height: 6.5rem;
  }

  .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-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;
    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._4-5, .service-image-large._1-1 {
    width: 100%;
  }

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

  .services-left {
    width: 100%;
  }

  .service-sticky {
    max-width: none;
  }

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

  .service-image-large-wrap {
    width: 100%;
    min-width: 100%;
  }

  .service-cta-wrap {
    display: none;
  }

  .heading {
    max-width: 18ch;
  }

  .text-block {
    text-wrap: pretty;
  }

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

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

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

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

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

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

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

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

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

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

#w-node-_0ec6a8e3-3639-bea4-3844-baf85c36b3d5-1ab5c0e8, #w-node-_8198a390-288e-3ef6-a8c4-a86436f7fc1e-1ab5c0e8 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3fad1578-e39e-4cba-3c9b-bf584c284bc6-1ab5c0e8, #w-node-_3fad1578-e39e-4cba-3c9b-bf584c284bc8-1ab5c0e8, #w-node-_3fad1578-e39e-4cba-3c9b-bf584c284bca-1ab5c0e8, #w-node-_3fad1578-e39e-4cba-3c9b-bf584c284bcc-1ab5c0e8, #w-node-_3fad1578-e39e-4cba-3c9b-bf584c284bce-1ab5c0e8, #w-node-_3fad1578-e39e-4cba-3c9b-bf584c284bd0-1ab5c0e8, #w-node-bf71105c-c2e5-2901-dc4e-a3a7bc86b3bb-1ab5c0e8, #w-node-bf71105c-c2e5-2901-dc4e-a3a7bc86b3bd-1ab5c0e8, #w-node-bf71105c-c2e5-2901-dc4e-a3a7bc86b3bf-1ab5c0e8, #w-node-bf71105c-c2e5-2901-dc4e-a3a7bc86b3c1-1ab5c0e8, #w-node-bf71105c-c2e5-2901-dc4e-a3a7bc86b3c3-1ab5c0e8, #w-node-bf71105c-c2e5-2901-dc4e-a3a7bc86b3c5-1ab5c0e8 {
  justify-self: center;
}

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

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

#w-node-c9f7f6b7-16d9-8383-9277-11fe2f98e1cf-1ab5c0e8 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-cf41b04c-4c10-a6c2-f253-f798c66ba429-1ab5c0e8 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_126eb801-e6e4-67e5-8151-5ca187ef99eb-87ef99ab {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

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

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

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

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

#w-node-_9c83f651-46ca-169d-d645-25f5eedc33f9-1ab5c179, #w-node-_6431c37e-50ee-5632-d79a-40f9da72fe2f-1ab5c179 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_6ef1ada8-e931-5fb2-368c-30e051f27920-1ab5c179, #w-node-_6ef1ada8-e931-5fb2-368c-30e051f27922-1ab5c179, #w-node-_6ef1ada8-e931-5fb2-368c-30e051f27924-1ab5c179, #w-node-_6ef1ada8-e931-5fb2-368c-30e051f27926-1ab5c179, #w-node-_6ef1ada8-e931-5fb2-368c-30e051f27928-1ab5c179, #w-node-_6ef1ada8-e931-5fb2-368c-30e051f2792a-1ab5c179, #w-node-_6ef1ada8-e931-5fb2-368c-30e051f2792d-1ab5c179, #w-node-_6ef1ada8-e931-5fb2-368c-30e051f2792f-1ab5c179, #w-node-_6ef1ada8-e931-5fb2-368c-30e051f27931-1ab5c179, #w-node-_6ef1ada8-e931-5fb2-368c-30e051f27933-1ab5c179, #w-node-_6ef1ada8-e931-5fb2-368c-30e051f27935-1ab5c179, #w-node-_6ef1ada8-e931-5fb2-368c-30e051f27937-1ab5c179 {
  justify-self: center;
}

#w-node-_8cd91122-1e7f-0a46-45ef-ea6f612925c1-1ab5c17a {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_25529f2f-c1d6-1a07-2741-51ad87a05f79-1ab5c17a {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-_78a52a79-f5df-d525-914e-00a45edcad50-1ab5c17a {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-bd79feec-01bc-84af-06b2-5f0f7f8af512-1ab5c17a {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-bd79feec-01bc-84af-06b2-5f0f7f8af527-1ab5c17a, #w-node-_76f4c76d-5065-7b84-630c-d2e1a01a0c80-1ab5c1a0 {
  grid-area: 1 / 2 / 2 / 7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-e0b2539f {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-e0b2539f {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60b-e0b2539f {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60c-e0b2539f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60f-e0b2539f {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e615-e0b2539f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e618-e0b2539f {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61b-e0b2539f {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61e-e0b2539f {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e622-e0b2539f {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e625-e0b2539f {
  grid-area: 6 / 1 / 7 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e62b-e0b2539f {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e632-e0b2539f {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-46f22cd6 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-46f22cd6 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60b-46f22cd6 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60c-46f22cd6 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60f-46f22cd6 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e615-46f22cd6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e618-46f22cd6 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61b-46f22cd6 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e622-46f22cd6 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e625-46f22cd6 {
  grid-area: 4 / 2 / 5 / 3;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e632-46f22cd6 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-086d5eae {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-086d5eae {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60b-086d5eae {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60c-086d5eae {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60f-086d5eae {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e615-086d5eae {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e618-086d5eae {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61b-086d5eae {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61e-086d5eae {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e622-086d5eae {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e625-086d5eae {
  grid-area: 6 / 1 / 7 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e62b-086d5eae {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_50faf586-aa9c-af9d-8da5-6a1f12a6e7b8-086d5eae {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e632-086d5eae {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-08771473 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-08771473 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60b-08771473 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60c-08771473 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60f-08771473 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e615-08771473 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e618-08771473 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61b-08771473 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61e-08771473 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e622-08771473 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e625-08771473 {
  grid-area: 6 / 1 / 7 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e62b-08771473 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-b29b106a-71f4-2a6a-5c6a-e3d307cc2f4f-08771473 {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-_424c4f6b-6537-0e04-9518-028d881a336f-08771473 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-e67dfd66-c48b-09ee-e4cc-402ac6c9abe5-08771473 {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_3ac49131-293f-ec20-62fa-fa162059a85e-08771473 {
  grid-area: 9 / 1 / 10 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e632-08771473 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-0881299e {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-0881299e {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-bb24de7f-22ad-d7ba-1738-72826dc97884-0881299e {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-bb24de7f-22ad-d7ba-1738-72826dc97885-0881299e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bb24de7f-22ad-d7ba-1738-72826dc97888-0881299e {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-bb24de7f-22ad-d7ba-1738-72826dc9788e-0881299e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bb24de7f-22ad-d7ba-1738-72826dc97891-0881299e {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-bb24de7f-22ad-d7ba-1738-72826dc97894-0881299e {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-bb24de7f-22ad-d7ba-1738-72826dc97897-0881299e {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-bb24de7f-22ad-d7ba-1738-72826dc9789b-0881299e {
  grid-area: 5 / 1 / 6 / 2;
  place-self: center;
}

#w-node-bb24de7f-22ad-d7ba-1738-72826dc978a1-0881299e {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_4d9bd6cf-53a9-a09c-6193-a075ab41db56-0881299e {
  grid-area: 7 / 1 / 8 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60c-0881299e {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-c24b38dd-80bf-d9c4-c047-8fd6507eb750-0881299e {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-a4dc8e35 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-a4dc8e35 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60b-a4dc8e35 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60c-a4dc8e35 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-76425092 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-76425092 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60b-76425092 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60c-76425092 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60f-76425092 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e615-76425092 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e618-76425092 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e632-76425092 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-f6bd9762 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-f6bd9762 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60b-f6bd9762 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_5be73a98-3140-ad0b-9b95-1146b0a62f90-f6bd9762 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e29c2ee0-56d1-1597-6675-27e0bdcb36c9-f6bd9762 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60f-f6bd9762 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e615-f6bd9762 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61b-f6bd9762 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61e-f6bd9762 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_788b9453-3abd-c976-4474-282e37ac4ef4-f6bd9762 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_8c03a986-759e-4abc-c29c-f7c27691599f-f6bd9762 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e62b-f6bd9762 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e625-f6bd9762 {
  grid-area: 5 / 2 / 6 / 3;
  place-self: center;
}

#w-node-_93a203ff-d6c7-df32-f5a5-1218303f99c0-f6bd9762 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_5d5d7e4c-9d9f-b4c7-b255-1077742316e4-f6bd9762 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e632-f6bd9762 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-eb4dc1dd {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-eb4dc1dd {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60b-eb4dc1dd {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60c-eb4dc1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60f-eb4dc1dd {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e615-eb4dc1dd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e618-eb4dc1dd {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61b-eb4dc1dd {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61e-eb4dc1dd {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e622-eb4dc1dd {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e625-eb4dc1dd {
  grid-area: 6 / 1 / 7 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e62b-eb4dc1dd {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e632-eb4dc1dd {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-0868b152 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-0868b152 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60b-0868b152 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60c-0868b152 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60f-0868b152 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e615-0868b152 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e618-0868b152 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e62b-0868b152 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e625-0868b152 {
  grid-area: 4 / 2 / 5 / 3;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e622-0868b152 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61b-0868b152 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61e-0868b152 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_8238a4aa-5974-d29b-0bc7-cbfe47750cca-0868b152 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_837a15b7-104e-057f-239c-abd42f8d64bb-0868b152 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_4cc8f9c6-cce0-3433-9bf7-a18876ed0ac5-0868b152 {
  grid-area: 8 / 1 / 9 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e632-0868b152 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-713f0fbc {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-713f0fbc {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60b-713f0fbc {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60c-713f0fbc {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60f-713f0fbc {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e615-713f0fbc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e618-713f0fbc {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61b-713f0fbc {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61e-713f0fbc {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e622-713f0fbc {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e625-713f0fbc {
  grid-area: 6 / 1 / 7 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e62b-713f0fbc {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e632-713f0fbc {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-8ba6555e {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-8ba6555e {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60b-8ba6555e {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60c-8ba6555e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60f-8ba6555e {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e615-8ba6555e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e618-8ba6555e {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61b-8ba6555e {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61e-8ba6555e {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e622-8ba6555e {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e632-8ba6555e {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-f6e79724 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-f6e79724 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60b-f6e79724 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60c-f6e79724 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60f-f6e79724 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e615-f6e79724 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e618-f6e79724 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61b-f6e79724 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61e-f6e79724 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e625-f6e79724 {
  grid-area: 5 / 1 / 6 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e62b-f6e79724 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-a6879649-c851-3ba0-defd-916a0467905e-f6e79724 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-c8424de0-60b4-c146-4c23-1e83ffdcf37c-f6e79724 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_6784fe82-5fd6-5f5b-1ee1-161f40842810-f6e79724 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-bba4f55f-e760-0ed1-5f97-ce306015b97b-f6e79724 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e632-f6e79724 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-56cd7b16 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-56cd7b16 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60b-56cd7b16 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60c-56cd7b16 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61b-56cd7b16 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61e-56cd7b16 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_461b13f3-2975-294e-2747-cce57bda3eaf-56cd7b16 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e632-56cd7b16 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-92122772 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-92122772 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60b-92122772 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60c-92122772 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60f-92122772 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e615-92122772 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e618-92122772 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61b-92122772 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61e-92122772 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_82022eed-3550-b40a-a917-bb909abf470d-92122772 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_0a6da3ce-4ac9-034a-5df0-d393b4b10d81-92122772 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e622-92122772 {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e625-92122772 {
  grid-area: 7 / 1 / 8 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e62b-92122772 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e632-92122772 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-73ba7d39 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-73ba7d39 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60b-73ba7d39 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60c-73ba7d39 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60f-73ba7d39 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e615-73ba7d39 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e618-73ba7d39 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61b-73ba7d39 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61e-73ba7d39 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e622-73ba7d39 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e625-73ba7d39 {
  grid-area: 6 / 1 / 7 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e62b-73ba7d39 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_32213dd4-4c82-85b9-5ce5-2cde6e13ab96-73ba7d39 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-4206ecd2 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-4206ecd2 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60b-4206ecd2 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60c-4206ecd2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60f-4206ecd2 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e615-4206ecd2 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61b-4206ecd2 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61e-4206ecd2 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e625-4206ecd2 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e62b-4206ecd2 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e618-4206ecd2 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e632-4206ecd2 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-8cdd2152 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-8cdd2152 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60b-8cdd2152 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-d93f12bc-052f-d683-6a97-103ad87e3082-8cdd2152 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_154fa625-207f-f1f0-b6b5-486daccc0681-8cdd2152 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60f-8cdd2152 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e615-8cdd2152 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61b-8cdd2152 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61e-8cdd2152 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e625-8cdd2152 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e62b-8cdd2152 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e622-8cdd2152 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e632-8cdd2152 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-1e0f5936 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-1e0f5936 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60b-1e0f5936 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60c-1e0f5936 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60f-1e0f5936 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e615-1e0f5936 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e625-1e0f5936 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e62b-1e0f5936 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e622-1e0f5936 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e632-1e0f5936 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5f8-f47f7056 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e5fd-f47f7056 {
  grid-area: 1 / 8 / 2 / 12;
  justify-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60b-f47f7056 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60c-f47f7056 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e60f-f47f7056 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e615-f47f7056 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e618-f47f7056 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61b-f47f7056 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e61e-f47f7056 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e625-f47f7056 {
  grid-area: 5 / 1 / 6 / 2;
  place-self: center;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e62b-f47f7056 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_32566108-0d04-db59-3971-03f7df59e632-f47f7056 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-af7068f5-6e18-2e04-c455-80674580823c-4d625bb3, #w-node-af7068f5-6e18-2e04-c455-80674580822a-4d625bb3 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-af7068f5-6e18-2e04-c455-80674580822b-4d625bb3 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-af7068f5-6e18-2e04-c455-80674580824d-4d625bb3 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

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

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

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

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

  #w-node-_0ec6a8e3-3639-bea4-3844-baf85c36b3d5-1ab5c0e8, #w-node-_8198a390-288e-3ef6-a8c4-a86436f7fc1e-1ab5c0e8, #w-node-ea156e2a-c693-2716-d7e7-9b6570291bc1-1ab5c0e8 {
    grid-column-end: 7;
  }

  #w-node-c9f7f6b7-16d9-8383-9277-11fe2f98e1cf-1ab5c0e8 {
    grid-column-end: 4;
  }

  #w-node-cf41b04c-4c10-a6c2-f253-f798c66ba429-1ab5c0e8 {
    grid-column: 5 / 8;
  }

  #w-node-_126eb801-e6e4-67e5-8151-5ca187ef99eb-87ef99ab {
    grid-column: span 4 / span 4;
  }

  #w-node-_126eb801-e6e4-67e5-8151-5ca187ef99b0-87ef99ab {
    grid-column-start: 6;
  }

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

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

  #w-node-_42338677-826b-fd11-5f83-a04b84c8b534-1ab5c178 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_9c83f651-46ca-169d-d645-25f5eedc33f9-1ab5c179, #w-node-_6431c37e-50ee-5632-d79a-40f9da72fe2f-1ab5c179, #w-node-_8cd91122-1e7f-0a46-45ef-ea6f612925c1-1ab5c17a {
    grid-column-end: 7;
  }

  #w-node-_25529f2f-c1d6-1a07-2741-51ad87a05f79-1ab5c17a {
    grid-column: 1 / 7;
  }

  #w-node-_78a52a79-f5df-d525-914e-00a45edcad50-1ab5c17a {
    grid-column-end: 13;
  }

  #w-node-bd79feec-01bc-84af-06b2-5f0f7f8af512-1ab5c17a {
    grid-column: 7 / 13;
  }

  #w-node-bd79feec-01bc-84af-06b2-5f0f7f8af527-1ab5c17a {
    grid-column-start: 1;
  }

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

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

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

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

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

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-e0b2539f {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-e0b2539f {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-46f22cd6 {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-46f22cd6 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-086d5eae {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-086d5eae {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-08771473 {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-08771473 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-0881299e {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-0881299e {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-a4dc8e35 {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-a4dc8e35 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-76425092 {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-76425092 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-f6bd9762 {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-f6bd9762 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-eb4dc1dd {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-eb4dc1dd {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-0868b152 {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-0868b152 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-713f0fbc {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-713f0fbc {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-8ba6555e {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-8ba6555e {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-f6e79724 {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-f6e79724 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-56cd7b16 {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-56cd7b16 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-92122772 {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-92122772 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-73ba7d39 {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-73ba7d39 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-4206ecd2 {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-4206ecd2 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-8cdd2152 {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-8cdd2152 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-1e0f5936 {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-1e0f5936 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-f47f7056 {
    grid-column: 1 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-f47f7056 {
    grid-column: 6 / 9;
    justify-self: start;
  }

  #w-node-af7068f5-6e18-2e04-c455-80674580823c-4d625bb3, #w-node-af7068f5-6e18-2e04-c455-80674580822a-4d625bb3 {
    grid-column: 1 / 5;
  }

  #w-node-af7068f5-6e18-2e04-c455-80674580822b-4d625bb3 {
    grid-column-end: 7;
  }

  #w-node-af7068f5-6e18-2e04-c455-80674580824d-4d625bb3 {
    grid-column: 6 / 9;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c00aa564-e027-7cc8-e0f7-7360124a8863-1ab5c0e8 {
    grid-area: 1 / 1 / 2 / 8;
    align-self: start;
  }

  #w-node-c00aa564-e027-7cc8-e0f7-7360124a8864-1ab5c0e8 {
    grid-column: 1 / 5;
  }

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

  #w-node-c00aa564-e027-7cc8-e0f7-7360124a886c-1ab5c0e8 {
    grid-area: 3 / 1 / 4 / 8;
  }

  #w-node-_26e804a5-83c4-4594-e0b5-b033ee78b784-1ab5c0e8 {
    grid-column-end: 6;
  }

  #w-node-_26e804a5-83c4-4594-e0b5-b033ee78b785-1ab5c0e8, #w-node-_0ec6a8e3-3639-bea4-3844-baf85c36b3d5-1ab5c0e8, #w-node-_8198a390-288e-3ef6-a8c4-a86436f7fc1e-1ab5c0e8 {
    grid-column-end: 5;
  }

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

  #w-node-ea156e2a-c693-2716-d7e7-9b6570291bc1-1ab5c0e8 {
    grid-column-end: 5;
  }

  #w-node-c9f7f6b7-16d9-8383-9277-11fe2f98e1cf-1ab5c0e8 {
    grid-column: 1 / 8;
  }

  #w-node-cf41b04c-4c10-a6c2-f253-f798c66ba429-1ab5c0e8 {
    grid-area: 2 / 1 / 3 / 8;
  }

  #w-node-_126eb801-e6e4-67e5-8151-5ca187ef99b0-87ef99ab, #w-node-_48b34341-a8a6-75ff-bc69-c3a40f0e16e3-1ab5c178 {
    grid-column-end: 5;
  }

  #w-node-_42338677-826b-fd11-5f83-a04b84c8b52a-1ab5c178 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_42338677-826b-fd11-5f83-a04b84c8b534-1ab5c178 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_9c83f651-46ca-169d-d645-25f5eedc33f9-1ab5c179, #w-node-_6431c37e-50ee-5632-d79a-40f9da72fe2f-1ab5c179, #w-node-_8cd91122-1e7f-0a46-45ef-ea6f612925c1-1ab5c17a, #w-node-_25529f2f-c1d6-1a07-2741-51ad87a05f79-1ab5c17a, #w-node-bd79feec-01bc-84af-06b2-5f0f7f8af512-1ab5c17a {
    grid-column-end: 5;
  }

  #w-node-_76f4c76d-5065-7b84-630c-d2e1a01a0c80-1ab5c1a0 {
    grid-column-end: 4;
  }

  #w-node-b457461b-5afc-def0-99c1-1828b23799db-1ab5c1a0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_57384789-202b-24fc-4c5c-1c4aa9c30391-1ab5c1a0 {
    grid-row-start: 1;
    grid-column-end: 2;
  }

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

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

  #w-node-_57384789-202b-24fc-4c5c-1c4aa9c303a0-1ab5c1a0 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

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

  #w-node-f6a3366d-e8b0-ff31-3d73-44da703a7482-1ab5c1a0 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_656227c4-85b6-784e-3ee6-62ebc76e0da6-1ab5c1a0 {
    grid-row: 7 / 8;
    grid-column-end: 2;
  }

  #w-node-_3bcd1731-8b6d-df5d-548c-dbe17832df2c-1ab5c1a0 {
    grid-area: 8 / 1 / 9 / 2;
    place-self: center start;
  }

  #w-node-baa8bd26-e7c0-bd82-a24d-bc2f28083407-1ab5c1a0 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d08-1ab5c1b5 {
    grid-column-end: 5;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d17-1ab5c1b5 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d1e-1ab5c1b5 {
    grid-column: 1 / 5;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d54-1ab5c1b5 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-e0b2539f, #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-e0b2539f {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60c-e0b2539f {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60f-e0b2539f {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e615-e0b2539f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e618-e0b2539f {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61b-e0b2539f {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61e-e0b2539f {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e622-e0b2539f {
    grid-row: 7 / 8;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e625-e0b2539f {
    grid-area: 8 / 1 / 9 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e62b-e0b2539f {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-46f22cd6, #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-46f22cd6 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60c-46f22cd6 {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60f-46f22cd6 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e615-46f22cd6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e618-46f22cd6 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61b-46f22cd6 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e622-46f22cd6 {
    grid-row: 7 / 8;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e625-46f22cd6 {
    grid-area: 5 / 1 / 6 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-086d5eae, #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-086d5eae {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60c-086d5eae {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60f-086d5eae {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e615-086d5eae {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e618-086d5eae {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61b-086d5eae {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61e-086d5eae {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e622-086d5eae {
    grid-row: 7 / 8;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e625-086d5eae {
    grid-area: 8 / 1 / 9 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e62b-086d5eae {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_50faf586-aa9c-af9d-8da5-6a1f12a6e7b8-086d5eae {
    grid-row: 10 / 11;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-08771473, #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-08771473 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60c-08771473 {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60f-08771473 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e615-08771473 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e618-08771473 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61b-08771473 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61e-08771473 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e622-08771473 {
    grid-row: 7 / 8;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e625-08771473 {
    grid-area: 8 / 1 / 9 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e62b-08771473 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-b29b106a-71f4-2a6a-5c6a-e3d307cc2f4f-08771473 {
    grid-row: 10 / 11;
    grid-column-end: 2;
  }

  #w-node-_424c4f6b-6537-0e04-9518-028d881a336f-08771473 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-e67dfd66-c48b-09ee-e4cc-402ac6c9abe5-08771473 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_3ac49131-293f-ec20-62fa-fa162059a85e-08771473 {
    grid-row: 13 / 14;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-0881299e, #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-0881299e {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-bb24de7f-22ad-d7ba-1738-72826dc97885-0881299e {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-bb24de7f-22ad-d7ba-1738-72826dc97888-0881299e {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-bb24de7f-22ad-d7ba-1738-72826dc9788e-0881299e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bb24de7f-22ad-d7ba-1738-72826dc97891-0881299e {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-bb24de7f-22ad-d7ba-1738-72826dc97894-0881299e {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-bb24de7f-22ad-d7ba-1738-72826dc97897-0881299e {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-bb24de7f-22ad-d7ba-1738-72826dc9789b-0881299e {
    grid-area: 7 / 1 / 8 / 2;
    place-self: center start;
  }

  #w-node-bb24de7f-22ad-d7ba-1738-72826dc978a1-0881299e {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_4d9bd6cf-53a9-a09c-6193-a075ab41db56-0881299e {
    grid-row: 9 / 10;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60c-0881299e {
    grid-row: 10 / 11;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-a4dc8e35, #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-a4dc8e35 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60c-a4dc8e35 {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-76425092, #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-76425092 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60c-76425092 {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60f-76425092 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e615-76425092 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e618-76425092 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-f6bd9762, #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-f6bd9762 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_5be73a98-3140-ad0b-9b95-1146b0a62f90-f6bd9762 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e29c2ee0-56d1-1597-6675-27e0bdcb36c9-f6bd9762 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60f-f6bd9762 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e615-f6bd9762 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61b-f6bd9762 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61e-f6bd9762 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_788b9453-3abd-c976-4474-282e37ac4ef4-f6bd9762 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_8c03a986-759e-4abc-c29c-f7c27691599f-f6bd9762 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e62b-f6bd9762 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e625-f6bd9762 {
    grid-area: 10 / 1 / 11 / 2;
    place-self: center start;
  }

  #w-node-_93a203ff-d6c7-df32-f5a5-1218303f99c0-f6bd9762 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_5d5d7e4c-9d9f-b4c7-b255-1077742316e4-f6bd9762 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-eb4dc1dd, #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-eb4dc1dd {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60c-eb4dc1dd {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60f-eb4dc1dd {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e615-eb4dc1dd {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e618-eb4dc1dd {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61b-eb4dc1dd {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61e-eb4dc1dd {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e622-eb4dc1dd {
    grid-row: 7 / 8;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e625-eb4dc1dd {
    grid-area: 8 / 1 / 9 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e62b-eb4dc1dd {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-0868b152, #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-0868b152 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60c-0868b152 {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60f-0868b152 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e615-0868b152 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e618-0868b152 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e62b-0868b152 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e625-0868b152 {
    grid-area: 6 / 1 / 7 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e622-0868b152 {
    grid-row: 7 / 8;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61b-0868b152 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61e-0868b152 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_8238a4aa-5974-d29b-0bc7-cbfe47750cca-0868b152 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_837a15b7-104e-057f-239c-abd42f8d64bb-0868b152 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_4cc8f9c6-cce0-3433-9bf7-a18876ed0ac5-0868b152 {
    grid-row: 12 / 13;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-713f0fbc, #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-713f0fbc {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60c-713f0fbc {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60f-713f0fbc {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e615-713f0fbc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e618-713f0fbc {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61b-713f0fbc {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61e-713f0fbc {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e622-713f0fbc {
    grid-row: 7 / 8;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e625-713f0fbc {
    grid-area: 8 / 1 / 9 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e62b-713f0fbc {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-8ba6555e, #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-8ba6555e {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60c-8ba6555e {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60f-8ba6555e {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e615-8ba6555e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e618-8ba6555e {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61b-8ba6555e {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61e-8ba6555e {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e622-8ba6555e {
    grid-row: 7 / 8;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-f6e79724, #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-f6e79724 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60c-f6e79724 {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60f-f6e79724 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e615-f6e79724 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e618-f6e79724 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61b-f6e79724 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61e-f6e79724 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e625-f6e79724 {
    grid-area: 7 / 1 / 8 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e62b-f6e79724 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-a6879649-c851-3ba0-defd-916a0467905e-f6e79724 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-c8424de0-60b4-c146-4c23-1e83ffdcf37c-f6e79724 {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-_6784fe82-5fd6-5f5b-1ee1-161f40842810-f6e79724 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-bba4f55f-e760-0ed1-5f97-ce306015b97b-f6e79724 {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-56cd7b16, #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-56cd7b16 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60c-56cd7b16 {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61b-56cd7b16 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61e-56cd7b16 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_461b13f3-2975-294e-2747-cce57bda3eaf-56cd7b16 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-92122772, #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-92122772 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60c-92122772 {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60f-92122772 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e615-92122772 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e618-92122772 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61b-92122772 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61e-92122772 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_82022eed-3550-b40a-a917-bb909abf470d-92122772 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_0a6da3ce-4ac9-034a-5df0-d393b4b10d81-92122772 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e622-92122772 {
    grid-row: 9 / 10;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e625-92122772 {
    grid-area: 10 / 1 / 11 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e62b-92122772 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-73ba7d39, #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-73ba7d39 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60c-73ba7d39 {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60f-73ba7d39 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e615-73ba7d39 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e618-73ba7d39 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61b-73ba7d39 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61e-73ba7d39 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e622-73ba7d39 {
    grid-row: 7 / 8;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e625-73ba7d39 {
    grid-area: 8 / 1 / 9 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e62b-73ba7d39 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-4206ecd2, #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-4206ecd2 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60c-4206ecd2 {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60f-4206ecd2 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e615-4206ecd2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61b-4206ecd2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61e-4206ecd2 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e625-4206ecd2 {
    grid-area: 6 / 1 / 7 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e62b-4206ecd2 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e618-4206ecd2 {
    grid-row: 8 / 9;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-8cdd2152, #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-8cdd2152 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-d93f12bc-052f-d683-6a97-103ad87e3082-8cdd2152 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_154fa625-207f-f1f0-b6b5-486daccc0681-8cdd2152 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60f-8cdd2152 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e615-8cdd2152 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61b-8cdd2152 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61e-8cdd2152 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e625-8cdd2152 {
    grid-area: 7 / 1 / 8 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e62b-8cdd2152 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e622-8cdd2152 {
    grid-row: 9 / 10;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-1e0f5936, #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-1e0f5936 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60c-1e0f5936 {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60f-1e0f5936 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e615-1e0f5936 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e625-1e0f5936 {
    grid-area: 4 / 1 / 5 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e62b-1e0f5936 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e622-1e0f5936 {
    grid-row: 6 / 7;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-f47f7056 {
    grid-column-end: 4;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5fd-f47f7056 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60c-f47f7056 {
    grid-row-start: 1;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e60f-f47f7056 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e615-f47f7056 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e618-f47f7056 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61b-f47f7056 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e61e-f47f7056 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e625-f47f7056 {
    grid-area: 8 / 1 / 9 / 2;
    place-self: center start;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e62b-f47f7056 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-af7068f5-6e18-2e04-c455-80674580823c-4d625bb3 {
    grid-row: 2 / 3;
    grid-column-end: 5;
  }

  #w-node-af7068f5-6e18-2e04-c455-80674580822b-4d625bb3 {
    grid-column-end: 5;
  }

  #w-node-af7068f5-6e18-2e04-c455-80674580824d-4d625bb3 {
    grid-area: 3 / 1 / 4 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_26e804a5-83c4-4594-e0b5-b033ee78b784-1ab5c0e8 {
    align-self: center;
  }

  #w-node-_4fc9d561-9cc9-8f02-3eb5-49e8a0550688-1ab5c0e8 {
    grid-column-start: 6;
  }

  #w-node-_42338677-826b-fd11-5f83-a04b84c8b534-1ab5c178 {
    grid-row: span 1 / span 1;
  }

  #w-node-_76f4c76d-5065-7b84-630c-d2e1a01a0c80-1ab5c1a0 {
    grid-column-end: 5;
  }

  #w-node-_3117a366-2b9e-6799-ebac-4d74e0308d54-1ab5c1b5 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-e0b2539f, #w-node-_32566108-0d04-db59-3971-03f7df59e5f8-f47f7056 {
    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;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-bold-italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Centurygothic';
  src: url('../fonts/centurygothic_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Centurygothic';
  src: url('../fonts/centurygothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}