@keyframes VGIMuq_modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes VGIMuq_modalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes VGIMuq_modalZoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes VGIMuq_modalZoomOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes VGIMuq_modalSheetIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes VGIMuq_modalSheetOut{0%{transform:translateY(0)}to{transform:translateY(100%)}}.VGIMuq_overlay{z-index:var(--ws-z-modal-overlay);background:var(--ws-modal-overlay);position:fixed;inset:0}.VGIMuq_overlay[data-state=open]{animation:VGIMuq_modalFadeIn var(--ws-modal-overlay-show-duration) var(--ws-modal-animation-easing)}.VGIMuq_overlay[data-state=closed]{animation:VGIMuq_modalFadeOut var(--ws-modal-overlay-hide-duration) var(--ws-modal-animation-easing);pointer-events:none;animation-fill-mode:forwards}.VGIMuq_contentShell{z-index:var(--ws-z-modal-content);align-items:flex-start;gap:var(--ws-modal-close-gap);box-shadow:none;pointer-events:none;background:0 0;border:none;outline:none;flex-direction:row;margin:0;padding:0;display:flex;position:fixed}.VGIMuq_chromeInteractive{pointer-events:auto}.VGIMuq_contentShell[data-state=closed] .VGIMuq_chromeInteractive{pointer-events:none}.VGIMuq_panel{background-color:var(--ws-modal-panel-background);box-shadow:var(--ws-modal-panel-shadow);outline:none;flex-shrink:0;position:relative}.VGIMuq_closeButton{z-index:1;box-sizing:border-box;width:var(--ws-modal-close-size);height:var(--ws-modal-close-size);padding:var(--ws-modal-close-padding);border-radius:var(--ws-modal-close-border-radius);background-color:var(--ws-modal-close-background);color:var(--ws-modal-close-foreground);box-shadow:var(--ws-modal-panel-shadow);cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background-image:none;border:none;outline:none;flex-shrink:0;justify-content:center;align-items:center;margin:0;display:inline-flex;position:relative}.VGIMuq_closeButton:focus{outline:none}.VGIMuq_closeButton:focus-visible{outline:2px solid var(--ws-color-focus);outline-offset:2px}.VGIMuq_closeButtonIcon{line-height:0;display:inline-flex}.VGIMuq_desktopChromeRow{align-items:flex-start;gap:var(--ws-modal-close-gap);flex-direction:row;flex-shrink:0;display:flex}.VGIMuq_contentShellCenter{justify-content:center;align-items:center;gap:0;inset:0;transform:none}.VGIMuq_contentShellCenter[data-state=open]{animation:VGIMuq_modalZoomIn var(--ws-modal-panel-show-duration) var(--ws-modal-animation-easing)}.VGIMuq_contentShellCenter[data-state=closed]{animation:VGIMuq_modalZoomOut var(--ws-modal-panel-hide-duration) var(--ws-modal-animation-easing);animation-fill-mode:forwards}.VGIMuq_contentShellMobile{align-items:stretch;gap:0;height:auto;inset:auto 0 0;transform:none}.VGIMuq_contentShellMobileSheet{justify-content:flex-end}.VGIMuq_contentShellMobileSheet[data-state=open]{animation:VGIMuq_modalSheetIn var(--ws-modal-sheet-show-duration) var(--ws-modal-animation-easing)}.VGIMuq_contentShellMobileSheet[data-state=closed]{animation:VGIMuq_modalSheetOut var(--ws-modal-sheet-hide-duration) var(--ws-modal-animation-easing);animation-fill-mode:forwards}.VGIMuq_panelCenter{box-sizing:border-box;width:fit-content;max-width:100vw;min-height:0;max-height:calc(100dvh - var(--ws-modal-desktop-viewport-inset));border-radius:var(--ws-modal-panel-border-radius);flex-direction:column;display:flex;overflow:hidden}.VGIMuq_panelCenter[data-width="360"]{width:360px;max-width:calc(100vw - var(--ws-modal-desktop-viewport-inset))}.VGIMuq_panelCenter[data-width="560"]{width:560px;max-width:calc(100vw - var(--ws-modal-desktop-viewport-inset))}.VGIMuq_panelCenter[data-width="760"]{width:760px;max-width:calc(100vw - var(--ws-modal-desktop-viewport-inset))}.VGIMuq_panelMain{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.VGIMuq_panelHeaderContent{box-sizing:border-box}.VGIMuq_panelHeaderTitle{text-align:left;color:var(--ws-color-gray-950);box-sizing:border-box;letter-spacing:0;padding:var(--ws-modal-actions-padding-y) var(--ws-modal-mobile-content-gutter);margin:0;font-family:TTForsTrial-Medium,sans-serif;font-size:16px;font-weight:500;line-height:24px}.VGIMuq_panelHeaderTitleHidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.VGIMuq_panelActionsOverlay{padding:var(--ws-modal-actions-padding-y) var(--ws-modal-mobile-content-gutter)}.VGIMuq_panelMobileSheet{border-radius:var(--ws-modal-mobile-sheet-border-radius-top) var(--ws-modal-mobile-sheet-border-radius-top) 0 0;width:100%;max-width:100vw;height:auto;min-height:0;max-height:70dvh;box-shadow:var(--ws-modal-mobile-sheet-shadow);box-sizing:border-box;flex-direction:column;display:flex;overflow:hidden}.VGIMuq_panelMobileSheet[data-sheet-height=full]{height:calc(100dvh - env(safe-area-inset-top,0px));max-height:calc(100dvh - env(safe-area-inset-top,0px));margin-top:env(safe-area-inset-top,0px);box-shadow:none}.VGIMuq_panelMobileSheetBody{flex-direction:column;flex:1;min-height:0;display:flex}.VGIMuq_sheetHeader{box-sizing:border-box;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;padding:16px 0 32px;display:flex;position:relative}.VGIMuq_sheetHandle{background-color:#eaeaea;border-radius:4px;flex-shrink:0;width:60px;height:4px}@media (prefers-reduced-motion:reduce){.VGIMuq_overlay[data-state=open],.VGIMuq_overlay[data-state=closed],.VGIMuq_contentShellCenter[data-state=open],.VGIMuq_contentShellCenter[data-state=closed],.VGIMuq_contentShellMobileSheet[data-state=open],.VGIMuq_contentShellMobileSheet[data-state=closed]{animation:none}}