/** Shopify CDN: Minification failed

Line 145:22 Unexpected "("

**/
.faqs_section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.faq_custom_fields .collapsible-trigger .faq-btn__icon--closed,
.faq_custom_fields .collapsible-trigger .faq-btn__icon--open{
    width: 30px;
}
.faqs_section .faq_custom_fields .collapsible-trigger .collapsible-trigger__layout span span {
    font-size: 20px;
    line-height: 1.3;
}
.quick_connect_link{
    text-decoration: underline;
}
.error_message_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    padding: 30px 40px 40px;
    border-radius: 20px;
}
.faqs_section_box.faq_custom_fields {
    width: 49%;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
.faqs_section .faq__wrapper{
    border-bottom: 1px solid #023A71;
    border-color: var(--colorBorder);
}
.faqs_section_box.faq_custom_fields.faqs_list_view {
    width: 100%;
}
.other_faq_btn:hover{
    border-width: 1px;
    border-style: solid;
    background-color: #fff !important;
}
.other_faq_btn,
.list_view_btn_wrapper {
    text-align: center;
    margin-top: 10px;
    border: 1px solid transparent;
    padding: 15px 25px;
    border-radius: 8px;
}
.list_view_btn_wrapper .list_view_btn {
    font-size: 18px;
}
.faqs_section .other_faq_btn{
    width: fit-content;
}
.list_view_back_btn {
    padding: 20px;
    color: #023a71;
}
.list_sub_heading {
    margin-bottom: 3px;
}
.faq_search_input{
    width: 100%;
    border-radius: 40px;
    padding: 20px;
    color: #023a71;
    background: #fff;
    margin-bottom: 20px;
}
.faqs_section input:active {
    border: 1px solid #023a71;
}
.faqs_section input:focus-visible {
    outline: none;
}
.faqs_section .list_view_back_btn_wrapper {
    width: 60vw;
    margin: 0 auto;
}
.faqs_section .list_view_back_btn_wrapper.show-error {
    width: 50vw;
}
.faqs_list_view_body .faqs_section .page_heading{
    display: none;
}
.faqs_list_view_body .faqs_section .faqs_list_view .page_heading{
    display: block;
}
.faqs_list_view .faq__wrapper {
    background-color: #fff;
    width: 60vw;
    border-radius: 50px;
    margin: 20px auto;
    padding-left: 30px;
}
.faqs_list_view.faqs_section_box.faq_custom_fields .collapsible-trigger-btn{
    padding: 25px 30px 20px 0px;
}
.faqs_list_view.faqs_section_box.faq_custom_fields{
    background-color: unset;
}
@media(max-width:1199px) {
    .faqs_section .faq_custom_fields .collapsible-trigger .collapsible-trigger__layout span span {
        font-size: 18px;
    }
}

@media(max-width:1078px) {
    .faqs_section_box.faq_custom_fields {
        width: 100%;
    }
}

@media(max-width:575px) {
    .faqs_section .faq_custom_fields .collapsible-trigger .collapsible-trigger__layout span span {
        font-size: 16px;
    }
    .error_message_wrapper {
        padding: 15px;
    }
    .faqs_section .error_message {
        font-size: 15px;
    }
    .faqs_list_view .faq__wrapper{
        width: 85vw;
    }
    .faqs_section_box.faq_custom_fields{
        padding: 10px;
    }
    .list_view_btn_wrapper .list_view_btn {
        font-size: 16px;
    }
}

media only screen and (max-width: 768px) {
  body div.shophire_page > section.benefit_section > div.wrapper > div.benefit_grid {
    display: grid;
    grid-template-columns: auto auto;
  }
}

.R-LauncherButton.false {
    display: none;
}


