.elementor-kit-13{--e-global-color-primary:#C00F30;--e-global-color-secondary:#00A950;--e-global-color-text:#444444;--e-global-color-accent:#F3E415;--e-global-color-8eb1578:#FFFFFF;--e-global-color-3ace3ae:#000000;--e-global-color-3e99691:#7CC8E3;--e-global-color-3dab667:#EA7423;--e-global-color-af2c606:#155091;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--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:"Montserrat";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{background-color:var( --e-global-color-accent );font-weight:600;text-transform:uppercase;color:var( --e-global-color-text );padding:20px 40px 20px 40px;}.elementor-kit-13 button:hover,.elementor-kit-13 button:focus,.elementor-kit-13 input[type="button"]:hover,.elementor-kit-13 input[type="button"]:focus,.elementor-kit-13 input[type="submit"]:hover,.elementor-kit-13 input[type="submit"]:focus,.elementor-kit-13 .elementor-button:hover,.elementor-kit-13 .elementor-button:focus{background-color:var( --e-global-color-text );color:var( --e-global-color-8eb1578 );}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 a{color:#155091;}.elementor-kit-13 h1{font-family:"Montserrat", Sans-serif;font-size:46px;font-weight:700;}.elementor-kit-13 h2{font-family:"Montserrat", Sans-serif;font-size:40px;font-weight:700;}.elementor-kit-13 h3{font-family:"Montserrat", Sans-serif;font-size:25px;font-weight:400;text-transform:uppercase;}.elementor-kit-13 h4{font-family:"Montserrat", Sans-serif;font-size:23px;font-weight:600;}.elementor-kit-13 h5{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.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:1200px){.elementor-kit-13 h2{font-size:31px;}.elementor-kit-13 h3{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13{font-size:16px;}.elementor-kit-13 h1{font-size:33px;}.elementor-kit-13 h2{font-size:27px;}.elementor-kit-13 h3{font-size:22px;}.elementor-kit-13 h4{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ====================== GLOBAL SCROLL RESCUE ====================== */
/* 1) Re-enable page scrolling */
html, body {
  overflow: auto !important;
  height: auto !important;
}

/* 2) Elementor popups sometimes leave this class behind */
body.dialog-prevent-scroll {
  overflow: auto !important;
  position: static !important;
}

/* 3) If a wrapper/section forced overflow:hidden */
.elementor,
.elementor-section,
.elementor-container,
.elementor-widget,
.e-con {
  overflow: visible !important;
}

/* 4) If something set the body to fixed (common with scripts) */
body {
  position: static !important;
  top: auto !important;
  width: auto !important;
}

/* ====================== SHARED BASICS ====================== */
.elementor-widget-text-editor a {
  color: #155091;
  text-decoration: underline;
}
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
  margin-bottom: 20px;
}
[type=button], [type=submit], button { border: none; }

/* Config: boxed width + gutter */
.elementor-kit-13 {
  --boxed: 1140px;
  --gutter: max(0px, (100vw - var(--boxed)) / 2);
  overflow: visible; /* allow content to breathe */
}

/* Restore container gaps (Elementor's Gap controls rely on this) */
.elementor-kit-13 .e-con-inner {
  display: flex;
  gap: var(--e-con-gap, 20px); /* fallback to 20px if not set inline */
}

/* ====================== BOXED-LEFT + FLUSH-RIGHT ====================== */
.elementor-kit-13 .boxed-left,
.elementor-kit-13 .flush-right {
  flex: 1 1 50%;
  max-width: 50%;
  box-sizing: border-box;
  min-width: 0; /* let text wrap in flex layouts */
}
.elementor-kit-13 .boxed-left { padding-left: var(--gutter); }
.elementor-kit-13 .flush-right { margin-right: calc(var(--gutter) * -1); z-index: 0; }

/* Make image fill/crop nicely if using an <img> */
.elementor-kit-13 .flush-right img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Ensure inner spacing is handled via gap */
.elementor-kit-13 .boxed-left > .e-con-inner {
  flex-direction: column;
  gap: 20px;
}

/* ====================== BOXED-RIGHT + FLUSH-LEFT ====================== */
.elementor-kit-13 .boxed-right,
.elementor-kit-13 .flush-left {
  flex: 1 1 50%;
  max-width: 50%;
  box-sizing: border-box;
  min-width: 0; /* CRITICAL for wrapping */
}
.elementor-kit-13 .boxed-right { padding-right: var(--gutter); z-index: 1; }
.elementor-kit-13 .flush-left  { margin-left: calc(var(--gutter) * -1); z-index: 0; }

/* Make image fill/crop nicely if using an <img> */
.elementor-kit-13 .flush-left img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Ensure inner spacing is handled via gap */
.elementor-kit-13 .boxed-right > .e-con-inner {
  flex-direction: column;
  gap: 20px;
}

/* ====================== EDITOR-ONLY HELPERS ====================== */
.elementor-editor-active .elementor-kit-13 { overflow: visible; }
.elementor-editor-active .elementor-kit-13 .flush-right { margin-right: 0; }
.elementor-editor-active .elementor-kit-13 .flush-left  { margin-left: 0; }

/* ====================== RESPONSIVE STACK ====================== */
@media (max-width: 1140px) {
  .elementor-kit-13 .boxed-left,
  .elementor-kit-13 .flush-right,
  .elementor-kit-13 .boxed-right,
  .elementor-kit-13 .flush-left {
    flex: 1 1 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .elementor-kit-13 .boxed-left  { padding-left: 20px; }
  .elementor-kit-13 .boxed-right { padding-right: 20px; }
  .elementor-kit-13 .boxed-left  > .e-con-inner,
  .elementor-kit-13 .boxed-right > .e-con-inner {
    gap: 16px;
  }
}/* End custom CSS */