.logo-carousel {
  padding-top: 2rem;
  padding-bottom: 2rem;
}@media (min-width: 1024px) {.logo-carousel {
    margin-top: 80px;
  }
}@media (min-width: 320px) and (max-width: 767px) {.logo-carousel {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}@media (min-width: 320px) and (max-width: 1023px) {.logo-carousel {
    margin-bottom: 40px;
    margin-top: 60px;
  }
}.logo-carousel {
  border-top: 1px solid #e6e7e5;
  border-bottom: 1px solid #e6e7e5;
}
.logo-carousel__title {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.logo-carousel__swiper {
  position: relative;
}
.logo-carousel__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.logo-carousel__slide {
  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;
  height: 48px;
}
.logo-carousel__image {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease;
  transition: opacity 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
.logo-carousel__slide:hover .logo-carousel__image {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.logo-carousel__nav {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {.logo-carousel__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.logo-carousel__nav {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.logo-carousel__prev {
  left: -16px;
}
.logo-carousel__next {
  right: -16px;
}
