<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.heading-banner-faqs h1 {
    max-width: 953px;
    text-align: center;
    font-family: 'Vollkorn';
    font-size: 100px;
    font-weight: 800;
    line-height: 126px;
}

.heading-banner-faqs p {
    max-width: 418px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.heading-banner-faqs {
    max-width: 1620px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 110px;
    margin-bottom: 110px;
}

.heading-question_title h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
}

.heading-question-answer {
    max-width: 1620px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 110px;
}

.heading-question_title a {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: underline;
}

.d-block {
    display: block !important;
}

.heading-question_title {
    display: flex !important;
    justify-content: space-between;
    cursor: pointer;
    margin: 40px 0;
}


.heading-answer {
    max-width: 1247px;
}

.heading-question-answer_item .border-bottom {
    background-image: url(../images/home/line.svg);
    background-repeat: repeat;
    height: 2px;
    width: 1620px;
}

.border-bottom_title {
    border-bottom: 1.5px dashed #DCDCDC;
    margin-top: 60px;
}

.heading-answer {
    display: none;
}

.heading-answer_content {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 40px;
    max-width: 1286px;
}

.heading-answer_content {
    display: none;
}

.heading-question_title {
    background: url(../images/add.svg) no-repeat right;
    background-position-y: 0;
}

.heading-question-answer_item .d-block {
    background: url(../images/minus.svg) no-repeat right;
    background-position-y: 0;
}</pre></body></html>