@keyframes timeline-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes timeline-fade-right{0%{opacity:0;transform:translateX(-15px)}to{opacity:1;transform:translateX(0)}}.timeline-item{animation:timeline-fade-up .6s ease-out forwards;opacity:0}.timeline-item-mobile{animation:timeline-fade-right .5s ease-out forwards;opacity:0}.timeline-item:first-child{animation-delay:.1s}.timeline-item:nth-child(2){animation-delay:.25s}.timeline-item:nth-child(3){animation-delay:.4s}.timeline-item:nth-child(4){animation-delay:.55s}.timeline-item:nth-child(5){animation-delay:.7s}.timeline-item-mobile:first-child{animation-delay:.1s}.timeline-item-mobile:nth-child(2){animation-delay:.2s}.timeline-item-mobile:nth-child(3){animation-delay:.3s}.timeline-item-mobile:nth-child(4){animation-delay:.4s}.timeline-item-mobile:nth-child(5){animation-delay:.5s}@keyframes fade-slide-up{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-slide-up-small{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;animation:fade-slide-up 1.2s ease-out forwards}.animate-on-scroll-small{opacity:0;animation:fade-slide-up-small .6s ease-out forwards}.animate-on-scroll-small:first-child{animation-delay:0s}.animate-on-scroll-small:nth-child(2){animation-delay:.1s}.animate-on-scroll-small:nth-child(3){animation-delay:.2s}.animate-on-scroll-small:nth-child(4){animation-delay:.3s}