.edge-company-logos {
    --edge-logo-gap: 72px;
    --edge-logo-slot-width: 180px;
    --edge-logo-speed: 42;
    display: block;
    width: 100%;
}

.edge-company-logos,
.edge-company-logos * {
    box-sizing: border-box;
}

.edge-company-logos__heading {
    margin: 0 0 56px;
    color: #0a0a0a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.13em;
    text-align: center;
    text-transform: uppercase;
}

.edge-company-logos__viewport {
    position: relative;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding-block: 26px;
    background: #fff;
    contain: layout paint;
}

.edge-company-logos__track,
.edge-company-logos__group {
    display: flex;
    width: max-content;
    align-items: center;
}

.edge-company-logos__track {
    will-change: transform;
}

.edge-company-logos__group {
    flex: 0 0 auto;
    gap: var(--edge-logo-gap);
    padding-inline-end: var(--edge-logo-gap);
}

.edge-company-logos__item {
    display: flex;
    width: var(--edge-logo-slot-width);
    min-width: var(--edge-logo-slot-width);
    align-items: center;
    justify-content: center;
}

.edge-company-logos__visual {
    display: flex;
    width: 100%;
    min-height: 1px;
    align-items: center;
    justify-content: center;
}

.edge-company-logos__image {
    display: block;
    width: auto;
    max-width: 120px;
    height: auto;
    max-height: 58px;
    object-fit: contain;
    object-position: center;
    transition: opacity 180ms ease;
}

.edge-company-logos__a11y-list {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.edge-company-logos__empty {
    padding: 24px;
    border: 1px dashed #a6a6a6;
    color: #5c5c5c;
    font-size: 14px;
    text-align: center;
}

.edge-company-logos.is-static .edge-company-logos__viewport {
    overflow: visible;
    contain: none;
}

.edge-company-logos.is-static .edge-company-logos__track {
    width: 100%;
    transform: none !important;
    will-change: auto;
}

.edge-company-logos.is-static .edge-company-logos__group {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding-inline-end: 0;
}

.edge-company-logos.is-static .edge-company-logos__group[data-edge-logo-clone] {
    display: none;
}

@media (max-width: 767px) {
    .edge-company-logos {
        --edge-logo-gap: 34px;
        --edge-logo-slot-width: 120px;
        --edge-logo-speed: 30;
    }

    .edge-company-logos__heading {
        margin-bottom: 34px;
        font-size: 13px;
    }

    .edge-company-logos__image {
        max-width: 90px;
        max-height: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .edge-company-logos__image {
        transition: none;
    }
}
