.elementor-1734 .elementor-element.elementor-element-5d5666f{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-5d5666f *//* This CSS forces the section to be the full width of the browser window.
   It works by making the section as wide as the screen (100vw) and then
   re-centering it, breaking it out of the theme's container.
*/
.elementor-1734 .elementor-element.elementor-element-5d5666f {
  width: 100vw;
  max-width: 100vw; /* Overrides any Elementor or theme max-width */
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden; /* Prevents accidental horizontal scrollbars */
}

/* This removes any default padding from the column inside the section,
  ensuring your content (like a video) can touch the edges.
*/
.elementor-1734 .elementor-element.elementor-element-5d5666f > .elementor-container > .elementor-column > .elementor-widget-wrap {
  padding: 0 !important;
}/* End custom CSS */