/** Shopify CDN: Minification failed

Line 243:45 Unexpected ")"

**/
body img {
    max-width: 100%;
    border: 0;
}


.faq a{
    text-decoration: underline;
    color: #333;
}
/*  container
************************************************/
.faq-page-wrapper .faq-first-section-wrapper {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    padding-top: 50px;
    background-color: white;
}

.faq-page-wrapper .faq-first-section-wrapper .container {
    width: 100%;
}

.faq-page-wrapper .faq-first-section-wrapper .first-section-wrapped-wrapper {
    height: 200px;
}

.faq-page-wrapper .faq-first-section-wrapper .first-section-wrapped-wrapper {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    padding-top: 30px;
    margin-bottom: 50px;
}

.faq-page-wrapper .image-left {
    max-width: 300px;
    position: absolute;
    left: 0;
    width: 100%;
    top: -40px;
}

.faq-page-wrapper .image-right {
    position: absolute;
    top: -40px;
    right: 0;
    width: 100%;
    max-width: 300px;
}

.faq-page-wrapper .faq-first-section-wrapper .first-section-wrapped-wrapper .first-section-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.faq-page-wrapper .faq-first-section-wrapper .first-section-wrapped-wrapper .first-section-title {
    top: 40px;
}

.faq-page-wrapper .faq-first-section-wrapper .first-section-wrapped-wrapper .first-section-title {
    background: rgba(255, 255, 255, 0.9);
    max-width: 420px;
    margin: auto;
    padding: 10px;
}

.faq-page-wrapper .faq-first-section-wrapper .first-section-wrapped-wrapper .first-section-title h3, .faq-page-wrapper .faq-first-section-wrapper .first-section-wrapped-wrapper .first-section-title .h3 {
    /* text-align: center; */
    font-weight: 600;
    font-size: 34px;
    line-height: 32px;
}

.first-section-title h1,
.first-section-title h3{    
    margin: 0;
}

 .first-section-title h1{
        font-weight: 400;
    }


@media (max-width: 580px ){
    .faq-page-wrapper .image-left,
    .faq-page-wrapper .image-right{
        width: 48%;
    }

    .faq-page-wrapper .faq-first-section-wrapper .first-section-wrapped-wrapper .first-section-title {
        width: fit-content;
        padding: 10px 20px;
        display: flex;
        flex-direction: column;
    }

    .faq-page-wrapper .faq-first-section-wrapper .first-section-wrapped-wrapper .first-section-title h3 {
        font-size: 24px;
    }
    .faq-page-wrapper .faq-first-section-wrapper .first-section-wrapped-wrapper{
        display: flex;
    }

    .first-section-title h1{
        font-size: 28px;
    }

    .faq-page-wrapper .faq-second-section-wrapper {
        margin: 0 auto !important;
    }

    .faq-page-wrapper .faq-second-section-wrapper .features div {
        width: 46% !important;
        height: 230px;
    }

    .faq-page-wrapper .faq-second-section-wrapper .features > div p{
        margin: 0 0 10px;
    }
     .faq-page-wrapper .faq-second-section-wrapper .features div p strong{
        font-size: 16px !important;
    }
    
}
@media (max-width: 460px ){
    .faq-page-wrapper .faq-first-section-wrapper .first-section-wrapped-wrapper .first-section-title {
        top: 18px; 
    }
    .faq-page-wrapper .faq-first-section-wrapper .first-section-wrapped-wrapper .first-section-title h3 {
        font-size: 20px;
    }
    .first-section-title h1{
        font-size: 24px;
    }

    .faq-page-wrapper .faq-second-section-wrapper {
        margin: -40px auto 0 !important;
    }
}

@media (max-width: 400px ){
    .faq-page-wrapper .faq-first-section-wrapper .first-section-wrapped-wrapper .first-section-title {
        top: 0; 
        padding: 10px;
    }

    .faq-page-wrapper .faq-second-section-wrapper {
        margin: -70px auto 0 !important;
    }
}
/*  faq-second-section-wrapper
************************************************/
.faq-page-wrapper .faq-second-section-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 50px auto;
}

