/* Site-wide rule: never split ordinary words with automatic hyphenation. */
body.rukit-system *,
body.rukit-system *::before,
body.rukit-system *::after {
  hyphens: none !important;
}

body.rukit-system h1,
body.rukit-system h1 *,
body.rukit-system h2,
body.rukit-system h2 *,
body.rukit-system h3,
body.rukit-system h3 *,
body.rukit-system h4,
body.rukit-system h4 *,
body.rukit-system h5,
body.rukit-system h5 *,
body.rukit-system h6,
body.rukit-system h6 *,
body.rukit-system p,
body.rukit-system p *,
body.rukit-system li,
body.rukit-system li *,
body.rukit-system figcaption,
body.rukit-system figcaption *,
body.rukit-system .eyebrow,
body.rukit-system .lead,
body.rukit-system .button,
body.rukit-system button {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

body.rukit-system .light-hero-slider__slide .editorial-hero-copy h1 {
  font-size: 48px;
  line-height: 1.04;
}

body.rukit-system .light-hero-slider__slide .editorial-hero-copy h1 span {
  width: auto;
  max-width: 100%;
}

@media (max-width: 980px) {
  body.rukit-system .light-hero-slider__slide .editorial-hero-copy h1 { font-size: 44px; }
}

@media (max-width: 720px) {
  body.rukit-system .light-hero-slider__slide .editorial-hero-copy h1,
  body.rukit-system .light-hero-slider__slide .editorial-hero-copy h1 span { font-size: 30px; }
}

@media (max-width: 440px) {
  body.rukit-system .light-hero-slider__slide .editorial-hero-copy h1,
  body.rukit-system .light-hero-slider__slide .editorial-hero-copy h1 span { font-size: 28px; }
}
