:root{--primary-color:#00f0b5;--background-dark:#1a1a1a;--background-light:#2e2e2e;--accent-color:silver;--text-color:#fff}body{font-family:Arial,sans-serif;margin:0;padding:0;box-sizing:border-box;background-color:var(--background-dark);color:var(--text-color)}@keyframes pulse-fast{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.05);opacity:1}}.animate-pulse-fast{animation:pulse-fast 1.5s ease-in-out infinite}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in 1s ease-in-out}.image-full-width{width:100%;height:auto}.image-cover{width:100%;height:100%;object-fit:cover}a img{border:none}.py-16 .overflow-hidden.relative:before,.py-20 .overflow-hidden.relative:before{content:"";position:absolute;inset:0;background-color:silver;z-index:0;border-radius:.5rem}.animate-marquee-left{position:relative;z-index:1}.animate-marquee-left>div{flex-shrink:0;min-width:100%;justify-content:space-around;padding:0 2rem}@keyframes marquee-left-fix{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-marquee-left{animation:marquee-left-fix 40s linear infinite}