.image_text_block_wrapper.with-background{background-image:var(--cdn-gradient);background-size:cover;background-position:center;background-repeat:no-repeat}.image_text_block_wrapper.with-background .image_text_block__content h2,.image_text_block_wrapper.with-background .image_text_block__text,.image_text_block_wrapper.with-background .image_text_block__text p{color:var(--color-slate-200)}.image_text_block_wrapper.with-background .image_text_block__cta{background-color:var(--color-secondary);color:var(--color-primary-800)}.image_text_block{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.image_text_block__image{position:relative;width:100%;overflow:visible}.image_text_block__image picture{display:flex;justify-content:center;max-width:100%;position:relative;z-index:2}.image_text_block__image img{max-width:100%;height:auto;display:block;border-radius:0}.styled-image .image_text_block__image picture,.styled-image .image_text_block__image img{-webkit-mask-image:var(--cdn-image-text-vector);-webkit-mask-size:100% 100%;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;mask-image:var(--cdn-image-text-vector);mask-size:100% 100%;mask-repeat:no-repeat;mask-position:center}.image_text_block__shadow{position:absolute;top:6%;left:-3%;width:100%;height:100%;background:var(--main-gradient);z-index:1;-webkit-mask-image:var(--cdn-image-text-vector);-webkit-mask-size:100% 100%;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;mask-image:var(--cdn-image-text-vector);mask-size:100% 100%;mask-repeat:no-repeat;mask-position:center;opacity:1}.image_text_block__content{display:flex;flex-direction:column;gap:1.5rem}.image_text_block__content h2{font-weight:600;margin:0;line-height:1.2}.image_text_block__text{line-height:1.6}.image_text_block__text p{margin:0 0 1rem 0}.image_text_block__text p:last-child{margin-bottom:0}.image_text_block__cta{display:inline-block;padding:1.2rem 3rem;background-color:var(--color-primary-900);color:var(--color-secondary);font-size:1.6rem;font-weight:600;text-decoration:none;border-radius:999px;align-self:flex-start}.image_text_block__cta:hover{text-decoration:underline}.image-right .image_text_block__image{order:2}.image-right .image_text_block__content{order:1}@media only screen and (max-width:900px){.image_text_block{grid-template-columns:1fr;gap:3rem}.image-right .image_text_block__image,.image-left .image_text_block__image{order:1}.image-right .image_text_block__content,.image-left .image_text_block__content{order:2}.image_text_block__cta{padding:1rem 2.5rem;font-size:1.4rem}}