.hide-scroll-bar{-ms-overflow-style:none;scrollbar-width:none}.hide-scroll-bar::-webkit-scrollbar{display:none}#about{display:flex;align-items:stretch}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .5s ease-out forwards}@keyframes cardEntranceStagger{0%{opacity:0;transform:translateY(30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cardExit{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(.95)}}@keyframes expandedViewSlideIn{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes expandedViewSlideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(30px) scale(.98)}}.animate-cardEntranceStagger{animation:cardEntranceStagger .6s cubic-bezier(.16,1,.3,1) forwards;opacity:0}.animate-cardExit{animation:cardExit .4s cubic-bezier(.4,0,.2,1) forwards}.animate-expandedViewSlideIn{animation:expandedViewSlideIn .6s cubic-bezier(.16,1,.3,1) forwards;opacity:0}.animate-expandedViewSlideOut{animation:expandedViewSlideOut .4s cubic-bezier(.4,0,.2,1) forwards}.animate-cardEntranceStagger:nth-child(1){animation-delay:0ms}.animate-cardEntranceStagger:nth-child(2){animation-delay:.1s}.animate-cardEntranceStagger:nth-child(3){animation-delay:.2s}.animate-cardEntranceStagger:nth-child(4){animation-delay:.3s}.animate-cardEntranceStagger:nth-child(5){animation-delay:.4s}.animate-cardEntranceStagger:nth-child(6){animation-delay:.5s}.transition-smooth{transition:all .4s cubic-bezier(.16,1,.3,1)}.transition-smooth-fast{transition:all .3s cubic-bezier(.4,0,.2,1)}
