/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* Apply hover styles only on devices with real hover support (mouse/trackpad) */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-hero-breadcrumb__breadcrumb {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 29rem;
  margin: 0 0 1.5rem;
  color: color-mix(in srgb, var(--wp--preset--color--black) 70%, transparent);
  --section-link-color: color-mix(in srgb, var(--wp--preset--color--black) 70%, transparent);
  --section-link-hover-color: var(--wp--preset--color--black);
  font-family: "paralucent-condensed", sans-serif;
}
@media screen and (max-width: 991px) {
  .s-hero-breadcrumb__breadcrumb {
    margin-bottom: 1rem;
  }
}
.s-hero-breadcrumb__breadcrumb > span {
  display: flex;
  gap: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 300;
}
.s-hero-breadcrumb__breadcrumb span > a,
.s-hero-breadcrumb__breadcrumb span > span {
  color: color-mix(in srgb, var(--wp--preset--color--black) 70%, transparent);
}
.s-hero-breadcrumb__breadcrumb span > a {
  text-decoration: underline;
}
.s-hero-breadcrumb__breadcrumb svg path,
.s-hero-breadcrumb__breadcrumb svg circle {
  fill: color-mix(in srgb, var(--wp--preset--color--black) 70%, transparent);
}
.s-hero-breadcrumb__breadcrumb span > svg:not(:last-of-type) {
  opacity: 0.65;
}