body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}*,body{margin:0;padding:0}body{align-items:center;background-color:#f9f9f9;display:flex;font-family:Arial,sans-serif;justify-content:center;min-height:100vh}.form-wrapper{background:#fff;border-radius:12px;box-shadow:0 10px 20px #0000001a;margin:0 auto;max-width:600px;overflow:hidden;padding:15px;transition:all .3s ease;width:90%}.styled-form{display:flex;flex-direction:column;gap:20px}.styled-form h2{color:#333;font-size:24px;font-weight:700;margin-bottom:10px;text-align:center}.styled-form p{color:#555;font-size:14px;text-align:center}.form-field{display:flex;flex-direction:column;gap:8px}.form-field label{color:#666;font-size:14px;font-weight:700}.form-field input,.form-field textarea{border:1px solid #ccc;border-radius:8px;font-size:14px;padding:10px;transition:all .3s ease}.form-field input:focus,.form-field textarea:focus{border-color:#03a85a;outline:none}textarea{height:120px;resize:none}.submit-button{background:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:12px;transition:background .3s ease}.submit-button:hover{background:#0056b3}.thank-you-message{background:#e7f9e7;border:1px solid #a4d6a4;border-radius:12px;padding:20px;text-align:center}.thank-you-message h2{color:#2d7a2d}.thank-you-message p{color:#4d934d}.img_w{width:50px}.img__flex{display:flex;justify-content:center}@media (min-width:1024px){.form-wrapper{max-width:800px;padding:30px}.styled-form h2{font-size:28px}.styled-form p{font-size:16px}.form-field input,.form-field textarea{font-size:16px;padding:15px}.submit-button{background-color:#03a85a;font-size:18px;padding:15px}}@media (max-width:768px){.form-wrapper{border-radius:8px;padding:15px}.styled-form h2{font-size:20px}.styled-form p{font-size:13px}.submit-button{background-color:#03a85a;font-size:14px;padding:10px}}
/*# sourceMappingURL=main.b6edbeef.css.map*/