@keyframes fade{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes bounce{0%{transform:none}50%{transform:translateY(6px)}to{transform:none}}@keyframes fadeBg{0%{opacity:0}10%{opacity:1}65%{opacity:1}85%{opacity:0}to{opacity:0}}.animate{animation:1.5s ease-in-out .2s infinite fade,1.5s ease-in-out .2s infinite bounce}.fade-bg{opacity:0;animation:5s ease-in-out 1s infinite fadeBg}
/*# sourceMappingURL=b72e48dd663412cc.css.map*/