.wp-block-quote {
  position: relative;
  padding: 50px 90px 40px 90px;
  border-radius: 8px;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--plum);
  background: var(--wp--preset--color--5-percent-plum);
  margin-inline-end: 0;
  margin-inline-start: 0;
}

.wp-block-quote::after,
.wp-block-quote::before {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 35px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.993 30.674c-4.967 0-7.641-3.917-7.641-10.794 0-8.406 4.011-14.71 12.035-18.913l2.675 5.062C9.808 8.99 7.134 12.525 7.134 18.065c.286-.096.573-.096.86-.096 3.438 0 6.304 2.197 6.304 6.018 0 4.107-2.675 6.687-6.305 6.687Zm20.06 0c-4.968 0-7.642-3.917-7.642-10.794 0-8.406 4.012-14.71 12.035-18.913l2.675 5.062c-5.254 2.961-7.928 6.496-7.928 12.036.286-.096.573-.096.86-.096 3.438 0 6.304 2.197 6.304 6.018 0 4.107-2.675 6.687-6.304 6.687Z' fill='%235B315E' opacity='.2'/%3E%3C/svg%3E");
  content: '';
}

.wp-block-quote::before {
  top: 50px;
  left: 30px;
}

.wp-block-quote::after {
  right: 50px;
  bottom: 40px;
  transform: rotate(180deg);
}

.wp-block-quote p {
  margin: 0;
}

.wp-block-quote cite {
  display: block;
  margin-top: 15px;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  font-style: normal;
  color: var(--wp--preset--color--plum);
}

.wp-block-quote.is-style-quote-featured {
  position: relative;
  padding: 0;
  color: var(--wp--preset--color--white);
  background: none;
}

.wp-block-quote.is-style-quote-featured p:last-of-type::after {
  position: relative;
  bottom: -4.25rem;
  display: block;
  width: 84px;
  height: 2px;
  margin: 0 auto;
  background: var(--wp--preset--color--light-blue);
  content: '';
}

.wp-block-quote.is-style-quote-featured::after,
.wp-block-quote.is-style-quote-featured::before {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}

.wp-block-quote.is-style-quote-featured::before {
  top: -7.75rem;
  right: -7.75rem;
  left: auto;
  display: block;
  width: 5.75rem;
  height: 5.75rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='93' height='92' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.5'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M85.372 56.793A92.001 92.001 0 0 1 92.375 92h-92 39.372A39.373 39.373 0 0 0 .375 52.627V0a92 92 0 0 1 84.997 56.793Z'/%3E%3C/mask%3E%3Cpath d='M92.375 92v2h2v-2h-2Zm-7.003-35.207 1.848-.765-1.848.765ZM39.747 92v2h2v-2h-2ZM36.75 76.933l-1.847.765 1.847-.765Zm-8.535-12.774-1.414 1.415 1.415-1.415ZM.375 52.627h-2v2h2v-2ZM.375 0v-2h-2v2h2Zm35.207 7.003.765-1.848-.765 1.848Zm29.847 19.943-1.414 1.414 1.414-1.414ZM94.375 92a94 94 0 0 0-7.155-35.972l-3.696 1.53A89.998 89.998 0 0 1 90.375 92h4Zm-94 2h92v-4h-92v4Zm0 0h39.372v-4H.375v4Zm41.372-2c0-5.433-1.07-10.813-3.149-15.833l-3.695 1.531A37.372 37.372 0 0 1 37.747 92h4Zm-3.149-15.833a41.372 41.372 0 0 0-8.968-13.422L26.8 65.574a37.37 37.37 0 0 1 8.102 12.124l3.695-1.53ZM29.63 62.745a41.372 41.372 0 0 0-13.422-8.968l-1.531 3.695A37.374 37.374 0 0 1 26.8 65.574l2.829-2.829Zm-13.422-8.968a41.371 41.371 0 0 0-15.833-3.15v4c4.908 0 9.768.967 14.302 2.845l1.53-3.695ZM-1.625 0v52.627h4V0h-4Zm37.972 5.155A94 94 0 0 0 .375-2v4a90 90 0 0 1 34.441 6.85l1.531-3.695Zm30.496 20.377A94 94 0 0 0 36.347 5.155l-1.53 3.696a90 90 0 0 1 29.198 19.51l2.828-2.829ZM87.22 56.028a94 94 0 0 0-20.377-30.496l-2.828 2.828a90.001 90.001 0 0 1 19.51 29.199l3.695-1.531Z' fill='%23C6E5E3' mask='url(%23a)'/%3E%3C/g%3E%3C/svg%3E");
  content: '';
}

