/* Keep homepage wheel scrolling continuous and controlled by the browser. */
html {
  scroll-snap-type: none;
}

.hero-carousel,
.products-section,
.solution-section,
.application-section,
.capability-section,
.resource-section,
.site-footer {
  scroll-snap-align: none;
  scroll-snap-stop: normal;
}
