@keyframes fade-in-up{0%{opacity:.1;transform:translateY(70px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:2s cubic-bezier(.4,0,.2,1) forwards fade-in-up;opacity:1!important}@keyframes fadeInUp{0%{opacity:.1;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-fadeInUp{animation:2s cubic-bezier(.23,1,.32,1) both fadeInUp}@keyframes industry-slide-in{0%{transform:translate(80px)}to{transform:translate(0)}}@keyframes industry-slide-out{0%{transform:translate(0)}to{transform:translate(-80px)}}.animate-industry-slide-in{animation:.5s cubic-bezier(.4,0,.2,1) forwards industry-slide-in}.animate-industry-slide-out{animation:.5s cubic-bezier(.4,0,.2,1) forwards industry-slide-out}
