.ContactForm_form__SPAg0{display:flex;flex-direction:column;gap:22px}.ContactForm_row__oKtAh{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px}.ContactForm_field__mHRac{display:flex;flex-direction:column;gap:8px}.ContactForm_field__mHRac label{font-size:12.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.ContactForm_input__r2X62,.ContactForm_select__22fdi,.ContactForm_textarea__FwTA3{width:100%;background:var(--paper);border:1px solid var(--line);border-radius:3px;padding:14px 16px;font-family:var(--font-body);font-size:16px;color:var(--ink);transition:border-color .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease)}.ContactForm_input__r2X62::placeholder,.ContactForm_textarea__FwTA3::placeholder{color:#a99f8f}.ContactForm_input__r2X62:focus,.ContactForm_select__22fdi:focus,.ContactForm_textarea__FwTA3:focus{outline:none;border-color:var(--brass);box-shadow:0 0 0 3px rgba(191,157,93,.16);background:#fff}.ContactForm_select__22fdi{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236e665b' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:42px}.ContactForm_textarea__FwTA3{resize:vertical;min-height:130px;line-height:1.6}.ContactForm_inputError__ebHSy{border-color:#c0573f;background:#fdf4f1}.ContactForm_err__8W_40{font-size:12.5px;color:#c0573f}.ContactForm_req__cenAM{color:var(--terracotta)}.ContactForm_consent__pV0Mj{display:flex;align-items:flex-start;gap:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ContactForm_consent__pV0Mj input{position:absolute;opacity:0;width:0;height:0}.ContactForm_checkbox__5cXZ6{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-top:1px;border:1px solid var(--line);border-radius:4px;background:var(--paper);color:transparent;transition:background .2s var(--ease),border-color .2s var(--ease),color .2s var(--ease)}.ContactForm_consent__pV0Mj input:checked+.ContactForm_checkbox__5cXZ6{background:var(--brass);border-color:var(--brass);color:#fff}.ContactForm_consent__pV0Mj input:focus-visible+.ContactForm_checkbox__5cXZ6{box-shadow:0 0 0 3px rgba(191,157,93,.25)}.ContactForm_consentText__B0sLR{font-size:13.5px;line-height:1.55;color:var(--muted)}.ContactForm_consentError__hcBrc .ContactForm_checkbox__5cXZ6{border-color:#c0573f}.ContactForm_actions__7SSg2{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:4px}.ContactForm_submit__EfzSm{position:relative;overflow:hidden;min-width:190px}.ContactForm_submit__EfzSm:disabled{opacity:.78;cursor:not-allowed;transform:none;box-shadow:none}.ContactForm_submit__EfzSm:disabled:after{display:none}.ContactForm_spinner__hkLKE{display:inline-block;width:15px;height:15px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:ContactForm_spin__QtVYl .7s linear infinite}@keyframes ContactForm_spin__QtVYl{to{transform:rotate(1turn)}}.ContactForm_statusError__eKEng{font-size:14px;color:#b23b22;background:#fdf1ed;border:1px solid #f3d6cc;border-radius:4px;padding:12px 16px;margin:0;animation:ContactForm_fadeUp__1gxLb .4s var(--ease) both}.ContactForm_success__6KsIP{display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:8px 0;min-height:280px;justify-content:center;animation:ContactForm_fadeUp__1gxLb .6s var(--ease) both}.ContactForm_tick__dGHGB{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:rgba(126,139,109,.16);color:var(--sage)}.ContactForm_success__6KsIP h3{font-size:28px;color:var(--ink)}.ContactForm_success__6KsIP p{color:var(--muted);max-width:46ch;line-height:1.7}@media (max-width:620px){.ContactForm_row__oKtAh{grid-template-columns:1fr}.ContactForm_success__6KsIP{align-items:center;text-align:center;min-height:320px;gap:18px}.ContactForm_success__6KsIP p{max-width:38ch}.ContactForm_success__6KsIP h3{font-size:24px}.ContactForm_actions__7SSg2{justify-content:stretch}.ContactForm_submit__EfzSm{width:100%}}