.elementor-kit-409{--e-global-color-primary:#4056F4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#E522E5;--e-global-color-6cbc36e9:#F7F7F7;--e-global-color-720dc4e1:#4056F4;--e-global-color-c7d96fb:#E522E5;--e-global-color-55d59b13:#191654;--e-global-color-324b775:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-409 button,.elementor-kit-409 input[type="button"],.elementor-kit-409 input[type="submit"],.elementor-kit-409 .elementor-button{color:var( --e-global-color-324b775 );background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-primary ) 0%, var( --e-global-color-accent ) 100%);}.elementor-kit-409 button:hover,.elementor-kit-409 button:focus,.elementor-kit-409 input[type="button"]:hover,.elementor-kit-409 input[type="button"]:focus,.elementor-kit-409 input[type="submit"]:hover,.elementor-kit-409 input[type="submit"]:focus,.elementor-kit-409 .elementor-button:hover,.elementor-kit-409 .elementor-button:focus{color:var( --e-global-color-6cbc36e9 );background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-accent ) 0%, var( --e-global-color-720dc4e1 ) 100%);box-shadow:0px 5px 15px 0px rgba(0, 0, 0, 0.25);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}.elementor-kit-409 e-page-transition{background-color:#FFBC7D;}@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 *//* For Gradient Text & Font Icons */
.gradient-text {
  background-image: linear-gradient(to right, #4056F4, #E522E5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* For Gradient Button Backgrounds */
.gradient-button .wp-block-button__link {
  background-image: linear-gradient(to right, #4056F4, #E522E5);
  color: #ffffff; 
  border: none;
}

/* For applying a gradient to an Elementor Divider */
.gradient-divider .elementor-divider-separator {
  border-top: none; /* Remove the original solid color line */
  
  /* Set the thickness of your new gradient line */
  height: 5px; 
  
  /* Apply your gradient */
  background-image: linear-gradient(to right, #4056F4, #E522E5);
}/* End custom CSS */