.bg-hex-top{background-color:var(--quattro-navy);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='156.808' height='45.402' viewBox='0 0 156.808 45.402'%3E%3Cpath fill='%23FFF' d='m0 0 78.582 45.402L156.808 0z'/%3E%3C/svg%3E");background-position:0 0;background-repeat:repeat-x;background-size:220px auto;padding-bottom:80px;padding-top:160px}.faq-accordion{display:flex;flex-direction:column;gap:16px}.faq-item{padding:16px 16px 12px}.faq-accordion.greenbg .faq-item{background-color:var(--quattro-green)}.faq-item .question{align-items:center;cursor:pointer;display:flex;gap:20px;line-height:120%}.faq-item .question:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='15.303' height='15.303' viewBox='0 0 15.303 15.303'%3E%3Cpath fill='%23F1F1F2' d='M5.355 15.303V9.788H0V5.516h5.355V0h4.591v5.516h5.357v4.272H9.946v5.515z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% auto;content:"";flex-grow:0;flex-shrink:0;height:16px;width:16px}.faq-accordion.nobg .faq-item{border-bottom:1px solid var(--quattro-orange-fade);padding-left:0;padding-right:0}.faq-accordion.nobg .faq-item:last-child{border-bottom:0}.faq-accordion.nobg .faq-item .question{font-family:Sen;font-size:var(--p-large-size)!important;justify-content:space-between}.faq-accordion.nobg .faq-item .question:before{order:2}.faq-item .answer{display:table;margin-top:6px;opacity:0;padding:0;transition:opacity .3s ease-in-out,padding .3s ease-in-out;width:100%}.faq-item:not(.open) .answer{transition:none}.faq-item:not(.open) .answer-content{display:none}.faq-item.open .answer{opacity:1;padding:12px 0}.faq-item.open .answer-content{display:block}.faq-item.open .question:before{background:#f1f1f2;height:4px;width:16px}.faq-item .answer,.faq-item .answer p{color:#fff;font-size:var(--p-small-size)}.faq-item .answer p:last-of-type{margin:0}