.elementor-kit-7{--e-global-color-primary:#262626;--e-global-color-secondary:#262626;--e-global-color-text:#3D424A;--e-global-color-accent:#8BC146;--e-global-color-28293c7:#FFFFFF;--e-global-color-385a6a4:#5E842F;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:var(--fluid-h1);--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:var(--fluid-h2);--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:var(--fluid-p);--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:var(--fluid-p);--e-global-typography-accent-font-weight:500;--e-global-typography-d88fcd0-font-family:"Poppins";--e-global-typography-d88fcd0-font-size:var(--fluid-small);--e-global-typography-ca8ed94-font-family:"Poppins";--e-global-typography-ca8ed94-font-size:var(--fluid-caption);--e-global-typography-ca8ed94-font-weight:300;--e-global-typography-c64bb5e-font-family:"Poppins";--e-global-typography-c64bb5e-font-size:var(--fluid-h3);--e-global-typography-c64bb5e-font-weight:600;--e-global-typography-dbd4147-font-family:"Poppins";--e-global-typography-dbd4147-font-size:var(--fluid-h4);--e-global-typography-dbd4147-font-weight:600;--e-global-typography-b82937b-font-family:"Poppins";--e-global-typography-b82937b-font-size:16px;--e-global-typography-b82937b-font-weight:600;--e-global-typography-b82937b-line-height:20px;--e-global-typography-d17bbf3-font-family:"Poppins";--e-global-typography-d17bbf3-font-size:14.4px;--e-global-typography-d17bbf3-font-weight:700;--e-global-typography-d17bbf3-line-height:18.72px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}{}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 */:root {
  /* --- FONT & FLUID TYPE SCALE --- */
  --font-family-primary: 'Poppins', sans-serif;

  --fluid-h1: clamp(2rem, 1.2rem + 3vw, 3.2rem);    /* ~32px to 51px */
  --fluid-h2: clamp(1.75rem, 1rem + 2.5vw, 2.8rem); /* ~28px to 44.8px */
  --fluid-h3: clamp(1.5rem, 0.9rem + 2vw, 2.2rem);  /* ~24px to 35.2px */
--fluid-h4: clamp(1.125rem, 1rem + 0.625vw, 1.5rem); /* ~18px to 24px */

  --fluid-p: clamp(0.875rem, 0.787rem + 0.3756vw, 1.125rem); /* 14px to 18px */
  --fluid-small: clamp(0.8rem, 0.75rem + 0.25vw, 0.9rem);
  --fluid-caption: clamp(0.75rem, 0.7rem + 0.25vw, 0.8rem);

  --fluid-sec-gap: clamp(1.25rem, 0.37rem + 3.756vw, 3.75rem);
  --space-s: clamp(0.75rem, 0.54rem + 0.9vw, 1.3125rem);

  /* --- LINE HEIGHTS --- */
  --line-height-tight: 1.2;
  --line-height-medium: 1.4;
  --line-height-loose: 1.6;
}

/* Removes bottom margin from the last paragraph inside elementor widget */
.elementor-widget-container > p:last-child {
    margin-bottom: 0px !important;
}


/*=============================================================
   FLUID PADDING UTILITY CLASSES
============================================================= */
.gf-header-pad {
  padding-block: clamp(1.875rem, 1rem + 3vw, 3.75rem); 
  padding-inline: clamp(1rem, 0.5rem + 2vw, 2rem);
}

.gp-sec-pad {

  padding-block: clamp(3.75rem, 2.5rem + 4vw, 6.25rem);
  padding-inline: clamp(1rem, 0.5rem + 2vw, 2rem);
}

.gp-hero-pad {
  padding-block: clamp(3.75rem, 1.99rem + 7.51vw, 8.75rem);
  padding-inline: clamp(1rem, 0.5rem + 2vw, 2rem);
}

.gp-inline-pad {
  padding-inline: clamp(1rem, 0.5rem + 2vw, 2rem) !important;
}/* End custom CSS */