

#backtotop { display: block;  height:0;display: flex; justify-content: flex-end; align-items: center; position: relative;
    z-index: 15; }
#backtotop>span>span{position: relative; margin-left:0.5em; }
#backtotop p { margin:0 !important; }

#backtotop p.cta a:is(:link,:visited){ background: var(--dark-purple);  color: white; }
#backtotop p.cta a:is(:hover,:focus-visible){/* border-color: white !important*/; background: white !important;  color: var(--dark-purple) !important; }


#backtotop.fixed {
    position: fixed; bottom:28px; left: 50%; transform: translateX(-50%)}


@media all and (max-width: 899px) {
    #backtotop.fixed { bottom:25px; }


}
