.accordion.active{animation-direction:revert-layer;max-height:unset;-webkit-transition:max-height .75s;-moz-transition:max-height .75s;-ms-transition:max-height .75s;-o-transition:max-height .75s;transition:max-height .75s}.loader{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-bottom{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-name:animatebottom;animation-name:animatebottom;position:relative}@keyframes animatebottom{0%{bottom:-100px;opacity:0}to{bottom:0;opacity:1}}