.back-to-top{position:fixed;cursor:pointer;width:48px;height:48px;right:40px;bottom:76px;background-color:#000!important;border-color:#000!important;border-radius:100px;z-index:1500;opacity:0;transform:translateY(100px);transition:all .5s ease;padding-left:0!important;padding-right:0!important}.back-to-top:after{content:"";font-family:Dcom-EDE;font-weight:400;font-style:normal;display:inline-block;text-decoration:inherit;color:#fff;rotate:-90deg;font-size:24px}.back-to-top:hover:after{animation:bounce 1s ease-in-out 2}.back-to-top:focus{outline:1px dashed #000}.back-to-top--active,.back-to-top:focus{transform:translateY(0);transition:all .5s ease;opacity:1}@media screen and (max-width:1200px){.back-to-top{display:none}}@keyframes bounce{50%{transform:translate(10px)}}