@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");.accordion-item{border-bottom:1px solid #f4f4f4;cursor:pointer;display:flex;flex-direction:column;margin-bottom:1em;padding-bottom:1rem}.item-header{align-items:center;column-gap:.2em;display:flex;justify-content:space-between}.item-icon{border-radius:4px;cursor:pointer;display:grid;flex:0;font-size:1.25rem;height:25px;margin-top:0;place-items:center;width:25px}.item-icon i{transition:all .25s cubic-bezier(.5,0,.1,1)}.active .item-icon i{transform:rotate(90deg)}.active .item-question{font-weight:500}.item-content{max-height:0;overflow:hidden;transition:all .3s ease}.item-answer{line-height:150%;opacity:.8}.bx{font-size:30px;font-weight:100!important}.item-header::active{column-gap:.2em;display:flex;justify-content:space-between}