/*
 * INSVISION typography system.
 *
 * Purpose:
 * - keep the site on a free, system-first font stack with no font downloads;
 * - normalize headings, body copy, and button text after legacy page bundles;
 * - avoid broad icon/span overrides that can break SVG or icon-font UI.
 */

:root {
    --insv-type-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
    --insv-type-color-heading: #202938;
    --insv-type-color-body: #2f3a4a;
    --insv-type-line-heading: 1.28;
    --insv-type-line-body: 1.82;
    --insv-type-size-section-title: 30px;
    --insv-type-size-detail-title: 34px;
    --insv-type-size-detail-title-mobile: 26px;
    --insv-type-size-detail-h2: 26px;
    --insv-type-size-detail-h2-mobile: 22px;
    --insv-type-size-detail-h3: 20px;
    --insv-type-size-detail-h3-mobile: 18px;
    --insv-type-size-panel-title: 18px;
    --insv-type-size-eyebrow: 12px;
    --insv-type-size-breadcrumb: 13px;
    --insv-type-size-chip: 12px;
}

body {
    font-family: var(--insv-type-font-sans);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body :where(h1, h2, h3, h4, h5, h6, p, li, dt, dd, label, button, input, select, textarea, figcaption),
body :where([class*="e_h1-"], [class*="e_h2-"], [class*="e_text-"], [class*="e_richText-"], [class*="e_formBtn-"]) {
    font-family: var(--insv-type-font-sans) !important;
    letter-spacing: 0;
}

body :where(button, input, select, textarea) {
    font-family: var(--insv-type-font-sans) !important;
}

body :where(
    button,
    input[type="button"],
    input[type="submit"],
    .insv-home-localized-hero__button,
    .insv-floating-contact__action,
    .insv-case-product__button,
    .insv-case-nav-back,
    .news-detail-pager__back,
    .e_button-7,
    .e_formBtn-6
) {
    font-family: var(--insv-type-font-sans) !important;
    font-weight: 700;
    letter-spacing: 0;
}

body :where(
    .e_button-7 span,
    .e_formBtn-6 span,
    .p_menu1Item a,
    .p_menu2Item a,
    .e_languageNew-36 .p_current,
    .e_languageNew-36 .p_item
) {
    font-family: var(--insv-type-font-sans) !important;
    letter-spacing: 0;
}

body.home .e_h1-42 {
    font-family: var(--insv-type-font-sans) !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
}

body.insv-product-detail .e_h1-103 {
    font-family: var(--insv-type-font-sans) !important;
    line-height: 1.28 !important;
    letter-spacing: 0 !important;
}

body.insv-news-category-page .insv-news-archive-hero h1,
body.insv-news-tag-page .insv-news-archive-hero h1 {
    font-family: var(--insv-type-font-sans) !important;
    color: var(--insv-type-color-heading) !important;
    font-size: 34px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .e_h1-51 {
    font-family: var(--insv-type-font-sans) !important;
    color: var(--insv-type-color-heading) !important;
    font-size: var(--insv-type-size-detail-title) !important;
    font-weight: 800 !important;
    line-height: var(--insv-type-line-heading) !important;
    letter-spacing: 0 !important;
}

body.insv-news-single .news-detail-content,
body.insv-news-single .insv-wiki-overview,
body.insv-news-single .insv-wiki-content {
    font-family: var(--insv-type-font-sans) !important;
    color: var(--insv-type-color-body);
    font-size: 16px;
    line-height: var(--insv-type-line-body);
}

body.insv-news-single .news-detail-content p,
body.insv-news-single .news-detail-content li,
body.insv-news-single .insv-wiki-overview p,
body.insv-news-single .insv-wiki-content p,
body.insv-news-single .insv-wiki-content li {
    font-family: var(--insv-type-font-sans) !important;
    font-size: 16px !important;
    line-height: var(--insv-type-line-body) !important;
}

body.insv-news-single .news-detail-content h2,
body.insv-news-single .insv-wiki-content h2,
body.insv-news-single .insv-wiki-heading {
    font-family: var(--insv-type-font-sans) !important;
    color: var(--insv-type-color-heading) !important;
    font-size: var(--insv-type-size-detail-h2) !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
}

body.insv-news-single .news-detail-content h3,
body.insv-case-body-root .insv-case-content h3 {
    font-family: var(--insv-type-font-sans) !important;
    color: var(--insv-type-color-heading) !important;
    font-size: var(--insv-type-size-detail-h3) !important;
    font-weight: 800 !important;
    line-height: 1.38 !important;
    letter-spacing: 0 !important;
}

body.insv-case-body-root .insv-case-page,
body.insv-case-body-root .insv-case-rail {
    font-family: var(--insv-type-font-sans) !important;
}

body.insv-case-body-root .insv-case-title {
    font-family: var(--insv-type-font-sans) !important;
    color: var(--insv-type-color-heading) !important;
    font-size: var(--insv-type-size-detail-title) !important;
    font-weight: 800 !important;
    line-height: var(--insv-type-line-heading) !important;
    letter-spacing: 0 !important;
}

body.insv-case-body-root .insv-case-intro p,
body.insv-case-body-root .insv-case-content,
body.insv-case-body-root .insv-case-content p,
body.insv-case-body-root .insv-case-content li {
    font-family: var(--insv-type-font-sans) !important;
    font-size: 16px !important;
    line-height: 1.85 !important;
}

body.insv-page-contact .insv-contact-expect h2,
body.insv-page-contact .insv-contact-form h2,
body.insv-page-contact .insv-contact-form label,
body.insv-page-contact .insv-contact-form input,
body.insv-page-contact .insv-contact-form textarea,
body.insv-page-contact .insv-contact-form select,
body.insv-page-contact .insv-contact-form button {
    font-family: var(--insv-type-font-sans) !important;
}

body :where(.home-company-news-header__title, .home-insights-header__title, .insv-cases-grid__title, .insv-related-products__heading) {
    font-family: var(--insv-type-font-sans) !important;
    letter-spacing: 0 !important;
}

/* Text role consolidation: labels, breadcrumbs, chips, and nested module titles. */
body :where(
    .insv-news-archive-eyebrow,
    .insv-wiki-pathway__head span,
    .insv-wiki-topic-index__eyebrow,
    .insv-case-rail-eyebrow
) {
    font-family: var(--insv-type-font-sans) !important;
    color: #24499b !important;
    font-size: var(--insv-type-size-eyebrow) !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body :where(.insv-case-breadcrumb, .e_breadcrumb-6 .p_breadcrumb, .e_breadcrumb-7 .p_breadcrumb) {
    font-family: var(--insv-type-font-sans) !important;
    color: #7f8a99 !important;
    font-size: var(--insv-type-size-breadcrumb) !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
}

body :where(.insv-case-breadcrumb a, .e_breadcrumb-6 .p_breadcrumb a, .e_breadcrumb-7 .p_breadcrumb a) {
    color: #7f8a99 !important;
    font-weight: 400 !important;
}

body :where(.insv-case-breadcrumb .current, .e_breadcrumb-6 .p_breadcrumbItem:last-child span, .e_breadcrumb-7 .p_breadcrumbItem:last-child span) {
    color: #5f6b7a !important;
    font-weight: 500 !important;
}

body :where(
    .insv-case-tag,
    .insv-topic-cloud a,
    .insv-topic-cloud span,
    .insv-wiki-topic-index__all small
) {
    font-family: var(--insv-type-font-sans) !important;
    font-size: var(--insv-type-size-chip) !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}

body.insv-news-category-page :where(
    .insv-wiki-pathway__head h2,
    .insv-wiki-pathway__item h3,
    .insv-wiki-card h2,
    .insv-wiki-panel h2,
    .insv-wiki-index h2
) {
    font-family: var(--insv-type-font-sans) !important;
    color: var(--insv-type-color-heading) !important;
    font-size: var(--insv-type-size-panel-title) !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
}

body.insv-news-category-page .insv-wiki-pathway__head h2 {
    font-size: 24px !important;
}

body.insv-news-single .insv-rail-card h2,
body.insv-news-single .news-detail-pager__heading,
body.insv-case-body-root .insv-case-rail-card h2,
body.insv-case-body-root .insv-case-rail-head h2 {
    font-family: var(--insv-type-font-sans) !important;
    color: var(--insv-type-color-heading) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
}

body.insv-news-single .news-detail-pager__title,
body.insv-case-body-root .insv-case-nav-title {
    font-family: var(--insv-type-font-sans) !important;
    color: var(--insv-type-color-heading) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
}

body.insv-news-single .news-detail-pager__eyebrow,
body.insv-news-single .news-detail-pager__date,
body.insv-case-body-root .insv-case-nav-label {
    font-family: var(--insv-type-font-sans) !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
}

body.insv-case-body-root .insv-case-content h2 {
    font-family: var(--insv-type-font-sans) !important;
    color: var(--insv-type-color-heading) !important;
    font-size: var(--insv-type-size-detail-h2) !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
}

#insv-about #insv-about-hero-h1 {
    font-family: var(--insv-type-font-sans) !important;
    color: var(--insv-type-color-heading) !important;
    font-size: 30px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
}

#insv-about .insv-honors__title,
#insv-about .insv-about-news__title,
#insv-about #insv-about-values-h2,
#insv-about .insv-servnet__title,
#insv-about .insv-partner__title {
    font-family: var(--insv-type-font-sans) !important;
    color: var(--insv-type-color-heading) !important;
    font-size: var(--insv-type-size-section-title) !important;
    font-weight: 800 !important;
    line-height: 1.28 !important;
    letter-spacing: 0 !important;
}

#insv-about .insv-servflow__title {
    font-family: var(--insv-type-font-sans) !important;
    color: var(--insv-type-color-heading) !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
}

