.image-with-text{--iwt-modal-z: 2147483647;--iwt-modal-padding: 4rem;--iwt-modal-max-width: min(80vw, calc(80vh * 16 / 9));--iwt-modal-close-size: 3.2rem;--iwt-modal-close-offset: 4rem}.image-with-text.image-centered-layout{padding:6.4rem 0}.image-with-text__wrapper{border-radius:var(--border-radius-main)}.image-with-text__grid{width:100%;display:flex;flex-direction:column;gap:.8rem}.image-with-text__grid .image-with-text__content{border-radius:var(--border-radius-main)}@media screen and (min-width:1200px){.image-with-text__grid{flex-direction:row;align-items:stretch;justify-content:space-between}}@media screen and (min-width:1200px){.image-with-text__grid--image_top{flex-direction:column}}@media screen and (min-width:0px){.image-with-text__grid--image_bottom{flex-direction:column-reverse}}@media screen and (min-width:750px){.image-with-text__grid--image_left{flex-direction:row}}@media screen and (min-width:1200px){.image-with-text__grid--image_right{flex-direction:row-reverse}}.image-with-text__media{width:100%;position:relative}.image-with-text__media.adapt{height:auto}.image-with-text__media.adapt img,.image-with-text__media.adapt svg{position:static}.image-with-text__media img,.image-with-text__media svg{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;object-position:center;position:absolute;top:0;left:0}@media screen and (min-width:1200px){.image-with-text__media{width:50%}.image-with-text__grid--image_top .image-with-text__media,.image-with-text__grid--image_bottom .image-with-text__media{width:100%}}.image-with-text__media,.image-with-text__media>svg,.image-with-text__media>img{border-radius:var(--border-radius-main)}.image-with-text__content{width:100%;display:flex;flex-direction:column;align-items:flex-start;position:relative}.image-with-text__content .section-header{margin:0}.image-with-text__content .section-header h2{overflow-wrap:anywhere}@media screen and (max-width:749px){.image-with-text__content .section-header h2{font-size:4rem}}@media screen and (min-width:1200px){.image-with-text__content{width:50%}.image-with-text__grid--image_top .image-with-text__content,.image-with-text__grid--image_bottom .image-with-text__content{width:100%}}.image-with-text__content--image_top,.image-with-text__content--image_bottom{padding:2rem 0}.image-with-text__content--image_top .section-header h2,.image-with-text__content--image_bottom .section-header h2{max-width:none}@media screen and (min-width:750px){.image-with-text__content--image_top,.image-with-text__content--image_bottom{padding:3rem}}@media screen and (min-width:1200px){.image-with-text__content--image_top,.image-with-text__content--image_bottom{padding:5.6rem 10rem}}.image-with-text__content--image_left,.image-with-text__content--image_right{padding:4rem 2.4rem}@media screen and (min-width:1200px){.image-with-text__content--image_left,.image-with-text__content--image_right{padding:6rem 8rem 6rem 6rem}}.image-with-text__content--center{align-items:center;justify-content:center;text-align:center;margin:0 auto}.image-with-text__content--center span{margin:0 auto;width:fit-content}.image-with-text__content--left{align-items:flex-start;justify-content:flex-end;text-align:left}.image-with-text__text{margin:0}.image-with-text__text p{margin:0;margin-top:.8rem;font-size:var(--font-body-size, 1.6rem)}.image-with-text__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:var(--iwt-play-btn-size, 9.6rem);height:var(--iwt-play-btn-size, 9.6rem);background:transparent;border:none;cursor:pointer;padding:0;z-index:2;transition:transform var(--duration-default),opacity var(--duration-default)}.image-with-text__play-btn:hover{transform:translate(-50%,-50%) scale(1.08);opacity:var(--alpha-button-background)}.image-with-text__play-btn svg{width:100%;height:100%;display:block}.image-with-text__modal{display:none}.image-with-text__dialog{border:none;background:transparent;padding:0;margin:0;max-width:100%;max-height:100%;width:0;height:0;overflow:visible;outline:none}.image-with-text__dialog[open]{padding:10vh 10vw;width:100%;height:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.image-with-text__dialog::backdrop{background-color:rgba(var(--color-foreground),.7);cursor:pointer}.image-with-text__dialog>.image-with-text__modal-close{position:absolute;top:2rem;right:2rem;z-index:10}.image-with-text__dialog>.image-with-text__modal-inner{max-width:var(--iwt-modal-max-width);width:100%;margin:var(--iwt-modal-padding)}.image-with-text__modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(var(--color-foreground),.7);cursor:pointer}.image-with-text__modal-inner{position:relative;width:100%;max-width:var(--iwt-modal-max-width);z-index:1}.image-with-text__modal-close{position:absolute;top:calc(var(--iwt-modal-close-offset) * -1);right:0;display:flex;align-items:center;justify-content:center;width:var(--iwt-modal-close-size);height:var(--iwt-modal-close-size);background:transparent;border:none;cursor:pointer;padding:0;color:rgb(var(--color-background))}.image-with-text__modal-media{position:relative;width:100%;aspect-ratio:16/9;background-color:rgb(var(--color-foreground));border-radius:var(--border-radius-main);overflow:hidden}.image-with-text__modal-iframe,.image-with-text__modal-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none;display:block;object-fit:contain}.image-with-text__label{display:flex;align-items:center;gap:var(--iwt-label-gap, 1rem);margin-bottom:var(--iwt-label-mb, 2rem);color:rgb(var(--color-foreground-secondary))}.image-with-text__label svg{color:rgb(var(--color-error))}@media(min-width:750px){.image-with-text__label{margin-bottom:var(--iwt-label-mb, 4rem)}}.image-with-text__label .icon-youtube{width:var(--iwt-label-icon-size, 1.8rem);height:var(--iwt-label-icon-size, 1.8rem);flex-shrink:0}.image-with-text__label span{font-family:var(--font-subtitle-family);font-size:1.4rem;font-weight:var(--font-subtitle-weight)}.image-with-text__button{margin:0;margin-top:2.4rem}@media screen and (min-width:990px){.image-with-text__button{margin-top:3.2rem}}.image-with-text__centered{display:grid;grid-template-columns:3fr 4fr 3fr;grid-column-gap:2rem;grid-row-gap:2.4rem;justify-content:space-between;align-items:center;width:100%;height:auto}.image-with-text__centered.centered-adapt{height:auto}.image-with-text__centered .image-with-text__media{width:auto!important}.image-with-text__centered .image-with-text__content{z-index:1;width:auto;max-width:31rem}@media(max-width:749px){.image-with-text__centered .image-with-text__content{width:100%;max-width:none}}.image-with-text__centered .image-with-text__text{margin:0}.image-with-text__centered .button-container{z-index:1;text-align:end}.image-with-text__centered .button-container .image-with-text__button{margin:0}.image-with-text__centered .image-with-text__button-container--center{text-align:center;margin:0 auto}@media(max-width:989px){.image-with-text__centered{grid-template-columns:repeat(2,1fr)}.image-with-text__centered .button-container{text-align:left}}@media(max-width:749px){.image-with-text__centered{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/82/assets/section-image-with-text.css.map */
