.elementor-kit-1223{--e-global-color-primary:#033158;--e-global-color-secondary:#C7622B;--e-global-color-text:#DFA5B1;--e-global-color-accent:#96AE9C;--e-global-color-e225c78:#FCF8F4;--e-global-typography-primary-font-family:"new-spirit";--e-global-typography-primary-font-size:28px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-font-style:italic;--e-global-typography-secondary-font-family:"new-spirit";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"new-spirit";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-4f78885-font-family:"new-spirit";--e-global-typography-4f78885-font-size:18px;--e-global-typography-4f78885-font-weight:800;--e-global-typography-4f78885-text-transform:none;--e-global-typography-4f78885-letter-spacing:0px;background-color:var( --e-global-color-e225c78 );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-1223 button,.elementor-kit-1223 input[type="button"],.elementor-kit-1223 input[type="submit"],.elementor-kit-1223 .elementor-button{background-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-4f78885-font-family ), Sans-serif;font-size:var( --e-global-typography-4f78885-font-size );font-weight:var( --e-global-typography-4f78885-font-weight );text-transform:var( --e-global-typography-4f78885-text-transform );letter-spacing:var( --e-global-typography-4f78885-letter-spacing );padding:12px 24px 12px 24px;}.elementor-kit-1223 button:hover,.elementor-kit-1223 button:focus,.elementor-kit-1223 input[type="button"]:hover,.elementor-kit-1223 input[type="button"]:focus,.elementor-kit-1223 input[type="submit"]:hover,.elementor-kit-1223 input[type="submit"]:focus,.elementor-kit-1223 .elementor-button:hover,.elementor-kit-1223 .elementor-button:focus{background-color:#D36224;}.elementor-kit-1223 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){margin-block-end: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-1223{--e-global-typography-primary-font-size:21px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-text-font-size:15px;--e-global-typography-text-line-height:1.3em;--e-global-typography-4f78885-font-size:16px;--e-global-typography-4f78885-line-height:1.1em;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-1223 button,.elementor-kit-1223 input[type="button"],.elementor-kit-1223 input[type="submit"],.elementor-kit-1223 .elementor-button{font-size:var( --e-global-typography-4f78885-font-size );letter-spacing:var( --e-global-typography-4f78885-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1223{--e-global-typography-primary-font-size:20px;--e-global-typography-primary-line-height:1.3em;--e-global-typography-text-font-size:14px;--e-global-typography-4f78885-line-height:1em;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-1223 button,.elementor-kit-1223 input[type="button"],.elementor-kit-1223 input[type="submit"],.elementor-kit-1223 .elementor-button{font-size:var( --e-global-typography-4f78885-font-size );letter-spacing:var( --e-global-typography-4f78885-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* turn off the outline link bug we had */
a {
    outline: none!important;
}

/* mobile overflow padding fix */
html,
body{
width:100%;
overflow-x:hidden;
}

/* === ACTEOL FORM: FINAL WORKING TEST STYLES === */

/* All text white + forced line height */
.display-acteol-block,
.display-acteol-block * {
  color: white !important;
  line-height: 1.2em !important;
}

/* Inputs */
.display-acteol-block input.form-control {
  color: #000000 !important;
  border-color: #ffffff !important;
}

/* Placeholder text */
.display-acteol-block input.form-control::placeholder {
  color: #000000 !important;
  opacity: 0.6;
}

/* Space each field/label block */
.display-acteol-block .form-group {
  margin-bottom: 15px !important;
}

/* Safety: if any controls are not in .form-group, add spacing directly */
.display-acteol-block .form-control {
  margin-bottom: 0px !important;
}

/* Base: mobile-first – all fields full width */
.acteol-two-column-form {
  display: flex;
  flex-wrap: wrap;
}
.acteol-two-column-form > .form-group {
  width: 100%;
  box-sizing: border-box;
  padding-right: 0;
}

/* From 768px up (tablet/desktop): only fields 1 and 2 side by side */
@media (min-width: 768px) {
  .acteol-two-column-form > .form-group:nth-of-type(1),
  .acteol-two-column-form > .form-group:nth-of-type(2) {
    width: 50%;
  }

  /* Add right padding only to the first column */
  .acteol-two-column-form > .form-group:nth-of-type(1) {
    padding-right: 10px;
  }
}/* End custom CSS */