.elementor-kit-4{--e-global-color-primary:#0D323A;--e-global-color-secondary:#097250;--e-global-color-text:#FFFFFF;--e-global-color-accent:#583E8C;--e-global-color-8d2b3c7:#22C55E;--e-global-color-1e4ec9a:#EAEBEA;--e-global-color-26d363f:#051E24;--e-global-color-d06872e:#767676;--e-global-color-2ac47bc:#CBCDCB;--e-global-typography-primary-font-family:"Archivo";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Questrial";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Blinker";--e-global-typography-text-font-size:22px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Blinker";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-ed27567-font-family:"Questrial";--e-global-typography-ed27567-font-size:48px;--e-global-typography-ed27567-font-weight:400;--e-global-typography-ed27567-line-height:1.2em;--e-global-typography-ed27567-letter-spacing:0em;--e-global-typography-7cb1658-font-family:"Blinker";--e-global-typography-7cb1658-font-size:22px;--e-global-typography-7cb1658-font-weight:400;--e-global-typography-7cb1658-line-height:1.2em;--e-global-typography-068e4ef-font-family:"Questrial";--e-global-typography-068e4ef-font-size:24px;--e-global-typography-068e4ef-font-weight:400;--e-global-typography-068e4ef-line-height:1.2em;--e-global-typography-c99fe96-font-family:"Blinker";--e-global-typography-c99fe96-font-size:20px;--e-global-typography-c99fe96-font-weight:400;--e-global-typography-fef0e6f-font-family:"Blinker";--e-global-typography-fef0e6f-font-weight:600;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Blinker", Sans-serif;color:var( --e-global-color-primary );border-radius:50px 50px 50px 50px;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{color:var( --e-global-color-secondary );}.elementor-kit-4 a:hover{color:var( --e-global-color-8d2b3c7 );}.elementor-kit-4 h1{color:var( --e-global-color-26d363f );}.elementor-kit-4 h2{color:var( --e-global-color-26d363f );}.elementor-kit-4 h3{color:var( --e-global-color-26d363f );}.elementor-kit-4 h4{color:var( --e-global-color-26d363f );}.elementor-kit-4 h5{color:var( --e-global-color-26d363f );}.elementor-kit-4 h6{color:var( --e-global-color-26d363f );}.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-kit-4{--e-global-typography-primary-font-size:37px;--e-global-typography-secondary-font-size:32px;--e-global-typography-text-font-size:20px;--e-global-typography-accent-font-size:14px;--e-global-typography-ed27567-font-size:36px;--e-global-typography-7cb1658-font-size:20px;--e-global-typography-068e4ef-font-size:30px;--e-global-typography-c99fe96-font-size:20px;--e-global-typography-fef0e6f-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.cs-fast {
  position: relative;
  display: inline-block;
  animation: cs-fast-shift 2.6s ease-in-out infinite;
}

@keyframes cs-fast-shift {
  0%, 100% { transform: translateX(0); text-shadow: none; }
  45% { transform: translateX(5px); text-shadow: -10px 0 14px rgba(9,114,80,0.45), -22px 0 22px rgba(9,114,80,0.18); }
  60% { transform: translateX(0); text-shadow: none; }
}

.cs-fast::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -40px;
  width: 24px;
  height: 3px;
  background: #097250;
  border-radius: 2px;
  opacity: 0;
  animation: cs-fast-streak 2.6s ease-in-out infinite;
}

@keyframes cs-fast-streak {
  0% { opacity: 0; transform: translate(0, -50%); }
  40% { opacity: 0.9; }
  58% { opacity: 0; transform: translate(340px, -50%); }
  100% { opacity: 0; transform: translate(0, -50%); }
}

@media (max-width: 600px) {
  .cs-fast::before {
    animation-name: cs-fast-streak-mobile;
  }
  @keyframes cs-fast-streak-mobile {
    0% { opacity: 0; transform: translate(0, -50%); }
    40% { opacity: 0.9; }
    58% { opacity: 0; transform: translate(160px, -50%); }
    100% { opacity: 0; transform: translate(0, -50%); }
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs-fast, .cs-fast::before { animation: none !important; }
}/* End custom CSS */