.faq__inner{display:grid;grid-template-columns:1fr;gap:24px}@media screen and (min-width: 1200px){.faq__inner{grid-template-columns:1fr 1fr}}.faq__info{display:flex;flex-direction:column;gap:24px;padding:32px;border-radius:12px;overflow:hidden;background-color:#e6f0f8;height:-moz-fit-content;height:fit-content}.faq__info h2{margin:0}.faq__items{display:grid;grid-template-columns:1fr;gap:16px}.faq__item{border:1px solid rgba(12,38,59,.12);border-radius:12px;background-color:#fff;overflow:hidden}.faq__item[open] .faq__item-icon{transform:rotate(180deg)}.faq__item-question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;cursor:pointer;list-style:none}.faq__item-question::-webkit-details-marker{display:none}.faq__item-question-text{font-size:16px;line-height:1.4;color:#0c263b}.faq__item-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:8px;background-color:rgba(12,38,59,.1);color:#0c263b;transition:transform .3s ease}.faq__item-icon .icon{position:unset;width:10px;height:6px}.faq__item-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq__item[open] .faq__item-answer{grid-template-rows:1fr}.faq__item-answer-inner{overflow:hidden;min-height:0;padding:0 24px;font-size:16px;line-height:1.5;color:#5b7285;transition:padding .3s ease}.faq__item[open] .faq__item-answer-inner{padding-bottom:20px}.faq__item-answer-inner *{font-size:inherit;line-height:inherit;color:inherit}.faq__item-answer-inner p{margin:0 0 12px}.faq__item-answer-inner p:last-child{margin-bottom:0}.faq__item-answer-inner ul,.faq__item-answer-inner ol{margin:0 0 12px;padding-left:20px}.faq__subtitle{font-size:16px}.faq__subtitle *{font-size:inherit}