.elementor-2311 .elementor-element.elementor-element-3c37395{--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-2311 .elementor-element.elementor-element-599841d > .elementor-widget-container{margin:-20px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-599841d */.iframe-container {
  width: 100vw;
  height: 2500px; /* Set the visible height */
  overflow: hidden; /* Hide anything outside the container */
  position: relative; /* Needed for iframe positioning */
  border: none;
}

.iframe-container iframe {
  position: absolute;
  top: -110px; /* Crops off the top of the iframe */
  left: 0;
  width: 100vw;
  height: 3000px; /* Extend height so content can scroll up into view */
  border: none;
  pointer-events: auto;
}

/* Tablet: screens 768px and under */
@media (max-width: 1080px) {
  .iframe-container {
    height: 3350px;
  }

  .iframe-container iframe {
    top: -15vh;
    height: 4100px;
  }
}

/* Mobile: screens 480px and under */
@media (max-width: 480px) {
  .iframe-container {
    height: 4400px;
  }

  .iframe-container iframe {
    top: -14vh;
    height: 5500px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3c37395 */.elementor-2311 .elementor-element.elementor-element-3c37395 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
iframe {
  display: block;
  margin-top: 0 !important;
}/* End custom CSS */