/* Homepage: hero starts at top of page, no inherited padding. */
.rd-main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
  .rd-main {
    padding-bottom: calc(56px + var(--rd-sp5) + env(safe-area-inset-bottom, 0px)) !important;
  }
}
