.elementor-1266 .elementor-element.elementor-element-ec5bd3e{--display:flex;--margin-top:250px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1266 .elementor-element.elementor-element-4a78155.elementor-element{--align-self:center;}.elementor-1266 .elementor-element.elementor-element-4a78155{text-align:center;}.elementor-1266 .elementor-element.elementor-element-4a78155 .elementor-heading-title{font-family:"One Human Family", Sans-serif;font-size:65px;color:var( --e-global-color-3de9953 );}#elementor-popup-modal-1266 .dialog-widget-content{animation-duration:1.2s;background-color:var( --e-global-color-text );border-style:none;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1266{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1266 .dialog-message{width:3840px;height:1080px;align-items:flex-start;}/* Start custom CSS */#welcome-message {
    font-family: 'One Human Family', sans-serif;
    font-size: 65px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    outline: none;
    border: none;
}

@media (max-width: 1024px) {
    #welcome-message {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    #welcome-message {
        font-size: 38px;
    }
}

#welcome-message:focus,
#welcome-message:focus-visible {
    outline: none;
    border: none;
    box-shadow: none;
}
/* Fade & Slide in Animation */
@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#welcome-message span {
  display: inline-block;
  animation: fadeSlideIn 0.8s ease-out forwards;
}/* End custom CSS */