.elementor-kit-4{--e-global-color-primary:#055DA9;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#222121;--e-global-color-accent:#D66C83;--e-global-color-2134ace:#055DA9D9;--e-global-color-30e5dbe:#055CA81A;--e-global-color-3becd03:#D56C8380;--e-global-typography-primary-font-family:"proxima-sera";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"interface";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"interface";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.38em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-f188f1b-font-family:"proxima-sera";--e-global-typography-f188f1b-font-size:65px;--e-global-typography-f188f1b-font-weight:700;--e-global-typography-f188f1b-line-height:1.23em;--e-global-typography-c72251d-font-family:"interface";--e-global-typography-c72251d-font-size:25px;--e-global-typography-c72251d-font-weight:400;--e-global-typography-c72251d-text-transform:uppercase;--e-global-typography-c72251d-line-height:1.2em;--e-global-typography-7a1f7a0-font-family:"proxima-sera";--e-global-typography-7a1f7a0-font-size:45px;--e-global-typography-7a1f7a0-font-weight:700;--e-global-typography-7a1f7a0-line-height:1.2em;--e-global-typography-31ad35c-font-family:"interface";--e-global-typography-31ad35c-font-size:25px;--e-global-typography-31ad35c-font-weight:700;--e-global-typography-31ad35c-line-height:1.1em;--e-global-typography-b050d2a-font-family:"interface";--e-global-typography-b050d2a-font-size:20px;--e-global-typography-b050d2a-font-weight:700;--e-global-typography-b050d2a-line-height:1.35em;--e-global-typography-ee8fbac-font-family:"interface";--e-global-typography-ee8fbac-font-size:20px;--e-global-typography-ee8fbac-font-weight:400;--e-global-typography-ee8fbac-line-height:1.35em;}.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;}.elementor-widget:not(:last-child){--kit-widget-spacing:32px;}.elementor-element{--widgets-spacing:32px 32px;--widgets-spacing-row:32px;--widgets-spacing-column:32px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.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-4{--e-global-typography-text-font-size:18px;--e-global-typography-f188f1b-font-size:56px;--e-global-typography-c72251d-font-size:22px;--e-global-typography-7a1f7a0-font-size:38px;--e-global-typography-31ad35c-font-size:22px;--e-global-typography-b050d2a-font-size:20px;--e-global-typography-ee8fbac-font-size:19px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-text-font-size:16px;--e-global-typography-f188f1b-font-size:40px;--e-global-typography-c72251d-font-size:18px;--e-global-typography-7a1f7a0-font-size:26px;--e-global-typography-31ad35c-font-size:20px;--e-global-typography-b050d2a-font-size:18px;--e-global-typography-ee8fbac-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.pointer {cursor: pointer;}

/* Remove empty space from bottom of text editor widget  */
.elementor-widget-text-editor p:last-child{ margin-bottom:0px;
}

/* Remove form field focus outline */
.elementor-field-group .elementor-field-textual:focus {
box-shadow: none;
}
/* Reset line height for all Elementor icons */
.elementor-icon-wrapper,
.elementor-icon {
  line-height: 1 !important;
}

/* Extra alignment fix for SVGs */
.elementor-icon svg {
  display: inline-block;
  vertical-align: middle;
}
/* bullet list override */
.bullet-list ul, .elementor-kit-4 ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bullet-list ul li, .elementor-kit-4 ol li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.3em;
  line-height: 1.4;
}

.bullet-list ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 9px;
  height: 9px;
  background-color: #055DA9; /* Adjust color as needed */
  border-radius: 2px;
}

.bullet-list ol {
  counter-reset: item;
}

.bullet-list ol li {
  counter-increment: item;
}

.bullet-list ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}/* End custom CSS */