.elementor-29811 .elementor-element.elementor-element-1a4aaf6d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-29811 .elementor-element.elementor-element-53680300{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-29811 .elementor-element.elementor-element-41cd88a9{--display:flex;--min-height:100vh;}.elementor-29811 .elementor-element.elementor-element-41cd88a9:not(.elementor-motion-effects-element-type-background), .elementor-29811 .elementor-element.elementor-element-41cd88a9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-29811 .elementor-element.elementor-element-4c82ced5{--display:flex;--min-height:100vh;}.elementor-29811 .elementor-element.elementor-element-4c82ced5:not(.elementor-motion-effects-element-type-background), .elementor-29811 .elementor-element.elementor-element-4c82ced5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-1be27ac6 );}.elementor-29811 .elementor-element.elementor-element-6469361{--display:flex;--min-height:100vh;}.elementor-29811 .elementor-element.elementor-element-6469361:not(.elementor-motion-effects-element-type-background), .elementor-29811 .elementor-element.elementor-element-6469361 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}.elementor-29811 .elementor-element.elementor-element-50bd3d67{--display:flex;}@media(min-width:768px){.elementor-29811 .elementor-element.elementor-element-41cd88a9{--width:100vw;}.elementor-29811 .elementor-element.elementor-element-4c82ced5{--width:100vw;}.elementor-29811 .elementor-element.elementor-element-6469361{--width:100vw;}}/* Start custom CSS *//* Disable all Elementor flex overrides/transitions */
  .elementor * {
    transition: none !important;
    animation:  none !important;
  }

  /* 1) Viewport masks overflow */
  .infinite-viewport {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  /* 2) Wrapper: strictly a no‑wrap flex row */
  .infinite-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    will-change: transform;
  }

  /* 3) Panels: fixed 100vw, no shrink */
  .infinite-wrapper > * {
    flex: 0 0 auto !important;
    width: 100vw !important;
    min-width: 100vw !important;
    height: 100vh !important;
    box-sizing: border-box !important;
  }/* End custom CSS */