.html_editor {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    padding-bottom:60px;
}
.html_editor p {
    display: block;
    margin-top:0px;
    margin-bottom:0px;
}

.html_editor .font_24_24 {
    background: none!important;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}
.html_editor .font_28_22 {
    background: none!important;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
}
.html_editor .font_12_14 {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
}
.html_editor .font_16_16 {
    background: none!important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.html_editor .font_18_18_bold_p20 {
    background: none!important;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding-bottom:20px;
}
.html_editor .padding_top_20 {
    padding-top:30px;
}
.html_editor .padding_top_30 {
    padding-top:30px;
}
.html_editor .padding_top_60 {
    padding-top:60px;
}

.html_editor .insert_block_1 {
    display: block;
    background: none!important;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    padding-top:40px;
    padding-right: 20px;
    padding-bottom:40px;
    padding-left:80px;
    color: #18191F;
    border-top:1px solid #dadff6;
    border-bottom:1px solid #dadff6;
    text-decoration: underline;
    text-decoration-color: #3751FF;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    position: relative;
    margin:40px 0px;
}
.html_editor .insert_block_1::before {
    content : "";
    position: absolute;
    top: 20%;
    left:0;
    width: 56px;
    height: 56px;
    background-color: #3751FF;
    border-radius: 8px;
    background-position: center;
    background-repeat: no-repeat;
}
.html_editor .insert_block_1.t1::before {
    background-image: url(/img/ico_insert_block_1.svg);
}
.html_editor .insert_block_1.t2::before {
    background-image: url(/img/ico_insert_block_2.svg);
}
.html_editor .insert_block_1.t3::before {
    background-image: url(/img/ico_insert_block_3.svg);
}
.html_editor .insert_block_1.t4::before {
    background-image: url(/img/ico_insert_block_4.svg);
}
.html_editor .insert_block_1.t5::before {
    background-image: url(/img/ico_insert_block_5.svg);
}
.html_editor .insert_block_1.t6::before {
    background-image: url(/img/ico_insert_block_6.svg);
}
.html_editor .insert_block_1.t7::before {
    background-image: url(/img/ico_insert_block_7.svg);
}
.html_editor .insert_block_1.t8::before {
    background-image: url(/img/ico_insert_block_8.svg);
}
.html_editor .insert_block_1.t9::before {
    background-image: url(/img/ico_insert_block_9.svg);
}
.html_editor .insert_block_1.t10::before {
    background-image: url(/img/ico_insert_block_10.svg);
}

.html_editor .insert_block_2 {
    background: none!important;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    padding-left: 20px;
    border-left: 2px solid #3751FF;
    margin-bottom:60px;
}

.html_editor .image_caption {
    background: none!important;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #181818;
}
.html_editor .faq_question {
    background: none!important;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    padding-left: 20px;
    padding-right: 50px;
    border-left: 2px solid #3751FF;
    margin-bottom:60px;
    cursor: pointer;
    position: relative;
}

.html_editor .faq_question::after {
    content : "";
    position: absolute;
    top: 0px;
    right:0;
    width: 25px;
    height: 24px;
    background-image: url(/img/ico_bottom_arrow.svg);
}
.html_editor .faq_question.open::after {
    background-image: url(/img/ico_top_arrow.svg);
}

.html_editor .faq_question:hover {
    color: #3751FF;
}

.html_editor .faq_answer {
    background: none!important;
    margin-top:-40px;
    padding-bottom:60px;
    display: none;
}

@media screen and (max-width: 700px) {
    .html_editor .insert_block_2 {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;

    }
    .html_editor .faq_question {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;

    }
    .html_editor .font_28_22 {
        font-weight: 700;
        font-size: 22px;
        line-height: 33px;
    }
    .html_editor .font_12_14 {
        font-weight: 300;
        font-size: 14px;
        line-height: 21px;
    }
    .html_editor .insert_block_1 {
        text-decoration: none;
        padding-top:16px;
        padding-right: 12px;
        padding-bottom:16px;
        padding-left:70px;
        font-weight: 600;
        font-size: 17px;
        line-height: 24px;
    }
}