@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");.bc-root{--bc-navy:#1e214a;--bc-navy-700:#2a2e5e;--bc-navy-500:#3d4279;--bc-navy-300:#7b7fa6;--bc-navy-100:#d9dae3;--bc-navy-50:#eff0f4;--bc-green:#50884b;--bc-green-700:#3f6e3b;--bc-green-500:#6ba065;--bc-green-300:#a7c7a3;--bc-green-100:#ddebdb;--bc-green-50:#f0f6ee;--bc-slate-800:#3a3f57;--bc-slate-600:#5b6079;--bc-slate-400:#8c90a6;--bc-gray-300:#c9ccd8;--bc-gray-200:#e2e4ec;--bc-gray-100:#f1f2f6;--bc-gray-50:#f8f9fb;--bc-white:#fff;--bc-paper:#fafaf7;--spectrum-1:#4a8847;--spectrum-2:#1f8cad;--spectrum-3:#2f6cb3;--spectrum-4:#3a51a8;--spectrum-5:#5e4b9b;--spectrum-6:#7a4a82;--spectrum:linear-gradient(90deg,#4a8847,#1f8cad 22%,#2f6cb3 44%,#3a51a8 62%,#5e4b9b 80%,#7a4a82);--font-display:"Montserrat","Helvetica Neue",Arial,sans-serif;--font-body:"Inter","Helvetica Neue",Arial,sans-serif;--r-sm:4px;--r-md:8px;--r-lg:12px;--shadow-1:0 1px 2px rgba(30,33,74,.06),0 1px 1px rgba(30,33,74,.04);--shadow-2:0 4px 12px rgba(30,33,74,.08),0 1px 2px rgba(30,33,74,.05);--ease:cubic-bezier(0.2,0.6,0.2,1);--dur:200ms;--gutter:clamp(20px,4vw,40px);--section-y:clamp(64px,8vw,112px);--group-gap:clamp(36px,4vw,52px);--dot:var(--spectrum-1);background:var(--bc-white);color:var(--bc-navy);font-family:var(--font-body);font-size:16px;line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased}.bc-root *,.bc-root :after,.bc-root :before{box-sizing:border-box}.bc-root figure,.bc-root h1,.bc-root h2,.bc-root h3,.bc-root h4,.bc-root ol,.bc-root p,.bc-root ul{margin:0;padding:0}.bc-root ul{list-style:none}.bc-root img{max-width:100%}.bc-root a{color:var(--bc-green-700);text-decoration:none}.bc-root a:hover{text-decoration:underline}.bc-root ::selection{background:var(--bc-green-100);color:var(--bc-navy)}.bc-root a:focus-visible,.bc-root button:focus-visible{border-radius:var(--r-sm);outline:3px solid var(--bc-green-700);outline-offset:3px}.bc-root .bc-section--navy a:focus-visible{outline-color:var(--bc-green-300)}.bc-root .bc-section{background:var(--bc-white)}.bc-root .bc-section__inner{margin:0 auto;max-width:1200px;padding:var(--section-y) var(--gutter)}.bc-root .bc-section--paper{background:var(--bc-paper);border-bottom:1px solid var(--bc-gray-200)}.bc-root .bc-section--gray{background:var(--bc-gray-50);border-bottom:1px solid var(--bc-gray-200);border-top:1px solid var(--bc-gray-200)}.bc-root .bc-section--navy{background:var(--bc-navy);color:var(--bc-white)}.bc-root .bc-section--hero .bc-section__inner{padding-block:clamp(64px,9vw,128px)}.bc-root .bc-section--close .bc-section__inner{padding-block:clamp(64px,8vw,104px)}.bc-root .bc-grid{display:grid;gap:20px}.bc-root .bc-grid--cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.bc-root .bc-grid--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.bc-root .bc-grid--cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.bc-root .bc-grid--cols-1{grid-template-columns:minmax(0,1fr)}@media (max-width:1080px){.bc-root .bc-grid--cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:940px){.bc-root .bc-grid--cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.bc-root .bc-grid--cols-2,.bc-root .bc-grid--cols-3,.bc-root .bc-grid--cols-4{grid-template-columns:minmax(0,1fr)}}.bc-root .bc-split{align-items:center;display:grid;gap:clamp(28px,5vw,64px);grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.bc-root .bc-split--end{align-items:end}.bc-root .bc-group+.bc-group{margin-top:var(--group-gap)}.bc-root .bc-measure{max-width:58ch}.bc-root .bc-measure--tight{max-width:20ch}.bc-root .bc-actions{display:flex;flex-wrap:wrap;gap:14px}.bc-root .bc-actions--end{justify-content:flex-end}.bc-root .bc-eyebrow{color:var(--bc-green-700);font-family:var(--font-display);font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.bc-root .bc-section--navy .bc-eyebrow{color:var(--bc-green-300)}.bc-root .bc-h1{font-size:clamp(34px,4.4vw,60px);font-weight:800;letter-spacing:-.025em;line-height:1.06}.bc-root .bc-h1,.bc-root .bc-h2{color:var(--bc-navy);font-family:var(--font-display);text-wrap:balance}.bc-root .bc-h2{font-size:clamp(28px,3.2vw,40px);font-weight:700;letter-spacing:-.02em;line-height:1.15}.bc-root .bc-section--navy .bc-h1,.bc-root .bc-section--navy .bc-h2{color:var(--bc-white)}.bc-root .bc-lead{color:var(--bc-slate-600);font-size:19px;line-height:1.6}.bc-root .bc-body{color:var(--bc-slate-600);font-size:16px;line-height:1.65}.bc-root .bc-section--navy .bc-body,.bc-root .bc-section--navy .bc-lead{color:var(--bc-navy-100)}.bc-root .bc-stack>*+*{margin-top:24px}.bc-root .bc-stack--tight>*+*{margin-top:16px}.bc-root .bc-divider{align-items:center;display:flex;gap:16px;margin-bottom:20px}.bc-root .bc-divider__label{color:var(--bc-slate-600);font-family:var(--font-display);font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;white-space:nowrap}.bc-root .bc-divider__title{color:var(--bc-navy);font-family:var(--font-display);font-size:17px;font-weight:700;letter-spacing:-.01em}.bc-root .bc-divider__rule{background:var(--bc-gray-200);flex:1;height:1px}.bc-root .bc-btn{align-items:center;border:1px solid transparent;border-radius:var(--r-sm);display:inline-flex;font-family:var(--font-display);font-size:14px;font-weight:700;justify-content:center;letter-spacing:.08em;min-height:48px;padding:14px 28px;text-transform:uppercase;transition:background var(--dur) var(--ease),border-color var(--dur) var(--ease),color var(--dur) var(--ease)}.bc-root .bc-btn:hover{text-decoration:none}.bc-root .bc-btn--primary{background:var(--bc-navy);color:var(--bc-white)}.bc-root .bc-btn--primary:hover{background:var(--bc-navy-700)}.bc-root .bc-btn--secondary{background:transparent;border-color:var(--bc-gray-300);color:var(--bc-navy)}.bc-root .bc-btn--secondary:hover{background:var(--bc-white);border-color:var(--bc-navy)}.bc-root a.bc-btn--primary,.bc-root a.bc-btn--primary:active,.bc-root a.bc-btn--primary:focus,.bc-root a.bc-btn--primary:hover,.bc-root a.bc-btn--primary:link,.bc-root a.bc-btn--primary:visited{color:var(--bc-white)!important;text-decoration:none!important}.bc-root a.bc-btn--secondary,.bc-root a.bc-btn--secondary:active,.bc-root a.bc-btn--secondary:focus,.bc-root a.bc-btn--secondary:hover,.bc-root a.bc-btn--secondary:link,.bc-root a.bc-btn--secondary:visited{color:var(--bc-navy)!important;text-decoration:none!important}.bc-root a.bc-arrow,.bc-root a.bc-arrow:active,.bc-root a.bc-arrow:focus,.bc-root a.bc-arrow:hover,.bc-root a.bc-arrow:link,.bc-root a.bc-arrow:visited{color:var(--bc-green-700)!important}.bc-root .bc-section--navy a.bc-arrow:focus,.bc-root .bc-section--navy a.bc-arrow:hover{color:var(--bc-green-300)!important}.bc-root .bc-section--navy .bc-card a.bc-arrow,.bc-root .bc-section--navy .bc-card a.bc-arrow:focus,.bc-root .bc-section--navy .bc-card a.bc-arrow:hover{color:var(--bc-green-700)!important}.bc-root .bc-arrow{align-items:center;color:var(--bc-green-700);display:inline-flex;font-family:var(--font-display);font-size:13px;font-weight:700;gap:6px;letter-spacing:.08em;min-height:44px;text-transform:uppercase}.bc-root .bc-arrow:after{content:"\2192";transition:transform var(--dur) var(--ease)}.bc-root .bc-arrow:hover:after{transform:translateX(3px)}.bc-root .bc-section--navy .bc-arrow{color:var(--bc-green-300)}.bc-root .bc-card{background:var(--bc-white);border:1px solid var(--bc-gray-200);border-radius:var(--r-md);display:flex;flex-direction:column;padding:28px 26px}.bc-root .bc-solution__logo{align-items:center;display:flex;height:48px;margin-bottom:20px}.bc-root .bc-solution__logo img{display:block;height:auto;max-height:44px;max-width:180px;width:auto}.bc-root .bc-solution__title{color:var(--bc-navy);font-family:var(--font-display);font-size:17px;font-weight:700;letter-spacing:-.01em;line-height:1.3;margin-bottom:16px}.bc-root .bc-solution .bc-arrow{align-self:flex-start;margin-top:auto}.bc-root .bc-solution--featured{align-items:start;display:grid;gap:clamp(24px,4vw,56px);grid-template-columns:minmax(220px,.9fr) minmax(0,1.6fr);padding:32px 30px}.bc-root .bc-solution__head{align-items:flex-start;display:flex;flex-direction:column}.bc-root .bc-solution--featured .bc-bullets{column-count:2;column-gap:40px;margin-bottom:0}.bc-root .bc-solution--featured .bc-bullets li{break-inside:avoid}.bc-root .bc-solution--featured .bc-arrow{margin-top:12px}@media (max-width:860px){.bc-root .bc-solution--featured{grid-template-columns:minmax(0,1fr);padding:26px 22px}.bc-root .bc-solution--featured .bc-bullets{column-count:1;margin-bottom:4px}.bc-root .bc-solution--featured .bc-solution__head{order:-1}}.bc-root .bc-bullets li{color:var(--bc-slate-600);font-size:14px;line-height:1.55;padding-left:16px;position:relative}.bc-root .bc-bullets li+li{margin-top:10px}.bc-root .bc-bullets li:before{background:var(--dot);border-radius:1px;content:"";height:5px;left:0;position:absolute;top:8px;width:5px}.bc-root .bc-bullets{margin-bottom:22px}.bc-root .bc-accent--green{--dot:var(--spectrum-1)}.bc-root .bc-accent--teal{--dot:var(--spectrum-2)}.bc-root .bc-accent--blue{--dot:var(--spectrum-3)}.bc-root .bc-accent--indigo{--dot:var(--spectrum-4)}.bc-root .bc-accent--violet{--dot:var(--spectrum-5)}.bc-root .bc-accent--plum{--dot:var(--spectrum-6)}.bc-root .bc-card--interactive{transition:box-shadow var(--dur) var(--ease),border-color var(--dur) var(--ease)}.bc-root .bc-card--interactive:hover{border-color:var(--bc-gray-300);box-shadow:var(--shadow-1)}.bc-root .bc-card--lift{transition:box-shadow var(--dur) var(--ease),transform var(--dur) var(--ease)}.bc-root .bc-card--lift:hover{box-shadow:var(--shadow-2);transform:translateY(-3px)}.bc-root .bc-card--link{display:block}.bc-root .bc-card--link:hover{box-shadow:var(--shadow-2);text-decoration:none}.bc-root .bc-card__text{color:var(--bc-slate-600);font-size:16px;line-height:1.65}.bc-root .bc-feature{padding:36px 32px}.bc-root .bc-feature__number{background:var(--spectrum);-webkit-background-clip:text;background-clip:text;font-family:var(--font-display);font-size:56px;font-weight:800;letter-spacing:-.04em;line-height:1;-webkit-text-fill-color:transparent;color:transparent;margin-bottom:28px}.bc-root .bc-feature__title{color:var(--bc-navy);font-family:var(--font-display);font-size:20px;font-weight:800;letter-spacing:.14em;margin-bottom:16px;text-transform:uppercase}.bc-root .bc-feature .bc-card__text{margin-bottom:24px}.bc-root .bc-feature .bc-arrow{align-self:flex-start;margin-top:auto}.bc-root .bc-path{padding:32px 28px 36px}.bc-root .bc-path__label{color:var(--bc-slate-600);font-size:11px;letter-spacing:.2em;margin:28px 0 14px;text-transform:uppercase}.bc-root .bc-path__label,.bc-root .bc-path__title{display:block;font-family:var(--font-display);font-weight:700}.bc-root .bc-path__title{color:var(--bc-navy);font-size:22px;line-height:1.2;margin-bottom:12px}.bc-root .bc-path__desc{color:var(--bc-slate-600);display:block;font-size:15px;line-height:1.6;margin-bottom:20px}.bc-root .bc-path .bc-arrow{display:flex}.bc-root .bc-product{gap:20px;padding:24px}.bc-root .bc-product__desc{color:var(--bc-slate-600);display:block;font-size:14px;line-height:1.55}.bc-root .bc-stats{display:grid;gap:clamp(24px,4vw,56px);grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.bc-root .bc-section--band .bc-section__inner{padding-block:clamp(44px,6vw,72px)}.bc-root .bc-solution{padding-top:32px;position:relative}.bc-root .bc-solution:before{background:var(--dot);border-top-left-radius:var(--r-md);border-top-right-radius:var(--r-md);content:"";height:4px;left:0;position:absolute;right:0;top:0}.bc-root .bc-solution--featured{padding-top:36px}.bc-root .bc-section--navy .bc-card{background:var(--bc-white);border-color:transparent}.bc-root .bc-section--navy .bc-solution__title{color:var(--bc-navy)}.bc-root .bc-section--navy .bc-bullets li{color:var(--bc-slate-600)}.bc-root .bc-section--navy .bc-card .bc-arrow{color:var(--bc-green-700)}.bc-root .bc-icon{background:var(--dot);display:block;flex:none;height:32px;margin-bottom:16px;-webkit-mask:var(--bc-icon) center /contain no-repeat;mask:var(--bc-icon) center /contain no-repeat;width:32px}@media (forced-colors:active){.bc-root .bc-icon{background:CanvasText}}.bc-root .bc-icon--arrow-path{--bc-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='1.5' aria-hidden='true' data-slot='icon' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0 3.181 3.183a8.25 8.25 0 0 0 13.803-3.7M4.031 9.865a8.25 8.25 0 0 1 13.803-3.7l3.181 3.182m0-4.991v4.99'/%3E%3C/svg%3E")}.bc-root .bc-icon--cpu-chip{--bc-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='1.5' aria-hidden='true' data-slot='icon' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8.25 3v1.5M4.5 8.25H3m18 0h-1.5M4.5 12H3m18 0h-1.5m-15 3.75H3m18 0h-1.5M8.25 19.5V21M12 3v1.5m0 15V21m3.75-18v1.5m0 15V21m-9-1.5h10.5a2.25 2.25 0 0 0 2.25-2.25V6.75a2.25 2.25 0 0 0-2.25-2.25H6.75A2.25 2.25 0 0 0 4.5 6.75v10.5a2.25 2.25 0 0 0 2.25 2.25m.75-12h9v9h-9z'/%3E%3C/svg%3E")}.bc-root .bc-icon--building-library{--bc-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='1.5' aria-hidden='true' data-slot='icon' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 21v-8.25M15.75 21v-8.25M8.25 21v-8.25M3 9l9-6 9 6m-1.5 12V10.332A48.4 48.4 0 0 0 12 9.75c-2.551 0-5.056.2-7.5.582V21M3 21h18M12 6.75h.008v.008H12z'/%3E%3C/svg%3E")}.bc-root .bc-icon--squares-2x2{--bc-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='1.5' aria-hidden='true' data-slot='icon' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 6A2.25 2.25 0 0 1 6 3.75h2.25A2.25 2.25 0 0 1 10.5 6v2.25a2.25 2.25 0 0 1-2.25 2.25H6a2.25 2.25 0 0 1-2.25-2.25zm0 9.75A2.25 2.25 0 0 1 6 13.5h2.25a2.25 2.25 0 0 1 2.25 2.25V18a2.25 2.25 0 0 1-2.25 2.25H6A2.25 2.25 0 0 1 3.75 18zM13.5 6a2.25 2.25 0 0 1 2.25-2.25H18A2.25 2.25 0 0 1 20.25 6v2.25A2.25 2.25 0 0 1 18 10.5h-2.25a2.25 2.25 0 0 1-2.25-2.25zm0 9.75a2.25 2.25 0 0 1 2.25-2.25H18a2.25 2.25 0 0 1 2.25 2.25V18A2.25 2.25 0 0 1 18 20.25h-2.25A2.25 2.25 0 0 1 13.5 18z'/%3E%3C/svg%3E")}.bc-root .bc-icon--user-group{--bc-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='1.5' aria-hidden='true' data-slot='icon' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M18 18.72a9.1 9.1 0 0 0 3.741-.479 3 3 0 0 0-4.682-2.72m.94 3.198.001.031q0 .338-.037.666A11.94 11.94 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6 6 0 0 1 6 18.719m12 0a5.97 5.97 0 0 0-.941-3.197m0 0A6 6 0 0 0 12 12.75a6 6 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72 9 9 0 0 0 3.74.477m.94-3.197a5.97 5.97 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0m6 3a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0m-13.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0'/%3E%3C/svg%3E")}.bc-root .bc-icon--banknotes{--bc-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='1.5' aria-hidden='true' data-slot='icon' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 18.75a60 60 0 0 1 15.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 0 1 3 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 0 0-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 0 1-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 0 0 3 15h-.75M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0m3 0h.008v.008H18zm-12 0h.008v.008H6z'/%3E%3C/svg%3E")}.bc-root .bc-icon--chat-bubble-left-right{--bc-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='1.5' aria-hidden='true' data-slot='icon' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193q-.51.041-1.02.072v3.091l-3-3a50 50 0 0 1-4.02-.163 2.1 2.1 0 0 1-.825-.242m9.345-8.334a2 2 0 0 0-.476-.095 48.6 48.6 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.5 48.5 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235q.865.113 1.74.194V21l4.155-4.155'/%3E%3C/svg%3E")}.bc-root .bc-icon--map{--bc-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='1.5' aria-hidden='true' data-slot='icon' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 6.75V15m6-6v8.25m.503 3.498 4.875-2.437c.381-.19.622-.58.622-1.006V4.82c0-.836-.88-1.38-1.628-1.006l-3.869 1.934a1.12 1.12 0 0 1-1.006 0L9.503 3.252a1.13 1.13 0 0 0-1.006 0L3.622 5.689A1.13 1.13 0 0 0 3 6.695V19.18c0 .836.88 1.38 1.628 1.006l3.869-1.934a1.12 1.12 0 0 1 1.006 0l4.994 2.497c.317.158.69.158 1.006 0Z'/%3E%3C/svg%3E")}.bc-root .bc-icon--rocket-launch{--bc-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='1.5' aria-hidden='true' data-slot='icon' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.59 14.37a6 6 0 0 1-5.84 7.38v-4.8m5.84-2.58a14.98 14.98 0 0 0 6.16-12.12A14.98 14.98 0 0 0 9.631 8.41m5.96 5.96a14.9 14.9 0 0 1-5.841 2.58m-.119-8.54a6 6 0 0 0-7.381 5.84h4.8m2.581-5.84a14.9 14.9 0 0 0-2.58 5.84m2.699 2.7-.311.06a15 15 0 0 1-2.448-2.448l.06-.312m-2.24 2.39a4.49 4.49 0 0 0-1.757 4.306 4.49 4.49 0 0 0 4.306-1.758M16.5 9a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0'/%3E%3C/svg%3E")}.bc-root .bc-icon--puzzle-piece{--bc-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='1.5' aria-hidden='true' data-slot='icon' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M14.25 6.087c0-.355.186-.676.401-.959.221-.29.349-.634.349-1.003 0-1.036-1.007-1.875-2.25-1.875s-2.25.84-2.25 1.875c0 .369.128.713.349 1.003.215.283.401.604.401.959a.64.64 0 0 1-.657.643 48 48 0 0 1-4.163-.3 48 48 0 0 1 .315 4.907.656.656 0 0 1-.658.663c-.355 0-.676-.186-.959-.401a1.65 1.65 0 0 0-1.003-.349c-1.036 0-1.875 1.007-1.875 2.25s.84 2.25 1.875 2.25c.369 0 .713-.128 1.003-.349.283-.215.604-.401.959-.401.31 0 .555.26.532.57a48 48 0 0 1-.642 5.056q2.278.286 4.616.354a.64.64 0 0 0 .657-.643c0-.355-.186-.676-.401-.959a1.65 1.65 0 0 1-.349-1.003c0-1.035 1.008-1.875 2.25-1.875 1.243 0 2.25.84 2.25 1.875 0 .369-.128.713-.349 1.003-.215.283-.4.604-.4.959 0 .333.277.599.61.58a48 48 0 0 0 5.427-.63 48 48 0 0 0 .582-4.717.53.53 0 0 0-.533-.57c-.355 0-.676.186-.959.401-.29.221-.634.349-1.003.349-1.035 0-1.875-1.007-1.875-2.25s.84-2.25 1.875-2.25c.37 0 .713.128 1.003.349.283.215.604.401.96.401a.656.656 0 0 0 .658-.663 48 48 0 0 0-.37-5.36 48 48 0 0 1-5.766.689.58.58 0 0 1-.61-.58Z'/%3E%3C/svg%3E")}.bc-root .bc-icon--light-bulb{--bc-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='1.5' aria-hidden='true' data-slot='icon' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 18v-5.25m0 0a6 6 0 0 0 1.5-.189m-1.5.189a6 6 0 0 1-1.5-.189m3.75 7.478a12.1 12.1 0 0 1-4.5 0m3.75 2.383a14.4 14.4 0 0 1-3 0M14.25 18v-.192c0-.983.658-1.823 1.508-2.316a7.5 7.5 0 1 0-7.517 0c.85.493 1.509 1.333 1.509 2.316V18'/%3E%3C/svg%3E")}.bc-root .bc-icon--arrow-trending-up{--bc-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='1.5' aria-hidden='true' data-slot='icon' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 18 9 11.25l4.306 4.306a11.95 11.95 0 0 1 5.814-5.518l2.74-1.22m0 0-5.94-2.281m5.94 2.28-2.28 5.941'/%3E%3C/svg%3E")}.bc-root .bc-ribbon{background:var(--spectrum);display:block;height:10px;width:100%}.bc-root .bc-ribbon--card{height:4px}.bc-root .bc-ribbon--mark{height:3px;width:40px}.bc-root .bc-stat__number{background:var(--spectrum);-webkit-background-clip:text;background-clip:text;font-family:var(--font-display);font-size:clamp(44px,5vw,68px);font-weight:800;letter-spacing:-.03em;line-height:1;-webkit-text-fill-color:transparent;color:transparent}.bc-root .bc-stat__caption{color:var(--bc-slate-600);font-family:var(--font-display);font-size:13px;font-weight:600;letter-spacing:.16em;margin-top:14px;text-transform:uppercase}.bc-root .bc-visually-hidden{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);border:0;white-space:nowrap}@media (max-width:860px){.bc-root .bc-split{grid-template-columns:1fr}.bc-root .bc-hero-media{order:-1}.bc-root .bc-actions--end{justify-content:flex-start}}@media (max-width:560px){.bc-root .bc-divider{flex-wrap:wrap;gap:6px 12px}.bc-root .bc-divider__rule{flex-basis:100%}.bc-root .bc-btn{width:100%}.bc-root .bc-card{padding:24px 20px}}@media (prefers-reduced-motion:reduce){.bc-root *,.bc-root :after,.bc-root :before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.bc-home .bc-btn-primary:hover{background:var(--bc-navy-700)!important}.bc-home .bc-btn-secondary:hover{background:var(--bc-white)!important;border-color:var(--bc-navy)!important}.bc-home .bc-card-lift:hover{box-shadow:var(--shadow-2)!important;transform:translateY(-3px)!important}.bc-home .bc-card-product:hover{border-color:var(--bc-gray-300)!important;box-shadow:var(--shadow-1)!important}.bc-home .bc-card-path:hover{box-shadow:var(--shadow-2)!important}@keyframes bc-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}