/* 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-contact {
  position: relative;
}
.s-hero-contact .l-wrapper {
  padding-top: 6.5rem !important;
}
@media screen and (max-width: 991px) {
  .s-hero-contact .l-wrapper {
    padding-top: 3.75rem !important;
  }
}
.s-hero-contact .c-breadcrumb {
  padding-left: 1.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .s-hero-contact .c-breadcrumb {
    padding-left: 0;
    padding-top: 0.625rem;
  }
}
.s-hero-contact__header {
  padding-top: 3.75rem;
  display: flex;
  gap: 5.625rem;
  padding-left: 1.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .s-hero-contact__header {
    padding-top: 1.875rem;
    gap: 1.875rem;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }
}
.s-hero-contact__tag {
  flex-shrink: 0;
  background-color: var(--wp--preset--color--bg-white);
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  height: fit-content;
  border-radius: 0.25rem;
  margin-top: 1.875rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.s-hero-contact__tag {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-hero-contact__tag {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-contact__tag {
    font-size: 0.75rem;
  }
}
.s-hero-contact__title {
  width: 100%;
  font-family: "Outfit", sans-serif;
  color: var(--wp--preset--color--txt-pale-sky-dark);
}
.s-hero-contact__title * {
  font-size: 4.9375rem;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .s-hero-contact__title * {
    font-size: 3rem;
  }
}
.s-hero-contact__title-line-wrapper {
  display: block;
  overflow: hidden;
}
.s-hero-contact__title-line {
  display: block;
  will-change: transform;
}
.s-hero-contact__video {
  position: absolute;
  width: 30rem;
  height: auto;
  user-select: none;
  pointer-events: none;
  margin-inline: auto;
  right: 0;
  top: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .s-hero-contact__video {
    display: none;
  }
}
.s-hero-contact__buttons {
  flex-shrink: 0;
}