/* Reserve media geometry and avoid image baseline movement (CLS). */
img,video{max-width:100%;height:auto}
.elementor-widget-image img,.elementor-post__thumbnail img{display:block}
iframe{max-width:100%}

/* Skip paint/layout work for clearly below-the-fold page sections. */
@supports (content-visibility:auto){
  main .elementor > .e-con:nth-child(n+3),
  main .elementor > section:nth-child(n+3){
    content-visibility:auto;
    contain-intrinsic-block-size:auto 700px;
  }
}

/* Stable minimum geometry for the global header and homepage hero. */
.elementor-location-header,.elementor-4816{min-height:89px}
.elementor-4824 .elementor-element.elementor-element-746ec77f{contain:layout paint}

@media(max-width:767px){
  .elementor-location-header,.elementor-4816{min-height:72px}
}

