.elementor-kit-9{--e-global-color-primary:#18334C;--e-global-color-secondary:#FEFEFA;--e-global-color-text:#18334C;--e-global-color-accent:#FFD659;--e-global-typography-primary-font-family:"League Spartan";--e-global-typography-primary-font-size:33px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"League Spartan";--e-global-typography-secondary-font-size:23px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"League Spartan";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;font-family:"League Spartan", Sans-serif;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-text );}.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);}@media(max-width:1024px){.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.imc-full-marquee{
  width: 100vw;
  overflow: hidden;
  position: relative;
}

.imc-track{
  display: flex;
  width: max-content;
  animation: imc-scroll 25s linear infinite;
  will-change: transform;
}

.imc-item{
  flex: 0 0 25vw; /* Desktop: 4 */
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

/* Tablet: 2 across */
@media (max-width: 1024px){
  .imc-item{
    flex: 0 0 50vw;
  }
  .imc-track{
    animation-duration: 16s;
  }
}

/* Mobile: 1 at a time */
@media (max-width: 767px){
  .imc-item{
    flex: 0 0 100vw;
  }
  .imc-track{
    animation-duration: 12s; /* faster so it feels intentional */
  }
}

@keyframes imc-scroll{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-100vw); }
}/* End custom CSS */