.career-logos{display:grid;grid-template-columns:1.45fr .8fr 1.35fr;align-items:center;gap:18px;max-width:620px;margin:32px 0 2px;padding:20px 0;background:transparent;border:0;overflow:hidden}
.career-logos svg{display:block;width:100%;height:74px;overflow:hidden;background:transparent;border:0;opacity:0;transform:translateY(22px) scale(.96);transition:opacity .7s ease,transform .9s cubic-bezier(.16,1,.3,1)}
.career-logos svg image{filter:grayscale(1) invert(1) contrast(2.4);mix-blend-mode:screen}
.career-logos svg:nth-child(2){height:88px;transition-delay:.14s}.career-logos svg:nth-child(3){transition-delay:.28s}
.career-logos.revealed svg{opacity:1;transform:translateY(0) scale(1)}
@media(max-width:650px){.career-logos{grid-template-columns:1fr 1fr;gap:12px;padding:16px;margin-top:28px}.career-logos svg{height:58px}.career-logos svg:nth-child(2){height:70px}.career-logos svg:last-child{grid-column:1/-1;width:72%;justify-self:center;height:66px}}
@media(prefers-reduced-motion:reduce){.career-logos svg{opacity:1;transform:none;transition:none}}
