.lm-e3cd440f-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}
.lm-e3cd440f-heading {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.lm-e3cd440f-track {
    display: flex;
    width: max-content;
    animation: lmMarquee-e3cd440f 20s linear infinite;
}
.lm-e3cd440f-wrapper:hover .lm-e3cd440f-track {
    animation-play-state: paused;
}
.lm-e3cd440f-content {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.lm-e3cd440f-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lm-e3cd440f-logo img {
    max-width: none;
    height: auto;
    object-fit: contain;
}

@keyframes lmMarquee-e3cd440f {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}