.responsible-investment-table-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    margin-top: 40px;
    margin-bottom: 40px;
}

.responsible-investment-table-wrapper h2 {
    text-transform: capitalize;
}

.responsible-investment-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 24px;
}

.responsible-investment-table .responsible-investment-table-body-row {
    position: relative;
}

.responsible-investment-table .responsible-investment-table-body-row td {
    padding: 12px 16px;
    color: #000000;
    background-color: #ffffff;
    text-align: center !important;
}

.responsible-investment-table-5cols {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.responsible-investment-table-5cols .responsible-investment-table-body-row td {
    width: 20%;
}

.responsible-investment-section {
    margin-top: 0;
    margin-bottom: 0;
}

.responsible-investment-first {
    margin-bottom: 40px;
}

.responsible-investment-second {
    margin-top: 40px;
    margin-bottom: 0;
}

.responsible-investment-section .content-wrapper {
    display: flex;
    width: 100%;
    gap: 5%;
    align-items: center;
    margin-top: 0;
}

.responsible-investment-section .text-content {
    width: 55%;
    text-align: left;
    order: 1;
}

.responsible-investment-full-width .content-wrapper {
    flex-direction: column;
}

.responsible-investment-side-layout .content-wrapper {
    flex-direction: row !important;
    margin-top: 100px !important;
}

.responsible-investment-full-width .text-content {
    width: 100%;
}

.responsible-investment-side-layout .text-content {
    width: 55% !important;
}

.responsible-investment-side-layout .text-content ul li {
    margin-bottom: 20px;
}

.responsible-investment-full-width .text-content ul {
    list-style-type: none;
    padding-left: 0;
}

.responsible-investment-full-width .text-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.responsible-investment-full-width .text-content ul li p {
    margin: 20px 0;
}

.responsible-investment-full-width .text-content ul li::marker {
    content: "" !important;
    font-family: inherit !important;
    font-size: inherit !important;
}

.responsible-investment-full-width .text-content ul li::before {
    content: "." !important;
    color: #EE2429 !important;
    font-weight: bold;
    font-size: 1.5em;
    position: absolute;
    left: 0;
    top: -15px;
    font-family: inherit !important;
}

.responsible-investment-section .text-content p {
    text-align: left;
}

.responsible-investment-section .white-card-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    background-color: transparent;
    position: relative;
    padding: 0;
    margin-top: 10rem;
}

.responsible-investment-section .white-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    background-color: #ffffff;
    position: relative;
    padding: 20px;
    flex: 1;
}

.responsible-investment-section .white-card::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 0;
}


.responsible-investment-section .white-card img {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 90px;
}

.responsible-investment-section .white-card h2 {
    text-align: left;
    width: 100%;
    margin: 0;
    padding-top: 2rem;
    z-index: 1;
    font-size: 1.5rem !important;
    font-weight: bold !important;
}

.responsible-investment-section .policy-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    position: relative;
    padding: 0;
    margin-top: 4rem;
}

.responsible-investment-section .policy-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    background-color: #ffffff;
    position: relative;
    padding: 30px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    text-align: left;
}

.responsible-investment-section .policy-card::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 0;
}

.responsible-investment-section .policy-card img {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 90px;
}

.responsible-investment-section .policy-card h2,
.responsible-investment-section .policy-card p,
.responsible-investment-section .policy-card li,
.responsible-investment-section .policy-card span {
    text-align: left;
}

.responsible-investment-section .policy-card ul {
    padding-left: 20px;
    margin: 0;
}

.responsible-investment-section .policy-card ul li {
    list-style: disc;
}

.policy-btn-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.policy-btn {
    display: inline-flex;
    align-items: center;
    background-color: #EE2429;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background-color 0.3s ease;
    border: none;
}

.policy-btn:hover {
    background-color: #c01e24;
}

.policy-btn span {
    color: #ffffff;
}

.responsible-investment-section .product-policy-split-wrapper {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
}

