.elementor-20367 .elementor-element.elementor-element-2628ca9b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-lottie{--caption-color:var( --e-global-color-text );}.elementor-widget-lottie .e-lottie__caption{font-family:var( --e-global-typography-text-font-family ), Rubik;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-20367 .elementor-element.elementor-element-725c175f{--lottie-container-width:100%;}@media(min-width:768px){.elementor-20367 .elementor-element.elementor-element-2628ca9b{--width:45%;}}@media(max-width:1024px) and (min-width:768px){.elementor-20367 .elementor-element.elementor-element-2628ca9b{--width:50%;}}@media(max-width:1024px){.elementor-widget-lottie .e-lottie__caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-lottie .e-lottie__caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS */.timeline-center {
  position: relative;
}

.parachute-wrapper {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  pointer-events: none; /* optional */
}

.parachute-icon {
    width: 86px;
}


.middle-wrapper {
  position: relative;
  height: 100%;
}

.middle-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background-color: #0261AD;
  transform: translateX(-50%);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
    .parachute-icon {
    width: 64px;
}
}/* End custom CSS */