.elementor-2155 .elementor-element.elementor-element-20b7131{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:35px;--padding-bottom:35px;--padding-left:35px;--padding-right:35px;}.elementor-2155 .elementor-element.elementor-element-199e580{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:0px 35px;--row-gap:0px;--column-gap:35px;--grid-auto-flow:row;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2155 .elementor-element.elementor-element-6297c59{--display:flex;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2155 .elementor-element.elementor-element-8e6e213{--display:flex;--gap:40px 0px;--row-gap:40px;--column-gap:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-2155 .elementor-element.elementor-element-3beae80{--display:flex;--gap:60px 0px;--row-gap:60px;--column-gap:0px;--padding-top:120px;--padding-bottom:120px;--padding-left:115px;--padding-right:115px;}.elementor-2155 .elementor-element.elementor-element-3beae80:not(.elementor-motion-effects-element-type-background), .elementor-2155 .elementor-element.elementor-element-3beae80 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}@media(max-width:1536px){.elementor-2155 .elementor-element.elementor-element-199e580{--grid-auto-flow:row;}}@media(max-width:1200px){.elementor-2155 .elementor-element.elementor-element-199e580{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-2155 .elementor-element.elementor-element-8e6e213{--padding-top:60px;--padding-bottom:40px;--padding-left:35px;--padding-right:35px;}.elementor-2155 .elementor-element.elementor-element-3beae80{--gap:40px 0px;--row-gap:40px;--column-gap:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}}@media(max-width:1024px){.elementor-2155 .elementor-element.elementor-element-199e580{--grid-auto-flow:row;}}@media(max-width:880px){.elementor-2155 .elementor-element.elementor-element-199e580{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-2155 .elementor-element.elementor-element-20b7131{--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-2155 .elementor-element.elementor-element-199e580{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-2155 .elementor-element.elementor-element-8e6e213{--gap:14px 0px;--row-gap:14px;--column-gap:0px;--padding-top:0px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-2155 .elementor-element.elementor-element-8fc57be{text-align:center;}.elementor-2155 .elementor-element.elementor-element-9358ea6{text-align:center;font-size:18px;}.elementor-2155 .elementor-element.elementor-element-3beae80{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-a2ea794 */[data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content{
    padding: 0px !important;
}
.hsfc-Heading{
display: none;
}

[data-hsfc-id=Renderer] .hsfc-Button{
  background-color: rgb(128, 105, 240) !important;
  border: none !important;
  border-radius: 9px !important;
  color: rgb(255, 255, 255) !important;
  cursor: pointer !important;
  font-family: "Space Grotesk", sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  height: 65px !important;
  min-height: 40px !important;
  width: 100% !important;
}
[data-hsfc-id=Renderer] .hsfc-CheckboxFieldGroup__Options label>span{
    margin-left: 20px !important;
     color: rgb(22, 22, 22);
  cursor: pointer;
  font-family: "Rethink Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

[data-hsfc-id=Renderer] .hsfc-CheckboxInput {
    position: relative !important;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer !important;
    display: inline-block !important;
    appearance: none !important; /* hide default checkbox */
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

/* The square box */
[data-hsfc-id=Renderer] .hsfc-CheckboxInput::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #000 !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

/* Show X using SVG mask when checked */
[data-hsfc-id=Renderer] .hsfc-CheckboxInput:checked::after {
    content: "" !important;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--hsf-field-checkbox__color, var(--hsf-field-input__color, var(--hsf-default-field-checkbox__color))) !important;

    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23000"><path d="M2 2 L14 14 M14 2 L2 14" stroke="%23000" stroke-width="2"/></svg>') !important;
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23000"><path d="M2 2 L14 14 M14 2 L2 14" stroke="%23000" stroke-width="2"/></svg>') !important;

    -webkit-mask-repeat: no-repeat !important;
    mask-repeat: no-repeat !important;
    -webkit-mask-position: center !important;
    mask-position: center !important;
    -webkit-mask-size: 80% !important;
    mask-size: 80% !important;
    pointer-events: none !important;
}

[data-hsfc-id=Renderer] .hsfc-TextInput {
    background-color: rgb(255, 255, 255) !important;
    border-bottom: 0px solid rgb(105, 114, 125) !important;
    border-left: 0px solid rgb(105, 114, 125) !important;
    border-right: 0px solid rgb(105, 114, 125) !important;
    border-top: 0px solid rgb(105, 114, 125) !important;
    border-radius: 4px !important;
    color: rgb(22, 22, 22) !important;
    font-family: "Rethink Sans", sans-serif !important;
    font-size: 16px !important;
    line-height: 2;
}
/* Optional: placeholder text color */
[data-hsfc-id=Renderer] .hsfc-TextInput::placeholder {
    color: rgb(22, 22, 22) !important;
    opacity: 0.7 !important; 
    padding-left: 8px;
}
.hsfc-Step__Content > .hsfc-Row:nth-child(2),
.hsfc-Step__Content > .hsfc-Row:nth-child(3),
.hsfc-Step__Content > .hsfc-Row:nth-child(4){
    margin-bottom:0px !important;
}

[data-hsfc-id=Renderer] .hsfc-CheckboxFieldGroup>*:not(:last-child){
    font-family: "Space Grotesk" !important;
    font-size: 42px !important;
    padding-bottom: 25px !important;
    padding-top: 35px !important;
    font-weight: 500 !important;
}
[data-hsfc-id=Renderer] .hsfc-FieldLabel>span strong {
    font-weight: 500;
}/* End custom CSS */
/* Start custom CSS */.form-wrapper .elementor-field-type-submit {
    margin-top: 40px;
}




/* Chrome, Safari, Edge */
.form-wrapper input::placeholder {
   color: black !important;
    opacity:1;
}

/* Firefox */
.form-wrapper input::-moz-placeholder {
    color: black !important;
    opacity:1;
}

/* Internet Explorer 10–11 */
.form-wrapper input:-ms-input-placeholder {
  color: black !important;
    opacity:1;
}

/* Microsoft Edge (legacy) */
 input::-ms-input-placeholder {
  color: black !important;
    opacity:1;
}


/* Hide default checkbox */
.form-wrapper .elementor-field-option input[type="checkbox"] {
  display: none !important;
}

/* Style label as custom checkbox */
.form-wrapper .elementor-field-option label {
  position: relative;
  padding-left: 30px; /* space for box */
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-size: 24px;
  padding-left: 40px;
}

/* Create square box */
.form-wrapper .elementor-field-option label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 0px; /* keep it square */
  background: #fff;
  box-sizing: border-box;

}

/* Add "X" when checked */
.form-wrapper .elementor-field-option input[type="checkbox"]:checked ~ label:after {
  content: "✕";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #000;
  font-weight: bold;
 
}

.form-wrapper .elementor-field-subgroup   {
    gap: 5px;
}

.form-wrapper h3 {
    font-family: "Space Grotesk";
font-size: 42px;
padding-bottom: 10px;
padding-top: 15px;
}



@media only screen and (max-width:1024px) {
    .form-wrapper .elementor-field-type-submit {
    margin-top: 30px !important;
}

.form-wrapper h3 { 
    font-size:32px;
    padding-bottom: 0px;
padding-top: 10px;
    }
    
    .form-wrapper .elementor-field-subgroup   {
    gap: 8px;
}

.form-wrapper .elementor-field-option label {
  position: relative;
  padding-left: 40px; /* space for box */
  font-size:18px !important;

}
}

@media only screen and (max-width:767px) {
    
  
    .form-wrapper .elementor-field-type-submit {
    margin-top: 10px;
}

.form-wrapper h3 { 
    font-size:22px;
    padding-bottom: 0px;
padding-top: 10px;
text-align:center;
    }
    
    .form-wrapper .elementor-field-option label {
  position: relative;
  padding-left: 40px; /* space for box */
  font-size:18px !important;
    }
    

}/* End custom CSS */