@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --swatch--neutral-700: #50504b;
  --h1: clamp(3 * 1rem, ((3 - ((5 - 3) / (90 - 20) * 20)) * 1rem + ((5 - 3) / (90 - 20)) * 100vw), 5 * 1rem);
  --h2: clamp(2.5 * 1rem, ((2.5 - ((4 - 2.5) / (90 - 20) * 20)) * 1rem + ((4 - 2.5) / (90 - 20)) * 100vw), 4 * 1rem);
  --h3: clamp(1.75 * 1rem, ((1.75 - ((2.5 - 1.75) / (90 - 20) * 20)) * 1rem + ((2.5 - 1.75) / (90 - 20)) * 100vw), 2.5 * 1rem);
  --h4: clamp(1.25 * 1rem, ((1.25 - ((1.5 - 1.25) / (90 - 20) * 20)) * 1rem + ((1.5 - 1.25) / (90 - 20)) * 100vw), 1.5 * 1rem);
  --h5: clamp(1 * 1rem, ((1 - ((1.25 - 1) / (90 - 20) * 20)) * 1rem + ((1.25 - 1) / (90 - 20)) * 100vw), 1.25 * 1rem);
  --h6: clamp(.75 * 1rem, ((.75 - ((1 - .75) / (90 - 20) * 20)) * 1rem + ((1 - .75) / (90 - 20)) * 100vw), 1 * 1rem);
  --theme--text: white;
  --swatch--neutral-50: #f8f9fa;
  --swatch--burnt-orange: #cd6405;
  --swatch--neutral-200: #d6d6d4;
  --swatch--neutral-500: #a5a5a0;
  --swatch--neutral-400: #b6b6b1;
  --swatch--neutral-600: #76766f;
  --swatch--beige-500: #f7f7e8;
  --swatch--grey-500: #464646;
  --h1-display: clamp(4 * 1rem, ((4 - ((7 - 4) / (90 - 20) * 20)) * 1rem + ((7 - 4) / (90 - 20)) * 100vw), 7 * 1rem);
  --swatch--sage-500: #b9c3a7;
  --swatch--beige-600: #dedea1;
  --swatch--sage-50: #f5f6f2;
  --swatch--sage-900: #262b1d;
  --h1-display-large: clamp(4.5 * 1rem, ((4.5 - ((9 - 4.5) / (90 - 20) * 20)) * 1rem + ((9 - 4.5) / (90 - 20)) * 100vw), 9 * 1rem);
  --swatch--beige-50: #fefdfb;
  --swatch--neutral-300: #c6c6c3;
  --accessible-components-dark-grey\<deleted\|variable-c4d8099c\>: #9b9b9b;
  --accessible-components--dodger-blue\<deleted\|variable-61ffd3d7\>: #1378d1;
  --swatch--sage-800: #4c563b;
  --swatch--ivory: #f7f5e8;
  --swatch--neutral-800: #3c3c39;
  --swatch--beige-700: #c6c65a;
  --swatch--neutral-100: #e7e7e5;
  --theme--heading: white;
  --theme--background: white;
  --theme--border: white;
  --swatch--neutral-900: #1d1d1d;
  --swatch--beige-800: #8e8e31;
  --swatch--beige-900: #474719;
  --swatch--sage-100: #ebeee6;
  --swatch--sage-200: #e1e5d9;
  --swatch--sage-300: #d7ddcd;
  --swatch--sage-400: #cdd4c0;
  --swatch--sage-600: #97a67c;
  --swatch--sage-700: #728158;
}

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

body {
  color: var(--swatch--neutral-700);
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1 {
  color: var(--swatch--neutral-700);
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: var(--h1);
  text-transform: uppercase;
  font-weight: 500;
  line-height: .9;
}

h2 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: var(--h2);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: .9;
}

h3 {
  color: var(--swatch--neutral-700);
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: var(--h3);
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 500;
  line-height: 1;
}

h4 {
  color: var(--swatch--neutral-700);
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

h5 {
  color: var(--swatch--neutral-700);
  font-size: var(--h5);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  color: var(--swatch--neutral-700);
  font-size: var(--h6);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: var(--theme--text);
  letter-spacing: .3px;
  font-size: 1rem;
  line-height: 1.6;
}

.heading-9:hover {
  font-size: 18px;
}

.utility-page-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.padding-0 {
  padding: 0;
}

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

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

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

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-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;
}

.margin-0 {
  margin: 0;
}

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

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

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

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

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

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

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

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

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

