/**handles:featured-quote**/
@keyframes button-pulse{0%{animation-timing-function:cubic-bezier(.35,0,.2,1);background:var(--color-button-background-hover)}30%{animation-timing-function:linear;background:var(--color-button-background-pulse)}to{background:var(--color-button-background-hover)}}.featured-quote{background-color:var(--color-surface);isolation:isolate;overflow:hidden;padding-block:clamp(var(--space-3xl) + var(--space-sm),var(--space-2xl) + 9vw,var(--space-3xl) * 2);position:relative;text-align:center}.featured-quote:before{background:url(https://www.innerstance.com/wp-content/themes/inner-stance/assets/images/closing-gradient.jpg) bottom/cover no-repeat;content:"";inset:0;opacity:var(--featured-quote-gradient-opacity,1);pointer-events:none;position:absolute;transform:translateY(var(--featured-quote-gradient-y,0));z-index:0}.featured-quote__inner{position:relative;z-index:1}.featured-quote__figure{margin:0}.featured-quote__quote-mark{color:var(--color-border);display:block;font-family:var(--font-serif);font-size:clamp(5.5rem,13vw,10rem);line-height:.5;margin-bottom:calc(var(--space-sm)*-1)}.featured-quote__quote{color:var(--color-text-muted);font-style:normal;font-weight:var(--weight-regular);letter-spacing:normal;margin-inline:auto;max-width:56rem}.featured-quote__quote>*{margin-block:0}.featured-quote__quote :is(b,strong,em,i){color:var(--color-text);font-style:inherit;font-weight:inherit}.featured-quote__subtext{display:block;margin-top:var(--space-md)}.featured-quote__description{color:var(--color-text-muted);margin:var(--space-2xl) auto 0;max-width:46rem}