@charset "UTF-8";#go-to-top{background-color:#b69950;display:flex;justify-content:center;align-items:center;position:fixed;bottom:20px;right:20px;z-index:9999;width:40px;height:40px;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 screen and (min-width:1200px){#go-to-top{bottom:8rem}}#go-to-top svg{transform:rotate(180deg);width:1.5rem;height:1.5rem}#go-to-top.show{opacity:1;visibility:visible}#go-to-top.show:hover{opacity:.8}
