SECTION.content-block-faq .faq__filter-container{border-radius:4px;flex-direction:row;align-items:center;max-width:100%;font-size:20px;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}SECTION.content-block-faq .faq__filter-container:hover{opacity:.8}SECTION.content-block-faq .faq__filter-collapsed{white-space:nowrap;cursor:pointer;z-index:5;flex-shrink:0}SECTION.content-block-faq .faq__filter-expanded{z-index:2;flex-wrap:wrap;align-items:flex-start;height:100%;display:flex}SECTION.content-block-faq .faq__filter-arrow,SECTION.content-block-faq .faq__filter-close{cursor:pointer;flex-shrink:0}SECTION.content-block-faq .faq__filter-current-text{color:#003266;font-weight:600}SECTION.content-block-faq .faq__filter .form-check{min-height:unset;cursor:pointer;font-size:14px}SECTION.content-block-faq .faq__filter .form-check .form-check-input{cursor:pointer;width:14px;height:14px}SECTION.content-block-faq .faq__filter .form-check .form-check-label{cursor:pointer;font-size:18px;font-weight:500;line-height:1.2}SECTION.content-block-faq .faq__filter-mobile{margin-bottom:1rem}SECTION.content-block-faq .faq__filter-mobile-container{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;overflow:auto hidden}SECTION.content-block-faq .faq__filter-mobile-container::-webkit-scrollbar{display:none}SECTION.content-block-faq .faq__filter-mobile-pills{min-width:min-content;padding:.25rem 0}SECTION.content-block-faq .faq__filter-mobile-pill{cursor:pointer;white-space:nowrap;scroll-snap-align:center;border-radius:8px}SECTION.content-block-faq .faq__filter-mobile-pill.active{background-color:var(--bs-skyblue)!important}SECTION.content-block-faq .faq__filter-mobile-pill.active span{color:#fff;font-weight:600}SECTION.content-block-faq .faq__filter-mobile-pill span{color:var(--bs-darkblue);font-size:14px;line-height:1.2}SECTION.content-block-faq .faq__list .faq__section{flex-direction:column;gap:.75rem;display:flex}SECTION.content-block-faq .faq__list .faq__list_item{cursor:pointer;border-radius:var(--ad-card-border-radius-mobile);box-shadow:var(--ad-box-shadow);background:#fff;position:relative;overflow:clip}@media (width>=768px){SECTION.content-block-faq .faq__list .faq__list_item{border-radius:var(--ad-card-border-radius)}}SECTION.content-block-faq .faq__list .faq__list_item H3{text-wrap:initial;line-height:1.4}@media (width<=767.98px){SECTION.content-block-faq .faq__list .faq__list_item H3{font-size:14px}}SECTION.content-block-faq .faq__list .faq__list_item H3 .faq__list_item_collapse{place-self:center;display:inline-block}SECTION.content-block-faq .faq__list .faq__list_item H3 .faq__list_item_expand{place-self:center;display:none}SECTION.content-block-faq .faq__list .faq__list_item_content{max-width:calc(100% - 32px);padding-top:.5rem;display:none;overflow:hidden}SECTION.content-block-faq .faq__list .faq__list_item.--open H3 .faq__list_item_collapse{display:none}SECTION.content-block-faq .faq__list .faq__list_item.--open H3 .faq__list_item_expand{display:inline-block}