:root{--page:#f4f2ec;--surface:#fbfaf6;--surface-alt:#ebe7df;--panel:#fff;--ink:#090b10;--muted:#303748;--line:#b7c4da;--green:#4b92ff;--green-deep:#0f3473;--green-soft:#d5e6ff;--blue-navy:#081a3e;--blue-mid:#2158b7;--blue-soft:#e8f1ff;--mint:#dff1ea;--sky:#d9e3ff;--sand:#efe6c9;--panel-edge:#081a3e1f;--panel-edge-strong:#081a3e2e;--panel-toplight:#ffffffeb;--panel-lowlight:#e8f1ffeb;--motion-duration-base:.56s;--motion-duration-fast:.22s;--motion-ease:cubic-bezier(.22,1,.36,1);--motion-distance:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--page);color:var(--ink);font-family:var(--font-body),sans-serif;margin:0}@keyframes revealUp{0%{opacity:0;transform:translateY(var(--motion-distance))}to{opacity:1;transform:translateY(0)}}@keyframes revealScale{0%{opacity:0;transform:translateY(calc(var(--motion-distance)*.72))scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.siteShell{width:100%;padding:0 0 64px}.marketingShell{padding-top:0}.marketingFrame{width:min(100% - 64px,1360px);margin:0 auto}.marketingHeaderShell{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f4f2eceb;border-bottom:1px solid #081a3e14;position:sticky;top:0}.marketingHeader,.topbar{justify-content:space-between;align-items:center;gap:24px;padding:12px 0;display:flex}.marketingNav,.topnav{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.brand{align-items:center;display:flex}.siteWordmark{align-items:center;display:inline-flex}.siteWordmarkImage{width:auto;max-width:min(216px,48vw);height:34px;display:block}.navLink,.languageLink,.ghostLink,.headerCta{min-height:44px;transition:transform var(--motion-duration-fast)ease,background var(--motion-duration-fast)ease,border-color var(--motion-duration-fast)ease,color var(--motion-duration-fast)ease;border-radius:999px;justify-content:center;align-items:center;padding:10px 16px;font-size:.95rem;font-weight:700;display:inline-flex}.navLink{color:var(--ink)}.navLink-active{color:var(--green-deep);text-underline-offset:.18em;text-decoration:underline;text-decoration-thickness:2px}.languageLink,.ghostLink{border:1px solid var(--line);background:#ffffff80}.headerCta{background:linear-gradient(180deg,#ffffff2e 0%,#fff0 42%),linear-gradient(135deg,var(--green)0%,#79adff 100%);color:#fff;border:1px solid #081a3e1a;justify-content:space-between;min-width:214px;padding-inline:18px}.mobileMenuButton,.mobileMenuBackdrop{appearance:none;color:inherit;font:inherit;background:0 0;border:0}.mobileMenuToggle{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.mobileMenuButton{cursor:pointer;z-index:45;background:#ffffffc7;border:1px solid #081a3e24;border-radius:18px;justify-content:center;align-items:center;width:52px;height:52px;list-style:none;display:none;position:absolute;top:12px;right:20px;box-shadow:0 14px 34px #081a3e14}.mobileMenuButtonLabel{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.mobileMenuButtonBars{gap:5px;display:inline-grid}.mobileMenuButtonBars i{background:var(--blue-navy);width:20px;height:2px;transition:transform var(--motion-duration-fast)ease,opacity var(--motion-duration-fast)ease;border-radius:999px;display:block}.mobileMenuToggle:checked~.mobileMenuButton .mobileMenuButtonBars i:first-child{transform:translateY(7px)rotate(45deg)}.mobileMenuToggle:checked~.mobileMenuButton .mobileMenuButtonBars i:nth-child(2){opacity:0}.mobileMenuToggle:checked~.mobileMenuButton .mobileMenuButtonBars i:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobileMenuOverlay{display:none}.mobileMenuBackdrop,.mobileMenuPanel{position:fixed;inset:0}.mobileMenuBackdrop{opacity:0;pointer-events:none;transition:opacity var(--motion-duration-fast)ease;visibility:hidden;background:#081a3e57}.mobileMenuPanel{visibility:hidden;pointer-events:none;width:min(88vw,360px);transition:transform var(--motion-duration-base)var(--motion-ease);background:radial-gradient(circle at 100% 0,#7eadff47 0%,#7eadff00 30%),linear-gradient(#fbfaf6 0%,#eef4ff 100%);border-left:1px solid #081a3e1f;grid-template-rows:auto 1fr auto;gap:22px;padding:20px;display:grid;inset:0 0 0 auto;transform:translate(100%);box-shadow:-24px 0 60px #081a3e29}.mobileMenuToggle:checked~.mobileMenuOverlay .mobileMenuBackdrop{opacity:1;pointer-events:auto;visibility:visible}.mobileMenuToggle:checked~.mobileMenuOverlay .mobileMenuPanel{visibility:visible;pointer-events:auto;transform:translate(0)}.mobileMenuPanelTop{justify-content:flex-start;align-items:center;gap:16px;display:flex}.mobileMenuPanelTop span{background:#ffffffd6;border:1px solid #081a3e1f;border-radius:999px;align-items:center;min-height:38px;padding:8px 14px;font-size:.86rem;font-weight:800;display:inline-flex}.mobileMenuClose{background:#ffffffe0;border:1px solid #081a3e1f;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;margin-left:auto;font-size:2rem;line-height:1;display:inline-flex}.mobileMenuLinks{align-content:start;gap:10px;display:grid}.mobileMenuLink{background:#ffffffdb;border:1px solid #081a3e14;border-radius:20px;align-items:center;min-height:58px;padding:14px 18px;font-size:1rem;font-weight:800;display:flex}.mobileMenuLink-active{color:var(--green-deep);background:linear-gradient(#f5f9ff 0%,#e3eeff 100%);border-color:#2158b738}.mobileMenuActions{gap:12px;display:grid}.mobileMenuLocaleLink,.mobileMenuCta{width:100%}.navLink:hover,.languageLink:hover,.ghostLink:hover,.headerCta:hover,.ctaPill:hover,.secondaryLink:hover,.workflowLink:hover,.supportChip:hover{transform:translateY(-1px)}.heroStrip{background:radial-gradient(circle at 78% 20%,#ffffff38 0%,#fff0 26%),linear-gradient(#7eadff 0%,#4b7fda 100%)}.heroPanel{animation:revealUp var(--motion-duration-base)var(--motion-ease)both;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:34px;margin:0 0 48px;padding:54px 0 40px;display:grid}.heroCopy h1{max-width:620px;font-family:var(--font-display),sans-serif;letter-spacing:-.075em;text-wrap:balance;color:var(--blue-navy);margin:0 0 20px;font-size:clamp(2.7rem,4.4vw,4.45rem);line-height:.98}.heroCopy>p{color:#081a3ed1;max-width:640px;margin:0;font-size:1.22rem;line-height:1.65}.heroEyebrow{background:#fffffff0;border:1px solid #0f347338;border-radius:999px;align-items:center;min-height:46px;margin-bottom:18px;padding:10px 18px;font-size:.95rem;font-weight:800;display:inline-flex}.heroActions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:30px;display:flex}.ctaPill{min-width:280px;min-height:62px;color:var(--ink);border:1px solid var(--panel-edge);transition:transform var(--motion-duration-fast)ease,background var(--motion-duration-fast)ease,border-color var(--motion-duration-fast)ease,color var(--motion-duration-fast)ease;background:linear-gradient(#fff 0%,#f2f7ff 100%);border-radius:999px;justify-content:space-between;align-items:center;gap:16px;padding:10px 10px 10px 22px;font-size:1.05rem;font-weight:800;display:inline-flex}.ctaPill-compact{min-width:238px}.ctaPillIcon{background:linear-gradient(180deg,#17356f 0%,var(--blue-navy)100%);color:#fff;border:1px solid #ffffff29;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.35rem;line-height:1;display:inline-flex}.secondaryLink,.workflowLink{color:var(--green-deep);text-underline-offset:.18em;transition:transform var(--motion-duration-fast)ease,color var(--motion-duration-fast)ease,opacity var(--motion-duration-fast)ease;font-size:1.02rem;font-weight:800;text-decoration:underline;text-decoration-thickness:2px}.heroProofGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:34px;display:grid}.heroProofCard{border:1px solid var(--panel-edge);min-height:132px;animation:revealScale .64s var(--motion-ease)both;background:linear-gradient(#fffffff5 0%,#eff6fff5 100%);border-radius:26px;padding:22px}.heroProofCard:nth-child(2){animation-delay:70ms}.heroProofCard:nth-child(3){animation-delay:.14s}.heroProofCard strong{margin-bottom:8px;font-size:1.15rem;display:block}.heroProofCard span{color:var(--muted);line-height:1.55}.heroShowcase{animation:revealScale .68s var(--motion-ease).12s both;justify-content:center;display:flex}.heroDevice{background:radial-gradient(circle at 30% 18%,#ffffff2e 0%,#fff0 24%),linear-gradient(#081a3e 0%,#1c4798 52%,#5e9eff 100%);border:8px solid #111;border-radius:44px;width:min(100%,470px);padding:18px}.heroDeviceHeader{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.heroDeviceChip{background:#ffffffe6;border-radius:999px;align-items:center;min-height:44px;padding:10px 18px;font-size:.95rem;font-weight:800;display:inline-flex}.heroDeviceDots{gap:6px;display:inline-flex}.heroDeviceDots span{background:#1212122e;border-radius:999px;width:8px;height:8px}.heroDeviceScreen{background:linear-gradient(#faf8f2fa 0%,#f1f4fbfa 100%);border:1px solid #081a3e1f;border-radius:30px;padding:26px 24px}.heroDeviceIntro{gap:6px;margin-bottom:24px;display:grid}.heroDeviceIntro span,.heroDeviceIntro p{color:var(--muted);margin:0}.heroDeviceIntro strong{letter-spacing:-.05em;font-size:1.5rem}.heroDeviceAmount{background:linear-gradient(#fff 0%,#f4f7fd 100%);border:1px solid #081a3e1a;border-radius:24px;margin-bottom:18px;padding:20px}.heroDeviceAmount strong{letter-spacing:-.06em;margin-bottom:8px;font-size:3rem;line-height:1;display:block}.heroDeviceAmount span{color:var(--muted);font-weight:700}.heroDeviceMetrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.heroMetricCard{background:linear-gradient(#fff 0%,#f2f6ff 100%);border:1px solid #081a3e14;border-radius:18px;padding:16px 14px}.heroMetricCard span{color:var(--muted);margin-bottom:8px;font-size:.84rem;display:block}.heroMetricCard strong{font-size:1.02rem}.heroMetricCard-green strong{color:#0e8d56}.heroMetricCard-red strong{color:#c34f45}.heroMetricCard-blue strong{color:#3d5ad5}.heroDeviceRows{gap:10px;display:grid}.heroDeviceRow{background:linear-gradient(#edf3ff 0%,#e2ebff 100%);border:1px solid #0f34731f;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;font-weight:700;display:flex}.sectionBlock,.comparisonSection,.reviewSection,.faqSection,.contactSection{padding:56px 0}.sectionSurface-white{background:#fff}.sectionHeading{max-width:760px;animation:revealUp .62s var(--motion-ease)both;margin-bottom:30px}.sectionHeading h2,.comparisonLead h2,.reviewIntro h2,.faqLead h2,.contactIntro h2,.focusBandCopy h2,.legalHero h1{font-family:var(--font-display),sans-serif;letter-spacing:-.08em;margin:0 0 14px;font-size:clamp(2.15rem,3.2vw,3.5rem);line-height:1}.sectionHeading p,.comparisonLead p,.reviewIntro p,.faqLead>p,.contactIntro p,.focusBandCopy p,.legalHero p,.comparisonAside p,.capabilityBody p,.workflowCard p,.reviewCard p,.faqLeadCard p{color:var(--muted);margin:0;font-size:1.12rem;line-height:1.65}.statsGrid{grid-template-columns:minmax(0,1.16fr) minmax(280px,.34fr);gap:26px;display:grid}.statsRail{gap:20px;display:grid}.statsCard{border:1px solid var(--panel-edge);animation:revealScale .64s var(--motion-ease)both;border-radius:30px}.statsCard-lead{background:linear-gradient(#d1dcff 0%,#c4d2fb 100%);align-content:start;gap:26px;min-height:250px;padding:44px 50px 38px;display:grid}.statsCard-mini{min-height:116px;padding:24px 28px}.statsCard-mini:first-child{background:linear-gradient(#d8c1ef 0%,#cbb0e6 100%);animation-delay:80ms}.statsCard-mini:nth-child(2){background:linear-gradient(#f0ca7b 0%,#e8bb66 100%);animation-delay:.16s}.statsCard strong{font-family:var(--font-display),sans-serif;letter-spacing:-.08em;font-size:clamp(3rem,5.8vw,5.2rem);line-height:.94;display:block}.statsCard p{color:#090b10d1;max-width:900px;margin:0;font-size:1.06rem;line-height:1.55}.statsCard-mini strong{margin-bottom:14px;font-size:clamp(2.35rem,3.8vw,3.4rem)}.capabilityGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.capabilityCard{animation:revealScale .62s var(--motion-ease)both;gap:18px;display:grid}.capabilityCard:nth-child(2){animation-delay:80ms}.capabilityCard:nth-child(3){animation-delay:.16s}.capabilityCard:nth-child(4){animation-delay:.24s}.capabilityVisual{border:1px solid var(--panel-edge-strong);border-radius:26px;min-height:220px;padding:22px}.capabilityVisual-mint{background:linear-gradient(#dcefe8 0%,#c7ddd3 100%)}.capabilityVisual-sky{background:linear-gradient(#dbe7ff 0%,#c1d2ff 100%)}.capabilityVisual-sand{background:linear-gradient(#f0e1b8 0%,#e2cf9c 100%)}.capabilityVisual-lime{background:linear-gradient(#e8f0df 0%,#d5e2c5 100%)}.capabilityVisualTop{justify-content:space-between;align-items:center;gap:12px;margin-bottom:26px;display:flex}.capabilityVisualTop span{background:#ffffffd1;border-radius:999px;min-height:38px;padding:8px 14px;font-size:.88rem;font-weight:800;display:inline-flex}.capabilityVisualTop strong{letter-spacing:-.06em;font-size:2rem}.capabilityVisualPanel{background:linear-gradient(#fffffffa 0%,#e7effcf5 100%);border:1px solid #081a3e1f;border-radius:22px;gap:10px;padding:18px;display:grid}.capabilityVisualPanel b{font-size:1rem}.capabilityVisualPanel i{background:#081a3e24;border-radius:999px;width:100%;height:12px;display:block}.capabilityBody h3,.workflowCard h3,.faqDisclosure summary span:first-child,.legalCard h2{font-family:var(--font-display),sans-serif;letter-spacing:-.05em;margin:0 0 10px;font-size:1.55rem;line-height:1.08}.workflowSection{color:#fff;background:linear-gradient(135deg,#05132f 0%,#0f3473 46%,#2d63be 100%);margin:16px 0 0;padding:60px 0}.sectionHeading-dark{max-width:860px}.sectionHeading-dark p{color:#ffffffc7}.workflowGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;display:grid}.workflowCard{min-height:100%;color:var(--ink);animation:revealScale .66s var(--motion-ease)both;background:linear-gradient(#fbf8f1 0%,#f2ece0 100%);border:1px solid #ffffff24;border-radius:28px;padding:30px 28px}.workflowCard:nth-child(2){animation-delay:.11s}.workflowEyebrow{min-height:40px;color:var(--green-deep);background:#7fb2ff38;border-radius:999px;align-items:center;padding:8px 14px;font-size:.88rem;font-weight:800;display:inline-flex}.workflowBadge{background:var(--green);min-height:42px;color:var(--ink);border-radius:999px;align-items:center;margin:18px 0 4px;padding:8px 16px;font-size:.95rem;font-weight:900;display:inline-flex}.workflowList{gap:12px;margin:22px 0;padding:0;list-style:none;display:grid}.workflowList li{color:var(--muted);border-top:1px solid #1212121f;gap:12px;padding-top:12px;line-height:1.5;display:flex}.workflowList li:before{content:"✓";color:var(--green-deep);font-weight:900}.workflowPageLink{color:var(--muted);margin-top:12px;font-size:.96rem;font-weight:800;display:inline-block}.workflowActions,.faqLeadActions{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.comparisonSectionInner,.reviewSectionInner,.faqSectionInner{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:36px;display:grid}.comparisonLead{animation:revealUp .62s var(--motion-ease)both;align-content:start;gap:22px;display:grid}.comparisonBody{animation:revealUp .68s var(--motion-ease)80ms both;gap:22px;display:grid}.comparisonAside{background:linear-gradient(#e2edff 0%,#bfd5ff 100%);border:1px solid #0f347329;border-radius:26px;padding:26px 28px}.comparisonAside strong{letter-spacing:-.04em;margin-bottom:10px;font-size:1.45rem;display:block}.comparisonTable{border-top:2px solid var(--line)}.comparisonHeaderRow,.comparisonRow{grid-template-columns:minmax(260px,1.6fr) repeat(3,minmax(110px,.5fr));align-items:stretch;display:grid}.comparisonHeaderRow{font-size:.95rem;font-weight:900}.comparisonHeaderRow span,.comparisonRow span,.comparisonRow b{border-bottom:1px solid var(--line);padding:16px 14px}.comparisonHeaderRow span:not(:first-child){text-align:center}.comparisonRow span:first-child{font-size:1.02rem;line-height:1.45}.comparisonRow b{justify-content:center;align-items:center;font-size:1.3rem;font-weight:900;display:inline-flex}.comparisonYes{color:var(--green-deep);background:#cfe0ff}.comparisonNo{color:#9e9688;background:#ebe7df}.reviewSectionInner{grid-template-columns:minmax(280px,.48fr) minmax(0,1.52fr);gap:34px}.reviewRail{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.reviewCard{min-height:100%;animation:revealScale .62s var(--motion-ease)both;background:linear-gradient(#f8f4ee 0%,#efe8db 100%);border:1px solid #081a3e14;border-radius:28px;padding:28px}.reviewCard:nth-child(2){animation-delay:80ms}.reviewCard:nth-child(3){animation-delay:.16s}.reviewCard-lime{color:#fff;background:linear-gradient(#5d93f1 0%,#315fb8 100%);border-color:#081a3e29}.reviewStars{color:var(--blue-navy);letter-spacing:.08em;margin-bottom:24px;font-size:1.35rem}.reviewCard-lime .reviewStars,.reviewCard-lime .reviewMeta span,.reviewCard-lime p{color:#ffffffe6}.reviewCard p{font-size:1.06rem}.reviewMeta{gap:6px;margin-top:26px;display:grid}.reviewMeta strong{font-size:1.1rem}.reviewMeta span{color:var(--muted)}.focusBandStrip{background:linear-gradient(#d1e2ff 0%,#b7d0ff 100%)}.focusBand{grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);align-items:center;gap:30px;margin:24px 0 0;padding:40px 0;display:grid}.focusShowcase{gap:20px;display:grid}.focusShowcaseBoard{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.focusShowcaseCard,.focusShowcaseDesk{border:1px solid var(--panel-edge);animation:revealScale .64s var(--motion-ease)both;border-radius:28px}.focusShowcaseCard-mid,.focusShowcaseDesk{animation-delay:80ms}.focusShowcaseCard-light{animation-delay:.16s}.focusShowcaseCard{background:linear-gradient(#fffffff5 0%,#f0f6fff5 100%);min-height:190px;padding:24px}.focusShowcaseCard-mid{background:linear-gradient(#ffffffe6 0%,#ebf1ffe6 100%)}.focusShowcaseCard-light{background:linear-gradient(#ffffffd1 0%,#e6edffd1 100%)}.focusShowcaseCard span,.focusShowcaseDeskHeader span{color:var(--muted);margin-bottom:10px;font-size:.95rem;font-weight:700;display:block}.focusShowcaseCard strong{letter-spacing:-.08em;font-size:3rem;line-height:1}.focusShowcaseDesk{background:linear-gradient(#fff 0%,#f2f7ff 100%);padding:22px}.focusShowcaseDeskHeader{margin-bottom:18px}.focusShowcaseDeskHeader strong{font-size:1.35rem;display:block}.focusShowcaseDeskRows{gap:12px;display:grid}.focusShowcaseDeskRows div{background:linear-gradient(#edf4ff 0%,#dfeaff 100%);border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.focusShowcaseDeskRows span{color:var(--muted);font-weight:700}.focusBandCopy .ctaPill{margin-top:28px}.faqSectionInner{grid-template-columns:minmax(280px,.6fr) minmax(0,1.4fr);gap:34px}.faqLead{animation:revealUp .62s var(--motion-ease)both;align-content:start;gap:24px;display:grid}.faqLeadCard{background:linear-gradient(180deg,var(--blue-soft)0%,#dde9ff 100%);animation:revealScale .62s var(--motion-ease)80ms both;border:1px solid #0f347329;border-radius:28px;padding:26px}.faqLeadActions{margin-top:18px}.faqLeadCard strong{font-family:var(--font-display),sans-serif;letter-spacing:-.04em;margin-bottom:12px;font-size:1.2rem;line-height:1.15;display:block}.faqAccordion{gap:14px;display:grid}.faqDisclosure{border-bottom:1px solid var(--line);padding:0 0 12px}.faqDisclosure[open] .faqChevron{transform:rotate(45deg)}.faqDisclosure summary{cursor:pointer;transition:color var(--motion-duration-fast)ease;justify-content:space-between;align-items:center;gap:20px;padding:4px 0 16px;list-style:none;display:flex}.faqDisclosure summary::-webkit-details-marker{display:none}.faqChevron{font-size:2rem;line-height:1;transition:transform .16s}.faqDisclosure p{max-width:860px;color:var(--muted);margin:0;font-size:1.06rem;line-height:1.7}.contactSection{margin-top:20px}.contactIntro{max-width:760px;animation:revealUp .62s var(--motion-ease)both;margin-bottom:22px}.contactNote{color:var(--muted);margin-top:12px;font-size:1rem}.contactShell{grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:22px;display:grid}.contactForm,.contactChannels,.legalCard{border:1px solid var(--panel-edge);background:linear-gradient(#fff 0%,#f5f8ff 100%);border-radius:28px}.contactForm{animation:revealScale .66s var(--motion-ease)both;padding:28px}.contactField{gap:10px;margin-bottom:18px;font-weight:700;display:grid}.contactInput{background:var(--surface);width:100%;min-height:56px;font:inherit;color:var(--ink);border:1px solid #aebdd5;border-radius:18px;padding:16px 18px}.contactTextarea{resize:vertical;min-height:160px}.contactButton{cursor:pointer;border:0;justify-content:center;min-width:220px}.ctaActions{justify-content:flex-start;display:flex}.contactFeedback{color:var(--green-deep);margin:18px 0 0;line-height:1.6}.contactFeedbackError{color:#b3473a}.contactChannels{background:linear-gradient(180deg,var(--blue-soft)0%,#dce8ff 100%);animation:revealScale .66s var(--motion-ease).1s both;border:1px solid #0f347329;align-content:start;align-self:start;gap:14px;padding:28px;display:grid}.contactChannels strong{font-size:1.15rem}.supportChip{width:fit-content;min-height:52px;color:var(--blue-navy);transition:transform var(--motion-duration-fast)ease,background var(--motion-duration-fast)ease,color var(--motion-duration-fast)ease;background:#4b92ff38;border-radius:999px;align-items:center;padding:12px 18px;font-weight:800;display:inline-flex}.marketingFooter{color:#fff;background:#050505;margin-top:54px;padding:44px 0 26px}.marketingFooterTop{animation:revealUp .7s var(--motion-ease)both;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:38px;display:grid}.marketingFooterBrand p{color:#ffffffb8;max-width:420px;margin:18px 0 0;line-height:1.7}.marketingFooterExtras{gap:22px;margin-top:28px;display:grid}.footerDownloadBlock,.footerSocialBlock{gap:14px;display:grid}.footerDownloadBlock strong,.footerSocialBlock strong{font-family:var(--font-display),sans-serif;font-size:1.02rem}.storeBadgeGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.storeBadge{min-height:74px;transition:transform var(--motion-duration-fast)ease,border-color var(--motion-duration-fast)ease,background var(--motion-duration-fast)ease;background:linear-gradient(#ffffff14 0%,#e8f1ff14 100%);border:1px solid #ffffff24;border-radius:22px;align-items:center;gap:14px;padding:14px 16px;display:flex}.storeBadgeIcon,.socialLink{justify-content:center;align-items:center;display:inline-flex}.storeBadgeIcon{background:0 0;border:0;border-radius:16px;flex:0 0 44px;width:44px;height:44px}.storeBadgeIcon svg,.socialLink svg{width:100%;height:100%}.storeBadgeText{gap:4px;display:grid}.storeBadgeText small{color:#ffffffa3;font-size:.82rem;font-weight:700}.storeBadgeText b{font-size:.98rem;line-height:1.25}.socialRow{flex-wrap:wrap;gap:12px;display:flex}.socialLink{color:#fff;width:48px;height:48px;transition:transform var(--motion-duration-fast)ease,border-color var(--motion-duration-fast)ease,background var(--motion-duration-fast)ease;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px}.socialLink-linkedin{background:#0a66c229}.socialLink-facebook{background:#1877f229}.socialLink-youtube{background:#ff003329}.socialLink-instagram{background:linear-gradient(#dd2a7b2e 0%,#515bd424 100%)}.marketingFooterColumns{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.marketingFooterColumn strong{font-family:var(--font-display),sans-serif;margin-bottom:14px;font-size:1.05rem;display:block}.marketingFooterColumn ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.marketingFooterColumn a{color:#ffffffbd}.marketingFooterBottom{color:#ffffff9e;animation:revealUp .76s var(--motion-ease)90ms both;border-top:1px solid #ffffff24;justify-content:space-between;align-items:center;gap:16px;margin-top:32px;padding-top:18px;display:flex}.legalShell{padding-top:0}.legalHero{max-width:860px;padding:24px 0 28px}.legalHeroActions{align-items:center;gap:12px;margin-bottom:16px;display:flex}.legalBackLink{min-width:0}.eyebrow{border:1px solid var(--line);background:#fff9;border-radius:999px;align-items:center;min-height:42px;margin-bottom:14px;padding:8px 14px;font-size:.92rem;font-weight:800;display:inline-flex}.legalStack{gap:18px;display:grid}.legalCard{padding:26px 28px}.detailHeroStrip{padding:28px 0 12px}.detailHero{animation:revealUp var(--motion-duration-base)var(--motion-ease)both;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);align-items:start;gap:28px;display:grid}.detailHeroCopy h1{font-family:var(--font-display),sans-serif;letter-spacing:-.085em;margin:0 0 18px;font-size:clamp(2.7rem,4.5vw,4.6rem);line-height:.98}.detailHeroCopy p,.detailHeroAside p,.detailInfoIntro p,.detailInfoCard p,.detailActionBand p{color:var(--muted);font-size:1.08rem;line-height:1.65}.detailHeroAside,.detailActionBand,.detailInfoCard{border:1px solid var(--panel-edge);background:linear-gradient(#fff 0%,#f4f8ff 100%);border-radius:28px}.detailHeroAside{padding:28px}.detailHeroAside strong,.detailActionBand strong{font-family:var(--font-display),sans-serif;letter-spacing:-.05em;margin-bottom:12px;font-size:1.5rem;line-height:1.08;display:block}.detailBulletList{margin-top:18px}.featureScreenGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.featureScreenCard{min-height:100%;animation:revealScale .62s var(--motion-ease)both}.featureScreenCard:nth-child(2){animation-delay:80ms}.featureScreenCard:nth-child(3){animation-delay:.16s}.featureScreenCard:nth-child(4){animation-delay:.24s}.featureScreenFrame{border:1px solid var(--panel-edge);border-radius:28px;min-height:100%;padding:16px}.featureScreenFrame-mint{background:linear-gradient(#dcefe8 0%,#c9ddd5 100%)}.featureScreenFrame-sky{background:linear-gradient(#d9e5ff 0%,#c3d3ff 100%)}.featureScreenFrame-sand{background:linear-gradient(#f0dfb8 0%,#e4cf9d 100%)}.featureScreenFrame-lime{background:linear-gradient(#e9f1e0 0%,#d6e2c7 100%)}.featureScreenBar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.featureScreenBar span{background:#ffffffdb;border-radius:999px;align-items:center;min-height:34px;padding:7px 12px;font-size:.82rem;font-weight:800;display:inline-flex}.featureScreenDots{gap:5px;display:inline-flex}.featureScreenDots i{background:#1212122e;border-radius:999px;width:7px;height:7px;display:block}.featureScreenBody{background:linear-gradient(#fffffffa 0%,#eaf1fcf5 100%);border:1px solid #081a3e1f;border-radius:22px;padding:18px}.featureScreenMetric{margin-bottom:18px}.featureScreenMetric strong{font-family:var(--font-display),sans-serif;letter-spacing:-.08em;margin-bottom:6px;font-size:2.55rem;line-height:1;display:block}.featureScreenMetric span{color:var(--muted);font-size:.95rem;font-weight:700}.featureScreenPanel{background:linear-gradient(#081a3e12 0%,#081a3e1c 100%);border-radius:18px;gap:6px;margin-bottom:16px;padding:14px 16px;display:grid}.featureScreenPanel b{font-size:1rem}.featureScreenPanel small{color:var(--muted);font-size:.92rem;line-height:1.55}.featureScreenRows{gap:10px;display:grid}.featureScreenRow{background:linear-gradient(#081a3e12 0%,#081a3e1c 100%);border-radius:14px;padding:12px 14px}.featureScreenRow span{font-size:.94rem;font-weight:700}.sectionBlock-tight{padding-top:16px}.detailInfoSection{padding:12px 0 56px}.detailInfoIntro{max-width:760px;animation:revealUp .62s var(--motion-ease)both;margin-bottom:24px}.detailInfoGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.detailInfoCard{animation:revealScale .62s var(--motion-ease)both;padding:24px}.detailInfoCard:nth-child(2){animation-delay:80ms}.detailInfoCard:nth-child(3){animation-delay:.16s}.detailInfoCard h3{font-family:var(--font-display),sans-serif;letter-spacing:-.04em;margin:0 0 10px;font-size:1.35rem;line-height:1.1}.detailActionBand{animation:revealUp .68s var(--motion-ease)80ms both;justify-content:space-between;align-items:center;gap:24px;margin-top:24px;padding:24px 28px;display:flex}.legalCard p,.legalCard li{color:var(--muted);font-size:1.04rem;line-height:1.7}.legalCard ul{margin:14px 0 0;padding-left:20px}.storeBadge:hover,.socialLink:hover{transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;transition-delay:0s!important;animation:none!important}}@media (max-width:1180px){.heroPanel,.focusBand,.comparisonSectionInner,.reviewSectionInner,.faqSectionInner,.contactShell,.marketingFooterTop{grid-template-columns:1fr}.capabilityGrid,.reviewRail,.featureScreenGrid,.detailInfoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.heroPanel{gap:28px;padding:44px 0 30px}.heroProofGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.focusBand{padding:28px 0 18px}.statsGrid{grid-template-columns:1fr}.workflowGrid,.marketingFooterColumns,.storeBadgeGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.detailHero{grid-template-columns:1fr}.detailActionBand{flex-direction:column;align-items:flex-start}}@media (max-width:940px){.marketingFrame{width:min(100% - 40px,1360px)}.marketingHeader{padding:10px 0}.marketingNav{display:none}.mobileMenuButton{display:inline-flex}.mobileMenuOverlay{display:block}.heroPanel{gap:22px}.heroCopy>p,.sectionHeading p,.comparisonLead p,.reviewIntro p,.faqLead>p,.contactIntro p,.focusBandCopy p,.legalHero p,.comparisonAside p,.capabilityBody p,.workflowCard p,.reviewCard p,.faqLeadCard p{font-size:1.02rem}.comparisonTable{padding-bottom:6px;overflow-x:auto}.comparisonHeaderRow,.comparisonRow{min-width:620px}.contactForm,.contactChannels,.faqLeadCard,.comparisonAside,.workflowCard,.reviewCard,.statsCard-mini,.statsCard-lead{padding-inline:22px}}@media (max-width:860px){.topbar{flex-flow:wrap;align-items:center;gap:16px}.heroProofGrid,.statsRail,.capabilityGrid,.workflowGrid,.reviewRail,.focusShowcaseBoard,.marketingFooterColumns,.storeBadgeGrid,.featureScreenGrid,.detailInfoGrid{grid-template-columns:1fr}.comparisonHeaderRow,.comparisonRow{grid-template-columns:minmax(180px,1fr) repeat(3,minmax(78px,.45fr))}}@media (max-width:620px){.marketingFrame{width:min(100% - 32px,1360px)}.siteWordmark{max-width:70vw}.siteWordmarkImage{height:30px}.marketingHeaderShell{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobileMenuButton{top:8px;right:16px}.mobileMenuPanel{width:100vw;padding:18px 16px 20px}.heroPanel,.sectionBlock,.comparisonSection,.reviewSection,.faqSection,.contactSection,.workflowSection,.focusBand{padding-top:34px;padding-bottom:34px}.heroCopy h1,.sectionHeading h2,.comparisonLead h2,.reviewIntro h2,.faqLead h2,.contactIntro h2,.focusBandCopy h2,.legalHero h1{font-size:2.35rem}.ctaPill,.headerCta{width:100%;min-width:0}.heroDevice{border-width:6px;border-radius:32px;padding:14px}.heroDeviceScreen{padding:22px 18px}.heroDeviceAmount strong,.focusShowcaseCard strong,.statsCard strong{font-size:clamp(2.4rem,10vw,3.2rem)}.heroDeviceMetrics{grid-template-columns:1fr}.comparisonHeaderRow,.comparisonRow{min-width:560px}.comparisonHeaderRow span,.comparisonRow span,.comparisonRow b{padding-inline:8px}.ctaActions{width:100%}.contactButton{width:100%;min-width:0}}@media (max-width:480px){.marketingFrame{width:min(100% - 24px,1360px)}.heroPanel,.sectionBlock,.comparisonSection,.reviewSection,.faqSection,.contactSection,.workflowSection,.focusBand,.detailHeroStrip,.detailInfoSection{padding-top:28px;padding-bottom:28px}.heroCopy h1,.sectionHeading h2,.comparisonLead h2,.reviewIntro h2,.faqLead h2,.contactIntro h2,.focusBandCopy h2,.legalHero h1,.detailHeroCopy h1{letter-spacing:-.07em;font-size:2.02rem}.heroCopy>p,.sectionHeading p,.comparisonLead p,.reviewIntro p,.faqLead>p,.contactIntro p,.focusBandCopy p,.legalHero p,.comparisonAside p,.capabilityBody p,.workflowCard p,.reviewCard p,.faqLeadCard p,.detailHeroCopy p,.detailHeroAside p,.detailInfoCard p,.detailActionBand p{font-size:.98rem;line-height:1.58}.heroProofCard,.statsCard,.workflowCard,.reviewCard,.faqLeadCard,.comparisonAside,.contactForm,.contactChannels,.legalCard,.detailInfoCard,.detailActionBand{padding:18px}.statsCard{min-height:0}.heroDevice{border-width:5px;border-radius:28px;padding:12px}.heroDeviceScreen{padding:18px 14px}.heroProofGrid,.statsRail,.reviewRail,.workflowGrid,.featureScreenGrid,.legalStack,.detailInfoGrid{gap:14px}.comparisonHeaderRow,.comparisonRow{min-width:520px}.legalHeroActions{margin-bottom:12px}}@media (max-width:360px){.marketingFrame{width:min(100% - 20px,1360px)}.mobileMenuButton{border-radius:16px;width:48px;height:48px}.heroCopy h1,.sectionHeading h2,.comparisonLead h2,.reviewIntro h2,.faqLead h2,.contactIntro h2,.focusBandCopy h2,.legalHero h1,.detailHeroCopy h1{font-size:1.84rem}.heroProofCard,.statsCard,.workflowCard,.reviewCard,.faqLeadCard,.comparisonAside,.contactForm,.contactChannels,.legalCard,.detailInfoCard,.detailActionBand{padding:16px}.heroDeviceAmount strong,.focusShowcaseCard strong,.statsCard strong{font-size:clamp(2rem,11vw,2.7rem)}.comparisonHeaderRow,.comparisonRow{min-width:500px}}
@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.974b4bc2.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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.9e30d041.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.62d745bb.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.a34f6310.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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.479744c5.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.83a2e280.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.14cf5ea9.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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.eccd0379.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:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.124b2306.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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.974b4bc2.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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.9e30d041.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.62d745bb.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.a34f6310.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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.479744c5.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.83a2e280.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.14cf5ea9.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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.eccd0379.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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.124b2306.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:Roboto;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.974b4bc2.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:Roboto;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.9e30d041.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.62d745bb.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.a34f6310.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:Roboto;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.479744c5.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.83a2e280.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.14cf5ea9.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:Roboto;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.eccd0379.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:Roboto;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.124b2306.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.974b4bc2.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.9e30d041.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.62d745bb.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.a34f6310.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.479744c5.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.83a2e280.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.14cf5ea9.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.eccd0379.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.124b2306.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:Roboto;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.974b4bc2.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:Roboto;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.9e30d041.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.62d745bb.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.a34f6310.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:Roboto;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.479744c5.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.83a2e280.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.14cf5ea9.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:Roboto;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.eccd0379.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:Roboto;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.124b2306.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:Roboto Fallback;src:local(Arial);ascent-override:92.98%;descent-override:24.47%;line-gap-override:0.0%;size-adjust:99.78%}.roboto_467d5325-module__KaLIfW__className{font-family:Roboto,Roboto Fallback;font-style:normal}.roboto_467d5325-module__KaLIfW__variable{--font-body:"Roboto","Roboto Fallback"}
@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.974b4bc2.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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.9e30d041.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.62d745bb.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.a34f6310.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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.479744c5.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.83a2e280.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.14cf5ea9.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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.eccd0379.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:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.124b2306.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:Roboto;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.974b4bc2.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:Roboto;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.9e30d041.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.62d745bb.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.a34f6310.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:Roboto;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.479744c5.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.83a2e280.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.14cf5ea9.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:Roboto;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.eccd0379.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:Roboto;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.124b2306.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.974b4bc2.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.9e30d041.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.62d745bb.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.a34f6310.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.479744c5.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.83a2e280.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.14cf5ea9.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.eccd0379.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:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.124b2306.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:Roboto;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.974b4bc2.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:Roboto;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.9e30d041.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.62d745bb.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.a34f6310.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:Roboto;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.479744c5.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.83a2e280.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.14cf5ea9.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:Roboto;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.eccd0379.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:Roboto;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.124b2306.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:Roboto Fallback;src:local(Arial);ascent-override:92.98%;descent-override:24.47%;line-gap-override:0.0%;size-adjust:99.78%}.roboto_9e4ee4ba-module___Oy96a__className{font-family:Roboto,Roboto Fallback;font-style:normal}.roboto_9e4ee4ba-module___Oy96a__variable{--font-display:"Roboto","Roboto Fallback"}
