/** Shopify CDN: Minification failed

Line 112:22 Unexpected "{"
Line 112:30 Expected ":"

**/
.Section_faq_bottomBox_title{
    margin: 0;
}
.Section_faq_bottomBox_text{
    color: var(--t-color4f);
}
.Section_faq_bottomBox_title .animated-plus {
    width: 14px;
    height: 14px;
}

.Section_faq_bottomBox_title .animated-plus:before {
    width: 14px;
    height: 2px;
    background-color: #333;
}

.Section_faq_bottomBox_title .animated-plus:after {
    width: 2px;
    height: 14px;
    background-color: #333;
}

.Section_faq_bottomBox_titles .animated-plus:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.Section_faq_bottomBox_titles .animated-plus:after {
    transform: translate(-50%,-50%) rotate(90deg);
}
.Section_faq_bottomBox_titles .animated-plus::before {
    opacity: 0;
}

.Section_faq_Title {
   
   
    text-align: center;
    margin: 0;
}
.Section_faq_bottomBox_title{
    
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}
.Section_faq_bottomBox_title p{
    margin: 0;
}
.Section_faq_bottomBox_text,.Section_faq_bottomBox_content{
    line-height: 150%;
}


@media(max-width:999px) {
    .Section_faq_bottomBox_title .animated-plus {
        width: 12px;
        height: 12px;
    }

    .Section_faq_bottomBox_title .animated-plus:before {
        width: 12px;
        height: 2px;
        background-color: #333;
    }

    .Section_faq_bottomBox_title .animated-plus:after {
        width: 2px;
        height: 12px;
        background-color: #333;
    }
    .Section_faq_Title {
        margin-bottom: 30px;
    }
    .Section_faq_bottomBox{
        cursor: pointer;
    }
    .Section_faq_bottomBox:not(:first-child) .Section_faq_bottomBox_title{
        padding-top: 12px;
    }
    .Section_faq_bottomBox .Section_faq_bottomBox_title{
        padding-bottom: 12px;
       
    }
    .Section_faq_bottomBox{
        border-bottom: 1px solid #e6e6e6;
    }
    .Section_faq_bottomBox_text{
       padding-bottom: 12px;
        display: none;
    }
    .Section_faq_bottomBox_textBox{
        line-height: 30px;
        max-width: 945px;
    }
    .Section_faq_bottomBox_textBox_img,.Section_faq_bottomBox_textBox_text2{
        margin-top: 10px;
    }
    .Section_faq_bottomBox_textBox_img{
        max-width: 86%;
    }
}
@media(min-width:1000px) {

    .shopify-section-{{section.id}} .Section_faq_box{
        max-width: 1228px;
        margin: 0 auto;
    }
    .Section_faq_Title {
        margin-bottom: 40px;
    }
    .Section_faq_bottomBox{
        cursor: pointer;
    }
    .Section_faq_bottomBox:not(:first-child) .Section_faq_bottomBox_title{
        padding-top: 24px;
    }
    .Section_faq_bottomBox .Section_faq_bottomBox_title{
        padding-bottom: 24px;
       
    }

    .Section_faq_bottomBox{
        border-bottom: 1px solid #e6e6e6;
    }
    .Section_faq_bottomBox_text{
        display: none;
    }
    .Section_faq_bottomBox_text{
        padding-bottom: 24px;
    }
    .Section_faq_bottomBox_textBox{
        line-height: 30px;
        max-width: 945px;
    }
    .Section_faq_bottomBox_textBox_img,.Section_faq_bottomBox_textBox_text2{
        margin-top: 10px;
    }
    .Section_faq_bottomBox_textBox_img{
        max-width: 86%;
    }
}