.Navbar-module__nuAbfa__navbar{z-index:100;-webkit-backdrop-filter:blur(12px);background:#fff;max-width:100vw;transition:transform .3s;position:fixed;top:0;left:0;right:0;overflow-x:hidden}.Navbar-module__nuAbfa__navbarHidden{transform:translateY(-100%)}.Navbar-module__nuAbfa__navbarExpanded{background:#fff;border-radius:0 0 24px 24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Navbar-module__nuAbfa__navContainer{min-height:var(--navbar-height);justify-content:space-between;align-items:center;width:100%;max-width:1440px;margin:0 auto;padding:0 1rem;display:flex}@media (max-width:767px){.Navbar-module__nuAbfa__navContainer{max-width:100%;padding:0 1.75rem}}@media (min-width:1024px){.Navbar-module__nuAbfa__navContainer{padding:0 2rem}}.Navbar-module__nuAbfa__navLeft{align-items:center;gap:3.5rem;display:flex}.Navbar-module__nuAbfa__logo{color:var(--foreground);letter-spacing:-.02em;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-family:inherit;font-size:1.125rem;text-decoration:none;display:flex}.Navbar-module__nuAbfa__logoIcon{object-fit:contain;margin-top:3px}.Navbar-module__nuAbfa__logoMain{font-weight:600}.Navbar-module__nuAbfa__logoSub{color:var(--foreground);font-weight:400}.Navbar-module__nuAbfa__navLinks{align-items:center;gap:.25rem;list-style:none;display:none}.Navbar-module__nuAbfa__navLinks li{align-items:center;display:flex}@media (min-width:768px){.Navbar-module__nuAbfa__navLinks{display:flex}}.Navbar-module__nuAbfa__navLink{color:var(--neutral-600);transition:color var(--transition-fast),background var(--transition-fast);background:0 0;border-radius:9999px;padding:.35rem 1rem;font-size:14px;font-weight:500;text-decoration:none}.Navbar-module__nuAbfa__navLink:hover{color:var(--foreground);background:#f2f7f1}.Navbar-module__nuAbfa__navRight{align-items:center;display:flex}.Navbar-module__nuAbfa__contactLink{color:var(--foreground);background:0 0;align-items:center;padding:.25rem 0;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex;position:relative}.Navbar-module__nuAbfa__contactLink:after{content:"";background-color:var(--foreground);transform-origin:100% 100%;width:100%;height:1px;transition:transform .25s ease-out;position:absolute;bottom:0;left:0;transform:scaleX(0)}.Navbar-module__nuAbfa__contactLink:hover:after{transform-origin:0 100%;transform:scaleX(1)}.Navbar-module__nuAbfa__navLinkDropdown{cursor:pointer;border:none;align-items:center;gap:.25rem;font-family:inherit;display:flex}.Navbar-module__nuAbfa__navLinkActive{color:var(--foreground);background:#f2f7f1}.Navbar-module__nuAbfa__chevron{transform-origin:50%;will-change:transform;flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1);display:block}.Navbar-module__nuAbfa__navLinkActive .Navbar-module__nuAbfa__chevron{transform:rotate(-180deg)}.Navbar-module__nuAbfa__dropdownPanel{opacity:0;max-height:0;overflow:hidden}@media (max-width:767px){.Navbar-module__nuAbfa__dropdownPanel{display:none}}.Navbar-module__nuAbfa__dropdownPanelOpen{opacity:1;max-height:500px}.Navbar-module__nuAbfa__dropdownContainer{max-width:1440px;margin:0 auto;padding:2rem .75rem}@media (min-width:1024px){.Navbar-module__nuAbfa__dropdownContainer{padding:2rem}}.Navbar-module__nuAbfa__dropdownContent{display:none}.Navbar-module__nuAbfa__dropdownContentActive{animation:.3s forwards Navbar-module__nuAbfa__fadeIn;display:block}@keyframes Navbar-module__nuAbfa__fadeIn{0%{opacity:0}to{opacity:1}}.Navbar-module__nuAbfa__dropdownInner{flex-wrap:wrap;gap:8rem;display:flex}.Navbar-module__nuAbfa__dropdownSection{flex-shrink:1;width:320px;max-width:100%}.Navbar-module__nuAbfa__dropdownTitle{color:#121317;margin:0 0 .5rem;font-size:24px;font-weight:400;line-height:26px}.Navbar-module__nuAbfa__dropdownContentActive .Navbar-module__nuAbfa__dropdownTitle{animation:.4s both Navbar-module__nuAbfa__slideUp}.Navbar-module__nuAbfa__dropdownDescription{color:#45474d;margin:0 0 1.25rem;font-size:15px;font-weight:370;line-height:21px}.Navbar-module__nuAbfa__dropdownContentActive .Navbar-module__nuAbfa__dropdownDescription{animation:.4s 50ms both Navbar-module__nuAbfa__slideUp}.Navbar-module__nuAbfa__dropdownCta{color:#121317;background:var(--background);border:1px solid var(--neutral-200);transition:background var(--transition-fast),border-color var(--transition-fast);border-radius:9999px;padding:.5rem 1rem;font-size:15px;font-weight:600;line-height:21px;text-decoration:none;display:inline-block}.Navbar-module__nuAbfa__dropdownContentActive .Navbar-module__nuAbfa__dropdownCta{animation:.4s .1s both Navbar-module__nuAbfa__slideUp}.Navbar-module__nuAbfa__dropdownCta:hover{background:var(--neutral-100);border-color:var(--neutral-300)}.Navbar-module__nuAbfa__dropdownLinks{flex-direction:column;gap:0;display:flex}.Navbar-module__nuAbfa__dropdownLink{color:#121317;transition:background var(--transition-fast);border-radius:8px;align-items:center;gap:.25rem;padding:.25rem 0;font-size:18px;font-weight:400;line-height:25px;text-decoration:none;display:flex}.Navbar-module__nuAbfa__dropdownLink:first-child{padding-top:0}.Navbar-module__nuAbfa__dropdownContentActive .Navbar-module__nuAbfa__dropdownLink:first-child{animation:.45s 40ms both Navbar-module__nuAbfa__slideUp}.Navbar-module__nuAbfa__dropdownContentActive .Navbar-module__nuAbfa__dropdownLink:nth-child(2){animation:.45s 80ms both Navbar-module__nuAbfa__slideUp}.Navbar-module__nuAbfa__dropdownContentActive .Navbar-module__nuAbfa__dropdownLink:nth-child(3){animation:.45s .12s both Navbar-module__nuAbfa__slideUp}.Navbar-module__nuAbfa__dropdownContentActive .Navbar-module__nuAbfa__dropdownLink:nth-child(4){animation:.45s .16s both Navbar-module__nuAbfa__slideUp}.Navbar-module__nuAbfa__dropdownContentActive .Navbar-module__nuAbfa__dropdownLink:nth-child(5){animation:.45s .2s both Navbar-module__nuAbfa__slideUp}.Navbar-module__nuAbfa__dropdownContentActive .Navbar-module__nuAbfa__dropdownLink:nth-child(6){animation:.45s .24s both Navbar-module__nuAbfa__slideUp}.Navbar-module__nuAbfa__dropdownLinkText{align-items:center;gap:.5rem;display:flex}.Navbar-module__nuAbfa__dropdownLinkTextNoIcon{align-items:center;padding-left:40px;display:flex}.Navbar-module__nuAbfa__dropdownArrow{color:var(--foreground);flex-shrink:0;align-self:center;transition:transform .2s;display:block}.Navbar-module__nuAbfa__dropdownLink:hover .Navbar-module__nuAbfa__dropdownArrow{transform:translate(10px)}@keyframes Navbar-module__nuAbfa__slideUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__nuAbfa__overlay{top:var(--navbar-height);opacity:0;visibility:hidden;z-index:99;pointer-events:none;background:#0000004d;transition:none;position:fixed;bottom:0;left:0;right:0}.Navbar-module__nuAbfa__overlayVisible{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s 50ms,visibility 0s linear 50ms}.Navbar-module__nuAbfa__mobileMenuButton{cursor:pointer;width:32px;height:32px;color:var(--foreground);z-index:101;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .2s,color .2s;display:flex}.Navbar-module__nuAbfa__mobileMenuButtonOpen{background:var(--foreground);color:var(--background)}.Navbar-module__nuAbfa__mobileMenuButton:hover{background:var(--neutral-100)}.Navbar-module__nuAbfa__mobileMenuButtonOpen:hover{background:#2f3034}@media (min-width:768px){.Navbar-module__nuAbfa__mobileMenuButton{display:none}}@media (max-width:767px){.Navbar-module__nuAbfa__navRight{display:none}}.Navbar-module__nuAbfa__mobileMenu{top:var(--navbar-height);background:var(--background);z-index:98;opacity:0;visibility:hidden;-webkit-overflow-scrolling:touch;transition:opacity .3s,visibility .3s,transform .3s;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(-10px)}.Navbar-module__nuAbfa__mobileMenuOpen{opacity:1;visibility:visible;transform:translateY(0)}@media (min-width:768px){.Navbar-module__nuAbfa__mobileMenu{display:none}}.Navbar-module__nuAbfa__mobileMenuNav{flex-direction:column;padding:1rem 1.5rem;display:flex}.Navbar-module__nuAbfa__mobileMenuItem{border-bottom:1px solid var(--neutral-200);opacity:0;transform:translateY(10px)}.Navbar-module__nuAbfa__mobileMenuOpen .Navbar-module__nuAbfa__mobileMenuItem{animation:.4s forwards Navbar-module__nuAbfa__mobileItemSlideIn}@keyframes Navbar-module__nuAbfa__mobileItemSlideIn{to{opacity:1;transform:translateY(0)}}.Navbar-module__nuAbfa__mobileMenuItem:last-child{border-bottom:none}.Navbar-module__nuAbfa__mobileMenuLink{width:100%;color:var(--foreground);cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:flex-start;align-items:center;gap:.5rem;padding:1.25rem 0;font-family:inherit;font-size:1.5rem;font-weight:400;text-decoration:none;display:flex}.Navbar-module__nuAbfa__mobileMenuLink .Navbar-module__nuAbfa__chevron{width:24px;height:24px;transition:transform .2s}.Navbar-module__nuAbfa__mobileMenuLinkActive .Navbar-module__nuAbfa__chevron{transform:rotate(-180deg)}.Navbar-module__nuAbfa__mobileSubmenu{display:none;overflow:hidden}.Navbar-module__nuAbfa__mobileSubmenuOpen{display:block}.Navbar-module__nuAbfa__mobileSubmenuContent{flex-direction:column;padding-bottom:1rem;display:flex}.Navbar-module__nuAbfa__mobileSubmenuLink{color:var(--foreground);padding:.75rem 0 .75rem 1rem;font-size:1.125rem;font-weight:400;text-decoration:none}.Navbar-module__nuAbfa__mobileSubmenuLink:hover{opacity:.7}.Navbar-module__nuAbfa__mobileContactLink{width:fit-content;color:var(--foreground);-webkit-tap-highlight-color:transparent;background:0 0;border:none;margin-top:1rem;padding:.5rem 0;font-size:1.5rem;font-weight:400;text-decoration:none;display:inline-block;position:relative}.Navbar-module__nuAbfa__mobileContactLink:after{content:"";background-color:var(--foreground);transform-origin:100% 100%;width:100%;height:1px;transition:transform .25s ease-out;position:absolute;bottom:0;left:0;transform:scaleX(0)}.Navbar-module__nuAbfa__mobileContactLink:hover:after{transform-origin:0 100%;transform:scaleX(1)}:root{--navbar-height:56px;--foreground:#1a1a1a;--background:#fcfcfc;--neutral-100:#f5f5f5;--neutral-200:#e5e5e5;--neutral-300:#d4d4d4;--neutral-400:#a3a3a3;--neutral-600:#525252;--transition-fast:.15s ease}
.Footer-module__EZoWya__footer{background:#fcfcfc;width:100%;margin-top:4rem;padding:1.25rem 0 2.5rem}@media (max-width:767px){.Footer-module__EZoWya__footer{margin-top:2rem;padding:2rem 0 3rem}}.Footer-module__EZoWya__container{justify-content:flex-start;align-items:center;gap:18rem;max-width:1440px;margin:0 auto;padding:0 2rem;display:flex}@media (max-width:767px){.Footer-module__EZoWya__container{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:0 1.75rem}}.Footer-module__EZoWya__logo{align-items:center;display:flex}.Footer-module__EZoWya__logoMain{color:#5f6368;letter-spacing:-.02em;font-size:22px;font-weight:500}@media (max-width:767px){.Footer-module__EZoWya__logoMain{color:#121317;font-size:1.25rem;font-weight:600}}.Footer-module__EZoWya__nav{align-items:center;gap:2rem;display:flex}@media (max-width:767px){.Footer-module__EZoWya__nav{flex-direction:column;align-items:flex-start;gap:.75rem}}.Footer-module__EZoWya__link{color:#5f6368;font-size:15px;font-weight:400;text-decoration:none}@media (max-width:767px){.Footer-module__EZoWya__link{font-size:.9375rem}}.Footer-module__EZoWya__link:hover{text-decoration:underline}
.UseCaseHeader-module__6-1F8G__section{width:100%;padding:2rem 0 4rem}.UseCaseHeader-module__6-1F8G__container{justify-content:space-between;align-items:flex-start;gap:2rem;max-width:1440px;margin:0 auto;padding:0 1rem;display:flex}@media (min-width:1024px){.UseCaseHeader-module__6-1F8G__container{padding:0 2rem}}.UseCaseHeader-module__6-1F8G__title{letter-spacing:-.03em;color:#111;text-transform:capitalize;margin:0;font-size:54px;font-weight:400;line-height:56px}.UseCaseHeader-module__6-1F8G__description{color:#45474d;text-align:left;max-width:320px;margin:100px 0 0;font-size:18px;font-weight:370;line-height:25px}@media (max-width:768px){.UseCaseHeader-module__6-1F8G__section{padding:0 0 3rem}.UseCaseHeader-module__6-1F8G__container{flex-direction:column;align-items:flex-start;gap:1.5rem}.UseCaseHeader-module__6-1F8G__title{font-size:clamp(2rem,8vw,3rem)}.UseCaseHeader-module__6-1F8G__description{text-align:left;max-width:100%;margin-top:0}}@media (max-width:767px){.UseCaseHeader-module__6-1F8G__container{padding:0 1.75rem}.UseCaseHeader-module__6-1F8G__description{font-size:1rem}}
.page-module__ByvEAa__main{max-width:800px;min-height:100vh;margin:0 auto;padding:10rem 2rem 6rem;font-family:system-ui,-apple-system,sans-serif}.page-module__ByvEAa__pageTitle{color:#111;margin-bottom:.5rem;font-size:2.5rem;font-weight:500}.page-module__ByvEAa__pageSubtitle{color:#666;margin-bottom:4rem;font-size:1.1rem;line-height:1.6}.page-module__ByvEAa__section{margin-bottom:2rem}.page-module__ByvEAa__sectionTitle{color:#111;margin-bottom:1.5rem;font-size:1.5rem;font-weight:500}.page-module__ByvEAa__heading{color:#111;margin:1.5rem 0 .75rem;font-size:1.1rem;font-weight:500}.page-module__ByvEAa__divider{border:none;border-top:1px solid #eee;margin:3rem 0}.page-module__ByvEAa__section p{color:#444;margin-bottom:.75rem;font-size:.95rem;line-height:1.7}.page-module__ByvEAa__list{color:#444;margin:.5rem 0 1rem;padding-left:1.5rem;font-size:.95rem;line-height:1.9;list-style:outside}.page-module__ByvEAa__orderedList{color:#444;margin:.5rem 0 1rem;padding-left:1.5rem;font-size:.95rem;line-height:1.9;list-style:decimal}.page-module__ByvEAa__table{border-collapse:collapse;width:100%;margin:1rem 0 1.5rem;font-size:.9rem}.page-module__ByvEAa__table th{text-align:left;color:#333;border-bottom:2px solid #ddd;padding:.75rem .5rem;font-weight:500}.page-module__ByvEAa__table td{color:#444;border-bottom:1px solid #eee;padding:.75rem .5rem}.page-module__ByvEAa__table tr:last-child td{border-bottom:none}.page-module__ByvEAa__link{color:#111;text-underline-offset:2px;text-decoration:underline}.page-module__ByvEAa__link:hover{color:#555}.page-module__ByvEAa__colorGreen{color:#22c55e;font-size:1.2em}.page-module__ByvEAa__colorYellow{color:#eab308;font-size:1.2em}.page-module__ByvEAa__colorRed{color:#ef4444;font-size:1.2em}.page-module__ByvEAa__note{color:#555;background:#f9f9f9;border-left:3px solid #ddd;margin:1rem 0;padding:.75rem 1rem;font-size:.9rem}.page-module__ByvEAa__lastUpdated{color:#888;margin-top:1rem;font-size:.85rem}@media (max-width:768px){.page-module__ByvEAa__main{padding:8rem 1.5rem 4rem}.page-module__ByvEAa__pageTitle{font-size:2rem}.page-module__ByvEAa__pageSubtitle{margin-bottom:3rem}.page-module__ByvEAa__table{font-size:.8rem}.page-module__ByvEAa__table th,.page-module__ByvEAa__table td{padding:.5rem .25rem}}
.page-module__mPtjGW__main{max-width:800px;min-height:100vh;margin:0 auto;padding:10rem 2rem 6rem;font-family:system-ui,-apple-system,sans-serif}.page-module__mPtjGW__pageTitle{color:#111;margin-bottom:.5rem;font-size:2.5rem;font-weight:500}.page-module__mPtjGW__pageSubtitle{color:#666;margin-bottom:4rem;font-size:1.1rem;line-height:1.6}.page-module__mPtjGW__section{margin-bottom:2.5rem}.page-module__mPtjGW__sectionTitle{color:#111;margin-bottom:1rem;font-size:1.5rem;font-weight:500}.page-module__mPtjGW__sectionDate{color:#666;margin-bottom:3rem;font-size:.9rem}.page-module__mPtjGW__heading{color:#111;margin:1.5rem 0 .75rem;font-size:1.1rem;font-weight:500}.page-module__mPtjGW__subHeading{color:#333;margin:1.25rem 0 .5rem;font-size:1rem;font-weight:500}.page-module__mPtjGW__text{color:#444;margin-bottom:1rem;font-size:.95rem;line-height:1.7}.page-module__mPtjGW__list{color:#444;margin:.5rem 0 1rem;padding-left:1.5rem;font-size:.95rem;line-height:1.8;list-style:outside}.page-module__mPtjGW__introList{margin:1rem 0;padding:0;list-style:none}.page-module__mPtjGW__introList li{color:#555;border-left:2px solid #ddd;margin-bottom:.5rem;padding-left:1rem;font-size:.95rem;line-height:1.6}.page-module__mPtjGW__link{color:#111;text-underline-offset:2px;text-decoration:underline}.page-module__mPtjGW__link:hover{color:#555}.page-module__mPtjGW__divider{border:none;border-top:1px solid #eee;margin:3rem 0}@media (max-width:768px){.page-module__mPtjGW__main{padding:8rem 1.5rem 4rem}.page-module__mPtjGW__pageTitle{font-size:2rem}}
.page-module__dJTewq__main{max-width:800px;min-height:100vh;margin:0 auto;padding:10rem 2rem 6rem;font-family:system-ui,-apple-system,sans-serif}.page-module__dJTewq__pageTitle{color:#111;margin-bottom:.5rem;font-size:2.5rem;font-weight:500}.page-module__dJTewq__pageSubtitle{color:#666;margin-bottom:4rem;font-size:1.1rem;line-height:1.6}.page-module__dJTewq__serviceSection{margin-bottom:4rem}.page-module__dJTewq__serviceName{color:#111;margin-bottom:.25rem;font-size:1.5rem;font-weight:500}.page-module__dJTewq__serviceType{color:#888;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:.875rem}.page-module__dJTewq__serviceDescription{color:#444;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.page-module__dJTewq__includesNote{color:#666;margin-bottom:1rem;font-size:.9rem}.page-module__dJTewq__featureList{color:#333;margin:0 0 2rem;padding:0;line-height:2.2;list-style:none}.page-module__dJTewq__divider{border:none;border-top:1px solid #eee;margin:3rem 0}.page-module__dJTewq__ctaButton{color:#fff;cursor:pointer;background:#000;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:15px;font-weight:500;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex}.page-module__dJTewq__ctaButton:hover{background:#222}.page-module__dJTewq__legalSpacer{border-top:2px solid #111;height:6rem;margin-top:4rem}.page-module__dJTewq__legalTitle{color:#111;margin-bottom:.5rem;font-size:2rem;font-weight:500}.page-module__dJTewq__legalDate{color:#888;margin-bottom:3rem;font-size:.875rem}.page-module__dJTewq__legalSection{margin-bottom:2.5rem}.page-module__dJTewq__legalHeading{color:#111;margin-bottom:1rem;font-size:1.1rem;font-weight:500}.page-module__dJTewq__legalSubheading{color:#333;margin:1.5rem 0 .75rem;font-size:.95rem;font-weight:500}.page-module__dJTewq__legalSection p{color:#444;margin-bottom:.75rem;font-size:.95rem;line-height:1.7}.page-module__dJTewq__legalList{color:#444;margin:.5rem 0 1rem;padding-left:1.5rem;font-size:.95rem;line-height:1.8;list-style:outside}.page-module__dJTewq__legalImportant{color:#111;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.page-module__dJTewq__legalLink{color:#111;text-underline-offset:2px;text-decoration:underline}.page-module__dJTewq__legalLink:hover{color:#555}.page-module__dJTewq__contactInfo{margin-top:.5rem}@media (max-width:768px){.page-module__dJTewq__main{padding:8rem 1.5rem 4rem}.page-module__dJTewq__pageTitle{font-size:2rem}.page-module__dJTewq__pageSubtitle{margin-bottom:3rem}.page-module__dJTewq__legalTitle{font-size:1.75rem}.page-module__dJTewq__legalSpacer{height:4rem;margin-top:3rem}}
.Hero-module__Z8hQ_W__hero{width:100%;max-width:100vw;min-height:90vh;padding:calc(var(--navbar-height) + 8rem)var(--section-padding-x)2rem;background:var(--background);isolation:isolate;justify-content:center;align-items:flex-start;display:flex;position:relative;overflow:hidden}@media (max-width:767px){.Hero-module__Z8hQ_W__hero{min-height:calc(100vh - var(--navbar-height));min-height:calc(100svh - var(--navbar-height));align-items:center;padding:3rem 1.5rem 2rem}}@media (min-width:1024px){.Hero-module__Z8hQ_W__hero{padding-left:var(--section-padding-x-lg);padding-right:var(--section-padding-x-lg)}}.Hero-module__Z8hQ_W__content{z-index:1;text-align:center;pointer-events:none;flex-direction:column;align-items:center;gap:2rem;max-width:800px;display:flex;position:relative}@media (max-width:767px){.Hero-module__Z8hQ_W__content{gap:1.5rem;max-width:100%}}.Hero-module__Z8hQ_W__companyLogo{letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:1.375rem;display:flex}@media (max-width:767px){.Hero-module__Z8hQ_W__companyLogo{gap:.5rem;font-size:1.25rem}}.Hero-module__Z8hQ_W__logoIcon{object-fit:contain;margin-top:4px}@media (max-width:767px){.Hero-module__Z8hQ_W__logoIcon{margin-top:3px}}.Hero-module__Z8hQ_W__logoMain{color:var(--foreground);font-weight:600}.Hero-module__Z8hQ_W__logoSub{color:var(--foreground);font-weight:400}.Hero-module__Z8hQ_W__headline{flex-direction:column;align-items:center;gap:.25rem;max-width:800px;display:flex}@media (max-width:767px){.Hero-module__Z8hQ_W__headline{gap:.5rem}}.Hero-module__Z8hQ_W__headlinePrimary{letter-spacing:-.03em;color:#121317;font-size:68px;font-weight:600;line-height:76px}@media (max-width:767px){.Hero-module__Z8hQ_W__headlinePrimary{font-size:clamp(2.5rem,12vw,4rem);line-height:1.1}}.Hero-module__Z8hQ_W__headlineSecondary{letter-spacing:-.02em;color:#34b27b;white-space:nowrap;font-size:48px;font-weight:500;line-height:54px}@media (max-width:767px){.Hero-module__Z8hQ_W__headlineSecondary{white-space:normal;font-size:clamp(1.5rem,6vw,2.25rem);line-height:1.4}}.Hero-module__Z8hQ_W__ctaButtons{pointer-events:auto;flex-direction:row;align-items:center;gap:1rem;margin-top:3rem;display:flex}@media (max-width:767px){.Hero-module__Z8hQ_W__ctaButtons{flex-direction:column;width:100%;margin-top:1.5rem}}.Hero-module__Z8hQ_W__ctaButton{color:#121317;transition:background var(--transition-base),border-color var(--transition-base);background:#72e3ad;border:1.5px solid #4fd192;border-radius:9999px;justify-content:center;align-items:center;padding:.625rem 2rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:inline-flex}@media (max-width:767px){.Hero-module__Z8hQ_W__ctaButton{width:100%;max-width:280px;padding:.75rem 2.5rem;font-size:1rem}}.Hero-module__Z8hQ_W__ctaButton:hover{background:#5dd99a}.Hero-module__Z8hQ_W__ctaButtonSecondary{color:#121317;background:#b7bfd91a;border:1px solid #efefef;border-radius:9999px;justify-content:center;align-items:center;padding:.625rem 2rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}@media (max-width:767px){.Hero-module__Z8hQ_W__ctaButtonSecondary{width:100%;max-width:280px;padding:.75rem 2.5rem;font-size:1rem}}.Hero-module__Z8hQ_W__ctaButtonSecondary:hover{background:#f5f5f5;border-color:#d4d4d4}
.ProductHero-module__4xVdrq__section{width:100%;max-width:1440px;padding:calc(var(--navbar-height,56px) + 4rem)2rem 3rem;text-align:center;background:#fcfcfc;flex-direction:column;align-items:center;margin:0 auto;display:flex}.ProductHero-module__4xVdrq__badge{color:#525252;letter-spacing:.05em;text-transform:uppercase;background:#0000000a;border:1px solid #00000014;border-radius:9999px;margin-bottom:1.25rem;padding:.3rem .8rem;font-size:11px;font-weight:500;display:inline-block}.ProductHero-module__4xVdrq__title{color:#1a1a1a;letter-spacing:-.03em;max-width:700px;margin:0 0 1rem;font-size:clamp(32px,5vw,48px);font-weight:500;line-height:1.1}.ProductHero-module__4xVdrq__description{color:#6b7280;max-width:500px;margin:0;font-size:16px;font-weight:400;line-height:1.5}@media (max-width:767px){.ProductHero-module__4xVdrq__section{padding:calc(var(--navbar-height,56px) + 2.5rem)1.5rem 2rem}.ProductHero-module__4xVdrq__badge{margin-bottom:1rem;font-size:10px}.ProductHero-module__4xVdrq__description{font-size:15px}}
.UseCaseScenarios-module__w0UPjq__stickyWrapper{height:250vh;margin-top:-8rem;position:relative}.UseCaseScenarios-module__w0UPjq__stickyContainer{contain:layout style paint;align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.UseCaseScenarios-module__w0UPjq__fadeLeft,.UseCaseScenarios-module__w0UPjq__fadeRight{z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.UseCaseScenarios-module__w0UPjq__fadeLeft{background:linear-gradient(90deg,#fff 0%,#0000 100%);left:0}.UseCaseScenarios-module__w0UPjq__fadeRight{background:linear-gradient(270deg,#fff 0%,#0000 100%);right:0}.UseCaseScenarios-module__w0UPjq__scrollContainer{will-change:scroll-position;width:100%;overflow:hidden}.UseCaseScenarios-module__w0UPjq__scenariosTrack{will-change:transform;gap:6rem;width:max-content;padding:1rem 0;display:flex}.UseCaseScenarios-module__w0UPjq__spacer{flex-shrink:0;width:2rem}@media (min-width:1024px){.UseCaseScenarios-module__w0UPjq__spacer{width:calc(50vw - 600px + 2rem)}}.UseCaseScenarios-module__w0UPjq__scenarioItem{flex-shrink:0;min-width:350px;max-width:520px}.UseCaseScenarios-module__w0UPjq__quote{color:#121317;letter-spacing:-.02em;margin:0;font-size:28px;font-weight:300;line-height:1.45}.UseCaseScenarios-module__w0UPjq__quoteOpen,.UseCaseScenarios-module__w0UPjq__quoteClose{color:#45474d;font-size:36px;font-weight:200;line-height:1}.UseCaseScenarios-module__w0UPjq__quoteOpen{margin-right:4px}.UseCaseScenarios-module__w0UPjq__quoteClose{margin-left:4px}@media (max-width:900px){.UseCaseScenarios-module__w0UPjq__stickyWrapper{height:200vh}.UseCaseScenarios-module__w0UPjq__fadeLeft,.UseCaseScenarios-module__w0UPjq__fadeRight{width:80px}.UseCaseScenarios-module__w0UPjq__scenariosTrack{gap:5rem}.UseCaseScenarios-module__w0UPjq__scenarioItem{min-width:300px;max-width:420px}.UseCaseScenarios-module__w0UPjq__quote{font-size:24px}.UseCaseScenarios-module__w0UPjq__quoteOpen,.UseCaseScenarios-module__w0UPjq__quoteClose{font-size:30px}}@media (max-width:767px){.UseCaseScenarios-module__w0UPjq__stickyWrapper{height:180vh}.UseCaseScenarios-module__w0UPjq__fadeLeft,.UseCaseScenarios-module__w0UPjq__fadeRight{width:50px}.UseCaseScenarios-module__w0UPjq__scenariosTrack{gap:3.5rem}.UseCaseScenarios-module__w0UPjq__spacer{width:1.5rem}.UseCaseScenarios-module__w0UPjq__scenarioItem{min-width:280px;max-width:320px}.UseCaseScenarios-module__w0UPjq__quote{font-size:20px;line-height:1.5}.UseCaseScenarios-module__w0UPjq__quoteOpen,.UseCaseScenarios-module__w0UPjq__quoteClose{font-size:26px}}
.post-module__ZAXO3W__main{padding-top:calc(var(--navbar-height,64px) + 4rem);background:#fcfcfc;min-height:100vh}.post-module__ZAXO3W__article{max-width:1440px;margin:0 auto;padding:0 .75rem 6rem}@media (min-width:1024px){.post-module__ZAXO3W__article{padding:0 2rem 6rem}}.post-module__ZAXO3W__header{text-align:center;max-width:900px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;padding:0 1rem}.post-module__ZAXO3W__meta{justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.post-module__ZAXO3W__category{color:#121317;font-size:15px;font-weight:400;line-height:21px}.post-module__ZAXO3W__date{color:#45474d;font-size:15px;font-weight:400;line-height:21px}.post-module__ZAXO3W__title{color:#121317;letter-spacing:-.02em;margin:0 0 1rem;font-size:42px;font-weight:400;line-height:44px}@media (max-width:768px){.post-module__ZAXO3W__title{font-size:32px;line-height:36px}}.post-module__ZAXO3W__author{color:#45474d;margin:0;font-size:18px;font-weight:370;line-height:25px}.post-module__ZAXO3W__heroImageWrapper{aspect-ratio:2;background:#f5f5f5;border-radius:16px;width:100%;margin-bottom:2.5rem;position:relative;overflow:hidden}.post-module__ZAXO3W__heroImage{object-fit:cover}.post-module__ZAXO3W__content{color:#2d2d2d;max-width:680px;margin:0 auto;padding:0 1rem;font-size:16px;line-height:1.5}.post-module__ZAXO3W__content h1{color:#121317;letter-spacing:-.01em;margin:2rem 0 .5rem;font-size:26px;font-weight:600}.post-module__ZAXO3W__content h2{color:#121317;margin:1.5rem 0 .4rem;font-size:22px;font-weight:600}.post-module__ZAXO3W__content h3{color:#121317;margin:1.25rem 0 .35rem;font-size:18px;font-weight:600}.post-module__ZAXO3W__content p{margin:0 0 .75rem}.post-module__ZAXO3W__content strong{color:#121317;font-weight:600}.post-module__ZAXO3W__content em{font-style:italic}.post-module__ZAXO3W__content blockquote{color:#45474d;background:#f8f9fa;border-left:3px solid #121317;border-radius:0 6px 6px 0;margin:.75rem 0;padding:.5rem 1rem;font-style:italic}.post-module__ZAXO3W__content ul,.post-module__ZAXO3W__content ol{margin:.5rem 0;padding-left:1.25rem}.post-module__ZAXO3W__content li{margin-bottom:.25rem}.post-module__ZAXO3W__content a{color:#1a73e8;text-decoration:none}.post-module__ZAXO3W__content a:hover{text-decoration:underline}
.blog-module__3rPSzG__main{padding-top:calc(var(--navbar-height,64px) + 4rem);background:#fcfcfc;min-height:100vh}.blog-module__3rPSzG__container{max-width:1440px;margin:0 auto;padding:0 .75rem 6rem}@media (min-width:1024px){.blog-module__3rPSzG__container{padding:0 2rem 6rem}}.blog-module__3rPSzG__featuredCard{border-radius:16px;max-width:95%;margin:0 0 3rem;padding:1rem;text-decoration:none;transition:background-color .2s;display:block}.blog-module__3rPSzG__featuredCard:hover{background-color:#f3f3f3}.blog-module__3rPSzG__featuredArticle{flex-direction:column;gap:1.25rem;display:flex}@media (min-width:768px){.blog-module__3rPSzG__featuredArticle{flex-direction:row;gap:2.5rem}}.blog-module__3rPSzG__featuredImageWrapper{aspect-ratio:16/10;background:#1a1a1a;border-radius:12px;flex-shrink:0;width:100%;position:relative;overflow:hidden}@media (min-width:768px){.blog-module__3rPSzG__featuredImageWrapper{width:45%}}.blog-module__3rPSzG__featuredImage{object-fit:cover}.blog-module__3rPSzG__featuredContent{flex-direction:column;justify-content:flex-start;max-width:480px;padding:3rem 0 .25rem;display:flex}.blog-module__3rPSzG__featuredDate{color:#707070;margin-bottom:.35rem;font-size:14px;font-weight:500;line-height:20px;display:block}.blog-module__3rPSzG__featuredTitle{color:#171717;margin:0 0 .5rem;font-size:30px;font-weight:600;line-height:36px}.blog-module__3rPSzG__featuredExcerpt{color:#525252;margin:0;font-size:18px;font-weight:400;line-height:28px}.blog-module__3rPSzG__filterContainer{border-top:1px solid #ebebeb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-left:-2rem;margin-right:-2rem;padding:3rem 2rem;display:flex}@media (max-width:1023px){.blog-module__3rPSzG__filterContainer{margin-left:-.75rem;margin-right:-.75rem;padding-left:.75rem;padding-right:.75rem}}.blog-module__3rPSzG__filterButtons{gap:.5rem;display:flex}.blog-module__3rPSzG__filterButton{color:#707070;cursor:pointer;background:0 0;border:1px solid #e5e5e5;border-radius:9999px;padding:.5rem 1.25rem;font-size:14px;font-weight:500;transition:all .15s}.blog-module__3rPSzG__filterButton:hover{color:#171717;border-color:#d0d0d0}.blog-module__3rPSzG__filterButtonActive{color:#171717;background:#f3f3f3;border-color:#d0d0d0}.blog-module__3rPSzG__searchContainer{align-items:center;display:flex;position:relative}.blog-module__3rPSzG__searchIcon{color:#a0a0a0;pointer-events:none;align-items:center;display:flex;position:absolute;left:.875rem}.blog-module__3rPSzG__searchInput{color:#171717;background:#f3f3f3;border:1px solid silver;border-radius:8px;width:200px;padding:.5rem 1rem .5rem 2.5rem;font-size:14px;transition:all .15s}.blog-module__3rPSzG__searchInput::placeholder{color:#707070}.blog-module__3rPSzG__searchInput:focus{border-color:#a0a0a0;outline:none}.blog-module__3rPSzG__searchAndViewContainer{align-items:center;gap:.5rem;display:flex}.blog-module__3rPSzG__viewToggleButton{color:#707070;cursor:pointer;background:0 0;border:1px solid silver;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.blog-module__3rPSzG__viewToggleButton:hover{color:#171717;border-color:#a0a0a0}.blog-module__3rPSzG__viewToggleActive{color:#171717;background:#f3f3f3;border-color:#a0a0a0}.blog-module__3rPSzG__noResults{text-align:center;color:#707070;grid-column:1/-1;padding:3rem 0;font-size:16px}.blog-module__3rPSzG__postsList{flex-direction:column;display:flex}.blog-module__3rPSzG__listItem{border-bottom:1px solid #ebebeb;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;padding:1.25rem 0;text-decoration:none;transition:all .15s;display:grid}@media (max-width:767px){.blog-module__3rPSzG__listItem{flex-direction:column;align-items:flex-start;gap:.25rem;padding:1rem 0;display:flex}}.blog-module__3rPSzG__listItem:first-child{border-top:1px solid #ebebeb}.blog-module__3rPSzG__listItem:hover .blog-module__3rPSzG__listTitle{text-decoration:underline}.blog-module__3rPSzG__listItem:hover .blog-module__3rPSzG__listDate{color:#171717}.blog-module__3rPSzG__listTitle{color:#171717;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:500;overflow:hidden}@media (max-width:767px){.blog-module__3rPSzG__listTitle{white-space:normal;text-overflow:unset;font-size:1rem;font-weight:600;line-height:1.4;overflow:visible}}.blog-module__3rPSzG__listCategory{color:#333;text-transform:uppercase;letter-spacing:.05em;background:#fcfcfc;border:1px solid silver;border-radius:9999px;margin-left:30rem;padding:.15rem .4rem;font-size:10px;font-weight:600}@media (max-width:767px){.blog-module__3rPSzG__listCategory{display:none}}.blog-module__3rPSzG__listDate{color:#a0a0a0;white-space:nowrap;text-align:right;font-size:14px;font-weight:400;transition:color .15s}@media (max-width:767px){.blog-module__3rPSzG__listDate{text-align:left;color:#64d8a3;font-size:.8125rem}}.blog-module__3rPSzG__postsGrid{grid-template-columns:repeat(1,1fr);gap:3rem;display:grid}@media (min-width:768px){.blog-module__3rPSzG__postsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.blog-module__3rPSzG__postsGrid{grid-template-columns:repeat(3,1fr)}}.blog-module__3rPSzG__postCard{border-radius:16px;margin:-1rem;padding:1rem;text-decoration:none;transition:background-color .2s;display:block}.blog-module__3rPSzG__postCard:hover{background-color:#f3f3f3}.blog-module__3rPSzG__imageWrapper{aspect-ratio:16/10;background:#1a1a1a;border-radius:12px;width:100%;margin-bottom:1rem;position:relative;overflow:hidden}.blog-module__3rPSzG__postImage{object-fit:cover;transition:transform .3s}.blog-module__3rPSzG__postContent{padding:0 .25rem}.blog-module__3rPSzG__postDate{color:#707070;margin-bottom:.35rem;font-size:14px;font-weight:500;line-height:20px;display:block}.blog-module__3rPSzG__postTitle{color:#171717;margin:0 0 .35rem;font-size:20px;font-weight:600;line-height:28px}.blog-module__3rPSzG__postExcerpt{color:#525252;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:16px;font-weight:400;line-height:24px;display:-webkit-box;overflow:hidden}
.page-module__j6Q3dW__main{min-height:100vh;padding-top:calc(var(--navbar-height) + 3rem);background:var(--background);contain:layout style;padding-bottom:4rem}.page-module__j6Q3dW__container{width:100%;max-width:1600px;margin:0 auto;padding:0 1rem}@media (max-width:767px){.page-module__j6Q3dW__container{padding:0 1.25rem}}@media (min-width:1024px){.page-module__j6Q3dW__container{padding:0 3rem}}.page-module__j6Q3dW__tabNav{border-bottom:1px solid var(--neutral-200);justify-content:center;gap:.5rem;margin-bottom:5rem;padding-bottom:0;display:flex}.page-module__j6Q3dW__tabButton{color:var(--neutral-500);cursor:pointer;background:0 0;border:none;margin-bottom:-1px;padding:.75rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:500;transition:color .2s;position:relative}.page-module__j6Q3dW__tabButton:after{content:"";background:0 0;height:2px;transition:background .2s;position:absolute;bottom:0;left:0;right:0}.page-module__j6Q3dW__tabButton:hover{color:var(--neutral-700)}.page-module__j6Q3dW__tabButtonActive{color:var(--foreground)}.page-module__j6Q3dW__tabButtonActive:after{background:var(--foreground)}.page-module__j6Q3dW__section{opacity:0;contain:content;will-change:opacity;display:none}.page-module__j6Q3dW__sectionActive{opacity:1;animation:.25s cubic-bezier(.4,0,.2,1) forwards page-module__j6Q3dW__fadeIn;display:block}@keyframes page-module__j6Q3dW__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translate(0,0)}}.page-module__j6Q3dW__sectionContent{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:768px){.page-module__j6Q3dW__sectionContent{grid-template-columns:280px 1fr;gap:6rem}}@media (min-width:1024px){.page-module__j6Q3dW__sectionContent{grid-template-columns:450px 1fr;gap:10rem}}.page-module__j6Q3dW__headerSide{align-self:start}@media (min-width:768px){.page-module__j6Q3dW__headerSide{top:calc(var(--navbar-height) + 2rem);position:sticky}}.page-module__j6Q3dW__title{letter-spacing:-.03em;color:var(--foreground);font-size:clamp(3rem,8vw,5rem);font-weight:400;line-height:1.05;font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0 0 3.5rem}.page-module__j6Q3dW__description{flex-direction:column;gap:1rem;display:flex}.page-module__j6Q3dW__subtitle,.page-module__j6Q3dW__bodyText{color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:20px;font-weight:350;line-height:26px}.page-module__j6Q3dW__bodyText strong{color:var(--foreground);font-weight:350}.page-module__j6Q3dW__bodyTextSmall{color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:20px;font-weight:350;line-height:26px}.page-module__j6Q3dW__formSide{contain:layout style;z-index:1;background:var(--background);position:relative}@media (max-width:767px){.page-module__j6Q3dW__formSide{background:var(--background);margin-top:-1rem;padding-top:1.5rem}}.page-module__j6Q3dW__form{flex-direction:column;gap:2.5rem;display:flex}.page-module__j6Q3dW__formGrid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:640px){.page-module__j6Q3dW__formGrid{grid-template-columns:1fr 1fr;gap:3rem}}.page-module__j6Q3dW__inputGroup{flex-direction:column;gap:.5rem;display:flex}.page-module__j6Q3dW__label{color:#605d62;letter-spacing:.01em;font-size:.875rem;font-weight:400}.page-module__j6Q3dW__required{color:var(--neutral-400);margin-left:.125rem}.page-module__j6Q3dW__input,.page-module__j6Q3dW__textarea{width:100%;color:var(--foreground);border:none;border-bottom:1px solid var(--neutral-200);appearance:none;background:0 0;border-radius:0;outline:none;padding:.75rem 0;font-family:inherit;font-size:1rem;font-weight:400;transition:border-color .2s}.page-module__j6Q3dW__input::placeholder,.page-module__j6Q3dW__textarea::placeholder{color:#605d62}.page-module__j6Q3dW__input:focus,.page-module__j6Q3dW__textarea:focus{border-bottom-color:var(--foreground);outline:none}.page-module__j6Q3dW__textarea{resize:none;min-height:100px;line-height:1.5;overflow:hidden}.page-module__j6Q3dW__formFooter{border-top:1px solid var(--neutral-100);flex-direction:column;gap:1.5rem;margin-top:.5rem;padding-top:1.5rem;display:flex}@media (min-width:640px){.page-module__j6Q3dW__formFooter{flex-direction:row;justify-content:space-between;align-items:center}}.page-module__j6Q3dW__checkboxLabel{color:var(--neutral-600);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.625rem;font-size:.875rem;font-weight:400;display:inline-flex}.page-module__j6Q3dW__checkbox{border:1px solid var(--neutral-300);cursor:pointer;width:1rem;height:1rem;accent-color:var(--foreground);border-radius:.25rem}.page-module__j6Q3dW__checkbox:checked{background:var(--foreground);border-color:var(--foreground)}.page-module__j6Q3dW__submitButton{color:#121317;cursor:pointer;white-space:nowrap;background:#e8f5e9;border:1px solid #c8e6c9;border-radius:9999px;justify-content:center;align-items:center;padding:.5rem 1.5rem;font-family:inherit;font-size:17px;font-weight:600;line-height:24px;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.page-module__j6Q3dW__submitButton:hover{background:#d4edda;border-color:#a5d6a7}.page-module__j6Q3dW__submitButton:active{transform:scale(.98)}@media (prefers-reduced-motion:reduce){.page-module__j6Q3dW__sectionActive{animation:none}.page-module__j6Q3dW__input,.page-module__j6Q3dW__textarea,.page-module__j6Q3dW__tabButton,.page-module__j6Q3dW__submitButton{transition:none}}.page-module__j6Q3dW__main{-webkit-overflow-scrolling:touch}.page-module__j6Q3dW__title,.page-module__j6Q3dW__subtitle,.page-module__j6Q3dW__bodyText,.page-module__j6Q3dW__bodyTextSmall,.page-module__j6Q3dW__label,.page-module__j6Q3dW__input,.page-module__j6Q3dW__textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page-module__j6Q3dW__input,.page-module__j6Q3dW__textarea{-webkit-tap-highlight-color:transparent}.page-module__j6Q3dW__input:focus-visible,.page-module__j6Q3dW__textarea:focus-visible{border-bottom-color:var(--foreground);outline:none}.page-module__j6Q3dW__tabButton:focus-visible,.page-module__j6Q3dW__submitButton:focus-visible,.page-module__j6Q3dW__checkbox:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}.page-module__j6Q3dW__submitButton:disabled{opacity:.6;cursor:not-allowed}.page-module__j6Q3dW__successMessage{color:#065f46;text-align:center;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;margin-top:1rem;padding:1rem;font-size:.9375rem;font-weight:500}.page-module__j6Q3dW__errorMessage{color:#991b1b;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-top:1rem;padding:1rem;font-size:.9375rem;font-weight:500}
.NeuralNoiseBackground-module__rTfbgq__neuroCanvas{pointer-events:none;opacity:.9;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:radial-gradient(90% 80% at 50% 45%,#000 0% 40%,#00000080 60%,#0000 85%);mask-image:radial-gradient(90% 80% at 50% 45%,#000 0% 40%,#00000080 60%,#0000 85%)}
.PreFooter-module__3NfBeW__section{background:var(--background);width:100%;padding:6rem 0 0;overflow:hidden}@media (max-width:767px){.PreFooter-module__3NfBeW__section{padding:1rem 0 0}}.PreFooter-module__3NfBeW__container{max-width:1440px;margin:0 auto;padding:0 .75rem}@media (min-width:1024px){.PreFooter-module__3NfBeW__container{padding:0 2rem}}@media (max-width:767px){.PreFooter-module__3NfBeW__container{padding:0 1.75rem}}.PreFooter-module__3NfBeW__topRow{flex-direction:column;gap:3rem;margin-bottom:4rem;display:flex}@media (min-width:768px){.PreFooter-module__3NfBeW__topRow{flex-direction:row;justify-content:flex-start;align-items:flex-start}}@media (max-width:767px){.PreFooter-module__3NfBeW__topRow{flex-direction:column;gap:2rem;margin-bottom:2rem;display:flex}}.PreFooter-module__3NfBeW__tagline{flex:0 0 50%}.PreFooter-module__3NfBeW__taglineText{color:#121317;letter-spacing:-.01em;margin:0;font-size:26px;font-weight:450;line-height:1.3}@media (min-width:768px){.PreFooter-module__3NfBeW__taglineText{font-size:32px}}@media (max-width:767px){.PreFooter-module__3NfBeW__taglineText{white-space:nowrap;font-size:1.375rem}}.PreFooter-module__3NfBeW__navColumns{gap:4rem;display:flex}@media (min-width:768px){.PreFooter-module__3NfBeW__navColumns{gap:14rem}}@media (max-width:767px){.PreFooter-module__3NfBeW__navColumns{flex-direction:row;gap:5rem;display:flex}}.PreFooter-module__3NfBeW__navColumn{flex-direction:column;gap:1rem;display:flex}@media (max-width:767px){.PreFooter-module__3NfBeW__navColumn{gap:.75rem}}.PreFooter-module__3NfBeW__navTitle{color:#121317;margin:0;font-size:18px;font-weight:500;line-height:25px}@media (max-width:767px){.PreFooter-module__3NfBeW__navTitle{font-size:1rem;font-weight:600}}.PreFooter-module__3NfBeW__navList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}@media (max-width:767px){.PreFooter-module__3NfBeW__navList{gap:.5rem;margin-top:.5rem}}.PreFooter-module__3NfBeW__navLink{color:#121317;font-size:15px;font-weight:500;line-height:21px;text-decoration:none;transition:-webkit-text-decoration .15s,text-decoration .15s}@media (max-width:767px){.PreFooter-module__3NfBeW__navLink{color:#121317;font-size:.9375rem;font-weight:400}}.PreFooter-module__3NfBeW__navLink:hover{text-decoration:underline}.PreFooter-module__3NfBeW__brandRow{background:var(--background);width:100%;height:clamp(140px,24vw,320px);padding-bottom:2rem;position:relative;overflow:hidden}@media (max-width:767px){.PreFooter-module__3NfBeW__brandRow{height:120px;padding-bottom:1rem}}.PreFooter-module__3NfBeW__textMask{z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}@media (max-width:767px){.PreFooter-module__3NfBeW__textMask{justify-content:center}}.PreFooter-module__3NfBeW__brandText{color:#121317;letter-spacing:-.03em;white-space:nowrap;text-align:center;font-size:clamp(120px,22vw,280px);font-weight:600;line-height:1;display:block}@media (max-width:767px){.PreFooter-module__3NfBeW__brandText{text-align:center;font-size:5rem}}.PreFooter-module__3NfBeW__noiseLayer{z-index:2;mix-blend-mode:lighten;pointer-events:none;position:absolute;inset:0}
.ProductBentoGrid-module__YckA2q__section{background:#fcfcfc;width:100%;max-width:1440px;margin:0 auto;padding:0 2rem 3rem}@media (max-width:767px){.ProductBentoGrid-module__YckA2q__section{padding:0 1rem 2rem}}.ProductBentoGrid-module__YckA2q__grid{column-count:3;column-gap:1rem}@media (max-width:1024px){.ProductBentoGrid-module__YckA2q__grid{column-count:2;column-gap:.75rem}}@media (max-width:640px){.ProductBentoGrid-module__YckA2q__grid{column-count:1}}.ProductBentoGrid-module__YckA2q__cardLink{color:inherit;text-decoration:none;display:block}.ProductBentoGrid-module__YckA2q__card{cursor:pointer;break-inside:avoid;background:#fcfcfc;border-radius:0;flex-direction:column;margin-bottom:1rem;display:flex;overflow:hidden}.ProductBentoGrid-module__YckA2q__imageWrapper{background:#f5f5f5;width:100%;position:relative;overflow:hidden}.ProductBentoGrid-module__YckA2q__imageWrapper:after{content:"";pointer-events:none;background:0 0;transition:background .3s;position:absolute;inset:0}.ProductBentoGrid-module__YckA2q__card:hover .ProductBentoGrid-module__YckA2q__imageWrapper:after{background:#00000008}.ProductBentoGrid-module__YckA2q__image{border:1px solid #00000014;width:100%;height:auto;display:block}.ProductBentoGrid-module__YckA2q__content{padding:.5rem 0}.ProductBentoGrid-module__YckA2q__title{color:#1a1a1a;letter-spacing:-.01em;margin:0 0 .25rem;font-size:15px;font-weight:500}.ProductBentoGrid-module__YckA2q__description{color:#6b7280;text-transform:uppercase;letter-spacing:.02em;margin:0;font-size:13px;font-weight:400;line-height:1.4}@media (max-width:1024px){.ProductBentoGrid-module__YckA2q__title{font-size:14px}.ProductBentoGrid-module__YckA2q__description{font-size:12px}}@media (max-width:640px){.ProductBentoGrid-module__YckA2q__content{padding:.4rem 0}.ProductBentoGrid-module__YckA2q__title{font-size:14px}.ProductBentoGrid-module__YckA2q__description{font-size:11px}}.ProductBentoGrid-module__YckA2q__modalOverlay{z-index:1000;background:#0009;justify-content:center;align-items:stretch;padding:0;animation:.2s ProductBentoGrid-module__YckA2q__fadeIn;display:flex;position:fixed;inset:0}@keyframes ProductBentoGrid-module__YckA2q__fadeIn{0%{opacity:0}to{opacity:1}}.ProductBentoGrid-module__YckA2q__modalPanel{background:#fcfcfc;flex-direction:row;width:100%;height:100%;animation:.3s ProductBentoGrid-module__YckA2q__slideIn;display:flex;position:relative;overflow:hidden}@keyframes ProductBentoGrid-module__YckA2q__slideIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.ProductBentoGrid-module__YckA2q__modalImageContainer{background:#f2f7f1;flex:0 0 70%;justify-content:stretch;align-items:stretch;padding:.5rem;display:flex;position:relative;overflow:hidden}.ProductBentoGrid-module__YckA2q__modalImageInner{background:0 0;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.ProductBentoGrid-module__YckA2q__modalImage{object-fit:contain;border-radius:8px;width:100%;height:100%;box-shadow:0 8px 32px #0000001a}.ProductBentoGrid-module__YckA2q__modalInfo{background:#fcfcfc;flex-direction:column;flex:0 0 30%;padding:2rem;display:flex;position:relative;overflow-y:auto}.ProductBentoGrid-module__YckA2q__closeButton{color:#1a1a1a;cursor:pointer;z-index:10;background:#f0f0f0;border:1px solid #00000026;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.ProductBentoGrid-module__YckA2q__closeButton:hover{background:#e5e5e5;border-color:#0003}.ProductBentoGrid-module__YckA2q__modalHeader{flex-direction:column;gap:.5rem;margin-top:3rem;margin-bottom:1rem;display:flex}.ProductBentoGrid-module__YckA2q__modalTitle{color:#1a1a1a;letter-spacing:-.02em;margin:0;font-size:24px;font-weight:600;line-height:1.3}.ProductBentoGrid-module__YckA2q__modalDate{color:#9ca3af;font-size:13px;font-weight:400}.ProductBentoGrid-module__YckA2q__modalBadge{color:#4b5563;text-transform:uppercase;letter-spacing:.03em;background:#f2f7f1;border-radius:100px;width:fit-content;margin-bottom:1rem;padding:.25rem .75rem;font-size:11px;font-weight:500;display:inline-block}.ProductBentoGrid-module__YckA2q__modalDivider{background:#00000014;height:1px;margin-bottom:1rem}.ProductBentoGrid-module__YckA2q__modalDescription{color:#6b7280;margin:0;font-size:15px;font-weight:400;line-height:1.7}@media (max-width:768px){.ProductBentoGrid-module__YckA2q__modalPanel{flex-direction:column}.ProductBentoGrid-module__YckA2q__modalImageContainer{flex:none;max-height:50vh;padding:1rem}.ProductBentoGrid-module__YckA2q__modalImage{border-radius:8px;max-height:45vh}.ProductBentoGrid-module__YckA2q__modalInfo{flex:auto;padding:1.5rem}.ProductBentoGrid-module__YckA2q__closeButton{color:#1a1a1a;background:#f0f0f0;border:1px solid #00000026;position:absolute;top:1rem;right:1rem}.ProductBentoGrid-module__YckA2q__closeButton:hover{background:#e5e5e5}.ProductBentoGrid-module__YckA2q__modalHeader{margin-top:0}.ProductBentoGrid-module__YckA2q__modalTitle{font-size:20px}.ProductBentoGrid-module__YckA2q__modalDescription{font-size:14px}}
.UseCaseToolsList-module__EY15hq__section{width:100%;padding:4rem 0;overflow:hidden}.UseCaseToolsList-module__EY15hq__container{max-width:100%;margin:0 auto}.UseCaseToolsList-module__EY15hq__toolItem{contain:layout style;border-bottom:1px solid #00000014;grid-template-columns:220px 1fr 340px;align-items:flex-start;gap:4rem;max-width:1440px;margin:0 auto;padding:1rem 2rem;transition:padding .3s cubic-bezier(.4,0,.2,1);display:grid;position:relative}.UseCaseToolsList-module__EY15hq__toolItem:after{content:"";background:#00000014;width:100vw;height:1px;position:absolute;bottom:-1px;left:50%;transform:translate(-50%)}.UseCaseToolsList-module__EY15hq__toolItem:first-child:before{content:"";background:#00000014;width:100vw;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.UseCaseToolsList-module__EY15hq__toolItem:hover{padding-top:2rem;padding-bottom:5rem}.UseCaseToolsList-module__EY15hq__toolItem::marker{content:""}.UseCaseToolsList-module__EY15hq__toolItemBg{z-index:-1;pointer-events:none;will-change:background-color;background-color:#0000;width:100vw;height:100%;transition:background-color .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:50%;transform:translate(-50%)}.UseCaseToolsList-module__EY15hq__toolItem:hover .UseCaseToolsList-module__EY15hq__toolItemBg{background-color:#f2f7f1}.UseCaseToolsList-module__EY15hq__nameColumn{flex-direction:column;display:flex}.UseCaseToolsList-module__EY15hq__header{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.UseCaseToolsList-module__EY15hq__toolName{color:#121317;letter-spacing:-.01em;font-size:22px;font-weight:500;line-height:28px}.UseCaseToolsList-module__EY15hq__badge{color:#4b5563;text-transform:uppercase;letter-spacing:.03em;background:#f2f7f1;border-radius:100px;padding:.15rem .6rem;font-size:10px;font-weight:500;display:inline-block;transform:translateY(1px)}.UseCaseToolsList-module__EY15hq__date{color:#9ca3af;font-size:12px;font-weight:400;display:block}.UseCaseToolsList-module__EY15hq__toolDescription{color:#45474d;max-width:400px;margin:0;font-size:15px;font-weight:370;line-height:22px}.UseCaseToolsList-module__EY15hq__toolImageWrapper{background:#e8e8e8;border-radius:0;justify-content:center;align-items:center;width:320px;height:200px;display:flex;position:relative;overflow:hidden}.UseCaseToolsList-module__EY15hq__toolImageWrapper:before{content:"";z-index:2;will-change:transform;background:#fcfcfc;transition:transform .35s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;transform:translateY(-100%)}.UseCaseToolsList-module__EY15hq__toolItem:not(:hover) .UseCaseToolsList-module__EY15hq__toolImageWrapper:before{transform:translateY(0%)}.UseCaseToolsList-module__EY15hq__toolItem:hover .UseCaseToolsList-module__EY15hq__toolImageWrapper:before{transform:translateY(100%)}.UseCaseToolsList-module__EY15hq__toolImage{object-fit:cover;border-radius:0;width:100%;height:100%}@media (max-width:900px){.UseCaseToolsList-module__EY15hq__toolItem{grid-template-columns:160px 1fr 160px;gap:1.5rem;padding:1.25rem 1.5rem}.UseCaseToolsList-module__EY15hq__toolItem:hover{padding-top:1.75rem;padding-bottom:1.75rem}.UseCaseToolsList-module__EY15hq__toolName{font-size:16px}.UseCaseToolsList-module__EY15hq__toolDescription{font-size:15px}.UseCaseToolsList-module__EY15hq__toolImageWrapper{width:160px;height:105px}}@media (max-width:767px){.UseCaseToolsList-module__EY15hq__toolItem{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem 1.75rem;display:flex}.UseCaseToolsList-module__EY15hq__toolItem:hover{padding-top:1.5rem;padding-bottom:1.5rem}.UseCaseToolsList-module__EY15hq__toolItem:hover .UseCaseToolsList-module__EY15hq__toolItemBg{background-color:#0000}.UseCaseToolsList-module__EY15hq__nameColumn{order:1;width:100%}.UseCaseToolsList-module__EY15hq__toolName{font-size:18px;font-weight:500}.UseCaseToolsList-module__EY15hq__toolImageWrapper{aspect-ratio:16/10;order:2;width:100%;height:auto;display:flex}.UseCaseToolsList-module__EY15hq__toolImageWrapper:before{display:none}.UseCaseToolsList-module__EY15hq__toolImage{width:100%;height:100%}.UseCaseToolsList-module__EY15hq__toolDescription{order:3;max-width:100%;font-size:15px;line-height:23px}}
