.vlp-bottom-cta-banner-container.bottom-cta-banner-container {
    display: flex;
    align-self: stretch;
    width: 100%;
    background: #002c5f;
    align-items: stretch;
}

.bottom-cta-banner-container[data-themecolor="light"],
.bottom-cta-banner-container[data-themecolor="light"]
    .vlp-bottom-cta-banner
    .cta-card-with-icon {
    background: #f6f3f2;
}

.bottom-cta-banner-container[data-themecolor="light"]
    .vlp-bottom-cta-banner
    .content
    .icon::before,
.bottom-cta-banner-container[data-themecolor="light"]
    .vlp-bottom-cta-banner
    .card-title {
    color: #000;
}

.bottom-cta-banner-container[data-themecolor="light"]
    .vlp-bottom-cta-banner
    .caret-link
    .icon-chevron-forward-light,
.bottom-cta-banner-container[data-themecolor="light"]
    .vlp-bottom-cta-banner
    .caret-link,
.bottom-cta-banner-container[data-themecolor="light"]
    .vlp-bottom-cta-banner
    .text {
    color: #002c5f;
}

.bottom-cta-banner-container[data-themecolor="light"]
    .cta-card-with-icon:hover {
    background: #e4dcd3;
}

.vlp-bottom-cta-banner {
    display: flex;
    align-self: stretch;
    width: 100%;
    align-items: stretch;
    max-width: 1912px;
    margin: 0 auto;
}

.vlp-bottom-cta-banner .bottom-cta-banner-wrapper {
    display: none;
}

.vlp-bottom-cta-banner .cta-card-with-icon {
    display: flex;
    padding: 64px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    background: #002c5f;
    text-decoration: none;
    cursor: pointer;
}

.vlp-bottom-cta-banner .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    justify-content: space-between;
    height: 100%;
}

