.faq-module{--faq-primary:#1769b0;--faq-text:#161616;--faq-answer-text:#5f6368;--faq-border:#dbe3ea;--faq-background:#fff;--faq-hover-background:#f7fafd;--faq-radius:12px;width:100%}.faq-module__list{display:flex;flex-direction:column;gap:16px;width:100%}.faq-module__item{background-color:var(--faq-background);border:1px solid var(--faq-border);border-radius:var(--faq-radius);overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease;width:100%}.faq-module__item:hover{border-color:rgba(23,105,176,.45)}.faq-module__item[open]{border-color:rgba(23,105,176,.55);box-shadow:0 12px 30px rgba(17,65,104,.08)}.faq-module__question{align-items:center;color:var(--faq-text);cursor:pointer;display:flex;font-size:18px;font-weight:700;gap:24px;justify-content:space-between;line-height:1.35;list-style:none;padding:24px 28px;transition:color .25s ease,background-color .25s ease;width:100%}.faq-module__question:hover{background-color:var(--faq-hover-background);color:var(--faq-primary)}.faq-module__question::-webkit-details-marker{display:none}.faq-module__question::marker{content:"";display:none}.faq-module__question-text{flex:1;min-width:0}.faq-module__icons{background-color:rgba(23,105,176,.1);border-radius:50%;color:var(--faq-primary);flex:0 0 36px;height:36px;position:relative;width:36px}.faq-module__icon,.faq-module__icons{align-items:center;display:inline-flex;justify-content:center}.faq-module__icon{height:18px;position:absolute;transition:opacity .2s ease,transform .25s ease;width:18px}.faq-module__icon svg{display:block;fill:currentColor;height:100%;width:100%}.faq-module__icon--closed{opacity:1;transform:rotate(0deg) scale(1)}.faq-module__icon--open{opacity:0;transform:rotate(-45deg) scale(.7)}.faq-module__item[open] .faq-module__icon--closed{opacity:0;transform:rotate(45deg) scale(.7)}.faq-module__item[open] .faq-module__icon--open{opacity:1;transform:rotate(0deg) scale(1)}.faq-module__answer{padding:0 28px 26px}.faq-module__answer-content{border-top:1px solid var(--faq-border);color:var(--faq-answer-text);font-size:16px;font-weight:400;line-height:1.7;padding-top:22px}.faq-module__answer-content>:first-child{margin-top:0}.faq-module__answer-content>:last-child{margin-bottom:0}.faq-module__answer-content p{margin:0 0 16px}.faq-module__answer-content ol,.faq-module__answer-content ul{margin:0 0 16px;padding-left:24px}.faq-module__answer-content a{color:var(--faq-primary);font-weight:600;text-decoration:underline;text-underline-offset:3px}.faq-module__question:focus-visible{outline:3px solid rgba(23,105,176,.3);outline-offset:-3px}@media (max-width:767px){.faq-module__list{gap:12px}.faq-module__question{font-size:17px;gap:16px;padding:20px}.faq-module__answer{padding:0 20px 22px}.faq-module__answer-content{font-size:15px;line-height:1.65;padding-top:18px}.faq-module__icons{flex-basis:32px;height:32px;width:32px}.faq-module__icon{height:16px;width:16px}}