.elementor-kit-8{--e-global-color-primary:#056164;--e-global-color-secondary:#0D9AA2;--e-global-color-text:#052F64;--e-global-color-accent:#F2C127;--e-global-color-light:#FAF8F7;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-family:"Helvetica", Montserrat;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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);}body{--vertical-spacing:100px;--mobile-spacing:50px;}@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 */#custom-hero-bg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

#custom-hero-bg > .e-con-inner {
  position: relative;
  z-index: 2;
}

#custom-hero-bg::before {
  z-index: 1;
}

#custom-hero-bg .grasag-hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

#custom-hero-bg .grasag-hero-slide {
  position: absolute;
  inset: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(1.02);
  transition:
    opacity 1.2s ease,
    transform 6s ease;
}

#custom-hero-bg .grasag-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

#custom-hero-bg .custom-hero-title .elementskit-section-title {
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
  will-change: opacity, transform;
}

#custom-hero-bg .custom-hero-title.is-transitioning .elementskit-section-title {
  opacity: 0;
  transform: translateY(14px);
}

@media (prefers-reduced-motion: reduce) {
  #custom-hero-bg .grasag-hero-slide,
  #custom-hero-bg .custom-hero-title .elementskit-section-title {
    transition: none;
    transform: none;
  }
}/* End custom CSS */