.vlp-bottom-cta-banner .content {
    display: flex;
    max-width: 740px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.vlp-bottom-cta-banner .content .icon {
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vlp-bottom-cta-banner .content .icon::before {
    width: 35px;
    height: 35px;
    font-size: 35px;
    color: #fff;
}

.vlp-bottom-cta-banner .card-title {
    align-self: stretch;
    color: #fff;
    font-family: "HyundaiSansHead-Medium";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.vlp-bottom-cta-banner .caret-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.vlp-bottom-cta-banner .caret-link:hover .text {
    text-decoration: underline;
}

.vlp-bottom-cta-banner .text {
    color: #fff;
    font-family: "HyundaiSansText-Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.vlp-bottom-cta-banner .caret-link .icon-chevron-forward-light {
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vlp-bottom-cta-banner .caret-link .icon-chevron-forward-light::before {
    width: 5.333px;
    height: 10.667px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vlp-bottom-cta-banner a.cta-card-with-icon:focus {
    outline: 2px solid #dfaf1e;
    outline-offset: -2px;
}

/* Tablet */
@media (max-width: 1199px) and (min-width: 768px) {
    .vlp-bottom-cta-banner-container.bottom-cta-banner-container {
        background: #fff;
    }

    .vlp-bottom-cta-banner {
        align-content: center;
        gap: 2px;
        flex-wrap: wrap;
        background: #fff;
    }

    .vlp-bottom-cta-banner .cta-card-with-icon {
        height: 200px;
        padding: 24px 16px;
        gap: 16px;
    }

    .vlp-bottom-cta-banner .content .icon {
        width: 32px;
        height: 32px;
        font-size: 32px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .vlp-bottom-cta-banner .content .icon::before {
        width: 28px;
        height: 28px;
        font-size: 28px;
        color: #fff;
    }

    .vlp-bottom-cta-banner .card,
    .vlp-bottom-cta-banner .content {
        align-items: flex-start;
    }

    .vlp-bottom-cta-banner .card-title {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
        justify-content: flex-start;
    }

    .vlp-bottom-cta-banner .card {
        gap: 16px;
    }

    /* If container has exactly 3 children */
    .vlp-bottom-cta-banner:has(> .cta-card-with-icon:nth-child(3):last-child)
        .cta-card-with-icon {
        padding: 24px 32px;
    }

    /* If container has exactly 4 children */
    .vlp-bottom-cta-banner:has(> .cta-card-with-icon:nth-child(4):last-child)
        .cta-card-with-icon {
        padding: 24px;
    }

    /* If container has exactly 5 children */
    .vlp-bottom-cta-banner:has(> .cta-card-with-icon:nth-child(5):last-child)
        .cta-card-with-icon {
        padding: 24px 16px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .vlp-bottom-cta-banner-container.bottom-cta-banner-container {
        background: #fff;
    }

    .vlp-bottom-cta-banner {
        align-items: flex-start;
        gap: 2px;
        background: #fff;
        flex-wrap: wrap;
    }

    .vlp-bottom-cta-banner .cta-card-with-icon {
        height: 200px;
        min-width: 186.5px;
        padding: 24px;
        gap: 16px;
        flex-shrink: 0;
    }

    .vlp-bottom-cta-banner .content {
        gap: 12px;
        align-items: flex-start;
    }

    .vlp-bottom-cta-banner .content .icon {
        width: 32px;
        height: 32px;
        font-size: 32px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .vlp-bottom-cta-banner .content .icon::before {
        width: 28px;
        height: 28px;
        font-size: 28px;
        color: #fff;
    }

    .vlp-bottom-cta-banner .card {
        align-items: flex-start;
        gap: 16px;
    }

    .vlp-bottom-cta-banner .card-title {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
        justify-content: flex-start;
    }
}

@media ((max-width: 563px) and (min-width: 375px)),
    ((max-width: 767px) and (min-width: 752px)) {
    /* Apply to 5th child OR 3rd child ONLY if it's the last */
    .vlp-bottom-cta-banner .cta-card-with-icon:nth-child(5),
    .vlp-bottom-cta-banner .cta-card-with-icon:nth-child(3):last-child {
        padding: 24px;
        height: auto;
    }

    .vlp-bottom-cta-banner .cta-card-with-icon:nth-child(5) .card,
    .vlp-bottom-cta-banner .cta-card-with-icon:nth-child(3):last-child .card {
        justify-content: space-between;
        flex: 1 0 0;
        flex-direction: row;
        align-items: flex-end;
    }

    .vlp-bottom-cta-banner .cta-card-with-icon:nth-child(5) .content,
    .vlp-bottom-cta-banner
        .cta-card-with-icon:nth-child(3):last-child
        .content {
        display: flex;
        justify-content: center;
        gap: 12px;
        flex-direction: column;
    }

    .vlp-bottom-cta-banner .cta-card-with-icon:nth-child(5) .caret-link,
    .vlp-bottom-cta-banner
        .cta-card-with-icon:nth-child(3):last-child
        .caret-link {
        display: flex;
        justify-content: center;
        gap: 4px;
        flex-direction: row;
    }

    .vlp-bottom-cta-banner .cta-card-with-icon:nth-child(5) .card-title,
    .vlp-bottom-cta-banner
        .cta-card-with-icon:nth-child(3):last-child
        .card-title {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 374px) {
    .vlp-bottom-cta-banner .cta-card-with-icon {
        padding: 24px;
        height: auto;
    }

    .vlp-bottom-cta-banner .cta-card-with-icon .card {
        justify-content: space-between;
        flex: 1 0 0;
        flex-direction: row;
        align-items: flex-end;
    }

    .vlp-bottom-cta-banner .cta-card-with-icon .content {
        display: flex;
        justify-content: center;
        gap: 12px;
        flex-direction: column;
        flex: 1 0 0;
    }

    .vlp-bottom-cta-banner .cta-card-with-icon .caret-link {
        display: flex;
        justify-content: center;
        gap: 4px;
        flex-direction: row;
    }

    .vlp-bottom-cta-banner .cta-card-with-icon .card-title {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .vlp-bottom-cta-banner .cta-card-with-icon:hover {
        background: #071a36;
    }
}