#insv-about .insv-servnet .insv-servnet__title,
#insv-about .insv-servnet__header .insv-servnet__title {
    font-family: var(--insv-type-font-sans) !important;
    color: var(--insv-type-color-heading) !important;
    font-size: var(--insv-type-size-section-title) !important;
    font-weight: 800 !important;
    line-height: 1.28 !important;
    letter-spacing: 0 !important;
}

#insv-about [id^="c_static_1150-"] .cbox-5-0 .e_text-7,
#insv-about .insv-servflow__step h3 {
    font-family: var(--insv-type-font-sans) !important;
    color: var(--insv-type-color-heading) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
}

#insv-about .insv-servflow__badge {
    font-family: var(--insv-type-font-sans) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

div[id^="c_category_428_P_049-"] .e_loop-2 .p_list > .p_loopitem .e_text-3 a,
div[id^="c_category_428_P_049-"] .e_loop-2 .p_list > .p_loopitem .e_text-3 .insv-current-nav-label,
#c_category_428_P_050-17568895704770 .e_loop-2 .p_list > .p_loopitem .e_text-3 a,
#c_category_428_P_050-17568895704770 .e_loop-2 .p_list > .p_loopitem .e_text-3 .insv-current-nav-label {
    font-family: var(--insv-type-font-sans) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
}

div[id^="c_category_428_P_049-"] .e_loop-2 .p_list > .p_loopitem.is-current .e_text-3 a,
div[id^="c_category_428_P_049-"] .e_loop-2 .p_list > .p_loopitem.is-current .e_text-3 .insv-current-nav-label,
div[id^="c_category_428_P_049-"] .e_loop-2 .p_list > .p_loopitem .e_text-3 a[aria-current="page"],
#c_category_428_P_050-17568895704770 .e_loop-2 .p_list > .p_loopitem.is-current .e_text-3 .insv-current-nav-label {
    font-weight: 700 !important;
}

body :where(
    .insv-case-rail-primary,
    .insv-case-rail-secondary,
    .insv-partner__cta,
    .insv-servflow__badge
) {
    font-family: var(--insv-type-font-sans) !important;
    letter-spacing: 0 !important;
}

@media (max-width: 768px) {
    body.home .e_h1-42 {
        line-height: 1.24 !important;
    }

    body.insv-product-detail .e_h1-103 {
        font-size: 30px !important;
        line-height: 1.26 !important;
    }

    body.insv-news-category-page .insv-news-archive-hero h1,
    body.insv-news-tag-page .insv-news-archive-hero h1,
    body.insv-news-single #c_new_detail_037-1762154923166 .e_h1-51 {
        font-size: var(--insv-type-size-detail-title-mobile) !important;
        line-height: 1.3 !important;
    }

    body.insv-case-body-root .insv-case-title {
        font-size: var(--insv-type-size-detail-title-mobile) !important;
        line-height: 1.32 !important;
    }

    body.insv-news-single .news-detail-content p,
    body.insv-news-single .news-detail-content li,
    body.insv-news-single .insv-wiki-overview p,
    body.insv-news-single .insv-wiki-content p,
    body.insv-news-single .insv-wiki-content li,
    body.insv-case-body-root .insv-case-intro p,
    body.insv-case-body-root .insv-case-content,
    body.insv-case-body-root .insv-case-content p,
    body.insv-case-body-root .insv-case-content li {
        font-size: 15px !important;
        line-height: 1.82 !important;
    }

    body.insv-news-single .news-detail-content h2,
    body.insv-news-single .insv-wiki-content h2,
    body.insv-news-single .insv-wiki-heading {
        font-size: var(--insv-type-size-detail-h2-mobile) !important;
        line-height: 1.35 !important;
    }

    body.insv-news-single .news-detail-content h3,
    body.insv-case-body-root .insv-case-content h3 {
        font-size: var(--insv-type-size-detail-h3-mobile) !important;
        line-height: 1.4 !important;
    }

    body.insv-news-category-page .insv-wiki-pathway__head h2 {
        font-size: 21px !important;
    }

    body.insv-news-category-page :where(.insv-wiki-pathway__item h3, .insv-wiki-card h2, .insv-wiki-panel h2, .insv-wiki-index h2),
    body.insv-news-single .insv-rail-card h2,
    body.insv-news-single .news-detail-pager__heading,
    body.insv-case-body-root .insv-case-rail-card h2,
    body.insv-case-body-root .insv-case-rail-head h2,
    #insv-about [id^="c_static_1150-"] .cbox-5-0 .e_text-7,
    #insv-about .insv-servflow__step h3 {
        font-size: 17px !important;
    }

    body.insv-case-body-root .insv-case-content h2 {
        font-size: var(--insv-type-size-detail-h2-mobile) !important;
    }

    #insv-about #insv-about-hero-h1 {
        font-size: 25px !important;
        line-height: 1.32 !important;
    }

    #insv-about .insv-honors__title,
    #insv-about .insv-about-news__title,
    #insv-about #insv-about-values-h2,
    #insv-about .insv-servnet__title,
    #insv-about .insv-partner__title {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }

    #insv-about .insv-servflow__title {
        font-size: 21px !important;
    }

    #insv-about .insv-servnet .insv-servnet__title,
    #insv-about .insv-servnet__header .insv-servnet__title {
        font-size: 24px !important;
    }
}

/* Shared secondary navigation and breadcrumb bar. */
body.insv-news-category-page .insv-news-archive-eyebrow,
body.insv-news-tag-page .insv-news-archive-eyebrow {
    display: none !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_049-17546196525000,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border-top: 0 !important;
    border-bottom: 1px solid #e5ebf3 !important;
    box-shadow: none !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) {
    position: sticky !important;
    top: 80px !important;
    z-index: 88 !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 8px 22px rgba(16, 32, 64, 0.045) !important;
    backdrop-filter: saturate(130%) blur(8px);
    -webkit-backdrop-filter: saturate(130%) blur(8px);
}

