#go-to-top{background-color:#0075a6;display:flex;justify-content:center;align-items:center;position:fixed;bottom:14rem !important;right:2.5rem;z-index:9999;width:50px;height:50px;color:#fff;cursor:pointer;border-radius:50%;transition:all .3s ease;box-shadow:0 3px 10px 0 rgba(0,0,0,.15);opacity:0;visibility:hidden}@media(orientation: landscape){#go-to-top{bottom:10rem !important}}@media(orientation: landscape)and (min-width: 700px){#go-to-top{bottom:14rem !important}}@media(orientation: landscape)and (max-width: 650px){#go-to-top{bottom:8rem !important;right:1.5rem}}@media(min-width: 769px){#go-to-top{bottom:10rem !important}}#go-to-top svg{fill:#fff;transform:rotate(-90deg);width:2rem}#go-to-top.show{opacity:1;visibility:visible}#go-to-top.show:hover{opacity:.8}