#top{display:inline-block;background-color:#7400ff;width:60px;height:60px;text-align:center;position:fixed;bottom:90px;right:17px;border-radius:50px;transition:background-color .3s,opacity .5s,visibility .5s;opacity:0;visibility:hidden;z-index:1000;cursor:pointer}#top:hover{background:#7400f0}#top:after{content:url(https://cdn2.hubspot.net/hubfs/2330692/WEBSITE-2020/to-top.svg);font-family:FontAwesome;font-weight:normal;font-style:normal;color:#fff;vertical-align:middle;line-height:54px}#top.show{opacity:1;visibility:visible}@media(max-width:767px){#top{width:30px;height:30px}#top:after{line-height:28px}}