/* Scoped presentation for WSI company and article pages. */
.wsi-company-page,
.wsi-article-page {
    background: #f3f6f9;
    color: #263241;
    font-size: 17px;
    line-height: 1.72;
}

.wsi-company-page a,
.wsi-article-page a {
    color: #1f5f93;
    font-weight: 700;
}

.wsi-company-page a:hover,
.wsi-article-page a:hover {
    color: #b21f2d;
}

.wsi-company-page > .g-bg-img-hero,
.wsi-article-page > .g-bg-img-hero {
    position: relative;
    min-height: 340px !important;
    max-height: none !important;
    padding: 72px 20px !important;
    overflow: hidden;
}

.wsi-company-page > .g-bg-img-hero::before,
.wsi-article-page > .g-bg-img-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 13, 27, .94), rgba(24, 49, 69, .74));
    z-index: 0;
}

.wsi-company-page > .g-bg-img-hero > .container,
.wsi-article-page > .g-bg-img-hero > .container {
    position: relative;
    z-index: 1;
}

.wsi-company-page > .g-bg-img-hero span,
.wsi-article-page > .g-bg-img-hero span {
    display: inline-block;
    max-width: 980px;
    padding: 0 !important;
    background: transparent !important;
    color: #fff !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .36);
}

.wsi-company-page > .g-bg-img-hero h2 span,
.wsi-article-page > .g-bg-img-hero h1 span {
    font-size: 48px !important;
    line-height: 1.14 !important;
    font-weight: 800 !important;
    letter-spacing: 0;
    text-transform: none;
}

.wsi-article-page > .g-bg-img-hero h2 span {
    margin-top: 16px;
    color: rgba(255, 255, 255, .84) !important;
    font-size: 22px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    letter-spacing: 0;
    text-transform: none;
}

.wsi-company-page > section:not(.g-bg-img-hero),
.wsi-article-page > section:not(.g-bg-img-hero) {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.wsi-company-page > section.g-py-50,
.wsi-company-page > section.container,
.wsi-article-page > section.justify-content-center {
    background: linear-gradient(180deg, #f4f7fb 0%, #eef3f8 100%);
}

.wsi-company-page > section.g-py-50 > .container,
.wsi-company-page > section.container,
.wsi-article-page > section.justify-content-center > .container {
    max-width: 1140px;
    padding: 42px 46px !important;
    background: #fff;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.wsi-company-page > section.g-py-50 > .container::before,
.wsi-company-page > section.container::before,
.wsi-article-page > section.justify-content-center > .container::before {
    content: "";
    display: block;
    width: 76px;
    height: 4px;
    margin: 0 auto 26px;
    background: #b21f2d;
    border-radius: 999px;
}

.wsi-company-page .embed-responsive {
    max-width: 860px;
    margin: 0 auto 28px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .16);
}

.wsi-company-page .lead {
    max-width: 920px;
    margin: 0 auto;
    color: #334155;
    font-size: 21px;
    line-height: 1.65;
}

.wsi-company-page p,
.wsi-company-page li,
.wsi-article-page p,
.wsi-article-page li {
    color: #3f4b5c;
    font-size: 17px;
    line-height: 1.72;
}

.wsi-company-page p:has(> b:only-child),
.wsi-article-page p:has(> b:only-child) {
    margin: 30px 0 14px;
}

.wsi-company-page p:has(> b:only-child) b,
.wsi-article-page p:has(> b:only-child) b {
    display: block;
    color: #1b2635;
    font-size: 22px;
    line-height: 1.34;
    font-weight: 800 !important;
}

.wsi-article-page .u-heading-v2__title {
    margin-bottom: 24px !important;
    color: #1b2635;
    font-size: 38px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: 0;
}

.wsi-company-page ul,
.wsi-article-page ul.text-left {
    margin: 18px 0 30px;
    padding-left: 0;
    list-style: none;
}

.wsi-company-page ul li,
.wsi-article-page ul.text-left li {
    position: relative;
    margin-bottom: 11px;
    padding: 13px 18px 13px 42px;
    background: #f8fafc;
    border: 1px solid #e2e9f2;
    border-radius: 8px;
}

.wsi-company-page ul li::before,
.wsi-article-page ul.text-left li::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 19px;
    width: 7px;
    height: 7px;
    background: #b21f2d;
    border-radius: 50%;
}

.wsi-company-page p:last-child {
    padding: 22px 24px;
    background: #f8fafc;
    border: 1px solid #e2e9f2;
    border-left: 4px solid #b21f2d;
    border-radius: 8px;
}

.wsi-article-page .col-lg-4 {
    margin-top: 8px;
}

.wsi-article-page .col-lg-4 span {
    display: block !important;
    padding: 20px;
    background: #f8fafc;
    border: 1px solid #e2e9f2;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.wsi-article-page .col-lg-4 img {
    display: block;
    width: 100% !important;
    height: auto;
    border-radius: 6px;
}

.wsi-article-page .col-lg-8 > p:last-of-type {
    margin-top: 30px;
    padding: 22px 24px;
    background: #111827;
    border-radius: 8px;
    color: #fff;
}

.wsi-article-page .col-lg-8 > p:last-of-type a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 900px) {
    .wsi-company-page > .g-bg-img-hero,
    .wsi-article-page > .g-bg-img-hero {
        min-height: 280px !important;
        padding: 54px 18px !important;
    }

    .wsi-company-page > .g-bg-img-hero h2 span,
    .wsi-article-page > .g-bg-img-hero h1 span {
        font-size: 34px !important;
    }

    .wsi-company-page > section.g-py-50 > .container,
    .wsi-company-page > section.container,
    .wsi-article-page > section.justify-content-center > .container {
        padding: 30px 24px !important;
    }
}
