.public-site{--pub-violet:var(--brand-violet);--pub-ink:var(--brand-ink);--pub-paper:var(--brand-paper);--pub-lime:var(--brand-lime);--pub-lavender:var(--brand-lavender);--pub-muted:var(--brand-muted);--pub-border:var(--brand-border-subtle);--pub-surface:var(--brand-white);--pub-focus:var(--brand-violet);--pub-focus-inner:var(--brand-focus-on-light-inner-color);--pub-focus-inner-width:var(--brand-focus-on-light-inner-width);--pub-focus-outer-width:var(--brand-focus-on-light-outer-width);--pub-font-family:var(--font-public-alexandria-arabic,Alexandria), var(--font-public-alexandria-latin,Alexandria), Tahoma, Arial, sans-serif;--pub-display:clamp(var(--brand-type-display-narrow), calc(1.5rem + 3.125vw), var(--brand-type-display-wide));--pub-h1:clamp(var(--brand-type-h1-narrow), calc(1.55rem + 1.875vw), var(--brand-type-h1-wide));--pub-h2:clamp(var(--brand-type-h2-narrow), calc(1.325rem + 1.25vw), var(--brand-type-h2-wide));--pub-h3:clamp(var(--brand-type-h3-narrow), calc(1.225rem + .625vw), var(--brand-type-h3-wide));--pub-body:clamp(var(--brand-type-body-narrow), calc(.925rem + .3125vw), var(--brand-type-body-wide));--pub-body-small:var(--brand-type-body-small-narrow);--pub-label:var(--brand-type-label-narrow);--pub-caption:var(--brand-type-caption-narrow);--pub-meta:var(--pub-caption);--pub-display-weight:var(--brand-type-display-weight);--pub-display-line-height:var(--brand-type-display-line-height);--pub-h1-weight:var(--brand-type-h1-weight);--pub-h1-line-height:var(--brand-type-h1-line-height);--pub-h2-weight:var(--brand-type-h2-weight);--pub-h2-line-height:var(--brand-type-h2-line-height);--pub-h3-weight:var(--brand-type-h3-weight);--pub-h3-line-height:var(--brand-type-h3-line-height);--pub-body-weight:var(--brand-type-body-weight);--pub-body-line-height:var(--brand-type-body-line-height);--pub-body-small-weight:var(--brand-type-body-small-weight);--pub-body-small-line-height:var(--brand-type-body-small-line-height);--pub-label-weight:var(--brand-type-label-weight);--pub-label-line-height:var(--brand-type-label-line-height);--pub-caption-weight:var(--brand-type-caption-weight);--pub-caption-line-height:var(--brand-type-caption-line-height);--pub-radius:12px;--pub-radius-panel:24px;--pub-space:var(--brand-spacing-unit);background:var(--pub-paper);color:var(--pub-ink);font-family:var(--pub-font-family);font-size:var(--pub-body);font-weight:var(--pub-body-weight);line-height:var(--pub-body-line-height);letter-spacing:var(--brand-arabic-letter-spacing);accent-color:var(--pub-violet);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.public-site :where(button,a,summary,input,select,textarea):focus-visible{outline:var(--pub-focus-outer-width) solid var(--pub-focus);outline-offset:var(--pub-focus-inner-width);box-shadow:0 0 0 var(--pub-focus-inner-width) var(--pub-focus-inner)}.public-site :where(*),.public-toast :where(*){font-family:inherit}.public-site :where(code,pre,kbd,samp),.public-site .font-mono{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.public-site :where(button,input,select,textarea){letter-spacing:0;font-family:inherit}.public-site :where(button,summary,select){cursor:pointer}.public-site :where(button:disabled,input:disabled){cursor:not-allowed}.public-site :where([id]){scroll-margin-top:40px}.public-site :where(svg){flex-shrink:0}.public-site :where(img){max-width:100%}.public-site,.public-site *{scrollbar-color:var(--brand-border-strong) var(--pub-paper);scrollbar-width:thin}.public-site ::-webkit-scrollbar{width:10px;height:10px}.public-site ::-webkit-scrollbar-track{background:var(--pub-paper)}.public-site ::-webkit-scrollbar-thumb{background:var(--brand-border-strong);border:2px solid var(--pub-paper);border-radius:8px}.public-site ::-webkit-scrollbar-thumb:hover{background:var(--pub-violet)}.pub-container{width:min(1200px,100% - 80px);margin-inline:auto}.pub-header{z-index:30;background:var(--pub-paper);border-bottom:1px solid var(--pub-border);position:relative}.pub-header-inner{align-items:center;gap:38px;min-height:96px;display:flex}.pub-header-landing .pub-header-inner{justify-content:space-between}.pub-wordmark{color:var(--pub-ink);flex-direction:column;flex-shrink:0;line-height:1.55;text-decoration:none;display:flex}.pub-wordmark>span{font-size:23px;font-weight:700}.pub-wordmark b{color:var(--pub-violet);font-weight:900}.pub-wordmark small{font-size:var(--pub-caption);color:var(--pub-muted);font-weight:500}.pub-wordmark small span{margin-inline:6px}.pub-desktop-nav{gap:30px;margin-inline:auto;display:flex}.pub-desktop-nav a{font-size:var(--pub-label);padding-block:12px;font-weight:500;text-decoration:none}.pub-desktop-nav a:hover,.pub-header-help:hover{color:var(--pub-violet)}.pub-button{background:var(--pub-violet);min-height:50px;color:var(--pub-surface);border:1px solid var(--brand-action-primary-default-border);font-size:var(--pub-label);border-radius:8px;justify-content:center;align-items:center;gap:18px;padding:13px 24px;font-weight:500;line-height:1.5;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.pub-button:hover{background:var(--brand-action-primary-hover-background);border-color:var(--brand-action-primary-hover-border)}.pub-button:active{background:var(--brand-action-primary-pressed-background);border-color:var(--brand-action-primary-pressed-border);transform:translateY(1px)}.pub-button svg{transition:transform .2s}.pub-button:hover svg{transform:translate(-3px)}.pub-button-large{min-height:60px;padding:17px 28px;font-size:16px}.pub-button-outline{background:var(--brand-action-secondary-default-background);color:var(--brand-action-secondary-default-foreground);border-color:var(--brand-action-secondary-default-border)}.pub-button-outline:hover{background:var(--brand-action-secondary-hover-background);color:var(--brand-action-secondary-hover-foreground);border-color:var(--brand-action-secondary-hover-border)}.pub-button-outline:active{background:var(--brand-action-secondary-pressed-background);color:var(--brand-action-secondary-pressed-foreground);border-color:var(--brand-action-secondary-pressed-border)}.pub-button:disabled{background:var(--brand-action-primary-disabled-background);color:var(--brand-action-primary-disabled-foreground);border-color:var(--brand-action-primary-disabled-border);transform:none}.pub-header-help{font-size:var(--pub-label);align-items:center;gap:9px;margin-inline-start:auto;padding-block:12px;display:inline-flex}.pub-mobile-menu{display:none}.pub-skip{z-index:100;color:var(--pub-surface);background:var(--pub-ink);padding:12px 20px;position:absolute;top:10px;right:24px;transform:translateY(-170%)}.pub-skip:focus{transform:none}.pub-eyebrow{font-size:var(--pub-label);color:var(--pub-violet);align-items:center;gap:10px;margin-bottom:22px;font-weight:500;display:inline-flex}.pub-text-link{font-size:var(--pub-label);color:var(--pub-violet);text-underline-offset:5px;align-items:center;gap:12px;min-height:44px;font-weight:500;text-decoration:underline;display:inline-flex}.pub-text-link:hover{color:var(--brand-action-link-hover-foreground)}.pub-text-link:active{color:var(--brand-action-link-pressed-foreground)}.pub-footer{background:var(--pub-ink);color:var(--pub-paper);--pub-focus:var(--brand-focus-on-dark-outer-color);--pub-focus-inner:var(--brand-focus-on-dark-inner-color);padding:70px 0 25px}.pub-footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:70px;padding-bottom:54px;display:grid}.pub-footer-brand img{width:320px;height:auto;margin-bottom:24px}.pub-footer-brand p{font-size:var(--pub-label);max-width:360px;color:var(--pub-lavender);line-height:1.9}.pub-footer h2{font-size:var(--pub-label);margin-bottom:20px;font-weight:500}.pub-footer-links{gap:4px;display:grid}.pub-footer-links a{color:var(--pub-paper);font-size:var(--pub-label);align-items:center;width:fit-content;min-height:44px;display:flex}.pub-footer a:hover{color:var(--pub-lime)}.pub-footer-email{font-size:var(--pub-label);direction:ltr;padding-block:10px;display:inline-block}.pub-social-links{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.pub-social-links a{border:1px solid var(--brand-border-meaningful-inverse-color);min-height:44px;font-size:var(--pub-label);border-radius:999px;place-items:center;padding:8px 12px;display:grid}.pub-footer-bottom{border-top:1px solid var(--pub-muted);justify-content:space-between;align-items:center;gap:20px;padding-top:24px;display:flex}.pub-footer-bottom p{color:var(--pub-lavender);font-size:var(--pub-caption)}.pub-region-switch{flex-wrap:wrap;gap:6px;display:flex}.pub-region-switch button{min-height:44px;font-size:var(--pub-label);color:var(--pub-paper);border:1px solid #0000;border-radius:5px;padding:8px 13px}.pub-region-switch button[aria-pressed=true]{background:var(--pub-paper);color:var(--pub-ink)}.pub-region-switch button[aria-pressed=true]:after{content:"✓";margin-inline-start:8px}.pub-region-switch button:hover{border-color:var(--pub-lavender)}.public-loading{min-height:65vh;color:var(--pub-muted);place-items:center;padding:60px 24px;display:grid}.public-loading span{align-items:center;gap:12px;display:inline-flex}.public-loading span:before{content:"";border:2px solid var(--pub-border);border-top-color:var(--pub-violet);border-radius:50%;width:20px;height:20px;animation:1s linear infinite pub-spin}.public-recovery{place-items:center;min-height:100svh;padding:40px 24px;display:grid}.public-recovery section{width:min(100%,540px)}.public-recovery .pub-wordmark{margin-bottom:60px}.public-recovery h1{font-size:var(--pub-h1);line-height:var(--pub-h1-line-height);margin-bottom:20px;font-weight:700}.public-recovery section>p:not(.pub-eyebrow){color:var(--pub-muted)}.public-recovery section>div{flex-wrap:wrap;gap:15px;margin-top:32px;display:flex}@keyframes pub-spin{to{transform:rotate(360deg)}}@media (max-width:1199px){.pub-desktop-nav{display:none}.pub-header-cta{margin-inline-start:auto}.pub-mobile-menu{display:block}.pub-mobile-menu summary{place-items:center;min-width:44px;min-height:44px;list-style:none;display:grid}.pub-mobile-menu summary::-webkit-details-marker{display:none}.pub-mobile-menu nav{background:var(--pub-paper);box-shadow:0 12px 18px color-mix(in srgb, var(--pub-ink) 8%, transparent);border-bottom:1px solid var(--pub-border);padding:16px 24px;display:grid;position:absolute;inset:100% 0 auto}.pub-mobile-menu nav a{font-size:var(--pub-label);padding:12px}}@media (max-width:1023px){.pub-container{width:calc(100% - 48px)}.pub-header-inner{gap:20px}.pub-footer-grid{gap:32px}}@media (max-width:767px){.pub-container{width:calc(100% - 32px)}.pub-header-inner{gap:14px;min-height:82px}.pub-wordmark>span{font-size:19px}.pub-wordmark small{font-size:var(--pub-caption)}.pub-desktop-nav{display:none}.pub-header-cta{min-height:44px;font-size:var(--pub-label);gap:9px;margin-inline-start:auto;padding:10px 13px}.pub-mobile-menu{display:block}.pub-mobile-menu summary{place-items:center;min-width:44px;min-height:44px;list-style:none;display:grid}.pub-mobile-menu summary::-webkit-details-marker{display:none}.pub-mobile-menu nav{background:var(--pub-paper);box-shadow:0 12px 18px color-mix(in srgb, var(--pub-ink) 8%, transparent);border-bottom:1px solid var(--pub-border);padding:16px 24px;display:grid;position:absolute;inset:100% 0 auto}.pub-mobile-menu nav a{font-size:var(--pub-label);padding:12px}.pub-eyebrow{font-size:var(--pub-label);margin-bottom:16px}.pub-footer{padding-top:44px}.pub-footer-grid{grid-template-columns:1fr 1fr;gap:32px 20px}.pub-footer-brand{grid-column:1/-1}.pub-footer-brand img{max-width:100%}.pub-footer-bottom{flex-direction:column-reverse;align-items:flex-start}.pub-footer-email{font-size:var(--pub-label)}.pub-social-links{gap:8px}}@media (max-width:419px){.pub-header-inner{grid-template-columns:minmax(0,1fr) 44px;gap:12px;padding-block:16px;display:grid}.pub-header-cta{grid-area:2/1/auto/-1;width:100%;margin:0}.pub-mobile-menu{grid-area:1/2}.pub-header-help{width:fit-content;font-size:var(--pub-label);grid-column:1/-1;margin:0}}@media (prefers-reduced-motion:reduce){.public-site *,.public-site :before,.public-site :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (forced-colors:active){.public-site,.public-site *{scrollbar-color:auto}.pub-button,.pub-region-switch button[aria-pressed=true]{border:1px solid buttontext}.public-site :focus-visible{outline-color:highlight}}:is(html:has(.public-site),body:has(.public-site)){overflow-x:visible}html:has(.course-mobile-purchase){scroll-padding-bottom:110px}.public-site :where(p,h1,h2,h3,li,label){overflow-wrap:break-word}.public-site :where(button:disabled){opacity:1;transform:none}.pub-desktop-nav a,.pub-header-help,.pub-footer-links a{font-size:var(--pub-label)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}}.pub-header.pub-header-landing{position:sticky;top:0}.pub-header-landing .pub-header-inner{gap:24px;min-height:80px}.pub-landing-nav{justify-content:center;align-items:stretch;gap:8px;margin-inline:auto;display:flex}.pub-landing-nav a{min-height:44px;color:var(--pub-muted);justify-content:center;align-items:center;padding:8px 12px;font-size:16px;font-weight:500;line-height:1.5;text-decoration:none;display:inline-flex;position:relative}.pub-landing-nav a:after{content:"";inset-inline:12px;transform-origin:100%;background:url(/brand/lime-marker.svg) 50%/100% 100% no-repeat;height:4px;transition:transform .18s ease-out;position:absolute;bottom:4px;transform:scaleX(0)}.pub-landing-nav a:hover,.pub-landing-nav a[aria-current]{color:var(--pub-ink)}.pub-landing-nav a:hover:after,.pub-landing-nav a[aria-current]:after{transform:scaleX(1)}html:has(.pub-header-landing){scroll-padding-top:var(--landing-header-height,96px)}.public-site:has(.pub-header-landing) :where([id]){scroll-margin-top:16px}@media (prefers-reduced-motion:no-preference){html:has(.pub-header-landing){scroll-behavior:smooth}}@media (max-width:1023px) and (min-width:768px){.pub-header-landing .pub-header-inner{gap:12px}.pub-landing-nav{gap:0}.pub-landing-nav a{padding-inline:8px}.pub-header-landing .pub-header-cta{padding-inline:12px}.pub-header-landing .pub-header-cta svg{display:none}}@media (max-width:767px){.pub-header-landing .pub-header-inner{grid-template-columns:minmax(0,1fr);gap:0;min-height:0;padding-block:0;display:grid}.pub-header-landing .pub-brand-link{justify-self:center;align-items:center;min-height:44px;padding-top:4px}.pub-header-landing .brand-identity--navigation{flex-flow:wrap;justify-content:center;align-items:baseline;gap:0 8px}.pub-header-landing .brand-identity-platform,.pub-header-landing .pub-header-cta{display:none}.pub-landing-nav{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;width:100%;margin:0;display:grid}.pub-landing-nav a{min-width:0;padding-inline:4px}}@media (forced-colors:active){.pub-landing-nav a[aria-current]{color:linktext;text-underline-offset:6px;text-decoration:underline}.pub-landing-nav a:after{display:none}}
