.dot-pulse-1{animation:dotPulse1 2s infinite;will-change:opacity}.dot-pulse-2{animation:dotPulse2 3s infinite;will-change:opacity}@keyframes dotPulse1{0%,to{opacity:.3}50%{opacity:1}}@keyframes dotPulse2{0%,to{opacity:1}50%{opacity:.3}}@keyframes anim-guy{0%{opacity:0;transform:translate(-30%)}to{opacity:1;transform:translate(0)}}@keyframes guy{0%{opacity:0}to{opacity:1}}@keyframes jump{0%{transform:translateY(-20%)}50%{transform:translateY(0)}to{transform:translateY(-20%)}}.animate-anim-guy{animation:anim-guy 2s}.animate-guy{animation:guy 2s}.animate-jump{animation:jump 3s infinite}