.responsible-investment-section .product-policy-left,
.responsible-investment-section .product-policy-right {
    width: 50%;
    flex: 1;
}

.responsible-investment-section .product-policy-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.responsible-investment-section .product-policy-image-wrapper {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 80px;
    display: block;
}

.responsible-investment-section .product-policy-right .product-policy-card {
    margin-top: 0;
}

.responsible-investment-section .product-policy-image-wrapper img {
    width: 100%;
    height: auto;
    max-height: 450px;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}

.responsible-investment-section .product-policy-right {
    overflow: visible;
}

.responsible-investment-section .product-policy-card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    position: relative;
    padding: 0;
    margin-top: 4rem;
}

.responsible-investment-section .product-policy-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    background-color: #ffffff;
    position: relative;
    padding: 30px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    text-align: left;
}

.responsible-investment-section .product-policy-card::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 0;
}

.responsible-investment-section .product-policy-right .product-policy-card::after {
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background-color: transparent;
    border: 3px solid #EE2429;
    border-radius: 50%;
    z-index: 1;
}

.responsible-investment-section .product-policy-card img {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 90px;
}

.responsible-investment-section .product-policy-exclamation {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-size: 70px;
    color: #EE2429;
    font-weight: bold;
    line-height: 1;
}

.responsible-investment-section .product-policy-card h2,
.responsible-investment-section .product-policy-card p,
.responsible-investment-section .product-policy-card li,
.responsible-investment-section .product-policy-card span {
    text-align: left;
}

.responsible-investment-section .product-policy-card ul {
    padding-left: 20px;
    margin: 0;
}

.responsible-investment-section .product-policy-card ul li {
    list-style: disc;
}

.product-policy-btn-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.product-policy-btn {
    display: inline-flex;
    align-items: center;
    background-color: #EE2429;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background-color 0.3s ease;
    border: none;
}

.product-policy-btn:hover {
    background-color: #c01e24;
}

.product-policy-btn span {
    color: #ffffff;
}

.responsible-investment-section .white-card-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    background-color: transparent;
    position: relative;
    padding: 0;
    margin-top: 4rem;
}

.responsible-investment-section .white-card-grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 47px;
    background-color: #ffffff;
    position: relative;
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    width: 100%;
    box-sizing: border-box;
}

.responsible-investment-section .white-card-grid-span-2 {
    grid-column: span 2;
}

.responsible-investment-section .white-card-grid::before {
    content: '';
    position: absolute;
    top: -18px;
    left: -25px;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 0;
}

.responsible-investment-section .white-card-grid img {
    display: block;
    position: absolute;
    top: -3px;
    left: -15px;
    z-index: 2;
    width: 60px;
}

.responsible-investment-section .white-card-grid h2 {
    text-align: left;
    width: 100%;
    margin: 0;
    padding-top: 2rem;
    z-index: 1;
}

.responsible-investment-section .white-card-grid p {
    text-align: left;
    margin: 0;
    z-index: 1;
}

.responsible-investment-section .text-content h2 {
    font-weight: bold;
    font-size: 2.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2rem;
    text-transform: capitalize;
}

.responsible-investment-section .text-content h2 span {
    color: #EE2429;
    font-weight: bold;
}

.responsible-investment-section .image-div {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
}

.double-image-div {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    order: 2;
    align-self: flex-start;
    height: 100%;
}

.double-image-div .image-div {
    width: 100%;
    margin: 0;
    display: flex;
    overflow: hidden;
}

.double-image-div .image-div:first-child {
    flex: 0 0 30%;
    min-height: 0;
}

.double-image-div .image-div:last-child {
    flex: 1 1 70%;
    min-height: 0;
}

.double-image-div .image-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.responsible-investment-section .image-div img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.responsible-investment-first .image-div img {
    max-height: 180px;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}

.responsible-investment-section .cta-container {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    max-width: 420px;
    width: 100%;
    box-sizing: border-box;
}

