.vitz-form{--vitz-form-column-gap:14px;--vitz-form-row-gap:14px;--vitz-scheme-bg:#fff;--vitz-scheme-surface:#f8fafc;--vitz-scheme-text:#1f2937;--vitz-scheme-muted:#52606d;--vitz-scheme-border:#9aa5b1;--vitz-scheme-accent:#c2410c;--vitz-scheme-on-accent:#fff;--vitz-field-bg:var(--vitz-scheme-surface);--vitz-field-focus-bg:var(--vitz-field-bg);container-type:inline-size;position:relative;box-sizing:border-box;width:100%;padding:clamp(20px,3.2cqi,32px);border:1px solid color-mix(in srgb,var(--vitz-scheme-border) 52%,transparent);border-radius:18px;background:var(--vitz-scheme-bg);color:var(--vitz-scheme-text);box-shadow:0 16px 45px rgba(20,28,36,.09)}
.vitz-form__form[hidden]{display:none!important}
.vitz-form *{box-sizing:border-box}.vitz-form__title{margin:0 0 8px;font-size:clamp(1.55rem,4.2cqi,2.35rem);line-height:1.12;letter-spacing:-.025em;text-wrap:balance}.vitz-form__intro{max-width:72ch;margin:0 0 20px;color:var(--vitz-scheme-muted);font-size:1rem;line-height:1.55}.vitz-form__intro>:first-child{margin-top:0}.vitz-form__intro>:last-child{margin-bottom:0}
.vitz-form__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--vitz-form-row-gap) var(--vitz-form-column-gap)}.vitz-form__field{min-width:0}.vitz-form__field--w25{grid-column:span 3}.vitz-form__field--w33{grid-column:span 4}.vitz-form__field--w50{grid-column:span 6}.vitz-form__field--w66{grid-column:span 8}.vitz-form__field--w75{grid-column:span 9}.vitz-form__field--w100{grid-column:span 12}
.vitz-form__label{display:flex;align-items:flex-end;min-height:2.5em;margin:0 0 6px;color:var(--vitz-scheme-text);font-size:.92rem;font-weight:700;line-height:1.3;text-wrap:balance;overflow-wrap:anywhere}.vitz-form .vitz-form__form .vitz-form__control{display:block;width:100%;min-height:48px;padding:11px 14px;border:1.5px solid var(--vitz-scheme-border);border-radius:9px;background-color:var(--vitz-field-bg)!important;color:var(--vitz-scheme-text);box-shadow:0 1px 2px rgba(20,28,36,.035);font:inherit;line-height:1.35;transition:border-color .16s,box-shadow .16s,background-color .16s,transform .16s}.vitz-form__control::placeholder{color:var(--vitz-scheme-muted);opacity:.9}.vitz-form__control:hover{border-color:color-mix(in srgb,var(--vitz-scheme-accent) 65%,var(--vitz-scheme-border))}.vitz-form textarea.vitz-form__control{min-height:130px;resize:vertical}.vitz-form .vitz-form__form .vitz-form__control:focus,.vitz-form .vitz-form__form .vitz-form__control:focus-visible{border-color:var(--vitz-scheme-accent);background-color:var(--vitz-field-focus-bg)!important;outline:0;box-shadow:0 0 0 3px color-mix(in srgb,var(--vitz-scheme-accent) 30%,transparent),0 4px 12px rgba(20,28,36,.08)}.vitz-form input[type=file].vitz-form__control{padding:7px}.vitz-form input[type=file].vitz-form__control::file-selector-button{min-height:34px;margin-right:10px;padding:6px 12px;border:0;border-radius:7px;background:var(--vitz-scheme-accent);color:var(--vitz-scheme-on-accent);font:inherit;font-weight:700;cursor:pointer;transition:color .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.vitz-form__label--visually-hidden{position:absolute!important;width:1px!important;height:1px!important;min-height:0!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;border:0!important;white-space:nowrap!important}.vitz-form__control-shell{position:relative;display:block;width:100%}.vitz-form__control-shell>.vitz-form__control{padding-inline-end:42px!important}.vitz-form__control-shell--select>.vitz-form__control{padding-inline-end:58px!important}.vitz-form__placeholder-required{position:absolute;z-index:2;top:50%;right:15px;transform:translateY(-50%);color:var(--vitz-scheme-accent);font:inherit;font-weight:850;line-height:1;pointer-events:none}.vitz-form__control-shell--select>.vitz-form__placeholder-required{right:38px}.vitz-form__control-shell--textarea>.vitz-form__placeholder-required{top:14px;transform:none}.vitz-form__placeholder-required[hidden]{display:none}
.vitz-form__choice{display:flex;align-items:flex-start;gap:11px;margin:8px 0;padding:12px 14px;border:1px solid color-mix(in srgb,var(--vitz-scheme-border) 70%,transparent);border-radius:10px;background:color-mix(in srgb,var(--vitz-scheme-surface) 82%,transparent);color:var(--vitz-scheme-text);line-height:1.5;cursor:pointer;transition:border-color .16s,background-color .16s}.vitz-form__choice:hover{border-color:var(--vitz-scheme-accent);background:var(--vitz-scheme-surface)}.vitz-form__choice input{flex:0 0 auto;width:18px;height:18px;margin-top:.16em;accent-color:var(--vitz-scheme-accent)}.vitz-form__choice input:focus-visible{outline:3px solid var(--vitz-scheme-accent);outline-offset:3px}.vitz-form fieldset{margin:0;padding:0;border:0}.vitz-form__help{margin-top:7px;color:var(--vitz-scheme-muted);font-size:.86rem;line-height:1.45}.vitz-form__field-heading{margin:10px 0 0;padding-bottom:10px;border-bottom:2px solid color-mix(in srgb,var(--vitz-scheme-accent) 70%,transparent);font-size:clamp(1.12rem,2.8cqi,1.45rem);line-height:1.25;text-wrap:balance}.vitz-form__required{margin-left:.2em;color:var(--vitz-scheme-accent);font-weight:800}
.vitz-form__word-count{margin-top:6px;color:var(--vitz-scheme-muted);font-size:.8rem;line-height:1.35;text-align:right}.vitz-form__word-count.is-over{color:#b32d2e;font-weight:700}.vitz-form .vitz-form__form .vitz-form__control.is-word-limit-exceeded{border-color:#b32d2e;box-shadow:0 0 0 2px color-mix(in srgb,#b32d2e 22%,transparent)}
.vitz-form__file-status{margin-top:7px;font-size:.84rem;line-height:1.4}.vitz-form__file-status[hidden]{display:none!important}.vitz-form__file-status.is-error{color:#8a2424;font-weight:650}.vitz-form__file-status.is-valid{color:#17653e}.vitz-form .vitz-form__form input[type=file].vitz-form__control.is-file-invalid{border-color:#b32d2e;box-shadow:0 0 0 2px color-mix(in srgb,#b32d2e 20%,transparent)}.vitz-form .vitz-form__form input[type=file].vitz-form__control.is-file-valid{border-color:#16834c}
.vitz-form__date-status{margin-top:7px;font-size:.84rem;line-height:1.4}.vitz-form__date-status[hidden]{display:none!important}.vitz-form__date-status.is-error{color:#8a2424;font-weight:650}.vitz-form .vitz-form__form input[type=date].vitz-form__control.is-date-invalid{border-color:#b32d2e;box-shadow:0 0 0 2px color-mix(in srgb,#b32d2e 20%,transparent)}
.vitz-form__apple-date-shell{position:relative;display:block;width:100%}.vitz-form__apple-date-shell>.vitz-form__control{padding-right:52px!important;pointer-events:none}.vitz-form__apple-date-trigger{position:absolute;z-index:2;inset:0;width:100%;padding:0;border:0;background:transparent;color:var(--vitz-scheme-accent);cursor:pointer}.vitz-form__apple-date-trigger span{position:absolute;right:15px;top:50%;width:21px;height:21px;transform:translateY(-50%);background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h2v2h6V2h2v2h3v18H4V4h3V2Zm11 8H6v10h12V10ZM6 8h12V6h-2v1h-2V6h-4v1H8V6H6v2Zm2 4h3v3H8v-3Zm5 0h3v3h-3v-3Z'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h2v2h6V2h2v2h3v18H4V4h3V2Zm11 8H6v10h12V10ZM6 8h12V6h-2v1h-2V6h-4v1H8V6H6v2Zm2 4h3v3H8v-3Zm5 0h3v3h-3v-3Z'/%3E%3C/svg%3E") center/contain no-repeat}.vitz-form__apple-date-trigger:focus-visible{outline:3px solid var(--vitz-scheme-accent);outline-offset:3px;border-radius:9px}
.vitz-apple-calendar[hidden]{display:none!important}.vitz-apple-calendar{position:fixed;z-index:2147483647;inset:0;display:flex;align-items:flex-end;justify-content:center;padding:max(12px,env(safe-area-inset-top)) 12px max(12px,env(safe-area-inset-bottom));background:rgba(15,23,42,.48);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.vitz-apple-calendar__dialog{width:min(100%,430px);padding:18px;border-radius:20px 20px 14px 14px;background:#fff;color:#202124;box-shadow:0 24px 70px rgba(0,0,0,.28)}.vitz-apple-calendar__header{display:grid;grid-template-columns:46px 1fr 46px;align-items:center;gap:8px}.vitz-apple-calendar__title{text-align:center;font-size:1.08rem;line-height:1.25;text-transform:capitalize}.vitz-apple-calendar__nav{display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid #d7dce2;border-radius:50%;background:#fff;color:#c2410c;font-size:1.8rem;line-height:1;cursor:pointer}.vitz-apple-calendar__nav:disabled{opacity:.28;cursor:not-allowed}.vitz-apple-calendar__weekdays,.vitz-apple-calendar__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.vitz-apple-calendar__weekdays{margin:16px 0 5px;color:#68717c;font-size:.76rem;font-weight:700;text-align:center}.vitz-apple-calendar__weekdays span{padding:5px 0}.vitz-apple-calendar__day{aspect-ratio:1;min-width:0;padding:0;border:0;border-radius:50%;background:#fff;color:#202124;font:inherit;font-weight:650;cursor:pointer}.vitz-apple-calendar__day.is-today{box-shadow:inset 0 0 0 2px #c2410c;color:#9a3412}.vitz-apple-calendar__day.is-selected{background:#c2410c;color:#fff;box-shadow:none}.vitz-apple-calendar__day.is-unavailable{background:#f1f3f5;color:#a7adb5;text-decoration:line-through;cursor:not-allowed;opacity:.72}.vitz-apple-calendar__day.is-empty{visibility:hidden}.vitz-apple-calendar__day:focus-visible{outline:3px solid #f97316;outline-offset:1px}.vitz-apple-calendar__footer{display:flex;justify-content:flex-end;margin-top:14px;padding-top:12px;border-top:1px solid #e3e6ea}.vitz-apple-calendar__cancel{min-height:42px;padding:8px 16px;border:1px solid #cbd1d8;border-radius:9px;background:#fff;color:#343a40;font:inherit;font-weight:700}.vitz-apple-calendar-open{overflow:hidden}@media(min-width:700px){.vitz-apple-calendar{align-items:center}.vitz-apple-calendar__dialog{border-radius:20px}}
.vitz-form__field--textblock{margin-block-start:var(--vitz-textblock-space-before,0);margin-block-end:var(--vitz-textblock-space-after,0)}.vitz-form__textblock{padding:11px 15px;border-left:4px solid var(--vitz-scheme-accent);border-radius:0 9px 9px 0;background:color-mix(in srgb,var(--vitz-scheme-accent) 8%,var(--vitz-scheme-surface));color:inherit;line-height:1.55}.vitz-form__textblock>:first-child{margin-top:0}.vitz-form__textblock>:last-child{margin-bottom:0}.vitz-form__textblock a{color:var(--vitz-scheme-accent);font-weight:650;text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.16em}.vitz-form__textblock a:hover{text-decoration-thickness:.14em}.vitz-form__textblock a:focus-visible{outline:3px solid var(--vitz-scheme-accent);outline-offset:3px;border-radius:2px}
.vitz-form__textblock .vitz-form__icon-link{display:inline-flex;align-items:center;gap:9px;min-height:42px;margin-top:7px;padding:7px 14px;border:2px solid var(--vitz-scheme-accent);border-radius:9px;background:var(--vitz-scheme-surface);color:var(--vitz-scheme-accent);font-weight:700;line-height:1.25;text-decoration:none;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.vitz-form__icon-link:before{content:"";width:21px;height:21px;flex:0 0 21px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 4.5 5v5.8c0 5 3.2 9.4 7.5 11.2 4.3-1.8 7.5-6.2 7.5-11.2V5L12 2Zm0 2.2 5.4 2.1v4.5c0 3.8-2.2 7.3-5.4 8.9-3.2-1.6-5.4-5.1-5.4-8.9V6.3L12 4.2Zm-1.1 10.3-2.4-2.4 1.4-1.4 1 1 3.2-3.2 1.4 1.4-4.6 4.6Z'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 4.5 5v5.8c0 5 3.2 9.4 7.5 11.2 4.3-1.8 7.5-6.2 7.5-11.2V5L12 2Zm0 2.2 5.4 2.1v4.5c0 3.8-2.2 7.3-5.4 8.9-3.2-1.6-5.4-5.1-5.4-8.9V6.3L12 4.2Zm-1.1 10.3-2.4-2.4 1.4-1.4 1 1 3.2-3.2 1.4 1.4-4.6 4.6Z'/%3E%3C/svg%3E") center/contain no-repeat}.vitz-form__textblock .vitz-form__icon-link:hover{background:var(--vitz-scheme-accent);color:var(--vitz-scheme-on-accent);text-decoration:none;transform:translateY(-1px)}.vitz-form__textblock .vitz-form__icon-link:focus-visible{outline:3px solid color-mix(in srgb,var(--vitz-scheme-accent) 45%,#fff);outline-offset:3px;border-radius:9px;box-shadow:0 0 0 2px var(--vitz-scheme-surface)}
.vitz-form__icon-link-row{display:flex;width:100%;margin-top:7px}.vitz-form__icon-link-row.is-left{justify-content:flex-start}.vitz-form__icon-link-row.is-center{justify-content:center}.vitz-form__icon-link-row.is-right{justify-content:flex-end}.vitz-form__icon-link-row .vitz-form__icon-link{margin-top:0}.vitz-form__textblock .vitz-form__icon-link.is-filled{background:var(--vitz-scheme-accent);color:var(--vitz-scheme-on-accent)}.vitz-form__textblock .vitz-form__icon-link.is-filled:hover{background:color-mix(in srgb,var(--vitz-scheme-accent) 86%,#000)}.vitz-form__icon-link.has-icon-document:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 2h8l5 5v15H6V2Zm2 2v16h9V8h-4V4H8Zm2 8h5v2h-5v-2Zm0 4h5v2h-5v-2Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 2h8l5 5v15H6V2Zm2 2v16h9V8h-4V4H8Zm2 8h5v2h-5v-2Zm0 4h5v2h-5v-2Z'/%3E%3C/svg%3E")}.vitz-form__icon-link.has-icon-lock:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10V7a5 5 0 0 1 10 0v3h2v12H5V10h2Zm2 0h6V7a3 3 0 0 0-6 0v3Zm3 3a2 2 0 0 0-1 3.7V19h2v-2.3A2 2 0 0 0 12 13Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10V7a5 5 0 0 1 10 0v3h2v12H5V10h2Zm2 0h6V7a3 3 0 0 0-6 0v3Zm3 3a2 2 0 0 0-1 3.7V19h2v-2.3A2 2 0 0 0 12 13Z'/%3E%3C/svg%3E")}.vitz-form__icon-link.has-icon-link:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.6 13.4a2 2 0 0 0 2.8 0l3-3a2 2 0 1 0-2.8-2.8l-1.2 1.2L11 7.4l1.2-1.2a4 4 0 1 1 5.6 5.6l-3 3a4 4 0 0 1-5.6 0l1.4-1.4Zm2.8-2.8a2 2 0 0 0-2.8 0l-3 3a2 2 0 1 0 2.8 2.8l1.2-1.2 1.4 1.4-1.2 1.2a4 4 0 1 1-5.6-5.6l3-3a4 4 0 0 1 5.6 0l-1.4 1.4Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.6 13.4a2 2 0 0 0 2.8 0l3-3a2 2 0 1 0-2.8-2.8l-1.2 1.2L11 7.4l1.2-1.2a4 4 0 1 1 5.6 5.6l-3 3a4 4 0 0 1-5.6 0l1.4-1.4Zm2.8-2.8a2 2 0 0 0-2.8 0l-3 3a2 2 0 1 0 2.8 2.8l1.2-1.2 1.4 1.4-1.2 1.2a4 4 0 1 1-5.6-5.6l3-3a4 4 0 0 1 5.6 0l-1.4 1.4Z'/%3E%3C/svg%3E")}
.vitz-form__submit{display:inline-flex;align-items:center;justify-content:center;min-height:50px;margin-top:28px;padding:12px 24px;border:2px solid transparent;border-radius:10px;background:var(--vitz-scheme-accent);color:var(--vitz-scheme-on-accent);box-shadow:0 8px 18px color-mix(in srgb,var(--vitz-scheme-accent) 24%,transparent);font:inherit;font-weight:750;letter-spacing:.01em;cursor:pointer;transition:background-color .16s,transform .16s,box-shadow .16s}.vitz-form__submit:hover{background:color-mix(in srgb,var(--vitz-scheme-accent) 88%,#000);color:var(--vitz-scheme-on-accent);box-shadow:0 10px 24px color-mix(in srgb,var(--vitz-scheme-accent) 32%,transparent);transform:translateY(-1px)}.vitz-form__submit:active{transform:translateY(0)}.vitz-form__submit:focus-visible{outline:3px solid var(--vitz-scheme-accent);outline-offset:3px}.vitz-form__message{margin:0 0 24px;padding:15px 18px;border:1px solid;border-left-width:5px;border-radius:11px;line-height:1.5;transition:opacity .28s ease,transform .28s ease,max-height .28s ease,margin .28s ease,padding .28s ease}.vitz-form__message.is-hiding{max-height:0;margin:0;padding-top:0;padding-bottom:0;overflow:hidden;opacity:0;transform:translateY(-6px)}.vitz-form__message--success{border-color:#16834c;background:#edf8f2;color:#125f3b}.vitz-form__message--error{border-color:#b32d2e;background:#fcf0f1;color:#6d2021}.vitz-form__message>:first-child{margin-top:0}.vitz-form__message>:last-child{margin-bottom:0}
.vitz-form--disabled{isolation:isolate;min-height:220px;overflow:hidden}.vitz-form--disabled>:not(.vitz-form__disabled-overlay){pointer-events:none;user-select:none;opacity:.2;filter:grayscale(.65) blur(.35px)}.vitz-form__disabled-overlay{position:absolute;z-index:20;inset:0;display:grid;place-items:center;padding:24px;background:color-mix(in srgb,var(--vitz-scheme-bg) 82%,transparent);text-align:center}.vitz-form__disabled-overlay>div{width:min(100%,560px);padding:24px;border:1px solid color-mix(in srgb,var(--vitz-scheme-border) 70%,transparent);border-radius:14px;background:var(--vitz-scheme-surface);color:var(--vitz-scheme-text);box-shadow:0 14px 38px rgba(20,28,36,.14)}.vitz-form__disabled-icon{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 12px;border-radius:50%;background:color-mix(in srgb,var(--vitz-scheme-accent) 14%,var(--vitz-scheme-surface));color:var(--vitz-scheme-accent);font-size:24px}.vitz-form__disabled-icon::before{content:"\1F512"}.vitz-form__disabled-overlay strong{display:block;font-size:1.2rem;line-height:1.25}.vitz-form__disabled-overlay p{margin:9px 0 0;color:var(--vitz-scheme-muted);line-height:1.55}
.vitz-form__submit:disabled{cursor:wait;opacity:.72;transform:none}.vitz-form__submit.is-submitting span::after{content:' …'}.vitz-form__submit-status{margin-top:10px;color:var(--vitz-scheme-muted);font-size:.88rem;line-height:1.4}.vitz-form__submit-status:empty{display:none}.vitz-form__turnstile,.vitz-form__turnstile-placeholder{max-width:100%;margin-top:24px}.vitz-form__turnstile-placeholder{padding:14px;border:1px dashed var(--vitz-scheme-border);border-radius:10px;background:var(--vitz-scheme-surface);color:var(--vitz-scheme-muted);text-align:center}.vitz-form__turnstile iframe{max-width:100%}
.vitz-form__honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.vitz-form--scheme-light-neutral{--vitz-scheme-bg:#fff;--vitz-scheme-surface:#fff;--vitz-scheme-text:#202124;--vitz-scheme-muted:#62676d;--vitz-scheme-border:#a8adb3;--vitz-scheme-accent:#4b5563;--vitz-scheme-on-accent:#fff;border-color:#d6d9dd;border-radius:4px;box-shadow:none}
.vitz-form--scheme-light-neutral .vitz-form__control,.vitz-form--scheme-light-neutral .vitz-form__choice,.vitz-form--scheme-light-neutral .vitz-form__submit,.vitz-form--scheme-light-neutral .vitz-form__message{border-radius:4px}
.vitz-form--scheme-light-neutral .vitz-form__submit{box-shadow:none}
.vitz-form--scheme-light-classic{--vitz-scheme-bg:#fff5ed;--vitz-scheme-surface:#fff;--vitz-scheme-text:#252321;--vitz-scheme-muted:#5b514a;--vitz-scheme-border:#7b7068;--vitz-scheme-accent:#e85d04;--vitz-scheme-on-accent:#2b1609}
.vitz-form--scheme-light-ocean{--vitz-scheme-bg:#eaf6ff;--vitz-scheme-surface:#fff;--vitz-scheme-text:#102f46;--vitz-scheme-muted:#48687d;--vitz-scheme-border:#6c8798;--vitz-scheme-accent:#075985;--vitz-scheme-on-accent:#fff}
.vitz-form--scheme-light-forest{--vitz-scheme-bg:#eaf7ee;--vitz-scheme-surface:#fff;--vitz-scheme-text:#173524;--vitz-scheme-muted:#4b6856;--vitz-scheme-border:#6d8876;--vitz-scheme-accent:#246b3f;--vitz-scheme-on-accent:#fff}
.vitz-form--scheme-light-plum{--vitz-scheme-bg:#f5edff;--vitz-scheme-surface:#fff;--vitz-scheme-text:#321747;--vitz-scheme-muted:#675272;--vitz-scheme-border:#897293;--vitz-scheme-accent:#6d28a8;--vitz-scheme-on-accent:#fff}
.vitz-form--scheme-light-sand{--vitz-scheme-bg:#fff0eb;--vitz-scheme-surface:#fff;--vitz-scheme-text:#432219;--vitz-scheme-muted:#745246;--vitz-scheme-border:#967466;--vitz-scheme-accent:#ad3514;--vitz-scheme-on-accent:#fff}
.vitz-form--scheme-light-slate{--vitz-scheme-bg:#eef1f4;--vitz-scheme-surface:#fff;--vitz-scheme-text:#17202b;--vitz-scheme-muted:#52606d;--vitz-scheme-border:#737f8c;--vitz-scheme-accent:#273444;--vitz-scheme-on-accent:#fff}
.vitz-form--scheme-light-rose{--vitz-scheme-bg:#fff0f6;--vitz-scheme-surface:#fff;--vitz-scheme-text:#42172a;--vitz-scheme-muted:#735063;--vitz-scheme-border:#956f80;--vitz-scheme-accent:#9d174d;--vitz-scheme-on-accent:#fff}
.vitz-form--scheme-light-teal{--vitz-scheme-bg:#e7f8f3;--vitz-scheme-surface:#fff;--vitz-scheme-text:#123b31;--vitz-scheme-muted:#496b62;--vitz-scheme-border:#688b81;--vitz-scheme-accent:#00745a;--vitz-scheme-on-accent:#fff}
.vitz-form--scheme-light-indigo{--vitz-scheme-bg:#edf1ff;--vitz-scheme-surface:#fff;--vitz-scheme-text:#20204a;--vitz-scheme-muted:#535577;--vitz-scheme-border:#73769a;--vitz-scheme-accent:#4338a8;--vitz-scheme-on-accent:#fff}
.vitz-form--scheme-light-amber{--vitz-scheme-bg:#fff8d9;--vitz-scheme-surface:#fff;--vitz-scheme-text:#382e13;--vitz-scheme-muted:#665a36;--vitz-scheme-border:#8d815b;--vitz-scheme-accent:#765500;--vitz-scheme-on-accent:#fff}
.vitz-form--scheme-dark-graphite{--vitz-scheme-bg:#181411;--vitz-scheme-surface:#30241d;--vitz-scheme-text:#fff8f3;--vitz-scheme-muted:#d8c8bd;--vitz-scheme-border:#8f7565;--vitz-scheme-accent:#ff8a3d;--vitz-scheme-on-accent:#291408}
.vitz-form--scheme-dark-ocean{--vitz-scheme-bg:#071b24;--vitz-scheme-surface:#103443;--vitz-scheme-text:#f1fbff;--vitz-scheme-muted:#bedbe7;--vitz-scheme-border:#668b9a;--vitz-scheme-accent:#58d7ff;--vitz-scheme-on-accent:#062431}
.vitz-form--scheme-dark-forest{--vitz-scheme-bg:#081f17;--vitz-scheme-surface:#12372a;--vitz-scheme-text:#effff5;--vitz-scheme-muted:#c0dfcb;--vitz-scheme-border:#668d7a;--vitz-scheme-accent:#5ee39a;--vitz-scheme-on-accent:#092719}
.vitz-form--scheme-dark-plum{--vitz-scheme-bg:#1d1230;--vitz-scheme-surface:#352052;--vitz-scheme-text:#fbf7ff;--vitz-scheme-muted:#d5c7e5;--vitz-scheme-border:#836da0;--vitz-scheme-accent:#c4a0ff;--vitz-scheme-on-accent:#23123d}
.vitz-form--scheme-dark-coffee{--vitz-scheme-bg:#251812;--vitz-scheme-surface:#42291e;--vitz-scheme-text:#fff7f1;--vitz-scheme-muted:#dec8ba;--vitz-scheme-border:#96745f;--vitz-scheme-accent:#ffb177;--vitz-scheme-on-accent:#30170a}
.vitz-form--scheme-dark-slate{--vitz-scheme-bg:#0c1630;--vitz-scheme-surface:#172b55;--vitz-scheme-text:#f4f7ff;--vitz-scheme-muted:#c6d0e9;--vitz-scheme-border:#687da9;--vitz-scheme-accent:#82adff;--vitz-scheme-on-accent:#0b1b39}
.vitz-form--scheme-dark-rose{--vitz-scheme-bg:#2a1016;--vitz-scheme-surface:#481d27;--vitz-scheme-text:#fff4f7;--vitz-scheme-muted:#e0c3ca;--vitz-scheme-border:#9a6b77;--vitz-scheme-accent:#ff8ca8;--vitz-scheme-on-accent:#35101b}
.vitz-form--scheme-dark-teal{--vitz-scheme-bg:#0d2528;--vitz-scheme-surface:#173f43;--vitz-scheme-text:#f1ffff;--vitz-scheme-muted:#c2dddd;--vitz-scheme-border:#6a9193;--vitz-scheme-accent:#73ddd7;--vitz-scheme-on-accent:#0a2c2c}
.vitz-form--scheme-dark-indigo{--vitz-scheme-bg:#251022;--vitz-scheme-surface:#441c3c;--vitz-scheme-text:#fff4fd;--vitz-scheme-muted:#e0c3db;--vitz-scheme-border:#96698d;--vitz-scheme-accent:#f59de1;--vitz-scheme-on-accent:#35102f}
.vitz-form--scheme-dark-gold{--vitz-scheme-bg:#050505;--vitz-scheme-surface:#1a1a1a;--vitz-scheme-text:#fff;--vitz-scheme-muted:#d7d7d7;--vitz-scheme-border:#8f8f8f;--vitz-scheme-accent:#ffd400;--vitz-scheme-on-accent:#211a00}
.vitz-form--scheme-dark-graphite,.vitz-form--scheme-dark-ocean,.vitz-form--scheme-dark-forest,.vitz-form--scheme-dark-plum,.vitz-form--scheme-dark-coffee,.vitz-form--scheme-dark-slate,.vitz-form--scheme-dark-rose,.vitz-form--scheme-dark-teal,.vitz-form--scheme-dark-indigo,.vitz-form--scheme-dark-gold{color-scheme:dark}
@container(max-width:760px){.vitz-form--responsive-balanced .vitz-form__field--w25,.vitz-form--responsive-balanced .vitz-form__field--w33,.vitz-form--responsive-balanced .vitz-form__field--w50{grid-column:span 6}.vitz-form--responsive-balanced .vitz-form__field--w66,.vitz-form--responsive-balanced .vitz-form__field--w75{grid-column:span 12}.vitz-form__title{font-size:clamp(1.45rem,6cqi,2rem)}}
@container(max-width:520px){.vitz-form{padding:18px;border-radius:14px}.vitz-form--responsive-balanced .vitz-form__field{grid-column:1/-1}.vitz-form--responsive-balanced .vitz-form__label{min-height:0;text-wrap:pretty}.vitz-form__grid{row-gap:14px}.vitz-form__intro{margin-bottom:18px}.vitz-form__submit{width:100%}}
@container(max-width:420px){.vitz-form--responsive-preserve .vitz-form__field{grid-column:1/-1}.vitz-form--responsive-preserve .vitz-form__label{min-height:0;text-wrap:pretty}}
.vitz-form--responsive-stack .vitz-form__field{grid-column:1/-1}.vitz-form--responsive-stack .vitz-form__label{min-height:0;text-wrap:pretty}
.vitz-form--responsive-balanced.is-compact .vitz-form__field--w25,.vitz-form--responsive-balanced.is-compact .vitz-form__field--w33,.vitz-form--responsive-balanced.is-compact .vitz-form__field--w50{grid-column:span 6}.vitz-form--responsive-balanced.is-compact .vitz-form__field--w66,.vitz-form--responsive-balanced.is-compact .vitz-form__field--w75{grid-column:span 12}.vitz-form.is-narrow{padding:18px;border-radius:14px}.vitz-form--responsive-balanced.is-narrow .vitz-form__field{grid-column:1/-1}.vitz-form--responsive-balanced.is-narrow .vitz-form__label{min-height:0;text-wrap:pretty}.vitz-form.is-narrow .vitz-form__grid{row-gap:14px}.vitz-form.is-narrow .vitz-form__intro{margin-bottom:18px}.vitz-form.is-narrow .vitz-form__submit{width:100%}.vitz-form--responsive-preserve.is-phone .vitz-form__field{grid-column:1/-1}.vitz-form--responsive-preserve.is-phone .vitz-form__label{min-height:0;text-wrap:pretty}
@media(max-width:767px){.vitz-form{padding:18px}.vitz-form__label{text-wrap:pretty}}
.vitz-form__disabled-overlay p{white-space:pre-line}
