/* Banners */
.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 0px !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}
.ffa img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
.ffa .swiper-slide a div:has(img),
.ffa .swiper {
  overflow: unset !important;
}