heliux-stage{--stage-margin-block-start:var(--scope-margin-block-start,0);--stage-margin-inline-end:var(--scope-margin-inline-end,0);--stage-margin-block-end:var(--scope-margin-block-end,0);--stage-margin-inline-start:var(--scope-margin-inline-start,0);margin-block:var(--stage-margin-block-start) var(--stage-margin-block-end);margin-inline:var(--stage-margin-inline-start) var(--stage-margin-inline-end);--stage-display:var(--global-grid-display,"grid");--stage-template-columns:var(--scope-grid-template-columns,repeat(12,1fr));--stage-template-rows:var(--scope-grid-template-rows,1fr);--stage-gutter:var(--scope-layout-grid-gutter,20px);--stage-align-items:var(--scope-grid-align-items,center);--stage-justify-items:var(--scope-grid-justify-items,center);--stage-content-grid-area:var(--scope-grid-content-grid-area,1 / 1 / 1 / 4);--stage-background-grid-area:var(--scope-grid-background-grid-area,1 / 1 / 1 / 13);width:calc(100% - var(--scope-layout-right-margin));display:grid}
heliux-stage .alignment-vertical-top{--scope-grid-align-items:flex-start}
heliux-stage .alignment-vertical-center{--scope-grid-align-items:center}
heliux-stage .alignment-vertical-bottom{--scope-grid-align-items:flex-end}
@media(min-width:0)and (max-width:767px){heliux-stage{grid-template-columns:var(--grid-template-columns-mobile,repeat(1fr));grid-template-rows:var(--grid-template-columns-mobile,repeat(1fr))}
}
heliux-stage .stage__wrapper{position:relative;display:grid;margin-block:0;margin-inline:0;grid-template-columns:repeat(12,1fr);grid-template-rows:1fr;-moz-column-gap:var(--stage-gutter);column-gap:var(--stage-gutter);place-items:var(--stage-align-items) var(--stage-justify-items);color:var(--stage-main-color)}
@media(min-width:0)and (max-width:767px){heliux-stage .stage--below,heliux-stage .stage--top{display:flex;flex-direction:column}
}
@media(min-width:0)and (max-width:767px){heliux-stage .stage--below{flex-direction:column-reverse}
}
@media(min-width:768px){heliux-stage .stage--desktop-below,heliux-stage .stage--desktop-top{display:flex;flex-direction:column}
}
@media(min-width:768px){heliux-stage .stage--desktop-below{flex-direction:column-reverse}
}
heliux-stage .stage__image{z-index:0;grid-area:var(--stage-background-grid-area);width:100%;height:100%}
@media(min-width:768px)and (max-width:1024px){heliux-stage .stage__image .image__base{height:100%;display:grid}
heliux-stage .stage__image .image__imgPreview img{max-block-size:100%;width:auto;max-inline-size:none}
heliux-carousel heliux-stage .stage__image .image__img{width:100%}
}
heliux-stage .stage__box{z-index:1;grid-area:var(--stage-content-grid-area);width:100%;min-inline-size:200px}
@media(min-width:0)and (max-width:767px){heliux-stage .stage__box{grid-area:1/1/1/13}
}
heliux-stage .stage__box>heliux-section{--section-grid-gutter:0;margin-block:0;margin-inline:0}
heliux-stage .stage__box heliux-text{--scope-layout-grid-positional-gutter:0}