.faq-page-wrapper .faq-first-section-wrapper .container {
    width: 100%;
}

.faq-page-wrapper .faq-second-section-wrapper .features {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.faq-page-wrapper .faq-second-section-wrapper .features div {
    display: flex;
    flex-flow: column nowrap;
    border-radius: 10px;
    padding: 20px;
    /* margin: 10px 4px; */
    margin: 10px;
    width: 285px;
    /* width: 221px; */
    font-size: 18px;
}

.faq-page-wrapper .faq-second-section-wrapper .features img {
    max-width: 70px;
    margin-left: -2px;
    padding-bottom: 10px;
}

.faq-page-wrapper .faq-second-section-wrapper .features div p strong {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    min-height: 1.8em;
    margin-top: 5px;
    display: block;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.faq-page-wrapper .faq-second-section-wrapper .features div i {
    font-size: 26px !important;
    text-align: right;
    transition: all 0.2s ease-in-out;
    color: #333;
}

@media (max-width: 1300px ){
    .faq-page-wrapper .faq-second-section-wrapper .features div {
        margin: 4px;
        width: 221px;
    }
}

/*  faq_container + snippets FAQ 
************************************************/
.faq_container {
    max-width: 1200px;
    margin: auto;
}

.faq_container .container{
    padding: 0 15px;
}

.faq_container .container div:nth-last-child(){
    border-bottom: none;
}

.faq-page-wrapper .faq_container .faq {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0px auto;
    padding: 50px 0 40px;
    border-bottom: 1px solid #00213829;
}

.faq-page-wrapper .faq_container .faq .faq-category {
    width: 35%;
}

.faq-page-wrapper .faq_container .faq .faq-category h2, .faq-page-wrapper .faq_container .faq .faq-category .h2 {
    font-weight: 600;
    font-family: var(--font-heading-family);
    text-transform: uppercase;
    color: #243349;
    margin-right: 10px;
}

.faq-page-wrapper .faq_container .faq .faq-question-answer-wrapper {
    width: 65%;
}

.faq-page-wrapper .faq_container .faq .faq-question-answer-wrapper .faq-question-answer:nth-child(odd){
    background: #f8f8f8;
}

.faq-page-wrapper .faq_container .faq .faq-question-answer-wrapper .faq-question-answer {
    width: 100%;
    border-bottom: 1px solid #00213829;
    padding: 5px 0;
}

.faq-page-wrapper .faq_container .faq .faq-question-answer-wrapper .faq-question-answer .faq_question {
    display: flex;
    justify-content: space-between;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    cursor: pointer;
    font-weight: bold;
    font-family: var(--font-heading-family);
    font-size: 20px;
    color: #243349;
    line-height: 2.6rem;
    letter-spacing: .5px;
}

.faq-page-wrapper .faq_container .faq .faq-question-answer-wrapper .faq-question-answer .faq_question .fa {
    transition: 0.5s ease all;
    padding-left: 10px;
}

.faq_answer_container {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    transition: 0.5s ease all;
}

.faq-page-wrapper .faq_container .faq .faq-question-answer-wrapper .faq-question-answer .faq_answer_container .faq_answer {
    padding: 5px 20px;
}

.faq-page-wrapper .faq_container .faq .faq-question-answer-wrapper .faq-question-answer:last-child {
    border: 0px !important;
}

.faq-page-wrapper .faq-second-section-wrapper .features div i:hover {
    transform: translateX(-5px);
}

.faq_container .container div div.faq-question-answer-wrapper .faq-question-answer.active div i,
.faq_container .container div div.faq-question-answer-wrapper .faq-question-answer div:hover i {
    transform: rotate(90deg);
}

 .faq-question-answer.active .faq_answer_container {
    visibility: visible;
    opacity: 1;
    max-height: 1500px;
}

i.fa.fa-arrow-right {
    align-items: center;
    display: flex;
}

@media (max-width: 768px ){
    .faq-page-wrapper .faq_container .faq {
        flex-flow: column;
    }

    .faq-page-wrapper .faq_container .faq .faq-question-answer-wrapper ,
    .faq-page-wrapper .faq_container .faq .faq-category {
        width: 100%;
    }
}