.scroll-up-btn{right:1rem;bottom:var(--scroll-up-bottom,2.25rem);color:#fff;cursor:pointer;z-index:97;transform:translateY(calc(var(--scroll-up-bottom,2.25rem) + 150%));background-color:#000;border-radius:9999px;padding:1rem;transition:transform .4s cubic-bezier(.215,.61,.355,1),background-color .2s cubic-bezier(.215,.61,.355,1);position:fixed;overflow:hidden}.scroll-up-btn:hover{background-color:#4a4a4a}@media (width>=1024px){.scroll-up-btn{right:2.25rem}}.scroll-up-btn.is-visible{transform:translateY(0)}