.wp-block-quote.is-style-quote-featured::after {
  right: auto;
  bottom: -13.25rem;
  left: -7.25rem;
  display: block;
  width: 11.25rem;
  height: 11.25rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='181' height='180' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.5'%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.532 68.883A180 180 0 0 1 .83 0h180-77.033a77.039 77.039 0 0 0 47.554 71.17 77.031 77.031 0 0 0 29.479 5.863V180A179.999 179.999 0 0 1 14.532 68.883Z'/%3E%3C/mask%3E%3Cpath d='M.83 0v-2h-2v2h2Zm13.702 68.883 1.848-.765-1.848.765ZM103.797 0v-2h-2v2h2Zm5.864 29.48-1.848.765 1.848-.766Zm16.699 24.99-1.415 1.415 1.415-1.414Zm24.991 16.7-.766 1.847.766-1.848Zm29.479 5.863h2v-2h-2v2Zm0 102.967v2h2v-2h-2Zm-68.883-13.702-.765 1.848.765-1.848Zm-58.396-39.019 1.414-1.414-1.414 1.414ZM-1.17 0a182 182 0 0 0 13.853 69.648l3.696-1.53A178 178 0 0 1 2.83 0h-4ZM180.83-2H.83v4h180v-4Zm0 0h-77.033v4h77.033v-4Zm-79.033 2a79.029 79.029 0 0 0 6.016 30.245l3.696-1.531A75.029 75.029 0 0 1 105.797 0h-4Zm6.016 30.245a79.034 79.034 0 0 0 17.132 25.64l2.829-2.829a75.011 75.011 0 0 1-16.265-24.342l-3.696 1.53Zm17.132 25.64a79.041 79.041 0 0 0 25.64 17.132l1.531-3.695a75.03 75.03 0 0 1-24.342-16.266l-2.829 2.829Zm25.64 17.132a79.035 79.035 0 0 0 30.245 6.016v-4c-9.853 0-19.61-1.94-28.714-5.711l-1.531 3.695ZM182.83 180V77.033h-4V180h4Zm-71.648-11.854A182.002 182.002 0 0 0 180.83 182v-4a178.009 178.009 0 0 1-68.118-13.549l-1.53 3.695Zm-59.045-39.453a181.98 181.98 0 0 0 59.045 39.453l1.53-3.695a178.012 178.012 0 0 1-57.747-38.586l-2.828 2.828ZM12.684 69.648a181.995 181.995 0 0 0 39.453 59.045l2.828-2.828A178.004 178.004 0 0 1 16.38 68.118l-3.695 1.53Z' fill='%23C6E5E3' mask='url(%23a)'/%3E%3C/g%3E%3C/svg%3E");
  content: '';
  transform: rotate(1turn);
}

.wp-block-quote.is-style-plain {
  position: relative;
  padding: 0;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--dark-blue);
  background: none;
  margin-inline-end: 40px;
  margin-inline-start: 40px;
}

.wp-block-quote.is-style-plain::before {
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.993 30.674c-4.967 0-7.641-3.917-7.641-10.794 0-8.406 4.011-14.71 12.035-18.913l2.675 5.062C9.808 8.99 7.134 12.525 7.134 18.065c.286-.096.573-.096.86-.096 3.438 0 6.304 2.197 6.304 6.018 0 4.107-2.675 6.687-6.305 6.687Zm20.06 0c-4.968 0-7.642-3.917-7.642-10.794 0-8.406 4.012-14.71 12.035-18.913l2.675 5.062c-5.254 2.961-7.928 6.496-7.928 12.036.286-.096.573-.096.86-.096 3.438 0 6.304 2.197 6.304 6.018 0 4.107-2.675 6.687-6.304 6.687Z' fill='%235B315E' opacity='.2'/%3E%3C/svg%3E");
  content: '';
}

.wp-block-quote.is-style-plain cite,
.wp-block-quote.is-style-plain p {
  margin-left: 4rem;
  color: var(--wp--preset--color--dark-blue);
}

.wp-block-quote.is-style-plain::after {
  display: none;
  content: "";
}

.wp-block-quote.is-style-closed-left-solid {
  position: relative;
  padding: 0;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--dark-blue);
  background: none;
  margin-inline-end: 40px;
  margin-inline-start: 40px;
}

.wp-block-quote.is-style-closed-left-solid::before {
  top: 0;
  left: 0;
  display: block;
  width: 45px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='30' fill='none'%3E%3Cpath fill='%235B315E' d='M34.017 29.245a8.855 8.855 0 0 1-4.73-1.328c-1.384-.941-2.49-2.214-3.32-3.818-.83-1.66-1.246-3.514-1.246-5.561 0-3.265 1.052-6.557 3.154-9.877 2.158-3.32 5.368-6.087 9.628-8.3l7.138 3.652c-2.877 1.494-5.284 3.181-7.22 5.063-1.882 1.881-3.127 4.094-3.736 6.64 2.324.11 4.15.719 5.478 1.826 1.384 1.051 2.075 2.573 2.075 4.565 0 1.881-.636 3.541-1.909 4.98-1.272 1.438-3.043 2.158-5.312 2.158Zm-23.987 0a8.855 8.855 0 0 1-4.73-1.328c-1.384-.941-2.49-2.214-3.32-3.818-.83-1.66-1.246-3.514-1.246-5.561 0-3.265 1.052-6.557 3.154-9.877 2.158-3.32 5.368-6.087 9.628-8.3l7.138 3.652c-2.877 1.494-5.284 3.181-7.22 5.063-1.882 1.881-3.127 4.094-3.736 6.64 2.324.11 4.15.719 5.478 1.826 1.384 1.051 2.075 2.573 2.075 4.565 0 1.881-.636 3.541-1.909 4.98-1.272 1.438-3.043 2.158-5.312 2.158Z'/%3E%3C/svg%3E");
  content: '';
}

.wp-block-quote.is-style-closed-left-solid cite,
.wp-block-quote.is-style-closed-left-solid p {
  margin-left: 4rem;
  color: var(--wp--preset--color--dark-blue);
}

.wp-block-quote.is-style-closed-left-solid::after {
  display: none;
  content: "";
}

blockquote.wp-block-quote[class*="bq-right"] {
  float: right;
  margin-bottom: 24px;
  margin-left: 40px !important;
}

blockquote.wp-block-quote[class*="bq-left"] {
  float: left;
  margin-right: 40px !important;
  margin-bottom: 24px;
}

blockquote.wp-block-quote[class*="-50"] {
  width: 50%;
}

blockquote.wp-block-quote[class*="-66"] {
  width: 66%;
}

@media screen and (max-width: 1024px) {

  blockquote.wp-block-quote[class*="bq-left"],
  blockquote.wp-block-quote[class*="bq-right"] {
    width: 100%;
  }
}

/*# sourceMappingURL=quote.min.css.map */