.other-item-hero {
    position: relative;
    min-height: 285px;
    max-height: none !important;
    padding: 70px 0;
    background-position: center center !important;
    overflow: hidden;
}

.other-item-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(5, 20, 43, .88), rgba(31, 90, 136, .72));
    z-index: 0;
}

.other-item-hero > .container {
    position: relative;
    z-index: 1;
    max-width: 1080px;
}

.other-item-hero h1,
.other-item-hero h2 {
    margin: 0;
    text-transform: none !important;
    letter-spacing: 0;
}

.other-item-hero h1 span,
.other-item-hero h2 span {
    display: inline-block;
    max-width: 980px;
    padding: 0 !important;
    background: transparent !important;
    color: #fff;
    line-height: 1.15;
}

.other-item-hero h1 span {
    font-size: 42px;
    font-weight: 800;
}

.other-item-hero h2 span {
    margin-top: 14px;
    color: #dbeeff;
    font-size: 21px;
    font-weight: 650;
}

.other-item-shell {
    padding: 42px 0 64px !important;
    background: #f4f7fb !important;
}

.other-item-shell > .container {
    max-width: 1120px;
}

.other-item-shell .g-brd-primary,
.other-item-shell .Content,
.other-item-content {
    text-align: left !important;
}

.other-item-content,
.other-item-shell .row {
    border: 1px solid #d8e3f0;
    border-top: 4px solid #2878c8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 36, 64, .08);
}

.other-item-content {
    padding: 38px 42px;
    max-width: 1120px;
    margin: 42px auto 64px;
}

.other-item-shell .other-item-content {
    margin: 0;
}

.other-item-shell .row {
    padding: 34px;
}

.other-item-content img[align="right"] {
    float: right;
    width: 120px;
    height: auto;
    margin: 0 0 18px 28px;
    padding: 12px !important;
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #fff;
}

.other-item-content > p img,
.other-item-shell .img-fluid {
    border: 1px solid #dce6f2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(18, 48, 78, .08);
}

.other-item-content > p img {
    max-width: 100%;
    height: auto;
    padding: 12px;
}

.other-item-content iframe {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(8, 30, 58, .16);
}

.other-item-content h1 {
    max-width: 880px;
    margin: 0 0 10px;
    color: #061b3d;
    font-size: 34px;
    line-height: 1.18;
    font-weight: 800;
}

.other-item-content h2,
.other-item-shell h2 {
    margin: 30px 0 14px;
    color: #0b3f75;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 750;
}

.other-item-content h1 + h2 {
    margin-top: 8px;
    color: #35506e;
    font-size: 18px;
    font-weight: 650;
}

.other-item-content h3 {
    clear: both;
    margin: 34px 0 16px;
    padding: 18px 22px;
    border-left: 4px solid #2878c8;
    border-radius: 8px;
    background: #eef6ff;
    color: #0b2b55;
    font-size: 22px;
    font-weight: 800;
}

.other-item-content h4 {
    margin: 0 0 10px;
    color: #092a55;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

.other-item-content p,
.other-item-content li,
.other-item-shell p,
.other-item-shell li {
    color: #2f435d;
    font-size: 17px;
    line-height: 1.72;
}

.other-item-content p,
.other-item-shell p {
    margin: 0 0 18px;
}

.other-item-content ul,
.other-item-content ol,
.other-item-shell ul,
.other-item-shell ol {
    margin: 0 0 24px 22px;
    padding-left: 18px;
}

.other-item-content li,
.other-item-shell li {
    margin-bottom: 10px;
}

.other-item-content a,
.other-item-shell a {
    color: #075fb5;
    font-weight: 700;
    text-decoration: none;
}

.other-item-content a:hover,
.other-item-content a:focus,
.other-item-shell a:hover,
.other-item-shell a:focus {
    color: #003e7b;
    text-decoration: underline;
}

.other-item-content b,
.other-item-content strong,
.other-item-shell b,
.other-item-shell strong {
    color: #122b4b;
}

.other-item-intro {
    max-width: 900px;
    margin-bottom: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e3ebf5;
}

.other-item-related-heading {
    clear: both;
    margin-top: 32px;
    padding: 18px 22px;
    border-left: 4px solid #2878c8;
    border-radius: 8px;
    background: #eef6ff;
    color: #0b2b55;
    font-size: 20px;
    font-weight: 800;
}

.other-item-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    clear: both;
    margin: 24px 0 30px;
}

.other-item-related-card {
    display: block;
    min-height: 100%;
    padding: 22px;
    border: 1px solid #d9e5f2;
    border-radius: 8px;
    background: #f9fbfe;
    color: #075fb5;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.45;
    box-shadow: 0 10px 24px rgba(16, 40, 70, .05);
}

.other-item-related-card:hover {
    border-color: #9fc3e9;
    box-shadow: 0 16px 30px rgba(20, 61, 104, .1);
}

.other-item-cta,
.Common-Questions {
    clear: both;
    margin: 18px 0;
    padding: 24px 28px;
    border: 1px solid #cfe1f5;
    border-radius: 8px;
    background: linear-gradient(135deg, #eef6ff, #fff);
}

.Common-Questions blockquote {
    margin: 0;
    padding: 0;
    border: 0;
}

.Common-Questions p:last-child,
.other-item-cta p:last-child {
    margin-bottom: 0;
}

.other-item-shell .col-lg-6 img.img-fluid {
    margin-bottom: 20px;
}

.other-item-shell .g-width-60 {
    display: none;
}

.other-item-shell h2 img {
    display: none;
}

@media (max-width: 767px) {
    .other-item-hero {
        min-height: 235px;
        padding: 52px 0;
    }

    .other-item-hero h1 span {
        font-size: 31px;
    }

    .other-item-hero h2 span {
        font-size: 18px;
    }

    .other-item-content,
    .other-item-shell .row {
        padding: 26px 22px;
    }

    .other-item-content img[align="right"] {
        float: none;
        display: block;
        margin: 0 0 22px;
    }

    .other-item-content h1 {
        font-size: 28px;
    }

    .other-item-related-grid {
        grid-template-columns: 1fr;
    }
}
