/****** FILE: app/client/dist/styles/blocks/sticky/text-block.css *****/
.sticky-text.in-view .sticky-text__wrap{opacity:1;transition:opacity 1s ease}.sticky-text__wrap{--_wrapper-max-width:calc(var(--content-width, 154rem)*var(--base-size-multiplier, 1));align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;margin-left:auto;margin-right:auto;max-width:var(--_wrapper-max-width);opacity:0;padding-left:var(--row-padding,0);padding-right:var(--row-padding,0);width:100%}.sticky-text__content{display:block;margin-bottom:0;padding-left:calc(var(--_row-gap, var(--default-gap, 3rem))/2);padding-right:calc(var(--_row-gap, var(--default-gap, 3rem))/2);width:100%}.sticky-text__content>:not(.split-text__heading):last-child{margin-bottom:0}@media only screen and (min-width:968px){.sticky-text__content{width:50%}.sticky-text__content:only-child{width:100%}.sticky-text__content--sticky{position:relative}.sticky-text__content--sticky .sticky-text__heading{position:sticky;top:12rem}}.sticky-text__heading{color:var(--_secondary-colour,inherit);font-weight:700;position:relative}@media only screen and (min-width:968px){.sticky-text__heading{padding-right:10rem}}.sticky-text__heading:after{background-color:var(--_secondary-colour,inherit);bottom:-.8rem;content:"";display:block;height:.4rem;left:0;position:absolute;width:6rem}
