.controls-module__JpILRG__button{min-height:40px;font-family:var(--font-ui);font-size:var(--text-control);font-weight:var(--font-weight-medium);line-height:var(--leading-tight);text-align:center;white-space:nowrap;cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:7px;padding:8px 15px;transition:background-color .14s,border-color .14s,color .14s;display:inline-flex}.controls-module__JpILRG__button svg,.controls-module__JpILRG__segment svg{stroke-width:2px;flex:none;width:16px;height:16px}.controls-module__JpILRG__button[data-size=compact]{min-height:34px;font-size:var(--text-label);padding:6px 13px}.controls-module__JpILRG__button[data-size=large]{min-height:44px;font-size:var(--text-body-sm);padding:10px 18px}.controls-module__JpILRG__button[data-size=icon]{width:40px;min-height:40px;padding:0}.controls-module__JpILRG__button[data-variant=primary]{border-color:var(--teal-900);background:var(--teal-600);color:var(--white)}.controls-module__JpILRG__button[data-variant=primary]:hover:not(:disabled){background:var(--teal-700)}.controls-module__JpILRG__button[data-variant=secondary]{border-color:var(--line);background:var(--paper);color:var(--ink)}.controls-module__JpILRG__button[data-variant=secondary]:hover:not(:disabled),.controls-module__JpILRG__button[data-variant=quiet]:hover:not(:disabled){background:var(--teal-50)}.controls-module__JpILRG__button[data-variant=quiet]{color:var(--teal-700);background:0 0;border-color:#0000}.controls-module__JpILRG__button[data-variant=danger]{border-color:var(--pink-500);color:var(--pink-700);background:0 0}.controls-module__JpILRG__button[data-variant=danger]:hover:not(:disabled){background:var(--pink-50)}.controls-module__JpILRG__unstyledButton{color:inherit;font-family:var(--font-ui);font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:0;cursor:pointer}.controls-module__JpILRG__button:disabled,.controls-module__JpILRG__button[aria-disabled=true]{cursor:not-allowed;opacity:.45}.controls-module__JpILRG__input{border:1px solid var(--line);background:var(--paper);width:100%;min-height:40px;color:var(--ink);font-family:var(--font-ui);font-size:var(--text-control);font-weight:var(--font-weight-regular);line-height:var(--leading-control);border-radius:6px;padding:9px 11px;display:block}.controls-module__JpILRG__input::placeholder{color:var(--muted);opacity:.78}.controls-module__JpILRG__input:hover:not(:disabled){border-color:var(--teal-700)}.controls-module__JpILRG__input:focus-visible{border-color:var(--teal-700);outline:3px solid var(--pink-500);outline-offset:1px}.controls-module__JpILRG__input:disabled{cursor:not-allowed;opacity:.55}.controls-module__JpILRG__input[aria-invalid=true],.controls-module__JpILRG__textarea[aria-invalid=true]{border-color:var(--pink-700)}.controls-module__JpILRG__input[readonly],.controls-module__JpILRG__textarea[readonly]{background:var(--surface);color:var(--body)}.controls-module__JpILRG__input[data-size=compact]{min-height:34px;font-size:var(--text-label);padding:6px 9px}.controls-module__JpILRG__input[data-size=large]{min-height:44px;font-size:var(--text-body-sm);padding:10px 12px}.controls-module__JpILRG__textarea{border:1px solid var(--line);background:var(--paper);width:100%;min-height:88px;color:var(--ink);font-family:var(--font-ui);font-size:var(--text-control);font-weight:var(--font-weight-regular);line-height:var(--leading-body);resize:vertical;border-radius:6px;padding:10px 11px;display:block}.controls-module__JpILRG__textarea::placeholder{color:var(--muted);opacity:.78}.controls-module__JpILRG__textarea:hover:not(:disabled),.controls-module__JpILRG__textarea:focus-visible{border-color:var(--teal-700)}.controls-module__JpILRG__textarea:focus-visible{outline:3px solid var(--pink-500);outline-offset:1px}.controls-module__JpILRG__textarea:disabled{cursor:not-allowed;opacity:.55}.controls-module__JpILRG__textarea[data-size=compact]{min-height:68px;font-size:var(--text-label);padding:7px 9px}.controls-module__JpILRG__textarea[data-size=large]{min-height:112px;font-size:var(--text-body-sm);padding:11px 12px}.controls-module__JpILRG__checkbox,.controls-module__JpILRG__radio{width:18px;height:18px;accent-color:var(--teal-700);cursor:pointer;flex:none;margin:0 7px 0 0}.controls-module__JpILRG__checkbox:focus-visible,.controls-module__JpILRG__radio:focus-visible{outline:3px solid var(--pink-500);outline-offset:2px}.controls-module__JpILRG__checkbox:disabled,.controls-module__JpILRG__radio:disabled{cursor:not-allowed;opacity:.5}.controls-module__JpILRG__fileInput{border:1px solid var(--line);background:var(--paper);width:100%;min-height:44px;color:var(--body);font-family:var(--font-ui);font-size:var(--text-control);border-radius:6px;padding:5px;display:block}.controls-module__JpILRG__fileInput::file-selector-button{background:var(--teal-50);min-height:32px;color:var(--teal-700);font:inherit;font-weight:var(--font-weight-medium);cursor:pointer;border:0;border-radius:4px;margin-right:10px;padding:6px 10px}.controls-module__JpILRG__fieldGroup{gap:16px;display:grid}.controls-module__JpILRG__field{gap:6px;min-width:0;display:grid}.controls-module__JpILRG__field[data-orientation=horizontal]{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px}.controls-module__JpILRG__field>span:first-child{color:var(--ink);font-size:var(--text-label);font-weight:var(--font-weight-medium);justify-content:space-between;align-items:baseline;gap:12px;display:flex}.controls-module__JpILRG__field small{color:var(--muted);font-size:var(--text-caption);font-weight:var(--font-weight-regular)}.controls-module__JpILRG__fieldSet{border:0;gap:10px;min-width:0;padding:0;display:grid}.controls-module__JpILRG__fieldLabel{color:var(--ink);font-family:var(--font-ui);font-size:var(--text-label);font-weight:var(--font-weight-medium);line-height:var(--leading-control)}.controls-module__JpILRG__fieldDescription{color:var(--muted);font-size:var(--text-caption);line-height:var(--leading-body)}.controls-module__JpILRG__fieldMessage{color:var(--pink-700);font-size:var(--text-caption);line-height:var(--leading-body)}.controls-module__JpILRG__field[data-invalid=true] .controls-module__JpILRG__fieldLabel{color:var(--pink-700)}.controls-module__JpILRG__inputGroup{align-items:center;min-width:0;display:grid;position:relative}.controls-module__JpILRG__inputGroupInput{grid-area:1/1;padding-left:38px;padding-right:38px}.controls-module__JpILRG__inputGroupAddon{z-index:1;color:var(--muted);pointer-events:none;grid-area:1/1;align-items:center;display:inline-flex}.controls-module__JpILRG__inputGroupAddon[data-align=start]{justify-self:start;padding-left:11px}.controls-module__JpILRG__inputGroupAddon[data-align=end]{justify-self:end;padding-right:5px}.controls-module__JpILRG__inputGroupAddon button,.controls-module__JpILRG__inputGroupAddon a{pointer-events:auto}.controls-module__JpILRG__inputGroupAddon>svg{width:17px;height:17px}@media (max-width:600px),(max-width:760px) and (pointer:coarse){.controls-module__JpILRG__button,.controls-module__JpILRG__button[data-size=compact],.controls-module__JpILRG__input,.controls-module__JpILRG__input[data-size=compact],.controls-module__JpILRG__input[data-size=large],.controls-module__JpILRG__selectTrigger,.controls-module__JpILRG__actionMenuTrigger{min-height:44px}.controls-module__JpILRG__button[data-size=icon]{width:44px}.controls-module__JpILRG__checkbox,.controls-module__JpILRG__radio{width:20px;height:20px}}.controls-module__JpILRG__selectTrigger{border:1px solid var(--line);background:var(--paper);width:100%;min-height:40px;color:var(--ink);font-family:var(--font-data);font-size:var(--text-control);font-weight:var(--font-weight-medium);line-height:var(--leading-control);text-align:left;cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:9px 11px;display:inline-flex}.controls-module__JpILRG__selectTrigger:hover:not([data-disabled]){border-color:var(--teal-700)}.controls-module__JpILRG__selectTrigger[data-disabled]{cursor:not-allowed;opacity:.45}.controls-module__JpILRG__selectValue{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.controls-module__JpILRG__selectIcon{color:var(--muted);flex:none;font-size:14px;line-height:1}.controls-module__JpILRG__selectContent{z-index:100;min-width:var(--radix-select-trigger-width);max-height:min(320px, var(--radix-select-content-available-height));border:1px solid var(--line);background:var(--paper);color:var(--ink);font-family:var(--font-data);border-radius:6px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0d242a1f}.controls-module__JpILRG__selectViewport{padding:5px}.controls-module__JpILRG__selectItem{min-height:38px;font-family:var(--font-data);font-size:var(--text-control);font-weight:var(--font-weight-regular);cursor:default;-webkit-user-select:none;user-select:none;border-radius:4px;outline:none;align-items:center;padding:7px 34px 7px 10px;display:flex;position:relative}.controls-module__JpILRG__selectItem[data-highlighted]{background:var(--teal-100)}.controls-module__JpILRG__selectItem[data-disabled]{opacity:.45}.controls-module__JpILRG__selectIndicator{color:var(--teal-700);font-weight:var(--font-weight-semibold);position:absolute;right:10px}.controls-module__JpILRG__selectScroll{height:28px;color:var(--muted);place-items:center;display:grid}.controls-module__JpILRG__actionMenuTrigger{border:1px solid var(--line);background:var(--paper);width:100%;min-height:40px;color:var(--ink);font-family:var(--font-data);font-size:var(--text-control);font-weight:var(--font-weight-medium);line-height:var(--leading-control);text-align:left;cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:9px 11px;display:inline-flex}.controls-module__JpILRG__actionMenuTrigger:hover:not([data-disabled]),.controls-module__JpILRG__actionMenuTrigger[data-state=open]{border-color:var(--teal-700)}.controls-module__JpILRG__actionMenuTrigger:disabled{cursor:not-allowed;opacity:.45}.controls-module__JpILRG__actionMenuTrigger svg,.controls-module__JpILRG__actionMenuSubTrigger svg{width:16px;height:16px;color:var(--muted);stroke-width:2px;flex:none}.controls-module__JpILRG__actionMenuTriggerLabel{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.controls-module__JpILRG__actionMenuContent,.controls-module__JpILRG__actionMenuSubContent{min-width:min(270px,100vw - 24px);max-width:min(340px,100vw - 24px);max-height:min(420px, var(--radix-dropdown-menu-content-available-height));border:1px solid var(--line);background:var(--paper);color:var(--ink);font-family:var(--font-data);border-radius:6px;padding:5px;overflow-y:auto;box-shadow:0 8px 24px #0d242a1f}.controls-module__JpILRG__actionMenuContent{min-width:var(--radix-dropdown-menu-trigger-width)}.controls-module__JpILRG__actionMenuLabel{color:var(--muted);font-size:var(--text-label);font-weight:var(--font-weight-semibold);line-height:var(--leading-control);padding:7px 10px 5px}.controls-module__JpILRG__actionMenuSubTrigger,.controls-module__JpILRG__actionMenuItem{min-height:38px;font-family:var(--font-data);font-size:var(--text-control);font-weight:var(--font-weight-regular);line-height:var(--leading-control);cursor:default;-webkit-user-select:none;user-select:none;border-radius:4px;outline:none;align-items:center;padding:7px 10px;display:flex}.controls-module__JpILRG__actionMenuSubTrigger{font-weight:var(--font-weight-medium);justify-content:space-between;gap:16px}.controls-module__JpILRG__actionMenuSubTrigger[data-highlighted],.controls-module__JpILRG__actionMenuSubTrigger[data-state=open],.controls-module__JpILRG__actionMenuItem[data-highlighted]{background:var(--teal-100)}.controls-module__JpILRG__actionMenuItem[data-disabled],.controls-module__JpILRG__actionMenuSubTrigger[data-disabled]{opacity:.45}.controls-module__JpILRG__segmented{border:1px solid var(--line);background:0 0;border-radius:6px;align-items:stretch;width:fit-content;display:inline-flex;overflow:hidden}.controls-module__JpILRG__segmented[data-full-width=true]{width:100%;display:flex}.controls-module__JpILRG__segment{border:0;border-right:1px solid var(--line);min-height:40px;color:var(--body);font-family:var(--font-ui);font-size:var(--text-control);font-weight:var(--font-weight-medium);line-height:var(--leading-control);cursor:pointer;background:0 0;flex:auto;justify-content:center;align-items:center;gap:7px;padding:8px 16px;display:inline-flex}.controls-module__JpILRG__segment:last-child{border-right:0}.controls-module__JpILRG__segment:hover:not([data-state=on]){background:var(--teal-50)}.controls-module__JpILRG__segment[data-state=on]{background:var(--teal-600);color:var(--white)}.controls-module__JpILRG__segment:focus-visible{z-index:1;outline-offset:-3px;position:relative}.controls-module__JpILRG__segment:disabled{cursor:not-allowed;opacity:.45}.controls-module__JpILRG__switch{border:1px solid var(--line);background:var(--line-soft);cursor:pointer;border-radius:999px;flex:none;align-items:center;width:46px;height:26px;padding:2px;transition:background-color .14s,border-color .14s;display:inline-flex;position:relative}.controls-module__JpILRG__switch[data-state=checked]{border-color:var(--teal-700);background:var(--teal-700)}.controls-module__JpILRG__switch[data-disabled]{cursor:not-allowed;opacity:.45}.controls-module__JpILRG__switchThumb{background:var(--white);border-radius:50%;width:20px;height:20px;transition:transform .14s;display:block;transform:translate(0);box-shadow:0 1px 2px #0d242a38}.controls-module__JpILRG__switchThumb[data-state=checked]{transform:translate(20px)}@media (max-width:900px){.controls-module__JpILRG__button,.controls-module__JpILRG__selectTrigger,.controls-module__JpILRG__actionMenuTrigger,.controls-module__JpILRG__segment,.controls-module__JpILRG__selectItem,.controls-module__JpILRG__actionMenuSubTrigger,.controls-module__JpILRG__actionMenuItem{min-height:44px}.controls-module__JpILRG__actionMenuSubContent[data-side=left]{transform:translate(calc(100% + 4px))}.controls-module__JpILRG__actionMenuSubContent[data-side=right]{transform:translate(calc(-100% - 4px))}}.controls-module__JpILRG__selectNative{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.controls-module__JpILRG__selectTrigger[aria-invalid=true]{border-color:var(--pink-500)}.controls-module__JpILRG__selectError{color:var(--pink-700);font-size:var(--text-caption);font-weight:var(--font-weight-medium);margin-top:4px;display:block}.controls-module__JpILRG__datePickerContent,.controls-module__JpILRG__datePickerInline{border:1px solid var(--line);background:var(--paper);border-radius:6px;width:min(320px,100%);padding:12px}.controls-module__JpILRG__datePickerContent{z-index:100;box-shadow:0 8px 24px #0d242a1f}.controls-module__JpILRG__datePickerCalendar{gap:8px;display:grid}.controls-module__JpILRG__datePickerHeader{justify-content:space-between;align-items:center;gap:8px;display:flex}.controls-module__JpILRG__datePickerMonth{min-width:0;font-family:var(--font-ui);font-size:var(--text-body-sm);font-weight:var(--font-weight-semibold);text-align:center}.controls-module__JpILRG__datePickerNav{min-width:40px;min-height:40px;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.controls-module__JpILRG__datePickerNav:hover:not(:disabled){background:var(--teal-50)}.controls-module__JpILRG__datePickerNav:disabled{cursor:not-allowed;opacity:.45}.controls-module__JpILRG__datePickerWeekdays,.controls-module__JpILRG__datePickerGrid{grid-template-columns:repeat(7,minmax(0,1fr));gap:2px;display:grid}.controls-module__JpILRG__datePickerWeekdays span{min-height:28px;color:var(--muted);font-size:var(--text-caption);font-weight:var(--font-weight-medium);place-items:center;display:grid}.controls-module__JpILRG__datePickerDay{width:100%;min-height:40px;color:var(--ink);font-family:var(--font-ui);font-size:var(--text-control);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;place-items:center;display:grid}.controls-module__JpILRG__datePickerDay[data-today=true]{font-weight:var(--font-weight-semibold)}.controls-module__JpILRG__datePickerDay[data-selected=true]{border-color:var(--teal-700);background:var(--teal-50)}.controls-module__JpILRG__datePickerDay:hover:not(:disabled){background:var(--teal-50)}.controls-module__JpILRG__datePickerDay:focus-visible,.controls-module__JpILRG__datePickerNav:focus-visible{outline:3px solid var(--pink-500);outline-offset:1px}.controls-module__JpILRG__datePickerDay:disabled{cursor:default;color:var(--muted)}.controls-module__JpILRG__datePickerDay[data-outside=true]{visibility:hidden}.controls-module__JpILRG__dateTimePicker{gap:8px;display:grid}
.tracking-manager-module__VdRhQq__banner{z-index:30;border:2px solid var(--ink);background:var(--paper);width:min(100% - 36px,760px);color:var(--ink);border-radius:14px;margin-inline:auto;padding:22px;position:fixed;inset:auto 18px 18px;box-shadow:0 14px 36px #0d242a2e}.tracking-manager-module__VdRhQq__heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.tracking-manager-module__VdRhQq__heading h2{font-family:var(--font-display);margin:0;font-size:28px;font-weight:400;line-height:1.1}.tracking-manager-module__VdRhQq__summary{max-width:620px;color:var(--body);margin:9px 0 0;font-size:13px;line-height:1.55}.tracking-manager-module__VdRhQq__close{border:1px solid var(--ink);width:42px;height:42px;color:inherit;cursor:pointer;background:0 0;border-radius:50%;flex:none;place-items:center;font-size:22px;display:grid}.tracking-manager-module__VdRhQq__details{border-block:1px solid var(--line);gap:0;margin-top:18px;display:grid}.tracking-manager-module__VdRhQq__choice{grid-template-columns:1fr auto;align-items:center;gap:20px;padding:16px 0;display:grid}.tracking-manager-module__VdRhQq__choice+.tracking-manager-module__VdRhQq__choice{border-top:1px solid var(--line-soft)}.tracking-manager-module__VdRhQq__choice b,.tracking-manager-module__VdRhQq__choice small{display:block}.tracking-manager-module__VdRhQq__choice b{font-size:14px}.tracking-manager-module__VdRhQq__choice small{max-width:570px;color:var(--body);margin-top:4px;font-size:12px;line-height:1.5}.tracking-manager-module__VdRhQq__choice input{width:22px;height:22px;accent-color:var(--teal-900)}.tracking-manager-module__VdRhQq__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.tracking-manager-module__VdRhQq__actions button{border:1px solid var(--ink);min-height:44px;color:var(--ink);cursor:pointer;font-size:13px;font-weight:var(--font-weight-semibold);background:0 0;border-radius:9px;padding:9px 16px}.tracking-manager-module__VdRhQq__actions .tracking-manager-module__VdRhQq__primary{border-color:var(--teal-900);background:var(--teal-900);color:#fff}.tracking-manager-module__VdRhQq__choicesButton{color:inherit;cursor:pointer;font:inherit;text-underline-offset:3px;background:0 0;border:0;padding:0;text-decoration:underline}@media (max-width:640px){.tracking-manager-module__VdRhQq__banner{width:calc(100% - 20px);max-height:none;margin:10px auto 0;padding:18px;position:static;inset:auto;overflow:visible}.tracking-manager-module__VdRhQq__heading h2{font-size:25px}.tracking-manager-module__VdRhQq__choice{align-items:start}.tracking-manager-module__VdRhQq__actions{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.tracking-manager-module__VdRhQq__actions button{width:100%;padding-inline:8px}}
.person-avatar-module__-DzVGW__avatar{background:var(--teal-100);color:var(--teal-900);font-weight:var(--font-weight-semibold);border-radius:50%;place-items:center;display:grid;overflow:hidden}.person-avatar-module__-DzVGW__image{object-fit:cover;width:100%;height:100%}
.alert-dialog-module__FCGLdW__overlay{z-index:140;background:#0d242a9e;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.alert-dialog-module__FCGLdW__dialog{border:1px solid var(--line,#dbe2df);background:var(--paper,#fff);width:min(100%,420px);color:var(--ink,#183035);box-shadow:none;border-radius:7px;padding:20px}.alert-dialog-module__FCGLdW__header{gap:6px;display:grid}.alert-dialog-module__FCGLdW__title{font-family:var(--font-admin,inherit);font-size:1.125rem;font-weight:var(--font-weight-semibold,600);margin:0;line-height:1.25}.alert-dialog-module__FCGLdW__description{color:var(--muted,#718085);font-size:var(--text-control,.9375rem);margin:0;line-height:1.45}.alert-dialog-module__FCGLdW__field{gap:6px;margin-top:16px;display:grid}.alert-dialog-module__FCGLdW__field span{color:var(--ink,#183035);font-size:var(--text-caption,.75rem);font-weight:var(--font-weight-medium,500);letter-spacing:.05em;text-transform:uppercase}.alert-dialog-module__FCGLdW__field input{border:1px solid var(--line,#dbe2df);background:var(--paper,#fff);min-height:40px;font:inherit;border-radius:4px;padding:8px 10px}.alert-dialog-module__FCGLdW__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:18px;display:flex}
.site-shell-module__gXNM0a__utilityBar{color:#5c3c49;background:#f7e9ed}.site-shell-module__gXNM0a__utilityInner{justify-content:space-between;align-items:center;gap:24px;width:min(100% - 64px,1380px);min-height:48px;margin:0 auto;font-size:12px;font-weight:700;display:flex}.site-shell-module__gXNM0a__utilityActions,.site-shell-module__gXNM0a__languages,.site-shell-module__gXNM0a__visitActions{align-items:center;gap:18px;display:flex}.site-shell-module__gXNM0a__utilityActions a,.site-shell-module__gXNM0a__visitActions a{align-items:center;gap:7px;display:inline-flex}.site-shell-module__gXNM0a__utilityActions a{min-height:44px}.site-shell-module__gXNM0a__hoursNote{color:#725a64;font-weight:600}.site-shell-module__gXNM0a__languages{gap:12px}.site-shell-module__gXNM0a__languages a{text-align:center;justify-content:center;align-items:center;min-width:32px;min-height:44px;padding:0 4px;display:inline-flex}.site-shell-module__gXNM0a__languages a[aria-current=page]{color:#9a2f64;text-underline-offset:4px;text-decoration:underline}.site-shell-module__gXNM0a__header{z-index:5;background:#fff;grid-template-columns:minmax(210px,280px) 1fr auto;align-items:center;gap:clamp(28px,4vw,68px);width:min(100% - 64px,1380px);min-height:132px;margin:0 auto;display:grid;position:relative}.site-shell-module__gXNM0a__logo{width:min(100%,265px);height:auto}.site-shell-module__gXNM0a__primaryNav{font-size:13px;font-weight:var(--font-weight-semibold);justify-content:flex-end;align-items:center;gap:clamp(18px,2vw,34px);display:flex}.site-shell-module__gXNM0a__primaryNav a{border-bottom:2px solid #0000;padding:12px 0 10px}.site-shell-module__gXNM0a__primaryNav a:hover,.site-shell-module__gXNM0a__primaryNav a:focus-visible{border-bottom-color:#c44f86}.site-shell-module__gXNM0a__headerAction,.site-shell-module__gXNM0a__visitActions button,.site-shell-module__gXNM0a__visitActions a{color:#fff;min-height:46px;font:inherit;font-size:13px;font-weight:var(--font-weight-semibold);cursor:pointer;background:#06626a;border:1px solid #06626a;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;display:inline-flex}.site-shell-module__gXNM0a__headerAction:hover,.site-shell-module__gXNM0a__visitActions button:hover,.site-shell-module__gXNM0a__visitActions a:hover{background:#044f56}.site-shell-module__gXNM0a__mobileMenu{display:none}.site-shell-module__gXNM0a__visitBand{color:#fff;background:#086c75;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(70px,10vw,160px);padding:74px max(32px,50vw - 590px);display:grid}.site-shell-module__gXNM0a__visitLead>p{font-size:12px;font-weight:var(--font-weight-semibold);letter-spacing:.13em;text-transform:uppercase;margin:0 0 14px}.site-shell-module__gXNM0a__visitLead h2{font-family:var(--font-sans);font-size:clamp(43px,5vw,66px);font-weight:var(--font-weight-medium);margin:0 0 26px;line-height:1}.site-shell-module__gXNM0a__visitLead address{margin-bottom:22px;font-style:normal;line-height:1.8}.site-shell-module__gXNM0a__textLink{font-weight:var(--font-weight-semibold);border-bottom:1px solid #ffffffb3;align-items:center;gap:10px;padding:6px 0;display:inline-flex}.site-shell-module__gXNM0a__hours{border-left:1px solid #ffffff73;padding-left:clamp(40px,6vw,80px)}.site-shell-module__gXNM0a__hours h3{margin:0 0 20px;font-size:22px}.site-shell-module__gXNM0a__hours dl{margin:0}.site-shell-module__gXNM0a__hours dl>div{border-bottom:1px solid #ffffff3d;grid-template-columns:minmax(165px,1fr) auto;gap:24px;padding:10px 0;display:grid}.site-shell-module__gXNM0a__hours dt,.site-shell-module__gXNM0a__hours dd{margin:0}.site-shell-module__gXNM0a__hours dd{font-weight:700}.site-shell-module__gXNM0a__appointmentNote{color:#ffffffd1;max-width:570px;margin:20px 0 24px;font-size:13px;line-height:1.6}.site-shell-module__gXNM0a__visitActions a{background:0 0;border-color:#ffffffbf}.site-shell-module__gXNM0a__footer{background:#fff}.site-shell-module__gXNM0a__footerMain{grid-template-columns:minmax(250px,1.5fr) repeat(3,minmax(130px,1fr));gap:clamp(36px,5vw,76px);width:min(100% - 64px,1320px);margin:0 auto;padding:64px 0 54px;display:grid}.site-shell-module__gXNM0a__footerBrand{max-width:340px}.site-shell-module__gXNM0a__footerLogo{width:260px;height:auto;margin-bottom:22px}.site-shell-module__gXNM0a__footerBrand p{color:#5f6566;margin:0 0 20px;font-size:14px;line-height:1.7}.site-shell-module__gXNM0a__footerBrand a{color:#075e66;font-size:14px;font-weight:var(--font-weight-semibold);align-items:center;gap:7px;display:inline-flex}.site-shell-module__gXNM0a__footerMain nav{flex-direction:column;align-items:flex-start;gap:11px;font-size:13px;display:flex}.site-shell-module__gXNM0a__footerMain nav h2{color:#202728;font-size:13px;font-weight:var(--font-weight-semibold);margin:4px 0 9px}.site-shell-module__gXNM0a__footerMain nav a,.site-shell-module__gXNM0a__footerMain nav button{color:#586263;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:2px 0}.site-shell-module__gXNM0a__footerMain nav a:hover,.site-shell-module__gXNM0a__footerMain nav button:hover{color:#086c75;text-underline-offset:3px;text-decoration:underline}.site-shell-module__gXNM0a__footerLegal{color:#667071;border-top:1px solid #d9dede;justify-content:space-between;gap:32px;width:min(100% - 64px,1320px);margin:0 auto;padding:24px 0 34px;font-size:11px;line-height:1.6;display:flex}.site-shell-module__gXNM0a__footerLegal p{margin:0}@media (max-width:1080px){.site-shell-module__gXNM0a__header{grid-template-columns:minmax(190px,250px) 1fr auto}.site-shell-module__gXNM0a__primaryNav{display:none}.site-shell-module__gXNM0a__mobileMenu{justify-self:end;display:block}.site-shell-module__gXNM0a__mobileMenu summary{color:#254247;min-height:44px;font-size:12px;font-weight:var(--font-weight-semibold);cursor:pointer;background:#fff;border:1px solid #cfd8d8;border-radius:4px;align-items:center;gap:8px;padding:8px 12px;list-style:none;display:flex}.site-shell-module__gXNM0a__mobileMenu summary::-webkit-details-marker{display:none}.site-shell-module__gXNM0a__mobileMenu nav{background:#fff;border-top:1px solid #dbe3e3;border-bottom:1px solid #dbe3e3;padding:18px 32px 26px;display:grid;position:absolute;top:calc(100% - 12px);left:0;right:0;box-shadow:0 16px 30px #193a3e1f}.site-shell-module__gXNM0a__mobileMenu nav a{border-bottom:1px solid #e2e7e7;align-items:center;gap:8px;padding:12px 0;font-size:14px;font-weight:700;display:flex}.site-shell-module__gXNM0a__footerMain{grid-template-columns:minmax(240px,1.5fr) repeat(2,1fr)}.site-shell-module__gXNM0a__footerMain nav:last-child{grid-column:2/-1}}@media (max-width:700px){.site-shell-module__gXNM0a__utilityInner,.site-shell-module__gXNM0a__header,.site-shell-module__gXNM0a__footerMain,.site-shell-module__gXNM0a__footerLegal{width:min(100% - 32px,100%)}.site-shell-module__gXNM0a__utilityInner{min-height:44px}.site-shell-module__gXNM0a__hoursNote{display:none}.site-shell-module__gXNM0a__utilityActions a{font-size:12px}.site-shell-module__gXNM0a__header{grid-template-columns:minmax(0,1fr) auto auto;gap:9px;min-height:88px}.site-shell-module__gXNM0a__logo{width:min(42vw,160px)}.site-shell-module__gXNM0a__headerAction{width:44px;min-height:44px;padding:8px;font-size:0}.site-shell-module__gXNM0a__mobileMenu nav{padding-left:16px;padding-right:16px}.site-shell-module__gXNM0a__visitBand{grid-template-columns:1fr;gap:44px;padding:56px 24px}.site-shell-module__gXNM0a__hours{border-top:1px solid #ffffff73;border-left:0;padding-top:38px;padding-left:0}.site-shell-module__gXNM0a__hours dl>div{grid-template-columns:1fr;gap:4px}.site-shell-module__gXNM0a__visitActions{flex-direction:column;align-items:stretch}.site-shell-module__gXNM0a__footerMain{grid-template-columns:repeat(2,1fr);padding-top:48px}.site-shell-module__gXNM0a__footerBrand,.site-shell-module__gXNM0a__footerMain nav:last-child{grid-column:1/-1}.site-shell-module__gXNM0a__footerLegal{flex-direction:column;align-items:flex-start;gap:12px}}
.donor-events-module__6-xVBG__workspace,.donor-events-module__6-xVBG__dialogBackdrop{--events-line:var(--line);--events-teal:var(--teal-700);--events-soft:var(--teal-50)}.donor-events-module__6-xVBG__workspace{gap:1rem;display:grid}.donor-events-module__6-xVBG__workspaceHeader{justify-content:space-between;align-items:end;gap:1rem;display:flex}.donor-events-module__6-xVBG__workspaceHeader div{gap:.2rem;display:grid}.donor-events-module__6-xVBG__workspaceHeader h2,.donor-events-module__6-xVBG__workspaceHeader p,.donor-events-module__6-xVBG__detailHeader h2,.donor-events-module__6-xVBG__detailHeader p,.donor-events-module__6-xVBG__formSection h3,.donor-events-module__6-xVBG__formSection p,.donor-events-module__6-xVBG__description h3,.donor-events-module__6-xVBG__description p{margin:0}.donor-events-module__6-xVBG__workspaceHeader h2{font-size:1.2rem}.donor-events-module__6-xVBG__workspaceHeader p,.donor-events-module__6-xVBG__detailHeader p,.donor-events-module__6-xVBG__formSection p{color:var(--muted)}.donor-events-module__6-xVBG__workspaceHeader>button{min-width:10rem}.donor-events-module__6-xVBG__splitView{border:1px solid var(--events-line);background:var(--paper);border-radius:.65rem;grid-template-columns:minmax(19rem,.8fr) minmax(0,1.45fr);min-height:39rem;display:grid;overflow:hidden}.donor-events-module__6-xVBG__eventList{border-right:1px solid var(--events-line)}.donor-events-module__6-xVBG__eventRow{border-bottom:1px solid var(--events-line);width:100%;min-height:5.7rem;color:var(--ink);text-align:left;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.75rem;padding:.9rem 1rem;display:grid}.donor-events-module__6-xVBG__rowStatus{justify-items:end;gap:.25rem;display:grid}.donor-events-module__6-xVBG__rowStatus small{color:#9d2b5b;font-size:.68rem}.donor-events-module__6-xVBG__eventRow:hover,.donor-events-module__6-xVBG__eventRow[data-selected=true]{background:var(--events-soft)}.donor-events-module__6-xVBG__eventRow[data-selected=true]{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--events-teal) 45%, transparent)}.donor-events-module__6-xVBG__dateBlock{width:2.7rem;color:var(--events-teal);text-transform:uppercase;place-items:center;display:grid}.donor-events-module__6-xVBG__dateBlock strong{font-size:.7rem}.donor-events-module__6-xVBG__dateBlock span{font-size:1.25rem;font-weight:700}.donor-events-module__6-xVBG__rowCopy{gap:.25rem;min-width:0;display:grid}.donor-events-module__6-xVBG__rowCopy strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.donor-events-module__6-xVBG__rowCopy small{color:var(--muted)}.donor-events-module__6-xVBG__status{background:var(--line-soft);border-radius:999px;align-items:center;width:fit-content;min-height:1.55rem;padding:.15rem .5rem;font-size:.72rem;font-weight:700;display:inline-flex}.donor-events-module__6-xVBG__status[data-status=published]{color:#2c6935;background:#e6f3e8}.donor-events-module__6-xVBG__status[data-status=cancelled]{color:#9d2b5b;background:#fff1f5}.donor-events-module__6-xVBG__status[data-status=archived]{color:var(--muted)}.donor-events-module__6-xVBG__detail{min-width:0}.donor-events-module__6-xVBG__mobileBack{display:none}.donor-events-module__6-xVBG__detailHeader,.donor-events-module__6-xVBG__detailSection,.donor-events-module__6-xVBG__detailFooter{border-bottom:1px solid var(--events-line);padding:1.2rem 1.35rem}.donor-events-module__6-xVBG__detailHeader{gap:.65rem;display:grid}.donor-events-module__6-xVBG__detailHeader>div{align-items:center;gap:.5rem;display:flex}.donor-events-module__6-xVBG__detailHeader h2{font-size:1.45rem}.donor-events-module__6-xVBG__detailHeader>button{justify-self:start}.donor-events-module__6-xVBG__featured{color:#8b6500;align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;display:inline-flex}.donor-events-module__6-xVBG__detailSection{gap:1rem;display:grid}.donor-events-module__6-xVBG__detailSection h3{margin:0;font-size:.92rem}.donor-events-module__6-xVBG__facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:0;display:grid}.donor-events-module__6-xVBG__facts div{min-width:0}.donor-events-module__6-xVBG__facts dt{color:var(--muted);align-items:center;gap:.35rem;font-size:.73rem;font-weight:700;display:flex}.donor-events-module__6-xVBG__facts dd{overflow-wrap:anywhere;gap:.2rem;margin:.25rem 0 0;display:grid}.donor-events-module__6-xVBG__facts dd small{color:var(--muted)}.donor-events-module__6-xVBG__facts dd a{color:var(--events-teal);font-weight:700}.donor-events-module__6-xVBG__description{border-top:1px solid var(--events-line);gap:.4rem;padding-top:.9rem;display:grid}.donor-events-module__6-xVBG__description p{white-space:pre-wrap;line-height:1.55}.donor-events-module__6-xVBG__imageState{border:1px solid var(--events-line);border-radius:.45rem;align-items:flex-start;gap:.7rem;padding:.8rem;display:flex}.donor-events-module__6-xVBG__imageReady{gap:.65rem;display:grid}.donor-events-module__6-xVBG__imageReady>img{object-fit:cover;border-radius:.45rem;width:100%;max-height:18rem}.donor-events-module__6-xVBG__imageState>span{gap:.2rem;display:grid}.donor-events-module__6-xVBG__imageState small,.donor-events-module__6-xVBG__detailFooter{color:var(--muted)}.donor-events-module__6-xVBG__statusActions{flex-wrap:wrap;gap:.55rem;display:flex}.donor-events-module__6-xVBG__detailFooter{border-bottom:0;font-size:.75rem}.donor-events-module__6-xVBG__emptyState{min-height:15rem;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.55rem;padding:2rem;display:flex}.donor-events-module__6-xVBG__emptyState p{max-width:23rem;margin:0}.donor-events-module__6-xVBG__error{color:#8d1f52;background:#fff5f8;border:1px solid #d95b8f;border-radius:.45rem;padding:.8rem 1rem}.donor-events-module__6-xVBG__dialogBackdrop{z-index:1000;background:#0d23297a;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.donor-events-module__6-xVBG__editor{background:var(--paper);border:1px solid #c7d2cf;border-radius:.75rem;grid-template-rows:auto auto minmax(0,1fr) auto;width:min(100%,74rem);max-height:min(96vh,62rem);display:grid;overflow:hidden;box-shadow:0 1.2rem 3rem #0f2b3138}.donor-events-module__6-xVBG__editorTabs{border-bottom:1px solid var(--events-line);gap:.25rem;padding:0 1.25rem;display:flex}.donor-events-module__6-xVBG__editorTabs button{border-bottom:2px solid #0000;gap:.4rem;min-height:3rem;padding:0 .8rem}.donor-events-module__6-xVBG__editorTabs button[data-active=true]{border-bottom-color:var(--events-teal);color:var(--events-teal)}.donor-events-module__6-xVBG__editorTabs button span{background:var(--line-soft);border-radius:999px;min-width:1.4rem;padding:.1rem .35rem;font-size:.7rem}.donor-events-module__6-xVBG__editorHeader,.donor-events-module__6-xVBG__editorFooter{border-bottom:1px solid var(--events-line);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.donor-events-module__6-xVBG__editorHeader div{gap:.15rem;display:grid}.donor-events-module__6-xVBG__editorHeader span{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:700}.donor-events-module__6-xVBG__editorHeader h2{margin:0;font-size:1.3rem}.donor-events-module__6-xVBG__editorBody{gap:0;display:grid;overflow-y:auto}.donor-events-module__6-xVBG__detailsEditor{display:grid}.donor-events-module__6-xVBG__sectionWorkspace{grid-template-columns:minmax(15rem,.6fr) minmax(0,1.4fr);min-height:34rem;display:grid}.donor-events-module__6-xVBG__sectionList{border-right:1px solid var(--events-line);position:relative}.donor-events-module__6-xVBG__sectionListHeader,.donor-events-module__6-xVBG__sectionDetail>header,.donor-events-module__6-xVBG__sectionHeading,.donor-events-module__6-xVBG__itemHeader{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.donor-events-module__6-xVBG__sectionListHeader{border-bottom:1px solid var(--events-line);min-height:3.8rem;padding:.75rem 1rem;position:relative}.donor-events-module__6-xVBG__sectionMenu{z-index:4;background:var(--paper);border:1px solid #b8c7c4;border-radius:.55rem;width:min(21rem,100vw - 2rem);max-height:24rem;padding:.35rem;display:grid;position:absolute;top:calc(100% - .4rem);right:.75rem;overflow-y:auto;box-shadow:0 .8rem 2rem #14343a29}.donor-events-module__6-xVBG__sectionMenu button{text-align:left;justify-content:stretch;gap:.15rem;min-height:auto;padding:.65rem .75rem;display:grid}.donor-events-module__6-xVBG__sectionMenu button:hover{background:var(--events-soft)}.donor-events-module__6-xVBG__sectionMenu small,.donor-events-module__6-xVBG__sectionRow small,.donor-events-module__6-xVBG__helper,.donor-events-module__6-xVBG__sectionHeading p{color:var(--muted)}.donor-events-module__6-xVBG__sectionRow{border-bottom:1px solid var(--events-line);grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid}.donor-events-module__6-xVBG__sectionRow[data-selected=true]{background:var(--events-soft)}.donor-events-module__6-xVBG__sectionRow>button{text-align:left;justify-content:stretch;gap:.2rem;min-height:4.2rem;padding:.65rem 1rem;display:grid}.donor-events-module__6-xVBG__sectionRow>div{padding-right:.35rem;display:flex}.donor-events-module__6-xVBG__sectionDetail>header{border-bottom:1px solid var(--events-line);min-height:4.5rem;padding:.75rem 1rem}.donor-events-module__6-xVBG__sectionDetail>header>div:first-child{gap:.15rem;display:grid}.donor-events-module__6-xVBG__sectionDetail>header span{color:var(--muted);text-transform:uppercase;font-size:.7rem;font-weight:700}.donor-events-module__6-xVBG__sectionDetail>header h3,.donor-events-module__6-xVBG__assetShelf h3,.donor-events-module__6-xVBG__sectionHeading h3,.donor-events-module__6-xVBG__sectionHeading p,.donor-events-module__6-xVBG__eventPreview h2,.donor-events-module__6-xVBG__eventPreview h3,.donor-events-module__6-xVBG__eventPreview h4,.donor-events-module__6-xVBG__eventPreview p{margin:0}.donor-events-module__6-xVBG__sectionDetail>header>div:last-child,.donor-events-module__6-xVBG__inlineActions,.donor-events-module__6-xVBG__reviewList>div>div,.donor-events-module__6-xVBG__previewActions{flex-wrap:wrap;gap:.4rem;display:flex}.donor-events-module__6-xVBG__sectionForm,.donor-events-module__6-xVBG__itemStack{gap:1rem;display:grid}.donor-events-module__6-xVBG__sectionForm{padding:1rem}.donor-events-module__6-xVBG__itemEditor,.donor-events-module__6-xVBG__nestedItem{border:1px solid var(--events-line);border-radius:.5rem;gap:.8rem;padding:.9rem;display:grid}.donor-events-module__6-xVBG__richEditor{gap:.75rem;display:grid}.donor-events-module__6-xVBG__richBlock{border:1px solid var(--events-line);background:var(--paper);border-radius:.45rem;gap:.75rem;padding:.8rem;display:grid}.donor-events-module__6-xVBG__richBlock .donor-events-module__6-xVBG__itemHeader>div{display:flex}.donor-events-module__6-xVBG__richFormatting{grid-template-columns:auto auto minmax(12rem,1fr);align-items:end;gap:.75rem;display:grid}.donor-events-module__6-xVBG__richFormatting>label{align-items:center;gap:.4rem;min-height:2.75rem;display:flex}.donor-events-module__6-xVBG__formattingWarning{color:#604b15;background:#fff9e8;border:1px solid #d4b86c;border-radius:.4rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem;font-size:.78rem;display:flex}.donor-events-module__6-xVBG__nestedItem{background:var(--wash);margin-top:.5rem}.donor-events-module__6-xVBG__itemHeader strong{font-size:.82rem}.donor-events-module__6-xVBG__sectionEmpty{min-height:14rem;color:var(--muted);text-align:center;place-content:center;padding:2rem;display:grid}.donor-events-module__6-xVBG__sectionEmpty p{margin:.25rem 0 0}.donor-events-module__6-xVBG__assetShelf{border-top:1px solid var(--events-line);background:var(--wash);gap:.75rem;padding:1rem 1.25rem;display:grid}.donor-events-module__6-xVBG__assetShelf>div:first-child{gap:.15rem;display:grid}.donor-events-module__6-xVBG__assetShelf p{margin:0}.donor-events-module__6-xVBG__assetUpload{grid-template-columns:minmax(10rem,.55fr) minmax(12rem,1fr) auto;align-items:end;gap:.6rem;display:grid}.donor-events-module__6-xVBG__assetShelf ul{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.donor-events-module__6-xVBG__assetShelf li{border:1px solid var(--events-line);background:var(--paper);border-radius:.4rem;gap:.1rem;padding:.45rem .6rem;font-size:.72rem;display:grid}.donor-events-module__6-xVBG__assetShelf li span{color:var(--muted)}.donor-events-module__6-xVBG__previewWorkspace{background:var(--wash);gap:1rem;padding:1rem;display:grid}.donor-events-module__6-xVBG__previewNotice,.donor-events-module__6-xVBG__previewNotice span{gap:.65rem;display:flex}.donor-events-module__6-xVBG__previewNotice{border:1px solid var(--events-line);background:var(--paper);border-radius:.5rem;align-items:flex-start;padding:.8rem}.donor-events-module__6-xVBG__previewNotice span{flex-direction:column;gap:.1rem}.donor-events-module__6-xVBG__previewNotice small{color:var(--muted)}.donor-events-module__6-xVBG__eventPreview{border:1px solid var(--events-line);background:var(--paper);border-radius:.65rem;width:min(100%,50rem);margin:0 auto}.donor-events-module__6-xVBG__eventPreview>header,.donor-events-module__6-xVBG__previewSection,.donor-events-module__6-xVBG__previewEmpty{border-bottom:1px solid var(--events-line);gap:.8rem;padding:1.5rem;display:grid}.donor-events-module__6-xVBG__eventPreview>header>span{color:var(--events-teal);text-transform:uppercase;font-size:.75rem;font-weight:700}.donor-events-module__6-xVBG__eventPreview>header h2{font-size:2rem}.donor-events-module__6-xVBG__eventPreview dl,.donor-events-module__6-xVBG__previewStats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0;display:grid}.donor-events-module__6-xVBG__eventPreview dt{color:var(--muted);font-size:.72rem;font-weight:700}.donor-events-module__6-xVBG__eventPreview dd{margin:.2rem 0 0}.donor-events-module__6-xVBG__previewSection dl div{grid-template-columns:7rem minmax(0,1fr);gap:.75rem;padding:.5rem 0;display:grid}.donor-events-module__6-xVBG__previewSection dd{gap:.15rem;display:grid}.donor-events-module__6-xVBG__previewActions span{background:var(--events-teal);color:#fff;border-radius:.35rem;padding:.5rem .75rem;font-weight:700}.donor-events-module__6-xVBG__previewStats dt{color:var(--events-teal);font-size:1.5rem}.donor-events-module__6-xVBG__previewPeople,.donor-events-module__6-xVBG__previewGallery,.donor-events-module__6-xVBG__previewSponsorGroup>div{gap:.75rem;display:grid}.donor-events-module__6-xVBG__previewPeople{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}.donor-events-module__6-xVBG__previewPeople>div,.donor-events-module__6-xVBG__previewSponsorGroup span{gap:.45rem;display:grid}.donor-events-module__6-xVBG__previewPeople img{object-fit:cover;border-radius:50%;width:4.5rem;height:4.5rem}.donor-events-module__6-xVBG__previewSponsorGroup{gap:.65rem;padding:.6rem 0;display:grid}.donor-events-module__6-xVBG__previewSponsorGroup>div{grid-template-columns:repeat(auto-fit,minmax(8rem,1fr))}.donor-events-module__6-xVBG__previewSponsorGroup img{object-fit:contain;width:7.5rem;height:4rem}.donor-events-module__6-xVBG__previewGallery{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr))}.donor-events-module__6-xVBG__previewGallery figure{gap:.4rem;margin:0;display:grid}.donor-events-module__6-xVBG__previewGallery img{aspect-ratio:3/2;object-fit:cover;border-radius:.4rem;width:100%}.donor-events-module__6-xVBG__previewGallery figcaption{color:var(--muted);font-size:.75rem}.donor-events-module__6-xVBG__editorError{margin:.75rem 1.25rem}.donor-events-module__6-xVBG__sectionHeading>div{gap:.2rem;display:grid}.donor-events-module__6-xVBG__sectionHeading a{color:var(--events-teal);font-weight:700}.donor-events-module__6-xVBG__readinessList,.donor-events-module__6-xVBG__reviewList{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.donor-events-module__6-xVBG__readinessList li{color:#8d1f52;align-items:flex-start;gap:.45rem;display:flex}.donor-events-module__6-xVBG__reviewList>div{border-top:1px solid var(--events-line);gap:.5rem;padding:.8rem 0;display:grid}.donor-events-module__6-xVBG__reviewList small{color:var(--muted)}.donor-events-module__6-xVBG__formSection{border-bottom:1px solid var(--events-line);gap:1rem;padding:1.2rem 1.25rem;display:grid}.donor-events-module__6-xVBG__formSection>div:first-child{gap:.2rem;display:grid}.donor-events-module__6-xVBG__formGrid,.donor-events-module__6-xVBG__formGridFour,.donor-events-module__6-xVBG__formGridCompact{gap:.8rem;display:grid}.donor-events-module__6-xVBG__formGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.donor-events-module__6-xVBG__formGridFour{grid-template-columns:repeat(4,minmax(0,1fr))}.donor-events-module__6-xVBG__formGridCompact{grid-template-columns:.55fr 1fr}.donor-events-module__6-xVBG__checkRow{align-items:flex-start;gap:.65rem;padding-top:1.45rem;display:flex}.donor-events-module__6-xVBG__checkRow span{gap:.15rem;display:grid}.donor-events-module__6-xVBG__checkRow small{color:var(--muted)}.donor-events-module__6-xVBG__fileDrop{cursor:pointer;border:1px dashed #aabbb7;border-radius:.5rem;align-items:center;gap:.75rem;min-height:4.8rem;padding:.8rem 1rem;display:flex;position:relative;overflow:hidden}.donor-events-module__6-xVBG__fileDrop span{gap:.2rem;display:grid}.donor-events-module__6-xVBG__fileDrop small{color:var(--muted)}.donor-events-module__6-xVBG__fileDrop input{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.donor-events-module__6-xVBG__fileDrop:focus-within{outline:2px solid var(--events-teal);outline-offset:2px}.donor-events-module__6-xVBG__editorFooter{border-top:1px solid var(--events-line);border-bottom:0}.donor-events-module__6-xVBG__spinner{animation:.9s linear infinite donor-events-module__6-xVBG__spin}@keyframes donor-events-module__6-xVBG__spin{to{transform:rotate(360deg)}}@media (max-width:62rem){.donor-events-module__6-xVBG__splitView{grid-template-columns:1fr}.donor-events-module__6-xVBG__eventList{border-right:0}.donor-events-module__6-xVBG__detail{border-top:1px solid var(--events-line)}.donor-events-module__6-xVBG__workspaceHeader[data-mobile-hidden=true],.donor-events-module__6-xVBG__eventList[data-mobile-hidden=true],.donor-events-module__6-xVBG__detail:not([data-mobile-visible=true]){display:none}.donor-events-module__6-xVBG__mobileBack{margin:.65rem .75rem 0;display:flex}.donor-events-module__6-xVBG__formGridFour{grid-template-columns:repeat(2,minmax(0,1fr))}.donor-events-module__6-xVBG__sectionWorkspace{grid-template-columns:1fr}.donor-events-module__6-xVBG__sectionList{border-right:0;border-bottom:1px solid var(--events-line)}}@media (max-width:40rem){.donor-events-module__6-xVBG__workspaceHeader{flex-direction:column;align-items:stretch}.donor-events-module__6-xVBG__workspaceHeader>button{width:100%}.donor-events-module__6-xVBG__formGrid,.donor-events-module__6-xVBG__formGridFour,.donor-events-module__6-xVBG__formGridCompact,.donor-events-module__6-xVBG__facts,.donor-events-module__6-xVBG__assetUpload,.donor-events-module__6-xVBG__eventPreview dl,.donor-events-module__6-xVBG__previewStats,.donor-events-module__6-xVBG__richFormatting{grid-template-columns:1fr}.donor-events-module__6-xVBG__editorTabs{overflow-x:auto}.donor-events-module__6-xVBG__formattingWarning{flex-direction:column;align-items:stretch}.donor-events-module__6-xVBG__dialogBackdrop{align-items:end;padding:0}.donor-events-module__6-xVBG__editor{border-radius:.75rem .75rem 0 0;max-height:96vh}}@media (prefers-reduced-motion:reduce){.donor-events-module__6-xVBG__spinner{animation:none}}
.intake-forms-manager-module__8_oRpa__section{border:1px solid var(--line);background:var(--paper);border-radius:7px;margin-bottom:24px;overflow:hidden}.intake-forms-manager-module__8_oRpa__heading,.intake-forms-manager-module__8_oRpa__builderHeading,.intake-forms-manager-module__8_oRpa__formRow,.intake-forms-manager-module__8_oRpa__builderActions{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.intake-forms-manager-module__8_oRpa__heading{border-bottom:1px solid var(--line);padding:18px 20px}.intake-forms-manager-module__8_oRpa__heading h2,.intake-forms-manager-module__8_oRpa__builderHeading h3,.intake-forms-manager-module__8_oRpa__question legend{font-family:var(--font-ui);font-weight:var(--font-weight-semibold)}.intake-forms-manager-module__8_oRpa__heading h2{font-size:1rem}.intake-forms-manager-module__8_oRpa__heading p,.intake-forms-manager-module__8_oRpa__builderHeading p,.intake-forms-manager-module__8_oRpa__formRow span,.intake-forms-manager-module__8_oRpa__state,.intake-forms-manager-module__8_oRpa__formList>p{color:var(--body);font-size:.8125rem}.intake-forms-manager-module__8_oRpa__formList{display:grid}.intake-forms-manager-module__8_oRpa__formRow{border-bottom:1px solid var(--line-soft);align-items:center;padding:13px 20px}.intake-forms-manager-module__8_oRpa__formRow>div:first-child{gap:3px;display:grid}.intake-forms-manager-module__8_oRpa__formRow strong{font-size:.875rem}.intake-forms-manager-module__8_oRpa__rowActions{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.intake-forms-manager-module__8_oRpa__formList>p,.intake-forms-manager-module__8_oRpa__state,.intake-forms-manager-module__8_oRpa__feedback,.intake-forms-manager-module__8_oRpa__error{padding:16px 20px}.intake-forms-manager-module__8_oRpa__feedback,.intake-forms-manager-module__8_oRpa__error{border:1px solid var(--line);border-radius:5px;margin:14px 20px 0}.intake-forms-manager-module__8_oRpa__feedback{background:var(--teal-50);font-size:.8125rem}.intake-forms-manager-module__8_oRpa__error{background:var(--pink-50);color:var(--pink-700);justify-content:space-between;align-items:center;gap:12px;display:flex}.intake-forms-manager-module__8_oRpa__builder{border-top:1px solid var(--line);gap:18px;padding:20px;display:grid}.intake-forms-manager-module__8_oRpa__builderHeading h3{font-size:1rem}.intake-forms-manager-module__8_oRpa__formBasics{grid-template-columns:minmax(0,1fr) minmax(220px,.4fr);gap:12px;display:grid}.intake-forms-manager-module__8_oRpa__formBasics label,.intake-forms-manager-module__8_oRpa__question label:not(.intake-forms-manager-module__8_oRpa__required){color:var(--body);font-size:.75rem;font-weight:var(--font-weight-medium);gap:5px;display:grid}.intake-forms-manager-module__8_oRpa__formBasics input,.intake-forms-manager-module__8_oRpa__question input:not([type=checkbox]),.intake-forms-manager-module__8_oRpa__question textarea{border:1px solid var(--line);background:var(--paper);min-height:38px;color:var(--ink);font:inherit;border-radius:5px;padding:7px 9px}.intake-forms-manager-module__8_oRpa__questions{gap:12px;display:grid}.intake-forms-manager-module__8_oRpa__question{border:1px solid var(--line-soft);border-radius:5px;grid-template-columns:minmax(0,1fr) minmax(180px,.35fr) minmax(210px,.4fr);gap:12px;margin:0;padding:14px;display:grid}.intake-forms-manager-module__8_oRpa__question legend{grid-column:1/-1;padding:0 5px;font-size:.875rem}.intake-forms-manager-module__8_oRpa__prompt{grid-column:1/-1}.intake-forms-manager-module__8_oRpa__required{color:var(--body);align-items:center;gap:7px;font-size:.8125rem;display:flex}.intake-forms-manager-module__8_oRpa__builderActions{align-items:center}@media (max-width:760px){.intake-forms-manager-module__8_oRpa__formRow,.intake-forms-manager-module__8_oRpa__builderHeading,.intake-forms-manager-module__8_oRpa__builderActions,.intake-forms-manager-module__8_oRpa__error{flex-direction:column;align-items:stretch}.intake-forms-manager-module__8_oRpa__rowActions{justify-content:flex-start}.intake-forms-manager-module__8_oRpa__formBasics,.intake-forms-manager-module__8_oRpa__question{grid-template-columns:1fr}.intake-forms-manager-module__8_oRpa__prompt,.intake-forms-manager-module__8_oRpa__question legend{grid-column:1}}
.schedule-module__x5qToG__page{gap:24px;display:grid}.schedule-module__x5qToG__calendarWorkspace{--schedule-grid-height:clamp(672px, calc(100dvh - 330px), 912px);--schedule-viewport-height:min(calc(60px + var(--schedule-grid-height)), max(360px, calc(100dvh - 365px)));border:1px solid var(--line);background:var(--paper);border-radius:7px;overflow:hidden}.schedule-module__x5qToG__headerSettingsLink{align-items:center;gap:7px;min-height:40px;text-decoration:none;display:inline-flex;color:var(--teal-700)!important;font-size:.8125rem!important;font-weight:var(--font-weight-semibold)!important}.schedule-module__x5qToG__headerSettingsLink:hover{text-underline-offset:3px;text-decoration:underline}.schedule-module__x5qToG__headerActions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.schedule-module__x5qToG__addAppointmentButton{min-height:40px}.schedule-module__x5qToG__calendarToolbar{border-bottom:1px solid var(--line);grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;min-height:58px;padding:10px 14px;display:grid}.schedule-module__x5qToG__rangeNavigation,.schedule-module__x5qToG__viewSwitcher{align-items:center;gap:6px;display:flex}.schedule-module__x5qToG__viewSwitcher{justify-content:flex-end}.schedule-module__x5qToG__calendarHeading{text-align:center;justify-content:center;min-width:220px;display:flex;position:relative}.schedule-module__x5qToG__calendarHeading strong{font-family:var(--font-ui);font-size:1rem;font-weight:var(--font-weight-semibold)}.schedule-module__x5qToG__calendarHeading input{opacity:0;cursor:pointer;width:100%;position:absolute;inset:0}.schedule-module__x5qToG__calendarHeading:focus-within{outline:2px solid var(--pink-500);outline-offset:3px}.schedule-module__x5qToG__filterBar{border-bottom:1px solid var(--line-soft);grid-template-columns:repeat(3,minmax(150px,1fr));gap:12px;padding:12px 14px;display:grid}.schedule-module__x5qToG__filterBar label{gap:5px;display:grid}.schedule-module__x5qToG__filterBar label>span{color:var(--body);font-size:.6875rem;font-weight:var(--font-weight-semibold);letter-spacing:.04em;text-transform:uppercase}.schedule-module__x5qToG__filterSummary{display:none!important}.schedule-module__x5qToG__calendarStage{min-height:min(560px, var(--schedule-viewport-height));grid-template-columns:minmax(0,1fr);display:grid}.schedule-module__x5qToG__calendarStage[data-details-open]{grid-template-columns:minmax(0,1fr) 300px}.schedule-module__x5qToG__calendarCanvas{min-width:0;min-height:min(560px, var(--schedule-viewport-height));background:var(--paper);position:relative}.schedule-module__x5qToG__timeGridScroll,.schedule-module__x5qToG__monthScroll{height:var(--schedule-viewport-height);max-height:calc(60px + var(--schedule-grid-height));overscroll-behavior:contain;overflow:auto}.schedule-module__x5qToG__timeGrid{--calendar-hours:12;grid-template-columns:66px minmax(var(--day-grid-min-width), 1fr);grid-template-rows:52px var(--schedule-grid-height);min-width:max(100%, var(--calendar-min-width));display:grid}.schedule-module__x5qToG__timeCorner{z-index:8;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper);grid-area:1/1;position:sticky;top:0}.schedule-module__x5qToG__dayHeadings{z-index:7;grid-area:1/2;grid-template-columns:repeat(var(--day-count), minmax(0, 1fr));background:var(--paper);display:grid;position:sticky;top:0}.schedule-module__x5qToG__dayHeading{border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line);min-width:0;color:var(--body);font-size:.75rem;font-weight:var(--font-weight-semibold);justify-content:center;align-items:center;gap:7px;display:flex}.schedule-module__x5qToG__dayHeading[data-today]{background:var(--teal-50);color:var(--teal-700)}.schedule-module__x5qToG__dayHeading strong{border:1px solid var(--teal-700);font-size:.625rem;font-weight:var(--font-weight-semibold);border-radius:999px;padding:2px 6px}.schedule-module__x5qToG__timeAxis{height:var(--schedule-grid-height);border-right:1px solid var(--line);color:var(--body);grid-area:2/1;font-size:.6875rem;position:relative}.schedule-module__x5qToG__timeAxis>span{white-space:nowrap;position:absolute;right:10px;translate:0 -50%}.schedule-module__x5qToG__timeAxis>span:first-child{translate:0;top:8px!important}.schedule-module__x5qToG__dayColumns{grid-area:2/2;grid-template-columns:repeat(var(--day-count), minmax(0, 1fr));height:var(--schedule-grid-height);display:grid;position:relative}.schedule-module__x5qToG__dayColumn{border-right:1px solid var(--line-soft);min-width:0;position:relative}.schedule-module__x5qToG__dayColumn[data-today]{background:color-mix(in srgb, var(--teal-50) 46%, white)}.schedule-module__x5qToG__calendarSlot{z-index:1;height:calc(100% / var(--calendar-hours));color:var(--teal-700);cursor:pointer;background:0 0;border:0;position:absolute;left:0;right:0}.schedule-module__x5qToG__calendarSlot:after{content:"+ Add";font-size:.625rem;font-weight:var(--font-weight-semibold);text-align:left;opacity:0;border:1px dashed #0000;border-radius:4px;padding:3px 5px;position:absolute;inset:6px 5px auto}.schedule-module__x5qToG__calendarSlot:hover,.schedule-module__x5qToG__calendarSlot:focus-visible{background:color-mix(in srgb, var(--teal-50) 60%, transparent);outline:none}.schedule-module__x5qToG__calendarSlot:hover:after,.schedule-module__x5qToG__calendarSlot:focus-visible:after{border-color:var(--teal-600);background:var(--paper);opacity:1}.schedule-module__x5qToG__hourLine{border-top:1px solid var(--line-soft);position:absolute;left:0;right:0}.schedule-module__x5qToG__nowLine{z-index:4;border-top:2px solid var(--teal-700);pointer-events:none;position:absolute;left:0;right:0}.schedule-module__x5qToG__nowLine:before{background:var(--teal-700);content:"";border-radius:50%;width:9px;height:9px;position:absolute;top:-5px;left:-4px}.schedule-module__x5qToG__calendarEvent{z-index:3;align-content:start;gap:0;position:absolute;overflow:hidden;border:1px solid var(--event-color)!important;background:color-mix(in srgb, var(--event-color) 13%, var(--paper))!important;color:var(--ink)!important;text-align:left!important;border-radius:5px!important;padding:3px 6px!important;display:grid!important}.schedule-module__x5qToG__calendarEvent:hover,.schedule-module__x5qToG__calendarEvent[data-selected]{outline:2px solid var(--event-color);outline-offset:-3px}.schedule-module__x5qToG__calendarEvent strong{text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;line-height:1.15;overflow:hidden}.schedule-module__x5qToG__calendarEvent>span:not(.schedule-module__x5qToG__eventTime){text-overflow:ellipsis;white-space:nowrap;font-size:.6875rem;line-height:1.2;overflow:hidden}.schedule-module__x5qToG__eventTime,.schedule-module__x5qToG__calendarEvent small{font-size:.625rem;font-weight:var(--font-weight-medium);line-height:1.2}.schedule-module__x5qToG__calendarEvent small{border:1px solid color-mix(in srgb, var(--event-color) 62%, var(--line));background:var(--paper);border-radius:3px;width:fit-content;padding:1px 4px}.schedule-module__x5qToG__monthScroll{height:auto;max-height:none}.schedule-module__x5qToG__monthGrid{grid-template-columns:repeat(7,minmax(132px,1fr));min-width:924px;display:grid}.schedule-module__x5qToG__monthWeekday{border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line);color:var(--body);font-size:.6875rem;font-weight:var(--font-weight-semibold);text-align:center;text-transform:uppercase;letter-spacing:.04em;padding:9px 10px}.schedule-module__x5qToG__monthCell{border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:var(--paper);min-height:126px;padding:7px}.schedule-module__x5qToG__monthCell[data-outside]{background:var(--surface);color:var(--muted)}.schedule-module__x5qToG__monthCell[data-today]{background:var(--teal-50)}.schedule-module__x5qToG__monthDate{min-width:30px;min-height:30px;color:inherit!important;font-size:.75rem!important;font-weight:var(--font-weight-semibold)!important;border-radius:50%!important}.schedule-module__x5qToG__monthCell[data-today] .schedule-module__x5qToG__monthDate{background:var(--teal-700)!important;color:#fff!important}.schedule-module__x5qToG__monthEvents{gap:4px;margin-top:5px;display:grid}.schedule-module__x5qToG__monthEvent{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:5px;width:100%;border:1px solid var(--event-color)!important;background:color-mix(in srgb, var(--event-color) 12%, var(--paper))!important;min-height:26px!important;color:var(--ink)!important;text-align:left!important;border-radius:4px!important;padding:3px 5px!important;display:grid!important}.schedule-module__x5qToG__monthEvent[data-selected]{outline:2px solid var(--event-color);outline-offset:-3px}.schedule-module__x5qToG__monthEvent span,.schedule-module__x5qToG__monthEvent strong,.schedule-module__x5qToG__moreEvents{text-overflow:ellipsis;white-space:nowrap;font-size:.625rem;line-height:1.2;overflow:hidden}.schedule-module__x5qToG__moreEvents{color:var(--body);font-weight:var(--font-weight-medium);padding:2px 5px}.schedule-module__x5qToG__yearGrid{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.schedule-module__x5qToG__yearMonth{align-content:center;gap:6px;min-height:118px;border-right:1px solid var(--line-soft)!important;border-bottom:1px solid var(--line-soft)!important;color:var(--ink)!important;text-align:left!important;border-radius:0!important;padding:16px!important;display:grid!important}.schedule-module__x5qToG__yearMonth:hover{background:var(--teal-50)!important}.schedule-module__x5qToG__yearMonth strong{font-size:.875rem}.schedule-module__x5qToG__yearMonth span,.schedule-module__x5qToG__yearMonth small{color:var(--body);font-size:.75rem}.schedule-module__x5qToG__appointmentDetails{z-index:10;border-left:1px solid var(--line);background:var(--paper);align-content:start;gap:12px;min-width:0;padding:18px;display:grid;position:relative}.schedule-module__x5qToG__detailHandle{display:none}.schedule-module__x5qToG__detailHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.schedule-module__x5qToG__detailStatus{border:1px solid var(--line);color:var(--body);font-size:.6875rem;font-weight:var(--font-weight-semibold);border-radius:999px;padding:4px 8px}.schedule-module__x5qToG__detailStatus[data-status=checked_in]{color:#276b2e;background:#edf8ee;border-color:#4d9854}.schedule-module__x5qToG__appointmentDetails h3{font-family:var(--font-ui);font-size:1.125rem;font-weight:var(--font-weight-semibold)}.schedule-module__x5qToG__detailType{color:var(--body);margin-top:-7px;font-size:.8125rem}.schedule-module__x5qToG__detailList{gap:0;margin:4px 0;display:grid}.schedule-module__x5qToG__detailList>div{border-top:1px solid var(--line-soft);grid-template-columns:22px minmax(0,1fr);gap:2px 8px;padding:12px 0;display:grid}.schedule-module__x5qToG__detailList svg{color:var(--body);grid-row:1/3}.schedule-module__x5qToG__detailList dt{color:var(--body);font-size:.6875rem;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.04em}.schedule-module__x5qToG__detailList dd{color:var(--ink);gap:2px;font-size:.75rem;line-height:1.35;display:grid}.schedule-module__x5qToG__detailActions{gap:7px;display:grid}.schedule-module__x5qToG__detailActions>*{justify-content:center;width:100%}.schedule-module__x5qToG__calendarState{z-index:6;border-bottom:1px solid var(--line);background:var(--surface);min-height:58px;color:var(--ink);text-align:left;justify-content:center;align-items:center;gap:10px;padding:10px 16px;display:flex;position:absolute;top:52px;left:0;right:0}.schedule-module__x5qToG__calendarState p{color:var(--body);font-size:.75rem;line-height:1.45}.schedule-module__x5qToG__calendarState a{color:var(--teal-700);font-size:.75rem;font-weight:var(--font-weight-semibold)}.schedule-module__x5qToG__directAppointmentBackdrop{z-index:100;padding:max(20px, env(safe-area-inset-top)) 20px max(20px, env(safe-area-inset-bottom));background:#0d242a9e;place-items:start center;display:grid;position:fixed;inset:0;overflow-y:auto}.schedule-module__x5qToG__directAppointmentDialog{width:min(100%,720px);max-height:calc(100dvh - max(40px, env(safe-area-inset-top)) - max(40px, env(safe-area-inset-bottom)));border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:7px;overflow-y:auto}.schedule-module__x5qToG__directAppointmentHeader{z-index:4;border-bottom:1px solid var(--line);background:var(--paper);justify-content:space-between;align-items:flex-start;gap:20px;padding:18px 20px 16px;display:flex;position:sticky;top:0}.schedule-module__x5qToG__directAppointmentHeader h2{font-family:var(--font-ui);font-size:1.25rem;font-weight:var(--font-weight-semibold)}.schedule-module__x5qToG__directAppointmentHeader p,.schedule-module__x5qToG__directAppointmentHelp{color:var(--body);font-size:.75rem;line-height:1.45}.schedule-module__x5qToG__directAppointmentHeader p{margin-top:4px}.schedule-module__x5qToG__directAppointmentForm{display:grid}.schedule-module__x5qToG__directAppointmentSection{gap:14px;padding:20px;display:grid}.schedule-module__x5qToG__directAppointmentSection+.schedule-module__x5qToG__directAppointmentSection{border-top:1px solid var(--line)}.schedule-module__x5qToG__directAppointmentSectionTitle{align-items:center;gap:8px;display:flex}.schedule-module__x5qToG__directAppointmentSectionTitle h3{font-size:.9375rem;font-weight:var(--font-weight-semibold)}.schedule-module__x5qToG__personSearch,.schedule-module__x5qToG__directAppointmentResources{gap:12px;display:grid}.schedule-module__x5qToG__personSearch label,.schedule-module__x5qToG__directAppointmentFields label,.schedule-module__x5qToG__directAppointmentResources label{gap:6px;display:grid}.schedule-module__x5qToG__personSearch label>span,.schedule-module__x5qToG__directAppointmentFields label>span,.schedule-module__x5qToG__directAppointmentResources label>span{color:var(--body);font-size:.6875rem;font-weight:var(--font-weight-semibold);letter-spacing:.04em;text-transform:uppercase}.schedule-module__x5qToG__searchInputWrap{border:1px solid var(--line);border-radius:5px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-height:42px;padding:0 11px;display:grid}.schedule-module__x5qToG__searchInputWrap:focus-within{border-color:var(--teal-700);outline:2px solid var(--pink-500);outline-offset:2px}.schedule-module__x5qToG__searchInputWrap input{min-width:0;font:inherit;background:0 0;border:0;outline:0}.schedule-module__x5qToG__personResults{border:1px solid var(--line);border-radius:5px;max-height:220px;display:grid;overflow-y:auto}.schedule-module__x5qToG__personResult{justify-items:start;gap:2px;border-bottom:1px solid var(--line-soft)!important;min-height:52px!important;color:var(--ink)!important;text-align:left!important;border-radius:0!important;padding:9px 11px!important;display:grid!important}.schedule-module__x5qToG__personResult:last-child{border-bottom:0!important}.schedule-module__x5qToG__personResult:hover,.schedule-module__x5qToG__personResult:focus-visible{background:var(--teal-50)!important}.schedule-module__x5qToG__personResult span,.schedule-module__x5qToG__selectedPerson span{color:var(--body);font-size:.75rem}.schedule-module__x5qToG__selectedPerson{background:var(--teal-50);justify-content:space-between;align-items:center;gap:16px;min-height:58px;padding:10px 12px;display:flex}.schedule-module__x5qToG__selectedPerson>div{gap:2px;display:grid}.schedule-module__x5qToG__directAppointmentFields{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.schedule-module__x5qToG__directAppointmentFields input{border:1px solid var(--line);background:var(--paper);min-height:42px;color:var(--ink);font:inherit;border-radius:5px;padding:8px 10px}.schedule-module__x5qToG__directAppointmentError{border:1px solid var(--pink-500);background:var(--pink-50);color:var(--pink-700);border-radius:5px;margin:0 20px;padding:10px 12px;font-size:.8125rem}.schedule-module__x5qToG__directAppointmentActions{z-index:4;border-top:1px solid var(--line);background:var(--paper);justify-content:flex-end;gap:10px;padding:16px 20px;display:flex;position:sticky;bottom:0}.schedule-module__x5qToG__scheduleSection,.schedule-module__x5qToG__setupSection{border:1px solid var(--line);background:var(--paper);border-radius:7px;overflow:hidden}.schedule-module__x5qToG__sectionHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 20px;display:flex}.schedule-module__x5qToG__sectionHeader h2,.schedule-module__x5qToG__setupGroup h3{font-family:var(--font-ui);font-weight:var(--font-weight-semibold)}.schedule-module__x5qToG__sectionHeader h2{font-size:1rem}.schedule-module__x5qToG__sectionHeader p,.schedule-module__x5qToG__appointmentRow p,.schedule-module__x5qToG__appointmentRow small,.schedule-module__x5qToG__emptyState p,.schedule-module__x5qToG__errorState p{color:var(--body);font-size:.8125rem;line-height:var(--leading-body)}.schedule-module__x5qToG__dateField,.schedule-module__x5qToG__inlineForm label{color:var(--body);font-size:.75rem;font-weight:var(--font-weight-medium);gap:5px;display:grid}.schedule-module__x5qToG__calendarControls{border-bottom:1px solid var(--line-soft);justify-content:flex-end;align-items:flex-end;gap:8px;padding:12px 20px;display:flex}.schedule-module__x5qToG__viewControls{justify-items:end;gap:6px;display:grid}.schedule-module__x5qToG__viewControls>div{flex-wrap:wrap;justify-content:flex-end;gap:4px;display:flex}.schedule-module__x5qToG__dateField input,.schedule-module__x5qToG__inlineForm input,.schedule-module__x5qToG__inlineForm select{border:1px solid var(--line);background:var(--paper);min-height:38px;color:var(--ink);font:inherit;border-radius:5px;padding:7px 9px}.schedule-module__x5qToG__state,.schedule-module__x5qToG__emptyState,.schedule-module__x5qToG__errorState{padding:28px 20px}.schedule-module__x5qToG__appointmentSuccess,.schedule-module__x5qToG__appointmentError{border:1px solid var(--line);border-radius:5px;margin:14px 20px 0;padding:9px 11px;font-size:.8125rem}.schedule-module__x5qToG__appointmentSuccess{background:var(--teal-50);color:var(--ink)}.schedule-module__x5qToG__appointmentError{background:var(--pink-50);color:var(--pink-700)}.schedule-module__x5qToG__emptyState,.schedule-module__x5qToG__errorState{justify-items:start;gap:7px;display:grid}.schedule-module__x5qToG__appointmentList,.schedule-module__x5qToG__scheduleGroups{display:grid}.schedule-module__x5qToG__scheduleGroup{border-top:1px solid var(--line)}.schedule-module__x5qToG__scheduleGroup:first-child{border-top:0}.schedule-module__x5qToG__scheduleGroup>header{background:var(--surface);justify-content:space-between;align-items:baseline;gap:16px;padding:11px 20px;display:flex}.schedule-module__x5qToG__scheduleGroup>header h3{font-family:var(--font-ui);font-size:.875rem;font-weight:var(--font-weight-semibold)}.schedule-module__x5qToG__scheduleGroup>header span{color:var(--body);font-size:.75rem}.schedule-module__x5qToG__monthCalendar{grid-template-columns:repeat(7,minmax(130px,1fr));width:100%;padding:12px;display:grid;overflow-x:auto}.schedule-module__x5qToG__weekdayHeading{color:var(--body);font-size:.6875rem;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.04em;padding:6px 8px}.schedule-module__x5qToG__monthDay{border:1px solid var(--line-soft);min-height:112px;padding:7px}.schedule-module__x5qToG__monthDay>button{color:var(--teal-700);font:inherit;font-size:.75rem;font-weight:var(--font-weight-semibold);cursor:pointer;background:0 0;border:0;padding:2px 4px}.schedule-module__x5qToG__monthDay>button:hover{text-decoration:underline}.schedule-module__x5qToG__monthDay ul{gap:5px;margin:6px 0 0;padding:0;list-style:none;display:grid}.schedule-module__x5qToG__monthDay li{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:5px;font-size:.6875rem;line-height:1.3;display:grid}.schedule-module__x5qToG__monthDay a{overflow-wrap:anywhere;color:var(--ink);text-decoration:none}.schedule-module__x5qToG__monthDay a:hover{text-decoration:underline}.schedule-module__x5qToG__yearCalendar{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:16px 20px 20px;display:grid}.schedule-module__x5qToG__yearCalendar button{border:1px solid var(--line);background:var(--paper);color:var(--ink);text-align:left;cursor:pointer;border-radius:5px;gap:4px;padding:12px;display:grid}.schedule-module__x5qToG__yearCalendar button:hover{border-color:var(--teal-700)}.schedule-module__x5qToG__yearCalendar strong{font-size:.8125rem}.schedule-module__x5qToG__yearCalendar span,.schedule-module__x5qToG__yearCalendar small{color:var(--body);font-size:.75rem}.schedule-module__x5qToG__appointmentRow{border-top:1px solid var(--line-soft);grid-template-columns:minmax(180px,.9fr) minmax(190px,1fr) auto minmax(180px,auto);align-items:center;gap:14px;min-height:72px;padding:12px 18px;display:grid}.schedule-module__x5qToG__appointmentActions{flex-wrap:wrap;justify-content:flex-end;gap:6px!important;display:flex!important}.schedule-module__x5qToG__appointmentRow:first-child{border-top:0}.schedule-module__x5qToG__appointmentRow>div{gap:3px;display:grid}.schedule-module__x5qToG__appointmentRow a{color:inherit;text-decoration:underline;-webkit-text-decoration-color:var(--line);text-decoration-color:var(--line);text-underline-offset:3px}.schedule-module__x5qToG__appointmentRow a:hover{text-decoration-color:currentColor}.schedule-module__x5qToG__appointmentTypeDetails{align-items:baseline;gap:7px;display:flex}.schedule-module__x5qToG__status,.schedule-module__x5qToG__revision{border:1px solid var(--line);color:var(--body);text-transform:capitalize;border-radius:999px;align-items:center;gap:6px;padding:5px 9px;font-size:.75rem;display:inline-flex}.schedule-module__x5qToG__setupGrid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.schedule-module__x5qToG__setupGroup{border-right:1px solid var(--line);border-bottom:1px solid var(--line);align-content:start;gap:14px;padding:20px;display:grid}.schedule-module__x5qToG__setupGroup:nth-child(2n){border-right:0}.schedule-module__x5qToG__setupGroupWide{border-right:0;grid-column:1/-1}.schedule-module__x5qToG__setupGroup h3{font-size:.9375rem}.schedule-module__x5qToG__setupDescription{max-width:58ch;color:var(--body);font-size:.8125rem;line-height:var(--leading-body)}.schedule-module__x5qToG__setupGroup ul{gap:7px;margin:0;padding:0;list-style:none;display:grid}.schedule-module__x5qToG__setupGroup li{color:var(--body);align-items:center;gap:7px;font-size:.8125rem;display:flex}.schedule-module__x5qToG__resourceListItem{justify-content:space-between}.schedule-module__x5qToG__referenceDisclosure{border-top:1px solid var(--line-soft);padding-top:14px}.schedule-module__x5qToG__referenceDisclosure summary{cursor:pointer;color:var(--teal-800);font-size:.8125rem;font-weight:var(--font-weight-semibold)}.schedule-module__x5qToG__referenceDisclosure>p{max-width:72ch;color:var(--body);font-size:.75rem;line-height:var(--leading-body);margin-top:8px}.schedule-module__x5qToG__referenceList{border-top:1px solid var(--line-soft);max-height:360px;margin-top:10px;display:grid;overflow-y:auto}.schedule-module__x5qToG__referenceItem{border-bottom:1px solid var(--line-soft);grid-template-columns:14px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 0;display:grid}.schedule-module__x5qToG__referenceItem>div{gap:2px;display:grid}.schedule-module__x5qToG__referenceItem strong{color:var(--ink);font-size:.8125rem}.schedule-module__x5qToG__referenceItem small{color:var(--body);font-size:.6875rem}.schedule-module__x5qToG__referenceColor{border:1px solid #17303833;border-radius:50%;width:12px;height:12px}.schedule-module__x5qToG__referenceColor[data-missing]{background:var(--paper-muted)!important}.schedule-module__x5qToG__resourceEditor{border-top:1px solid var(--line);gap:22px;padding:20px;display:grid}.schedule-module__x5qToG__resourceEditorHeader,.schedule-module__x5qToG__resourceExceptionHeader,.schedule-module__x5qToG__resourceExceptionControls{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.schedule-module__x5qToG__resourceEditorHeader h3,.schedule-module__x5qToG__resourceHoursSection h4{font-family:var(--font-ui);font-weight:var(--font-weight-semibold)}.schedule-module__x5qToG__resourceEditorHeader h3{font-size:1rem}.schedule-module__x5qToG__resourceEditorHeader p,.schedule-module__x5qToG__resourceExceptionHeader p,.schedule-module__x5qToG__resourceEmpty{color:var(--body);font-size:.8125rem;line-height:var(--leading-body)}.schedule-module__x5qToG__resourceHoursSection{gap:12px;display:grid}.schedule-module__x5qToG__resourceHoursSection h4{font-size:.875rem}.schedule-module__x5qToG__resourceDays{gap:8px;display:grid}.schedule-module__x5qToG__resourceDay,.schedule-module__x5qToG__resourceException{border:1px solid var(--line-soft);border-radius:5px;grid-template-columns:minmax(150px,.34fr) minmax(0,1fr);align-items:center;gap:16px;padding:12px;display:grid}.schedule-module__x5qToG__resourceDayToggle,.schedule-module__x5qToG__closedToggle{color:var(--ink);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:2px 8px;font-size:.8125rem;display:grid}.schedule-module__x5qToG__resourceDayToggle input,.schedule-module__x5qToG__closedToggle input{grid-row:1/3}.schedule-module__x5qToG__resourceDayToggle small{color:var(--body)}.schedule-module__x5qToG__resourceException{grid-template-columns:1fr}.schedule-module__x5qToG__resourceExceptionControls{justify-content:flex-start;align-items:end}.schedule-module__x5qToG__resourceExceptionControls>label:first-child{color:var(--body);font-size:.75rem;font-weight:var(--font-weight-medium);gap:5px;display:grid}.schedule-module__x5qToG__resourceExceptionControls input[type=date]{border:1px solid var(--line);background:var(--paper);min-height:38px;color:var(--ink);font:inherit;border-radius:5px;padding:7px 9px}.schedule-module__x5qToG__closedToggle{align-items:center;min-height:38px;display:flex}.schedule-module__x5qToG__colorDot{border:1px solid #1730382e;border-radius:50%;flex:none;width:10px;height:10px}.schedule-module__x5qToG__inlineForm{border-top:1px solid var(--line-soft);gap:10px;padding-top:14px;display:grid}.schedule-module__x5qToG__inlineForm fieldset{border:0;gap:6px;margin:0;padding:0;display:grid}.schedule-module__x5qToG__inlineForm legend{color:var(--body);font-size:.75rem;font-weight:var(--font-weight-medium);margin-bottom:5px}.schedule-module__x5qToG__checkLabel{grid-template-columns:auto 1fr;align-items:center;font-weight:var(--font-weight-regular)!important;display:flex!important}.schedule-module__x5qToG__setupGroup li>.schedule-module__x5qToG__checkLabel{margin-left:auto}.schedule-module__x5qToG__checkLabel input{min-height:auto}.schedule-module__x5qToG__saveRow{justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.schedule-module__x5qToG__success,.schedule-module__x5qToG__error,.schedule-module__x5qToG__setupHint,.schedule-module__x5qToG__readOnly{font-size:.8125rem}.schedule-module__x5qToG__success{color:var(--teal-700)}.schedule-module__x5qToG__error{color:var(--pink-700)}.schedule-module__x5qToG__setupHint{color:var(--body)}.schedule-module__x5qToG__readOnly{color:var(--body);padding:16px 20px}@media (min-width:761px) and (max-width:900px){.schedule-module__x5qToG__calendarWorkspace{--schedule-viewport-height:min(calc(60px + var(--schedule-grid-height)), max(360px, calc(100dvh - 405px)))}}@media (max-width:760px){.schedule-module__x5qToG__calendarWorkspace{--schedule-viewport-height:min(calc(60px + var(--schedule-grid-height)), max(320px, calc(100dvh - 470px)))}.schedule-module__x5qToG__headerActions{justify-content:stretch;width:100%}.schedule-module__x5qToG__headerActions>*{flex:1 1 0}.schedule-module__x5qToG__directAppointmentBackdrop{padding:max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom))}.schedule-module__x5qToG__directAppointmentDialog{max-height:calc(100dvh - max(20px, env(safe-area-inset-top)) - max(20px, env(safe-area-inset-bottom)))}.schedule-module__x5qToG__directAppointmentHeader,.schedule-module__x5qToG__directAppointmentSection,.schedule-module__x5qToG__directAppointmentActions{padding-left:14px;padding-right:14px}.schedule-module__x5qToG__directAppointmentFields{grid-template-columns:1fr}.schedule-module__x5qToG__directAppointmentActions>*{flex:1 1 0}.schedule-module__x5qToG__calendarToolbar{grid-template-columns:1fr;gap:10px;padding:12px}.schedule-module__x5qToG__rangeNavigation{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.schedule-module__x5qToG__rangeNavigation>button{justify-content:center}.schedule-module__x5qToG__calendarHeading{grid-row:2;align-items:center;min-height:42px}.schedule-module__x5qToG__calendarHeading strong{font-size:.9375rem}.schedule-module__x5qToG__viewSwitcher{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.schedule-module__x5qToG__viewSwitcher>button{justify-content:center}.schedule-module__x5qToG__filterBar{justify-content:center;padding:10px 12px;display:flex}.schedule-module__x5qToG__filterSummary{display:inline-flex!important}.schedule-module__x5qToG__filterBar label{width:100%;display:none}.schedule-module__x5qToG__filterBar[data-open]{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.schedule-module__x5qToG__filterBar[data-open] .schedule-module__x5qToG__filterSummary{grid-column:1/-1;justify-self:center}.schedule-module__x5qToG__filterBar[data-open] label{display:grid}.schedule-module__x5qToG__calendarStage[data-details-open]{grid-template-columns:minmax(0,1fr)}.schedule-module__x5qToG__calendarState{flex-direction:column;align-items:flex-start;gap:5px}.schedule-module__x5qToG__timeGrid{grid-template-columns:58px minmax(var(--day-grid-min-width), 1fr);min-width:max(100%, var(--calendar-min-width))}.schedule-module__x5qToG__dayHeading{font-size:.6875rem}.schedule-module__x5qToG__appointmentDetails{z-index:60;border:1px solid var(--line);max-height:min(76vh,680px);padding:10px 18px calc(18px + env(safe-area-inset-bottom));border-radius:12px 12px 0 0;position:fixed;inset:auto 0 0;overflow-y:auto}.schedule-module__x5qToG__detailHandle{background:var(--line);border-radius:999px;justify-self:center;width:54px;height:4px;display:block}.schedule-module__x5qToG__yearGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.schedule-module__x5qToG__sectionHeader,.schedule-module__x5qToG__saveRow{flex-direction:column;align-items:stretch}.schedule-module__x5qToG__calendarControls{flex-wrap:wrap;align-items:flex-end}.schedule-module__x5qToG__viewControls{justify-items:start}.schedule-module__x5qToG__viewControls>div{justify-content:flex-start}.schedule-module__x5qToG__yearCalendar{grid-template-columns:repeat(2,minmax(0,1fr))}.schedule-module__x5qToG__dateField{flex:1;min-width:160px}.schedule-module__x5qToG__setupGrid{grid-template-columns:1fr}.schedule-module__x5qToG__setupGroup,.schedule-module__x5qToG__setupGroup:nth-child(2n){border-right:0}.schedule-module__x5qToG__appointmentRow{grid-template-columns:5px minmax(0,1fr) auto}.schedule-module__x5qToG__appointmentRow>div:nth-of-type(2){grid-column:2/-1}.schedule-module__x5qToG__appointmentRow>.schedule-module__x5qToG__status{grid-column:2/-1;justify-self:start}.schedule-module__x5qToG__appointmentActions{grid-column:2/-1;justify-content:flex-start}.schedule-module__x5qToG__resourceEditorHeader,.schedule-module__x5qToG__resourceExceptionHeader,.schedule-module__x5qToG__resourceExceptionControls{flex-direction:column;align-items:stretch}.schedule-module__x5qToG__resourceDay{grid-template-columns:1fr}}@media (max-width:480px){.schedule-module__x5qToG__yearCalendar{grid-template-columns:1fr}}.schedule-module__x5qToG__setupBanner{background:color-mix(in srgb, var(--admin-accent,#267a75) 12%, white);color:var(--admin-ink,#1d2a2e);border-radius:.75rem;flex-wrap:wrap;align-items:center;gap:.35rem .75rem;margin:0 0 1rem;padding:.75rem 1rem;display:flex}
.legacy-home-a-module__XmfF1W__site{color:#23292a;min-height:100vh;font-family:var(--font-sans);background:#fff;overflow-x:clip}.legacy-home-a-module__XmfF1W__hero{background:#f6f5f2;grid-template-columns:minmax(430px,.8fr) minmax(520px,1.2fr);min-height:650px;display:grid}.legacy-home-a-module__XmfF1W__heroCopy{z-index:1;align-self:center;width:min(100%,630px);margin-left:max(32px,50vw - 690px);padding:74px 58px 74px 0}.legacy-home-a-module__XmfF1W__heroEyebrow,.legacy-home-a-module__XmfF1W__introduction>p,.legacy-home-a-module__XmfF1W__sectionHeading>div>p,.legacy-home-a-module__XmfF1W__choices>div>p,.legacy-home-a-module__XmfF1W__afterSupportHeading>p,.legacy-home-a-module__XmfF1W__supportCopy>p,.legacy-home-a-module__XmfF1W__faqHeading>p{color:#993762;font-size:12px;font-weight:var(--font-weight-semibold);letter-spacing:.13em;text-transform:uppercase;margin:0 0 17px}.legacy-home-a-module__XmfF1W__heroCopy h1{max-width:620px;font-family:var(--font-sans);font-size:clamp(62px,6vw,94px);font-weight:var(--font-weight-medium);letter-spacing:-.025em;margin:0;line-height:.96}.legacy-home-a-module__XmfF1W__heroBody{color:#515d5e;max-width:570px;margin:28px 0 31px;font-size:18px;line-height:1.7}.legacy-home-a-module__XmfF1W__heroActions{align-items:stretch;gap:12px;display:flex}.legacy-home-a-module__XmfF1W__primaryButton,.legacy-home-a-module__XmfF1W__secondaryButton{min-height:50px;font:inherit;font-size:13px;font-weight:var(--font-weight-semibold);cursor:pointer;border:1px solid #06656d;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:11px 20px;display:inline-flex}.legacy-home-a-module__XmfF1W__primaryButton{color:#fff;background:#06656d}.legacy-home-a-module__XmfF1W__primaryButton:hover{background:#044f56}.legacy-home-a-module__XmfF1W__secondaryButton{color:#075f67;background:0 0}.legacy-home-a-module__XmfF1W__secondaryButton:hover{background:#e9f5f4}.legacy-home-a-module__XmfF1W__trustLine{color:#556263;margin:30px 0 0;font-size:14px;font-weight:700}.legacy-home-a-module__XmfF1W__heroMedia{min-height:650px;position:relative;overflow:hidden}.legacy-home-a-module__XmfF1W__heroMedia img{object-fit:cover;object-position:52% 50%;width:100%;height:100%}.legacy-home-a-module__XmfF1W__introduction{grid-template-columns:minmax(0,.95fr) minmax(300px,.75fr);column-gap:clamp(70px,11vw,160px);width:min(100% - 64px,1110px);margin:0 auto;padding:96px 0 104px;display:grid}.legacy-home-a-module__XmfF1W__introduction>p{grid-column:1/-1}.legacy-home-a-module__XmfF1W__introduction h2,.legacy-home-a-module__XmfF1W__sectionHeading h2,.legacy-home-a-module__XmfF1W__choices h2,.legacy-home-a-module__XmfF1W__afterSupport h2,.legacy-home-a-module__XmfF1W__supportCopy h2,.legacy-home-a-module__XmfF1W__faq h2{font-family:var(--font-sans);font-size:clamp(44px,5vw,68px);font-weight:var(--font-weight-medium);letter-spacing:-.018em;margin:0;line-height:1.02}.legacy-home-a-module__XmfF1W__introduction>div>p,.legacy-home-a-module__XmfF1W__sectionHeading>p,.legacy-home-a-module__XmfF1W__choices>div>span,.legacy-home-a-module__XmfF1W__supportCopy>span{color:#566364;margin:4px 0 23px;font-size:17px;line-height:1.75}.legacy-home-a-module__XmfF1W__introduction a,.legacy-home-a-module__XmfF1W__supportCopy a,.legacy-home-a-module__XmfF1W__faqHeading a{color:#086871;font-size:13px;font-weight:var(--font-weight-semibold);border-bottom:1px solid #0b747d;gap:10px;padding:6px 0;display:inline-flex}.legacy-home-a-module__XmfF1W__services,.legacy-home-a-module__XmfF1W__visitSteps{padding:82px max(32px,50vw - 590px) 90px}.legacy-home-a-module__XmfF1W__services{background:#f8eeee}.legacy-home-a-module__XmfF1W__sectionHeading{grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);align-items:end;gap:clamp(70px,10vw,140px);margin-bottom:44px;display:grid}.legacy-home-a-module__XmfF1W__sectionHeading h2{font-size:clamp(45px,4.5vw,62px)}.legacy-home-a-module__XmfF1W__sectionHeading>p{margin-bottom:5px}.legacy-home-a-module__XmfF1W__serviceList{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:68px;display:grid}.legacy-home-a-module__XmfF1W__serviceList>a{border-top:1px solid #d5c4ca;justify-content:space-between;align-items:center;gap:25px;min-height:112px;padding:23px 0;display:flex}.legacy-home-a-module__XmfF1W__serviceList>a:hover strong{color:#8f315e}.legacy-home-a-module__XmfF1W__serviceList>a>span:first-child{gap:7px;display:grid}.legacy-home-a-module__XmfF1W__serviceList strong{font-family:var(--font-sans);font-size:25px;font-weight:var(--font-weight-semibold)}.legacy-home-a-module__XmfF1W__serviceList small{color:#5d6061;max-width:440px;font-size:14px;line-height:1.65}.legacy-home-a-module__XmfF1W__serviceList>a>span:last-child{color:#8f315e;font-size:22px}.legacy-home-a-module__XmfF1W__serviceList article{border-top:1px solid #d5c4ca;padding:28px 0}.legacy-home-a-module__XmfF1W__serviceList article p{color:#5d6061;margin:8px 0 0;font-size:14px}.legacy-home-a-module__XmfF1W__choices{grid-template-columns:minmax(300px,.8fr) minmax(420px,1.2fr);gap:clamp(70px,11vw,170px);padding:84px max(32px,50vw - 580px);display:grid}.legacy-home-a-module__XmfF1W__choices>div>span{margin-top:28px;display:block}.legacy-home-a-module__XmfF1W__choices nav{display:grid}.legacy-home-a-module__XmfF1W__choices nav a{color:#264547;font-size:17px;font-weight:var(--font-weight-semibold);border-bottom:1px solid #d7dddd;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;display:flex}.legacy-home-a-module__XmfF1W__choices nav a:first-child{border-top:1px solid #d7dddd}.legacy-home-a-module__XmfF1W__choices nav a:hover{color:#91315f}.legacy-home-a-module__XmfF1W__afterSupport{background:#f4f8f6;padding:86px max(32px,50vw - 580px)}.legacy-home-a-module__XmfF1W__afterSupportHeading{max-width:700px;margin-bottom:46px}.legacy-home-a-module__XmfF1W__afterSupportLinks{grid-template-columns:repeat(2,1fr);gap:64px;display:grid}.legacy-home-a-module__XmfF1W__afterSupportLinks a{border-top:2px solid #086e77;gap:13px;padding:32px 0;display:grid}.legacy-home-a-module__XmfF1W__afterSupportLinks strong{font-family:var(--font-sans);font-size:30px;font-weight:var(--font-weight-medium)}.legacy-home-a-module__XmfF1W__afterSupportLinks span{color:#566566;font-size:15px;line-height:1.7}.legacy-home-a-module__XmfF1W__afterSupportLinks span:last-child{color:#086871;font-weight:var(--font-weight-semibold);margin-top:10px}.legacy-home-a-module__XmfF1W__visitSteps{background:#fff}.legacy-home-a-module__XmfF1W__visitSteps ol{grid-template-columns:repeat(3,1fr);margin:0;padding:0;list-style:none;display:grid}.legacy-home-a-module__XmfF1W__visitSteps li{grid-template-columns:35px 1fr;gap:17px;padding:8px clamp(24px,3vw,45px);display:grid}.legacy-home-a-module__XmfF1W__visitSteps li+li{border-left:1px solid #d7dddd}.legacy-home-a-module__XmfF1W__visitSteps li>span{color:#96345f;width:31px;height:31px;font-size:12px;font-weight:var(--font-weight-semibold);border:1px solid #bd4e80;border-radius:50%;place-items:center;display:grid}.legacy-home-a-module__XmfF1W__visitSteps h3{font-family:var(--font-sans);font-size:24px;font-weight:var(--font-weight-medium);margin:2px 0 12px}.legacy-home-a-module__XmfF1W__visitSteps li p{color:#5a6869;margin:0;font-size:15px;line-height:1.7}.legacy-home-a-module__XmfF1W__supportFeature{grid-template-columns:1fr 1fr;min-height:560px;display:grid}.legacy-home-a-module__XmfF1W__supportPhoto{min-height:560px;position:relative}.legacy-home-a-module__XmfF1W__supportPhoto img{object-fit:cover;object-position:center}.legacy-home-a-module__XmfF1W__supportCopy{background:#f8eeee;flex-direction:column;justify-content:center;padding:64px clamp(48px,7vw,104px);display:flex}.legacy-home-a-module__XmfF1W__supportCopy>span{margin-top:27px;display:block}.legacy-home-a-module__XmfF1W__supportCopy>div{flex-direction:column;align-items:flex-start;gap:13px;margin-top:12px;display:flex}.legacy-home-a-module__XmfF1W__faq{grid-template-columns:minmax(280px,.75fr) minmax(420px,1.25fr);gap:clamp(70px,10vw,140px);width:min(100% - 64px,1120px);margin:0 auto;padding:88px 0 96px;display:grid}.legacy-home-a-module__XmfF1W__faqHeading a{margin-top:28px}.legacy-home-a-module__XmfF1W__faq details{border-top:1px solid #d3dada}.legacy-home-a-module__XmfF1W__faq details:last-child{border-bottom:1px solid #d3dada}.legacy-home-a-module__XmfF1W__faq summary{color:#263d3f;min-height:68px;font-size:16px;font-weight:var(--font-weight-semibold);cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:19px 0;list-style:none;display:flex}.legacy-home-a-module__XmfF1W__faq summary::-webkit-details-marker{display:none}.legacy-home-a-module__XmfF1W__faq summary span{color:#9d3865;font-size:22px;font-weight:400}.legacy-home-a-module__XmfF1W__faq details[open] summary span{transform:rotate(45deg)}.legacy-home-a-module__XmfF1W__faq details p{color:#596768;margin:-5px 0 25px;padding-right:35px;font-size:15px;line-height:1.75}@media (max-width:920px){.legacy-home-a-module__XmfF1W__hero{grid-template-columns:1fr;min-height:auto}.legacy-home-a-module__XmfF1W__heroCopy{width:min(100% - 64px,700px);margin:0 auto;padding:70px 0 64px}.legacy-home-a-module__XmfF1W__heroMedia{min-height:480px}.legacy-home-a-module__XmfF1W__introduction,.legacy-home-a-module__XmfF1W__sectionHeading,.legacy-home-a-module__XmfF1W__choices,.legacy-home-a-module__XmfF1W__faq{grid-template-columns:1fr;gap:35px}.legacy-home-a-module__XmfF1W__serviceList,.legacy-home-a-module__XmfF1W__visitSteps ol{grid-template-columns:1fr}.legacy-home-a-module__XmfF1W__visitSteps li{padding:28px 0}.legacy-home-a-module__XmfF1W__visitSteps li+li{border-top:1px solid #d7dddd;border-left:0}.legacy-home-a-module__XmfF1W__supportFeature{grid-template-columns:1fr}.legacy-home-a-module__XmfF1W__supportPhoto{min-height:480px}}@media (max-width:700px){.legacy-home-a-module__XmfF1W__heroCopy,.legacy-home-a-module__XmfF1W__introduction,.legacy-home-a-module__XmfF1W__faq{width:min(100% - 40px,100%)}.legacy-home-a-module__XmfF1W__heroCopy{padding:44px 0 46px}.legacy-home-a-module__XmfF1W__heroCopy h1{font-size:clamp(50px,15vw,62px)}.legacy-home-a-module__XmfF1W__heroActions{flex-direction:column}.legacy-home-a-module__XmfF1W__heroMedia{min-height:360px}.legacy-home-a-module__XmfF1W__introduction{padding:64px 0 68px}.legacy-home-a-module__XmfF1W__services,.legacy-home-a-module__XmfF1W__visitSteps,.legacy-home-a-module__XmfF1W__afterSupport{padding:60px 20px 64px}.legacy-home-a-module__XmfF1W__serviceList>a{min-height:0;padding:24px 0}.legacy-home-a-module__XmfF1W__serviceList strong{font-size:23px}.legacy-home-a-module__XmfF1W__choices{padding:64px 20px}.legacy-home-a-module__XmfF1W__afterSupportLinks{grid-template-columns:1fr;gap:20px}.legacy-home-a-module__XmfF1W__supportPhoto{min-height:340px}.legacy-home-a-module__XmfF1W__supportCopy{padding:60px 24px 64px}.legacy-home-a-module__XmfF1W__faq{padding:68px 0 72px}}
.intake-session-module__moL5_W__page{background:#f8f4eb;min-height:100vh;padding:32px 16px 64px}.intake-session-module__moL5_W__shell{border:1px solid var(--line);background:var(--white);border-radius:8px;width:min(100%,760px);margin:0 auto}.intake-session-module__moL5_W__header{border-bottom:1px solid var(--line-soft);grid-template-columns:160px minmax(0,1fr);align-items:center;gap:28px;padding:28px 32px;display:grid}.intake-session-module__moL5_W__header p{color:var(--teal-700);font-size:.75rem;font-weight:var(--font-weight-semibold);letter-spacing:.08em;text-transform:uppercase}.intake-session-module__moL5_W__header h1{font-family:var(--font-ui);font-size:clamp(1.5rem,4vw,2rem);font-weight:var(--font-weight-semibold);margin-top:3px}.intake-session-module__moL5_W__header span{color:var(--body);margin-top:6px;font-size:.875rem;display:block}.intake-session-module__moL5_W__form{display:grid}.intake-session-module__moL5_W__question{border-bottom:1px solid var(--line-soft);gap:7px;padding:22px 32px;display:grid}.intake-session-module__moL5_W__question>label,.intake-session-module__moL5_W__consent>label:not(.intake-session-module__moL5_W__choice){color:var(--ink);font-size:.9375rem;font-weight:var(--font-weight-semibold)}.intake-session-module__moL5_W__question>p{color:var(--body);font-size:.8125rem}.intake-session-module__moL5_W__question input:not([type=checkbox]),.intake-session-module__moL5_W__question textarea,.intake-session-module__moL5_W__question select{border:1px solid var(--line);background:var(--white);border-radius:5px;width:100%;min-height:44px;padding:9px 11px}.intake-session-module__moL5_W__question textarea{resize:vertical}.intake-session-module__moL5_W__question fieldset{border:0;gap:8px;margin:0;padding:0;display:grid}.intake-session-module__moL5_W__choice{align-items:center;gap:9px;font-size:.875rem;display:flex;font-weight:var(--font-weight-regular)!important}.intake-session-module__moL5_W__choice input{width:18px;height:18px}.intake-session-module__moL5_W__consent{gap:14px;display:grid}.intake-session-module__moL5_W__consent>label:not(.intake-session-module__moL5_W__choice){gap:6px;font-size:.8125rem;display:grid}.intake-session-module__moL5_W__actions{justify-content:flex-end;gap:10px;padding:22px 32px;display:flex}.intake-session-module__moL5_W__correction{border-bottom:1px solid var(--line-soft);gap:7px;padding:22px 32px;display:grid}.intake-session-module__moL5_W__correction label{font-weight:var(--font-weight-semibold)}.intake-session-module__moL5_W__correction textarea{border:1px solid var(--line);border-radius:5px;width:100%;padding:9px 11px}.intake-session-module__moL5_W__correction p{color:var(--body);font-size:.8125rem}.intake-session-module__moL5_W__state,.intake-session-module__moL5_W__error,.intake-session-module__moL5_W__done,.intake-session-module__moL5_W__notice,.intake-session-module__moL5_W__message{margin:24px 32px}.intake-session-module__moL5_W__error,.intake-session-module__moL5_W__done,.intake-session-module__moL5_W__notice,.intake-session-module__moL5_W__message{border:1px solid var(--line);border-radius:5px;padding:12px 14px}.intake-session-module__moL5_W__error{background:var(--pink-50);color:var(--pink-700);justify-items:start;gap:8px;display:grid}.intake-session-module__moL5_W__done,.intake-session-module__moL5_W__message{background:var(--teal-50)}.intake-session-module__moL5_W__done h2{font-size:1.25rem;font-weight:var(--font-weight-semibold)}.intake-session-module__moL5_W__notice{color:var(--body);background:#f3f5f4}@media (max-width:600px){.intake-session-module__moL5_W__page{padding:0}.intake-session-module__moL5_W__shell{border:0;border-radius:0;min-height:100vh}.intake-session-module__moL5_W__header{grid-template-columns:1fr;gap:18px;padding:24px 20px}.intake-session-module__moL5_W__header img{width:145px}.intake-session-module__moL5_W__question,.intake-session-module__moL5_W__actions{padding-inline:20px}.intake-session-module__moL5_W__actions{flex-direction:column-reverse;align-items:stretch}}
.appointment-form-module__8pGNuG__overlay{z-index:50;background:color-mix(in srgb, var(--ink), transparent 72%);justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.appointment-form-module__8pGNuG__dialog{border:1px solid color-mix(in srgb, var(--ink), transparent 60%);background:var(--paper);overscroll-behavior:contain;border-radius:24px 24px 0 0;flex-direction:column;width:100%;max-height:96dvh;padding:20px;display:flex;overflow:hidden}.appointment-form-module__8pGNuG__header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.appointment-form-module__8pGNuG__title{color:var(--ink);font-family:var(--font-display);font-size:clamp(2rem,5vw,2.5rem);font-weight:var(--font-weight-regular);line-height:1.05}.appointment-form-module__8pGNuG__title:focus{outline:none}.appointment-form-module__8pGNuG__intro{max-width:600px;color:var(--body);font-size:var(--text-body-sm);margin-top:8px}.appointment-form-module__8pGNuG__closeButton{border-radius:50%;flex:none;width:44px;min-height:44px}.appointment-form-module__8pGNuG__responseLine{color:var(--teal-900);font-size:var(--text-body-sm);font-weight:var(--font-weight-medium);align-items:center;gap:9px;margin-top:16px;display:flex}.appointment-form-module__8pGNuG__responseLine svg{stroke-width:2px;flex:none;width:18px;height:18px}.appointment-form-module__8pGNuG__form{grid-template-rows:minmax(0,1fr) auto;min-height:0;margin-top:20px;display:grid;overflow:hidden}.appointment-form-module__8pGNuG__formBody{overscroll-behavior:contain;flex-direction:column;gap:20px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.appointment-form-module__8pGNuG__notice{border:1px solid var(--line-soft);background:var(--teal-50);color:var(--body);font-size:var(--text-body-sm);border-radius:10px;padding:12px 14px}.appointment-form-module__8pGNuG__section{flex-direction:column;gap:12px;display:flex}.appointment-form-module__8pGNuG__section+.appointment-form-module__8pGNuG__section,.appointment-form-module__8pGNuG__optionalSection{border-top:1px solid var(--line-soft);padding-top:18px}.appointment-form-module__8pGNuG__sectionTitle{color:var(--ink);font-size:var(--text-body);font-weight:var(--font-weight-semibold);line-height:var(--leading-tight)}.appointment-form-module__8pGNuG__sectionHeading{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.appointment-form-module__8pGNuG__sectionHelp{color:var(--body);font-size:var(--text-label);line-height:1.4}.appointment-form-module__8pGNuG__fieldGrid,.appointment-form-module__8pGNuG__scheduleGrid{gap:12px;display:grid}.appointment-form-module__8pGNuG__field{min-width:0;color:var(--ink);font-size:var(--text-body-sm);font-weight:var(--font-weight-medium);flex-direction:column;gap:7px;display:flex}.appointment-form-module__8pGNuG__control{border:1px solid var(--line);background:var(--white);width:100%;min-height:48px;color:var(--ink);font-family:var(--font-ui);font-size:var(--text-body-sm);font-weight:var(--font-weight-regular);line-height:var(--leading-control);border-radius:10px;padding:11px 14px}.appointment-form-module__8pGNuG__control:hover,.appointment-form-module__8pGNuG__control:focus-visible{border-color:var(--teal-700)}.appointment-form-module__8pGNuG__help{color:var(--body);font-size:var(--text-label);font-weight:var(--font-weight-regular);line-height:1.45}.appointment-form-module__8pGNuG__contactFieldset{border:0;min-width:0;padding:0}.appointment-form-module__8pGNuG__contactOptions{border:1px solid var(--line);background:var(--white);border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.appointment-form-module__8pGNuG__contactChoice{cursor:pointer;min-height:48px;color:var(--body);font-size:var(--text-body-sm);font-weight:var(--font-weight-medium);justify-content:center;align-items:center;gap:8px;padding:10px 14px;transition:background-color .14s,color .14s;display:flex;position:relative}.appointment-form-module__8pGNuG__contactChoice+.appointment-form-module__8pGNuG__contactChoice{border-left:1px solid var(--line)}.appointment-form-module__8pGNuG__contactChoice:has(input:checked){background:var(--teal-100);color:var(--teal-900)}.appointment-form-module__8pGNuG__contactRadio{width:16px;height:16px;accent-color:var(--teal-700);margin:0}.appointment-form-module__8pGNuG__textConsent{margin-top:8px}.appointment-form-module__8pGNuG__optionalSection{flex-direction:column;gap:12px;display:flex}.appointment-form-module__8pGNuG__optionalTrigger{width:100%;min-height:44px;color:var(--teal-900);font-size:var(--text-body-sm);justify-content:space-between;padding-inline:0}.appointment-form-module__8pGNuG__optionalLabel{text-align:left;gap:2px;display:grid}.appointment-form-module__8pGNuG__optionalHelp{color:var(--body);font-size:var(--text-label);font-weight:var(--font-weight-regular)}.appointment-form-module__8pGNuG__optionalTrigger svg{transition:transform .14s}.appointment-form-module__8pGNuG__optionalTrigger[aria-expanded=true] svg{transform:rotate(180deg)}.appointment-form-module__8pGNuG__optionalContent{flex-direction:column;gap:16px;display:flex}.appointment-form-module__8pGNuG__optionalContent[hidden]{display:none}.appointment-form-module__8pGNuG__intentGrid{gap:8px;display:grid}.appointment-form-module__8pGNuG__intentButton{border:1px solid var(--line);background:var(--white);min-height:44px;color:var(--ink);font-size:var(--text-control);font-weight:var(--font-weight-medium);text-align:left;border-radius:10px;padding:9px 13px;transition:background-color .14s,border-color .14s,color .14s}.appointment-form-module__8pGNuG__intentButton:hover,.appointment-form-module__8pGNuG__intentButton[aria-pressed=true]{border-color:var(--teal-700)}.appointment-form-module__8pGNuG__intentButton[aria-pressed=true]{background:var(--teal-100);color:var(--teal-900)}.appointment-form-module__8pGNuG__message{resize:vertical;min-height:88px}.appointment-form-module__8pGNuG__footer{margin-inline:-20px;border-top:1px solid var(--line-soft);background:var(--paper);gap:12px;margin-bottom:-20px;padding:14px 20px 20px;display:grid;position:static}.appointment-form-module__8pGNuG__privacy{color:var(--body);font-size:var(--text-label);line-height:1.45}.appointment-form-module__8pGNuG__error{color:var(--pink-700);font-size:var(--text-body-sm);font-weight:var(--font-weight-medium)}.appointment-form-module__8pGNuG__submitButton{min-height:48px;font-size:var(--text-body-sm);font-weight:var(--font-weight-semibold);border-radius:10px}.appointment-form-module__8pGNuG__success{border:1px solid var(--line-soft);background:var(--teal-50);border-radius:14px;margin-block:28px;padding:24px}.appointment-form-module__8pGNuG__successTitle{color:var(--teal-900);font-size:1.25rem;font-weight:var(--font-weight-semibold)}.appointment-form-module__8pGNuG__successBody{color:var(--body);margin-top:8px}.appointment-form-module__8pGNuG__successConfirmation{color:var(--body);font-weight:var(--font-weight-medium);margin-top:12px}@media (min-width:640px){.appointment-form-module__8pGNuG__overlay{align-items:center;padding:24px}.appointment-form-module__8pGNuG__dialog{border-radius:20px;max-width:720px;min-height:min(680px,92dvh);max-height:92dvh;padding:28px 30px}.appointment-form-module__8pGNuG__fieldGrid,.appointment-form-module__8pGNuG__scheduleGrid,.appointment-form-module__8pGNuG__intentGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.appointment-form-module__8pGNuG__fullWidth{grid-column:1/-1}.appointment-form-module__8pGNuG__footer{margin-inline:-30px;grid-template-columns:minmax(0,1fr) auto;align-items:center;margin-bottom:-28px;padding:14px 30px 28px}.appointment-form-module__8pGNuG__submitButton{min-width:220px}}@media (max-height:560px){.appointment-form-module__8pGNuG__dialog{display:block;overflow-y:auto}.appointment-form-module__8pGNuG__form{flex-direction:column;display:flex;overflow:visible}.appointment-form-module__8pGNuG__formBody{overflow:visible}}
.content-page-module__NPIhKW__site{color:#23292a;min-height:100vh;font-family:var(--font-sans);background:#fff;overflow-x:clip}.content-page-module__NPIhKW__hero{background:#f7eeee;grid-template-columns:minmax(420px,.96fr) minmax(480px,1.04fr);min-height:565px;display:grid}.content-page-module__NPIhKW__heroCopy{align-self:center;width:min(100%,650px);margin-left:max(32px,50vw - 690px);padding:64px 64px 64px 0}.content-page-module__NPIhKW__breadcrumbs{color:#687273;align-items:center;gap:9px;margin-bottom:44px;font-size:11px;display:flex}.content-page-module__NPIhKW__breadcrumbs a{text-underline-offset:3px;text-decoration:underline}.content-page-module__NPIhKW__eyebrow,.content-page-module__NPIhKW__relatedInner>div>p{color:#8d3761;font-size:11px;font-weight:var(--font-weight-semibold);letter-spacing:.13em;text-transform:uppercase;margin:0 0 14px}.content-page-module__NPIhKW__heroCopy h1{max-width:640px;font-family:var(--font-sans);font-size:clamp(54px,5.4vw,82px);font-weight:var(--font-weight-medium);letter-spacing:-.022em;margin:0;line-height:.98}.content-page-module__NPIhKW__heroCopy>p:last-of-type{color:#4f5c5d;max-width:600px;margin:26px 0 30px;font-size:17px;line-height:1.75}.content-page-module__NPIhKW__heroActions{align-items:stretch;gap:12px;display:flex}.content-page-module__NPIhKW__primaryButton,.content-page-module__NPIhKW__secondaryButton{min-height:49px;font:inherit;font-size:13px;font-weight:var(--font-weight-semibold);cursor:pointer;border:1px solid #07636b;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:11px 19px;display:inline-flex}.content-page-module__NPIhKW__primaryButton{color:#fff;background:#07636b}.content-page-module__NPIhKW__secondaryButton{color:#075f67;background:0 0}.content-page-module__NPIhKW__primaryButton:hover{background:#044e55}.content-page-module__NPIhKW__secondaryButton:hover{background:#e9f5f4}.content-page-module__NPIhKW__heroMedia{min-height:565px;position:relative;overflow:hidden}.content-page-module__NPIhKW__heroMedia img{object-fit:cover;object-position:center}.content-page-module__NPIhKW__bodyLayout{grid-template-columns:minmax(0,1fr) 300px;gap:clamp(64px,9vw,130px);width:min(100% - 64px,1140px);margin:0 auto;padding:108px 0 120px;display:grid}.content-page-module__NPIhKW__article>section{content-visibility:auto;contain-intrinsic-size:0 320px;padding-bottom:55px}.content-page-module__NPIhKW__article>section+section{border-top:1px solid #d7dddd;padding-top:54px}.content-page-module__NPIhKW__article h2{font-family:var(--font-sans);font-size:clamp(35px,3.5vw,48px);font-weight:var(--font-weight-medium);margin:0 0 22px;line-height:1.08}.content-page-module__NPIhKW__article p{color:#4e5c5e;margin:0 0 19px;font-size:17px;line-height:1.82}.content-page-module__NPIhKW__article ul{margin:24px 0 0;padding:0;list-style:none}.content-page-module__NPIhKW__article li{color:#344648;font-weight:var(--font-weight-medium);border-bottom:1px solid #e0e5e5;padding:13px 0 13px 28px;position:relative}.content-page-module__NPIhKW__article li:before{content:"";background:#cc5b8c;border-radius:50%;width:8px;height:8px;position:absolute;top:19px;left:3px}.content-page-module__NPIhKW__citations{font-weight:var(--font-weight-medium);flex-wrap:wrap;align-items:center;gap:7px;display:flex;color:#667173!important;margin-top:22px!important;font-size:12px!important;line-height:1.4!important}.content-page-module__NPIhKW__citations a{color:#075f67;border:1px solid #9cb1b2;border-radius:3px;justify-content:center;align-items:center;min-width:25px;height:25px;font-size:11px;text-decoration:none;display:inline-flex}.content-page-module__NPIhKW__citations a:hover{background:#edf6f5;border-color:#075f67}.content-page-module__NPIhKW__medicalNote{background:#f7f9f8;border:1px solid #d5dddd;padding:24px;color:#5e6869!important;margin:18px 0 0!important;font-size:13px!important;line-height:1.7!important}.content-page-module__NPIhKW__article>.content-page-module__NPIhKW__sources{content-visibility:auto;contain-intrinsic-size:0 500px;border-top:1px solid #d7dddd;margin-top:58px;padding:55px 0 0}.content-page-module__NPIhKW__sourcesEyebrow{font-weight:var(--font-weight-semibold);letter-spacing:.13em;text-transform:uppercase;color:#8d3761!important;margin-bottom:12px!important;font-size:11px!important}.content-page-module__NPIhKW__sources>p:not(.content-page-module__NPIhKW__sourcesEyebrow,.content-page-module__NPIhKW__reviewDate){max-width:690px;font-size:15px}.content-page-module__NPIhKW__sources ol{margin:30px 0 0;padding-left:24px;list-style:decimal}.content-page-module__NPIhKW__sources li{color:#344648;border-bottom:1px solid #e0e5e5;padding:16px 0 16px 7px;font-weight:400;display:list-item}.content-page-module__NPIhKW__sources li:before{display:none}.content-page-module__NPIhKW__sources li a{color:#075f67;font-size:14px;font-weight:var(--font-weight-semibold);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px;display:block}.content-page-module__NPIhKW__sources li span{color:#657173;margin-top:5px;font-size:12px;line-height:1.55;display:block}.content-page-module__NPIhKW__reviewDate{color:#657173!important;margin:20px 0 0!important;font-size:12px!important}.content-page-module__NPIhKW__callout{background:#fbf1f4;border:1px solid #edcbd8;margin:10px 0 45px;padding:30px}.content-page-module__NPIhKW__callout h2{font-size:30px}.content-page-module__NPIhKW__resourceDirectory{border-top:1px solid #d7dddd;padding-top:54px!important}.content-page-module__NPIhKW__directoryEyebrow{font-weight:var(--font-weight-semibold);letter-spacing:.13em;text-transform:uppercase;color:#90345f!important;margin-bottom:12px!important;font-size:11px!important}.content-page-module__NPIhKW__resourceDirectory nav{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:38px;margin-top:30px;display:grid}.content-page-module__NPIhKW__resourceDirectory nav a{border-top:1px solid #d8dede;justify-content:space-between;align-items:center;gap:20px;min-height:116px;padding:22px 0;display:flex}.content-page-module__NPIhKW__resourceDirectory nav a>span:first-child{gap:7px;display:grid}.content-page-module__NPIhKW__resourceDirectory nav strong{color:#283f41;font-size:15px}.content-page-module__NPIhKW__resourceDirectory nav small{color:#5a6768;font-size:12px;line-height:1.55}.content-page-module__NPIhKW__resourceDirectory nav a>span:last-child{color:#93365f}.content-page-module__NPIhKW__sideRail{background:#fff;border:1px solid #cfdada;align-self:start;padding:31px;position:sticky;top:28px}.content-page-module__NPIhKW__sideRail>h2{font-family:var(--font-sans);font-size:30px;font-weight:var(--font-weight-medium);margin:0 0 20px}.content-page-module__NPIhKW__sideRail>ul{margin:0;padding:0 0 28px;list-style:none}.content-page-module__NPIhKW__sideRail>ul li{color:#405052;border-bottom:1px solid #e2e7e7;padding:11px 0 11px 24px;font-size:13px;line-height:1.6;position:relative}.content-page-module__NPIhKW__sideRail>ul li:before{content:"";background:#0b7881;border-radius:50%;width:7px;height:7px;position:absolute;top:18px;left:2px}.content-page-module__NPIhKW__sideContact{border-top:1px solid #cfdada;padding-top:25px}.content-page-module__NPIhKW__sideContact h3{margin:0 0 8px;font-size:17px}.content-page-module__NPIhKW__sideContact p{color:#596668;margin:0 0 18px;font-size:14px;line-height:1.6}.content-page-module__NPIhKW__sideContact button{color:#fff;width:100%;min-height:44px;font:inherit;font-size:13px;font-weight:var(--font-weight-semibold);cursor:pointer;background:#086b74;border:1px solid #086b74;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:9px 14px;display:inline-flex}.content-page-module__NPIhKW__related{background:#f8eeee}.content-page-module__NPIhKW__relatedInner{grid-template-columns:.75fr 1.25fr;gap:clamp(60px,9vw,130px);width:min(100% - 64px,1140px);margin:0 auto;padding:84px 0 88px;display:grid}.content-page-module__NPIhKW__relatedInner h2{font-family:var(--font-sans);font-size:clamp(38px,4.2vw,55px);font-weight:var(--font-weight-medium);margin:0;line-height:1.05}.content-page-module__NPIhKW__relatedInner nav{display:grid}.content-page-module__NPIhKW__relatedInner nav a{color:#274345;font-size:15px;font-weight:var(--font-weight-semibold);border-bottom:1px solid #d7c5ca;justify-content:space-between;align-items:center;gap:20px;padding:19px 0;display:flex}.content-page-module__NPIhKW__relatedInner nav a:hover{color:#8c315e}@media (max-width:900px){.content-page-module__NPIhKW__hero{grid-template-columns:1fr}.content-page-module__NPIhKW__heroCopy{width:min(100% - 64px,700px);margin:0 auto;padding:62px 0}.content-page-module__NPIhKW__breadcrumbs{margin-bottom:32px}.content-page-module__NPIhKW__heroMedia{min-height:500px}.content-page-module__NPIhKW__bodyLayout{grid-template-columns:1fr;gap:72px}.content-page-module__NPIhKW__sideRail{max-width:560px;position:static}.content-page-module__NPIhKW__resourceDirectory nav{grid-template-columns:1fr}}@media (max-width:700px){.content-page-module__NPIhKW__heroCopy,.content-page-module__NPIhKW__bodyLayout,.content-page-module__NPIhKW__relatedInner{width:min(100% - 40px,100%)}.content-page-module__NPIhKW__heroCopy{padding:54px 0}.content-page-module__NPIhKW__heroCopy h1{font-size:clamp(48px,14vw,66px)}.content-page-module__NPIhKW__heroActions{flex-direction:column}.content-page-module__NPIhKW__heroMedia{min-height:390px}.content-page-module__NPIhKW__bodyLayout{padding:78px 0 86px}.content-page-module__NPIhKW__article>section{padding-bottom:42px}.content-page-module__NPIhKW__article>section+section{padding-top:42px}.content-page-module__NPIhKW__sideRail{padding:25px}.content-page-module__NPIhKW__relatedInner{grid-template-columns:1fr;gap:40px;padding:66px 0 70px}}
.privacy-page-module__5HwntG__page{background:var(--cream);min-height:100vh;color:var(--ink)}.privacy-page-module__5HwntG__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;width:min(100% - 40px,1120px);margin:0 auto;padding:22px 0;display:flex}.privacy-page-module__5HwntG__logo{width:205px;height:auto}.privacy-page-module__5HwntG__back{border:1px solid var(--ink);border-radius:999px;align-items:center;min-height:44px;padding:9px 18px;font-size:13px;font-weight:700;display:inline-flex}.privacy-page-module__5HwntG__article{width:min(100% - 40px,900px);margin:0 auto;padding:76px 0 90px}.privacy-page-module__5HwntG__kicker{color:var(--teal-900);font-size:11px;font-weight:var(--font-weight-semibold);letter-spacing:.16em;text-transform:uppercase;margin:0 0 14px}.privacy-page-module__5HwntG__article h1{max-width:750px;font-family:var(--font-display);margin:0;font-size:clamp(48px,7vw,82px);font-weight:400;line-height:.98}.privacy-page-module__5HwntG__intro{max-width:760px;color:var(--body);margin:28px 0 0;font-size:18px;line-height:1.7}.privacy-page-module__5HwntG__sections{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:0 48px;margin-top:58px;display:grid}.privacy-page-module__5HwntG__sections section{border-bottom:1px solid var(--line);padding:28px 0}.privacy-page-module__5HwntG__sections h2,.privacy-page-module__5HwntG__contact h2{font-family:var(--font-display);margin:0 0 10px;font-size:28px;font-weight:400}.privacy-page-module__5HwntG__sections p,.privacy-page-module__5HwntG__contact p,.privacy-page-module__5HwntG__contact address{color:var(--body);margin:0;font-size:14px;font-style:normal;line-height:1.7}.privacy-page-module__5HwntG__contact{background:var(--ink);color:#fff;border-radius:20px;margin-top:48px;padding:30px}.privacy-page-module__5HwntG__contact p,.privacy-page-module__5HwntG__contact address{color:#ffffffc7}.privacy-page-module__5HwntG__contact a{color:#fff;font-size:20px;font-weight:var(--font-weight-semibold);margin:18px 0 8px;display:inline-flex}.privacy-page-module__5HwntG__contact .privacy-page-module__5HwntG__privacyChoices{color:#fff;width:fit-content;margin:12px 0 16px;font-size:14px;font-weight:700;display:block}@media (max-width:640px){.privacy-page-module__5HwntG__header{align-items:flex-start}.privacy-page-module__5HwntG__logo{width:155px}.privacy-page-module__5HwntG__back{text-align:center;max-width:150px}.privacy-page-module__5HwntG__article{padding:50px 0 70px}.privacy-page-module__5HwntG__sections{grid-template-columns:1fr}}
