@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee{animation:30s linear infinite marquee}@keyframes hero-text-in{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}@keyframes hero-image-in{0%{opacity:0;transform:translateY(32px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.hero-text{animation:.7s cubic-bezier(.22,1,.36,1) .1s both hero-text-in}.hero-image{animation:.8s cubic-bezier(.22,1,.36,1) .25s both hero-image-in}.services-grid [data-reveal]:first-child{transition-delay:0s}.services-grid [data-reveal]:nth-child(2){transition-delay:.12s}.services-grid [data-reveal]:nth-child(3){transition-delay:.24s}.services-grid [data-reveal]:nth-child(4){transition-delay:.36s}.services-grid [data-reveal]:nth-child(5){transition-delay:.48s}.services-grid [data-reveal]:nth-child(6){transition-delay:.6s}
