<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.dashboard {
    padding: 0;
    margin: 0;
    font-family: serif, sans-serif;
    background-color: var(--el-bg-color);
    background-image: url(/assets/png/dashboard-bg-1abd6eda.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-blend-mode: soft-light
}

.dashboard .dashboard-logo {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.dashboard .dashboard-logo .dashboard-botton {
    padding: 16px 30px
}

.dashboard .dashboard-logo .dashboard-botton .el-link {
    margin-right: 12px;
    font-size: 14px;
    font-weight: 700
}

.dashboard .dashboard-logo .img {
    width: 500px;
    -o-object-fit: contain;
    object-fit: contain
}

.dashboard video {
    width: 100%
}

.dashboard .dashboard-course {
    text-align: center;
    background-color: #f7f8fa
}

.dashboard .dashboard-course .course-title {
    padding: 5px 5px 5px 0;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000
}

.dashboard .dashboard-course .img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.dashboard .dashboard-content .abstract {
    padding: 45px 0;
    margin: 0;
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
    word-wrap: break-word
}

.dashboard .dashboard-content .feature {
    padding: 20px 60px;
    text-align: center;
    background-color: #293352;
    background-image: url(/assets/jpeg/dashboard-feature-bg3-f5018462.jpeg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply
}

.dashboard .dashboard-content .feature .feature-title {
    padding: 5px 5px 5px 0;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #a9a9a9
}

.dashboard .dashboard-content .feature .feature-content-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.dashboard .dashboard-content .feature .feature-content-container .feature-content {
    width: 20%;
    min-height: 70px;
    padding: 25px 20px;
    margin-bottom: 35px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    border: 5px solid #bed2d7
}

.dashboard .dashboard-statistic {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20% 40px
}

.dashboard .dashboard-statistic .statis-item {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center
}

.dashboard .dashboard-statistic .statis-item .number {
    margin-bottom: 0;
    font-size: 6rem;
    line-height: normal;
    letter-spacing: -4px
}

.dashboard .dashboard-company {
    padding: 10px 10px;
    text-align: center;
    /* background-color: #293352;
    background-image: url(/assets/jpeg/dashboard-company-bg-161d4382.jpeg); */
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply
}

.dashboard .dashboard-company .company-title {
    padding: 5px 5px 5px 0;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #a9a9a9
}

.dashboard .dashboard-company .block {
    box-sizing: border-box;
    display: inline-block;
    width: 18%;
    padding: 10px 0;
    text-align: center;
    vertical-align: top
}

.dashboard .dashboard-company .block .img {
    width: 150px;
    height: 50px
}

.dashboard .dashboard-contact {
    padding: 20px 60px;
    text-align: center
}

.dashboard .dashboard-contact .contact-title {
    padding: 5px 5px 5px 0;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 700
}

.dashboard .dashboard-contact .contact-content {
    text-align: center
}</pre></body></html>