.faq-module__list{display:flex;flex-wrap:wrap;gap:16px}.faq-module__item{display:flex;flex-direction:column;gap:26px;width:100%}.faq-module__inner{border-radius:8px;cursor:pointer;height:100%;overflow:hidden;padding:24px;position:relative}.faq-module__inner:after{border:9px solid #fff;border-radius:8px;box-sizing:border-box;content:"";filter:blur(3px);height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}.faq-module__title{font-weight:700;line-height:20px;margin-bottom:0;max-width:600px;padding-right:60px;position:relative;z-index:3}.faq-module__content{margin-top:0;max-height:0;opacity:0;overflow:hidden;position:relative;transition:max-height .45s ease,opacity .35s ease,margin-top .35s ease;z-index:3}.faq-module__text{margin:0;max-width:834px}.faq-module__item.is-open .faq-module__content{margin-top:10px;opacity:1}.faq-module__toggle{align-items:center;background:transparent;border:0;cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;position:absolute;right:20px;top:18px;width:36px;z-index:4}.faq-module__arrow{transition:transform .35s ease}.faq-module__item.is-open .faq-module__arrow{transform:rotate(180deg)}.faq-module__background{overflow:initial;pointer-events:none;position:absolute;z-index:1}.faq-module__background--primary{left:0;min-width:449px;top:-90px}.faq-module__background--secondary{left:47%;min-width:880px;top:-10px;transform:translateX(-50%)}