@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    color: #4B286D;
    background-color: #FDFAFF;
    -webkit-font-smoothing: antialiased;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-24 {
    font-size: 24px;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.logo-2 {
    height: 31px;
    object-fit: cover;
    object-position: center;
}

.score-data {
    text-align: center;
    margin-top: -67px;
}

.score-data .score-rate {
    font-size: 50px;
}

.score-data .score-date {
    font-size: 18px;
    font-weight: 500;
}

.rate-card {
    background-color: #F2EFF4;
    padding: 15px;
}

.rate-card .readmore-link {
    font-size: 12px;
    font-weight: 300;
    color: #4B286D;
    text-decoration: none;
}

.rate-card .rate-title {
    font-size: 18px;
    font-weight: 500;
}

.rate-card .rate-level-text {
    font-size: 14px;
    font-weight: 700;
}

.rate-card .rate-detail {
    padding-right: 10px;
    border-right: 1px solid #4B286D;
}

.rate-card .rate-score {
    text-align: center;
    /* padding: 0 15px; */
}

.rate-card .disciption {
    font-size: 13px;
}

footer {
    background-color: #FDFAFF;
    text-align: center;
    border-top: 1px solid #ece8e8;
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

footer a {
    font-size: 16px;
    font-weight: 400;
    color: #4B286D;
    text-decoration: none;
}