.faq{border-top:1px solid #d9d9d9}.faqItem{border-bottom:1px solid #d9d9d9}.faqQuestion{align-items:center;background:none;border:none;color:#000;cursor:pointer;display:flex;gap:15px;line-height:1.6;padding:20px 0;text-align:left;transition:all .5s ease;width:100%}.faqQuestion:focus,.faqQuestion:hover{background-color:inherit;opacity:.7}.faqQuestionText{flex:1;font-weight:500}.faqA,.faqQ{flex-shrink:0;font-size:20px;font-weight:700;line-height:1}.faqQ{color:#e3032e}.faqA{color:#003b55;margin-top:5px}.faqIcon{flex-shrink:0;height:20px;position:relative;width:20px}.faqIcon:after,.faqIcon:before{background:#e3032e;content:"";left:50%;position:absolute;top:50%;transition:.3s ease}.faqIcon:before{height:2px;transform:translate(-50%,-50%);width:20px}.faqIcon:after{height:20px;transform:translate(-50%,-50%);width:2px}.faqItem.is-open .faqIcon:after{opacity:0}.faqAnswer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faqAnswerInner{background:#f5f5f5;display:flex;gap:15px;margin-bottom:20px;padding:15px 50px 15px 20px}.faqAnswerText{color:#222;flex:1;line-height:1.6}@media screen and (max-width:767px){.faqAnswerInner{padding:15px 20px}}