@font-face {
  font-family: Griggs Variable;
  src: url('../fonts/Griggs-Variable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Intertight Variablefont Wght;
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #121212;
  --side-desktop: 72px;
  --border-width: 1px;
  --border-dark: #f0eae040;
  --side-mobile: 16px;
  --foreground: #f0eae0;
  --gap-mobile: 64px;
  --nav-padding: 48px;
  --nav-logo-height-desktop: 56px;
  --nav-logo-height-mobile: 36px;
  --max-width-a: 1200px;
  --bone: #f0eae0;
  --border-light: #121212b3;
  --black: #0000;
  --char: #121212;
  --white: white;
  --title-focus-spacing: -8px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: none;
}

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

.nav {
  background-color: var(--background);
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
}

.section {
  margin: 44px var(--side-desktop) -1px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: var(--border-width) solid var(--border-dark);
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.title {
  color: var(--foreground);
  text-align: center;
  text-wrap: balance;
  font-family: Intertight Variablefont Wght, sans-serif;
  font-size: 10vw;
  line-height: 11vw;
}

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

.content {
  color: var(--foreground);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

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

.content.small {
  opacity: .3;
}

.content.section {
  float: none;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: row;
  margin-top: 17px;
  margin-bottom: 79px;
  padding-bottom: 50px;
  font-size: 16px;
  display: flex;
  position: static;
}

.hero-stack {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 1200px;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
}

.hero {
  margin-right: var(--side-desktop);
  margin-left: var(--side-desktop);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: var(--border-width) solid var(--border-dark);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.subheading {
  color: var(--foreground);
  font-variation-settings: "wght" 350, "slnt" -2, "SERF" 1, "GRAD" 0, "SS01" 0, "SS02" 0;
  text-align: center;
  margin-top: 101px;
  margin-bottom: 10px;
  font-family: Griggs Variable, sans-serif;
}

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

.nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-row {
  margin-right: var(--side-desktop);
  margin-left: var(--side-desktop);
  padding-top: var(--nav-padding);
  padding-bottom: var(--nav-padding);
  border-bottom: var(--border-width) solid var(--border-dark);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
}

.logo-door {
  height: 100%;
}

.nav-link {
  color: var(--foreground);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: none;
}

.nav-logo {
  height: var(--nav-logo-height-desktop);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.cta-btn {
  border: 2px solid var(--foreground);
  background-color: var(--background);
  color: var(--foreground);
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

._2-col {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

._2-col.mid {
  grid-template-columns: 1fr 1fr;
}

._2-col.right {
  grid-template-columns: 1fr 2fr;
}

.title-content-stack {
  z-index: 3;
  flex-flow: column;
  padding-top: 256px;
  padding-bottom: 24px;
  padding-right: 72px;
  display: flex;
  position: relative;
}

.title-content-stack.right {
  align-items: flex-start;
  padding-left: 72px;
  padding-right: 0;
}

.image-stack {
  z-index: 2;
  border-left: var(--border-width) solid var(--border-dark);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.image-stack.right {
  border-right: var(--border-width) solid var(--border-dark);
  border-left-style: none;
}

.image-stack.center {
  border-left-style: none;
  justify-content: center;
  align-items: center;
}

.feature {
  max-width: var(--max-width-a);
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template: "Area Area Area" 80px
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 128px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 128px;
  display: grid;
}

.feature-stack {
  border-right-width: 2px;
  border-right-color: var(--foreground);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.feature-col {
  display: flex;
}

.feature-divider {
  width: var(--border-width);
  padding-right: var(--border-width);
  background-color: var(--border-dark);
  margin-top: 48px;
  margin-bottom: 24px;
}

.feature-divider-mobile {
  height: var(--border-width);
  padding-top: var(--border-width);
  background-color: var(--border-dark);
  margin-left: 48px;
  margin-right: 48px;
  display: none;
}

.small-btn {
  background-color: var(--background);
  opacity: 1;
  color: var(--foreground);
  cursor: pointer;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  overflow: hidden;
}

.small-btn.v {
  opacity: .97;
}

.small-icon {
  font-size: 20px;
  line-height: 20px;
}

.small-icon.d {
  flex: 0 auto;
}

.l-d-btn-icon-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform-origin: 50% 28px;
  flex-flow: column;
  width: 20px;
  height: 20px;
  display: flex;
}

.image-overlay {
  position: absolute;
}

.image-overlay.overlay {
  opacity: .85;
  mix-blend-mode: overlay;
  width: 100%;
}

.image-overlay.lighten {
  mix-blend-mode: lighten;
  width: 100%;
}

.image-overlay.standout {
  max-width: none;
  height: 100%;
}

.image-overlay.standout.right {
  inset: auto 0% 0% auto;
}

.image-overlay.hard {
  mix-blend-mode: hard-light;
}

.image-overlay.full {
  height: 100%;
}

.image-overlay.full.l {
  display: none;
}

.overlay-image-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.overlay-image-container-overlay {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-overlay-base {
  position: absolute;
}

.image-overlay-base.overlay {
  opacity: .85;
  mix-blend-mode: overlay;
  width: 100%;
  position: static;
}

.image-overlay-base.lighten {
  mix-blend-mode: lighten;
  width: 100%;
  position: static;
}

.standouot-image-container {
  margin-left: -10%;
  position: relative;
}

.div-block {
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.left-door {
  background-color: var(--foreground);
  transform-origin: 100%;
  transform-style: preserve-3d;
  width: 50px;
  height: 200px;
  transform: rotateX(0)rotateY(30deg)rotateZ(0);
}

.right-door {
  background-color: var(--foreground);
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: 50px;
  height: 200px;
  transform: rotateX(0)rotateY(-30deg)rotateZ(0);
}

.open {
  width: 100px;
  height: 200px;
}

.div-block-2 {
  perspective: 180px;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: perspective(1200px)rotateX(0)rotateY(30deg)rotateZ(0);
}

.div-block-3 {
  background-color: var(--background);
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-left: 2px;
  position: absolute;
}

.div-block-3-copy {
  background-color: var(--background);
  width: 2px;
  height: 100%;
  margin-top: 2px;
  margin-left: 2px;
  position: absolute;
}

.div-block-3-copy2 {
  background-color: var(--background);
  width: 100%;
  height: 2px;
  margin-top: 99px;
  margin-left: 2px;
  position: absolute;
}

.div-block-4 {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--background);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--background);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--background);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--background);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: 2px;
  position: absolute;
}

.door-base {
  width: 100%;
  height: 100%;
  position: absolute;
}

.door-base-flip {
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-5 {
  backface-visibility: hidden;
}

.logo-text {
  height: 78%;
  margin-top: 4px;
}

.language-btn-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform-origin: 50% 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 20px;
  height: 20px;
  display: flex;
}

.language-btn-container.c {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  height: 36px;
  display: flex;
}

.footer-logo.l {
  display: none;
}

.footer-logo-text {
  height: 78%;
  margin-top: 4px;
}

.footer-logo-door {
  height: 100%;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-container {
  margin-right: var(--side-desktop);
  margin-left: var(--side-desktop);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: var(--border-width) solid var(--border-dark);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.footer-logo-partner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  height: 90px;
}

.footer-logo-partner.l {
  display: none;
}

.footer-logo-partner.s {
  height: 55px;
}

.footer-logo-partner.ss {
  height: 70px;
}

.footer-logo-partner.m {
  margin-right: 8px;
}

.footer-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.primary-btn {
  border: 2px solid var(--foreground);
  background-color: var(--background);
  color: var(--foreground);
  border-radius: 24px;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.image {
  margin-top: 4px;
  margin-left: 303px;
}

.body-2 {
  background-color: var(--background);
  display: block;
}

.footer-sponsors {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.language-icon {
  font-size: 20px;
  line-height: 20px;
}

.language-icon.d {
  flex: 0 auto;
}

.app-icon {
  border-radius: 8px;
  width: 80px;
  height: 80px;
}

.app-icon._2 {
  width: 200px;
  height: auto;
}

.language-btn-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background);
  transform-origin: 50% 28px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.language-btn-menu.c {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.lang-en {
  border-right: 1px solid var(--foreground);
  color: var(--foreground);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 40px;
  padding-right: 0;
  display: flex;
}

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

.lang-it, .lang-es, .lang-pt {
  border-right: 1px solid var(--foreground);
  color: var(--foreground);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 40px;
  padding-right: 0;
  display: flex;
}

.lang-fr {
  color: var(--foreground);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 40px;
  padding-right: 0;
  display: flex;
}

.button {
  border: 2px solid var(--bone);
  background-color: var(--border-light);
  color: var(--bone);
  text-align: center;
  border-radius: 24px;
  margin-top: 16px;
  margin-bottom: 100px;
  padding: 16px 36px;
  font-family: Intertight Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.icon-grid {
  max-width: var(--max-width-a);
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template: "Area Area Area" 80px
  / 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 128px;
  display: grid;
}

.paragraph {
  color: #fff;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 800px;
  display: block;
}

.paragraph-2 {
  background-color: var(--black);
  color: var(--foreground);
  border: 1px solid #1b1b1b03;
}

.div-block-6 {
  z-index: 25;
  background-color: var(--background);
  color: #3330;
  border-right: 0 solid #000;
  border-radius: 0;
  width: 100vw;
  height: 100vh;
  padding-right: 0;
  display: block;
  position: fixed;
}

.div-block-7 {
  background-color: var(--char);
  border-radius: 19px;
  width: 1120px;
  height: 600px;
  margin: auto;
  padding: 16px 59px;
  position: absolute;
  inset: 0;
}

.heading {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.div-block-8 {
  margin-top: 15px;
  margin-right: 13px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-2 {
  background-color: var(--bone);
  opacity: 1;
  color: #000;
  padding-top: 8px;
}

.field-label {
  color: var(--foreground);
}

.radio-button-field, .radio-button-field-2, .radio-button-label {
  color: var(--bone);
}

.section-3 {
  border-bottom: 1px solid var(--foreground);
  text-align: center;
}

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

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

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

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

.heading-2 {
  color: var(--bone);
  text-align: center;
  margin-top: 77px;
  margin-bottom: 19px;
}

.heading-2.subheading {
  color: var(--foreground);
  padding-bottom: 26px;
}

.button-3 {
  float: none;
  clear: none;
  border: 2px solid var(--bone);
  background-color: var(--border-light);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
}

.image-2 {
  padding-bottom: 50px;
}

.div-block-9 {
  text-align: center;
}

.heading-3 {
  color: var(--foreground);
  text-align: center;
  margin-top: 50px;
  font-family: Griggs Variable, sans-serif;
  font-weight: 400;
}

.button-4 {
  text-align: center;
  vertical-align: baseline;
  display: inline-block;
}

.heading-4, .heading-5 {
  color: var(--foreground);
  text-align: center;
  margin-top: 50px;
  font-family: Griggs Variable, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .hero-stack {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .nav-logo {
    height: var(--nav-logo-height-desktop);
  }

  ._2-col.left, ._2-col.mid {
    flex-flow: column;
    display: flex;
  }

  ._2-col.right {
    flex-flow: column-reverse;
    display: flex;
  }

  .title-content-stack {
    padding-top: 64px;
    padding-right: 0;
  }

  .title-content-stack.right {
    padding-left: 0;
  }

  .image-stack {
    border-left-style: none;
  }

  .image-stack.right {
    border-right-style: none;
  }

  .feature {
    grid-template-columns: 1fr;
    grid-template-areas: "Area";
  }

  .feature-col {
    flex-flow: column;
  }

  .feature-divider {
    display: none;
  }

  .feature-divider-mobile {
    display: block;
  }

  .standouot-image-container {
    margin-left: 0%;
  }

  .left-door {
    transform: rotateX(0)rotateY(30deg)rotateZ(0);
  }

  .right-door {
    transform-origin: 0%;
    transform: rotateX(0)rotateY(30deg)rotateZ(0)perspective(120px);
  }

  .footer-logo {
    height: var(--nav-logo-height-desktop);
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .icon-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "Area";
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    border-bottom: var(--border-width) solid var(--border-dark);
    background-color: var(--background);
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 16px;
    display: none;
  }

  .nav-logo {
    height: var(--nav-logo-height-mobile);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .icon {
    color: var(--foreground);
  }

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

  .brand {
    flex: 1;
  }

  .footer-logo {
    height: var(--nav-logo-height-mobile);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-logo-partner {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    margin-right: var(--side-mobile);
    margin-left: var(--side-mobile);
    display: block;
  }

  .title.left {
    font-size: 18vw;
    line-height: 17vw;
  }

  .hero-stack {
    padding-top: var(--gap-mobile);
    padding-bottom: var(--gap-mobile);
  }

  .hero {
    margin-right: var(--side-mobile);
    margin-left: var(--side-mobile);
  }

  .subheading {
    font-size: 24px;
    line-height: 30px;
  }

  .nav-row {
    margin-right: var(--side-mobile);
    margin-left: var(--side-mobile);
  }

  .title-content-stack.right {
    padding-left: 0;
  }

  .feature {
    grid-template-columns: 1fr;
    grid-template-areas: "Area";
  }

  .feature-stack {
    padding-top: 24px;
  }

  .feature-divider-mobile {
    display: block;
  }

  .icon {
    width: 24px;
    height: 24px;
  }

  .menu-button {
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .small-btn {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .brand {
    padding-left: 0;
  }

  .container {
    max-width: none;
  }

  .footer-container {
    margin-right: var(--side-mobile);
    margin-left: var(--side-mobile);
  }

  .footer-section {
    margin-right: var(--side-mobile);
    margin-left: var(--side-mobile);
    display: block;
  }

  .footer-sponsors {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .icon-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "Area";
  }
}

#w-node-_03c830f6-7f70-95c4-e94d-d3c490fd9e93-90fd9e91, #w-node-bdefa976-4385-9f07-0cd6-aa5a6a660e5a-477578b9 {
  grid-area: Area;
}

#w-node-bdefa976-4385-9f07-0cd6-aa5a6a660e5e-477578b9, #w-node-_4a9e6fa5-dd12-3187-11ae-667018c24761-477578b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdefa976-4385-9f07-0cd6-aa5a6a660e5a-a0d14838 {
  grid-area: Area;
}

#w-node-bdefa976-4385-9f07-0cd6-aa5a6a660e5e-a0d14838, #w-node-_92bb8bd8-dabc-ecaa-9f40-abeec845b898-a0d14838 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdefa976-4385-9f07-0cd6-aa5a6a660e5a-1dae18b7 {
  grid-area: Area;
}

#w-node-bdefa976-4385-9f07-0cd6-aa5a6a660e5e-1dae18b7, #w-node-_92bb8bd8-dabc-ecaa-9f40-abeec845b898-1dae18b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdefa976-4385-9f07-0cd6-aa5a6a660e5a-c551c40e {
  grid-area: Area;
}

#w-node-bdefa976-4385-9f07-0cd6-aa5a6a660e5e-c551c40e, #w-node-_92bb8bd8-dabc-ecaa-9f40-abeec845b898-c551c40e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdefa976-4385-9f07-0cd6-aa5a6a660e5a-35baf1da {
  grid-area: Area;
}

#w-node-bdefa976-4385-9f07-0cd6-aa5a6a660e5e-35baf1da, #w-node-_92bb8bd8-dabc-ecaa-9f40-abeec845b898-35baf1da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Griggs Variable';
  src: url('../fonts/Griggs-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Variablefont Wght';
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}