@media print {
  * { /* Keyword values */
    -webkit-print-color-adjust: economy;
    -webkit-print-color-adjust: exact !important;
    /* Global values */
    -webkit-print-color-adjust: inherit;
    -webkit-print-color-adjust: initial;
    -webkit-print-color-adjust: unset;
  }
}
.trust {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .trust {
    overflow: hidden;
    margin-bottom: 0;
  }
}
.trust .container {
  margin-top: 3rem;
  padding: 0;
}
@media (min-width: 1024px) {
  .trust .container {
    padding: 2rem;
    margin-top: -9.5vh;
  }
}
.trust__content {
  width: 100%;
  padding: 0;
}
@media (min-width: 1024px) {
  .trust__content {
    padding: 3rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (min-width: 1336px) {
  .trust__content {
    padding: 6vh 4rem;
  }
}
.trust__title {
  text-transform: uppercase;
  margin-bottom: 3rem;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .trust__title {
    margin-bottom: 20vh;
    max-width: 100%;
    width: 26vw;
    text-align: initial;
  }
}
.trust__title br {
  display: none;
}
@media (min-width: 1024px) {
  .trust__title br {
    display: initial;
  }
}
.trust__logos {
  display: none;
}
@media (min-width: 1024px) {
  .trust__logos {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    gap: 8vw;
    justify-content: flex-start;
    white-space: nowrap;
    will-change: transform;
    transform: translate3d(0, 0, 0);
  }
}
.trust__logo {
  flex: 0 0 auto;
}
@media (min-width: 1024px) {
  .trust__logo {
    will-change: transform, opacity;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
  }
  .trust__logo:hover img {
    opacity: 1;
  }
}
.trust__logo img {
  display: block;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  height: 3rem;
  transition: opacity 0.3s;
}
@media (min-width: 1024px) {
  .trust__logo img {
    height: 70px;
  }
}
@media (min-width: 1336px) {
  .trust__logo img {
    height: 8rem;
    object-fit: contain;
  }
}
.trust__marquee {
  overflow: hidden;
  display: flex;
  width: 100%;
}
@media (min-width: 1024px) {
  .trust__marquee {
    display: none;
  }
}
.trust__marquee-track {
  display: flex;
  flex-shrink: 0;
  gap: 5rem;
  align-items: center;
  animation: trustMarquee 20s linear infinite;
  will-change: transform;
}
.trust__marquee-logo img {
  height: 3rem;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.7;
}

@keyframes trustMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*# sourceMappingURL=trust.css.map */
