.elementor-kit-8{--e-global-color-primary:#B9212F;--e-global-color-secondary:#454341;--e-global-color-text:#151515;--e-global-color-accent:#B9212F;--e-global-color-b5dc480:#FFFFFF;--e-global-color-4b4851f:#000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.7;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.2;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:28px;--e-global-typography-text-font-weight:600;--e-global-typography-text-line-height:1.3;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.6;--e-global-typography-e38a54c-font-family:"Poppins";--e-global-typography-e38a54c-font-size:14px;--e-global-typography-e38a54c-font-weight:400;--e-global-typography-e38a54c-line-height:1.5;--e-global-typography-3ec43bc-font-family:"Poppins";--e-global-typography-3ec43bc-font-size:18px;--e-global-typography-3ec43bc-line-height:1.2;--e-global-typography-b4cd34d-font-family:"Poppins";--e-global-typography-b4cd34d-font-size:24px;--e-global-typography-b4cd34d-font-weight:500;--e-global-typography-b4cd34d-line-height:1.2;}.elementor-kit-8 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-kit-8{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:22px;--e-global-typography-accent-font-size:16px;--e-global-typography-e38a54c-font-size:12px;--e-global-typography-3ec43bc-font-size:16px;--e-global-typography-b4cd34d-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.title {
  display: inline-block;
  position: relative;
}

.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 5px;
  background-color: var(--e-global-color-accent);
}

.title-sm {
  display: inline-block;
  position: relative;
}

.title-sm::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background-color: var(--e-global-color-accent);
}

.title-center {
  display: inline-block;
  position: relative;
  text-align: center;
}

.title-center::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 5px;
  background-color: var(--e-global-color-accent);
}/* End custom CSS */