@keyframes fadeInOut{0%,50%{opacity:1}75%{opacity:0}to{opacity:1}}.animate-blink{animation:fadeInOut 6s ease-in-out infinite}