.multi-step-form-stepper-wrapper{display:flex;justify-content:space-between;margin-top:20px}.multi-step-form-stepper-wrapper .stepper-item{align-items:center;display:flex;flex:1;flex-direction:column;position:relative;@media (max-width:768px){font-size:12px}}.multi-step-form-stepper-wrapper .stepper-item:before{content:"";left:-50%;position:absolute;top:15px;width:100%;z-index:2}.multi-step-form-stepper-wrapper .stepper-item:after{content:"";left:50%;position:absolute;top:15px;width:100%;z-index:2}.multi-step-form-stepper-wrapper .stepper-item .step-counter{align-items:center;border-radius:50%;display:flex;height:30px;justify-content:center;margin-bottom:6px;position:relative;width:30px;z-index:5}.multi-step-form-stepper-wrapper .stepper-item.completed:after{content:"";left:50%;position:absolute;top:15px;width:100%;z-index:3}.multi-step-form-stepper-wrapper .stepper-item:first-child:before,.multi-step-form-stepper-wrapper .stepper-item:last-child:after{content:none}.multi-step-form form{align-items:center;background-color:unset;display:flex;justify-content:space-between;margin-top:30px}.multi-step-form form fieldset .hs-form-field{margin-bottom:20px}.multi-step-form form fieldset,.multi-step-form form input[type=text],.multi-step-form form select{width:100%!important}.multi-step-form form .hs-form-booleancheckbox,.multi-step-form form .hs-form-checkbox{margin:0}.multi-step-form form .hs_i_agree_to_the_terms___conditions,.multi-step-form form .hs_i_have_read_the_privacy_policy,.multi-step-form form .hs_subscription_permission{margin-bottom:0!important}.multi-step-form form input[type=submit]{margin-top:20px}.multi-step-form .submitted-message{background-color:transparent;display:flex;justify-content:center;position:relative;visibility:hidden}.multi-step-form .submitted-message:after{content:"Thank you for submitting the form. We’ll be in touch soon through your preferred communication method. We look forward to working with you!";max-width:700px;position:absolute;text-align:center;visibility:visible}@media only screen and (max-width:1000px){.multi-step-form form{align-items:unset;flex-direction:column}}