@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--font-sans:-apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;--bg-primary:#fff;--bg-secondary:#f5f5f7;--bg-tertiary:#fbfbfd;--text-primary:#1d1d1f;--text-secondary:#86868b;--text-tertiary:#6e6e73;--nav-bg:#fffc;--nav-border:#00000029;--link-color:#06c;--link-hover:#049;--button-bg:#0071e3;--button-hover:#0077ed;--button-text:#fff;--card-bg:#fff;--card-border:#00000014;--nav-blur:blur(20px) saturate(180%)}[data-theme=dark]{--bg-primary:#000;--bg-secondary:#000;--bg-tertiary:#0a0a0c;--text-primary:#f5f5f7;--text-secondary:#86868b;--text-tertiary:#a1a1a6;--nav-bg:#161617cc;--nav-border:#ffffff26;--link-color:#2997ff;--link-hover:#66b5ff;--button-bg:#0071e3;--button-hover:#0077ed;--button-text:#fff;--card-bg:#161617;--card-border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s,color .3s;overflow-x:hidden}a{color:var(--link-color);text-decoration:none;transition:color .15s}a:hover{text-decoration:underline}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}.typography-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--link-color);font-size:14px;font-weight:600;line-height:1.28571}.typography-welcome-headline{letter-spacing:-.015em;color:var(--text-primary);font-size:64px;font-weight:600;line-height:1.0625}.typography-welcome-body{color:var(--text-secondary);font-size:21px;font-weight:400;line-height:1.38095}.typography-welcome-body strong{color:var(--text-primary);font-weight:600}.typography-section-headline{letter-spacing:-.01em;color:var(--text-primary);font-size:48px;font-weight:600;line-height:1.08333}.typography-card-headline{color:var(--text-primary);font-size:22px;font-weight:600;line-height:1.18182}.typography-card-body{color:var(--text-secondary);font-size:15px;font-weight:400;line-height:1.46667}.apple-container{width:100%;max-width:980px;margin-left:auto;margin-right:auto;padding-left:22px;padding-right:22px}.typography-hero-title{letter-spacing:-.005em;font-size:56px;font-weight:600;line-height:1.07143}.typography-hero-sub{letter-spacing:.007em;font-size:28px;font-weight:400;line-height:1.14286}.typography-section-title{letter-spacing:0;font-size:40px;font-weight:600;line-height:1.1}.typography-bento-title{letter-spacing:.004em;font-size:32px;font-weight:600;line-height:1.125}.typography-bento-sub{letter-spacing:.012em;font-size:19px;font-weight:400;line-height:1.21053}.typography-body{letter-spacing:-.022em;font-size:17px;font-weight:400;line-height:1.47059}.apple-button-primary{background-color:var(--button-bg);color:var(--button-text);white-space:nowrap;border-radius:980px;justify-content:center;align-items:center;padding:8px 16px;font-size:14px;font-weight:400;transition:background-color .15s ease-out;display:inline-flex;text-decoration:none!important}.apple-button-primary:hover{background-color:var(--button-hover)}.apple-button-secondary{color:var(--link-color);border:1px solid var(--link-color);white-space:nowrap;background-color:#0000;border-radius:980px;justify-content:center;align-items:center;padding:8px 16px;font-size:14px;font-weight:400;transition:all .15s;display:inline-flex;text-decoration:none!important}.apple-button-secondary:hover{background-color:var(--link-color);color:#fff}.apple-link-arrow{color:var(--link-color);align-items:center;gap:4px;font-size:17px;font-weight:400;display:inline-flex}.apple-link-arrow:after{content:" ›";font-size:18px;line-height:1}@media (max-width:734px){.typography-welcome-headline{font-size:40px}.typography-welcome-body{font-size:17px}.typography-section-headline{font-size:32px}.typography-hero-title{font-size:40px}.typography-hero-sub{font-size:21px}.typography-section-title{font-size:28px}.typography-bento-title{font-size:24px}}
.GlobalNav-module-scss-module__6jP-7a__navWrapper{z-index:9999;justify-content:center;width:100%;height:44px;transition:background-color .4s,border-color .4s,transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;transform:translateY(0)}.GlobalNav-module-scss-module__6jP-7a__hidden{transform:translateY(-100%)}.GlobalNav-module-scss-module__6jP-7a__navContainer{justify-content:space-between;align-items:center;width:100%;max-width:980px;height:100%;padding:0 22px;display:flex}.GlobalNav-module-scss-module__6jP-7a__navList{justify-content:space-between;align-items:center;width:100%;height:100%;margin:0;padding:0;list-style:none;display:flex}.GlobalNav-module-scss-module__6jP-7a__navItem{align-items:center;height:100%;display:flex}.GlobalNav-module-scss-module__6jP-7a__navLink{color:var(--nav-text-color,#fffc);letter-spacing:-.01em;cursor:pointer;align-items:center;height:100%;padding:0 8px;font-size:12px;font-weight:400;text-decoration:none;transition:color .3s;display:flex}.GlobalNav-module-scss-module__6jP-7a__navLink:hover{color:var(--nav-text-hover,#fff)}.GlobalNav-module-scss-module__6jP-7a__navLogo{color:var(--nav-text-color,#fffc);align-items:center;transition:color .3s;display:flex}.GlobalNav-module-scss-module__6jP-7a__navLogo svg{width:16px;height:16px}.GlobalNav-module-scss-module__6jP-7a__navLogo:hover{color:var(--nav-text-hover,#fff)}.GlobalNav-module-scss-module__6jP-7a__navLinkSearch{color:var(--nav-text-color,#fffc);cursor:pointer;background:0 0;border:none;align-items:center;padding:0 8px;transition:color .3s;display:flex}.GlobalNav-module-scss-module__6jP-7a__navLinkSearch svg{width:14px;height:14px}.GlobalNav-module-scss-module__6jP-7a__navLinkSearch:hover{color:var(--nav-text-hover,#fff)}.GlobalNav-module-scss-module__6jP-7a__navBagLink{color:var(--nav-text-color,#fffc);align-items:center;padding:0 8px;text-decoration:none;transition:color .3s;display:flex;position:relative}.GlobalNav-module-scss-module__6jP-7a__navBagLink:hover{color:var(--nav-text-hover,#fff)}.GlobalNav-module-scss-module__6jP-7a__bagCount{background-color:var(--nav-text-hover,#fff);color:#000;border-radius:7px;justify-content:center;align-items:center;min-width:14px;height:14px;padding:0 3px;font-size:9px;font-weight:700;line-height:1;display:flex;position:absolute;top:-4px;right:0}.GlobalNav-module-scss-module__6jP-7a__themeDark{--nav-text-color:#fffc;--nav-text-hover:#fff;-webkit-backdrop-filter:blur(20px)saturate(180%)!important;background-color:#000c!important;border-bottom:1px solid #ffffff1a!important}.GlobalNav-module-scss-module__6jP-7a__themeLight{--nav-text-color:#000c;--nav-text-hover:#000;border-bottom:1px solid #0000001a;-webkit-backdrop-filter:none!important;background-color:#fff!important}.GlobalNav-module-scss-module__6jP-7a__menuOpen{--nav-text-color:#000c;--nav-text-hover:#000;-webkit-backdrop-filter:none!important;background-color:#fff!important;border-bottom:1px solid #0000001a!important}.GlobalNav-module-scss-module__6jP-7a__megaMenuTray{z-index:9998;opacity:0;visibility:hidden;background-color:#fff;justify-content:center;max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s;display:flex;position:fixed;top:44px;left:0;right:0;overflow:hidden}.GlobalNav-module-scss-module__6jP-7a__megaMenuTray.GlobalNav-module-scss-module__6jP-7a__open{opacity:1;visibility:visible;max-height:500px}.GlobalNav-module-scss-module__6jP-7a__trayContent{gap:80px;width:100%;max-width:980px;padding:40px 22px 60px;display:flex}.GlobalNav-module-scss-module__6jP-7a__trayColumn{flex-direction:column;gap:16px;display:flex}.GlobalNav-module-scss-module__6jP-7a__trayCategory{color:#86868b;text-transform:capitalize;margin-bottom:8px;font-size:12px}.GlobalNav-module-scss-module__6jP-7a__trayLink{color:#1d1d1f;letter-spacing:-.01em;font-size:24px;font-weight:600;text-decoration:none;transition:color .2s}.GlobalNav-module-scss-module__6jP-7a__trayLink:hover{color:#0071e3}.GlobalNav-module-scss-module__6jP-7a__traySmallLink{color:#1d1d1f;font-size:12px;font-weight:600;text-decoration:none;transition:color .2s}.GlobalNav-module-scss-module__6jP-7a__traySmallLink:hover{color:#0071e3}.GlobalNav-module-scss-module__6jP-7a__backdrop{-webkit-backdrop-filter:blur(10px);z-index:9997;opacity:0;visibility:hidden;background-color:#0006;transition:opacity .4s cubic-bezier(.4,0,.2,1);position:fixed;inset:44px 0 0}.GlobalNav-module-scss-module__6jP-7a__backdrop.GlobalNav-module-scss-module__6jP-7a__open{opacity:1;visibility:visible}
.GlobalFooter-module-scss-module__tPJXaW__globalFooter{color:#1d1d1f;letter-spacing:-.01em;background-color:#f5f5f7;border-top:1px solid #0000001a;width:100%;padding:0 22px;font-size:12px;font-weight:400;line-height:1.33337;transition:background-color .3s,color .3s}.GlobalFooter-module-scss-module__tPJXaW__themeDark{color:#f5f5f7;background-color:#000;border-top:1px solid #ffffff1a}.GlobalFooter-module-scss-module__tPJXaW__themeDark .GlobalFooter-module-scss-module__tPJXaW__footnotes{border-bottom:1px solid #ffffff1a}@media (max-width:833px){.GlobalFooter-module-scss-module__tPJXaW__themeDark .GlobalFooter-module-scss-module__tPJXaW__directoryColumn{border-bottom:1px solid #ffffff1a}}.GlobalFooter-module-scss-module__tPJXaW__themeDark .GlobalFooter-module-scss-module__tPJXaW__columnTitle{color:#f5f5f7}.GlobalFooter-module-scss-module__tPJXaW__themeDark .GlobalFooter-module-scss-module__tPJXaW__columnList a{color:#86868b}.GlobalFooter-module-scss-module__tPJXaW__themeDark .GlobalFooter-module-scss-module__tPJXaW__columnList a:hover{color:#f5f5f7}.GlobalFooter-module-scss-module__tPJXaW__themeDark .GlobalFooter-module-scss-module__tPJXaW__legalTop{border-bottom:1px solid #ffffff1a}.GlobalFooter-module-scss-module__tPJXaW__themeDark .GlobalFooter-module-scss-module__tPJXaW__legalLinks a{color:#86868b}.GlobalFooter-module-scss-module__tPJXaW__themeDark .GlobalFooter-module-scss-module__tPJXaW__legalLinks a:hover{color:#f5f5f7}.GlobalFooter-module-scss-module__tPJXaW__themeDark .GlobalFooter-module-scss-module__tPJXaW__divider{border-right:1px solid #ffffff1a}.GlobalFooter-module-scss-module__tPJXaW__themeDark .GlobalFooter-module-scss-module__tPJXaW__locale{color:#f5f5f7}.GlobalFooter-module-scss-module__tPJXaW__footerContent{max-width:980px;margin:0 auto;padding:0 0 24px}.GlobalFooter-module-scss-module__tPJXaW__footnotes{border-bottom:1px solid #0000001a;padding:17px 0 11px}.GlobalFooter-module-scss-module__tPJXaW__footnotes ul{padding-bottom:8px}.GlobalFooter-module-scss-module__tPJXaW__footnotes li{padding-bottom:.8em}.GlobalFooter-module-scss-module__tPJXaW__directory{flex-wrap:nowrap;padding-top:20px;display:flex}@media (max-width:833px){.GlobalFooter-module-scss-module__tPJXaW__directory{flex-direction:column}}.GlobalFooter-module-scss-module__tPJXaW__directoryColumn{flex-basis:20%}@media (max-width:833px){.GlobalFooter-module-scss-module__tPJXaW__directoryColumn{border-bottom:1px solid #0000001a;flex-basis:100%}}.GlobalFooter-module-scss-module__tPJXaW__columnTitle{color:#1d1d1f;outline:none;margin-bottom:.8em;margin-right:20px;font-size:12px;font-weight:600}@media (max-width:833px){.GlobalFooter-module-scss-module__tPJXaW__columnTitle{margin-bottom:0;padding-top:10px;padding-bottom:10px}}.GlobalFooter-module-scss-module__tPJXaW__columnList{margin-bottom:20px;margin-right:20px}.GlobalFooter-module-scss-module__tPJXaW__columnList li{margin-bottom:.8em}.GlobalFooter-module-scss-module__tPJXaW__columnList a{color:#515154;transition:color .3s}.GlobalFooter-module-scss-module__tPJXaW__columnList a:hover{color:#1d1d1f;text-decoration:underline}@media (max-width:833px){.GlobalFooter-module-scss-module__tPJXaW__columnList{display:none}}.GlobalFooter-module-scss-module__tPJXaW__footerLegal{padding-top:34px;padding-bottom:21px}.GlobalFooter-module-scss-module__tPJXaW__legalTop{border-bottom:1px solid #0000001a;margin-bottom:7px;padding-bottom:8px}.GlobalFooter-module-scss-module__tPJXaW__legalTop .GlobalFooter-module-scss-module__tPJXaW__textLink{color:#06c;text-decoration:underline}.GlobalFooter-module-scss-module__tPJXaW__legalBottom{flex-flow:wrap;align-items:flex-start;padding-top:12px;display:flex}@media (max-width:833px){.GlobalFooter-module-scss-module__tPJXaW__legalBottom{flex-direction:column}}.GlobalFooter-module-scss-module__tPJXaW__copyright{white-space:nowrap;margin-top:5px;margin-right:30px}.GlobalFooter-module-scss-module__tPJXaW__legalLinks{flex-wrap:wrap;margin-top:5px;display:flex}.GlobalFooter-module-scss-module__tPJXaW__legalLinks a{color:#515154;transition:color .3s}.GlobalFooter-module-scss-module__tPJXaW__legalLinks a:hover{color:#1d1d1f;text-decoration:underline}.GlobalFooter-module-scss-module__tPJXaW__divider{border-right:1px solid #0000001a;align-self:center;height:12px;margin:0 10px}.GlobalFooter-module-scss-module__tPJXaW__locale{color:#1d1d1f;white-space:nowrap;margin-top:5px;margin-left:auto}@media (max-width:833px){.GlobalFooter-module-scss-module__tPJXaW__locale{margin-top:15px;margin-left:0}}
