/* Skip layout and paint work for homepage sections outside the viewport. */
@supports (content-visibility:auto) {
  html.page-home main > section.section:not(#hero),
  html.page-home.has-quote-hash main > section.section:not(#hero) {
    content-visibility: auto !important;
    contain-intrinsic-size: 1px 900px !important;
  }
}
