:root {
  --black: #1d1d1f;
  --module-bg: #f1f4f6;
  --white: white;
  --callout: #8a8a8e;
  --button: #d2411b;
  --button-hover: #2b2a35;
  --sunset: #d2411b;
  --light-blue: #2997ff;
  --green: #04d18e;
  --orange: #ffa745;
  --black-border: #86868b26;
  --danger: #de071c;
  --roof: #eaeef1;
  --input-hover: #1d1d1f0d;
  --red: #ff385c;
  --pink: #fe869f;
  --purple: #a083ed;
  --teal: #3abfde;
  --light-green: #9ccc65;
  --yellow: #ffd01e;
  --white-border: #ffffff29;
  --success: #0dbb0d;
  --warning: #ec791b;
  --white-smoke: #f6f6f9;
  --light: #8a8a8e;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  max-width: 640px;
  margin-top: 4px;
  margin-bottom: 16px;
}

a {
  color: var(--black);
  text-decoration: none;
}

ul {
  z-index: 5;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  position: relative;
}

li {
  margin-bottom: 2px;
  padding-bottom: 2px;
}

strong {
  font-weight: 600;
}

.layout {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.module {
  background-color: var(--module-bg);
  color: var(--black);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-bottom {
  margin-top: 40px;
}

.heading-reduced {
  letter-spacing: -.04em;
  max-width: 440px;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
}

.heading-super {
  letter-spacing: -.05em;
  max-width: 900px;
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.05;
  position: relative;
}

.heading-super.load-2nd {
  font-family: Inter, sans-serif;
}

.heading-super.fade-in-1st {
  color: var(--black);
  font-family: Inter, sans-serif;
}

.heading-super.fade-in-2nd {
  color: var(--black);
}

.container {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.container.module {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.footer {
  grid-row-gap: 64px;
}

.description {
  z-index: 5;
  letter-spacing: -.02em;
  max-width: 560px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}

.description.width-75 {
  color: var(--white);
  max-width: none;
}

.heading-normal {
  letter-spacing: -.045em;
  max-width: 720px;
  margin-bottom: 16px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.heading-normal.fade-in-1st {
  color: var(--black);
  font-family: Inter, sans-serif;
}

.heading-normal.no-margin-bottom {
  font-family: Inter, sans-serif;
}

.eyebrow {
  z-index: 5;
  color: var(--callout);
  letter-spacing: -.02em;
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.eyebrow.above-bg {
  color: var(--white);
}

.eyebrow.margin-bottom, .eyebrow.load-1st {
  font-family: Inter, sans-serif;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  padding: 200px 40px 40px;
}

.grid.less-top-space {
  padding-top: 110px;
}

.grid.zero-top-space {
  padding-top: 0;
}

.body {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: -.01em;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.heading-hero {
  letter-spacing: -.04em;
  max-width: 920px;
  margin-bottom: 50px;
  font-size: 104px;
  font-weight: 700;
  line-height: 1.05;
}

.eyebrow-large {
  color: var(--callout);
  letter-spacing: -.025em;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.display-none {
  display: none;
}

.center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: relative;
}

.center.width-50 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.center-top {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-top {
  margin-top: 75px;
}

.margin-bottom {
  z-index: 5;
  margin-bottom: 75px;
  position: relative;
}

.description-hero {
  letter-spacing: -.03em;
  max-width: 600px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.description-hero.load-3rd {
  font-family: Inter, sans-serif;
}

.button {
  z-index: 5;
  background-color: var(--button);
  color: var(--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .4s, color .4s, box-shadow .4s;
  display: flex;
  position: relative;
}

.button:hover {
  background-color: var(--button-hover);
  color: var(--white);
}

.button.button-black-outline {
  font-family: Inter, sans-serif;
}

.image-cover {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.no-padding {
  padding: 0;
}

.item-position-top {
  margin-bottom: 24px;
}

.image-module-top {
  z-index: 5;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex: 1;
  margin: -40px -40px 40px;
  position: relative;
  overflow: hidden;
}

.image-module-top.more-space {
  margin-top: -80px;
  margin-left: -80px;
  margin-right: -80px;
}

.image-top {
  margin-bottom: 40px;
}

.bg-white {
  background-color: var(--white);
  color: var(--black);
}

.bg-black {
  background-color: var(--black);
  color: var(--white);
}

.bg-blue {
  background-color: var(--sunset);
  color: var(--white);
}

.bg-light-blue {
  background-color: var(--light-blue);
  color: var(--white);
}

.bg-green {
  background-color: var(--green);
}

.bg-orange {
  background-color: var(--orange);
}

.button-black-outline {
  box-shadow: inset 0 0 0 2px var(--button-hover);
  color: var(--black);
  background-color: #0000;
  align-items: center;
  text-decoration: none;
}

.button-black-outline:hover {
  background-color: var(--button-hover);
  box-shadow: inset 0 0 0 2px var(--button-hover);
  color: var(--white);
}

.button-large-outline {
  box-shadow: inset 0 0 0 2px var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-large-outline:hover {
  background-color: var(--black);
  color: var(--white);
}

.button-small-outline {
  box-shadow: inset 0 0 0 2px var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 11px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33337;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-small-outline:hover {
  background-color: var(--black);
  color: var(--white);
}

.button-small-outline.margintopsmall {
  margin-top: 15px;
}

.button-container {
  z-index: 5;
  margin-top: 24px;
  display: flex;
  position: relative;
}

.text-white {
  color: var(--white);
  font-family: Inter, sans-serif;
}

.button-size-large {
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 20px;
  line-height: 1.25;
}

.button-white-outline {
  box-shadow: 0 0 0 0 transparent, inset 0 0 0 2px var(--white);
  color: var(--white);
  background-color: #0000;
  align-items: center;
  text-decoration: none;
}

.button-white-outline:hover {
  background-color: var(--white);
  box-shadow: 0 0 0 0 transparent, inset 0 0 0 2px var(--white);
  color: var(--black);
}

.quote-underline-grid {
  grid-column-gap: 64px;
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--black-border);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: end;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.quote-normal {
  color: var(--black);
  letter-spacing: -.01em;
  text-indent: -20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.03;
}

.cms {
  width: 100%;
}

.error {
  background-color: var(--danger);
  box-shadow: inset 0 0 0 1px var(--black-border), inset 1px 1px 200px 100px #ffffffe6;
  color: var(--danger);
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 12px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

.left {
  z-index: 5;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.icon-container {
  z-index: 5;
  border-radius: 31.25%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-container.bg-blue.icon-size-xl {
  background-color: var(--sunset);
}

.icon-container.item-position-top.icon-size-l {
  margin-bottom: 16px;
}

.bg-opacity-high {
  z-index: 0;
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.scaled-wrapper {
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  min-width: 912px;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-scaled {
  object-fit: cover;
  width: 100vw;
  max-width: none;
  height: 100vh;
  position: relative;
}

.v-list-gap-8 {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  font-family: Inter, sans-serif;
}

.v-list-gap-8.align-start {
  align-content: start;
  align-items: start;
}

.h-icon-feature-grid {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  position: relative;
}

.h-icon-feature-grid.width-100 {
  justify-content: space-between;
}

.width-75 {
  width: 75%;
}

.width-50 {
  width: 50%;
}

.text-small {
  z-index: 5;
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.text-small.text-gray {
  font-family: Inter, sans-serif;
}

.width-100 {
  width: 100%;
}

.icon {
  z-index: 5;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.icon-size-xl {
  letter-spacing: -.02em;
  width: 80px;
  height: 80px;
  padding: 14px 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
}

.icon-size-l {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 18px;
  font-size: 32px;
  font-weight: 600;
  display: flex;
}

.icon-size-m {
  width: 44px;
  height: 44px;
  padding: 12px;
  font-size: 20px;
  font-weight: 600;
}

.icon-size-xs {
  width: 16px;
  height: 16px;
  padding: 2px;
  font-size: 10px;
  font-weight: 500;
}

.label {
  z-index: 5;
  position: relative;
}

.text-gray {
  color: var(--callout);
  font-family: Inter, sans-serif;
}

.accordion-wrapper {
  z-index: 3;
  border-bottom: 1px solid var(--black-border);
  color: var(--black);
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.fullwidth-container {
  border-radius: 32px;
  padding: 150px 40px;
  position: relative;
  overflow: visible;
}

.bg-gray {
  background-color: var(--module-bg);
  color: var(--black);
}

.hint {
  background-color: var(--black-border);
  border-radius: 4px;
  padding: 2px 3px;
  font-size: 60%;
  display: inline-block;
  position: relative;
  top: -1px;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: 24px 0% auto;
}

.preloader {
  z-index: 999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-image {
  width: 32px;
  height: 32px;
}

.bordered-list-item {
  border-bottom: 1px solid var(--black-border);
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.bordered-list-item-small {
  border-bottom: 1px solid var(--black-border);
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-size: 14px;
}

.navbar-container {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--roof), 0 4px 30px 0 #0000000d;
  border-radius: 100px;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 8px 8px 20px;
  display: flex;
  position: relative;
}

.nav-link {
  z-index: 5;
  color: var(--black);
  letter-spacing: -.01em;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: color .3s;
  display: flex;
}

.nav-link:hover {
  color: var(--module-bg);
}

.nav-link.w--current {
  background-color: var(--black);
  color: var(--module-bg);
}

.nav-menu-wrapper {
  background-color: #0000;
  align-items: stretch;
  height: 100%;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-right: 20px;
  padding: 0;
  display: flex;
}

.menu-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
}

.button-row {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
}

.circle-small {
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.small-gap {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.team-member-medium {
  object-fit: cover;
  background-color: #be8383;
  border-radius: 31.25%;
  width: 80px;
  height: 80px;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
}

.slide-100 {
  margin-right: 100px;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0;
  font-size: 6px;
  display: flex;
}

.text-module {
  position: relative;
}

.slider-arrow {
  color: var(--white);
  background-color: #0003;
  border-radius: 100px;
  width: 64px;
  height: 64px;
  font-size: 16px;
  transition: background-color .4s;
  bottom: 40px;
}

.slider-arrow:hover {
  background-color: #0006;
}

.slider-arrow.small-arrow {
  width: 48px;
  height: 48px;
}

.social-link-circle {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  transition: background-color .4s;
  display: flex;
}

.social-link-circle:hover {
  background-color: #ff8c6e;
}

.more-padding {
  padding: 80px;
}

.text-field {
  background-color: var(--roof);
  border: 1px #000;
  border-radius: 8px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  transition: background-color .4s, box-shadow .4s;
  box-shadow: inset 0 0 0 1px #0000;
}

.text-field:hover {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--black-border);
}

.text-field:focus {
  background-color: var(--white);
  color: #171a22;
  box-shadow: inset 0 0 0 1px #2b2a35;
}

.text-field::placeholder {
  color: var(--callout);
}

.submit-button {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .4s;
  display: flex;
}

.submit-button:hover {
  background-color: var(--button-hover);
  color: var(--white);
}

.field-size-large {
  height: 64px;
  font-size: 16px;
}

.submit-button-large {
  height: 64px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
}

.field-password-icon {
  background-image: url('../images/unlock.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 40px;
}

.field-search-icon {
  background-image: url('../images/search-1.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 40px;
}

.utility-page-wrap {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--module-bg);
  text-align: center;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 360px;
  padding: 40px;
  display: flex;
}

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

.link-with-button {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  color: #171a22;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  font-weight: 500;
  transition: padding-left .3s ease-out, color .3s;
  display: grid;
  position: relative;
  overflow: hidden;
}

.link-with-button:hover {
  color: #fff;
  padding-left: 24px;
}

.tab-link-inside-image {
  background-color: #0000;
  border-radius: 20px;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  transition: color .4s, background-color .4s;
}

.tab-link-inside-image:hover, .tab-link-inside-image.w--current {
  background-color: var(--input-hover);
  color: var(--red);
}

.image-bg-desktop {
  z-index: 0;
  opacity: .35;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stats-m {
  letter-spacing: -.04em;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.pagination {
  margin-top: 24px;
}

.next-previous-button {
  background-color: var(--light-blue);
  color: var(--white);
  border-style: none;
  border-radius: 100px;
  transition: background-color .4s;
}

.next-previous-button:hover {
  background-color: #2b2a35;
}

.parallax-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: -40px;
  margin-right: -40px;
  padding: 75vh 40px 150px;
  display: flex;
  position: relative;
}

.parallax-container.image-about-01 {
  background-image: url('../images/pierre_hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.circle-large {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  padding: 12px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vertical-list-2-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.less-padding {
  border-radius: 16px;
  padding: 16px 24px;
}

.play-button {
  background-color: var(--white);
  box-shadow: 0 10px 30px 2px var(--black-border);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 20px;
  font-size: 32px;
  line-height: 1;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-button:hover {
  background-color: var(--black);
}

.block-quote-m {
  letter-spacing: -.02em;
  text-indent: -13px;
  max-width: 600px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.125;
}

.eyebrow-reduced {
  z-index: 5;
  color: var(--callout);
  letter-spacing: -.02em;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}

.video-bg-wrapper {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  letter-spacing: -.02em;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 50%;
  padding: 12px 20px;
  font-weight: 500;
  transition: color .4s, background-color .4s;
  display: grid;
  position: absolute;
}

.video-bg-wrapper:hover {
  background-color: var(--black);
  color: var(--white);
}

.slide-padding-for-arrows {
  padding-left: 64px;
  padding-right: 64px;
}

.stats-l {
  letter-spacing: -.04em;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.v-list-gap-16 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.v-list-gap-24 {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.v-list-gap-40 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.h-list-gap-8 {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  position: relative;
}

.h-list-gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: var(--white);
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
}

.bg-transparent {
  background-color: #0000;
}

.button-2 {
  z-index: 1;
  border-radius: 50px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: box-shadow .3s, background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 100px 100px #0000;
}

.button-2:hover {
  color: #fff;
  box-shadow: inset 0 0 100px 100px #0000001a;
}

.text-link-black {
  color: var(--black);
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.text-link-black:hover {
  color: var(--button);
}

.hover-line {
  z-index: 5;
  background-color: var(--light-blue);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-link-turn-up {
  grid-column-gap: 48px;
  grid-row-gap: 8px;
  opacity: .25;
  color: var(--black);
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  font-size: 19px;
  font-weight: 600;
  transition: color .4s, opacity .4s;
  display: grid;
}

.tab-link-turn-up:hover {
  opacity: 1;
}

.tab-link-turn-up.w--current {
  opacity: 1;
  color: #2b2a35;
  background-color: #0000;
}

.step-space {
  margin-top: 64px;
  overflow: visible;
}

.step {
  border: 3px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: -20px 0% auto;
}

.cms-wrap {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.work-tag {
  background-color: var(--input-hover);
  opacity: .75;
  color: var(--black);
  border-radius: 100px;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 4px 8px;
  font-size: 12px;
  transition: background-color .4s, opacity .4s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.work-tag:hover {
  background-color: var(--black-border);
  opacity: 1;
}

.work-thumb-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.work-thumbmail {
  color: var(--black);
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-thumb-content {
  opacity: .75;
  width: 100%;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  transition: opacity .4s;
}

.work-thumb-content:hover {
  opacity: 1;
}

.work-thumb-tags {
  width: 100%;
  padding-bottom: 36px;
  padding-left: 40px;
  padding-right: 40px;
}

.work-grid-2-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.emoji-face {
  width: 75%;
}

.roof {
  background-color: var(--roof);
  color: var(--callout);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin: -40px -40px 24px;
  padding: 12px 40px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.map-direction-wrapper {
  z-index: 5;
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  padding: 0;
  font-size: 14px;
  position: absolute;
  inset: auto 12px 12px;
  overflow: hidden;
}

.map-direction-address {
  padding: 16px;
  font-size: 12px;
}

.map-direction-address.underline {
  border-bottom: 1px solid var(--black-border);
}

.rich-text-block h2 {
  margin-bottom: 8px;
}

.rich-text-block h1 {
  margin-bottom: 20px;
}

.news-horizontal {
  color: #2b2a35;
  border-radius: 32px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  min-height: 540px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-horiz-image {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.news-horiz-content {
  color: #2b2a35;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.date-news-wrapper {
  z-index: 10;
  background-color: var(--white);
  text-align: center;
  border-radius: 31.25%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: auto auto 12px 12px;
}

.date-news-wrapper.static {
  position: static;
}

.date-news-day {
  font-size: 20px;
  line-height: 1;
}

.date-news-month {
  color: var(--red);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.author-avatar {
  border: 2px solid var(--white);
  background-color: var(--roof);
  object-fit: cover;
  border-radius: 100px;
  width: 48px;
  height: 48px;
}

.author-avatar.gray {
  border-color: var(--module-bg);
}

.author-list {
  align-items: center;
  display: flex;
}

.author-item {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.author-item:nth-child(odd), .author-item:nth-child(2n) {
  left: -24px;
}

.author-item:first-child {
  left: 0;
}

.author-item:hover {
  z-index: 6;
}

.author-tooltip {
  background-color: var(--black);
  color: var(--module-bg);
  text-align: center;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 92px;
  margin-top: -40px;
  padding: 3px 2px;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: 0% auto auto -50%;
}

.nav-link-wrapper {
  border-radius: 100px;
  justify-content: center;
  align-items: flex-end;
  margin-left: 4px;
  margin-right: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-wrapper.purchase {
  background-color: var(--black-border);
}

.nav-link-bg {
  background-color: var(--black);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

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

.text-underline {
  border-bottom: 1px solid var(--black-border);
}

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

.footer-link-large {
  color: var(--white);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.footer-link-large:hover {
  color: #4d180a;
}

.footer-black {
  background-color: var(--black);
  color: var(--callout);
  border-radius: 24px;
  padding: 80px 40px;
  font-size: 14px;
  position: relative;
  overflow: visible;
}

.formatzwei-link {
  color: var(--callout);
  cursor: ne-resize;
  flex-wrap: wrap;
  align-items: center;
  transition: color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.formatzwei-link:hover {
  color: var(--white);
}

.no-margin-top {
  margin-top: 0;
}

.work-detail {
  border-radius: 32px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.work-detail-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.search-result-wrapper {
  margin-top: 60px;
}

.search-header-link {
  color: var(--black);
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  transition: color .4s;
}

.search-header-link:hover {
  color: var(--button);
}

.search-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
  position: relative;
}

.search-result-list {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-link {
  z-index: 5;
  color: var(--callout);
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.team-member-heading {
  letter-spacing: -.025em;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.team-member-square {
  object-fit: cover;
  border-radius: 12px;
  width: 64px;
  height: 64px;
  position: relative;
  overflow: hidden;
}

.cms-stretch {
  flex-direction: column;
  display: flex;
}

.work-thumb-content-small {
  opacity: .75;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .4s;
}

.work-thumb-content-small:hover {
  opacity: 1;
}

.work-thumb-tags-small {
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.sticky {
  position: sticky;
  top: 200px;
}

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

.author-post-wrapper {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  position: relative;
}

.post-detail-heading {
  letter-spacing: -.04em;
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
}

.small-post-heading {
  letter-spacing: -.01em;
  margin-top: 4px;
  font-weight: 500;
}

.footer-link {
  color: var(--white);
  font-weight: 600;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.footer-link:hover {
  color: #4d180a;
}

.footer-social {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -4px;
  display: flex;
  position: relative;
}

.footer-orange {
  background-color: var(--button);
  color: var(--callout);
  border-radius: 24px;
  padding: 80px 40px;
  font-size: 14px;
  position: relative;
  overflow: visible;
}

.rating {
  padding-bottom: 10px;
}

.module-2 {
  color: #1d1d1f;
  background-color: #f1f4f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-text {
  margin-top: 12px;
  font-family: Inter, sans-serif;
}

.accordion-trigger {
  z-index: 2;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: color .2s;
  display: flex;
  position: relative;
}

.expand-icon {
  color: #1d1d1f;
  text-align: center;
  border: 2px solid #1d1d1f;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 3px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.accordion-title {
  letter-spacing: -.03em;
  width: 75%;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.accordion-wrapper-2 {
  z-index: 3;
  color: #1d1d1f;
  cursor: pointer;
  border-bottom: 1px solid #86868b26;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.accordion-wrapper-2.last {
  border-bottom-style: none;
}

.eyebrow-2 {
  z-index: 5;
  color: #8a8a8e;
  letter-spacing: -.02em;
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.eyebrow-2.fade-in-1st {
  font-family: Inter, sans-serif;
}

.accordion-content {
  z-index: 2;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.text-gray-2 {
  color: #8a8a8e;
}

.quote-big {
  z-index: 5;
  color: #fff;
  letter-spacing: -.02em;
  text-indent: -16px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.quote-big.fade-in-2nd, .text-block, .text-block-2 {
  font-family: Inter, sans-serif;
}

.description-2 {
  z-index: 5;
  letter-spacing: -.02em;
  max-width: 560px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}

.description-2.fade-in-1st {
  font-family: Inter, sans-serif;
}

.div-block {
  z-index: 100;
  background-color: #d2411c;
  border-radius: 100vh;
  width: 10rem;
  height: 10rem;
  position: absolute;
  inset: -4% 0% auto auto;
}

@media screen and (max-width: 991px) {
  .module {
    padding: 36px;
  }

  .image-bottom {
    margin-top: 36px;
  }

  .heading-reduced {
    font-size: 28px;
  }

  .heading-super {
    font-size: 64px;
  }

  .container {
    max-width: none;
  }

  .heading-normal {
    font-size: 40px;
    line-height: 1.1;
  }

  .grid {
    grid-row-gap: 100px;
    padding: 100px 24px 0;
  }

  .heading-hero {
    font-size: 80px;
    line-height: 1.05;
  }

  .eyebrow-large {
    font-size: 28px;
    line-height: 1.14286;
  }

  .margin-top {
    margin-top: 50px;
  }

  .margin-top.left {
    align-items: stretch;
  }

  .margin-bottom {
    margin-bottom: 50px;
  }

  .description-hero {
    font-size: 20px;
    line-height: 1.4211;
  }

  .no-padding {
    padding: 0;
  }

  .image-module-top {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    margin: -36px -36px 36px;
  }

  .image-module-top.more-space {
    margin-top: -36px;
    margin-left: -36px;
    margin-right: -36px;
  }

  .image-top {
    margin-bottom: 36px;
  }

  .quote-normal {
    text-indent: -20px;
    font-size: 40px;
    line-height: 1.1;
  }

  .scaled-wrapper {
    border-radius: 24px;
    width: 100%;
    min-width: auto;
    height: 75vh;
  }

  .scaled-wrapper:hover {
    border-radius: 24px;
  }

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

  .h-icon-feature-grid {
    grid-column-gap: 8px;
  }

  .width-75, .width-50 {
    width: 100%;
  }

  .fullwidth-container {
    border-radius: 0;
    margin-left: -24px;
    margin-right: -24px;
    padding: 100px 24px;
  }

  .navbar {
    flex-direction: row;
    align-items: stretch;
    padding-left: 12px;
    padding-right: 12px;
    top: 12px;
  }

  .navbar-container {
    flex: 1;
    align-items: center;
  }

  .nav-link:hover {
    color: var(--black);
  }

  .nav-menu-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 2px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .menu-button {
    background-color: var(--black);
    border-radius: 100px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .small-gap {
    grid-row-gap: 2px;
  }

  .slider-arrow {
    width: 0;
    height: 0;
    display: none;
    bottom: 0;
  }

  .text-field {
    min-width: auto;
  }

  .link-with-button:hover {
    color: #002245;
    padding-left: 0;
  }

  .tab-link-inside-image {
    flex: 1;
  }

  .tab-link-inside-image:hover {
    color: #2b2a35;
    background-color: #0000;
  }

  .tab-link-inside-image.w--current {
    background-color: #fff;
  }

  .image-bg-desktop {
    opacity: 1;
    height: auto;
    margin-bottom: 20px;
    position: relative;
  }

  .parallax-container {
    margin-left: -24px;
    margin-right: -24px;
    padding-bottom: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .less-padding {
    border-radius: 16px;
    padding: 16px 24px;
  }

  .play-button:hover {
    background-color: var(--white);
  }

  .video-bg-wrapper {
    max-width: 75%;
  }

  .video-bg-wrapper:hover {
    background-color: var(--white);
    color: var(--black);
  }

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

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .button-2 {
    font-size: 14px;
  }

  .hover-line {
    display: none;
  }

  .tab-link-turn-up {
    grid-column-gap: 16px;
    flex: 1;
  }

  .tab-link-turn-up:hover {
    opacity: .25;
    color: #2b2a35;
  }

  .tab-link-turn-up.w--current:hover {
    opacity: 1;
  }

  .step-space {
    padding-top: 40px;
  }

  .work-tag {
    opacity: 1;
    color: #2b2a35;
  }

  .work-tag:hover {
    box-shadow: inset 0 0 0 1px var(--black-border);
  }

  .work-thumbmail {
    border-radius: 24px;
    padding: 0;
  }

  .work-thumb-content {
    opacity: 1;
    padding-left: 36px;
    padding-right: 36px;
  }

  .work-thumb-tags {
    padding-bottom: 32px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .roof {
    margin-top: -36px;
    margin-left: -36px;
    margin-right: -36px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .map-direction-wrapper {
    border-radius: 16px;
    padding: 0;
  }

  .news-horizontal {
    border-radius: 24px;
    padding: 0;
  }

  .news-horiz-content {
    padding: 36px;
  }

  .author-list {
    flex-direction: column;
    align-items: flex-start;
    margin-left: -2px;
  }

  .author-item {
    flex-direction: row;
  }

  .author-item:nth-child(odd), .author-item:nth-child(2n) {
    left: 0;
  }

  .author-item:hover {
    z-index: 5;
  }

  .author-tooltip {
    color: var(--black);
    text-align: left;
    background-color: #0000;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 6px;
    position: relative;
    left: 0%;
  }

  .nav-link-wrapper {
    margin: 8px;
  }

  .footer-black {
    border-radius: 0;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .no-margin-top {
    margin-top: 0;
  }

  .work-detail {
    border-radius: 24px;
    padding: 0;
  }

  .work-detail-grid {
    grid-row-gap: 2px;
  }

  .work-thumb-content-small {
    opacity: 1;
  }

  .sticky {
    top: 100px;
  }

  .nav-menu {
    background-color: var(--white);
    box-shadow: 3px 0 30px 0 #0000000d, inset 0 0 0 1px var(--roof);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: auto;
    overflow: hidden;
  }

  .menu-icon {
    position: absolute;
  }

  .author-post-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-orange {
    border-radius: 0;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .module-2 {
    padding: 36px;
  }

  .accordion-trigger {
    letter-spacing: 0;
    align-items: center;
  }

  .accordion-content {
    padding-left: 0;
  }

  .quote-big {
    text-indent: -12px;
    font-size: 24px;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .module {
    border-radius: 20px;
  }

  .heading-reduced {
    font-size: 24px;
  }

  .heading-super {
    letter-spacing: -.04em;
    margin-bottom: 24px;
    font-size: 48px;
  }

  .container, .container.center, .container.module {
    grid-template-columns: 1fr;
  }

  .container.footer {
    grid-row-gap: 24px;
  }

  .eyebrow {
    font-size: 19px;
    line-height: 1.21053;
  }

  .eyebrow.above-bg {
    color: var(--callout);
  }

  .grid {
    padding-top: 100px;
  }

  .heading-hero {
    margin-bottom: 24px;
    font-size: 48px;
  }

  .eyebrow-large {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.16667;
  }

  .no-padding {
    padding: 0;
  }

  .image-module-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .quote-underline-grid {
    grid-template-columns: 1fr;
  }

  .quote-normal {
    text-indent: -17px;
    font-size: 32px;
    line-height: 1.125;
  }

  .scaled-wrapper {
    border-radius: 20px;
    height: 200vh;
  }

  .scaled-wrapper:hover {
    border-radius: 20px;
  }

  .h-icon-feature-grid {
    grid-column-gap: 8px;
  }

  .width-75, .width-50 {
    width: 100%;
  }

  .fullwidth-container {
    overflow: visible;
  }

  .menu-button {
    width: 48px;
    height: 48px;
  }

  .button-row {
    grid-auto-flow: row;
  }

  .slider {
    overflow: hidden;
  }

  .slide-100 {
    margin-right: 0;
  }

  .social-link-circle {
    margin-left: 0;
    margin-right: 4px;
  }

  .tab-link-inside-image {
    border-radius: 10px;
    padding: 12px;
  }

  .vertical-list-2-column {
    grid-template-columns: 1fr;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .button-2 {
    min-height: 50px;
  }

  .tab-link-turn-up {
    border-radius: 10px;
    padding: 12px;
  }

  .work-thumbmail {
    border-radius: 20px;
  }

  .work-grid-2-column {
    grid-template-columns: 1fr;
  }

  .map-direction-wrapper {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0;
  }

  .news-horizontal {
    border-radius: 20px;
    align-items: stretch;
    min-height: auto;
  }

  .news-horiz-content {
    border-radius: 20px;
    align-items: stretch;
  }

  .nav-link-wrapper {
    background-color: var(--white);
    box-shadow: 0 4px 30px 0 #0000000d, inset 0 0 0 1px var(--roof);
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .blog-grid-1-column {
    grid-template-columns: 1fr;
  }

  .footer-link-large {
    font-size: 24px;
  }

  .no-margin-top {
    margin-top: 0;
  }

  .work-detail {
    border-radius: 20px;
  }

  .work-detail-grid {
    grid-template-columns: 1fr;
  }

  .sticky {
    position: relative;
    top: 0;
  }

  .nav-menu {
    box-shadow: none;
    background-color: #0000;
    border-radius: 24px;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 40px;
  }

  .author-post-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer-social {
    justify-content: flex-start;
    margin-left: 0;
  }

  .module-2 {
    border-radius: 20px;
  }

  .accordion-title {
    font-size: 16px;
    font-weight: 600;
  }

  .eyebrow-2 {
    font-size: 19px;
    line-height: 1.21053;
  }

  .accordion-content {
    padding-left: 0;
    padding-right: 0;
  }

  .quote-big {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 479px) {
  .module {
    padding: 24px;
  }

  .heading-super {
    font-size: 40px;
  }

  .grid {
    grid-row-gap: 72px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .no-padding {
    padding: 0;
  }

  .image-module-top, .image-module-top.more-space {
    margin-top: -24px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .quote-normal {
    letter-spacing: -.01em;
    text-indent: -16px;
    font-size: 32px;
  }

  .scaled-wrapper {
    height: 75vh;
  }

  .h-icon-feature-grid {
    grid-row-gap: 8px;
  }

  .fullwidth-container {
    margin-left: -12px;
    margin-right: -12px;
    padding: 72px 12px;
  }

  .button-row {
    width: 100%;
  }

  .slider {
    overflow: hidden;
  }

  .slide-100 {
    margin-right: 0;
  }

  .text-module {
    padding-left: 24px;
    padding-right: 24px;
  }

  .social-link-circle {
    margin-left: 0;
    margin-right: 4px;
  }

  .next-previous-button {
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
    margin-bottom: 4px;
    display: flex;
  }

  .parallax-container {
    margin-left: -12px;
    margin-right: -12px;
    padding-bottom: 72px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .block-quote-m {
    text-indent: -14px;
    font-size: 28px;
    line-height: 1.14286;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .step-space {
    padding-top: 40px;
  }

  .work-thumbmail {
    padding: 0;
  }

  .work-thumb-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .work-thumb-tags {
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .roof {
    margin-top: -24px;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .rich-text-block.mobile {
    width: 40%;
  }

  .news-horizontal {
    flex-direction: column;
    padding: 0;
  }

  .news-horiz-image {
    width: 100%;
  }

  .news-horiz-content {
    width: 100%;
    padding: 24px;
  }

  .footer-black {
    margin-left: -12px;
    margin-right: -12px;
    padding: 72px 36px;
  }

  .no-margin-top {
    margin-top: 0;
  }

  .work-detail {
    padding: 0;
  }

  .search-form {
    grid-template-columns: 1fr;
  }

  .work-thumb-content-small {
    padding-left: 24px;
    padding-right: 24px;
  }

  .work-thumb-tags-small {
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .author-post-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-orange {
    margin-left: -12px;
    margin-right: -12px;
    padding: 72px 36px;
  }

  .module-2 {
    padding: 24px;
  }

  .expand-icon {
    display: none;
  }

  .accordion-title {
    width: 100%;
  }

  .quote-big {
    margin-bottom: 0;
  }
}

#w-node-_603c9b50-81cb-2da4-fa45-a45862b738ca-28ef3dc5, #w-node-_6033da0e480ae67cb988ce3100000000000e-28ef3dc5, #w-node-f0a25712-e974-6fd6-15c0-64b75823e38c-c1ef3dc6, #w-node-_6033da266274471679e6985800000000000d-c1ef3dc6 {
  justify-self: center;
}

#w-node-_094b5eab-e16e-880e-6e6b-7efea10d2d9e-1eef3dc8 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_134af08d-483f-5b3b-dfbd-3c2e50f643fe-1eef3dc8 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_134af08d-483f-5b3b-dfbd-3c2e50f64400-1eef3dc8, #w-node-_134af08d-483f-5b3b-dfbd-3c2e50f64402-1eef3dc8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_134af08d-483f-5b3b-dfbd-3c2e50f64415-1eef3dc8 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_2aefc4e2-b05c-91f4-ef5e-4210647685e6-1eef3dc8, #w-node-_2aefc4e2-b05c-91f4-ef5e-4210647685e9-1eef3dc8, #w-node-_5bc316cd-ecb1-0d12-4d86-689fb6799f93-1eef3dc8, #w-node-_5bc316cd-ecb1-0d12-4d86-689fb6799f96-1eef3dc8, #w-node-_134af08d-483f-5b3b-dfbd-3c2e50f64430-1eef3dc8, #w-node-_134af08d-483f-5b3b-dfbd-3c2e50f64433-1eef3dc8 {
  align-self: center;
}

#w-node-_134af08d-483f-5b3b-dfbd-3c2e50f64438-1eef3dc8 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_134af08d-483f-5b3b-dfbd-3c2e50f6443a-1eef3dc8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0be01b11-4aaa-446d-44be-76655bb6c445-1eef3dc8 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_4f94f603-540a-3b91-84fe-d0373a458a7b-1eef3dc8 {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_9d9f9550-0a70-65eb-4fce-ece22ac20c07-1eef3dc8, #w-node-_57fbbb83-41b3-84e8-fd91-a71b2319bc7d-1eef3dc8, #w-node-ef57cf0e-f779-687b-debf-3d0cd5b459f3-1eef3dc8, #w-node-e972d1f9-b627-99cb-62ed-5d5ba5151bd8-1eef3dc8, #w-node-_8c828b2b-744e-d249-95b9-d45104f48c04-1eef3dc8, #w-node-fbaa51d8-4d87-b063-eeb7-ee0a7520a038-1eef3dc8 {
  align-self: center;
}

#w-node-f97aa605-a559-0531-0a30-b2e439d59208-699e24ba {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ff24a235-c006-ae6b-8a64-6ecdcfb6ef1b-699e24ba {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453e9d-699e24ba, #w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453ea0-699e24ba, #w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453ea3-699e24ba, #w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453ea6-699e24ba {
  justify-self: start;
}

#w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453e9b-699e24ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_913c938d-378e-3336-6224-657375b3d2eb-699e24ba, #w-node-_913c938d-378e-3336-6224-657375b3d2ee-699e24ba {
  justify-self: start;
}

#w-node-d35063cf-7f41-0cd4-651a-f7f4fa7128d4-699e24ba {
  grid-area: span 1 / span 10 / span 1 / span 10;
  align-self: center;
}

#w-node-_89c2742b-8969-0d98-1d2c-a982939384bc-699e24ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59efeefb-8483-22fe-3609-b62c5aecf0ea-f1ef3dd2 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_488a3cc0-4e5a-5d0b-ff5a-f45a6efa7c4e-f1ef3dd2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dcba749c-416f-c467-eb37-528964abd815-f1ef3dd2, #w-node-acba6d1a-8c3d-47ad-f536-b7154502bf20-f1ef3dd2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8c6c817e-ae3f-ecff-29de-6b26a178e7fc-76ef3dd6, #w-node-_8c6c817e-ae3f-ecff-29de-6b26a178e800-76ef3dd6, #w-node-_965221de-66e1-638e-a3a0-0dc1de0872e0-87ef3dd7 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_115b6b59-8758-d644-7896-d39a24bd8310-87ef3dd7 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-_23a27d4d-9fc8-6080-2f0e-5655796208c5-87ef3dd7 {
  grid-area: 1 / 3 / 2 / 7;
  align-self: stretch;
}

#w-node-_926fc6c0-a3f5-0a27-29c2-0701c48da864-87ef3dd7 {
  grid-area: 1 / 7 / 2 / 11;
  align-self: start;
}

#w-node-_9eec4482-4444-31d3-faf3-d7f2bfd1b17e-22ef3dd8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_01bd3ad0-c8c0-0cee-b5f8-cb2e3d73e3f6-22ef3dd8, #w-node-b8b9c403-b708-4ddc-6837-383d753fb2cc-22ef3dd8 {
  align-self: center;
}

#w-node-a3e17587-0206-0b6c-d129-759cce3bccd4-22ef3dd8 {
  justify-self: start;
}

#w-node-_9867b87d-5a45-dba4-cba0-82e6107c8644-22ef3dd8 {
  align-self: center;
}

#w-node-_5433ba5d-c03a-76b8-f7b2-271b921deb9f-22ef3dd8 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_5c13c1cd-b330-3407-9950-a787450a8e2b-22ef3dd8, #w-node-_45c0e8a4-2493-827f-a6d5-6d2eb805616e-22ef3dd8 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_2b0fedc3-4a85-6ad1-8c03-af90be6e5994-22ef3dd8 {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_1eeff5e7-37f2-2ab6-2b49-b15fd95add00-80ef3dd9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ffc8934e-92e8-59b4-076e-adef74e1439c-80ef3dd9 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: start;
}

#w-node-ecf1b491-0665-8cf6-3435-75b56a604234-80ef3dd9 {
  align-self: center;
}

#w-node-_602be129-5c37-cc03-8beb-ac13de38b4e6-80ef3dd9 {
  align-self: stretch;
}

#w-node-_7f18f897-ee80-2422-daf3-aecea04fdfcb-72ef3dda, #w-node-_3ff33a99-0475-2dbd-67c4-b09848919f1b-72ef3dda, #w-node-_99b4241e-0b55-62e2-8fcf-4bdac8c009b9-72ef3dda, #w-node-_99b4241e-0b55-62e2-8fcf-4bdac8c009bb-72ef3dda {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0677f310-ab10-6450-3d91-a815e4873959-72ef3dda {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8ac64f8-5499-3b2b-70cd-f9f79eb7595d-72ef3dda, #w-node-_50d5c221-c813-44e4-a640-73f92e99e458-72ef3dda {
  grid-column: span 2 / span 2;
}

#w-node-e5913e41-b58c-ba1b-7068-289a74a6e64c-72ef3dda, #w-node-e5913e41-b58c-ba1b-7068-289a74a6e64f-72ef3dda, #w-node-_3d754384-cf0d-a51f-0fc8-ebc0896554c0-72ef3dda {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5e90aaea-5a78-0cf7-c587-95cee4dba4e1-2def3ddb {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5e90aaea-5a78-0cf7-c587-95cee4dba4e5-2def3ddb {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5e90aaea-5a78-0cf7-c587-95cee4dba4e7-2def3ddb {
  align-self: stretch;
}

#w-node-_40ff7c44-b42b-bfc4-c72c-15949fc38d07-f9ef3e06, #w-node-_1d85df8b-3971-d6c1-ae88-243623230aa7-f9ef3e06 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_1d85df8b-3971-d6c1-ae88-243623230aa9-f9ef3e06 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_1d85df8b-3971-d6c1-ae88-243623230aaa-f9ef3e06 {
  place-self: start center;
}

#w-node-_1d85df8b-3971-d6c1-ae88-243623230aac-f9ef3e06 {
  align-self: start;
}

#w-node-_1d85df8b-3971-d6c1-ae88-243623230ab2-f9ef3e06 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_1d85df8b-3971-d6c1-ae88-243623230ab3-f9ef3e06 {
  justify-self: center;
}

#w-node-_1d85df8b-3971-d6c1-ae88-243623230ab5-f9ef3e06 {
  align-self: start;
}

#w-node-_1d85df8b-3971-d6c1-ae88-243623230abb-f9ef3e06 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_1d85df8b-3971-d6c1-ae88-243623230abc-f9ef3e06 {
  justify-self: center;
}

#w-node-f5d93025-da04-acce-ff45-bf8bca90b659-f9ef3e06 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-f5d93025-da04-acce-ff45-bf8bca90b660-f9ef3e06, #w-node-f5d93025-da04-acce-ff45-bf8bca90b663-f9ef3e06, #w-node-f5d93025-da04-acce-ff45-bf8bca90b66b-f9ef3e06, #w-node-f5d93025-da04-acce-ff45-bf8bca90b66e-f9ef3e06, #w-node-_6804a01e-3f45-febd-3a7f-dfdaf57882d7-f9ef3e06, #w-node-_6804a01e-3f45-febd-3a7f-dfdaf57882da-f9ef3e06, #w-node-_9432d41d-9d4c-a711-e624-790e4fd5cbd2-f9ef3e06, #w-node-_9432d41d-9d4c-a711-e624-790e4fd5cbd5-f9ef3e06, #w-node-_27db192f-0386-bd8d-8df9-f21431ada41e-f9ef3e06, #w-node-_27db192f-0386-bd8d-8df9-f21431ada421-f9ef3e06, #w-node-c3f28cdb-7207-c490-86e0-b3e14905c91c-f9ef3e06, #w-node-c3f28cdb-7207-c490-86e0-b3e14905c91f-f9ef3e06, #w-node-_5ca4aec1-5820-0d6f-495c-7de431787631-f9ef3e06, #w-node-_5ca4aec1-5820-0d6f-495c-7de431787634-f9ef3e06, #w-node-_509b08ae-a344-0224-2743-18338537d4ae-f9ef3e06, #w-node-_509b08ae-a344-0224-2743-18338537d4b1-f9ef3e06, #w-node-efc73f95-029d-366c-a7ef-63a2a56adec7-f9ef3e06, #w-node-efc73f95-029d-366c-a7ef-63a2a56adeca-f9ef3e06, #w-node-_756a30ab-af6d-749d-1740-170bfbb4da5a-f9ef3e06, #w-node-_756a30ab-af6d-749d-1740-170bfbb4da5d-f9ef3e06, #w-node-_6262ecb6-f7e7-a440-94d7-a960d4887ca9-f9ef3e06, #w-node-_6262ecb6-f7e7-a440-94d7-a960d4887cac-f9ef3e06, #w-node-f5d93025-da04-acce-ff45-bf8bca90b676-f9ef3e06, #w-node-f5d93025-da04-acce-ff45-bf8bca90b679-f9ef3e06 {
  align-self: center;
}

#w-node-f5d93025-da04-acce-ff45-bf8bca90b67f-f9ef3e06 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2673ac9e-5895-9fb2-a5b6-9070a56a0fd9-f9ef3e06 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_2673ac9e-5895-9fb2-a5b6-9070a56a0fdd-f9ef3e06 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-_1d7e3526-0cdf-ec6a-2e3c-d4a1828aabeb-ffef3e1a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-fccc744a-8863-8cf3-cb59-ad00d6a49c02-ffef3e1a {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_417e3758-4e62-9954-a208-b2f9c86904d6-ffef3e1a, #w-node-df1b0e7d-d627-be4a-d82a-3195351673e0-ffef3e1a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d65a3aaa-f84a-a5d6-8fd7-9103b5c09a53-ffef3e1a {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-edd94d5a-6e8b-53d4-a129-af3a9c962f56-ffef3e1a {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-edd94d5a-6e8b-53d4-a129-af3a9c962f57-ffef3e1a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_16a17edf-cf66-c224-b6e4-915dc88db351-ffef3e1a {
  grid-area: 4 / 2 / 5 / 12;
}

#w-node-_16a17edf-cf66-c224-b6e4-915dc88db352-ffef3e1a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f90e5511-cdf6-51ab-f257-53e6166982cc-ffef3e1a {
  grid-area: 5 / 2 / 6 / 12;
}

#w-node-f90e5511-cdf6-51ab-f257-53e6166982cf-ffef3e1a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f8d07de8-c793-8a17-3c6e-67db9c31f7fb-ffef3e1a {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-b40555fe-8e41-e083-6f8a-707ac851904f-ffef3e1a, #w-node-e190dd33-d8e1-aa8d-cdce-f592bf2c52be-ffef3e1a, #w-node-_6fad41bc-a1f7-537a-f3fc-b94c934d27a2-4bef3e38 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_4cd83414-7b14-ce89-5c1e-3d8bc95988d9-4bef3e38 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_4cd83414-7b14-ce89-5c1e-3d8bc95988e2-4bef3e38 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-f9ab9bd7-dc1d-5cc7-b1c2-1f8b530fe8fa-4bef3e38, #w-node-f9ab9bd7-dc1d-5cc7-b1c2-1f8b530fe904-4bef3e38, #w-node-f9ab9bd7-dc1d-5cc7-b1c2-1f8b530fe90d-4bef3e38 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d3856725-0050-ced8-e22f-5864ccad9084-4bef3e38, #w-node-aafcd326-2c0d-5e35-fc91-4a54575a6cad-4bef3e38, #w-node-c83ba8cd-06b9-4438-1382-87a248f80171-4bef3e38 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c83ba8cd-06b9-4438-1382-87a248f80183-4bef3e38 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c83ba8cd-06b9-4438-1382-87a248f80186-4bef3e38, #w-node-c83ba8cd-06b9-4438-1382-87a248f80189-4bef3e38 {
  order: -9999;
}

#w-node-c83ba8cd-06b9-4438-1382-87a248f80178-4bef3e38 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c83ba8cd-06b9-4438-1382-87a248f8017a-4bef3e38, #w-node-c83ba8cd-06b9-4438-1382-87a248f8017d-4bef3e38 {
  order: -9999;
}

#w-node-c83ba8cd-06b9-4438-1382-87a248f8018e-4bef3e38, #w-node-_9b4f5dd1-2df3-c8de-3923-a2d4b2f37d9d-4bef3e38 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_3dbf1305-9158-d5f2-949c-025795f91b71-4bef3e38, #w-node-_3dbf1305-9158-d5f2-949c-025795f91b7b-4bef3e38, #w-node-_3dbf1305-9158-d5f2-949c-025795f91b85-4bef3e38 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_32de30e7-f4bd-34c3-b4a8-d4c6608d28ac-4bef3e38 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_32de30e7-f4bd-34c3-b4a8-d4c6608d28b0-4bef3e38, #w-node-_32de30e7-f4bd-34c3-b4a8-d4c6608d28bb-4bef3e38, #w-node-_32de30e7-f4bd-34c3-b4a8-d4c6608d28bf-4bef3e38, #w-node-_32de30e7-f4bd-34c3-b4a8-d4c6608d28c1-4bef3e38, #w-node-_32de30e7-f4bd-34c3-b4a8-d4c6608d28ce-4bef3e38, #w-node-_32de30e7-f4bd-34c3-b4a8-d4c6608d28d9-4bef3e38 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2e1b0b65-3611-7e11-8f49-3bc38b0866f1-4bef3e38, #w-node-c0ca210d-1348-4aa4-93f6-62f8e4746606-bcef3e78 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8d920393-823c-5d64-fa1c-b101318a8210-bcef3e78 {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_6fa96486-9efb-8962-edf9-cb4f0738dc56-2ed464e4, #w-node-_972dbc8b-d009-13fe-6821-11776dbff6e0-2ed464e4, #w-node-_6fa96486-9efb-8962-edf9-cb4f0738dc56-d40ecdb7, #w-node-e3e283ad-b33c-29e4-ba61-7800f728bde2-d40ecdb7 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-_04d73f0b-957e-a655-8898-3b137e965a3b-9b02ef28, #w-node-ade2a51c-88f0-b13d-907a-98d2b2223559-9b02ef28, #w-node-ade2a51c-88f0-b13d-907a-98d2b222355a-9b02ef28 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-ade2a51c-88f0-b13d-907a-98d2b222355c-9b02ef28 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-ade2a51c-88f0-b13d-907a-98d2b2223560-9b02ef28 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-c2dfd6a8-082e-f829-375d-7b1590e975d8-9b02ef28 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2dfd6a8-082e-f829-375d-7b1590e975d9-9b02ef28, #w-node-c2dfd6a8-082e-f829-375d-7b1590e975e1-9b02ef28 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c2dfd6a8-082e-f829-375d-7b1590e975e9-9b02ef28 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2dfd6a8-082e-f829-375d-7b1590e975ea-9b02ef28, #w-node-c2dfd6a8-082e-f829-375d-7b1590e975f2-9b02ef28 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_45b9d33b-edd3-2bba-6d85-81ead348318e-9b02ef28 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: stretch;
}

#w-node-_45b9d33b-edd3-2bba-6d85-81ead3483190-9b02ef28 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e334-9b02ef28 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e336-9b02ef28, #w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e338-9b02ef28 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e34b-9b02ef28 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e352-9b02ef28, #w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e355-9b02ef28, #w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e35d-9b02ef28, #w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e360-9b02ef28, #w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e368-9b02ef28, #w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e36b-9b02ef28 {
  align-self: center;
}

#w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e371-9b02ef28 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e373-9b02ef28, #w-node-_3e670580-f1b9-6787-ce2a-f0c7c1c96ced-9b02ef28, #w-node-_3e670580-f1b9-6787-ce2a-f0c7c1c96cf7-9b02ef28, #w-node-_3e670580-f1b9-6787-ce2a-f0c7c1c96d01-9b02ef28 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ff5e5f7b-fe35-b9bb-30df-16afaee43554-9b02ef28 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-ff5e5f7b-fe35-b9bb-30df-16afaee4355a-9b02ef28 {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-b248b46d-ce16-066f-8565-efd4a42f6680-9b02ef28, #w-node-b248b46d-ce16-066f-8565-efd4a42f6686-9b02ef28 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (max-width: 991px) {
  #w-node-_134af08d-483f-5b3b-dfbd-3c2e50f64402-1eef3dc8, #w-node-_134af08d-483f-5b3b-dfbd-3c2e50f64415-1eef3dc8 {
    grid-column: span 6 / span 6;
  }

  #w-node-_4f94f603-540a-3b91-84fe-d0373a458a7b-1eef3dc8 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-d35063cf-7f41-0cd4-651a-f7f4fa7128d4-699e24ba, #w-node-_89c2742b-8969-0d98-1d2c-a982939384bc-699e24ba {
    grid-column: span 6 / span 6;
  }

  #w-node-_8c6c817e-ae3f-ecff-29de-6b26a178e7fc-76ef3dd6 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_23a27d4d-9fc8-6080-2f0e-5655796208c5-87ef3dd7, #w-node-_926fc6c0-a3f5-0a27-29c2-0701c48da864-87ef3dd7 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_2b0fedc3-4a85-6ad1-8c03-af90be6e5994-22ef3dd8 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-f5d93025-da04-acce-ff45-bf8bca90b659-f9ef3e06 {
    grid-column: span 6 / span 6;
  }

  #w-node-_2673ac9e-5895-9fb2-a5b6-9070a56a0fdd-f9ef3e06 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6fad41bc-a1f7-537a-f3fc-b94c934d27a2-4bef3e38 {
    grid-column: span 12 / span 12;
  }

  #w-node-_8d920393-823c-5d64-fa1c-b101318a8210-bcef3e78 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-ade2a51c-88f0-b13d-907a-98d2b2223560-9b02ef28 {
    grid-column-start: 7;
  }

  #w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e338-9b02ef28, #w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e34b-9b02ef28 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_094b5eab-e16e-880e-6e6b-7efea10d2d9e-1eef3dc8, #w-node-_134af08d-483f-5b3b-dfbd-3c2e50f643fe-1eef3dc8, #w-node-_134af08d-483f-5b3b-dfbd-3c2e50f64400-1eef3dc8, #w-node-_134af08d-483f-5b3b-dfbd-3c2e50f64402-1eef3dc8, #w-node-_134af08d-483f-5b3b-dfbd-3c2e50f64415-1eef3dc8, #w-node-_134af08d-483f-5b3b-dfbd-3c2e50f64438-1eef3dc8, #w-node-_134af08d-483f-5b3b-dfbd-3c2e50f6443a-1eef3dc8, #w-node-_0be01b11-4aaa-446d-44be-76655bb6c445-1eef3dc8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4f94f603-540a-3b91-84fe-d0373a458a7b-1eef3dc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f97aa605-a559-0531-0a30-b2e439d59208-699e24ba, #w-node-ff24a235-c006-ae6b-8a64-6ecdcfb6ef1b-699e24ba, #w-node-ccd2787b-4cd0-e1cd-a611-4eaa9a453e9b-699e24ba {
    grid-column: span 1 / span 1;
  }

  #w-node-d35063cf-7f41-0cd4-651a-f7f4fa7128d4-699e24ba, #w-node-_89c2742b-8969-0d98-1d2c-a982939384bc-699e24ba {
    grid-column: span 1 / span 1;
    justify-self: start;
  }

  #w-node-_59efeefb-8483-22fe-3609-b62c5aecf0ea-f1ef3dd2, #w-node-_488a3cc0-4e5a-5d0b-ff5a-f45a6efa7c4e-f1ef3dd2, #w-node-dcba749c-416f-c467-eb37-528964abd815-f1ef3dd2, #w-node-acba6d1a-8c3d-47ad-f536-b7154502bf20-f1ef3dd2, #w-node-_8c6c817e-ae3f-ecff-29de-6b26a178e7fc-76ef3dd6, #w-node-_8c6c817e-ae3f-ecff-29de-6b26a178e800-76ef3dd6, #w-node-_965221de-66e1-638e-a3a0-0dc1de0872e0-87ef3dd7, #w-node-_115b6b59-8758-d644-7896-d39a24bd8310-87ef3dd7, #w-node-_23a27d4d-9fc8-6080-2f0e-5655796208c5-87ef3dd7, #w-node-_926fc6c0-a3f5-0a27-29c2-0701c48da864-87ef3dd7, #w-node-_9eec4482-4444-31d3-faf3-d7f2bfd1b17e-22ef3dd8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5433ba5d-c03a-76b8-f7b2-271b921deb9f-22ef3dd8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5c13c1cd-b330-3407-9950-a787450a8e2b-22ef3dd8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_45c0e8a4-2493-827f-a6d5-6d2eb805616e-22ef3dd8, #w-node-_2b0fedc3-4a85-6ad1-8c03-af90be6e5994-22ef3dd8, #w-node-_1eeff5e7-37f2-2ab6-2b49-b15fd95add00-80ef3dd9, #w-node-ffc8934e-92e8-59b4-076e-adef74e1439c-80ef3dd9, #w-node-_602be129-5c37-cc03-8beb-ac13de38b4e4-80ef3dd9, #w-node-_7f18f897-ee80-2422-daf3-aecea04fdfcb-72ef3dda, #w-node-_3ff33a99-0475-2dbd-67c4-b09848919f1b-72ef3dda, #w-node-_99b4241e-0b55-62e2-8fcf-4bdac8c009b9-72ef3dda, #w-node-_99b4241e-0b55-62e2-8fcf-4bdac8c009bb-72ef3dda, #w-node-_0677f310-ab10-6450-3d91-a815e4873959-72ef3dda, #w-node-b8ac64f8-5499-3b2b-70cd-f9f79eb7595d-72ef3dda, #w-node-_50d5c221-c813-44e4-a640-73f92e99e458-72ef3dda, #w-node-_1e5e7c4d-0645-7fd0-b1d9-6261368e52e3-72ef3dda, #w-node-ce5fb45e-02e4-469c-4308-a2f09b566b55-72ef3dda, #w-node-f8d79d8b-1669-290d-113f-5f1ad4e64e5e-72ef3dda, #w-node-_86e36c7d-bec2-fc61-ddf3-03f141016a71-72ef3dda, #w-node-e5913e41-b58c-ba1b-7068-289a74a6e64c-72ef3dda, #w-node-e5913e41-b58c-ba1b-7068-289a74a6e64f-72ef3dda, #w-node-_3d754384-cf0d-a51f-0fc8-ebc0896554c0-72ef3dda, #w-node-_5e90aaea-5a78-0cf7-c587-95cee4dba4e1-2def3ddb, #w-node-_5e90aaea-5a78-0cf7-c587-95cee4dba4e5-2def3ddb, #w-node-_40ff7c44-b42b-bfc4-c72c-15949fc38d07-f9ef3e06, #w-node-_1d85df8b-3971-d6c1-ae88-243623230aa7-f9ef3e06, #w-node-_1d85df8b-3971-d6c1-ae88-243623230aa9-f9ef3e06, #w-node-_1d85df8b-3971-d6c1-ae88-243623230ab2-f9ef3e06, #w-node-_1d85df8b-3971-d6c1-ae88-243623230abb-f9ef3e06, #w-node-f5d93025-da04-acce-ff45-bf8bca90b659-f9ef3e06, #w-node-f5d93025-da04-acce-ff45-bf8bca90b67f-f9ef3e06, #w-node-_2673ac9e-5895-9fb2-a5b6-9070a56a0fd9-f9ef3e06, #w-node-_2673ac9e-5895-9fb2-a5b6-9070a56a0fdd-f9ef3e06 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1d7e3526-0cdf-ec6a-2e3c-d4a1828aabeb-ffef3e1a {
    grid-column: span 2 / span 2;
  }

  #w-node-fccc744a-8863-8cf3-cb59-ad00d6a49c02-ffef3e1a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_417e3758-4e62-9954-a208-b2f9c86904d6-ffef3e1a, #w-node-df1b0e7d-d627-be4a-d82a-3195351673e0-ffef3e1a {
    grid-column: span 1 / span 1;
  }

  #w-node-d65a3aaa-f84a-a5d6-8fd7-9103b5c09a53-ffef3e1a {
    grid-column: span 2 / span 2;
  }

  #w-node-edd94d5a-6e8b-53d4-a129-af3a9c962f56-ffef3e1a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-edd94d5a-6e8b-53d4-a129-af3a9c962f57-ffef3e1a {
    grid-column: span 1 / span 1;
  }

  #w-node-_16a17edf-cf66-c224-b6e4-915dc88db351-ffef3e1a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_16a17edf-cf66-c224-b6e4-915dc88db352-ffef3e1a {
    grid-column: span 1 / span 1;
  }

  #w-node-f90e5511-cdf6-51ab-f257-53e6166982cc-ffef3e1a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f90e5511-cdf6-51ab-f257-53e6166982cf-ffef3e1a {
    grid-column: span 1 / span 1;
  }

  #w-node-f8d07de8-c793-8a17-3c6e-67db9c31f7fb-ffef3e1a {
    grid-column: span 2 / span 2;
  }

  #w-node-b40555fe-8e41-e083-6f8a-707ac851904f-ffef3e1a, #w-node-e190dd33-d8e1-aa8d-cdce-f592bf2c52be-ffef3e1a, #w-node-_6fad41bc-a1f7-537a-f3fc-b94c934d27a2-4bef3e38, #w-node-_4cd83414-7b14-ce89-5c1e-3d8bc95988d9-4bef3e38, #w-node-_4cd83414-7b14-ce89-5c1e-3d8bc95988e2-4bef3e38, #w-node-f9ab9bd7-dc1d-5cc7-b1c2-1f8b530fe8fa-4bef3e38, #w-node-f9ab9bd7-dc1d-5cc7-b1c2-1f8b530fe904-4bef3e38, #w-node-f9ab9bd7-dc1d-5cc7-b1c2-1f8b530fe90d-4bef3e38, #w-node-d3856725-0050-ced8-e22f-5864ccad9084-4bef3e38, #w-node-aafcd326-2c0d-5e35-fc91-4a54575a6cad-4bef3e38, #w-node-c83ba8cd-06b9-4438-1382-87a248f80171-4bef3e38, #w-node-c83ba8cd-06b9-4438-1382-87a248f80183-4bef3e38, #w-node-c83ba8cd-06b9-4438-1382-87a248f80178-4bef3e38, #w-node-c83ba8cd-06b9-4438-1382-87a248f8018e-4bef3e38, #w-node-_9b4f5dd1-2df3-c8de-3923-a2d4b2f37d9d-4bef3e38, #w-node-_3dbf1305-9158-d5f2-949c-025795f91b71-4bef3e38, #w-node-_3dbf1305-9158-d5f2-949c-025795f91b7b-4bef3e38, #w-node-_3dbf1305-9158-d5f2-949c-025795f91b85-4bef3e38, #w-node-_32de30e7-f4bd-34c3-b4a8-d4c6608d28ac-4bef3e38, #w-node-_32de30e7-f4bd-34c3-b4a8-d4c6608d28b0-4bef3e38, #w-node-_32de30e7-f4bd-34c3-b4a8-d4c6608d28bb-4bef3e38, #w-node-_32de30e7-f4bd-34c3-b4a8-d4c6608d28bf-4bef3e38, #w-node-_32de30e7-f4bd-34c3-b4a8-d4c6608d28c1-4bef3e38, #w-node-_32de30e7-f4bd-34c3-b4a8-d4c6608d28ce-4bef3e38, #w-node-_32de30e7-f4bd-34c3-b4a8-d4c6608d28d9-4bef3e38, #w-node-_2e1b0b65-3611-7e11-8f49-3bc38b0866f1-4bef3e38, #w-node-c0ca210d-1348-4aa4-93f6-62f8e4746606-bcef3e78, #w-node-_8d920393-823c-5d64-fa1c-b101318a8210-bcef3e78, #w-node-_6fa96486-9efb-8962-edf9-cb4f0738dc56-2ed464e4, #w-node-_972dbc8b-d009-13fe-6821-11776dbff6e0-2ed464e4, #w-node-_6fa96486-9efb-8962-edf9-cb4f0738dc56-d40ecdb7, #w-node-e3e283ad-b33c-29e4-ba61-7800f728bde2-d40ecdb7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_04d73f0b-957e-a655-8898-3b137e965a3b-9b02ef28 {
    grid-column: span 12 / span 12;
  }

  #w-node-ade2a51c-88f0-b13d-907a-98d2b222355a-9b02ef28 {
    grid-column: span 1 / span 1;
  }

  #w-node-ade2a51c-88f0-b13d-907a-98d2b222355c-9b02ef28, #w-node-ade2a51c-88f0-b13d-907a-98d2b2223560-9b02ef28 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2dfd6a8-082e-f829-375d-7b1590e975d8-9b02ef28 {
    grid-column: span 12 / span 12;
  }

  #w-node-c2dfd6a8-082e-f829-375d-7b1590e975d9-9b02ef28, #w-node-c2dfd6a8-082e-f829-375d-7b1590e975e1-9b02ef28 {
    grid-column: span 1 / span 1;
  }

  #w-node-c2dfd6a8-082e-f829-375d-7b1590e975e9-9b02ef28, #w-node-c2dfd6a8-082e-f829-375d-7b1590e975ea-9b02ef28, #w-node-c2dfd6a8-082e-f829-375d-7b1590e975f2-9b02ef28 {
    grid-column: span 12 / span 12;
  }

  #w-node-_45b9d33b-edd3-2bba-6d85-81ead348318e-9b02ef28, #w-node-_45b9d33b-edd3-2bba-6d85-81ead3483190-9b02ef28 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e334-9b02ef28, #w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e336-9b02ef28, #w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e338-9b02ef28, #w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e34b-9b02ef28, #w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e371-9b02ef28, #w-node-_59ea1aed-db9d-3dc9-59a4-cdfcd409e373-9b02ef28, #w-node-_3e670580-f1b9-6787-ce2a-f0c7c1c96ced-9b02ef28, #w-node-_3e670580-f1b9-6787-ce2a-f0c7c1c96cf7-9b02ef28, #w-node-_3e670580-f1b9-6787-ce2a-f0c7c1c96d01-9b02ef28, #w-node-ff5e5f7b-fe35-b9bb-30df-16afaee43554-9b02ef28, #w-node-ff5e5f7b-fe35-b9bb-30df-16afaee4355a-9b02ef28, #w-node-b248b46d-ce16-066f-8565-efd4a42f6680-9b02ef28, #w-node-b248b46d-ce16-066f-8565-efd4a42f6686-9b02ef28 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_972dbc8b-d009-13fe-6821-11776dbff6e0-2ed464e4 {
    justify-self: start;
  }

  #w-node-c2dfd6a8-082e-f829-375d-7b1590e975f2-9b02ef28 {
    grid-column: span 12 / span 12;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}