.responsible-investment-first .cta-container {
    max-width: 420px;
}

.responsible-investment-second .cta-container {
    max-width: 200px;
}

.responsible-investment-section .cta-button {
    flex: 1;
    min-width: 0;
}

.responsible-investment-section .cta-button a {
    display: block;
    background-color: #EE2429;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.responsible-investment-section .cta-button a:hover {
    background-color: #c01e24 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.responsible-investment-section .cta-button a span {
    color: #ffffff;
}

@media only screen and (max-width: 846px) {
    .responsible-investment-section .content-wrapper {
        flex-direction: column;
    }

    .responsible-investment-section .text-content {
        width: 100%;
        order: 2;
    }

    .responsible-investment-section .image-div {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
        order: 1;
    }

    .responsible-investment-side-layout .content-wrapper {
        flex-direction: column !important;
    }

    .responsible-investment-side-layout .text-content {
        width: 100% !important;
    }

    .responsible-investment-side-layout .double-image-div {
        width: 100% !important;
        order: 1;
    }

    .responsible-investment-side-layout .text-content {
        order: 2;
    }

    .responsible-investment-first .white-card-wrapper {
        flex-direction: column;
    }

    .responsible-investment-first .white-card {
        width: 100%;
    }
}

@media only screen and (max-width: 452px) {
    .responsible-investment-section .cta-container {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }

    .responsible-investment-section .cta-button {
        width: 100%;
        max-width: 300px;
    }
}

.fid-wrapper-id-ri7d2lknbt21sd {
    margin-bottom: 250px;
}

.fid-wrapper-id-ri7d2lknbt21sd p {
    text-align: left;
}

.fid-wrapper-id-ri7d2lknbt21sd a {
    color: #EE2429;
    text-decoration: none;
}

.fid-wrapper-id-ri7d2lknbt21sd a:hover {
    color: #EE2429;
    text-decoration: underline;
}

@media (max-width: 585px) {
    .fid-wrapper-id-ri7d2lknbt21sd {
        margin-bottom: 70px;
    }
}

@media (max-width: 748px) {
    .fid-wrapper-id-ri7d2lknbt21sd {
        margin-bottom: 165px;
    }
}

@media (max-width: 992px) {
    .responsible-investment-section .white-card-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .responsible-investment-section .white-card-grid-span-2 {
        grid-column: span 2;
    }
}

@media (max-width: 576px) {
    .responsible-investment-section .white-card-grid-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .responsible-investment-section .white-card-grid-span-2 {
        grid-column: span 1;
    }
}

@media (max-width: 846px) {
    .responsible-investment-section .product-policy-split-wrapper {
        flex-direction: column;
    }

    .responsible-investment-section .product-policy-left,
    .responsible-investment-section .product-policy-right {
        width: 100%;
    }
}

.content_sub_title:has(.fid-wrapper-id-ri7d2lknbt21sd) {
    width: 100%;
    margin: 0 auto;
}

.responsible-investment-section.responsible-investment-first.responsible-investment-full-width p {
    margin: 0;
}

.secondary-banner-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secondary-banner-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.secondary-banner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #EE2429;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secondary-banner-overlay p {
    color: #ffffff;
    margin: 0;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
}

.three-card-wrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    align-items: stretch;
    overflow-x: auto;
}

