.hero_slider {
  position: relative;
  overflow: hidden;
}

.hero_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.hero_slide.active {
  opacity: 1;
  z-index: 1;
  position: relative;
}

.hero_panel_standard,
.hero_panel_default {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 380px;
}

.hero_panel_standard .hero_panel_link,
.hero_panel_default .hero_panel_link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.hero_panel_standard .blueheromessage p,
.hero_panel_default .blueheromessage p {
  font-size: 1.1rem;
  line-height: 28px;
  margin-bottom: 0;
}

.hero_panel_standard h2.long-title {
  font-size: clamp(2rem, 3.2vw, 2.7rem);
  line-height: 1.1;
}

.hero_panel_testimonial {
  background: #f5f6fb;
}

.hero_panel_testimonial .hero_panel_link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.hero_testimonial_content_cell {
  display: flex;
  container-type: inline-size;
  background: #24386d;
}

.hero_testimonial_content_cell .hero_testimonial_card {
  width: 100%;
}

.hero_testimonial_media,
.hero_testimonial_media img {
  display: block;
  width: 100%;
}

.hero_testimonial_media img {
  height: 100%;
  object-fit: cover;
}

.hero_testimonial_card {
  background: transparent;
  color: #fff;
  height: 100%;
  min-height: 100%;
  padding: clamp(2rem, 4vw, 3.5rem);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.hero_testimonial_message {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.55rem, 7.2cqw, 2.7rem);
  line-height: 1.08;
  letter-spacing: 0.01rem;
  margin: 0 0 1.5rem 0;
  position: relative;
  z-index: 1;
}

.hero_testimonial_message.is-long {
  font-size: clamp(1.4rem, 6.2cqw, 2.2rem);
}

.hero_testimonial_message.is-xlong {
  font-size: clamp(1.2rem, 5.2cqw, 1.8rem);
  line-height: 1.12;
}

.hero_testimonial_author {
  font-size: 1rem;
  line-height: 1.15;
  position: relative;
  z-index: 1;
}

.hero_testimonial_author strong,
.hero_testimonial_author span {
  display: block;
}

.hero_testimonial_author strong {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
}

.hero_testimonial_quote_mark {
  background-image: url('../images/icons/quotes-icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 1.5rem;
  height: clamp(9rem, 11vw, 12.5rem);
  position: absolute;
  right: 1.5rem;
  width: clamp(9rem, 11vw, 12.5rem);
  z-index: 0;
}

@media screen and (min-width: 1025px) and (max-width: 1150px) {
  .blueheromessage h2 {
    font-size: 2.2rem;
    line-height: 39px;
  }
}

@media (max-width: 1023px) {
  .hero_panel_standard,
  .hero_panel_default {
    background-image: none;
    min-height: 0;
  }

  .hero_testimonial_message,
  .hero_testimonial_message.is-long,
  .hero_testimonial_message.is-xlong {
    font-size: clamp(0.9375rem, 4.5vw, 1.125rem);
    line-height: 1.22;
  }

  .hero_testimonial_card {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .hero_panel_standard h2.long-title {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

@media (min-width: 1024px) {
  .hero_slider {
    height: 380px;
    position: relative;
  }

  .hero_slider.hero_slider_has_testimonial {
    height: 436px;
  }

  .hero_slider.hero_slider_has_testimonial .hero_panel_standard {
    height: 436px;
  }

  .hero_slider > a {
    display: block;
    height: 100%;
  }

  .hero_slider > a > .grid-x {
    height: 100%;
  }

  .hero_slider > .grid-x {
    height: 100%;
  }

  .hero_slider .cell.large-5 {
    display: flex;
    align-items: center;
  }

  .hero_panel_standard,
  .hero_panel_default {
    height: 380px;
    position: relative;
  }

  .hero_panel_standard .hero_panel_link,
  .hero_panel_default .hero_panel_link {
    height: 100%;
  }

  .hero_panel_standard .hero_panel_link > .grid-x,
  .hero_panel_default .hero_panel_link > .grid-x,
  .hero_panel_standard > .grid-x,
  .hero_panel_default > .grid-x {
    height: 100%;
  }

  .hero_panel_standard .cell.large-5,
  .hero_panel_default .cell.large-5 {
    display: flex;
    align-items: center;
  }

  .hero_panel_testimonial {
    height: 436px;
    min-height: 436px;
  }

  .hero_panel_testimonial .hero_panel_link,
  .hero_panel_testimonial .hero_panel_link > .grid-x,
  .hero_panel_testimonial > .grid-x {
    height: 100%;
    align-items: stretch;
  }

  .hero_panel_testimonial .hero_testimonial_media_cell,
  .hero_panel_testimonial .hero_testimonial_content_cell {
    height: 436px;
    min-height: 436px;
  }

  .hero_panel_testimonial .hero_testimonial_media,
  .hero_panel_testimonial .hero_testimonial_card {
    height: 436px;
  }

  .hero_panel_testimonial .hero_testimonial_media img {
    height: 436px;
  }
}
