/**handles:ftr-scroll-top-css**/
#c-back{position:fixed;display:none;align-items:center;bottom:10px;right:10px;width:40px;height:40px;cursor:pointer;z-index:1;opacity:.75;background-color:rgba(0,0,0,.75);border-radius:50%}#c-back.visible{display:flex}#c-back:hover{background-color:rgba(0,0,0,.9)}#c-back svg{transform:rotate(-180deg);margin:auto;width:16px;height:12px}