.hero-banner {
  position: relative;
}
.hero-banner--tall {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 600px auto;
  transition: grid-template-rows 0.25s ease;
  color: #fff;
}
.hero-banner--tall .section-line {
  content: "";
  background-color: #D1DAEC;
  width: 1px;
  height: 160px;
  position: absolute;
  left: 50%;
  bottom: -80px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .hero-banner--tall .section-line {
    height: 80px;
    bottom: -30px;
  }
}
@media (min-width: 1600px) {
  .hero-banner--tall {
    grid-template-rows: 900px auto;
  }
}
@media (max-width: 991.98px) {
  .hero-banner--tall {
    grid-template-rows: 450px auto;
  }
}
.hero-banner--tall .hero-banner-content {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  max-width: 100%;
}
.hero-banner--tall .hero-banner-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 575px) {
  .hero-banner--tall .hero-banner-content {
    padding-top: calc(40px + 72 * (100vw - 575px) / 1825);
    padding-bottom: calc(40px + 72 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .hero-banner--tall .hero-banner-content {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}
.hero-banner--tall .hero-banner-content {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 575px) {
  .hero-banner--tall .hero-banner-content {
    padding-left: calc(20px + 100 * (100vw - 575px) / 1825);
    padding-right: calc(20px + 100 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .hero-banner--tall .hero-banner-content {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.hero-banner--tall .hero-banner-content {
  width: 500px;
}
@media (min-width: 575px) {
  .hero-banner--tall .hero-banner-content {
    width: calc(500px + 900 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .hero-banner--tall .hero-banner-content {
    width: 1400px;
  }
}
@media (min-width: 992px) {
  .hero-banner--tall .hero-banner-content {
    margin-top: -200px;
  }
}
@media (max-width: 991.98px) {
  .hero-banner--tall .hero-banner-content {
    margin-top: -50px;
  }
}
@media (max-width: 767.98px) {
  .hero-banner--tall .hero-banner-content {
    margin-top: 0;
    width: 100%;
  }
}
.hero-banner--tall .hero-banner-content h1, .hero-banner--tall .hero-banner-content p {
  color: #fff;
}
.hero-banner--short {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (min-width: 575px) {
  .hero-banner--short {
    padding-top: calc(130px + 30 * (100vw - 575px) / 1825);
    padding-bottom: calc(130px + 30 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .hero-banner--short {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.hero-banner--short:not(.hero-banner--bgimage) {
  background-image: url("../svg/tier-hero-pattern.svg");
  background-repeat: no-repeat;
  background-position: right -60px;
}
@media (max-width: 767.98px) {
  .hero-banner--short:not(.hero-banner--bgimage) {
    background-size: 75%;
    background-position: right -30px;
  }
}
.hero-banner--short .block-system-breadcrumb-block {
  position: absolute;
  top: 35px;
  left: 60px;
  z-index: 10;
  width: 100%;
}
@media (max-width: 767.98px) {
  .hero-banner--short .breadcrumb {
    display: none;
  }
}
.hero-banner--short .hero-banner-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-banner--short .hero-banner-media:after {
  content: "";
  width: 100%;
  left: 0;
  bottom: -180px;
  position: absolute;
  background-image: url("../svg/bars-short.svg");
  height: 360px;
  background-repeat: no-repeat;
}
.hero-banner--short .hero-banner-media figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 50% 72%, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0) 56%);
  z-index: 1;
}
.hero-banner--short .hero-banner-media figure:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(175deg, #000000 0%, rgba(0, 0, 0, 0) 30%);
  z-index: 1;
  top: 0;
}
.hero-banner--short .hero-banner-content {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 1;
}
@media (min-width: 1600px) {
  .hero-banner--short .hero-banner-content {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-banner--short .hero-banner-content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767.98px) {
  .hero-banner--short .hero-banner-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1199.98px) {
  .hero-banner--short .hero-banner-content {
    max-width: 1000px;
  }
}
@media (max-width: 991.98px) {
  .hero-banner--short .hero-banner-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hero-banner--short:after {
  content: "";
  background-color: #D1DAEC;
  width: 1px;
  height: 160px;
  position: absolute;
  left: 50%;
  bottom: -80px;
}
@media (max-width: 991.98px) {
  .hero-banner--short:after {
    height: 100px;
    bottom: -50px;
  }
}
.hero-banner-media figure {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
@media (max-width: 575.98px) {
  .hero-banner-media--desktop {
    display: none;
  }
}
@media (min-width: 576px) {
  .hero-banner-media--mobile {
    display: none;
  }
}
.hero-banner-media--circle {
  display: none;
}
.hero-banner-media--circle {
  max-width: 300px;
}
@media (min-width: 575px) {
  .hero-banner-media--circle {
    max-width: calc(300px + 300 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .hero-banner-media--circle {
    max-width: 600px;
  }
}
.hero-banner .callout-select-link {
  padding-right: 30px;
}
.hero-banner .callout-select-link::after {
  content: unset;
}