@keyframes spin-slow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse-delay{0%,to{opacity:.3}50%{opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animation-delay-150{animation-delay:.15s}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.animation-delay-400{animation-delay:.4s}.spin-slow{animation:spin-slow 2s linear infinite}.pulse-delay{animation:pulse-delay 1.5s ease-in-out infinite}.animate-fadeIn{animation:fadeIn .6s ease-out}.animate-slideInUp{animation:slideInUp .8s ease-out}.animate-shimmer{background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);background-size:200px 100%;animation:shimmer 1.5s infinite}.skeleton-item{animation:slideInUp .6s ease-out}.skeleton-item:first-child{animation-delay:.1s}.skeleton-item:nth-child(2){animation-delay:.2s}.skeleton-item:nth-child(3){animation-delay:.3s}.skeleton-item:nth-child(4){animation-delay:.4s}.skeleton-item:nth-child(5){animation-delay:.5s}.must-see:before{content:"Must See";position:absolute;top:12px;right:-30px;background-color:var(--Colors__Purple__9);color:white;padding:4px 30px;font-size:12px;transform:rotate(45deg);font-weight:500}