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

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

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

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

body {
  color: #1a1a1a;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.button {
  z-index: 9;
  color: #000;
  text-transform: uppercase;
  background-color: #f2ede9;
  border-radius: 50px;
  padding: 10px 26px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.button.accent {
  color: #f2ede9;
  background-color: #827a65;
}

.button.accent.mobile {
  display: none;
}

.button.accent.form-submit {
  cursor: pointer;
  margin-top: 20px;
  padding: 16px;
}

.button.accent.popup-open {
  cursor: pointer;
}

.button.accent.nav-button {
  white-space: nowrap;
}

.button.top-button {
  position: absolute;
  inset: 40px 80px auto auto;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  font-weight: 700;
}

.nav-link.w--current {
  color: #fff;
  text-underline-offset: .15em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.nav-link.dark {
  color: #1a1a1a;
  text-align: center;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
}

.brand {
  flex: none;
}

.menu-icon.close {
  display: none;
}

.nav-links-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.nav-links-wrap.visiblemobile {
  display: none;
}

.navbar {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 170px auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  display: flex;
}

.container-nav {
  width: 100%;
  max-width: 100%;
  padding: 30px 80px;
}

.container-nav.landing-nav {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav-menu {
  background-color: #0000;
  justify-content: space-around;
  width: 100%;
}

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

.mobile-brand {
  display: none;
}

.brand-logo {
  height: 90px;
}

.relative {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  position: relative;
}

.video-cover {
  aspect-ratio: 1728 / 1152;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  display: none;
}

.container {
  width: 100%;
  max-width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

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

.container.center {
  text-align: center;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container.thanks {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 66.6667vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.flexcolumn {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  grid-template-rows: auto;
  align-items: center;
  display: flex;
}

.narrow {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.form {
  color: #1a1a1a;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  position: relative;
}

.grid.bg-primary {
  background-color: #9aafa2;
}

.grid.bg-black {
  background-color: #000;
}

.slider {
  background-color: #efefef;
  height: auto;
}

.spacer40 {
  padding-top: 20px;
  padding-bottom: 20px;
}

._wf-hidden-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

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

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

.slider-nav {
  padding-top: 30px;
  position: relative;
}

.inquire {
  color: #f45c27;
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.inquire.center {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.h720 {
  width: 100%;
  height: 720px;
}

.h720.visible-mobile {
  display: none;
}

.small {
  color: #1a1a1a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
}

.small.center {
  text-align: center;
  text-wrap: balance;
  margin-left: auto;
  margin-right: auto;
  font-family: Satoshi, Arial, sans-serif;
}

.small.center.light {
  color: #f2ede9;
}

.small.center.notice {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 140%;
}

.small.light {
  color: #f2ede9;
}

.small.smaller {
  font-size: 18px;
}

.hero {
  color: #000;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
}

.hero.light {
  color: #f2ede9;
}

.hero.accent {
  color: #9aafa2;
}

.form-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: flex;
}

.spacer80 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hidden {
  display: none !important;
}

.footer-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #efefef;
  cursor: pointer;
  align-items: flex-end;
  line-height: 1;
  text-decoration: none;
}

.footer-link.underline {
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.spacer60 {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.footer-row.socials {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.footer-row.logos.access {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.footer-row.links {
  align-items: flex-end;
  padding-top: 5px;
  padding-bottom: 5px;
}

.spacer30 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.smaller {
  color: #efefef;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
}

.smaller.dark {
  color: #000;
}

.footer-logo {
  object-fit: contain;
  width: auto;
  height: 60px;
}

.link {
  text-transform: uppercase;
  cursor: pointer;
  color: inherit;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
}

.link.howto {
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.invert {
  filter: invert();
}

.container-footer {
  width: 100%;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ruler {
  background-color: #efefef;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.ruler.light {
  background-color: #fff;
  margin-bottom: 50px;
}

.cover {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  min-height: 720px;
}

.heading {
  color: #827a65;
  text-wrap: balance;
  margin: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.item-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.item-text {
  color: #827a65;
  white-space: pre;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.item-icon {
  object-fit: contain;
  object-position: 50% 100%;
  width: auto;
  max-width: 60px;
  height: 70px;
}

.icon-arrow {
  width: 8px;
  display: inline-block;
}

.button-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #f2ede9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.button-wrap.dark {
  color: #000;
}

.popup {
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.form-wrap {
  background-color: #efefef;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px 40px;
  display: flex;
}

.form-heading {
  color: #1a1a1a;
  text-wrap: balance;
  margin: 0 0 40px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.label {
  color: #1a1a1a;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.input {
  color: #1a1a1a;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #888;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 120%;
}

.input::placeholder {
  color: #1a1a1a;
  text-align: left;
  font-weight: 400;
  line-height: 100%;
}

.form-block {
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}

.bg-light {
  background-color: #efefef;
}

.popup-close {
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  font-size: 18px;
  display: flex;
  position: absolute;
  inset: -40px -60px auto auto;
}

.popup-close.hidden {
  display: none;
}

.table-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-link-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #efefef;
  cursor: pointer;
  align-items: flex-end;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.privacy {
  color: #efefef;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.big {
  color: #1a1a1a;
  text-wrap: balance;
  margin-bottom: 0;
  font-family: Roquefort Standard;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
}

.big.center {
  text-align: center;
  max-width: 1100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 700;
}

.medium {
  color: #1a1a1a;
  text-align: center;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.medium.center {
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 400;
}

.thank-you {
  font-family: Roquefort Standard;
  font-size: 28px;
  line-height: 110%;
}

.error {
  font-family: Roquefort Standard;
  font-size: 24px;
  line-height: 110%;
}

.pointer {
  cursor: pointer;
}

.relative-2 {
  position: relative;
}

.announcement {
  background-color: #9aafa2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 110px;
  margin-bottom: 0;
  padding-left: 80px;
  padding-right: 60px;
  display: flex;
}

.announcement-text {
  color: #f2ede9;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 0 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 100%;
}

.hero-section {
  width: 100%;
  max-width: 1180px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 55px;
  padding-right: 55px;
}

.hero-section.center {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-top: 60px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.flex-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
}

.cta-gif {
  object-fit: contain;
  height: 120px;
}

.page-title {
  color: #000;
  text-align: left;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.contain {
  object-fit: contain;
  width: 100%;
}

.h100 {
  width: 100%;
  height: 720px;
}

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

.legal-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #efefef;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.smaller-2 {
  color: #efefef;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.link-2 {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.countdown_wrapper {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 991px) {
  .button.top-button {
    right: 50px;
  }

  .container-nav {
    justify-content: space-between;
    align-items: stretch;
  }

  .container-nav.landing-nav {
    padding-left: 50px;
    padding-right: 50px;
  }

  .mobile-brand {
    display: block;
  }

  .container.thanks {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 65vh;
    display: flex;
  }

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

  .small {
    font-size: 18px;
  }

  .hero {
    font-size: 48px;
  }

  .item-grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .item-icon {
    height: 60px;
  }

  .form-wrap {
    padding-bottom: 30px;
  }

  .privacy {
    font-size: 11px;
  }

  .big {
    font-size: 48px;
  }

  .medium, .announcement-text {
    font-size: 18px;
  }

  .hero-section.center {
    max-width: 100%;
    padding: 50px;
  }

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

  .smaller-2 {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .spacer60 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .footer-row.links {
    justify-content: space-around;
  }

  .smaller {
    font-size: 16px;
  }

  .container-footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .privacy, .smaller-2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    font-size: 13px;
  }

  .button.accent {
    padding: 8px 18px;
  }

  .button.accent.mobile {
    display: inline-block;
  }

  .button.accent.form-submit {
    padding: 12px;
  }

  .button.top-button {
    display: none;
  }

  .nav-link {
    text-transform: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
  }

  .nav-link.dark {
    color: #efefef;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 32px;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .menu-icon {
    width: 30px;
  }

  .menu-icon.hidden {
    display: none;
  }

  .nav-links-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .nav-links-wrap.visiblemobile {
    display: block;
  }

  .navbar {
    width: 100%;
    padding-top: 0;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
    padding: 25px;
    display: flex;
  }

  .container-nav {
    padding: 25px;
  }

  .container-nav.landing-nav {
    flex-flow: row;
    align-items: flex-start;
    display: flex;
  }

  .menu-button {
    padding: 8px;
  }

  .mobile-brand {
    padding-left: 0;
    display: block;
  }

  .mobile-brand.w--current {
    padding-left: 0;
  }

  .brand-logo {
    object-fit: contain;
    object-position: 50% 0%;
    height: 55px;
  }

  .video-cover {
    aspect-ratio: 3 / 4;
  }

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

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

  .container.thanks {
    padding-top: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .flexcolumn {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .narrow {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid {
    flex-flow: column;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .slider.overflow {
    width: calc(100% + 50px);
    margin-left: -25px;
  }

  .spacer40 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .slider-nav {
    padding-top: 20px;
    position: static;
  }

  .inquire {
    font-size: 36px;
  }

  .h720 {
    aspect-ratio: 440 / 830;
    object-fit: cover;
    object-position: 50% 100%;
    height: 100%;
  }

  .h720.hidden-mobile {
    display: none;
  }

  .h720.visible-mobile {
    display: block;
  }

  .small {
    font-size: 15px;
    line-height: 1.5;
  }

  .small.center.light {
    color: #efefef;
  }

  .small.smaller {
    font-size: 15px;
  }

  .hero {
    font-size: 32px;
  }

  .spacer80, .spacer60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .spacer60.mobile-40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-row.socials {
    flex-flow: row;
  }

  .footer-row.logos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-row.logos.access {
    flex-flow: wrap;
  }

  .footer-row.links {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: center;
  }

  .spacer30 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .spacer30.mobile-double {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .smaller {
    font-size: 12px;
  }

  .link {
    color: inherit;
    font-size: 12px;
  }

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

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

  .cover {
    aspect-ratio: auto;
    height: 480px;
    min-height: auto;
  }

  .heading {
    font-size: 32px;
  }

  .item-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .item-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
  }

  .button-wrap.dark {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .form-wrap {
    width: calc(100% - 20px);
    padding: 40px 40px 30px;
  }

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

  .input {
    font-family: Satoshi, Arial, sans-serif;
  }

  .popup-close {
    width: 30px;
    height: 30px;
    padding: 5px;
    top: -20px;
    right: -20px;
  }

  .footer-link-2 {
    font-size: 12px;
  }

  .privacy {
    font-size: 11px;
  }

  .big {
    font-size: 36px;
  }

  .medium {
    font-size: 18px;
    line-height: 30px;
  }

  .announcement {
    background-color: #000;
    height: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .announcement-text {
    padding-right: 20px;
    font-size: 14px;
  }

  .hero-section, .hero-section.center {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .logo-inline {
    height: 16px;
  }

  .hero-2 {
    font-size: 45px;
  }

  .page-title {
    font-size: 20px;
  }

  .contain {
    aspect-ratio: 1.2;
    object-fit: cover;
  }

  .h100 {
    height: 350px;
  }

  .smaller-2 {
    font-size: 11px;
  }

  .link-2 {
    color: inherit;
  }
}

#w-node-_1a1dbc46-5de1-5c62-c80c-9124262fc503-255945f0, #w-node-_71650a96-33b8-ec8c-a1ed-06ef5c79c098-255945f0 {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: center;
}

#w-node-f6a8520d-ea32-5a44-3c93-4b4856ca878a-255945f0 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-e6c0bdc0-252a-1bda-81aa-47082025e14d-255945f1 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-f98b197e-8b4d-5b3b-021f-a3d8706757e2-255945f1 {
  grid-area: 1 / 1 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-_1a1dbc46-5de1-5c62-c80c-9124262fc503-255945f0, #w-node-_71650a96-33b8-ec8c-a1ed-06ef5c79c098-255945f0 {
    grid-area: 1 / 2 / 2 / 12;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}