.elementor-kit-5{--e-global-color-primary:#0B1F2E;--e-global-color-secondary:#F6F7F9;--e-global-color-text:#475569;--e-global-color-accent:#F59E0B;--e-global-color-b5aeb33:#E6F7FF;--e-global-color-c58817e:#1A2936;--e-global-color-5420d44:#F6A21A;--e-global-color-58be983:#ffffff;--e-global-color-09cc561:#0d141a;--e-global-color-a495fd4:#E5E7EB;--e-global-color-dff8941:#071827;--e-global-color-a04bfa8:#FDECEC;--e-global-color-1df708e:#B91C1C;--e-global-color-1093cf5:#EF4444;--e-global-color-7eeb0ee:#FFF4D6;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;background-color:transparent;font-family:"Inter", Sans-serif;font-size:28px;background-image:linear-gradient(180deg, #F8FAFC 0%, #F8FAFC 100%);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Inter", Sans-serif;font-weight:700;}.elementor-kit-5 h2{font-family:"Inter", Sans-serif;font-weight:600;}.elementor-kit-5 h3{font-family:"Inter", Sans-serif;font-weight:500;}.elementor-kit-5 h4{font-family:"Inter", Sans-serif;}.elementor-kit-5 h5{font-family:"Inter", Sans-serif;}.elementor-kit-5 h6{font-family:"Inter", Sans-serif;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Inter", Sans-serif;text-shadow:0px 0px 10px rgba(0,0,0,0.3);box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-radius:1px 1px 1px 1px;}.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);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:40px;}.elementor-kit-5 h2{font-size:28px;}.elementor-kit-5 h3{font-size:16px;}.elementor-kit-5 h4{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Fluent Forms: Mobile-friendly radio options */
.fluentform .ff-el-input--content .ff-el-form-check {
  display: block;              /* stack options */
  margin: 0 0 10px 0;
}

.fluentform .ff-el-input--content .ff-el-form-check-input {
  width: 20px;                 /* bigger tap target */
  height: 20px;
  margin-top: 2px;
}

.fluentform .ff-el-input--content .ff-el-form-check-label {
  display: inline-block;
  max-width: calc(100% - 34px); /* prevent overflow beside radio */
  white-space: normal;          /* allow wrapping */
  line-height: 1.35;
  font-size: 16px;              /* readable on mobile */
}

/* Make the whole row easier to tap */
.fluentform .ff-el-input--content .ff-el-form-check label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

/* Only apply the layout/tap improvements on small screens */
@media (max-width: 767px) {
  .fluentform .ff-el-input--content .ff-el-form-check {
    padding: 10px 12px;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 10px;
  }
}/* End custom CSS */