.text-weight-bold {
  color: var(--swatch--neutral-700);
  font-weight: 700;
}

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

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.heading-style-h4 {
  font-size: var(--h4);
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.4;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

.text-size-small {
  font-size: .875rem;
}

.text-weight-xbold {
  color: var(--swatch--neutral-700);
  font-weight: 800;
}

.page-wrapper {
  overflow: hidden;
}

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

.text-weight-normal {
  color: var(--swatch--neutral-700);
  font-weight: 400;
}

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

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

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

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

.text-align-right {
  color: var(--swatch--neutral-700);
  text-align: right;
}

.text-size-large {
  margin-bottom: 0;
  font-size: 1.5rem;
}

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

.overflow-visible {
  overflow: visible;
}

.text-weight-medium {
  color: var(--swatch--neutral-700);
  font-weight: 500;
}

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

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

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

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

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

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

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

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

.padding-custom1-2 {
  padding: 1.5rem;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  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;
}

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

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

.padding-custom3-2 {
  padding: 3.5rem;
}

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

.container-large.is-100 {
  height: 100%;
}

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

.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_heading-large {
  font-size: 6rem;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  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;
}

.text-color-white {
  color: #fff;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #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;
}

.text-weight-semibold {
  color: var(--swatch--neutral-700);
  font-weight: 600;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.heading-style-h2 {
  font-size: var(--h2);
  font-weight: 500;
  line-height: .95;
}

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

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

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

.text-style-link {
  color: var(--swatch--burnt-orange);
  text-decoration: underline;
}

.heading-style-h3 {
  font-size: var(--h3);
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3;
}

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

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

.form_field-wrapper {
  width: 100%;
}

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

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

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

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

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

.form_label {
  color: var(--swatch--neutral-700);
  margin-bottom: .5rem;
  font-weight: 500;
}

.text-size-medium {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.text-size-medium.text-color-grey-700 {
  color: var(--swatch--neutral-700);
}

.text-align-left {
  color: var(--swatch--neutral-700);
  text-align: left;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.margin-custom2-2 {
  margin: 2.5rem;
}

.margin-custom3-2 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.padding-custom2-2 {
  padding: 2.5rem;
}

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

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

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

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

.form_component {
  margin-bottom: 0;
}

.background-color-grey {
  background-color: var(--swatch--neutral-700);
}

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

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

.form_input {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--swatch--neutral-200);
  background-color: var(--swatch--neutral-50);
  min-height: 3rem;
  color: var(--swatch--neutral-700);
  margin-bottom: 1.75rem;
  padding: .5rem .75rem;
  font-size: 1.125rem;
  transition: border .4s;
}

.form_input:hover {
  border-bottom-color: var(--swatch--neutral-500);
}

.form_input:focus-visible, .form_input[data-wf-focus-visible] {
  border-bottom-color: var(--swatch--burnt-orange);
  background-color: var(--swatch--neutral-50);
}

.form_input::placeholder {
  color: var(--swatch--neutral-400);
  font-size: 1.125rem;
}

.form_input.is-text-area {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 12rem;
  color: var(--swatch--neutral-700);
  padding-top: .75rem;
  font-size: 1.125rem;
}

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

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

.padding-global.is-100 {
  height: 100%;
}

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

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.text-weight-light {
  color: var(--swatch--neutral-700);
  font-weight: 300;
}

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

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

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

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

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

.heading-style-h6 {
  font-size: var(--h6);
  font-weight: 500;
  line-height: 1.5;
}

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

.padding-section-large.is-hero-100 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-large.is-hero-staging-100 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

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

.heading-style-h5 {
  font-size: var(--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.button {
  background-color: var(--swatch--neutral-700);
  color: #fff;
  text-align: center;
  border-radius: .125rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

.button.is-multi-step {
  padding-left: 3rem;
  padding-right: 3rem;
}

.button.is-multi-step.is-previous {
  border: 1px solid var(--swatch--neutral-700);
  color: var(--swatch--neutral-700);
  background-color: #50504b00;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.button.is-multi-step.is-submit {
  flex: 1;
}

.margin-custom1-2 {
  margin: 1.5rem;
}

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

.fs-styleguide_spacing-all {
  display: none;
}

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

.heading-style-h1 {
  font-size: var(--h1);
  font-weight: 500;
  line-height: 1.1;
}

.text-rich-text h2 {
  color: var(--swatch--neutral-600);
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.text-rich-text p {
  color: var(--swatch--neutral-700);
  font-size: 1rem;
}

.hide {
  display: none;
}

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

.nav-container-large {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.nav_menu {
  display: flex;
  position: static;
}

.nav_blank-logo-wrapper {
  width: 8rem;
  margin-top: .25rem;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.nav_blank-logo-wrapper.w--current {
  padding-top: .2rem;
}

.nav_component {
  z-index: 99;
  background-color: #f7f5e800;
  position: fixed;
  inset: 0% 0% auto;
}

.section-home-hero {
  z-index: 1;
  background-color: var(--swatch--beige-500);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-hero_component {
  flex: 1;
  margin-top: 3.5rem;
}

.text-link {
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.home-hero_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overflow_hidden {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.overflow_vertical {
  transition: top 1s;
  position: relative;
  top: 0;
  left: 0;
}

.overflow-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.overflow-text-wrapper.is-absolute {
  width: 100%;
  position: absolute;
  bottom: -1.5em;
  left: 0;
}

.overflow-text-wrapper.is-email {
  line-height: 1.5;
}

.button_mask {
  padding: .25rem .75rem;
  position: absolute;
}

.button_mask.is-bottom {
  background-color: #ccc4b9;
  border-radius: 9px;
  transition: all .2s;
}

.button_mask.is-hidden {
  padding-left: 1.5rem;
  display: none;
  position: relative;
}

.button_mask.is-top {
  color: #f4f4f4;
  background-color: #2a2a2a;
  border-radius: 9px;
  transition: all .2s;
  display: flex;
}

.button_text.is-transform:hover {
  perspective: none;
  transform: perspective(16px);
}

.button_outer {
  height: 40px;
  position: relative;
}

.button_button {
  width: 100%;
  max-width: 100%;
  height: 40px;
  text-decoration: none;
}

.feature-bullets_list {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.feature-bullets_list-tem {
  align-items: center;
  display: flex;
}

.feature_bullet-icon-wrapper {
  margin-right: .75rem;
}

.checkbox-icon {
  min-width: 1rem;
}

.bullet-list_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.client-logos_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.client-logos_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 8rem;
  opacity: .7;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.nav-overflow_text-links {
  color: var(--swatch--neutral-700);
  letter-spacing: .01em;
  padding: .25rem 1rem;
  text-decoration: none;
  transition: all .2s;
}

.nav-overflow_text {
  text-transform: none;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
}

.nav-overflow_text.is-email {
  color: var(--swatch--grey-500);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.nav-overflow_text.is-staging {
  color: var(--swatch--neutral-700);
  font-size: 1.25rem;
  line-height: 1.2;
}

.footer_component {
  padding-top: 8rem;
}

.heading-style-display {
  font-size: var(--h1-display);
  margin-top: 0;
  margin-bottom: 0;
}

.big-split-header {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 6px;
  font-size: 9rem;
  font-weight: 900;
  line-height: .8;
}

.footer_info-wrapper {
  flex-flow: column;
  margin-top: 4rem;
  display: flex;
}

.footer_gid {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10rem;
  display: grid;
}

.footer_logo-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_links-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.footer_text-links {
  color: var(--swatch--neutral-700);
  letter-spacing: .01em;
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-top: .05rem;
  padding-bottom: .05rem;
  text-decoration: none;
  transition: all .2s;
}

.footer_copyright-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-bottom: .25rem;
  display: flex;
}

.footer_copyright-text {
  font-size: .875rem;
}

.footer-cta_text-links {
  letter-spacing: .01em;
  cursor: pointer;
  flex: 1;
  padding: .05rem 3rem;
  text-decoration: none;
  transition: all .2s;
}

.footer-cta_overflow-text-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-cta_overflow-text-wrapper.is-absolute {
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: -14.4rem;
  left: 0;
}

.footer-cta_overflow_vertical {
  cursor: pointer;
  transition: top 1.2s cubic-bezier(.445, .05, .55, .95);
  position: relative;
  top: 0;
  left: 0;
}

.footer-cta_overflow_hidden {
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.hero-short_component {
  align-items: flex-end;
  height: 40dvh;
  display: flex;
}

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

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

.background-color-beige-600 {
  background-color: var(--swatch--beige-600);
}

.background-color-sage-50 {
  background-color: var(--swatch--sage-50);
}

.background-color-sage-900 {
  background-color: var(--swatch--sage-900);
}

.section-case-studies {
  background-color: var(--swatch--neutral-50);
}

.projects-cs_capsule-heading-wrapper {
  background-color: var(--swatch--neutral-700);
  border-radius: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.projects-other_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects-other_item {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.projects-other_item:hover {
  border-radius: 1rem;
}

.case-study-hero_component {
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 30dvh;
  display: flex;
}

.case-study-hero_heading-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.case-study-hero_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.case-study-hero_list-scope {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  display: flex;
}

.home-hero_paragraph {
  text-align: left;
  width: 38ch;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.statement-heading_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.statement-heading_rectangle {
  background-color: var(--swatch--neutral-700);
  width: .5rem;
  height: 7.5rem;
  transform: rotate(45deg);
}

.statement-heading_heading-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  display: flex;
}

.statement-heading_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
}

.statement-heading_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  display: flex;
}

.statement-heading_content-grid-item {
  margin-top: 2rem;
}

.statement-heading_webflow-image {
  width: 12rem;
}

.text-color-grey-700 {
  color: var(--swatch--neutral-700);
}

.heading-style-display-large {
  font-size: var(--h1-display-large);
  margin-top: 0;
  margin-bottom: 0;
}

.design-tags_list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  display: flex;
}

.design-tags_item {
  border: .75px solid #fff6;
  border-radius: .125rem;
  flex: none;
  padding: .25rem .5rem;
  display: inline-block;
}

.case-study-hero-2_section-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
}

.case-study-hero-2_trigger {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.case-study-home-2_card {
  z-index: 2;
  pointer-events: none;
  border-radius: .125rem;
  flex-direction: column;
  width: 100%;
  min-width: 34rem;
  padding: 2rem;
  display: flex;
  position: relative;
  bottom: 3.5rem;
  left: 8rem;
}

.case-study-home-2_card.is-right {
  left: -4rem;
}

.case-study-hero-2_card-content {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.case-study-hero-2_section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
}

.client-words_component {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.cta-footer_component {
  border: 1.5px dashed #737328;
  border-radius: .5rem;
  justify-content: space-between;
  transition: transform 2s cubic-bezier(.075, .82, .165, 1), border 1s, background-color 2s cubic-bezier(.39, .575, .565, 1);
  display: none;
}

.cta-footer_component:hover {
  border-width: 1.5px;
  border-color: var(--swatch--beige-600);
  background-color: var(--swatch--beige-600);
  transform: scale(1.06);
  box-shadow: 0 5px 10px 2px #1010061a, 0 12px 30px 4px #13130726;
}

.cta-footer_component:active {
  transform: scale(1.03);
}

.cta-footer_component:focus-visible, .cta-footer_component[data-wf-focus-visible] {
  outline-color: var(--swatch--beige-600);
  outline-offset: .5rem;
  outline-width: 2px;
  outline-style: solid;
}

.footer_link-icon {
  margin-left: .5rem;
}

.about-hero_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-style-display-xlarge {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12rem;
}

.section-contact-form.background-color-beige-50 {
  background-color: var(--swatch--beige-50);
}

.start-project_form {
  flex-direction: column;
  display: flex;
}

.start-project_component {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.start-project_step-wrapper {
  width: 100%;
  margin-bottom: 2rem;
}

.fs_checkbox-2_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: start;
  width: 100%;
  min-height: 3rem;
  display: flex;
}

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

.start-project_button-wrapper {
  display: flex;
}

.fs_radio-2_label {
  color: var(--swatch--neutral-700);
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}

.fs_radio-2_button {
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #0000;
}

.fs_radio-2_button.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.fs_radio-2_button.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_radio-2_field {
  border: 1px solid var(--swatch--neutral-700);
  cursor: pointer;
  border-radius: .125rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 8rem;
  margin-bottom: 0;
  padding: .75rem 1.5rem;
  display: flex;
  position: relative;
}

.fs_radio-2_field:hover {
  background-color: var(--swatch--neutral-50);
  color: #696969;
  border-color: #696969;
}

.fs_radio-2_field.is-active-inputactive {
  background-color: var(--swatch--beige-600);
  color: #fff;
}

.fs_radio-2_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.fs_radio-2_embed {
  margin-bottom: 0;
  display: none;
}

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

.start-project_disclaimer {
  margin-top: .75rem;
}

.hero-hero_icon-embed {
  color: var(--swatch--neutral-700);
  display: inline-block;
}

.case-study-home-2_background {
  z-index: -1;
  background-color: var(--swatch--neutral-300);
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.is-div-hide {
  margin-bottom: .5rem;
  overflow: hidden;
}

.text-color-beige-600 {
  color: var(--swatch--beige-600);
}

.large-growing-images {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 550px;
  display: flex;
}

.footer-cta_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7rem;
  line-height: 1;
}

.footer-cta_heading.text-color-beige-600 {
  color: var(--swatch--sage-900);
}

.footer-cta_icon-wrapper {
  pointer-events: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-cta_image, .footer-cta_icon-embed {
  width: 6rem;
}

.section_cs-full-image {
  background-color: var(--swatch--neutral-50);
}

.cs-main-image_wrapper {
  position: relative;
}

.section_cs-text {
  background-color: var(--swatch--neutral-50);
}

.cs-text_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_image-2-col {
  background-color: var(--swatch--neutral-50);
}

.image-2-col_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2-col_image-wrapper {
  aspect-ratio: 4 / 5;
  width: 100%;
  position: relative;
}

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

.nav_blank-logo-embed {
  display: flex;
}

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

.text-space-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-space-wrapper.xxsmall {
  grid-row-gap: .25rem;
}

.padding-section-huge {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.case-study-home-2_sub-wrapper.mb-xsmall {
  padding-bottom: .5rem;
}

.case-study-home-2_sub-wrapper.mb-xxl {
  margin-bottom: 6rem;
}

.design-tags_text {
  color: #fffc;
  font-size: .8125rem;
}

.cs-content-card_heading {
  color: #fff;
  font-size: 3.5rem;
}

.cs-content-card_heading.is-council {
  font-size: 3rem;
}

.cs-content-card_subheading {
  color: var(--swatch--neutral-50);
  margin-bottom: 0;
  font-size: 1.25rem;
}

.scope-list_list-wrapper {
  display: flex;
}

.other-case-studies_image-wrapper {
  aspect-ratio: 5 / 4;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.other-case-studies_image {
  object-fit: cover;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.other-case-studies_image.is-parallax-image {
  padding-top: 0;
}

.other-case-studies_card-content {
  align-items: flex-end;
  width: 100%;
  margin-top: -6rem;
  padding-right: 4rem;
  display: flex;
}

.other-case-studies_card {
  z-index: 2;
  border-radius: .125rem;
  flex-direction: column;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.case-study-card_backg {
  z-index: -1;
  background-color: var(--swatch--neutral-300);
  position: absolute;
  inset: 0%;
}

.case-study-card_comp {
  flex: 1;
}

.card-components_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_cover {
  width: 100vw;
  position: absolute;
  inset: 0%;
}

.fs_modal-1_button {
  background-color: var(--accessible-components--dodger-blue\<deleted\|variable-61ffd3d7\>);
  color: #fff;
  cursor: pointer;
  padding: .5rem 1rem;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey\<deleted\|variable-c4d8099c\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.other-projects-modal_component {
  z-index: 99;
  flex-flow: column;
  margin-top: 3.25rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.other-projects-modal_background {
  background-color: #000c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.other-projects-modal_content-wrapper {
  background-color: var(--swatch--sage-900);
  min-height: 100vh;
  padding-top: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.other-projects-modal_item-layout {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lightbox_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: scroll;
}

.lightbox_collection {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transform: translate(0, 5rem);
}

.other-projects_heading-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--swatch--sage-900);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  display: flex;
}

.other-projects-modal-item_close-button {
  z-index: 10;
  cursor: pointer;
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 5rem;
  padding: 0;
  display: flex;
}

.other-projects-modal-item_close-button.is-title {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.other-projects_heading-grid {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--swatch--sage-800);
  background-color: var(--swatch--sage-900);
  width: 100%;
  box-shadow: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: sticky;
  top: 0;
}

.text-link-component {
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
}

.text-link-component:where(.w-variant-a6b334b6-bf5c-237d-bb11-a47f142141f4) {
  padding-left: 0;
  padding-right: 0;
}

.lightbox_image {
  width: 100%;
}

.form-success-message {
  background-color: var(--swatch--sage-50);
  padding: 4rem;
}

.contact-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.start-project_step-count {
  color: #827e77;
  font-size: 1.25rem;
  font-weight: 500;
}

.form-success-inner {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-xlarge {
  margin-bottom: 0;
  font-size: 2rem;
}

.main-heading_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  margin-bottom: 8rem;
  display: flex;
}

.main-heading_component.is-vertical {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tagline_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.tagline_wrapper {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-heading-heading-wrapper {
  flex: 1;
}

.case-study-home_collection {
  margin-bottom: 8.75rem;
}

.case-study-home_list {
  grid-column-gap: 1.75rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-card_component {
  flex-direction: column;
  text-decoration: none;
  display: block;
}

.case-study-card_image-wrapper {
  aspect-ratio: 5 / 4;
  border-radius: 0;
  transition: border-radius .4s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.case-study-card_content {
  padding: .5rem 0;
  text-decoration: none;
}

.case-study-card_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(.165, .84, .44, 1);
}

.case-study-card_image-container {
  aspect-ratio: 5 / 4;
  cursor: pointer;
  border-radius: 0;
  align-items: flex-end;
  transition: border-radius .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-study-card_image-container:hover {
  border-radius: 1rem;
  overflow: hidden;
}

.case-study-card_overlay {
  background-image: linear-gradient(#0000 40%, #000c);
  position: absolute;
  inset: 0%;
}

.home-hero_text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 3rem;
  display: grid;
}

.home-hero_inner-wrapper.is-one {
  position: relative;
  left: 6vw;
}

.home-hero_inner-wrapper.is-two {
  position: relative;
  left: 14vw;
}

.home-hero_text-inner {
  position: relative;
}

.case-study-home_hover-text {
  color: var(--swatch--ivory);
  letter-spacing: .01em;
  padding-top: .05rem;
  padding-bottom: .05rem;
  text-decoration: none;
  transition: all .2s;
}

.ca-text_text-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  max-width: 36rem;
  display: flex;
}

.other-case-studies_component {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.other-case-studies_list {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cs-multi-image_list {
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.scroll_wrap {
  position: relative;
  overflow: hidden;
}

.scroll_trigger {
  pointer-events: none;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

.footer_container {
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}

.case-study-card_image-hover {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.staging-nav_wrapper {
  background-color: var(--swatch--beige-500);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_staging-hero {
  background-color: var(--swatch--beige-500);
  width: 100%;
  height: 100svh;
  position: relative;
}

.stagin-hero_component {
  flex: 1;
  margin-top: 0;
}

.staging-hero_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-display-staging {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9.5rem;
  position: relative;
}

.staging-nav_logo-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
}

.staging-nav_logo {
  width: 10rem;
}

.staging-nav {
  z-index: 10;
  background-color: var(--swatch--beige-500);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: fixed;
  inset: 0% 0% auto;
}

.staging-hero_contact-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.staging-hero_text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.staging-hero_paragraph {
  width: 38ch;
  color: var(--swatch--neutral-800);
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.staging-horo_link-wrapper {
  color: var(--swatch--ivory);
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .05rem;
  padding-bottom: .05rem;
  text-decoration: none;
  transition: all .2s;
}

.main-heading-shape-wrapper {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer_brand {
  width: 9rem;
  color: var(--swatch--neutral-700);
  display: block;
}

.footer_email-text-link {
  border-bottom: .5px solid var(--swatch--neutral-300);
  color: var(--swatch--ivory);
  letter-spacing: .01em;
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  transition: all .2s;
}

.footer_email-text-link:hover {
  border-bottom-color: var(--swatch--neutral-700);
}

.hero-secondary_icon {
  width: 6.5rem;
  color: var(--swatch--neutral-700);
  display: inline-block;
}

.hero-secondary_icon.is-small {
  width: 4rem;
}

.hidden-menu-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .05rem;
  padding-bottom: .05rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section_case-study-old {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

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

.container.is--full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.featured-work_list {
  grid-row-gap: 11rem;
  flex-flow: column;
  display: flex;
}

.project-scope_collection.is-display-none {
  display: none;
}

.project-scope_collection.is-absolute {
  z-index: 3;
  position: absolute;
  inset: .75rem auto auto .75rem;
}

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

.featured-work_wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.featured-work_content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
}

.featured-work_scope-wrap {
  margin-bottom: 2rem;
}

.title-wrapper {
  margin-bottom: 1rem;
}

.featured-work_grid-item {
  position: relative;
}

.featured-work_hover-link {
  background-color: #efefef00;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: border-radius .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured-work_hover-link:hover {
  border-radius: .625rem;
  overflow: hidden;
}

.cursor-follow {
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  background-color: #f5f6f2;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 3.125rem;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  transform: none;
}

.cursor-follow:hover {
  opacity: 1;
}

.image-wrapper {
  align-self: flex-start;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-wrapper.cc-4x3 {
  aspect-ratio: 4 / 3;
}

.image-wrapper.cc-4x3.is-top {
  z-index: 1;
}

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

.image:hover {
  transform: scale(1.2);
}

.image.is-hover-scale {
  transition: transform 1s cubic-bezier(.25, .46, .45, .94);
}

.image.is-hover-scale:hover {
  transform: scale(1.1);
}

.statement_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
  position: relative;
}

.u-text-muted-70 {
  opacity: .7;
}

.section-statement-dark {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

.heading-style-inline-block {
  display: inline-block;
}

.footer-cta_wrapper {
  letter-spacing: .01em;
  cursor: pointer;
  border-bottom: 1px solid #c6c65a;
  flex: 1;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.footer-cta_overflow {
  grid-column-gap: 2rem;
  color: var(--swatch--neutral-800);
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: .5rem;
  display: flex;
}

.footer-cta_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: .9em;
  display: flex;
}

.is-grow {
  flex: 1;
  font-size: 7rem;
  line-height: .8;
}

.is-grow.is-icon {
  vertical-align: middle;
  height: .8em;
}

.project-scope-tag_wrap {
  background-color: #f3f3f3;
  border-radius: 9999px;
  padding: .125rem .75rem;
}

.project-scope-tag_wrap.is-opacity-10 {
  background-color: #f3f3f31a;
}

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

.form_field-wrapper-hidden {
  width: 100%;
  margin-top: .5rem;
  display: none;
}

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

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

.image-round {
  border-radius: .5rem;
  overflow: hidden;
}

.featured-work_link {
  text-decoration: underline;
}

.legal-long-form_link-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #303535;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.legal-long-form_link {
  width: 100%;
  padding: .75rem 1rem;
  text-decoration: none;
}

.legal-long-form_link.w--current {
  background-color: #f4f4f4;
  font-weight: 600;
}

.legal-long-form_link.is-h3.w--current, .legal-long-form_link.is-h6.w--current, .legal-long-form_link.is-h4.w--current, .legal-long-form_link.is-h5 {
  background-color: #0000;
}

.legal-long-form_sidebar {
  flex-direction: column;
  width: 100%;
  margin-right: 12rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

.text-size-medium-4 {
  font-size: 1.25rem;
}

.heading-style-h5-5 {
  font-size: 0;
  font-weight: 500;
  line-height: 1.2;
}

.legal-long-form_h-trigger {
  display: none;
}

.legal-long-form_link-wrapper {
  overflow: hidden;
}

.legal-long-form_link-wrapper.is-h4, .legal-long-form_link-wrapper.is-h6, .legal-long-form_link-wrapper.is-h3, .legal-long-form_link-wrapper.is-h5 {
  padding-left: 1rem;
}

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

.legal-long-form_sidebar-heading {
  font-size: 1.5rem;
}

.legal-long-form_accordion-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: none;
}

.legal-long-form_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 20rem 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 5rem;
  display: grid;
}

.icon-color {
  color: var(--swatch--beige-700);
  display: inline-flex;
}

.icon-size {
  width: 1em;
  color: inherit;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 1em;
  display: inline-flex;
}

.icon-size:where(.w-variant-4788eece-932a-7205-4997-ca13753b951e) {
  font-size: 1.5rem;
}

.icon-size:where(.w-variant-9d0ab383-7124-eb34-d2f1-fb0bed239380) {
  font-size: 2rem;
}

.icon-size:where(.w-variant-aa328b9a-9e0c-e012-a921-a54396678403) {
  font-size: 3rem;
}

.other-projects_sticky-header {
  z-index: 100;
  background-color: var(--swatch--sage-900);
  padding-bottom: 2rem;
}

.other-projects_heading-info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start center;
  max-width: 40rem;
  padding-top: 1.5rem;
  display: grid;
}

.projects-advert_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--swatch--neutral-100);
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.other-projects_rel {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.featured-work_image-wrapper {
  align-self: flex-start;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.text-style-muted-80 {
  opacity: .8;
}

.nav {
  z-index: 100;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.osmo-ui__bg {
  width: 100%;
  height: calc(100% + 1px + (var(--gap) * .5));
  background-color: #e3e1de;
  border-top: 1px solid #cbc8c5;
  display: none;
  position: absolute;
  bottom: 0;
}

.osmo-ui__bg.is--header {
  height: calc(100% + 1px + var(--gap));
  border-top-style: none;
  border-bottom: 1px solid #cbc8c5;
  top: 0;
  bottom: auto;
}

.nav_fixed {
  z-index: 110;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_brand {
  width: 12rem;
  padding-left: 0;
}

.overlay-two {
  z-index: 1;
  background-color: #000000bf;
  width: 100%;
  height: 100%;
  position: absolute;
}

.menu-button-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 1.25em;
  display: flex;
  overflow: hidden;
}

.header {
  z-index: 110;
  background-color: #fff0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-large {
  color: var(--swatch--neutral-700);
  margin-bottom: 0;
  font-size: 1.125em;
  line-height: 1.1;
}

.icon-wrap {
  justify-content: center;
  align-items: center;
  transition: transform .4s cubic-bezier(.65, .05, 0, 1);
  display: flex;
}

.line-seperator {
  width: 100%;
  height: 1px;
}

.line-seperator.is-beige-700 {
  background-color: var(--swatch--beige-700);
}

.logo_primary {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9rem;
  display: flex;
}

.menu-inner {
  z-index: 1;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

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

.menu-link {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: #fff;
  width: 100%;
  padding-top: .75em;
  padding-bottom: .75em;
  text-decoration: none;
  display: flex;
}

.nav-logo-row {
  pointer-events: auto;
  width: 7em;
  color: var(--swatch--neutral-700);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.nav_wrapper {
  z-index: 110;
  min-height: 3.25rem;
  position: relative;
}

.nav_wrapper.is-scrolled {
  background-color: var(--swatch--neutral-50);
}

.menu-details {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.menu-button {
  grid-column-gap: .625em;
  grid-row-gap: .625em;
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  margin: -1em;
  padding: 0 1em;
  display: flex;
}

.menu-link-heading {
  z-index: 1;
  color: var(--swatch--neutral-700);
  text-transform: uppercase;
  font-size: 4em;
  font-weight: 500;
  line-height: .75;
  transition: transform .55s cubic-bezier(.65, .05, 0, 1);
  position: relative;
}

.menu-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding-top: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  display: flex;
}

.bg-panel {
  z-index: 0;
  background-color: var(--swatch--beige-600);
  position: absolute;
  inset: 0%;
}

.bg-panel.first {
  background-color: var(--swatch--neutral-50);
}

.bg-panel.second {
  background-color: var(--swatch--neutral-700);
}

.nav-row {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-row__right {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  pointer-events: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-list-item {
  height: 4em;
  position: relative;
  overflow: hidden;
}

.menu {
  z-index: 2;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40em;
  height: 100%;
  margin-left: auto;
  padding-top: 5.625rem;
  padding-bottom: 2em;
  position: relative;
  overflow: auto;
}

.menu-icon-wrap {
  background-color: var(--swatch--neutral-700);
  width: .5rem;
  height: .5rem;
  transition: transform .3s;
}

.heading-14 {
  font-size: var(--h4);
}

.client_logo {
  width: 9rem;
}

.client_logo.is-wide {
  width: 11rem;
}

.client_logo.is-wider {
  width: 12rem;
}

.client_logo.is-tall {
  width: 8rem;
}

.icon-diagonal_wrapper {
  color: var(--theme--heading);
  font-size: var(--h1-display);
  display: flex;
}

.icon-diagonal {
  display: flex;
}

.case-study-card_title {
  color: var(--swatch--neutral-700);
  text-transform: uppercase;
  font-size: 1.25rem;
}

.nav_gradient-bg {
  background-image: linear-gradient(180deg, var(--swatch--neutral-50), #f8f9fa00 70%);
  position: absolute;
  inset: 0%;
}

.staging-hero_paragraph-large {
  width: 38ch;
  color: var(--swatch--neutral-800);
  text-align: center;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.7;
}

.staging-hero_text-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: var(--h1);
  }

  h2 {
    font-size: var(--h2);
  }

  h3 {
    font-size: var(--h3);
  }

  h4 {
    font-size: var(--h4);
  }

  h5 {
    font-size: var(--h5);
  }

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

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

  .heading-style-display {
    font-size: var(--h1-display);
  }

  .footer_info-wrapper {
    grid-row-gap: 2rem;
  }

  .footer_links-wrapper {
    grid-row-gap: .25rem;
  }

  .case-study-hero_heading-wrapper {
    max-width: 100rem;
  }

  .section-statement {
    display: block;
  }

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

  .statement-heading_grid {
    place-items: center stretch;
  }

  .statement-heading_content-grid {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .statement-heading_content-grid-item {
    text-align: center;
  }

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

  .about-hero_wrapper {
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }

  .fs_radio-2_label {
    text-align: center;
  }

  .main-heading_component {
    justify-content: space-between;
  }

  .tagline_component {
    padding-bottom: .5rem;
  }

  .tagline_component.is-center {
    justify-content: center;
    align-items: flex-start;
  }

  .cs-text_image-wrapper {
    aspect-ratio: 5 / 4;
    justify-content: space-between;
  }

  .top_wrap {
    position: relative;
    overflow: hidden;
  }

  .top_trigger {
    pointer-events: none;
    height: 100vh;
    position: absolute;
    inset: 0% 0% auto;
  }

  .footer_container {
    max-width: 85rem;
  }

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

  .section_case-study-old {
    display: block;
  }

  .featured-work_scope-wrap {
    margin-bottom: 2rem;
  }

  .cursor-follow {
    transition-duration: .5s;
    transform: translate(-50%, -50%);
  }

  .image-wrapper.cc-4x3.is-top {
    z-index: 1;
  }

  .footer-cta_overflow {
    color: var(--swatch--neutral-800);
  }

  .other-projects_heading-info {
    place-items: start center;
  }

  .projects-advert_component {
    background-color: #e7e7e566;
  }

  .nav {
    display: none;
  }

  .icon-diagonal_wrapper {
    font-size: var(--h1-display);
  }

  .icon-diagonal {
    color: var(--theme--heading);
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-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;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

  .nav-container-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav_menu-button {
    margin-right: -1rem;
    padding: 1rem;
  }

  .big-split-header {
    font-size: 5.5rem;
  }

  .footer_gid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer_logo-wrapper {
    grid-row-gap: 4rem;
  }

  .footer-cta_text-links {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .projects-other_list {
    grid-template-columns: 1fr 1fr;
  }

  .case-study-hero-2_trigger {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .case-study-home-2_card {
    left: auto;
  }

  .case-study-home-2_card.is-right {
    left: 2rem;
  }

  .case-study-hero-2_card-content {
    flex: 1;
  }

  .about-hero_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-hero_icon-embed {
    display: none;
  }

  .footer-cta_heading {
    font-size: 4rem;
  }

  .footer-cta_image, .footer-cta_icon-embed {
    width: 4rem;
  }

  .cs-text_component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
  }

  .padding-section-huge {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .cs-content-card_heading {
    font-size: 2.5rem;
  }

  .other-case-studies_image-wrapper {
    aspect-ratio: 16 / 9;
  }

  .other-case-studies_card-content {
    flex: 1;
  }

  .other-case-studies_card {
    left: auto;
  }

  .other-projects-modal_content-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .other-projects_heading-wrapper {
    flex: 1;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .other-projects_heading-grid {
    grid-template-columns: 3fr 1fr;
    display: flex;
  }

  .tagline_wrapper {
    flex: none;
  }

  .case-study-home_list {
    grid-template-columns: 1fr;
  }

  .case-study-home_item:nth-child(odd) {
    transform: none;
  }

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

  .other-case-studies_list {
    grid-template-columns: 1fr;
  }

  .heading-style-display-staging {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 6rem;
    display: flex;
  }

  .staging-hero_text-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    display: flex;
  }

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

  .main-heading-shape-wrapper {
    display: none;
  }

  .hero-secondary_icon {
    width: 5rem;
  }

  .section_case-study-old {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .featured-work_list {
    grid-row-gap: 8rem;
  }

  .featured-work_wrap {
    flex-flow: column;
    display: flex;
  }

  .featured-work_grid-item {
    align-self: flex-end;
    width: 80%;
  }

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

  .footer-cta_text {
    font-size: 4rem;
  }

  .is-grow {
    font-size: 5.25rem;
  }

  .text-sm {
    font-size: 1rem;
  }

  .legal-long-form_sidebar {
    width: 100%;
    margin-right: 0;
    position: relative;
    top: 0;
  }

  .legal-long-form_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
  }

  .legal-long-form_accordion-icon {
    display: flex;
  }

  .legal-long-form_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .nav_brand.w--current {
    width: 12rem;
  }

  .staging-hero_paragraph-large {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-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;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

  .text-size-large {
    font-size: 1.25rem;
  }

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

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

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

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

  .fs-styleguide_version {
    font-size: .875rem;
  }

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

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

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

  .client-logos_grid {
    grid-row-gap: 6rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer_gid {
    grid-row-gap: 3rem;
  }

  .footer_logo-wrapper {
    grid-row-gap: 2rem;
  }

  .footer-cta_text-links {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .case-study-home-2_card {
    min-width: 0;
    padding: 1.5rem;
  }

  .case-study-home-2_card.is-right {
    min-width: 0;
    left: 0;
  }

  .about-hero_wrapper {
    flex-flow: wrap-reverse;
  }

  .fs_checkbox-2_group, .fs_radio-2_group {
    grid-auto-flow: row;
  }

  .large-growing-images {
    height: 65vw;
    min-height: 300px;
  }

  .footer-cta_heading {
    font-size: 3rem;
  }

  .footer-cta_image, .footer-cta_icon-embed {
    width: 3rem;
  }

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

  .case-study-home-2_sub-wrapper.mb-xxl {
    margin-bottom: 3.5rem;
  }

  .cs-content-card_heading {
    font-size: 2.5rem;
  }

  .cs-content-card_subheading {
    font-size: 1rem;
  }

  .other-case-studies_card {
    min-width: 0;
    padding: 1.5rem;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .other-projects-modal_content-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-xlarge {
    font-size: 1.25rem;
  }

  .main-heading_component {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .tagline_wrapper {
    flex: none;
  }

  .home-hero_text-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .staging-hero_wrapper {
    margin-bottom: 150px;
  }

  .heading-style-display-staging {
    font-size: 4.75rem;
  }

  .staging-hero_text-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    display: flex;
  }

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

  .hero-secondary_icon {
    width: 3rem;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .featured-work_list {
    grid-row-gap: 4rem;
  }

  .featured-work_grid-item {
    align-self: auto;
    width: 100%;
  }

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

  .footer-cta_text {
    font-size: 3rem;
  }

  .is-grow {
    font-size: 3.5rem;
  }

  .text-sm {
    font-size: 1rem;
  }

  .osmo-ui__bg {
    display: block;
  }

  .p-large.text-link {
    font-size: 1em;
  }

  .socials-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-logo-row {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .menu-link-heading {
    font-size: 4em;
  }

  .bg-panel {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .nav-row__right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .menu-list-item {
    height: 4.5em;
  }

  .menu {
    width: 100%;
  }

  .staging-hero_paragraph-large {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .utility-page-wrap {
    text-align: center;
  }

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

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-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;
  }

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

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

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

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

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

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

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

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

  .client-logos_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-overflow_text.is-email {
    font-size: 1rem;
  }

  .big-split-header {
    margin-top: 0;
    font-size: 3.2rem;
  }

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

  .footer_links-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .footer_copyright-wrapper {
    flex-direction: column;
  }

  .footer-cta_text-links {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .case-study-hero_component {
    margin-top: 2.75rem;
  }

  .case-study-hero_grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .home-hero_paragraph {
    width: auto;
  }

  .design-tags_list {
    flex-wrap: wrap;
  }

  .case-study-hero-2_trigger {
    grid-template-rows: auto auto;
  }

  .case-study-home-2_card {
    padding: 1rem;
    bottom: auto;
  }

  .case-study-home-2_icon-wrapper {
    display: none;
  }

  .about-hero_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: grid;
  }

  .large-growing-images {
    min-height: auto;
  }

  .footer-cta_heading {
    font-size: 2.5rem;
  }

  .footer-cta_image, .footer-cta_icon-embed {
    width: 5rem;
  }

  .image-2-col_component {
    grid-template-columns: 1fr;
  }

  .case-study-home-2_sub-wrapper.mb-xxl {
    margin-bottom: 2.5rem;
  }

  .design-tags_text {
    font-size: .75rem;
  }

  .other-case-studies_image-wrapper {
    margin-bottom: 0;
  }

  .other-case-studies_card {
    padding: 1rem;
    bottom: auto;
  }

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

  .other-projects_heading-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .other-projects-modal-item_close-button.is-title {
    display: none;
  }

  .start-project_step-count {
    flex: none;
  }

  .cs-multi-image_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

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

  .staging-hero_paragraph {
    width: auto;
  }

  .hero-secondary_icon {
    width: 2.5rem;
  }

  .section_case-study-old {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .container.is--full {
    padding-left: 0;
    padding-right: 0;
  }

  .project-scope_collection.is-absolute {
    display: none;
  }

  .featured-work_scope-wrap {
    margin-bottom: 1.5rem;
  }

  .section-statement-dark {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .footer-cta_text, .is-grow {
    font-size: 2.5rem;
  }

  .legal-long-form_sidebar-heading {
    align-self: auto;
  }

  .other-projects_heading-info {
    text-align: center;
  }

  .projects-advert_component {
    padding: 1rem;
  }

  .nav_brand.w--current {
    width: 11rem;
  }

  .menu-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-logo-row {
    width: 7em;
  }

  .menu-link-heading {
    font-size: 3em;
  }

  .menu-list-item {
    height: 3em;
  }

  .client_logo {
    width: 6.5rem;
  }

  .client_logo.is-wide {
    width: 8.5rem;
  }

  .client_logo.is-wider {
    width: 9.5rem;
  }

  .client_logo.is-tall {
    width: 5.5rem;
  }

  .case-study-card_title {
    color: var(--swatch--neutral-700);
    text-transform: uppercase;
    font-size: .9375rem;
    line-height: 1;
  }

  .staging-hero_paragraph-large {
    width: auto;
    font-size: 1.125rem;
  }

  .staging-hero_paragraph-large.text-wrap-pretty {
    text-wrap: pretty;
  }
}

#w-node-_42042ed7-0be7-9526-07d0-2ebf35fed9b0-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fed9b5-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fed9ba-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fed9bf-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fed9c5-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fed9cb-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fed9d1-b5c3145a {
  justify-self: start;
}

#w-node-_42042ed7-0be7-9526-07d0-2ebf35fedade-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedaf7-b5c3145a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42042ed7-0be7-9526-07d0-2ebf35fedafa-b5c3145a {
  justify-self: start;
}

#w-node-_42042ed7-0be7-9526-07d0-2ebf35fedafc-b5c3145a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42042ed7-0be7-9526-07d0-2ebf35fedaff-b5c3145a {
  justify-self: start;
}

#w-node-_42042ed7-0be7-9526-07d0-2ebf35fedb51-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedb5b-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedb5c-b5c3145a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42042ed7-0be7-9526-07d0-2ebf35fedbca-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedbcf-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedbd4-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedbd9-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedbde-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedbe3-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedbed-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedbf2-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedbf7-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedbfc-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc01-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc06-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc0b-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc10-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc15-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc1a-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc1f-b5c3145a {
  justify-self: start;
}

#w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc23-b5c3145a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc24-b5c3145a {
  justify-self: start;
}

#w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc26-b5c3145a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc29-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc2e-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc33-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc48-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc4d-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc52-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc57-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc5c-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc61-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc6b-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc70-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc75-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc7a-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc7f-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc84-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc89-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc8e-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc93-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc98-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedc9d-b5c3145a {
  justify-self: start;
}

#w-node-_42042ed7-0be7-9526-07d0-2ebf35fedca1-b5c3145a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42042ed7-0be7-9526-07d0-2ebf35fedca2-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedca7-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedcac-b5c3145a, #w-node-_42042ed7-0be7-9526-07d0-2ebf35fedcb1-b5c3145a {
  justify-self: start;
}

#w-node-_42042ed7-0be7-9526-07d0-2ebf35fedd37-b5c3145a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42042ed7-0be7-9526-07d0-2ebf35fedd93-b5c3145a {
  justify-self: start;
}

#w-node-_551054ad-54c9-9444-965e-b58da2ac3ebf-49d95559 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_42768ac0-b74f-a4d3-d0f4-015c7c4015ca-49d95559, #w-node-_42768ac0-b74f-a4d3-d0f4-015c7c4015d5-49d95559 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ed868b30-07a2-40b2-2dc0-1fcbaf55cb59-49d95559 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_4577de80-54e2-2f27-f731-4080bdb24db3-49d95559 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_0b62f756-04a4-56da-90f3-b7ff0ebc1f05-49d95559 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85199c3c-44b1-e0eb-6056-09f2db12bb32-49d95559 {
  justify-self: end;
}

#w-node-_85199c3c-44b1-e0eb-6056-09f2db12bb36-49d95559 {
  justify-self: start;
}

#w-node-_7188b8dc-5024-190e-b117-4951d4340e62-d4340e17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7188b8dc-5024-190e-b117-4951d4340e6f-d4340e17, #w-node-_7188b8dc-5024-190e-b117-4951d4340ead-d4340e17, #w-node-_7188b8dc-5024-190e-b117-4951d4340ebb-d4340e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a443699-a010-64cc-86eb-57d317fd7467-17fd745d, #w-node-_4a443699-a010-64cc-86eb-57d317fd7469-17fd745d, #w-node-_4a443699-a010-64cc-86eb-57d317fd746b-17fd745d, #w-node-_4a443699-a010-64cc-86eb-57d317fd746f-17fd745d, #w-node-_4a443699-a010-64cc-86eb-57d317fd746d-17fd745d, #w-node-_4a443699-a010-64cc-86eb-57d317fd7473-17fd745d, #w-node-_4a443699-a010-64cc-86eb-57d317fd7471-17fd745d, #w-node-_4a443699-a010-64cc-86eb-57d317fd7475-17fd745d, #w-node-_4a443699-a010-64cc-86eb-57d317fd7477-17fd745d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b7233a49-b0d3-0003-2d28-e69aea3eae4c-32bd45e7, #w-node-d2ee147d-f3e1-54a5-0b4d-d4eaa02239ea-32bd45e7 {
  justify-self: end;
}

#w-node-_53d36d5b-046f-7284-75a7-828cebb18d04-eef12dee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b57e8233-9882-1da8-ca5f-6c2328992838-eef12dee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d24fee70-db19-5cea-7acd-802341af25c1-eef12dee, #w-node-b4ccc814-3d54-db64-9b3c-2b6939ae1117-eef12dee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84de60f3-1165-f720-1812-0ae4ba9bf868-7cf92e82, #w-node-b35b8385-5b98-f92d-1d9d-8343715d9f96-7cf92e82 {
  justify-self: stretch;
}

#w-node-b53f1360-e6a4-7381-f29f-2d99583e2563-c119c502, #w-node-b53f1360-e6a4-7381-f29f-2d99583e256d-c119c502 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_551054ad-54c9-9444-965e-b58da2ac3ebf-20e19674 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_9bb14dc1-935e-22e6-26cb-82314e348baf-90b33fa5, #w-node-_963f1596-d0ee-1318-4513-db930069e113-90b33fa5, #w-node-ae8139d1-dcd6-abd2-742c-1e8104d5c7ee-a3c6140a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae8139d1-dcd6-abd2-742c-1e8104d5c805-a3c6140a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_551054ad-54c9-9444-965e-b58da2ac3ebf-49d95559 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0b62f756-04a4-56da-90f3-b7ff0ebc1f05-49d95559 {
    justify-self: start;
  }

  #w-node-_7188b8dc-5024-190e-b117-4951d4340e62-d4340e17 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d24fee70-db19-5cea-7acd-802341af25c1-eef12dee {
    order: -9999;
  }

  #w-node-_551054ad-54c9-9444-965e-b58da2ac3ebf-20e19674 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ae8139d1-dcd6-abd2-742c-1e8104d5c805-a3c6140a {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7188b8dc-5024-190e-b117-4951d4340e62-d4340e17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0cc9ca4f-8422-9c36-1a45-b1351b4ef50e-32bd45e7, #w-node-_04616684-89ee-8d0f-5ce7-b2f1bfbd3143-34880312, #w-node-_1867430c-3530-c32b-687b-d29e98265982-7cf92e82 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}