div.ws-button a{display:flex;background:transparent;color:#fff;cursor:pointer;position:fixed;right:0;bottom:0;width:52px;height:52px;z-index:998;margin-right:15px;margin-bottom:15px;animation:buzz-out-on-hover 2s,floating-left 1s,accordion-width 6s;animation-fill-mode:forwards;transition:width 1s ease-in-out}div.ws-button a:hover{width:170px;animation:floating-left 1s!important;animation-fill-mode:forwards!important;color:#fff!important;margin-right:15px!important}div.ws-button a div{float:left;display:flex;align-items:center}div.ws-button a div:first-child{width:52px;height:100%}div.ws-button a div:first-child img{height:100%;max-height:52px;width:auto;border-radius:50%;box-shadow:2px 0 2px 2px rgba(0,0,0,.05)}div.ws-button a div:nth-child(n+2){overflow:hidden}div.ws-button a div:nth-child(n+2),div.ws-button a:hover div:nth-child(n+2){width:100%;margin-left:-52px;padding-left:40px;background:linear-gradient(0deg,#20b038,#60d66a);border-radius:200px 200px 200px 200px}div.ws-button a:hover div:nth-child(n+2){display:flex}div.ws-button a div:nth-child(n+2)>p{color:#fff;font-weight:500;margin:0;text-align:center;width:100%;font-size:.9em;padding-left:5px}div.ws-button a div:nth-child(n+3){display:none}.buzz-out-on-hover{border-radius:50%;vertical-align:middle;transform:perspective(1px) translateZ(0)}.buzz-out-on-hover:focus,.buzz-out-on-hover:hover{animation-name:buzz-out-on-hover;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:2}div.ws-button a.custom-positioning{bottom:var(--desktop-bottom,0)!important}@media (max-width:767px){div.ws-button a{bottom:70px}div.ws-button a.custom-positioning{bottom:var(--mobile-bottom,70px)!important}}@keyframes buzz-out-on-hover{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}to{transform:translateX(-1px) rotate(0)}}