.float{position:fixed;width:60px;height:60px;bottom:40px;right:40px;background-color:#e08827b5;color:#ffffffbf;border-radius:50px;text-align:center;box-shadow:2px 2px 3px rgba(0,0,0,.2);z-index:100;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,color .3s ease,transform .3s ease;opacity:0;transform:translateY(30px);animation:fadeSlideUp .8s ease-out 2s forwards}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}.float:hover{background-color:#e08827;color:#fff;transform:scale(1.1)}.my-float{width:30px;height:30px;fill:currentColor}.visually-hidden{position:absolute !important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}