@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Montserrat:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#f9fafb;--color-surface:#f8fafc;--color-border:#e2e8f0;--color-border-card:#f1f5f9;--color-primary:#f8b32d;--color-primary-hover:#e0a020;--color-secondary:#5175b8;--color-secondary-hover:#3d5fa0;--color-text:#1a1a1c;--color-text-muted:#1a1a1c99;--color-white:#fff;--color-accent-purple:#b44ec8;--font-sans:"Montserrat", system-ui, -apple-system, sans-serif;--font-inter:"Inter", system-ui, -apple-system, sans-serif;--radius:12px;--transition:.25s ease;--max-width:1340px}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;outline:none;font-family:inherit}.container{max-width:var(--max-width);margin:0 auto}.btn{border-radius:var(--radius);transition:all var(--transition);align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--color-secondary);color:var(--color-white);border:none}.btn-primary:hover{background:var(--color-secondary-hover);transform:translateY(-2px);box-shadow:0 8px 30px #5175b859}.btn-outline{color:var(--color-text);border:1.5px solid var(--color-border);background:0 0}.btn-outline:hover{border-color:var(--color-secondary);color:var(--color-secondary)}@media (width>=1921px){:root{--max-width:clamp(1340px, 72vw, 1800px)}}@media (width>=2440px){:root{--max-width:clamp(1800px, 76vw, 2200px);--radius:16px}.btn{padding:16px 32px;font-size:1.1rem}}@media (width>=3440px){:root{--max-width:clamp(2600px, 70vw, 2800px);--radius:20px}.btn{padding:20px 40px;font-size:1.25rem}}.font-inter{font-family:var(--font-inter)}.font-sans{font-family:var(--font-sans)}.navbar{z-index:120;pointer-events:none;position:fixed;top:0;left:0;right:0}.navbar__shell{pointer-events:auto;will-change:opacity, transform;background:#f2f4f6;border:.9px solid #e3e7ed;border-radius:999px;padding:7px 9px 7px 14px}.navbar__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;min-height:38px;display:grid}.navbar__logo{cursor:pointer;background:0 0;border:none;justify-self:start;padding:0;line-height:0}.navbar__logo img{width:172px;max-width:100%}.navbar__links{justify-self:center;align-items:center;gap:24px;margin:0;padding:0;list-style:none;display:inline-flex}.navbar__item{position:relative}.navbar__item--dropdown:after{content:"";height:14px;position:absolute;top:100%;left:-12px;right:-12px}.navbar__link,.navbar__trigger{color:var(--color-text-muted);font-size:13px;font-family:var(--font-sans);cursor:pointer;transition:color var(--transition), transform var(--transition);background:0 0;border:none;align-items:center;gap:4px;padding:0;line-height:1;display:inline-flex}.navbar__links svg{width:14px;height:14px;transition:transform var(--transition);flex-shrink:0}.navbar__links svg path{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.navbar__link:hover,.navbar__trigger:hover{color:#4a4a4f;transform:translateY(-1px)}.navbar__dropdown{opacity:0;pointer-events:none;min-width:280px;transition:opacity var(--transition), transform var(--transition);background:#fff;border:1px solid #dfe4eb;border-radius:18px;padding:10px;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(6px);box-shadow:0 20px 40px #1018281a}.navbar__dropdown ul{margin:0;padding:0;list-style:none}.navbar__dropdown-link{text-align:left;cursor:pointer;width:100%;font-family:var(--font-sans);transition:background-color var(--transition);background:0 0;border:none;border-radius:10px;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.navbar__dropdown-link span{color:var(--color-text);font-size:13px;font-weight:500;line-height:1.3}.navbar__dropdown-link small{color:var(--color-text-muted);font-size:11px;line-height:1.35}.navbar__dropdown-link:hover{background:#f4f5f8}.navbar__item--dropdown:hover .navbar__dropdown,.navbar__item--dropdown:focus-within .navbar__dropdown{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.navbar__item--dropdown:hover .navbar__trigger svg,.navbar__item--dropdown:focus-within .navbar__trigger svg{transform:rotate(180deg)}.navbar__end{justify-self:end;align-items:center;gap:10px;display:flex}.navbar__cta{border:.9px solid var(--color-secondary);background:var(--color-secondary);height:38px;color:var(--color-white);font-family:var(--font-sans);text-transform:lowercase;cursor:pointer;transition:background-color var(--transition), transform var(--transition);border-radius:999px;justify-content:center;align-items:center;padding:0 24px;font-size:12px;font-weight:600;line-height:1;display:inline-flex}.navbar__cta:hover{background:var(--color-secondary-hover);transform:translateY(-1px)}.navbar__hamburger{cursor:pointer;background:0 0;border:.9px solid #e3e7ed;border-radius:999px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:38px;height:38px;padding:0;display:none}.navbar__hamburger span{background:var(--color-text);transform-origin:50%;border-radius:2px;width:16px;height:1.5px;transition:transform .25s,opacity .2s;display:block}.navbar__hamburger--open span:first-child{transform:translateY(6.5px)rotate(45deg)}.navbar__hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__hamburger--open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.navbar__mobile{max-height:0;transition:max-height .32s;overflow:hidden}.navbar__mobile--open{max-height:640px}.navbar__mobile-list{margin:0;padding:12px 4px 4px;list-style:none}.navbar__mobile-item{border-bottom:1px solid #ebebeb}.navbar__mobile-item:last-child{border-bottom:none}.navbar__mobile-trigger{cursor:pointer;width:100%;font-family:var(--font-sans);color:var(--color-text);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:13px 8px;font-size:14px;font-weight:500;display:flex}.navbar__mobile-trigger svg{width:14px;height:14px;transition:transform var(--transition);flex-shrink:0}.navbar__mobile-trigger svg path{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.navbar__mobile-trigger--open svg{transform:rotate(180deg)}.navbar__mobile-sub{max-height:0;margin:0;padding:0;list-style:none;transition:max-height .25s;overflow:hidden}.navbar__mobile-sub--open{max-height:420px}.navbar__mobile-link{cursor:pointer;width:100%;font-family:var(--font-sans);color:var(--color-text-muted);text-align:left;transition:background-color var(--transition), color var(--transition);background:0 0;border:none;border-radius:8px;padding:10px 16px;font-size:13px;display:block}.navbar__mobile-link:hover{color:var(--color-text);background:#f4f5f8}.navbar__mobile-footer{border-top:1px solid #ebebeb;padding:12px 4px 8px}.navbar__mobile-cta{background:var(--color-secondary);width:100%;height:42px;color:var(--color-white);font-family:var(--font-sans);text-transform:lowercase;cursor:pointer;transition:background-color var(--transition);border:none;border-radius:999px;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.navbar__mobile-cta:hover{background:var(--color-secondary-hover)}@media (width<=1140px){.navbar__links{gap:14px}.navbar__link,.navbar__trigger{font-size:12px}.navbar__logo img{width:142px}.navbar__dropdown{min-width:240px}}@media (width>=2440px){.navbar__shell{max-width:2200px;margin:0 auto;padding:9px 12px 9px 18px}.navbar__inner{min-height:46px}.navbar__link,.navbar__trigger{font-size:15px}.navbar__logo img{width:200px}.navbar__cta{height:44px;padding:0 28px;font-size:14px}}@media (width>=3440px){.navbar__shell{max-width:2600px;padding:11px 16px 11px 22px}.navbar__inner{gap:28px;min-height:56px}.navbar__link,.navbar__trigger{font-size:17px}.navbar__logo img{width:240px}.navbar__cta{height:52px;padding:0 36px;font-size:16px}}@media (width<=920px){.navbar{top:0}.navbar__shell{border-left:none;border-right:none;border-radius:0;padding:9px 14px}.navbar--mobile-open .navbar__shell{border-radius:0 0 18px 18px}.navbar__inner{grid-template-columns:1fr auto}.navbar__links{display:none}.navbar__logo img{width:140px}.navbar__cta{display:none}.navbar__hamburger{display:flex}}.hero{--grid-size:90px;background-image:linear-gradient(#b4c3d780 1px,#0000 1px),linear-gradient(90deg,#b4c3d780 1px,#0000 1px);background-size:var(--grid-size) var(--grid-size);background-position:0 0;min-height:100vh;padding-top:80px;position:relative;overflow:hidden;-webkit-mask-image:radial-gradient(130% 120% at 50% -10%,#000 68%,#000000d1 79%,#00000073 88%,#0000 100%);mask-image:radial-gradient(130% 120% at 50% -10%,#000 68%,#000000d1 79%,#00000073 88%,#0000 100%)}.hero--product-detail{min-height:min(100vh,920px);padding-bottom:clamp(48px,8vw,96px)}.hero--product-detail:before{content:"";z-index:2;pointer-events:none;background:#f9fafb66;position:absolute;inset:0}.hero--product-detail .product-detail-hero__inner{z-index:3;position:relative}.gradient-bg{pointer-events:none;z-index:1;width:1000px;height:1000px;display:block;position:absolute;top:-400px;left:-450px}.vector{width:750px;height:750px;position:absolute;top:-100px;right:-300px}.hero__moving-star{z-index:1;pointer-events:none;will-change:transform, opacity;line-height:0;position:absolute}.hero__moving-star[data-dir=lr],.hero__moving-star[data-dir=rl]{left:0}.hero__moving-star[data-dir=tb],.hero__moving-star[data-dir=bt]{top:0}.hero__moving-star__img{transform-origin:50%;-webkit-user-select:none;user-select:none;width:auto;max-width:min(42vw,260px);height:28px;display:block}.hero__moving-star[data-dir=rl] .hero__moving-star__img{transform:scaleX(-1)}.hero__moving-star[data-dir=tb] .hero__moving-star__img{transform:rotate(90deg)}.hero__moving-star[data-dir=bt] .hero__moving-star__img{transform:rotate(-90deg)}.hero__content{z-index:2;text-align:center;flex-direction:column;align-items:center;padding-top:64px;display:flex;position:relative}.hero__heading{color:var(--color-text);font-family:Montserrat;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;font-style:Bold;letter-spacing:0%;text-align:center;vertical-align:middle;margin-bottom:20px;line-height:1.15}.hero__sub{max-width:750px;color:var(--color-text-muted);margin-bottom:32px;font-size:.9rem;line-height:1.72}.hero__visual{--hero-visual-scale:.88;width:100%;max-width:calc(880px * var(--hero-visual-scale));min-height:calc(480px * var(--hero-visual-scale));margin:0 auto;position:relative}.hero__logo-stage{z-index:3;perspective:900px;transform-style:preserve-3d;position:absolute;top:0;left:50%;transform:translate(-50%)}.hero__logo{--logo-tilt-x:0deg;--logo-tilt-y:0deg;--logo-lift:0px;--logo-shadow-depth:0;width:calc(290px * var(--hero-visual-scale));max-width:100%;transform-style:preserve-3d;transform-origin:50%;backface-visibility:hidden;transform:perspective(900px) rotateX(var(--logo-tilt-x)) rotateY(var(--logo-tilt-y)) translateZ(var(--logo-lift));filter:drop-shadow(0 calc(12px + var(--logo-shadow-depth) * .45px) calc(24px + var(--logo-shadow-depth) * .55px) rgba(81, 117, 184, calc(.36 + var(--logo-shadow-depth) * .004))) drop-shadow(0 calc(4px + var(--logo-shadow-depth) * .12px) calc(10px + var(--logo-shadow-depth) * .2px) rgba(248, 179, 45, calc(.08 + var(--logo-shadow-depth) * .002))) drop-shadow(0 4px 10px #1a1a1c1f);will-change:transform, filter;display:block}@media (prefers-reduced-motion:reduce){.hero__logo{filter:drop-shadow(0 12px 26px #5175b866);transform:perspective(900px)rotateX(0)rotateY(0)translateZ(0)}}.badge{z-index:4;filter:drop-shadow(0 8px 20px #0000001a);will-change:transform;height:auto;position:absolute}.badge--approval{width:calc(158px * var(--hero-visual-scale));top:8%;left:12%}.badge--annual-plan-limit{width:calc(210px * var(--hero-visual-scale));top:30%;left:0%}.badge--nphies{width:calc(150px * var(--hero-visual-scale));top:50%;left:12%}.badge--daman{width:calc(140px * var(--hero-visual-scale));top:0;right:0%}.badge--claims-processed{width:calc(210px * var(--hero-visual-scale));top:24%;right:5%}.badge--requests-status{width:calc(260px * var(--hero-visual-scale));top:50%;right:-2%}@media (width<=1024px){.hero{min-height:50vh}}@media (width<=768px){.hero__visual{height:calc(360px * var(--hero-visual-scale));min-height:unset}.hero__logo{width:calc(150px * var(--hero-visual-scale))}.badge--approval{width:calc(110px * var(--hero-visual-scale))}.badge--annual-plan-limit{width:calc(120px * var(--hero-visual-scale))}.badge--nphies{width:calc(100px * var(--hero-visual-scale))}.badge--daman{width:calc(90px * var(--hero-visual-scale))}.badge--claims-processed{width:calc(100px * var(--hero-visual-scale))}.badge--requests-status{width:calc(120px * var(--hero-visual-scale))}}@media (width<=600px){.hero__visual{height:calc(300px * var(--hero-visual-scale))}.hero__logo{width:calc(120px * var(--hero-visual-scale))}.badge--approval{width:calc(88px * var(--hero-visual-scale));top:6%;left:6%}.badge--annual-plan-limit{width:calc(100px * var(--hero-visual-scale));top:30%;left:10%}.badge--nphies{width:calc(84px * var(--hero-visual-scale));top:56%;left:2%}.badge--daman{width:calc(78px * var(--hero-visual-scale));top:8%;right:6%}.badge--claims-processed{width:calc(88px * var(--hero-visual-scale));top:28%;right:8%}.badge--requests-status{width:calc(100px * var(--hero-visual-scale));top:52%;right:2%}}@media (width<=400px){.hero__visual{height:calc(260px * var(--hero-visual-scale))}.hero__logo{width:calc(100px * var(--hero-visual-scale))}.badge--approval{width:calc(72px * var(--hero-visual-scale))}.badge--annual-plan-limit{width:calc(84px * var(--hero-visual-scale))}.badge--nphies{width:calc(72px * var(--hero-visual-scale))}.badge--daman{display:none}.badge--claims-processed{width:calc(76px * var(--hero-visual-scale))}.badge--requests-status{width:calc(86px * var(--hero-visual-scale))}}@media (width>=2440px){.hero{--grid-size:120px;background-image:linear-gradient(#b4c3d780 2px,#0000 2px),linear-gradient(90deg,#b4c3d780 2px,#0000 2px)}.hero__logo{width:calc(520px * var(--hero-visual-scale))}.badge--approval{width:calc(300px * var(--hero-visual-scale))}.badge--annual-plan-limit{width:calc(400px * var(--hero-visual-scale))}.badge--nphies{width:calc(280px * var(--hero-visual-scale))}.badge--daman{width:calc(250px * var(--hero-visual-scale))}.badge--claims-processed{width:calc(380px * var(--hero-visual-scale))}.badge--requests-status{width:calc(480px * var(--hero-visual-scale))}.hero__content{padding-top:80px}.hero__heading{margin-bottom:28px;font-size:clamp(5rem,4.5vw,6.5rem)}.hero__sub{max-width:900px;font-size:1.5rem}.hero__visual{max-width:calc(1500px * var(--hero-visual-scale));min-height:calc(920px * var(--hero-visual-scale))}}@media (width>=3440px){.hero{--grid-size:160px}.hero__content{padding-top:100px}.hero__heading{margin-bottom:36px;font-size:clamp(5.5rem,4vw,7rem)}.hero__sub{max-width:1100px;font-size:1.3rem}.hero__visual{max-width:calc(2000px * var(--hero-visual-scale));min-height:calc(1100px * var(--hero-visual-scale))}.hero__logo{width:calc(600px * var(--hero-visual-scale))}.badge--approval{width:calc(380px * var(--hero-visual-scale))}.badge--annual-plan-limit{width:calc(500px * var(--hero-visual-scale))}.badge--nphies{width:calc(350px * var(--hero-visual-scale))}.badge--daman{width:calc(310px * var(--hero-visual-scale))}.badge--claims-processed{width:calc(470px * var(--hero-visual-scale))}.badge--requests-status{width:calc(600px * var(--hero-visual-scale))}}.container{padding:1rem}.industries{padding:96px 0 0}.industries__header{grid-template-columns:1fr 1fr;align-items:start;gap:48px;margin-bottom:48px;display:grid}.industries__heading{letter-spacing:-.5px;color:var(--color-text);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:800;line-height:1.2}.industries__heading-accent{color:var(--color-primary)}.industries__description{color:var(--color-text-muted);padding-top:8px;font-size:.9rem;line-height:1.72}.industries__grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.industry-card{background:var(--color-white);border:1.5px solid var(--color-border);border-radius:var(--radius);flex-direction:column;gap:0;padding:24px;display:flex;position:relative}.industry-card__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.industry-card__title{z-index:1;flex-direction:column;flex:1;gap:6px;min-width:0;max-width:calc(100% - 48px);display:flex}.industry-card__sector{color:var(--color-secondary);letter-spacing:-.02em;margin:0;font-size:clamp(1.125rem,1.6vw,1.675rem);font-weight:700;line-height:1.2}.industry-card__icon{z-index:0;flex-shrink:0;position:absolute;top:16px;right:16px}.industry-card__subtitle{color:var(--color-text);letter-spacing:-.01em;margin:0;font-size:clamp(.9375rem,1.25vw,1.0625rem);font-weight:600;line-height:1.35}.industry-card__description{color:var(--color-text-muted);margin:0;font-size:.8rem;font-weight:400;line-height:1.65}@media (width<=1024px){.industries__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.industries{padding:64px 0}.industries__header{grid-template-columns:1fr;gap:20px}}@media (width<=480px){.industries__grid{grid-template-columns:1fr}}@media (width>=2440px){.container{max-width:1900px}.industries{padding:128px 0}.industries__header{gap:64px;margin-bottom:64px}.industries__heading{font-size:clamp(2.5rem,3.5vw,3.5rem)}.industries__description{font-size:1.2rem}.industries__grid{gap:28px}.industry-card{padding:32px}.industry-card__header{margin-bottom:18px}.industry-card__title{gap:8px}.industry-card__sector{font-size:clamp(1.375rem,1.6vw,1.625rem)}.industry-card__subtitle{font-size:clamp(1.0625rem,1.25vw,1.1875rem)}.industry-card__description{font-size:.95rem}}@media (width>=3440px){.industries{padding:160px 0}.industries__header{gap:80px;margin-bottom:80px}.industries__heading{font-size:clamp(3.5rem,3.5vw,5rem)}.industries__description{font-size:1.25rem}.industries__grid{gap:36px}.industry-card{padding:44px}.industry-card__header{margin-bottom:22px}.industry-card__title{gap:10px}.industry-card__sector{font-size:clamp(1.5rem,1.6vw,1.875rem)}.industry-card__subtitle{font-size:clamp(1.125rem,1.25vw,1.3125rem)}.industry-card__description{font-size:1.1rem}}.products-screenshots{position:relative}.ps-scroll-track{height:calc(var(--slide-count,1) * 100vh)}.ps-sticky-frame{align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.ps-card-wrap{width:100%;position:relative}.ps-card{--ps-bg-from:#ebf5fa;--ps-bg-to:#c8dff0;--ps-layout-gap:64px;contain:layout style;background-color:#fff;border-radius:24px;width:100%;height:600px;padding:56px 60px;position:relative;overflow:hidden}.ps-shape{pointer-events:none;z-index:0;position:absolute}.ps-shape--teal-blob{z-index:0;top:-300px;right:-150px}.ps-shape--teal-blob img{width:460px;height:auto;display:block}.ps-shape--star{will-change:transform;top:-15px;right:0}.ps-shape--star img{width:300px;height:auto;display:block}.ps-shape--yellow-blob{will-change:transform;z-index:2;top:50%;left:-130px;transform:translateY(-50%)}.ps-shape--yellow-blob img{width:182px;height:auto;display:block}.ps-layout{z-index:1;gap:var(--ps-layout-gap);grid-template-columns:7fr 6fr;align-items:start;display:grid;position:relative}.ps-top{z-index:1;min-height:150px;position:relative}.ps-slide-head{will-change:transform, opacity;width:100%;position:absolute;top:0;left:0}.ps-slide-head:first-child{position:relative}.ps-left{min-height:640px;position:relative}.ps-slide-text{will-change:transform, opacity;width:100%;position:absolute;top:0;left:0}.ps-slide-text:first-child{position:relative}.ps-heading{color:var(--color-text);letter-spacing:-.5px;white-space:pre-line;letter-spacing:0%;vertical-align:middle;margin-bottom:16px;font-size:clamp(1.5rem,3.2vw,2.75rem);line-height:50px}.ps-description{color:var(--color-text-muted);max-width:620px;margin-bottom:32px;font-size:.875rem;line-height:1.72}.ps-features{flex-direction:column;gap:20px;list-style:none;display:flex}.ps-feature{align-items:flex-start;gap:16px;display:flex}.ps-feature__icon{flex-shrink:0;margin-top:1px}.ps-feature__body{flex-direction:column;gap:3px;display:flex}.ps-feature__label{font-family:var(--font-inter);letter-spacing:0%;vertical-align:middle;font-size:16.44px;font-weight:400;line-height:27.2px}.ps-feature__description{color:var(--color-text-muted);font-size:.8rem;line-height:1.65}.ps-right{z-index:1;width:calc((100% - var(--ps-layout-gap)) * 6 / 11);height:400px;position:absolute;bottom:0;right:0}.ps-slide-image{will-change:transform, opacity;position:absolute;inset:0}.ps-screenshot{object-fit:contain;object-position:bottom right;border-radius:calc(var(--radius) * 1.5);width:100%;height:100%}@media (width<=1200px) and (width>=961px){.ps-card{padding:40px 44px}.ps-top{min-height:clamp(280px,22vh,340px)}}@media (width<=1000px) and (width>=961px){.ps-top{min-height:clamp(220px,30vh,300px)}.ps-description{max-width:100%;margin-bottom:24px}}@media (width<=960px){.ps-scroll-track{height:calc(var(--slide-count,1) * 100vh)}.ps-sticky-frame{align-items:center;height:100vh;padding:0}.ps-sticky-frame .container{z-index:1;width:100%}.ps-card{border-radius:16px;flex-direction:column;justify-content:space-between;gap:16px;height:calc(100vh - 300px);padding:30px 28px 0;display:flex}.ps-layout{grid-template-columns:1fr;gap:0;padding:0}.ps-top{min-height:clamp(140px,22vh,200px)}.ps-left{min-height:clamp(260px,38vh,380px)}.ps-right{right:unset;bottom:unset;width:100%;min-height:200px;display:block;position:relative}.ps-shape--yellow-blob{display:none}}@media (width<=480px){.ps-card{gap:12px;height:95vh;padding:24px 20px 8px}.ps-left{min-height:clamp(240px,36vh,320px)}.ps-right{display:none}.ps-heading{white-space:normal;line-height:40px}.ps-description{margin-bottom:16px}.ps-features{gap:14px}}@media (width>=1920px){.ps-sticky-frame .container{max-width:min(90vw,2200px);padding:0}.ps-card{border-radius:28px;width:1600px;height:800px;padding:64px 72px}.ps-left{min-height:520px}.ps-right{height:520px}.ps-description{max-width:480px;margin-bottom:36px;font-size:.95rem}.ps-features{gap:24px}.ps-feature__label{font-size:.95rem}.ps-feature__description{font-size:.875rem}}@media (width>=2440px){.ps-sticky-frame .container{max-width:min(88vw,2800px);padding:0 clamp(40px,2vw,80px)}.ps-card{border-radius:32px;padding:72px 80px}.ps-left{min-height:580px}.ps-right{height:520px}.ps-description{max-width:520px;margin-bottom:40px;font-size:1rem}.ps-features{gap:28px}.ps-feature__label{font-size:1rem}.ps-feature__description{font-size:.9rem}}@media (width>=3440px){.ps-sticky-frame .container{max-width:min(86vw,3400px)}.ps-card{border-radius:40px;padding:96px 108px}.ps-left{min-height:780px}.ps-right{height:520px}.ps-description{max-width:660px;margin-bottom:52px;font-size:1.25rem}.ps-features{gap:36px}.ps-feature{gap:24px}.ps-feature__label{font-size:1.25rem}.ps-feature__description{font-size:1.1rem}}.benefits{--bn-bg-from:#1b3688;--bn-bg-mid:#2855c0;--bn-bg-to:#5175b8;align-items:center;height:100vh;display:flex;overflow:hidden}.benefits .container{z-index:1;width:100%;padding-inline:16px}.bn-card-wrap{border-radius:20px;width:100%;position:relative}.bn-card{background:var(--bn-bg-to);border-radius:24px;width:100%;padding:0 68px;position:relative}.bn-card:before{content:"";top:5px;border-radius:inherit;z-index:1;pointer-events:none;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:absolute;inset:0}.bn-grid-wrap{position:relative;overflow:hidden}.bn-grid-mask{z-index:2;height:clamp(400px,38.57vw,540px);position:relative;overflow:hidden}.bn-grid{will-change:transform;backface-visibility:hidden;height:100%;min-height:clamp(400px,38.57vw,540px);position:relative;transform:translateZ(0)}.bn-cat-layer{z-index:1;pointer-events:none;opacity:.72;justify-content:center;align-items:center;width:100%;padding-inline:clamp(4px,1.5vw,24px);display:flex;position:absolute;inset:0}.bn-cat-clip{width:100%;position:relative;overflow:visible}.bn-cat-track{will-change:transform;backface-visibility:hidden;flex-direction:column;justify-content:center;gap:20px;width:100%;display:flex}.bn-cat-row{flex-shrink:0;width:100%;min-height:220px;position:relative}.bn-cat-card-slot{box-sizing:border-box;width:144px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.bn-cat-card-slot--left{justify-content:flex-start;left:clamp(0px,2vw,28px)}.bn-cat-card-slot--right{justify-content:flex-end;right:clamp(0px,2vw,28px)}.bn-col{height:100%}.bn-col--stack{z-index:3;pointer-events:auto;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.bn-cat-card{box-sizing:border-box;background:var(--color-white);border:1px solid var(--color-border-card);border-radius:12px;flex-shrink:0;justify-content:flex-start;align-items:stretch;width:88px;min-width:88px;max-width:88px;display:flex;box-shadow:0 1px 10px #0000000d}.bn-cat-card__inner{border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:100%;min-width:30px;height:100%;min-height:50px;padding:8px;display:flex}.bn-cat-card__icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:12px;display:flex}.bn-cat-card__icon img{object-fit:contain;width:48px;height:48px}.bn-cat-card__label{text-align:center;letter-spacing:.02em;text-transform:capitalize;width:100%;min-width:0;min-height:0;color:var(--color-text);overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;flex:1;justify-content:center;align-items:center;font-size:.6875rem;font-weight:600;line-height:1.2;display:flex}.bn-cat-row:first-child .bn-cat-card-slot--left .bn-cat-card{transform:translate(-2px,12px)rotate(-8deg)}.bn-cat-row:nth-child(2) .bn-cat-card-slot--left .bn-cat-card{transform:translate(188px,18px)rotate(6deg)}.bn-cat-row:nth-child(3) .bn-cat-card-slot--left .bn-cat-card{transform:translateY(114px)rotate(-6deg)}.bn-cat-row:nth-child(4) .bn-cat-card-slot--left .bn-cat-card{transform:translate(-8px,110px)rotate(9deg)}.bn-cat-row:nth-child(5) .bn-cat-card-slot--left .bn-cat-card{transform:translate(144px,110px)rotate(-7deg)}.bn-cat-row:first-child .bn-cat-card-slot--right .bn-cat-card{transform:translate(2px,-12px)rotate(8deg)}.bn-cat-row:nth-child(2) .bn-cat-card-slot--right .bn-cat-card{transform:translate(-216px,-10px)rotate(-9deg)}.bn-cat-row:nth-child(3) .bn-cat-card-slot--right .bn-cat-card{transform:translate(-138px,14px)rotate(5deg)}.bn-cat-row:nth-child(4) .bn-cat-card-slot--right .bn-cat-card{transform:translateY(10px)rotate(-6deg)}.bn-cat-row:nth-child(5) .bn-cat-card-slot--right .bn-cat-card{transform:translate(8px,12px)rotate(7deg)}.bn-stack-window{border-radius:22px;width:min(100%,clamp(400px,52vw,640px));height:clamp(210px,18.5vw,270px);position:relative}.bn-stack-window .bn-stat-card:first-child{z-index:1}.bn-stack-window .bn-stat-card:nth-child(2){z-index:2}.bn-stack-window .bn-stat-card:nth-child(3){z-index:3}.bn-stack-window .bn-stat-card:nth-child(4){z-index:4}.bn-stack-window .bn-stat-card:nth-child(5){z-index:5}.bn-stack-window .bn-stat-card:nth-child(6){z-index:6}.bn-stack-window .bn-stat-card:nth-child(7){z-index:7}.bn-stack-window .bn-stat-card:nth-child(8){z-index:8}.bn-stack-window .bn-stat-card:nth-child(9){z-index:9}.bn-stack-window .bn-stat-card:nth-child(10){z-index:10}.bn-stack-window .bn-stat-card:nth-child(11){z-index:11}.bn-stack-window .bn-stat-card:nth-child(12){z-index:12}.bn-stack-window .bn-stat-card:nth-child(13){z-index:13}.bn-stack-window .bn-stat-card:nth-child(14){z-index:14}.bn-stack-window .bn-stat-card:nth-child(15){z-index:15}.bn-stack-window .bn-stat-card:nth-child(16){z-index:16}.bn-stack-window .bn-stat-card:nth-child(17){z-index:17}.bn-stack-window .bn-stat-card:nth-child(18){z-index:18}.bn-stack-window .bn-stat-card:nth-child(19){z-index:19}.bn-stack-window .bn-stat-card:nth-child(20){z-index:20}.bn-stack-window .bn-stat-card:nth-child(21){z-index:21}.bn-stack-window .bn-stat-card:nth-child(22){z-index:22}.bn-stack-window .bn-stat-card:nth-child(23){z-index:23}.bn-stack-window .bn-stat-card:nth-child(24){z-index:24}.bn-stack-window .bn-stat-card:nth-child(25){z-index:25}.bn-stack-window .bn-stat-card:nth-child(26){z-index:26}.bn-stack-window .bn-stat-card:nth-child(27){z-index:27}.bn-stack-window .bn-stat-card:nth-child(28){z-index:28}.bn-stack-window .bn-stat-card:nth-child(29){z-index:29}.bn-stack-window .bn-stat-card:nth-child(30){z-index:30}.bn-stack-window .bn-stat-card:nth-child(31){z-index:31}.bn-stack-window .bn-stat-card:nth-child(32){z-index:32}.bn-stack-window .bn-stat-card:nth-child(33){z-index:33}.bn-stack-window .bn-stat-card:nth-child(34){z-index:34}.bn-stack-window .bn-stat-card:nth-child(35){z-index:35}.bn-stack-window .bn-stat-card:nth-child(36){z-index:36}.bn-stack-window .bn-stat-card:nth-child(37){z-index:37}.bn-stack-window .bn-stat-card:nth-child(38){z-index:38}.bn-stack-window .bn-stat-card:nth-child(39){z-index:39}.bn-stack-window .bn-stat-card:nth-child(40){z-index:40}.bn-stack-window .bn-stat-card:nth-child(41){z-index:41}.bn-stack-window .bn-stat-card:nth-child(42){z-index:42}.bn-stack-window .bn-stat-card:nth-child(43){z-index:43}.bn-stack-window .bn-stat-card:nth-child(44){z-index:44}.bn-stack-window .bn-stat-card:nth-child(45){z-index:45}.bn-stack-window .bn-stat-card:nth-child(46){z-index:46}.bn-stack-window .bn-stat-card:nth-child(47){z-index:47}.bn-stack-window .bn-stat-card:nth-child(48){z-index:48}.bn-stack-window .bn-stat-card:nth-child(49){z-index:49}.bn-stack-window .bn-stat-card:nth-child(50){z-index:50}.bn-stack-window .bn-stat-card:nth-child(51){z-index:51}.bn-stack-window .bn-stat-card:nth-child(52){z-index:52}.bn-stack-window .bn-stat-card:nth-child(53){z-index:53}.bn-stack-window .bn-stat-card:nth-child(54){z-index:54}.bn-stack-window .bn-stat-card:nth-child(55){z-index:55}.bn-stack-window .bn-stat-card:nth-child(56){z-index:56}.bn-stack-window .bn-stat-card:nth-child(57){z-index:57}.bn-stack-window .bn-stat-card:nth-child(58){z-index:58}.bn-stack-window .bn-stat-card:nth-child(59){z-index:59}.bn-stack-window .bn-stat-card:nth-child(60){z-index:60}.bn-stack-window .bn-stat-card:nth-child(61){z-index:61}.bn-stack-window .bn-stat-card:nth-child(62){z-index:62}.bn-stack-window .bn-stat-card:nth-child(63){z-index:63}.bn-stack-window .bn-stat-card:nth-child(64){z-index:64}.bn-stack-window .bn-stat-card:nth-child(65){z-index:65}.bn-stack-window .bn-stat-card:nth-child(66){z-index:66}.bn-stack-window .bn-stat-card:nth-child(67){z-index:67}.bn-stack-window .bn-stat-card:nth-child(68){z-index:68}.bn-stack-window .bn-stat-card:nth-child(69){z-index:69}.bn-stack-window .bn-stat-card:nth-child(70){z-index:70}.bn-stack-window .bn-stat-card:nth-child(71){z-index:71}.bn-stack-window .bn-stat-card:nth-child(72){z-index:72}.bn-stack-window .bn-stat-card:nth-child(73){z-index:73}.bn-stack-window .bn-stat-card:nth-child(74){z-index:74}.bn-stack-window .bn-stat-card:nth-child(75){z-index:75}.bn-stack-window .bn-stat-card:nth-child(76){z-index:76}.bn-stack-window .bn-stat-card:nth-child(77){z-index:77}.bn-stack-window .bn-stat-card:nth-child(78){z-index:78}.bn-stack-window .bn-stat-card:nth-child(79){z-index:79}.bn-stack-window .bn-stat-card:nth-child(80){z-index:80}.bn-stack-window .bn-stat-card:nth-child(81){z-index:81}.bn-stack-window .bn-stat-card:nth-child(82){z-index:82}.bn-stack-window .bn-stat-card:nth-child(83){z-index:83}.bn-stack-window .bn-stat-card:nth-child(84){z-index:84}.bn-stack-window .bn-stat-card:nth-child(85){z-index:85}.bn-stack-window .bn-stat-card:nth-child(86){z-index:86}.bn-stack-window .bn-stat-card:nth-child(87){z-index:87}.bn-stack-window .bn-stat-card:nth-child(88){z-index:88}.bn-stack-window .bn-stat-card:nth-child(89){z-index:89}.bn-stack-window .bn-stat-card:nth-child(90){z-index:90}.bn-stack-window .bn-stat-card:nth-child(91){z-index:91}.bn-stack-window .bn-stat-card:nth-child(92){z-index:92}.bn-stack-window .bn-stat-card:nth-child(93){z-index:93}.bn-stack-window .bn-stat-card:nth-child(94){z-index:94}.bn-stack-window .bn-stat-card:nth-child(95){z-index:95}.bn-stack-window .bn-stat-card:nth-child(96){z-index:96}.bn-stack-window .bn-stat-card:nth-child(97){z-index:97}.bn-stack-window .bn-stat-card:nth-child(98){z-index:98}.bn-stack-window .bn-stat-card:nth-child(99){z-index:99}.bn-stack-window .bn-stat-card:nth-child(100){z-index:100}.bn-stat-card{--bn-stat-accent:var(--color-primary);background:#fff;border-radius:20px;flex-direction:column;padding:34px;display:flex;position:absolute;inset:0;box-shadow:0 2.904px 14.522px #0e2e281f}.bn-stat-card:after{content:"";border-radius:inherit;background:radial-gradient(ellipse 58% 120% at 102% 52%, var(--bn-stat-accent), transparent 62%);opacity:.2;position:absolute;inset:0}.bn-stat-card__row{z-index:1;gap:26px;display:flex}.bn-stat-card__mark{justify-content:center;align-items:center;width:82px;height:82px;display:flex}.bn-stat-card__mark svg{width:100%;height:100%}.bn-stat-card__copy{flex-direction:column;flex:1;gap:18px;display:flex}.bn-stat-card__metric{font-size:clamp(3.25rem,7vw,6.25rem);font-weight:800;line-height:.95}.bn-stat-card__suffix{font-size:clamp(1.9rem,3.85vw,3.4rem);font-weight:600}.bn-stat-card__label{font-size:clamp(1.1rem,1.65vw,1.65rem);font-weight:600;line-height:1}.bn-stat-card__label--left{text-align:left}.bn-stat-card--speed:after{opacity:.24}.bn-stat-card--savings:after{opacity:.16}.bn-stat-card--accuracy:after{opacity:.2}.bn-brand-overlay{z-index:10;pointer-events:none;border-radius:24px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.bn-brand-reveal{color:var(--color-white);letter-spacing:-1px;text-shadow:0 4px 32px #00000040;justify-content:center;align-items:center;gap:8px;font-size:clamp(2.5rem,4.9vw,4.75rem);font-weight:800;display:flex}.bn-brand-reveal__content{justify-content:center;align-items:center;gap:1rem;display:flex}.bn-brand-reveal__content--mobile{display:none}.bn-brand-reveal__description{padding-top:28px}.bn-shape{pointer-events:none;z-index:0;position:absolute}.bn-shape--teal-circle{top:-20px;left:20px}.bn-shape--teal-circle img{width:170px}.bn-shape--sketch-circle{top:0;right:50%;transform:translate(50%)}.bn-shape--sketch-circle img{width:1000px}.bn-shape--green-circle{top:40px;right:50%;transform:translate(50%)}.bn-shape--green-circle img{width:200px}.bn-shape--star{top:10px;right:80px}.bn-shape--star img{width:180px}.bn-shape--pale-yellow-circle{bottom:-20px;left:30%}.bn-shape--pale-yellow-circle img{width:120px}.bn-shape--yellow-blob{bottom:-40px;right:10px;transform:scaleX(-1)}.bn-shape--yellow-blob img{width:120px}@media (width<=1000px){.bn-card-wrap{overflow:hidden}.benefits{align-items:center;height:100vh;padding:0}.bn-card{border-radius:20px;padding:0 12px}.bn-shape--yellow-blob{bottom:0;right:20px}.bn-shape--yellow-blob img{width:80px}.bn-shape--teal-circle{top:20px;left:-50px}.bn-shape--green-circle{top:unset;width:140px;bottom:150px;right:-10px;transform:none}.bn-shape--pale-yellow-circle{bottom:20px;left:-10px;right:unset}.bn-shape--sketch-circle{width:2000px;top:0;right:0}.bn-grid-mask{height:780px;overflow:hidden}.bn-grid{gap:0;height:100%;min-height:0;display:block;position:relative}.bn-cat-layer{z-index:1;opacity:.68;width:100%;padding-inline:0;display:block;position:absolute;inset:0}.bn-cat-clip{max-width:100%}.bn-cat-track{gap:20px}.bn-col--stack{z-index:2;justify-content:center;align-items:center;height:100%;display:flex;position:absolute;inset:0}.bn-stack-window{border-radius:22px;width:min(420px,92vw);height:600px;overflow:hidden;transform:translateY(200px)}.bn-stat-card{max-height:220px;display:block;position:absolute;inset:0}.bn-cat-card__label{font-size:.625rem}.bn-brand-reveal__content--desktop{display:none}.bn-brand-reveal__content--mobile{display:flex}.bn-brand-reveal__container{flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.bn-brand-reveal__description{font-family:var(--font-sans);letter-spacing:0%;color:var(--color-white);text-align:center;border-bottom:4px solid #f4e656;font-size:48.6px;font-weight:700;line-height:65.57px}.bn-brand-reveal__description-mobile{max-width:300px;letter-spacing:0%;text-align:center;vertical-align:middle;text-transform:capitalize;font-family:Montserrat;font-size:20px;font-weight:400;line-height:150%}}@media (width<=600px){.bn-stat-card__row{grid-template-columns:auto 1fr;grid-template-areas:"mark metric""label label";align-items:center;gap:8px 12px;display:grid}.bn-stat-card__mark{grid-area:mark;width:52px;height:52px}.bn-stat-card__copy{display:contents}.bn-stat-card__metric{grid-area:metric;line-height:1}.bn-stat-card__label{text-align:left;grid-area:label;line-height:1.2}.bn-stat-card__label--left,.bn-stat-card__label--center{text-align:left}}@media (width>=2440px){.container{max-width:1800px!important}.bn-card{padding:0 88px}.bn-grid-mask{height:clamp(540px,38.57vw,800px)}.bn-grid{min-height:clamp(540px,38.57vw,720px)}.bn-stack-window{width:min(100%,clamp(480px,52vw,720px));height:clamp(270px,18vw,380px)}.bn-cat-card{width:88px;min-width:88px;max-width:88px;height:184px;min-height:184px;max-height:184px}.bn-stat-card__metric{font-size:clamp(5.75rem,6.57vw,8rem)}.bn-stat-card__suffix{font-size:clamp(3.125rem,3.57vw,4.5rem)}.bn-stat-card__label{font-size:clamp(1.5rem,1.71vw,2.25rem)}.bn-stat-card__mark{width:138px;height:138px}}@media (width>=3440px){.bn-card{padding:0 120px}.bn-grid-mask{height:clamp(720px,38.57vw,960px)}.bn-grid{min-height:clamp(720px,38.57vw,960px)}.bn-stack-window{width:min(100%,clamp(560px,52vw,840px));height:clamp(380px,18vw,520px)}.bn-cat-card{width:88px;min-width:88px;max-width:88px;height:184px;min-height:184px;max-height:184px}.bn-stat-card__metric{font-size:clamp(8rem,6.57vw,10.5rem)}.bn-stat-card__suffix{font-size:clamp(4.5rem,3.57vw,6rem)}.bn-stat-card__label{font-size:clamp(2.25rem,1.71vw,3rem)}}.clients{padding:96px 0 160px}.clients__title{text-align:center;letter-spacing:-.5px;color:var(--color-text);margin-bottom:40px;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:800;line-height:1.2}.clients__title-accent{color:var(--color-primary)}.clients__marquee{width:100%;overflow:hidden}.clients__track{will-change:transform;flex-flow:row;width:max-content;display:flex}.clients__group{flex-wrap:nowrap;flex:none;align-items:center;gap:0;display:flex}.clients__item{opacity:.5;color:var(--color-text);flex:none;align-items:center;gap:.75rem;padding:0 2.5rem;display:flex}.clients__icon{object-fit:contain;flex:none;width:100px;height:100px;display:block}.clients__name{letter-spacing:-.02em;white-space:nowrap;font-size:clamp(1.125rem,2vw,1.5rem);font-weight:700;line-height:1}@media (width<=640px){.clients__icon{width:56px;height:56px}.clients__item{gap:.5rem;padding:0 1.5rem}.clients__name{font-size:1rem}.clients__title{margin-bottom:28px}}@media (width>=2440px){.clients__title{margin-bottom:80px;font-size:clamp(3.25rem,7.14vw,5rem)}.clients__icon{width:96px;height:96px}.clients__name{font-size:1.75rem}}.latest-news{--ln-card-max-height:calc(100vh - 48px * 2);background-image:url("data:image/svg+xml,%3csvg%20width='1440'%20height='765'%20viewBox='0%200%201440%20765'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_370_26)'%3e%3cpath%20d='M1305.32%20-1391.73L-782.4%20695.994L1305.32%202783.72L3393.05%20695.994L1305.32%20-1391.73Z'%20fill='url(%23paint0_linear_370_26)'/%3e%3cpath%20d='M1305.32%20-1391.73L-782.4%20695.994L1305.32%202783.72L3393.05%20695.994L1305.32%20-1391.73Z'%20fill='black'%20fill-opacity='0.5'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_370_26'%20x1='263.055'%20y1='-349.843'%20x2='2351.05'%20y2='1738.15'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%235C88C6'/%3e%3cstop%20offset='0.07'%20stop-color='%235378B6'/%3e%3cstop%20offset='0.23'%20stop-color='%23435997'/%3e%3cstop%20offset='0.4'%20stop-color='%2337417F'/%3e%3cstop%20offset='0.57'%20stop-color='%232E306E'/%3e%3cstop%20offset='0.77'%20stop-color='%23282664'/%3e%3cstop%20offset='1'%20stop-color='%23272361'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_370_26'%3e%3crect%20width='1440'%20height='765'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:flex-start;height:100vh;padding:48px 0;display:flex;position:relative;overflow:hidden}.ln-inner{z-index:2;grid-template-columns:1fr 1.15fr;align-items:center;gap:72px;width:100%;padding:0 40px;display:grid;position:relative}.ln-content{will-change:transform, opacity;flex-direction:column;align-items:flex-start;gap:24px;display:flex}.ln-content__brand{font-weight:700;font-style:Bold;color:var(--color-primary);letter-spacing:0%;vertical-align:middle;font-size:clamp(3.5rem,7.14vw,6.25rem);line-height:.675}.ln-content__title{color:var(--color-white);letter-spacing:-.02em;letter-spacing:0%;margin:0;font-family:Montserrat;font-size:clamp(2.4rem,4vw,3.4rem);font-weight:700;line-height:1.12}.ln-content__desc{color:#ffffffb8;max-width:420px;margin:0;font-size:1rem;line-height:1.75}.ln-content__cta{font-size:.95rem;font-weight:700;font-family:var(--font-sans);background:var(--color-primary);color:var(--color-white);cursor:pointer;border:none;border-radius:50px;align-items:center;gap:8px;padding:14px 28px;transition:background .25s,box-shadow .25s,transform .25s;display:inline-flex;box-shadow:0 4px 20px #f8b32d66}.ln-content__cta:hover{background:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 8px 32px #f8b32d99}.ln-content__cta:active{transform:translateY(0)}.ln-cards-wrapper{will-change:transform, opacity;width:450px;margin-left:auto}.ln-cards-stack{width:450px;height:min(620px, var(--ln-card-max-height));position:relative}.ln-card{box-sizing:border-box;width:450px;height:min(620px, var(--ln-card-max-height));will-change:transform;transform-origin:top;background:#939cc1;border:2px solid #fff3;border-radius:22px;position:absolute;top:40px;left:0;overflow:hidden;box-shadow:0 8px 40px #00000038}.ln-card__bg-img{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;position:absolute;inset:0}.ln-card__overlay{z-index:1;pointer-events:none;background:linear-gradient(#0000000f 0%,#0000001f 38%,#000000c2 100%);position:absolute;inset:0}.ln-card__inner{z-index:2;box-sizing:border-box;flex-direction:column;justify-content:space-between;gap:0;min-height:0;padding:8px 16px 20px;transition:transform .3s;display:flex;position:absolute;inset:0;overflow:hidden}.ln-card:hover .ln-card__inner{transform:scale(1.008)}.ln-card:hover{border-color:#ffffff52;box-shadow:0 16px 48px #00000047}.ln-card__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ln-card__top{flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;min-height:40px;display:flex}.ln-card__index{color:#f4df50;letter-spacing:-.02em;font-size:clamp(1.75rem,3.5vw,2.125rem);font-weight:800;line-height:1.1}.ln-card__date-badge{color:var(--color-text);text-transform:lowercase;font-size:.695rem;font-weight:700;line-height:1.5;font-family:var(--font-sans);background:#ffffffb3;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:4px 10px;display:inline-flex}.ln-card__media{background:#00000026;border:1px solid #d0d0d0;border-radius:14px;flex:auto;width:100%;min-width:0;min-height:120px;position:relative;overflow:hidden;box-shadow:0 4px 18px #00000014}.ln-card__media-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.ln-card__footer{flex-direction:column;flex-shrink:1;gap:10px;min-height:0;padding-top:16px;display:flex}.ln-card__footer-body{justify-content:space-between;align-items:flex-end;gap:16px;min-width:0;min-height:0;display:flex}.ln-card__title{color:var(--color-white);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:clamp(1.1rem,2.2vw,1.375rem);font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.ln-card__desc{min-width:0;min-height:0;color:var(--color-white);opacity:.95;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;font-size:.875rem;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.ln-card__read-more{color:var(--color-white);cursor:pointer;font-family:var(--font-sans);white-space:nowrap;background:#5275b5f2;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:1rem;font-weight:500;line-height:1;transition:transform .2s,opacity .2s,background .2s;display:inline-flex}.ln-card__read-more:hover{opacity:1;background:#5275b5;transform:translateY(-1px)}.ln-card__chevron-svg{width:8px;height:14px;display:block}.ln-blob{pointer-events:none;will-change:transform;border-radius:50%;position:absolute}.ln-blob--green{filter:blur(20px);width:110px;height:110px;bottom:20px;right:38%;transform:translate(50%)}.ln-blob--teal{filter:blur(20px);width:170px;height:170px;bottom:60px;right:35%;transform:translate(50%)}.ln-blob--pale-green{filter:blur(30px);width:175px;height:175px;top:80px;right:60px}.ln-shape{pointer-events:none;z-index:5;position:absolute}.ln-shape--half-star{width:clamp(100px,15vw,200px);position:absolute;bottom:0;left:0}.ln-ring{pointer-events:none;border:1px solid #ffffff12;border-radius:50%;position:absolute}.ln-ring--1{width:520px;height:520px;top:50%;left:-180px;transform:translateY(-50%)}.ln-ring--2{width:340px;height:340px;bottom:-60px;right:15%}@media (width<=960px){.ln-inner{grid-template-columns:1fr;gap:56px;padding:0 24px}.ln-content{text-align:center;align-items:center}.ln-content__desc{max-width:560px;margin:0 auto;display:none}.ln-cards-wrapper{margin-left:auto;margin-right:auto}}@media (width>=961px) and (width<=1100px) and (height>=1200px){.latest-news{align-items:center}}@media (width<=768px){.latest-news{height:auto;min-height:100vh;padding:40px 0 48px;overflow:visible}.ln-shape--half-star{display:none}.ln-inner{gap:20px;height:100%;padding:0 16px}.ln-content{gap:18px}.ln-content__brand{font-size:2.5rem}.ln-content__title{font-size:2rem}.ln-cards-wrapper{width:100%;max-width:450px;margin-left:auto;margin-right:auto}.ln-cards-stack{width:100%;height:clamp(360px,62vh,560px);position:relative}.ln-card{transform-origin:top;will-change:transform;width:100%;height:100%;position:absolute;top:0;left:0}.ln-card__inner{height:100%;padding:10px 20px 20px}.ln-card__media{flex:auto;max-height:none}}@media (width<=480px){.ln-inner{gap:16px;padding:0 12px}.ln-content{gap:14px}.ln-content__brand{font-size:2rem}.ln-content__title{font-size:1.75rem}.ln-cards-stack{height:clamp(340px,60vh,500px)}.ln-card__inner{gap:10px;padding:8px 14px 16px}.ln-card__title{font-size:1.05rem}}@media (width>=1920px){.container{max-width:1600px}.ln-inner{gap:96px;padding:0 56px}.ln-content{gap:32px}.ln-content__brand{font-size:clamp(6.25rem,7.14vw,8rem)}.ln-content__title{font-size:clamp(3rem,4vw,3.75rem)}.ln-content__desc{max-width:520px;font-size:1.1rem}.ln-content__cta{padding:16px 32px;font-size:1.05rem}.ln-cards-wrapper{width:580px}.ln-cards-stack{width:580px;height:min(800px, var(--ln-card-max-height))}.ln-card{width:580px;height:min(800px, var(--ln-card-max-height));border-radius:28px}}@media (width>=2440px){.ln-inner{gap:96px;padding:0 56px}.ln-content{gap:32px}.ln-content__brand{font-size:clamp(6.25rem,7.14vw,8rem)}.ln-content__title{font-size:clamp(3.4rem,4vw,4.75rem)}.ln-content__desc{max-width:520px;font-size:1.1rem}.ln-content__cta{padding:16px 32px;font-size:1.05rem}.ln-cards-wrapper{width:580px}.ln-cards-stack{width:580px;height:min(800px, var(--ln-card-max-height))}.ln-card{width:580px;height:min(800px, var(--ln-card-max-height));border-radius:28px}}@media (width>=3440px){.ln-inner{gap:128px;padding:0 72px}.ln-content{gap:40px}.ln-content__brand{font-size:clamp(8rem,7.14vw,10rem)}.ln-content__title{font-size:clamp(4.75rem,4vw,6.25rem)}.ln-content__desc{max-width:640px;font-size:1.375rem}.ln-content__cta{padding:20px 40px;font-size:1.2rem}.ln-cards-wrapper{width:700px}.ln-cards-stack{width:700px;height:min(966px, var(--ln-card-max-height))}.ln-card{width:700px;height:min(966px, var(--ln-card-max-height));border-radius:36px}}.products{background:var(--color-surface);padding:96px 0 0;position:relative}@media (width<=768px){.products{padding:72px 0 80px}}.products__inner{flex-direction:column;align-items:center;gap:64px;padding:0 40px;display:flex}@media (width<=1200px) and (width>=961px){.products__inner{gap:48px;padding:0 28px}}@media (width<=960px){.products__inner{gap:48px;padding:0 24px}}@media (width<=768px){.products__inner{gap:40px;padding:0 16px}}@media (width<=480px){.products__inner{gap:32px;padding:0 12px}}.products__content{text-align:center;will-change:transform, opacity;flex-direction:column;align-items:center;gap:24px;display:flex}@media (width<=960px){.products__content .products__desc{max-width:560px}}@media (width<=480px){.products__content{gap:20px}}.products__star{position:absolute;top:0;left:-40%;transform:translateY(-50%)}.products__title{color:var(--color-text);letter-spacing:-.02em;margin:clamp(48px,7.14vw,100px) 0 0;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.15}@media (width<=768px){.products__title{font-size:1.85rem}}@media (width<=480px){.products__title{font-size:1.65rem}}.products__title-gold{color:var(--color-primary)}.products__desc{color:var(--color-text-muted);max-width:600px;margin:0;font-size:1rem;line-height:1.75}.products__cta{font-size:.95rem;font-weight:700;font-family:var(--font-sans);background:var(--color-secondary);color:var(--color-white);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;transition:background .25s,box-shadow .25s,transform .25s;display:inline-flex}.products__cta:hover{background:var(--color-secondary-hover);transform:translateY(-2px);box-shadow:0 8px 30px #5175b859}.products__cta:active{transform:translateY(0)}.products__cards-wrap{width:100%}.products__grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(0,auto);align-items:stretch;gap:14px;display:grid}@media (width<=768px){.products__grid{grid-template-columns:1fr;gap:12px}}.products-card{background:var(--color-white);border:1px solid var(--color-border-card);will-change:transform, opacity;border-radius:16px;flex-direction:column;gap:16px;height:100%;min-height:0;padding:22px;transition:box-shadow .25s,transform .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #0000000d}@media (width<=768px){.products-card{grid-area:auto/1/auto/-1!important}}@media (width<=480px){.products-card{padding:18px}}.products-card:focus-within{box-shadow:0 8px 32px #0000001a}.products-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000001a}.products-card:before{content:"";background:var(--color-white);opacity:.3;border-radius:50%;width:117px;height:117px;position:absolute;top:-35px;right:-58px}.products-card__link{z-index:5;border-radius:inherit;position:absolute;inset:0}.products-card__icon-wrap,.products-card__body,.products-card__stat,.products-card__bottom-icon{z-index:1;position:relative}.products-card__icon-wrap{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.products-card__icon-img{object-fit:contain;width:24px;height:24px;display:block}.products-card__icon-svg{line-height:0;display:inline-flex}.products-card__icon-svg svg{display:block}.products-card__body{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.products-card__title{margin:0;font-size:1.5rem;font-weight:700;line-height:1.3}.products-card__desc{margin:0;font-size:1rem;font-weight:300;line-height:1.6}.products-card__stat{background:#ffffff1f;border:1px solid #fff3;border-radius:12px;flex-direction:column;flex-shrink:0;align-items:center;gap:4px;padding:16px 24px;display:flex}.products-card__stat-value{color:var(--color-white);letter-spacing:-.02em;font-size:2rem;font-weight:800;line-height:1}.products-card__stat-label{white-space:nowrap;text-align:center;letter-spacing:.03em;font-size:.72rem;font-weight:600}.products-card__bottom-icon{pointer-events:none;flex-shrink:0;max-width:min(92cqw,100%);margin-top:auto;position:absolute;bottom:clamp(-6px,-2cqw,-2px);right:clamp(-10px,-2.5cqw,-4px)}.products-card__bottom-icon-svg{width:var(--products-bottom-icon-size,clamp(4.75rem, 52cqw, 16.375rem));aspect-ratio:323/324;opacity:.28;max-width:100%;display:block;height:auto!important}.products-card__bottom-icon-svg svg{width:100%;height:auto;display:block}.products-card--has-bottom-icon{container:product-hero-card/inline-size}.products-card--has-bottom-icon .products-card__body{flex:1;padding-inline-end:clamp(.5rem,10cqw,1.75rem)}.products-card--has-bottom-icon .products-card__bottom-icon-svg{--products-bottom-icon-size:clamp(4.75rem, 52cqw, 16.375rem)}@supports not (width:1cqw){.products-card--has-bottom-icon .products-card__bottom-icon-svg{--products-bottom-icon-size:clamp(4.75rem, 48%, 16.375rem)}}.products-card--featured{background:linear-gradient(135deg,#5175b8 0%,#3a5499 100%);border-color:#0000;flex-direction:row;align-items:center;gap:20px;padding:28px;box-shadow:0 8px 40px #5175b847}@media (width<=768px){.products-card--featured{flex-direction:column}}@media (width<=480px){.products-card--featured{padding:20px}}.products-card--featured:hover{transform:translateY(-3px);box-shadow:0 16px 48px #5175b866}.products-card--featured .products-card__title{color:var(--color-white)}.products-card--featured .products-card__desc{color:#ffffffbf}@media (width<=768px){.products-card--featured .products-card__stat{flex-direction:row;justify-content:center;align-self:stretch;align-items:center;gap:10px;padding:12px 20px}.products-card--featured .products-card__stat-value{font-size:1.5rem}}.products-card.card-blue{color:var(--color-white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#5074b7;border:1px solid #ffffff1a}.products-card.card-gray{color:#1a1a1c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#eee;border:1px solid #d3d7db}.products-card.card-dark{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f1923;border-color:#0000}@media (width<=768px){.products-card--has-bottom-icon .products-card__bottom-icon-svg{--products-bottom-icon-size:clamp(4rem, 58cqw, 11.5rem)}}@media (width<=480px){.products-card--has-bottom-icon .products-card__bottom-icon{max-width:88cqw;bottom:-4px;right:-6px}.products-card--has-bottom-icon .products-card__bottom-icon-svg{--products-bottom-icon-size:clamp(3.5rem, 66cqw, 8.75rem);opacity:.26}}@media (width>=769px) and (width<=1200px){.products-card--has-bottom-icon .products-card__bottom-icon-svg{--products-bottom-icon-size:clamp(5rem, 50cqw, 13.5rem)}}@media (width>=1201px) and (width<=1600px){.products-card--has-bottom-icon .products-card__bottom-icon-svg{--products-bottom-icon-size:clamp(5.5rem, 51cqw, 15rem)}}@media (width>=1601px) and (width<=2439px){.products-card--has-bottom-icon .products-card__bottom-icon-svg{--products-bottom-icon-size:clamp(6rem, 52cqw, 16.375rem)}}@media (width>=2440px){.products{padding:128px 0}.products__inner{gap:80px}.products__title{margin-top:0;font-size:clamp(3rem,3.5vw,4.5rem)}.products__desc{max-width:760px;font-size:1.125rem}.products__cta{padding:16px 32px;font-size:1.05rem}.products__grid{gap:20px}.products-card{gap:20px;padding:32px}.products-card__icon-wrap{border-radius:16px;width:64px;height:64px}.products-card__icon-img{width:32px;height:32px}.products-card__title{font-size:1.875rem}.products-card__desc{font-size:1.1rem}.products-card__stat-value{font-size:2.5rem}.products-card__stat-label{font-size:.85rem}.products-card--has-bottom-icon .products-card__bottom-icon-svg{--products-bottom-icon-size:clamp(8.5rem, 50cqw, 18.5rem)}}@media (width>=3440px){.products{padding:160px 0}.products__inner{gap:100px}.products__title{font-size:clamp(4.5rem,3.5vw,6rem)}.products__desc{max-width:960px;font-size:1.375rem}.products__cta{padding:20px 40px;font-size:1.2rem}.products__grid{gap:28px}.products-card{border-radius:24px;gap:28px;padding:44px}.products-card__icon-wrap{border-radius:20px;width:88px;height:88px}.products-card__icon-img{width:44px;height:44px}.products-card__title{font-size:2.5rem}.products-card__desc{font-size:1.375rem}.products-card__stat-value{font-size:3.5rem}.products-card__stat-label{font-size:1rem}.products-card--has-bottom-icon .products-card__bottom-icon-svg{--products-bottom-icon-size:clamp(10rem, 48cqw, 22rem)}}@keyframes contact-toast-in{0%{opacity:0;transform:translate(calc(100% + 24px))}to{opacity:1;transform:translate(0)}}.contact-toast__host{z-index:1000;pointer-events:none;position:fixed;top:96px;right:24px}.contact-toast{min-width:min(92vw,340px);max-width:min(92vw,420px);color:var(--color-text);pointer-events:auto;background:#fff;border:1px solid #1a1a1c14;border-radius:14px;align-items:flex-start;gap:14px;padding:16px 18px;animation:.35s cubic-bezier(.22,1,.36,1) contact-toast-in;display:flex;box-shadow:0 4px 8px #1a1a1c0f,0 20px 48px #1a1a1c29}.contact-toast--success{border-left:4px solid #1d8a55}.contact-toast--success .contact-toast__icon{color:#1d8a55}.contact-toast--error{border-left:4px solid #c93f3f}.contact-toast--error .contact-toast__icon{color:#c93f3f}.contact-toast__icon{flex-shrink:0;width:32px;height:32px;margin-top:2px}.contact-toast__body{flex:1;min-width:0}.contact-toast__title{color:var(--color-text);margin:0 0 4px;font-size:.9375rem;font-weight:700;line-height:1.3}.contact-toast__text{color:var(--color-text-muted);margin:0;font-size:.8125rem;font-weight:500;line-height:1.5}.contact-toast__close{color:#1a1a1c8c;cursor:pointer;width:30px;height:30px;transition:background var(--transition), color var(--transition);background:#1a1a1c0f;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.contact-toast__close svg{width:16px;height:16px}.contact-toast__close:hover{color:var(--color-text);background:#1a1a1c1a}@media (width<=640px){.contact-toast__host{inset:auto 16px 24px}.contact-toast{width:100%;min-width:0;max-width:none}@keyframes contact-toast-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}}.cu{padding:260px 24px 0;position:relative;overflow:hidden}.cu__blob{z-index:2;pointer-events:none;will-change:transform;position:absolute}.cu__blob img{width:100%;display:block}.cu__blob--star{z-index:4;width:clamp(90px,11vw,160px);bottom:-20%;right:2%}.cu__blob--shape{top:-22%;left:-6%}.cu__tower-anchor{z-index:0;pointer-events:none;height:0;position:relative}.cu__tower{pointer-events:none;width:1360px;max-width:none;position:absolute;top:-273px;left:50%;transform:translate(-50%)}.cu__tower img{width:1360px;max-width:none;height:auto;display:block}.cu__wrap{z-index:3;max-width:1360px;padding:0 24px;position:relative}.cu__card-wrap{z-index:3;height:100%;position:relative}.cu__card{will-change:transform, opacity;position:relative;overflow:visible}.cu__card-surface{border-radius:20px 20px 0 0;grid-template-columns:1fr 1.15fr;gap:0;min-height:400px;display:grid;position:relative;overflow:hidden}.cu__card-bg{z-index:0;position:absolute;inset:0}.cu__card-bg img{object-fit:fill;object-position:center center;width:1360px;min-width:100%;max-width:none;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.cu__copy{z-index:2;flex-direction:column;justify-content:center;gap:20px;padding:52px 44px 52px 52px;display:flex;position:relative}.cu__heading{color:var(--color-white);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.22;font-family:var(--font-sans)}.cu__desc{color:var(--color-white);letter-spacing:0;max-width:360px;font-size:1rem;font-weight:700;line-height:24px}.cu__form{z-index:2;flex-direction:column;justify-content:center;gap:16px;padding:40px 48px 40px 32px;display:flex;position:relative}.cu__form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.cu__field{flex-direction:column;gap:6px;display:flex}.cu__field--full{grid-column:1/-1}.cu__label{color:#fff;letter-spacing:.03em;text-shadow:0 1px 2px #0000008c,0 2px 16px #00000073;font-size:.8125rem;font-weight:700}.cu__input,.cu__textarea{width:100%;color:var(--color-text);font-family:var(--font-sans);transition:background var(--transition), box-shadow var(--transition);background:#fff;border:none;border-radius:16px;outline:none;padding:12px 16px;font-size:.875rem}.cu__input::placeholder,.cu__textarea::placeholder{color:#1a1a1c61}.cu__input:focus,.cu__textarea:focus{background:#fff;box-shadow:0 0 0 2px #f8b32d80}.cu__textarea{resize:none;min-height:96px;line-height:1.6}.cu__submit-wrap{justify-content:flex-start;margin-top:4px;display:flex}.cu__submit{background:var(--color-primary);color:var(--color-white);font-family:var(--font-sans);cursor:pointer;transition:background var(--transition), transform var(--transition), box-shadow var(--transition);border:none;border-radius:9999px;justify-content:center;align-items:center;padding:12px 56px;font-size:.925rem;font-weight:600;display:inline-flex}.cu__submit:hover{background:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 8px 28px #f8b32d66}.cu__submit:active{transform:translateY(0)}.cu__submit:disabled{cursor:not-allowed;opacity:.75;box-shadow:none;transform:none}.cu__submit:disabled:hover{background:var(--color-primary);box-shadow:none;transform:none}@media (width<=1360px){.cu__wrap{width:100%;max-width:1048px}.cu__tower{width:1000px;top:-200px}.cu__tower img,.cu__card-bg img{width:1000px}}@media (width<=1048px){.cu__tower{top:-202px}}@media (width<=900px){.cu{padding-top:180px}.cu__card-surface{grid-template-columns:1fr}.cu__copy{padding:44px 40px 32px}.cu__form{padding:0 40px 44px}.cu__desc{max-width:none}}@media (width<=768px){.cu{padding-top:220px}.cu__form-row{grid-template-columns:1fr;gap:16px}.cu__blob--shape{display:none}}@media (width<=520px){.cu{padding:20px 12px 60px}.cu__tower{width:min(1360px,100vw - 24px);display:none;top:-180px}.cu__wrap{padding:0}.cu__copy{padding:36px 24px 24px}.cu__form{padding:0 24px 36px}.cu__heading{font-size:1.6rem}}@media (width>=1920px){.cu__tower{top:-280px}}@media (width>=2440px){.cu__wrap{max-width:1760px;padding:0 32px}.cu__tower{width:1760px;top:-268px}.cu__tower img{width:1760px;height:800px}.cu__card-bg img{width:1760px}.cu__copy{gap:28px;padding:68px 56px 68px 68px}.cu__heading{font-size:clamp(2.5rem,3vw,3.25rem)}.cu__desc{max-width:460px;font-size:1.1rem}.cu__form{gap:20px;padding:52px 64px 52px 40px}.cu__input,.cu__textarea{padding:14px 20px;font-size:1rem}.cu__label{font-size:.875rem}.cu__submit{padding:14px 64px;font-size:1rem}}@media (width>=3440px){.cu__wrap{max-width:2200px;padding:0 40px}.cu__tower{width:2200px;top:-292px}.cu__tower img{width:2200px;height:900px}.cu__card-bg img{width:2200px}.cu__copy{gap:36px;padding:88px 72px 88px 88px}.cu__heading{font-size:clamp(3.25rem,3vw,4.25rem)}.cu__desc{max-width:560px;font-size:1.375rem}.cu__form{gap:28px;padding:68px 80px 68px 52px}.cu__input,.cu__textarea{border-radius:20px;padding:18px 24px;font-size:1.1rem}.cu__label{font-size:1rem}.cu__submit{padding:18px 80px;font-size:1.15rem}}.footer{--footer-bg:#f4f8ff;--footer-border:#ebebeb;--footer-link:#4994cd;background:var(--footer-bg);color:var(--color-text);padding:clamp(3.5rem,8vw,5.45rem) 0 0;position:relative;overflow:hidden}.footer__star-blob{z-index:2;pointer-events:none;width:clamp(90px,11vw,160px);position:absolute;top:-40px;right:2%}.footer__star-blob img{width:100%;display:block}.footer__blobs{pointer-events:none;z-index:0;position:absolute;inset:0}.footer__blob{filter:blur(80px);opacity:.55;border-radius:50%;position:absolute}.footer-gradient-bg{pointer-events:none;z-index:1;width:1000px;height:1000px;display:block;position:absolute;top:-100px;left:-350px;rotate:270deg}.footer-gradient-bg-3{width:850px;height:850px;position:absolute;top:-460px;right:-450px}.footer__inner{z-index:1;max-width:var(--max-width);margin:0 auto;padding:0 clamp(1.25rem,4vw,1.75rem);position:relative}.footer__grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr);align-items:start;gap:clamp(2rem,5vw,3rem);padding-bottom:clamp(2.5rem,5vw,4rem);display:grid}.footer__brand-logo{width:clamp(140px,28vw,180px);height:auto;margin-bottom:1.15rem;display:block}.footer__brand-logo:focus-visible{outline:2px solid var(--color-secondary);outline-offset:4px;border-radius:4px}.footer__heading-brand{letter-spacing:0%;vertical-align:middle;margin-bottom:1.15rem;font-size:clamp(1.1rem,1.89vw,1.657rem);font-weight:600;line-height:1.2}.footer__desc{color:var(--color-text);max-width:32rem;letter-spacing:0%;vertical-align:middle;font-size:clamp(.875rem,1.08vw,.95rem);font-weight:400;line-height:1.6}.footer__desc+.footer__desc{margin-top:.65rem}.footer__col-title{margin-bottom:1.15rem;font-size:clamp(1.05rem,1.5vw,1.3rem);font-weight:600;line-height:1.2}.footer__block{flex-direction:column;gap:.4rem;display:flex}.footer__block+.footer__block{margin-top:1rem}.footer__label{font-size:clamp(.95rem,1.1vw,1.065rem);font-weight:600}.footer__value{color:var(--color-text);font-size:clamp(.875rem,1.2vw,.95rem)}.footer__value-link{color:inherit;transition:color var(--transition)}.footer__value-link:hover{color:var(--color-secondary)}.footer__foot{z-index:1;border-top:1px solid var(--footer-border);text-align:center;padding:clamp(1rem,2vw,1.25rem) clamp(1.25rem,5vw,4.9rem) clamp(1.1rem,2vw,1.2rem);position:relative}.footer__foot-inner{color:var(--color-text);flex-wrap:wrap;justify-content:center;align-items:center;gap:.15rem;font-size:clamp(.875rem,1.2vw,.95rem);display:inline-flex}.footer__foot-link{color:var(--footer-link);transition:opacity var(--transition);font-weight:500}.footer__foot-link:hover{opacity:.85}.footer__foot-link:focus-visible{outline:2px solid var(--footer-link);outline-offset:2px;border-radius:2px}@media (width<=900px){.footer__grid{grid-template-columns:1fr 1fr;gap:2.5rem 2rem}.footer__col--brand{grid-column:1/-1}}@media (width<=600px){.footer__grid{grid-template-columns:1fr}}@media (width>=2440px){.footer{padding-top:clamp(5.45rem,8vw,8rem)}.footer__heading-brand{font-size:clamp(1.657rem,1.89vw,2.25rem)}.footer__desc{font-size:clamp(.95rem,1.08vw,1.1rem)}.footer__grid{gap:clamp(3rem,5vw,4.5rem);padding-bottom:clamp(4rem,5vw,6rem)}}@media (width>=3440px){.footer{padding-top:clamp(8rem,8vw,11rem)}.footer__heading-brand{font-size:clamp(2.25rem,1.89vw,3rem)}.footer__desc{font-size:clamp(1.1rem,1.08vw,1.375rem)}.footer__grid{gap:clamp(4.5rem,5vw,6rem);padding-bottom:clamp(6rem,5vw,8rem)}}@keyframes product-detail-sketch-arrow-reveal{0%{opacity:.2}to{opacity:1}}.product-detail-hero__inner{flex-direction:column;gap:clamp(28px,4vw,40px);padding:clamp(62px,12vw,90px) clamp(16px,4vw,40px) 0;display:flex}@media (width<=480px){.product-detail-hero__inner{padding-top:clamp(48px,10vw,62px)}}.product-detail-hero__back{color:var(--color-secondary);transition:color var(--transition), opacity var(--transition);align-self:flex-start;font-size:.9rem;font-weight:600}.product-detail-hero__back:hover{color:var(--color-secondary-hover);opacity:.92}.product-detail-hero__grid{grid-template-columns:minmax(0,1fr) minmax(220px,340px);align-items:start;gap:clamp(32px,5vw,56px);display:grid}@media (width<=900px){.product-detail-hero__grid{grid-template-columns:1fr}}.product-detail-hero__primary{flex-direction:column;gap:20px;max-width:920px;display:flex}.product-detail-hero__tag-row{align-items:center;gap:12px;display:flex}@media (width<=600px){.product-detail-hero__tag-row{flex-wrap:wrap}}.product-detail-hero__tag-dot{background:var(--color-secondary);border-radius:50%;flex-shrink:0;width:12px;height:12px}.product-detail-hero__line{background:#1a1a1c2e;flex-shrink:0;width:90px;height:1px}@media (width<=600px){.product-detail-hero__line{display:none}}.product-detail-hero__tag{letter-spacing:.02em;color:var(--color-text);margin:0;font-size:.95rem;font-weight:600}.product-detail-hero__tag-arrow{color:var(--color-text);flex-shrink:0;align-self:center;margin-left:2px;display:inline-flex}.product-detail-hero__heading{color:var(--color-text);font-size:clamp(1.85rem,5vw,3.5rem);font-style:normal;font-weight:700;line-height:1.2}@media (width<=480px){.product-detail-hero__heading{font-size:clamp(1.5rem,7vw,1.85rem)}}.product-detail-hero__media{flex-direction:column;justify-content:center;align-items:flex-start;gap:clamp(20px,3vw,28px);height:100%;display:flex}@media (width<=900px){.product-detail-hero__media{flex-flow:wrap;align-items:center}}.product-detail-hero__icon-tile{border-radius:24px;justify-content:center;align-items:center;width:112px;height:112px;display:flex;box-shadow:0 12px 40px #0f19231f}.product-detail-hero__sketch-arrow{justify-content:flex-start;align-items:center;width:100%;height:100%;padding:12px;display:flex}.product-detail-hero__intro-container{justify-content:flex-end;align-items:flex-start;width:100%;display:flex}.product-detail-hero__intro{color:var(--color-text-muted);max-width:422px;margin:0;font-size:1rem;line-height:1.65}@media (width<=900px){.product-detail-hero__intro{flex:280px;max-width:none}}.product-detail-sketch-arrow__svg{opacity:.2;width:100%;max-width:76px;height:auto;animation:.45s .2s forwards product-detail-sketch-arrow-reveal;display:block}@media (prefers-reduced-motion:reduce){.product-detail-sketch-arrow__svg{opacity:1;animation:none}}.product-detail-tag-arrow__svg{width:clamp(2.75rem,5vw,3.5rem);height:auto;display:block}@media (width>=2440px){.product-detail-hero__inner{gap:clamp(40px,4vw,56px);padding:clamp(90px,12vw,120px) clamp(40px,4vw,64px) 0}.product-detail-hero__heading{font-size:clamp(3.5rem,5vw,5rem)}.product-detail-hero__grid{grid-template-columns:minmax(0,1fr) minmax(280px,440px);gap:clamp(56px,5vw,80px)}.product-detail-hero__primary{gap:28px;max-width:1200px}.product-detail-hero__icon-tile{border-radius:32px;width:148px;height:148px}.product-detail-hero__intro{max-width:540px;font-size:1.1rem}.product-detail-hero__tag{font-size:1.1rem}}@media (width>=3440px){.product-detail-hero__inner{gap:clamp(56px,4vw,72px);padding:clamp(120px,12vw,160px) clamp(64px,4vw,96px) 0}.product-detail-hero__heading{font-size:clamp(5rem,5vw,6.5rem)}.product-detail-hero__grid{grid-template-columns:minmax(0,1fr) minmax(360px,560px);gap:clamp(80px,5vw,112px)}.product-detail-hero__primary{gap:36px;max-width:1600px}.product-detail-hero__icon-tile{border-radius:44px;width:200px;height:200px}.product-detail-hero__intro{max-width:680px;font-size:1.375rem}.product-detail-hero__tag{font-size:1.375rem}}.product-metrics{background:var(--color-bg);padding:24px 0 clamp(72px,10vw,120px);overflow:hidden}.product-metrics__inner{max-width:var(--max-width);grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;margin:0 auto;padding:0 clamp(16px,4vw,40px);display:grid}.product-metrics__inner .product-metric-card:first-child{z-index:4}.product-metrics__inner .product-metric-card:nth-child(2){z-index:3}.product-metrics__inner .product-metric-card:nth-child(3){z-index:2}.product-metrics__inner .product-metric-card:nth-child(4){z-index:1}@media (width<=960px){.product-metrics__inner{grid-template-columns:1fr}}.product-metric-card{--color-metric-gauge-track:#e2e8f0;--color-metric-gauge-needle:#94a3b8;--color-metric-gauge-hub:#cbd5e1;border:1px solid var(--color-border-card);background:#eee;border-radius:48px;padding:41px;position:relative;box-shadow:0 1px 2px #0000000d}@media (width<=480px){.product-metric-card{border-radius:32px;padding:28px}}.product-metric-card__radiant{color:#fff;background:linear-gradient(145.79deg,#3cc5ee 2.81% 27.24%,#a6d06e 130.13%)}.product-metric-card__radiant .product-metric-card__value,.product-metric-card__radiant .product-metric-card__title,.product-metric-card__radiant .product-metric-card__desc{color:#fff}.product-metric-card__decor-wrap{pointer-events:none;width:165px;height:144px;position:absolute;top:0;right:0}.product-metric-card__icon{z-index:0;flex-shrink:0;position:absolute;top:36px;right:36px}.product-metric-card__gauge-svg{width:100%;height:100%;display:block}.product-metric-card__pill{z-index:1;color:#64748b;pointer-events:none;background:#eee;border:8px solid #f9fafb;border-radius:50px;justify-content:center;align-items:center;width:70px;height:150px;display:flex;position:absolute;top:50%;right:-50px;overflow:hidden;transform:translateY(-50%);box-shadow:0 1px 2px #0f172a0f}@media (width<=999px){.product-metric-card__pill{inset:auto auto -90px 50%;transform:translate(-50%)rotate(90deg)}}.product-metric-card__chevron-svg{width:20px;height:40px;display:block}.product-metric-card__body{flex-direction:column;gap:8px;max-width:302px;display:flex;position:relative}@media (width<=960px){.product-metric-card__body{max-width:none}}.product-metric-card__value{font-family:var(--font-sans);letter-spacing:-.05em;margin:0;font-size:clamp(2.5rem,4vw,3.75rem);font-weight:800;line-height:1}.product-metric-card__value.teal{color:#0ea5e9}.product-metric-card__value.blue{color:#0056b2}.product-metric-card__title{font-family:var(--font-sans);color:var(--color-text);margin:0;font-size:1.25rem;font-weight:800;line-height:1.4}.product-metric-card__desc{color:var(--color-text-muted);margin:0;padding-top:6px;font-size:.875rem;line-height:1.625}.product-metric-card__chart{justify-content:stretch;align-items:flex-end;gap:4px;width:100%;height:72px;margin-top:16px;display:flex}.product-metric-card__bar{border-radius:6px 6px 0 0;flex:1 1 0;align-self:flex-end;min-width:0}.product-metric-card__bar--step-1.primary{background:#0056b21a}.product-metric-card__bar--step-1.secondary{background:#0ea5e91a}.product-metric-card__bar--step-1.tertiary{background:#ffffffb3}.product-metric-card__bar--step-1.quaternary{background:var(--color-secondary)}.product-metric-card__bar--step-2.primary{background:#0056b233}.product-metric-card__bar--step-2.secondary{background:#0ea5e933}.product-metric-card__bar--step-2.tertiary{background:#fffc}.product-metric-card__bar--step-2.quaternary{background:var(--color-secondary)}.product-metric-card__bar--step-3.primary{background:#0056b266}.product-metric-card__bar--step-3.secondary{background:#0ea5e966}.product-metric-card__bar--step-3.tertiary{background:#ffffffe6}.product-metric-card__bar--step-3.quaternary{background:var(--color-secondary)}.product-metric-card__bar--step-4.primary{background:#0056b2}.product-metric-card__bar--step-4.secondary{background:#0ea5e9}.product-metric-card__bar--step-4.tertiary{background:#ffffff80}.product-metric-card__bar--step-4.quaternary{background:var(--color-secondary)}@media (width>=2440px){.product-metrics{padding:32px 0 clamp(120px,10vw,160px)}.product-metrics__inner{gap:2.5rem}.product-metric-card{border-radius:64px;padding:56px}.product-metric-card__value{font-size:clamp(3.75rem,4vw,5rem)}.product-metric-card__title{font-size:1.5rem}.product-metric-card__desc{padding-top:8px;font-size:1rem}.product-metric-card__decor-wrap{width:216px;height:188px}.product-metric-card__pill{width:90px;height:196px;right:-64px}.product-metric-card__chart{height:96px;margin-top:20px}}@media (width>=3440px){.product-metrics{padding:44px 0 clamp(160px,10vw,220px)}.product-metrics__inner{gap:3.5rem}.product-metric-card{border-radius:88px;padding:72px}.product-metric-card__value{font-size:clamp(5rem,4vw,6.5rem)}.product-metric-card__title{font-size:2rem}.product-metric-card__desc{padding-top:10px;font-size:1.25rem}.product-metric-card__decor-wrap{width:290px;height:252px}.product-metric-card__pill{width:120px;height:260px;right:-84px}.product-metric-card__chart{height:128px;margin-top:28px}}.product-feature{background:var(--color-surface);padding:clamp(40px,6vw,72px) 0 clamp(56px,8vw,96px)}.product-feature__inner{max-width:var(--max-width);font-family:var(--font-inter);grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(40px,6vw,80px);margin:0 auto;padding:0 clamp(16px,4vw,40px);display:grid}@media (width<=960px){.product-feature__inner{grid-template-columns:1fr}}.product-feature__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--color-secondary);margin:0 0 10px;font-size:.8125rem;font-weight:700}.product-feature__title{font-family:var(--font-sans);letter-spacing:-.02em;color:var(--color-text);max-width:18ch;margin:0 0 clamp(20px,3vw,28px);font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;line-height:1.15}.product-feature__body{color:var(--color-text-muted);max-width:576px;margin:0 0 clamp(28px,4vw,36px);font-size:1rem;line-height:1.7}.product-feature__list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.product-feature__item{color:var(--color-text);align-items:flex-start;gap:12px;font-size:.95rem;line-height:1.5;display:flex}.product-feature__check{width:20px;height:20px;color:var(--color-secondary);flex-shrink:0;margin-top:2px}.product-feature__visual{position:relative}.product-feature__bento{grid-template-columns:1fr 1fr;gap:16px;display:grid}.product-feature__tile{border:1px solid var(--color-border-card);border-radius:24px;flex-direction:column;width:260px;height:260px;min-height:120px;padding:20px 24px;display:flex}@media (width<=768px){.product-feature__tile{width:100%;height:auto;min-height:180px;padding:16px 20px}}@media (width<=480px){.product-feature__tile{border-radius:16px;min-height:140px;padding:14px 16px}}.product-feature__tile:not(.product-feature__tile--chart){gap:12px}.product-feature__tile:not(.product-feature__tile--chart) .product-feature__tile-body{min-width:0}.product-feature__tile--blue{color:var(--color-white);background:linear-gradient(135deg,#5175b8 0%,#3a5499 100%);border-color:#0000;justify-content:flex-end;position:relative}.product-feature__tile--blue:before{content:"";background:var(--color-white);opacity:.1;border-radius:50%;width:117px;height:117px;position:absolute;top:-46px;right:-30px}.product-feature__tile--blue .product-feature__tile-title{color:var(--color-white);font-size:60px;font-weight:900;line-height:1}@media (width<=768px){.product-feature__tile--blue .product-feature__tile-title{font-size:48px}}.product-feature__tile--blue .product-feature__tile-sub{color:#ffffffc7}.product-feature__tile--dark{color:var(--color-white);background:#0f1923;border-color:#0000}.product-feature__tile--dark .product-feature__tile-title{color:var(--color-white);font-size:32px;font-weight:700;line-height:36px}.product-feature__tile--dark .product-feature__tile-sub{color:#ffffffb8}.product-feature__tile--dark .product-feature__tile-icon{color:var(--color-white)}.product-feature__tile--gray{background:#eee;border-color:#d3d7db}.product-feature__tile--gray .product-feature__tile-sub{font-size:.82rem;line-height:1.55}.product-feature__tile--chart{background:var(--color-white);flex-direction:column;justify-content:flex-end;gap:12px;padding-bottom:0;display:flex}.product-feature__tile--chart .product-feature__tile-title{color:var(--color-secondary);font-size:60px;font-weight:900;line-height:1}@media (width<=768px){.product-feature__tile--chart .product-feature__tile-title{font-size:48px}}.product-feature__tile-title{color:var(--color-text);font-size:32px;font-weight:700;line-height:36px}.product-feature__tile-title-unit{font-size:24px;font-weight:400;line-height:28px}@media (width<=480px){.product-feature__tile-title{font-size:24px;line-height:1.2}}.product-feature__tile-sub{font-family:var(--font-inter);letter-spacing:0;color:var(--color-text-muted);margin:0;font-size:14px;font-weight:300;line-height:170%}.product-feature__tile-icon{border-radius:24px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.product-feature__tile-icon--blue{background:var(--color-secondary)}.product-feature__tile-icon--white{background:var(--color-white)}.product-feature__tile-icon--sm{width:40px;height:40px}.product-feature__tile-icon-wrap{background:#5175b826;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.product-feature__tile--blue .product-feature__tile-icon-wrap{background:#fff3}.product-feature__tile--dark .product-feature__tile-icon-wrap{background:#ffffff1f}.product-feature__tile--gray .product-feature__tile-icon-wrap{background:#5175b826}.product-feature__tile-icon-wrap--sm{width:40px;height:40px}.product-feature__tile-custom-svg{flex-shrink:0;width:22px;height:22px;display:block}.product-feature__tile-chart-label{color:var(--color-text-muted);margin:0;font-size:.78rem;font-weight:600}.product-feature__mini-chart{align-items:flex-end;gap:6px;height:72px;display:flex}.product-feature__mini-chart span{background:#5175b840;border-radius:6px 6px 0 0;flex:1}.product-feature__mini-chart span:first-child{height:28%}.product-feature__mini-chart span:nth-child(2){background:#5175b866;height:48%}.product-feature__mini-chart span:nth-child(3){background:var(--color-secondary);height:100%}@media (width>=2440px){.product-feature{padding:clamp(72px,6vw,96px) 0 clamp(96px,8vw,128px)}.product-feature__title{font-size:clamp(2.75rem,3.5vw,3.75rem)}.product-feature__body{max-width:720px;font-size:1.125rem}.product-feature__item{font-size:1.05rem}.product-feature__eyebrow{font-size:.9375rem}.product-feature__bento{gap:20px}.product-feature__tile{border-radius:32px;width:336px;height:336px;padding:28px 32px}.product-feature__tile--blue .product-feature__tile-title,.product-feature__tile--chart .product-feature__tile-title{font-size:80px}.product-feature__tile--dark .product-feature__tile-title,.product-feature__tile-title{font-size:42px;line-height:1.2}.product-feature__tile-title-unit{font-size:32px}.product-feature__tile-sub{font-size:16px}.product-feature__tile-icon{border-radius:28px;width:80px;height:80px}.product-feature__tile-icon-wrap{border-radius:16px;width:60px;height:60px}}@media (width>=3440px){.product-feature{padding:clamp(96px,6vw,128px) 0 clamp(128px,8vw,172px)}.product-feature__title{font-size:clamp(3.75rem,3.5vw,5rem)}.product-feature__body{max-width:900px;font-size:1.375rem}.product-feature__item{font-size:1.25rem}.product-feature__eyebrow{font-size:1.125rem}.product-feature__bento{gap:28px}.product-feature__tile{border-radius:44px;width:460px;height:460px;padding:40px 44px}.product-feature__tile--blue .product-feature__tile-title,.product-feature__tile--chart .product-feature__tile-title{font-size:108px}.product-feature__tile--dark .product-feature__tile-title,.product-feature__tile-title{font-size:56px;line-height:1.2}.product-feature__tile-title-unit{font-size:40px}.product-feature__tile-sub{font-size:18px}.product-feature__tile-icon{border-radius:36px;width:108px;height:108px}.product-feature__tile-icon-wrap{border-radius:20px;width:80px;height:80px}}.product-details-page{background:var(--color-bg);min-height:100vh}.company-contact-section{position:relative}.company-contact{min-height:78vh;padding-top:170px;padding-bottom:200px}.company-contact__content{z-index:2;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.company-contact__title{color:var(--color-text);margin-bottom:56px;font-size:clamp(2rem,4vw,3rem);font-weight:700}.company-contact__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:100%;margin-bottom:86px;display:grid}.company-contact__card{flex-direction:column;align-items:center;gap:14px;padding:8px 24px 0;display:flex}.company-contact__card h2{font-size:2rem;font-weight:700;line-height:1.1}.company-contact__card p{max-width:360px;color:var(--color-text-muted);font-size:.95rem;line-height:1.6}.company-contact__card a{text-underline-offset:4px;font-size:1rem;text-decoration:underline}.company-contact__icon{width:42px;height:42px;color:var(--color-text);place-items:center;display:grid}.company-contact__icon svg{width:36px;height:36px}.company-contact__message{width:100%}.company-contact__message-surface{min-height:unset;margin-top:-150px;padding-bottom:62px;position:relative}.company-contact__message-layout{z-index:2;text-align:left;grid-template-columns:minmax(260px,340px) minmax(0,1fr);align-items:start;gap:36px;width:100%;display:grid;position:relative}.company-contact__message-heading{grid-column:1/-1;margin-bottom:6px;font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:700;line-height:1.2}.company-contact__message-heading .company-contact__message-heading-span{color:var(--color-secondary);margin-top:6px;display:block}.company-contact__message-intro h3{margin-bottom:12px;font-size:clamp(1.5rem,2.4vw,2.2rem);font-weight:700;line-height:1.15}.company-contact__message-intro p{max-width:320px;color:var(--color-text);opacity:.8;margin-bottom:28px;line-height:1.65}.company-contact__underline{text-underline-offset:3px;-webkit-text-decoration:underline #1a1a1c99;text-decoration:underline #1a1a1c99;text-decoration-thickness:1px}.company-contact__social-link{color:var(--color-text);transition:color var(--transition);align-items:center;gap:10px;font-size:.9rem;font-weight:600;line-height:1.4;text-decoration:none;display:inline-flex}.company-contact__social-link:hover{color:var(--color-secondary)}.company-contact__social-link:focus-visible{outline:2px solid var(--color-secondary);outline-offset:3px;border-radius:4px}.company-contact__social-icon{background:var(--color-white);border:1px solid #1a1a1c24;border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.company-contact__social-icon svg{width:16px;height:16px;display:block}.company-contact__form{flex-direction:column;gap:18px;display:flex}.company-contact__form label{letter-spacing:0;color:var(--color-text);flex-direction:column;gap:8px;font-size:16px;font-style:normal;font-weight:500;line-height:100%;display:flex}.company-contact__form input,.company-contact__form textarea{letter-spacing:0;width:100%;color:var(--color-text);background:0 0;border:1px solid #1a1a1c4d;border-radius:999px;padding:10px 16px;font-family:Montserrat,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:100%}.company-contact__form input::placeholder,.company-contact__form textarea::placeholder{letter-spacing:0;vertical-align:middle;color:#1a1a1c80;font-family:Montserrat,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:100%}.company-contact__form textarea{resize:vertical;border-radius:28px;min-height:118px;padding-top:14px}.company-contact__form button{background:var(--color-primary);width:fit-content;min-width:240px;height:43px;color:var(--color-white);transition:background-color var(--transition);font-weight:700;font-family:var(--font-inter);letter-spacing:0%;text-align:center;vertical-align:middle;text-transform:capitalize;border-radius:999px;padding:10px 24px;font-size:14px;font-weight:700;line-height:21.6px;box-shadow:0 .9px 5px #1018280d}.company-contact__form button:hover:not(:disabled){background:var(--color-primary-hover)}.company-contact__form button:disabled{opacity:.65;cursor:not-allowed}.company-contact__form-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}@media (width<=900px){.company-contact__cards{grid-template-columns:1fr;gap:28px}.company-contact__title{margin-bottom:40px}.company-contact__message-layout{grid-template-columns:1fr;gap:26px}.company-contact__form-row{grid-template-columns:1fr}}.latest-news-details.container{padding-block:6rem}.latest-news-details__hero{min-height:58vh;padding-top:80px;padding-bottom:1rem}.latest-news-details__hero:before{content:"";z-index:2;pointer-events:none;background:#f9fafb6b;position:absolute;inset:0}.latest-news-details__hero-content{z-index:3;text-align:center;padding-top:2.5rem;position:relative}.latest-news-details__date{color:var(--color-text-muted);text-transform:lowercase;margin:0 0 10px;font-size:.95rem;font-weight:600}.latest-news-details__title{color:var(--color-text);text-align:start;margin:0 0 2.75rem;font-size:clamp(2rem,4vw,3.4rem);line-height:1.18}.latest-news-details__content{padding-top:clamp(48px,8vw,100px);padding-bottom:clamp(64px,10vw,120px)}.latest-news-details__image{object-fit:cover;border-radius:24px;width:100%;height:auto;max-height:600px;display:block}.latest-news-details__description{max-width:840px;color:var(--color-text);text-align:center;margin:24px auto 0;font-size:1rem;line-height:1.75}.latest-news-details__back-link{color:var(--color-secondary);margin-top:24px;font-weight:600;text-decoration:none;display:inline-block}.latest-news-details__article-layout{grid-template-columns:100px 1fr;align-items:start;gap:80px;display:grid}.latest-news-details__share-col{z-index:5;align-self:start;position:sticky;top:0}.latest-news-details__share-sticky{border-right:1px solid #0003;flex-direction:column;align-items:center;gap:2rem;padding:2.5rem 0;display:flex;position:relative}.latest-news-details__share-header{flex-direction:column;align-items:center;gap:12px;display:flex}.latest-news-details__share-label{color:#020202;letter-spacing:2%;font-size:1rem;font-weight:400;line-height:100%}.latest-news-details__share-divider{background:#1a1a1c26;width:1px;height:150px}.latest-news-details__share-btn{color:var(--color-text-muted);cursor:pointer;background:#f4f7fc;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:.9rem;font-weight:700;transition:color .2s,background-color .2s,transform .2s;display:inline-flex}.latest-news-details__share-btn img{transition:filter .2s}.latest-news-details__share-btn:hover,.latest-news-details__share-btn:focus-visible{color:var(--color-secondary);background:var(--color-secondary);transform:translateY(-1px)}.latest-news-details__share-btn:hover img,.latest-news-details__share-btn:focus-visible img{filter:brightness(0)invert()}.latest-news-details__paragraph{color:var(--color-text);margin:0 0 22px;font-size:1rem;line-height:1.8}.latest-news-details__blockquote{color:var(--color-secondary);letter-spacing:2%;margin:4px 0 26px;padding:68px 140px;font-size:2.125rem;font-weight:500;line-height:1.55;position:relative}.latest-news-details__quote-icon{width:85px;height:66px;position:absolute}.latest-news-details__quote-icon.first-quote-icon{top:0;left:0}.latest-news-details__quote-icon.last-quote-icon{bottom:0;right:5rem}.latest-news-details__section-title{color:var(--color-text);margin:8px 0 18px;font-size:clamp(1.45rem,2vw,2rem);line-height:1.3}.latest-news-details__image-row{grid-template-columns:1fr 1fr;align-items:flex-start;gap:20px;margin:10px 0 26px;display:grid}.latest-news-details__image-row-img{border-radius:14px;width:100%;display:block}.latest-news-details__image-row-copy{margin:0}.latest-news-details__images-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:10px 0 26px;display:grid}.latest-news-details__images-grid-img{object-fit:cover;object-position:center;border-radius:14px;width:100%;height:400px;max-height:400px;display:block}.latest-news-details__bullets{margin:1.2rem 0 24px 3.2rem;padding:0}.latest-news-details__bullets li{color:var(--color-text);letter-spacing:2%;margin:0 3rem 12px 0;font-size:1rem;font-weight:700;line-height:180%}@media (width<=1024px){.latest-news-details__article-layout{gap:24px}.latest-news-details__image-row{grid-template-columns:1fr}.latest-news-details__blockquote{padding:68px 30px}.latest-news-details__quote-icon.last-quote-icon{right:0}}@media (width<=640px){.latest-news-details__hero{min-height:46vh}.latest-news-details__image{border-radius:16px}.latest-news-details__description{text-align:left}.latest-news-details__article-layout{grid-template-columns:1fr;gap:24px}.latest-news-details__image-row{grid-template-columns:1fr;gap:14px}.latest-news-details__share-sticky{border-right:none;flex-direction:row;justify-content:space-around;align-items:start;gap:12px;padding:0;position:static}.latest-news-details__share-header{justify-content:center;align-items:center;gap:12px;display:flex}.latest-news-details__share-col{position:static;top:auto}.latest-news-details__share-divider{width:70px;height:1px}.latest-news-details__share-label{display:none}}.all-news-page{min-height:100vh;position:relative;overflow:hidden}.all-news-page__hero{z-index:0;pointer-events:none;height:auto;min-height:100%;padding:0;position:absolute;inset:0}.all-news-page__hero:before{content:"";z-index:2;pointer-events:none;background:#f9fafb6b;position:absolute;inset:0}.all-news-page__content{z-index:1;position:relative}.all-news-page__header{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:900px;margin:0 auto;padding-top:100px;padding-bottom:clamp(24px,5vw,48px);display:flex;position:relative}.all-news-page__brand{color:var(--color-primary);font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:.85}.all-news-page__title{color:var(--color-text);letter-spacing:-.02em;margin:0;font-size:clamp(2rem,4vw,3.25rem);font-weight:700;line-height:1.12}.all-news-page__grid-section{z-index:1;padding:0 24px clamp(64px,10vw,120px);position:relative}.all-news-page__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,3vw,40px);margin:0;padding:0;list-style:none;display:grid}.all-news-page__grid-item{min-width:0}.all-news-page .ln-card--grid{aspect-ratio:450/620;will-change:auto;width:100%;height:auto;max-height:none;position:relative;top:auto;left:auto;transform:none}@media (width<=1100px){.all-news-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.all-news-page__header{padding-top:88px;padding-bottom:32px}.all-news-page__grid-section{padding-inline:16px}.all-news-page__grid{grid-template-columns:1fr;max-width:450px;margin:0 auto}}@media (width>=1920px){.all-news-page .ln-card--grid{aspect-ratio:580/800}}
