@media only screen and (min-width:968px){.split-text{--_header-width:var(--two-column-width);--_body-width:var(--two-column-width)}}@media only screen and (min-width:1280px){.split-text--narrow-wide{--_header-width:35%;--_body-width:60%}.split-text--wide-narrow{--_header-width:60%;--_body-width:35%}}.split-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;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:var(--_wrapper-max-width);padding-left:var(--row-padding,0);padding-right:var(--row-padding,0);width:100%}.split-text__body,.split-text__header{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%}@media only screen and (min-width:968px){.split-text__body>:last-child,.split-text__body>:last-child :last-child,.split-text__header>:last-child,.split-text__header>:last-child :last-child{margin-bottom:0}}.split-text__header{width:var(--_header-width,100%)}.split-text__body{width:var(--_body-width,100%)}.split-text__body:only-child{margin-left:auto}.split-text__icon{margin-bottom:2rem}.split-text__image{height:15rem;position:relative;width:15rem}.split-text__image svg{height:100%;left:0;position:absolute;top:0;width:100%}.split-text__image svg [fill^="#"]{fill:#000}.split-text__image svg [stroke^="#"]{stroke:#000}