.elementor-kit-4{--e-global-color-primary:#423E3B;--e-global-color-secondary:#423E3B;--e-global-color-text:#423E3B;--e-global-color-accent:#EC6041;--e-global-color-9889b27:#FFFFFF;--e-global-color-a59e5b1:#005DC9;--e-global-typography-primary-font-family:"League Spartan";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:30px;--e-global-typography-primary-letter-spacing:-0.1px;--e-global-typography-primary-word-spacing:0px;--e-global-typography-secondary-font-family:"Libre Baskerville";--e-global-typography-secondary-font-size:37px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-font-style:italic;--e-global-typography-secondary-letter-spacing:0.2px;--e-global-typography-text-font-family:"Libre Baskerville";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Libre Baskerville";--e-global-typography-accent-font-weight:100;--e-global-typography-accent-text-decoration:underline;--e-global-typography-111a3a4-font-family:"League Spartan";--e-global-typography-111a3a4-font-size:18px;--e-global-typography-111a3a4-font-weight:bold;--e-global-typography-2959c95-font-family:"League Spartan";--e-global-typography-2959c95-font-size:20px;--e-global-typography-2959c95-font-weight:bold;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{color:var( --e-global-color-accent );}.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{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 *//* Force Elementor submenu to display horizontally */
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  display: flex !important;
  flex-direction: row !important;
  gap: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 !important;
  margin-top: -8px;
  border: none !important;
  box-shadow: none !important;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container a {
  padding: 4px 0 !important;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container a:hover {
  text-decoration: underline;
  color: #000;
}

@media (max-width: 768px) {
  .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    flex-direction: column !important;
    gap: 16px;
    align-items: flex-start;
    margin-top: 0;
  }
}/* End custom CSS */