.landing-page-hero {
  background-size: cover;
  background-attachment: fixed;
  padding-left: 6rem;
  padding-bottom: 6rem;
  padding-top: 4rem;
}
.jumbotron + .landing-page-hero {
  margin-top: -32px;
}
@media (max-width: 767px) {
  .jumbotron + .landing-page-hero {
    margin-top: 0px;
  }
}
.jumbotron.attached-hero + .landing-page-hero {
  margin-top: 0px;
}
.jumbotron.no-title + .landing-page-hero {
  margin-top: -40px;
}
@media (width < 768px) {
  .landing-page-hero {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-top: 2rem;
  }
}

.landing-page-hero__content-area {
  max-width: 580px;
}

.landing-page-hero__title-text {
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: white;
  margin-bottom: 1.5rem;
}

.landing-page-hero__body-text {
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: white;
  margin-bottom: 2rem;
}

.landing-page-hero__button-section {
  display: flex;
  gap: 2rem;
}
@media (width < 576px) {
  .landing-page-hero__button-section {
    flex-direction: column;
    gap: 1rem;
  }
}

.landing-page-hero__cta-button-1 {
  font-size: 1.25rem;
  background-color: #ee3353;
  color: white;
  border: 2px solid #ee3353;
  --primary-color: #ee3353;
  box-sizing: border-box;
  display: inline-flex;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  min-width: 10ch;
  min-height: 44px;
  text-align: center;
  transition: 220ms all ease-in-out;
  align-self: start;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.landing-page-hero__cta-button-1:hover, .landing-page-hero__cta-button-1:active {
  background-color: #d51233;
  color: white;
}
.landing-page-hero__cta-button-1:focus {
  color: white;
}
.landing-page-hero__cta-button-1[disabled] {
  background-color: #919191;
  color: white;
}
.landing-page-hero__cta-button-1:hover, .landing-page-hero__cta-button-1:active {
  text-decoration: underline;
}
.landing-page-hero__cta-button-1:focus, .landing-page-hero__cta-button-1:focus-visible {
  outline-style: solid;
  outline-color: transparent;
  box-shadow: 0 0 0 4px #a00d26;
}
.landing-page-hero__cta-button-1[disabled] {
  --primary-color: #919191;
  cursor: not-allowed;
}
@media (width < 576px) {
  .landing-page-hero__cta-button-1 {
    align-self: center;
  }
}

.landing-page-hero__cta-button-2 {
  font-size: 1.25rem;
  background-color: #3f1833;
  color: white;
  border: 2px solid white;
  --primary-color: white;
  box-sizing: border-box;
  display: inline-flex;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  min-width: 10ch;
  min-height: 44px;
  text-align: center;
  transition: 220ms all ease-in-out;
  align-self: start;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.landing-page-hero__cta-button-2:hover, .landing-page-hero__cta-button-2:active {
  color: #cccccc;
}
.landing-page-hero__cta-button-2:focus {
  color: white;
}
.landing-page-hero__cta-button-2[disabled] {
  background-color: #2c2c2c;
  color: white;
}
.landing-page-hero__cta-button-2:hover, .landing-page-hero__cta-button-2:active {
  text-decoration: underline;
}
.landing-page-hero__cta-button-2:focus, .landing-page-hero__cta-button-2:focus-visible {
  outline-style: solid;
  outline-color: transparent;
  box-shadow: 0 0 0 4px #999999;
}
.landing-page-hero__cta-button-2[disabled] {
  --primary-color: white;
  cursor: not-allowed;
}
@media (width < 576px) {
  .landing-page-hero__cta-button-2 {
    align-self: center;
  }
}

/*# sourceMappingURL=LandingPage.css.map */
