/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.c-quote-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.1875rem;
  padding: 2.5rem;
  overflow: hidden;
  border-radius: 1.125rem;
  background-color: var(--wp--preset--color--beige-light);
  margin: 0;
}
.c-quote-card__mark {
  position: absolute;
  right: -1.0625rem;
  bottom: -3rem;
  z-index: 0;
  display: block;
  width: 12.5rem;
  height: 10.875rem;
  pointer-events: none;
  color: var(--wp--preset--color--beige-medium);
}
.c-quote-card__mark svg {
  display: block;
  width: 100%;
  height: 100%;
}
.c-quote-card__text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--wp--preset--color--red);
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
}
.c-quote-card__text {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .c-quote-card__text {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-quote-card__text {
    font-size: 0.875rem;
  }
}
.c-quote-card__text p {
  margin: 0;
}
.c-quote-card__text p + p {
  margin-top: 0.5rem;
}
.c-quote-card__text strong,
.c-quote-card__text b {
  font-weight: 700;
}
.c-quote-card__text a {
  color: inherit;
  text-decoration: underline;
}
.c-quote-card__caption {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
  color: var(--wp--preset--color--gray-dark);
}
.c-quote-card__author-name {
  font-weight: 600;
  line-height: 1.5;
}
.c-quote-card__author-name {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .c-quote-card__author-name {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-quote-card__author-name {
    font-size: 0.8125rem;
  }
}
.c-quote-card__author-role {
  line-height: 1.5;
}
.c-quote-card__author-role {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .c-quote-card__author-role {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-quote-card__author-role {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 991px) {
  .c-quote-card {
    padding: 4.0625rem;
  }
  .c-quote-card__mark {
    width: 15.9375rem;
    height: 13.875rem;
  }
}