/* 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-background-media {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.s-hero-background-media > div {
  width: 100%;
}
.s-hero-background-media__media, .s-hero-background-media__image, .s-hero-background-media__video {
  position: absolute;
  inset: 0;
}
.s-hero-background-media__media {
  background-color: #131313;
}
.s-hero-background-media__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.s-hero-background-media__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-hero-background-media__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  color: var(--wp--preset--color--txt-white);
  font-weight: 500;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
}
.s-hero-background-media__placeholder {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-hero-background-media__placeholder {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-background-media__placeholder {
    font-size: 1rem;
  }
}
.s-hero-background-media__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(2, 2, 2, 0.75) 100%);
  pointer-events: none;
}
.s-hero-background-media__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
  color: var(--wp--preset--color--txt-white);
  padding-top: 4.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}
.s-hero-background-media__breadcrumb {
  text-align: center;
  color: var(--wp--preset--color--txt-white) !important;
}
.s-hero-background-media__breadcrumb a,
.s-hero-background-media__breadcrumb span,
.s-hero-background-media__breadcrumb p,
.s-hero-background-media__breadcrumb * {
  color: var(--wp--preset--color--txt-white) !important;
  opacity: 1 !important;
}
.s-hero-background-media__breadcrumb-wrap {
  position: absolute;
  z-index: 2;
  top: calc(4.625rem + 1.25rem);
  width: 100%;
}
.s-hero-background-media__title p {
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.14;
  letter-spacing: -0.07rem;
  max-width: 62.5rem;
}
@media screen and (max-width: 1024px) {
  .s-hero-background-media__title p {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 991px) {
  .s-hero-background-media__title p {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 580px) {
  .s-hero-background-media__title p {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}
.s-hero-background-media__intro {
  color: var(--wp--preset--color--txt-white);
  max-width: 41.25rem;
}
.s-hero-background-media__intro h2 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.14;
  letter-spacing: -0.07rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .s-hero-background-media__intro h2 {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 991px) {
  .s-hero-background-media__intro h2 {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 580px) {
  .s-hero-background-media__intro h2 {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}
@media screen and (max-width: 991px) {
  .s-hero-background-media__intro h2 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 580px) {
  .s-hero-background-media__intro h2 {
    margin-bottom: 2rem;
  }
}
.s-hero-background-media__intro h3 {
  font-size: 2rem;
  line-height: 1.09;
  font-style: normal;
  font-weight: 200;
  font-family: "Inter", sans-serif;
  margin-bottom: 1rem;
}
.s-hero-background-media__intro h5 {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-hero-background-media__intro h5 {
    font-size: calc(18px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-background-media__intro h5 {
    font-size: 1.125rem;
  }
}
.s-hero-background-media__intro p {
  margin-top: 1.875rem;
}
.s-hero-background-media__intro p:first-child {
  margin-top: 0;
}
.s-hero-background-media__intro h2 + p,
.s-hero-background-media__intro h3 + p,
.s-hero-background-media__intro h4 + p,
.s-hero-background-media__intro h5 + p {
  margin-top: 1.25rem;
}
.s-hero-background-media__intro p + ul {
  margin-top: 0;
}
.s-hero-background-media__intro b,
.s-hero-background-media__intro strong {
  font-weight: 700;
}
.s-hero-background-media__intro .btn {
  margin-top: 2rem;
}
.s-hero-background-media__intro i,
.s-hero-background-media__intro em {
  font-style: italic;
}
.s-hero-background-media__intro p > a,
.s-hero-background-media__intro li > a {
  text-decoration: underline;
  line-height: 1.37;
}
.s-hero-background-media__intro ul,
.s-hero-background-media__intro ol {
  margin-top: 1.875rem;
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-hero-background-media__intro ul li,
.s-hero-background-media__intro ol li {
  position: relative;
  padding-left: 1.5rem;
}
.s-hero-background-media__intro ul li a,
.s-hero-background-media__intro ol li a {
  font-size: 16px;
}
.s-hero-background-media__intro ul li:last-child,
.s-hero-background-media__intro ol li:last-child {
  margin-bottom: 0;
}
.s-hero-background-media__intro ul li::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #131313;
  border-radius: 200px;
}
.s-hero-background-media__intro ol li {
  list-style: decimal;
}
.s-hero-background-media__intro img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.s-hero-background-media__intro *:first-child {
  margin-top: 0;
}
.s-hero-background-media__intro img {
  margin: 1.25rem 0 3.5rem;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.s-hero-background-media__intro p:first-child {
  margin-top: 0;
}
.s-hero-background-media__intro p:last-child {
  margin-bottom: 0;
}
.s-hero-background-media__buttons {
  display: flex;
  justify-content: center;
}
.s-hero-background-media__caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.s-hero-background-media__caption-inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.s-hero-background-media__caption {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
  margin: 0.5rem 0;
  padding: 0.5rem;
  color: var(--wp--preset--color--txt-white);
  background-color: #131313;
  width: fit-content;
  box-sizing: border-box;
  text-align: right;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 991px) {
  .s-hero-background-media {
    min-height: calc(60svh + 4.625rem);
  }
  .s-hero-background-media__content {
    padding-top: 4.625rem;
    padding-inline: 1.25rem;
    max-width: none;
    gap: 1.25rem;
  }
  .s-hero-background-media__title p {
    max-width: 100%;
  }
  .s-hero-background-media__intro {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }
  .s-hero-background-media__breadcrumb-wrap {
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 580px) {
  .s-hero-background-media {
    align-items: flex-end;
  }
  .s-hero-background-media .l-wrapper {
    margin-bottom: 100px;
  }
  .s-hero-background-media__content {
    gap: 1rem;
    text-align: left;
    padding: 0;
    align-items: flex-start;
  }
  .s-hero-background-media__breadcrumb-wrap {
    padding-left: 0;
  }
  .s-hero-background-media__intro {
    font-size: 0.9375rem;
    line-height: 1.45;
  }
}