/* Remove lower Hero cut geometry without changing Hero composition. */
main .sv-atom-hero-section .sv-atom-hero__handoff {
  display: none !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
}

main .sve-contact-hero::after,
main .svapp-contact-hero::after,
main .svab-hero--home-stage::after {
  display: none !important;
  content: none !important;
}
