.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Archivo";--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:"Montserrat";--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;font-size:16px;line-height:24px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-size:48px;line-height:60px;}.elementor-kit-5 h2{font-size:36px;line-height:36px;}.elementor-kit-5 h3{font-size:24px;line-height:24px;}.elementor-kit-5 h4{font-size:28px;}.elementor-kit-5 h5{font-size:24px;}.elementor-kit-5 h6{font-size:12px;}.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);}@media(max-width:1024px){.elementor-kit-5 h1{font-size:48px;}.elementor-kit-5 h2{font-size:36px;}.elementor-kit-5 h3{font-size:28px;}.elementor-kit-5 h4{font-size:24px;}.elementor-kit-5 h5{font-size:20px;}.elementor-kit-5 h6{font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:36px;}.elementor-kit-5 h2{font-size:28px;}.elementor-kit-5 h3{font-size:24px;}.elementor-kit-5 h4{font-size:24px;}.elementor-kit-5 h5{font-size:20px;}.elementor-kit-5 h6{font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}.elementor .e-div-block-base{min-width:30px;padding:10px;display:block;}.elementor .e-flexbox-base{padding:10px;display:flex;flex-direction:row;}.elementor .e-heading-base{margin:0px;}.elementor .e-heading-link-base{all:unset;cursor:pointer;}.elementor .e-image-link-base{width:fit-content;display:inherit;}.elementor .e-image-base{display:block;}.elementor .e-paragraph-base{margin:0px;}.elementor .e-paragraph-link-base{all:unset;cursor:pointer;}.elementor .e-svg-base{width:65px;height:65px;display:inline-block;}.elementor .e-button-base{text-align:center;padding-block-start:12px;padding-block-end:12px;padding-inline-start:24px;padding-inline-end:24px;border-radius:2px;border-width:0px;background-color:#375EFB;display:inline-block;}
/* Start custom CSS */:root {
  /* Desktop Font Sizes */
  --heading-1: 55px;
  --heading-2: 50px;
  --heading-3: 40px;
  --heading-4: 30px;
  --heading-5: 26.118px;
  --heading-6: 24px;

  /* Mobile Font Sizes */
  --heading-1-m: 45px;
  --heading-2-m: 40px;
  --heading-3-m: 35px;
  --heading-4-m: 28px;
  --heading-5-m: 24px;
  --heading-6-m: 22px;
}

/* Desktop */
.heading-1 * { font-size: var(--heading-1) !important; line-height: 1.4em !important; }
.heading-2 * { font-size: var(--heading-2) !important; line-height: 1.4em !important; }
.heading-3 * { font-size: var(--heading-3) !important; line-height: 1.4em !important; }
.heading-4 * { font-size: var(--heading-4) !important; line-height: 1.4em !important; }
.heading-5 * { font-size: var(--heading-5) !important; line-height: 1.4em !important; }
.heading-6 * { font-size: var(--heading-6) !important; line-height: 1.4em !important; }

/* Mobile */
@media (max-width: 767px) {
  .heading-1 * { font-size: var(--heading-1-m) !important; }
  .heading-2 * { font-size: var(--heading-2-m) !important; }
  .heading-3 * { font-size: var(--heading-3-m) !important; }
  .heading-4 * { font-size: var(--heading-4-m) !important; }
  .heading-5 * { font-size: var(--heading-5-m) !important; }
  .heading-6 * { font-size: var(--heading-6-m) !important; }
}

/*Font Weight*/
.font-w-thin * { font-weight: 100 !important; }
.font-w-extralight * { font-weight: 200 !important; }
.font-w-light * { font-weight: 300 !important; }
.font-w-normal * { font-weight: 400 !important; }
.font-w-medium * { font-weight: 500 !important; }
.font-w-semibold * { font-weight: 600 !important; }
.font-w-bold * { font-weight: 700 !important; }
.font-w-extrabold * { font-weight: 800 !important; }
.font-w-black * { font-weight: 900 !important; }/* End custom CSS */