.elementor-kit-12{--e-global-color-primary:#567470;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#7BA39A9E;--e-global-color-638ba42:#FFFFFF;--e-global-color-e0bf983:#000000;--e-global-color-469dd17:#0C2924;--e-global-color-a937a8e:#F0ECEC;--e-global-typography-primary-font-family:"Trebuchet MS";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Trebuchet MS";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Trebuchet MS";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Trebuchet MS";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;font-size:17px;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-638ba42 );}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-primary );}.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);}.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 */.case-ticker{
  overflow:hidden;
  width:100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.case-ticker__track{
  display:flex;
  gap:12px;
  width:max-content;
  will-change: transform;
  animation: caseTicker 45s linear infinite;
  align-items:center;
  padding:6px 0;
}

.case-pill{
  white-space:nowrap;
  font-size:18px;
  line-height:1;
  padding:10px 12px;
  border-radius:999px;
  background:#f5f7fa;
  font-weight:600; /* makes text bold */
}

@keyframes caseTicker{
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce){
  .case-ticker__track{ animation:none; }
}/* End custom CSS */