.wgt-banner-bg.page-hero-section {
  background-color: var(--primary-color-4);
  background-repeat: no-repeat;
  margin-bottom: 140px;
}
.wgt-banner-bg .page-hero-container {
  width: 85%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
}
.wgt-banner-bg .page-hero-title {
  margin-bottom: 20px;
}
.wgt-banner-bg .page-hero-title :is(h1, h2, h3, h4, h5, h6) {
  width: 70%;
  line-height: 120%;
  text-transform: uppercase;
}
.wgt-banner-bg .page-hero-description {
  color: var(--grayscale-color-2);
  padding-bottom: 40px;
}
.wgt-banner-bg .buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.wgt-banner-bg .buttons > *:not(:last-child) {
  margin-right: 1.5rem;
}
@media (min-width: 1440px) {
  .wgt-banner-bg .page-hero-container {
    padding-top: 150px;
  }
}
@media (max-width: 768px) {
  .wgt-banner-bg .page-hero-container {
    padding-top: 50px;
  }
  .wgt-banner-bg.page-hero-section {
    margin-bottom: 0;
  }
  .wgt-banner-bg .page-hero-title :is(h1, h2, h3, h4, h5, h6) {
    width: 100%;
  }
}
.wgt-banner-bg .page-hero-title :is(h1, h2, h3, h4, h5, h6) {
  width: 100%;
}
.wgt-banner-bg .page-hero-container {
  padding-bottom: var(--section-margin-lg);
}

/* BI page overrides — background image comes from inline style in template */
.wgt-banner-bg.page-hero-section {
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: right bottom;
}
.wgt-banner-bg .page-hero-container {
  padding-bottom: var(--section-margin-lg);
}
.wgt-banner-bg .page-hero-title :is(h1, h2, h3, h4, h5, h6) {
  width: 100%;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 0;
  color: var(--title-color);
}
.wgt-banner-bg .page-hero-description .lead {
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .wgt-banner-bg.page-hero-section {
    background-size: 65%;
  }
}
@media (max-width: 768px) {
  .wgt-banner-bg.page-hero-section {
    background-size: 113%;
    background-position-x: 8px;
    margin-bottom: 0;
  }
  .wgt-banner-bg .page-hero-title :is(h1, h2, h3, h4, h5, h6) {
    width: 100%;
  }
}
