/**
 *
 * Section: trustedlogos
 *
 */
.section-trustedlogos {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-trustedlogos {
    padding: 13.29vw 0;
  }
}
.section-trustedlogos .container {
  width: 100%;
  max-width: 83.4vw;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-trustedlogos .container {
    max-width: 100%;
    padding: 0 24px;
  }
}
.section-trustedlogos .container h4 {
  color: var(--color-blue-darker);
  font-family: "Plus Jakarta Sans";
  font-size: 2.1vw;
  font-weight: 600;
  line-height: 110%;
  margin: 0 0 3.646vw;
}
@media (max-width: 991px) {
  .section-trustedlogos .container h4 {
    text-align: center;
    font-size: 6vw;
    font-weight: 600;
    line-height: 130%;
    text-transform: none;
    margin: 0 0 12.08vw;
  }
}
.section-trustedlogos .container .logos-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.2vw 4.23vw;
}
@media (max-width: 991px) {
  .section-trustedlogos .container .logos-list {
    gap: 9.5vw;
    max-height: 77.29vw;
    overflow: hidden;
    transition: max-height 1s ease;
  }
  .section-trustedlogos .container .logos-list.expanded {
    max-height: 250vw;
  }
}
.section-trustedlogos .container .logos-list img {
  height: 2.5vw;
  width: 5.5vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .section-trustedlogos .container .logos-list img {
    height: 12.1vw;
    width: 22.9vw;
  }
}
.section-trustedlogos .container .seeMore {
  display: none;
  color: rgba(32, 28, 68, 0.9);
  text-align: center;
  font-family: Inter;
  font-size: 3.86vw;
  font-weight: 500;
  background: transparent;
  border: none;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  padding: 33px 0 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-trustedlogos .container .seeMore {
    display: block;
  }
}
/*# sourceMappingURL=section-trustedlogos.css.map */
