.img-content-stretched{display:grid;grid-template-columns:minmax(0, 1fr);-moz-column-gap:0;column-gap:0;row-gap:var(--space-m);position:relative}@media(min-width: calc(48em + 1px)){.img-content-stretched{grid-template-columns:repeat(2, minmax(0, 1fr))}}.img-content-stretched .content{flex-grow:1;flex-basis:0;display:flex;justify-content:center;align-items:center;padding:1.5rem 4rem}@media(max-width: 40em){.img-content-stretched .content{padding:1.5rem}}.img-content-stretched .content .content-inner{width:100%;display:flex;flex-direction:column}.img-content-stretched .content .content-inner h2,.img-content-stretched .content .content-inner .subtitle{font-size:var(--font-size-3xl);font-weight:500}.img-content-stretched .content .content-inner .subtitle{margin-top:1.5rem;margin-bottom:2rem}.img-content-stretched .content .content-wrap{width:100%;gap:1rem}.img-content-stretched .content .content-wrap span{gap:.5rem;text-transform:uppercase;font-size:var(--font-size-s)}.img-content-stretched .content .content-wrap a{gap:.5rem;color:var(--color-body);text-transform:uppercase;font-size:var(--font-size-s)}.img-content-stretched .content .content-wrap a:hover{color:var(--color-accent-primary)}.img-content-stretched .content .js-single-modal-trigger-ajax{margin-bottom:0}.img-content-stretched .img{position:relative}@media(max-width: 40em){.img-content-stretched .img{width:100%}}.img-content-stretched .img img{width:100%;max-height:40rem}.img-content-stretched .img .slick-list,.img-content-stretched .img .slick-track{top:0;left:0;height:100%;width:100%}.img-content-stretched .img .slick-controls{width:100%}.img-content-stretched .img .slick-controls .slick-control{color:var(--color-body)}.img-content-stretched .img .slick-controls .slick-control:hover{color:var(--color-accent-primary)}.img-content-stretched.text-image .content{order:1}@media(max-width: 40em){.img-content-stretched.text-image .content{order:unset}}.img-content-stretched.text-image .img{order:2}@media(max-width: 40em){.img-content-stretched.text-image .img{order:unset}}@media(max-width: 40em){.img-content-stretched.mob-img-bottom .content{order:1}.img-content-stretched.mob-img-bottom .img{order:2}}.img-content-stretched.column{grid-template-columns:minmax(0, 1fr)}.img-content-stretched.column .content{margin:0;width:100%;text-align:center;flex-basis:auto;align-items:unset}.img-content-stretched.column .content .buttons{justify-content:center;margin-bottom:0}.img-content-stretched.column .img{width:100%}.img-content-stretched.column .img .image-carousel{min-height:18rem}@media(max-width: 40em){.img-content-stretched.column .img .image-carousel{min-height:16rem}}.img-content-columns{display:grid;gap:var(--gutter-standard)}@media(min-width: calc(48em + 1px)){.img-content-columns{grid-template-columns:repeat(2, minmax(0, 1fr))}}