.image-with-text{display:flex;flex-wrap:wrap;align-items:stretch;background:var(--color-bg, #fff)}@media only screen and (min-width: 66.75rem){.image-with-text{flex-wrap:nowrap}}.image-with-text.text_first{flex-direction:row-reverse}.image-with-text__image{flex-grow:0;flex-shrink:0;width:100%;padding:var(--image-padding-y-mobile, 30px) var(--image-padding-x-mobile, 30px)}@media only screen and (min-width: 66.75rem){.image-with-text__image{padding:var(--image-padding-y-desktop, 30px) var(--image-padding-x-desktop, 30px)}}.image-with-text__image svg,.image-with-text__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.image-with-text__image svg{padding:50px;fill:var(--bg-body, #fff);opacity:.5;background:var(--color-accent)}@media only screen and (max-width: 47.9375rem){.image-with-text__image--limited-mobile{max-height:100vh;overflow:hidden;display:flex;justify-content:center;align-items:center}}@media only screen and (min-width: 48rem){.image-with-text__image--limited-desktop{max-height:100vh;overflow:hidden;display:flex;justify-content:center;align-items:center}}.image-with-text__image-media{position:relative;overflow:hidden;padding-bottom:var(--ratio-percent)}.image-with-text__image-media figure{position:relative}.image-with-text__image-media.aspect-ratio{position:relative;width:100%;overflow:hidden;height:0;padding-bottom:var(--ratio-percent)}.image-with-text__image-media.aspect-ratio.aspect-ratio--portrait{padding-bottom:125%}.image-with-text__image-media.aspect-ratio.aspect-ratio--square{padding-bottom:100%}.image-with-text__image-media.aspect-ratio.aspect-ratio--landscape{padding-bottom:75%}.image-with-text__image-media.aspect-ratio.aspect-ratio--landscape-video{padding-bottom:56.25%}.image-with-text__image-media.aspect-ratio img,.image-with-text__image-media.aspect-ratio video,.image-with-text__image-media.aspect-ratio svg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:49;object-fit:cover}.image-with-text__image-media.aspect-ratio:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:11;background:rgba(var(--overlay-color-rgb),var(--overlay-opacity))}@media only screen and (min-width: 66.75rem){.image-with-text__image-media.aspect-ratio.media--mob-only{display:none}}@media only screen and (max-width: 66.6875rem){.image-with-text__image-media.aspect-ratio.media--desk-only{display:none}}@media only screen and (max-width: 47.9375rem){.section-image-with-text>.row:not(.full-width-row-full) .image-with-text__image-media.full-width{margin-left:calc(-1 * var(--page-margin));margin-right:calc(-1 * var(--page-margin));width:100vw}}@media only screen and (min-width: 48rem){.image-with-text__image-media{width:100%;margin-left:0;margin-right:0}}.image-with-text__image-media.aspect-ratio--small{padding-bottom:75%}.image-with-text__image-media.aspect-ratio--large{padding-bottom:100%}.image-with-text__image-media iframe,.image-with-text__image-media video{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover}.image-with-text__content{display:flex;width:100%;flex-grow:1;padding:var(--text-padding-y-mobile, 30px) var(--text-padding-x-mobile, 30px)}@media only screen and (min-width: 66.75rem){.image-with-text__content{padding:var(--text-padding-y-desktop, 40px) var(--text-padding-x-desktop, 40px)}}@media only screen and (max-width: 66.6875rem){.image-with-text__content.content-mobile-left{justify-content:flex-start}.image-with-text__content.content-mobile-left .image-with-text__content--inner{margin-left:var(--text-edge-offset-mobile)}.image-with-text__content.content-mobile-center{justify-content:center}.image-with-text__content.content-mobile-center .image-with-text__content--inner{margin-right:var(--text-edge-offset-mobile)}.image-with-text__content.content-mobile-right{justify-content:flex-end}.image-with-text__content.content-mobile-right .image-with-text__content--inner{margin-right:var(--text-edge-offset-mobile)}.image-with-text__content.text-mobile-left{text-align:left}.image-with-text__content.text-mobile-center{text-align:center}.image-with-text__content.text-mobile-right{text-align:right}}@media only screen and (min-width: 66.75rem){.image-with-text__content.content-desktop-top-left{justify-content:flex-start;align-items:flex-start}.image-with-text__content.content-desktop-top-left .image-with-text__content--inner{margin-left:var(--text-edge-offset-desktop)}.image-with-text__content.content-desktop-top-center{justify-content:center;align-items:flex-start}.image-with-text__content.content-desktop-top-right{justify-content:flex-end;align-items:flex-start}.image-with-text__content.content-desktop-top-right .image-with-text__content--inner{margin-right:var(--text-edge-offset-desktop)}.image-with-text__content.content-desktop-middle-left{justify-content:flex-start;align-items:center}.image-with-text__content.content-desktop-middle-left .image-with-text__content--inner{margin-left:var(--text-edge-offset-desktop)}.image-with-text__content.content-desktop-middle-center{justify-content:center;align-items:center}.image-with-text__content.content-desktop-middle-right{justify-content:flex-end;align-items:center}.image-with-text__content.content-desktop-middle-right .image-with-text__content--inner{margin-right:var(--text-edge-offset-desktop)}.image-with-text__content.content-desktop-bottom-left{justify-content:flex-start;align-items:flex-end}.image-with-text__content.content-desktop-bottom-left .image-with-text__content--inner{margin-left:var(--text-edge-offset-desktop)}.image-with-text__content.content-desktop-bottom-center{justify-content:center;align-items:flex-end}.image-with-text__content.content-desktop-bottom-right{justify-content:flex-end;align-items:flex-end}.image-with-text__content.content-desktop-bottom-right .image-with-text__content--inner{margin-right:var(--text-edge-offset-desktop)}.image-with-text__content.content-desktop-below{position:static;background-color:rgb(var(--color-bg-rgb-desktop))}.image-with-text__content.text-desktop-left{text-align:left}.image-with-text__content.text-desktop-center{text-align:center}.image-with-text__content.text-desktop-right{text-align:right}}.image-with-text__content--inner>div:not(.accordion) svg{width:100px;height:100px;fill:var(--bg-body, #fff);opacity:.5;background:var(--color-accent);margin-bottom:20px}.image-with-text__content--inner{max-width:var(--text-width-mobile);margin:0}@media only screen and (min-width: 66.75rem){.image-with-text__content--inner{max-width:var(--text-width-desktop)}}.image-with-text__content__image{margin-bottom:30px}.image-with-text__content p,.image-with-text__content h3,.image-with-text__content .text-button{color:var(--color-text, --color-body)}.image-with-text__content .text-button+.text-button{margin-left:16px}.image-with-text__content .text-button:before{background:rgba(var(--color-text-rgb),.4)}.image-with-text__content .text-button:after{background:var(--color-text, --color-body)}@media only screen and (min-width: 66.75rem){.image-with-text__content .rte.description-size--small{font-size:.875rem}}@media only screen and (min-width: 66.75rem){.image-with-text__content .rte.description-size--large{font-size:1.25rem}}.image-with-text__content .rte p{font-size:inherit}.image-with-text__content .accordion summary{color:var(--color-text, --color-body)}.image-with-text__content .accordion summary span:before,.image-with-text__content .accordion summary span:after{background:var(--color-text, --color-body)}@media only screen and (min-width: 66.75rem){.image-with-text.grid--image-small>.image-with-text__inner{width:40%}}@media only screen and (min-width: 66.75rem){.image-with-text.grid--image-medium>.image-with-text__inner{width:50%}}@media only screen and (min-width: 66.75rem){.image-with-text.grid--image-large>.image-with-text__inner{width:60%}}
