.hehoblocks-our-brands {
    --hb-our-brands-bg: #ffffff;
    --hb-our-brands-card-bg: #ffffff;
    --hb-our-brands-card-border: #e6e6e6;
    --hb-our-brands-card-radius: 0.5rem;
    --hb-our-brands-card-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.04);
    --hb-our-brands-card-shadow-hover: 0 0.375rem 1rem rgba(0, 0, 0, 0.08);
    --hb-our-brands-text: #1d1d1f;
    --hb-our-brands-eyebrow: #6b6b70;
    --hb-our-brands-slide-w: 11.25rem;
    --hb-our-brands-slide-w-md: 12.5rem;
    --hb-our-brands-card-h: 7.5rem;
    --hb-our-brands-gap: 1.25rem;

    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 2.5rem 0;
    background: var(--hb-our-brands-bg);
    color: var(--hb-our-brands-text);
    font-family: inherit;
}

.hehoblocks-our-brands *,
.hehoblocks-our-brands *::before,
.hehoblocks-our-brands *::after {
    box-sizing: border-box;
}

.hehoblocks-our-brands__inner {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.hehoblocks-our-brands__header {
    text-align: center;
    margin: 0 0 1.75rem;
}

.hehoblocks-our-brands__eyebrow {
    margin: 0 0 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--hb-our-brands-eyebrow);
}

.hehoblocks-our-brands__title {
    margin: 0;
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 700;
    color: var(--hb-our-brands-text);
}

.hehoblocks-our-brands__embla {
    position: relative;
    overflow: hidden;
}

.hehoblocks-our-brands__viewport {
    overflow: hidden;
    width: 100%;
    padding-block: 2rem;
}

.hehoblocks-our-brands__container {
    display: flex;
    gap: var(--hb-our-brands-gap);
    touch-action: pan-y pinch-zoom;
    backface-visibility: hidden;
    margin: 0;
    padding: 0.25rem 0;
    list-style: none;
}

.hehoblocks-our-brands--static .hehoblocks-our-brands__viewport {
    overflow: visible;
}

.hehoblocks-our-brands--static .hehoblocks-our-brands__container {
    flex-wrap: wrap;
    justify-content: center;
    touch-action: auto;
}

.hehoblocks-our-brands__slide {
    flex: 0 0 var(--hb-our-brands-slide-w);
    min-width: 0;
    user-select: none
}

.hehoblocks-our-brands__slide:last-child {
    margin-right: var(--hb-our-brands-gap);
}

.hehoblocks-our-brands__card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: var(--hb-our-brands-card-h);
    padding: .5rem;
    background: var(--hb-our-brands-card-bg);
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.hehoblocks-our-brands__card:hover,
.hehoblocks-our-brands__card:focus-visible {
    outline: none;
}

.hehoblocks-our-brands__logo {
    display: block;
    max-width: 80%;
    max-height: 4.5rem;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.75;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.hehoblocks-our-brands__card:hover .hehoblocks-our-brands__logo,
.hehoblocks-our-brands__card:focus-visible .hehoblocks-our-brands__logo {
    filter: grayscale(0);
    opacity: 1;
}

.hehoblocks-our-brands__fallback {
    display: block;
    width: 100%;
    padding: 0 0.25rem;
    text-align: center;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--hb-our-brands-text);
    word-break: break-word;
}

.hehoblocks-our-brands__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    margin: 0;
    border: 1px solid var(--hb-our-brands-card-border);
    border-radius: 50%;
    background: var(--hb-our-brands-card-bg);
    color: var(--hb-our-brands-text);
    cursor: pointer;
    box-shadow: var(--hb-our-brands-card-shadow);
    transition: box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.hehoblocks-our-brands__nav:hover,
.hehoblocks-our-brands__nav:focus-visible {
    box-shadow: var(--hb-our-brands-card-shadow-hover);
    border-color: var(--hb-our-brands-text);
    outline: none;
}

.hehoblocks-our-brands__nav--prev {
    left: 0.5rem;
}

.hehoblocks-our-brands__nav--next {
    right: 0.5rem;
}

.hehoblocks-our-brands--static .hehoblocks-our-brands__nav {
    display: none;
}

@media (min-width: 48rem) {
    .hehoblocks-our-brands {
        padding: 3.5rem 0;
    }

    .hehoblocks-our-brands__title {
        font-size: 2rem;
    }

    .hehoblocks-our-brands__slide {
        flex-basis: var(--hb-our-brands-slide-w-md);
    }
}
