/* v1.10.4 — top page headings use natural wrapping unless an editor adds a manual line break. */
.home-main--future .home-hero:not(.site-unified-hero) .hero-semantic-title{
  width:100%!important;
  max-width:none!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  text-wrap:wrap!important;
}
.home-main--future .home-hero:not(.site-unified-hero) .hero-semantic-title>span{
  display:inline!important;
  width:auto!important;
  max-width:none!important;
  white-space:normal!important;
}
.home-main--future .home-editorial-title{
  max-width:none!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
  text-wrap:wrap!important;
}
.home-main--future .home-editorial-title>span{display:inline!important;white-space:normal!important}
