.form-layout-stack{gap:var(--form-field-gap);flex-direction:column;min-width:0;display:flex}.form-layout-stack--sm{gap:var(--form-gap-sm)}.form-layout-stack--md{gap:var(--form-gap-md)}.form-layout-row{align-items:flex-start;column-gap:var(--form-row-gap);row-gap:var(--form-field-gap);flex-flow:wrap;width:100%;display:flex}.form-layout-row--3up>.form-field{flex:1 1 calc(var(--form-col-min) * .85)}.form-layout-row>.form-field{flex:1 1 var(--form-col-min);min-width:0}.form-layout-row.width-auto>*{width:auto}.form-layout-row.width-auto>.form-field{flex:auto}@supports (grid-template-rows:subgrid){.form-layout-row{grid-template-columns:repeat(auto-fit, minmax(var(--form-col-min), 1fr));column-gap:var(--form-row-gap);row-gap:var(--form-label-gap);grid-template-rows:auto auto;align-items:start;width:100%;display:grid}.form-layout-row--3up{grid-template-columns:repeat(3,minmax(0,1fr))}.form-layout-row.course-schedule-enrollment-tz-row{grid-template-columns:minmax(0,14rem) minmax(0,1fr)}.form-layout-row>.form-field{grid-template-rows:subgrid;gap:var(--form-label-gap);flex:unset;grid-row:span 2;width:auto;min-width:0;height:auto;display:grid}}@supports not (grid-template-rows:subgrid){.form-layout-row>.form-field{flex:1 1 var(--form-col-min);min-width:0}}.form-layout-stack>.form-field,.form-layout-stack>.text-field.form-field,.form-layout-section>.form-field-stack>.form-field,.form-layout-section>.form-layout-stack>.form-field{flex:unset;width:100%}.form-layout-stack>*,.form-layout-section>*,.form-layout-panel>.page-form-meta-fields>*,.form-layout-columns>.form-layout-stack>*{margin-top:0;margin-bottom:0}.form-layout-columns{gap:var(--form-columns-gap);align-items:flex-start;display:flex}.form-layout-columns--ratio-2-1>:first-child{flex:2;min-width:0}.form-layout-columns--ratio-2-1>:last-child,.form-layout-columns--ratio-1-2>:first-child{flex:1;min-width:0}.form-layout-columns--ratio-1-2>:last-child{flex:2;min-width:0}.form-layout-columns--ratio-1-1>*{min-width:var(--form-col-min-wide);flex:1}.form-layout-section{gap:var(--form-field-gap);border-radius:var(--radius-md);border:1px solid var(--gray-light);flex-direction:column;min-width:0;padding:1.5rem;display:flex}.form-layout-section__title,.form-layout-section__subtitle{border-bottom:1px solid var(--gray-light);color:#000000c7;margin:0;padding-bottom:.625rem;font-size:.9375rem;font-weight:650;line-height:1.3}.form-layout-section>.form-layout-section__subtitle,.form-layout-section>.form-layout-section__title:not(:first-child),.form-layout-section>.gray-underline:not(:first-child),.form-layout-section>.underline:not(:first-child){margin-top:var(--form-field-gap)}.form-layout-section>.gray-underline,.form-layout-section>.underline{border-bottom:1px solid var(--gray-light);color:#000000c7;margin-bottom:0;margin-left:0;margin-right:0;padding:0 0 .625rem;font-size:.9375rem;font-weight:650;line-height:1.3}.form-layout-panel{gap:var(--form-gap-md);border:1px solid var(--gray-light);border-radius:var(--radius-md);box-sizing:border-box;background:linear-gradient(#fcfcfc 0%,#f6f6f6 100%);flex-direction:column;min-width:0;padding:1rem 1.125rem 1.125rem;display:flex}.form-layout-panel__title{letter-spacing:.02em;text-transform:uppercase;color:#000000b8;border-bottom:1px solid #00000014;margin:0;padding-bottom:.625rem;font-size:.875rem;font-weight:650;line-height:1.25}.form-layout-panel__hint{color:#00000094;margin:0;font-size:.8125rem;line-height:1.45}@media (max-width:900px){.form-layout-columns{flex-direction:column;align-items:stretch}.form-layout-columns--ratio-1-1>*,.form-layout-columns--ratio-2-1>*,.form-layout-columns--ratio-1-2>*{flex:auto;width:100%;min-width:0}}@media (max-width:640px){.form-layout-columns{flex-direction:column;align-items:stretch}@supports (grid-template-rows:subgrid){.form-layout-row{grid-template-columns:1fr}}@supports not (grid-template-rows:subgrid){.form-layout-row>.form-field{flex:100%}}}.form-layout-topic-routing{gap:var(--form-gap-sm);flex-direction:column;display:flex}.form-layout-topic-routing__header{justify-content:space-between;align-items:center;gap:.75rem;font-weight:600;display:flex}.form-layout-topic-routing__empty{opacity:.7;margin:0}.form-layout-topic-card{gap:var(--form-gap-sm);border-radius:var(--radius-md);border:1px solid #0000001f;flex-direction:column;padding:.625rem;display:flex}.form-layout-topic-card__header{justify-content:space-between;align-items:center;gap:.75rem;font-weight:600;display:flex}.form-layout-linked-heading,.form-layout-linked-subheading{margin:0}.form-layout-linked-list{margin:0;padding-left:1.25rem;list-style-position:outside}
.form-field{gap:var(--form-label-gap);flex-direction:column;min-width:0;margin:0;display:flex}.form-field>*{margin:0}.form-field>p{padding:0}.form-field__control-stack{flex-direction:column;gap:.375rem;width:100%;min-width:0;display:flex}.form-field label:not(.checkbox-label):not(.radio-option){color:#00000094;font-size:.88em;font-weight:400;line-height:1.35;display:block}.form-field label.form-field__label-row{flex-wrap:wrap;align-items:center;gap:.25rem;display:flex}.form-layout-row>.form-field>.form-field__label-row{min-height:var(--form-row-label-height);flex-wrap:nowrap;align-items:center}.form-layout-row>.form-field>.form-field__label-text,.form-field__label-text{min-width:0}.form-field__note-only-row{justify-content:flex-end;display:flex}.form-field__list{flex-direction:column;gap:.5rem;display:flex}.form-field .feedback-field-error,.form-field p.error,.form-field span.error{margin:0}.form-field input[type=checkbox]{margin-top:0}.form-field .radio-option{align-items:baseline;gap:.5rem;font-size:1rem;display:flex}.form-field-stack{gap:var(--form-gap-md);flex-direction:column;align-items:stretch;min-width:0;display:flex}.form-field-stack>.text-field.form-field,.form-field-stack>.form-field{flex:none;width:100%;margin:0}.form-field-stack>.form-field.form-field--inline-check>label{color:#000000b8;font-size:.875rem;font-weight:500}
.form-field-control{--form-control-font-size:1rem;--form-control-line-height:1.45;box-sizing:border-box;border:1px solid var(--field-border-color,#d0d0d0);background-color:var(--field-bg,#fff);width:100%;font-family:inherit;font-size:var(--form-control-font-size);line-height:var(--form-control-line-height);border-radius:var(--radius-md);color:var(--gray-dark);padding:.5rem .65rem;transition:color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out}input.form-field-control:not([type=file]):not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=range]),select.form-field-control{min-height:var(--form-control-min-height)}select.form-field-control,select.form-field-control option,input[type=file].form-field-control{font-family:inherit;font-size:var(--form-control-font-size);line-height:var(--form-control-line-height)}input[type=file].form-field-control::file-selector-button{border:1px solid var(--field-border-color,#d0d0d0);border-radius:var(--radius-md);font-family:inherit;font-size:var(--form-control-font-size);line-height:var(--form-control-line-height);color:var(--gray-dark);cursor:pointer;background-color:#f8f8f8;margin-right:.65rem;padding:.35rem .65rem}input[type=file].form-field-control::-moz-file-upload-button{border:1px solid var(--field-border-color,#d0d0d0);border-radius:var(--radius-md);font-family:inherit;font-size:var(--form-control-font-size);line-height:var(--form-control-line-height);color:var(--gray-dark);cursor:pointer;background-color:#f8f8f8;margin-right:.65rem;padding:.35rem .65rem}input[type=date].form-field-control,input[type=time].form-field-control,input[type=datetime-local].form-field-control{font-family:inherit;font-size:var(--form-control-font-size);line-height:var(--form-control-line-height)}@media (max-width:640px){.form-field-control{--form-control-font-size:16px}}.form-field-control:focus{border-color:var(--blue);box-shadow:var(--focus-ring);outline:none}.form-field-control:disabled{cursor:not-allowed;opacity:.9;background-color:#f5f5f5}.form-field-control::placeholder{color:#aaa}.form-control-min-url{min-width:12rem}.form-control-min-file{min-width:10rem}
.FormBlock-module__2dyCjW__wrap{box-sizing:border-box;max-width:100%;padding:20px 0}.FormBlock-module__2dyCjW__card{border-radius:var(--radius-lg);box-sizing:border-box;background:#fff;border:1px solid #0000001f;max-width:100%;padding:18px;box-shadow:0 1px 1px #00000008,0 10px 30px #0000000f}.FormBlock-module__2dyCjW__title{margin-bottom:14px;font-size:18px;font-weight:600}.FormBlock-module__2dyCjW__helper{color:#000000a6;margin-bottom:14px;font-size:13px}.FormBlock-module__2dyCjW__fields .form-field>label:not(.radio-option){color:#000000c7;font-size:13px;font-weight:600}.FormBlock-module__2dyCjW__required{color:#b91c1c;margin-left:4px}.FormBlock-module__2dyCjW__fields textarea.form-field-control{resize:vertical;min-height:140px}.FormBlock-module__2dyCjW__checkbox{cursor:pointer}.FormBlock-module__2dyCjW__turnstile{margin-top:.75rem}.FormBlock-module__2dyCjW__actions{align-items:center;gap:12px;margin-top:6px;display:flex}.FormBlock-module__2dyCjW__submit{border-radius:var(--radius-pill);color:#fff;cursor:pointer;background:#111;border:none;padding:10px 16px;font-weight:600}.FormBlock-module__2dyCjW__submit:hover:not(:disabled){background:#000}.FormBlock-module__2dyCjW__submit:active:not(:disabled){transform:translateY(1px)}.FormBlock-module__2dyCjW__submit:disabled{opacity:.65;cursor:not-allowed}@media (max-width:600px){.FormBlock-module__2dyCjW__card{padding:14px}}@media (max-width:640px){.FormBlock-module__2dyCjW__fields .form-field-control{font-size:max(1em,16px)}}
