:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--qb-primary:#1d4ed8;--qb-primary-600:#1e40af;--qb-secondary:#0f766e;--qb-accent:#f59e0b;--qb-bg:#f8fafc;--qb-surface:#fff;--qb-surface-2:#f1f5f9;--qb-border:#e2e8f0;--qb-text:#0f172a;--qb-muted:#5b6b85;--qb-success:#16a34a;--qb-warning:#f59e0b;--qb-danger:#dc2626;--qb-info:#0ea5e9;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-pill:999px;--shadow-xs:0 1px 2px rgba(15,23,42,.08);--shadow-sm:0 6px 16px rgba(15,23,42,.08);--shadow-md:0 14px 32px rgba(15,23,42,.12);--shadow-lg:0 24px 48px rgba(15,23,42,.18);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--qb-container:1040px;--rail-width:260px;--rail-pad-top:64px;--rail-z:101;--bs-primary:var(--qb-primary);--bs-primary-rgb:29,78,216;--bs-secondary:var(--qb-secondary);--bs-secondary-rgb:15,118,110;--bs-success:var(--qb-success);--bs-success-rgb:22,163,74;--bs-warning:var(--qb-warning);--bs-warning-rgb:245,158,11;--bs-danger:var(--qb-danger);--bs-danger-rgb:220,38,38;--bs-info:var(--qb-info);--bs-info-rgb:14,165,233;--bs-dark:#0b1120;--bs-dark-rgb:11,17,32;--bs-light:#f8fafc;--bs-light-rgb:248,250,252;--bs-body-bg:var(--qb-bg);--bs-body-color:var(--qb-text);--bs-border-color:var(--qb-border);--bs-link-color:var(--qb-primary);--bs-link-hover-color:var(--qb-primary-600);--bs-body-font-family:var(--font-body),"Source Sans 3","Segoe UI",sans-serif}*,:before,:after{box-sizing:border-box}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--qb-text);background:var(--qb-bg);font-family:var(--bs-body-font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;line-height:1.6}:focus-visible{outline-offset:2px;outline:3px solid rgba(29,78,216,.35)}h1,h2,h3,h4,h5,h6,.display-1,.display-2,.display-3,.display-4,.display-5,.display-6{font-family:var(--font-heading),"Space Grotesk",sans-serif;letter-spacing:-.015em}a{color:var(--qb-primary);text-decoration:none}a:hover{color:var(--qb-primary-600);text-underline-offset:3px;text-decoration:underline}.qb-body{background:var(--qb-bg)}.qb-container{max-width:var(--qb-container)}.qb-main{background:var(--qb-bg)}.qb-section{padding:var(--space-7)0}.qb-section-tight{padding:var(--space-6)0}.qb-section-header{margin-bottom:var(--space-5)}.qb-eyebrow{text-transform:uppercase;letter-spacing:.25em;color:var(--qb-secondary);font-size:.7rem;font-weight:700}.qb-muted{color:var(--qb-muted)}.qb-navbar{background:linear-gradient(90deg,#0b1120 0%,#1d4ed8 100%);border-bottom:1px solid rgba(255,255,255,.14)}.qb-navbar .navbar-brand{font-family:var(--font-heading),"Space Grotesk",sans-serif;letter-spacing:-.02em}.qb-navbar .nav-link{color:rgba(255,255,255,.85)}.qb-navbar .nav-link:hover,.qb-navbar .nav-link:focus{color:#fff}.qb-footer{color:#e2e8f0;background:#0b1120}.qb-footer a{color:#e2e8f0}.btn{border-radius:var(--radius-md);letter-spacing:.01em;padding:.6rem 1rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s,color .2s}.btn:focus{box-shadow:0 0 0 .2rem rgba(29,78,216,.18)}.btn-primary{background:var(--qb-primary);border-color:var(--qb-primary);box-shadow:var(--shadow-xs)}.btn-primary:hover{background:var(--qb-primary-600);border-color:var(--qb-primary-600);transform:translateY(-1px)}.btn-outline-secondary{color:var(--qb-text);border-color:var(--qb-border)}.btn-outline-secondary:hover{background:var(--qb-surface-2);color:var(--qb-text)}.btn-outline-primary{color:var(--qb-primary);border-color:rgba(29,78,216,.4)}.btn-outline-primary:hover{color:var(--qb-primary);background:rgba(29,78,216,.1)}.btn-ghost{color:var(--qb-text);background:0 0;border-color:transparent}.btn-ghost:hover{background:var(--qb-surface-2);color:var(--qb-text)}.btn-destructive,.btn-danger{background:var(--qb-danger);border-color:var(--qb-danger);color:#fff}.btn-destructive:hover,.btn-danger:hover{color:#fff;background:#b91c1c;border-color:#b91c1c}.btn-outline-danger{color:var(--qb-danger);border-color:rgba(220,38,38,.4)}.btn-outline-danger:hover{color:var(--qb-danger);background:rgba(220,38,38,.1)}.badge{border-radius:var(--radius-pill);letter-spacing:.01em;padding:.4em .6em;font-weight:600}.badge.text-bg-light{color:var(--qb-text);border:1px solid var(--qb-border);background:#fff}.card{border:1px solid var(--qb-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);background:var(--qb-surface)}.card.shadow-sm{box-shadow:var(--shadow-sm)}.card-header{background:var(--qb-surface-2);border-bottom:1px solid var(--qb-border)}.form-control,.form-select{border-radius:var(--radius-md);border-color:var(--qb-border);background:var(--qb-surface);color:var(--qb-text)}.form-control:focus,.form-select:focus{border-color:var(--qb-primary);box-shadow:0 0 0 .2rem rgba(29,78,216,.15)}.form-label{color:var(--qb-text);font-weight:600}.form-text{color:var(--qb-muted)}.modal-content{border-radius:var(--radius-lg);border:1px solid var(--qb-border);box-shadow:var(--shadow-md)}.modal-header,.modal-footer{border-color:var(--qb-border)}.input-group-text{background:var(--qb-surface-2);border-color:var(--qb-border);color:var(--qb-muted)}.table{margin-bottom:0}.table>:not(caption)>*>*{border-color:var(--qb-border)}.table thead th{background:var(--qb-surface-2);color:var(--qb-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}.table tbody tr:hover{background:rgba(15,23,42,.03)}.progress{background:var(--qb-surface-2);border-radius:var(--radius-pill);height:.55rem}.progress-bar{border-radius:var(--radius-pill)}.text-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.75em;display:-webkit-box;overflow:hidden}.qb-input-group-wide{min-width:240px;max-width:520px}.qb-input-group-compact{min-width:220px;max-width:420px}.qb-emoji-input{max-width:120px}.qb-stat-card{min-height:110px}.qb-project-card.is-done{opacity:.9}.qb-project-emoji{font-size:3.25rem}.qb-project-avatar{width:64px;height:64px;font-size:2.4rem}.qb-table-check{width:36px}.qb-skeleton-lg{height:28px}.qb-skeleton-md{height:14px}.qb-skeleton-xl{height:120px}.qb-skeleton-sm{height:44px}.qb-skeleton-xxl{height:220px}.qb-kanban-column{background:var(--qb-surface-2);border:1px solid var(--qb-border);border-radius:var(--radius-lg);padding:var(--space-3)}.qb-task-card{border:1px solid var(--qb-border);border-radius:var(--radius-md);background:var(--qb-surface);box-shadow:var(--shadow-xs)}.qb-task-details{background:var(--qb-surface);border-color:var(--qb-border)!important}.qb-calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;display:grid}.qb-calendar-weekday{text-transform:uppercase;letter-spacing:.08em;color:var(--qb-muted);padding:0 4px;font-size:.75rem;font-weight:700}.qb-calendar-cell{border:1px solid var(--qb-border);border-radius:var(--radius-md);background:var(--qb-surface);min-height:170px;box-shadow:var(--shadow-xs);padding:12px}.qb-calendar-cell.is-outside-month{background:var(--qb-surface-2);opacity:.75}.qb-calendar-task{border:1px solid var(--qb-border);border-radius:var(--radius-md);background:var(--qb-surface-2);padding:10px}.landing-page{position:relative}.landing-hero{padding:var(--space-7);border-radius:var(--radius-xl);background:radial-gradient(1200px 420px at 10% -10%,rgba(29,78,216,.18),transparent 60%),radial-gradient(900px 420px at 90% 0%,rgba(15,118,110,.18),transparent 60%),var(--qb-surface);border:1px solid var(--qb-border);box-shadow:var(--shadow-sm)}.landing-hero .lead{color:var(--qb-muted)}.hero-visual{position:relative}.hero-visual img{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);object-fit:contain;width:100%;max-height:360px}.hero-highlights{gap:16px}.hero-highlights li{color:var(--qb-muted);align-items:center;gap:8px;font-size:.9rem;font-weight:600;display:inline-flex}.hero-highlights i{color:var(--qb-success)}.qb-feature-card{border:1px solid var(--qb-border);border-radius:var(--radius-lg);padding:var(--space-4);background:var(--qb-surface);box-shadow:var(--shadow-xs);height:100%}.qb-feature-icon{border-radius:var(--radius-md);width:44px;height:44px;color:var(--qb-primary);background:rgba(29,78,216,.12);justify-content:center;align-items:center;display:inline-flex}.qb-step{border:1px solid var(--qb-border);border-radius:var(--radius-lg);padding:var(--space-4);background:var(--qb-surface);box-shadow:var(--shadow-xs)}.qb-callout{border-radius:var(--radius-xl);border:1px solid var(--qb-border);box-shadow:var(--shadow-sm);background:linear-gradient(120deg,rgba(29,78,216,.08),rgba(15,118,110,.08))}.qb-metric{border-radius:var(--radius-lg);border:1px solid var(--qb-border);padding:var(--space-4);background:var(--qb-surface);min-width:140px;box-shadow:var(--shadow-xs)}.qb-testimonial{border-radius:var(--radius-lg);border:1px solid var(--qb-border);padding:var(--space-4);background:var(--qb-surface);box-shadow:var(--shadow-xs);height:100%}.qb-testimonial strong{margin-top:var(--space-3);display:block}.qb-blog-hero{padding:var(--space-7);border-radius:var(--radius-xl);background:radial-gradient(900px 320px at 0% 0%,rgba(245,158,11,.18),transparent 60%),radial-gradient(800px 320px at 100% 10%,rgba(29,78,216,.18),transparent 60%),var(--qb-surface);border:1px solid var(--qb-border);box-shadow:var(--shadow-sm)}.qb-blog-summary{background:rgba(255,255,255,.8)}.qb-blog-stat{border:1px solid var(--qb-border);border-radius:var(--radius-lg);padding:var(--space-4);background:var(--qb-surface)}.qb-blog-featured{background:linear-gradient(180deg,rgba(245,158,11,.06),transparent 40%),var(--qb-surface)}.qb-blog-icon{border-radius:var(--radius-md);width:52px;height:52px;color:var(--qb-primary);background:rgba(29,78,216,.1);flex:0 0 52px;justify-content:center;align-items:center;font-size:1.15rem;display:inline-flex}.qb-article{max-width:860px}.qb-article-header{padding:var(--space-3)0}.qb-tts-controls{margin-bottom:var(--space-4);padding:var(--space-4);border:1px solid var(--qb-border);border-radius:var(--radius-lg);background:var(--qb-surface);box-shadow:var(--shadow-xs)}.qb-markdown{overflow-wrap:anywhere;font-size:1.05rem}.qb-markdown>:last-child{margin-bottom:0}.qb-markdown h1,.qb-markdown h2,.qb-markdown h3,.qb-markdown h4{margin-top:1.75rem;margin-bottom:.85rem}.qb-markdown p,.qb-markdown ul,.qb-markdown ol,.qb-markdown blockquote{margin-bottom:1rem}.qb-markdown blockquote{color:var(--qb-muted);border-left:4px solid rgba(29,78,216,.25);padding-left:1rem}.qb-markdown code{background:var(--qb-surface-2);border-radius:6px;padding:.1rem .35rem}.qb-markdown pre{color:#f8fafc;border-radius:var(--radius-md);background:#0b1120;padding:1rem;overflow-x:auto}.qb-markdown pre code{background:0 0;padding:0}.qb-markdown-table-wrap{border:1px solid var(--qb-border);border-radius:var(--radius-md);width:100%;margin:1.25rem 0;overflow-x:auto}.qb-markdown-table{table-layout:fixed;min-width:760px;margin-bottom:0}.qb-markdown-table th{color:var(--qb-text);white-space:nowrap;font-weight:800}.qb-markdown-table td{color:var(--qb-text);overflow-wrap:normal;vertical-align:top;word-break:normal}.qb-markdown-table th,.qb-markdown-table td{padding:.85rem 1rem}.qb-markdown-table th:first-child,.qb-markdown-table td:first-child{width:28%}.qb-markdown-table th:nth-child(2),.qb-markdown-table td:nth-child(2){width:34%}.qb-markdown-table th:nth-child(3),.qb-markdown-table td:nth-child(3){width:38%}.cq-rail{top:var(--rail-pad-top);width:var(--rail-width);z-index:var(--rail-z);padding:16px;display:none;position:fixed;bottom:0;overflow-y:auto}.cq-rail iframe,.cq-rail img{border:0;max-width:100%;height:auto;display:block}.cq-rail-left{left:0}.cq-rail-right{right:0}.ad-frame,.ad-frame *{border-radius:0!important}.ad-label{letter-spacing:.14em;text-transform:uppercase;color:rgba(0,0,0,.55);margin:0 0 6px;font-size:11px;font-weight:600}.qb-typographic-ad{--qb-ad-accent:#52e59a;--qb-ad-accent-rgb:82,229,154;--qb-ad-bg-start:#061b15;--qb-ad-bg-end:#0b3527;isolation:isolate;border:1px solid rgba(var(--qb-ad-accent-rgb),.26);color:#f8fffb;background:radial-gradient(circle at 92% 12%,rgba(var(--qb-ad-accent-rgb),.22),transparent 34%),linear-gradient(145deg,var(--qb-ad-bg-start),var(--qb-ad-bg-end));flex-direction:column;justify-content:space-between;gap:.85rem;width:100%;text-decoration:none;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 34px rgba(6,24,18,.14)}a.qb-typographic-ad:hover{color:#fff;border-color:rgba(var(--qb-ad-accent-rgb),.58);transform:translateY(-2px);box-shadow:0 20px 42px rgba(6,24,18,.2)}.qb-typographic-ad--rail{min-height:310px;padding:1rem}.qb-typographic-ad--inline{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:max(1rem,min(3vw,2rem));min-height:145px;padding:max(1rem,min(2vw,1.4rem));display:grid}.qb-typographic-ad--emerald{--qb-ad-accent:#52e59a;--qb-ad-accent-rgb:82,229,154;--qb-ad-bg-start:#061b15;--qb-ad-bg-end:#0b3527}.qb-typographic-ad--blue{--qb-ad-accent:#62c9ff;--qb-ad-accent-rgb:98,201,255;--qb-ad-bg-start:#061827;--qb-ad-bg-end:#083b59}.qb-typographic-ad--amber{--qb-ad-accent:#ffd166;--qb-ad-accent-rgb:255,209,102;--qb-ad-bg-start:#211600;--qb-ad-bg-end:#4a3100}.qb-typographic-ad--violet{--qb-ad-accent:#d0a2ff;--qb-ad-accent-rgb:208,162,255;--qb-ad-bg-start:#190e2b;--qb-ad-bg-end:#41216c}.qb-typographic-ad--coral{--qb-ad-accent:#ff9c82;--qb-ad-accent-rgb:255,156,130;--qb-ad-bg-start:#28100c;--qb-ad-bg-end:#55261d}.qb-typographic-ad__grid{z-index:-1;opacity:.16;background-image:linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px);background-size:30px 30px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(108deg,#000,transparent 84%);mask-image:linear-gradient(108deg,#000,transparent 84%)}.qb-typographic-ad__mark{z-index:-1;color:rgba(var(--qb-ad-accent-rgb),.13);font-family:var(--bs-font-monospace);letter-spacing:-.1em;font-size:max(3.5rem,min(8vw,6rem));font-weight:900;line-height:.8;position:absolute;bottom:.35rem;right:.65rem}.qb-typographic-ad__content{flex-direction:column;align-items:flex-start;gap:.5rem;max-width:46rem;display:flex}.qb-typographic-ad__eyebrow{color:var(--qb-ad-accent);letter-spacing:.08em;text-transform:uppercase;font-size:.65rem;font-weight:850;line-height:1.3}.qb-typographic-ad__title{color:#fff;letter-spacing:-.035em;overflow-wrap:anywhere;text-wrap:balance;font-size:max(1.25rem,min(2.4vw,1.75rem));font-weight:900;line-height:1.04}.qb-typographic-ad__description{color:rgba(238,252,245,.74);overflow-wrap:anywhere;white-space:normal;max-width:42rem;font-size:.84rem;line-height:1.42;overflow:visible}.qb-typographic-ad__cta{border:1px solid rgba(var(--qb-ad-accent-rgb),.42);color:#fff;background:rgba(var(--qb-ad-accent-rgb),.12);justify-content:center;align-items:center;gap:.55rem;width:-moz-fit-content;width:fit-content;padding:.58rem .75rem;font-size:.76rem;font-weight:850;line-height:1.2;display:inline-flex}.qb-typographic-ad--rail .qb-typographic-ad__title{font-size:max(1.18rem,min(1.35vw,1.4rem))}.qb-typographic-ad--rail .qb-typographic-ad__description{font-size:.78rem;line-height:1.4}.qb-typographic-ad--rail .qb-typographic-ad__cta{width:100%}@media (max-width:767.98px){.qb-typographic-ad--inline{min-height:0;display:flex}.qb-typographic-ad--inline .qb-typographic-ad__cta{width:100%}}@media (min-width:1440px){.cq-rail{display:block}.cq-rails-pad{padding-left:var(--rail-width);padding-right:var(--rail-width)}}.cq-inline-ad{display:block}.cq-inline-ad-box{max-width:700px;margin:0 auto}.cq-inline-ad-desktop,.cq-inline-ad-tablet,.cq-inline-ad-mobile{display:none}@media (min-width:992px){.cq-inline-ad-desktop{display:block}}@media (min-width:768px) and (max-width:991.98px){.cq-inline-ad-tablet{display:block}}@media (max-width:767.98px){.qb-calendar-grid{grid-template-columns:1fr}.qb-calendar-weekday{display:none}.qb-calendar-cell{min-height:auto}.cq-inline-ad-mobile{display:block}.landing-hero,.qb-blog-hero{padding:var(--space-6)}}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.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:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.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:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.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:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.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:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.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:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.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:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.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:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.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:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.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:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_f1f7a28c-module__s-XdxW__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_f1f7a28c-module__s-XdxW__variable{--font-heading:"Space Grotesk","Space Grotesk Fallback"}
@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/da8a9dd0d68e512b-s.5851b7c1.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:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/94b4a5dc1fe84361-s.79468464.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/ff5be760267bb4bc-s.4ba8127f.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/99596c30eb072d3c-s.ef30866c.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:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/e5864b32625b6bc3-s.4f3f63ac.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:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/e285ad1a914469f0-s.2df16460.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:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/47df9ba1c7236d3b-s.p.7bbb93ea.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:"Source Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/da8a9dd0d68e512b-s.5851b7c1.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:"Source Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/94b4a5dc1fe84361-s.79468464.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/ff5be760267bb4bc-s.4ba8127f.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/99596c30eb072d3c-s.ef30866c.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:"Source Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/e5864b32625b6bc3-s.4f3f63ac.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:"Source Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/e285ad1a914469f0-s.2df16460.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:"Source Sans 3";font-style:normal;font-weight:500;font-display:swap;src:url(../media/47df9ba1c7236d3b-s.p.7bbb93ea.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:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/da8a9dd0d68e512b-s.5851b7c1.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:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/94b4a5dc1fe84361-s.79468464.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/ff5be760267bb4bc-s.4ba8127f.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/99596c30eb072d3c-s.ef30866c.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:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/e5864b32625b6bc3-s.4f3f63ac.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:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/e285ad1a914469f0-s.2df16460.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:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/47df9ba1c7236d3b-s.p.7bbb93ea.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:"Source Sans 3";font-style:normal;font-weight:700;font-display:swap;src:url(../media/da8a9dd0d68e512b-s.5851b7c1.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:"Source Sans 3";font-style:normal;font-weight:700;font-display:swap;src:url(../media/94b4a5dc1fe84361-s.79468464.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:700;font-display:swap;src:url(../media/ff5be760267bb4bc-s.4ba8127f.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:700;font-display:swap;src:url(../media/99596c30eb072d3c-s.ef30866c.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:"Source Sans 3";font-style:normal;font-weight:700;font-display:swap;src:url(../media/e5864b32625b6bc3-s.4f3f63ac.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:"Source Sans 3";font-style:normal;font-weight:700;font-display:swap;src:url(../media/e285ad1a914469f0-s.2df16460.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:"Source Sans 3";font-style:normal;font-weight:700;font-display:swap;src:url(../media/47df9ba1c7236d3b-s.p.7bbb93ea.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:"Source Sans 3 Fallback";src:local(Arial);ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.0%;size-adjust:93.76%}.source_sans_3_6e65ebd8-module__i9_mba__className{font-family:"Source Sans 3","Source Sans 3 Fallback";font-style:normal}.source_sans_3_6e65ebd8-module__i9_mba__variable{--font-body:"Source Sans 3","Source Sans 3 Fallback"}
