.animate__pulse{transform-origin:center bottom;animation-name:pulse;animation-delay:var(--animate-delay);animation-duration:4.4s;animation-fill-mode:both;animation-timing-function:ease-in-out;animation-iteration-count:infinite;--animate-rotate: 0deg}@keyframes pulse{0%,85%,to{transform:scaleZ(1) translateY(0) rotate(0)}92%{transform:scale3d(1.05,1.05,1.05) translateY(-10px) rotate(var(--animate-rotate))}}
