.msf-intro{color:var(--primary-color);margin-bottom:3rem;text-align:center}.msf-intro h2{margin-bottom:6rem}.msf-progress{display:flex;gap:6rem;justify-content:center}.msf-progress-step{align-items:center;display:flex;flex-direction:column;position:relative;width:13rem}.msf-progress-step:before{border-top:3px dashed var(--primary-color);content:"";display:block;height:1px;left:calc(50% + 1.55rem);position:absolute;top:1.5rem;width:15.9rem}.msf-progress-step:last-child:before{display:none}.msf-progress-step-num{background:#fff;border:2px solid #7a7a7a;border-radius:1.6rem;color:#7a7a7a;font-size:1.9rem;font-weight:700;height:3.1rem;line-height:2.85rem;text-align:center;width:3.1rem}.active .msf-progress-step-num{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.msf-progress-step-name{color:#7a7a7a;font-size:16px;font-style:normal;font-weight:700;line-height:1.25;padding-top:5px;text-align:center}.active .msf-progress-step-name{color:#000}.msf-form{background:#fff;padding:3rem}.msf-form-back,.msf-form-next{text-align:center}.msf-form-next .button{cursor:pointer;justify-content:center;min-width:16rem}.msf-form-back a{color:var(--secondary-color);cursor:pointer}.msf-form-back a:hover{text-decoration:underline}.hs-submit{display:none}.hs-submit.show{display:block;text-align:center}.hs-submit .hs-button{background-color:var(--primary-color);border:none;border-radius:1rem;color:var(--white);justify-content:center;min-width:16rem}.hs-submit .button:active,.hs-submit .button:focus,.hs-submit .button:hover{background-color:var(--primary-color-hover);color:var(--white)}.msf-form .submitted-message{text-align:center}@media (min-width:768px){.msf-form{padding:6.4rem}}