.elementor-kit-8{--e-global-color-primary:#131313;--e-global-color-secondary:#181818;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Libre Caslon Text";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Libre Caslon Text";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-size:2.8rem;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.sticky-scope{
  position: relative;
  z-index: 10;
}

.fx-gradient-text span {
  background: -webkit-linear-gradient(#35c5a5, #0ea4b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 960px) {
 .fx-sticky{
      position: sticky;
      top: 0;
      z-index: 1;
    }
    
    .fx-sticky-10{
      position: sticky;
      top: 10vh;
      z-index: 1;
    }
    
    .fx-sticky-40{
      position: sticky;
      top: 40vh;
      z-index: 1;
    }
    
    .fx-over-1{
      position: relative;
      z-index: 5;
      margin-top: calc(-1 * var(--overlap, 120px)); /* fallback 120px */
    }
    
    .fx-over-2{
      position: relative;
      z-index: 10;
      margin-top: calc(-1 * var(--overlap, 120px)); /* fallback 120px */
    }
    
    .fx-over-3{
      position: relative;
      z-index: 15;
      margin-top: calc(-1 * var(--overlap, 120px)); /* fallback 120px */
    }
    
    .fx-over-4{
      position: relative;
      z-index: 20;
      margin-top: calc(-1 * var(--overlap, 120px)); /* fallback 120px */
    }   
}/* End custom CSS */