/****** FILE: app/client/dist/styles/sticky-textblock.css *****/
.sticky-text.in-view .sticky-text__wrap{opacity:1;transition:opacity 1s ease}.sticky-text__wrap{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;--_row-padding:1rem;padding-left:var(--_row-padding);padding-right:var(--_row-padding)}@media only screen and (min-width:640px){.sticky-text__wrap{--_row-padding:2rem}}@media only screen and (min-width:768px){.sticky-text__wrap{--_row-padding:5rem}}.sticky-text__wrap{margin-left:auto;margin-right:auto;max-width:var(--content-width,154rem);opacity:0;width:100%}.sticky-text__content{display:block;margin-bottom:0;padding-left:var(--_gutter,1rem);padding-right:var(--_gutter,1rem);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}
