.heading_box {
  position: relative;
  overflow: hidden;
  min-height: 637px;
  background-color: #DDE7EA;
  color: var(--theme-white);
}
.heading_box.frontpage {
  min-height: 737px;
}
@media screen and (max-width: 1000px) {
  .heading_box {
    min-height: 20rem;
  }
  .heading_box.frontpage {
    min-height: 20rem;
  }
}
.heading_box:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.heading_box .fixed {
  display: flex;
  position: relative;
  align-items: center;
  padding: 5rem var(--gap-section-side);
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .heading_box .fixed {
    height: 20rem;
  }
}
.heading_box #contents {
  display: none !important;
}
.heading_box .contents {
  max-width: 38.75rem;
  padding: 2.25rem;
  background: rgb(from var(--theme-primary) r g b / 78%);
  backdrop-filter: blur(2px);
}
.heading_box .caption {
  margin-bottom: 0.75rem;
  color: var(--theme-white);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.heading_box h1, .heading_box h2 {
  margin: 0;
  color: var(--theme-white);
  font-size: 3rem;
  line-height: 1.1;
}
.heading_box .content {
  margin-top: 1.125rem;
  color: rgb(from var(--theme-white) r g b / 92%);
  font-size: 1.5rem;
  line-height: 1.55;
}
.heading_box .background {
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .heading_box .background {
    height: 20rem;
  }
}
.heading_box .background img {
  object-position: center;
  object-fit: cover;
  height: 637px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .heading_box .background img {
    width: 100%;
    height: 20rem;
  }
}
.heading_box .background.mobile {
  display: none;
}
.heading_box.is_compact {
  min-height: 22.5rem;
}
.heading_box.is_compact .fixed {
  min-height: 22.5rem;
}
.heading_box .page-header-overlay {
  display: inline-block;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.7019607843);
  border-radius: var(--radius-small);
  position: absolute;
  z-index: 200;
  top: 4rem;
  left: 20rem;
}
@media screen and (max-width: 1600px) {
  .heading_box .page-header-overlay {
    top: 1.5rem;
    left: 1.5rem;
  }
}
@media (max-width: 40rem) {
  .heading_box .page-header-overlay {
    top: 1.25rem;
    left: 1.25rem;
    padding: 0.75rem 1rem;
  }
}
.heading_box .page-header-overlay .page-header-text {
  margin: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  opacity: 100%;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .heading_box .page-header-overlay .page-header-text {
    font-size: 2rem;
  }
}
.heading_box .page-header-overlay .page-header-text__blue {
  color: #214085;
}
.heading_box .page-header-overlay .page-header-text__pink {
  color: #e5007c;
}
.heading_box .page-header-overlay .page-header-text__purple {
  color: #e5007c;
}
@media (max-width: 40rem) {
  .heading_box .fixed {
    min-height: 26.25rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .heading_box .contents {
    max-width: 100%;
    padding: 1.5rem;
  }
  .heading_box h1, .heading_box h2 {
    font-size: 2rem;
  }
  .heading_box .background.desktop {
    display: none;
  }
  .heading_box .background.mobile {
    display: block;
  }
}

.header-slideshow {
  overflow: hidden;
}
.header-slideshow__track {
  display: flex;
  width: 100%;
  height: 637px;
  transition: transform 800ms ease-in-out;
}
@media screen and (max-width: 1000px) {
  .header-slideshow__track {
    height: 20rem;
  }
}
.header-slideshow__slide {
  flex: 0 0 100%;
  width: 100%;
  height: 637px;
  min-width: 100%;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .header-slideshow__slide {
    height: 20rem;
  }
}
.header-slideshow__slide.frontpage {
  height: 737px;
}
.header-slideshow__slide.frontpage img {
  height: 737px;
}
@media screen and (max-width: 1000px) {
  .header-slideshow__slide.frontpage {
    height: 20rem;
  }
  .header-slideshow__slide.frontpage img {
    height: 20rem;
  }
}
.header-slideshow__slide img {
  display: block;
  width: 100%;
  height: 637px;
}
@media screen and (max-width: 1000px) {
  .header-slideshow__slide img {
    height: 20rem;
  }
}
.header-slideshow__indicators {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 0.75rem;
}
.header-slideshow__indicator {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: 0.3s;
}
.header-slideshow__indicator.is-active {
  background: rgb(255, 255, 255);
}
.header-slideshow__indicator:hover {
  background: rgba(255, 255, 255, 0.6);
}

.header-content-wrapper {
  max-width: 1600px !important;
  margin: 0 auto !important;
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 20rem;
  z-index: 120;
}
@media screen and (max-width: 1600px) {
  .header-content-wrapper {
    width: 100%;
    padding: 0 var(--gap-section-side);
  }
}
/*# sourceMappingURL=heading.css.map */
