.elementor-1270 .elementor-element.elementor-element-a8bc6c2{--display:flex;--min-height:800px;--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;--justify-content:center;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:100px;--padding-left:100px;--padding-right:100px;}.elementor-1270 .elementor-element.elementor-element-a8bc6c2:not(.elementor-motion-effects-element-type-background), .elementor-1270 .elementor-element.elementor-element-a8bc6c2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-1270 .elementor-element.elementor-element-6d20c9b{--display:flex;--min-height:455px;--justify-content:center;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:var( --e-global-color-primary );--border-color:var( --e-global-color-primary );--border-radius:10px 10px 10px 10px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:80px;--padding-right:80px;--z-index:10;}.elementor-1270 .elementor-element.elementor-element-6d20c9b:not(.elementor-motion-effects-element-type-background), .elementor-1270 .elementor-element.elementor-element-6d20c9b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-d2e8bf0 );}.elementor-1270 .elementor-element.elementor-element-6d20c9b.e-con{--align-self:center;}.elementor-1270 .elementor-element.elementor-element-67e2440{width:100%;max-width:100%;}.elementor-1270 .elementor-element.elementor-element-67e2440.elementor-element{--align-self:center;}.elementor-1270 .elementor-element.elementor-element-7af7624{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-1270 .elementor-element.elementor-element-a8bc6c2{--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}}@media(max-width:767px){.elementor-1270 .elementor-element.elementor-element-a8bc6c2{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-1270 .elementor-element.elementor-element-6d20c9b{--min-height:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}}@media(min-width:768px){.elementor-1270 .elementor-element.elementor-element-6d20c9b{--width:900px;}}@media(max-width:1024px) and (min-width:768px){.elementor-1270 .elementor-element.elementor-element-6d20c9b{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-fb84a6a */.custom-stepper {
    padding: 30px 20px;
}

.step-circle img {
    width: 30px;
    object-fit: contain;
}

.stepper-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 888px;
    margin: 0 auto;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
}

.step-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #D4DDD8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 24px;
    transition: all 0.3s;
    z-index: 2;
}

.step.active .step-circle, .step.completed .step-circle {
    background: #fff;
    z-index: 1;
}

.step-label {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    font-family: Roboto;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.step.active .step-label {
    font-weight: 700;
}

.step-line {
    height: 2px;
    background: #D4DDD8;
    flex: 1;
    margin: 0 0 35px 0;
    transition: all 0.3s;
    border-radius: 50px;
}

.step-line.completed {
    background: #fff;
}

.step:not(.active):not(.completed) .step-circle img,
.step:not(.active):not(.completed) .step-circle svg {
    opacity: 0.3;
    filter: grayscale(100%);
}

.step[data-step="1"] {
    margin-right: -20px;
}
.step[data-step="2"] {
    margin-left: -40px;
    margin-right: -40px;
}
.step[data-step="3"] {
    margin-left: -40px;
    margin-right: -40px;
}
.step[data-step="4"] {
    margin-left: -50px;
}

@media (max-width: 767px) {
    .custom-stepper {
        padding: 0;
    }
    .step-label {
        font-size: 12px;
        line-height: 14px;
        max-width: 60px;
    }
    .step-circle {
        width: 40px;
        height: 40px;
    }
    .step-circle img {
        width: 20px;
        object-fit: scale-down;
    }
    .stepper-container {
        max-width: 100%;
    }
    .step[data-step="1"] {
        margin-right: -50px;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-67e2440 *//* GENERALS */
body .gform_heading {
  display: none;
}
.step-form__content {
  text-align: center;
}
h2.step-form__title {
  font-family: "Century Schoolbook", Sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
  color: var( --e-global-color-primary );
  place-self: center;
}
h4.step-form__subtitle {
  font-family: "Roboto", Sans-serif;
  font-size: 17px;
  font-weight: 600;
}
.gform-page-footer.gform_page_footer.top_label {
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
#gform_3 .gform_next_button {
  font-family: "Gotham", Sans-serif;
  background: #DF8262;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  border-radius: 50px;
  padding: 15px 50px;
  width: 133px;
}
#gform_3 .gform_previous_button {
  font-family: "Gotham", Sans-serif;
  background: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  border-radius: 50px;
  padding: 15px 50px;
  border-color: #DF8262;
}
input#gform_submit_button_3 {
  font-family: "Gotham", Sans-serif;
  background: #DF8262;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  border-radius: 50px;
  padding: 15px 50px;
  width: 185px;
}
div#gform_3_validation_container {
  display: none;
}

/* LABELS */
#gform_3 .gfield:not(.gfield_radio):not(.gfield_checkbox):not(.gfield_select) label {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #5E6267;
}
#gform_3 legend {
  color: #5E6267;
	font-family: Roboto;
	font-weight: 400;
	font-style: Regular;
	font-size: 19px;
	line-height: 24px;
	letter-spacing: 0%;
}

