@media (min-width: 48rem) {
  .hero-alt-v2 {
    height: calc(100vh - 70px);
  }
}
.hero-alt-v2 .layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 24px auto;
  grid-template-rows: 1fr auto;
  gap: 24px;
  height: 100%;
  width: 100%;
  padding: 48px 24px;
}
@media (min-width: 48rem) {
  .hero-alt-v2 .layout {
    padding: 48px 48px;
    border-bottom: 1px solid var(--Outline-grey, #ccc);
  }
}
@media (min-width: 64rem) {
  .hero-alt-v2 .layout {
    padding: 96px 96px;
  }
}
.hero-alt-v2 .layout .row-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-grid-row: 2;
  grid-row: 2;
  width: 100%;
  overflow: hidden;
  gap: 24px;
}
@media (min-width: 48rem) {
  .hero-alt-v2 .layout .row-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 65% 48px 35%;
    grid-template-columns: 65% 35%;
    gap: 48px;
  }
}
@media (min-width: 64rem) {
  .hero-alt-v2 .layout .row-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.hero-alt-v2 .layout .hero-alt-v2-media {
  width: 100%;
  height: 50vh;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
@media (min-width: 48rem) {
  .hero-alt-v2 .layout .hero-alt-v2-media {
    height: auto;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
@media (min-width: 64rem) {
  .hero-alt-v2 .layout .hero-alt-v2-media {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 35%;
  }
}
.hero-alt-v2 .layout .hero-alt-v2-media img,
.hero-alt-v2 .layout .hero-alt-v2-media video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.hero-alt-v2 .layout .cta-holder {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
@media (min-width: 48rem) {
  .hero-alt-v2 .layout .cta-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}
.hero-alt-v2 .layout .cta-holder a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  text-align: center;
}
.hero-alt-v2 .layout .cta-holder .transparent-button {
  -webkit-transition: var(--bezier);
  transition: var(--bezier);
}
.hero-alt-v2 .layout .cta-holder .transparent-button:hover {
  background-color: var(--lightgrey);
  border-color: var(--lightgrey);
}
.hero-alt-v2 .layout .hero-alt-v2-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 36px;
}
@media (min-width: 48rem) {
  .hero-alt-v2 .layout .hero-alt-v2-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (min-width: 64rem) {
  .hero-alt-v2 .layout .hero-alt-v2-content {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%;
  }
}
.hero-alt-v2 .layout .hero-alt-v2-content .header_and_pre_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.hero-alt-v2 .layout .hero-alt-v2-content .hero-alt-v2-content-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 48rem) {
  .hero-alt-v2 .layout .hero-alt-v2-content .hero-alt-v2-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero-alt-v2 .layout .hero-alt-v2-content .hero-alt-v2-content-inner .heading_pre_heading_ingress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.hero-alt-v2 .layout .hero-alt-v2-content .hero-alt-v2-content-inner .headline h1 {
  font-size: 48px;
  line-height: 120%;
}
@media (min-width: 48rem) {
  .hero-alt-v2 .layout .hero-alt-v2-content .hero-alt-v2-content-inner .ingress {
    font-family: "Libre Baskerville";
  }
}
.hero-alt-v2 .layout .hero-alt-v2-content .hero-alt-v2-content-inner .cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.hero-alt-v2 .layout .hero-alt-v2-content .hero-alt-v2-content-inner .cta-buttons .transparent-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: var(--black);
  -webkit-column-gap: 0.9375rem;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  border: 0.0625rem solid var(--black);
  font-weight: 400;
  padding: 1rem 2rem;
  border-radius: 6.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: var(--bezier);
  transition: var(--bezier);
}
.hero-alt-v2 .layout .hero-alt-v2-content .hero-alt-v2-content-inner .cta-buttons .transparent-button:hover {
  background-color: var(--lightgrey);
  border-color: var(--lightgrey);
}
.hero-alt-v2 .layout .hero-alt-v2-content .hero-alt-v2-content-inner .cta-buttons .filled-button,
.hero-alt-v2 .layout .hero-alt-v2-content .hero-alt-v2-content-inner .cta-buttons .transparent-button {
  font: var(--body-font);
  padding: 1rem 2rem;
}
@media (min-width: 48rem) {
  .hero-alt-v2 .layout .hero-alt-v2-content .ingress-and-cta-buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}