.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-0a75cf1:#000000;--e-global-color-2556ffe:#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;background-color:var( --e-global-color-0a75cf1 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-footer{background-color:var( --e-global-color-0a75cf1 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:6px;--container-default-padding-right:0px;--container-default-padding-bottom:78px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.grow-text {
  opacity: 0;
  transform: scale(0.8);
  animation: growIn 2s ease-out forwards;
  animation-delay: 0.5s;
}

@keyframes growIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.highlight {
  color: #CDEAC0;
  font-style: italic;
}
.elementor-kit-6 {
    position: relative;
    overflow: hidden;
}

.elementor-kit-6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 20%, transparent 20%) no-repeat;
    background-size: 50px 50px;
    animation: sparkle 1.5s infinite;
    pointer-events: none;
}

@keyframes sparkle {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 100%;
    }
}/* End custom CSS */