.home-form-wrapper{border-radius:12px;padding:32px 40px;background-color:var(--Colors-Primary---Blue-50,#e9ecf2);box-shadow:0 0 24px 0 rgba(0,0,0,.05)}.home-form-wrapper.white-bg{background:var(--Colors-Neutral-Generic-White,#fff);border-radius:24px}@media screen and (max-width:1024px){.home-form-wrapper{padding:32px 16px}}.home-form-wrapper .content{display:flex;flex-direction:column;gap:8px}.home-form-wrapper .content .section-main-header{text-align:start}.home-form-wrapper .content .text-16{max-width:95%}.home-form-wrapper .content .form-container{margin-top:40px;display:flex;flex-direction:column;gap:24px}@media screen and (max-width:1024px){.home-form-wrapper .content .form-container{gap:8px}}.home-form-wrapper .content .form-container .MuiFormControl-root{width:100%;margin-bottom:16px}.home-form-wrapper .content .form-container .MuiFormControl-root .MuiInputBase-root{border-radius:8px;background-color:#fff}.home-form-wrapper .content .form-container .MuiFormControl-root .MuiInputBase-root:hover{background-color:#eaeaea}.home-form-wrapper .content .form-container .MuiFormControl-root .MuiInputBase-root.Mui-focused{background-color:#f5f5f5;box-shadow:0 0 4px rgba(0,0,0,.2)}.home-form-wrapper .content .form-container .MuiFormControl-root .MuiOutlinedInput-notchedOutline{border:1px solid #ccc}.home-form-wrapper .content .form-container .MuiFormControl-root .MuiOutlinedInput-notchedOutline:hover{border-color:#999}.home-form-wrapper .content .form-container .MuiFormControl-root .MuiInputLabel-root{color:#666}.home-form-wrapper .content .form-container .MuiFormControl-root .MuiInputLabel-root.Mui-focused{color:#333}.home-form-wrapper .content .form-container .first-row{display:flex;gap:24px}@media screen and (max-width:1024px){.home-form-wrapper .content .form-container .first-row{gap:8px;flex-direction:column}}.home-form-wrapper .content .form-container button{width:-moz-fit-content;width:fit-content}@media screen and (max-width:1024px){.home-form-wrapper .content .form-container button{width:100%}}