/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-wall-of-fame {
  position: relative;
  color: var(--wp--preset--color--txt-white);
}
.s-wall-of-fame-bg {
  position: absolute;
  inset: 0;
}
.s-wall-of-fame-bg__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-wall-of-fame-bg::after {
  content: "";
  background: linear-gradient(90deg, #000015 22.64%, rgba(0, 0, 21, 0) 41.01%), linear-gradient(0deg, #000015 45.3%, rgba(0, 0, 21, 0) 92.31%);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.s-wall-of-fame__content {
  position: relative;
  z-index: 1;
}
.s-wall-of-fame__ttl {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
  text-align: center;
  margin-bottom: 3rem;
}
.s-wall-of-fame__ttl {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .s-wall-of-fame__ttl {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-wall-of-fame__ttl {
    font-size: 3.5rem;
  }
}
.s-wall-of-fame__items {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5rem;
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 2.5rem;
}
@media screen and (max-width: 991px) {
  .s-wall-of-fame__items {
    padding: 1rem;
    gap: 1rem;
  }
}
.s-wall-of-fame__logo {
  width: 5rem;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 580px) {
  .s-wall-of-fame__logo {
    width: 3.125rem;
  }
}
.s-wall-of-fame-item {
  height: 5rem;
  width: auto;
}
@media screen and (max-width: 991px) {
  .s-wall-of-fame-item {
    height: 3.125rem;
  }
}