/* 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-animated-title__inner {
  width: 100%;
}
.s-animated-title__over-title {
  margin: 0;
  color: var(--wp--preset--color--txt-black);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: normal;
  font-weight: 500;
  background: color-mix(in srgb, var(--wp--preset--color--bg-secondary) 20%, transparent);
  padding: 0.375rem 0.875rem;
  border-radius: 2.0625rem;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  background-color: transparent;
  padding: 0;
}
.s-animated-title__title {
  margin: 1.5rem 0 0;
  color: var(--wp--preset--color--txt-black);
  max-width: 100%;
  white-space: normal;
  font-weight: 500;
  line-height: 4.375rem;
  letter-spacing: -0.08rem;
}
.s-animated-title__title {
  font-size: 64px;
}
@media screen and (min-width: 569px) {
  .s-animated-title__title {
    font-size: calc(64px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-animated-title__title {
    font-size: 4rem;
  }
}
.s-animated-title__line {
  display: block;
  position: relative;
}
.s-animated-title__char {
  color: inherit;
}
.s-animated-title__empty {
  margin: 1.5rem 0 0;
  color: var(--wp--preset--color--txt-gray-light);
  font-weight: 400;
}
.s-animated-title__empty {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-animated-title__empty {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-animated-title__empty {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .s-animated-title__title {
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    line-height: 1.14;
    letter-spacing: -0.07rem;
    color: var(--wp--preset--color--txt-black);
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 1024px) {
  .s-animated-title__title {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 991px) {
  .s-animated-title__title {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 580px) {
  .s-animated-title__title {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}