.banner {
  position: relative;
  padding-top: var(--nav-height);
  padding-bottom: 5rem;
}
.banner img {
  z-index: -2;
}
.banner.banner-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(154deg, rgba(0, 0, 0, 0.15) 16.5%, #000 73.89%);
  z-index: -1;
}
.banner .container {
  position: relative;
}
.banner-in {
  padding-top: 13.9375rem;
}
@media (min-width: 992px) {
  .banner-in {
    max-width: 47.625rem;
    padding-top: 7.1875rem;
  }
}
.banner-in h1 {
  margin-bottom: 1rem;
  color: var(--white);
}
.banner-in p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .banner-in p {
    max-width: 36.6875rem;
  }
}
.banner .awsm-breadcrumb li span {
  color: rgba(255, 255, 255, 0.5);
}
.banner .awsm-breadcrumb li[aria-current=page] span {
  color: var(--white);
}
.banner .awsm-breadcrumb a {
  color: var(--white);
}