@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn 1s ease-out forwards}@keyframes expandHeight{0%{max-height:0;overflow:hidden}to{max-height:1500px}}.expand-down{animation:expandHeight 3s ease-out forwards}@keyframes expandHeightLarge{0%{max-height:0;overflow:hidden}to{max-height:3000px}}.expand-down-large{animation:expandHeightLarge 2s ease-out forwards}