.elementor-kit-7{--e-global-color-primary:#222222;--e-global-color-secondary:#6C6C6C;--e-global-color-text:#7A7A7A;--e-global-color-accent:#222222;--e-global-color-3ed1d50:#F8F8F6;--e-global-color-c1c9e38:#F1F1EF;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-3ed1d50 );}.elementor-kit-7 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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */@keyframes fancyEntrance {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: translateY(var(--move-distance, -20px)) scale(1.1);
  }
  60% {
    opacity: 1;
    filter: blur(5px);
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

.fancy-entrance {
  --animation-delay: 0s;
  --animation-duration: 1.5s;
  --move-distance: -20px;

  opacity: 0;
  visibility: hidden;
}

.fancy-entrance.animate {
  animation: fancyEntrance var(--animation-duration) ease-out var(--animation-delay) forwards;
  animation-fill-mode: both;
  visibility: visible;
}/* End custom CSS */