.elementor-5962 .elementor-element.elementor-element-3e75d296{--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;}/* Start custom CSS for container, class: .elementor-element-3e75d296 */.elementor-5962 .elementor-element.elementor-element-3e75d296 .background-image{
    height: 100vh;
    position: fixed;
}

.sticky-title-wrapper {
    background-image: linear-gradient(#fff, #EFEFEF);
    width: 100%;
    height: 250vh;
    position: relative;
}

.sticky-title-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: var(--padding-lg);
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-title-inner {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sticky-title-el {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
}

.sticky-title-el.is--stacked {
  visibility: hidden;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .sticky-title-el {
    font-size: 3.5em;
  }
}/* End custom CSS */