@keyframes flowAnimation{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}.animate-flow{stroke-dasharray:2;stroke-dashoffset:100;animation:flowAnimation 60s linear infinite}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes pulse{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}.floating-card{animation:floating 2s ease-in-out infinite}.floating-card-pulse{animation:pulse 2s ease-in-out infinite}