.AuthScreen-module__sNkYMa__shell{--auth-bg:var(--slate-bg,#080705);--auth-ink:var(--slate-ink,#e9e3d6);background:var(--auth-bg);min-height:100dvh;color:var(--auth-ink);font-family:var(--font-primary-sans), ui-sans-serif, system-ui, sans-serif;position:relative;overflow:hidden auto}.AuthScreen-module__sNkYMa__stage{z-index:1;min-height:100dvh;padding:0;position:relative}.AuthScreen-module__sNkYMa__authPane{z-index:2;width:min(430px,100vw - 48px);min-height:100dvh;margin-left:clamp(64px,20vw,540px);position:relative}.AuthScreen-module__sNkYMa__formSlot{--auth-card-height:410px;width:100%;min-height:max(100dvh, calc(var(--auth-card-height) + 10rem));position:relative}.AuthScreen-module__sNkYMa__formCenter{width:100%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.AuthScreen-module__sNkYMa__form{box-sizing:border-box;width:100%;height:var(--auth-card-height);background:var(--auth-bg);box-shadow:none;border:0;padding:32px;transition:height .24s cubic-bezier(.16,1,.3,1);overflow:hidden}.AuthScreen-module__sNkYMa__formContent{width:100%}.AuthScreen-module__sNkYMa__heading{color:var(--auth-ink);font-family:var(--font-heading);margin:0 0 28px;font-size:31px;font-weight:500;line-height:1.12}.AuthScreen-module__sNkYMa__description{color:#e9e3d6c7;margin:-16px 0 28px;font-size:16px;line-height:1.45}.AuthScreen-module__sNkYMa__googleButton{isolation:isolate;background:var(--auth-bg);width:100%;min-height:46px;color:var(--auth-ink);cursor:pointer;font-family:var(--font-primary-sans), ui-sans-serif, system-ui, sans-serif;border:0;margin:0 0 26px;font-size:16px;font-weight:500;line-height:1;position:relative;overflow:hidden}.AuthScreen-module__sNkYMa__googleButton:before{content:"";z-index:0;transform-origin:100%;background:#e9e3d6;transition:transform .28s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;transform:scaleX(0)}.AuthScreen-module__sNkYMa__googleButton:not(:disabled):hover:before,.AuthScreen-module__sNkYMa__googleButton:not(:disabled):focus-visible:before{transform-origin:0;transform:scaleX(1)}.AuthScreen-module__sNkYMa__googleButton:focus-visible{outline:none}.AuthScreen-module__sNkYMa__googleButton:disabled{cursor:default;opacity:.4}.AuthScreen-module__sNkYMa__googleButton[aria-busy=true]{opacity:1}.AuthScreen-module__sNkYMa__googleButtonContent{z-index:1;color:#e9e3d6;mix-blend-mode:difference;transform-origin:50%;will-change:transform;justify-content:center;align-items:center;gap:.75rem;width:100%;transition:transform .18s cubic-bezier(.22,1,.36,1);display:inline-flex;position:relative}.AuthScreen-module__sNkYMa__googleButton:not(:disabled):hover .AuthScreen-module__sNkYMa__googleButtonContent,.AuthScreen-module__sNkYMa__googleButton:not(:disabled):focus-visible .AuthScreen-module__sNkYMa__googleButtonContent{transform:scale(1.025)}.AuthScreen-module__sNkYMa__googleIcon{flex:none;width:18px;height:18px}.AuthScreen-module__sNkYMa__buttonIconSlot{flex:0 0 18px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.AuthScreen-module__sNkYMa__buttonSpinnerIcon{flex:none;display:block}.AuthScreen-module__sNkYMa__turnstileWrap{opacity:0;pointer-events:none;width:300px;max-width:100%;max-height:0;margin-top:0;transition:opacity .16s,max-height .16s,margin-top .16s;position:relative;overflow:hidden}.AuthScreen-module__sNkYMa__turnstileWrapActive{opacity:1;pointer-events:auto;max-height:65px;margin-top:8px}.AuthScreen-module__sNkYMa__turnstileSurface{width:300px;max-width:100%;min-height:65px}.AuthScreen-module__sNkYMa__passwordStrength{color:#e9e3d6;align-items:center;gap:8px;min-height:22px;margin-top:-6px;font-size:14px;font-weight:500;line-height:1;display:inline-flex}.AuthScreen-module__sNkYMa__passwordInputWrap{display:block;position:relative}.AuthScreen-module__sNkYMa__passwordInputWithReveal{padding-right:42px!important}.AuthScreen-module__sNkYMa__notice{color:#e9e3d6;font-size:16px;line-height:1.4}.AuthScreen-module__sNkYMa__submitTooltipHost{width:100%;position:relative}.AuthScreen-module__sNkYMa__submitTooltipHost>span{width:100%}.AuthScreen-module__sNkYMa__submitButton[data-disabled=true]{cursor:default;opacity:.4}.AuthScreen-module__sNkYMa__submitButton[aria-busy=true]{opacity:1}.AuthScreen-module__sNkYMa__forgotPasswordWrap{text-align:center;margin-top:10px}.AuthScreen-module__sNkYMa__forgotPassword{color:#e9e3d6;min-height:46px;font:inherit;cursor:pointer;background:#080705;border:0;align-items:center;gap:7px;padding:0 16px;font-size:16px;line-height:1.2;display:inline-flex;position:relative}.AuthScreen-module__sNkYMa__forgotPassword:after{content:"";transform-origin:100%;will-change:transform;background:currentColor;height:2px;transition:transform .28s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.AuthScreen-module__sNkYMa__forgotPassword:hover:after,.AuthScreen-module__sNkYMa__forgotPassword:focus-visible:after{transform-origin:0;transform:scaleX(1)}.AuthScreen-module__sNkYMa__forgotIcon{image-rendering:auto;width:15px;height:15px}.AuthScreen-module__sNkYMa__authSwitch{color:#e9e3d6;text-align:center;margin-top:0;font-size:16px;line-height:1.4}.AuthScreen-module__sNkYMa__outsideActions{top:calc(50% + (var(--auth-card-height) / 2) + 20px);width:100%;animation:.18s .28s both AuthScreen-module__sNkYMa__authOutsideActionsIn;position:absolute;left:0}@keyframes AuthScreen-module__sNkYMa__authOutsideActionsIn{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.AuthScreen-module__sNkYMa__authSwitchLink{min-height:46px;color:inherit;background:#080705;align-items:center;gap:.28em;padding:0 16px;text-decoration:none;display:inline-flex;position:relative}.AuthScreen-module__sNkYMa__authSwitchLink:before{content:"";transform-origin:100%;will-change:transform;background:currentColor;height:2px;transition:transform .28s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.AuthScreen-module__sNkYMa__authSwitchLink:hover:before,.AuthScreen-module__sNkYMa__authSwitchLink:focus-visible:before{transform-origin:0;transform:scaleX(1)}.AuthScreen-module__sNkYMa__studentLoginWrap{text-align:right;position:fixed;bottom:1.75rem;right:2rem}.AuthScreen-module__sNkYMa__studentLoginLink{min-height:2.875rem;color:color-mix(in srgb, var(--auth-ink) 52%, transparent);align-items:center;padding-inline:1rem;text-decoration:none;transition:color .18s;display:inline-flex;position:relative}.AuthScreen-module__sNkYMa__studentLoginLink:after{content:"";transform-origin:100%;background:currentColor;height:.125rem;transition:transform .28s cubic-bezier(.22,1,.36,1);position:absolute;bottom:.25rem;left:1rem;right:1rem;transform:scaleX(0)}.AuthScreen-module__sNkYMa__studentLoginLink:hover,.AuthScreen-module__sNkYMa__studentLoginLink:focus-visible{color:var(--auth-ink)}.AuthScreen-module__sNkYMa__studentLoginLink:hover:after,.AuthScreen-module__sNkYMa__studentLoginLink:focus-visible:after{transform-origin:0;transform:scaleX(1)}.AuthScreen-module__sNkYMa__instructorShell{--auth-bg:#080705;--auth-ink:#e9e3d6;--instructor-auth-content-width:calc(clamp(30rem, 36vw, 37.5rem) - clamp(4rem, 5vw, 5.5rem) - clamp(4rem, 5vw, 5.5rem));font-family:var(--font-primary-sans), sans-serif}.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__stage{width:100%;max-width:var(--max);padding:0 var(--gut);box-sizing:border-box;grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;column-gap:20px;margin:0 auto;display:grid}.AuthScreen-module__sNkYMa__instructorAuthPane{aspect-ratio:1;background:var(--auth-bg);grid-column:4/span 6;justify-self:center;width:94%;min-height:0;margin:0}.AuthScreen-module__sNkYMa__instructorAuthPane .AuthScreen-module__sNkYMa__formSlot{height:100%;min-height:100%}.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__formCenter{width:min(var(--instructor-auth-content-width), calc(100% - 3rem));box-sizing:border-box;background:var(--auth-bg);box-shadow:none;padding:1.5rem 0;left:50%;transform:translate(-50%,-50%)}.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__form{box-shadow:none;background:0 0;border:0;padding:0}.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__heading{width:100%;color:var(--auth-ink);font-family:var(--font-favorit), var(--font-primary-sans), sans-serif;letter-spacing:-.02em;text-align:center;flex-direction:column;align-items:center;margin-bottom:2rem;font-size:2.75rem;font-weight:500;display:flex}.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__googleButton{background:var(--auth-bg);color:var(--auth-ink);font-family:var(--font-primary-sans), sans-serif;border:0;min-height:3.25rem;padding:.75rem 1.25rem;font-size:1.125rem}.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__googleButton:before{background:var(--auth-ink)}:is(.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__googleButtonContent,.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__passwordRevealButton,.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__notice,.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__passwordStrength,.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__forgotPassword,.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__authSwitch,.AuthScreen-module__sNkYMa__instructorShell .text-white){color:var(--auth-ink)}.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__forgotPassword{font-family:var(--font-primary-sans), sans-serif;background:0 0;font-size:1rem}.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__authSwitchLink{font-family:var(--font-primary-sans), sans-serif;background:0 0;font-size:1.0625rem}:is(.AuthScreen-module__sNkYMa__instructorShell .auth-field,.AuthScreen-module__sNkYMa__instructorShell .auth-input){color:var(--auth-ink);font-family:var(--font-primary-sans), sans-serif}:is(.AuthScreen-module__sNkYMa__instructorShell .auth-field>span:first-child,.AuthScreen-module__sNkYMa__instructorShell .auth-input){font-size:1.125rem}.AuthScreen-module__sNkYMa__instructorShell .auth-input::placeholder{color:color-mix(in srgb, var(--auth-ink) 26%, transparent)}.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__submitButton{border:0;min-height:3.25rem;font-size:1.125rem}.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__outsideActions{margin-top:1.5rem;position:static}.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__studentLoginLink{font-family:var(--font-primary-sans), sans-serif;font-size:1rem}.AuthScreen-module__sNkYMa__embeddedShell{background:0 0;width:100%;min-height:0;overflow:visible}.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__stage{width:100%;min-height:0;margin:0;padding:0;display:block}.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__authPane,.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__formSlot{aspect-ratio:auto;background:0 0;width:100%;height:auto;min-height:0;margin:0}.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__formCenter{width:100%;padding:0;position:static;transform:none}.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__form{background:0 0;transition:none}.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__heading{font-family:var(--font-primary-sans), sans-serif;letter-spacing:0;text-align:left;align-items:flex-start;margin-bottom:1.5rem;font-size:clamp(1.0625rem,1.7vw,1.35rem);font-weight:400;line-height:1.55}.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__googleButton,.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__authSwitchLink,.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__forgotPassword,.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__submitButton,.AuthScreen-module__sNkYMa__embeddedShell strong{font-weight:400}.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__googleButton{width:max-content;min-height:3rem;margin-inline:auto;padding-inline:1rem}.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__googleButtonContent{justify-content:center}.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__submitTooltipHost{width:max-content;margin-right:auto}.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__submitTooltipHost>span{width:auto}.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__submitButton{width:12rem;min-height:3rem}.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__outsideActions{margin-top:1rem;animation:none;position:static}.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__authSwitch,.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__forgotPasswordWrap{text-align:left}.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__authSwitchLink,.AuthScreen-module__sNkYMa__embeddedShell .AuthScreen-module__sNkYMa__forgotPassword{padding-left:0}@media (max-width:980px){.AuthScreen-module__sNkYMa__shell,.AuthScreen-module__sNkYMa__stage{min-height:100dvh}.AuthScreen-module__sNkYMa__authPane{width:min(430px,100vw - 36px);margin-left:24px}.AuthScreen-module__sNkYMa__instructorAuthPane{width:94%;margin:0}}@media (max-width:520px){.AuthScreen-module__sNkYMa__authPane{margin:0 auto}.AuthScreen-module__sNkYMa__form{padding:26px 22px}.AuthScreen-module__sNkYMa__formSlot{min-height:max(100dvh, calc(var(--auth-card-height) + 8rem))}.AuthScreen-module__sNkYMa__instructorAuthPane{grid-column:1/-1;width:100%;margin:0}.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__stage{column-gap:12px;padding-inline:18px}.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__formCenter{width:calc(100% - 3rem);padding:1.25rem 0}.AuthScreen-module__sNkYMa__instructorShell .AuthScreen-module__sNkYMa__heading{font-size:2.25rem}.AuthScreen-module__sNkYMa__studentLoginWrap{text-align:center;left:50%;right:auto;transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.AuthScreen-module__sNkYMa__studentLoginLink,.AuthScreen-module__sNkYMa__studentLoginLink:after{transition:none}}
.page-module___8aEwW__page{background:#080705;width:100%;min-height:100dvh;overflow-x:hidden}html:has(.page-module___8aEwW__page){scrollbar-width:none;-ms-overflow-style:none}html:has(.page-module___8aEwW__page)::-webkit-scrollbar{width:0;height:0}.page-module___8aEwW__hero{overflow-anchor:none;background:#080705;justify-content:center;align-items:center;width:100%;min-height:100dvh;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__heroGrid{z-index:2;width:100%;max-width:var(--max);padding:0 var(--gut);grid-template-columns:repeat(12,minmax(0,1fr));column-gap:20px;margin:0 auto;display:grid;position:relative}.page-module___8aEwW__intro{box-sizing:border-box;aspect-ratio:1;color:#e9e3d6;width:94%;font-family:var(--font-primary-sans), sans-serif;text-align:left;text-shadow:none;text-wrap:pretty;background:#080705;grid-column:4/span 6;grid-template-rows:auto 1fr auto;grid-template-columns:repeat(6,minmax(0,1fr));justify-self:center;column-gap:16px;padding:clamp(1.5rem,3vw,2.25rem);font-weight:400;display:grid;position:relative}.page-module___8aEwW__introAuth{aspect-ratio:auto;grid-column:3/span 8;grid-template-rows:auto 1fr;width:100%;min-height:clamp(46rem,86vh,52rem)}.page-module___8aEwW__introAuthCompact{width:min(var(--auth-square-size), calc(100vw - (2 * var(--gut))));height:min(var(--auth-square-size), calc(100vw - (2 * var(--gut))));aspect-ratio:auto;min-height:0}.page-module___8aEwW__introAuthCompact .page-module___8aEwW__embeddedAuth{width:min(100%, var(--auth-form-width))}.page-module___8aEwW__embeddedAuth{grid-area:2/1/auto/span 5;align-self:start;width:100%;padding-top:clamp(3rem,8vh,5.5rem)}.page-module___8aEwW__cubeHeader{grid-column:1/-1;grid-template-columns:repeat(6,minmax(0,1fr));align-items:center;column-gap:16px;display:grid}.page-module___8aEwW__cubeBrand{color:#e9e3d6;grid-column:1/span 3;justify-self:start;align-items:center;gap:9px;text-decoration:none;display:inline-flex}.page-module___8aEwW__heroLogoMark{color:#e9e3d6;flex:none;width:27px;height:27px}.page-module___8aEwW__cubeWordmark{font-family:var(--font-wordmark), var(--font-sans), system-ui, sans-serif;letter-spacing:.4em;text-indent:.4em;font-size:19.66px;font-weight:500;line-height:1}.page-module___8aEwW__cubeAccountSlot{grid-column:6;justify-self:end}.page-module___8aEwW__copy{flex-direction:column;grid-area:2/1/auto/span 5;align-self:center;align-items:flex-start;width:min(100%,760px);margin-inline:auto;display:flex}.page-module___8aEwW__enterButton{isolation:isolate;color:#080705;width:12rem;min-height:3rem;font-family:var(--font-control), var(--font-mono), monospace;letter-spacing:.2em;text-transform:uppercase;background:#e9e3d6;border:0;grid-area:3/1/auto/span 3;justify-content:center;justify-self:start;align-items:center;gap:.375rem;padding:0 1.25rem;font-size:18px;font-weight:500;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.page-module___8aEwW__enterButton:before{content:"";z-index:0;transform-origin:0;background:#080705;transition:transform .26s cubic-bezier(.22,1,.36,1);position:absolute;inset:-1px;transform:scaleX(0)}.page-module___8aEwW__enterButton:hover:before{transform:scaleX(1)}.page-module___8aEwW__heroLogoSweepTop,.page-module___8aEwW__heroLogoSweepBottom{clip-path:inset(0 0 0 100%)}.page-module___8aEwW__heroLogoSweepMiddle{clip-path:inset(0 100% 0 0)}@keyframes page-module___8aEwW__heroLogoSweepTop{0%{clip-path:inset(0 0 0 100%)}42%,to{clip-path:inset(0)}}@keyframes page-module___8aEwW__heroLogoSweepMiddle{0%,18%{clip-path:inset(0 100% 0 0)}60%,to{clip-path:inset(0)}}@keyframes page-module___8aEwW__heroLogoSweepBottom{0%,36%{clip-path:inset(0 0 0 100%)}78%,to{clip-path:inset(0)}}.page-module___8aEwW__heroLogoSweepTop,.page-module___8aEwW__heroLogoSweepMiddle,.page-module___8aEwW__heroLogoSweepBottom{will-change:clip-path;animation-duration:.72s;animation-timing-function:cubic-bezier(.4,0,.2,1);animation-fill-mode:both}.page-module___8aEwW__heroLogoSweepTop{animation-name:page-module___8aEwW__heroLogoSweepTop}.page-module___8aEwW__heroLogoSweepMiddle{animation-name:page-module___8aEwW__heroLogoSweepMiddle}.page-module___8aEwW__heroLogoSweepBottom{animation-name:page-module___8aEwW__heroLogoSweepBottom}.page-module___8aEwW__subtitle{color:#e9e3d6;max-width:860px;font-family:var(--font-primary-sans), sans-serif;filter:drop-shadow(0 0 1rem #080705ad);background:linear-gradient(#08070529 0%,#08070580 50%,#08070529 100%);margin:0;padding:.2rem 0;font-size:clamp(1.0625rem,1.7vw,1.35rem);line-height:1.55}.page-module___8aEwW__availability{margin-top:.55rem;display:block}.page-module___8aEwW__platforms{white-space:nowrap}.page-module___8aEwW__installCode{border-left:var(--slate-border-width,2px) solid #e9e3d6;text-align:left;color:#f8f8f2;background:#080705;align-items:center;width:min(100%,420px);min-height:3rem;margin-top:0;font-family:Berkeley Mono,BerkeleyMono,SFMono-Regular,Consolas,ui-monospace,monospace;font-size:1.125rem;line-height:1.65;display:flex;position:relative;text-shadow:none!important;box-shadow:none!important;filter:drop-shadow(0 0 1.25rem #080705b8)!important}.page-module___8aEwW__installCode code{white-space:pre;min-width:0;font:inherit;padding:.75rem 3.4rem .75rem 1rem;display:block;overflow-x:auto;text-shadow:none!important;-webkit-text-stroke:0!important}.page-module___8aEwW__installCopyTarget{z-index:2;width:34px;height:34px;display:inline-flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.page-module___8aEwW__installCopyButton{justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:inline-flex;position:relative}.page-module___8aEwW__installCopyGlyph{z-index:1;color:#e9e3d6;mix-blend-mode:difference;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.page-module___8aEwW__installCopyGlyph svg{width:18px;height:18px;display:block}@media (max-width:520px){.page-module___8aEwW__heroGrid{column-gap:12px;padding-inline:18px}.page-module___8aEwW__intro{grid-column:1/-1;column-gap:10px;width:100%;padding:1.5rem}.page-module___8aEwW__introAuth{width:100%;min-height:50rem}.page-module___8aEwW__introAuthCompact{width:100%;height:auto;min-height:var(--auth-square-size);aspect-ratio:auto}.page-module___8aEwW__embeddedAuth{grid-column:1/-1;width:100%;padding-top:3.5rem}.page-module___8aEwW__cubeHeader{column-gap:10px}.page-module___8aEwW__cubeWordmark{font-size:17px}.page-module___8aEwW__subtitle{max-width:340px}.page-module___8aEwW__installCode{width:min(100%,340px)}}@media (prefers-reduced-motion:reduce){.page-module___8aEwW__heroLogoSweepTop,.page-module___8aEwW__heroLogoSweepMiddle,.page-module___8aEwW__heroLogoSweepBottom{clip-path:inset(0);animation:none}}
