.fade-in-up{animation:fadeInUp 2.5s cubic-bezier(.23,1,.32,1) both}.container{padding:0 30px!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.hero-bg-zoom{animation:heroZoomIn 4s cubic-bezier(.23,1,.32,1) both}@keyframes heroZoomIn{0%{transform:scale(1.08);opacity:.7}to{transform:scale(1);opacity:1}}