.elementor-78390 .elementor-element.elementor-element-a687ea5{--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-78390 .elementor-element.elementor-element-a687ea5:not(.elementor-motion-effects-element-type-background), .elementor-78390 .elementor-element.elementor-element-a687ea5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FAFC;}.elementor-78390 .elementor-element.elementor-element-26918d8{--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-78390 .elementor-element.elementor-element-26918d8:not(.elementor-motion-effects-element-type-background), .elementor-78390 .elementor-element.elementor-element-26918d8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FAFC;}/* Start custom CSS */.ctabganim {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
 
.herofill { 
    overflow: hidden;
    background-size: 400% 400%;  
  background-image: linear-gradient(to right, #005BBED9 50%, white 0);
  animation-name: MOVE-BG;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;     
}
@keyframes MOVE-BG {
   from {
     background-position: right;     
   }
   to { 
     background-position: left;     
   }
}/* End custom CSS */