.ss-faq{background:#F9F7F3;padding:100px 24px}
.ss-faq__inner{max-width:720px;margin:0 auto}
.ss-faq__heading{font-size:30px;font-weight:800;color:#141414;text-align:center;margin:0 0 56px;letter-spacing:-1px}
@media(min-width:768px){.ss-faq__heading{font-size:40px;letter-spacing:-1.5px}}
.ss-faq__list{display:flex;flex-direction:column;border-top:1px solid #E2DDD5}
.ss-faq__item{border-bottom:1px solid #E2DDD5}
.ss-faq__question{width:100%;background:none;border:none;padding:22px 0;text-align:left;font-size:17px;font-weight:600;color:#141414;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;font-family:inherit;line-height:1.4;letter-spacing:-.2px}
.ss-faq__question:hover{color:#1E2E1B}
.ss-faq__icon{width:24px;height:24px;min-width:24px;border:1.5px solid #C5BFB5;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s;color:#6B6760}
.ss-faq__icon svg{width:11px;height:11px;transition:transform .25s}
.ss-faq__item--open .ss-faq__icon{background:#1E2E1B;border-color:#1E2E1B;color:#EDE6D3}
.ss-faq__item--open .ss-faq__icon svg{transform:rotate(45deg)}
.ss-faq__answer{max-height:0;overflow:hidden;transition:max-height .32s ease}
.ss-faq__item--open .ss-faq__answer{max-height:500px}
.ss-faq__answer-inner{padding-bottom:22px;font-size:16px;color:#5A5650;line-height:1.75;max-width:620px}
