.page-hero {
  position: relative;
  display: flex;
}
.page-hero__background {
  position: absolute;
  inset: 0;
}
.page-hero__background article {
  height: 100%;
}
.page-hero__background article div {
  height: 100%;
}
.page-hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero__overlay {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.page-hero__content {
  position: relative;
  padding: 5.8rem max(1rem, (100vw - var(--gin-toolbar-x-offset, 0px) - 53rem) / 2) 5rem;
  width: 100%;
}
.page-hero__breadcrumb {
  color: #fff;
}
.page-hero__breadcrumb .breadcrumb__link,
.page-hero__breadcrumb .breadcrumb__current {
  color: #fff;
  filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.8));
}
.page-hero__title {
  color: #fff;
  text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.8);
  margin: 2.25rem 0 0.5rem;
  font-size: 1.8rem;
  font-family: "Bitter", serif;
}
@media screen and (min-width: 768px) {
  .page-hero__title {
    font-size: 2.4rem;
  }
}
.page-hero__subtitle {
  color: #fff;
  text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.8);
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Bitter", serif;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page-hero__subtitle {
    font-size: 1.8rem;
  }
}

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