.SubpageHeaderSimple {
  min-height: auto;
  padding: 9.75rem 0 clamp(5rem, 5vw, 8rem);
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.SubpageHeaderSimple-frame {
  margin-bottom: auto;
  position: relative;
}

.SubpageHeaderSimple-title {
  width: 100%;
  padding-top: clamp(3rem, 5vw, 5rem);
  margin: 0;
  line-height: 1.05;
  color: var(--colorBrandSecondary);
  font-weight: 700;
  text-shadow: none;
  text-align: center;
}

.SubpageHeaderSimple-title--breadcrumbs {
  padding-top: clamp(2rem, 3vw, 3rem);
}

.SubpageHeaderSimple-titlePart--small {
  display: block;
  padding-bottom: 1.25rem;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 600;
  color: #fff;
}

.SubpageHeaderSimple-titlePart--small:hover, .SubpageHeaderSimple-titlePart--small:active, .SubpageHeaderSimple-titlePart--small:focus {
  text-decoration: none;
}

.SubpageHeaderSimple-titlePart--big {
  font-size: clamp(2.5rem, 6vw, 6rem);
}

.SubpageHeaderSimple-subTitle {
  max-width: 35rem;
  margin: var(--spaceSm) auto 0;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  line-height: var(--bodyLineHeight);
  font-weight: 400;
  color: #fff;
  text-shadow: none;
  text-align: center;
}

@media (max-width: 31.99rem) {
  .SubpageHeaderSimple {
    padding-top: 6rem;
  }
}

/*# sourceMappingURL=subpage-header-simple.min.css.map */
