.elementor-kit-8{--e-global-color-primary:#3772ff;--e-global-color-secondary:#001837;--e-global-color-accent:#3772ff;--e-global-color-9317812:#FFFFFF;--e-global-color-4bd09fa:#EAF1FF;--e-global-color-d230242:#BEC6E0;--e-global-color-971b6a2:#01193833;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:clamp(1rem, 0.956rem + 0.1408vw, 1.125rem);--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:"Raleway", Sans-serif;font-size:clamp(2.1875rem, 1.7474rem + 1.4085vw, 3.4375rem);font-weight:900;text-transform:uppercase;line-height:1.2em;}.elementor-kit-8 h2{font-size:clamp(1.875rem, 1.4349rem + 1.4085vw, 3.125rem);font-weight:600;line-height:1.2em;}.elementor-kit-8 h3{font-family:"Raleway", Sans-serif;font-size:20px;font-weight:600;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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-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 */p:last-child{
    margin: 0px !important;
}
/* Allow headings to wrap nicely */
.animated-heading .elementor-heading-title {
  display: inline-block !important;
  overflow: visible !important;
  white-space: normal !important;
  max-width: 100%;
}

/* Each word wrapper keeps words together */
.animated-heading .elementor-heading-title .word-wrapper {
  display: inline-block;
  white-space: nowrap;
}

/* Character is hidden by default (no animation yet) */
.animated-heading .elementor-heading-title span.char {
  display: inline-block;
  opacity: 0;
  transform: translateX(25px);
  will-change: transform, opacity;
}

/* When .in-view is added, run staggered fadeInRight animation */
.animated-heading.in-view .elementor-heading-title span.char {
  animation: fadeInRight 0.6s ease forwards;
}

/* Space between words */
.animated-heading .elementor-heading-title .word-space {
  display: inline-block;
  width: 0.35em;
  height: 1px;
  vertical-align: middle;
}

/* Keyframes for Fade In from Right */
@keyframes fadeInRight {
  0% { opacity: 0; transform: translateX(25px); }
  100% { opacity: 1; transform: translateX(0); }
}/* End custom CSS */