.faq[data-v-939cd1e6] {
    display: flex;
    justify-content: space-between;
    padding: 24px 32px;
    grid-gap: 24px;
    gap: 24px;
    background-color: #ececec;
    align-items: flex-start;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    display: -ms-flex;
    -ms-justify-content: space-between;
    -ms-align-items: flex-start;
}
.faq .middle-panel[data-v-939cd1e6] {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 24px 16px 16px;
}
@media screen and (min-device-width: 912px) and (max-device-width: 1368px) and (orientation: portrait) {
    .faq .middle-panel[data-v-939cd1e6] {
        height: calc(100vh - 541.17px);
        overflow: hidden;
        overflow-y: scroll;
    }
}
.faq .middle-panel .heading[data-v-939cd1e6] {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    color: #000000;
    margin-bottom: 32px;
}
.faq .middle-panel .list .notfound[data-v-939cd1e6] {
    font-weight: bold;
    text-align: center;
}
.faq .middle-panel .list .item[data-v-939cd1e6] {
    border-radius: 8px;
    padding: 0px;
    position: relative;
    margin-bottom: 12px;
}
.faq .middle-panel .list .item[data-v-939cd1e6]::before {
    content: " ";
    height: 100%;
    width: 4px;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 2px;
}
.faq .middle-panel .list .item .caption[data-v-939cd1e6] {
    background: #f5f5f5;
    border: 0.5px solid #e0e0e0;
    display: flex;
    align-items: center;
    color: #000000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 20px 20px;
}
.faq .middle-panel .list .item .caption svg[data-v-939cd1e6] {
    width: 20px;
    height: 20px;
    margin-right: 24px;
    transition: all 0.3s;
}
.faq .middle-panel .list .item .caption svg.opened[data-v-939cd1e6] {
    transform: rotate(45deg);
}
.faq .middle-panel .list .item .caption h1[data-v-939cd1e6] {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
}
.faq .middle-panel .list .item .faqarea[data-v-939cd1e6] {
    padding: 26px;
}
.faq .middle-panel .list .item .faqarea[data-v-939cd1e6]:not(.active) {
    display: none;
}
@media screen and (max-width: 767px) {
    .faq .middle-panel .list .item .faqarea[data-v-939cd1e6] {
        padding: 24px;
        margin-top: 20px;
    }
}
.faq .middle-panel .list .item .faqarea .listfaq[data-v-939cd1e6] {
    margin-bottom: 15px;
}
.faq .middle-panel .list .item .faqarea .listfaq[data-v-939cd1e6]:last-child {
    margin-bottom: 0px;
}
.faq .middle-panel .list .item .faqarea .listfaq .headfaq[data-v-939cd1e6] {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.faq .middle-panel .list .item .faqarea .listfaq .headfaq img[data-v-939cd1e6] {
    width: 20px;
    margin-right: 10px;
}
.faq .middle-panel .list .item .faqarea .listfaq .contentsfaq[data-v-939cd1e6] {
    padding: 22px;
    background: #f6f7ff;
    border: #e6e8f9 solid thin;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
}
.faq .middle-panel .list .item .faqarea .listfaq .contentsfaq[data-v-939cd1e6] p {
    font-size: 16px !important;
    line-height: 26px !important;
}
.faq .middle-panel .list .item .faqarea ul[data-v-939cd1e6] {
    padding: 10px 20px;
    text-indent: 10px;
}
@media screen and (max-width: 767px) {
    .faq .middle-panel .list .item .faqarea ul[data-v-939cd1e6] {
        text-indent: 0px;
        padding: 10px 40px;
    }
}
.faq .middle-panel .list .item .faqarea ul li[data-v-939cd1e6] {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 10px;
    list-style-position: inside;
}
@media screen and (max-width: 767px) {
    .faq .middle-panel .list .item .faqarea ul li[data-v-939cd1e6] {
        list-style: number;
    }
}
@media screen and (max-width: 768px) {
    .faq .middle-panel[data-v-939cd1e6] {
        padding: 16px;
        width: 100%;
    }
    .faq .middle-panel .middle-panel[data-v-939cd1e6] {
        min-width: auto;
        width: 100%;
    }
}
