.scroll-to-top{z-index:1000;color:#fff;-webkit-backdrop-filter:blur(12px);cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;background:#0c0c0cd1;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:opacity .3s,transform .45s cubic-bezier(.16,1,.3,1),visibility .3s,background .2s;display:flex;position:fixed;bottom:28px;right:28px;transform:translateY(0)scale(1)}.scroll-to-top--visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)scale(1)}.scroll-to-top:hover{background:#ffffff1f}.scroll-to-top:active{transform:translateY(1px)scale(.94)}.scroll-to-top__arrow{font-size:22px;font-weight:400;line-height:1;display:block;transform:translateY(1px)}@media (width<=768px){.scroll-to-top{width:44px;height:44px;bottom:18px;right:18px}.scroll-to-top__arrow{font-size:20px}}
