.faq{align-items:center;padding:96px 80px;gap:80px;position:relative;background:#3d1a3d}.faq,.faq-container{display:flex;flex-direction:column;width:100%}.faq-container{max-width:896px;align-items:flex-start}.faq-title{font-family:Inter,sans-serif;font-style:normal;font-weight:700;font-size:36px;line-height:40px;align-items:center;text-align:center;color:#fff;margin:0 auto 64px}.faq-list,.faq-title{display:flex;width:100%}.faq-list{flex-direction:column;align-items:flex-start;padding:0;gap:16px;max-width:832px}.faq-item{box-sizing:border-box;width:100%;min-height:74px;border:1px solid hsla(0,0%,100%,.2);border-radius:12px;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease;background:hsla(0,0%,100%,.05)}.faq-item:hover{border-color:#d1d5db;box-shadow:0 1px 3px rgba(0,0,0,.1)}.faq-button{box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:24px;width:100%;min-height:72px;background:transparent;border:none;cursor:pointer;text-align:left}.faq-button span{font-family:Inter,sans-serif;font-style:normal;font-weight:600;font-size:16px;line-height:24px;color:#fff}.faq-icon,.faq-icon-open{transition:transform .4s cubic-bezier(.4,0,.2,1);flex-shrink:0}.faq-icon-open{transform:rotate(45deg)}.faq-answer{max-height:0;opacity:0;overflow:hidden;padding:0 24px}.faq-answer,.faq-item[data-open=true] .faq-answer{transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1) .1s,padding .5s cubic-bezier(.4,0,.2,1)}.faq-item[data-open=true] .faq-answer{max-height:1000px;opacity:1;padding:0 24px 24px}.faq-answer p{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#e5e7eb;margin:0}