:root{--container-max:1240px;--site-max:1440px;--section-pad-x:100px;--section-pad-y:72px;--radius-lg:25px;--mobile-navbar-height:84px}html,body{scrollbar-width:none;height:100%}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}body{background:#fff;margin:0;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow-x:hidden}html.preloader-active,html.preloader-active body{overflow:hidden}#root{background:#fff;width:100%;max-width:none;min-height:100vh;margin:0;overflow-x:clip}@media (width<=1280px){:root{--section-pad-x:48px;--section-pad-y:64px}}@media (width<=1024px){:root{--section-pad-x:24px;--section-pad-y:56px}}@media (width<=768px){:root{--section-pad-x:20px;--section-pad-y:48px}}@media (width<=480px){:root{--section-pad-x:16px;--section-pad-y:40px}}.page{padding:120px var(--section-pad-x) 80px;min-height:60vh}.page h1{margin:0 0 16px;font-size:clamp(1.75rem,5vw,2.5rem)}.page p{color:#555;max-width:640px;margin:0;line-height:1.6}.navbar-root{z-index:1000;position:sticky;top:0;overflow:visible}.navbar{box-sizing:border-box;z-index:1;will-change:transform;background:#fff;padding:28px 100px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:relative;transform:translate(0,0)}.navbar--open{z-index:1004;background:#fff}.navbar--hidden{pointer-events:none;transform:translateY(-100%)}.navbar__inner{align-items:center;gap:168px;display:flex}.navbar__brand{color:#000;white-space:nowrap;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:28px;font-weight:600;line-height:42px;transition:opacity .28s,visibility .28s}.navbar__menuBrand{display:none}.navbar__nav{color:#454545;white-space:nowrap;align-items:center;gap:24px;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;line-height:26px;display:flex}.navbar__link{color:inherit;text-decoration:none}.navbar__cta.btn-anim{--btn-anim-arrow-scale:.78;--btn-anim-letter-duration:.36s;--btn-anim-letter-stagger:20ms;--btn-anim-arrow-duration:.48s;--btn-anim-arrow-delay:.12s;box-sizing:border-box;color:#fff;white-space:nowrap;background:#000;border:1px solid #000;border-radius:100px;justify-content:center;align-items:center;gap:8px;height:51px;padding:8px 24px;font-size:16px;font-weight:600;line-height:28px}.navbar__cta.btn-anim .btn-anim__caption{height:28px;line-height:28px}.navbar__cta.btn-anim .btn-anim__icon{flex-shrink:0}.navbar__ctaArrow{filter:invert()}.navbar__hamburger{cursor:pointer;transform-origin:50%;will-change:transform, background-color, border-color, box-shadow;background:#fff;border:1px solid #00000029;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:6px;width:48px;height:48px;margin:0;padding:0;display:none;overflow:hidden;box-shadow:0 10px 30px #0000000f}.navbar__hamburgerBar{transform-origin:50%;will-change:transform, opacity, width, background-color;background:#000;border-radius:2px;width:24px;height:2px;display:block}.navbar__overlay,.navbar__prelayers{display:none}@media (width<=1024px){.navbar{padding:20px var(--section-pad-x)}.navbar--open{padding-left:40px;padding-right:40px}.navbar--open .navbar__brand{opacity:0;visibility:hidden}.navbar__inner{z-index:1;justify-content:space-between;gap:0;width:100%;position:relative}.navbar__menuBrand{opacity:0;visibility:hidden;color:#000;white-space:nowrap;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:28px;font-weight:600;line-height:1.2;transition:opacity .28s,visibility .28s;display:block;position:absolute;top:50%;left:0;transform:translateY(-50%)}.navbar--open .navbar__menuBrand{opacity:1;visibility:visible}.navbar__nav,.navbar__inner>.navbar__cta{display:none}.navbar__hamburger{z-index:2;display:flex;position:relative}.navbar__overlay{z-index:1003;width:100vw;box-shadow:none;will-change:transform;background:#fff;flex-direction:column;align-items:center;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden}.navbar__prelayers{z-index:1002;pointer-events:none;width:100vw;display:block;position:fixed;top:0;bottom:0;right:0}.navbar__prelayer{will-change:transform;position:absolute;inset:0}.navbar__prelayer--one{background:#d8d1c3}.navbar__prelayer--two{background:#111}.navbar__mobileNav{min-height:100%;padding:calc(var(--mobile-navbar-height,84px) + 28px) 40px 48px;box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:12px;width:100%;max-width:none;margin-top:0;display:flex;overflow-y:auto}.navbar__mobileBrand{display:none}.navbar__mobileLink{letter-spacing:-.04em;color:#000;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:2px 0 6px;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(34px,8vw,52px);font-weight:600;line-height:1.12;text-decoration:none;display:flex}.navbar__mobileLinkReveal{padding-bottom:.12em;display:block;overflow:hidden}.navbar__mobileLinkReveal>span{will-change:transform;display:block}.navbar__mobileLinkArrowWrap{flex:none;justify-content:center;align-items:center;width:clamp(28px,7vw,42px);height:clamp(28px,7vw,42px);display:inline-flex;overflow:hidden}.navbar__mobileLinkArrow{object-fit:contain;will-change:transform, opacity;width:100%;height:100%;display:block;transform:rotate(0)}.navbar__mobileCta{margin-top:28px;display:inline-flex}}@media (width<=1280px) and (width>=1025px){.navbar{padding:24px 48px}.navbar__inner{gap:48px}.navbar__brand{font-size:24px;line-height:1.4}.navbar__nav{gap:16px;font-size:14px;line-height:22px}.navbar__cta.btn-anim{height:46px;padding:8px 20px;font-size:14px}}@media (width<=480px){.navbar--open{padding-left:28px;padding-right:28px}.navbar__mobileLink{font-size:40px}.navbar__mobileNav{padding:calc(var(--mobile-navbar-height,84px) + 22px) 28px 40px;gap:10px}}@media (prefers-reduced-motion:reduce){.navbar__hamburger--open{background:#000}.navbar__hamburger--open .navbar__hamburgerBar:first-child{background:#fff;transform:translateY(8px)rotate(45deg)}.navbar__hamburger--open .navbar__hamburgerBar:nth-child(2){opacity:0;background:#fff;transform:scaleX(0)}.navbar__hamburger--open .navbar__hamburgerBar:nth-child(3){background:#fff;transform:translateY(-8px)rotate(-45deg)}.navbar__hamburgerBar{transition:transform .2s,opacity .2s,background .2s}}.btn-anim{cursor:pointer;color:inherit;align-items:center;gap:10px;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.btn-anim--link{background:0 0;border:0;padding:0}.btn-anim__caption{height:1em;line-height:1;display:block;overflow:hidden}.btn-anim--medium .btn-anim__caption{height:1em}.btn-anim__block{color:inherit;display:block}.btn-anim__letter{transition:transform var(--btn-anim-letter-duration,.5s) cubic-bezier(.76, 0, .024, 1);display:inline-block}.btn-anim:hover .btn-anim__letter,.btn-anim:focus-visible .btn-anim__letter{transform:translateY(-100%)}.btn-anim__letter:first-child{transition-delay:calc(0 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__letter:nth-child(2){transition-delay:calc(1 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__letter:nth-child(3){transition-delay:calc(2 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__letter:nth-child(4){transition-delay:calc(3 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__letter:nth-child(5){transition-delay:calc(4 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__letter:nth-child(6){transition-delay:calc(5 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__letter:nth-child(7){transition-delay:calc(6 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__letter:nth-child(8){transition-delay:calc(7 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__letter:nth-child(9){transition-delay:calc(8 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__letter:nth-child(10){transition-delay:calc(9 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__letter:nth-child(11){transition-delay:calc(10 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__letter:nth-child(12){transition-delay:calc(11 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__letter:nth-child(13){transition-delay:calc(12 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__letter:nth-child(14){transition-delay:calc(13 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__letter:nth-child(15){transition-delay:calc(14 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__letter:nth-child(16){transition-delay:calc(15 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__letter:nth-child(17){transition-delay:calc(16 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__letter:nth-child(18){transition-delay:calc(17 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__letter:nth-child(19){transition-delay:calc(18 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__letter:nth-child(20){transition-delay:calc(19 * var(--btn-anim-letter-stagger,30ms))}.btn-anim__icon{flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;overflow:hidden}.btn-anim__icon img{object-fit:contain;width:24px;height:24px;transform:scale(var(--btn-anim-arrow-scale,.78));transform-origin:50%;will-change:transform;display:block}.btn-anim--slide-right-up:hover .btn-anim__icon img,.btn-anim--slide-right-up:focus-visible .btn-anim__icon img{animation:btnAnimSlideRightUp var(--btn-anim-arrow-duration,.6s) cubic-bezier(.23, .65, .74, 1.09) var(--btn-anim-arrow-delay,.3s) both}@keyframes btnAnimSlideRightUp{0%{transform:translate(0, 0) scale(var(--btn-anim-arrow-scale,.78));opacity:1}50%{transform:translate(100%, -100%) scale(var(--btn-anim-arrow-scale,.78));opacity:1}51%{transform:translate(100%, -100%) scale(var(--btn-anim-arrow-scale,.78));opacity:0}52%{transform:translate(-100%, 100%) scale(var(--btn-anim-arrow-scale,.78));opacity:0}53%{transform:translate(-100%, 100%) scale(var(--btn-anim-arrow-scale,.78));opacity:1}to{transform:translate(0, 0) scale(var(--btn-anim-arrow-scale,.78));opacity:1}}@media (prefers-reduced-motion:reduce){.btn-anim__letter{transition:none}.btn-anim:hover .btn-anim__letter,.btn-anim:focus-visible .btn-anim__letter{transform:none}.btn-anim--slide-right-up:hover .btn-anim__icon img,.btn-anim--slide-right-up:focus-visible .btn-anim__icon img{transform:scale(var(--btn-anim-arrow-scale,.78));animation:none}}.footer{box-sizing:border-box;background:#000;flex-direction:column;align-items:flex-start;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);padding:clamp(48px,8vw,80px) 0;display:flex}.footer__wrap{width:100%;max-width:none;padding:0 var(--section-pad-x);box-sizing:border-box;flex-direction:column;align-items:center;gap:clamp(28px,4vw,40px);margin:0;display:flex}.footer__top{justify-content:space-between;align-items:flex-start;gap:clamp(32px,6vw,80px);width:100%;display:flex}.footerBrand{flex-direction:column;flex:0 360px;gap:24px;display:flex}.footerBrand__name{color:#fff;white-space:normal;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(26px,3vw,32px);font-weight:500;line-height:1.4}.footerBrand__desc{color:#fafafa;white-space:normal;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;line-height:25px}.footerCols{flex-wrap:wrap;align-items:flex-start;gap:clamp(32px,5vw,80px);display:flex}.footerCol{flex-direction:column;gap:24px;min-width:140px;display:flex}.footerCol__title{color:#fff;white-space:normal;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(20px,2.2vw,24px);font-weight:600;line-height:1.4}.footerCol__links{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.footer__link.btn-anim{--btn-anim-letter-duration:.42s;--btn-anim-letter-stagger:22ms;color:#fafafa;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;line-height:25px}.footer__link.btn-anim .btn-anim__caption{height:25px;line-height:25px}.footer__link--policy.btn-anim{font-size:14px;line-height:1}.footer__link--policy.btn-anim .btn-anim__caption{height:14px;line-height:1}.footerContact{flex-direction:column;gap:16px;display:flex}.footerContact__row{align-items:flex-start;gap:10px;display:flex}.footerContact__row--center{align-items:center}.footerContact__icon{color:#fafafa;fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:25px;height:25px;display:block}.footerContact__text,.footerContact__single{color:#fafafa;white-space:normal;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;line-height:25px}.footer__line{will-change:transform;background:#fff3;width:100%;height:1px;display:block}.footer__mid{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;width:100%;display:flex}.footerSocial{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.footerSocial__label{color:#fafafa;white-space:nowrap;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400}.footerSocial__icons{align-items:center;gap:24px;display:flex}.footerSocial__icon{color:#fafafa;fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;display:block}.footerSocial__icon--26{width:26px;height:26px}.footerSocial__icon--32{width:32px;height:32px}.footerPolicies{flex-wrap:wrap;align-items:center;gap:clamp(16px,3vw,32px);display:flex}.footer__copyright{text-align:center;color:#fafafa;white-space:normal;width:100%;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400}@media (width<=1024px){.footer__top{flex-direction:column;gap:40px}.footerBrand{flex:auto;max-width:100%}.footerCols{justify-content:space-between;width:100%}}@media (width<=768px){.footerCols{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px;display:grid}.footerCol:last-child{grid-column:1/-1}.footer__mid{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:24px;display:grid}.footerPolicies{grid-template-columns:repeat(2,max-content);align-items:flex-start;gap:12px;display:grid}}@media (width<=480px){.footer{padding:44px 0}.footer__wrap{gap:28px}.footer__top{gap:32px}.footerCols{gap:28px 18px}.footerCol{gap:18px;min-width:0}.footerCol__links,.footerContact{gap:12px}.footerBrand__desc,.footerContact__text,.footerContact__single{font-size:15px;line-height:22px}.footerSocial__icons{gap:16px}.footer__mid{grid-template-columns:1fr}.footerSocial{width:100%}.footerPolicies{grid-template-columns:repeat(2,minmax(0,max-content));width:100%}}.preloader{z-index:10000;pointer-events:auto;position:fixed;inset:0}.preloader__backdrop{will-change:opacity;background-color:#fff;background-image:radial-gradient(circle,#0000000b .75px,#0000 .75px);background-size:28px 28px;position:absolute;inset:0}.preloader__mark{pointer-events:none;will-change:transform, opacity;width:20px;height:20px;position:absolute}.preloader__mark:before,.preloader__mark:after{content:"";background:#00000059;position:absolute}.preloader__mark:before{width:100%;height:1px}.preloader__mark:after{width:1px;height:100%}.preloader__mark--tl{top:28px;left:28px}.preloader__mark--tr{top:28px;right:28px}.preloader__mark--tr:before,.preloader__mark--tr:after{right:0}.preloader__mark--bl{bottom:28px;left:28px}.preloader__mark--bl:before,.preloader__mark--bl:after{bottom:0}.preloader__mark--br{bottom:28px;right:28px}.preloader__mark--br:before,.preloader__mark--br:after{bottom:0;right:0}.preloader__ui{z-index:1;position:absolute;inset:0}.preloader__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex;position:absolute;inset:0}.preloader__brand{letter-spacing:-.02em;color:#000;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(36px,5.5vw,56px);font-weight:600;line-height:1.1;display:flex;overflow:hidden}.preloader__letter{display:inline-block;overflow:hidden}.preloader__letter>span{will-change:transform, opacity;display:inline-block}.preloader__rule{will-change:width, opacity;background:#000;width:0;height:1px}.preloader__tagline{letter-spacing:.24em;text-transform:uppercase;color:#454545;will-change:transform, opacity;margin:0;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:11px;font-weight:400;line-height:1}.preloader__footer{box-sizing:border-box;grid-template-columns:auto 1fr;align-items:end;gap:40px;padding:32px 40px;display:grid;position:absolute;bottom:0;left:0;right:0}.preloader__counterWrap{will-change:transform, opacity;flex-direction:column;gap:10px;display:flex}.preloader__counterLabel{letter-spacing:.2em;text-transform:uppercase;color:#454545;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:10px;font-weight:400;line-height:1}.preloader__counter{letter-spacing:-.03em;color:#000;font-variant-numeric:tabular-nums;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(28px,4vw,40px);font-weight:600;line-height:1}.preloader__progress{will-change:transform, opacity;flex-direction:column;justify-content:flex-end;display:flex}.preloader__progressTrack{background:#00000014;height:1px;overflow:hidden}.preloader__progressBar{transform-origin:0;will-change:transform;background:#000;width:100%;height:100%;transform:scaleX(0)}@media (width<=1024px){.preloader__mark--tl,.preloader__mark--tr{top:20px}.preloader__mark--bl,.preloader__mark--br{bottom:20px}.preloader__mark--tl,.preloader__mark--bl{left:20px}.preloader__mark--tr,.preloader__mark--br{right:20px}.preloader__footer{padding:24px var(--section-pad-x);gap:24px}}@media (width<=480px){.preloader__footer{grid-template-columns:1fr;gap:16px}.preloader__tagline{letter-spacing:.18em;font-size:10px}}@media (prefers-reduced-motion:reduce){.preloader{display:none}}.hero{box-sizing:border-box;justify-content:center;padding:0 20px;display:flex}.hero__canvas{aspect-ratio:1400/934;border-radius:var(--radius-lg);transform-origin:50%;will-change:clip-path, transform;width:100%;max-width:1400px;height:auto;min-height:600px;position:relative;overflow:hidden}.hero__bg{object-fit:cover;will-change:transform, opacity;width:100%;height:100%;position:absolute;inset:0}.hero__overlay{pointer-events:none;background:linear-gradient(90deg,#000000a3 0%,#00000038 52%,#00000029 100%);position:absolute;inset:0}.hero__content{justify-content:space-between;align-items:flex-end;gap:clamp(24px,8vw,152px);display:flex;position:absolute;inset:auto 5.71% 6.5%}.hero__left{flex-direction:column;flex-shrink:1;align-items:flex-start;gap:clamp(24px,3vw,40px);width:min(577px,48%);min-width:0;display:flex}.hero__copy{flex-direction:column;align-items:flex-start;gap:24px;display:flex}.hero__title{color:#fff;margin:0;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(32px,4vw,56px);font-weight:600;line-height:1.25}.hero__revealLine{display:block;overflow:hidden}.hero__revealLine>span{will-change:transform, opacity;display:block}.hero__subtitle{color:#fafafa;margin:0;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(16px,1.8vw,24px);font-weight:400;line-height:1.55}.hero__subtitle .hero__revealLine{display:block}.hero__button{box-sizing:border-box;color:#000;background:#fff;border-radius:100px;align-items:center;gap:8px;height:67px;padding:16px 32px;line-height:1;text-decoration:none;display:inline-flex}.hero__buttonLabel{color:#000;white-space:nowrap;padding-bottom:5px;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;line-height:1;display:inline-block;position:relative}.hero__buttonLabel:after{content:"";transform-origin:0;background:currentColor;width:100%;height:1.5px;transition:transform .35s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.hero__button:hover .hero__buttonLabel:after,.hero__button:focus-visible .hero__buttonLabel:after{transform:scaleX(1)}.hero__buttonArrowWrap{flex:none;justify-content:center;align-items:center;width:31px;height:31px;display:inline-flex;overflow:hidden}.hero__buttonArrow{object-fit:contain;transform-origin:50%;will-change:transform, opacity;width:31px;height:31px;display:block}.hero__stats{aspect-ratio:511/371;border-radius:var(--radius-lg);transform-origin:50%;will-change:transform, opacity;flex-shrink:0;width:min(511px,42%);height:auto;position:relative;overflow:hidden}.hero__stats:before{content:"";z-index:0;filter:blur(10px);opacity:.86;background-image:url(/assets/hero-architecture-bg-Cu-sG4RZ.webp);background-position:-809px -483px;background-size:1400px 934px;position:absolute;inset:-24px;transform:scale(1.08)}.hero__glass{z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff;border-radius:25px;position:absolute;inset:0;transform:translateZ(0);box-shadow:0 24px 80px #0000002e}.hero__statsImage{z-index:2;aspect-ratio:241/339;border-radius:var(--radius-lg);object-fit:cover;transform-origin:50%;will-change:transform, opacity;width:47.2%;height:auto;position:absolute;top:4.3%;right:6.3%}.hero__statsText{--stat-value-size:clamp(28px, 2.8vw, 40px);--stat-value-height:clamp(38px, 3.8vw, 55px);--stat-slot-width:clamp(20px, 1.9vw, 27px);--stat-label-size:clamp(13px, 1.2vw, 16px);--stat-label-height:clamp(24px, 2.4vw, 35px);z-index:3;grid-template-rows:max-content max-content max-content;row-gap:8px;max-width:46%;display:grid;position:absolute;top:8.6%;left:6.3%}.hero__statsValue{--slot-height:var(--stat-value-height);--slot-width:var(--stat-slot-width);height:var(--slot-height);font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:600;font-size:var(--stat-value-size);line-height:var(--stat-value-height);color:#fff;white-space:nowrap;align-items:baseline;display:inline-flex;overflow:hidden}.hero__slot{width:var(--slot-width);height:var(--slot-height);display:inline-block;overflow:hidden}.hero__slotTrack{will-change:transform;flex-direction:column;display:flex}.hero__slotTrack span{height:var(--slot-height);line-height:var(--slot-height);text-align:center;display:block}.hero__statsPlus{padding-left:1px;display:inline-block}.hero__statsLabel,.hero__metricLabel{font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:400;font-size:var(--stat-label-size);line-height:var(--stat-label-height);color:#fafafa;white-space:nowrap;will-change:transform, opacity}.hero__statsMetrics{row-gap:12px;margin-top:18px;display:grid}.hero__metric{will-change:transform, opacity;row-gap:2px;display:grid}.hero__metricValue{--slot-height:var(--stat-value-height);--slot-width:var(--stat-slot-width);height:var(--slot-height);font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:600;font-size:var(--stat-value-size);line-height:var(--stat-value-height);color:#fff;align-items:baseline;display:inline-flex;overflow:hidden}.hero__metricPrefix,.hero__metricSuffix{line-height:var(--stat-value-height);display:inline-block}.hero__statsArrow{z-index:3;object-fit:contain;transform-origin:50%;will-change:transform, opacity;width:clamp(36px,10%,51px);height:clamp(36px,10%,51px);display:block;position:absolute;bottom:6%;right:8%;transform:scale(.72)}.hero__statsArrow--white{filter:invert()}.hero__statsValue--mobile{display:none}@media (width<=1280px) and (width>=1025px){.hero{padding:0 16px}.hero__canvas{aspect-ratio:auto;min-height:680px}.hero__content{flex-direction:column;align-items:flex-start;gap:32px;inset:auto 48px 48px}.hero__left{gap:32px;width:min(577px,100%)}.hero__title{font-size:clamp(40px,4.5vw,56px);line-height:1.25}.hero__subtitle{font-size:clamp(18px,2vw,24px);line-height:1.5}.hero__stats{align-self:flex-end;width:min(511px,100%);height:auto;min-height:320px}.hero__statsImage{left:auto;right:32px}}@media (width<=1024px){.hero{height:calc(100svh - var(--mobile-navbar-height,84px));min-height:calc(100svh - var(--mobile-navbar-height,84px));box-sizing:border-box;padding:0 16px}.hero__canvas{border-radius:24px;width:100%;height:100%}.hero__overlay{background:linear-gradient(#00000014 0%,#00000047 48%,#0000009e 100%)}.hero__content{display:block;position:absolute;inset:0}.hero__left{gap:46px;width:auto;max-width:none;position:absolute;inset:auto 23px 26px}.hero__copy{flex-direction:column;gap:0;display:flex}.hero__title{letter-spacing:-.01em;margin:0;font-size:30.286px;line-height:43.265px}.hero__title .hero__revealLine+.hero__revealLine{margin-top:0}.hero__subtitle{max-width:338px;margin:0;font-size:14.053px;line-height:23.421px}.hero__subtitle .hero__revealLine+.hero__revealLine{margin-top:0}.hero__button{gap:4.692px;height:39.293px;padding:9.383px 18.767px}.hero__buttonLabel{padding-bottom:0;font-size:14px;line-height:21px}.hero__buttonLabel:after{display:none}.hero__buttonArrowWrap,.hero__buttonArrow{width:18.18px;height:18.18px}.hero__stats{aspect-ratio:511/371;transform-origin:top;border-radius:24px;width:clamp(280px,56vw,330px);max-width:calc(100% - 32px);height:auto;position:absolute;top:28px;left:auto;right:16px;transform:none}.hero__stats:before{filter:blur(10px);background-position:50%;background-size:cover;display:block}.hero__glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-width:1px;border-radius:24px;box-shadow:0 18px 60px #00000029}.hero__statsImage{border-radius:24px;width:47.2%;height:auto;top:4.3%;left:auto;right:6.3%}.hero__statsText{--stat-value-size:clamp(24px, 4.8vw, 32px);--stat-value-height:clamp(31px, 6vw, 40px);--stat-slot-width:clamp(16px, 3.4vw, 22px);--stat-label-size:clamp(11px, 2.5vw, 14px);--stat-label-height:clamp(17px, 3.5vw, 22px);row-gap:6px;max-width:46%;display:grid;top:8.6%;left:6.3%;right:auto}.hero__statsValue--desktop{display:none}.hero__statsValue--mobile{font-size:var(--stat-value-size);line-height:var(--stat-value-height);height:var(--stat-value-height);display:inline-flex}.hero__statsLabel{font-size:var(--stat-label-size);line-height:var(--stat-label-height);white-space:nowrap;max-width:none}.hero__statsMetrics{row-gap:clamp(4px,1.3vw,8px);margin-top:clamp(6px,1.8vw,10px);display:grid}.hero__statsArrow{width:clamp(24px,5.6vw,32px);height:clamp(24px,5.6vw,32px);inset:auto 8% 6% auto;transform:scale(.72)}}@media (width<=480px){.hero{padding:0 12px}.hero__left{gap:32px;bottom:20px;left:16px;right:16px}.hero__title{font-size:26px;line-height:36px}.hero__subtitle{max-width:100%;font-size:13px;line-height:21px}.hero__stats{border-radius:20px;width:min(300px,100% - 24px);top:18px;right:12px}.hero__glass,.hero__statsImage{border-radius:20px}}.vision{padding:var(--section-pad-y) var(--section-pad-x);box-sizing:border-box;background:#fff;justify-content:center;display:flex}.vision__text{text-align:center;color:#000;white-space:normal;max-width:min(100%,1100px);margin:0;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(22px,3.2vw,40px);font-weight:600;line-height:clamp(34px,4.4vw,64px)}.tp_text_invert>div{width:100%;text-align:inherit;display:block}.tp_text_invert>div span{color:#0000;background-position-x:100%;background-size:200% 100%;-webkit-background-clip:text;background-clip:text}.tp_text_invert>div .vision__muted{background-image:linear-gradient(90deg,#00000059 50%,#0000002e 50%)}.tp_text_invert>div .vision__emph{background-image:linear-gradient(90deg,#000 50%,#00000059 50%)}@media (prefers-reduced-motion:reduce){.tp_text_invert>div span{color:inherit;background-image:none;background-position-x:0;-webkit-background-clip:unset;background-clip:unset}}.vision__muted{color:#a6a6a6}.vision__emph{color:#000}@media (width<=768px){.vision{justify-content:flex-start;align-items:flex-start;padding-top:64px;padding-bottom:64px}.vision__text{text-align:left;letter-spacing:-.025em;text-wrap:pretty;width:100%;max-width:100%;margin:0;font-size:clamp(24px,5.6vw,30px);line-height:1.48}.vision__text.tp_text_invert>div{text-align:left}.vision__text.tp_text_invert>div+div{margin-top:.3em}.vision__text br{display:none}}@media (width<=480px){.vision{padding-top:52px;padding-bottom:52px}.vision__text{letter-spacing:-.02em;font-size:clamp(22px,6vw,27px);line-height:1.46}.vision__text.tp_text_invert>div+div{margin-top:.34em}}.services{padding:var(--section-pad-y) var(--section-pad-x);box-sizing:border-box;background:#fff;align-items:center;display:flex}.services__inner{width:100%;max-width:var(--container-max);flex-direction:column;align-items:center;gap:32px;margin:0 auto;display:flex}.services__header{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.services__eyebrow{color:#000;width:100%;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px}.services__title{color:#000;width:100%;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(28px,3.5vw,40px);font-weight:600;line-height:1.4}.services__subtitle{color:#454545;width:100%;max-width:720px;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:400;line-height:28px}.services__grid{perspective:1200px;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:100%;display:grid}.servicesCard{border-radius:var(--radius-lg);box-sizing:border-box;width:100%;height:auto;min-height:520px;transform-style:preserve-3d;background:#fff;border:1px solid #d6d6d6;flex-direction:column;padding:16px;transition:background-color .3s;display:flex}.servicesCard__image{border-radius:var(--radius-lg);transform-origin:50%;background:#d9d9d9;flex-shrink:0;width:100%;height:220px;overflow:hidden}.servicesCard__img{object-fit:cover;width:100%;height:100%;display:block}.servicesCard__content{box-sizing:border-box;flex-direction:column;flex:1;padding:28px 16px 16px;display:flex}.servicesCard__heading{color:#000;white-space:normal;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(18px,2vw,22px);font-weight:600;line-height:1.45}.servicesCard__body{color:#454545;white-space:normal;margin-top:16px;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:400;line-height:28px}.servicesCard__link{--btn-anim-arrow-scale:.78;color:#000;margin-top:auto;padding-top:30px;line-height:1}@media (width<=1280px){.services__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.services__grid{grid-template-columns:1fr}.servicesCard{min-height:auto}.servicesCard__image{height:200px}}@media (prefers-reduced-motion:reduce){.servicesCard,.servicesCard__image{transform:none!important}}.why{padding:var(--section-pad-y) var(--section-pad-x);box-sizing:border-box;background:#fff;flex-direction:column;align-items:flex-start;display:flex}.why__inner{width:100%;max-width:var(--container-max);flex-direction:column;align-items:center;gap:32px;margin:0 auto;display:flex}.why__header{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.why__eyebrow{color:#000;width:100%;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px}.why__title{color:#000;width:100%;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(28px,3.2vw,38px);font-weight:600;line-height:1.35}.why__subtitle{color:#454545;width:100%;max-width:640px;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:400;line-height:28px}.why__grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:20px;width:100%;display:grid}.whyCard{border-radius:var(--radius-lg);box-sizing:border-box;background:#fff;border:1px solid #d6d6d6;flex-direction:column;gap:16px;width:100%;min-height:244px;padding:32px;display:flex;position:relative}.whyCard__iconBox{box-sizing:border-box;background:#000;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.whyIcon{color:#fff;fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:32px;height:32px;display:block}.whyCard__title{color:#000;white-space:normal;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(18px,2vw,22px);font-weight:600;line-height:1.45}.whyCard__body{color:#454545;white-space:normal;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:400;line-height:28px}@media (width<=768px){.why__grid{grid-template-columns:1fr}.whyCard{min-height:auto;padding:24px}}@media (width<=480px){.whyCard{padding:20px}.whyCard__body{font-size:14px;line-height:24px}}.portfolio{padding:var(--section-pad-y) var(--section-pad-x);box-sizing:border-box;background:#fff;align-items:center;display:flex}.portfolio__inner{width:100%;max-width:var(--container-max);flex-direction:column;align-items:center;gap:32px;margin:0 auto;display:flex}.portfolio__header{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.portfolio__eyebrow{color:#000;width:100%;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px}.portfolio__title{color:#000;width:100%;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(28px,3.5vw,40px);font-weight:600;line-height:1.4}.portfolio__subtitle{color:#454545;width:100%;max-width:720px;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:400;line-height:28px}.portfolio__grid{perspective:1200px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:20px;width:100%;display:grid}.portfolioCard{aspect-ratio:380/520;border-radius:var(--radius-lg);width:100%;height:auto;transform-style:preserve-3d;background:#d9d9d9;transition:box-shadow .35s;position:relative;overflow:hidden}.portfolioCard__image{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;position:absolute;inset:0}.portfolioCard__overlay{z-index:1;pointer-events:none;background:linear-gradient(#0000000a 0%,#0000002e 45%,#0000009e 100%);position:absolute;inset:0}.portfolioCard__content{z-index:2;flex-direction:column;align-items:flex-start;gap:16px;display:flex;position:absolute;bottom:24px;left:24px;right:24px}.portfolioCard:hover,.portfolioCard:focus-within{box-shadow:0 5px 10px #0003}.portfolioCard__name{color:#fff;white-space:normal;flex-wrap:wrap;gap:0 8px;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(18px,2vw,22px);font-weight:600;line-height:1.45;display:flex}.portfolioCard__wordWrap{padding-bottom:2px;display:inline-block;overflow:hidden}.portfolioCard__word{will-change:transform, opacity;display:inline-block}.portfolioCard__link{--btn-anim-arrow-scale:.78;color:#fff;will-change:transform, opacity;line-height:1}.portfolioCard__arrow--white{filter:invert()}.portfolioCard:hover .portfolioCard__link .btn-anim__icon img,.portfolioCard:focus-within .portfolioCard__link .btn-anim__icon img{animation:.8s cubic-bezier(.23,.65,.74,1) .5s both btnAnimSlideRightUp}.portfolio__cta{box-sizing:border-box;background:#000;border-radius:100px;align-items:center;gap:8px;height:67px;padding:16px 32px;text-decoration:none;display:inline-flex}.portfolio__ctaLabel{color:#fff;white-space:nowrap;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;line-height:35px}.portfolio__ctaArrowWrap{flex:none;justify-content:center;align-items:center;width:31px;height:31px;display:inline-flex;overflow:hidden}.portfolio__ctaArrow{object-fit:contain;transform-origin:50%;width:31px;height:31px;display:block;transform:scale(.72)}.portfolio__ctaArrow--white{filter:invert()}@media (width<=1280px) and (width>=769px){.portfolio__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.portfolioCard{aspect-ratio:380/520}.portfolioCard__content{gap:12px;bottom:18px;left:18px;right:18px}.portfolioCard__name{font-size:clamp(16px,1.8vw,20px)}}@media (width<=768px){.portfolio__inner{gap:28px}.portfolio__header{gap:12px}.portfolio__subtitle{font-size:14px;line-height:24px}.portfolio__grid{grid-template-columns:1fr;gap:16px}.portfolioCard{aspect-ratio:380/520}.portfolio__cta{height:56px;padding:14px 28px}.portfolio__ctaLabel{font-size:15px;line-height:28px}}@media (width<=480px){.portfolio{padding-top:44px;padding-bottom:44px}.portfolioCard{aspect-ratio:380/520;border-radius:20px}.portfolioCard__content{gap:12px;bottom:18px;left:18px;right:18px}.portfolioCard__name{font-size:18px;line-height:1.35}.portfolio__cta{justify-content:center;width:100%;padding:14px 22px}}@media (prefers-reduced-motion:reduce){.portfolioCard,.portfolio__cta,.portfolioCard__content{opacity:1!important;transform:none!important}.portfolioCard:hover .portfolioCard__link .btn-anim__icon img,.portfolioCard:focus-within .portfolioCard__link .btn-anim__icon img{transform:scale(var(--btn-anim-arrow-scale,.78));animation:none}}.articles{padding:var(--section-pad-y) var(--section-pad-x);box-sizing:border-box;background:#fff;flex-direction:column;align-items:flex-start;display:flex}.articles__inner{width:100%;max-width:var(--container-max);flex-direction:column;align-items:center;gap:32px;margin:0 auto;display:flex}.articles__header{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.articles__eyebrow{color:#000;width:100%;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px}.articles__title{color:#000;width:100%;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(28px,3.2vw,36px);font-weight:600;line-height:1.35}.articles__subtitle{color:#454545;width:100%;max-width:720px;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:400;line-height:28px}.articles__row{perspective:1200px;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:100%;display:grid}.articleCard{border-radius:var(--radius-lg);box-sizing:border-box;width:100%;height:auto;min-height:560px;transform-style:preserve-3d;background:#fff;border:1px solid #d6d6d6;flex-direction:column;gap:16px;padding:16px;display:flex;position:relative}.articleCard__image{border-radius:var(--radius-lg);transform-origin:50%;will-change:clip-path, transform;background:#d9d9d9;flex-shrink:0;width:100%;height:220px;overflow:hidden}.articleCard__img{object-fit:cover;width:100%;height:100%;display:block}.articleCard__date{color:#454545;white-space:normal;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;line-height:30px}.articleCard__heading{color:#000;white-space:normal;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(18px,2vw,22px);font-weight:600;line-height:1.5}.articleCard__body{color:#454545;white-space:normal;flex:1;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:400;line-height:28px}.articleCard__link{color:#000;align-items:center;gap:10px;margin-top:auto;line-height:1;text-decoration:none;display:inline-flex}.articleCard__linkLabel{padding-bottom:5px;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;line-height:1;display:inline-block;position:relative}.articleCard__linkLabel:after{content:"";transform-origin:0;background:currentColor;width:100%;height:1.5px;transition:transform .35s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.articleCard__link:hover .articleCard__linkLabel:after,.articleCard__link:focus-visible .articleCard__linkLabel:after{transform:scaleX(1)}.articleCard__arrowWrap{flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;overflow:hidden}.articleCard__arrow{object-fit:contain;transform-origin:50%;will-change:transform, opacity;width:24px;height:24px;display:block}@media (width<=1280px){.articles__row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.articles__row{grid-template-columns:1fr}.articleCard{min-height:auto}}@media (prefers-reduced-motion:reduce){.articleCard,.articleCard__image,.articleCard__arrow{transform:none!important}}.testimonials{padding:var(--section-pad-y) 0;box-sizing:border-box;background:#fff;flex-direction:column;align-items:flex-start;display:flex;overflow:hidden}.testimonials__inner{flex-direction:column;align-items:center;gap:32px;width:100%;margin:0 auto;display:flex}.testimonials__header{width:100%;max-width:var(--container-max);padding:0 var(--section-pad-x);box-sizing:border-box;text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.testimonials__eyebrow{color:#000;width:100%;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px}.testimonials__title{color:#000;width:100%;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(28px,3.2vw,36px);font-weight:600;line-height:1.35}.testimonials__subtitle{color:#454545;width:100%;max-width:720px;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:400;line-height:28px}.testimonials__marquees{flex-direction:column;gap:20px;width:100%;display:flex}.testimonials__marquee{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.testimonials__track{will-change:transform;gap:20px;width:max-content;display:flex}.tCard{border-radius:var(--radius-lg);box-sizing:border-box;background:#fff;border:1px solid #a6a6a6;flex:none;grid-template-rows:auto auto 1fr auto;grid-template-columns:56px 1fr;gap:8px 16px;width:min(610px,100vw - 48px);height:auto;min-height:286px;padding:32px;display:grid;position:relative}.tCard__avatar{object-fit:cover;border-radius:50%;grid-area:1/1/span 2;align-self:start;width:56px;height:56px;display:block}.tCard__name{color:#000;white-space:normal;grid-area:1/2;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(18px,2vw,22px);font-weight:600;line-height:1.45}.tCard__role{color:#454545;white-space:normal;grid-area:2/2;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px}.tCard__quote{color:#454545;white-space:normal;grid-area:3/1/auto/-1;margin-top:8px;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:400;line-height:28px}.tStars{grid-area:4/1/auto/-1;align-items:center;gap:10px;margin-top:12px;display:flex}.tStars__star{color:#ffd400;fill:currentColor;width:28px;height:28px;display:block}@media (width<=768px){.tCard{width:min(340px,100vw - 32px);min-height:auto;padding:24px}.tStars__star{width:24px;height:24px}}@media (width<=480px){.tCard{grid-template-columns:48px 1fr;width:min(300px,100vw - 24px);padding:20px}.tCard__avatar{width:48px;height:48px}.tCard__quote{font-size:14px;line-height:24px}}@media (prefers-reduced-motion:reduce){.testimonials__track{width:100%;max-width:var(--container-max);padding:0 var(--section-pad-x);box-sizing:border-box;flex-wrap:wrap;justify-content:center;margin:0 auto;transform:none!important}.testimonials__marquee{overflow:visible;-webkit-mask-image:none;mask-image:none}.testimonials__marquees{padding:0 var(--section-pad-x);box-sizing:border-box;gap:20px}}.banner{box-sizing:border-box;background:0 0;justify-content:center;align-items:flex-start;width:100vw;max-width:100vw;margin-bottom:0;margin-left:calc(50% - 50vw);padding:0;display:flex}.banner__canvas{clip-path:none;box-sizing:border-box;transform-origin:50%;will-change:clip-path, transform;justify-content:center;align-items:center;width:100%;max-width:none;min-height:420px;padding:clamp(64px,10vw,120px) clamp(24px,8vw,120px);display:flex;position:relative;overflow:hidden;border-radius:0!important}.banner__bg{object-fit:cover;z-index:0;will-change:transform;width:100%;height:100%;position:absolute;inset:0;border-radius:0!important}.banner__overlay{z-index:1;pointer-events:none;background:linear-gradient(#00000047 0%,#00000085 100%),#0000002e;position:absolute;inset:0;border-radius:0!important}.banner__inner{z-index:2;flex-direction:column;align-items:center;gap:clamp(24px,4vw,40px);width:100%;max-width:628px;display:flex;position:relative}.banner__copy{text-align:center;flex-direction:column;gap:clamp(16px,2.5vw,24px);width:100%;display:flex}.banner__title{color:#fff;white-space:normal;margin:0;font-family:Manrope,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(28px,4vw,42px);font-weight:600;line-height:1.35}.banner__titleLine{display:block}.banner__revealLine{display:block;overflow:hidden}.banner__revealLine>span{will-change:transform, opacity;display:block}.banner__subtitle{color:#fafafa;white-space:normal;margin:0;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(14px,1.8vw,15px);font-weight:400;line-height:1.75}.banner__button{box-sizing:border-box;color:#000;will-change:transform, opacity;background:#fff;border-radius:100px;align-items:center;gap:8px;height:clamp(52px,8vw,67px);padding:clamp(12px,2vw,16px) clamp(24px,3vw,32px);line-height:1;text-decoration:none;display:inline-flex}.banner__buttonLabel{color:#000;white-space:nowrap;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:clamp(14px,1.8vw,16px);font-weight:600;line-height:1}.banner__buttonArrowWrap{flex:none;justify-content:center;align-items:center;width:clamp(24px,3vw,31px);height:clamp(24px,3vw,31px);display:inline-flex;overflow:hidden}.banner__buttonArrow{object-fit:contain;transform-origin:50%;will-change:transform, opacity;width:100%;height:100%;display:block}@media (width<=768px){.banner__canvas{min-height:340px;padding:56px 24px}}@media (width<=480px){.banner__canvas{min-height:300px;padding:48px 20px;border-radius:0!important}.banner__title{font-size:26px}}
