.elementor-kit-22 {
   --e-global-color-primary: #9B762C;
   --e-global-color-secondary: #3B4047;
   --e-global-color-text: #62666C;
   --e-global-color-accent: #61CE70;
   --e-global-color-9c84712: #9B762C;
   --e-global-color-43c6036: #E7A92E;
   --e-global-typography-primary-font-family: "Montserrat";
   --e-global-typography-primary-font-weight: normal;
   --e-global-typography-secondary-font-family: "Montserrat";
   --e-global-typography-secondary-font-weight: bold;
   --e-global-typography-text-font-family: "Montserrat";
   --e-global-typography-text-font-weight: normal;
   --e-global-typography-accent-font-family: "Montserrat";
   --e-global-typography-accent-font-weight: bold;
   background-color: #EDEDED;
   color: var(--e-global-color-text);
   font-family: "Montserrat";
   font-weight: bold;
}

.elementor-kit-22 a {
   font-family: var(--e-global-typography-text-font-family);
   font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-kit-22 a:hover {
   font-family: "Montserrat";
}

.elementor-kit-22 h1 {
   color: var(--e-global-color-primary);
   font-family: var(--e-global-typography-secondary-font-family);
   font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-kit-22 h2 {
   font-family: var(--e-global-typography-secondary-font-family);
   font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-kit-22 h3 {
   font-family: var(--e-global-typography-secondary-font-family);
   font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-kit-22 h4 {
   font-family: var(--e-global-typography-secondary-font-family);
   font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-kit-22 h5 {
   font-family: var(--e-global-typography-secondary-font-family);
   font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-kit-22 h6 {
   font-family: var(--e-global-typography-primary-font-family);
   font-weight: var(--e-global-typography-primary-font-weight);
   line-height: var(--e-global-typography-primary-line-height);
}

.elementor-section.elementor-section-boxed>.elementor-container {
   max-width: 1440px;
   width: 100%;
}

.e-con {
   --container-max-width: 1440px;
}

.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);
}

.elementor-lightbox {
   background-color: #FFFFFF;
   --lightbox-ui-color: var(--e-global-color-primary);
   --lightbox-ui-color-hover: var(--e-global-color-43c6036);
   --lightbox-header-icons-size: 11px;
   --lightbox-navigation-icons-size: 15px;
}

@media(max-width:1024px) {
   .elementor-kit-22 h6 {
      line-height: var(--e-global-typography-primary-line-height);
   }

   .elementor-section.elementor-section-boxed>.elementor-container {
      max-width: 1024px;
   }

   .e-con {
      --container-max-width: 1024px;
   }
}

@media(max-width:767px) {
   .elementor-kit-22 h6 {
      line-height: var(--e-global-typography-primary-line-height);
   }

   .elementor-section.elementor-section-boxed>.elementor-container {
      max-width: 767px;
   }

   .e-con {
      --container-max-width: 767px;
   }
}