.faq{padding-inline:var(--pd-x);margin-top:20vh}.faq h2{font-weight:400;margin-bottom:2rem}.faq-container{width:100%;margin:0 auto}.faq-content{border-radius:var(--br-1);overflow:hidden;border:1px solid #000}.faq-item{border-bottom:1px solid #000;transition:all .3s ease}.faq-item.open,.faq-item:last-child{border-bottom:none}.faq-item.open+.faq-item{border-top:1px solid #000}.faq-question-wrapper{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;cursor:pointer;background:white;transition:background-color .3s ease}.faq-question-wrapper:hover{background-color:#f8f8f8}.faq-question{margin:0;font-size:1rem;font-weight:500;color:#333;flex:1 1;padding-right:1rem}.faq-arrow{display:flex;align-items:center;justify-content:center;color:#666;transition:transform .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.faq-arrow.rotated{transform:rotate(180deg)}.faq-arrow svg{width:12px;height:8px}.faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .3s ease;background:white}.faq-answer-wrapper.open{max-height:500px}.faq-answer{margin:0;padding:.75rem 1.25rem 1.25rem;color:#666;line-height:1.6;font-size:.9rem}