body #c_category_428_P_049-17546177784320 {
    margin-top: 80px !important;
}

body.insv-page-contact #c_category_428_P_050-17568895704770 + #contact-form + #c_form_089-1758778415137 {
    margin-top: clamp(32px, 2.5vw, 44px) !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_049-17546196525000,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .e_container-1 {
    width: min(88vw, 1360px) !important;
    max-width: 1360px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: block !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_049-17546196525000,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .e_container-4 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 40%) !important;
    gap: 24px !important;
    align-items: center !important;
    min-height: 62px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body #c_category_428_P_049-17546196525000 .e_container-4 {
    grid-template-columns: minmax(0, 1fr) !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_049-17546196525000,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .e_container-4 > .p_item,
body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_049-17546196525000,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) :is(.cbox-4-0, .cbox-4-1) {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_049-17546196525000,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .cbox-4-0 {
    justify-self: start !important;
    overflow: hidden !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_049-17546196525000,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .cbox-4-1 {
    justify-self: end !important;
    overflow: hidden !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_049-17546196525000,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .e_button-7 {
    display: none !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .e_loop-2 {
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    overflow: hidden !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .e_loop-2 > div {
    height: auto !important;
    min-height: 0 !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .e_loop-2 .p_list {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 10px !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    list-style: none !important;
    scrollbar-width: none;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .e_loop-2 .p_list::-webkit-scrollbar {
    display: none;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .e_loop-2 .p_loopitem {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .e_loop-2 .p_loopitem::before,
body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .e_loop-2 .p_loopitem::after {
    display: none !important;
    content: none !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .e_loop-2 .e_text-3 {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .e_loop-2 .p_list > .p_loopitem .e_text-3 :is(a, .insv-current-nav-label) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    height: auto !important;
    padding: 0 16px !important;
    margin: 0 !important;
    border: 1px solid transparent !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #2f3a4a !important;
    font-family: var(--insv-type-font-sans) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .e_loop-2 .p_list > .p_loopitem:is(.is-current, .active) .e_text-3 :is(a, .insv-current-nav-label),
body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .e_loop-2 .p_list > .p_loopitem .e_text-3 a[aria-current="page"] {
    border-color: #c8dcff !important;
    background: #eef5ff !important;
    color: #183883 !important;
    font-weight: 700 !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .e_loop-2 .p_list > .p_loopitem .e_text-3 .insv-current-nav-label {
    cursor: default !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .e_loop-2 .p_list > .p_loopitem .e_text-3 a:hover {
    color: #183883 !important;
    background: #f6f9ff !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_049-17546196525000,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) :is(.e_breadcrumb-6, .e_breadcrumb-7) {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_049-17546196525000,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .p_breadcrumb {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    color: #667085 !important;
    font-family: var(--insv-type-font-sans) !important;
    font-size: var(--insv-type-size-breadcrumb) !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    list-style: none !important;
    white-space: nowrap !important;
}

body #c_category_428_P_049-17546196525000 .p_breadcrumb {
    justify-content: flex-start !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_049-17546196525000,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .p_breadcrumbItem {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 1 auto !important;
    position: static !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #667085 !important;
    font-size: var(--insv-type-size-breadcrumb) !important;
    line-height: 1.4 !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_049-17546196525000,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .p_breadcrumbItem + .p_breadcrumbItem::before {
    content: ">" !important;
    display: inline-block !important;
    position: static !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 8px !important;
    color: #aeb7c5 !important;
    font-weight: 500 !important;
    opacity: 1 !important;
    transform: none !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_049-17546196525000,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .p_breadcrumbItem :is(a, span) {
    display: inline-flex !important;
    align-items: center !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    color: #667085 !important;
    font-family: var(--insv-type-font-sans) !important;
    font-size: var(--insv-type-size-breadcrumb) !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_049-17546196525000,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .p_breadcrumbItem:first-child .p_title,
body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_049-17546196525000,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .p_breadcrumbItem:first-child .p_icon {
    display: inline-flex !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_049-17546196525000,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .p_breadcrumbItem:first-child .p_icon {
    width: 14px !important;
    height: 14px !important;
    margin-right: 4px !important;
    flex: 0 0 auto !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_049-17546196525000,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .p_breadcrumb .p_icon svg {
    display: block !important;
    width: 13px !important;
    height: 13px !important;
}

body :is(
    #c_category_428_P_049-17546177784320,
    #c_category_428_P_049-17546196444140,
    #c_category_428_P_049-17546196525000,
    #c_category_428_P_050-17568895704770,
    #c_category_428_P_050-17582634992040,
    #c_category_428_P_050-17582638333970
) .p_breadcrumb a:hover {
    color: #24499b !important;
}

@media (max-width: 1180px) {
    body :is(
        #c_category_428_P_049-17546196444140,
        #c_category_428_P_050-17568895704770,
        #c_category_428_P_050-17582634992040,
        #c_category_428_P_050-17582638333970
    ) {
        top: 76px !important;
    }

    body :is(
        #c_category_428_P_049-17546177784320,
        #c_category_428_P_049-17546196444140,
        #c_category_428_P_050-17568895704770,
        #c_category_428_P_050-17582634992040,
        #c_category_428_P_050-17582638333970
    ) .e_container-4 {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 8px !important;
        padding: 10px 0 !important;
    }

    body :is(
        #c_category_428_P_049-17546177784320,
        #c_category_428_P_049-17546196444140,
        #c_category_428_P_050-17568895704770,
        #c_category_428_P_050-17582634992040,
        #c_category_428_P_050-17582638333970
    ) .p_breadcrumb {
        justify-content: flex-start !important;
    }
}

@media (max-width: 768px) {
    body :is(
        #c_category_428_P_049-17546196444140,
        #c_category_428_P_050-17568895704770,
        #c_category_428_P_050-17582634992040,
        #c_category_428_P_050-17582638333970
    ) {
        top: 75px !important;
    }

    body :is(
        #c_category_428_P_049-17546177784320,
        #c_category_428_P_049-17546196444140,
        #c_category_428_P_049-17546196525000,
        #c_category_428_P_050-17568895704770,
        #c_category_428_P_050-17582634992040,
        #c_category_428_P_050-17582638333970
    ) .e_container-1 {
        width: calc(100% - 40px) !important;
    }

    body :is(
        #c_category_428_P_049-17546177784320,
        #c_category_428_P_049-17546196444140,
        #c_category_428_P_049-17546196525000,
        #c_category_428_P_050-17568895704770,
        #c_category_428_P_050-17582634992040,
        #c_category_428_P_050-17582638333970
    ) .e_container-4 {
        min-height: 48px !important;
        padding: 8px 0 !important;
    }

    body :is(
        #c_category_428_P_049-17546177784320,
        #c_category_428_P_049-17546196444140,
        #c_category_428_P_050-17568895704770,
        #c_category_428_P_050-17582634992040,
        #c_category_428_P_050-17582638333970
    ) .cbox-4-1 {
        display: none !important;
    }

    body :is(
        #c_category_428_P_049-17546177784320,
        #c_category_428_P_049-17546196444140,
        #c_category_428_P_050-17568895704770,
        #c_category_428_P_050-17582634992040,
        #c_category_428_P_050-17582638333970
    ) .e_loop-2 .p_list {
        padding-bottom: 2px !important;
    }

    body :is(
        #c_category_428_P_049-17546177784320,
        #c_category_428_P_049-17546196444140,
        #c_category_428_P_050-17568895704770,
        #c_category_428_P_050-17582634992040,
        #c_category_428_P_050-17582638333970
    ) .e_loop-2 .p_list > .p_loopitem .e_text-3 :is(a, .insv-current-nav-label) {
        min-height: 32px !important;
        padding: 0 13px !important;
        font-size: 13px !important;
    }

    body :is(
        #c_category_428_P_049-17546177784320,
        #c_category_428_P_049-17546196444140,
        #c_category_428_P_050-17568895704770,
        #c_category_428_P_050-17582634992040,
        #c_category_428_P_050-17582638333970
    ) .p_breadcrumb {
        display: none !important;
    }

    body #c_category_428_P_049-17546196525000 .p_breadcrumb {
        overflow-x: auto !important;
        justify-content: flex-start !important;
    }
}

/* Wiki archive component consolidation. */
body.insv-news-category-page .insv-wiki-main {
    font-family: var(--insv-type-font-sans) !important;
    color: var(--insv-type-color-body) !important;
    padding-bottom: 10px;
}

body.insv-news-category-page .insv-wiki-main [id^="insv-wiki-"],
body.insv-news-category-page .insv-wiki-index__group {
    scroll-margin-top: 190px;
}

body.insv-news-category-page :where(
    .insv-wiki-tools,
    .insv-wiki-portal,
    .insv-wiki-index,
    .insv-wiki-media,
    .insv-wiki-recent-head
) {
    width: min(88vw, 1360px) !important;
    max-width: 1360px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    box-sizing: border-box !important;
    font-family: var(--insv-type-font-sans) !important;
}

body.insv-news-category-page .insv-wiki-tools {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
    align-items: start;
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #e2e8f0;
}

body.insv-news-category-page .insv-wiki-tools__main {
    min-width: 0;
}

body.insv-news-category-page .insv-wiki-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 118px;
    gap: 8px;
    margin: 0 0 12px;
}

body.insv-news-category-page .insv-wiki-search input,
body.insv-news-category-page .insv-wiki-search button {
    width: 100%;
    height: 42px;
    border-radius: 4px;
    font-family: var(--insv-type-font-sans) !important;
    font-size: 14px !important;
    line-height: 40px !important;
    letter-spacing: 0 !important;
}

body.insv-news-category-page .insv-wiki-search input {
    padding: 0 13px;
    border: 1px solid #d6e2f1;
    background: #fff;
    color: #202938;
    outline: 0;
}

body.insv-news-category-page .insv-wiki-search button {
    border: 1px solid #183883;
    background: #183883;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

body.insv-news-category-page .insv-wiki-search button:hover {
    background: #102b69;
    border-color: #102b69;
}

body.insv-news-category-page .insv-wiki-hot {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 14px;
    color: #5f6f86;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

body.insv-news-category-page .insv-wiki-hot span {
    color: #202938;
    font-weight: 800;
}

body.insv-news-category-page .insv-wiki-hot a,
body.insv-news-category-page .insv-wiki-search-results__clear,
body.insv-news-category-page .insv-wiki-index__nav a {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 11px;
    border: 1px solid #dce7f6;
    border-radius: 999px;
    background: #fff;
    color: #183883 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    white-space: nowrap;
}

body.insv-news-category-page .insv-wiki-hot a:hover,
body.insv-news-category-page .insv-wiki-search-results__clear:hover,
body.insv-news-category-page .insv-wiki-index__nav a:hover {
    border-color: #bcd3f2;
    background: #f5f9ff;
    text-decoration: none !important;
}

body.insv-news-category-page :where(
    .insv-wiki-guide,
    .insv-wiki-card,
    .insv-wiki-panel,
    .insv-wiki-index
) {
    min-width: 0;
    border: 1px solid #dbe7f4 !important;
    border-radius: 8px !important;
    background: #fff !important;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 35, 70, .035) !important;
}

body.insv-news-category-page :where(
    .insv-wiki-guide h2,
    .insv-wiki-card h2,
    .insv-wiki-panel__head,
    .insv-wiki-index__head,
    .insv-wiki-index__nav
) {
    border-color: #dbe7f4 !important;
    background: #f7fbff !important;
}

body.insv-news-category-page .insv-wiki-guide h2,
body.insv-news-category-page .insv-wiki-card h2,
body.insv-news-category-page .insv-wiki-panel__head,
body.insv-news-category-page .insv-wiki-index__head {
    margin: 0 !important;
    padding: 14px 16px !important;
    border-bottom: 1px solid #dbe7f4 !important;
}

body.insv-news-category-page :where(
    .insv-wiki-guide h2,
    .insv-wiki-card h2,
    .insv-wiki-panel__head h2,
    .insv-wiki-index__head h2,
    .insv-wiki-index__group h3
) {
    color: var(--insv-type-color-heading) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
}

body.insv-news-category-page .insv-wiki-guide__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    gap: 16px;
    padding: 16px;
}

body.insv-news-category-page .insv-wiki-guide__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.insv-news-category-page .insv-wiki-guide__stats div {
    padding-left: 12px;
    border-left: 3px solid #183883;
}

body.insv-news-category-page .insv-wiki-guide__stats b {
    display: block;
    color: #202938;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 800;
}

body.insv-news-category-page .insv-wiki-guide__stats span {
    display: block;
    color: #6b778a;
    font-size: 12px;
    line-height: 1.5;
}

body.insv-news-category-page .insv-wiki-card {
    font-size: 13px;
    line-height: 1.55;
}

body.insv-news-category-page .insv-wiki-card h2 {
    text-align: center;
}

body.insv-news-category-page .insv-wiki-card table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

body.insv-news-category-page .insv-wiki-card th,
body.insv-news-category-page .insv-wiki-card td {
    padding: 10px 12px;
    border-top: 1px solid #e4edf7;
    vertical-align: top;
    text-align: left;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

body.insv-news-category-page .insv-wiki-card tr:first-child th,
body.insv-news-category-page .insv-wiki-card tr:first-child td {
    border-top: 0;
}

body.insv-news-category-page .insv-wiki-card th {
    width: 72px;
    background: #f7fbff;
    color: #202938;
    font-weight: 800;
}

body.insv-news-category-page .insv-wiki-card td {
    background: #fff;
    color: #2f3a4a;
    font-weight: 600;
}

body.insv-news-category-page .insv-wiki-card p {
    margin: 0;
    padding: 12px;
    border-top: 1px solid #e4edf7;
    background: #fff;
}

body.insv-news-category-page .insv-wiki-section-head,
body.insv-news-category-page .insv-wiki-recent-head {
    display: grid;
    gap: 7px;
}

body.insv-news-category-page .insv-wiki-section-head {
    margin: 0 0 18px;
}

body.insv-news-category-page .insv-wiki-section-head span,
body.insv-news-category-page .insv-wiki-recent-head span {
    color: #24499b !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
}

body.insv-news-category-page .insv-wiki-section-head h2,
body.insv-news-category-page .insv-wiki-recent-head h2 {
    margin: 0;
    color: var(--insv-type-color-heading) !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
}

body.insv-news-category-page :where(
    .insv-wiki-guide p,
    .insv-wiki-section-head p,
    .insv-wiki-recent-head p,
    .insv-wiki-featured-entry p,
    .insv-wiki-search-result p,
    .insv-wiki-index__head p,
    .insv-wiki-card p,
    .insv-wiki-media-feature p,
    .insv-wiki-media-card p
) {
    color: #5f6f86 !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    letter-spacing: 0 !important;
}

body.insv-news-category-page .insv-wiki-search-results {
    width: 100%;
    max-width: none;
    margin: 18px 0 12px;
    padding: 18px 0 0;
    border-top: 1px solid #e2e8f0;
}

body.insv-news-category-page .insv-wiki-search-results__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 12px;
}

body.insv-news-category-page .insv-wiki-search-result {
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid #dbe7f4;
    border-radius: 8px;
    background: #fff;
}

body.insv-news-category-page .insv-wiki-search-result h3,
body.insv-news-category-page .insv-wiki-featured-entry h3,
body.insv-news-category-page .insv-wiki-media-card h3 {
    margin: 0 0 6px;
    color: #202938;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 800;
}

body.insv-news-category-page .insv-wiki-portal,
body.insv-news-category-page .insv-wiki-index,
body.insv-news-category-page .insv-wiki-media,
body.insv-news-category-page .insv-wiki-recent-head {
    padding: 0 0 24px;
    margin-bottom: 28px;
    border-bottom: 1px solid #e2e8f0;
}

body.insv-news-category-page .insv-wiki-portal__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

body.insv-news-category-page .insv-wiki-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

body.insv-news-category-page .insv-wiki-panel__head a,
body.insv-news-category-page .insv-wiki-panel__head span {
    color: #183883 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
    white-space: nowrap;
}

body.insv-news-category-page .insv-wiki-featured-entry {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px;
}

body.insv-news-category-page .insv-wiki-featured-entry__image {
    display: block;
    width: 132px;
    height: 86px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #f7fbff;
}

body.insv-news-category-page .insv-wiki-featured-entry__image img,
body.insv-news-category-page .insv-wiki-media-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

body.insv-news-category-page .insv-wiki-media-feature img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.insv-news-category-page .insv-wiki-featured-entry h3 a,
body.insv-news-category-page .insv-wiki-search-result h3 a,
body.insv-news-category-page .insv-wiki-media-card h3 a,
body.insv-news-category-page .insv-wiki-list a,
body.insv-news-category-page .insv-wiki-index__entry strong {
    color: #183883 !important;
    text-decoration: none !important;
}

body.insv-news-category-page .insv-wiki-link-line {
    display: none;
}

body.insv-news-category-page .insv-wiki-list {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 14px 16px;
    list-style: none;
}

body.insv-news-category-page .insv-wiki-list li {
    position: relative;
    margin: 0;
    padding-left: 14px;
    color: #202938;
    font-size: 14px !important;
    line-height: 1.72 !important;
}

body.insv-news-category-page .insv-wiki-list li::before {
    content: "";
    position: absolute;
    left: 1px;
    top: .82em;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: #7b8aa0;
}

body.insv-news-category-page .insv-wiki-list time {
    display: inline-block;
    min-width: 78px;
    margin-right: 6px;
    color: #6b778a;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

body.insv-news-category-page .insv-wiki-fact-link {
    display: inline;
    color: inherit !important;
    text-decoration: none !important;
}

body.insv-news-category-page .insv-wiki-fact-link strong {
    color: #183883;
    font-weight: 800;
}

body.insv-news-category-page .insv-wiki-fact-link span {
    color: #5f6f86;
    font-weight: 400;
}

body.insv-news-category-page .insv-wiki-index__head h2 {
    margin: 0;
}

body.insv-news-category-page .insv-wiki-index__head p {
    margin: 4px 0 0;
}

body.insv-news-category-page .insv-wiki-index__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 16px;
    border-bottom: 1px solid #dbe7f4;
}

body.insv-news-category-page .insv-wiki-index__group {
    border-top: 1px solid #e4edf7;
}

body.insv-news-category-page .insv-wiki-index__group:first-of-type {
    border-top: 0;
}

body.insv-news-category-page .insv-wiki-index__group h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 13px 16px;
    border-bottom: 1px solid #eef3f8;
    background: #fff;
}

body.insv-news-category-page .insv-wiki-index__group h3 span {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 0 7px;
    border-radius: 999px;
    background: #eef5ff;
    color: #17449b;
    font-size: 12px;
    font-weight: 800;
}

body.insv-news-category-page .insv-wiki-index__entries {
    display: grid;
}

body.insv-news-category-page .insv-wiki-index__entry {
    display: grid;
    grid-template-columns: minmax(220px, .38fr) minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 12px 16px;
    border-top: 1px solid #eef3f8;
    text-decoration: none !important;
}

body.insv-news-category-page .insv-wiki-index__entry:first-child {
    border-top: 0;
}

body.insv-news-category-page .insv-wiki-index__entry:hover {
    background: #f8fbff;
}

body.insv-news-category-page .insv-wiki-index__entry strong {
    display: block;
    min-width: 0;
    font-size: 15px !important;
    line-height: 1.5 !important;
    font-weight: 800 !important;
    white-space: normal;
}

body.insv-news-category-page .insv-wiki-index__entry span {
    display: block;
    min-width: 0;
    margin-top: 0;
    color: #5f6f86;
    font-size: 14px !important;
    line-height: 1.65 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.insv-news-category-page .insv-wiki-media__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    gap: 18px;
}

body.insv-news-category-page .insv-wiki-media-feature {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    border: 1px solid #dbe7f4;
    border-radius: 8px;
    background: #111827;
}

body.insv-news-category-page .insv-wiki-media-feature > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 320px;
    background: #101826;
}

body.insv-news-category-page .insv-wiki-media-feature > div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px;
    color: #fff;
    background: linear-gradient(180deg, rgba(11, 18, 32, 0), rgba(11, 18, 32, .86));
}

body.insv-news-category-page .insv-wiki-media-feature span {
    display: inline-flex;
    margin-bottom: 8px;
    color: #d8eeff;
    font-size: 13px;
    font-weight: 800;
}

body.insv-news-category-page .insv-wiki-media-feature h3 {
    max-width: 620px;
    margin: 0 0 7px;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 800;
}

body.insv-news-category-page .insv-wiki-media-feature h3 a {
    color: #fff !important;
    text-decoration: none !important;
}

body.insv-news-category-page .insv-wiki-media-list {
    display: grid;
    gap: 12px;
}

body.insv-news-category-page .insv-wiki-media-card {
    display: grid;
    grid-template-columns: 168px minmax(0, 1fr);
    gap: 14px;
    align-items: stretch;
    min-height: 132px;
    padding: 10px;
    border: 1px solid #dbe7f4;
    border-radius: 8px;
    background: #fff;
}

body.insv-news-category-page .insv-wiki-media-card > a {
    display: block;
    width: 168px;
    min-height: 112px;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
    background: #f7fbff;
}

body.insv-news-category-page .insv-wiki-media-card > div {
    min-width: 0;
    align-self: center;
}

body.insv-news-category-page .insv-wiki-panel a:hover,
body.insv-news-category-page .insv-wiki-index a:hover,
body.insv-news-category-page .insv-wiki-guide a:hover,
body.insv-news-category-page .insv-wiki-card a:hover {
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

body.insv-news-category-page #c_new_list_195-17557659749000 {
    padding-top: 0 !important;
}

@media (max-width: 1280px) {
    body.insv-news-category-page .insv-wiki-tools {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 20px;
    }
}

@media (max-width: 980px) {
    body.insv-news-category-page :where(
        .insv-wiki-tools,
        .insv-wiki-portal,
        .insv-wiki-index,
        .insv-wiki-media,
        .insv-wiki-recent-head
    ) {
        width: calc(100% - 36px) !important;
    }

    body.insv-news-category-page .insv-wiki-tools,
    body.insv-news-category-page .insv-wiki-media__layout {
        grid-template-columns: 1fr;
    }

    body.insv-news-category-page .insv-wiki-card {
        order: 2;
    }

    body.insv-news-category-page .insv-wiki-tools__main {
        order: 1;
    }

    body.insv-news-category-page .insv-wiki-guide__body,
    body.insv-news-category-page .insv-wiki-portal__grid {
        grid-template-columns: 1fr;
    }

    body.insv-news-category-page .insv-wiki-guide__stats {
        max-width: 260px;
    }

    body.insv-news-category-page .insv-wiki-media-feature,
    body.insv-news-category-page .insv-wiki-media-feature > a {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    body.insv-news-category-page .insv-wiki-section-head h2,
    body.insv-news-category-page .insv-wiki-recent-head h2 {
        font-size: 21px !important;
    }

    body.insv-news-category-page :where(
        .insv-wiki-guide p,
        .insv-wiki-section-head p,
        .insv-wiki-recent-head p,
        .insv-wiki-featured-entry p,
        .insv-wiki-search-result p,
        .insv-wiki-index__head p,
        .insv-wiki-card p
    ) {
        font-size: 14px !important;
    }
}

@media (max-width: 560px) {
    body.insv-news-category-page .insv-wiki-main {
        padding-bottom: 92px;
    }

    body.insv-news-category-page :where(
        .insv-wiki-tools,
        .insv-wiki-portal,
        .insv-wiki-index,
        .insv-wiki-media,
        .insv-wiki-recent-head
    ) {
        width: calc(100% - 28px) !important;
    }

    body.insv-news-category-page .insv-wiki-search,
    body.insv-news-category-page .insv-wiki-search-results__grid {
        grid-template-columns: 1fr;
    }

    body.insv-news-category-page .insv-wiki-search button {
        width: 100%;
    }

    body.insv-news-category-page .insv-wiki-hot {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    body.insv-news-category-page .insv-wiki-hot span {
        grid-column: 1 / -1;
    }

    body.insv-news-category-page .insv-wiki-hot a {
        display: flex;
        max-width: 100%;
        height: 28px;
        justify-content: center;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
    }

    body.insv-news-category-page .insv-wiki-hot a:nth-of-type(n+5) {
        display: none;
    }

    body.insv-news-category-page .insv-wiki-card th {
        width: 64px;
    }

    body.insv-news-category-page .insv-wiki-featured-entry,
    body.insv-news-category-page .insv-wiki-media-card {
        grid-template-columns: 1fr;
    }

    body.insv-news-category-page .insv-wiki-featured-entry__image,
    body.insv-news-category-page .insv-wiki-media-card > a {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    body.insv-news-category-page .insv-wiki-list time {
        display: block;
        min-width: 0;
    }

    body.insv-news-category-page .insv-wiki-index__entry {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    body.insv-news-category-page .insv-wiki-index__entry span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

body.insv-news-category-page .insv-wiki-main [id^="insv-wiki-"],
    body.insv-news-category-page .insv-wiki-index__group {
        scroll-margin-top: 150px;
    }
}

/* Shared detail previous/next navigation. */
body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager,
body.insv-case-body-root .insv-case-nav {
    margin: 40px 0 18px !important;
    padding: 28px 0 50px !important;
    border-top: 1px solid #e5edf7 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin: 0 0 14px !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__grid,
body.insv-case-body-root .insv-case-nav .insv-case-wrap {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
    gap: 16px !important;
    align-items: stretch !important;
}

body.insv-case-body-root .insv-case-nav .insv-case-wrap {
    width: min(88vw, 1360px) !important;
    max-width: 1360px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__card,
body.insv-case-body-root .insv-case-nav-link {
    min-width: 0 !important;
    min-height: 112px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    gap: 8px !important;
    padding: 17px 19px !important;
    border: 1px solid #dce7f5 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--insv-type-color-heading) !important;
    box-shadow: 0 8px 20px rgba(21, 52, 94, .05) !important;
    text-decoration: none !important;
    opacity: 1 !important;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__card:not(.is-disabled):hover,
body.insv-case-body-root a.insv-case-nav-link:hover {
    border-color: #9fbbe6 !important;
    background: #fff !important;
    color: var(--insv-type-color-heading) !important;
    box-shadow: 0 12px 26px rgba(21, 52, 94, .1) !important;
    transform: translateY(-1px) !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__card.is-disabled,
body.insv-case-body-root .insv-case-nav-link.is-disabled,
body.insv-case-body-root span.insv-case-nav-link {
    border-color: #e4ebf5 !important;
    background: #f8fafc !important;
    color: #9aa5b5 !important;
    box-shadow: none !important;
    pointer-events: none !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__card--prev,
body.insv-case-body-root .insv-case-nav-prev {
    grid-column: 1 !important;
    text-align: left !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__card--next,
body.insv-case-body-root .insv-case-nav-next {
    grid-column: 3 !important;
    text-align: right !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__eyebrow,
body.insv-case-body-root .insv-case-nav-label {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 0 2px !important;
    color: #234f9f !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__card--prev .news-detail-pager__eyebrow::before,
body.insv-case-body-root .insv-case-nav-prev .insv-case-nav-label::before {
    content: "<" !important;
    opacity: .9 !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__card--next .news-detail-pager__eyebrow,
body.insv-case-body-root .insv-case-nav-next .insv-case-nav-label {
    justify-content: flex-end !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__card--next .news-detail-pager__eyebrow::after,
body.insv-case-body-root .insv-case-nav-next .insv-case-nav-label::after {
    content: ">" !important;
    opacity: .9 !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__title,
body.insv-case-body-root .insv-case-nav-title {
    display: -webkit-box !important;
    overflow: hidden !important;
    color: var(--insv-type-color-heading) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
    text-overflow: clip !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__card.is-disabled .news-detail-pager__title,
body.insv-case-body-root .insv-case-nav-link.is-disabled .insv-case-nav-title,
body.insv-case-body-root span.insv-case-nav-link .insv-case-nav-title {
    color: #9aa5b5 !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__date {
    margin-top: 2px !important;
    color: #7d8a9c !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__back,
body.insv-case-body-root .insv-case-nav-back {
    grid-column: 2 !important;
    align-self: center !important;
    justify-self: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 132px !important;
    min-height: 38px !important;
    height: auto !important;
    padding: 0 18px !important;
    border: 1px solid #d7e6fb !important;
    border-radius: 999px !important;
    background: #f5f9ff !important;
    color: #234f9f !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: border-color .18s ease, background .18s ease, color .18s ease !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__back:hover,
body.insv-case-body-root .insv-case-nav-back:hover {
    border-color: #9fbbe6 !important;
    background: #edf5ff !important;
    color: #183883 !important;
    transform: none !important;
}

@media (max-width: 768px) {
    body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager,
    body.insv-case-body-root .insv-case-nav {
        margin-top: 30px !important;
        padding: 22px 0 40px !important;
    }

    body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__grid,
    body.insv-case-body-root .insv-case-nav .insv-case-wrap {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    body.insv-case-body-root .insv-case-nav .insv-case-wrap {
        width: calc(100% - 40px) !important;
    }

    body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__card,
    body.insv-case-body-root .insv-case-nav-link {
        min-height: 98px !important;
        padding: 14px 16px !important;
    }

    body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__card--prev,
    body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__card--next,
    body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__back,
    body.insv-case-body-root .insv-case-nav-prev,
    body.insv-case-body-root .insv-case-nav-next,
    body.insv-case-body-root .insv-case-nav-back {
        grid-column: 1 !important;
    }

    body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__card--next,
    body.insv-case-body-root .insv-case-nav-next {
        text-align: left !important;
    }

    body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__card--next .news-detail-pager__eyebrow,
    body.insv-case-body-root .insv-case-nav-next .insv-case-nav-label {
        justify-content: flex-start !important;
    }

    body.insv-news-single #c_new_detail_037-1762154923166 .news-detail-pager__back,
    body.insv-case-body-root .insv-case-nav-back {
        width: 100% !important;
        justify-self: stretch !important;
    }
}

/* Shared detail hero, body rhythm, and right rail cards. */
body.insv-news-single .insv-news-detail-hero,
body.insv-case-body-root .insv-case-hero {
    border-bottom: 1px solid #e4eaf3 !important;
    background: #fff !important;
}

body.insv-news-single .insv-news-detail-hero {
    margin: 0 auto !important;
    padding: 52px 0 36px !important;
}

body.insv-news-single .insv-news-detail-hero__inner,
body.insv-case-body-root .insv-case-hero .insv-case-wrap {
    width: min(88vw, 1360px) !important;
    max-width: 1360px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

body.insv-news-single .insv-news-detail-breadcrumb {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 0 18px !important;
    color: #7a8798 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
}

body.insv-news-single .insv-news-detail-breadcrumb a,
body.insv-news-single .insv-news-detail-breadcrumb span {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: 500 !important;
    line-height: inherit !important;
    text-decoration: none !important;
}

body.insv-news-single .insv-news-detail-breadcrumb a:hover {
    color: #183883 !important;
}

body.insv-news-single .insv-news-detail-breadcrumb .current {
    max-width: min(760px, 100%) !important;
    overflow: hidden !important;
    color: #5f6d80 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

body.insv-news-single .insv-news-detail-hero__meta,
body.insv-case-body-root .insv-case-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px 12px !important;
    margin: 0 0 14px !important;
    color: #6b778a !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
}

body.insv-news-single .insv-news-detail-hero .news-detail-section,
body.insv-news-single .insv-news-detail-hero .news-detail-date {
    display: inline-flex !important;
    align-items: center !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #6b778a !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

body.insv-news-single .insv-news-detail-hero .news-detail-section {
    color: #24499b !important;
    font-weight: 800 !important;
}

body.insv-news-single .insv-news-detail-hero .news-detail-section + .news-detail-date::before {
    content: "";
    display: inline-block !important;
    width: 4px !important;
    height: 4px !important;
    margin-right: 12px !important;
    border-radius: 999px !important;
    background: #c3ccda !important;
}

body.insv-news-single .insv-news-detail-hero__title,
body.insv-case-body-root .insv-case-title {
    max-width: 100% !important;
    margin: 0 !important;
    color: var(--insv-type-color-heading) !important;
    font-size: var(--insv-type-size-detail-title) !important;
    font-weight: 800 !important;
    line-height: var(--insv-type-line-heading) !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere !important;
    text-wrap: wrap !important;
}

body.insv-news-single #c_grid-1762154989607 {
    width: min(88vw, 1360px) !important;
    max-width: 1360px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

body.insv-news-single #c_grid-1762154989607:not(.insv-wiki-single) > .p_gridbox {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) clamp(320px, 24vw, 360px) !important;
    column-gap: 36px !important;
    align-items: stretch !important;
}

body.insv-news-single #c_grid-1762154989607:not(.insv-wiki-single) > .p_gridbox > .p_gridCell:nth-child(2n + 1),
body.insv-news-single #c_grid-1762154989607:not(.insv-wiki-single) > .p_gridbox > .p_gridCell:nth-child(2n + 2) {
    width: auto !important;
    min-width: 0 !important;
}

body.insv-news-single #c_grid-1762154989607:not(.insv-wiki-single) > .p_gridbox > .p_gridCell:nth-child(2n + 2) {
    padding-left: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    align-self: stretch !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 {
    padding-top: 48px !important;
    padding-bottom: 56px !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .e_container-1 {
    width: 100% !important;
    max-width: none !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .e_container-55 {
    margin: 18px 0 28px !important;
    padding: 11px 14px !important;
    border-left: 3px solid #bcd0f2 !important;
    background: #f4f7fb !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .e_text-56 {
    display: block !important;
    overflow: visible !important;
    color: #667085 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    -webkit-box-orient: initial !important;
    -webkit-line-clamp: unset !important;
}

body.insv-news-single #c_new_detail_037-1762154923166 .e_container-57 {
    border: 1px solid #e6ebf2 !important;
    border-radius: 8px !important;
    background: #fbfcfe !important;
}

body.insv-news-single #c_new_list_149-17709646487850,
body.insv-news-single #c_seo_list_001-17709644332640,
body.insv-news-single #c_new_detail_035-17621550178380 {
    display: none !important;
}

body.insv-news-single .insv-article-rail,
body.insv-case-body-root .insv-case-rail {
    position: sticky !important;
    top: 156px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    font-family: var(--insv-type-font-sans) !important;
}

body.insv-news-single .insv-article-rail {
    padding-top: 48px !important;
}

body.insv-news-single .insv-rail-card,
body.insv-case-body-root .insv-case-rail-card {
    padding: 18px !important;
    border: 1px solid #e3eaf4 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #1f2a3d !important;
    box-shadow: 0 10px 28px rgba(16, 32, 64, .055) !important;
}

body.insv-news-single .insv-rail-card--context,
body.insv-news-single .insv-rail-card--product-secondary,
body.insv-case-body-root .insv-case-rail-card--product,
body.insv-case-body-root .insv-case-rail-card--cta {
    border-color: #d8e5f8 !important;
    background: #fff !important;
}

body.insv-news-single .insv-rail-eyebrow,
body.insv-case-body-root .insv-case-rail-eyebrow {
    margin: 0 0 8px !important;
    color: #1a56a8 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

body.insv-news-single .insv-rail-copy,
body.insv-case-body-root .insv-case-rail-copy {
    margin: 10px 0 14px !important;
    color: #526071 !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
}

body.insv-news-single .insv-rail-primary,
body.insv-case-body-root .insv-case-rail-primary {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 38px !important;
    padding: 0 12px !important;
    border: 1px solid #183883 !important;
    border-radius: 6px !important;
    background: #183883 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
}

body.insv-news-single .insv-rail-primary:hover,
body.insv-case-body-root .insv-case-rail-primary:hover {
    border-color: #102b69 !important;
    background: #102b69 !important;
    color: #fff !important;
}

body.insv-case-body-root .insv-case-rail-secondary {
    border: 1px solid #c9d8f1 !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #183883 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

body.insv-news-single .insv-rail-news,
body.insv-case-body-root .insv-case-related-link {
    display: grid !important;
    grid-template-columns: 74px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
    padding: 12px 0 !important;
    border-top: 1px solid #edf1f7 !important;
    color: inherit !important;
    text-decoration: none !important;
}

body.insv-news-single .insv-rail-news:first-of-type,
body.insv-case-body-root .insv-case-related-link:first-of-type {
    padding-top: 0 !important;
    border-top: 0 !important;
}

body.insv-news-single .insv-rail-news img,
body.insv-news-single .insv-rail-news__placeholder,
body.insv-case-body-root .insv-case-related-link img,
body.insv-case-body-root .insv-case-related-placeholder {
    width: 74px !important;
    height: 56px !important;
    border-radius: 6px !important;
    background: #eef3f8 !important;
    object-fit: cover !important;
}

body.insv-news-single .insv-rail-news strong,
body.insv-case-body-root .insv-case-related-body strong {
    display: -webkit-box !important;
    overflow: hidden !important;
    color: #2b3340 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.38 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

body.insv-news-single .insv-rail-news em,
body.insv-case-body-root .insv-case-related-body em {
    display: block !important;
    margin-top: 6px !important;
    color: #8c97a8 !important;
    font-size: 11px !important;
    font-style: normal !important;
    line-height: 1.2 !important;
}

body.insv-news-single .insv-topic-cloud {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 !important;
}

body.insv-news-single .insv-topic-cloud a,
body.insv-news-single .insv-topic-cloud span {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 28px !important;
    padding: 0 11px !important;
    border: 1px solid #d8e4f5 !important;
    border-radius: 999px !important;
    background: #f8fbff !important;
    color: #365271 !important;
    text-decoration: none !important;
}

body.insv-news-single .insv-topic-cloud a:hover,
body.insv-news-single .insv-topic-cloud a.is-current {
    border-color: #b8d3f8 !important;
    background: #eaf4ff !important;
    color: #183883 !important;
}

body.insv-news-single .insv-topic-cloud a.is-current {
    font-weight: 800 !important;
}

@media (max-width: 1024px) {
    body.insv-news-single #c_grid-1762154989607:not(.insv-wiki-single) > .p_gridbox {
        display: block !important;
    }

    body.insv-news-single #c_grid-1762154989607:not(.insv-wiki-single) > .p_gridbox > .p_gridCell:nth-child(2n + 1),
    body.insv-news-single #c_grid-1762154989607:not(.insv-wiki-single) > .p_gridbox > .p_gridCell:nth-child(2n + 2) {
        width: 100% !important;
        padding-left: 0 !important;
        clear: left !important;
    }

    body.insv-news-single .insv-article-rail,
    body.insv-case-body-root .insv-case-rail {
        position: static !important;
        padding-top: 10px !important;
        margin-bottom: 28px !important;
    }
}

@media (max-width: 768px) {
    body.insv-news-single .insv-news-detail-hero {
        padding: 34px 0 26px !important;
    }

    body.insv-news-single .insv-news-detail-hero__inner,
    body.insv-case-body-root .insv-case-hero .insv-case-wrap {
        width: calc(100% - 40px) !important;
    }

    body.insv-news-single .insv-news-detail-hero__title,
    body.insv-case-body-root .insv-case-title {
        font-size: var(--insv-type-size-detail-title-mobile) !important;
        line-height: 1.32 !important;
    }

    body.insv-news-single #c_new_detail_037-1762154923166 {
        padding-top: 30px !important;
    }

    body.insv-news-single #c_grid-1762154989607 {
        width: calc(100% - 40px) !important;
    }

    body.insv-news-single .insv-rail-card,
    body.insv-case-body-root .insv-case-rail-card {
        padding: 16px !important;
    }
}

/* Shared page hero and remaining archive/form visual consolidation. */
.insv-page-visual-hero {
    width: 100% !important;
    margin-top: 80px !important;
    border-bottom: 1px solid #e4eaf3 !important;
    background: #fff !important;
}

.insv-page-visual-hero__inner {
    width: min(88vw, 1360px) !important;
    max-width: 1360px !important;
    margin: 0 auto !important;
    padding: 42px 0 30px !important;
}

.insv-page-visual-hero__title {
    max-width: 1180px !important;
    margin: 0 !important;
    color: var(--insv-type-color-heading) !important;
    font-family: var(--insv-type-font-sans) !important;
    font-size: var(--insv-type-size-detail-title) !important;
    font-weight: 800 !important;
    line-height: var(--insv-type-line-heading) !important;
    letter-spacing: 0 !important;
}

.insv-page-visual-hero--products + .insv-products-grid {
    padding-top: 48px !important;
}

body.insv-page-contact .insv-page-visual-hero + #c_category_428_P_050-17568895704770 + #contact-form + #c_form_089-1758778415137,
body.insv-page-contact .insv-page-visual-hero + #c_category_428_P_050-17568895704770 + #c_form_089-1758778415137 {
    margin-top: clamp(32px, 2.5vw, 44px) !important;
}

body.insv-page-contact #contact-form {
    display: block !important;
    scroll-margin-top: 156px !important;
}

body .insv-products-grid {
    padding: 56px 0 72px !important;
    background: #fafbfc !important;
}

body .insv-products-grid__inner {
    width: min(88vw, 1360px) !important;
    max-width: 1360px !important;
    gap: 28px !important;
}

body .insv-product-card {
    border-color: #dfe8f4 !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 26px rgba(16, 32, 64, .035) !important;
}

body .insv-product-card:hover {
    box-shadow: 0 14px 34px rgba(24, 56, 131, .10) !important;
}

body .insv-product-card__media {
    background: #f3f7fb !important;
}

body .insv-product-card__title {
    color: var(--insv-type-color-heading) !important;
    font-family: var(--insv-type-font-sans) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
}

body .insv-product-card__desc {
    color: #526071 !important;
    font-family: var(--insv-type-font-sans) !important;
    font-size: 14px !important;
    line-height: 1.68 !important;
}

body .insv-product-card__btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    padding: 0 14px !important;
    border-radius: 6px !important;
    font-family: var(--insv-type-font-sans) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

body .insv-product-card__btn--primary {
    border-color: #183883 !important;
    background: #183883 !important;
}

body .insv-product-card__btn--primary:hover {
    border-color: #102b69 !important;
    background: #102b69 !important;
}

body .insv-product-card__btn--secondary {
    border-color: #c9d8f1 !important;
    color: #183883 !important;
}

body .insv-product-card__btn--secondary:hover {
    border-color: #183883 !important;
    background: #f5f8fd !important;
}

body.insv-page-contact #c_form_089-1758778415137 .e_formBtn-6,
body.insv-page-contact #c_form_089-1758778415137 [class*="e_formBtn"],
body.insv-page-contact #c_form_089-1758778415137 .s_button1,
body.insv-page-contact [id^="c_form_089-"] .e_formBtn-6,
body.insv-page-contact [id^="c_form_089-"] [class*="e_formBtn"],
body.insv-page-contact [id^="c_form_089-"] .s_button1 {
    border: 1px solid #183883 !important;
    border-radius: 6px !important;
    background: #183883 !important;
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(24, 56, 131, .16) !important;
    font-family: var(--insv-type-font-sans) !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

body.insv-page-contact #c_form_089-1758778415137 .e_formBtn-6:hover,
body.insv-page-contact #c_form_089-1758778415137 [class*="e_formBtn"]:hover,
body.insv-page-contact #c_form_089-1758778415137 .s_button1:hover,
body.insv-page-contact [id^="c_form_089-"] .e_formBtn-6:hover,
body.insv-page-contact [id^="c_form_089-"] [class*="e_formBtn"]:hover,
body.insv-page-contact [id^="c_form_089-"] .s_button1:hover {
    border-color: #102b69 !important;
    background: #102b69 !important;
    color: #fff !important;
}

#insv-about :where(
    .insv-values__card,
    .insv-servnet-cards__card,
    .insv-servnet__card,
    .insv-honors__card,
    .insv-servflow,
    .insv-servflow__step,
    .insv-newsatlas__card
) {
    border-radius: 8px !important;
}

body .insv-3d {
    --insv-blue: #183883 !important;
    --insv-blue-dark: #102b69 !important;
}

body .insv-3d-primary,
body .insv-3d-load span,
body .insv-3d-preview-alert a,
body .insv-3d-sample-filter__link {
    border-radius: 6px !important;
    font-family: var(--insv-type-font-sans) !important;
    font-weight: 800 !important;
}

body .insv-3d-card {
    border-color: #dfe8f4 !important;
    box-shadow: 0 10px 26px rgba(16, 32, 64, .035) !important;
}

body .insv-wiki-search button {
    border-radius: 6px !important;
    background: #183883 !important;
    font-family: var(--insv-type-font-sans) !important;
    font-weight: 800 !important;
}

@media (max-width: 768px) {
    .insv-page-visual-hero {
        margin-top: 75px !important;
    }

    .insv-page-visual-hero__inner {
        width: calc(100% - 40px) !important;
        padding: 32px 0 24px !important;
    }

    .insv-page-visual-hero__title {
        font-size: var(--insv-type-size-detail-title-mobile) !important;
        line-height: 1.32 !important;
    }

    body .insv-products-grid {
        padding: 36px 0 52px !important;
    }
}
