:root{--color-apple-blue:#0071e3;--color-link-blue:#06c;--color-signal-blue:#2997ff;--color-carbon:#f5f5f7;--color-frost:#111827;--color-ice:#0f1524;--color-smoke:#d1d5db;--color-graphite:#d1d5db;--color-ash:#9ca3af;--color-mist:#6b7280;--color-onyx:#000;--color-pebble:#1e2536;--color-border-hairline:#ffffff1a;--color-border-light:#ffffff0f;--color-primary:var(--color-apple-blue);--color-primary-light:var(--color-signal-blue);--color-primary-dim:var(--color-link-blue);--color-primary-fixed:var(--color-apple-blue);--color-on-primary-fixed:#fff;--color-brand-deep:#004e60;--color-brand-blue:var(--color-link-blue);--color-brand-cyan:var(--color-apple-blue);--color-brand-light:var(--color-signal-blue);--color-bg-primary:#0a0f1e;--color-bg-deep:var(--color-frost);--color-bg-surface:#111827;--color-bg-surface-hover:var(--color-ice);--color-surface-high:var(--color-ice);--color-surface-highest:var(--color-pebble);--color-surface-bright:#0a0f1e;--color-accent-cyan:var(--color-apple-blue);--color-accent-cyan-light:var(--color-signal-blue);--color-accent-blue:var(--color-link-blue);--color-accent-deep:var(--color-link-blue);--color-text-primary:var(--color-carbon);--color-text-secondary:var(--color-smoke);--color-text-tertiary:var(--color-ash);--color-secondary:var(--color-smoke);--color-secondary-container:var(--color-pebble);--color-tertiary:var(--color-graphite);--color-tertiary-container:var(--color-ice);--color-error:#de071c;--color-error-container:#2d1214;--color-border:var(--color-border-hairline);--color-border-hover:#0071e366;--color-glow:#0071e31f;--color-glow-strong:#0071e340;--font-heading:var(--font-inter,"Inter"), -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", sans-serif;--font-body:var(--font-inter,"Inter"), -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", sans-serif;--font-label:var(--font-inter,"Inter"), -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;--text-caption:12px;--text-body-sm:14px;--text-body:17px;--text-subheading:21px;--text-heading-sm:28px;--text-heading:40px;--text-heading-lg:44px;--text-display:56px;--text-xs:12px;--text-sm:14px;--text-base:17px;--text-lg:21px;--text-xl:24px;--text-2xl:28px;--text-3xl:34px;--text-4xl:40px;--text-5xl:48px;--text-6xl:clamp(40px, 4vw + 20px, 64px);--spacing-4:4px;--spacing-8:8px;--spacing-12:12px;--spacing-16:16px;--spacing-20:20px;--spacing-24:24px;--spacing-32:32px;--spacing-40:40px;--spacing-48:48px;--spacing-56:56px;--spacing-64:64px;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--space-4xl:80px;--space-5xl:104px;--section-padding-y:clamp(48px, 6vw, 96px);--section-padding-x:clamp(16px, 4vw, 32px);--max-width:1200px;--max-width-narrow:980px;--page-max-width:1440px;--radius-sm:8px;--radius-md:8px;--radius-lg:8px;--radius-xl:8px;--radius-full:980px;--radius-pill:980px;--transition-fast:.15s ease;--transition-base:.25s cubic-bezier(.25, .1, .25, 1);--transition-slow:.4s cubic-bezier(.25, .1, .25, 1);--shadow-card:0 2px 12px #0000004d;--shadow-card-hover:0 4px 20px #0006;--shadow-glow:0 2px 8px #0071e326;--shadow-glow-strong:0 4px 16px #0071e340;--shadow-xl:#0006 0px 4px 24px;--z-base:1;--z-dropdown:100;--z-sticky:200;--z-overlay:300;--z-modal:400;--z-toast:500;--z-splash:9999}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background-color:var(--color-frost)}body{font-family:var(--font-body);font-size:var(--text-body);letter-spacing:-.016em;color:var(--color-text-primary);background-color:#0a0f1e;min-height:100vh;line-height:1.47;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-carbon);letter-spacing:-.015em;font-weight:600;line-height:1.14}h1{font-size:var(--text-6xl);letter-spacing:-.025em;font-weight:600;line-height:1.07}h2{font-size:var(--text-4xl);letter-spacing:-.02em;font-weight:600;line-height:1.14}h3{font-size:var(--text-2xl);letter-spacing:-.015em;font-weight:600;line-height:1.2}h4{font-size:var(--text-xl);letter-spacing:-.01em;font-weight:600}h5{font-size:var(--text-lg);font-weight:600}h6{font-size:var(--text-base);font-weight:600}a{color:var(--color-link-blue);transition:color var(--transition-fast);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-body);font-size:inherit;color:inherit;background:0 0;border:none}ul,ol{list-style:none}.section-wrapper{width:100%;max-width:var(--max-width);padding:var(--section-padding-y) var(--section-padding-x);margin:0 auto}.section-wrapper--narrow{max-width:var(--max-width-narrow)}.section-label{align-items:center;gap:var(--space-sm);font-family:var(--font-label);font-size:var(--text-caption);text-transform:uppercase;letter-spacing:.08em;color:var(--color-apple-blue);margin-bottom:var(--space-md);font-weight:600;display:inline-flex}.section-title{margin-bottom:var(--space-md);color:var(--color-carbon)}.section-description{font-size:var(--text-lg);color:var(--color-ash);letter-spacing:-.01em;max-width:680px;font-weight:300;line-height:1.45}.gradient-text{color:var(--color-carbon)}.btn{font-family:var(--font-body);letter-spacing:-.01em;transition:all var(--transition-fast);white-space:nowrap;cursor:pointer;border-radius:980px;justify-content:center;align-items:center;gap:8px;padding:11px 22px;font-size:15px;font-weight:400;display:inline-flex;text-decoration:none!important}.btn-primary{background:var(--color-apple-blue);border:1px solid #0000;color:#fff!important}.btn-primary:hover{background:#0077ed;transform:scale(1.01);color:#fff!important}.btn-secondary{border:1px solid var(--color-link-blue);background:0 0;color:var(--color-link-blue)!important}.btn-secondary:hover{background:#0066cc0d;transform:scale(1.01);color:var(--color-link-blue)!important}.btn-ghost{color:var(--color-link-blue);background:0 0;border:none;padding:6px 12px}.btn-ghost:hover{text-decoration:underline}.btn-lg{padding:12px 26px;font-size:17px}.btn-sm{padding:6px 14px;font-size:12px}.btn-full{width:100%}.card{border:1px solid var(--color-border-hairline);padding:var(--spacing-32);transition:border-color var(--transition-base), box-shadow var(--transition-base);background:#ffffff0d;border-radius:8px;position:relative;overflow:hidden}.card:hover{border-color:#ffffff26;box-shadow:0 4px 24px #0006}.card-icon{background:var(--color-ice);width:48px;height:48px;color:var(--color-apple-blue);margin-bottom:var(--spacing-20);transition:all var(--transition-base);border:1px solid #0071e326;border-radius:8px;justify-content:center;align-items:center;display:flex}.card:hover .card-icon{color:var(--color-link-blue);background:#0071e314}.card-title{color:var(--color-carbon);letter-spacing:-.015em;margin-bottom:8px;font-size:21px;font-weight:600}.card-description{color:var(--color-ash);font-size:15px;line-height:1.5}.glass{-webkit-backdrop-filter:saturate(180%)blur(20px);border-bottom:1px solid var(--color-border-hairline);background:#0a0f1ed9}.divider-gradient{background:var(--color-border-hairline);border:none;height:1px}.pixel-pattern{display:none}.gradient-mesh{background:var(--color-frost)}@media (max-width:1023px){:root{--section-padding-y:clamp(40px, 5vw, 64px)}}@media (max-width:639px){:root{--section-padding-y:32px;--section-padding-x:16px}.btn-lg{justify-content:center;width:100%}}@media (max-width:768px){body{padding-bottom:64px}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_a869fe2d-module__Nl2jCG__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_a869fe2d-module__Nl2jCG__variable{--font-inter:"Inter", "Inter Fallback"}
.Navbar-module___rHu7W__header{z-index:var(--z-sticky);transition:all var(--transition-base);-webkit-backdrop-filter:saturate(180%)blur(20px);background:#0a0f1e;border-bottom:1px solid #ffffff14;padding:12px 0;position:fixed;top:0;left:0;right:0}:is(.Navbar-module___rHu7W__header:has(.Navbar-module___rHu7W__digiflixSubnav),.Navbar-module___rHu7W__header:has(.Navbar-module___rHu7W__trackiumSubnav)){border-bottom:none;padding-bottom:0}.Navbar-module___rHu7W__scrolled{background:#0a0f1ef2;border-bottom:1px solid #ffffff1a;padding:10px 0;box-shadow:0 2px 8px #0000004d}:is(.Navbar-module___rHu7W__scrolled:has(.Navbar-module___rHu7W__digiflixSubnav),.Navbar-module___rHu7W__scrolled:has(.Navbar-module___rHu7W__trackiumSubnav)){border-bottom:none;padding-bottom:0}.Navbar-module___rHu7W__nav{max-width:var(--max-width);padding:0 var(--section-padding-x);justify-content:space-between;align-items:center;gap:var(--space-xl);margin:0 auto;display:flex}.Navbar-module___rHu7W__logo{flex-shrink:0;align-items:center;gap:8px;display:flex;text-decoration:none!important}.Navbar-module___rHu7W__logoIcon{width:34px;height:34px}.Navbar-module___rHu7W__logoImage{width:auto;height:64px}.Navbar-module___rHu7W__logoText{align-items:baseline;display:flex}.Navbar-module___rHu7W__logoPrimary{font-family:var(--font-heading);color:#fff;letter-spacing:-.02em;font-size:20px;font-weight:600}.Navbar-module___rHu7W__logoDot{font-family:var(--font-heading);color:var(--color-apple-blue);font-size:20px;font-weight:600}.Navbar-module___rHu7W__logoSecondary{font-family:var(--font-heading);color:#fff9;letter-spacing:-.02em;font-size:20px;font-weight:400}.Navbar-module___rHu7W__desktopLinks{align-items:center;gap:2px;display:flex}.Navbar-module___rHu7W__navLink{font-family:var(--font-body);color:#ffffffd9;transition:color var(--transition-fast);letter-spacing:-.01em;white-space:nowrap;border-radius:980px;padding:6px 12px;font-size:15px;font-weight:400;position:relative;text-decoration:none!important}.Navbar-module___rHu7W__navLink:hover{color:#fff;background:#ffffff14}.Navbar-module___rHu7W__navLinkActive{color:#4ac3ff;background:#4ac3ff1a;font-weight:600}.Navbar-module___rHu7W__navRight{align-items:center;gap:var(--space-md);display:flex}.Navbar-module___rHu7W__ctaBtn{padding:9px 20px;font-size:15px;font-weight:400}.Navbar-module___rHu7W__hamburger{cursor:pointer;width:24px;height:24px;z-index:calc(var(--z-overlay) + 1);flex-direction:column;justify-content:center;gap:5px;display:none}.Navbar-module___rHu7W__hamburger span{width:100%;height:1.5px;transition:all var(--transition-base);transform-origin:50%;background:#fff;border-radius:1px;display:block}.Navbar-module___rHu7W__hamburgerOpen span:first-child{transform:translateY(6.5px)rotate(45deg)}.Navbar-module___rHu7W__hamburgerOpen span:nth-child(2){opacity:0}.Navbar-module___rHu7W__hamburgerOpen span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.Navbar-module___rHu7W__drawer{-webkit-backdrop-filter:blur(20px);width:100%;height:100vh;z-index:var(--z-overlay);opacity:0;visibility:hidden;transition:all var(--transition-slow);background:#0a0f1efa;position:fixed;top:0;right:0}.Navbar-module___rHu7W__drawerOpen{opacity:1;visibility:visible}.Navbar-module___rHu7W__drawerContent{padding:90px var(--space-2xl) var(--space-3xl);flex-direction:column;gap:6px;display:flex}.Navbar-module___rHu7W__drawerLink{font-family:var(--font-heading);color:#f5f5f7;transition:all var(--transition-base);letter-spacing:-.015em;border-bottom:1px solid #ffffff1a;padding:12px 0;font-size:21px;font-weight:600;text-decoration:none!important}.Navbar-module___rHu7W__drawerLink:hover{color:var(--color-link-blue);padding-left:8px}.Navbar-module___rHu7W__drawerLinkActive{color:var(--color-apple-blue)}.Navbar-module___rHu7W__drawerCtas{gap:var(--space-md);margin-top:var(--space-2xl);flex-direction:column;display:flex}@media (max-width:1023px){.Navbar-module___rHu7W__desktopLinks,.Navbar-module___rHu7W__ctaBtn{display:none}.Navbar-module___rHu7W__hamburger{display:flex}.Navbar-module___rHu7W__subnavLinks,.Navbar-module___rHu7W__subnavCta{display:none}}@media (max-width:639px){.Navbar-module___rHu7W__header{padding:8px 0}.Navbar-module___rHu7W__logoImage{height:48px}}.Navbar-module___rHu7W__digiflixSubnav{background:#080d10fa;border:none}.Navbar-module___rHu7W__subnavInner{max-width:var(--max-width);padding:0 var(--section-padding-x);justify-content:space-between;align-items:center;height:56px;margin:0 auto;display:flex}.Navbar-module___rHu7W__subnavBrand{letter-spacing:-.04em;align-items:center;gap:10px;font-size:19px;font-weight:800;display:inline-flex;color:#fff!important;text-decoration:none!important}.Navbar-module___rHu7W__brandAccent{color:#30d9ff}.Navbar-module___rHu7W__brandSymbol{width:22px;height:22px;display:block;position:relative}.Navbar-module___rHu7W__brandSymbol i{background:#30d9ff;border-radius:2px;width:9px;height:9px;font-style:normal;display:block;position:absolute}.Navbar-module___rHu7W__brandSymbol i:first-child{top:7px;left:0}.Navbar-module___rHu7W__brandSymbol i:nth-child(2){opacity:.65;top:1px;right:1px}.Navbar-module___rHu7W__brandSymbol i:last-child{opacity:.35;bottom:1px;right:1px}.Navbar-module___rHu7W__subnavLinks{gap:32px;font-size:13px;display:flex}.Navbar-module___rHu7W__subnavLinks a{color:#b5c2c6;transition:color .15s;text-decoration:none!important}.Navbar-module___rHu7W__subnavLinks a:hover{color:#fff;text-decoration:none!important}.Navbar-module___rHu7W__subnavCta{background:#ffffff0a;border:1px solid #ffffff2e;align-items:center;gap:10px;min-height:38px;padding:0 18px;font-size:13px;font-weight:700;display:inline-flex;color:#fff!important;text-decoration:none!important}.Navbar-module___rHu7W__subnavCta:hover{background:#ffffff14;text-decoration:none!important}.Navbar-module___rHu7W__trackiumSubnav{background:#080d10fa;border:none}.Navbar-module___rHu7W__trackiumMark{border:1px solid #35d8ff73;border-radius:50%;width:24px;height:24px;display:block;position:relative}.Navbar-module___rHu7W__trackiumMark i{background:#35d8ff;border-radius:50%;width:5px;height:5px;font-style:normal;display:block;position:absolute}.Navbar-module___rHu7W__trackiumMark i:first-child{top:9px;left:4px}.Navbar-module___rHu7W__trackiumMark i:nth-child(2){top:4px;right:4px}.Navbar-module___rHu7W__trackiumMark i:last-child{bottom:4px;right:5px}.Navbar-module___rHu7W__trackiumMark:after,.Navbar-module___rHu7W__trackiumMark:before{content:"";transform-origin:0;background:#35d8ff73;height:1px;position:absolute}.Navbar-module___rHu7W__trackiumMark:before{width:12px;top:10px;left:6px;transform:rotate(-28deg)}.Navbar-module___rHu7W__trackiumMark:after{width:10px;top:11px;left:6px;transform:rotate(22deg)}
.Footer-module__Grjkva__footer{background:#111827;border-top:1px solid #ffffff1a;position:relative;overflow:hidden}.Footer-module__Grjkva__footerInner{max-width:var(--max-width);z-index:1;margin:0 auto;padding:64px 24px 32px;position:relative}.Footer-module__Grjkva__footerTop{grid-template-columns:1.5fr 2fr;gap:64px;margin-bottom:48px;display:grid}.Footer-module__Grjkva__footerBrand{flex-direction:column;gap:24px;display:flex}.Footer-module__Grjkva__logo{align-items:center;gap:8px;text-decoration:none;display:flex}.Footer-module__Grjkva__logoIcon{width:32px;height:32px}.Footer-module__Grjkva__logoImage{width:auto;height:64px}.Footer-module__Grjkva__logoText{align-items:baseline;display:flex}.Footer-module__Grjkva__logoPrimary,.Footer-module__Grjkva__logoDot{font-family:var(--font-heading);color:#f5f5f7;font-size:18px;font-weight:600}.Footer-module__Grjkva__logoSecondary{font-family:var(--font-heading);color:#9ca3af;font-size:18px;font-weight:400}.Footer-module__Grjkva__brandDescription{color:#9ca3af;max-width:380px;font-size:12px;line-height:1.47}.Footer-module__Grjkva__footerColumns{grid-template-columns:repeat(3,1fr);gap:48px;display:grid}.Footer-module__Grjkva__footerColumn{flex-direction:column;display:flex}.Footer-module__Grjkva__columnTitle{font-family:var(--font-heading);color:#f5f5f7;margin-bottom:16px;font-size:12px;font-weight:600}.Footer-module__Grjkva__footerLink{color:#9ca3af;padding:4px 0;font-size:12px;font-weight:400;text-decoration:none;transition:color .2s;display:block}.Footer-module__Grjkva__footerLink:hover{color:#f5f5f7}.Footer-module__Grjkva__divider{border:0;border-top:1px solid #ffffff1a;margin:0}.Footer-module__Grjkva__disclaimer{color:#6b7280;margin:24px 0;font-size:12px;line-height:1.47}.Footer-module__Grjkva__footerBottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:24px;display:flex}.Footer-module__Grjkva__copyright{color:#6b7280;font-size:12px}.Footer-module__Grjkva__footerBottomLinks{gap:24px;display:flex}@media (max-width:1023px){.Footer-module__Grjkva__footerTop{grid-template-columns:1fr;gap:48px}}@media (max-width:639px){.Footer-module__Grjkva__footerColumns{grid-template-columns:1fr 1fr;gap:32px}.Footer-module__Grjkva__footerBottom{text-align:center;flex-direction:column;gap:16px}.Footer-module__Grjkva__footerBottomLinks{gap:16px}}
.MobileNav-module__3hpqSa__mobileNav{z-index:var(--z-sticky);-webkit-backdrop-filter:saturate(180%)blur(20px);padding:8px 0 calc(8px + env(safe-area-inset-bottom));background:#0a0f1ed9;border-top:1px solid #ffffff1a;justify-content:space-around;align-items:center;display:none;position:fixed;bottom:0;left:0;right:0}@media (max-width:768px){.MobileNav-module__3hpqSa__mobileNav{display:flex}}.MobileNav-module__3hpqSa__tab{color:#9ca3af;transition:color var(--transition-fast);border-radius:8px;flex-direction:column;align-items:center;gap:2px;padding:4px 16px;display:flex;text-decoration:none!important}.MobileNav-module__3hpqSa__tab:hover{color:#f5f5f7}.MobileNav-module__3hpqSa__tabActive{color:var(--color-apple-blue)}.MobileNav-module__3hpqSa__tabLabel{font-family:var(--font-body);letter-spacing:-.01em;font-size:11px;font-weight:500}
.SplashScreen-module__Mligxq__splash{z-index:var(--z-splash,9999);background:#111827;flex-direction:column;justify-content:center;align-items:center;gap:32px;transition:opacity .35s,transform .35s;display:flex;position:fixed;inset:0}.SplashScreen-module__Mligxq__exiting{opacity:0;pointer-events:none;transform:scale(.99)}.SplashScreen-module__Mligxq__logoContainer{z-index:1;flex-direction:column;align-items:center;gap:16px;animation:.6s forwards SplashScreen-module__Mligxq__splashFadeIn;display:flex;position:relative}@keyframes SplashScreen-module__Mligxq__splashFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.SplashScreen-module__Mligxq__logoImage{width:auto;height:80px}.SplashScreen-module__Mligxq__brandName{align-items:baseline;display:flex}.SplashScreen-module__Mligxq__brandPrimary{color:#f5f5f7;letter-spacing:-.02em;font-size:24px;font-weight:600}.SplashScreen-module__Mligxq__brandDot{color:#0071e3;font-size:24px;font-weight:600}.SplashScreen-module__Mligxq__brandSecondary{color:#6b7280;letter-spacing:-.02em;font-size:24px;font-weight:400}.SplashScreen-module__Mligxq__loadingBarTrack{z-index:1;opacity:0;background:#ffffff1a;border-radius:980px;width:180px;height:3px;animation:.6s .15s forwards SplashScreen-module__Mligxq__splashFadeIn;position:relative;overflow:hidden}.SplashScreen-module__Mligxq__loadingBar{background:#0071e3;border-radius:980px;height:100%;transition:width 16ms linear}@media (max-width:639px){.SplashScreen-module__Mligxq__logoImage{width:auto;height:56px}.SplashScreen-module__Mligxq__brandPrimary,.SplashScreen-module__Mligxq__brandDot,.SplashScreen-module__Mligxq__brandSecondary{font-size:20px}.SplashScreen-module__Mligxq__loadingBarTrack{width:140px}}
