/* v2.5.39: long hero slogan layout only. */
.hero-copy h1 {
  max-width: 15.2ch !important;
  font-size: clamp(2.65rem, 5.15vw, 5.1rem);
  line-height: 1;
}
@media (max-width: 767px) {
  .hero-copy h1 {
    max-width: 13.5ch !important;
    font-size: clamp(2.2rem, 10.4vw, 3.55rem);
    line-height: 1.01;
  }
}
