.elementor-2124 .elementor-element.elementor-element-cb55e45{--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-2124 .elementor-element.elementor-element-a969fa9 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-2124 .elementor-element.elementor-element-2d611c7{--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-2124 .elementor-element.elementor-element-d0ad994{--display:flex;}/* Start custom CSS */<style>
  /* Initially hide the widget */
  #surveyWidget {
    display: none;
  }
</style>

<script>
  // Wait for the page to load
  document.addEventListener("DOMContentLoaded", function() {
    // Set a timer to show the survey after 14 minutes
    setTimeout(function() {
      document.getElementById('surveyWidget').style.display = 'block';
    }, 840000); // 14 minutes in milliseconds (14 * 60 * 1000 = 840000)
  });
</script>/* End custom CSS */