.elementor-kit-5{--e-global-color-primary:#F9DF10;--e-global-color-secondary:#FEB715;--e-global-color-text:#10468D;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 *//* Global Typography for Master Headings */
.master-heading-group {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  font-size: 4rem;
  line-height: 1.2;
}

.master-heading-group h1, 
.master-heading-group h2, 
.master-heading-group h3 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* White Text Class */
.txt-white {
  color: #ffffff;
}

/* Gold Gradient Text Class */
.txt-gold-gradient {
  background: linear-gradient(to right, #F9E20B, #df9f28);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .master-heading-group {
    font-size: 2.5rem;
  }
}/* End custom CSS */