
.h1, .h2, .h3, .h4, .h5, .h6{ display: block; }
.font-400, .font-400 *{ font-weight: 400 !important; }
.font-500, .font-500 *{ font-weight: 500 !important; }
.font-600, .font-600 *{ font-weight: 600 !important; }
.font-700, .font-700 *{ font-weight: 700 !important; }
.font-futura{ font-family: "Futura Round", Sans-serif !important; }
h1, .h1, h2, .h2, h3, .h3{font-family: "Futura Round", Sans-serif;}

html{ font-size: 16px; }

body{
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

h1, .h1,
.elementor-kit-6 .h1 .elementor-heading-title,
.elementor-widget-heading h1.elementor-heading-title,
.h1 .elementor-counter-number,
.elementor-widget-counter .elementor-counter-number-wrapper{  
  line-height: 1;
  font-weight: 700;
}
h2, .h2,
.elementor-kit-6 .h2 .elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title{  
  line-height: 1.1;
  font-weight: 700;
}
h3, .h3,
.elementor-kit-6 .h3 .elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title{
  line-height: 1.1;
  font-weight: 700;
}
h4, .h4,
.elementor-kit-6 .h4 .elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title{
  line-height: 1.1;
  font-weight: 700;
}
h5, .h5,
.sideBorder .e-n-accordion-item-title-text,
.elementor-kit-6 .h5 .elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title{
  line-height: 1.1;
  font-weight: 700;
}
h6, .h6,
.elementor-kit-6 .h6 .elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title{
  line-height: 1.3;
  font-weight: 700;
}


h1, .h1,
.elementor-kit-6 .h1 .elementor-heading-title,
.elementor-widget-heading h1.elementor-heading-title,
.h1 .elementor-counter-number,
.elementor-widget-counter .elementor-counter-number-wrapper{
  font-size: 3.50rem;   
}
h2, .h2,
.elementor-kit-6 .h2 .elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title{
  font-size: 2.50rem;
}
h3, .h3,
.elementor-kit-6 .h3 .elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title{
  font-size: 2.00rem;
}
h4, .h4,
.elementor-kit-6 .h4 .elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title{
  font-size: 1.50rem;
}
h5, .h5,
.sideBorder .e-n-accordion-item-title-text,
.elementor-kit-6 .h5 .elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title{
  font-size: 1.25rem;
}
h6, .h6,
.elementor-kit-6 .h6 .elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title{
  font-size: 0.79rem;
}

small, .small,
.elementor-kit-6 .small .elementor-heading-title,
.elementor-widget-heading small.elementor-heading-title{
  font-size: 0.84rem;
}

@media (min-width: 768px){  
  html{ font-size: 17px; }  
}

@media (min-width: 1024px){  
  html{ font-size: 19px; }

  h1, .h1,
  .elementor-kit-6 .h1 .elementor-heading-title,
  .elementor-widget-heading h1.elementor-heading-title,
  .h1 .elementor-counter-number,
  .elementor-widget-counter .elementor-counter-number-wrapper{
    font-size: 6.32rem;   
  }
  h2, .h2,
  .elementor-kit-6 .h2 .elementor-heading-title,
  .elementor-widget-heading h2.elementor-heading-title{
    font-size: 3.16rem;
  }
  h3, .h3,
  .elementor-kit-6 .h3 .elementor-heading-title,
  .elementor-widget-heading h3.elementor-heading-title{
    font-size: 2.37rem;
  }
  h4, .h4,
  .elementor-kit-6 .h4 .elementor-heading-title,
  .elementor-widget-heading h4.elementor-heading-title{
    font-size: 1.58rem;
  }
  h5, .h5,
  .sideBorder .e-n-accordion-item-title-text,
  .elementor-kit-6 .h5 .elementor-heading-title,
  .elementor-widget-heading h5.elementor-heading-title{
    font-size: 1.32rem;
  }
  h6, .h6,
  .elementor-kit-6 .h6 .elementor-heading-title,
  .elementor-widget-heading h6.elementor-heading-title{
    font-size: 0.79rem;
  }

  small, .small,
  .elementor-kit-6 .small .elementor-heading-title,
  .elementor-widget-heading small.elementor-heading-title{
    font-size: 0.84rem;
  }
}