:root{--fact-block-background: var(--light-background);--fact-block-heading-accent: var(--secondary);--fact-block-gradient-background: var(--light-background);--fact-block-accent-bar-width: 100px;--fact-block-accent-bar-height: 4px;--fact-block-accent-bar-margin: 24px 0}.fact-block{width:100%;box-sizing:border-box;padding:40px 32px 0;background-color:var(--fact-block-background)}@media screen and (min-width: 64rem){.fact-block{padding:72px 64px}}.fact-block__heading{margin:0;font-size:1.5rem}.fact-block__heading:after{display:block;width:var(--fact-block-accent-bar-width);height:var(--fact-block-accent-bar-height);margin:var(--fact-block-accent-bar-margin);background-color:var(--color, var(--fact-block-heading-accent));content:""}.fact-block__content{display:flex;flex-direction:column}.fact-block__text{position:relative;max-height:100px;order:-1;overflow-y:hidden;transition:max-height .3s ease-in-out}.fact-block__text a,.fact-block__text a:hover{color:inherit}.fact-block__text:before{position:absolute;bottom:0;left:0;display:block;width:100%;height:50px;background:linear-gradient(rgba(0,0,0,0),var(--fact-block-gradient-background));content:""}@media screen and (min-width: 64rem){.fact-block__text{max-height:initial}.fact-block__text:before{display:none}}.fact-block__text[aria-hidden=false]{max-height:600px;overflow-y:auto}.fact-block__text[aria-hidden=false]:before{display:none}.fact-block__expand{all:unset;width:100%;padding:16px 0;text-align:center}@media screen and (min-width: 64rem){.fact-block__expand{display:none}}.fact-block__expand svg-icon{width:10px;height:10px}.fact-block__expand[aria-expanded=true] svg-icon{transform:rotate(180deg)}
