:root{--faq-container:calc(var(--base-unit)*500);--faq-gap:calc(var(--base-unit)*9);--faq-padding:calc(var(--base-unit)*11);--faq-border-radius:calc(var(--base-unit)*6);--faq-shadow:0px calc(var(--base-unit)*2.5) calc(var(--base-unit)*2.5) 0px rgba(0,0,0,.06);--faq-max-height-collapsed:calc(var(--base-unit)*40.5);--faq-max-height-expanded:calc(var(--base-unit)*4050);--faq-icon-width:calc(var(--base-unit)*7);--faq-icon-height:calc(var(--base-unit)*3.5);--faq-font-size-heading:var(--font-text-xl-size);--faq-line-height-heading:calc(var(--base-unit)*18);--faq-margin-bottom-heading:calc(var(--base-unit)*7);--faq-font-size-content:var(--font-text-lg-size);--faq-line-height-content:calc(var(--base-unit)*17);--faq-gap-small:calc(var(--base-unit)*6);--faq-padding-small:calc(var(--base-unit)*10.5);--faq-border-radius-small:calc(var(--base-unit)*5);--faq-shadow-small:0px calc(var(--base-unit)*2) calc(var(--base-unit)*2) 0px rgba(0,0,0,.06);--faq-font-size-small:var(--font-text-sm-size);--faq-line-height-small:calc(var(--base-unit)*10.5);--faq-margin-bottom-small:calc(var(--base-unit)*2);--faq-width-heading-small:calc(var(--base-unit)*138.5);--faq-line-height-list-small:1.3;--faq-max-height-collapsed-small:fit-content;--faq-max-height-expanded-small:calc(var(--base-unit)*400);--faq-icon-width-small:calc(var(--base-unit)*6);--faq-icon-height-small:calc(var(--base-unit)*3)}.faq{position:relative}.faq .container{max-width:var(--faq-container)}.faq__content{height:auto}.faq__content:after{background:url(https://25298778.fs1.hubspotusercontent-eu1.net/hubfs/25298778/faq.png) no-repeat top/cover;content:"";left:0;position:absolute;top:0;width:100%;z-index:-1}.faq__items{gap:var(--faq-gap)}.faq__items,.faq__items-item{display:flex;flex-direction:column}.faq__items-item{background:var(--color-base-white);border-radius:var(--faq-border-radius);box-shadow:var(--faq-shadow);cursor:pointer;max-height:var(--faq-max-height-collapsed);overflow:hidden;padding:var(--faq-padding);transition:.3s;width:auto}.faq__items-item .head{align-items:center;display:flex;justify-content:space-between}.faq__items-item .head:after{background:url(https://25298778.fs1.hubspotusercontent-eu1.net/hubfs/25298778/Icon-1.svg) no-repeat top/cover;content:"";height:var(--faq-icon-height);transition:.2s;width:var(--faq-icon-width)}.faq__items-item h3{color:var(--color-base-black);font-size:var(--faq-font-size-heading);font-weight:var(--font-text-xl-medium-weight);line-height:var(--faq-line-height-heading);margin:0;text-align:left}.faq__items-item .content{opacity:0;transition:.1s;visibility:hidden}.faq__items-item .content,.faq__items-item .content p{color:var(--color-base-black);font-size:var(--faq-font-size-content);font-style:normal;font-weight:var(--font-text-lg-regular-weight);line-height:var(--faq-line-height-content)}.faq__items-item .content ul li{font-size:var(--faq-font-size-content)!important;line-height:var(--faq-line-height-content)!important}.faq__items-item .content li,.faq__items-item .content ul li{font-style:normal;font-weight:var(--font-text-lg-regular-weight)}.faq__items-item .content li{color:var(--color-base-black);font-size:var(--faq-font-size-content);line-height:var(--faq-line-height-content)}.faq__items-item.active{max-height:var(--faq-max-height-expanded)}.faq__items-item.active .head:after{background:url(https://25298778.fs1.hubspotusercontent-eu1.net/hubfs/25298778/Icon.svg) no-repeat top/cover}.faq__items-item.active .content{display:block;opacity:1;visibility:visible}@media screen and (max-width:768px){.faq .container{max-width:100%}.faq__items{gap:var(--faq-gap-small)}.faq__items-item{background:var(--color-base-white);border-radius:var(--faq-border-radius-small);box-shadow:var(--faq-shadow-small);max-height:var(--faq-max-height-collapsed-small);padding:var(--faq-padding-small)}.faq__items-item h4{font-size:var(--faq-font-size-small);line-height:var(--faq-line-height-small);margin-bottom:var(--faq-margin-bottom-small);width:var(--faq-width-heading-small)}.faq__items-item .content{display:none}.faq__items-item .content p{font-size:var(--faq-font-size-small);line-height:var(--faq-line-height-small)}.faq__items-item .content ul li{font-size:var(--faq-font-size-small)!important;line-height:var(--faq-line-height-list-small)!important}.faq__items-item.active .content{font-size:var(--faq-font-size-small);line-height:var(--faq-line-height-small)}.faq__items-item .head:after{height:var(--faq-icon-height-small);width:var(--faq-icon-width-small)}.faq__content:after{display:none}.faq__items-item.active{max-height:var(--faq-max-height-expanded-small)}}