.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-de53d37:#252E4A;--e-global-color-d36a325:#FFFFFF;--e-global-color-ddf30e8:#02010100;--e-global-color-d4a4cb1:#6B7184;--e-global-color-a3e8ac6:#BE9936;--e-global-color-b7af555:#000000;--e-global-color-e83383a:#F1F2F3;--e-global-typography-primary-font-family:"Archivo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Archivo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Archivo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Archivo";--e-global-typography-accent-font-weight:500;--e-global-typography-4932632-font-family:"Archivo";--e-global-typography-4932632-font-size:100px;--e-global-typography-4932632-font-weight:700;--e-global-typography-4932632-line-height:90px;--e-global-typography-4932632-letter-spacing:0px;--e-global-typography-e5aa69c-font-family:"Archivo";--e-global-typography-e5aa69c-font-size:16px;--e-global-typography-e5aa69c-font-weight:500;--e-global-typography-e5aa69c-line-height:25px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#252E4A;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-7{--e-global-typography-4932632-font-size:80px;--e-global-typography-4932632-line-height:75px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-4932632-font-size:45px;--e-global-typography-4932632-line-height:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* hover-text-blue class */

.hover-text-blue:hover .elementor-widget-text-editor,
.hover-text-blue:hover .elementor-widget-text-editor *,
.hover-text-blue:hover .elementor-heading-title {
  color: #252E4A !important;
}















/* FORMS - STACK + CENTER CHECKBOX ABOVE TEXT */
.stacked-checkmark-center .elementor-field-option {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

/* FORCE LABEL + TEXT CENTER */
.stacked-checkmark-center .elementor-field-option label,
.stacked-checkmark-center .elementor-field-subgroup,
.stacked-checkmark-center .elementor-field-subgroup label {
    text-align: center !important;
    justify-content: center !important;
    width: 100%;
}

/* CUSTOM CHECKBOX STYLE */
.stacked-checkmark-center input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}

/* CHECKMARK PERFECTLY CENTERED */
.stacked-checkmark-center input[type="checkbox"]:checked::after {
    content: "✓";
    font-size: 14px;
    color: #000000;
    font-weight: 600;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

/* CENTER EVERYTHING ELSE (FIELD TEXT + PRIVACY TEXT) */
.stacked-checkmark-center .elementor-field-group,
.stacked-checkmark-center .elementor-field-group > label,
.stacked-checkmark-center .elementor-field {
    text-align: center !important;
}

/* OPTIONAL: CLEAN LABEL SPACING */
.stacked-checkmark-center .elementor-field-subgroup label {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
}



/* PRIVACY POLICY TEXT STYLING */
.stacked-checkmark-center .elementor-field-group > label,
.stacked-checkmark-center .elementor-field-subgroup label {
    font-size: 17px !important;
    line-height: 26px !important;
}















/* Default: keep site header above Elementor popups */
header,
.site-header,
.elementor-location-header,
.elementor-sticky--active,
.elementor-nav-menu--main {
  position: relative;
  z-index: 99999 !important;
}

/* Default popup behavior: below header */
.elementor-popup-modal {
  z-index: 9990 !important;
}

/* Allow clicks through popup wrapper */
.elementor-popup-modal {
  pointer-events: none !important;
}

/* Keep popup content clickable */
.elementor-popup-modal .dialog-widget-content,
.elementor-popup-modal .dialog-message,
.elementor-popup-modal .elementor,
.elementor-popup-modal .e-con {
  pointer-events: auto !important;
}

/* Exception: popups with no-site-header sit ABOVE the header */
.elementor-popup-modal.no-site-header {
  z-index: 100000 !important;
  pointer-events: auto !important;
}/* End custom CSS */