/* 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-hero-numbers {
  position: relative;
  height: 100svh;
  background-color: var(--wp--preset--color--bg-black);
}
.s-hero-numbers .l-wrapper {
  padding-top: 6.5rem !important;
}
@media screen and (max-width: 991px) {
  .s-hero-numbers .l-wrapper {
    padding-top: 3.75rem !important;
  }
}
.s-hero-numbers .l-container,
.s-hero-numbers .l-wrapper {
  height: 100%;
}
.s-hero-numbers__img-wrapper {
  width: 100%;
  height: calc(100svh - 7.5rem);
  overflow: hidden;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .s-hero-numbers__img-wrapper {
    height: 15.625rem;
  }
}
.s-hero-numbers__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-hero-numbers__img-gradient {
  width: 100%;
  height: 14.6875rem;
  position: absolute;
  bottom: 0rem;
  left: 0;
  background: linear-gradient(to top, #000 0, transparent 100%);
}
.s-hero-numbers__content {
  height: 100%;
  padding-left: 1.875rem;
}
.s-hero-numbers__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.s-hero-numbers .c-breadcrumb {
  position: relative;
  z-index: 2;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .s-hero-numbers .c-breadcrumb {
    padding-top: 0.625rem;
  }
}
.s-hero-numbers__title {
  position: relative;
  z-index: 2;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
  font-style: normal;
  color: var(--wp--preset--color--txt-white);
  margin-bottom: 2rem;
}
.s-hero-numbers__title {
  font-size: 60px;
}
@media screen and (min-width: 569px) {
  .s-hero-numbers__title {
    font-size: calc(60px + 30 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-numbers__title {
    font-size: 5.625rem;
  }
}
.s-hero-numbers__subtitle {
  position: relative;
  z-index: 2;
  color: var(--wp--preset--color--txt-white);
  width: 33.875rem;
}
.s-hero-numbers__subtitle p {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.s-hero-numbers__subtitle p {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-hero-numbers__subtitle p {
    font-size: calc(18px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-numbers__subtitle p {
    font-size: 1.25rem;
  }
}
.s-hero-numbers__nb-row {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 4.4375rem;
  gap: 1.5rem;
}
.s-hero-numbers__nb-title {
  color: var(--wp--preset--color--txt-white);
  width: 17.625rem;
}
.s-hero-numbers__nb-title p {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
}
.s-hero-numbers__nb-title p {
  font-size: 42px;
}
@media screen and (min-width: 569px) {
  .s-hero-numbers__nb-title p {
    font-size: calc(42px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-numbers__nb-title p {
    font-size: 2.625rem;
  }
}
.s-hero-numbers__nb-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.375rem;
}
.s-hero-numbers__nb {
  padding: 1.25rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  border-radius: 0.25rem;
  position: relative;
  color: var(--wp--preset--color--txt-white);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 19.583125rem;
  border-radius: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.s-hero-numbers__nb::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 90%);
}
.s-hero-numbers__nb::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.s-hero-numbers__nb-value {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
}
.s-hero-numbers__nb-value {
  font-size: 42px;
}
@media screen and (min-width: 569px) {
  .s-hero-numbers__nb-value {
    font-size: calc(42px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-numbers__nb-value {
    font-size: 2.625rem;
  }
}
.s-hero-numbers__nb-desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.s-hero-numbers__nb-desc {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-hero-numbers__nb-desc {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-numbers__nb-desc {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 991px) {
  .s-hero-numbers {
    height: auto;
    min-height: 100svh;
    padding-top: 0;
  }
  .s-hero-numbers__content {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 3rem;
  }
  .s-hero-numbers__img-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.11) 10%, rgb(0, 0, 0) 100%);
    pointer-events: none;
  }
  .s-hero-numbers__img {
    object-position: center 20%;
  }
  .s-hero-numbers__img-gradient {
    height: 42%;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, transparent 100%);
  }
  .s-hero-numbers__container {
    justify-content: flex-start;
    padding-bottom: 2.5rem;
  }
  .s-hero-numbers__breadcrumbs {
    margin-top: 0;
    flex-wrap: wrap;
  }
  .s-hero-numbers__text-content {
    position: relative;
    z-index: 3;
    margin-top: 9.375rem;
  }
  .s-hero-numbers__title {
    margin-bottom: 1.5rem;
  }
  .s-hero-numbers__subtitle {
    width: 100%;
  }
  .s-hero-numbers__nb-row {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
  .s-hero-numbers__nb-title {
    width: 70%;
  }
  .s-hero-numbers__nb-title p {
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    line-height: 1;
  }
  .s-hero-numbers__nb-title p {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) and (min-width: 569px) {
  .s-hero-numbers__nb-title p {
    font-size: calc(24px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 991px) and (min-width: 1440px) {
  .s-hero-numbers__nb-title p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .s-hero-numbers__nb-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
  .s-hero-numbers__nb {
    width: 100%;
    flex: none;
    padding: 1rem;
  }
}
@media screen and (max-width: 580px) {
  .s-hero-numbers__content {
    padding-bottom: 2.5rem;
  }
  .s-hero-numbers__container {
    padding-bottom: 2rem;
  }
  .s-hero-numbers__title {
    font-family: "Outfit", sans-serif;
    font-weight: 200;
    line-height: 1;
  }
  .s-hero-numbers__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 580px) and (min-width: 569px) {
  .s-hero-numbers__title {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 580px) and (min-width: 1440px) {
  .s-hero-numbers__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 580px) {
  .s-hero-numbers__nb-row {
    gap: 1.25rem;
    margin-top: 2rem;
  }
}