@keyframes slideInOutAnimation{0%{max-height:0;top:100%}}.slideInOutAnimation-enter-active,.slideInOutAnimation-leave-active{animation:slideInOutAnimation .4s ease-out;overflow:hidden}.slideInOutAnimation-leave-active{animation-direction:reverse}.expander{border-radius:12px}.expander__item{border-bottom:1px solid #f5f5f8;box-shadow:0 0 15px #00000012;transition:margin-bottom .3s ease}.expander__item__header{align-items:center;background:#f7f8fa;color:#142027;cursor:pointer;display:flex;padding:14.5px 24px;transition:background-color .3s ease}.expander__item__header:hover .expander__item__plus path{stroke:#25a3ae}.expander__item--active{margin-bottom:20px}.expander__item--active .expander__item__header{background-color:#f5f5f8}.expander__item--active .expander__item__plus{transform:rotate(315deg)}.expander__item--active .expander__item__plus path{stroke:#1a9eab!important}.expander__item__title{margin-right:auto;transition:color .2s}.expander__item__plus{height:26px;margin-left:50px;max-width:26px;min-width:26px;transition:transform .4s ease}.expander__item__plus path{stroke:#25a3ae;transition:stroke .2s}.expander__item__body{background:#fff;border-radius:0 0 12px 12px;color:#142027;font-size:13px;line-height:1.5;padding:20px 24px}.expander__item__body p{cursor:text;text-align:justify}.expander__item__body p a{color:#f5f5f8}.expander__item__body p a:hover{text-decoration:underline}.expander__item__body p ul{margin:10px 0;padding:0}.expander__item__body p ul li{list-style:none;margin-bottom:5px}.expander__item__body p ul li:last-child{margin-bottom:0}.expander__item__body p ul li:before{content:"-";margin-right:5px}.expander__item:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.expander__item:last-child{border-bottom:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px;margin-bottom:0}
