body .scroll-to-top{align-items:center;background-color:hsla(0,0%,100%,.5);border:2px solid #adb5bd;border-radius:50%;bottom:75px;color:#adb5bd;cursor:pointer;display:flex;height:35px;justify-content:center;max-height:35px;max-width:35px;min-height:35px;min-width:35px;position:fixed;right:20px;width:35px}@media(min-width:992px){body .scroll-to-top{bottom:20px}}body .scroll-to-top:hover{border-color:#919193;color:#919193}