.back-to-top,.back-to-top-nav{display:none}
@media only screen and (max-width:767px){.back-to-top-nav{display:block}
.back-to-top{display:flex;position:fixed;width:37px;align-items:center;justify-content:center;border-radius:4px 0 0 4px;background:#d6d6d5;top:50%;margin-top:-15px;right:0;cursor:pointer;z-index:100;box-shadow:2px 2px 3px rgba(0,0,0,0.2);transform:translateX(100%)}
.back-to-top--slide{transform:unset}
.back-to-top__arrow-link{color:#2b2926;padding:10px 11px 10px 13px}
}
@media only screen and (max-width:767px) and (prefers-reduced-motion:reduce){.back-to-top{transition:none}
}
@media only screen and (max-width:767px) and (prefers-reduced-motion:no-preference){.back-to-top{transition:transform .5s ease-in-out}
}