.footerMainContainer_9842fwt {
    background-color: var(--bg-secondary) !important;
}

.hoverLink_9842fwt {
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
}

.hoverLink_9842fwt:hover {
    color: var(--white) !important;
    transform: translateX(4px);
}

.contactIcon_9842fwt {
    color: #3b82f6 !important;
    width: 24px;
    text-align: center;
}

.sectionTitleLine_9842fwt::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--bg-primary);
    border-radius: 50px;
}

.topCtaBanner_9842fwt {
    border-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: var(--shadow-md);
}

.animateHeart_9842fwt {
    animation: heartBeat_9842fwt 1.5s infinite;
}

@keyframes heartBeat_9842fwt {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

@media (max-width: 767px) {
    .sectionTitleLine_9842fwt::after {
        left: 0;
    }

    .footerLinksBlock_9842fwt,
    .footerProgramsBlock_9842fwt {
        margin-bottom: 1.5rem;
    }

    .topCtaBanner_9842fwt h3 {
        text-align: center;
    }

    .topCtaBanner_9842fwt p {
        text-align: center;
    }
}