@-webkit-keyframes open{0%{max-height:0}to{max-height:500px}}@keyframes open{0%{max-height:0}to{max-height:500px}}@-webkit-keyframes close{0%{max-height:500px}to{max-height:0}}@keyframes close{0%{max-height:500px}to{max-height:0}}.accordion-toggle-enter-active{-webkit-animation:open .4s ease-in forwards;animation:open .4s ease-in forwards}.accordion-toggle-leave-active{-webkit-animation:close .4s ease-out forwards;animation:close .4s ease-out forwards}.accordion__trigger{cursor:pointer}.accordion__target{overflow:hidden;height:auto}