@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .6s ease forwards}.animate-fadeIn>:first-child{animation-delay:0s}.animate-fadeIn>:nth-child(2){animation-delay:.1s}.animate-fadeIn>:nth-child(3){animation-delay:.2s}.animate-fadeIn>:nth-child(4){animation-delay:.3s}.animate-fadeIn>:nth-child(5){animation-delay:.4s}.presentation-container{overflow:hidden}.presentation-container::-webkit-scrollbar{display:none}body:has(.presentation-container){overflow:hidden;-ms-overflow-style:none;scrollbar-width:none}body:has(.presentation-container)::-webkit-scrollbar{display:none}