@keyframes pulse-slow{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.02);opacity:.9}}.animate-pulse-slow{animation:pulse-slow 3s infinite ease-in-out}@keyframes tilt{0%,50%,to{transform:rotate(0)}25%{transform:rotate(1deg)}75%{transform:rotate(-1deg)}}.animate-tilt{animation:tilt 10s infinite linear}
