body.page-id-4436 .stm_titlebox,
body.page-id-4436 .stm_breadcrumbs,
body.page-id-4436 .page_title,
body.page-id-4436 .entry-header {
    display: none !important;
}

body.page-id-4436 .site-content,
body.page-id-4436 .site-content > .container,
body.page-id-4436 .wpb-content-wrapper,
body.page-id-4436 .tse-csr-wpb-row,
body.page-id-4436 .tse-csr-wpb-row .vc_row,
body.page-id-4436 .tse-csr-wpb-row .wpb_column,
body.page-id-4436 .tse-csr-wpb-row .vc_column-inner,
body.page-id-4436 .tse-csr-wpb-row .wpb_wrapper,
body.page-id-4436 .tse-csr-wpb-row .wpb_content_element,
body.page-id-4436 .tse-csr-wpb-row .wpb_raw_code {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.tse-csr-page,
.tse-csr-page * {
    box-sizing: border-box;
}

.tse-csr-page {
    background: #f6f3f4;
    color: #1c1b1f;
    font-family: "Poppins", Arial, sans-serif;
    overflow: hidden;
}

.tse-csr-hero {
    align-items: flex-end;
    background-color: #00398d;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.18) 33%, rgba(0, 0, 0, 0) 48%), linear-gradient(180deg, rgba(0, 57, 141, 0) 34%, rgba(0, 57, 141, 0.86) 64%, #00398d 100%), url("assets/tse/csr/hero-csr.png?v=1784096201");
    background-position: center top, center top, center center;
    background-repeat: no-repeat;
    background-size: cover, cover, cover;
    display: flex;
    min-height: 700px;
    padding: 350px 80px 80px;
    position: relative;
    text-align: center;
}

.tse-csr-hero-inner {
    margin: 0 auto;
    max-width: 1158px;
    width: 100%;
}

.tse-csr-kicker {
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 20px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.tse-csr-hero h1 {
    background: linear-gradient(135deg, #ffffff 48%, rgba(255, 255, 255, 0.6) 112%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 64px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.125;
    margin: 0 0 21px;
}

.tse-csr-hero p:last-child {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto;
    max-width: 1040px;
}

.tse-csr-main {
    background: #f6f3f4;
    padding: 100px 80px 112px;
}

.tse-csr-grid {
    display: grid;
    gap: 48px 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1280px;
}

.tse-csr-card {
    color: #1c1b1f !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-decoration: none !important;
}

.tse-csr-card-image {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 25px 46px -17px rgba(28, 27, 31, 0.14);
    height: 294px;
    overflow: hidden;
    width: 100%;
}

.tse-csr-card-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
    width: 100%;
}

.tse-csr-card:hover .tse-csr-card-image img {
    transform: scale(1.035);
}

.tse-csr-card-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tse-csr-date {
    color: rgba(28, 27, 31, 0.8);
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

.tse-csr-card h2 {
    color: #1c1b1f;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

@media (max-width: 1180px) {
    .tse-csr-hero,
    .tse-csr-main {
        padding-left: 40px;
        padding-right: 40px;
    }

    .tse-csr-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .tse-csr-hero {
        min-height: 620px;
        padding: 245px 20px 72px;
    }

    .tse-csr-kicker {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .tse-csr-hero h1 {
        font-size: 42px;
        line-height: 1.14;
    }

    .tse-csr-hero p:last-child {
        font-size: 15px;
        line-height: 25px;
    }

    .tse-csr-main {
        padding: 72px 20px;
    }

    .tse-csr-grid {
        gap: 38px;
        grid-template-columns: 1fr;
    }

    .tse-csr-card-image {
        border-radius: 24px;
        height: 240px;
    }

    .tse-csr-date {
        font-size: 15px;
        line-height: 25px;
    }

    .tse-csr-card h2 {
        font-size: 18px;
        line-height: 27px;
    }
}
