.elementor-kit-9{--e-global-color-primary:#000000;--e-global-color-secondary:#7C7C7C;--e-global-color-text:#CFCFCF;--e-global-color-accent:#00C594;--e-global-color-6b685e2:#FFFFFF;--e-global-typography-primary-font-family:"Gantari";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Gantari";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Gantari";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Gantari";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.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 *//* =========================================
   REUSABLE TEXT ANIMATION FOR ANY SECTION
   Add class: fx-text-animate
========================================= */

.fx-text-animate{
  --text-anim-distance: 28px;
  --text-anim-duration: .95s;
  --text-anim-ease: cubic-bezier(.19,1,.22,1);
  --text-anim-blur: 10px;
}

/* target common Elementor text widgets */
.fx-text-animate .elementor-widget-heading,
.fx-text-animate .elementor-widget-text-editor,
.fx-text-animate .elementor-widget-button,
.fx-text-animate .elementor-widget-icon-list,
.fx-text-animate .elementor-widget-image-box,
.fx-text-animate .elementor-widget-icon-box,
.fx-text-animate .elementor-heading-title,
.fx-text-animate .elementor-button,
.fx-text-animate p,
.fx-text-animate h1,
.fx-text-animate h2,
.fx-text-animate h3,
.fx-text-animate h4,
.fx-text-animate h5,
.fx-text-animate h6,
.fx-text-animate li{
  opacity: 0;
  transform: translateY(var(--text-anim-distance)) scale(.985);
  filter: blur(var(--text-anim-blur));
  animation: fxTextReveal var(--text-anim-duration) var(--text-anim-ease) both;
  will-change: transform, opacity, filter;
}

/* stagger */
.fx-text-animate .elementor-widget:nth-child(1),
.fx-text-animate .elementor-element:nth-child(1) .elementor-heading-title,
.fx-text-animate .elementor-element:nth-child(1) p,
.fx-text-animate .elementor-element:nth-child(1) .elementor-button{
  animation-delay: .08s;
}

.fx-text-animate .elementor-widget:nth-child(2),
.fx-text-animate .elementor-element:nth-child(2) .elementor-heading-title,
.fx-text-animate .elementor-element:nth-child(2) p,
.fx-text-animate .elementor-element:nth-child(2) .elementor-button{
  animation-delay: .16s;
}

.fx-text-animate .elementor-widget:nth-child(3),
.fx-text-animate .elementor-element:nth-child(3) .elementor-heading-title,
.fx-text-animate .elementor-element:nth-child(3) p,
.fx-text-animate .elementor-element:nth-child(3) .elementor-button{
  animation-delay: .24s;
}

.fx-text-animate .elementor-widget:nth-child(4),
.fx-text-animate .elementor-element:nth-child(4) .elementor-heading-title,
.fx-text-animate .elementor-element:nth-child(4) p,
.fx-text-animate .elementor-element:nth-child(4) .elementor-button{
  animation-delay: .32s;
}

.fx-text-animate .elementor-widget:nth-child(5),
.fx-text-animate .elementor-element:nth-child(5) .elementor-heading-title,
.fx-text-animate .elementor-element:nth-child(5) p,
.fx-text-animate .elementor-element:nth-child(5) .elementor-button{
  animation-delay: .40s;
}

.fx-text-animate .elementor-widget:nth-child(6),
.fx-text-animate .elementor-element:nth-child(6) .elementor-heading-title,
.fx-text-animate .elementor-element:nth-child(6) p,
.fx-text-animate .elementor-element:nth-child(6) .elementor-button{
  animation-delay: .48s;
}

@keyframes fxTextReveal{
  0%{
    opacity: 0;
    transform: translateY(var(--text-anim-distance)) scale(.985);
    filter: blur(var(--text-anim-blur));
  }
  60%{
    opacity: 1;
  }
  100%{
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce){
  .fx-text-animate .elementor-widget,
  .fx-text-animate .elementor-widget-heading,
  .fx-text-animate .elementor-widget-text-editor,
  .fx-text-animate .elementor-widget-button,
  .fx-text-animate .elementor-widget-icon-list,
  .fx-text-animate .elementor-heading-title,
  .fx-text-animate .elementor-button,
  .fx-text-animate p,
  .fx-text-animate h1,
  .fx-text-animate h2,
  .fx-text-animate h3,
  .fx-text-animate h4,
  .fx-text-animate h5,
  .fx-text-animate h6,
  .fx-text-animate li{
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}/* End custom CSS */