.section-content-image-split {
    margin-top: 160px;
    margin-bottom: 128px;
}

.section-content-image-split .zds-container {
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    row-gap: 64px;
    column-gap: 75px;
}

.content-image-split-heading {
    flex-basis: 100%;
    max-width: 60%;
}

.section-content-image-split .content-image-split-title {
    font-family: var(--zds-font-family-heading);
    font-weight: var(--zds-font-weight-bold);
    font-style: normal;
    font-size: var(--zds-heading-size-sm) !important;
    line-height: var(--zds-heading-line-height) !important;
    letter-spacing: 0;
    margin: 0;
}

.content-image-split-left {
    max-width: 458px;
    width: 100%;
}

.content-image-split-badge {
    margin-bottom: var(--zds-space-4);
}

.content-image-split-right {
    max-width: 715px;
    width: 100%;
    position: relative;
}

.content-image-split-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    opacity: 1;
    transition: opacity .3s ease;
    pointer-events: none;
}

.content-image-split-right.is-playing .content-image-split-poster {
    opacity: 0;
}

.section-content-image-split .content-image-split-checklist {
    margin: 0;
    padding: 0 16px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.content-image-split-checklist-item {
    min-height: 40px;
    padding-left: 64px;
    position: relative;
    font-family: var(--zds-font-family-base);
    font-style: normal;
    font-weight: var(--zds-font-weight-semibold);
    font-size: var(--zds-body-size-large);
    line-height: var(--zds-body-line-height);
    color: var(--zds-color-cream);
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity .3s ease, transform .3s ease;
}

.content-image-split-checklist.is-visible .content-image-split-checklist-item {
    opacity: 1;
    transform: translateX(0);
}

.content-image-split-checklist.is-resetting .content-image-split-checklist-item {
    transition: none;
}

.content-image-split-checklist-item::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(73, 245, 165, 0.101961);
    border: 1px solid rgba(73, 245, 165, 0.4);
    border-radius: 9999px;
}

.content-image-split-checklist-item::after {
    content: '';
    position: absolute;
    left: 10.625px;
    top: 50%;
    transform: translateY(-50%);
    width: 18.75px;
    height: 13.5px;
    background-color: var(--zds-color-mint-bright);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8983 0.960782L4.89828 9.96078C4.84604 10.0131 4.784 10.0546 4.71572 10.0829C4.64743 10.1112 4.57423 10.1258 4.50031 10.1258C4.42639 10.1258 4.3532 10.1112 4.28491 10.0829C4.21662 10.0546 4.15458 10.0131 4.10234 9.96078L0.164844 6.02328C0.0592961 5.91773 0 5.77458 0 5.62531C0 5.47605 0.0592961 5.33289 0.164844 5.22734C0.270392 5.1218 0.413546 5.0625 0.562813 5.0625C0.71208 5.0625 0.855234 5.1218 0.960781 5.22734L4.50031 8.76758L13.1023 0.164844C13.2079 0.0592959 13.351 -1.11213e-09 13.5003 0C13.6496 1.11213e-09 13.7927 0.0592959 13.8983 0.164844C14.0038 0.270392 14.0631 0.413546 14.0631 0.562813C14.0631 0.71208 14.0038 0.855234 13.8983 0.960782Z' fill='white'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8983 0.960782L4.89828 9.96078C4.84604 10.0131 4.784 10.0546 4.71572 10.0829C4.64743 10.1112 4.57423 10.1258 4.50031 10.1258C4.42639 10.1258 4.3532 10.1112 4.28491 10.0829C4.21662 10.0546 4.15458 10.0131 4.10234 9.96078L0.164844 6.02328C0.0592961 5.91773 0 5.77458 0 5.62531C0 5.47605 0.0592961 5.33289 0.164844 5.22734C0.270392 5.1218 0.413546 5.0625 0.562813 5.0625C0.71208 5.0625 0.855234 5.1218 0.960781 5.22734L4.50031 8.76758L13.1023 0.164844C13.2079 0.0592959 13.351 -1.11213e-09 13.5003 0C13.6496 1.11213e-09 13.7927 0.0592959 13.8983 0.164844C14.0038 0.270392 14.0631 0.413546 14.0631 0.562813C14.0631 0.71208 14.0038 0.855234 13.8983 0.960782Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.content-image-split-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}

@media screen and (max-width: 768px) {
    .section-content-image-split {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .section-content-image-split .zds-container {
        flex-direction: column;
        align-items: stretch;
        row-gap: 32px;
    }

    .section-content-image-split .content-image-split-checklist {
        gap: 16px;
        padding: 0;
    }

    .section-content-image-split .content-image-split-title {
        max-width: 80%;
        font-size: var(--zds-heading-size-mobile-sm) !important;
        line-height: var(--zds-heading-line-height) !important;
    }
}

@media screen and (max-width: 450px) {
    .section-content-image-split .content-image-split-title {
        max-width: 100%;
    }

    .content-image-split-checklist-item {
        min-height: 32px;
        padding-left: 44px;
        font-size: var(--zds-body-size-base);
        line-height: 32px;
    }

    .content-image-split-checklist-item::before {
        width: 32px;
        height: 32px;
    }

    .content-image-split-checklist-item::after {
        left: 8.97px;
        width: 14.06px;
        height: 10.13px;
    }

    .content-image-split-left {
        max-width: 100%;
    }

    .content-image-split-right {
        display: none;
    }

    .content-image-split-heading {
        max-width: 100%;
    }

}

@media screen and (max-width: 1271px) {
   .content-image-split-right {
        margin: 0 auto;
    }
}
