/* 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 */
.hero-default {
  position: relative;
  color: var(--wp--preset--color--txt-white);
  background: linear-gradient(-12.6deg, var(--wp--preset--color--eb-hero-blue-start) 24.46%, var(--wp--preset--color--eb-hero-blue-end) 92.51%);
}
.hero-default .l-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .hero-default .l-wrapper {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}
.hero-default__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media screen and (min-width: 1024px) {
  .hero-default__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 44.75rem);
    gap: 3rem;
    align-items: center;
  }
}
.hero-default__breadcrumb {
  margin: 0 0 1rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 400;
  color: var(--wp--preset--color--eb-breadcrumb-muted);
}
.hero-default__title {
  margin: 0 0 2rem;
  max-width: 33.125rem;
  font-family: "Liter", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  color: var(--wp--preset--color--txt-white);
  text-transform: none;
}
@media screen and (max-width: 991px) {
  .hero-default__title {
    font-size: 2.25rem;
    max-width: none;
  }
}
@media screen and (max-width: 580px) {
  .hero-default__title {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
}
.hero-default__copy {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 29rem;
}
@media screen and (max-width: 991px) {
  .hero-default__copy {
    max-width: none;
    gap: 1.5rem;
  }
}
.hero-default__intro {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
  color: var(--wp--preset--color--txt-white);
}
.hero-default__intro p {
  margin: 0;
}
.hero-default__body {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  color: var(--wp--preset--color--txt-white);
}
.hero-default__body p {
  margin: 0 0 0.75rem;
}
.hero-default__body p:last-child {
  margin-bottom: 0;
}
.hero-default__body ul,
.hero-default__body ol {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
}
.hero-default__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.25rem 0.5625rem 0.25rem 1rem;
  border-radius: 0.5rem;
  background-color: var(--wp--preset--color--eb-hero-cta-dark);
  color: var(--wp--preset--color--txt-white);
  font-family: "Liter", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.hero-default__cta:hover, .hero-default__cta:focus-visible {
  opacity: 0.92;
}
.hero-default__cta:focus-visible {
  outline: 2px solid var(--wp--preset--color--txt-white);
  outline-offset: 2px;
}
.hero-default__cta-label {
  white-space: nowrap;
}
.hero-default__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 0.25rem;
  background-color: var(--wp--preset--color--txt-white);
}
.hero-default__cta-icon svg {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
}
.hero-default__media-wrap {
  width: 100%;
}
.hero-default__media {
  position: relative;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  min-height: 17.5rem;
}
@media screen and (min-width: 1024px) {
  .hero-default__media {
    min-height: 33.875rem;
  }
}
.hero-default__media--image {
  line-height: 0;
}
.hero-default__media--video {
  min-height: 17.5rem;
}
.hero-default__media--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12.5rem;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px dashed rgba(255, 255, 255, 0.35);
}
.hero-default__video-fancybox {
  position: relative;
  display: block;
  width: 100%;
  min-height: 17.5rem;
  text-decoration: none;
  color: inherit;
  outline: none;
}
@media screen and (min-width: 1024px) {
  .hero-default__video-fancybox {
    min-height: 33.875rem;
  }
}
.hero-default__video-fancybox:hover .hero-default__video-trigger, .hero-default__video-fancybox:focus-visible .hero-default__video-trigger {
  background: rgba(255, 255, 255, 0.18);
}
.hero-default__video-fallback {
  position: relative;
  min-height: 17.5rem;
}
@media screen and (min-width: 1024px) {
  .hero-default__video-fallback {
    min-height: 33.875rem;
  }
}
.hero-default__video-fallback .hero-default__media-hint {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 2rem);
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0.375rem;
}
.hero-default__media-hint {
  margin: 0;
  padding: 1rem;
  font-size: 0.875rem;
  color: var(--wp--preset--color--eb-breadcrumb-muted);
  text-align: center;
}
.hero-default__media-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hero-default__media-poster {
  line-height: 0;
}
.hero-default__media-poster .hero-default__media-img {
  min-height: 17.5rem;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .hero-default__media-poster .hero-default__media-img {
    min-height: 33.875rem;
  }
}
.hero-default__media-placeholder {
  width: 100%;
  min-height: 17.5rem;
  background-color: rgba(255, 255, 255, 0.06);
}
@media screen and (min-width: 1024px) {
  .hero-default__media-placeholder {
    min-height: 33.875rem;
  }
}
.hero-default__video-trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.5rem);
  cursor: pointer;
  color: inherit;
  font: inherit;
  z-index: 2;
}
.hero-default__video-trigger:focus-visible {
  outline: 2px solid var(--wp--preset--color--txt-white);
  outline-offset: 3px;
}
.hero-default__video-trigger-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.25rem 1rem;
}
.hero-default__video-trigger-label {
  font-family: "Liter", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  color: var(--wp--preset--color--txt-white);
  white-space: nowrap;
}
.hero-default__video-trigger-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-default__video-trigger-icon svg {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
}