.elementor-kit-6{--e-global-color-primary:#005165;--e-global-color-secondary:#1B88BB;--e-global-color-text:#2BC7EE;--e-global-color-accent:#092D36;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-e189501-font-family:"Roboto Condensed";--e-global-typography-e189501-font-size:1.1em;--e-global-typography-e189501-font-weight:400;--e-global-typography-e189501-text-transform:uppercase;--e-global-typography-e189501-line-height:0px;--e-global-typography-e189501-letter-spacing:1px;--e-global-typography-e189501-word-spacing:2px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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;}}:root { --accent:#0287A2; --header-bg:#0000001a; --accent-hover:#00738B; --white-off:#FAF5EF; --rounded_s:8px; --rounded_m:12px; --cta_button_text:Roboto Slab; --button_spacing_h:36px; --header_height:100px; --logo_width:340px; --logo_height:60px; --header_spacing_h:24px; --header_cta_width:240px; --header_minus_margin:-100px; --button_spacing_v:16px; --letterspacing_button:1px; --menu_item_font:Roboto Condensed; --menu-item-default:#ffffff80; --menu-item-hover:#ffffff; --logo-color:#ffffffbf; --logo-color-hover:#ffffff; --logo_opacity_default:80%; --logo_opacity_hover:100%; --beige:#F7E5D0; --font_hero_headline:Roboto Condensed; --white:#FFFFFF; --font_hero_subline:Roboto; --default_spacing:40px; --hero_facts_bg:#ffffff33; --body_text:#0D405C; --headline_spacing:24px; --text_spacing:16px; --font_default_text:Roboto; --layout_width:1200px; ----space-lg:64px; ----content-width:1200px; ----font-heading:Roboto Condensed; ----size-hero-heading:clamp(3rem, 5vw, 4.4rem); ----size-hero-subline:clamp(1.4rem, 2vw, 1.8rem); ----font-body:Roboto; ----col-white-80:rgba(255,255,255,0.8); ----col-white-100:rgba(255,255,255,1); ----letter-spacing-heading:1px; ----radius-m:12px; ----col-accent:#0287A2; ----col-accent-hover:#00738b; ----size-cta-text:clamp(1em, 5vw, 1.1em); ----col-white-10:rgba(255,255,255,0.1); ----space-sm:16px; ----col-neutral-800:#0D405C; ----size-cta-icon:1.1em; ----space-xs:8px; ----space-md:32px; ----col-white-20:rgba(255,255,255,0.2); ----col-beige:#F7E5D0; ----size-section-heading:2.4em; ----size-section-lead:1.4rem; ----space-xl:100px; ----col-cream:#FFFBF7; ----wave-lg:120px; ----wave-sm:65px; ----wave-md:80px; ----radius-s:6px; ----col-white-70:rgba(255,255,255,0.7); ----col-white-30:rgba(255,255,255,0.3); ----size-section-trust:1.3em; ----radius-full:9999px; ----size-card-heading:1.4em; ----lineheigt-heading:1.4em; ----size-section-text:1.2em; ----col-white-40:rgba(255,255,255,0.4); ----col-accent-10:rgba(2, 136, 163, 0.1); ----col-beige-40:rgba(247, 229, 208, 0.4); ----timeline-number-size:54px; ----font-quote:Roboto Serif; ----avatar-size:64px; ----eyebrow-dash-lenght:20px; ----eyebrow-dash-height:2px; ----radius-l:20px; ----size-header-heading:clamp(2rem, 3vw, 2.8rem); ----size-header-subline:clamp(1.1rem, 2vw, 1.4rem); }
/* Start custom CSS */.timeline-item:not(:last-child) .timeline-item-number::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 120px;
  background: linear-gradient(
    to bottom,
    #0287A2,
    transparent
  );
}

/**** Testimonial Animation ****/
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 32px / 2)); }
}

/*
.marquee-wrapper:hover .marquee-track {
  animation-play-state: paused;
}
*/

.marquee-track {
  animation: marquee 60s linear infinite;
}

/**** Fix Horizontal Scrollbar ****/
body {
    overflow-x: hidden;
}/* End custom CSS */