@charset "utf-8";

.th-body--home {
    background: #f5f7fa;
}

.th-th-home--refined {
    padding: 28px 0 72px;
}

.th-th-home--refined .th-th-row {
    align-items: start;
}

.th-th-home--refined .th-th-side {
    gap: 16px;
}

.th-th-home--refined .bg_gray_boxshadow_slope,
.th-th-home--refined .th-widget {
    border: 0;
    box-shadow: 0 8px 28px rgba(25, 31, 40, .05);
}

.th-th-home--refined .th-intro-banner {
    margin-bottom: 24px;
}

.th-th-home--refined .th-intro-banner .th-hero--intro {
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(20, 83, 184, .10);
}

.th-th-home--refined .th-intro-banner .th-hero__slide-copy {
    max-width: 480px;
}

.th-th-home--refined .th-intro-banner .th-hero__slide-title {
    font-size: clamp(28px, 3vw, 40px);
    letter-spacing: -.035em;
}

.th-th-home--refined .th-intro-banner .th-hero__slide-desc {
    max-width: 430px;
    font-size: 15px;
}

.th-th-home--refined .th-intro-banner .th-hero__slide-cta {
    border: 0;
    box-shadow: none;
}

.th-th-home--refined .th-intro-banner .th-hero__nav {
    border: 0;
    background: rgba(25, 31, 40, .38);
    box-shadow: none;
}

.th-th-home--refined .th-certified-section {
    margin: 24px 0;
    border: 0;
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(25, 31, 40, .05);
}

.th-th-home--refined .th-certified-head {
    border-bottom: 0;
}

.th-th-home--refined .th-certified-head__desc {
    max-width: 420px;
}

.th-th-home--refined .th-certified-card {
    border: 0;
    box-shadow: 0 4px 18px rgba(25, 31, 40, .06);
}

.th-th-home--refined .th-certified-card::before {
    display: none;
}

.th-th-home--refined .th-certified-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(20, 83, 184, .10);
}

.th-th-home--refined .th-home-cols {
    gap: 16px;
    margin-top: 24px;
}

.th-th-home--refined .th-home-col {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(25, 31, 40, .05);
}

.th-th-home--refined .event_header {
    border-bottom: 1px solid #edf0f4;
    background: transparent;
}

.th-th-home--refined .event_logo {
    font-size: 16px;
    letter-spacing: -.02em;
}

.th-th-home--refined .na-list li {
    border-bottom-color: #f0f2f5;
}

.th-th-home--refined .rank-icon {
    border-radius: 6px;
    background: #e8f3ff;
    color: #1453b8;
}

.th-th-home--refined .main-info--compact {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-top: 24px;
    padding: 40px;
    border: 0;
    border-radius: 18px;
    background: #191f28;
    color: #fff;
    box-shadow: none;
}

.th-th-home--refined .main-info__compact-copy {
    max-width: 600px;
}

.th-th-home--refined .main-info__compact-copy > span {
    color: #8ab9ff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
}

.th-th-home--refined .main-info__compact-copy h2 {
    margin: 10px 0 8px;
    font-size: clamp(24px, 3vw, 36px);
    letter-spacing: -.04em;
}

.th-th-home--refined .main-info__compact-copy p {
    margin: 0;
    color: #c7cdd4;
    line-height: 1.7;
}

.th-th-home--refined .main-info__compact-actions {
    display: flex;
    flex-shrink: 0;
    gap: 8px;
}

.th-th-home--refined .main-info__compact-actions a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 0 18px;
    border: 0;
    border-radius: 10px;
    background: #3182f6;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.th-th-home--refined .main-info__compact-actions a:last-child {
    background: #fff;
    color: #191f28;
}

@media (min-width: 768px) {
    .th-th-home--refined #main_con_2_m {
        display: none;
    }
}

@media (max-width: 767px) {
    .th-th-home--refined {
        padding: 16px 0 64px;
    }

    .th-th-home--refined #main_con_2_m {
        margin: 16px 0 20px;
        padding: 12px 4px;
        border: 0;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 8px 28px rgba(25, 31, 40, .05);
    }

    .th-th-home--refined #main_con_2_m a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }

    .th-th-home--refined #main_con_2_m .text {
        font-size: 12px;
        font-weight: 600;
    }

    .th-th-home--refined .main-info--compact {
        align-items: stretch;
        flex-direction: column;
        padding: 28px 24px;
    }

    .th-th-home--refined .main-info__compact-actions {
        flex-direction: column;
    }

    .th-th-home--refined .main-info__compact-actions a {
        justify-content: center;
    }
}
