.v6-faq .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.v6-faq .container>*{max-width:804px;width:100%}.v6-faq__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:32px;margin-top:8px}.v6-faq__list-item{width:100%}.v6-faq__list-item[open] summary svg{-webkit-transform:rotate(0);transform:rotate(0)}.v6-faq__list-item summary{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--line-secondary);color:var(--text-main);gap:12px;padding-bottom:16px}.v6-faq__list-item summary::-webkit-details-marker{display:none}.v6-faq__list-item summary svg{-ms-flex-negative:0;flex-shrink:0;height:20px;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:20px}.v6-faq__list-item__question{font-size:20px;font-weight:700;line-height:140%}.v6-faq__list-item .text-block{color:var(--text-main);margin-top:16px}@media (max-width:768px){.v6-faq .container{gap:16px}.v6-faq__list{gap:24px}}