@font-face {
  font-family: Morganite;
  src: url('../fonts/Morganite-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Morganite;
  src: url('../fonts/Morganite-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Morganite;
  src: url('../fonts/Morganite-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Morganite;
  src: url('../fonts/Morganite-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Morganite;
  src: url('../fonts/Morganite-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Morganite;
  src: url('../fonts/Morganite-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff2') format("woff2"), url('../fonts/Inter-ExtraBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-color--background-primary: #fefcf6;
  --primary-color--brown: #25211d;
  --border-color--border: #25211d33;
  --border-color--border-primary: #fefcf61a;
  --neutral-color--primary-neutral: #6f6b61;
  --black\<deleted\|variable-078384d0-9b1e-b801-7450-069663b5a685\>: #000;
  --background-color--background-secondary: #25211d;
  --white\<deleted\|variable-ec6d5361-4f6e-152f-0fa6-d9554ea8b667\>: white;
  --primary-color--white: white;
  --border-color--border-secondary: #fefcf64d;
  --primary-color--brown-02: #2c2b28;
  --neutral-color--secondary-neutral: #fffdf2;
  --primary-color--yellow\<deleted\|variable-30010d5c-079b-29a6-67c2-6df3801a987a\>: #fffdf2;
  --_sizes---spacer--tiny: .125rem;
  --_sizes---spacer--xxsmall: .25rem;
  --_sizes---spacer--xsmall: .5rem;
  --_sizes---spacer--small: 1rem;
  --_sizes---spacer--medium: 2rem;
  --_sizes---spacer--large: 3rem;
  --_sizes---spacer--xlarge: 4rem;
  --_sizes---spacer--xxlarge: 5rem;
  --primary-color--black: black;
  --_sizes---spacer--huge: 6rem;
  --_sizes---spacer--xhuge: 8rem;
  --_sizes---spacer--xxhuge: 10rem;
  --_sizes---border-radius--tiny: .125rem;
  --_sizes---border-radius--xxsmall: .25rem;
  --_sizes---border-radius--small: .5rem;
  --_sizes---border-radius--medium: .75rem;
  --_sizes---border-radius--large: 1rem;
  --_sizes---border-radius--xlarge: 1.25rem;
  --_sizes---border-radius--xxlarge: 1.5rem;
  --_sizes---border-radius--huge: 1.75rem;
  --_sizes---border-radius--xhuge: 2rem;
  --_sizes---border-radius--xxhuge: 2.5rem;
}

.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-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--background-color--background-primary);
  color: var(--primary-color--brown);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Morganite, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Morganite, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Morganite, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Morganite, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Morganite, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Morganite, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--primary-color--brown);
  font-weight: 500;
  text-decoration: none;
}

blockquote {
  border-left: 5px solid var(--border-color--border);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h3 {
  font-size: 10rem;
  font-weight: 700;
}

.form-label {
  text-transform: uppercase;
  margin-bottom: 0;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.icon-height-large {
  height: 3rem;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-style-muted {
  opacity: .6;
}

.padding-small {
  padding: 1rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-xxsmall {
  margin: .25rem;
}

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

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide-3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide-3-col.is-align-start {
  align-items: start;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: #fff;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.form-message-error {
  color: #3b0b0b;
  text-align: center;
  background-color: #f8e4e4;
  margin-top: 2.5rem;
  padding: 1.25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.fs-styleguide-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide-item.is-stretch {
  justify-items: stretch;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide-classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

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

.hide {
  display: none;
}

.nav-client-first-logo {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.form-message-success {
  color: #114e0b;
  text-align: center;
  background-color: #cef5ca;
  padding: 1.25rem;
}

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

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.heading-style-h5 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

.text-align-left {
  text-align: left;
}

.fs-styleguide-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide-section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide-item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.background-color-alternate {
  background-color: var(--primary-color--brown);
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.heading-style-h2 {
  font-size: 12rem;
  font-weight: 700;
  line-height: .9;
}

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

.fs-styleguide-background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide-2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide-2-col.is-align-start {
  align-items: start;
}

.text-style-quote {
  border-left: .25rem solid var(--border-color--border);
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.fs-styleguide-4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pointer-events-none {
  pointer-events: none;
}

.overflow-hidden {
  overflow: hidden;
}

.padding-tiny {
  padding: .125rem;
}

.text-color-primary {
  color: var(--black\<deleted\|variable-078384d0-9b1e-b801-7450-069663b5a685\>);
}

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

.padding-medium {
  padding: 2rem;
}

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

.icon-height-medium {
  height: 2rem;
}

.spacer-large {
  padding-top: 3rem;
}

.fs-styleguide-heading-header {
  font-size: 6rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.nav-component {
  background-color: var(--primary-color--brown);
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-rich-text h1 {
  font-size: 8rem;
  line-height: .9;
}

.text-rich-text h2 {
  font-size: 6rem;
}

.text-rich-text h3 {
  font-size: 5rem;
}

.text-rich-text h4 {
  font-size: 4rem;
}

.text-rich-text h5 {
  font-size: 3rem;
  line-height: 1;
}

.padding-custom1 {
  padding: 1.5rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 1.4;
}

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

.fs-styleguide-header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-xxhuge {
  padding: 10rem;
}

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

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.nav-button {
  padding: 1rem;
}

.heading-style-h6 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.fs-styleguide-heading-medium {
  font-size: 4rem;
  line-height: 1;
}

.text-weight-bold {
  font-weight: 700;
}

.padding-huge {
  padding: 6rem;
}

.padding-0 {
  padding: 0;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.icon-height-small {
  height: 1rem;
}

.margin-tiny {
  margin: .125rem;
}

.text-size-tiny {
  font-size: .75rem;
  line-height: 1.2;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

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

.margin-medium {
  margin: 2rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide-empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.nav-menu-link {
  color: #fff;
  padding: 1rem;
}

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

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

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-style-nowrap {
  white-space: nowrap;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

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

.button {
  border-style: solid;
  border-width: 1px;
  border-color: black black black var(--primary-color--brown);
  background-color: var(--primary-color--brown);
  color: var(--background-color--background-primary);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 1rem 2rem;
  font-weight: 400;
  transition: all .35s;
}

.button:hover {
  color: var(--primary-color--brown);
  background-color: #0000;
}

.button.is-form-submit {
  width: 100%;
}

.button.is-secondary {
  border-style: solid;
  border-width: 1px;
  border-color: black black black var(--primary-color--brown);
  color: var(--primary-color--brown);
  background-color: #0000;
}

.button.is-secondary:hover {
  background-color: var(--primary-color--brown);
  color: var(--background-color--background-primary);
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.overflow-scroll {
  overflow: scroll;
}

.fs-styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.2;
}

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

.form-component {
  margin-bottom: 0;
}

.margin-0 {
  margin: 0;
}

.fs-styleguide-hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide-spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.fs-styleguide-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-weight-light {
  font-weight: 300;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.margin-huge {
  margin: 6rem;
}

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

.padding-xxlarge {
  padding: 5rem;
}

.text-style-link {
  color: var(--primary-color--brown);
  text-decoration: none;
}

.text-color-alternate {
  color: var(--white\<deleted\|variable-ec6d5361-4f6e-152f-0fa6-d9554ea8b667\>);
}

.background-color-tertiary {
  background-color: var(--primary-color--white);
}

.fs-styleguide-spacing-all {
  display: none;
}

.fs-styleguide-1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.padding-top, .padding-top.padding-xhuge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.fs-styleguide-header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.padding-xhuge {
  padding: 8rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide-spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.fs-styleguide-message {
  color: #5e5515;
  background-color: #fcf8d8;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.text-size-small {
  color: var(--primary-color--brown);
  font-size: .875rem;
  line-height: 1.2;
}

.text-size-small.text-color-secondary {
  color: var(--neutral-color--primary-neutral);
}

.overflow-visible {
  overflow: visible;
}

.text-style-italic {
  font-style: italic;
}

.fs-styleguide-section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
  line-height: 1.4;
}

.text-size-regular.right-intro {
  text-align: right;
}

.fs-styleguide-label {
  color: #fff;
  background-color: #2d62ff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide-label.is-tag {
  background-color: #dd23bb;
}

.padding-xlarge {
  padding: 4rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  text-transform: uppercase;
  font-family: Morganite, Impact, sans-serif;
  font-size: 14rem;
  font-weight: 700;
  line-height: .9;
}

.padding-xsmall {
  padding: .5rem;
}

.fs-styleguide-item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-small {
  margin: 1rem;
}

.margin-large {
  margin: 3rem;
}

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--border-color--border);
  color: var(--primary-color--brown);
  text-transform: uppercase;
  background-color: #fff0;
  min-height: 3rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 500;
  transition: border-color .35s;
}

.form-input:hover, .form-input:active, .form-input:focus {
  border-color: var(--primary-color--brown);
}

.form-input::placeholder {
  color: #222;
}

.form-input.is-text-area {
  min-height: auto;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.form-input.is-select-input {
  color: #222;
}

.margin-xsmall {
  margin: .5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}

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

.padding-custom2 {
  padding: 2.5rem;
}

.padding-large {
  padding: 3rem;
}

.nav-style-guide {
  background-color: var(--primary-color--brown);
  justify-content: space-between;
  align-items: center;
  width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 1.5rem;
  display: flex;
  position: fixed;
  inset: auto 0% 5%;
}

.nav-style-guide-link {
  background-color: var(--background-color--background-primary);
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.nav-style-guide-link:hover {
  transform: scale(1.2);
}

.nav-style-guide-icon {
  color: var(--primary-color--brown);
  width: 2rem;
  height: 2rem;
  line-height: 1;
}

.accordion-heading {
  color: var(--primary-color--brown);
  letter-spacing: -.05rem;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.contact-form-block {
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.accordion-content-wrap {
  overflow: hidden;
}

.faq-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-link {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--primary-color--brown);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: border-color .35s;
  display: flex;
}

.social-link:hover {
  border-color: var(--border-color--border-secondary);
}

.plus-line {
  z-index: 1;
  background-color: #262626;
  border-radius: .5rem;
  width: 1rem;
  height: .083rem;
  position: relative;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(90deg);
}

.social-icon-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.social-icon-wrap.small {
  transform: scale(.85);
}

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

.plus-block {
  cursor: pointer;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-answer-text {
  color: var(--primary-color--brown-02);
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

.accordion-content-block {
  width: 100%;
  max-width: 40rem;
}

.accordion-content-item {
  border-bottom: 1px solid var(--border-color--border);
  cursor: pointer;
  width: 100%;
  padding-bottom: 2rem;
  position: relative;
}

.social-media-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon {
  color: #f7f7f7;
  width: 1.25rem;
  height: 1.25rem;
}

.contact-form-wrapper {
  border: 1px solid var(--border-color--border);
  background-color: var(--neutral-color--secondary-neutral);
  color: var(--primary-color--brown);
  margin-bottom: 0;
  padding: 3rem 2rem;
}

.accordion-title-item {
  position: relative;
  overflow: hidden;
}

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

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-icon {
  width: 12rem;
  height: 12rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-title {
  font-size: 4rem;
}

.changelog-content-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.list {
  list-style-type: square;
}

.link-button {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.licenses-list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  list-style-type: square;
  display: flex;
}

.link-wrap {
  flex-direction: column;
  height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.link-wrap.small {
  height: 1rem;
}

.link-button-text {
  color: var(--primary-color--brown);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.link-button-text.is-hover {
  color: #888;
}

.link-button-text.alternate {
  color: var(--primary-color--white);
  font-size: .875rem;
}

.section-home-header {
  background-color: #25211d;
  position: relative;
  overflow: clip;
}

.section-about-header {
  background-color: var(--primary-color--brown);
  position: relative;
  overflow: clip;
}

.project-info-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--border-color--border);
  background-color: var(--neutral-color--secondary-neutral);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 10px 20px;
  display: flex;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.project-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.testimonial-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--border-color--border);
  background-color: var(--neutral-color--secondary-neutral);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.testimonial-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-picture {
  width: 10rem;
  height: 10rem;
}

.blog-post-info-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-post-info-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.blog-post-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8rem;
}

.author-picture {
  border: 1px solid var(--border-color--border);
  object-fit: cover;
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
  padding: 3px;
}

.author-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.blog-post-author-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.author-s-social-media-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-post-body {
  width: 100%;
}

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

.blog-post-item {
  width: 100%;
  height: 100%;
}

.empty-state {
  background-color: var(--primary-color--brown);
  color: var(--primary-color--white);
  text-align: center;
}

.post-title {
  color: var(--primary-color--brown);
  font-size: 6rem;
}

.post-title.is-small {
  font-size: 2.25rem;
}

.post-title.is-medium {
  font-size: 3rem;
}

.blog-post-image {
  border-bottom: 1px solid var(--border-color--border);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post-info {
  justify-content: space-between;
  align-items: flex-end;
  padding: 5px 1rem 20px;
  display: flex;
}

.blog-post-content {
  padding-top: 20px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.blog-link-wrapper {
  border: 1px solid var(--border-color--border);
  background-color: var(--primary-color--yellow\<deleted\|variable-30010d5c-079b-29a6-67c2-6df3801a987a\>);
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}

.blog-post-category {
  background-color: var(--primary-color--brown);
  color: #fff;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  inset: 0 auto auto 0;
}

.blog-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.all-posts-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.newsletter-form-wrapper {
  border: 1px solid var(--border-color--border);
  background-color: #f7f5ea;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3rem 2rem 2rem;
}

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

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

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

.team-member-image-wrapper {
  border: 1px solid var(--neutral-color--secondary-neutral);
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.team-member-block {
  border: 1px solid var(--border-color--border);
  background-color: var(--primary-color--yellow\<deleted\|variable-30010d5c-079b-29a6-67c2-6df3801a987a\>);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 1rem 2rem;
  display: flex;
}

.member-content-block {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.member-description {
  color: var(--primary-color--brown);
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
}

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

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

.member-name {
  color: var(--primary-color--brown);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Morganite, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.team-member-social-media {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-line {
  background-color: var(--border-color--border);
  width: 100%;
  height: 1px;
}

.member-postion-text {
  text-align: center;
  font-size: 1rem;
}

.dividing-line {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.roll-number {
  height: 12rem;
  min-height: 12rem;
}

.number {
  color: var(--primary-color--brown);
  text-align: center;
  height: 12rem;
  min-height: 12rem;
  font-family: Morganite, Impact, sans-serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
}

.number.alternate {
  color: var(--neutral-color--primary-neutral);
}

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

.roll-number-wrapper {
  height: 10rem;
  min-height: 10rem;
  display: flex;
  overflow: hidden;
}

.number-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.number-block._02 {
  justify-content: flex-start;
  align-items: center;
}

.number-block._03 {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.blog-collection-wrapper, .blog-collection-list, .blog-collection-item {
  width: 100%;
  height: 100%;
}

.blog-post-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}

.circle-image-wrapper {
  width: 10.5rem;
  height: 14rem;
  position: absolute;
  inset: -125% auto auto;
}

.hero-component-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
  position: relative;
}

.circle-item {
  perspective: 1000px;
  border-radius: 100%;
  width: 12rem;
  height: 12rem;
  position: absolute;
  transform: rotate(0);
}

.circle-item._07 {
  z-index: 2;
  transform: rotate(-270deg);
}

.circle-item._03 {
  z-index: 6;
  transform: rotate(-90deg);
}

.circle-item._08 {
  z-index: 1;
  transform: rotate(-315deg);
}

.circle-item._04 {
  z-index: 5;
  transform: rotate(-135deg);
}

.circle-item._05 {
  z-index: 4;
  transform: rotate(-180deg);
}

.circle-item._06 {
  z-index: 3;
  transform: rotate(-225deg);
}

.circle-item._01 {
  z-index: 8;
}

.circle-item._02 {
  z-index: 7;
  transform: rotate(-45deg);
}

.circle-card-wrapper {
  z-index: 2;
  mix-blend-mode: difference;
  position: relative;
  transform: scale(1.4);
}

.circle-card-wrapper.cta {
  mix-blend-mode: normal;
  bottom: -5rem;
}

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

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

.header-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Morganite, Impact, sans-serif;
  font-size: 40vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.nav-text {
  color: var(--primary-color--white);
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
}

.nav-text:where(.w-variant-dbe31add-f85d-eaa3-2fb9-56e2e9845d6d) {
  color: var(--primary-color--brown);
}

.nav-text.is-hover {
  color: #fffdf280;
}

.logo {
  color: #fff;
  text-transform: uppercase;
  height: 1.75rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.logo:where(.w-variant-dbe31add-f85d-eaa3-2fb9-56e2e9845d6d) {
  filter: invert();
}

.alternate-logo {
  opacity: .3;
  color: #aeaeae;
  text-transform: uppercase;
  height: 1.75rem;
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 1;
}

.alternate-logo:where(.w-variant-dbe31add-f85d-eaa3-2fb9-56e2e9845d6d) {
  filter: invert();
}

.left-nav-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: var(--primary-color--brown);
  border-bottom: 1px solid #fefcf60d;
  padding-top: 1.5rem;
  padding-bottom: 1.75rem;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar:where(.w-variant-dbe31add-f85d-eaa3-2fb9-56e2e9845d6d) {
  border-bottom-color: var(--border-color--border);
  background-color: #0000;
}

.logo-wrap {
  justify-content: center;
  align-items: flex-start;
  height: 1.75rem;
}

.nav-link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border: 1px solid #fefcf61a;
  border-radius: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: border-color .35s;
  display: flex;
}

.nav-link:where(.w-variant-dbe31add-f85d-eaa3-2fb9-56e2e9845d6d) {
  border-color: var(--border-color--border);
}

.nav-link:hover {
  border-color: #fefcf64d;
}

.nav-link:hover:where(.w-variant-dbe31add-f85d-eaa3-2fb9-56e2e9845d6d) {
  border-color: var(--primary-color--brown);
}

.background-navbar {
  display: none;
}

.nav-link-block {
  height: 15px;
  overflow: hidden;
}

.nav-link-overflow {
  position: relative;
  overflow: hidden;
}

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

.brand-link {
  z-index: 10;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: relative;
  overflow: hidden;
}

.nav-menu-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.right-nav-menu {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-text {
  color: #fefcf6;
  text-transform: uppercase;
  font-size: 14px;
}

.header-text-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
  bottom: 2.5rem;
}

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

.partner-logo-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #eff9fc1a;
  border-bottom: 1px #eff9fc1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 10vh;
  min-height: 10vh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.partner-logo-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.partner-logo-wrapper {
  border-top: 1px #eff9fc1a;
  overflow: hidden;
}

.partner-logo-wrapper.right {
  transform-style: preserve-3d;
  border-left: 1px solid #eff9fc1a;
  justify-content: flex-end;
  display: flex;
  transform: none;
}

.partner-logo-wrapper.left {
  justify-content: flex-start;
  display: flex;
}

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

.partner-logo.rotate {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.partner-logo-item {
  border-right: 1px solid #eff9fc1a;
  justify-content: center;
  align-items: center;
  width: 14vw;
  min-width: 200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.partner-logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
  top: 2rem;
}

.subtitle {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
}

.subtitle.alternate-color {
  color: var(--primary-color--white);
}

.header-component-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
}

.right-image-item {
  width: 8rem;
  height: 10rem;
  position: absolute;
  transform: rotate(0);
}

.right-image-item._3 {
  z-index: 2;
  transform: rotate(-135deg);
}

.right-image-item._1 {
  z-index: 4;
  transform: rotate(-45deg);
}

.right-image-item._2, .right-image-item._03 {
  z-index: 3;
  transform: rotate(-90deg);
}

.right-image-item._02 {
  z-index: 4;
  transform: rotate(-45deg);
}

.right-image-item._4 {
  z-index: 2;
  transform: rotate(-180deg);
}

.right-image-item._5 {
  z-index: 1;
  transform: rotate(-180deg);
}

.right-image-item._01 {
  z-index: 5;
  transform: rotate(0);
}

.right-image-item._04 {
  z-index: 2;
  transform: rotate(-135deg);
}

.right-image-item._05 {
  z-index: 1;
  transform: rotate(-180deg);
}

.right-image-item._01 {
  z-index: 5;
}

.left-image-item {
  width: 8rem;
  height: 10rem;
  position: absolute;
  transform: rotate(0);
}

.left-image-item._3 {
  z-index: 3;
  transform: rotate(90deg);
}

.left-image-item._1 {
  z-index: 5;
}

.left-image-item._2 {
  z-index: 4;
  transform: rotate(45deg);
}

.left-image-item._4 {
  z-index: 2;
  transform: rotate(135deg);
}

.left-image-item._5 {
  z-index: 1;
  transform: rotate(180deg);
}

.left-image-item._05 {
  z-index: 1;
  transform: rotate(-180deg);
}

.left-image-item._01 {
  z-index: 5;
}

.left-image-item._04 {
  z-index: 2;
  transform: rotate(-225deg);
}

.left-image-item._02 {
  z-index: 4;
  transform: rotate(-315deg);
}

.left-image-item._03 {
  z-index: 3;
  transform: rotate(-270deg);
}

.circle-card-block {
  z-index: 1;
  position: relative;
  bottom: -2rem;
  transform: scale(1.4);
}

.circle-card-block.right {
  z-index: 1;
}

.circle-card-block.left {
  z-index: 3;
}

.hero-title {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Morganite, Impact, sans-serif;
  font-size: 30rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  bottom: -5rem;
}

.circle-image-wrap, .card-image-wrapper {
  width: 8rem;
  height: 10rem;
  position: absolute;
  inset: -125% auto auto;
}

.circle-card-wrap {
  z-index: 2;
  position: relative;
  bottom: -1rem;
  transform: scale(1.25);
}

.header-social-media {
  position: relative;
  bottom: 5rem;
}

.heading-title {
  color: var(--primary-color--white);
  text-transform: uppercase;
  margin-bottom: 1.75rem;
  font-family: Morganite, Impact, sans-serif;
  font-size: 14vw;
  font-weight: 700;
  line-height: .9;
  position: relative;
  bottom: -2rem;
}

.header-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.project-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

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

.project-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

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

.title-letter {
  font-size: 15rem;
  font-weight: 700;
  line-height: .9;
}

.heading-wrap {
  perspective: 750px;
  position: relative;
}

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

.heading-container.align-left {
  justify-content: flex-start;
  align-items: center;
}

.heading-block {
  transform-origin: 50% 100%;
}

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

.project-content-wrapper._01 {
  transform-origin: 100% 0;
}

.project-content-wrapper._02 {
  transform-origin: 0 0;
}

.project-content-wrapper._03 {
  transform-origin: 100% 0;
}

.project-content-wrapper._04 {
  transform-origin: 0 0;
}

.top-sticky {
  padding-top: 8rem;
  position: sticky;
  top: 2rem;
}

.project-block-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-inner-grid {
  grid-template-rows: auto;
  width: 100%;
}

.project-name {
  text-align: center;
  margin-top: 2.25rem;
  font-size: 12rem;
  line-height: .9;
}

.project-service {
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
}

.project-year {
  text-align: center;
  font-size: 1rem;
}

.project-wrap {
  background-color: var(--background-color--background-primary);
  position: sticky;
  top: 0;
}

.footer {
  background-color: var(--primary-color--brown);
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.footer-padding {
  padding-top: 8rem;
  padding-bottom: 30rem;
}

.footer-top-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
  display: flex;
}

.footer-link {
  margin-bottom: 20px;
  transition: opacity .35s;
}

.footer-link:hover {
  opacity: .65;
}

.footer-logo {
  color: var(--primary-color--white);
  text-transform: uppercase;
  height: 2.25rem;
  font-family: Morganite, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.footer-description {
  color: var(--primary-color--white);
  text-align: center;
  text-transform: uppercase;
}

.footer-link-wrap {
  border: 1px solid #fefcf61a;
  border-radius: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  transition: border-color .35s;
  position: relative;
}

.footer-link-wrap:hover {
  border-color: #fefcf64d;
}

.footer-link-text {
  color: var(--primary-color--white);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.footer-link-text.is-hover {
  color: #fffdf299;
}

.footer-grid {
  grid-template-rows: auto;
  width: 100%;
}

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

.footer-text {
  color: #fffdf299;
  text-transform: uppercase;
  line-height: 1;
}

.footer-content-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.footer-brand {
  opacity: .03;
  color: var(--primary-color--white);
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Morganite, Impact, sans-serif;
  font-size: 40vw;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: -20rem;
}

.footer-brand-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-detail-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 1rem;
}

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

.intro-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.intro-text-block {
  width: 100%;
  max-width: 25rem;
}

.main-button {
  border: 1px solid var(--primary-color--brown);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 3.5rem;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button:hover {
  transform: scale(.95);
}

.main-button.large {
  width: 12rem;
}

.main-button-block {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-text-01 {
  transform-origin: 0%;
  color: var(--primary-color--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.button-text-02 {
  transform-origin: 100%;
  color: var(--primary-color--white);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
}

.background-button {
  z-index: 1;
  background-color: var(--primary-color--brown);
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.line-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.project-component-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-title {
  text-align: center;
  margin-top: 2rem;
  font-size: 10rem;
}

.testimonial-image-wrapper {
  border: 1px solid var(--border-color--border);
  border-radius: 100%;
  padding: 2px;
}

.testimonial-slider-wrapper {
  background-color: #0000;
  height: auto;
  padding-bottom: 4rem;
  padding-left: .875rem;
  padding-right: .875rem;
  overflow: hidden;
}

.testimonial-mask-block {
  width: 33.33%;
  overflow: visible;
}

.testimonial-spacer {
  padding-top: 3rem;
}

.slider-arrow {
  border: 1px solid var(--border-color--border);
  background-color: var(--background-color--background-primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.center {
  bottom: 4rem;
}

.testimonial-slider-navigation {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.testimonial-slide-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

.testimonial-arrow-icon {
  color: #050505;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .875rem;
  height: 1rem;
  display: flex;
}

.testimonial-info {
  color: var(--primary-color--brown);
  font-size: 1rem;
}

.testimonial-info-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.testimonial-text {
  font-size: 1.125rem;
}

.testimonial-card {
  border: 1px solid var(--border-color--border);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial-logo {
  height: 1.5rem;
}

.testimonial-client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.section-home-testimonials {
  position: relative;
  overflow: clip;
}

.project-block-wrapper {
  border-top: 1px solid var(--border-color--border);
  border-bottom: 1px solid var(--border-color--border);
  width: 100%;
  height: 100%;
}

.call-to-action-01 {
  position: relative;
  overflow: clip;
}

.heading-spacer {
  width: 2rem;
}

.cta-content-wrapper {
  z-index: 10;
  position: relative;
}

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

.testimonial-arrow {
  border: 1px solid var(--border-color--border);
  background-color: #fefcf6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .35s;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial-arrow.left {
  right: 4rem;
}

.testimoniall-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial-mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial-slide {
  padding-right: 2rem;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

.testimonial-card-content {
  border: 1px solid var(--border-color--border);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.call-to-action-02 {
  height: 300vh;
  padding-top: 8rem;
  padding-bottom: 10rem;
}

.cta-component {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: scale(1.5);
}

.circle-image-block {
  width: 10rem;
  height: 12.5rem;
  position: absolute;
  inset: -140% auto auto;
  transform: rotate(0);
}

.cta-image-item {
  perspective: 1000px;
  border-radius: 100%;
  width: 10rem;
  height: 10rem;
  position: absolute;
  transform: rotate(0);
}

.cta-image-item._06 {
  z-index: 3;
  transform: rotate(-225deg);
}

.cta-image-item._04 {
  z-index: 5;
  transform: rotate(-135deg);
}

.cta-image-item._02 {
  z-index: 7;
  transform: rotate(-45deg);
}

.cta-image-item._05 {
  z-index: 4;
  transform: rotate(-180deg);
}

.cta-image-item._08 {
  z-index: 1;
  transform: rotate(-315deg);
}

.cta-image-item._03 {
  z-index: 6;
  transform: rotate(-90deg);
}

.cta-image-item._07 {
  z-index: 2;
  transform: rotate(-270deg);
}

.cta-image-item._01 {
  z-index: 8;
}

.cta-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 4rem;
}

.cta-link {
  z-index: 10;
  border: .5px solid var(--primary-color--brown);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8rem;
  min-width: 8rem;
  height: 8rem;
  min-height: 8rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.cta-text {
  color: var(--primary-color--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

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

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

.cta-link-block {
  background-color: var(--primary-color--brown);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .4s;
  display: flex;
  position: relative;
}

.cta-link-block:hover {
  transform: scale(.96);
}

.cta-circle-line {
  border: 1px dashed var(--neutral-color--primary-neutral);
  border-radius: 100%;
  width: 90%;
  height: 90%;
  position: absolute;
}

.project-content-wrap {
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-name-text {
  color: var(--background-color--background-primary);
  font-size: 8rem;
  position: relative;
  bottom: -1rem;
}

.partner-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partners-logo-gradient-left {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--background-color--background-primary), #0000);
  width: 3rem;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.partner-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.partner-logo-image {
  height: 2rem;
}

.partners-logo-gradient-right {
  z-index: 1;
  background-image: linear-gradient(90deg, #0000, var(--background-color--background-primary));
  width: 3rem;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.sticky-title {
  text-transform: uppercase;
  font-size: 7vw;
  font-weight: 700;
  line-height: 1.1;
}

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

.sticky-image._02 {
  z-index: 3;
}

.sticky-image._03 {
  z-index: 2;
}

.sticky-image._01 {
  z-index: 4;
}

.sticky-image._04 {
  z-index: 1;
}

.sticky-content-item {
  width: 100%;
  max-width: 40rem;
  padding-right: 20%;
}

.sticky-description-block {
  max-width: 30rem;
  padding-top: 1em;
}

.service-button-block {
  display: flex;
}

.sticky-image-wrapper {
  height: 90vh;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.sticky-component-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.sticky-text {
  font-size: 1.55em;
  line-height: 1.4;
}

.sticky-content-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: grid;
}

.sticky-column {
  width: 100%;
  position: relative;
}

.sticky-image-tablet {
  display: none;
}

.quote-icon {
  opacity: .1;
  height: 2.75rem;
  margin-bottom: 1.5rem;
}

.testimonial-space {
  padding-top: 2rem;
}

.testimonial-name {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.2;
}

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

.testimonial-opacity {
  background-image: linear-gradient(90deg, #181818, #fff0);
  width: 4rem;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.testimonial-opacity.is-right {
  background-image: linear-gradient(270deg, var(--background-color--background-primary), #fff0);
  inset: 0% 0% 0% auto;
}

.testimonial-opacity.is-left {
  background-image: linear-gradient(90deg, var(--background-color--background-primary), #fff0);
}

.client-picture {
  border: 1px solid var(--border-color--border);
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  padding: 2px;
}

.testimonial-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-description-text {
  color: var(--primary-color--brown);
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.5;
}

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

.testimonial-description {
  color: var(--primary-color--brown);
  text-align: right;
  font-size: .875rem;
}

.testimonial-card-block {
  border: 1px solid var(--border-color--border);
  background-color: var(--neutral-color--secondary-neutral);
  padding: 2rem;
  position: relative;
}

.cta-title {
  font-size: 7rem;
}

.cta-image-block {
  width: 8rem;
  height: 10rem;
  position: absolute;
  transform: rotate(0);
}

.cta-image-block._01 {
  z-index: 1;
}

.cta-image-block._02 {
  z-index: 2;
  transform: rotate(45deg);
}

.cta-image-block._03 {
  z-index: 3;
  transform: rotate(90deg);
}

.cta-image-block._04 {
  z-index: 4;
  transform: rotate(135deg);
}

.cta-image-block._05 {
  z-index: 5;
  transform: rotate(180deg);
}

.cta-image-block._06 {
  z-index: 1;
}

.cta-image-block._07 {
  z-index: 2;
  transform: rotate(-45deg);
}

.cta-image-block._08 {
  z-index: 3;
  transform: rotate(-90deg);
}

.cta-image-block._09 {
  z-index: 4;
  transform: rotate(-135deg);
}

.cta-image-block._10 {
  z-index: 5;
  transform: rotate(-180deg);
}

.cta-content-grid {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
}

.cta-content-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.call-to-action-03 {
  position: relative;
  overflow: clip;
}

.footer-link-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 1rem;
  display: flex;
  overflow: hidden;
}

.project-container {
  margin-bottom: 2rem;
}

.project-container.last {
  margin-bottom: 0;
}

.sticky-subtitle {
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.project-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.location-title {
  font-family: Inter, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.location-tab {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.location-tab-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.location-tab-link {
  border-left: 5px solid var(--border-color--border);
  background-color: #0000;
  padding: 1.25rem 0 1.25rem 2rem;
  display: block;
}

.location-tab-link.w--current {
  border-left-color: var(--primary-color--brown);
  opacity: 1;
  background-color: #fefcf6;
}

.location-image-wrapper {
  height: 100%;
}

.location-image-item {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact-content-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.contact-item {
  border: 1px solid var(--border-color--border);
  background-color: var(--neutral-color--secondary-neutral);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2rem;
}

.contact-icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: top;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: inline-block;
}

.contact-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.contact-title {
  font-size: 3.5rem;
  font-weight: 700;
}

.contact-text {
  color: #2c2b28;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: .875rem;
}

.contact-link {
  color: var(--primary-color--brown);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  transition: color .35s;
}

.contact-link:hover {
  color: var(--neutral-color--primary-neutral);
}

.contact-image-wrap {
  border-radius: 0;
  overflow: hidden;
}

.contact-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.contact-content-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-media-wrap {
  display: flex;
}

.form-item {
  width: 100%;
}

.contact-wrapper {
  border: 1px solid var(--border-color--border);
  background-color: var(--neutral-color--secondary-neutral);
  color: #000;
  margin-bottom: 0;
  padding: 3rem 2rem;
}

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

.about-header-image-block {
  width: 8rem;
  height: 10rem;
  position: absolute;
  inset: -125% auto auto;
}

.about-header-image-wrapper {
  transform: scale(1.2);
}

.value-content-item {
  width: 100%;
  max-width: 35rem;
}

.value-number {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.value-title {
  margin-bottom: 20px;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}

.value-content-block {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.value-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.value-content-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px solid var(--border-color--border);
  border-bottom: 1px solid var(--border-color--border);
  background-color: var(--background-color--background-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  display: grid;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.value-description {
  font-size: 1.25rem;
  line-height: 1.4;
}

.process-text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
}

.process-tab-link-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.process-tab-plane {
  width: 100%;
  height: 100%;
}

.process-tab-link {
  border-left: 5px solid var(--border-color--border);
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 1rem 1rem 1rem 2rem;
  display: flex;
}

.process-tab-link.w--current {
  border-color: var(--border-color--border) var(--border-color--border) var(--border-color--border) var(--primary-color--brown);
  background-color: var(--neutral-color--secondary-neutral);
  opacity: 1;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
}

.process-tabs {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.process-tabs-content {
  width: 100%;
  height: 100%;
}

.process-title {
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1;
}

.process-image-wrapper {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.footer-menu-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.menu-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-button-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
  overflow: hidden;
}

.menu-line-item {
  width: 100%;
}

.menu-line {
  background-color: #2c2b28;
  width: 100%;
  height: 1px;
}

.heading-wrap-copy {
  perspective: 750px;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .header-title {
    font-size: 32rem;
  }

  .partner-logo {
    max-width: 120px;
  }

  .footer-brand {
    bottom: -5rem;
  }

  .cta-component {
    transform: scale(1.75);
  }

  .partner-logo-image {
    height: 1.5rem;
  }

  .about-header-image-wrapper {
    transform: scale(1.25);
  }

  .process-title {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .heading-style-h1 {
    font-size: 16rem;
  }

  .blog-post-title {
    font-size: 10rem;
  }

  .post-title {
    font-size: 7rem;
  }

  .post-title.is-small {
    font-size: 2.5rem;
  }

  .post-title.is-medium {
    font-size: 4rem;
  }

  .blog-post-category {
    font-size: 14px;
  }

  .member-name {
    font-size: 4.5rem;
  }

  .member-postion-text {
    font-size: 1.125rem;
  }

  .circle-card-wrapper, .circle-card-block {
    transform: scale(1.5);
  }

  .circle-card-wrap {
    bottom: -2rem;
    transform: scale(1.5);
  }

  .heading-title {
    margin-bottom: 1.25rem;
    top: 2rem;
    bottom: -3.5rem;
  }

  .title-letter {
    font-size: 16rem;
  }

  .top-sticky {
    position: sticky;
    top: 10rem;
  }

  .project-name {
    margin-top: 2.5rem;
    font-size: 14rem;
  }

  .footer-brand {
    bottom: -8rem;
  }

  .project-title {
    font-size: 12rem;
  }

  .cta-grid {
    grid-column-gap: 22rem;
    grid-row-gap: 22rem;
  }

  .project-name-text {
    font-size: 10rem;
  }

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

  .testimonial-wrapper, .testimonial-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .location-title {
    font-size: 1.5rem;
  }

  .about-header-image-wrapper {
    position: relative;
    bottom: -3rem;
    transform: scale(1.4);
  }

  .process-title {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1920px) {
  .circle-card-wrap {
    transform: scale(1.65);
  }

  .heading-title {
    margin-bottom: .25rem;
    font-size: 20rem;
    top: 2rem;
    bottom: -4.5rem;
  }

  .project-name {
    margin-top: 3rem;
    font-size: 15rem;
  }

  .footer-brand {
    bottom: -10rem;
  }

  .cta-wrapper {
    top: 3rem;
  }
}

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

  h3 {
    font-size: 2rem;
  }

  .heading-style-h3 {
    font-size: 6rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide-3-col {
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h5 {
    font-size: 3rem;
  }

  .fs-styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 8rem;
  }

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

  .fs-styleguide-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .fs-styleguide-4-col {
    grid-template-columns: 1fr;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

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

  .fs-styleguide-heading-header {
    font-size: 4rem;
  }

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

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

  .nav-button {
    color: #fff;
  }

  .heading-style-h6 {
    font-size: 2rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide-heading-medium {
    font-size: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .hide-tablet {
    display: none;
  }

  .margin-xhuge {
    margin: 8rem;
  }

  .fs-styleguide-1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-style-h1 {
    font-size: 10rem;
  }

  .heading-style-h4 {
    font-size: 4rem;
  }

  .nav-style-guide {
    width: 80vw;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .nav-style-guide-link {
    width: 2.25rem;
    height: 2.25rem;
  }

  .nav-style-guide-icon {
    font-size: 1.5rem;
  }

  .accordion-content-wrap {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .plus-block:hover {
    background-position: 50%;
  }

  .blog-post-title {
    font-size: 6rem;
  }

  .author-content-wrapper {
    display: flex;
  }

  .author-s-social-media-block {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .blog-main-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .all-posts-component-grid, .team-members-grid {
    grid-template-columns: 1fr 1fr;
  }

  .member-name {
    font-size: 3rem;
  }

  .circle-card-wrapper {
    transform: scale(1.1);
  }

  .circle-card-wrapper.cta {
    bottom: -4rem;
  }

  .header-title {
    font-size: 50vw;
    bottom: -2.25rem;
  }

  .nav-text {
    font-size: 2rem;
    font-weight: 600;
  }

  .menu-button-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .left-nav-menu {
    flex-flow: column;
  }

  .nav-menu {
    background-color: #0000;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0%;
  }

  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-link {
    height: 4rem;
    padding: 1rem 2rem;
  }

  .background-navbar {
    z-index: 1;
    background-color: #201c18;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .nav-link-block {
    height: 2.5rem;
  }

  .menu-button {
    border: 1px solid #fefcf60d;
    border-radius: 100%;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
  }

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

  .nav-square {
    background-color: #201c18;
    width: 5rem;
    height: 5rem;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .brand-link {
    z-index: 99;
  }

  .brand-link.w--current {
    z-index: 999;
  }

  .nav-menu-content {
    z-index: 2;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .right-nav-menu {
    flex-flow: column;
  }

  .header-text-grid {
    bottom: 1rem;
  }

  .partner-logo-grid {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .circle-card-block {
    position: relative;
    transform: scale(1);
  }

  .hero-title {
    font-size: 35vw;
    bottom: -3.5rem;
  }

  .circle-card-wrap {
    position: relative;
    bottom: -6rem;
    transform: scale(.9);
  }

  .circle-card-wrap.left {
    left: 1rem;
  }

  .circle-card-wrap.right {
    right: 1rem;
  }

  .heading-title {
    margin-bottom: 1.25rem;
    font-size: 20vw;
    top: 1.5rem;
  }

  .title-letter {
    font-size: 25vw;
  }

  .project-name {
    font-size: 16vw;
  }

  .footer-padding {
    padding-bottom: 20rem;
  }

  .footer-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .footer-brand {
    bottom: 10rem;
  }

  .footer-menu-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 8rem;
  }

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

  .project-component-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    height: 100%;
  }

  .testimonial-mask-block {
    width: 50%;
  }

  .testimonial-spacer {
    padding-top: 2.5rem;
  }

  .testimonial-slide-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-grid {
    grid-column-gap: 16rem;
    grid-row-gap: 16rem;
  }

  .testimonial-mask {
    width: 50%;
  }

  .testimonial-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .call-to-action-02 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cta-component {
    transform: scale(1.1);
  }

  .project-name-text {
    font-size: 5rem;
  }

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

  .partner-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: auto;
  }

  .partner-logo-image {
    width: 8rem;
  }

  .sticky-image {
    position: relative;
    inset: auto;
  }

  .sticky-content-item {
    margin-top: 1.5em;
    margin-bottom: 5em;
  }

  .sticky-image-wrapper {
    display: none;
  }

  .sticky-component-grid {
    flex-direction: column;
  }

  .sticky-content-block {
    flex-direction: column;
    height: auto;
  }

  .sticky-column {
    width: 100%;
  }

  .sticky-image-tablet {
    display: block;
  }

  .testimonial-component-grid {
    width: auto;
  }

  .project-content {
    border-bottom: 1px solid var(--border-color--border);
    padding-bottom: 4rem;
  }

  .project-container {
    margin-bottom: 5rem;
  }

  .project-info-wrapper {
    display: flex;
  }

  .location-tab {
    grid-column-gap: 3rem;
  }

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

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

  .contact-text {
    margin-bottom: 20px;
  }

  .contact-grid {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-header-image-wrapper {
    position: relative;
    transform: scale(.9);
  }

  .about-header-image-wrapper.right {
    right: 1rem;
  }

  .about-header-image-wrapper.left {
    left: 1rem;
  }

  .value-title {
    font-size: 4rem;
  }

  .value-content-block {
    padding: 2rem;
  }

  .value-description {
    font-size: 1rem;
  }

  .process-tabs {
    grid-column-gap: 3rem;
  }

  .process-title {
    font-size: 2rem;
  }

  .menu-button-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 1.25rem;
  }

  .menu-line-item._02 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-line {
    background-color: var(--primary-color--white);
  }
}

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

  h3 {
    font-size: 1.5rem;
  }

  h4, h5 {
    font-size: 1.25rem;
  }

  .heading-style-h3 {
    font-size: 4rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h5 {
    font-size: 2rem;
  }

  .heading-style-h2 {
    font-size: 5rem;
  }

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

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

  .text-rich-text h1 {
    font-size: 5rem;
  }

  .text-rich-text h2 {
    font-size: 4rem;
  }

  .text-rich-text h3 {
    font-size: 3rem;
  }

  .text-rich-text h4 {
    font-size: 2.5rem;
  }

  .text-rich-text h5 {
    font-size: 2rem;
  }

  .text-rich-text h6 {
    font-size: 1.5rem;
  }

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

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

  .heading-style-h6 {
    font-size: 1.5rem;
  }

  .fs-styleguide-heading-medium {
    font-size: 2rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

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

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .text-style-nowrap {
    white-space: normal;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-xhuge {
    padding-top: 6rem;
  }

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

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .fs-styleguide-section-header {
    font-size: .875rem;
  }

  .text-size-regular.left-intro, .text-size-regular.right-intro {
    text-align: center;
  }

  .heading-style-h1 {
    font-size: 6rem;
  }

  .heading-style-h4 {
    font-size: 3rem;
  }

  .padding-top-header {
    padding-top: 10rem;
  }

  .plus-block {
    background-image: none;
  }

  .accordion-answer-text {
    padding-top: 2rem;
  }

  .testimonial-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .testimonial-picture {
    height: 100%;
  }

  .blog-post-title {
    font-size: 5rem;
  }

  .blog-post-author-wrapper {
    position: static;
  }

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

  .post-title {
    font-size: 3rem;
  }

  .post-title.is-small {
    font-size: 2rem;
  }

  .post-title.is-medium {
    font-size: 2.25rem;
  }

  .all-posts-component-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .newsletter-form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .roll-number {
    height: 20vw;
    min-height: 20vw;
  }

  .number {
    height: 20vw;
    min-height: 20vw;
    font-size: 20vw;
  }

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

  .roll-number-wrapper {
    height: 16vw;
    min-height: 16vw;
  }

  .number-block._01, .number-block._03 {
    justify-content: flex-start;
    align-items: center;
  }

  .blog-post-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .circle-card-wrapper {
    transform: scale(.8);
  }

  .circle-card-wrapper.cta {
    bottom: -2rem;
  }

  .header-title {
    bottom: -1.6rem;
  }

  .navbar {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav-link {
    height: 4rem;
  }

  .nav-link-block {
    height: 2rem;
  }

  .nav-menu-content {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10rem;
  }

  .header-text-grid {
    bottom: 2rem;
  }

  .section-home-logos {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .circle-card-block {
    bottom: auto;
    transform: scale(.75);
  }

  .hero-title {
    bottom: -1.25rem;
  }

  .circle-card-wrap {
    bottom: -7rem;
    transform: scale(.65);
  }

  .circle-card-wrap.left {
    left: 1.5rem;
  }

  .circle-card-wrap.right {
    right: 1.5rem;
  }

  .heading-title {
    font-size: 25vw;
    bottom: -5rem;
  }

  .header-content {
    position: relative;
    top: -2rem;
  }

  .project-name {
    margin-top: 1.25rem;
  }

  .project-service, .project-year {
    font-size: .875rem;
  }

  .footer-padding {
    padding-top: 6rem;
    padding-bottom: 15rem;
  }

  .footer-content-block {
    flex-flow: wrap;
  }

  .footer-brand {
    bottom: 10rem;
  }

  .footer-menu-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-bottom: 6rem;
    display: grid;
  }

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

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

  .testimonial-slider-wrapper {
    padding-bottom: 6rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-mask-block {
    width: 100%;
  }

  .testimonial-spacer {
    padding-top: 1.5rem;
  }

  .slider-arrow, .slider-arrow.center {
    bottom: -22rem;
  }

  .testimonial-slide-item {
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-card {
    padding: 1.5rem;
  }

  .testimonial-client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .heading-spacer {
    width: 1.25rem;
  }

  .cta-grid {
    grid-column-gap: 12rem;
    grid-row-gap: 12rem;
  }

  .testimonial-arrow.left {
    right: 3.5rem;
  }

  .testimonial-mask {
    width: 80%;
  }

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

  .testimonial-card-content {
    padding: 1.5rem;
  }

  .call-to-action-02 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-component {
    transform: scale(.8);
  }

  .cta-link {
    width: 10rem;
    min-width: 10rem;
    height: 10rem;
    min-height: 10rem;
  }

  .cta-text {
    font-size: 1.25rem;
  }

  .partner-container, .partner-component-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .sticky-title {
    font-size: 2.5rem;
  }

  .sticky-content-item {
    padding-right: 0%;
  }

  .testimonial-card-block {
    width: 20rem;
  }

  .project-content {
    padding-bottom: 3rem;
  }

  .project-container {
    margin-bottom: 4rem;
  }

  .project-info-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
  }

  .location-title {
    font-size: 1.25rem;
  }

  .location-tab {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .contact-icon {
    width: 2.25rem;
    height: 2.25rem;
  }

  .contact-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .about-header-image-wrapper {
    transform: scale(.65);
  }

  .about-header-image-wrapper.right {
    right: 1.5rem;
  }

  .about-header-image-wrapper.left {
    left: 1.5rem;
  }

  .value-content-block {
    padding: 2.5rem 1.5rem 1.5rem;
  }

  .value-image-wrapper {
    height: auto;
  }

  .value-content-wrapper {
    border-top: 1px solid #6d6d6d1a;
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .process-tab-link {
    padding-left: 1.5rem;
  }

  .process-tabs {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .process-title {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_sizes---spacer--tiny: .125rem;
    --_sizes---spacer--xxsmall: .25rem;
    --_sizes---spacer--xsmall: .5rem;
    --_sizes---spacer--small: 1rem;
    --_sizes---spacer--medium: 2rem;
    --_sizes---spacer--large: 3rem;
    --_sizes---spacer--xlarge: 4rem;
    --_sizes---spacer--xxlarge: 5rem;
    --_sizes---spacer--huge: 6rem;
    --_sizes---spacer--xhuge: 8rem;
    --_sizes---spacer--xxhuge: 10rem;
    --_sizes---border-radius--tiny: .125rem;
    --_sizes---border-radius--xxsmall: .25rem;
    --_sizes---border-radius--small: .5rem;
    --_sizes---border-radius--medium: .75rem;
    --_sizes---border-radius--large: 1rem;
    --_sizes---border-radius--xlarge: 1.25rem;
    --_sizes---border-radius--xxlarge: 1.5rem;
    --_sizes---border-radius--huge: 1.75rem;
    --_sizes---border-radius--xhuge: 2rem;
    --_sizes---border-radius--xxhuge: 2.5rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: .875rem;
  }

  .heading-style-h3 {
    font-size: 2.5rem;
  }

  .spacer-xhuge {
    padding-top: 5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .heading-style-h5 {
    font-size: 1.75rem;
  }

  .heading-style-h2 {
    font-size: 4rem;
  }

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .text-rich-text h1 {
    font-size: 4rem;
  }

  .text-rich-text h2 {
    font-size: 3.5rem;
  }

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

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

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

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

  .fs-styleguide-row {
    flex-wrap: wrap;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-xhuge {
    padding-top: 5rem;
  }

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

  .heading-style-h1 {
    font-size: 5rem;
  }

  .heading-style-h4 {
    font-size: 2rem;
  }

  .nav-style-guide {
    width: 92vw;
    padding: 1rem;
  }

  .nav-style-guide-link {
    width: 2rem;
    height: 2rem;
  }

  .nav-style-guide-icon {
    font-size: 1.25rem;
  }

  .accordion-heading {
    font-size: 1.125rem;
    font-weight: 600;
  }

  .plus-block {
    width: 2rem;
    height: 2rem;
  }

  .social-media-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-form-wrapper {
    padding: 2.5rem 1.5rem;
  }

  .accordion-title-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-top-wrap {
    grid-column-gap: 0rem;
  }

  .utility-icon {
    width: 10rem;
    height: 10rem;
  }

  .changelog-content-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .changelog-flex {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .testimonial-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .testimonial-picture {
    width: 8rem;
  }

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

  .blog-post-info-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .blog-post-title {
    font-size: 3.5rem;
  }

  .author-picture {
    width: 5rem;
    height: 5rem;
  }

  .author-content-wrapper {
    flex-flow: column;
  }

  .blog-main-grid {
    grid-template-rows: auto auto auto auto auto;
  }

  .post-title, .post-title.is-small, .post-title.is-medium {
    font-size: 2.5rem;
  }

  .blog-post-info {
    padding-top: 10px;
  }

  .blog-post-content {
    padding-top: 1rem;
  }

  .blog-post-category {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
  }

  .all-posts-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .newsletter-form-wrapper {
    padding: 1.5rem 1rem;
  }

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

  .member-name {
    font-size: 3.5rem;
  }

  .roll-number {
    height: 25vw;
    min-height: 25vw;
  }

  .number {
    height: 25vw;
    min-height: 25vw;
    font-size: 25vw;
  }

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

  .roll-number-wrapper {
    height: 20vw;
    min-height: 20vw;
  }

  .hero-component-grid {
    height: 45rem;
  }

  .circle-card-wrapper {
    transform: scale(.6);
  }

  .header-title {
    bottom: -1.125rem;
  }

  .left-nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .background-navbar {
    background-color: #181511;
  }

  .nav-link-block {
    height: 2.25rem;
  }

  .nav-component-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .nav-square {
    background-color: #181511;
  }

  .nav-menu-content, .right-nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .partner-logo-item {
    min-width: 150px;
  }

  .header-component-grid {
    height: 45rem;
  }

  .circle-card-block {
    bottom: 2rem;
    transform: scale(.55);
  }

  .hero-title {
    font-size: 10rem;
    bottom: 1rem;
  }

  .circle-card-wrap {
    bottom: -5rem;
    transform: scale(.4);
  }

  .circle-card-wrap.left {
    left: .5rem;
  }

  .circle-card-wrap.right {
    right: .5rem;
  }

  .heading-title {
    margin-bottom: 1.5rem;
    font-size: 35vw;
    bottom: -6rem;
  }

  .header-content {
    top: -1rem;
  }

  .title-letter {
    font-size: 30vw;
  }

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

  .project-name {
    margin-top: 1rem;
    font-size: 22vw;
  }

  .project-wrap {
    margin-bottom: 3rem;
    position: static;
  }

  .footer-padding {
    padding-top: 5rem;
    padding-bottom: 12rem;
  }

  .footer-logo {
    height: 2rem;
  }

  .footer-brand {
    bottom: 7rem;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .main-button {
    width: 9rem;
  }

  .project-title {
    font-size: 6rem;
  }

  .slider-arrow, .slider-arrow.center {
    bottom: -24rem;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .heading-spacer {
    width: 1rem;
  }

  .cta-grid {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .testimonial-mask {
    width: 95%;
  }

  .call-to-action-02 {
    height: 250vh;
  }

  .cta-component {
    transform: scale(.55);
  }

  .cta-wrapper {
    height: 75vh;
  }

  .project-name-text {
    font-size: 3.5rem;
    bottom: -.5rem;
  }

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

  .partners-logo-gradient-left {
    width: 2rem;
  }

  .partner-component-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .partners-logo-gradient-right {
    width: 2rem;
  }

  .sticky-title {
    font-size: 2rem;
  }

  .testimonial-name {
    font-size: 1.5rem;
  }

  .testimonial-opacity {
    width: 2.4rem;
  }

  .client-picture {
    width: 5rem;
    height: 5rem;
  }

  .testimonial-description-text {
    font-size: 1.125rem;
  }

  .testimonial-card-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cta-content-grid {
    height: 90vh;
  }

  .project-container {
    margin-bottom: 3rem;
  }

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

  .location-title {
    font-size: 1.125rem;
  }

  .location-tab {
    grid-template-columns: 1fr;
  }

  .contact-icon {
    width: 2.25rem;
    height: 2.25rem;
  }

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

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

  .contact-wrapper {
    padding: 2.5rem 1.5rem;
  }

  .about-header-image-wrapper {
    transform: scale(.4);
  }

  .value-content-item {
    max-width: none;
  }

  .value-title {
    font-size: 3.5rem;
  }

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

  .process-tabs {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
}

#w-node-b7cd5c71-3e70-0622-9c9e-bfe263adfd13-fa96bf6f {
  grid-area: 1 / 2 / 4 / 3;
  place-self: end center;
}

#w-node-afd2e8e0-e8e8-91f2-db94-a9224c52d2f2-fa96bf6f {
  grid-area: 1 / 1 / 4 / 4;
  place-self: center;
}

#w-node-c03340ec-12dc-9e7b-3189-6c38723c497b-fa96bf6f {
  grid-area: 3 / 1 / 4 / 4;
  align-self: end;
}

#w-node-d26db79d-8119-0de2-b22b-0792e25c8c3c-fa96bf6f {
  place-self: center start;
}

#w-node-a172de24-52f9-f47f-c912-273952d93b04-fa96bf6f {
  place-self: center end;
}

#w-node-_04b494f6-b356-0d17-ca90-175448c90eb2-fa96bf6f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ef64fb6e-2dac-8247-cbde-5dcd5a67ff26-fa96bf6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ef64fb6e-2dac-8247-cbde-5dcd5a67ffb0-fa96bf6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_00195ea1-cd90-1f78-4188-7e0fe1a17ead-fa96bf6f {
  justify-self: start;
}

#w-node-_9f6933ca-d21d-3567-6ea6-46bc6b1c864c-fa96bf6f, #w-node-c0c55416-662e-8404-cdf0-c5dfa219b12d-fa96bf6f {
  justify-self: end;
}

#w-node-d07a3789-dd9b-2fff-3910-fe0ec182d7e8-b7cecec3 {
  justify-self: start;
}

#w-node-_37d14a1b-7011-c273-3ce3-08e1328299f4-b7cecec3, #w-node-_8a2107e0-faa0-7c0a-65f8-36923d0415e1-b7cecec3 {
  justify-self: center;
}

#w-node-_19a4663a-dca2-a559-6152-554db7cecee8-b7cecec3 {
  justify-self: end;
}

#w-node-_19a4663a-dca2-a559-6152-554db7cecede-b7cecec3, #w-node-_19a4663a-dca2-a559-6152-554db7cecee3-b7cecec3 {
  justify-self: center;
}

#w-node-_19a4663a-dca2-a559-6152-554db7ceceff-b7cecec3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-dfff2468-2b72-60f2-ef16-7796748095dd-f6b52e70, #w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52e77-f6b52e70 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52e7a-f6b52e70 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52e7d-f6b52e70, #w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52e8a-f6b52e70 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52e8d-f6b52e70 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52e90-f6b52e70, #w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52e9d-f6b52e70 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52ea0-f6b52e70 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52ea3-f6b52e70, #w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52eb0-f6b52e70 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52eb3-f6b52e70 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52eb6-f6b52e70 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ec3190f3-ce47-77c0-9f3d-9ff4b6bf3b41-b6bf3b3d {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-ec3190f3-ce47-77c0-9f3d-9ff4b6bf3b45-b6bf3b3d {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_69f1cae7-9630-1fc9-cf58-832090655546-fa96bf74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69f1cae7-9630-1fc9-cf58-832090655565-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-83209065556a-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-83209065556f-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655574-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-83209065557a-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655580-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655586-fa96bf74 {
  justify-self: start;
}

#w-node-_69f1cae7-9630-1fc9-cf58-832090655669-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655671-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655688-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-8320906556a1-fa96bf74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69f1cae7-9630-1fc9-cf58-8320906556a4-fa96bf74 {
  justify-self: start;
}

#w-node-_69f1cae7-9630-1fc9-cf58-8320906556a6-fa96bf74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69f1cae7-9630-1fc9-cf58-8320906556a9-fa96bf74 {
  justify-self: start;
}

#w-node-_69f1cae7-9630-1fc9-cf58-8320906556fb-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655705-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655706-fa96bf74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69f1cae7-9630-1fc9-cf58-83209065577a-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-83209065577f-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655784-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655789-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-83209065578e-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655793-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-83209065579d-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-8320906557a2-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-8320906557a7-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-8320906557ac-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-8320906557b1-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-8320906557b6-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-8320906557bb-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-8320906557c0-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-8320906557c5-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-8320906557ca-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-8320906557cf-fa96bf74 {
  justify-self: start;
}

#w-node-_69f1cae7-9630-1fc9-cf58-8320906557d3-fa96bf74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69f1cae7-9630-1fc9-cf58-8320906557d4-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-8320906557d9-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-8320906557de-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-8320906557e3-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-8320906557f8-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-8320906557fd-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655802-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655807-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-83209065580c-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655811-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-83209065581b-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655820-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655825-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-83209065582a-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-83209065582f-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655834-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655839-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-83209065583e-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655843-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655848-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-83209065584d-fa96bf74 {
  justify-self: start;
}

#w-node-_69f1cae7-9630-1fc9-cf58-832090655851-fa96bf74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69f1cae7-9630-1fc9-cf58-832090655852-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655857-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-83209065585c-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655861-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655873-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655878-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-83209065587d-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655882-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655887-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-83209065588c-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655891-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655896-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-83209065589b-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-8320906558a0-fa96bf74 {
  justify-self: start;
}

#w-node-_69f1cae7-9630-1fc9-cf58-8320906558a4-fa96bf74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69f1cae7-9630-1fc9-cf58-8320906558a5-fa96bf74 {
  justify-self: start;
}

#w-node-_69f1cae7-9630-1fc9-cf58-8320906558a8-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655945-fa96bf74, #w-node-_69f1cae7-9630-1fc9-cf58-832090655972-fa96bf74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69f1cae7-9630-1fc9-cf58-8320906559b6-fa96bf74 {
  justify-self: start;
}

#w-node-_7584f60c-806f-ac35-757b-bd6160cfa8ee-fa96bf75 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2df8d29e-804d-4cb1-3c53-72ce1d8fc49d-fa96bf77 {
  grid-area: 1 / 1 / 7 / 2;
  place-self: center;
}

#w-node-_2df8d29e-804d-4cb1-3c53-72ce1d8fc4ae-fa96bf77 {
  grid-area: 1 / 6 / 7 / 7;
  place-self: center;
}

#w-node-d96df75f-6171-5766-772e-8b79025b8f00-fa96bf77 {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

#w-node-d992d1e8-7eeb-b326-84cd-d5b29843070a-fa96bf77 {
  grid-area: 5 / 1 / 6 / 7;
  place-self: center;
}

#w-node-aa181edd-4604-0722-d103-731fc89a17ca-fa96bf77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-aa181edd-4604-0722-d103-731fc89a17fa-fa96bf77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-aa181edd-4604-0722-d103-731fc89a182a-fa96bf77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cd3bbd1d-6cca-b9e2-99f0-3c36fffc2f6f-fa96bf77 {
  justify-self: start;
}

#w-node-cd3bbd1d-6cca-b9e2-99f0-3c36fffc2f72-fa96bf77 {
  justify-self: end;
}

#w-node-_8d32ce24-3c64-2333-5256-c7db3359cb75-fa96bf77 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c7ca5ea8-4443-996b-968b-766b3a9dc946-3a9dc944 {
  grid-area: 1 / 1 / 7 / 2;
  place-self: center;
}

#w-node-c7ca5ea8-4443-996b-968b-766b3a9dc957-3a9dc944 {
  grid-area: 1 / 6 / 7 / 7;
  place-self: center;
}

#w-node-c7ca5ea8-4443-996b-968b-766b3a9dc968-3a9dc944 {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

#w-node-bf63282f-8b0c-fa44-4752-abbfdbddd576-fa96bf78 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-bf63282f-8b0c-fa44-4752-abbfdbddd57f-fa96bf78, #w-node-bf63282f-8b0c-fa44-4752-abbfdbddd588-fa96bf78, #w-node-bf63282f-8b0c-fa44-4752-abbfdbddd591-fa96bf78 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bf63282f-8b0c-fa44-4752-abbfdbddd597-fa96bf78 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: end start;
}

#w-node-_6b0f8b91-8926-5bbc-b4ca-6e442682220f-fa96bf7d {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-e98acc40-9694-3e23-0003-bf1e8c22f98a-fa96bf7d {
  align-self: end;
}

#w-node-fc82a3f2-bb1e-dc32-6478-b8422635a251-fa96bf7d {
  grid-area: 1 / 5 / 3 / 7;
}

#w-node-_7ca0b0c7-5f7c-8a68-c271-1ec23e146df2-fa96bf7d {
  align-self: end;
}

#w-node-_90ffc042-3759-dc61-37ba-1782b8c2abbe-fa96bf7d {
  grid-area: 1 / 7 / 3 / 9;
}

#w-node-afe6fce8-37f3-dc8a-f6bf-9c96fe6ea680-fa96bf7d {
  grid-area: 3 / 5 / 5 / 7;
}

#w-node-_296a7425-a95d-e1fa-ef75-328ca0760a59-fa96bf7d {
  grid-area: 3 / 7 / 5 / 9;
}

#w-node-b31ddf6c-cb00-54f5-170b-7dfc40389f42-fa96bf7d {
  align-self: end;
}

#w-node-e4edcf7f-0f07-f5fe-fe69-595c9122d8a2-fa96bf7d {
  place-self: center end;
}

#w-node-_5851a0b0-38cb-736b-d6e8-9dea02a77c1d-fa96bf7e {
  place-self: start;
}

#w-node-_6417074c-1929-547f-70cd-4ecd2c4a6fcb-fa96bf7e {
  align-self: end;
}

#w-node-f2384caa-52fc-403c-2616-676618a57bc7-fa96bf7f {
  justify-self: start;
}

#w-node-_089b5806-14cb-8a2f-37cf-3471f6a88002-fa96bf7f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_089b5806-14cb-8a2f-37cf-3471f6a88007-fa96bf7f {
  place-self: end center;
}

#w-node-_089b5806-14cb-8a2f-37cf-3471f6a8800c-fa96bf7f {
  place-self: end;
}

#w-node-_420fdd43-455b-f543-e930-62c91f556946-fa96bf80 {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

#w-node-_420fdd43-455b-f543-e930-62c91f556948-fa96bf80 {
  grid-area: 1 / 2 / 7 / 4;
  place-self: center end;
}

#w-node-_420fdd43-455b-f543-e930-62c91f556959-fa96bf80 {
  grid-area: 1 / 4 / 7 / 6;
  place-self: center start;
}

#w-node-_6f4a9495-9ab9-46cb-a014-57ab6131d8a8-fa96bf80 {
  grid-area: 6 / 1 / 7 / 7;
  align-self: end;
}

#w-node-_6f4a9495-9ab9-46cb-a014-57ab6131d8ab-fa96bf80 {
  place-self: center start;
}

#w-node-_6f4a9495-9ab9-46cb-a014-57ab6131d8ae-fa96bf80 {
  place-self: center end;
}

#w-node-_64e6f810-6300-37c6-b94e-37d48c4680db-fa96bf80, #w-node-_64e6f810-6300-37c6-b94e-37d48c4680dd-fa96bf80, #w-node-_64e6f810-6300-37c6-b94e-37d48c4680df-fa96bf80, #w-node-_64e6f810-6300-37c6-b94e-37d48c4680e1-fa96bf80, #w-node-_64e6f810-6300-37c6-b94e-37d48c4680e3-fa96bf80, #w-node-_64e6f810-6300-37c6-b94e-37d48c4680e5-fa96bf80, #w-node-_4260aa17-fbca-a704-615b-9583888b053c-fa96bf80, #w-node-_4260aa17-fbca-a704-615b-9583888b053e-fa96bf80, #w-node-_4260aa17-fbca-a704-615b-9583888b0540-fa96bf80, #w-node-_4260aa17-fbca-a704-615b-9583888b0542-fa96bf80, #w-node-_4260aa17-fbca-a704-615b-9583888b0544-fa96bf80, #w-node-_4260aa17-fbca-a704-615b-9583888b0546-fa96bf80, #w-node-e3d0f4fc-bfe2-3e55-3bc3-3c140aeec567-fa96bf80, #w-node-e3d0f4fc-bfe2-3e55-3bc3-3c140aeec569-fa96bf80, #w-node-e3d0f4fc-bfe2-3e55-3bc3-3c140aeec56b-fa96bf80, #w-node-e3d0f4fc-bfe2-3e55-3bc3-3c140aeec56d-fa96bf80, #w-node-e3d0f4fc-bfe2-3e55-3bc3-3c140aeec56f-fa96bf80, #w-node-e3d0f4fc-bfe2-3e55-3bc3-3c140aeec571-fa96bf80 {
  place-self: center;
}

#w-node-_945094fc-2655-c131-b9f9-25a3ab5268a5-fa96bf80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_89b91abe-4b26-3df1-da38-37b892d1c930-fa96bf80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_039d464d-8414-2f80-1381-78aac127a654-fa96bf80 {
  justify-self: start;
}

#w-node-acb5b8f7-7c4f-6fd2-d171-cc8901a72522-01a7251f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-acb5b8f7-7c4f-6fd2-d171-cc8901a7252d-01a7251f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-acb5b8f7-7c4f-6fd2-d171-cc8901a72538-01a7251f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-acb5b8f7-7c4f-6fd2-d171-cc8901a72543-01a7251f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_05ffa77b-33e5-c0e7-a85c-7962d8e6189c-fa96bf81 {
  grid-area: 1 / 1 / 7 / 2;
  place-self: center;
}

#w-node-_05ffa77b-33e5-c0e7-a85c-7962d8e618ad-fa96bf81 {
  grid-area: 1 / 6 / 7 / 7;
  place-self: center;
}

#w-node-bb023bd0-e8db-7b5e-8bd7-7917b105c639-fa96bf81 {
  grid-area: 6 / 1 / 7 / 7;
  place-self: end center;
}

#w-node-_8b5f270f-6f92-20c0-a060-ca7e32770d50-fa96bf81 {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

#w-node-_04b494f6-b356-0d17-ca90-175448c90eb2-fa96bf81 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_90dd1c35-0e8e-6a1e-6eb6-80c5bccd5431-fa96bf81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_90dd1c35-0e8e-6a1e-6eb6-80c5bccd5461-fa96bf81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_90dd1c35-0e8e-6a1e-6eb6-80c5bccd5491-fa96bf81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9b467363-e806-05dd-f0df-3be1493753f2-fa96bf81 {
  justify-self: start;
}

#w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad9230a-4ad92308 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad9230f-4ad92308 {
  place-self: center start;
}

#w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad92316-4ad92308 {
  place-self: center end;
}

#w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad92327-4ad92308 {
  place-self: center start;
}

#w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad9232e-4ad92308 {
  place-self: center end;
}

#w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad9233f-4ad92308 {
  place-self: center start;
}

#w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad92346-4ad92308 {
  place-self: center end;
}

#w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad92357-4ad92308 {
  place-self: center start;
}

#w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad9235e-4ad92308 {
  place-self: center end;
}

#w-node-_9c5f3ca9-a159-f529-2c6d-861791e25fdd-fa96bf87 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-c03340ec-12dc-9e7b-3189-6c38723c497b-fa96bf6f {
    grid-row: 1 / 3;
    align-self: center;
  }

  #w-node-ef64fb6e-2dac-8247-cbde-5dcd5a67ff26-fa96bf6f {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-ef64fb6e-2dac-8247-cbde-5dcd5a67ff56-fa96bf6f {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-ef64fb6e-2dac-8247-cbde-5dcd5a67ffb0-fa96bf6f {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_19a4663a-dca2-a559-6152-554db7ceceee-b7cecec3, #w-node-_19a4663a-dca2-a559-6152-554db7ceceff-b7cecec3 {
    place-self: center;
  }

  #w-node-ec3190f3-ce47-77c0-9f3d-9ff4b6bf3b41-b6bf3b3d {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-ec3190f3-ce47-77c0-9f3d-9ff4b6bf3b75-b6bf3b3d {
    place-self: center end;
  }

  #w-node-d96df75f-6171-5766-772e-8b79025b8f00-fa96bf77 {
    grid-area: 1 / 1 / 2 / 7;
    place-self: center;
  }

  #w-node-d992d1e8-7eeb-b326-84cd-d5b29843070a-fa96bf77 {
    align-self: end;
  }

  #w-node-aa181edd-4604-0722-d103-731fc89a17ca-fa96bf77 {
    justify-self: start;
  }

  #w-node-aa181edd-4604-0722-d103-731fc89a182a-fa96bf77 {
    justify-self: end;
  }

  #w-node-c7ca5ea8-4443-996b-968b-766b3a9dc968-3a9dc944 {
    grid-area: 2 / 1 / 3 / 7;
    place-self: center;
  }

  #w-node-bf63282f-8b0c-fa44-4752-abbfdbddd572-fa96bf78 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6b0f8b91-8926-5bbc-b4ca-6e442682220f-fa96bf7d {
    grid-column-end: 9;
  }

  #w-node-fc82a3f2-bb1e-dc32-6478-b8422635a251-fa96bf7d {
    grid-area: 5 / 1 / 7 / 5;
  }

  #w-node-_90ffc042-3759-dc61-37ba-1782b8c2abbe-fa96bf7d {
    grid-row: 5 / 7;
    grid-column-start: 5;
  }

  #w-node-afe6fce8-37f3-dc8a-f6bf-9c96fe6ea680-fa96bf7d {
    grid-area: 7 / 1 / 9 / 5;
  }

  #w-node-_296a7425-a95d-e1fa-ef75-328ca0760a59-fa96bf7d {
    grid-row: 7 / 9;
    grid-column-start: 5;
  }

  #w-node-_5851a0b0-38cb-736b-d6e8-9dea02a77c33-fa96bf7e {
    order: -9999;
  }

  #w-node-f2384caa-52fc-403c-2616-676618a57bc7-fa96bf7f, #w-node-_089b5806-14cb-8a2f-37cf-3471f6a88007-fa96bf7f, #w-node-_089b5806-14cb-8a2f-37cf-3471f6a8800c-fa96bf7f {
    align-self: end;
  }

  #w-node-_6f4a9495-9ab9-46cb-a014-57ab6131d8a8-fa96bf80 {
    align-self: center;
  }

  #w-node-_945094fc-2655-c131-b9f9-25a3ab5268a5-fa96bf80 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-d6d4240e-6957-cef3-00b4-b709c9084016-fa96bf80 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_89b91abe-4b26-3df1-da38-37b892d1c930-fa96bf80 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_8b5f270f-6f92-20c0-a060-ca7e32770d50-fa96bf81 {
    grid-area: 2 / 1 / 3 / 7;
    place-self: center;
  }

  #w-node-_90dd1c35-0e8e-6a1e-6eb6-80c5bccd5431-fa96bf81 {
    justify-self: start;
  }

  #w-node-_90dd1c35-0e8e-6a1e-6eb6-80c5bccd5491-fa96bf81 {
    justify-self: end;
  }

  #w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad9230f-4ad92308 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad92313-4ad92308 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad92316-4ad92308 {
    grid-area: 3 / 1 / 4 / 4;
    justify-self: center;
  }

  #w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad92327-4ad92308 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad9232b-4ad92308 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad9232e-4ad92308 {
    grid-area: 3 / 1 / 4 / 4;
    justify-self: center;
  }

  #w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad9233f-4ad92308 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad92343-4ad92308 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad92346-4ad92308 {
    grid-area: 3 / 1 / 4 / 4;
    justify-self: center;
  }

  #w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad92357-4ad92308 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad9235b-4ad92308 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad9235e-4ad92308 {
    grid-area: 3 / 1 / 4 / 4;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ef64fb6e-2dac-8247-cbde-5dcd5a67ff26-fa96bf6f, #w-node-ef64fb6e-2dac-8247-cbde-5dcd5a67ffb0-fa96bf6f {
    justify-self: center;
  }

  #w-node-_00195ea1-cd90-1f78-4188-7e0fe1a17ead-fa96bf6f, #w-node-_9f6933ca-d21d-3567-6ea6-46bc6b1c864c-fa96bf6f {
    place-self: center;
  }

  #w-node-_37d14a1b-7011-c273-3ce3-08e1328299f4-b7cecec3 {
    justify-self: end;
  }

  #w-node-_8a2107e0-faa0-7c0a-65f8-36923d0415e1-b7cecec3 {
    justify-self: start;
  }

  #w-node-fbdf660b-1150-b5ec-912a-23f082483d57-b7cecec3 {
    justify-self: end;
  }

  #w-node-_2df8d29e-804d-4cb1-3c53-72ce1d8fc49d-fa96bf77, #w-node-_2df8d29e-804d-4cb1-3c53-72ce1d8fc4ae-fa96bf77 {
    grid-row-start: 2;
  }

  #w-node-d96df75f-6171-5766-772e-8b79025b8f00-fa96bf77 {
    grid-row: 2 / 3;
  }

  #w-node-aa181edd-4604-0722-d103-731fc89a17ca-fa96bf77, #w-node-aa181edd-4604-0722-d103-731fc89a17fa-fa96bf77, #w-node-aa181edd-4604-0722-d103-731fc89a182a-fa96bf77 {
    justify-self: center;
  }

  #w-node-cd3bbd1d-6cca-b9e2-99f0-3c36fffc2f6f-fa96bf77, #w-node-cd3bbd1d-6cca-b9e2-99f0-3c36fffc2f72-fa96bf77 {
    place-self: center;
  }

  #w-node-_2901dc0b-d32d-c662-8734-e0279524d659-fa96bf77, #w-node-_2901dc0b-d32d-c662-8734-e0279524d673-fa96bf77 {
    order: 9999;
  }

  #w-node-_089b5806-14cb-8a2f-37cf-3471f6a88007-fa96bf7f {
    justify-self: end;
  }

  #w-node-_089b5806-14cb-8a2f-37cf-3471f6a8800c-fa96bf7f {
    justify-self: start;
  }

  #w-node-_945094fc-2655-c131-b9f9-25a3ab5268a5-fa96bf80, #w-node-_89b91abe-4b26-3df1-da38-37b892d1c930-fa96bf80 {
    justify-self: center;
  }

  #w-node-_039d464d-8414-2f80-1381-78aac127a654-fa96bf80 {
    place-self: center;
  }

  #w-node-_90dd1c35-0e8e-6a1e-6eb6-80c5bccd5431-fa96bf81, #w-node-_90dd1c35-0e8e-6a1e-6eb6-80c5bccd5461-fa96bf81, #w-node-_90dd1c35-0e8e-6a1e-6eb6-80c5bccd5491-fa96bf81 {
    justify-self: center;
  }

  #w-node-_9b467363-e806-05dd-f0df-3be1493753f2-fa96bf81 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d26db79d-8119-0de2-b22b-0792e25c8c3c-fa96bf6f, #w-node-a172de24-52f9-f47f-c912-273952d93b04-fa96bf6f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52e77-f6b52e70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52e7a-f6b52e70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52e7d-f6b52e70 {
    grid-column-start: 1;
    place-self: center;
  }

  #w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52e8a-f6b52e70, #w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52e8d-f6b52e70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52e90-f6b52e70 {
    grid-column-end: 3;
  }

  #w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52e9d-f6b52e70, #w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52ea0-f6b52e70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52ea3-f6b52e70 {
    grid-column-start: 1;
  }

  #w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52eb0-f6b52e70, #w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52eb3-f6b52e70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a1b2aef-bb73-5d72-ed53-34f8f6b52eb6-f6b52e70 {
    grid-column-end: 3;
    place-self: center;
  }

  #w-node-c7ca5ea8-4443-996b-968b-766b3a9dc946-3a9dc944, #w-node-c7ca5ea8-4443-996b-968b-766b3a9dc957-3a9dc944 {
    grid-row: 3 / 5;
    align-self: start;
  }

  #w-node-_6b0f8b91-8926-5bbc-b4ca-6e442682220f-fa96bf7d {
    grid-row-end: 2;
  }

  #w-node-fc82a3f2-bb1e-dc32-6478-b8422635a251-fa96bf7d {
    grid-row: 2 / 3;
    grid-column-end: 9;
  }

  #w-node-_90ffc042-3759-dc61-37ba-1782b8c2abbe-fa96bf7d {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-afe6fce8-37f3-dc8a-f6bf-9c96fe6ea680-fa96bf7d {
    grid-row: 4 / 5;
    grid-column-end: 9;
  }

  #w-node-_296a7425-a95d-e1fa-ef75-328ca0760a59-fa96bf7d {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_97474925-048e-aa7b-8f11-4d51b21eee20-fa96bf7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_089b5806-14cb-8a2f-37cf-3471f6a88007-fa96bf7f {
    justify-self: start;
  }

  #w-node-_6f4a9495-9ab9-46cb-a014-57ab6131d8ab-fa96bf80, #w-node-_6f4a9495-9ab9-46cb-a014-57ab6131d8ae-fa96bf80 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad9230f-4ad92308, #w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad92327-4ad92308, #w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad9233f-4ad92308, #w-node-_6c4e1b99-9618-36f3-8fe2-5ac14ad92357-4ad92308 {
    grid-column-start: 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}