/* Force the HOME editor sections beyond WordPress's inherited content width. */
body.home .home-editor-content,
body.home .home-editor-content>.stdor-content-section,
body.home .home-editor-content .stdor-content-section.alignfull{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important
}
body.home .home-editor-content .stdor-content-section.is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)),
body.home .home-editor-content .stdor-content-section>.wp-block-group__inner-container{
  box-sizing:border-box!important;
  width:min(calc(100vw - clamp(48px,8vw,152px)),1440px)!important;
  max-width:1440px!important;
  margin-left:auto!important;
  margin-right:auto!important
}
body.home .home-editor-content .stdor-content-section .stdor-lead{width:100%!important;max-width:1050px!important;margin-left:0!important}
body.home .home-editor-content .stdor-feature-grid,
body.home .home-editor-content .stdor-media,
body.home .home-editor-content .stdor-price-grid{width:100%!important;max-width:1440px!important}
@media(max-width:780px){
  body.home .home-editor-content .stdor-content-section.is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)),
  body.home .home-editor-content .stdor-content-section>.wp-block-group__inner-container{width:calc(100vw - 40px)!important}
}
