.block-cs-trust-factors {
  overflow: hidden;
  position: relative;
}
.block-cs-trust-factors::before, .block-cs-trust-factors::after {
  content: "";
  display: block;
  width: 61px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--theme-color-base-medium);
  background: -webkit-gradient(linear, right top, left top, from(rgba(245, 245, 245, 0)), to(var(--theme-color-base-medium)));
  background: linear-gradient(270deg, rgba(245, 245, 245, 0) 0%, var(--theme-color-base-medium) 100%);
  z-index: 11;
}
.block-cs-trust-factors::after {
  left: inherit;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, 0)), to(var(--theme-color-base-medium)));
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, var(--theme-color-base-medium) 100%);
}
.block-cs-trust-factors .tns-ovh {
  overflow: visible;
}
.block-cs-trust-factors .trust-factor-logo-slide {
  text-align: center;
}
.block-cs-trust-factors .trust-factor-logo-slide a {
  display: inline-block;
  vertical-align: top;
}
.block-cs-trust-factors .trust-factor-logo-slide img {
  max-height: 25px;
  max-width: 150px;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 768px) {
  .block-cs-trust-factors .trust-factor-logo-slide img {
    max-height: 32px;
    max-width: 190px;
  }
}/*# sourceMappingURL=cs-trust-factors.css.map */