.faq-module{box-sizing:border-box;margin-bottom:2rem;padding:0 20px;width:100%}.faq-module .faq-container{border-radius:12px;margin:0 auto;max-width:900px;padding:60px 50px;--accent-color:#000}.faq-module .bg-gray{background-color:#eee;--accent-color:#000}.faq-module .bg-white{background-color:#fff;--accent-color:#000}.faq-module .bg-black{background-color:#000;--accent-color:#000}.faq-module .bg-red{background-color:#8c2642;--accent-color:#8c2642}.faq-module .bg-red-50{background-color:rgba(140,38,66,.5);--accent-color:#8c2642}.faq-module .bg-yellow{background-color:#ecb959;--accent-color:#ecb959}.faq-module .bg-yellow-50{background-color:rgba(236,185,89,.5);--accent-color:#ecb959}.faq-module .bg-green{background-color:#4caf50;--accent-color:#4caf50}.faq-module .bg-green-50{background-color:rgba(76,175,80,.5);--accent-color:#4caf50}.faq-module .bg-orange{background-color:#d37428;--accent-color:#d37428}.faq-module .bg-orange-50{background-color:rgba(211,116,40,.5);--accent-color:#d37428}.faq-module .bg-blue{background-color:#96b8be;--accent-color:#96b8be}.faq-module .bg-blue-50{background-color:rgba(150,184,190,.5);--accent-color:#96b8be}.faq-module .bg-black .faq-headline,.faq-module .bg-red .faq-headline{color:#fff}.faq-module .faq-headline{color:#000;font-size:1.875rem;font-weight:800;margin-bottom:3rem;margin-top:0;text-align:center}.faq-module .faq-list{display:flex;flex-direction:column;gap:15px}.faq-module .faq-item{background-color:#fff;border-radius:5px;overflow:hidden}.faq-module .faq-question{align-items:center;border-bottom:1px solid transparent;color:#000;cursor:pointer;display:flex;font-size:1.125rem;font-weight:400;justify-content:space-between;list-style:none;padding:18px 25px;user-select:none}.faq-module .faq-item[open] .faq-question{border-bottom:1px solid var(--accent-color);font-weight:700}.faq-module .faq-question::-webkit-details-marker{display:none}.faq-module .faq-icon{background-color:var(--accent-color);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:14px;border-radius:50%;flex-shrink:0;height:24px;margin-left:15px;transition:transform .3s ease;width:24px}.faq-module .faq-item[open] .faq-icon{transform:rotate(180deg)}.faq-module .faq-answer{color:#333;font-size:1rem;line-height:1.6;padding:10px 25px 25px}.faq-module .faq-answer p{margin-top:0}.faq-module .faq-answer p:last-child{margin-bottom:0}@media (max-width:768px){.faq-module{padding:0 15px}.faq-module .faq-container{padding:40px 20px}.faq-module .faq-headline{font-size:1.125rem;margin-bottom:2rem}.faq-module .faq-question{font-size:.875rem;padding:16px 20px}.faq-module .faq-answer{padding:14px 20px 20px}}