@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);.steps-form--body{grid-template-columns:repeat(2,minmax(0,1fr));display:grid;align-items:center}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;display:flex;align-items:center;justify-content:center;color:#222;overflow:hidden}.form-container{width:100%;max-width:510px;margin:20px;padding:20px;border-radius:6px;box-shadow:0 0 15px -3px rgba(0,0,0,.5)}.steps-form__heading{font-size:22px;text-align:center;color:#143d4c;border-bottom:1px solid #cecece;padding-bottom:10px}.steps-form__steps{display:flex;margin:20px 0}.steps-form__step{color:#222;text-decoration:none;display:flex;align-items:center;flex:1}.steps-form__step:not(:last-child){margin-right:6px}.steps-form__step--count{font-size:18px;width:40px;height:40px;border-radius:50%;background:#dcdedd;text-align:center;line-height:40px;margin-right:10px}.steps-form__step.active .steps-form__step--count{background:#fb621c;color:#eee}.steps-form__step--name{font-size:17px}.steps-form--body{display:grid;gap:1.25rem 1rem;padding-bottom:16px}.steps-form--input{font-family:inherit;width:100%;font-size:17px;border:1px solid #cecece;padding:8px 10px;color:#53544f;background:#fff}.steps-form--input:focus{outline:0}.steps-form--input.error{border-color:#e30026}select.steps-form--input{padding:8px 7px}.steps-form--footer{text-align:center}.steps-form--btn{background:#fb621c;border-radius:5px;padding:10px 20px;color:#fff;font-family:inherit;border:none;font-size:17px;font-weight:300;cursor:pointer;transition:background-color .2s}.steps-form--btn:not(:last-child){margin-right:5px}.steps-form--btn:hover{background:#143d4c}.hidden{visibility:hidden;position:absolute;z-index:-1000}.steps-form--body-container{position:relative}.steps-form--upload-files{background-color:#fcfcfc;text-align:center;color:#535353;border:1px dashed #cecece;font-size:17px}.steps-form--upload-files label{width:100%;display:block;padding:8px 10px}.steps-form--success-msg{border:1px solid #b9c9ae;background-color:#e1fec6;padding:10px;margin-top:10px;color:#143d4c}.error-msg{color:#e30026;text-align:center;margin-top:16px}@media (max-device-width:640px){.form-container{margin:20px 5px;padding:20px 10px;box-shadow:0 0 10px -5px rgba(0,0,0,.5)}.steps-form--body{grid-template-columns:repeat(1,minmax(0,1fr))}.steps-form__step{flex-direction:column;align-items:center}.steps-form__step--count{margin:0 0 10px}.steps-form__step--name{font-size:15px}.steps-form--upload-files{background-color:#fcfcfc;text-align:center;color:#535353;border:1px dashed #cecece;font-size:17px}.steps-form--success-msg{font-size:15px}}@media (max-device-width:768px){.steps-form__heading{font-size:18px}}
