<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title_1{
    color: #2a3d49;
    font-size: 24px;
    font-weight: bold;
}
.title_2{
    color: white;
    font-size: 48px;
    line-height: 48px;
    font-weight: 600;
}
.title_3{
    color: #76aded;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}
.title_4{
    color: #2a3d49;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.text_underline{
    border-bottom: solid 3px #2a3d49;
    display: inline-block;
}
.border_right{
    border-right: solid 3px #e4effb;
}
@media (max-width: 768px) {
    .border_right {
        border-right: none;
    }
}
p{
    font-size: 15px;
    margin-bottom: 0 !important;
}
.blue{
    color: #76aded;
}
.orange{
    color: #f68b1e;
}
.font_30{
    font-size:30px;
}
.font_22{
    font-size:22px;
}
.font_18{
    font-size:18px;
}
.font_16{
    font-size:16px;
}
.bg_gray{
    background: #f8f7f4;
}
.white_border{
    border-bottom: solid 3px white;
    padding-top: 30px;
    margin-bottom: 30px;
}
.dark_blue_bg{
    background: #030d2c;
    color: white;
}
.dark_blue{
    background: #030d2c;
    color: white;
    margin: 0 -35px -20px;
    border-radius: 0 0 20px 20px;
    padding: 30px;
}
.dark_blue_top{
    background: #030d2c;
    color: white;
    margin: -20px -20px 0;
    border-radius: 10px 10px 0 0;
    padding: 20px;
}
.light_blue{
    background: #76aded;
    color: white;
    margin: -20px -20px 0;
    border-radius: 10px 10px 0 0;
    padding: 20px;
}
.div_space_right{
    padding-right: 60px;
}
.box-shadow{
    width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1), 0 12px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 0 auto;
    background: white;
    z-index: 5;
}</pre></body></html>