.faqs-box{margin:0 auto;max-width:896px}.faqs .ungated-label{background-color:#e8f4ff;margin-bottom:20px}.faqs .desc{max-width:590px}.faqs-items{display:flex;flex-direction:column;gap:16px;margin-top:34px}.faqs-item{background:#fff;border-radius:10px;box-shadow:0 15px 40px 0 #3a9efe0d;cursor:pointer;padding:25px 32px 24px 33px;position:relative;transition:background .3s ease,box-shadow .3s ease}.faqs-item.active{box-shadow:none;display:flex;flex-direction:column;gap:10px;padding:28px 32px 30px 33px}.faqs-item.active,.faqs-item:hover{background-color:#d1e8ff}.faqs-item.active .faqs-item-title{align-items:end}.faqs-item-title{align-items:center;display:flex;font-size:18px;font-weight:700;gap:30px;justify-content:space-between;line-height:28px}.faqs-item-title .arrow{display:inline-block;flex-shrink:0;height:6px;position:relative;width:10px}.faqs-item-title .arrow:after{background:url("data:image/svg+xml;utf8,<svg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg' fill='none'><path d='M1 1L5 5L9 1' stroke='%23020817' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat 50%;background-size:contain;content:"";inset:0;position:absolute;transition:transform .3s ease}.faqs-item.active .faqs-item-title .arrow:after{transform:rotate(180deg)}.faqs-item-content{overflow:hidden;transition:height .4s ease,opacity .4s ease,transform .4s ease;width:90%}.faqs-item-content p{line-height:25px}.faqs-item-content p:last-child{margin-bottom:0}@media (max-width:767px){.faqs-item-title{line-height:23px}}