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

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

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

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

.tse-ci-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) 33%), linear-gradient(180deg, rgba(0, 57, 141, 0) 36%, rgba(0, 57, 141, 0.86) 62%, #00398d 100%), url("assets/tse/corporate-information/hero-2.png"), url("assets/tse/corporate-information/hero-1.png");
    background-position: center top, center top, center top, center center;
    background-repeat: no-repeat;
    background-size: cover, cover, cover, cover;
    display: flex;
    min-height: 631px;
    padding: 350px 80px 72px;
    position: relative;
    text-align: center;
}

.tse-ci-hero::after {
    background: url("assets/tse/corporate-information/hero-glow.svg") center / contain no-repeat;
    bottom: -130px;
    content: "";
    height: 420px;
    opacity: 0.9;
    pointer-events: none;
    position: absolute;
    right: -72px;
    transform: rotate(60deg);
    width: 520px;
}

.tse-ci-hero-inner {
    margin: 0 auto;
    max-width: 1158px;
    position: relative;
    width: 100%;
    z-index: 2;
}

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

.tse-ci-hero h1 {
    background: linear-gradient(135deg, #ffffff 36%, rgba(255, 255, 255, 0.58) 110%);
    -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 22px;
}

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

.tse-ci-main {
    background: #f6f3f4;
    padding: 100px 80px 110px;
}

.tse-ci-section-head {
    margin: 0 auto 58px;
    max-width: 964px;
    text-align: center;
}

.tse-ci-section-head h2 {
    color: #1c1b1f;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 20px;
}

.tse-ci-section-head p {
    color: rgba(28, 27, 31, 0.8);
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto;
    max-width: 964px;
}

.tse-ci-structure {
    margin: 0 auto 110px;
    max-width: 1280px;
}

.tse-ci-structure img {
    height: auto;
    width: 100%;
}

.tse-ci-conduct {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}

.tse-ci-conduct::before {
    background: rgba(28, 27, 31, 0.12);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 184px;
    width: 1px;
}

.tse-ci-conduct-list {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.tse-ci-conduct-row {
    align-items: center;
    display: grid;
    gap: 65px;
    grid-template-columns: 668px minmax(0, 1fr);
    position: relative;
    z-index: 2;
}

.tse-ci-conduct-row.is-reverse {
    grid-template-columns: minmax(0, 1fr) 668px;
}

.tse-ci-conduct-image {
    background: #dddddd;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 24px;
    box-shadow: 0 25px 46px -17px rgba(28, 27, 31, 0.14);
    height: 337px;
    overflow: hidden;
}

.tse-ci-conduct-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.tse-ci-conduct-copy h3 {
    color: #1c1b1f;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 40px;
    margin: 0 0 20px;
}

.tse-ci-conduct-copy p {
    color: rgba(28, 27, 31, 0.8);
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.tse-ci-conduct-copy p + p {
    margin-top: 12px;
}

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

    .tse-ci-conduct-row,
    .tse-ci-conduct-row.is-reverse {
        gap: 38px;
        grid-template-columns: 1fr 1fr;
    }

    .tse-ci-conduct-image {
        height: 300px;
    }
}

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

    .tse-ci-kicker {
        font-size: 12px;
        letter-spacing: 1.2px;
        line-height: 18px;
        margin-bottom: 16px;
    }

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

    .tse-ci-hero p:last-child,
    .tse-ci-section-head p {
        font-size: 15px;
        line-height: 25px;
    }

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

    .tse-ci-section-head {
        margin-bottom: 36px;
    }

    .tse-ci-section-head h2 {
        font-size: 32px;
        line-height: 1.18;
    }

    .tse-ci-structure {
        margin-bottom: 70px;
    }

    .tse-ci-conduct::before {
        display: none;
    }

    .tse-ci-conduct-list {
        gap: 46px;
    }

    .tse-ci-conduct-row,
    .tse-ci-conduct-row.is-reverse {
        gap: 24px;
        grid-template-columns: 1fr;
    }

    .tse-ci-conduct-row.is-reverse .tse-ci-conduct-copy {
        order: 2;
    }

    .tse-ci-conduct-row.is-reverse .tse-ci-conduct-image {
        order: 1;
    }

    .tse-ci-conduct-image {
        aspect-ratio: 1.98 / 1;
        border-radius: 24px;
        height: auto;
    }

    .tse-ci-conduct-copy h3 {
        font-size: 26px;
        line-height: 32px;
    }
}
