@charset "UTF-8";
/* Text utility */
/* Mobile utility */
/* Hover / transitions — desktop pointer devices only (avoids sticky :hover on touch) */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.content-key-figures {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--wp--preset--color--eb-hero-blue-end);
}
.content-key-figures__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.content-key-figures__bg-img {
  position: absolute;
  top: -10.32%;
  left: -40%;
  width: 140.3%;
  height: 119.84%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  will-change: transform;
}
.content-key-figures__wave {
  position: absolute;
  top: 25.5625rem;
  left: 10.5625rem;
  width: 87.625rem;
  height: 36.5rem;
  z-index: 0;
  opacity: 0.4;
  pointer-events: none;
  overflow: hidden;
}
.content-key-figures__wave img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1024px) {
  .content-key-figures__wave {
    top: 40%;
    left: 0;
    width: 120%;
    height: 60%;
  }
}
@media screen and (max-width: 991px) {
  .content-key-figures__wave {
    top: 45%;
    left: -20%;
    width: 160%;
    height: auto;
    aspect-ratio: 1402/584;
  }
}
.content-key-figures__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  min-height: 64.375rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .content-key-figures__inner {
    min-height: 53.75rem;
    padding: 2.5rem 1.5rem 3rem;
  }
}
@media screen and (max-width: 991px) {
  .content-key-figures__inner {
    min-height: 0;
    padding: 2rem 0 2.5rem;
  }
}
.content-key-figures__watermark {
  margin: 0;
  font-family: "Liter", sans-serif;
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: -0.575rem;
  color: var(--wp--preset--color--eb-commitments-gray);
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
  transform: translateX(-20px);
}
.content-key-figures__watermark {
  font-size: 65px;
}
@media screen and (min-width: 569px) {
  .content-key-figures__watermark {
    font-size: calc(65px + 245 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-key-figures__watermark {
    font-size: 19.375rem;
  }
}
@media screen and (max-width: 991px) {
  .content-key-figures__watermark {
    letter-spacing: -0.1rem;
    transform: none;
  }
}
.content-key-figures__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  margin-top: 1.125rem;
}
@media screen and (max-width: 991px) {
  .content-key-figures__header {
    margin-top: 0.75rem;
  }
}
.content-key-figures__subtitle {
  margin: 0;
  color: var(--wp--preset--color--eb-breadcrumb-muted);
  font-family: "Liter", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
}
.content-key-figures__subtitle {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .content-key-figures__subtitle {
    font-size: calc(32px + 16 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-key-figures__subtitle {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .content-key-figures__subtitle {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 580px) {
  .content-key-figures__subtitle {
    font-size: 2.25rem;
  }
}
.content-key-figures__btn-wrap {
  display: inline-flex;
}
.content-key-figures__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
  margin-top: 9.0625rem;
}
@media screen and (max-width: 1024px) {
  .content-key-figures__body {
    margin-top: 5rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .content-key-figures__body {
    flex-direction: column;
    margin-top: 3rem;
    gap: 1.5rem;
  }
}
.content-key-figures__brand {
  position: relative;
  flex: 0 0 41rem;
  max-width: 41rem;
  display: flex;
  flex-direction: column;
  padding: 1.5625rem 1.75rem 1.125rem;
  border: 0.5px solid rgba(255, 255, 255, 0.8);
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(22.5px);
  -webkit-backdrop-filter: blur(22.5px);
}
@media screen and (max-width: 1024px) {
  .content-key-figures__brand {
    flex: 1 1 auto;
    max-width: 32.5rem;
    padding: 1.25rem 1.375rem 1rem;
  }
}
@media screen and (max-width: 991px) {
  .content-key-figures__brand {
    width: 100%;
    max-width: none;
  }
}
.content-key-figures__brand-top {
  position: relative;
  width: 100%;
  height: 11.375rem;
  margin-bottom: 1.25rem;
  border-radius: 1.125rem;
  overflow: hidden;
  background-color: rgba(243, 243, 243, 0.98);
}
@media screen and (max-width: 1024px) {
  .content-key-figures__brand-top {
    height: 9.25rem;
  }
}
@media screen and (max-width: 580px) {
  .content-key-figures__brand-top {
    height: 8rem;
  }
}
.content-key-figures__brand-stat {
  position: absolute;
  top: 1.625rem;
  left: 1.75rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .content-key-figures__brand-stat {
    top: 1.25rem;
    left: 1.25rem;
  }
}
.content-key-figures__brand-stat-value {
  margin: 0;
  font-family: "Liter", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: var(--wp--preset--color--eb-azure-muted);
  white-space: nowrap;
}
.content-key-figures__brand-stat-value {
  font-size: 40px;
}
@media screen and (min-width: 569px) {
  .content-key-figures__brand-stat-value {
    font-size: calc(40px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-key-figures__brand-stat-value {
    font-size: 3.75rem;
  }
}
.content-key-figures__brand-stat-label {
  margin: 0;
  font-family: "Liter", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: var(--wp--preset--color--eb-gray-dark);
}
.content-key-figures__brand-stat-label {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .content-key-figures__brand-stat-label {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-key-figures__brand-stat-label {
    font-size: 1rem;
  }
}
.content-key-figures__brand-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.content-key-figures__brand-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-key-figures__brand-media--empty {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.08);
}
.content-key-figures__certif-head {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  width: 100%;
  margin-bottom: 1.25rem;
}
.content-key-figures__certif-head-icon {
  display: block;
  width: 1.395625rem;
  height: 1.395625rem;
  flex: 0 0 auto;
}
.content-key-figures__certif-title {
  margin: 0;
  font-family: "Liter", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: var(--wp--preset--color--txt-white);
}
.content-key-figures__certif-title {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .content-key-figures__certif-title {
    font-size: calc(24px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-key-figures__certif-title {
    font-size: 1.5rem;
  }
}
.content-key-figures__certif-list {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.content-key-figures__certif-item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.9375rem 0;
  border-top: 0.5px solid var(--wp--preset--color--txt-white);
}
.content-key-figures__certif-check {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
}
.content-key-figures__certif-label {
  flex: 1;
  min-width: 0;
}
.content-key-figures__certif-label p, .content-key-figures__certif-label a {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: var(--wp--preset--color--txt-white);
}
.content-key-figures__certif-label p, .content-key-figures__certif-label a {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .content-key-figures__certif-label p, .content-key-figures__certif-label a {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-key-figures__certif-label p, .content-key-figures__certif-label a {
    font-size: 1rem;
  }
}
.content-key-figures__certif-label strong,
.content-key-figures__certif-label b {
  font-weight: 600;
}
.content-key-figures__figures {
  flex: 0 0 21.6875rem;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (max-width: 1024px) {
  .content-key-figures__figures {
    flex: 0 0 17.5rem;
  }
}
@media screen and (max-width: 991px) {
  .content-key-figures__figures {
    flex: 1 1 auto;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
}
.content-key-figures__figure {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 10.5rem;
  padding: 1.4375rem 2rem;
  border: 0.5px solid rgba(255, 255, 255, 0.8);
  border-radius: 2rem;
  box-sizing: border-box;
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
  will-change: transform, opacity;
}
@media screen and (max-width: 1024px) {
  .content-key-figures__figure {
    height: 8.75rem;
    padding: 1.125rem 1.375rem;
    border-radius: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .content-key-figures__figure {
    flex: 1 1 calc(50% - 0.375rem);
    height: auto;
    min-height: 7.5rem;
  }
}
@media screen and (max-width: 580px) {
  .content-key-figures__figure {
    flex: 1 1 100%;
  }
}
.content-key-figures__figure--1 {
  background-color: var(--wp--preset--color--eb-timeline-cyan);
}
.content-key-figures__figure--2 {
  background-color: var(--wp--preset--color--bg-white);
}
.content-key-figures__figure--3 {
  background-color: rgba(255, 255, 255, 0.43);
}
.content-key-figures__figure-value {
  margin: 0;
  font-family: "Liter", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: var(--wp--preset--color--eb-azure-muted);
  white-space: nowrap;
}
.content-key-figures__figure-value {
  font-size: 40px;
}
@media screen and (min-width: 569px) {
  .content-key-figures__figure-value {
    font-size: calc(40px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-key-figures__figure-value {
    font-size: 3.75rem;
  }
}
.content-key-figures__figure-label {
  margin: 0;
  font-family: "Liter", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: var(--wp--preset--color--eb-hero-cta-dark);
}
.content-key-figures__figure-label {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .content-key-figures__figure-label {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-key-figures__figure-label {
    font-size: 1rem;
  }
}