.paragraph--quote--preview,
.paragraph--quote {
  --icon--width: 10rem;
}
.paragraph--quote--preview.bg--dark .blockquote-box-wrapper:before,
.paragraph--quote--preview.bg--dark .container:before, .paragraph--quote--preview.bg--our_maestro .blockquote-box-wrapper:before,
.paragraph--quote--preview.bg--our_maestro .container:before,
.paragraph--quote.bg--dark .blockquote-box-wrapper:before,
.paragraph--quote.bg--dark .container:before,
.paragraph--quote.bg--our_maestro .blockquote-box-wrapper:before,
.paragraph--quote.bg--our_maestro .container:before {
  color: var(--c--primary);
}
.paragraph--quote--preview .paragraph-content,
.paragraph--quote .paragraph-content {
  padding: clamp(var(--spacing--4), 4vw, var(--spacing--6)) 0;
  overflow: hidden;
}
.paragraph--quote--preview .container,
.paragraph--quote .container {
  display: flex;
  gap: var(--spacing--3);
  flex-direction: column;
}
.paragraph--quote--preview .blockquote-box-wrapper,
.paragraph--quote .blockquote-box-wrapper {
  position: relative;
  display: flex;
  gap: var(--spacing--4);
}
@media (max-width: 991px) {
  .paragraph--quote--preview .blockquote-box-wrapper,
  .paragraph--quote .blockquote-box-wrapper {
    flex-direction: column;
    gap: var(--spacing--2);
  }
}
.paragraph--quote--preview .blockquote-box-wrapper:before,
.paragraph--quote .blockquote-box-wrapper:before {
  content: "\e968";
  font-family: "irca";
  display: block;
  font-size: 10rem;
  width: var(--icon--width);
  color: var(--c--black);
  line-height: 1;
}
.paragraph--quote--preview .blockquote-box,
.paragraph--quote .blockquote-box {
  display: flex;
  flex-direction: column;
}
.paragraph--quote--preview .blockquote-box blockquote,
.paragraph--quote .blockquote-box blockquote {
  margin: 0;
  padding: 0;
}
.paragraph--quote--preview .blockquote-box blockquote p,
.paragraph--quote .blockquote-box blockquote p {
  font-size: clamp(var(--typography--font-size--h4), 3vw, var(--typography--font-size--h3));
  font-weight: 600;
  line-height: 1.1;
}
.paragraph--quote--preview .name,
.paragraph--quote .name {
  margin-top: var(--spacing--4);
}
.paragraph--quote--preview .name h2,
.paragraph--quote .name h2 {
  font-size: var(--typography--font-size--lg);
  font-weight: initial;
}
.paragraph--quote--preview .name h2 strong,
.paragraph--quote .name h2 strong {
  font-weight: 600;
}
.paragraph--quote--preview .chefs--list,
.paragraph--quote .chefs--list {
  margin-top: var(--spacing--6);
  width: 100%;
}
@media (min-width: 1200px) {
  .paragraph--quote--preview .container,
  .paragraph--quote .container {
    position: relative;
  }
  .paragraph--quote--preview .container:before,
  .paragraph--quote .container:before {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 991px) {
  .paragraph--quote--preview .chefs--list > .swiper,
  .paragraph--quote .chefs--list > .swiper {
    width: 80%;
    overflow: initial;
    margin-left: initial;
  }
}
/*# sourceMappingURL=paragraph--quote.css.map */
