.elementor-kit-6{--e-global-color-primary:#702F8A;--e-global-color-secondary:#B31F9C;--e-global-color-text:#282828;--e-global-color-accent:#FFFFFF;--e-global-color-1dc3176:#CC127A;--e-global-color-a7edc0a:#972EC1;--e-global-color-719f085:#474747;--e-global-typography-primary-font-family:"Avenir";--e-global-typography-primary-font-size:80px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Avenir";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Avenir";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Avenir";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:400;font-family:"Avenir", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Avenir", Sans-serif;font-size:80px;font-weight:700;}.elementor-kit-6 h2{font-family:"Avenir", Sans-serif;font-size:40px;font-weight:700;}.elementor-kit-6 h3{font-family:"Avenir", Sans-serif;font-size:30px;font-weight:700;}.elementor-kit-6 h4{font-family:"Avenir", Sans-serif;font-size:24px;font-weight:700;}.elementor-kit-6 h5{font-family:"Avenir", Sans-serif;font-size:20px;font-weight:500;}.elementor-kit-6 h6{font-family:"Avenir", Sans-serif;font-size:21px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1680px;}.e-con{--container-max-width:1680px;}.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-kit-6 h1{font-size:50px;}.elementor-kit-6 h2{font-size:34px;}.elementor-kit-6 h3{font-size:25px;}.elementor-kit-6 h4{font-size:22px;}.elementor-kit-6 h5{font-size:18px;}.elementor-kit-6 h6{font-size:20px;}.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 */.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}

/* ===== Feature list (ACF repeater) ===== */
.feat-list{
  --icon-size: 16px;    
  --gap-x: 12px;        
  --gap-y: 12px;        
  --text-color: #515356;
  --text-size: 19px;    
  --text-lh: 1.6;       
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: var(--gap-y);
}

.feat-list__item{
  display: grid;
  grid-template-columns: var(--icon-size) 1fr;
  align-items: start;
  column-gap: var(--gap-x);
}

.feat-list__icon{
  display: inline-flex;
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: 0;
  transform: translateY(4px); 
}

.feat-list__icon svg{
  display: block;
  width: 100%;
  height: 100%;
}

.feat-list__text{
  color: var(--text-color);
  font-size: var(--text-size);
  font-weight: 500;
  line-height: var(--text-lh);
}


@media (max-width: 480px){
  .feat-list{
    --text-size: 15px;
    --gap-y: 10px;
  }
}/* End custom CSS */