.three-card-first-column {
    flex: 0 0 175px;
    background-color: transparent;
    padding: 30px 0px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.three-card-second-column {
    flex: 0 0 400px;
    background-color: #ffffff;
    padding: 30px 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.three-card-second-column > * {
    width: 100%;
    text-align: center;
}

.three-card-second-column p {
    text-align: center;
}

.three-cards-cta-wrapper {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-top: 30px;
}

.white-card .button-container {
    width: 60%;
    align-self: flex-start;
}

.first-btn a,
.second-btn a,
.button-container a {
    display: block;
    background-color: #EE2429;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.first-btn a:hover,
.second-btn a:hover,
.button-container a:hover {
    background-color: #c01e24 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.percentage-box {
    color: rgb(0, 0, 0);
    text-align: center;
    background-color: rgb(249, 249, 249);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}

.secondary-percentage-box {
    color: rgb(0, 0, 0);
    text-align: center;
    background-color: rgb(249, 249, 249);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 30px;
}

.cross-cards-wrapper-vertical {
    display: none;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 1200px;
    margin: 4rem auto;
}

.cross-cards-wrapper-vertical .cross-card:nth-child(1)::after {
    content: '';
    position: absolute;
    top: 23px;
    left: 49%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 1px solid #EE2429;
    border-radius: 50%;
    z-index: 1;
}

.cross-cards-wrapper-vertical .cross-card:nth-child(1) {
    align-items: center;
}

.cross-cards-wrapper-vertical .cross-card:nth-child(1) img {
    display: block;
    margin: 0 auto 20px auto;
    width: 45px;
    height: 45px;
    position: relative;
    z-index: 2;
}

.cross-cards-wrapper-vertical .cross-card:nth-child(1) .cross-card-content {
    text-align: center;
}


@media (max-width: 875px) {
    .cross-cards-wrapper {
        display: none !important;
    }

    .cross-cards-wrapper-vertical {
        display: flex !important;
    }
}

.cross-card-above {
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 4rem auto 2rem auto;
    z-index: 1;
}

.cross-card-above::after {
    content: '';
    position: absolute;
    top: 23px;
    left: 27px;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 1px solid #EE2429;
    border-radius: 50%;
    z-index: 1;
}

.cross-card-above img {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    margin-top: 7.5px;
    margin-left: 7.5px;
}

.cross-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 24px;
    width: 100%;
    max-width: 1200px;
    margin: 4rem auto;
    position: relative;
}

.cross-cards-wrapper-variable {
    align-items: start;
}

.cross-cards-wrapper-variable .cross-card {
    align-self: start;
    height: auto;
}

.cross-cards-wrapper-vertical {
    align-items: start;
}

.cross-cards-wrapper-vertical .cross-card {
    align-self: start;
    height: auto;
}

.cross-cards-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 444px;
    height: 444px;
    border: 1px solid #000000;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.cross-cards-wrapper-centered::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 444px;
    height: 444px;
    border: 1px solid #000000;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.cross-cards-wrapper-variable::before {
    content: '';
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 800px;
    border: 1px solid #000000;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.cross-card {
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}

.cross-card-left::after,
.cross-card-right::after {
    content: '';
    position: absolute;
    top: 23px;
    left: 27px;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 1px solid #EE2429;
    border-radius: 50%;
    z-index: 1;
}

.cross-card-left img,
.cross-card-right img {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    margin-top: 7.5px;
    margin-left: 7.5px;
}

.cross-card-top {
    align-items: center;
}

.cross-card-top .cross-card-content {
    text-align: center;
}

.cross-card-top img {
    display: block;
    margin: 0 auto 20px auto;
    width: 45px;
    height: 45px;
}

.cross-cards-wrapper-variable .cross-card-top {
    align-items: center;
}

.cross-cards-wrapper-variable .cross-card-top::after {
    content: '';
    position: absolute;
    top: 10%;
    left: 49%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 1px solid #EE2429;
    border-radius: 50%;
    z-index: 1;
}

.cross-cards-wrapper-variable .cross-card-top img {
    display: block;
    margin: 0 auto 20px auto;
    width: 45px;
    height: 45px;
    position: relative;
    z-index: 2;
}

.cross-cards-wrapper-variable .cross-card-top .cross-card-content {
    text-align: center;
}

.cross-card-left-bottom,
.cross-card-right-bottom {
    height: auto;
    min-height: auto;
    align-items: flex-start;
}

.cross-card-left-bottom::after,
.cross-card-right-bottom::after {
    display: none;
}

.cross-card-left-bottom img,
.cross-card-right-bottom img {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    margin: 0;
}

.cross-card-left-bottom .cross-card-content,
.cross-card-right-bottom .cross-card-content {
    text-align: left;
    padding-top: 0;
    padding-right: 70px;
    width: 100%;
}

.cross-cards-wrapper-variable .cross-card-left::after,
.cross-cards-wrapper-variable .cross-card-right::after {
    display: none;
}

.cross-cards-wrapper-variable .cross-card-left img,
.cross-cards-wrapper-variable .cross-card-right img {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    margin: 0;
}

.cross-cards-wrapper-variable .cross-card-left .cross-card-content,
.cross-cards-wrapper-variable .cross-card-right .cross-card-content {
    text-align: left;
    padding-top: 0;
    padding-right: 70px;
    width: 100%;
}

.cross-cards-wrapper-vertical .cross-card:nth-child(2)::after,
.cross-cards-wrapper-vertical .cross-card:nth-child(3)::after,
.cross-cards-wrapper-vertical .cross-card:nth-child(4)::after,
.cross-cards-wrapper-vertical .cross-card:nth-child(5)::after {
    display: none;
}

.cross-cards-wrapper-vertical .cross-card:nth-child(2) img,
.cross-cards-wrapper-vertical .cross-card:nth-child(3) img,
.cross-cards-wrapper-vertical .cross-card:nth-child(4) img,
.cross-cards-wrapper-vertical .cross-card:nth-child(5) img {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    margin: 0;
}

.cross-cards-wrapper-vertical .cross-card:nth-child(2) .cross-card-content,
.cross-cards-wrapper-vertical .cross-card:nth-child(3) .cross-card-content,
.cross-cards-wrapper-vertical .cross-card:nth-child(4) .cross-card-content,
.cross-cards-wrapper-vertical .cross-card:nth-child(5) .cross-card-content {
    text-align: left;
    padding-top: 0;
    padding-right: 70px;
    width: 100%;
}

.cross-cards-wrapper-variable .cross-card-content ul {
    list-style-type: none;
    padding-left: 0;
}

.cross-cards-wrapper-variable .cross-card-content ul li {
    position: relative;
    padding-left: 20px;
}

.cross-cards-wrapper-variable .cross-card-content ul li::marker {
    content: "" !important;
    font-family: inherit !important;
    font-size: inherit !important;
}

.cross-cards-wrapper-variable .cross-card-content ul li::before {
    content: "." !important;
    color: #EE2429 !important;
    font-weight: bold;
    font-size: 1.5em;
    position: absolute;
    left: 0;
    top: -15px;
    font-family: inherit !important;
}

.cross-cards-wrapper-vertical .cross-card-content ul {
    list-style-type: none;
    padding-left: 0;
}

.cross-cards-wrapper-vertical .cross-card-content ul li {
    position: relative;
    padding-left: 20px;
}

.cross-cards-wrapper-vertical .cross-card-content ul li::marker {
    content: "" !important;
    font-family: inherit !important;
    font-size: inherit !important;
}

.cross-cards-wrapper-vertical .cross-card-content ul li::before {
    content: "." !important;
    color: #EE2429 !important;
    font-weight: bold;
    font-size: 1.5em;
    position: absolute;
    left: 0;
    top: -15px;
    font-family: inherit !important;
}

.cross-cards-wrapper-centered .cross-card {
    align-items: center;
}

.cross-cards-wrapper-centered .cross-card-left::after,
.cross-cards-wrapper-centered .cross-card-right::after,
.cross-cards-wrapper-centered .cross-card-top::after,
.cross-cards-wrapper-centered .cross-card-bottom::after {
    content: '';
    position: absolute;
    top: 23px;
    left: 49%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 1px solid #EE2429;
    border-radius: 50%;
    z-index: 1;
}

.cross-cards-wrapper-centered .cross-card-left img,
.cross-cards-wrapper-centered .cross-card-right img,
.cross-cards-wrapper-centered .cross-card-top img,
.cross-cards-wrapper-centered .cross-card-bottom img {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    margin-top: 7.5px;
    margin-left: 0;
    margin-right: 0;
}

.cross-card-top {
    grid-column: 2;
    grid-row: 1;
}

.cross-card-left {
    grid-column: 1;
    grid-row: 2;
}

.cross-card-right {
    grid-column: 3;
    grid-row: 2;
}

.cross-card-bottom {
    grid-column: 2;
    grid-row: 3;
}

.cross-card-left-bottom {
    grid-column: 1;
    grid-row: 3;
}

.cross-card-right-bottom {
    grid-column: 3;
    grid-row: 3;
}

.cross-card-content {
    width: 100%;
    text-align: left;
}

.cross-card-content h2 {
    margin: 0 0 16px 0;
    text-align: left;
}

.cross-card-content p {
    margin: 0;
    text-align: left;
}

.cross-cards-wrapper-centered .cross-card-content {
    text-align: center;
}

.cross-cards-wrapper-centered .cross-card-content h2 {
    text-align: center;
}

.cross-cards-wrapper-centered .cross-card-content p {
    text-align: center;
    text-transform: uppercase !important;
}

.product-section {
    margin-bottom: 40px;
}

.product-section .product-title {
    font-weight: bold;
    font-size: 2.5rem;
    margin: 0 0 2rem 0;
    color: #EE2429;
    text-align: left;
}

.product-section .product-intro {
    font-size: 16px;
    margin-bottom: 40px;
}

.product-section .product-cards-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.product-section .product-card {
    position: relative;
    padding: 28px 24px;
    font-family: Arial, sans-serif;
}

.product-section .product-card-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -38px;
    margin-bottom: 16px;
}