/* INPUTS */
#gform_3 input[type="text"], #gform_3 input[type="email"], #gform_3 input[type="number"], #gform_3 input[type="tel"], #gform_3 input[type="url"] {
  padding: 10px 15px 12px 15px;
  height: 45px;
  font-size: 17px;
  line-height: 1;
  text-align: left;
  font-family: 'Roboto';
  background: #E5E5EF;
  border-radius: 10px;
  border: none;
  width: 100%;
}
#gform_3 input[type="text"]:focus, 
#gform_3 input[type="email"]:focus, 
#gform_3 input[type="number"]:focus, 
#gform_3 input[type="tel"]:focus, 
#gform_3 input[type="url"]:focus {
  border: 1px solid var( --e-global-color-primary );
  --gf-local-outline-width: 0;
}
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
    --gf-local-outline-width: 0 !important;
}

/* CHOICES */
.gfield_radio > div {
  padding: 0 20px;
  background: #E5E5EF;
  border-radius: 10px;
  align-items: center;
}
#gform_3 .gfield_radio .gchoice label, #gform_3 .gfield_checkbox .gchoice label {
  font-family: Roboto !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  text-align: left !important;
  padding: 20px 0 !important;
  margin-left: 10px !important;
  color: #5E6267!important;
  cursor: pointer;
}
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  block-size: 20px !important;
  background-color: #158E8E !important;
  width: 20px !important;
}
.gfield_radio .gchoice:has(input:checked) {
  box-shadow: 0px 4px 23px 0px rgba(21, 142, 142, 0.38);
  border: 1px solid #158E8E;
}

/* IMAGE CHOICES     */
.ginput_container_image_choice .gfield_radio {
  gap: 30px 13px !important;
}
.ginput_container_image_choice .gfield_radio .gchoice {
  padding: 0;
  border: none !important;
  box-shadow: none !important;
  width: 32% !important;
  max-inline-size: unset !important;
  min-inline-size: unset !important;
  cursor: pointer;
}
.ginput_container_image_choice .gfield_radio .gchoice .gfield-image-choice-wrapper-outer {
  padding: 0 !important;
}
.ginput_container_image_choice .gfield_radio .gchoice .gfield-image-choice-wrapper-outer input {
  position: absolute;
  top: 5%;
  left: 5%;
}
.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
  display: none !important;
}
#gform_3 .ginput_container_image_choice .gfield_radio .gchoice .gfield-image-choice-wrapper-outer label.gform-field-label {
  margin-left: 0 !important;
  padding: 0 !important;
}
.ginput_container_image_choice .gfield_radio .gchoice .gfield-image-choice-wrapper-outer .gfield-choice-image-wrapper {
  border-radius: 10px;
  aspect-ratio: unset !important;
}
.ginput_container_image_choice .gfield_radio .gchoice .gfield-image-choice-wrapper-outer .gfield-choice-image-wrapper .gfield-choice-image {
  height: 150px !important;
  object-position: center;
}
.gform-theme--framework .gfield--type-choice .gchoice {
    display: inline-grid;
    gap: var(--gf-field-choice-meta-space) 0;
    grid-template-columns: minmax(var(--gf-ctrl-choice-size), max-content) auto;
}
.gfield_checkbox > div {
    padding: 0 20px;
    background: #E5E5EF;
    border-radius: 10px;
    align-items: center;
}
.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:focus-within {
  --gf-local-outline-width: 0 !important;
}
.gfield_checkbox li:has(input:checked) {
    box-shadow: 0px 4px 23px 0px rgba(21, 142, 142, 0.38);
    border: 1px solid #158E8E;
    background-color: #ffffff;
}
.gchoice:has(.gfield-choice-input:checked) .gfield-choice-image-wrapper {
  box-shadow: 0px 4px 23px 0px rgba(21, 142, 142, 0.38);
)

/* MOBILE */
@media (max-width: 767px) {
  h2.step-form__title {
    font-size: 23px;
  }
  h4.step-form__subtitle {
    font-size: 17px;
  }
  #gform_3 .gfield:not(.gfield_radio):not(.gfield_checkbox):not(.gfield_select) label, #gform_3 legend {
    font-size: 17px;
  }
  #gform_3 .gfield_radio .gchoice label, #gform_3 .gfield_checkbox .gchoice label {
    font-size: 14px !important;
  }
  #gform_3 .gform_previous_button {
    padding: 10px 50px;
  }
  #gform_3 .gform_next_button {
    padding: 10px 50px;
  }
  .gform-page-footer.gform_page_footer.top_label {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    align-content: center;
    flex-wrap: nowrap; }
    .ginput_container_image_choice .gfield_radio {
    gap: 30px 5px !important;
  }
}/* End custom CSS */