section.customers h2 {
  font: var(--h3-font);
}
section.customers .intro-col {
  margin-bottom: 3.75rem;
}
@media (max-width: 64rem) {
  section.customers .intro-col {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 47.9375rem) {
  section.customers .intro-col {
    margin-bottom: 1.25rem;
  }
}
section.customers .customer-name {
  font: var(--smallbody-font);
}
section.customers .customers-logo-list {
  width: 100%;
}
section.customers .customers-logo-list .logo-list-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
@media (max-width: 768px) {
  section.customers .customers-logo-list .logo-list-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1.875rem;
  }
}
section.customers .customers-logo-list .logo-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
section.customers .customers-logo-slider {
  overflow: hidden;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
section.customers .customers-logo-slider::before, section.customers .customers-logo-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 1;
  pointer-events: none;
}
section.customers .customers-logo-slider.slider-in-grid {
  width: 100% !important;
  margin-left: 0 !important;
  overflow: hidden !important;
}
section.customers .customers-logo-slider.slider-in-grid::before, section.customers .customers-logo-slider.slider-in-grid::after {
  display: none !important;
}
section.customers .customers-logo-slider.slider-disabled {
  width: 100% !important;
  margin-left: 0 !important;
  overflow: visible !important;
}
section.customers .customers-logo-slider.slider-disabled::before, section.customers .customers-logo-slider.slider-disabled::after {
  display: none !important;
}
section.customers .customers-logo-slider.slider-disabled .slider-track {
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  width: 100% !important;
  min-width: auto !important;
}
section.customers .customers-logo-slider.slider-disabled .track-inner {
  width: 100% !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  min-width: auto !important;
}
section.customers .slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
section.customers .track-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
section.customers .slider-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 2.5rem;
}
section.customers .slider-item:last-child {
  margin-right: 0;
}
section.customers .customer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25rem;
}
section.customers .customer-logo img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: filter 0.3s ease, opacity 0.3s ease;
  transition: filter 0.3s ease, opacity 0.3s ease, -webkit-filter 0.3s ease;
  max-height: 2.5rem;
  width: 12.5rem;
}

.customers-logo-slider * {
  all: unset;
  display: revert;
}

.customers-logo-slider .slider-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

.customers-logo-slider .track-inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.customers-logo-slider .slider-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}