.elementor-kit-5{--e-global-color-primary:#0A2540;--e-global-color-secondary:#54595F;--e-global-color-text:#7A8893;--e-global-color-accent:#668FD5;--e-global-color-4daadfa:#FFFFFF;--e-global-color-d1d2a82:#000000;--e-global-color-f154f44:#11A527;--e-global-color-1a5b3b6:#F4F7FB;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;font-family:"Manrope", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Manrope", Sans-serif;}.elementor-kit-5 h1{font-family:"Manrope", Sans-serif;}.elementor-kit-5 h2{font-family:"Manrope", Sans-serif;}.elementor-kit-5 h3{font-family:"Manrope", Sans-serif;}.elementor-kit-5 h4{font-family:"Manrope", Sans-serif;}.elementor-kit-5 h5{font-family:"Manrope", Sans-serif;}.elementor-kit-5 h6{font-family:"Manrope", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.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;}}/* Start custom CSS */.cursor-pointer {
    cursor: pointer;
}

.bg-img {
  transition: transform 0.5s ease;
}
.bg-img:hover {
    transform: scale(1.1);
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-down {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.8s ease-out;
}

.fade-in-down.active {
  animation: fade-in-down 0.8s ease-out forwards;
}/* End custom CSS */