.elementor-572 .elementor-element.elementor-element-301bf03{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-572 .elementor-element.elementor-element-8467a2e{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#C2C2C2;--border-color:#C2C2C2;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-572 .elementor-element.elementor-element-8467a2e:not(.elementor-motion-effects-element-type-background), .elementor-572 .elementor-element.elementor-element-8467a2e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E7E7E7;}.elementor-572 .elementor-element.elementor-element-e098617{--display:flex;--min-height:150px;}.elementor-572 .elementor-element.elementor-element-e098617:not(.elementor-motion-effects-element-type-background), .elementor-572 .elementor-element.elementor-element-e098617 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-572 .elementor-element.elementor-element-e784983{--display:flex;--min-height:300px;--padding-top:24px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}.elementor-572 .elementor-element.elementor-element-fda6863{background-color:transparent;padding:4px 8px 4px 8px;background-image:radial-gradient(at top right, var( --e-global-color-primary ) 0%, var( --e-global-color-secondary ) 100%);border-radius:100px 100px 100px 100px;}.elementor-572 .elementor-element.elementor-element-fda6863.elementor-element{--align-self:flex-start;}.elementor-572 .elementor-element.elementor-element-fda6863 .jet-listing-dynamic-field__content{color:#FFFFFF;font-family:"Inter", Sans-serif;font-size:12px;font-weight:600;text-align:left;}.elementor-572 .elementor-element.elementor-element-fda6863 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-572 .elementor-element.elementor-element-fda6863 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-572 .elementor-element.elementor-element-fda6863 .jet-listing-dynamic-field{justify-content:flex-start;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-572 .elementor-element.elementor-element-875bcf2 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:24px;font-weight:700;color:#0D2DF600;}.elementor-572 .elementor-element.elementor-element-ba9c95d .jet-listing-dynamic-field__content{font-size:14px;text-align:left;}.elementor-572 .elementor-element.elementor-element-ba9c95d .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-572 .elementor-element.elementor-element-ba9c95d .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-572 .elementor-element.elementor-element-ba9c95d .jet-listing-dynamic-field{justify-content:flex-start;}/* Start custom CSS for heading, class: .elementor-element-875bcf2 */.gradient-heading {
  /* Set the background of the text to a gradient */
  background: linear-gradient(45deg, #0000FF, #06E1EC, #000438);

  /* Clip the background to the text itself */
  background-clip: text;
  -webkit-background-clip: text;

  /* Make the text transparent so the background shows through */
  color: transparent;

  /* Set the size of the background to allow for animation */
  background-size: 300% 300%;

  /* Animate the background position for a moving effect */
  animation: moveGradient 5s ease-in-out infinite alternate;
}

/* Define the keyframes for the animation */
@keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}/* End custom CSS */