.grid{-moz-column-gap:var(--grid--column-gap);column-gap:var(--grid--column-gap);display:grid;grid-template-columns:repeat(var(--grid--columns),minmax(0,1fr));row-gap:var(--grid--row-gap)}.grid--auto-fit{grid-template-columns:repeat(auto-fill,minmax(min(var(--grid--auto--min,15.625rem),100%),1fr))}.flex-grid{-moz-column-gap:var(--grid--column-gap);column-gap:var(--grid--column-gap);display:flex;flex-flow:row wrap;row-gap:var(--grid--row-gap)}.flex-grid>*,.flex-grid>*+*,.flex-grid>:first-child,.flex-grid>:last-child{width:calc(100%/var(--grid--columns) - var(--grid--column-gap) + var(--grid--column-gap)/var(--grid--columns))}.flex-grid--auto>*,.flex-grid--auto>*+*,.flex-grid--auto>:first-child,.flex-grid--auto>:last-child{width:auto}:root{--meta-label--background-color:hsl(var(--color--accent--h),var(--color--accent--s),94%);--meta-label--color:var(--color--accent)}.rich-quote{padding-bottom:var(--space--s)}.rich-quote blockquote:after,.rich-quote blockquote:before,.rich-quote__quote:after,.rich-quote__quote:before,.rich-quote__quoter:after,.rich-quote__quoter:before{content:unset}.rich-quote__blockquote{display:flex;flex-flow:column nowrap;margin-left:auto;margin-right:auto;max-width:var(--width--responsive--m);padding-top:0;row-gap:var(--space--s)}.rich-quote__quote{border-left:var(--border-width--m) solid var(--color--accent);max-width:var(--width--m);padding-left:var(--space--s)}@media (min-width:36em){.rich-quote__quote{max-width:calc(100% - var(--space--xxl) - var(--space--s));place-self:flex-end}}.rich-quote__quote:before{content:open-quote}.rich-quote__quote:after{content:close-quote}.rich-quote__quoter{align-items:center;display:flex;flex-flow:row wrap;order:-1;row-gap:var(--space--xxs)}.rich-quote__quoter-info>:first-child{margin-top:0}.rich-quote__quoter-info>:last-child{margin-bottom:0}.rich-quote__quoter-name{font-family:var(--type--1--font-family);font-size:var(--type--size--4);font-weight:var(--type--1--font-weight--bold);letter-spacing:-.8px;line-height:.95;line-height:1.25;margin-bottom:0;overflow-wrap:normal;word-break:keep-all}.rich-quote__quoter-name a{color:inherit;text-decoration:none}.rich-quote__quoter-desc{color:var(--color--accent);font-family:var(--type--1--font-family);font-size:var(--type--size--2);font-weight:var(--type--1--font-weight--bold);letter-spacing:unset;line-height:.95;line-height:1.25;margin-top:var(--space--xxxs);overflow-wrap:normal;word-break:keep-all}.rich-quote__quoter-desc a{color:inherit;text-decoration:none}.rich-quote__quoter-thumb{margin-right:var(--space--s);width:var(--space--xxl)}.rich-quote__quoter-thumb img{border-radius:100%;width:100%}