.swiper-logos {
  width: 100%;
  margin-top: 5em;
}
@media screen and (max-width: 1300px) {
  .swiper-logos {
    margin-top: 4em;
  }
}
@media screen and (max-width: 1023px) {
  .swiper-logos {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .swiper-logos {
    margin-top: 2.5em;
  }
}
.swiper-logos .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 2.8125em;
}
@media screen and (max-width: 1300px) {
  .swiper-logos .swiper-slide {
    margin-bottom: 2.75em;
  }
}
@media screen and (max-width: 1023px) {
  .swiper-logos .swiper-slide {
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .swiper-logos .swiper-slide {
    margin-bottom: 2.25em;
  }
}
.swiper-logos .swiper-slide picture {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-logos .swiper-slide img {
  width: auto;
  max-width: 12em;
  height: auto;
  max-height: 4.5em;
  display: block;
}
.swiper-logos .swiper-pagination.swiper-pagination-bullets {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: auto;
  bottom: 0;
  margin: 0;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: none;
          transform: none;
}
.swiper-logos .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 7.5em;
  height: 0.3125em;
  display: block;
  margin: 0 0.3125em;
  border-radius: 0.3125em;
  background-color: #EBEAE8;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .swiper-logos .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 7em;
  }
}
@media screen and (max-width: 1023px) {
  .swiper-logos .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6em;
  }
}
@media screen and (max-width: 767px) {
  .swiper-logos .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 5em;
  }
}
.swiper-logos .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #D64E2A;
}