@charset "UTF-8";
/* Text utility */
/* Mobile utility */
/* Hover / transitions — desktop pointer devices only (avoids sticky :hover on touch) */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.content-intro-img {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--wp--preset--color--eb-breadcrumb-muted);
  background-image: linear-gradient(-88.2deg, var(--wp--preset--color--eb-hero-blue-start) 41.17%, var(--wp--preset--color--eb-hero-blue-end) 97.66%);
}
.content-intro-img__wave {
  position: absolute;
  top: 1.8125rem;
  left: -21.6875rem;
  width: 89.5625rem;
  height: 37.3125rem;
  opacity: 0.4;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.content-intro-img__wave img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1024px) {
  .content-intro-img__wave {
    left: -12.5rem;
    width: 150%;
    height: 70%;
  }
}
@media screen and (max-width: 991px) {
  .content-intro-img__wave {
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    width: 180vw;
    height: auto;
    opacity: 0.35;
  }
}
.content-intro-img__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  .content-intro-img__inner {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .content-intro-img__inner {
    flex-direction: column;
    gap: 3rem;
  }
}
.content-intro-img__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5.1875rem;
  flex: 0 1 42.0625rem;
  max-width: 42.0625rem;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .content-intro-img__left {
    gap: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .content-intro-img__left {
    gap: 2rem;
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
  }
}
.content-intro-img__title {
  margin: 0;
  max-width: 35.0625rem;
  color: var(--wp--preset--color--eb-breadcrumb-muted);
  font-family: "Liter", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
}
.content-intro-img__title {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .content-intro-img__title {
    font-size: calc(32px + 16 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-intro-img__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .content-intro-img__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 580px) {
  .content-intro-img__title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .content-intro-img__title {
    max-width: none;
  }
}
.content-intro-img__media {
  position: relative;
  width: 100%;
  height: 18.625rem;
  border-radius: 0.5rem;
  overflow: hidden;
  line-height: 0;
}
@media screen and (max-width: 991px) {
  .content-intro-img__media {
    height: auto;
    aspect-ratio: 673/298;
  }
}
.content-intro-img__media--empty {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px dashed rgba(255, 255, 255, 0.25);
}
.content-intro-img__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-intro-img__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  flex: 0 1 29rem;
  max-width: 29rem;
  min-height: 32rem;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .content-intro-img__right {
    min-height: 25rem;
  }
}
@media screen and (max-width: 991px) {
  .content-intro-img__right {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
    min-height: 0;
    gap: 1.5rem;
  }
}
.content-intro-img__right-top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .content-intro-img__right-top {
    gap: 1.5rem;
  }
}
.content-intro-img__btn-wrap {
  display: flex;
  align-self: flex-start;
}
.content-intro-img__intro p {
  color: var(--wp--preset--color--eb-breadcrumb-muted);
}
.content-intro-img__intro p {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .content-intro-img__intro p {
    font-size: calc(20px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-intro-img__intro p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .content-intro-img__intro {
    font-size: 1.125rem;
  }
}
.content-intro-img__intro p {
  margin: 0 0 0.75rem;
}
.content-intro-img__intro p:last-child {
  margin-bottom: 0;
}
.content-intro-img__intro a {
  color: inherit;
  text-decoration: underline;
}
.content-intro-img__text {
  margin-top: auto;
}
.content-intro-img__text p {
  margin: 0 0 0.75rem;
  color: var(--wp--preset--color--eb-breadcrumb-muted);
}
.content-intro-img__text p {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .content-intro-img__text p {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-intro-img__text p {
    font-size: 0.875rem;
  }
}
.content-intro-img__text p:last-child {
  margin-bottom: 0;
}
.content-intro-img__text ul,
.content-intro-img__text ol {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
}
.content-intro-img__text a {
  color: inherit;
  text-decoration: underline;
}