/* These three outcomes arrive from the left, in reading order. */
@keyframes scroll-element-in{from{opacity:0;transform:translate(var(--reveal-x,0px),var(--reveal-y,24px))}to{opacity:1;transform:translate(0,0)}}
.company .three-columns > article.scroll-reveal{--reveal-x:-32px;--reveal-y:0px;--card-delay:0ms}
.company .three-columns > article.scroll-reveal:nth-child(2){--card-delay:180ms}
.company .three-columns > article.scroll-reveal:nth-child(3){--card-delay:360ms}
.company .three-columns > article.scroll-reveal[data-reveal-state="waiting"]{transform:translateX(-32px)}
.company .three-columns > article.scroll-reveal[data-reveal-state="entering"]{animation-delay:var(--card-delay)}
