.accordion__content{background:0 0;border:none;border-radius:10px;flex-direction:column;gap:10px;max-width:720px;margin:0 auto;padding:2rem;display:flex}.accordion__content h2{color:#fff;letter-spacing:-.01em;text-align:center;margin:0 0 8px;font-size:20px;font-weight:700}.accordion__item{background:#1c1c1c;border:1px solid #ffffff1a;border-radius:10px;flex-direction:column;padding:0 16px;transition:border-color .3s;display:flex}.accordion__item:hover{border-color:#fff3}.item__header{cursor:pointer;justify-content:space-between;align-items:center;column-gap:12px;padding:14px 0;display:flex}.item__header.active .item__icon{background:#ff000014;border-color:#f003}.item__header.active .item__icon svg{color:red;transform:rotate(180deg)}.item__header.active .item__question{color:#fff}.item__question{font-size:16px;font-weight:600;font-family:var(--font-primary);color:#ffffff80;margin:0;line-height:1.4;transition:color .3s}.item__icon{background:0 0;border:1px solid #ffffff1a;border-radius:10px;flex:0 0 28px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .3s,border-color .3s;display:flex}.item__icon svg{color:#ffffff47;transition:transform .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1)}.item__content{max-height:0;transition:max-height .32s cubic-bezier(.4,0,.2,1);overflow:hidden}.item__answer{color:#ffffff80;font-size:16px;font-weight:300;line-height:1.6;font-family:var(--font-secondary);margin:0 0 12px}.item__answer:last-child{margin-bottom:16px}
