html {
  scroll-behavior: smooth;
}

body {
  color: #4a4a4a;
  font-family: Geist, sans-serif;
  font-size: 18px;
  line-height: 144%;
}

p {
  margin-bottom: 0;
}

.container {
  width: 90%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  z-index: 0;
  background-color: #0000;
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.brand {
  color: #1da1f2;
  font-family: Red Hat Display, sans-serif;
}

.brand-span {
  color: #0f172a;
  font-weight: 800;
}

.btn {
  color: #fff;
  text-align: center;
  background-color: #1da1f2;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 16px 32px;
  font-size: 13px;
  font-weight: 600;
  line-height: 110%;
  box-shadow: 0 4px 12px #1da1f233;
}

.btn.btn-lg {
  min-width: 246px;
  font-size: 16px;
}

.hero {
  background-color: #f7fbff;
  align-items: center;
  height: calc(100vh - 94px);
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.hero-flex {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block {
  width: 45%;
}

._w-55 {
  width: 55%;
}

._w-100 {
  width: 100%;
}

.hero-h1 {
  color: #111827;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Red Hat Display, sans-serif;
  font-size: 64px;
  line-height: 110%;
}

.hero-desc {
  color: #4b5563;
  margin-bottom: 40px;
  line-height: 160%;
}

.text-blue {
  color: #1da1f2;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-heading {
  color: #0d1b2a;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 48px;
  line-height: 110%;
}

.mt-64 {
  margin-top: 64px;
}

.d-flex {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.annual-ret-bar-chart {
  background-color: #f7fbff;
  border: 1px solid #e1e8ed;
  border-radius: 16px;
  padding: 32px;
}

.bar-chart-title {
  color: #0d1b2a;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
}

.bar-chart-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  font-size: 16px;
  font-weight: 600;
  line-height: 105%;
  display: flex;
}

.text-inter {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.chart-bar-label {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.chart-color-1 {
  color: #007dff;
}

.chart-bg-1 {
  background-color: #007dff;
  border-radius: 4px;
  width: 100%;
  height: 24px;
  margin-top: 6px;
}

.chart-bg-2 {
  background-color: #415a77;
  border-radius: 4px;
  width: 57%;
  height: 24px;
  margin-top: 6px;
}

.chart-color-2 {
  color: #415a77;
}

.chart-bg-3 {
  background-color: #778da9;
  border-radius: 4px;
  width: 35%;
  height: 24px;
  margin-top: 6px;
}

.chart-color-3 {
  color: #778da9;
}

.grid-col-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card {
  color: #415a77;
  background-color: #f7fbff;
  border: 1px solid #e1e8ed;
  border-radius: 16px;
  padding: 32px;
  font-size: 14px;
  line-height: 100%;
}

.card-text-strong {
  color: #0d1b2a;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}

.card-title {
  color: #007dff;
  margin-bottom: 12px;
  font-family: Red Hat Display, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

.max-w-835 {
  max-width: 835px;
}

.mb-24 {
  margin-bottom: 24px;
}

.bg-smoke {
  background-color: #f9f7f2;
}

.grid-col-3-gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: ". . ."
                 ". Area Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-v2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: #4a4a4a;
  background-color: #fff;
  border: 1px solid #e5e1d8;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  padding: 32px;
  font-size: 12px;
  line-height: 100%;
  display: flex;
}

.card-v2.card-loanify {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-image: linear-gradient(135deg, #007dff, #007dff);
  font-size: 14px;
}

.card-v2-title {
  color: #007dff;
  margin-bottom: 12px;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

.card-v2-text-strong {
  color: #000;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.card-v2-text-strong.loanify-stratgy-white {
  color: #fff;
  font-size: 40px;
  line-height: 105%;
}

.card-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.card-flex.mt-8 {
  margin-top: 8px;
}

.card-v2-title-fff {
  color: #fff;
  margin-bottom: 12px;
  font-family: Red Hat Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

.card-v2-title-fff.fs-28 {
  margin-bottom: 0;
  font-size: 28px;
}

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

.text-white {
  color: #fff;
}

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

.loanify-stratgy-pill {
  color: #1da1f2;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.opacity-60 {
  opacity: .6;
}

.card-flex-g-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.card-flex-g-32.mt-8 {
  margin-top: 8px;
}

.bg-smoke-v2 {
  background-color: #fdfbf7;
}

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

.card-v3-title {
  color: #6b7280;
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
}

.card-v3 {
  color: #4a4a4a;
  background-color: #fff;
  border: 1px solid #e5e1d8;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 200px;
  padding: 24px;
  font-size: 14px;
  line-height: 100%;
  display: flex;
  box-shadow: 0 6px 18px #0000000d;
}

.card-v3.card-loanify {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-image: linear-gradient(135deg, #007dff, #007dff);
  font-size: 14px;
}

.card-v3.v3-loanify {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #fff;
  background-image: linear-gradient(90deg, #1da1f2, #007dff);
  min-width: 334px;
  padding: 28px;
  font-size: 14px;
  box-shadow: 0 14px 30px #1da1f233;
}

.card-v3-caption {
  color: #1a1a1a;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 110%;
}

.card-v3-value {
  color: #1da1f2;
  margin-bottom: 4px;
  font-family: Red Hat Display, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
}

.card-pill {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-image: linear-gradient(90deg, #1da1f2, #007dff);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 105%;
  display: flex;
}

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

.text-block {
  opacity: .85;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
}

.text-block-2 {
  font-family: Red Hat Display, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 105%;
}

.card-flex-g-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.card-flex-g-40.mt-8 {
  margin-top: 8px;
}

.flex-grow-1 {
  flex: 1;
}

.text-block-3 {
  opacity: .9;
}

.mt-80 {
  margin-top: 80px;
}

.infrastructure-stages-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

._w-42 {
  width: 42%;
}

.infra-stage-flex {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._w-58 {
  width: 58%;
}

.infra-stage-data {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  font-size: 16px;
  line-height: 160%;
  display: flex;
}

.stage-number {
  color: #1da1f2;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 105%;
}

.stage-title {
  color: #0f172a;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 32px;
  line-height: 110%;
}

.hr {
  background-color: #e2e8f0;
  height: 1px;
}

.why-loanify-ventures {
  color: #fff;
  text-align: center;
  background-image: url('../images/desc-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 120px;
  font-size: 20px;
  line-height: 160%;
}

.desc-title {
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Red Hat Display, sans-serif;
  font-size: 56px;
  line-height: 110%;
}

.max-w-700-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.card-hp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding: 32px;
  display: flex;
}

.card-hp-caption {
  color: #1da1f2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 105%;
}

.text-block-4 {
  letter-spacing: -1px;
  font-family: Red Hat Display, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 100%;
}

.hp-cad-data {
  opacity: .6;
  font-family: Red Hat Display, sans-serif;
  font-size: 32px;
  line-height: 100%;
}

.flex-top {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.stage-num {
  color: #1da1f2;
  width: 60px;
  font-family: Red Hat Display, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.get-started-step {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #90949e;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 105%;
  display: flex;
}

._w-60px {
  flex: none;
  width: 60px;
}

.get-started-h3 {
  color: #1a1a1a;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Red Hat Display, sans-serif;
  font-size: 28px;
  line-height: 110%;
}

.get-started-wrapper {
  flex-flow: column;
  display: flex;
}

.footer {
  color: #ffffff80;
  background-color: #0a1a2f;
  padding-top: 96px;
  padding-bottom: 48px;
  font-size: 14px;
  line-height: 160%;
}

.footer-brand {
  color: #1da1f2;
  margin-bottom: 24px;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  line-height: 100%;
  text-decoration: none;
  display: block;
  position: static;
}

.brand-span-white {
  color: #fff;
  font-weight: 800;
}

.text-block-5 {
  font-size: 14px;
  line-height: 160%;
}

.max-w-400 {
  max-width: 400px;
}

.footer-link {
  color: #ffffff80;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

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

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

.footer-hr {
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.disclaimer {
  color: #ffffff4d;
  margin-bottom: 24px;
  font-size: 12px;
}

.footer-cr {
  color: #fff6;
  font-size: 12px;
}

.footer-menu-social-media {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.infrastructure-path {
  justify-content: center;
  align-items: center;
  display: flex;
}

.connector-down {
  display: none;
}

.inf-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
}

.footer-div-v2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.popup-form-wrapper {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff9;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-form-wrapper.active {
  display: flex;
}

.popup-form {
  background-color: #fff;
  border-radius: 20px;
  width: 90%;
  max-width: 560px;
  padding: 64px 40px 20px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.btn-close {
  position: absolute;
  inset: 20px 20px auto auto;
}

.form-heading {
  color: #111217;
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Red Hat Display, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 140%;
}

.calendar-h1 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 60px;
  line-height: 110%;
}

.calendar-title {
  background-image: linear-gradient(#1da1f233, #1da1f233), linear-gradient(#000000b3, #000000b3), url('../images/calendar-bg.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 275px;
  display: flex;
}

.max-w-888-center {
  max-width: 888px;
  margin-left: auto;
  margin-right: auto;
}

.calendar-block {
  max-width: 1040px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.calendar-body, .thank-you-body {
  background-color: #f4f5f7;
}

.thank-you-hero {
  background-image: linear-gradient(#fff0 20%, #ffffff70 52%, #fff 84%), url('../images/thank-you-bg2.png');
  background-position: 0 0, 50% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  min-height: calc(100vh - 70px);
  padding-top: 40px;
  padding-bottom: 120px;
  display: flex;
}

.thank-you-desc {
  color: #444a5b;
  margin-bottom: 40px;
  line-height: 110%;
}

.thank-you-block {
  text-align: center;
  max-width: 766px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-620 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.p-sticky {
  z-index: 100;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.hero-v7-md {
  width: 100%;
  display: none;
  position: relative;
}

.hero-md-overlay {
  background-image: linear-gradient(#f7f7f700, #fcfcfc1c 63%, #f7f7f7);
  position: absolute;
  inset: 0%;
}

.hero-v2 {
  background-image: linear-gradient(270deg, #f7fbff00 22%, #f7fbff 60%);
  align-items: center;
  min-height: calc(100vh - 94px);
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.hero-cover {
  z-index: -1;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-v2-content {
  width: 60%;
  max-width: 645px;
}

.hero-form-card {
  background-color: #ffffff48;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  flex: none;
  width: 500px;
  padding: 32px 32px 16px;
  box-shadow: 0 8px 24px #0f172a1f;
}

.hero-form-heading {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 24px;
}

.hero-form-embed {
  min-height: 300px;
}

.hero-form-disclaimer {
  text-align: center;
  margin-top: 16px;
}

.hero-form-disclaimer p {
  color: #4b5563;
  font-size: 11px;
  line-height: 150%;
  margin-bottom: 12px;
}

.hero-form-consent {
  color: #000;
}

.hero-form-legal-links a {
  color: #1da1f2;
  text-decoration: underline;
}

.hero-form-soft-inquiry {
  color: #0d1b2a;
  font-size: 13px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
  }

  .hero-flex {
    flex-flow: column;
  }

  .div-block, ._w-55 {
    width: 100%;
  }

  .d-flex {
    flex-flow: column;
  }

  .grid-col-3-gap-24 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". ."
                         ". ."
                         "Area Area";
  }

  .progress-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  ._w-42 {
    width: 100%;
  }

  .infra-stage-flex {
    flex-flow: column;
  }

  .infra-stage-flex.md-reverse {
    flex-flow: column-reverse;
  }

  ._w-58 {
    width: 100%;
  }

  .flex-top {
    flex-flow: column;
  }

  .footer {
    padding-top: 48px;
  }

  .footer-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .infrastructure-path {
    flex-flow: column;
  }

  .image {
    transform: rotate(90deg);
  }

  .connector-right {
    display: none;
  }

  .connector-down {
    display: block;
  }

  .inf-img {
    aspect-ratio: 16 / 9;
  }

  .thank-you-hero {
    height: auto;
  }

  .hero-v7-md {
    display: block;
  }

  .hero-md-overlay {
    background-image: linear-gradient(0deg, #f7fbff00, #f7fbff0d 60%, #f7fbff1a 75%, #f7fbff);
  }

  .hero-v2 {
    background-color: #f7fbff;
    height: auto;
  }

  .hero-v2-content {
    width: 100%;
  }

  .hero-form-card {
    width: 100%;
    max-width: 460px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
  }

  .hero {
    padding-bottom: 80px;
  }

  .hero-h1 {
    font-size: 48px;
  }

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

  .grid-col-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-col-3-gap-24 {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .card-flex-h {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .why-loanify-ventures {
    font-size: 18px;
  }

  .desc-title {
    font-size: 52px;
  }

  .text-block-4 {
    font-size: 42px;
  }

  .hp-cad-data {
    font-size: 24px;
  }

  .get-started-step {
    font-size: 14px;
  }

  .get-started-h3 {
    font-size: 20px;
  }

  .footer-div-v2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .popup-form {
    padding: 48px 24px 16px;
  }

  .btn-close {
    top: 16px;
    right: 16px;
  }

  .form-heading {
    margin-bottom: 32px;
    font-size: 22px;
  }

  .calendar-h1 {
    font-size: 30px;
  }

  .thank-you-hero {
    background-image: linear-gradient(#fff0 18%, #ffffff70 36%, #fff 60%), url('../images/thank-you-bg-md.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding-bottom: 100px;
  }

  .hero-v2 {
    padding-bottom: 40px;
  }

  .hero-form-card {
    padding: 24px 20px 12px;
  }

  .hero-form-heading {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

#w-node-_35d28daa-28f7-a1fd-d8ef-c1701c80cf78-e08e1a76, #w-node-_35d28daa-28f7-a1fd-d8ef-c1701c80cf78-772202a4, #w-node-_35d28daa-28f7-a1fd-d8ef-c1701c80cf78-4368807a, #w-node-_35d28daa-28f7-a1fd-d8ef-c1701c80cf78-b4274871, #w-node-_35d28daa-28f7-a1fd-d8ef-c1701c80cf78-058d54fb, #w-node-_35d28daa-28f7-a1fd-d8ef-c1701c80cf78-43689414, #w-node-_35d28daa-28f7-a1fd-d8ef-c1701c80cf78-43405c7b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_35d28daa-28f7-a1fd-d8ef-c1701c80cf78-e08e1a76, #w-node-_35d28daa-28f7-a1fd-d8ef-c1701c80cf78-772202a4, #w-node-_35d28daa-28f7-a1fd-d8ef-c1701c80cf78-4368807a, #w-node-_35d28daa-28f7-a1fd-d8ef-c1701c80cf78-b4274871, #w-node-_35d28daa-28f7-a1fd-d8ef-c1701c80cf78-058d54fb, #w-node-_35d28daa-28f7-a1fd-d8ef-c1701c80cf78-43689414, #w-node-_35d28daa-28f7-a1fd-d8ef-c1701c80cf78-43405c7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


