/* 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-faq-img {
  overflow: hidden;
}
.s-faq-img .l-container {
  position: relative;
}
.s-faq-img__inner {
  position: relative;
  z-index: 2;
}
.s-faq-img__title {
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
  text-align: center;
  margin-bottom: 3.5rem;
}
.has-bg-primary-darker-background-color .s-faq-img__title {
  color: var(--wp--preset--color--txt-white);
}
.s-faq-img__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.s-faq-img__item {
  overflow: hidden;
  transition: border-radius 0.3s;
}
.s-faq-img__item.is-open {
  border-radius: 10px;
}
.s-faq-img__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  padding: 2rem 1.5rem 2rem 3.5rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: var(--wp--preset--color--txt-black);
}
.s-faq-img__question-index {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50% 50%;
  background-color: var(--wp--preset--color--bg-white);
  display: grid;
  place-items: center;
  font-family: "remora-sans-w1", "sans-serif";
  font-size: 0.9375rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.s-faq-img__question-text {
  font-family: "Inter", "sans-serif";
  font-size: 1.5rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  font-family: "remora-sans-w1", "sans-serif";
  font-weight: 700;
  text-transform: uppercase;
  flex: 1;
  min-width: 0;
  color: var(--wp--preset--color--txt-black);
}
.s-faq-img__question-text {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-faq-img__question-text {
    font-size: calc(24px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-faq-img__question-text {
    font-size: 2rem;
  }
}
.s-faq-img__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  border: 1px solid transparent;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
  background: var(--wp--preset--color--bg-white);
}
.s-faq-img__toggle:hover {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.s-faq-img__icon--minus {
  display: none;
}
.s-faq-img__item.is-open .s-faq-img__icon--plus {
  display: none;
}
.s-faq-img__item.is-open .s-faq-img__icon--minus {
  display: block;
}
.s-faq-img-answer {
  display: grid;
  grid-template-rows: minmax(0, 0fr);
  min-height: 0;
  overflow: hidden;
  transition: grid-template-rows 0.35s ease;
}
.s-faq-img__item.is-open .s-faq-img-answer {
  grid-template-rows: minmax(0, 1fr);
}
.s-faq-img-answer__inner {
  min-height: 0;
  overflow: hidden;
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  line-height: 1.375;
  font-style: normal;
  font-weight: 400;
  padding: 0 1.5rem 2rem 3.5rem;
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 3.5rem;
}
.s-faq-img-answer__main {
  min-width: 0;
  min-height: 0;
}
.s-faq-img__item:not(.is-open) .s-faq-img-answer .s-faq-img-answer__main {
  overflow: hidden;
}
.s-faq-img-answer__txt p {
  margin-top: 0;
  margin-bottom: 1em;
}
.s-faq-img-answer__txt p:last-child {
  margin-bottom: 0;
}
.s-faq-img-answer__txt ul,
.s-faq-img-answer__txt ol {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 1.25rem;
}
.s-faq-img-answer__txt ul {
  margin-top: 1.875rem;
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-faq-img-answer__txt ul li {
  position: relative;
  padding-left: 1.5rem;
}
.s-faq-img-answer__txt ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 0.8125rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none' viewBox='0 0 13 12'%3E%3Cpath fill='%2335ab55' d='m12.767 4.365-3.948.119a.446.446 0 0 1-.46-.381L7.839.19c-.03-.209-.313-.262-.42-.08L5.311 3.684a.46.46 0 0 1-.564.187L.312 2.1c-.214-.086-.406.16-.262.337l3.055 3.734c.118.144.13.346.03.502l-2.389 3.73c-.119.186.087.407.29.312L5.473 8.63a.46.46 0 0 1 .529.096l3.038 3.201c.153.162.429.03.388-.187l-.796-4.306a.43.43 0 0 1 .222-.457l4.032-2.207c.205-.113.117-.417-.118-.409z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.s-faq-img-answer__txt ul li:last-child {
  margin-bottom: 0;
}
.s-faq-img-answer__txt a {
  text-decoration: underline;
}
.s-faq-img-answer__link {
  font-family: "remora-sans-w1", "sans-serif";
  font-size: 0.9375rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  color: inherit;
}
.s-faq-img-answer__img-wrap {
  align-self: stretch;
  position: relative;
  min-width: 0;
  min-height: 12.5rem;
  max-height: 21.875rem;
}
.s-faq-img__item:not(.is-open) .s-faq-img-answer .s-faq-img-answer__img-wrap {
  min-height: 0;
  max-height: 0;
  overflow: hidden;
}
.s-faq-img-answer__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s-faq-img__stars.stars-trio {
  right: -10%;
  transform: translate(0, -50%);
  top: 50%;
  width: 22%;
  height: 20%;
  z-index: 1;
}
.s-faq-img__stars.stars-trio svg path {
  fill: #000;
}
@media screen and (max-width: 1024px) {
  .s-faq-img__title {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .s-faq-img-answer__inner {
    gap: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .s-faq-img__question {
    padding: 1.5rem 1.25rem 1.5rem 1.5rem;
    gap: 1rem;
  }
  .s-faq-img__question-text {
    font-size: 1.5rem;
  }
  .s-faq-img-answer__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1.25rem 1.5rem 1.5rem;
  }
  .s-faq-img-answer__img-wrap {
    min-height: 11.25rem;
    max-height: 17.5rem;
  }
  .s-faq-img__toggle {
    width: 44px;
    height: 44px;
  }
  .s-faq-img__stars.stars-trio {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .s-faq-img__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .s-faq-img__list {
    gap: 0.75rem;
  }
  .s-faq-img__question {
    padding: 1.25rem 1rem;
    gap: 0.75rem;
  }
  .s-faq-img__question-text {
    font-size: 1.25rem;
  }
  .s-faq-img__toggle {
    width: 40px;
    height: 40px;
  }
  .s-faq-img-answer__inner {
    padding: 0 1rem 1.25rem 1rem;
  }
  .s-faq-img-answer__img-wrap {
    min-height: 10rem;
    max-height: 15rem;
  }
}