#floating-subscribe-icon{position:fixed;z-index:99999;right:10px;bottom:10px}#floating-subscribe-icon .cta-wrapper{padding-top:1px;width:60px;height:51px;border-radius:4px;border:2px solid #000;background-color:#fec502;display:flex;justify-content:center;align-items:center;transition:width .3s,height .3s}#floating-subscribe-icon .cta-wrapper i{font-size:30px}#floating-subscribe-icon .cta-wrapper:hover{cursor:pointer;background-color:#febb02}#floating-subscribe-icon .cta-wrapper.floating-animation{animation-delay:5s;animation:tilt-n-move-shaking 50s;animation-iteration-count:infinite}#floating-subscribe-icon .cta-wrapper.floating-cta-link{width:210px;height:65px}#floating-subscribe-icon .cta-wrapper.floating-cta-link a{color:#000;text-align:center;opacity:1;transition:opacity .5s;font-size:20px}#floating-subscribe-icon .cta-wrapper.floating-cta-link a.small{opacity:0}@keyframes tilt-n-move-shaking{0%,3%{transform:translate(0,0) rotate(0)}3.25%{transform:translate(3px,3px) rotate(3deg)}3.5%{transform:translate(0,0) rotate(0)}3.75%{transform:translate(-3px,3px) rotate(-3deg)}4%{transform:translate(0,0) rotate(0)}4.25%{transform:translate(3px,3px) rotate(3deg)}4.5%{transform:translate(0,0) rotate(0)}4.75%{transform:translate(-3px,3px) rotate(-3deg)}5%{transform:translate(0,0) rotate(0)}5.25%{transform:translate(3px,3px) rotate(3deg)}100%,5.5%{transform:translate(0,0) rotate(0)}}