/* Canonical homepage scrollbar. No later homepage layer restates these rules. */
:root{scrollbar-width:thin}
html{scrollbar-color:auto}
::-webkit-scrollbar{width:12px;height:12px}
::-webkit-scrollbar-track{margin-top:72px;background:#F7F4F1}
::-webkit-scrollbar-thumb{background:#F54703;border:3px solid #F7F4F1;border-radius:999px}
::-webkit-scrollbar-thumb:hover{background:#B8300A}
::-webkit-scrollbar-thumb:active{background:#D93B02}
::-webkit-scrollbar-corner{background:#F7F4F1}
::-webkit-scrollbar-button{display:none!important;width:0!important;height:0!important}
@media(max-width:1180px){::-webkit-scrollbar-track{margin-top:68px}}
@media(max-width:560px){::-webkit-scrollbar-track{margin-top:64px}}
@media(max-width:560px){
  .benefit-scroll-track{scrollbar-width:none}
  .benefit-scroll-track::-webkit-scrollbar{display:none}
}
@media(forced-colors:active){html{scrollbar-color:auto}::-webkit-scrollbar-track,::-webkit-scrollbar-thumb{forced-color-adjust:auto}}