.product-section .pc-line-left,
.product-section .pc-line-right,
.product-section .pc-line-bottom,
.product-section .product-card::before,
.product-section .product-card::after {
    position: absolute;
    background: #EE2429;
}

.product-section .product-card::before {
    content: "";
    top: 0;
    left: 0;
    width: 3%;
    height: 2px;
}

.product-section .product-card::after {
    content: "";
    top: 0;
    right: 0;
    width: 35%;
    height: 2px;
}

.product-section .pc-line-left {
    content: "";
    top: 0px;
    bottom: 0;
    left: 0;
    width: 2px;
}

.product-section .pc-line-right {
    content: "";
    top: 0px;
    bottom: 0;
    right: 0;
    width: 2px;
}

.product-section .pc-line-bottom {
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
}

.product-section .product-card p {
    /* margin: 0 0 16px 0; */
    text-align: left;
}

.product-section .product-card p:last-child {
    margin-bottom: 0;
}

.product-section .product-card ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: left;
}

.product-section .product-card ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.product-section .product-card ul li:last-child {
    margin-bottom: 0;
}

.product-section .product-card ul li::marker {
    content: "" !important;
    font-family: inherit !important;
    font-size: inherit !important;
}

.product-section .product-card ul li::before {
    content: "." !important;
    color: #EE2429 !important;
    font-weight: bold;
    font-size: 1.5em;
    position: absolute;
    left: 0;
    top: -15px;
    font-family: inherit !important;
}

.product-section .product-card-btn-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

.product-section .product-card-btn {
    display: inline-flex;
    align-items: center;
    background-color: #EE2429;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background-color 0.3s ease;
    border: none;
}

.product-section .product-card-btn:hover {
    background-color: #c01e24 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.product-section .product-card-btn span {
    color: #ffffff;
}

@media (max-width: 846px) {
    .product-section .product-cards-wrapper {
        grid-template-columns: 1fr;
    }

    .product-section .product-card::after {
        width: 70%;
    }
}
  

.small-text-italic {
    font-size: 14px;
    font-style: italic;
}