.equiteq.component-1d {
  position: relative;
}
.equiteq.component-1d .stage {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: var(--eq-justify-content, center);
}
.equiteq.component-1d .stage::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: calc((100vw - 100%) / -2);
  background-image: var(--eq-background-url);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .equiteq.component-1d .stage {
    height: var(--eq-desktop-height);
  }
  .equiteq.component-1d .stage::before {
    background-position: var(--eq-background-position, 0 0);
    height: var(--eq-desktop-height);
  }
}
.equiteq.component-1d .stage h1,
.equiteq.component-1d .stage .heading {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin-block-end: 2.5rem;
  text-wrap: pretty;
  text-align: var(--eq-text-align, center);
}
@media (min-width: 992px) {
  .equiteq.component-1d .stage h1,
  .equiteq.component-1d .stage .heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.equiteq.component-1d .stage .lead {
  color: #fff;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.equiteq.component-1d .stage p,
.equiteq.component-1d .stage .subheading {
  color: #fff;
  text-align: var(--eq-text-align, center);
  font-family: "DM Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  text-wrap: pretty;
  margin-block-end: 2.5rem;
  max-width: 800px;
}
.equiteq.component-1d .stage .cta-group {
  display: flex;
  flex-direction: column;
  justify-content: var(--eq-justify-content, flex-start);
  gap: 1rem;
}
@media (min-width: 992px) {
  .equiteq.component-1d .stage .cta-group {
    flex-direction: row;
  }
}
.equiteq.component-1d .stage .cta-group .btn {
  color: var(--Text-Color-invert-text, #FFF);
  text-align: center;
  font-family: var(--Font-Family-DM-Sans, "DM Sans");
  font-size: var(--Font-Sizes-font-sm, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 1rem;
  border-radius: 5px;
}
.equiteq.component-1d .stage .cta-group .btn-lime {
  background-color: #BFE846;
  border: 1px solid #BFE846;
  color: #011C1A;
}
.equiteq.component-1d .stage .cta-group .btn-bg-transparent {
  background-color: transparent;
  border: 1px solid #BFE846;
  color: #FFF;
}

/*# sourceMappingURL=component-1d.css.map */
