.back-to-top{background-color:var(--primary);cursor:pointer;opacity:0;pointer-events:none;z-index:1000;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:opacity .25s,transform .25s;display:flex;position:fixed;bottom:30px;right:30px}.back-to-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}@media (max-width:426px){.back-to-top{width:40px;height:40px;bottom:15px}}
