.gel-brand-strip {
  background: var(--gel-white, #ffffff);
  color: var(--gel-ink, #1f2937);
  overflow: hidden;
  padding: clamp(42px, 5vw, 62px) 0 clamp(42px, 5vw, 62px);
  position: relative;
}

.gel-brand-strip__inner {
  margin: 0 auto;
  position: relative;
  width: var(--gel-container, min(1180px, calc(100% - 40px)));
}

.gel-brand-strip__heading {
  margin: 0 auto 36px;
  max-width: 760px;
  text-align: center;
}

.gel-brand-strip__heading .eyebrow {
  justify-content: center;
}

.gel-brand-strip__heading h2 {
  color: var(--gel-ink, #1f2937);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1.08;
  margin: 0;
}

.gel-brand-strip__viewport {
  margin-inline: auto;
  overflow: hidden;
  width: 100%;
}

.gel-brand-strip__track {
  align-items: center;
  display: flex;
  gap: clamp(28px, 3vw, 38px);
  width: 100%;
}

.gel-brand-strip__group {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: clamp(28px, 3vw, 38px);
  justify-content: flex-start;
  min-width: max-content;
}

.gel-brand-strip--static .gel-brand-strip__track {
  justify-content: space-between;
  width: 100%;
}

.gel-brand-strip--static .gel-brand-strip__group {
  flex: 1 1 auto;
}

.gel-brand-strip--autoplay .gel-brand-strip__track {
  animation: gel-brand-strip-marquee var(--gel-brand-strip-speed, 28s) linear infinite;
  width: max-content;
}

.gel-brand-strip__item {
  flex: 0 0 auto;
  min-width: clamp(112px, 10vw, 138px);
}

.gel-brand-strip__item a,
.gel-brand-strip__item span {
  align-items: center;
  background: transparent;
  border: 0;
  color: #7d7d7d;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 146px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.gel-brand-strip__mark {
  display: block;
  height: 78px;
  margin: 0 auto 14px;
  position: relative;
  width: 88px;
}

.gel-brand-strip__mark::before,
.gel-brand-strip__mark::after,
.gel-brand-strip__mark b {
  content: "";
  display: block;
  position: absolute;
}

.gel-brand-strip__item--1 .gel-brand-strip__mark::before {
  border: 7px solid currentColor;
  border-left-color: transparent;
  border-radius: 50%;
  height: 60px;
  left: 10px;
  top: 6px;
  transform: rotate(-38deg);
  width: 60px;
}

.gel-brand-strip__item--1 .gel-brand-strip__mark::after {
  border: 5px solid currentColor;
  border-bottom-color: transparent;
  border-radius: 50%;
  height: 42px;
  left: 20px;
  top: 16px;
  transform: rotate(28deg);
  width: 42px;
}

.gel-brand-strip__item--2 .gel-brand-strip__mark::before {
  background:
    linear-gradient(45deg, transparent 38%, currentColor 39% 61%, transparent 62%),
    linear-gradient(-45deg, transparent 38%, currentColor 39% 61%, transparent 62%);
  height: 72px;
  left: 13px;
  opacity: 0.92;
  top: 3px;
  transform: rotate(45deg);
  width: 72px;
}

.gel-brand-strip__item--2 .gel-brand-strip__mark::after {
  border: 6px solid currentColor;
  height: 22px;
  left: 33px;
  opacity: 0.72;
  top: 25px;
  transform: rotate(45deg);
  width: 22px;
}

.gel-brand-strip__item--3 .gel-brand-strip__mark::before {
  background: currentColor;
  border-radius: 44% 56% 48% 52%;
  height: 62px;
  left: 13px;
  opacity: 0.9;
  top: 8px;
  transform: rotate(18deg);
  width: 62px;
}

.gel-brand-strip__item--3 .gel-brand-strip__mark::after {
  background: var(--gel-white, #ffffff);
  border-radius: 50%;
  height: 54px;
  left: 27px;
  top: 12px;
  width: 54px;
}

.gel-brand-strip__item--3 .gel-brand-strip__mark b {
  border: 7px solid currentColor;
  border-left-color: transparent;
  border-radius: 50%;
  height: 50px;
  left: 26px;
  opacity: 0.85;
  top: 13px;
  transform: rotate(-18deg);
  width: 50px;
}

.gel-brand-strip__item--4 .gel-brand-strip__mark::before {
  border-bottom: 56px solid currentColor;
  border-left: 31px solid transparent;
  border-right: 31px solid transparent;
  height: 0;
  left: 13px;
  opacity: 0.82;
  top: 0;
  width: 0;
}

.gel-brand-strip__item--4 .gel-brand-strip__mark::after {
  background: var(--gel-white, #ffffff);
  height: 42px;
  left: 25px;
  top: 12px;
  transform: skewX(-18deg);
  width: 40px;
}

.gel-brand-strip__item--4 .gel-brand-strip__mark b {
  border: 7px solid currentColor;
  border-left-color: transparent;
  border-radius: 50%;
  height: 52px;
  left: 15px;
  opacity: 0.9;
  top: 22px;
  transform: rotate(78deg) scaleX(1.22);
  width: 68px;
}

.gel-brand-strip__item--5 .gel-brand-strip__mark::before {
  background:
    repeating-linear-gradient(120deg, currentColor 0 6px, transparent 6px 14px);
  clip-path: polygon(0 12%, 28% 12%, 50% 68%, 72% 12%, 100% 12%, 60% 98%, 40% 98%);
  height: 72px;
  left: 6px;
  top: 0;
  width: 82px;
}

.gel-brand-strip__item strong {
  color: currentColor;
  display: block;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.42em;
  line-height: 1;
  margin: 0 0 6px;
  padding-left: 0.42em;
  text-transform: uppercase;
}

.gel-brand-strip__item small {
  color: currentColor;
  display: block;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  line-height: 1;
  opacity: 0.72;
  padding-left: 0.34em;
  text-transform: uppercase;
}

.gel-brand-strip__item img {
  display: block;
  filter: grayscale(1);
  max-height: 92px;
  max-width: 150px;
  object-fit: contain;
  opacity: 0.72;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.gel-brand-strip__item a:hover,
.gel-brand-strip__item span:hover {
  color: var(--gel-ink, #1f2937);
}

.gel-brand-strip__item a:hover img,
.gel-brand-strip__item span:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.03);
}

@keyframes gel-brand-strip-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - clamp(14px, 1.5vw, 19px)));
  }
}

@media (max-width: 900px) {
  .gel-brand-strip__track {
    justify-content: center;
    width: 100%;
  }

  .gel-brand-strip--autoplay .gel-brand-strip__track {
    animation: none;
    width: 100%;
  }

  .gel-brand-strip__group {
    flex: 1 1 auto;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 0;
  }

  .gel-brand-strip--autoplay .gel-brand-strip__group[aria-hidden="true"] {
    display: none;
  }

  .gel-brand-strip__item {
    min-width: 148px;
  }
}

@media (max-width: 560px) {
  .gel-brand-strip {
    padding: 44px 0 58px;
  }

  .gel-brand-strip__track {
    gap: 28px 34px;
  }

  .gel-brand-strip__item {
    min-width: 132px;
  }

  .gel-brand-strip__mark {
    height: 66px;
    transform: scale(0.82);
    transform-origin: center bottom;
  }
}
