.elementor-3029 .elementor-element.elementor-element-e668e72{--display:flex;--min-height:100vh;--justify-content:center;--background-transition:0.3s;}.elementor-3029 .elementor-element.elementor-element-e668e72:not(.elementor-motion-effects-element-type-background), .elementor-3029 .elementor-element.elementor-element-e668e72 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#202020;}.elementor-3029 .elementor-element.elementor-element-e668e72, .elementor-3029 .elementor-element.elementor-element-e668e72::before{--border-transition:0.3s;}.elementor-3029 .elementor-element.elementor-element-0d53516{text-align:center;}.elementor-3029 .elementor-element.elementor-element-0d53516 .elementor-heading-title{color:#00CCBC;font-family:"Open Sans", Sans-serif;font-size:2.9rem;font-weight:200;letter-spacing:0.16em;text-shadow:39px 40px 20px rgba(0, 0, 0, 0.54);}.elementor-3029 .elementor-element.elementor-element-e810680{text-align:center;color:#00CCBC;font-family:"Nunito Sans", Sans-serif;font-size:3.6rem;font-weight:100;letter-spacing:0.17em;}body.elementor-page-3029:not(.elementor-motion-effects-element-type-background), body.elementor-page-3029 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#242424;}/* Start custom CSS for text-editor, class: .elementor-element-e810680 *//*p {
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 
    0 0 0px rgba(0, 204, 188, 0.3),
    0 0 10px rgba(0, 204, 188, 0.3),
    0 0 20px rgba(0, 204, 188, 0.3), 
    0 0 30px rgba(0, 204, 188, 0.3), 
    0 0 40px rgba(0, 204, 188, 0.3), 
    0 0 50px rgba(0, 204, 188, 0.3),
    0 0 60px rgba(0, 204, 188, 0.3);
  }
  to {
    text-shadow: 
    0 0 20px rgba(0, 204, 188, 0.5), 
    0 0 30px rgba(0, 204, 188, 0.5), 
    0 0 40px rgba(0, 204, 188, 0.5), 
    0 0 50px rgba(0, 204, 188, 0.5), 
    0 0 60px rgba(0, 204, 188, 0.5),
    0 0 70px rgba(0, 204, 188, 0.5), 
    0 0 80px rgba(0, 204, 188, 0.5);
  }
}
*/



/*
p {
  text-shadow: 0px 0px 40px rgba(0, 204, 188, 0.7); 
   padding: 1rem;
    /*background: -webkit-linear-gradient(right, #00CCBC, #FFE500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
*/

/*
p {
    -webkit-animation: ambilight 10s ease infinite;
}

@keyframes ambilight {
    0% {
      color: #00CCBC;
      text-shadow: 0px 0px 40px #00CCBC;
    }
  
    20% {
      color: #f9d423;
      text-shadow: 0px 0px 40px #f9d423;
    }
  
    40% {
      color: #ff4e50;
      text-shadow: 0px 0px 40px #ff4e50;
    }
    
    60% {
      color: #9d50bb;
      text-shadow: 0px 0px 40px #9d50bb;
    }
  
    80% {
      color: #6e48aa;
      text-shadow: 0px 0px 40px #6e48aa;
    }
  
    100% {
      color: #00CCBC;
      text-shadow: 0px 0px 40px #00CCBC;
    }
}
*/


p {
    padding: 3rem;
background-image: -webkit-linear-gradient(125deg, #f2291b, #f7db25, #84f527);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-animation: hue 15s infinite linear;
}@-webkit-keyframes hue {
 from {
   -webkit-filter: hue-rotate(0deg);
 }
 to {
   -webkit-filter: hue-rotate(-360deg);
 }
}/* End custom CSS */