@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--font-body:"Inter", "Segoe UI", sans-serif;--font-display:"Peridot PE", "Inter", "Segoe UI", sans-serif;--color-deep:#052a49;--color-primary:#067ef6;--color-accent:#02daff;--color-accent-alt:#067ef6;--color-light:#f4f7ff;--color-text:#052a49;--color-text-soft:#052a49b8;--color-surface:#f4f7ffdb;--color-surface-strong:#ffffffc7;--color-surface-tint:#067ef61f;--color-border-soft:#067ef624;--page-background:radial-gradient(circle at top, #02daff24, transparent 0 32%), linear-gradient(180deg, #f4f7ff 0%, #f8fbff 100%);--panel-shadow:0 1.5rem 4rem #052a491f;--logo-shadow:drop-shadow(0 .75rem 1.75rem #067ef629);--container-width:72rem;--font-secondary:"Peridot PE", "Inter", "Segoe UI", sans-serif;--brand-deep:#052a49;--brand-blue:#067ef6;--brand-cyan:#02daff;--brand-light:#f4f7ff;--page-bg:radial-gradient(circle at top, #02daff1f, transparent 0 32%), linear-gradient(180deg, #f4f7ff 0%, #f8fbff 100%);--hero-surface:linear-gradient(180deg, #fffffff2, #f4f7fffa);--hero-border:#067ef624;--hero-shadow:0 20px 60px #052a491f;--hero-text:#052a49;--muted:#052a49b8;--eyebrow-bg:#067ef614;--eyebrow-border:#067ef629;--eyebrow-color:#067ef6;--toggle-bg:#052a490a;--toggle-bg-hover:#052a4914;--toggle-border:#067ef624;--toggle-track-bg:#067ef61f;--toggle-text:#052a49;--focus-bg:#067ef60a;--focus-border:#067ef61a;--status-muted-bg:#052a490d;--status-muted-border:#067ef624;--status-muted-text:#052a49}body[data-theme=dark]{--color-text:#f4f7ff;--color-text-soft:#f4f7ffc7;--color-surface:#052a49b8;--color-surface-strong:#f4f7ff0f;--color-surface-tint:#f4f7ff1f;--color-border-soft:#f4f7ff24;--page-background:radial-gradient(circle at top, #02daff29, transparent 0 36%), linear-gradient(135deg, #052a49 0%, #031a2f 48%, #052a49 100%);--panel-shadow:0 1.8rem 4rem #00000057;--logo-shadow:drop-shadow(0 0 1.5rem #02daff2e);--page-bg:radial-gradient(circle at top, #02daff2e, transparent 0 38%), linear-gradient(135deg, #052a49 0%, #031a2f 45%, #052a49 100%);--hero-surface:linear-gradient(180deg, #052a49d1, #052a499e);--hero-border:#02daff38;--hero-shadow:0 20px 70px #0000004d;--hero-text:var(--brand-light);--muted:#f4f7ffc7;--eyebrow-bg:#067ef629;--eyebrow-border:#02daff59;--eyebrow-color:var(--brand-light);--toggle-bg:#f4f7ff0f;--toggle-bg-hover:#f4f7ff1f;--toggle-border:#f4f7ff29;--toggle-track-bg:#f4f7ff24;--toggle-text:var(--brand-light);--focus-bg:#f4f7ff0d;--focus-border:#f4f7ff1a;--status-muted-bg:#f4f7ff14;--status-muted-border:#f4f7ff1f;--status-muted-text:var(--brand-light)}html{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;font-weight:400;line-height:1.5}body{font-family:var(--font-body)}a{color:inherit;text-decoration:none}p{line-height:1.7}*{box-sizing:border-box;margin:0;padding:0}html,body{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;color:var(--color-text);background:var(--page-background);transition:background .22s,color .22s}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}#app,.app-shell{min-height:100vh}@keyframes float-logo{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-.65rem)scale(1.01)}}@keyframes pulse-ring{0%,to{opacity:.58;transform:scale(.96)}50%{opacity:.92;transform:scale(1.03)}}@keyframes drift-one{0%,to{transform:translate(0)}50%{transform:translate(1.25rem,-1rem)}}@keyframes drift-two{0%,to{transform:translate(0)}50%{transform:translate(-1.5rem,1.25rem)}}@keyframes pulse-dot{0%,to{opacity:.7;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}@keyframes floatLogo{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-10px)scale(1.012)}}@keyframes pulseRing{0%,to{opacity:.55;transform:translate(-50%,-50%)scale(.96)}50%{opacity:.9;transform:translate(-50%,-50%)scale(1.03)}}@keyframes driftOne{0%,to{transform:translate(0)}50%{transform:translate(20px,-16px)}}@keyframes driftTwo{0%,to{transform:translate(0)}50%{transform:translate(-20px,18px)}}.reveal-ready{opacity:0;transition:opacity .62s ease var(--reveal-delay,0s), transform .72s cubic-bezier(.22, 1, .36, 1) var(--reveal-delay,0s);will-change:opacity, transform;transform:translateY(1rem)}.reveal-ready[data-reveal=hero]{transform:translateY(1.35rem)scale(.985)}.reveal-ready[data-reveal=scale]{transform:translateY(1rem)scale(.97)}.reveal-ready[data-reveal=split]{transform:translateY(1.2rem)}.reveal-ready.is-revealed{opacity:1;transform:translateY(0)}.reveal-ready[data-reveal=hero].is-revealed,.reveal-ready[data-reveal=scale].is-revealed{transform:translateY(0)scale(1)}@media (prefers-reduced-motion:reduce){.reveal-ready,.reveal-ready[data-reveal]{opacity:1;transition:none;transform:none}}.container{width:min(var(--container-width), 100% - 2rem);margin:0 auto}.app-shell{grid-template-rows:auto 1fr auto;display:grid}.app-shell__main{padding-bottom:2rem}.page-shell{gap:1.5rem;display:grid}.page-section{padding-top:1rem}.panel-surface{border:1px solid var(--color-border-soft);background:linear-gradient(180deg, color-mix(in srgb, var(--color-surface) 92%, transparent), color-mix(in srgb, var(--color-surface-strong) 94%, transparent));box-shadow:var(--panel-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:1.75rem}.card-grid{gap:1rem;display:grid}.card-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}@media (width<=900px){.card-grid--two,.card-grid--three{grid-template-columns:1fr}}.site-nav{z-index:5;pointer-events:none;align-items:center;gap:5.9rem;width:min(100% - 3rem,76.875rem);height:6.7rem;margin:0 auto -4.1rem;padding:4.65rem 1.4rem 0;display:flex;position:relative}.site-nav__brand,.site-nav__link,.site-nav__toggle,.site-nav__cta,.site-nav__search{pointer-events:auto}.site-nav__brand{flex:none;align-items:center;width:7.25rem;display:inline-flex}.site-nav__brand img{width:100%;filter:var(--logo-shadow)}.site-nav__collapse,.site-nav__links{align-items:center;display:flex}.site-nav__collapse{min-width:0}.site-nav__links{gap:1.8rem;min-width:0;margin:0;padding:0;list-style:none}.site-nav__item{list-style:none;position:relative}.site-nav__mobile-head,.site-nav__mobile-info,.site-nav__mobile-action,.site-nav__search{display:none}.site-nav__toggle{color:#052a49;cursor:pointer;background:#f4f7ffe6;border:1px solid #067ef62e;border-radius:.7rem;flex:none;place-items:center;width:2.75rem;height:2.75rem;display:none;position:relative;box-shadow:0 .7rem 1.4rem #052a4914}.site-nav__toggle span{background:currentColor;border-radius:999px;width:1.2rem;height:.12rem;transition:transform .18s,opacity .18s;position:absolute}.site-nav__toggle span:first-child{transform:translateY(-.42rem)}.site-nav__toggle span:nth-child(3){transform:translateY(.42rem)}.site-nav__toggle--open span:first-child{transform:rotate(45deg)}.site-nav__toggle--open span:nth-child(2){opacity:0}.site-nav__toggle--open span:nth-child(3){transform:rotate(-45deg)}.site-nav__link{color:#052a49;white-space:nowrap;outline:none;font-size:1rem;line-height:1.2;text-decoration:none;transition:color .18s,background-color .18s,box-shadow .18s;position:relative}.site-nav__link:hover{color:#067ef6}.site-nav__cta{color:#052a49;outline:none;text-decoration:none}.site-nav__brand,.site-nav__toggle{outline:none}.site-nav__brand:focus-visible,.site-nav__link:focus-visible,.site-nav__toggle:focus-visible,.site-nav__cta:focus-visible{border-radius:.45rem;box-shadow:0 0 0 .18rem #067ef638}.site-nav__link--active{color:#067ef6;font-weight:700}.site-nav__link--active:after{content:"";background:#067ef6;border-radius:999px;height:.25rem;position:absolute;bottom:-.45rem;left:0;right:0}.site-nav--inner{pointer-events:auto;background:#fff;width:100%;max-width:none;height:5.25rem;margin:0;padding:0}.site-nav--inner:before{z-index:-1;content:"";background:#fff;position:absolute;inset:0}.site-nav--inner .site-nav__brand{width:7.25rem}.site-nav--inner .site-nav__collapse{justify-content:space-between;align-items:center;width:min(100% - 2.5rem,77.5rem);margin:0 auto;display:flex}.site-nav--inner .site-nav__brand{position:absolute;left:max(1.25rem,50vw - 36.375rem)}.site-nav--inner .site-nav__links{gap:1.75rem;margin-left:13.5rem}.site-nav--inner .site-nav__search{grid-template-columns:20rem 2.75rem;align-items:center;gap:.75rem;display:grid}.site-nav--inner .site-nav__search input{color:#052a49;background:#fff;border:1px solid #052a491a;border-radius:.7rem;outline:none;width:100%;height:2.75rem;padding:0 .75rem;box-shadow:inset 0 0 0 1px #052a4914}.site-nav--inner .site-nav__search input::placeholder{color:#b4b4b4}.site-nav--inner .site-nav__search button{color:#fff;cursor:pointer;background:#067ef6;border:0;border-radius:50%;place-items:center;width:2.75rem;height:2.75rem;display:grid}.site-nav--scrolled{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto;background:#f4f7fff0;width:100%;max-width:none;height:5.25rem;margin:0;padding:0;position:fixed;inset:0 0 auto;box-shadow:0 .75rem 2rem #052a491a}.site-nav--scrolled:before{z-index:-1;content:"";background:#f4f7ffdb;position:absolute;inset:0}.site-nav--scrolled .site-nav__brand{width:7.25rem;position:absolute;left:max(1.25rem,50vw - 36.375rem)}.site-nav--scrolled .site-nav__collapse{justify-content:space-between;align-items:center;width:min(100% - 2.5rem,77.5rem);margin:0 auto;display:flex}.site-nav--scrolled .site-nav__links{gap:1.75rem;margin-left:13.5rem}.site-nav--scrolled .site-nav__search{grid-template-columns:20rem 2.75rem;align-items:center;gap:.75rem;display:grid}.site-nav--scrolled .site-nav__search input{color:#052a49;background:#ffffffeb;border:1px solid #052a491a;border-radius:.7rem;outline:none;width:100%;height:2.75rem;padding:0 .75rem;box-shadow:inset 0 0 0 1px #052a4914}.site-nav--scrolled .site-nav__search input::placeholder{color:#8f9ca9}.site-nav--scrolled .site-nav__search button{color:#fff;cursor:pointer;background:#067ef6;border:0;border-radius:50%;place-items:center;width:2.75rem;height:2.75rem;display:grid}@media (width<=1100px){.site-nav{gap:3.4rem;width:min(100% - 2rem,76.875rem);height:6.05rem;margin-bottom:-3.7rem;padding:3.65rem 1rem 0}.site-nav__brand{width:6.25rem}.site-nav__links{gap:1.42rem}.site-nav__link{font-size:.82rem}.site-nav--inner{height:5.25rem;padding:0}.site-nav--inner .site-nav__collapse{width:min(100% - 2rem,77.5rem)}.site-nav--inner .site-nav__brand{width:6.25rem;left:max(1rem,50vw - 37.25rem)}.site-nav--inner .site-nav__links{gap:1.25rem;margin-left:11.5rem}.site-nav--inner .site-nav__search{grid-template-columns:15rem 2.45rem;gap:.55rem}.site-nav--inner .site-nav__search input,.site-nav--inner .site-nav__search button{height:2.45rem}.site-nav--inner .site-nav__search button{width:2.45rem}.site-nav--scrolled{height:5.25rem;padding:0}.site-nav--scrolled .site-nav__collapse{width:min(100% - 2rem,77.5rem)}.site-nav--scrolled .site-nav__brand{width:6.25rem;left:max(1rem,50vw - 37.25rem)}.site-nav--scrolled .site-nav__links{gap:1.25rem;margin-left:11.5rem}.site-nav--scrolled .site-nav__search{grid-template-columns:15rem 2.45rem;gap:.55rem}.site-nav--scrolled .site-nav__search input,.site-nav--scrolled .site-nav__search button{height:2.45rem}.site-nav--scrolled .site-nav__search button{width:2.45rem}}@media (width<=900px){.site-nav{justify-content:space-between;height:auto;margin-bottom:2rem;padding-top:1.5rem;overflow-x:auto}.site-nav__links{gap:1.25rem}.site-nav--inner{height:auto;margin-bottom:0;padding:1.1rem 0;overflow:visible}.site-nav--inner .site-nav__brand{position:static}.site-nav--inner .site-nav__collapse{width:auto;margin:0}.site-nav--inner .site-nav__links{margin-left:0}.site-nav--inner .site-nav__search{display:none}.site-nav--scrolled{height:auto;margin-bottom:0;padding:1.1rem 1rem;overflow:visible}.site-nav--scrolled .site-nav__brand{position:static}.site-nav--scrolled .site-nav__collapse{width:auto;margin:0}.site-nav--scrolled .site-nav__links{margin-left:0}.site-nav--scrolled .site-nav__search{display:none}}@media (width<=760px){body.site-nav-open{overflow:hidden}.site-nav{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;overflow:visible}.site-nav__toggle{display:inline-grid}.site-nav__collapse{z-index:80;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;opacity:0;pointer-events:none;background:#fff;border:0;border-left:1px solid #052a4914;border-radius:0;flex-direction:column;gap:0;width:min(38rem,100vw - 5.75rem);height:100dvh;max-height:100vh;padding:2rem 2.1rem 2.25rem;transition:opacity .18s,transform .22s;display:flex;position:fixed;inset:0 0 0 auto;overflow:hidden auto;transform:translate(105%);box-shadow:-1.8rem 0 3.5rem #052a492e}.site-nav__collapse:before{z-index:-1;content:"";opacity:0;pointer-events:none;background:#0000007a;transition:opacity .18s;position:fixed;inset:0 100% 0 0}.site-nav__links--open{opacity:1;pointer-events:auto;transform:translate(0)}.site-nav__links--open:before{opacity:1}.site-nav__mobile-head{border-bottom:1px solid #052a491a;justify-content:center;align-items:flex-start;min-height:11.25rem;margin:0 0 2.05rem;padding:0 4.25rem 2rem;display:flex;position:relative}.site-nav__mobile-brand{justify-content:center;width:min(12.5rem,58vw);display:inline-flex}.site-nav__mobile-brand img{object-fit:contain;width:100%}.site-nav__mobile-close{color:#052a499e;cursor:pointer;background:0 0;border:0;place-items:center;width:2.75rem;height:2.75rem;display:grid;position:absolute;top:.25rem;right:0}.site-nav__mobile-close span{background:currentColor;border-radius:999px;width:1.65rem;height:.13rem;position:absolute}.site-nav__mobile-close span:first-child{transform:rotate(45deg)}.site-nav__mobile-close span:last-child{transform:rotate(-45deg)}.site-nav__links{gap:1.2rem;width:100%;padding-inline:.25rem;display:grid}.site-nav__item{border-radius:0}.site-nav__link{color:#052a49;letter-spacing:0;border-radius:.7rem;justify-content:flex-start;align-items:center;min-height:2.55rem;padding:0 .85rem;font-size:1.08rem;font-weight:850;display:flex}.site-nav__link:hover{color:#067ef6}.site-nav__link--active{color:#067ef6;background:0 0}.site-nav__link--active:after{color:#fff;content:"✓";background:#067ef6;border-radius:50%;place-items:center;width:1.35rem;height:1.35rem;margin-left:auto;font-size:.72rem;font-weight:900;line-height:1;display:grid;position:static;box-shadow:0 .45rem 1rem #067ef63d}.site-nav__mobile-info{text-align:left;border-top:1px solid #052a491a;justify-items:start;gap:.78rem;width:100%;margin-top:2rem;padding:2rem .85rem 0;display:grid}.site-nav__mobile-info h2{color:#052a49;text-align:left;margin:0 0 .75rem;font-size:1.35rem;font-weight:900}.site-nav__mobile-info>a{color:#052a49;align-items:center;gap:.55rem;font-size:.98rem;font-weight:700;text-decoration:none;display:inline-flex}.site-nav__mobile-info>a svg{color:#067ef6;flex:none;width:1.05rem;height:1.05rem}.site-nav__mobile-socials{justify-content:flex-start;gap:1.05rem;margin-top:.9rem;display:flex}.site-nav__mobile-socials a{color:#052a49;background:#067ef60f;border-radius:50%;place-items:center;width:2.35rem;height:2.35rem;text-decoration:none;transition:color .18s,background-color .18s,transform .18s;display:grid}.site-nav__mobile-socials a:hover{color:#067ef6;background:#067ef61f;transform:translateY(-1px)}.site-nav__mobile-socials svg{width:1.25rem;height:1.25rem}.site-nav__mobile-action{text-align:left;width:100%;margin-top:1.55rem;padding:0 .85rem 1rem;display:block}.site-nav__cta{color:#fff;background:#067ef6;border-radius:999px;justify-content:center;align-items:center;width:auto;min-height:2.75rem;padding:0 1.25rem;font-size:.9rem;font-weight:900;transition:transform .18s,box-shadow .18s,background-color .18s;display:inline-flex;box-shadow:0 .85rem 1.8rem #067ef638}.site-nav__cta:hover{color:#fff;background:#006fdf;transform:translateY(-1px);box-shadow:0 1rem 2rem #067ef647}.site-nav--scrolled .site-nav__collapse{width:min(38rem,100vw - 5.75rem)}}@media (height<=720px) and (width<=760px){.site-nav__mobile-head{min-height:auto;margin-bottom:1.25rem;padding-bottom:1.25rem}.site-nav__mobile-brand{width:min(9rem,52vw)}.site-nav__links{gap:.85rem}.site-nav__link{font-size:1rem}.site-nav__mobile-info{margin-top:1.25rem;padding-top:1.25rem}}@media (width<=640px){.site-nav{flex-direction:row;align-items:center;width:100%;margin-bottom:1rem;padding-inline:.5rem}.site-nav__brand{width:6.5rem}.site-nav__links{width:100%}.site-nav--scrolled{width:100%;padding-inline:1rem}}.site-footer{color:#fff;background:#202020;margin-top:5rem}.site-footer__inner{grid-template-columns:minmax(0,35rem) minmax(0,34rem);grid-template-areas:"brand links""bottom bottom";gap:3rem 6rem;width:min(100% - 7.5rem,72.5rem);margin:0 auto;padding:2.5rem 0;display:grid}.site-footer__brand{grid-area:brand}.site-footer__logo{color:#fff;width:min(100% - 3rem,10rem);display:inline-grid}.site-footer__logo strong{font-size:1.75rem;font-weight:700;line-height:1}.site-footer__logo span{margin-top:.35rem;font-size:1rem;line-height:1}.site-footer__summary{color:#909090;max-width:34rem;margin:1.25rem 0 0;font-size:1rem;line-height:1.2}.site-footer__subscribe{margin-top:1rem}.site-footer__subscribe label{color:#fff;font-size:1.25rem;line-height:1.4;display:block}.site-footer__form-row{grid-template-columns:minmax(0,20.125rem) 15rem;gap:1.2rem;margin-top:1rem;display:grid}.site-footer__form-row input,.site-footer__form-row button{min-height:3.2rem;font:inherit;border-radius:.75rem}.site-footer__form-row input{color:#fff;background:0 0;border:1.5px solid #ffffffeb;padding:0 1.25rem}.site-footer__form-row input::placeholder{color:#cfcfcf}.site-footer__form-row button{color:#fff;cursor:pointer;background:#067ef6;border:0;justify-content:center;align-items:center;gap:.6rem;font-size:1.25rem;font-weight:600;transition:transform .18s,background .18s;display:inline-flex}.site-footer__form-row button:hover{background:#006fe0;transform:translateY(-1px)}.site-footer__form-status{color:#f4f7ffb8;min-height:1.1rem;margin-top:.55rem;font-size:.78rem;font-weight:800;display:block}.site-footer__form-status[data-state=success]{color:#86efac}.site-footer__form-status[data-state=error]{color:#fca5a5}.site-footer__links{text-align:center;grid-area:links;grid-template-columns:repeat(3,minmax(0,1fr));align-self:center;justify-items:center;gap:2rem;display:grid}.site-footer__column{align-content:start;justify-items:center;gap:1.2rem;display:grid}.site-footer__column h2{color:#fff;margin:0 0 .15rem;font-size:1.25rem;font-weight:400;line-height:1}.site-footer__column a{color:#909090;font-size:1rem;line-height:1;transition:color .18s}.site-footer__column a:hover,.site-footer__bottom a:hover{color:#fff}.site-footer__social{color:#fff;grid-column:1/-1;justify-content:center;align-self:start;align-items:center;gap:1.35rem;margin-top:1.25rem;display:flex}.site-footer__social a{color:#fff;place-items:center;width:2rem;height:2rem;transition:color .18s,transform .18s;display:grid}.site-footer__social a:hover{color:#067ef6;transform:translateY(-1px)}.site-footer__bottom{color:#909090;grid-area:bottom;justify-content:space-between;align-items:center;gap:2rem;margin-top:3.1rem;display:flex}.site-footer__bottom p{margin:0;font-size:1rem;line-height:1}.site-footer__bottom div{gap:3.75rem;display:flex}.site-footer__bottom a{color:#909090;font-size:.75rem;line-height:1;transition:color .18s}@media (width<=980px){.site-footer__inner{grid-template-columns:1fr;grid-template-areas:"brand""links""bottom";gap:2.5rem;width:min(100% - 2rem,48rem)}.site-footer__form-row{grid-template-columns:minmax(0,1fr) 13rem}.site-footer__bottom{flex-direction:column;align-items:flex-start;margin-top:0}}@media (width<=620px){.site-footer__inner{width:min(100% - 1rem,48rem);padding-block:2rem}.site-footer__links{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.site-footer__column--contact{grid-column:1}.site-footer__social{grid-column:2;align-self:center;margin-top:0}.site-footer__form-row{grid-template-columns:1fr}.site-footer__social{justify-content:center}.site-footer__bottom div{flex-wrap:wrap;gap:1rem 1.5rem}}.floating-actions{z-index:6200;-webkit-backdrop-filter:blur(5px);background:#fff6;border:1px solid #ffffff4d;border-radius:3rem;flex-direction:column;gap:12px;padding:1rem;display:flex;position:fixed;bottom:clamp(18px,2.4vw,32px);right:clamp(16px,2.2vw,28px);box-shadow:0 4px 30px #0000001a}.floating-actions__button{color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .18s,box-shadow .18s;display:inline-flex;position:relative}.floating-actions__button svg{fill:currentColor;width:27px;height:27px}.floating-actions__button:hover{transform:translateY(-3px)}.floating-actions__button--whatsapp{background:0 0}.floating-actions__button--whatsapp svg{width:47px;height:47px}.floating-actions__button--cart{background:linear-gradient(135deg,#1084f5,#0b4db3)}.floating-actions__button span{color:#fff;text-align:center;background:#f72559;border:2px solid #fff;border-radius:999px;min-width:23px;height:23px;padding:0 6px;font-size:12px;font-weight:800;line-height:19px;position:absolute;top:-5px;right:-4px}.epitech-cart-drawer .hardware-cart-drawer__item--interactive{align-items:center}.epitech-cart-drawer .hardware-cart-drawer__item-copy{min-width:0}.epitech-cart-drawer .hardware-cart-drawer__item-copy span,.epitech-cart-drawer .hardware-cart-drawer__item-copy b{display:block}.epitech-cart-drawer .hardware-cart-drawer__item-copy b{color:#067ef6;margin-top:.45rem;font-weight:900}.epitech-cart-drawer .hardware-cart-drawer__thumb-placeholder{background:linear-gradient(135deg,#eaf4ff,#dbeafe);border-radius:1.1rem;place-items:center;width:4.6rem;height:4.6rem;display:grid}.epitech-cart-drawer .hardware-cart-drawer__thumb-placeholder svg{fill:#067ef6;width:2rem;height:2rem}.epitech-cart-drawer .hardware-cart-drawer__qty{background:#fff;border-radius:999px;align-items:center;gap:.5rem;padding:.25rem;display:inline-flex}.epitech-cart-drawer .hardware-cart-drawer__qty button{color:#052949;cursor:pointer;background:#eaf4ff;border:0;border-radius:50%;place-items:center;width:1.5rem;height:1.5rem;min-height:0;padding:0;font-size:1.15rem;font-weight:900;display:grid}.epitech-cart-drawer .hardware-cart-drawer__qty button:hover{color:#fff;background:#067ef6;transform:translateY(-1px)}.epitech-cart-drawer .hardware-cart-drawer__qty span{color:#052949;text-align:center;min-width:1.35rem;font-weight:900}.epitech-cart-drawer .hardware-cart-drawer__remove{justify-self:end}.epitech-cart-drawer .hardware-cart-drawer__remove:hover{color:#fff;background:#ef3f45;border-radius:100%;transform:translateY(-1px)}.hardware-cart-drawer__request{color:#fff;cursor:pointer;background:#067ef6;border:0;border-radius:999px;justify-content:center;align-items:center;width:100%;min-height:2.9rem;font-weight:900;display:flex}.hardware-cart-drawer__request.is-disabled,.hardware-cart-drawer__request:disabled{pointer-events:none;cursor:not-allowed;opacity:.55}.hardware-cart-drawer__cancel{color:#052949;cursor:pointer;background:#eef7ff;border:0;border-radius:999px;width:100%;min-height:2.9rem;margin-top:.65rem;font-weight:900}.hardware-cart-drawer__clear{margin-top:.65rem}.request-history-modal__search{gap:12px;margin:16px 0 8px;display:flex}.request-history-modal__search-input{border:1px solid var(--epitech-border,#e2e8f0);background:var(--epitech-surface-muted,#f8fafc);border-radius:12px;flex:1;padding:14px 16px;font-size:.95rem}.request-history-modal__search-input:focus{border-color:var(--epitech-accent,#2563eb);outline:none}.request-history-modal__search-btn{background:var(--epitech-accent,#2563eb);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:0 24px;font-weight:600;transition:background .15s}.request-history-modal__search-btn:hover{background:var(--epitech-accent-hover,#1d4ed8)}.request-history-modal__status{margin-bottom:12px;font-size:.85rem;font-weight:600}.request-history-modal__status[data-type=info]{color:var(--epitech-muted,#64748b)}.request-history-modal__list{flex-direction:column;gap:12px;max-height:60vh;padding-right:4px;display:flex;overflow-y:auto}.request-history-modal__item-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.request-history-modal__item-info{flex-direction:column;gap:4px;display:flex}.request-history-modal__item-info strong{color:var(--epitech-ink,#0f172a);font-size:1.05rem}.request-history-modal__item-info span{color:var(--epitech-muted,#94a3b8);font-size:.8rem}.request-history-modal__item-total{color:var(--epitech-accent,#2563eb);white-space:nowrap;font-size:1.1rem}.request-history-modal__item-preview{color:var(--epitech-muted,#64748b);margin:10px 0 0;font-size:.9rem}.request-history-modal__item-preview span{color:var(--epitech-ink,#0f172a);font-weight:600}.request-history-modal__item-foot{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.request-history-modal__status{text-transform:capitalize;border-radius:999px;align-items:center;padding:6px 14px;font-size:.75rem;font-weight:700;display:inline-flex}.request-history-modal__status--submitted{color:#16a34a;background:#dcfce7}.request-history-modal__status--pending{color:#a16207;background:#fef9c3}.request-history-modal__status--cancelled,.request-history-modal__status--rejected{color:#dc2626;background:#fee2e2}.request-history-modal__resend{background:var(--epitech-accent,#2563eb);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:10px 20px;font-weight:700;transition:background .15s}.request-history-modal__resend:hover{background:var(--epitech-accent-hover,#1d4ed8)}.request-history-modal__empty{text-align:center;color:var(--epitech-muted,#64748b);padding:32px 16px}.request-history-modal__empty strong{color:var(--epitech-ink,#0f172a);margin-bottom:6px;display:block}@media (width<=560px){.epitech-cart-drawer .hardware-cart-drawer__item--interactive{grid-template-columns:3.75rem minmax(0,1fr)}.epitech-cart-drawer .hardware-cart-drawer__remove{grid-column:2;justify-self:start}}.floating-actions__button--requests{background:linear-gradient(135deg,#6547d6,#1084f5)}.request-history-modal{z-index:8100;color:#052949;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.request-history-modal__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#061f398a;border:0;position:absolute;inset:0}.request-history-modal__dialog{background:#fff;border:1px solid #067ef62e;border-radius:1.6rem;width:min(100%,35rem);max-height:min(44rem,100vh - 2.5rem);padding:1.35rem;position:relative;overflow-y:auto;box-shadow:0 28px 70px #0529493d}.request-history-modal__close{color:#052949;cursor:pointer;background:#eef7ff;border:0;border-radius:50%;place-items:center;width:2rem;height:2rem;font-weight:900;display:grid;position:absolute;top:1rem;right:1rem}.request-history-modal__eyebrow{color:#067ef6;text-transform:uppercase;background:#eef7ff;border-radius:999px;padding:.25rem .65rem;font-size:.72rem;font-weight:900;display:inline-flex}.request-history-modal h3{color:#052949;margin:.7rem 2.6rem 0 0;font-size:1.5rem;font-weight:900}.request-history-modal p{color:#2020209e;margin:.35rem 0 0;font-size:.92rem}.request-history-modal__search{grid-template-columns:minmax(0,1fr) auto;gap:.65rem;margin-top:1rem;display:grid}.request-history-modal__search input{color:#052949;background:#f8fbff;border:1px solid #067ef638;border-radius:.95rem;outline:none;min-height:2.8rem;padding:0 .9rem}.request-history-modal__search input:focus{background:#fff;border-color:#067ef694}.request-history-modal__search button,.request-history-modal__item-foot button{color:#fff;cursor:pointer;background:#067ef6;border:0;border-radius:999px;min-height:2.8rem;padding:0 1rem;font-weight:900}.request-history-modal__status{color:#052949b8;min-height:1.25rem;margin-top:.8rem;font-size:.86rem;font-weight:800}.request-history-modal__status[data-type=success]{color:#16a34a}.request-history-modal__status[data-type=error]{color:#ef3f45}.request-history-modal__list{gap:.75rem;margin-top:.75rem;display:grid}.request-history-modal__empty{text-align:center;border:1px dashed #067ef638;border-radius:1.25rem;place-items:center;min-height:11rem;padding:1rem;display:grid}.request-history-modal__empty strong,.request-history-modal__empty span{display:block}.request-history-modal__empty strong{color:#052949;font-size:1.05rem}.request-history-modal__empty span{color:#20202094;margin-top:.35rem}.request-history-modal__item{background:#f8fbff;border:1px solid #067ef624;border-radius:1.2rem;padding:.95rem}.request-history-modal__item-head,.request-history-modal__item-foot{justify-content:space-between;align-items:center;gap:.85rem;display:flex}.request-history-modal__item-head strong,.request-history-modal__item-head span,.request-history-modal__item-head b{display:block}.request-history-modal__item-head strong{color:#052949;font-weight:900}.request-history-modal__item-head span{color:#20202094;margin-top:.2rem;font-size:.8rem}.request-history-modal__item-head b{color:#067ef6;white-space:nowrap}.request-history-modal__item-foot{margin-top:.85rem}.request-history-modal__item-foot span{color:#16a34a;text-transform:capitalize;background:#dcfce7;border-radius:999px;padding:.28rem .65rem;font-size:.75rem;font-weight:900}@media (width<=800px){.floating-actions{border-radius:3rem;gap:12px;padding:.5rem}.floating-actions__button--whatsapp svg{width:37px;height:37px}.floating-actions__button--chat svg{width:67px!important;height:67px!important}.floating-actions__button{width:46px;height:46px}}@media (width<=560px){.request-history-modal{align-items:start;padding:5.8rem .75rem 1rem;overflow-y:auto}.request-history-modal__dialog{padding:1rem}.request-history-modal__search,.request-history-modal__item-head,.request-history-modal__item-foot{flex-direction:column;grid-template-columns:1fr;align-items:stretch}}.epitech-chat-modal{z-index:9998;box-sizing:border-box;justify-content:flex-end;align-items:stretch;padding:0;display:flex;position:fixed;inset:0}.epitech-chat-modal *,.epitech-chat-modal :before,.epitech-chat-modal :after{box-sizing:border-box}.epitech-chat-modal__backdrop{-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#052a4994;border:0;position:absolute;inset:0}.epitech-chat-modal__dialog{background:#fff;border-radius:1.25rem 0 0 1.25rem;grid-template-rows:auto auto auto auto minmax(0,1fr) auto;width:min(100%,30rem);height:100vh;max-height:100vh;display:grid;position:relative;overflow:hidden;box-shadow:0 1.5rem 4rem #052a4947}.epitech-chat-modal__top-actions{z-index:2;align-items:center;gap:.55rem;display:inline-flex;position:absolute;top:1rem;right:1rem}.epitech-chat-modal__end{color:#ef3f45;cursor:pointer;background:#ef3f451a;border:0;border-radius:999px;outline:none;min-height:2.35rem;padding:0 .95rem;font-size:.76rem;font-weight:900;transition:background .18s,color .18s,transform .18s,box-shadow .18s;box-shadow:inset 0 0 0 1px #ef3f452e}.epitech-chat-modal__end:hover{color:#fff;background:#ef3f45;transform:translateY(-1px);box-shadow:0 .7rem 1.25rem #ef3f4538}.epitech-chat-modal__end:disabled{color:#052a498a;cursor:not-allowed;background:#052a4914}.epitech-chat-modal[data-closed=true] .epitech-chat-modal__end{color:#16a34a;background:#dcfce7;box-shadow:inset 0 0 0 1px #16a34a2e}.epitech-chat-modal[data-closed=true] .epitech-chat-modal__end:hover{color:#fff;background:#16a34a;transform:translateY(-1px);box-shadow:0 .7rem 1.25rem #16a34a38}.epitech-chat-modal__close{color:#052949;cursor:pointer;background:#edf6ff;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;width:2.7rem;height:2.7rem;font-weight:900;display:inline-flex;position:static}.epitech-chat-modal__eyebrow,.epitech-chat-modal h3,.epitech-chat-modal>*>p,.epitech-chat-modal__details{margin-bottom:1rem;margin-left:1.35rem;margin-right:1.35rem}.epitech-chat-modal__eyebrow{color:#067ef6;text-transform:uppercase;background:#edf6ff;border-radius:999px;justify-self:start;margin-top:1.35rem;padding:.42rem .9rem;font-size:.72rem;font-weight:900;display:inline-flex}.epitech-chat-modal h3{color:#052949;max-width:calc(100% - 5rem);margin-top:.8rem;margin-bottom:0;font-size:clamp(1.45rem,4.8vw,2rem);line-height:1.06}.epitech-chat-modal>*>p{color:#2020209e;max-width:28rem;margin-top:.55rem;margin-bottom:0;font-size:.95rem;line-height:1.45}.epitech-chat-modal__details{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-top:1rem;display:grid}.epitech-chat-modal__details input,.epitech-chat-modal__form textarea{color:#052949;background:#f8fbff;border:1px solid #067ef63d;border-radius:.85rem;outline:none;width:100%}.epitech-chat-modal__details input{min-height:2.75rem;padding:0 .85rem;font-size:.96rem}.epitech-chat-modal__messages{background:#f2f7ff;align-content:start;gap:.65rem;height:100%;min-height:0;padding:1rem 1.35rem;display:grid;position:relative;overflow-y:auto}.epitech-chat-modal__empty{color:#052a4994;text-align:center;place-self:center;max-width:20rem;font-size:.95rem;font-weight:800;line-height:1.4}.epitech-chat-modal__message{max-width:min(86%,24rem)}.epitech-chat-modal__meta span{color:#052a4994;margin-bottom:.18rem;font-size:.68rem;font-weight:800;display:block}.epitech-chat-modal__meta{align-items:center;gap:.45rem;margin-bottom:.18rem;display:flex}.epitech-chat-modal__meta small{color:#052a4970;font-size:.64rem;font-weight:800}.epitech-chat-modal__message.is-visitor .epitech-chat-modal__meta{justify-content:flex-end}.epitech-chat-modal__message.is-system{text-align:center;justify-self:center;max-width:min(90%,22rem)}.epitech-chat-modal__message.is-system span{color:#052a49a8;background:#052a4914;border-radius:999px;padding:.5rem .75rem;font-size:.76rem;font-weight:800;display:inline-flex}.epitech-chat-modal__ended{color:#052949;background:linear-gradient(135deg,#fff,#f1f7ff);border:1px solid #067ef624;border-radius:1.1rem;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.75rem;margin:.85rem 1.35rem 0;padding:.85rem;display:grid;box-shadow:0 .8rem 1.7rem #052a4914}.epitech-chat-modal__ended[hidden]{display:none}.epitech-chat-modal__ended-icon{color:#16a34a;background:#dcfce7;border-radius:50%;place-items:center;width:2.3rem;height:2.3rem;display:grid}.epitech-chat-modal__ended-icon svg{fill:currentColor;width:1.2rem;height:1.2rem}.epitech-chat-modal__ended-copy{gap:.16rem;min-width:0;display:grid}.epitech-chat-modal__ended-copy strong,.epitech-chat-modal__ended-copy small{display:block}.epitech-chat-modal__ended-copy strong{color:#052949;font-size:.92rem;font-weight:900;line-height:1.15}.epitech-chat-modal__ended-copy small{color:#052a499e;font-size:.76rem;font-weight:750;line-height:1.35}.epitech-chat-modal__ended button{color:#fff;cursor:pointer;background:#16a34a;border:0;border-radius:999px;grid-column:1/-1;justify-self:start;min-height:2.45rem;padding:0 1rem;font-size:.82rem;font-weight:900;box-shadow:0 .65rem 1.3rem #16a34a38}.epitech-chat-modal__ended button:hover{background:#15803d;transform:translateY(-1px)}.epitech-chat-modal__confirm{z-index:6;color:#052949;background:#fff;border-radius:1.2rem;gap:.95rem;margin:0;padding:1rem;display:grid;position:absolute;top:50%;left:1.35rem;right:1.35rem;transform:translateY(-50%);box-shadow:0 1.25rem 3rem #052a4933,0 0 0 999px #052a492e}.epitech-chat-modal__confirm[hidden]{display:none}.epitech-chat-modal__confirm-copy{gap:.2rem;display:grid}.epitech-chat-modal__confirm-copy strong,.epitech-chat-modal__confirm-copy span{display:block}.epitech-chat-modal__confirm-copy strong{color:#052949;font-size:1rem;font-weight:900}.epitech-chat-modal__confirm-copy span{color:#052a499e;font-size:.82rem;font-weight:750;line-height:1.45}.epitech-chat-modal__confirm-actions{justify-content:flex-end;gap:.6rem;display:flex}.epitech-chat-modal__confirm-actions button{cursor:pointer;border:0;border-radius:999px;min-height:2.55rem;padding:0 1rem;font-size:.82rem;font-weight:900;transition:transform .18s,box-shadow .18s,background .18s}.epitech-chat-modal__confirm-actions button:first-child{color:#052949;background:#edf6ff;min-width:7rem}.epitech-chat-modal__confirm-actions button:last-child{color:#fff;background:#ef3f45;min-width:8.5rem;box-shadow:0 .65rem 1.3rem #ef3f4538}.epitech-chat-modal__confirm-actions button:hover{transform:translateY(-1px)}.epitech-chat-modal[data-closed=true] .epitech-chat-modal__form textarea{cursor:not-allowed;opacity:.7}.epitech-chat-modal__message p{word-break:break-word;border-radius:1rem;margin:0;padding:.75rem .85rem;font-size:.88rem;line-height:1.35}.epitech-chat-modal__message.is-admin{justify-self:start}.epitech-chat-modal__message.is-admin p{color:#052949;background:#fff}.epitech-chat-modal__message.is-welcome p{background:linear-gradient(135deg,#fff,#f3f8ff);border:1px solid #067ef61f;box-shadow:0 .75rem 1.6rem #052a4914}.epitech-chat-modal__message.is-visitor{justify-self:end}.epitech-chat-modal__message.is-visitor .epitech-chat-modal__meta{text-align:right}.epitech-chat-modal__message.is-visitor p{color:#fff;background:#067ef6}.epitech-chat-modal__form{background:#fff;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.65rem;padding:.85rem 1.35rem 1rem;display:grid;box-shadow:0 -.65rem 1.6rem #052a490f}.epitech-chat-modal__form textarea{resize:none;height:3.35rem;min-height:3.35rem;max-height:5.5rem;padding:.85rem .95rem;font-size:.92rem}.epitech-chat-modal__form button{color:#fff;cursor:pointer;background:#067ef6;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;width:5.25rem;min-width:5.25rem;height:3.35rem;font-weight:900;display:inline-flex}.epitech-chat-modal__form button:disabled{cursor:wait;opacity:.78}@media (width<=640px){.epitech-chat-modal{justify-content:center;padding:0}.epitech-chat-modal__dialog{border-radius:0;width:100%;height:100vh;max-height:100vh}.epitech-chat-modal__details{grid-template-columns:1fr}.epitech-chat-modal__form{grid-template-columns:minmax(0,1fr) 4.75rem;padding:.75rem}.epitech-chat-modal__form button{width:4.75rem;min-width:4.75rem;height:3.15rem}.epitech-chat-modal__form textarea{height:3.15rem;min-height:3.15rem}}.epitech-chat-modal__loader{color:#052949;background:#fff;border-radius:999px;place-self:center;align-items:center;gap:.65rem;padding:.75rem 1rem;font-size:.86rem;font-weight:900;display:inline-flex;box-shadow:0 .7rem 1.8rem #052a4914}.epitech-chat-modal__spinner{border:2px solid #067ef633;border-top-color:#067ef6;border-radius:999px;width:1.15rem;height:1.15rem;animation:.75s linear infinite epitech-chat-spin}.epitech-chat-modal__spinner.is-small{border-color:#fff #ffffff59 #ffffff59;width:.9rem;height:.9rem}@keyframes epitech-chat-spin{to{transform:rotate(360deg)}}.floating-actions__button--chat svg{width:57px;height:57px}.floating-actions__button--chat{background:0 0}@media (width<=560px){.epitech-chat-modal{align-items:stretch;padding:5.8rem .75rem 1rem}.epitech-chat-modal__dialog{max-height:100%}.epitech-chat-modal__details,.epitech-chat-modal__form{grid-template-columns:1fr}}@media (width<=420px){.epitech-chat-modal__confirm{top:52%;left:.85rem;right:.85rem}.epitech-chat-modal__confirm-actions{grid-template-columns:1fr;display:grid}.epitech-chat-modal__confirm-actions button:first-child,.epitech-chat-modal__confirm-actions button:last-child{width:100%;min-width:0}}@media (width<=720px){.epitech-cart-drawer__panel{width:100%}.epitech-cart-drawer__title-row{flex-direction:column;align-items:start}.epitech-cart-drawer__title-row h3{font-size:clamp(2.2rem,12vw,3.3rem)}.hardware-cart-drawer__item{grid-template-columns:4.6rem minmax(0,1fr) auto;gap:.7rem}.hardware-cart-drawer__qty{grid-column:2;justify-self:start;margin-top:.4rem}.hardware-cart-drawer__price{grid-column:2/4;justify-self:start;margin-top:.1rem}.hardware-cart-drawer__remove{grid-area:1/3;align-self:center}.hardware-cart-drawer__actions{grid-template-columns:1fr;gap:.8rem}.hardware-cart-drawer__subtotal{flex-direction:column-reverse;align-items:flex-start}}@media (width<=420px){.epitech-cart-drawer__head,.epitech-cart-drawer__title-row,.hardware-cart-drawer__items,.hardware-cart-drawer__footer{padding-left:1rem;padding-right:1rem}.hardware-cart-drawer__item{grid-template-columns:4.2rem minmax(0,1fr) 2.2rem}.hardware-cart-drawer__thumb{width:4.2rem;height:4.2rem}}@media (width<=720px){.epitech-cart-drawer__panel{width:100%}.epitech-cart-drawer__title-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;display:grid}.epitech-cart-drawer__title-row h3{max-width:none;font-size:clamp(2rem,11vw,2.7rem)}.epitech-cart-drawer__title-row p{font-size:1rem}.hardware-cart-drawer__item{grid-template-columns:4.25rem minmax(0,1fr) 2rem}.hardware-cart-drawer__price{grid-column:2/4}.hardware-cart-drawer__footer{padding-bottom:max(1.1rem, env(safe-area-inset-bottom))}}@media (width<=460px){.epitech-cart-drawer__head,.epitech-cart-drawer__title-row,.hardware-cart-drawer__items,.hardware-cart-drawer__footer{padding-left:1rem;padding-right:1rem}.epitech-cart-drawer__title-row{grid-template-columns:1fr;gap:.35rem}.hardware-cart-drawer__actions{grid-template-columns:1fr}}@media (width<=720px){.epitech-cart-drawer__title-row{grid-template-columns:minmax(0,1fr) auto}.epitech-cart-drawer__title-row h3{white-space:nowrap;font-size:clamp(1.6rem,8vw,2rem)}.epitech-cart-drawer__title-row p{font-size:.76rem}.hardware-cart-drawer__item{grid-template-columns:3.35rem minmax(0,1fr) auto;gap:.5rem}.hardware-cart-drawer__qty{grid-area:2/2}.hardware-cart-drawer__price{grid-area:3/2;font-size:.82rem}.hardware-cart-drawer__remove{grid-area:1/3/3}}@media (width<=460px){.epitech-cart-drawer__title-row{grid-template-columns:1fr;align-items:start}.epitech-cart-drawer__title-row h3{white-space:normal}.hardware-cart-drawer__actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=460px){.hardware-cart-drawer__item{grid-template-columns:3.35rem minmax(0,1fr) 1.25rem;gap:.5rem}.hardware-cart-drawer__thumb{width:3.35rem;height:3.35rem}.hardware-cart-drawer__qty{grid-area:2/2;justify-self:start}.hardware-cart-drawer__price{grid-area:3/2/auto/4;justify-self:start}.hardware-cart-drawer__remove{grid-area:1/3/3;justify-self:end}}@media (width<=460px){.epitech-cart-drawer .hardware-cart-drawer__item{grid-template-columns:3.35rem minmax(0,1fr) 1.25rem;gap:.5rem}.epitech-cart-drawer .hardware-cart-drawer__thumb{width:3.35rem;height:3.35rem}.epitech-cart-drawer .hardware-cart-drawer__qty{grid-area:2/2;justify-self:start}.epitech-cart-drawer .hardware-cart-drawer__price{grid-area:3/2/auto/4;justify-self:start}.epitech-cart-drawer .hardware-cart-drawer__remove{grid-area:1/3/3;justify-self:end}}@media (width<=720px){.epitech-cart-drawer .hardware-cart-drawer__items{gap:.95rem;padding-left:1rem;padding-right:1rem}.epitech-cart-drawer .hardware-cart-drawer__item,.epitech-cart-drawer .hardware-cart-drawer__item.hardware-cart-drawer__item--interactive{grid-template-rows:auto auto;grid-template-columns:3.75rem minmax(0,1fr) 4.2rem;align-items:center;gap:.32rem .75rem;min-height:3.75rem;display:grid}.epitech-cart-drawer .hardware-cart-drawer__thumb{grid-area:1/1/3;width:3.75rem;height:3.75rem}.epitech-cart-drawer .hardware-cart-drawer__item-copy{grid-area:1/2;min-width:0}.epitech-cart-drawer .hardware-cart-drawer__item-copy strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.epitech-cart-drawer .hardware-cart-drawer__qty{grid-area:1/3;place-self:center end;margin:0}.epitech-cart-drawer .hardware-cart-drawer__price{grid-area:2/2;place-self:center start;margin:0;font-size:.82rem}.epitech-cart-drawer .hardware-cart-drawer__remove{grid-area:2/3;place-self:center end;margin:0}}@media (width<=390px){.epitech-cart-drawer .hardware-cart-drawer__item,.epitech-cart-drawer .hardware-cart-drawer__item.hardware-cart-drawer__item--interactive{grid-template-columns:3.45rem minmax(0,1fr) 3.8rem;column-gap:.58rem}.epitech-cart-drawer .hardware-cart-drawer__thumb{width:3.45rem;height:3.45rem}.epitech-cart-drawer .hardware-cart-drawer__price{font-size:.76rem}}@media (width>=461px) and (width<=720px){.epitech-cart-drawer .hardware-cart-drawer__item,.epitech-cart-drawer .hardware-cart-drawer__item.hardware-cart-drawer__item--interactive{grid-template-rows:auto;grid-template-columns:3.85rem minmax(0,1fr) 3.55rem minmax(6.4rem,auto) 1.25rem;align-items:center;gap:0 .75rem;min-height:3.85rem}.epitech-cart-drawer .hardware-cart-drawer__thumb{grid-area:1/1;width:3.85rem;height:3.85rem}.epitech-cart-drawer .hardware-cart-drawer__item-copy{grid-area:1/2}.epitech-cart-drawer .hardware-cart-drawer__qty{grid-area:1/3;justify-self:end}.epitech-cart-drawer .hardware-cart-drawer__price{grid-area:1/4;justify-self:end;font-size:.78rem}.epitech-cart-drawer .hardware-cart-drawer__remove{grid-area:1/5;justify-self:end}}@media (width<=460px){.epitech-cart-drawer .hardware-cart-drawer__item,.epitech-cart-drawer .hardware-cart-drawer__item.hardware-cart-drawer__item--interactive{grid-template-rows:auto auto;grid-template-columns:3.55rem minmax(0,1fr) 3.55rem 1.25rem;align-items:center}.epitech-cart-drawer .hardware-cart-drawer__thumb{grid-area:1/1/3;width:3.55rem;height:3.55rem}.epitech-cart-drawer .hardware-cart-drawer__item-copy{grid-area:1/2/auto/5}.epitech-cart-drawer .hardware-cart-drawer__qty{grid-area:2/2;justify-self:start}.epitech-cart-drawer .hardware-cart-drawer__price{grid-area:2/3;justify-self:end;font-size:.72rem}.epitech-cart-drawer .hardware-cart-drawer__remove{grid-area:2/4;justify-self:end}}@media (width<=720px){.epitech-cart-drawer .hardware-cart-drawer__qty{flex-direction:row;justify-self:end;width:3.65rem;display:inline-flex}}@media (width<=460px){.epitech-cart-drawer .hardware-cart-drawer__qty{justify-self:start;width:3.65rem}}.epitech-request-modal__dialog{background:#fff;border:0;border-radius:0;width:min(100%,30.5rem);max-height:none;padding:1.25rem 1.25rem 0;overflow:visible}.epitech-request-modal__actions button{cursor:pointer;color:#fff;border:0;border-radius:.42rem;width:100%;min-height:2.55rem;padding:0 1rem;font-size:.86rem;font-weight:500}@media (width<=560px){.epitech-request-modal{padding:.75rem}.epitech-request-modal__dialog{width:min(100%,27rem)}.epitech-request-modal__item{grid-template-columns:3.1rem minmax(0,1fr)}.epitech-request-modal__item b{text-align:left;grid-column:2}.epitech-request-modal__form,.epitech-request-modal__actions{grid-template-columns:1fr;gap:.65rem}}@media (width<=560px){.epitech-request-modal{align-items:center;padding:.75rem}.epitech-request-modal__dialog{border-radius:1rem;max-height:calc(100vh - 1.5rem);padding:1rem 1rem 0}.epitech-request-modal__checkout{border-radius:0 0 1rem 1rem;margin-left:-1rem;margin-right:-1rem}}@media (width<=560px){.epitech-request-modal__close{top:.85rem;right:1rem}.epitech-request-modal__head{padding-right:2.8rem}}@media (width<=640px){.epitech-request-modal__dialog{border-radius:1.15rem;width:min(100%,100vw - 1rem)}.epitech-request-modal__field-row,.epitech-request-modal__actions{grid-template-columns:1fr}}.button{letter-spacing:.01em;border-radius:999px;justify-content:center;align-items:center;min-height:3rem;padding:.75rem 1.2rem;font-weight:700;transition:transform .18s,box-shadow .18s,background-color .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button--primary{color:var(--color-deep);background:linear-gradient(135deg, var(--color-accent), var(--color-accent-alt));box-shadow:0 1rem 2rem #067ef638}.button--secondary{color:var(--color-text);background:var(--color-surface-strong);border:1px solid var(--color-border-soft)}.hero{aspect-ratio:1230/748;isolation:isolate;width:min(100% - 3rem,76.875rem);min-height:34rem;margin:0 auto 2.5rem;position:relative}.hero__bg{z-index:0;filter:drop-shadow(0 1.25rem 2.8rem #052a4914);width:100%;height:100%;position:absolute;inset:0}.hero__search{z-index:3;grid-template-columns:20rem 2.75rem;align-items:center;gap:.75rem;display:grid;position:absolute;top:1.75rem;left:65.6%}.hero__search input{color:#fff;background:#052a4942;border:2px solid #ffffffdb;border-radius:.7rem;outline:none;width:100%;height:2.75rem;padding:0 .85rem}.hero__search input::placeholder{color:#fff9}.hero__search button{color:#fff;cursor:pointer;background:#067ef6;border:1px solid #ffffff59;border-radius:50%;place-items:center;width:2.75rem;height:2.75rem;display:inline-grid;box-shadow:0 .75rem 1.65rem #067ef647}.hero__inner{z-index:4;pointer-events:none;grid-template-columns:minmax(25rem,34rem) minmax(0,1fr);height:100%;padding:9.35rem 3.05rem 8.25rem 2.55rem;display:grid;position:relative}.hero__content{color:#fff;pointer-events:auto}.hero__title{color:#fff;letter-spacing:0;max-width:33.7rem;font-size:clamp(3.7rem,5.85vw,4.5rem);font-weight:700;line-height:1.2;display:block}.hero__nowrap{white-space:nowrap}.hero__title--accent{max-width:33.7rem;margin-top:.75rem;font-size:clamp(2.25rem,3.2vw,2.5rem);font-weight:500;line-height:1.18;display:block}.hero__subtitle{color:#ffffffeb;max-width:33.7rem;margin-top:.85rem;font-size:1.05rem;line-height:1.25}.hero__trust{align-items:center;gap:1rem;margin-top:2.45rem;display:flex}.hero__trust-left,.hero__brands{align-items:center;display:flex}.hero__trust-left{gap:.7rem}.hero__avatars{display:flex}.hero__avatar{background:radial-gradient(circle at 45% 24%,#f7cab0 0 16%,#0000 17%),radial-gradient(circle at 50% 47%,#23315a 0 19%,#0000 20%),linear-gradient(135deg,#067ef6,#02daff);border:1px solid #fff;border-radius:50%;width:2.5rem;height:2.5rem;margin-left:-1.25rem}.hero__avatar:first-child{margin-left:0}.hero__avatar--2{background:radial-gradient(circle at 45% 24%,#f8d2bd 0 16%,#0000 17%),radial-gradient(circle at 50% 47%,#b43165 0 19%,#0000 20%),linear-gradient(135deg,#fff4e0,#8cc8ff)}.hero__avatar--3{background:radial-gradient(circle at 45% 24%,#e9b99b 0 16%,#0000 17%),radial-gradient(circle at 50% 47%,#224c68 0 19%,#0000 20%),linear-gradient(135deg,#ffe4d6,#02daff)}.hero__trust-text{flex-direction:column;gap:.08rem;display:flex}.hero__stars{color:#ffd22e;font-size:1.25rem;line-height:1}.hero__trust-label{color:#ffffffe6;font-size:.75rem;line-height:1.15}.hero__trust-divider{background:#ffffffe6;width:.1rem;height:2rem}.hero__brands{gap:.75rem}.hero__brand{object-fit:contain;opacity:.9;width:auto;max-width:2.55rem;height:1.2rem}.hero__brand--apple{height:1.5rem}.hero__brand--asus,.hero__brand--samsung{max-width:2.2rem;height:1rem}.hero__visual{z-index:2;pointer-events:none;position:absolute;inset:0}.hero__slide{opacity:0;animation:18s ease-in-out infinite heroCarousel;position:absolute;inset:0}.hero__slide--service{opacity:1}.hero--interactive .hero__slide{opacity:0;pointer-events:none;transition:opacity .42s;animation:none}.hero--interactive .hero__slide.is-active{opacity:1;pointer-events:auto}.hero--interactive .hero__asset{opacity:0;transition:opacity .52s,transform .62s cubic-bezier(.22,1,.36,1);transform:translateY(.75rem)scale(.985)}.hero--interactive .hero__slide.is-active .hero__asset{opacity:1;transform:translateY(0)scale(1)}.hero--interactive .hero__slide.is-active .hero__asset:nth-child(2){transition-delay:80ms}.hero--interactive .hero__slide.is-active .hero__asset:nth-child(3){transition-delay:.14s}.hero--interactive .hero__slide.is-active .hero__asset:nth-child(4){transition-delay:.19s}.hero--interactive .hero__slide.is-active .hero__asset:nth-child(5){transition-delay:.24s}.hero__slide--hardware{animation-delay:6s;overflow:hidden}.hero__slide--phone{animation-delay:12s;overflow:hidden}@keyframes heroCarousel{0%,28%{opacity:1}33%,95%{opacity:0}to{opacity:1}}.hero__asset{max-width:none;display:block;position:absolute}.hero__carousel-button{cursor:pointer;pointer-events:auto;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid}.hero__carousel-button img{object-fit:contain;width:100%;height:100%;transition:transform .18s,filter .18s}.hero__carousel-button:hover img{filter:brightness(1.08);transform:translate(2px)}.hero__prev-arrow{z-index:7;width:6.5%;top:44.6%;left:45.4%}.hero__prev-arrow img{transform:rotate(180deg)}.hero__prev-arrow:hover img{transform:rotate(180deg)translate(2px)}.hero__asset--main{z-index:2;width:40.33%;top:30.35%;left:51.46%}.hero__asset--profile{z-index:5;width:17.64%;top:29.14%;left:68.7%}.hero-profile-card{color:#fff;background:linear-gradient(92deg,#26977cf2,#8df4b4b8);border:1px solid #9dffdc61;border-radius:.55rem;align-items:center;gap:.58rem;min-height:3.95rem;padding:.55rem .8rem;display:flex;box-shadow:0 1rem 2rem #04203a3d}.hero-profile-card__avatar{object-fit:cover;object-position:center;border:1px solid #ffffffb8;border-radius:50%;flex:none;width:2.45rem;height:2.45rem}.hero-profile-card__copy{flex-direction:column;gap:.08rem;min-width:0;display:flex}.hero-profile-card__copy strong{font-size:1rem;line-height:1.08}.hero-profile-card__name{color:#ffffffeb;font-size:.68rem;font-weight:700;line-height:1.05}.hero-profile-card__copy span{color:#ffffffc2;font-size:.62rem;line-height:1.12}.hero-profile-card__copy .hero-profile-card__name{color:#ffffffeb;font-size:.68rem}.hero__asset--card{z-index:6;width:23.42%;top:59.36%;left:47.32%}.hero__service-hire-button{z-index:8;aspect-ratio:170/68;cursor:pointer;pointer-events:auto;background:0 0;border:0;border-radius:999px;width:8.25%;top:62.05%;left:62.05%}.hero__asset--arrow{z-index:7;width:6.5%;top:44.65%;left:89.67%}.hero__asset--stack{z-index:4;width:46.1%;top:79.14%;left:47.64%}.hero__asset--lock{z-index:6;width:5.61%;top:26.47%;left:49.43%}.hero__asset--code{z-index:6;width:13%;top:57.89%;left:81.46%}.hero__hardware-laptop{z-index:2;width:61%;top:22.6%;left:42.8%}.hero__hardware-arrow{z-index:7;width:6.5%;top:44.6%;left:89.7%}.hero__dynamic-product-image{object-fit:contain;filter:drop-shadow(0 2.4rem 2.6rem #00000047);max-height:26rem}.hero__phone-visual{z-index:3;width:43%;top:17.8%;left:49.8%}.hero__phone-arrow{z-index:7;width:6.5%;top:44.6%;left:89.7%}.hero-product-specs{z-index:6;color:#fff;background:linear-gradient(92deg,#26977cf2,#35d99fbd);border:1px solid #9dffdc73;border-radius:.45rem;grid-template-columns:auto auto auto;align-items:center;gap:.7rem;min-width:12.8rem;min-height:2.65rem;padding:.45rem .75rem;display:grid;position:absolute;top:31.2%;left:76.8%;box-shadow:0 1rem 2rem #04203a3d}.hero-product-specs__brand{font-size:.85rem;font-weight:700}.hero-product-specs span:not(.hero-product-specs__brand){flex-direction:column;gap:.05rem;display:flex}.hero-product-specs strong{font-size:.72rem;line-height:1}.hero-product-specs small{color:#ffffffc2;font-size:.42rem;line-height:1}.hero-product-card{z-index:7;color:#fff;pointer-events:auto;background:linear-gradient(133deg,#a478c6db,#4631a0eb);border:1px solid #ddc6ff99;border-radius:.7rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.9rem;width:17.25rem;min-height:4.55rem;padding:.65rem .8rem;display:grid;position:absolute;top:68.8%;left:62.6%;box-shadow:0 1.1rem 2.2rem #052a4938}.hero-product-card__copy{flex-direction:column;min-width:0;display:flex}.hero-product-card__copy span{color:#ffffffdb;margin-bottom:.2rem;font-size:.55rem;line-height:1}.hero-product-card__copy strong{font-size:.85rem;line-height:1.05}.hero-product-card__copy small{color:#fffc;font-size:.56rem;line-height:1.1}.hero-product-card__button{color:#24193e;white-space:nowrap;cursor:pointer;pointer-events:auto;background:#f1d9ff;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.35rem;min-width:7.1rem;min-height:2.25rem;font-size:.82rem;font-weight:700;display:inline-flex}.hero-product-card__button svg{width:1.05rem;height:1.05rem}.hero__slide--phone .hero-product-specs{top:31.4%;left:72.6%}.hero__slide--phone .hero-product-card{top:67.8%;left:62.8%}.hero__actions{z-index:103;flex-direction:column;gap:1.35rem;display:flex;position:absolute;bottom:1.55rem;left:1.35rem}.btn{cursor:pointer;border-radius:.75rem;justify-content:center;align-items:center;gap:.6rem;width:15.15rem;min-height:3.65rem;font-size:1.25rem;font-weight:600;transition:transform .18s,background .18s,color .18s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn--outline{color:#052a49;background:linear-gradient(#f4f7ff,#f4f7ff) padding-box padding-box,linear-gradient(135deg,#067ef6,#052949) border-box;border:2px solid #0000}.btn--solid{color:#fff;background:linear-gradient(164deg,#052949 0%,#0c62af 100%);border:0}.btn__icon{object-fit:contain;width:1.5rem;height:1.5rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=1100px){.hero{width:min(100% - 2rem,76.875rem);min-height:0}.btn--solid{border:2px solid #fefefe}.hero__inner{grid-template-columns:minmax(24rem,27rem) 1fr;padding:7.55rem 2rem 5.9rem}.hero__title{max-width:13ch;font-size:3.15rem;line-height:1.18}.hero__title--accent{max-width:14ch;margin-top:.45rem;font-size:1.9rem}.hero__subtitle{max-width:25rem;margin-top:.65rem;font-size:.82rem;line-height:1.25}.hero__trust{transform-origin:0;gap:.65rem;margin-top:1.45rem;transform:scale(.76)}.hero__actions{gap:.8rem;bottom:-.95rem;left:1rem}.btn{border-radius:.55rem;width:11.45rem;min-height:2.75rem;font-size:.98rem}.btn svg{width:1.15rem;height:1.15rem}.hero__search{grid-template-columns:15rem 2.45rem;gap:.55rem;top:1.15rem;left:65.6%;right:auto}.hero__search input{border-width:1.5px;border-radius:.45rem;height:2.15rem;font-size:.85rem}.hero__search button{width:2.45rem;height:2.45rem}}@media (width<=900px){.hero{aspect-ratio:auto;background:radial-gradient(circle at 78% 28%,#067ef666,#0000 0 34%),linear-gradient(135deg,#052a49 0%,#0a3560 100%);border-radius:1.4rem;width:min(100% - 1.5rem,48rem);min-height:0;padding:5.35rem 1.25rem 1.5rem;overflow:hidden}.hero__bg{display:none}.hero__search{grid-template-columns:minmax(0,1fr) 2.75rem;gap:.65rem;top:1.2rem;left:1.25rem;right:1.25rem}.hero__search input{border-radius:.7rem;height:2.75rem;font-size:.95rem}.hero__search button{width:2.75rem;height:2.75rem}.hero__inner{flex-direction:column;gap:1.35rem;height:auto;padding:0;display:flex}.hero__content{z-index:4;position:relative}.hero__title{max-width:11.5ch;font-size:clamp(2.55rem,8.7vw,4rem);line-height:1.08}.hero__title--accent{max-width:13ch;margin-top:.55rem;font-size:clamp(1.75rem,5.5vw,2.45rem)}.hero__subtitle{max-width:42rem;margin-top:.75rem;font-size:.98rem;line-height:1.42}.hero__trust{flex-wrap:wrap;gap:.85rem;margin-top:1.35rem;transform:none}.hero__visual{width:min(100%,42rem);min-height:clamp(18rem,54vw,27rem);margin:-.35rem auto 0;position:relative;inset:auto}.hero__asset--main{width:62%;top:10%;left:19%}.hero__asset--profile{width:26%;top:9%;left:47%}.hero-profile-card{border-radius:.45rem;gap:.42rem;min-height:3.05rem;padding:.42rem .55rem}.hero-profile-card__avatar{width:1.95rem;height:1.95rem;font-size:.72rem}.hero-profile-card__copy strong{font-size:.74rem}.hero-profile-card__copy span,.hero-profile-card__copy .hero-profile-card__name{font-size:.5rem;line-height:1.08}.hero__asset--card{width:36%;top:55%;left:17%}.hero__service-hire-button{width:12.7%;top:59.1%;left:39.6%}.hero__asset--arrow{width:10%;top:36%;left:75%}.hero__asset--stack{width:70%;top:78%;left:13%}.hero__asset--lock{width:10%;top:5%;left:16%}.hero__asset--code{width:19%;top:56%;left:63%}.hero__hardware-laptop{width:72%;top:8%;left:16%}.hero__hardware-arrow{width:12%;top:38%;left:82%}.hero__prev-arrow{width:12%;top:38%;left:6%}.hero__dynamic-product-image{object-fit:contain;filter:drop-shadow(0 2.4rem 2.6rem #00000047);max-height:26rem}.hero__phone-visual{width:42%;top:4%;left:38%}.hero__phone-arrow{width:12%;top:38%;left:82%}.hero-product-specs{min-width:12rem;top:14%;left:60%;transform:translate(-10%)}.hero-product-card{width:min(62%,17.25rem);top:59%;left:31%}.hero__slide--phone .hero-product-specs{top:12%;left:57%}.hero__slide--phone .hero-product-card{top:62%;left:28%}.hero__actions{flex-direction:row;justify-content:center;gap:.85rem;margin-top:1.1rem;position:relative;bottom:auto;left:auto;right:auto}.btn{border-radius:.7rem;width:min(100%,14rem);min-height:3.1rem;font-size:1rem}}@media (width<=640px){.hero{border-radius:1.1rem;width:min(100% - 1rem,76.875rem);padding:5.15rem 1rem 1.15rem}.hero__search{grid-template-columns:minmax(0,1fr) 2.6rem;top:1rem;left:1rem;right:1rem}.hero__search input,.hero__search button{height:2.6rem}.hero__search button{width:2.6rem}.hero__inner{padding-bottom:1rem}.hero__title{max-width:10.5ch;font-size:clamp(2.35rem,11.6vw,3.05rem)}.hero__title--accent{max-width:12ch;font-size:clamp(1.55rem,7vw,2rem)}.hero__subtitle{font-size:.92rem}.hero__trust{flex-direction:column;align-items:flex-start;gap:.7rem}.hero__trust-divider{display:none}.hero__brands{flex-wrap:wrap;gap:.65rem}.hero__visual{min-height:20rem}.hero__asset--main{width:76%;top:12%;left:11%}.hero__asset--profile{width:30%;top:10%;left:49%}.hero-profile-card{min-height:2.8rem;padding:.36rem .48rem}.hero-profile-card__avatar{width:1.75rem;height:1.75rem}.hero-profile-card__copy strong{font-size:.68rem}.hero-profile-card__copy span,.hero-profile-card__copy .hero-profile-card__name{font-size:.45rem}.hero__asset--card{width:48%;top:50%;left:7%}.hero__service-hire-button{width:17%;top:55.4%;left:37.2%}.hero__asset--arrow{width:15%;top:35%;left:79%}.hero__asset--stack{width:84%;top:76%;left:8%}.hero__asset--lock{width:14%;top:2%;left:10%}.hero__asset--code{width:24%;top:55%;left:69%}.hero__hardware-laptop{width:92%;top:16%;left:4%}.hero__hardware-arrow{width:17%;top:38%;left:78%}.hero__prev-arrow{width:17%;top:38%;left:4%}.hero__dynamic-product-image{object-fit:contain;filter:drop-shadow(0 2.4rem 2.6rem #00000047);max-height:26rem}.hero__phone-visual{width:54%;top:7%;left:31%}.hero__phone-arrow{width:17%;top:38%;left:78%}.hero-product-specs{gap:.45rem;min-width:10.6rem;padding:.42rem .6rem;top:12%;left:46%;transform:none}.hero-product-specs__brand{font-size:.72rem}.hero-product-card{gap:.55rem;width:76%;min-height:4.1rem;padding:.55rem .65rem;top:58%;left:9%}.hero-product-card__button{min-width:6.2rem;min-height:2rem;font-size:.72rem}.hero__slide--phone .hero-product-specs{top:11%;left:43%}.hero__slide--phone .hero-product-card{top:62%;left:8%}.hero__actions{flex-direction:column;gap:.85rem;margin-top:.85rem}.btn{width:100%}}@media (width<=420px){.hero__visual{min-height:17.5rem}.hero__asset--main{width:92%;top:16%;left:3%}.hero__asset--profile{width:45%;top:10%;left:39%}.hero-profile-card{gap:.34rem;min-height:2.65rem;padding:.34rem .42rem}.hero-profile-card__avatar{width:1.55rem;height:1.55rem;font-size:.62rem}.hero-profile-card__copy strong{font-size:.58rem}.hero-profile-card__copy span,.hero-profile-card__copy .hero-profile-card__name{font-size:.39rem}.hero__asset--card{width:62%;top:52%;left:3%}.hero__service-hire-button{width:22%;top:59%;left:42%}.hero__asset--arrow{width:17%;top:36%;left:80%}.hero__asset--stack{width:94%;top:78%;left:3%}.hero__asset--lock{width:17%;top:4%;left:3%}.hero__asset--code{width:27%;top:56%;left:70%}.hero__hardware-laptop{width:104%;top:18%;left:-2%}.hero__hardware-arrow{width:19%;top:40%;left:78%}.hero__prev-arrow{width:19%;top:40%;left:3%}.hero__dynamic-product-image{object-fit:contain;filter:drop-shadow(0 2.4rem 2.6rem #00000047);max-height:26rem}.hero__phone-visual{width:66%;top:9%;left:25%}.hero__phone-arrow{width:19%;top:40%;left:78%}.hero-product-specs{min-width:9.9rem;top:10%;left:34%}.hero-product-card{width:90%;top:60%;left:2%}.hero__slide--phone .hero-product-specs{top:9%;left:29%}.hero__slide--phone .hero-product-card{top:63%;left:2%}}.hero__hardware-laptop.hero__dynamic-product-image,.hero__phone-visual.hero__dynamic-product-image,.hero__slide--dynamic-product .hero__dynamic-product-image{object-fit:cover;object-position:center;-webkit-backdrop-filter:blur(14px);background:linear-gradient(145deg,#ffffff2e,#ffffff0f),#052a4933;border:2px solid #ffffff5c;border-radius:1.45rem;width:min(34vw,28rem);height:min(31vw,23rem);padding:clamp(.45rem,.75vw,.7rem);top:18.5%;left:54%;box-shadow:inset 0 0 0 1px #ffffff38,0 1.5rem 3.5rem #00000040,0 0 2.5rem #067ef62e}.hero__slide--dynamic-product .hero-product-specs{background:linear-gradient(96deg,#067ef6e6,#2ccda2db);border-color:#ffffff52;border-radius:.85rem;min-width:13.6rem;top:22%;left:auto;right:11.5%;transform:translate(-.55rem,.55rem);box-shadow:0 1rem 2.2rem #00000038}.hero__slide--dynamic-product .hero-product-card{background:linear-gradient(135deg,#694fbef0,#3e2a8ceb);border-color:#ffffff4d;border-radius:1rem;top:63%;left:61.5%;transform:translateY(-.15rem);box-shadow:0 1.15rem 2.4rem #0000003d}@media (width<=980px) and (width>=901px){.hero__hardware-laptop.hero__dynamic-product-image,.hero__phone-visual.hero__dynamic-product-image,.hero__slide--dynamic-product .hero__dynamic-product-image{border-radius:1.05rem;width:38%;height:43%;padding:.4rem;top:22%;left:48%}.hero__slide--dynamic-product .hero-product-specs{gap:.48rem;min-width:11.2rem;padding:.45rem .68rem;top:22%;left:auto;right:11.5%;transform:translate(.35rem,-.2rem)}.hero__slide--dynamic-product .hero-product-specs__brand,.hero__slide--dynamic-product .hero-product-specs strong{font-size:.72rem}.hero__slide--dynamic-product .hero-product-specs small{font-size:.46rem}.hero__slide--dynamic-product .hero-product-card{width:18rem;min-height:3.75rem;padding:.62rem .75rem;top:66%;left:50.5%;transform:none}.hero__slide--dynamic-product .hero-product-card__copy strong{font-size:.8rem;line-height:1.05}.hero__slide--dynamic-product .hero-product-card__copy span,.hero__slide--dynamic-product .hero-product-card__copy small{font-size:.58rem}.hero__slide--dynamic-product .hero-product-card__button{min-width:7.2rem;height:2.45rem;font-size:.78rem}.hero__slide--dynamic-product .hero__prev-arrow{top:40%;left:43.5%}.hero__slide--dynamic-product .hero__hardware-arrow,.hero__slide--dynamic-product .hero__phone-arrow{top:40%;left:86.5%}}@media (width<=560px){.hero__slide--dynamic-product .hero__dynamic-product-image,.hero__hardware-laptop.hero__dynamic-product-image,.hero__phone-visual.hero__dynamic-product-image{object-fit:cover;object-position:center 56%;border-width:2px;border-radius:1rem;width:84%;height:42%;padding:.3rem;top:4%;left:8%}.hero__slide--dynamic-product .hero-product-specs{border-radius:.78rem;grid-template-columns:minmax(0,1fr) auto auto;gap:.42rem;width:78%;min-width:0;min-height:3.05rem;padding:.58rem .72rem;top:42%;left:11%;right:auto;transform:translateY(-.28rem)}.hero__slide--dynamic-product .hero-product-specs__brand,.hero__slide--dynamic-product .hero-product-specs strong{font-size:.88rem}.hero__slide--dynamic-product .hero-product-specs small{font-size:.52rem}.hero__slide--dynamic-product .hero-product-card{width:84%;min-height:4.65rem;padding:.78rem .88rem;top:58%;left:8%}.hero__slide--dynamic-product .hero-product-card__copy strong{font-size:1rem;line-height:1.05}.hero__slide--dynamic-product .hero-product-card__button{min-width:8.2rem;height:3rem;padding:0 .85rem;font-size:.95rem}.hero__slide--dynamic-product .hero__prev-arrow,.hero__slide--dynamic-product .hero__hardware-arrow,.hero__slide--dynamic-product .hero__phone-arrow{z-index:8;width:12.5%;top:20%}.hero__slide--dynamic-product .hero__prev-arrow{left:1.5%}.hero__slide--dynamic-product .hero__hardware-arrow,.hero__slide--dynamic-product .hero__phone-arrow{left:86%}}@media (width<=420px){.hero__slide--dynamic-product .hero__dynamic-product-image,.hero__hardware-laptop.hero__dynamic-product-image,.hero__phone-visual.hero__dynamic-product-image{width:86%;height:40%;left:7%}.hero__slide--dynamic-product .hero-product-specs{width:82%;top:41%;left:9%}.hero__slide--dynamic-product .hero-product-card{width:86%;top:56%;left:7%}}@media (prefers-reduced-motion:reduce){.hero__slide{animation:none}.hero--interactive .hero__asset{opacity:1;transition:none;transform:none}.hero__slide--service{opacity:1}.hero__slide--hardware,.hero__slide--phone{opacity:0}}@media (width<=900px){.hero__visual{display:none}.hero{padding-bottom:2rem}.hero__inner{gap:0}}.hero__slide--dynamic-product .hero-product-specs{min-width:12.8rem;padding:.58rem .85rem;top:20.5%;right:9%;transform:translate(-.25rem,.35rem)}.hero__slide--dynamic-product .hero-product-card{width:min(24rem,31vw);min-height:4.55rem;padding:.78rem .95rem;top:64%;left:56.5%}.hero__slide--dynamic-product .hero__prev-arrow{top:42%;left:48.5%}.hero__slide--dynamic-product .hero__hardware-arrow,.hero__slide--dynamic-product .hero__phone-arrow{top:42%;left:87.5%}@media (width<=1100px) and (width>=901px){.hero__slide--dynamic-product .hero__dynamic-product-image,.hero__hardware-laptop.hero__dynamic-product-image,.hero__phone-visual.hero__dynamic-product-image{border-radius:.9rem;width:33.5%;height:35%;padding:.34rem;top:23%;left:50.5%}.hero__slide--dynamic-product .hero-product-specs{border-radius:.62rem;gap:.38rem;min-width:10.4rem;padding:.38rem .55rem;top:22%;right:11%;transform:translate(.1rem)}.hero__slide--dynamic-product .hero-product-specs__brand,.hero__slide--dynamic-product .hero-product-specs strong{font-size:.64rem}.hero__slide--dynamic-product .hero-product-specs small{font-size:.4rem}.hero__slide--dynamic-product .hero-product-card{border-radius:.72rem;width:17.2rem;min-height:3.5rem;padding:.55rem .65rem;top:64.5%;left:51.2%}.hero__slide--dynamic-product .hero-product-card__copy strong{font-size:.74rem;line-height:1.05}.hero__slide--dynamic-product .hero-product-card__copy span,.hero__slide--dynamic-product .hero-product-card__copy small{font-size:.52rem}.hero__slide--dynamic-product .hero-product-card__button{min-width:6.7rem;height:2.25rem;padding:0 .65rem;font-size:.7rem}.hero__slide--dynamic-product .hero-product-card__button svg{width:1rem;height:1rem}.hero__slide--dynamic-product .hero__prev-arrow{width:4.2rem;top:39.5%;left:45.5%}.hero__slide--dynamic-product .hero__hardware-arrow,.hero__slide--dynamic-product .hero__phone-arrow{width:4.2rem;top:39.5%;left:83.5%}}.hero__slide--dynamic-product .hero__dynamic-product-image,.hero__hardware-laptop.hero__dynamic-product-image,.hero__phone-visual.hero__dynamic-product-image{object-fit:cover;object-position:center 55%;border-radius:1.25rem;width:min(39vw,32rem);height:min(34vw,26rem);padding:.52rem;top:14.5%;left:48.8%}.hero__slide--dynamic-product .hero__prev-arrow{width:6.5%;top:44.6%;left:45.4%}.hero__slide--dynamic-product .hero__hardware-arrow,.hero__slide--dynamic-product .hero__phone-arrow{width:6.5%;top:44.6%;left:89.7%}.hero__slide--dynamic-product .hero-product-specs{top:17%;right:8%;transform:translate(-.1rem,.35rem)}.hero__slide--dynamic-product .hero-product-card{width:min(27rem,36vw);top:71.5%;left:52.5%}@media (width<=1100px) and (width>=901px){.hero__slide--dynamic-product .hero__dynamic-product-image,.hero__hardware-laptop.hero__dynamic-product-image,.hero__phone-visual.hero__dynamic-product-image{width:39%;height:43%;padding:.36rem;top:22%;left:48.8%}.hero__slide--dynamic-product .hero__prev-arrow{width:6.5%;top:44.6%;left:45.4%}.hero__slide--dynamic-product .hero__hardware-arrow,.hero__slide--dynamic-product .hero__phone-arrow{width:6.5%;top:44.6%;left:89.7%}.hero__slide--dynamic-product .hero-product-specs{top:22%;right:8%;transform:translate(-.1rem,-.1rem)}.hero__slide--dynamic-product .hero-product-card{width:18.8rem;top:67%;left:50.5%}}@media (width>=1101px){.hero__slide--dynamic-product .hero__dynamic-product-image,.hero__hardware-laptop.hero__dynamic-product-image,.hero__phone-visual.hero__dynamic-product-image{object-fit:cover;object-position:center 54%;border-radius:1.2rem;width:min(34vw,29rem);height:min(27vw,22rem);padding:.5rem;top:22%;left:53%}.hero__slide--dynamic-product .hero-product-specs{top:23.5%;right:7.5%;transform:translate(-.15rem,.2rem)}.hero__slide--dynamic-product .hero-product-card{width:min(25rem,33vw);top:55.5%;left:55%}}@media (width<=1100px) and (width>=901px){.hero__slide--dynamic-product .hero__dynamic-product-image,.hero__hardware-laptop.hero__dynamic-product-image,.hero__phone-visual.hero__dynamic-product-image{object-fit:cover;object-position:center 54%;border-radius:1.2rem;width:min(34vw,29rem);height:min(27vw,22rem);padding:.5rem;top:22%;left:53%}.hero__slide--dynamic-product .hero-product-specs{border-radius:.85rem;gap:.7rem;min-width:12.8rem;padding:.58rem .85rem;top:23.5%;right:7.5%;transform:translate(-.15rem,.2rem)}.hero__slide--dynamic-product .hero-product-specs__brand,.hero__slide--dynamic-product .hero-product-specs strong{font-size:.85rem}.hero__slide--dynamic-product .hero-product-specs small{font-size:.52rem}.hero__slide--dynamic-product .hero-product-card{border-radius:1rem;width:min(25rem,33vw);min-height:4.55rem;padding:.78rem .95rem;top:55.5%;left:55%}.hero__slide--dynamic-product .hero-product-card__copy strong{font-size:1rem;line-height:1.05}.hero__slide--dynamic-product .hero-product-card__copy span,.hero__slide--dynamic-product .hero-product-card__copy small{font-size:.72rem}.hero__slide--dynamic-product .hero-product-card__button{min-width:8.2rem;height:3rem;padding:0 .85rem;font-size:.95rem}.hero__slide--dynamic-product .hero-product-card__button svg{width:1.35rem;height:1.35rem}}.hero__slide--dynamic-product .hero__dynamic-product-image,.hero__hardware-laptop.hero__dynamic-product-image,.hero__phone-visual.hero__dynamic-product-image{-webkit-backdrop-filter:blur(18px)saturate(1.15);background:linear-gradient(145deg,#ffffff3d,#ffffff12),#0c396057;border:.32rem solid #d2e8ff6b;box-shadow:inset 0 0 0 1px #ffffff57,inset 0 1.1rem 1.8rem #ffffff1a,0 1.5rem 3.6rem #00000047,0 0 2.5rem #067ef629}.hero-product-frame{isolation:isolate;box-sizing:border-box;display:block;overflow:hidden}.hero-product-frame:before,.hero-product-frame:after{content:"";pointer-events:none;border-radius:inherit;position:absolute}.hero-product-frame:before{z-index:2;mix-blend-mode:screen;background:linear-gradient(90deg,#ffffff4d,#0000 12% 82%,#adceff6b),linear-gradient(#ffffff57,#0000 18% 78%,#ffffff1f);inset:0}.hero-product-frame:after{z-index:3;border:1px solid #fff3;inset:.5rem;box-shadow:inset -1rem 0 1.5rem #a4bdff2e,inset .8rem 0 1.2rem #ffffff14}.hero-product-frame__image{z-index:1;object-fit:cover;object-position:center 54%;border-radius:.88rem;width:100%;height:100%;display:block;position:relative}.hero__slide--dynamic-product .hero-product-frame,.hero__hardware-laptop.hero-product-frame,.hero__phone-visual.hero-product-frame{-webkit-backdrop-filter:blur(18px)saturate(1.15);background:#0c396029;border:0;padding:.18rem;box-shadow:inset 0 0 0 1px #ffffff42,inset -1.15rem 0 1.8rem #b2c3ff33,inset .85rem 0 1.35rem #ffffff14,0 1.35rem 3rem #0000003d}.hero-product-frame:before{background:linear-gradient(90deg,#ffffff38,#0000 5% 76%,#adceff5c 100%),linear-gradient(#ffffff42,#0000 12% 84%,#ffffff14)}.hero-product-frame:after{inset:.18rem;box-shadow:inset -1.65rem 0 2.2rem #a4bdff33,inset 1rem 0 1.45rem #ffffff17,inset 0 0 0 1px #ffffff29}.hero__slide--dynamic-product .hero-product-frame,.hero__hardware-laptop.hero-product-frame,.hero__phone-visual.hero-product-frame{background:linear-gradient(115deg,#ffffff42,#7b99d33d 52%,#cedeff57),#0c396033;border:0;padding:.78rem;box-shadow:inset 0 0 0 1px #ffffff57,inset -1.8rem 0 2.4rem #b2c3ff3d,inset 1.35rem 0 1.8rem #ffffff1f,0 1.35rem 3rem #0000003d}.hero-product-frame:after{border-color:#ffffff38;inset:.48rem;box-shadow:inset -1.9rem 0 2.4rem #a4bdff38,inset 1.2rem 0 1.65rem #ffffff1a,inset 0 0 0 1px #ffffff26}.hero-product-frame__image{border-radius:.82rem}.service-cards-section{width:min(90% - 3rem,76.875rem);margin:2.25rem auto 3.5rem}.service-cards-section__inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.2rem;display:grid}.service-cards-section__header{text-align:center;grid-column:1/-1;max-width:42rem;margin:0 auto .35rem}.service-cards-section__header span{color:#067ef6;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.7rem;font-size:.78rem;font-weight:800;line-height:1;display:inline-flex}.service-cards-section__header h2{color:#052a49;margin:0;font-size:clamp(2rem,3.2vw,3rem);font-weight:800;line-height:1.08}.service-cards-section__header p{color:#052a49a8;max-width:38rem;margin:.8rem auto 0;font-size:1rem;line-height:1.55}.service-card{color:#202020;background:#fff;border-radius:1.1rem;flex-direction:column;align-items:flex-start;min-height:20.55rem;padding:2rem 2.45rem 1.65rem;display:flex;box-shadow:0 1.1rem 2.4rem #052a4909}.service-card__icon{color:#fff;background:#052a49;border-radius:.5rem;place-items:center;width:2.75rem;height:2.75rem;display:grid}.service-card__icon svg{width:1.62rem;height:1.62rem}.service-card__copy{margin-top:2rem}.service-card__copy h2{color:#202020;margin:0;font-size:1.15rem;font-weight:600;line-height:1.2}.service-card__copy p{color:#20202094;max-width:15.1rem;margin:.8rem 0 0;font-size:.86rem;line-height:1.6}.service-card__button{color:#fff;cursor:pointer;background:#067ef6;border:0;border-radius:999px;justify-content:center;align-items:center;min-width:8.6rem;min-height:2.9rem;margin-top:auto;font-size:.92rem;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex;box-shadow:0 .9rem 1.6rem #067ef62e}.service-card__button:hover{background:#006fe0;transform:translateY(-1px);box-shadow:0 1rem 1.8rem #067ef63d}@media (width<=1100px){.service-cards-section{width:min(90% - 2rem,76.875rem)}.service-cards-section__inner{gap:1.35rem}.service-card{min-height:19rem;padding:1.65rem 1.55rem 1.45rem}}@media (width<=820px){.service-cards-section{width:min(90% - 1.5rem,48rem);margin-top:1.5rem}.service-cards-section__inner{grid-template-columns:1fr;gap:1rem}.service-cards-section__header{text-align:left;margin-bottom:.45rem}.service-cards-section__header p{margin-left:0}.service-card{min-height:0;padding:1.45rem}.service-card__copy{margin-top:1.25rem}.service-card__copy p{max-width:34rem}.service-card__button{margin-top:2rem}}@media (width<=480px){.service-cards-section{width:min(90% - 1rem,76.875rem)}.service-card{border-radius:.9rem;padding:1.25rem}}.enterprise-hardware{grid-template-columns:minmax(0,39.375rem) 29.5625rem;justify-content:space-between;align-items:start;gap:5rem;width:min(100% - 3rem,73.9375rem);margin:6.6rem auto 3.5rem;display:grid}.enterprise-hardware__copy h2{color:#202020;letter-spacing:0;max-width:39.375rem;margin:0;font-size:clamp(3.15rem,5vw,3.75rem);font-weight:800;line-height:1.08}.enterprise-hardware__copy h2 span{color:#067ef6}.enterprise-hardware__copy p{color:#20202094;max-width:28.2rem;margin:.75rem 0 0;font-size:1rem;line-height:1.55}.enterprise-hardware__actions{align-items:center;gap:1.25rem;margin-top:3.75rem;display:flex}.enterprise-hardware__button{cursor:pointer;border-radius:.7rem;justify-content:center;align-items:center;gap:.5rem;min-height:4rem;padding:0 1.25rem;font-size:1rem;font-weight:600;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.enterprise-hardware__button img{object-fit:contain;width:1.5rem;height:1.5rem}.enterprise-hardware__button--primary{color:#fff;background:#067ef6;border:0;width:20.25rem;box-shadow:0 .85rem 1.5rem #067ef62e}.enterprise-hardware__button--secondary{color:#052a49;background:0 0;border:1.5px solid #067ef6;width:14.25rem}.enterprise-hardware__button:hover{transform:translateY(-1px)}.enterprise-hardware__media{justify-self:end;width:29.5625rem;min-height:27.125rem;display:grid;position:relative}.enterprise-hardware__image-panel{width:29.5625rem;height:27.125rem;clip-path:path("M27.18 0H445.82C460.832 0 473 12.168 473 27.18V406.82C473 421.832 460.832 434 445.82 434H174C158.988 434 146.82 421.832 146.82 406.82V367C146.82 351.988 134.652 339.82 119.64 339.82H27.18C12.168 339.82 0 327.652 0 312.64V27.18C0 12.168 12.168 0 27.18 0Z");background:#052a49;border-radius:1.7rem;overflow:hidden}.enterprise-hardware__robot{object-fit:cover;object-position:center bottom;pointer-events:none;border-bottom-right-radius:1.7rem;width:65.75%;height:89.4%;position:absolute;top:11.18%;left:34.25%}.enterprise-hardware__arrow{color:#052a49;cursor:pointer;background:#02daff;border:0;border-radius:1.7rem;place-items:center;width:7.9125rem;height:4.625rem;transition:transform .18s,background .18s;display:grid;position:absolute;top:82.38%;left:0}.enterprise-hardware__arrow:hover{background:#20e1ff;transform:translateY(-1px)}.enterprise-hardware__insights{grid-column:1/-1;justify-content:space-between;align-items:end;margin-top:5.4rem;padding:0 .5rem;display:flex}.enterprise-hardware__insights h3{color:#202020;margin:0;font-size:1.6rem;font-weight:800;line-height:1.1}.enterprise-hardware__insights a{color:#067ef6;font-size:.72rem;font-weight:500}@media (width<=1100px){.enterprise-hardware{grid-template-columns:minmax(0,1fr) minmax(18rem,29.5625rem);gap:2rem;width:min(100% - 2rem,73.9375rem)}.enterprise-hardware__copy h2{font-size:clamp(2.55rem,5vw,3.25rem)}.enterprise-hardware__actions{gap:.9rem}.enterprise-hardware__button{min-height:3.4rem;font-size:.88rem}.enterprise-hardware__button--primary{width:17.5rem}.enterprise-hardware__button--secondary{width:12.5rem}.enterprise-hardware__media{width:100%;min-height:auto}.enterprise-hardware__image-panel{aspect-ratio:473/434;clip-path:polygon(5.75% 0,100% 0,100% 100%,36.8% 100%,36.8% 78.3%,0 78.3%,0 5.75%);width:100%;height:auto}.enterprise-hardware__arrow{border-radius:1.2rem;width:28.1%;height:20.7%;top:79.38%}}@media (width<=820px){.enterprise-hardware{grid-template-columns:1fr;gap:1.75rem;width:min(100% - 1.5rem,48rem);margin-top:4rem}.enterprise-hardware__copy h2{max-width:36rem}.enterprise-hardware__copy p{max-width:34rem}.enterprise-hardware__media{justify-self:start;width:min(100%,28rem);display:none}.enterprise-hardware__image-panel{clip-path:none;border-radius:1rem;width:100%}.enterprise-hardware__robot{width:65.75%;height:89.4%;top:11.18%;left:34.25%}.enterprise-hardware__arrow{border-radius:.8rem;width:4.15rem;height:3.5rem;inset:auto 1rem 1rem auto}.enterprise-hardware__insights{flex-direction:column;align-items:flex-start;gap:.75rem;margin-top:2.4rem;padding:0}}@media (width<=560px){.enterprise-hardware{width:min(100% - 1rem,76.875rem)}.enterprise-hardware__copy h2{font-size:clamp(2.1rem,12vw,3rem)}.enterprise-hardware__actions{flex-direction:column;align-items:stretch;margin-top:2rem}.enterprise-hardware__button,.enterprise-hardware__button--primary,.enterprise-hardware__button--secondary{width:100%}}.solution-features{gap:5rem;width:min(100% - 3rem,73.9375rem);margin:5rem auto 5.5rem;display:grid}.solution-feature{grid-template-columns:minmax(0,39.375rem) minmax(18rem,29.5625rem);align-items:center;gap:5rem;display:grid}.solution-feature--reversed{grid-template-columns:minmax(18rem,29.5625rem) minmax(0,39.375rem)}.solution-feature--reversed .solution-feature__copy{grid-column:2}.solution-feature--reversed .solution-feature__media{grid-area:1/1}.solution-feature__copy{align-content:space-between;min-height:27.125rem;display:grid}.solution-feature__intro h2{color:#202020;letter-spacing:0;max-width:39.375rem;margin:0;font-size:clamp(2.85rem,4.8vw,3.75rem);font-weight:800;line-height:1.08}.solution-feature__intro p{color:#7c7c7c;max-width:39.375rem;margin:.75rem 0 0;font-size:1rem;line-height:1.55}.solution-feature__bullets{grid-template-columns:repeat(2,6.0625rem);gap:.75rem 2.5rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.solution-feature__bullets li{color:#202020;align-items:center;gap:.45rem;font-size:.92rem;font-weight:500;line-height:1;display:inline-flex}.solution-feature__bullets svg{color:#067ef6;flex:none}.solution-feature__actions{gap:1.25rem;display:flex}.solution-feature__button{border-radius:.7rem;justify-content:center;align-items:center;gap:.5rem;min-height:4rem;padding:0 1.25rem;font-size:1rem;font-weight:700;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex}.solution-feature__button img{object-fit:contain;width:1.5rem;height:1.5rem}.solution-feature__button--primary{color:#fff;background:#067ef6;width:14.5625rem;box-shadow:0 .85rem 1.5rem #067ef62e}.solution-feature__button--secondary{color:#052949;background:0 0;border:1.5px solid #067ef6;width:14.375rem}.solution-feature__button:hover{transform:translateY(-1px)}.solution-feature__button--primary:hover{background:#006fe0}.solution-feature__media{background:#dce5f2;border-radius:1.7rem;width:29.5625rem;height:27.125rem;overflow:hidden}.solution-feature__media img{object-fit:cover;width:100%;height:100%}.solution-challenge-cta{color:#fff;background:#052949;border-radius:1.7rem;place-items:center;min-height:25rem;padding:3.75rem 2.5rem 2.5rem;display:grid}.solution-challenge-cta__content{text-align:center;justify-items:center;max-width:71.5rem;display:grid}.solution-challenge-cta h2{color:#fff;max-width:71.5rem;margin:0;font-size:clamp(3.2rem,6.4vw,5rem);font-weight:800;line-height:1.1}.solution-challenge-cta p{color:#ffffffe6;max-width:51.5rem;margin:2.4rem 0 0;font-size:1rem;line-height:1.55}.solution-challenge-cta__button{color:#fff;background:#067ef6;border-radius:.7rem;justify-content:center;align-items:center;gap:.5rem;width:14.5625rem;min-height:4rem;margin-top:.6rem;font-size:1rem;font-weight:700;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex}.solution-challenge-cta__button img{object-fit:contain;width:1.5rem;height:1.5rem}.solution-challenge-cta__button:hover{background:#006fe0;transform:translateY(-1px);box-shadow:0 .85rem 1.5rem #067ef62e}@media (width<=1100px){.solution-features{gap:4rem;width:min(100% - 2rem,73.9375rem)}.solution-feature,.solution-feature--reversed{grid-template-columns:minmax(0,1fr) minmax(18rem,29.5625rem);gap:2rem}.solution-feature__intro h2{font-size:clamp(2.3rem,4.8vw,3.1rem)}.solution-feature__copy{min-height:23rem}.solution-feature__media{aspect-ratio:473/434;width:100%;height:auto}.solution-challenge-cta{min-height:22rem}.solution-challenge-cta h2{font-size:clamp(2.6rem,6.5vw,4rem)}}@media (width<=820px){.solution-features{width:min(100% - 1.5rem,48rem);margin-top:4rem}.solution-feature,.solution-feature--reversed{grid-template-columns:1fr;gap:1.5rem}.solution-feature--reversed .solution-feature__copy,.solution-feature--reversed .solution-feature__media{grid-area:auto}.solution-feature__copy{gap:2rem;min-height:0}.solution-feature__media{justify-self:center;width:min(100%,32rem)}.solution-challenge-cta{min-height:0;padding:3rem 1.5rem}.solution-challenge-cta p,.solution-challenge-cta__button{margin-top:1.5rem}}@media (width<=560px){.solution-features{gap:3.25rem;width:min(100% - 1rem,48rem)}.solution-feature__intro h2{font-size:clamp(2rem,11vw,2.8rem)}.solution-feature__bullets{grid-template-columns:1fr 1fr;gap:.75rem 1rem}.solution-feature__actions{flex-direction:column;align-items:stretch}.solution-feature__button,.solution-feature__button--primary,.solution-feature__button--secondary,.solution-challenge-cta__button{width:100%}.solution-challenge-cta{border-radius:1rem;padding:2.25rem 1rem}.solution-challenge-cta h2{font-size:clamp(2rem,11vw,2.75rem)}}.projects-landing{width:min(100% - 3rem,1230px);margin:2rem auto 0}.projects-hero{aspect-ratio:1230/394;color:#fff;background:radial-gradient(circle at 18% 10%,#ffffff38,#0000 28%),linear-gradient(135deg,#067ef6 0% 48%,#052949 100%);border-radius:clamp(1.7rem,3.25vw,2.5rem);grid-template-columns:minmax(0,45%) 1fr;min-height:0;display:grid;position:relative;overflow:hidden}.projects-hero__content{z-index:2;flex-direction:column;align-items:flex-start;padding:clamp(2.1rem,3.4vw,2.6rem) 0 clamp(2rem,3vw,2.55rem) clamp(2.5rem,4.6vw,3.5rem);display:flex;position:relative}.projects-hero__content h1{margin:0;font-weight:700;line-height:1.05}.projects-hero__content h1 span,.projects-hero__content h1 small{display:block}.projects-hero__content h1 span{letter-spacing:0;white-space:nowrap;font-size:clamp(2.6rem,4.75vw,3.95rem)}.projects-hero__content h1 small{margin-top:.22rem;font-size:clamp(1.45rem,3.15vw,2.55rem);font-weight:400}.projects-hero__content p{color:#ffffffeb;width:min(100%,30.5rem);margin:clamp(1.1rem,2.1vw,1.9rem) 0 0;font-size:clamp(.78rem,1.2vw,1.05rem);line-height:1.15}.projects-hero__button{color:#fff;background:#052949;border-radius:.75rem;justify-content:center;align-items:center;gap:clamp(.45rem,1vw,.75rem);min-width:clamp(11rem,18vw,15rem);min-height:clamp(2.65rem,4.2vw,3.65rem);margin-top:3rem;font-size:clamp(.95rem,1.65vw,1.45rem);font-weight:400;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 1rem 2.2rem #052a492e}.projects-hero__button:hover{transform:translateY(-2px);box-shadow:0 1.15rem 2.5rem #052a493d}.projects-hero__visual{z-index:1;pointer-events:none;position:absolute;inset:0}.projects-hero__glow{filter:blur(7.5rem);background:#067ef666;border-radius:50%;width:41.2%;height:129%;position:absolute;top:-18%;right:24%}.projects-hero__asset{-webkit-user-select:none;user-select:none;display:block;position:absolute}.projects-hero__asset--mountain{opacity:.57;width:23%;bottom:-32%;right:-1.25%}.projects-hero__asset--phone{width:24.5%;top:2rem;bottom:-5%;right:9.2%}.projects-hero__asset--rocks{width:43.8%;bottom:-30%;right:-5rem}.projects-hero__asset--shrub{width:16.5%;bottom:-10%;right:25.2%}.projects-hero .hero__asset--profile{gap:clamp(.35rem,.8vw,.58rem);width:clamp(8.6rem,15.8vw,11.6rem);min-height:clamp(2rem,3.55vw,2.75rem);padding:clamp(.36rem,.75vw,.55rem) clamp(.55rem,1.15vw,.8rem);position:absolute;inset:auto 25% 24% auto}.projects-hero .hero-profile-card__avatar{width:clamp(1.2rem,2.25vw,1.65rem);height:clamp(1.2rem,2.25vw,1.65rem)}.projects-hero .hero-profile-card__copy strong{font-size:clamp(.62rem,1.18vw,.88rem)}.projects-hero .hero-profile-card__name{font-size:clamp(.38rem,.78vw,.58rem)}.projects-hero .hero-profile-card__copy span{font-size:clamp(.36rem,.7vw,.52rem)}.projects-landing__categories{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,2.6vw,1.8rem);width:min(100% - 5.75rem,64.5rem);margin:3.55rem auto 3.6rem;display:grid}.projects-category-card{color:#fff;background:#052949;border-radius:.75rem;grid-template-columns:2.9rem minmax(0,1fr);align-items:center;gap:.7rem;min-height:3.1rem;padding:.25rem .85rem .25rem .25rem;text-decoration:none;transition:transform .18s,box-shadow .18s;display:grid;box-shadow:0 .35rem .95rem #052a4914}.projects-category-card:hover{transform:translateY(-2px);box-shadow:0 .7rem 1.5rem #052a491f}.projects-category-card__icon{background:#10d2e8;border-radius:.65rem;width:2.65rem;height:2.65rem;box-shadow:inset 0 0 0 1px #ffffff26}.projects-category-card strong,.projects-category-card small{display:block}.projects-category-card strong{font-size:1rem;font-weight:500;line-height:1.1}.projects-category-card small{color:#ffffffd1;margin-top:.28rem;font-size:.62rem;line-height:1}.projects-landing__section-head{justify-content:space-between;align-items:flex-start;gap:1.5rem;width:min(100% - 3rem,69.5rem);margin:0 auto;display:flex}.projects-landing__section-head h2{color:#151515;margin:0;font-size:clamp(1.75rem,3vw,2rem);font-weight:700;line-height:1.1}.projects-landing__section-head p{color:#8c8c8c;margin:.55rem 0 0;font-size:.95rem;line-height:1.35}.projects-landing__sort{color:#067ef6;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:.55rem;margin-top:.85rem;font-size:.88rem;display:inline-flex}@media (width<=1100px){.projects-hero{grid-template-columns:minmax(0,45%) 1fr;min-height:17rem}.projects-hero__content h1 span{font-size:clamp(2.15rem,4.3vw,3.1rem)}.projects-hero__content h1 small{font-size:clamp(1.25rem,2.65vw,1.9rem)}.projects-hero__button{min-width:11rem;min-height:2.75rem;font-size:1rem}.projects-hero__asset--phone{width:24.5%;right:9.2%}.projects-hero__asset--rocks{width:43.8%}.projects-landing__categories{width:min(100% - 2rem,54rem)}}@media (width<=860px){.projects-landing{width:min(100% - 1.5rem,48rem);margin-top:2.75rem}.projects-hero{grid-template-columns:minmax(0,45%) 1fr;min-height:0}.projects-hero__content{padding:clamp(1.4rem,3.2vw,2rem) 0 clamp(1.25rem,3vw,1.8rem) clamp(1.5rem,4vw,2.25rem)}.projects-hero__content h1 span{font-size:clamp(1.8rem,4.9vw,2.35rem)}.projects-hero__content h1 small{font-size:clamp(1rem,3.2vw,1.45rem)}.projects-hero__content p{max-width:21rem;margin-top:clamp(.7rem,2vw,1rem);font-size:clamp(.62rem,1.65vw,.78rem)}.projects-hero__button{min-width:8.8rem;min-height:2.3rem;margin-top:clamp(1rem,3vw,1.6rem);font-size:.82rem}.projects-hero__asset--mountain{width:23%;bottom:-32%;right:-1.25%}.projects-hero__asset--phone{width:24.5%;top:1.2rem;bottom:-5%;right:9.2%}.projects-hero__asset--rocks{width:43.8%;bottom:-30%;right:-3.8rem}.projects-hero__asset--shrub{width:16.5%;bottom:-10%;right:25.2%}.projects-hero .hero__asset--profile{width:clamp(6.9rem,16vw,8.6rem);min-height:clamp(1.6rem,3.6vw,2rem);bottom:24%;right:29%}.projects-landing__categories{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,36rem)}.projects-landing__section-head{width:min(100%,36rem)}}@media (width<=560px){.projects-landing{width:min(100% - 1rem,48rem)}.projects-hero{aspect-ratio:auto;border-radius:1.75rem;grid-template-columns:1fr;min-height:fit-content;padding-bottom:2rem}.projects-hero__content{width:min(100%,15.5rem);padding:1.25rem 0 0 1rem}.projects-hero__content h1 span{white-space:normal;font-size:clamp(1.55rem,9vw,1.5rem)}.projects-hero__content h1 small{font-size:clamp(1rem,6vw,1.28rem);line-height:1.05}.projects-hero__content p{width:12.5rem;margin-top:.55rem;font-size:.58rem;line-height:1.15}.projects-hero__button{border-radius:.55rem;min-width:8.7rem;min-height:2.2rem;margin-top:1.05rem;font-size:.68rem}.projects-hero__button svg{width:1rem;height:1rem}.projects-hero__asset--mountain{opacity:.32;width:10rem;top:2rem;right:-3.6rem}.projects-hero__asset--phone{opacity:.82;width:10rem;top:2rem;bottom:auto;right:.5rem}.projects-hero__asset--rocks,.projects-hero__asset--shrub{display:none}.projects-hero .hero__asset--profile{border-radius:.45rem;gap:.35rem;width:6.9rem;min-height:1.65rem;padding:.3rem .45rem;display:none;bottom:5.9rem;right:1.9rem}.projects-hero .hero-profile-card__avatar{width:1rem;height:1rem}.projects-hero .hero-profile-card__copy strong{font-size:.48rem}.projects-hero .hero-profile-card__copy span,.projects-hero .hero-profile-card__name{margin-top:.08rem;font-size:.28rem}.projects-landing__categories{grid-template-columns:1fr;gap:.75rem;margin:1.5rem auto 2.25rem}.projects-landing__section-head{display:grid}.projects-landing__sort{justify-self:start;margin-top:0}}.project-solutions{width:min(100% - 3rem,76.875rem);margin:0 auto 6rem}.project-solutions__header{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.25rem;display:flex}.project-solutions__header h2{color:#151515;margin:0;font-size:clamp(1.75rem,3vw,2rem);font-weight:700;line-height:1.1}.project-solutions__header p{color:#8c8c8c;margin:.55rem 0 0;font-size:.95rem;line-height:1.35}.project-solutions__sort{color:#067ef6;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:.55rem;margin-top:1.5rem;font-size:.88rem;display:inline-flex}.project-solutions__grid{background:#f5f7ff;border-radius:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem;padding:.75rem;display:grid}.project-solution-card{min-height:25rem;color:inherit;background:#052949;border-radius:1.25rem;text-decoration:none;display:block;position:relative;overflow:hidden;box-shadow:0 1rem 2.5rem #052a4914}.project-solution-card img{width:100%;height:100%;min-height:inherit}.project-solution-card__overlay{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(90deg,#052a49e0,#052a499e);border-radius:1rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1.25rem;min-height:3.5rem;padding:.55rem 1rem;display:grid;position:absolute;bottom:1.5rem;left:1.45rem;right:1.45rem;box-shadow:0 .7rem 1.8rem #00000029}.project-solution-card__overlay h3{margin:0;font-size:1.15rem;font-weight:700;line-height:1.1}.project-solution-card__overlay p{color:#fffc;margin:.25rem 0 0;font-size:.72rem;line-height:1}.project-solution-card__stats{align-items:center;gap:.75rem;display:inline-flex}.project-solution-card__stat{color:#fff;justify-items:center;gap:.2rem;min-width:2.25rem;display:grid}.project-solution-card__stat svg{width:1.25rem;height:1.25rem}.project-solution-card__stat strong{font-size:.72rem;font-weight:600;line-height:1}@media (width<=920px){.project-solutions{width:min(100% - 1.5rem,48rem)}.project-solutions__grid{grid-template-columns:1fr;gap:1.5rem}}@media (width<=560px){.project-solutions{width:min(100% - 1rem,48rem);margin-bottom:4rem}.project-solutions__header{display:grid}.project-solutions__sort{justify-self:start;margin-top:0}.project-solutions__grid{gap:1rem;padding:.5rem}.project-solution-card{border-radius:1rem;min-height:17.5rem}.project-solution-card__overlay{grid-template-columns:1fr;gap:.7rem;padding:.75rem;bottom:.7rem;left:.7rem;right:.7rem}.project-solution-card__stats{justify-content:space-between}}.project-solution-card__details{z-index:3;color:#052949;opacity:0;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:3rem;padding:0 1.25rem;font-weight:800;text-decoration:none;transition:opacity .18s,transform .18s;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-42%);box-shadow:0 1rem 2rem #00000038}.project-solution-card:after{content:"";z-index:2;opacity:0;background:#052a4938;transition:opacity .18s;position:absolute;inset:0}.project-solution-card:hover:after,.project-solution-card:focus-within:after{opacity:1}.project-solution-card:hover .project-solution-card__details,.project-solution-card:focus-within .project-solution-card__details{opacity:1;transform:translate(-50%,-50%)}@media (hover:none){.project-solution-card__details{opacity:1;top:1rem;left:auto;right:1rem;transform:none}}.hardware-hero{aspect-ratio:1230/394;color:#fff;background:linear-gradient(126deg,#052949 0%,#05375f 54%,#0c4b81 100%);border-radius:2.5rem;grid-template-columns:minmax(0,45%) 1fr;width:min(100% - 3rem,76.875rem);margin:2rem auto 4.5rem;display:grid;position:relative;overflow:hidden}.hardware-hero__content{z-index:2;flex-direction:column;align-items:flex-start;padding:clamp(2.25rem,4vw,3.75rem) 0 clamp(2rem,3vw,3.75rem) clamp(2.5rem,4vw,3.1rem);display:flex;position:relative}.hardware-hero h1{letter-spacing:0;margin:0;font-size:clamp(3.75rem,6.6vw,5rem);font-weight:800;line-height:1}.hardware-hero__subtitle{margin:.75rem 0 0;font-size:clamp(1.5rem,3vw,2rem);line-height:1.12}.hardware-hero__copy{color:#ffffffeb;width:min(100%,31rem);margin:1.45rem 0 0;font-size:clamp(.95rem,1.5vw,1.05rem);line-height:1.35}.hardware-hero__button{color:#fff;background:#067ef6;border-radius:.75rem;justify-content:center;align-items:center;gap:.7rem;min-width:15rem;min-height:3.625rem;margin-top:auto;font-size:1.25rem;font-weight:600;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 1rem 2.2rem #0000002e}.hardware-hero__button:hover{transform:translateY(-2px);box-shadow:0 1.15rem 2.5rem #0000003d}.hardware-hero__visual{z-index:1;pointer-events:none;position:absolute;inset:0}.hardware-hero__glow{filter:blur(7.5rem);background:#067ef647;border-radius:50%;width:41.2%;height:129%;position:absolute;top:-15%;right:23%}.hardware-hero__phones,.hardware-hero__ribbon{-webkit-user-select:none;user-select:none;max-width:none;display:block;position:absolute}.hardware-hero__phones{width:30.65%;bottom:-28%;right:8.5%}.hardware-hero__ribbon--back{width:26%;top:-21.9%;right:11.3%}.hardware-hero__ribbon--front{width:30.3%;bottom:-28%;right:-8.3%}@media (width<=1100px){.hardware-hero{grid-template-columns:minmax(0,48%) 1fr}.hardware-hero h1{font-size:clamp(3rem,6vw,4rem)}.hardware-hero__subtitle{font-size:clamp(1.25rem,2.7vw,1.65rem)}.hardware-hero__button{min-width:12.8rem;min-height:3.1rem;font-size:1rem}}@media (width<=760px){.hardware-hero{aspect-ratio:1230/394;border-radius:1.75rem;grid-template-columns:minmax(0,48%) 1fr;width:min(100% - 1.5rem,48rem);min-height:0}.hardware-hero__content{width:auto;padding:clamp(1.35rem,3.2vw,2rem) 0 clamp(1.2rem,3vw,1.8rem) clamp(1.45rem,4vw,2.25rem)}.hardware-hero h1{font-size:clamp(1.9rem,7vw,3.1rem)}.hardware-hero__subtitle{margin-top:.4rem;font-size:clamp(.95rem,3.8vw,1.45rem)}.hardware-hero__copy{width:min(100%,20rem);margin-top:clamp(.7rem,2vw,1rem);font-size:clamp(.62rem,1.8vw,.8rem);line-height:1.25}.hardware-hero__button{min-width:8.8rem;min-height:2.3rem;margin-top:clamp(1rem,3vw,1.6rem);font-size:.82rem}.hardware-hero__phones{width:30.65%;bottom:-28%;right:8.5%}.hardware-hero__ribbon--back{opacity:1;width:26%;top:-21.9%;right:11.3%}.hardware-hero__ribbon--front{opacity:1;width:30.3%;bottom:-28%;right:-8.3%}}@media (width<=560px){.hardware-hero{aspect-ratio:auto;grid-template-columns:1fr;width:min(100% - 1rem,48rem);min-height:fit-content;padding-bottom:1.5rem}.hardware-hero__content{width:min(100%,17rem);padding:1.55rem 1.15rem 0}.hardware-hero h1{font-size:2.35rem}.hardware-hero__subtitle{font-size:1.15rem}.hardware-hero__copy{width:14.5rem;font-size:.68rem}.hardware-hero__button{border-radius:.58rem;min-width:9.8rem;min-height:2.55rem;font-size:.86rem}.hardware-hero__button svg{width:1.05rem;height:1.05rem}.hardware-hero__phones{width:13rem;top:1rem;bottom:-.3rem}.hardware-hero__ribbon--front{width:8.1rem;top:10rem;right:-1.6rem}.hardware-hero__ribbon--back{width:7.8rem;top:-1rem;right:11rem}}@media (width<=460px){.hardware-hero{min-height:fit-content;padding-bottom:1.5rem}.hardware-hero__phones{width:9rem;top:4rem;bottom:-.3rem}.hardware-hero__ribbon--front{width:6.1rem;top:11rem;right:-2rem}.hardware-hero__ribbon--back{width:7.8rem;top:2.25rem;right:2rem}}.insight-hero{grid-template-columns:minmax(0,34.4rem) 29.5625rem;justify-content:space-between;align-items:start;gap:4.1rem;width:min(100% - 3rem,72rem);margin:3.35rem auto 3.5rem;display:grid}.insight-hero__eyebrow{color:#0b214494;letter-spacing:.04em;text-transform:uppercase;background:#dce5fb;border-radius:999px;align-items:center;min-height:1.38rem;padding:0 .75rem;font-size:.68rem;font-weight:800;line-height:1;display:inline-flex}.insight-hero__copy h1{color:#111a30;letter-spacing:0;max-width:34.4rem;margin:1.05rem 0 0;font-size:clamp(3rem,4.7vw,2.55rem);font-weight:800;line-height:1.1}.insight-hero__copy p{color:#20202085;max-width:38rem;margin:1rem 0 0;font-size:1rem;line-height:1.55}.insight-hero__author{align-items:center;gap:.65rem;margin-top:1.55rem;display:inline-flex}.insight-hero__author img{object-fit:cover;border-radius:50%;width:2.2rem;height:2.2rem}.insight-hero__author strong,.insight-hero__author small{display:block}.insight-hero__author strong{color:#111a30;font-size:.88rem;font-weight:700;line-height:1.1}.insight-hero__author small{color:#2020208f;margin-top:.1rem;font-size:.68rem;line-height:1.1}.insight-hero__article-link{color:#067ef6;align-items:center;gap:.25rem;margin-top:1rem;font-size:.86rem;font-weight:600;transition:transform .18s;display:inline-flex}.insight-hero__article-link:hover{transform:translate(2px)}.insight-hero__media{justify-self:end;width:29.5625rem;min-height:27.125rem;display:grid;position:relative}.insight-hero__image-panel{width:29.5625rem;height:27.125rem;clip-path:path("M27.18 0H445.82C460.832 0 473 12.168 473 27.18V406.82C473 421.832 460.832 434 445.82 434H174C158.988 434 146.82 421.832 146.82 406.82V367C146.82 351.988 134.652 339.82 119.64 339.82H27.18C12.168 339.82 0 327.652 0 312.64V27.18C0 12.168 12.168 0 27.18 0Z");background:#052a49;border-radius:1.7rem}.insight-hero__image{width:100%;height:100%;clip-path:path("M27.18 0H445.82C460.832 0 473 12.168 473 27.18V406.82C473 421.832 460.832 434 445.82 434H174C158.988 434 146.82 421.832 146.82 406.82V367C146.82 351.988 134.652 339.82 119.64 339.82H27.18C12.168 339.82 0 327.652 0 312.64V27.18C0 12.168 12.168 0 27.18 0Z");object-fit:cover;object-position:center;pointer-events:none;border-radius:1.7rem;position:absolute;inset:0}.insight-hero__arrow{color:#052a49;cursor:pointer;background:#02daff;border:0;border-radius:1.7rem;place-items:center;width:7.9125rem;height:4.625rem;transition:transform .18s,background .18s;display:grid;position:absolute;bottom:0;left:0}.insight-hero__arrow:hover{background:#20e1ff;transform:translateY(-1px)}@media (width<=1100px){.insight-hero{grid-template-columns:minmax(0,1fr) minmax(18rem,29.5625rem);gap:2.4rem;width:min(100% - 2rem,72rem)}.insight-hero__copy h1{font-size:clamp(2.45rem,5vw,3.15rem)}.insight-hero__media,.insight-hero__image-panel{width:100%}.insight-hero__media{min-height:auto}.insight-hero__image-panel{aspect-ratio:473/434;clip-path:polygon(5.75% 0,100% 0,100% 100%,36.8% 100%,36.8% 78.3%,0 78.3%,0 5.75%);height:auto}.insight-hero__image{clip-path:polygon(5.75% 0,100% 0,100% 100%,36.8% 100%,36.8% 78.3%,0 78.3%,0 5.75%)}.insight-hero__arrow{border-radius:1.2rem;width:28.1%;height:20.7%}}@media (width<=820px){.insight-hero{grid-template-columns:1fr;width:min(100% - 1.5rem,48rem);margin-top:3.5rem}.insight-hero__copy h1,.insight-hero__copy p{max-width:42rem}.insight-hero__media{justify-self:start;width:min(100%,28rem);display:none}}@media (width<=560px){.insight-hero{width:min(100% - 1rem,48rem);margin-top:2.5rem}.insight-hero__copy h1{font-size:clamp(2.25rem,11vw,3rem)}.insight-hero__copy p{font-size:.95rem}.insight-hero__media{min-height:16.25rem}.insight-hero__image-panel,.insight-hero__image{clip-path:none;height:16.25rem}.insight-hero__arrow{width:4.35rem;height:3.6rem;bottom:1rem;left:auto;right:1rem}}.technical-insights{width:min(100% - 3rem,72.5rem);margin:5.4rem auto 4rem}.technical-insights__header{justify-content:space-between;align-items:center;gap:2rem;display:flex}.technical-insights__header h2{color:#202020;margin:0;font-size:2.2rem;font-weight:800;line-height:1.1}.technical-insights__header p{color:#20202094;margin:.25rem 0 0;font-size:1rem;line-height:1.5}.technical-insights__header a{color:#067ef6;flex:none;font-size:1rem;font-weight:500}.technical-insights__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem;margin-top:3.75rem;display:grid}.technical-insight-card{min-width:0}.technical-insight-card__media{background:#dce5f2;border-radius:.9rem;width:100%;height:13.75rem;overflow:hidden}.technical-insight-card__media img{object-fit:cover;width:100%;height:100%}.technical-insight-card__body{background:#ffffff94;border:1px solid #067ef624;border-radius:.9rem;min-height:12rem;margin-top:1.25rem;padding:1.25rem}.technical-insight-card__body span{color:#067ef6;font-size:1rem;font-weight:700;line-height:1.5;display:block}.technical-insight-card__body h3{color:#202020;margin:.8rem 0 0;font-size:1.52rem;font-weight:800;line-height:1.35}.technical-insight-card__body p{color:#20202094;margin:.8rem 0 0;font-size:1rem;line-height:1.5}.technical-insight-card__actions{justify-content:space-between;align-items:center;gap:1rem;margin-top:1.2rem;display:flex}.technical-insight-card__link{color:#fff;background:#067ef6;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:.6rem 1.2rem;font-size:.86rem;font-weight:700;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex}.technical-insight-card__stats{justify-content:center;align-items:center;gap:.42rem;min-width:0;display:inline-flex}.technical-insight-card__stat{color:#052a49b8;background:#067ef60f;border:1px solid #067ef61a;border-radius:999px;align-items:center;gap:.22rem;min-height:2rem;padding:.25rem .75rem;font-size:.72rem;font-weight:800;display:inline-flex}.technical-insight-card__stat svg{color:#067ef6;flex:none}.technical-insight-card__stat strong{color:inherit;font-size:inherit;font-weight:800;line-height:1}.technical-insight-card__link:hover{background:#006fe0;transform:translateY(-1px);box-shadow:0 .7rem 1.4rem #067ef62e}@media (width<=1100px){.technical-insights{width:min(100% - 2rem,72.5rem)}.technical-insights__grid{gap:1.5rem}.technical-insight-card__body h3{font-size:1.25rem}}@media (width<=820px){.technical-insights{width:min(100% - 1.5rem,48rem)}.technical-insights__header{flex-direction:column;align-items:flex-start;gap:.8rem}.technical-insights__grid{grid-template-columns:1fr;gap:2rem;margin-top:2.2rem}.technical-insight-card__media{height:clamp(13rem,48vw,20rem)}.technical-insight-card__body{min-height:0;margin-top:1.2rem}.technical-insight-card__actions{flex-wrap:wrap}.technical-insight-card__stats{justify-content:flex-start}}@media (width<=560px){.technical-insights{width:min(100% - 1rem,48rem)}}@media (width<=420px){.technical-insight-card__actions{flex-direction:column;align-items:flex-start}}.hardware-products{width:min(100% - 3rem,71.75rem);margin:5.6rem auto 4rem}.hardware-products__header{justify-content:space-between;align-items:center;gap:2rem;display:flex}.hardware-products__header h2{color:#202020;margin:0;font-size:2.2rem;font-weight:800;line-height:1.1}.hardware-products__header p{color:#20202094;margin:.25rem 0 0;font-size:1rem;line-height:1.5}.hardware-products__header a{color:#067ef6;flex:none;font-size:1rem;font-weight:500}.hardware-products__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem;margin-top:3.75rem;display:grid}.hardware-products__layout{grid-template-columns:minmax(0,47rem) 18.5rem;align-items:start;gap:2.5rem;margin-top:3.75rem;display:grid}.hardware-products__layout .hardware-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem;margin-top:0}.hardware-products--catalog{width:min(100% - 3rem,68rem);margin-top:4rem}.hardware-products--catalog .hardware-products__header p{max-width:34rem}.hardware-product-card{background:#ffffffb8;border:1px solid #067ef61f;border-radius:1.2rem;flex-direction:column;align-items:center;min-height:31.126rem;padding:1.12rem;display:flex;box-shadow:0 1.15rem 2.4rem #052a490b}.hardware-product-card__media{background:#e8eef7;border-radius:.95rem;width:100%;height:13.75rem;overflow:hidden}.hardware-product-card__media img{object-fit:cover;width:100%;height:100%}.hardware-product-card__body,.hardware-product-card__footer{width:min(100%,21.25rem)}.hardware-product-card__body{margin-top:2rem}.hardware-product-card__category{color:#067ef6;font-size:1rem;font-weight:700;line-height:1.5;display:block}.hardware-product-card__body h3{color:#202020;margin:.75rem 0 0;font-size:1.5rem;font-weight:800;line-height:1.35}.hardware-product-card__body p{color:#20202094;margin:.3rem 0 0;font-size:1rem;line-height:1.5}.hardware-product-card__rating{align-items:center;gap:.3rem;margin-top:.75rem;display:flex}.hardware-product-card__stars{color:#ffcb14;gap:.16rem;font-size:.8rem;line-height:1;display:inline-flex}.hardware-product-card__rating>span:last-child{color:#20202094;font-size:.52rem;line-height:1}.hardware-product-card__footer{justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:2rem;display:flex}.hardware-product-card__footer strong{color:#202020;font-size:1.55rem;font-weight:800;line-height:1.2}.hardware-product-card__footer button{color:#fff;cursor:pointer;background:#067ef6;border:0;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:.42rem;min-height:3.15rem;padding:0 1rem;font-size:.82rem;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.hardware-product-card__footer button svg{flex:none}.hardware-product-card__footer button.is-added,.hardware-product-card__footer button:hover{background:#006fe0;transform:translateY(-1px);box-shadow:0 .9rem 1.6rem #067ef633}.hardware-filter{gap:1rem;display:grid;position:sticky;top:6.5rem}.hardware-filter__panel{background:#ffffffc7;border:1px solid #067ef61f;border-radius:1.15rem;box-shadow:0 1.15rem 2.4rem #052a490b}.hardware-filter__cart{background:#067ef6;border-radius:1rem;gap:.9rem;padding:1rem 1.1rem 1.05rem;display:grid;box-shadow:0 1rem 2rem #067ef629}.hardware-filter__cart-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.hardware-filter__cart span,.hardware-filter__cart strong{color:#fff;font-weight:800}.hardware-filter__cart span{font-size:1rem;line-height:1.05;display:block}.hardware-filter__cart small{color:#ffffffd1;margin-top:.12rem;font-size:.55rem;line-height:1.1;display:block}.hardware-filter__cart strong{color:#052949;background:#fff;border-radius:50%;place-items:center;width:1.95rem;height:1.95rem;font-size:.72rem;display:grid}.hardware-filter__cta,.hardware-filter__apply{color:#fff;cursor:pointer;background:#067ef6;border:0;border-radius:.9rem;justify-content:center;align-items:center;min-height:3.15rem;font-size:.95rem;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.hardware-filter__cta:hover,.hardware-filter__apply:hover{background:#006fe0;transform:translateY(-1px);box-shadow:0 .9rem 1.6rem #067ef633}.hardware-filter__cart .hardware-filter__cta{color:#067ef6;background:#fff;border-radius:.42rem;gap:.35rem;width:100%;min-height:2.55rem;font-size:.86rem;font-weight:600}.hardware-filter__cart .hardware-filter__cta span{color:inherit;font-size:inherit;font-weight:inherit}.hardware-filter__cart .hardware-filter__cta:hover{color:#006fe0;box-shadow:none;background:#f7fbff}.hardware-filter__panel{scrollbar-color:#067ef699 #067ef614;scrollbar-width:thin;max-height:calc(100vh - 15rem);padding:1.25rem;overflow-y:auto}.hardware-filter__panel::-webkit-scrollbar{width:.4rem}.hardware-filter__panel::-webkit-scrollbar-track{background:#067ef614;border-radius:999px}.hardware-filter__panel::-webkit-scrollbar-thumb{background:#067ef69e;border-radius:999px}.hardware-filter__panel h3,.hardware-filter__group h4{color:#052949;margin:0;font-weight:800}.hardware-filter__panel h3{font-size:1rem}.hardware-filter__chips{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;margin-top:.8rem;display:grid}.hardware-filter__chips button{color:#052949;cursor:pointer;background:#fff;border:1px solid #067ef638;border-radius:999px;min-height:2.25rem;font-size:.72rem;font-weight:700}.hardware-filter__chips .is-active{color:#fff;background:#067ef6}.hardware-filter__group{border-top:1px solid #05294914;margin-top:1.45rem;padding-top:1.35rem}.hardware-filter__group h4{font-size:.98rem}.hardware-filter__group-head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.hardware-filter__group-head strong{color:#067ef6;font-size:1.15rem}.hardware-filter__options{gap:.65rem;margin-top:.85rem;display:grid}.hardware-filter__option{color:#052949b8;align-items:center;gap:.6rem;font-size:.9rem;line-height:1.2;display:flex}.hardware-filter__option input{accent-color:#067ef6;width:1rem;height:1rem}.hardware-filter__range{background:#067ef629;border-radius:999px;height:.36rem;margin-top:1rem;position:relative}.hardware-filter__range span{border-radius:inherit;background:#067ef6;position:absolute;inset:0 34% 0 0}.hardware-filter__range-labels{color:#0529498c;justify-content:space-between;margin-top:.45rem;font-size:.78rem;display:flex}.hardware-filter__swatches{flex-wrap:wrap;gap:.55rem;margin-top:.85rem;display:flex}.hardware-filter__swatches button{background:var(--swatch-color);cursor:pointer;border:2px solid #fff;border-radius:50%;width:1.65rem;height:1.65rem;box-shadow:0 0 0 1px #0529491f}.hardware-filter__more{color:#067ef6;cursor:pointer;background:0 0;border:0;margin-top:.75rem;padding:0;font-size:.85rem;font-weight:700}.hardware-filter__apply{width:100%;margin-top:1.5rem}@media (width<=1100px){.hardware-products{width:min(100% - 2rem,71.75rem)}.hardware-products__grid{gap:1.5rem}.hardware-products__layout{grid-template-columns:minmax(0,1fr) 18rem;gap:1.5rem}.hardware-products__layout .hardware-products__grid{gap:1.5rem}.hardware-product-card__body,.hardware-product-card__footer{width:min(100%,19.5rem)}}@media (width<=980px){.hardware-products--catalog{width:min(100% - 1.5rem,48rem)}.hardware-products__layout{grid-template-columns:1fr}.hardware-filter{order:-1;position:static}.hardware-filter__panel{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;max-height:none;display:grid;overflow:visible}.hardware-filter__panel h3,.hardware-filter__chips,.hardware-filter__apply{grid-column:1/-1}.hardware-filter__group{margin-top:0}}@media (width<=820px){.hardware-products{width:min(100% - 1.5rem,48rem)}.hardware-products__header{flex-direction:column;align-items:flex-start;gap:.8rem}.hardware-products__grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2.2rem}.hardware-products__layout .hardware-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}.hardware-product-card{align-items:stretch;min-height:0}.hardware-product-card__media{height:clamp(13rem,48vw,20rem)}.hardware-product-card__body,.hardware-product-card__footer{width:auto;margin-inline:1rem}}@media (width<=560px){.hardware-products{width:min(100% - 1rem,48rem)}.hardware-product-card__body,.hardware-product-card__footer{margin-inline:.75rem}.hardware-products__layout .hardware-products__grid,.hardware-filter__panel{grid-template-columns:1fr}.hardware-filter__panel h3,.hardware-filter__chips,.hardware-filter__apply{grid-column:auto}}.hardware-products__empty{color:#20202094;text-align:center;background:#ffffffb8;border:1px solid #067ef61f;border-radius:1rem;grid-column:1/-1;padding:2rem}.hardware-filter__cart-total{border-top:1px solid #ffffff38;justify-content:space-between;align-items:center;gap:1rem;padding-top:.85rem;display:flex}.hardware-filter__cart-total span,.hardware-filter__cart-total b{color:#fff}.hardware-filter__view-cart{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff5c;border-radius:.42rem;width:100%;min-height:2.35rem;font-size:.82rem;font-weight:800}.hardware-filter__view-cart:disabled{cursor:not-allowed;opacity:.58}.hardware-filter__view-cart:not(:disabled):hover{background:#fff3}.hardware-filter__clear{color:#ffffffdb;cursor:pointer;text-align:center;background:0 0;border:0;padding:0;font-size:.78rem;font-weight:800}.hardware-filter__swatches button.is-active{box-shadow:0 0 0 2px #067ef6,0 0 0 4px #067ef629}.hardware-filter__request-form{gap:.5rem;display:grid}.hardware-filter__request-form input{color:#fff;background:#ffffff1f;border:1px solid #ffffff3d;border-radius:.55rem;outline:none;width:100%;min-height:2.55rem;padding:0 .72rem}.hardware-filter__request-form input::placeholder{color:#ffffffb8}.hardware-filter__request-form input:focus{background:#ffffff29;border-color:#ffffffbd}.hardware-filter__request-form input.is-invalid{border-color:#ffcb14;box-shadow:0 0 0 2px #ffcb142e}@media (width<=560px){.hardware-product-card__footer{flex-direction:column;align-items:flex-start}}body.hardware-modal-open,body.hardware-cart-open{overflow:hidden}.hardware-request-modal[hidden]{display:none}.hardware-request-modal{z-index:7000;place-items:center;padding:6.4rem 1rem 1.4rem;display:grid;position:fixed;inset:0;overflow-y:auto}.hardware-request-modal__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#052a4994;position:absolute;inset:0}.hardware-request-modal__dialog{background:#fff;border:1px solid #067ef62e;border-radius:1.25rem;width:min(100%,30rem);padding:1.2rem;position:relative;box-shadow:0 1.5rem 4rem #052a493d}.hardware-request-modal__close{color:#052949;cursor:pointer;background:#eef7ff;border:0;border-radius:50%;place-items:center;width:2rem;height:2rem;font-weight:900;display:grid;position:absolute;top:1rem;right:1rem}.hardware-request-modal__eyebrow{color:#067ef6;text-transform:uppercase;background:#eef7ff;border-radius:999px;padding:.24rem .64rem;font-size:.68rem;font-weight:900}.hardware-request-modal h3{color:#052949;margin:.72rem 2.7rem 0 0;font-size:1.45rem;font-weight:900;line-height:1.1}.hardware-request-modal p{color:#20202094;margin:.35rem 0 0;font-size:.92rem;line-height:1.45}.hardware-request-modal__summary{color:#fff;background:#067ef6;border-radius:.8rem;justify-content:space-between;align-items:center;gap:1rem;margin-top:.85rem;padding:.72rem .9rem;display:flex}.hardware-request-modal__form{gap:.6rem;margin-top:.8rem;display:grid}.hardware-request-modal__form label,.hardware-request-modal__form span{display:block}.hardware-request-modal__form span{color:#052949;margin-bottom:.22rem;font-size:.76rem;font-weight:900}.hardware-request-modal__form input{color:#052949;background:#f7fbff;border:1px solid #067ef638;border-radius:.68rem;outline:none;width:100%;min-height:2.55rem;padding:0 .8rem}.hardware-request-modal__form input:focus{background:#fff;border-color:#067ef694}.hardware-request-modal__form input.is-invalid{border-color:#ff4d4f;box-shadow:0 0 0 2px #ff4d4f1f}.hardware-request-modal__actions{justify-content:flex-end;gap:.65rem;margin-top:.95rem;display:flex}.hardware-request-modal__actions button{cursor:pointer;border:0;border-radius:999px;min-height:2.55rem;padding:0 1rem;font-weight:900}.hardware-request-modal__actions button:first-child{color:#052949;background:#eef7ff}.hardware-request-modal__actions button:last-child{color:#fff;background:#067ef6}@media (width<=560px){.hardware-request-modal{align-items:start;padding:5.8rem .75rem 1rem}.hardware-request-modal__dialog{padding:1rem}.hardware-request-modal__summary,.hardware-request-modal__actions{flex-direction:column;align-items:stretch}.hardware-request-modal__actions button{width:100%}}.hardware-cart-drawer[hidden]{display:none}.hardware-cart-drawer{z-index:2100;color:#052949;position:fixed;inset:0}.hardware-cart-drawer__backdrop{z-index:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#052a4980;position:absolute;inset:0}.hardware-cart-drawer__panel{z-index:1;background:#fff;flex-direction:column;width:min(100%,27rem);height:100%;display:flex;position:absolute;top:0;right:0;overflow:hidden;box-shadow:-1.2rem 0 3rem #052a4938}.hardware-cart-drawer__body{flex-direction:column;flex:1;min-height:0;display:flex}.hardware-cart-drawer__head{border-bottom:1px solid #067ef61f;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.hardware-cart-drawer__head span{color:#067ef6;text-transform:uppercase;font-size:.72rem;font-weight:900}.hardware-cart-drawer__head h3{color:#052949;margin:.25rem 0 0;font-size:1.35rem;font-weight:900}.hardware-cart-drawer__head button{color:#052949;cursor:pointer;background:#eef7ff;border:0;border-radius:50%;place-items:center;width:2rem;height:2rem;font-weight:900;display:grid}.hardware-cart-drawer__meta{color:#052949;background:#f7fbff;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.hardware-cart-drawer__meta span{color:#0529499e;font-size:.86rem;font-weight:800}.hardware-cart-drawer__meta strong{color:#067ef6;font-size:1.05rem;font-weight:900}.hardware-cart-drawer__items{flex:1;gap:.9rem;min-height:0;padding:1.1rem 1.25rem;display:grid;overflow-y:auto}.hardware-cart-drawer__item img{object-fit:cover;background:#e8eef7;border-radius:.75rem;width:4.25rem;height:4.25rem}.hardware-cart-drawer__item strong,.hardware-cart-drawer__item span,.hardware-cart-drawer__item small{display:block}.hardware-cart-drawer__item strong{color:#052949;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:900;overflow:hidden}.hardware-cart-drawer__item span{color:#067ef6;margin-top:.2rem;font-size:.85rem;font-weight:900}.hardware-cart-drawer__item small{color:#05294994;margin-top:.2rem;font-size:.75rem;font-weight:800}.hardware-cart-drawer__item button{color:#ef3f45;cursor:pointer;background:#fff1f2;border:0;border-radius:999px;padding:.45rem .7rem;font-size:.72rem;font-weight:900}.hardware-cart-drawer__empty{color:#05294994;text-align:center;border:1px dashed #067ef638;border-radius:1rem;place-items:center;min-height:13rem;padding:1.5rem;display:grid}.hardware-cart-drawer__empty strong{color:#052949}.hardware-cart-drawer__footer{border-top:1px solid #067ef61f;margin-top:auto;padding:1.1rem 1.25rem 1.25rem}.hardware-cart-drawer__footer>div{justify-content:space-between;gap:1rem;margin-bottom:.9rem;display:flex}.hardware-cart-drawer__footer span{color:#0529499e;font-weight:800}.hardware-cart-drawer__footer strong{color:#052949;font-weight:900}.hardware-cart-drawer__footer button{cursor:pointer;border:0;border-radius:.42rem;width:100%;min-height:2.55rem;padding:0 1rem;font-size:.86rem;font-weight:500}.hardware-cart-drawer__footer button:first-of-type{color:#fff;background:#067ef6}.hardware-cart-drawer__footer button:first-of-type:disabled{cursor:not-allowed;opacity:.55}.hardware-cart-drawer__footer button:last-of-type{color:#ef3f45;background:#fff1f2}@media (width<=560px){.hardware-cart-drawer__panel{width:min(100%,24rem)}.hardware-cart-drawer__item{grid-template-columns:3.75rem minmax(0,1fr)}.hardware-cart-drawer__item button{grid-column:2;justify-self:start}}.hardware-cart-drawer__qty{align-items:center;gap:.42rem;margin-top:.35rem;display:inline-flex}.hardware-cart-drawer__qty button{color:#067ef6;cursor:pointer;background:#eef7ff;border:1px solid #067ef62e;border-radius:50%;place-items:center;padding:.35rem .55rem;font-size:.9rem;font-weight:900;line-height:1;display:grid}.hardware-cart-drawer__qty small{margin-top:0}.epitech-cart-drawer{z-index:6000;color:#052949;position:fixed;inset:0}.epitech-cart-drawer__panel{background:#fff;flex-direction:column;width:min(100%,28rem);height:100vh;display:flex;position:absolute;top:0;right:0;overflow:hidden;box-shadow:-1.2rem 0 3rem #052a493d}.epitech-cart-drawer__head{background:#fff;border-bottom:1px solid #067ef61f;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.epitech-cart-drawer__head span{color:#067ef6;text-transform:uppercase;font-size:.72rem;font-weight:900}.epitech-cart-drawer__head h3{color:#052949;margin:.25rem 0 0;font-size:1.35rem;font-weight:900}.epitech-cart-drawer__head button{color:#052949;cursor:pointer;background:#eef7ff;border:0;border-radius:50%;place-items:center;width:2rem;height:2rem;font-weight:900;display:grid}.epitech-cart-drawer__body{flex-direction:column;flex:1;min-height:0;display:flex}.epitech-cart-drawer .hardware-cart-drawer__items{flex:1;max-height:none}@media (width<=560px){.epitech-cart-drawer__panel{width:min(100%,24rem)}.hardware-request-modal{padding:6.25rem .75rem 1rem}.hardware-request-modal__dialog{max-height:calc(100vh - 7rem);padding:1.2rem}.hardware-request-modal__summary,.hardware-request-modal__actions{flex-direction:column}.hardware-request-modal__actions button{width:100%}}.epitech-request-modal{z-index:8000;color:#052949;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.epitech-request-modal__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#052a4994;border:0;padding:0;position:absolute;inset:0}.epitech-request-modal__dialog{background:#fff;border-radius:1.25rem;width:min(100%,30rem);padding:1.2rem;position:relative;box-shadow:0 1.5rem 4rem #052a493d}.epitech-request-modal__close{color:#052949;cursor:pointer;background:#eef7ff;border:0;border-radius:50%;place-items:center;width:2rem;height:2rem;font-weight:900;display:grid;position:absolute;top:1rem;right:1rem}.epitech-request-modal__eyebrow{color:#067ef6;text-transform:uppercase;background:#eef7ff;border-radius:999px;padding:.24rem .64rem;font-size:.68rem;font-weight:900;display:inline-flex}.epitech-request-modal p{color:#20202094;margin:.35rem 0 0;font-size:.92rem;line-height:1.45}.epitech-request-modal__summary{color:#fff;background:#067ef6;border-radius:.8rem;justify-content:space-between;align-items:center;gap:1rem;margin-top:.85rem;padding:.72rem .9rem;display:flex}.epitech-request-modal__form{gap:.6rem;margin-top:.8rem;display:grid}.epitech-request-modal__form label,.epitech-request-modal__form span{display:block}.epitech-request-modal__form span{color:#052949;margin-bottom:.22rem;font-size:.76rem;font-weight:900}.epitech-request-modal__form input{color:#052949;background:#f7fbff;border:1px solid #067ef638;border-radius:.68rem;outline:none;width:100%;min-height:2.55rem;padding:0 .8rem}.epitech-request-modal__form input:focus{background:#fff;border-color:#067ef694}.epitech-request-modal__actions{justify-content:flex-end;gap:.65rem;margin-top:.95rem;display:flex}.epitech-request-modal__actions button{cursor:pointer;border:0;border-radius:999px;min-height:2.55rem;padding:0 1rem;font-weight:900}.epitech-request-modal__actions button:first-child{color:#052949;background:#eef7ff}.epitech-request-modal__actions button:last-child{color:#fff;background:#067ef6}@media (width<=560px){.epitech-request-modal{align-items:start;padding:5.8rem .75rem 1rem;overflow-y:auto}.epitech-request-modal__dialog{padding:1rem}.epitech-request-modal__actions{flex-direction:column;align-items:stretch}.epitech-request-modal__actions button{width:100%}}.epitech-request-modal__check{background:#f7fbff;border:1px solid #067ef624;border-radius:.8rem;align-items:flex-start;gap:.6rem;margin-top:.2rem;padding:.75rem .85rem;display:flex!important}.epitech-request-modal__check input{accent-color:#067ef6;flex:none;height:1rem;margin-top:.14rem;width:1rem!important;min-height:1rem!important}.epitech-request-modal__check span{line-height:1.35;color:#052a49c2!important;margin:0!important;font-size:.78rem!important;font-weight:800!important}.epitech-request-modal__form small{color:#052a497a;font-size:.68rem}.epitech-cart-drawer{z-index:6000;color:#052949;font-family:inherit;position:fixed;inset:0}.epitech-cart-drawer *,.epitech-cart-drawer :before,.epitech-cart-drawer :after{box-sizing:border-box}.epitech-cart-drawer__backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:#052a497a;border:0;padding:0;position:absolute;inset:0}.epitech-cart-drawer__panel{background:#fff;grid-template-rows:auto auto minmax(0,1fr);width:min(100%,41.25rem);height:100dvh;display:grid;position:absolute;top:0;right:0;overflow:hidden;box-shadow:-1.4rem 0 3.2rem #052a4933}.epitech-cart-drawer__head{background:#fff;justify-content:space-between;align-items:center;gap:1rem;padding:clamp(1.35rem,4vw,2rem) clamp(1.25rem,5vw,2.55rem) 0;display:flex}.epitech-cart-drawer__head span{color:#18f;text-transform:none;background:#fff;border:2px solid #18f;border-radius:999px;align-items:center;min-height:2.35rem;padding:0 .85rem;font-size:clamp(.85rem,2vw,1.05rem);font-weight:900;display:inline-flex}.epitech-cart-drawer__head button{color:#ff343f;cursor:pointer;background:#fff;border:2px solid #ff343f;border-radius:50%;place-items:center;width:clamp(2.8rem,5vw,4.15rem);height:clamp(2.8rem,5vw,4.15rem);min-height:0;padding:0 0 .12em;font-size:clamp(1.8rem,3vw,2.45rem);font-weight:300;line-height:1;transition:transform .18s,background .18s,color .18s;display:grid}.epitech-cart-drawer__head button:hover{color:#fff;background:#ff343f;transform:rotate(100deg)scale(1.03)}.epitech-cart-drawer__title-row{background:#fff;justify-content:space-between;align-items:end;gap:1rem;padding:clamp(1rem,4vw,1.6rem) clamp(1.25rem,5vw,2.55rem) clamp(1.15rem,3vw,1.75rem);display:flex}.epitech-cart-drawer__title-row h3{color:#052949;letter-spacing:0;margin:0;font-size:clamp(2.2rem,5vw,3.9rem);font-weight:900;line-height:.95}.epitech-cart-drawer__title-row p{color:#20202085;white-space:nowrap;margin:0 0 .35rem;font-size:clamp(1rem,2.3vw,1.55rem);font-weight:500}.epitech-cart-drawer__body{background:#fff;grid-template-rows:minmax(0,1fr) auto;min-height:0;display:grid}.hardware-cart-drawer__items{background:#fff;align-content:start;gap:clamp(1.25rem,3vw,2rem);min-height:0;padding:0 clamp(1.25rem,5vw,2.55rem) clamp(1.4rem,4vw,2rem);display:grid;overflow-y:auto}.hardware-cart-drawer__item{background:0 0;border:0;border-radius:0;grid-template-columns:clamp(4.7rem,8vw,5.65rem) minmax(0,1fr) auto minmax(8.5rem,auto) auto;align-items:center;gap:clamp(.75rem,2vw,1.25rem);padding:0;display:grid}.hardware-cart-drawer__thumb{background:#eef2f6;border:1.5px solid #1188ff9e;border-radius:1rem;width:clamp(4.7rem,8vw,5.65rem);height:clamp(4.7rem,8vw,5.65rem);display:block;overflow:hidden;box-shadow:0 .8rem 1.5rem #052a4914}.hardware-cart-drawer__thumb img,.hardware-cart-drawer__thumb-placeholder{width:100%;height:100%}.hardware-cart-drawer__thumb img{object-fit:cover;display:block}.hardware-cart-drawer__thumb-placeholder{color:#18f;background:#eef7ff;place-items:center;display:grid}.hardware-cart-drawer__thumb-placeholder svg{fill:currentColor;width:2.1rem;height:2.1rem}.hardware-cart-drawer__item-copy{min-width:0}.hardware-cart-drawer__item-copy strong{color:#202020;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(1rem,2vw,1.32rem);font-weight:900;line-height:1.1;display:block;overflow:hidden}.hardware-cart-drawer__specs{color:#20202080;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.45rem;display:flex}.hardware-cart-drawer__specs span{color:inherit;align-items:center;gap:.5rem;margin:0;font-size:clamp(.84rem,1.7vw,1.05rem);font-weight:600;display:inline-flex}.hardware-cart-drawer__specs span+span:before{content:"";background:#20202047;border-radius:50%;width:.34rem;height:.34rem}.hardware-cart-drawer__qty{background:0 0;grid-template-columns:auto auto auto;align-items:center;gap:.55rem;margin:0;padding:0;display:inline-grid}.hardware-cart-drawer__qty button{color:#18f;cursor:pointer;background:#fff;border:1.5px solid #18f;border-radius:50%;place-items:center;width:2rem;height:2rem;min-height:0;padding:0;font-size:1.15rem;font-weight:500;line-height:1;transition:transform .16s,background .16s,color .16s;display:grid}.hardware-cart-drawer__qty button:hover{color:#fff;background:#18f;transform:translateY(-1px)}.hardware-cart-drawer__qty span{color:#20202094;text-align:center;min-width:1.2rem;font-size:1.12rem;font-weight:700;display:block}.hardware-cart-drawer__price{color:#202020;white-space:nowrap;font-size:clamp(1rem,2vw,1.3rem);font-weight:900;line-height:1.1;display:block}.hardware-cart-drawer__remove{color:#ff343f;cursor:pointer;background:0 0;border:0;border-radius:.7rem;place-items:center;width:2.35rem;height:2.35rem;min-height:0;padding:0;transition:transform .16s,background .16s;display:grid}.hardware-cart-drawer__remove svg{fill:currentColor;width:1.7rem;height:1.7rem}.hardware-cart-drawer__footer{color:#fff;background:#052949;gap:clamp(1.4rem,3vw,2rem);padding:clamp(1.55rem,4vw,2.55rem) clamp(1.25rem,5vw,2.55rem);display:grid}.hardware-cart-drawer__subtotal{border-bottom:1px solid #ffffff59;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:clamp(1.1rem,3vw,1.55rem);display:flex}.hardware-cart-drawer__subtotal strong,.hardware-cart-drawer__subtotal span{color:#fff;font-size:clamp(1.55rem,3vw,2.2rem);font-weight:900;line-height:1;display:block}.hardware-cart-drawer__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,3vw,1.75rem);display:grid}.hardware-cart-drawer__request,.hardware-cart-drawer__clear{color:#fff;cursor:pointer;border:0;border-radius:.72rem;justify-content:center;align-items:center;width:100%;min-height:clamp(3.6rem,7vw,5.05rem);padding:0 1rem;font-size:clamp(1.1rem,2.5vw,1.72rem);font-weight:500;line-height:1;transition:transform .18s,filter .18s;display:inline-flex}.hardware-cart-drawer__request{background:#18f}.hardware-cart-drawer__clear{background:#ff343f;margin:0}.hardware-cart-drawer__request:hover,.hardware-cart-drawer__clear:hover{filter:brightness(1.03);transform:translateY(-2px)}.hardware-cart-drawer__request:disabled,.hardware-cart-drawer__request.is-disabled,.hardware-cart-drawer__clear:disabled{cursor:not-allowed;opacity:.55;transform:none}.hardware-cart-drawer__cancel,.hardware-cart-drawer__meta{display:none}.hardware-cart-drawer__empty{color:#052949;text-align:center;border:1px dashed #1188ff3d;border-radius:1.25rem;align-content:center;place-items:center;gap:.45rem;min-height:18rem;display:grid}.hardware-cart-drawer__empty strong{font-size:1.25rem;font-weight:900}.hardware-cart-drawer__empty span{color:#05294994;font-size:.95rem}@media (width<=720px){.epitech-cart-drawer__panel{width:100%}.epitech-cart-drawer__title-row{flex-direction:column;align-items:start}.epitech-cart-drawer__title-row h3{font-size:clamp(2.2rem,12vw,3.3rem)}.hardware-cart-drawer__item{grid-template-columns:4.6rem minmax(0,1fr) auto;gap:.7rem}.hardware-cart-drawer__qty{grid-column:2;justify-self:start;margin-top:.4rem}.hardware-cart-drawer__price{grid-column:2/4;justify-self:start;margin-top:.1rem}.hardware-cart-drawer__remove{grid-area:1/3;align-self:center}.hardware-cart-drawer__actions{grid-template-columns:1fr;gap:.8rem}.hardware-cart-drawer__subtotal{flex-direction:column-reverse;align-items:flex-start}}@media (width<=420px){.epitech-cart-drawer__head,.epitech-cart-drawer__title-row,.hardware-cart-drawer__items,.hardware-cart-drawer__footer{padding-left:1rem;padding-right:1rem}.hardware-cart-drawer__item{grid-template-columns:4.2rem minmax(0,1fr) 2.2rem}.hardware-cart-drawer__thumb{width:4.2rem;height:4.2rem}}.epitech-cart-drawer{z-index:9200}.hardware-cart-open .floating-actions{pointer-events:none;opacity:0;transform:translateY(.75rem)}.epitech-cart-drawer__head{border-bottom:1px solid #067ef61f;padding:1.25rem 1.55rem .9rem}.epitech-cart-drawer__head span{border-width:1.5px;min-height:1.95rem;padding:0 .72rem;font-size:.86rem}.epitech-cart-drawer__title-row{align-items:end;padding:1.25rem 1.55rem 1rem}.epitech-cart-drawer__title-row h3{max-width:62%;font-size:clamp(2rem,5.2vw,2.85rem);line-height:.98}.epitech-cart-drawer__title-row p{margin-bottom:.25rem;font-size:clamp(.98rem,2vw,1.2rem)}.hardware-cart-drawer__item-copy strong{font-size:clamp(.94rem,1.7vw,1.08rem)}.hardware-cart-drawer__specs span{gap:.38rem;font-size:.82rem}.hardware-cart-drawer__qty button{width:1.55rem;height:1.55rem;font-size:.95rem}.hardware-cart-drawer__remove{width:2rem;height:2rem}@media (width<=720px){.epitech-cart-drawer__panel{width:100%}.epitech-cart-drawer__title-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;display:grid}.epitech-cart-drawer__title-row h3{max-width:none;font-size:clamp(2rem,11vw,2.7rem)}.epitech-cart-drawer__title-row p{font-size:1rem}.hardware-cart-drawer__item{grid-template-columns:4.25rem minmax(0,1fr) 2rem}.hardware-cart-drawer__price{grid-column:2/4}.hardware-cart-drawer__footer{padding-bottom:max(1.1rem, env(safe-area-inset-bottom))}}@media (width<=460px){.epitech-cart-drawer__head,.epitech-cart-drawer__title-row,.hardware-cart-drawer__items,.hardware-cart-drawer__footer{padding-left:1rem;padding-right:1rem}.epitech-cart-drawer__title-row{grid-template-columns:1fr;gap:.35rem}.hardware-cart-drawer__actions{grid-template-columns:1fr}}.epitech-cart-drawer__panel{width:min(100%,30rem)}.epitech-cart-drawer__head{padding:1rem 1.35rem .75rem}.epitech-cart-drawer__head span{border-width:1px;min-height:1.35rem;padding:0 .45rem;font-size:.58rem;line-height:1}.epitech-cart-drawer__head button{border-width:1px;width:2.25rem;height:2.25rem;font-size:1.35rem}.epitech-cart-drawer__title-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:.5rem 1.35rem 1.15rem;display:grid}.epitech-cart-drawer__title-row h3{white-space:nowrap;max-width:none;font-size:clamp(1.85rem,3.2vw,2.25rem);line-height:1}.epitech-cart-drawer__title-row p{margin:0;font-size:.86rem}.hardware-cart-drawer__items{gap:1.05rem;padding:0 1.35rem 1.1rem}.hardware-cart-drawer__item{grid-template-columns:3.45rem minmax(0,1fr) auto minmax(5.9rem,auto) 1.35rem;gap:.55rem}.hardware-cart-drawer__thumb{border-radius:.55rem;width:3.45rem;height:3.45rem}.hardware-cart-drawer__item-copy strong{font-size:.78rem;line-height:1.15}.hardware-cart-drawer__specs span{gap:.26rem;font-size:.58rem;line-height:1.2}.hardware-cart-drawer__specs span+span:before{width:.22rem;height:.22rem}.hardware-cart-drawer__qty{gap:.28rem}.hardware-cart-drawer__qty button{border-width:1px;width:1.12rem;height:1.12rem;font-size:.72rem}.hardware-cart-drawer__qty span{min-width:.7rem;font-size:.72rem}.hardware-cart-drawer__price{font-size:.78rem}.hardware-cart-drawer__remove{border-radius:.4rem;width:1.35rem;height:1.35rem}.hardware-cart-drawer__footer{gap:1rem;padding:1.05rem 1.35rem 1.25rem}.hardware-cart-drawer__subtotal{padding-bottom:.9rem}.hardware-cart-drawer__subtotal strong,.hardware-cart-drawer__subtotal span{font-size:1.35rem}.hardware-cart-drawer__actions{gap:.8rem}.hardware-cart-drawer__request,.hardware-cart-drawer__clear{border-radius:.45rem;min-height:2.55rem;font-size:.96rem;font-weight:500}@media (width<=720px){.epitech-cart-drawer__title-row{grid-template-columns:minmax(0,1fr) auto}.epitech-cart-drawer__title-row h3{white-space:nowrap;font-size:clamp(1.6rem,8vw,2rem)}.epitech-cart-drawer__title-row p{font-size:.76rem}.hardware-cart-drawer__item{grid-template-columns:3.35rem minmax(0,1fr) auto;gap:.5rem}.hardware-cart-drawer__qty{grid-area:2/2}.hardware-cart-drawer__price{grid-area:3/2;font-size:.82rem}.hardware-cart-drawer__remove{grid-area:1/3/3}}@media (width<=460px){.epitech-cart-drawer__title-row{grid-template-columns:1fr;align-items:start}.epitech-cart-drawer__title-row h3{white-space:normal}.hardware-cart-drawer__actions{grid-template-columns:repeat(2,minmax(0,1fr))}}.hardware-cart-drawer__items{gap:.9rem}.hardware-cart-drawer__item{grid-template-columns:3.5rem minmax(0,1fr) 4.15rem minmax(5.9rem,auto) 1.25rem;gap:.55rem;min-height:3.5rem}.hardware-cart-drawer__thumb{border:1px solid #1188ff75;border-radius:.52rem;width:3.5rem;height:3.5rem;box-shadow:0 .3rem .75rem #05294914}.hardware-cart-drawer__thumb img{object-fit:cover}.hardware-cart-drawer__item-copy strong{color:#202020;white-space:nowrap;font-size:.76rem;font-weight:800;line-height:1.1}.hardware-cart-drawer__specs{gap:.28rem;margin-top:.18rem}.hardware-cart-drawer__specs span{color:#8d8d8d;font-size:.5rem;font-weight:500;line-height:1.2}.hardware-cart-drawer__specs span+span:before{background:#b9b9b9;width:.18rem;height:.18rem}.hardware-cart-drawer__qty{grid-template-columns:1rem .7rem 1rem;justify-self:end;gap:.22rem;display:inline-grid}.hardware-cart-drawer__qty button{color:#18f;background:#fff;border:1px solid #18f;width:1rem;height:1rem;font-size:.68rem;font-weight:500;line-height:1}.hardware-cart-drawer__qty button:hover{color:#fff;background:#18f}.hardware-cart-drawer__qty span{color:#8d8d8d;min-width:.7rem;font-size:.68rem;font-weight:500}.hardware-cart-drawer__price{color:#111;letter-spacing:0;white-space:nowrap;font-size:.74rem;font-weight:800;line-height:1.1}.hardware-cart-drawer__remove{color:#ff3b45;background:0 0;border-radius:0;width:1.25rem;height:1.25rem}.hardware-cart-drawer__remove:hover{background:#ff3b4514;transform:none}.hardware-cart-drawer__remove svg{width:.98rem;height:.98rem}@media (width<=460px){.hardware-cart-drawer__item{grid-template-columns:3.35rem minmax(0,1fr) 1.25rem;gap:.5rem}.hardware-cart-drawer__thumb{width:3.35rem;height:3.35rem}.hardware-cart-drawer__qty{grid-area:2/2;justify-self:start}.hardware-cart-drawer__price{grid-area:3/2/auto/4;justify-self:start}.hardware-cart-drawer__remove{grid-area:1/3/3;justify-self:end}}.epitech-cart-drawer .hardware-cart-drawer__items{gap:.9rem}.epitech-cart-drawer .hardware-cart-drawer__item{grid-template-columns:3.5rem minmax(0,1fr) 4.15rem minmax(5.9rem,auto) 1.25rem;gap:.55rem;min-height:3.5rem}.epitech-cart-drawer .hardware-cart-drawer__thumb{border:1px solid #1188ff75;border-radius:.52rem;width:3.5rem;height:3.5rem;box-shadow:0 .3rem .75rem #05294914}.epitech-cart-drawer .hardware-cart-drawer__thumb img{object-fit:cover}.epitech-cart-drawer .hardware-cart-drawer__item-copy strong{color:#202020;white-space:nowrap;font-size:.76rem;font-weight:800;line-height:1.1}.epitech-cart-drawer .hardware-cart-drawer__specs{gap:.28rem;margin-top:.18rem}.epitech-cart-drawer .hardware-cart-drawer__specs span{color:#8d8d8d;font-size:.5rem;font-weight:500;line-height:1.2}.epitech-cart-drawer .hardware-cart-drawer__specs span+span:before{background:#b9b9b9;width:.18rem;height:.18rem}.epitech-cart-drawer .hardware-cart-drawer__qty{grid-template-columns:1rem .7rem 1rem;justify-self:end;gap:.22rem;display:inline-grid}.epitech-cart-drawer .hardware-cart-drawer__qty button{color:#18f;background:#fff;border:1px solid #18f;width:1.5rem;height:1.5rem;min-height:0;padding:0;font-size:1.15rem;font-weight:500;line-height:1}.epitech-cart-drawer .hardware-cart-drawer__qty span{color:#8d8d8d;min-width:.7rem;font-size:.75rem;font-weight:500}.epitech-cart-drawer .hardware-cart-drawer__price{color:#111;letter-spacing:0;white-space:nowrap;font-size:.74rem;font-weight:800;line-height:1.1}.epitech-cart-drawer .hardware-cart-drawer__remove{color:#ff3b45;background:0 0;border-radius:0;width:1.25rem;height:1.25rem;min-height:0;padding:0}.epitech-cart-drawer .hardware-cart-drawer__remove svg{width:.98rem;height:.98rem}@media (width<=460px){.epitech-cart-drawer .hardware-cart-drawer__item{grid-template-columns:3.35rem minmax(0,1fr) 1.25rem;gap:.5rem}.epitech-cart-drawer .hardware-cart-drawer__thumb{width:3.35rem;height:3.35rem}.epitech-cart-drawer .hardware-cart-drawer__qty{grid-area:2/2;justify-self:start}.epitech-cart-drawer .hardware-cart-drawer__price{grid-area:3/2/auto/4;justify-self:start}.epitech-cart-drawer .hardware-cart-drawer__remove{grid-area:1/3/3;justify-self:end}}@media (width<=720px){.epitech-cart-drawer .hardware-cart-drawer__items{gap:.95rem;padding-left:1rem;padding-right:1rem}.epitech-cart-drawer .hardware-cart-drawer__item,.epitech-cart-drawer .hardware-cart-drawer__item.hardware-cart-drawer__item--interactive{grid-template-rows:auto auto;grid-template-columns:3.75rem minmax(0,1fr) 4.2rem;align-items:center;gap:.32rem .75rem;min-height:3.75rem;display:grid}.epitech-cart-drawer .hardware-cart-drawer__thumb{grid-area:1/1/3;width:3.75rem;height:3.75rem}.epitech-cart-drawer .hardware-cart-drawer__item-copy{grid-area:1/2;min-width:0}.epitech-cart-drawer .hardware-cart-drawer__item-copy strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.epitech-cart-drawer .hardware-cart-drawer__qty{grid-area:1/3;place-self:center end;margin:0}.epitech-cart-drawer .hardware-cart-drawer__price{grid-area:2/2;place-self:center start;margin:0;font-size:.82rem}.epitech-cart-drawer .hardware-cart-drawer__remove{grid-area:2/3;place-self:center end;margin:0}}@media (width<=390px){.epitech-cart-drawer .hardware-cart-drawer__item,.epitech-cart-drawer .hardware-cart-drawer__item.hardware-cart-drawer__item--interactive{grid-template-columns:3.45rem minmax(0,1fr) 3.8rem;column-gap:.58rem}.epitech-cart-drawer .hardware-cart-drawer__thumb{width:3.45rem;height:3.45rem}.epitech-cart-drawer .hardware-cart-drawer__price{font-size:.76rem}}@media (width>=461px) and (width<=720px){.epitech-cart-drawer .hardware-cart-drawer__item,.epitech-cart-drawer .hardware-cart-drawer__item.hardware-cart-drawer__item--interactive{grid-template-rows:auto;grid-template-columns:3.85rem minmax(0,1fr) 3.55rem minmax(6.4rem,auto) 1.25rem;align-items:center;gap:0 .75rem;min-height:3.85rem}.epitech-cart-drawer .hardware-cart-drawer__thumb{grid-area:1/1;width:3.85rem;height:3.85rem}.epitech-cart-drawer .hardware-cart-drawer__item-copy{grid-area:1/2}.epitech-cart-drawer .hardware-cart-drawer__qty{grid-area:1/3;justify-self:end}.epitech-cart-drawer .hardware-cart-drawer__price{grid-area:1/4;justify-self:end;font-size:.78rem}.epitech-cart-drawer .hardware-cart-drawer__remove{grid-area:1/5;justify-self:end}}@media (width<=460px){.epitech-cart-drawer .hardware-cart-drawer__item,.epitech-cart-drawer .hardware-cart-drawer__item.hardware-cart-drawer__item--interactive{grid-template-rows:auto auto;grid-template-columns:3.55rem minmax(0,1fr) 3.55rem 1.25rem;align-items:center}.epitech-cart-drawer .hardware-cart-drawer__thumb{grid-area:1/1/3;width:3.55rem;height:3.55rem}.epitech-cart-drawer .hardware-cart-drawer__item-copy{grid-area:1/2/auto/5}.epitech-cart-drawer .hardware-cart-drawer__qty{grid-area:2/2;justify-self:start}.epitech-cart-drawer .hardware-cart-drawer__price{grid-area:2/3;justify-self:end;font-size:.72rem}.epitech-cart-drawer .hardware-cart-drawer__remove{grid-area:2/4;justify-self:end}}.epitech-cart-drawer .hardware-cart-drawer__qty{white-space:nowrap;flex-direction:row;justify-content:center;align-items:center;gap:.24rem;width:3.8rem;display:inline-flex}.epitech-cart-drawer .hardware-cart-drawer__qty button,.epitech-cart-drawer .hardware-cart-drawer__qty span{flex:none}@media (width<=720px){.epitech-cart-drawer .hardware-cart-drawer__qty{flex-direction:row;justify-self:end;width:3.65rem;display:inline-flex}}@media (width<=460px){.epitech-cart-drawer .hardware-cart-drawer__qty{justify-self:start;width:3.65rem}}.epitech-request-modal{align-items:start;padding:1.25rem;overflow-y:auto}.epitech-request-modal__dialog{background:#fff;border:0;border-radius:0;width:min(100%,30.5rem);max-height:none;padding:1.25rem 1.25rem 0;overflow:visible;box-shadow:0 1.5rem 4rem #05294938}.epitech-request-modal__head{justify-content:space-between;align-items:center;gap:1rem;display:flex}.epitech-request-modal__close{color:#ff3b45;background:#fff;border:1px solid #ff3b45;border-radius:50%;width:1.9rem;height:1.9rem;font-size:1rem;line-height:1;position:static}.epitech-request-modal__eyebrow{color:#18f;background:#fff;border:1px solid #18f;border-radius:999px;min-height:1.1rem;padding:0 .38rem;font-size:.48rem;font-weight:700}.epitech-request-modal h3{color:#052949;margin:.35rem 0;font-size:1.62rem;font-weight:900;line-height:1}.epitech-request-modal>.epitech-request-modal__dialog>p{display:none}.epitech-request-modal__summary{color:#fff;background:#18f;border:0;border-radius:999px;justify-content:space-between;align-items:center;gap:1rem;min-height:1.72rem;margin:0;padding:.18rem .28rem .18rem .9rem;display:flex}.epitech-request-modal__summary span{color:inherit;font-size:.52rem;font-weight:800}.epitech-request-modal__summary strong{color:#18f;background:#fff;border-radius:50%;place-items:center;width:1.25rem;height:1.25rem;font-size:.62rem;font-weight:800;display:grid}.epitech-request-modal__items{gap:.8rem;max-height:12rem;padding:1rem 0 1.05rem;display:grid;overflow-y:auto}.epitech-request-modal__item{grid-template-columns:3.25rem minmax(0,1fr) minmax(6rem,auto);align-items:center;gap:.65rem;display:grid}.epitech-request-modal__thumb{background:#f4f8ff;border:1px solid #1188ff59;border-radius:.45rem;width:3.25rem;height:3.25rem;overflow:hidden}.epitech-request-modal__thumb img,.epitech-request-modal__thumb .hardware-cart-drawer__thumb-placeholder{width:100%;height:100%}.epitech-request-modal__thumb img{object-fit:cover;display:block}.epitech-request-modal__item-copy strong{color:#202020;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:800;line-height:1.15;display:block;overflow:hidden}.epitech-request-modal__specs{flex-wrap:wrap;gap:.32rem;margin-top:.22rem;display:flex}.epitech-request-modal__specs span{color:#8d8d8d;align-items:center;gap:.32rem;font-size:.5rem;font-weight:500;display:inline-flex}.epitech-request-modal__specs span+span:before{content:"";background:#b9b9b9;border-radius:50%;width:.18rem;height:.18rem}.epitech-request-modal__item b{color:#111;text-align:right;white-space:nowrap;font-size:.74rem;font-weight:800;line-height:1}.epitech-request-modal__checkout{color:#fff;background:#052f4f;margin:0 -1.25rem;padding:1rem 1.25rem 1.35rem}.epitech-request-modal__promo{border:1px solid #ffffffe6;border-radius:.45rem;grid-template-columns:minmax(0,1fr) 5.4rem;min-height:1.9rem;display:grid;overflow:hidden}.epitech-request-modal__promo input,.epitech-request-modal__promo button{border:0;min-height:1.9rem}.epitech-request-modal__promo input{color:#fff;background:0 0;width:100%;padding:0 .65rem;font-size:.72rem}.epitech-request-modal__promo input::placeholder{color:#ffffffad}.epitech-request-modal__promo button{color:#18f;cursor:pointer;background:#fff;font-size:.85rem;font-weight:500}.epitech-request-modal__breakdown{margin-top:.55rem}.epitech-request-modal__breakdown>span{color:#ffffff85;font-size:.72rem;display:block}.epitech-request-modal__breakdown dl{gap:.5rem;margin:.55rem 0 0;display:grid}.epitech-request-modal__breakdown div{justify-content:space-between;align-items:center;gap:1rem;display:flex}.epitech-request-modal__breakdown dt,.epitech-request-modal__breakdown dd{margin:0;font-size:.74rem}.epitech-request-modal__breakdown dt{color:#fff;font-weight:700}.epitech-request-modal__breakdown dd{color:#ffffff94}.epitech-request-modal__breakdown small{color:#10d2e8;border:1px solid #10d2e8;border-radius:50%;place-items:center;width:.8rem;height:.8rem;font-size:.5rem;font-style:normal;display:inline-grid}.epitech-request-modal__total{padding-top:.28rem}.epitech-request-modal__total dt,.epitech-request-modal__total dd{color:#fff;font-size:1.18rem;font-weight:900}.epitech-request-modal__form{border-top:1px solid #fff3;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-top:.9rem;padding-top:.8rem;display:grid}.epitech-request-modal__form input{color:#fff;background:0 0;border:1px solid #fffffff2;border-radius:.42rem;width:100%;min-height:1.9rem;padding:0 .6rem;font-size:.72rem}.epitech-request-modal__form input::placeholder{color:#ffffffa8}.epitech-request-modal__form input[data-hardware-customer=email],.epitech-request-modal__form input[data-hardware-customer=location],.epitech-request-modal__check{grid-column:1/-1}.epitech-request-modal__check{background:0 0;border:0;align-items:center;gap:.55rem;margin:.12rem 0 0;padding:0;display:flex!important}.epitech-request-modal__check input{accent-color:#18f;height:.82rem;width:.82rem!important;min-height:.82rem!important}.epitech-request-modal__check span{color:#fff!important;margin:0!important;font-size:.7rem!important;font-weight:400!important}.epitech-request-modal__actions{grid-template-columns:minmax(0,1fr) minmax(0,.72fr);gap:1.6rem;margin-top:1.25rem;display:grid}.epitech-request-modal__actions button{cursor:pointer;border:0;border-radius:.42rem;width:100%;min-height:2.55rem;padding:0 1rem;font-size:.86rem;font-weight:500;color:#fff!important}.epitech-request-modal__actions button:first-child{background:#18f}.epitech-request-modal__actions button:last-child{background:#ff3b45}@media (width<=560px){.epitech-request-modal{padding:.75rem}.epitech-request-modal__dialog{width:min(100%,27rem)}.epitech-request-modal__item{grid-template-columns:3.1rem minmax(0,1fr)}.epitech-request-modal__item b{text-align:left;grid-column:2}.epitech-request-modal__form,.epitech-request-modal__actions{grid-template-columns:1fr;gap:.65rem}}.epitech-request-modal__promo.is-applied{border-color:#22c55e;box-shadow:0 0 0 1px #22c55e3d}.epitech-request-modal__promo.is-applied button{color:#16a34a}.epitech-request-modal__form input.is-invalid{border-color:#ff3b45;box-shadow:0 0 0 2px #ff3b452e}.epitech-request-modal{place-items:center;padding:1rem;overflow-y:auto}.epitech-request-modal__dialog{scrollbar-width:thin;scrollbar-color:#1188ff61 transparent;background:#fff;border-radius:1.15rem;flex-direction:column;width:min(100%,30.5rem);max-height:calc(100vh - 2rem);padding:1.15rem 1.15rem 0;display:flex;overflow:hidden auto;box-shadow:0 1.2rem 3rem #05294938}.epitech-request-modal__dialog::-webkit-scrollbar{width:.42rem}.epitech-request-modal__dialog::-webkit-scrollbar-thumb{background:#1188ff5c;border-radius:999px}.epitech-request-modal__head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.45rem;display:flex}.epitech-request-modal__eyebrow{color:#18f;background:#fff;border:1px solid #18f;border-radius:999px;min-height:1.28rem;padding:0 .58rem;font-size:.58rem;font-weight:800;line-height:1;box-shadow:0 .18rem .55rem #1188ff14}.epitech-request-modal__close{color:#ff3b45;cursor:pointer;background:#fff;border:1.5px solid #ff3b45;border-radius:50%;width:2.4rem;height:2.4rem;min-height:0;padding:0;font-size:1.5rem;font-weight:300;line-height:1;transition:background .18s,color .18s,transform .18s,box-shadow .18s;position:static}.epitech-request-modal h3{margin:0 0 .52rem}.epitech-request-modal__summary,.epitech-request-modal__thumb,.epitech-request-modal__promo,.epitech-request-modal__form input,.epitech-request-modal__actions button{border-radius:.48rem}.epitech-request-modal__summary{flex:none}.epitech-request-modal__items{scrollbar-width:thin;scrollbar-color:#1188ff59 transparent;flex:none;max-height:13.5rem;overflow-y:auto}.epitech-request-modal__checkout{border-radius:0 0 1.15rem 1.15rem;margin:auto -1.15rem 0;padding:1rem 1.15rem 1.25rem}.epitech-request-modal__promo{transition:border-color .18s,box-shadow .18s,background .18s}.epitech-request-modal__promo:focus-within{background:#ffffff14;border-color:#fff;box-shadow:0 0 0 3px #1188ff38}.epitech-request-modal__promo input:focus,.epitech-request-modal__form input:focus{outline:none}.epitech-request-modal__form input{transition:background .18s,border-color .18s,color .18s,box-shadow .18s}.epitech-request-modal__form input:focus,.epitech-request-modal__form input:not(:placeholder-shown){color:#052949;background:#fff;border-color:#fff;box-shadow:0 0 0 3px #1188ff29}.epitech-request-modal__form input:focus::placeholder,.epitech-request-modal__form input:not(:placeholder-shown)::placeholder{color:#0529496b}.epitech-request-modal__actions button{transition:transform .18s,box-shadow .18s,filter .18s,background .18s;position:relative;overflow:hidden}.epitech-request-modal__actions button:after{content:"";background:linear-gradient(120deg,#0000,#ffffff3d,#0000);transition:transform .42s;position:absolute;inset:0;transform:translate(-120%)}.epitech-request-modal__actions button:hover{transform:translateY(-2px)}.epitech-request-modal__actions button:hover:after{transform:translate(120%)}.epitech-request-modal__actions button:first-child:hover{filter:saturate(1.08);box-shadow:0 .8rem 1.4rem #1188ff42}.epitech-request-modal__actions button:last-child:hover{filter:saturate(1.08);box-shadow:0 .8rem 1.4rem #ff3b4538}.epitech-request-modal__actions button:active{transform:translateY(0)scale(.98)}@media (width<=560px){.epitech-request-modal{align-items:center;padding:.75rem}.epitech-request-modal__dialog{border-radius:1rem;max-height:calc(100vh - 1.5rem);padding:1rem 1rem 0}.epitech-request-modal__checkout{border-radius:0 0 1rem 1rem;margin-left:-1rem;margin-right:-1rem}}.epitech-request-modal__head{min-height:2.15rem;margin-bottom:.35rem}.epitech-request-modal__eyebrow{text-transform:none;letter-spacing:0;border-width:1px;min-height:1.15rem;padding:0 .48rem;font-size:.54rem;font-weight:800}.epitech-request-modal__close{border-width:1px;place-items:center;width:2.15rem;height:2.15rem;font-size:0;display:grid}.epitech-request-modal__close:before,.epitech-request-modal__close:after{content:"";background:currentColor;border-radius:999px;grid-area:1/1;width:.88rem;height:1.5px}.epitech-request-modal__eyebrow{min-height:1.08rem;padding:0 .42rem;font-size:.52rem}.epitech-request-modal__close{justify-content:center;align-items:center;width:2.1rem;height:2.1rem;overflow:hidden;font-size:0!important;display:flex!important;position:relative!important}.epitech-request-modal__close:before,.epitech-request-modal__close:after{transform-origin:50%;width:.82rem;height:1.6px;position:absolute;top:50%;left:50%}.epitech-request-modal__close:before{transform:translate(-50%,-50%)rotate(45deg)}.epitech-request-modal__close:after{transform:translate(-50%,-50%)rotate(-45deg)}.epitech-request-modal__close:hover:before{transform:translate(-50%,-50%)rotate(45deg)}.epitech-request-modal__close:hover:after{transform:translate(-50%,-50%)rotate(-45deg)}.epitech-request-modal__dialog{position:relative}.epitech-request-modal__head{align-items:flex-start;min-height:1.25rem;margin-bottom:.45rem;padding-right:3rem}.epitech-request-modal__close{z-index:2;top:.95rem;right:1.15rem;position:absolute!important}@media (width<=560px){.epitech-request-modal__close{top:.85rem;right:1rem}.epitech-request-modal__head{padding-right:2.8rem}}.epitech-request-modal__head{background:#fff;justify-content:space-between;align-items:center;gap:1rem;min-height:0;margin:0 -1.15rem .6rem;padding:1rem 1.35rem .75rem;display:flex}.epitech-request-modal__eyebrow{color:#18f;text-transform:none;letter-spacing:0;background:#fff;border:1px solid #18f;border-radius:999px;align-items:center;min-height:1.35rem;padding:0 .45rem;font-size:.58rem;font-weight:800;line-height:1;display:inline-flex}.epitech-request-modal__close{color:#ff343f;cursor:pointer;background:#fff;border:1px solid #ff343f;border-radius:50%;place-items:center;width:2.25rem;height:2.25rem;min-height:0;padding:0 0 .12em;font-weight:300;line-height:1;transition:color .18s,background .18s,transform .18s,box-shadow .18s;font-size:1.35rem!important;display:grid!important;position:static!important}.epitech-request-modal__close:before,.epitech-request-modal__close:after{content:none!important}.epitech-request-modal__close:hover{color:#fff;background:#ff343f;transform:rotate(100deg)scale(1.03);box-shadow:0 .65rem 1.1rem #ff343f2e}.epitech-request-modal__close:active{transform:rotate(100deg)scale(.96)}.epitech-request-modal h3{margin-top:0;margin-right:0}@media (width<=560px){.epitech-request-modal__head{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}}.epitech-request-modal__dialog{border-radius:1.45rem;width:min(46rem,100vw - 2rem);max-height:calc(100vh - 1.5rem);overflow:hidden auto}.epitech-request-modal__summary{color:#fff;background:#18f;border-radius:.72rem;min-height:2.6rem;padding:0 .7rem 0 1.2rem;overflow:hidden}.epitech-request-modal__summary span{color:#fff;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:clamp(.68rem,1.2vw,.82rem);font-weight:900;overflow:hidden}.epitech-request-modal__summary strong{color:#18f;background:#fff;flex:none}.epitech-request-modal__items{overscroll-behavior:contain;max-height:clamp(11rem,30vh,15rem);padding-right:.4rem}.epitech-request-modal__checkout{border-radius:0 0 1.15rem 1.15rem;margin-top:.9rem}.epitech-request-modal__breakdown>span{color:#fff9}.epitech-request-modal__form{grid-template-columns:1fr;gap:.7rem}.epitech-request-modal__field-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.epitech-request-modal__form input:not([type=checkbox]){color:#fff;width:100%;min-height:2.75rem;box-shadow:none;background:0 0;border:1px solid #ffffffe6;border-radius:.64rem}.epitech-request-modal__form input:not([type=checkbox])::placeholder{color:#ffffffb3}.epitech-request-modal__form input:not([type=checkbox]):focus{color:#052f4f;background:#fff;border-color:#fff;outline:none;box-shadow:0 0 0 3px #1188ff3d}.epitech-request-modal__form input:not([type=checkbox]):focus::placeholder{color:#052f4f73}.epitech-request-modal__check{color:#ffffffdb;align-items:center;gap:.75rem;margin:.15rem 0 0;display:flex!important}.epitech-request-modal__check input[type=checkbox]{accent-color:#18f;border:1px solid #ffffffe6;border-radius:.16rem;flex:none;width:1rem;height:1rem;min-height:1rem;margin:0}.epitech-request-modal__check span{color:inherit;margin:0;font-size:.82rem;font-weight:500;line-height:1.35;display:inline}.epitech-request-modal__actions button{border-radius:.7rem;transition:transform .18s,box-shadow .18s,filter .18s}.epitech-request-modal__actions button:hover{filter:brightness(1.04);transform:translateY(-2px)}@media (width<=640px){.epitech-request-modal__dialog{border-radius:1.15rem;width:min(100%,100vw - 1rem)}.epitech-request-modal__field-row,.epitech-request-modal__actions{grid-template-columns:1fr}}.technical-stack-cta{width:min(100% - 3rem,74.5rem);margin:5.4rem auto 4rem}.technical-stack-cta__content{isolation:isolate;color:#f3f7ff;height:28.4375rem;padding:3.85rem 3.5rem;position:relative}.technical-stack-cta__content:before{z-index:0;clip-path:path("M36 0H1156C1175.88 0 1192 16.12 1192 36V313C1192 332.88 1175.88 349 1156 349H598C577.01 349 560 366.01 560 387V419C560 438.88 543.88 455 524 455H36C16.12 455 0 438.88 0 419V36C0 16.12 16.12 0 36 0Z");content:"";background:#052a49;border-radius:2.25rem;position:absolute;inset:0}.technical-stack-cta__copy,.technical-stack-cta__logo,.technical-stack-cta__actions{z-index:1}.technical-stack-cta__copy{width:min(100%,25.75rem);position:relative}.technical-stack-cta__copy h2{color:#f4f8ff;letter-spacing:0;margin:0;font-size:clamp(3.15rem,5.2vw,4rem);font-weight:800;line-height:1.05}.technical-stack-cta__copy p{color:#f4f8ffe6;max-width:27rem;margin:2rem 0 0;font-size:1.2rem;line-height:1.2}.technical-stack-cta__logo{object-fit:contain;pointer-events:none;width:20.1875rem;height:15.4375rem;position:absolute;top:3.8125rem;right:4.45rem}.technical-stack-cta__actions{align-items:center;gap:2.5rem;display:flex;position:absolute;bottom:1.375rem;right:3.1875rem}.technical-stack-cta__button{border-radius:.8rem;justify-content:center;align-items:center;gap:.65rem;min-height:3.625rem;padding:0 1.6rem;font-size:1rem;font-weight:700;line-height:1;transition:transform .18s,box-shadow .18s,background .18s,color .18s;display:inline-flex}.technical-stack-cta__button--primary{color:#fff;background:#067ef6;width:17rem}.technical-stack-cta__button--secondary{color:#067ef6;background:0 0;border:2px solid #067ef6;width:15rem}.technical-stack-cta__button:hover{transform:translateY(-1px)}.technical-stack-cta__button--primary:hover{background:#006fe0;box-shadow:0 .9rem 1.6rem #067ef633}.technical-stack-cta__button--secondary:hover{color:#fff;background:#067ef6}@media (width<=1100px){.technical-stack-cta{width:min(100% - 2rem,74.5rem)}.technical-stack-cta__content{padding:3rem 2.5rem}.technical-stack-cta__content:before{clip-path:none}.technical-stack-cta__logo{width:min(35vw,18rem);height:auto;right:2.5rem}.technical-stack-cta__actions{gap:1rem;bottom:2.5rem;right:2.5rem}}@media (width<=860px){.technical-stack-cta{width:min(100% - 1.5rem,48rem)}.technical-stack-cta__content{gap:1rem;min-height:0;padding:2.4rem;display:grid}.technical-stack-cta__copy{width:min(100%,34rem)}.technical-stack-cta__copy h2{font-size:clamp(2.6rem,9vw,3.6rem)}.technical-stack-cta__copy p{margin-top:1.25rem;font-size:1.05rem;line-height:1.45}.technical-stack-cta__logo,.technical-stack-cta__actions{position:static}.technical-stack-cta__logo{display:none}.technical-stack-cta__actions{flex-wrap:no-wrap}}@media (width<=560px){.technical-stack-cta{width:min(100% - 1rem,48rem)}.technical-stack-cta__content{border-radius:1.2rem;padding:2rem 1.25rem}.technical-stack-cta__content:before{border-radius:1.2rem}.technical-stack-cta__copy h2{font-size:clamp(2.25rem,13vw,3rem)}.technical-stack-cta__actions{flex-direction:column;align-items:stretch;gap:.85rem}.technical-stack-cta__button,.technical-stack-cta__button--primary,.technical-stack-cta__button--secondary{width:100%;font-size:1rem}}.testimonials{--testimonial-card-width:23.75rem;--testimonial-card-ratio:.736;--testimonial-gap:1.25rem;--testimonial-side-space:0px;width:min(100% - 3rem,76.8125rem);margin:5rem auto 0;overflow:clip}.testimonials__header{text-align:center;width:min(100%,22.5rem);margin:0 auto}.testimonials__header h2{color:#052949;margin:0;font-size:clamp(3rem,5.1vw,3.75rem);font-weight:700;line-height:1.2}.testimonials__header p{color:#052949;margin:0;font-size:1rem;line-height:1.2}.testimonials__viewport{max-width:100%;height:calc(var(--testimonial-card-width) * var(--testimonial-card-ratio) + 1.25rem);contain:layout paint;margin-top:2.2rem;padding:.625rem 0;position:relative;overflow:clip}.testimonials__track{--testimonial-index:0;top:.625rem;left:var(--testimonial-side-space);grid-auto-columns:var(--testimonial-card-width);gap:var(--testimonial-gap);width:auto;min-width:0;transform:translateX(calc(var(--testimonial-index) * (var(--testimonial-card-width) + var(--testimonial-gap)) * -1));will-change:transform;grid-auto-flow:column;transition:transform .42s cubic-bezier(.22,1,.36,1);display:grid;position:absolute}.testimonial-card{width:var(--testimonial-card-width);height:calc(var(--testimonial-card-width) * .736);background:0 0;min-width:0;position:relative}.testimonial-card__shape{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.testimonial-card p{z-index:1;max-width:calc(var(--testimonial-card-width) - 3rem);color:#151515;margin:1.3rem 1.15rem 0;font-size:clamp(.82rem,1.2vw,1.08rem);font-style:italic;line-height:1.2;position:relative}.testimonial-card__footer{display:contents}.testimonial-card__person{z-index:1;color:#fff;background:#067ef6;border-radius:1rem;align-items:center;gap:.65rem;width:45%;height:20%;padding:0 .8rem;display:flex;position:absolute;bottom:.6rem;left:.6rem}.testimonial-card__avatar{flex:none;place-items:center;width:clamp(2.15rem,11%,3rem);height:clamp(2.15rem,11%,3rem);display:grid}.testimonial-card__avatar svg{width:100%;height:100%}.testimonial-card__person strong,.testimonial-card__person small{display:block}.testimonial-card__person strong{font-size:clamp(.78rem,1.1vw,1.05rem);font-weight:700;line-height:1}.testimonial-card__person small{margin-top:.2rem;font-size:clamp(.52rem,.8vw,.72rem);line-height:1}.testimonial-card__rating{z-index:1;color:#052949;justify-items:center;gap:.2rem;width:6.8rem;display:grid;position:absolute;bottom:1.25rem;right:1rem}.testimonial-card__rating>span:first-child{font-size:.55rem;font-style:italic;line-height:1}.testimonial-card__stars{color:#067ef6;gap:.1rem;display:inline-flex}.testimonial-card__stars svg{width:clamp(.9rem,1.4vw,1.15rem);height:clamp(.9rem,1.4vw,1.15rem)}.testimonial-card__star-muted{color:#8b8b8b;display:inline-flex}.testimonials__controls{justify-content:center;gap:.75rem;margin-top:1.35rem;display:flex}.testimonials__controls button{color:#067ef6;cursor:pointer;background:#fff;border:1.5px solid #067ef6;border-radius:50%;place-items:center;width:2.75rem;height:2.75rem;transition:transform .18s,background .18s,color .18s;display:grid}.testimonials__controls button:hover{color:#fff;background:#067ef6;transform:translateY(-1px)}@media (width<=820px){.testimonials{--testimonial-card-width:min(23.75rem, calc(100vw - 3rem));--testimonial-gap:1rem;width:min(100% - 1.5rem,48rem);margin-top:4rem}.testimonials__viewport{margin-inline:-.75rem;padding-inline:.75rem}.testimonial-card p{max-width:calc(var(--testimonial-card-width) - 2rem)}}@media (width<=560px){.testimonials{--testimonial-card-width:min(21rem, calc(100vw - 1.5rem));--testimonial-card-ratio:.82;--testimonial-gap:.9rem;--testimonial-side-space:max(0px, calc((100% - var(--testimonial-card-width)) / 2));width:min(100% - 1rem,48rem)}.testimonials__header h2{font-size:2.65rem}.testimonials__viewport{margin-inline:0;padding-inline:0}.testimonial-card p{max-width:calc(var(--testimonial-card-width) - 2.1rem);margin-top:1rem;font-size:.82rem;line-height:1.18}.testimonial-card__person{border-radius:.85rem;gap:.45rem;width:45%;height:20%;padding-inline:.65rem}.testimonial-card__avatar{width:2.1rem;height:2.1rem}.testimonial-card__rating{width:6.1rem;bottom:1rem;right:.75rem}.testimonial-card__stars{gap:.05rem}.testimonial-card__stars svg{width:.92rem;height:.92rem}}.section-heading{max-width:46rem;margin-bottom:1.5rem}.section-heading__eyebrow{color:var(--color-accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.78rem;font-weight:700;display:inline-block}.section-heading__title{font-family:var(--font-display);letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1}.section-heading__description{color:var(--color-text-soft);margin:.85rem 0 0;font-size:1rem}.content-card{padding:1.4rem}.content-card__meta{background:var(--color-surface-strong);color:var(--color-accent);border-radius:999px;margin-bottom:.85rem;padding:.45rem .7rem;font-size:.8rem;font-weight:700;display:inline-flex}.content-card__title{font-family:var(--font-display);margin:0;font-size:1.35rem}.content-card__description,.content-card__details{color:var(--color-text-soft);margin:.85rem 0 0}.content-card__link{color:var(--color-accent);margin-top:1rem;font-weight:700;display:inline-flex}.epitech-page-loader{z-index:9999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:1;background:radial-gradient(circle at 50% 42%,#067ef621,#0000 0 28%),#f4f7ffe6;place-items:center;padding:clamp(1.5rem,4vw,3rem);transition:opacity .22s,visibility .22s;display:grid;position:fixed;inset:0}.epitech-page-loader.is-hiding{opacity:0;visibility:hidden}.epitech-page-loader__inner{text-align:center;justify-items:center;gap:1rem;display:grid}.epitech-page-loader__logo-wrap{width:clamp(5.8rem,16vw,8rem);height:clamp(5.8rem,16vw,8rem);box-shadow:none;background:0 0;border-radius:0;place-items:center;display:grid;position:relative;overflow:visible}.epitech-page-loader__logo-wrap:before{content:none}.epitech-page-loader__logo-wrap img{z-index:1;object-fit:contain;transform-origin:0;width:76%;height:76%;position:relative;transform:translate(-18%)scale(1.65)}.epitech-page-loader__ring{border:3px solid #067ef6;border-color:#067ef6 #02daff #052a49 #067ef61f;border-radius:1.65rem;animation:1s linear infinite epitech-loader-spin;position:absolute;inset:.55rem}.epitech-page-loader strong{color:#052a49;letter-spacing:0;font-size:clamp(.95rem,2.5vw,1.08rem);font-weight:900}body[data-theme=dark] .epitech-page-loader{background:radial-gradient(circle at 50% 42%,#02daff29,#0000 0 28%),#052a49e6}body[data-theme=dark] .epitech-page-loader__logo-wrap{box-shadow:none;background:0 0}.epitech-page-loader__logo{width:40px!important;height:40px!important}body[data-theme=dark] .epitech-page-loader strong{color:#f4f7ff}@media (width<=768px){.epitech-page-loader__logo{width:30px!important;height:30px!important}}@keyframes epitech-loader-spin{to{transform:rotate(360deg)}}.page-transition{opacity:0;transition:opacity .42s,transform .52s cubic-bezier(.22,1,.36,1);transform:translateY(.8rem)}.page-transition.is-entered{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.page-transition{opacity:1;transition:none;transform:none}}.home-page{overflow:clip}.home-page__motion{--reveal-delay:0s}.home-page__motion:nth-child(2){--reveal-delay:80ms}.home-page__motion:nth-child(3){--reveal-delay:.12s}.home-page__motion:nth-child(4){--reveal-delay:.14s}.home-page__motion:nth-child(5){--reveal-delay:.16s}.home-page__motion:nth-child(6){--reveal-delay:.12s}.home-page__motion:nth-child(7){--reveal-delay:.14s}@media (prefers-reduced-motion:reduce){.home-page__motion{--reveal-delay:0s}}.solutions-page .enterprise-hardware{margin:3rem auto 3.5rem!important}.solutions-category-strip{grid-template-columns:repeat(4,minmax(0,15.375rem));justify-content:center;gap:2.5rem;width:min(100% - 3rem,69rem);margin:0 auto 4rem;display:grid}.solutions-category-card{color:#fff;background:#052949;border-radius:.95rem;grid-template-columns:3.75rem minmax(0,1fr);align-items:center;gap:.5rem;min-height:4.25rem;padding:.25rem;display:grid}.solutions-category-card__icon{color:#052949;background:#02daff;border-radius:.75rem;place-items:center;width:3.75rem;height:3.75rem;display:grid}.solutions-category-card h2{color:#fff;margin:0;font-size:1.1rem;font-weight:700;line-height:1.2}.solutions-category-card p{color:#ffffffdb;margin:.25rem 0 0;font-size:.8rem;line-height:1.2}@media (width<=1100px){.solutions-category-strip{grid-template-columns:repeat(2,minmax(0,15.375rem));gap:1.25rem;width:min(100% - 2rem,34rem)}}@media (width<=560px){.solutions-category-strip{grid-template-columns:1fr;width:min(100% - 1rem,22rem)}}.projects-page{padding:0 0 5rem}.project-detail-page{width:100%;margin:0 auto 6rem}.project-detail-nav{justify-content:space-between;align-items:center;gap:1rem;width:min(100% - 3rem,72rem);margin:2.4rem auto 0;display:flex}.project-detail-nav__back{color:#052949;background:#fff;border:1px solid #dbe6f4;border-radius:999px;align-items:center;gap:.35rem;min-height:2.45rem;padding:0 .9rem 0 .7rem;font-size:.88rem;font-weight:800;text-decoration:none;transition:color .18s,border-color .18s,transform .18s;display:inline-flex;box-shadow:0 .7rem 1.4rem #052a490f}.project-detail-nav__back:hover{color:#067ef6;border-color:#067ef66b;transform:translate(-2px)}.project-detail-nav>span{color:#2020207a;text-transform:uppercase;font-size:.82rem;font-weight:800}.project-detail-hero{grid-template-columns:minmax(0,34.4rem) 29.5625rem;justify-content:space-between;align-items:start;gap:4.1rem;width:min(100% - 3rem,72rem);margin:1.15rem auto 3.5rem;display:grid}.project-detail-hero__eyebrow{color:#0b214494;letter-spacing:.04em;text-transform:uppercase;background:#dce5fb;border-radius:999px;align-items:center;min-height:1.38rem;padding:0 .75rem;font-size:.68rem;font-weight:800;line-height:1;display:inline-flex}.project-detail-hero__copy h1{color:#111a30;letter-spacing:0;max-width:34.4rem;margin:1.05rem 0 0;font-size:clamp(3rem,4.7vw,2.55rem);font-weight:800;line-height:1.1}.project-detail-hero__copy p{color:#20202085;max-width:38rem;margin:1rem 0 0;font-size:1rem;line-height:1.55}.project-detail-hero__meta{align-items:center;gap:.65rem;margin-top:1.55rem;display:inline-flex}.project-detail-hero__meta strong,.project-detail-hero__meta small{display:block}.project-detail-hero__meta strong{color:#111a30;font-size:.88rem;font-weight:700;line-height:1.1}.project-detail-hero__meta small{color:#2020208f;margin-top:.1rem;font-size:.68rem;line-height:1.1}.project-detail-hero__actions{margin-top:1rem}.project-detail-hero__actions a{color:#067ef6;align-items:center;gap:.25rem;font-size:.86rem;font-weight:600;text-decoration:none;transition:transform .18s;display:inline-flex}.project-detail-hero__actions a:hover{transform:translate(2px)}.project-detail-hero__media{justify-self:end;width:29.5625rem;min-height:27.125rem;display:grid;position:relative}.project-detail-hero__image-panel{width:29.5625rem;height:27.125rem;clip-path:path("M27.18 0H445.82C460.832 0 473 12.168 473 27.18V406.82C473 421.832 460.832 434 445.82 434H174C158.988 434 146.82 421.832 146.82 406.82V367C146.82 351.988 134.652 339.82 119.64 339.82H27.18C12.168 339.82 0 327.652 0 312.64V27.18C0 12.168 12.168 0 27.18 0Z");background:#052a49;border-radius:1.7rem}.project-detail-hero__image{width:100%;height:100%;clip-path:path("M27.18 0H445.82C460.832 0 473 12.168 473 27.18V406.82C473 421.832 460.832 434 445.82 434H174C158.988 434 146.82 421.832 146.82 406.82V367C146.82 351.988 134.652 339.82 119.64 339.82H27.18C12.168 339.82 0 327.652 0 312.64V27.18C0 12.168 12.168 0 27.18 0Z");object-fit:fill;object-position:center;pointer-events:none;border-radius:1.7rem;position:absolute;inset:0}.project-detail-hero__arrow{color:#052a49;cursor:pointer;background:#02daff;border:0;border-radius:1.7rem;place-items:center;width:7.9125rem;height:4.625rem;transition:transform .18s,background .18s;display:grid;position:absolute;bottom:0;left:0}.project-detail-hero__arrow:hover{background:#20e1ff;transform:translateY(-1px)}.project-detail-content{grid-template-columns:minmax(0,47rem) 18.5rem;align-items:start;gap:2.5rem;width:min(100% - 3rem,68rem);margin:0 auto;display:grid}.project-detail-story{gap:1.5rem;display:grid}.project-detail-card{background:#ffffffb8;border:1px solid #067ef61f;border-radius:1.2rem;padding:2rem;box-shadow:0 1.15rem 2.4rem #052a490b}.project-detail-card__eyebrow{color:#067ef6;font-size:1rem;font-weight:700;line-height:1.5;display:block}.project-detail-card h2{color:#202020;margin:.75rem 0 0;font-size:clamp(1.7rem,3vw,2.2rem);font-weight:800;line-height:1.15}.project-detail-card p{margin:1rem 0 0;font-size:1rem;line-height:1.75}.project-detail-panel{gap:1rem;display:grid;position:sticky;top:6.5rem}.project-detail-panel__highlight{background:#067ef6;border-radius:1rem;gap:.9rem;padding:1rem 1.1rem 1.05rem;display:grid;box-shadow:0 1rem 2rem #067ef629}.project-detail-panel__highlight span,.project-detail-panel__highlight strong{color:#fff;font-weight:800}.project-detail-panel__highlight span{opacity:.82;text-transform:uppercase;font-size:.58rem;line-height:1.1;display:block}.project-detail-panel__highlight strong{margin-top:.12rem;font-size:1rem;line-height:1.1;display:block}.project-detail-panel__highlight a{color:#067ef6;background:#fff;border-radius:.42rem;justify-content:center;align-items:center;min-height:2.55rem;font-size:.86rem;font-weight:600;text-decoration:none;display:inline-flex}.project-detail-panel__well{scrollbar-color:#067ef699 #067ef614;scrollbar-width:thin;background:#ffffffc7;border:1px solid #067ef61f;border-radius:1.15rem;max-height:calc(100vh - 15rem);padding:1.25rem;overflow-y:auto;box-shadow:0 1.15rem 2.4rem #052a490b}.project-detail-panel__well::-webkit-scrollbar{width:.4rem}.project-detail-panel__well::-webkit-scrollbar-track{background:#067ef614;border-radius:999px}.project-detail-panel__well::-webkit-scrollbar-thumb{background:#067ef69e;border-radius:999px}.project-detail-panel__well h3{color:#052949;margin:0;font-size:1rem;font-weight:800}.project-detail-panel__row{border-top:1px solid #067ef61a;margin-top:1.15rem;padding-top:1.15rem}.project-detail-except{border-top:none;margin-top:0;padding-top:0}.project-detail-panel__row span{color:#20202094;font-size:.78rem;font-weight:700;display:block}.project-detail-panel__row strong{color:#052949;margin-top:.35rem;font-size:1rem;font-weight:800;line-height:1.25;display:block}.project-detail-panel__stats{border-top:1px solid #067ef61a;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:1.15rem;padding-top:1.15rem;display:grid}.project-detail-stat{color:#052949;cursor:pointer;background:#f2f7ff;border:1px solid #067ef61f;border-radius:.9rem;place-items:center;gap:.22rem;min-width:0;padding:.65rem .35rem;transition:transform .18s,border-color .18s,background .18s;display:grid}.project-detail-stat:hover:not(:disabled){background:#fff;border-color:#067ef659;transform:translateY(-1px)}.project-detail-stat:disabled{cursor:default}.project-detail-stat>span{color:#067ef6;background:#fff;border-radius:50%;place-items:center;width:2rem;height:2rem;display:grid}.project-detail-stat strong{color:#202020;text-overflow:ellipsis;max-width:100%;font-size:.9rem;font-weight:800;line-height:1;overflow:hidden}.project-detail-stat small{color:#20202094;font-size:.62rem;font-weight:800}.project-detail-tech{flex-wrap:wrap;gap:.65rem;margin-top:1rem;display:flex}.project-detail-tech span{color:#067ef6;background:#eef7ff;border-radius:999px;padding:.55rem .85rem;font-weight:800;display:inline-flex}@media (width<=1100px){.project-detail-nav,.project-detail-hero{width:min(100% - 2rem,72rem)}.project-detail-hero{grid-template-columns:minmax(0,1fr) minmax(18rem,29.5625rem);gap:2.4rem}.project-detail-hero__copy h1{font-size:clamp(2.45rem,5vw,3.15rem)}.project-detail-hero__media,.project-detail-hero__image-panel{width:100%}.project-detail-hero__media{min-height:auto}.project-detail-hero__image-panel{aspect-ratio:473/434;clip-path:polygon(5.75% 0,100% 0,100% 100%,36.8% 100%,36.8% 78.3%,0 78.3%,0 5.75%);height:auto}.project-detail-hero__image{clip-path:polygon(5.75% 0,100% 0,100% 100%,36.8% 100%,36.8% 78.3%,0 78.3%,0 5.75%)}.project-detail-hero__arrow{border-radius:1.2rem;width:28.1%;height:20.7%}}@media (width<=900px){.project-detail-content{grid-template-columns:1fr;width:min(100% - 1.5rem,48rem)}.project-detail-panel{position:static}.project-detail-panel__well{max-height:none}}@media (width<=820px){.project-detail-nav,.project-detail-hero{width:min(100% - 1.5rem,48rem)}.project-detail-hero{grid-template-columns:1fr;margin-top:1rem}.project-detail-hero__copy h1,.project-detail-hero__copy p{max-width:42rem}.project-detail-hero__media{justify-self:start;width:min(100%,28rem);display:none}}@media (width<=560px){.project-detail-nav,.project-detail-hero,.project-detail-content{width:min(100% - 1rem,48rem)}.project-detail-nav{margin-top:1rem}.project-detail-nav>span{display:none}.project-detail-hero{margin-top:1rem}.project-detail-hero__copy h1{font-size:clamp(2.25rem,11vw,3rem)}.project-detail-hero__copy p{font-size:.95rem}.project-detail-card{border-radius:1.25rem;padding:1rem}}.insight-detail-page{margin-bottom:6rem}.insight-detail-nav,.insight-detail-hero{margin-top:2.4rem}.insight-detail-article p{font-size:1.03rem}.insight-detail-article p:first-of-type{color:#052a49c7;font-size:1.12rem;font-weight:700}@media (width<=820px){.insight-detail-nav,.insight-detail-hero{margin-top:1rem}}.hardware-page,.insights-page{padding:0 0 5rem}.about-page{width:100%}.about-eyebrow{color:#067ef6;letter-spacing:.04em;text-transform:uppercase;background:#067ef61a;border-radius:999px;align-items:center;min-height:1.38rem;padding:0 .75rem;font-size:.68rem;font-weight:900;line-height:1;display:inline-flex}.about-intro{--about-radius:2.5rem;--about-step:59.7%;aspect-ratio:1192/520;width:min(100% - 3rem,74.5rem);margin:3.5rem auto 6rem;position:relative}.about-intro__shape{z-index:1;fill:#052a49;width:100%;height:100%;display:block;position:absolute;inset:0}.about-intro__main{color:#f4f7ff;background:0 0;display:block;position:absolute;inset:0}.about-intro__copy{z-index:4;width:43%;max-width:none;position:absolute;top:12.7%;left:5.1%}.about-intro__copy h1{color:#02daff;letter-spacing:0;white-space:nowrap;max-width:100%;margin:0;font-size:clamp(3.6rem,7.1vw,7.05rem);font-weight:900;line-height:.9}.about-intro__copy h2{color:#f4f7ff;letter-spacing:0;margin:1.8% 0 0;font-size:clamp(1rem,1.95vw,1.85rem);font-weight:900;line-height:1.12}.about-intro__copy p{color:#f4f7fff5;width:min(100%,25.5rem);margin:10.4% 0 0;font-size:clamp(.82rem,1.14vw,1.15rem);line-height:1.18}.about-intro__copy p+p{margin-top:5.4%}.about-intro__mark{z-index:4;width:19%;padding:0;display:block;position:absolute;top:14.7%;right:11.1%}.about-intro__mark img{object-fit:contain;filter:drop-shadow(0 1.5rem 2.2rem #00000029);width:70%;height:auto;display:block}.about-intro__mission{z-index:5;width:53%;height:calc(100% - var(--about-step));min-height:0;box-shadow:none;margin:0;padding:2%;position:absolute;bottom:0;right:0;overflow:hidden}.about-intro__mission .about-eyebrow{display:none}.about-intro__mission h2,.about-founder-section__story h2,.about-section-head h2,.about-cta h2{color:#052a49;letter-spacing:0;margin:.9rem 0 0;font-weight:900;line-height:1.08}.about-intro__mission h2{color:#067ef6;white-space:nowrap;max-width:none;margin-top:0;font-size:clamp(2.1rem,3.9vw,4rem)}.about-intro__mission p,.about-founder-section__story p,.about-section-head p,.about-principle-card p,.about-ecosystem-card p{color:#052a49ad;font-size:1rem;line-height:1.65}.about-intro__mission p{color:#202020e0;width:min(100%,34rem);margin:2.5% 0 0;font-size:clamp(.82rem,1.08vw,1.05rem);font-weight:500;line-height:1.2}.about-founder-section,.about-brand-section,.about-ecosystem-section{width:min(100% - 3rem,68rem);margin:0 auto}.about-founder-section{grid-template-columns:minmax(0,39.375rem) 29.5625rem;justify-content:space-between;align-items:start;gap:1.25rem 5rem;width:min(100% - 3rem,73.9375rem);margin-bottom:5rem;display:grid}.about-founder-section__story{grid-row:1/span 2}.about-founder-section__media{justify-self:end;width:29.5625rem;min-height:27.125rem;display:grid;position:relative}.about-founder-section__image-panel{width:29.5625rem;height:27.125rem;clip-path:path("M27.18 0H445.82C460.832 0 473 12.168 473 27.18V406.82C473 421.832 460.832 434 445.82 434H174C158.988 434 146.82 421.832 146.82 406.82V367C146.82 351.988 134.652 339.82 119.64 339.82H27.18C12.168 339.82 0 327.652 0 312.64V27.18C0 12.168 12.168 0 27.18 0Z");background:#052a49;border-radius:1.7rem;overflow:hidden}.about-founder-section__image-panel img{object-fit:cover;object-position:center bottom;filter:grayscale();width:100%;height:100%;display:block}.about-founder-section__arrow{color:#052a49;cursor:pointer;background:#02daff;border:0;border-radius:1.7rem;place-items:center;width:7.9125rem;height:4.625rem;transition:transform .18s,background .18s;display:grid;position:absolute;top:82.38%;left:0}.about-founder-section__arrow:hover{background:#20e1ff;transform:translateY(-1px)}.about-founder-section__arrow svg{width:44%;height:44%}.about-founder-section__arrow path{fill:none;stroke:currentColor;stroke-width:6px;stroke-linecap:square;stroke-linejoin:miter}.about-founder-section__story h2,.about-section-head h2,.about-cta h2{max-width:42rem;font-size:clamp(2rem,4vw,3.15rem)}.about-founder-section__story h2{color:#067ef6;max-width:39.375rem;margin:0;font-size:clamp(3.15rem,5vw,3.75rem);font-weight:800;line-height:1.08}.about-founder-section__story>strong{color:#202020;margin-top:.25rem;font-size:clamp(2rem,3.35vw,2.5rem);font-weight:400;line-height:1.08;display:block}.about-founder-section__story p{color:#20202094;max-width:31.625rem;margin:1rem 0 0;font-size:1rem;font-weight:500;line-height:1.55}.about-founder-section__actions{grid-area:2/2;justify-content:center;align-items:center;gap:1.25rem;margin-top:0;display:flex}.about-founder-button{color:#067ef6;border-radius:.7rem;justify-content:center;align-items:center;gap:.5rem;min-height:4rem;padding:0 1.25rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .18s,background .18s,color .18s;display:inline-flex}.about-founder-button:hover{transform:translateY(-1px)}.about-founder-button img{object-fit:contain;width:1.5rem;height:1.5rem}.about-founder-button--primary{color:#fff;background:#067ef6;border:0;width:9.5rem}.about-founder-button--secondary{color:#052a49;background:0 0;border:1.5px solid #067ef6;width:9.2rem}.about-reach-section{color:#fff;grid-template-columns:minmax(18rem,28.75rem) minmax(0,41.5rem);align-items:start;gap:clamp(2rem,5vw,4rem);width:min(100% - 3rem,73.9375rem);margin:0 auto 5rem;padding:1.25rem 0 0;display:grid;margin-bottom:0!important}.about-reach-section__head h2{color:#067ef6;margin:0;font-size:clamp(2.8rem,4.2vw,3.75rem);font-weight:900;line-height:1}.about-reach-section__head p{color:#202020;margin:.2rem 0 0;font-size:clamp(1.25rem,2.1vw,1.7rem);font-weight:400;line-height:1.05}.about-reach-form{gap:1.45rem;margin-top:2.2rem;display:grid}.about-reach-form__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.about-reach-form label{display:block}.about-reach-form input,.about-reach-form textarea{color:#202020;width:100%;font:inherit;background:0 0;border:1.4px solid #20202094;border-radius:.55rem;outline:none;padding:0 .75rem;font-size:.78rem;font-weight:500;transition:border-color .18s,box-shadow .18s}.about-reach-form input{min-height:2.4rem}.about-reach-form textarea{resize:vertical;min-height:7.4rem;padding-top:.85rem}.about-reach-form input::placeholder,.about-reach-form textarea::placeholder{color:#20202094}.about-reach-form input:focus,.about-reach-form textarea:focus{border-color:#067ef6;box-shadow:0 0 0 .18rem #067ef61f}.about-reach-form button{color:#fff;cursor:pointer;background:#067ef6;border:0;border-radius:.55rem;min-height:3.15rem;font-size:.9rem;font-weight:500;transition:transform .18s,background .18s}.about-reach-form button:hover{background:#006fe0;transform:translateY(-1px)}.about-station-card{background:#f4f7ff;border-radius:2rem;min-height:20.8rem;margin:0;position:relative;overflow:hidden}.about-station-card:after{content:"";background:linear-gradient(#f4f7ff00,#f4f7ff 72%);position:absolute;inset:41% 0 0}.about-station-card img{object-fit:cover;object-position:center;width:100%;height:20.8rem;display:block}.about-station-card figcaption{z-index:2;color:#20202094;font-size:.9rem;font-style:italic;line-height:1.25;position:absolute;bottom:1.15rem;left:2rem;right:2rem}.about-station-card figcaption strong,.about-station-card figcaption span{display:block}.about-station-card figcaption strong{color:#202020;margin-bottom:.3rem;font-style:italic;font-weight:900}.about-social-row{grid-template-columns:minmax(13.7rem,13.9rem) 1fr;align-items:center;gap:clamp(1.4rem,3.6vw,2rem);margin-top:3rem;display:grid}.about-social-card{color:#02daff;background:#052a49;border-radius:.95rem;align-items:center;gap:1rem;min-height:4rem;padding-left:3rem;text-decoration:none;display:flex}.about-social-card span{font-size:1.35rem;font-weight:700;line-height:1.25}.about-social-card svg{width:4rem;height:6rem;margin-left:5rem;position:absolute}.about-social-card path{fill:none;stroke:currentColor;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.about-social-icons{justify-content:space-between;gap:1.25rem;display:flex}.about-social-icons a{aspect-ratio:1;color:#fff;background:#067ef6;border-radius:50%;place-items:center;width:3rem;transition:transform .18s,background .18s;display:grid}.about-social-icons a:hover{background:#006fe0;transform:translateY(-1px)}.about-social-icons svg{width:56%;height:56%}.about-section-head{max-width:50rem;margin-bottom:1.35rem}.about-section-head p{max-width:42rem;margin:1rem 0 0}.about-principles{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:5rem;display:grid}.about-principle-card,.about-ecosystem-card{background:#ffffffc7;border:1px solid #067ef61f;border-radius:1.15rem;box-shadow:0 1.15rem 2.4rem #052a490b}.about-principle-card{padding:1.35rem}.about-principle-card__index{color:#fff;background:#067ef6;border-radius:.9rem;justify-content:center;align-items:center;min-width:2.9rem;min-height:2.9rem;font-size:.8rem;font-weight:900;display:inline-flex}.about-principle-card h3,.about-ecosystem-card h3{color:#052a49;margin:1rem 0 0;font-size:1.12rem;font-weight:900;line-height:1.15}.about-principle-card p,.about-ecosystem-card p{margin:.72rem 0 0;font-size:.92rem}.about-ecosystem-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:5rem;display:grid}.about-ecosystem-card{padding:1.25rem;transition:transform .18s,border-color .18s,background .18s}.about-ecosystem-card:hover{background:#fff;border-color:#067ef652;transform:translateY(-2px)}.about-ecosystem-card small{color:#067ef6;background:#eef7ff;border-radius:999px;padding:.32rem .55rem;font-size:.62rem;font-weight:900;line-height:1;display:inline-flex}.about-cta{color:#fff;background:linear-gradient(135deg,#052a49 0%,#067ef6 72%,#02daff 100%);border-radius:2rem;justify-content:space-between;align-items:center;gap:2rem;width:min(100% - 3rem,74.5rem);margin:0 auto;padding:2.5rem;display:flex;box-shadow:0 1.2rem 3rem #052a492e}.about-cta .about-eyebrow{color:#f4f7ff;background:#f4f7ff24}.about-cta h2{color:#fff;margin-top:.8rem}.about-button{border-radius:.82rem;justify-content:center;align-items:center;min-height:3rem;padding:0 1.15rem;font-size:.92rem;font-weight:900;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s,color .18s;display:inline-flex}.about-button:hover{transform:translateY(-1px)}.about-button--light{color:#052a49;background:#fff}body[data-theme=dark] .about-intro__mission,body[data-theme=dark] .about-principle-card,body[data-theme=dark] .about-ecosystem-card{background:#f4f7ff0f;border-color:#f4f7ff1f}body[data-theme=dark] .about-intro__mission h2,body[data-theme=dark] .about-section-head h2,body[data-theme=dark] .about-principle-card h3,body[data-theme=dark] .about-ecosystem-card h3{color:#f4f7ff}body[data-theme=dark] .about-intro__mission p,body[data-theme=dark] .about-section-head p,body[data-theme=dark] .about-principle-card p,body[data-theme=dark] .about-ecosystem-card p{color:#f4f7ffb8}body[data-theme=dark] .about-ecosystem-card small{color:#02daff;background:#02daff1f}@media (width<=1100px){.about-intro,.about-founder-section,.about-reach-section,.about-brand-section,.about-ecosystem-section,.about-cta{width:min(100% - 2rem,72rem)}.about-intro__copy h1{font-size:clamp(3.6rem,8.2vw,6rem)}.about-intro__mission h2{font-size:clamp(2.4rem,4.8vw,3.45rem)}.about-founder-section{grid-template-columns:minmax(0,1fr) minmax(18rem,29.5625rem);gap:2rem}.about-founder-section__story{grid-row:auto}.about-founder-section__story h2{font-size:clamp(2.55rem,5vw,3.25rem)}.about-founder-section__story>strong{font-size:clamp(1.75rem,3vw,2.2rem)}.about-founder-section__actions{gap:.9rem}.about-founder-button{min-height:3.4rem;font-size:.88rem}.about-founder-button--primary,.about-founder-button--secondary{width:8.8rem}.about-founder-section__media{width:100%;min-height:auto}.about-founder-section__image-panel{aspect-ratio:473/434;clip-path:polygon(5.75% 0,100% 0,100% 100%,36.8% 100%,36.8% 78.3%,0 78.3%,0 5.75%);width:100%;height:auto}.about-founder-section__arrow{border-radius:1.2rem;width:28.1%;height:20.7%;top:79.38%}.about-reach-section{grid-template-columns:minmax(18rem,25rem) minmax(0,1fr);gap:2.5rem}.about-reach-form{gap:1.25rem;margin-top:2rem}.about-station-card{border-radius:1.8rem;min-height:15rem}.about-station-card img{height:15rem}.about-social-row{grid-template-columns:1fr;gap:1.6rem;margin-top:2.5rem}.about-ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=860px){.about-intro{aspect-ratio:auto;margin-top:3rem}.about-intro__main{--about-radius:1.8rem;background:#052a49;border-radius:1.8rem;padding:2rem;position:relative;overflow:hidden}.about-intro__shape{display:none}.about-intro__copy{width:auto;position:relative;top:auto;left:auto}.about-intro__copy p{max-width:31rem;margin-top:2rem}.about-intro__mark{justify-content:flex-end;width:100%;margin-top:1.5rem;display:flex;position:relative;top:auto;right:auto}.about-intro__mark img{width:min(6rem,34%)}.about-intro__mission{--about-radius:1.5rem;border-radius:1.5rem;width:calc(100% - 1.5rem);height:auto;min-height:0;margin:1.25rem auto 0;padding:1.8rem;position:relative}.about-intro__mission h2{white-space:normal}.about-founder-section,.about-reach-section{grid-template-columns:1fr;gap:2rem}.about-social-icons{justify-content:center;gap:.8rem}.about-reach-form{margin-top:2.5rem}.about-reach-section__station{gap:2rem;display:grid}.about-social-row{margin-top:0}.about-social-card{display:none}.about-founder-section__media{order:1;justify-self:center;width:min(56vw,14rem);min-height:0}.about-founder-section__image-panel{aspect-ratio:1;clip-path:none;border-radius:50%;width:100%;height:auto}.about-founder-section__story{text-align:center;order:2}.about-founder-section__story h2{max-width:36rem;font-size:clamp(2.4rem,8vw,3.25rem)}.about-founder-section__story>strong{font-size:clamp(1.9rem,7vw,3rem)}.about-founder-section__story p{max-width:34rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,3vw,1.25rem)}.about-founder-section__actions{order:3;grid-area:auto/1;justify-content:center;margin-top:2rem}.about-principles{grid-template-columns:1fr}.about-cta{display:grid}}@media (width<=560px){.about-intro,.about-founder-section,.about-reach-section,.about-brand-section,.about-ecosystem-section,.about-cta{width:min(100% - 1rem,48rem)}.about-intro{margin-top:2rem;margin-bottom:4rem}.about-intro__main{--about-radius:1.5rem;border-radius:1.5rem;padding:1.4rem}.about-intro__copy h1{font-size:clamp(3.3rem,17vw,4.8rem)}.about-intro__copy p{font-size:.98rem}.about-intro__mission{width:calc(100% - 1rem);margin-top:1rem;padding:1.55rem 1.25rem 1.35rem}.about-intro__mission h2,.about-founder-section__story h2,.about-section-head h2,.about-cta h2{font-size:clamp(1.85rem,9.5vw,2.45rem)}.about-founder-section__media{width:min(58vw,12rem)}.about-founder-section__image-panel{clip-path:none;border-radius:50%}.about-founder-section__arrow{display:none}.about-founder-section__actions{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.about-founder-button{min-height:3.35rem;padding:0 .8rem;font-size:1.05rem}.about-founder-button,.about-founder-button--primary,.about-founder-button--secondary{width:100%}.about-founder-button img{width:1.05rem;height:1.05rem}.about-reach-section{padding-top:0}.about-reach-section__head h2{font-size:clamp(2.75rem,15vw,4rem)}.about-reach-section__head p{font-size:clamp(1.55rem,8vw,2.4rem)}.about-reach-form{gap:1rem;margin-top:2rem}.about-reach-form__row{grid-template-columns:1fr;gap:1rem}.about-reach-form input{min-height:3rem}.about-reach-form textarea{min-height:9rem}.about-reach-form button{min-height:3.75rem;font-size:1.1rem}.about-station-card{border-radius:1.5rem;min-height:19rem}.about-station-card img{height:19rem}.about-station-card figcaption{font-size:1rem;bottom:1.4rem;left:1.5rem;right:1.5rem}.about-social-card{border-radius:1.2rem;min-height:6rem}.about-social-card span{font-size:2rem}.about-ecosystem-grid{grid-template-columns:1fr}.about-cta{border-radius:1.25rem;padding:1.25rem}}.not-found-page{aspect-ratio:1230/748;isolation:isolate;width:min(100% - 3rem,76.875rem);min-height:34rem;margin:0 auto 3.5rem;position:relative}.not-found-page__bg{z-index:0;filter:drop-shadow(0 1.25rem 2.8rem #052a4914);width:100%;height:100%;position:absolute;inset:0}.not-found-page__search{z-index:3;grid-template-columns:20rem 2.75rem;align-items:center;gap:.75rem;display:grid;position:absolute;top:1.75rem;left:65.6%}.not-found-page__search input{color:#fff;background:#052a4942;border:2px solid #ffffffdb;border-radius:.7rem;outline:none;width:100%;height:2.75rem;padding:0 .85rem}.not-found-page__search input::placeholder{color:#fff9}.not-found-page__search button{color:#fff;cursor:pointer;background:#067ef6;border:1px solid #ffffff59;border-radius:50%;place-items:center;width:2.75rem;height:2.75rem;display:inline-grid;box-shadow:0 .75rem 1.65rem #067ef647}.not-found-page__content{z-index:1;color:#fff;text-align:center;align-content:center;justify-items:center;height:100%;padding:8.6rem 3rem 5rem;display:grid;position:relative}.not-found-page__code{color:#fff;letter-spacing:0;font-size:clamp(7rem,13vw,10.6rem);font-weight:800;line-height:.9;display:block}.not-found-page h1{color:#fff;margin:1.4rem 0 0;font-size:clamp(3rem,6.8vw,5.6rem);font-weight:800;line-height:1.02}.not-found-page p{color:#ffffffd1;max-width:46rem;margin:1.25rem auto 0;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.5}.not-found-page__actions{justify-content:center;gap:1rem;margin-top:2.5rem;display:flex}.not-found-page__button{border-radius:.85rem;justify-content:center;align-items:center;min-width:12.5rem;min-height:3.75rem;padding:0 1.4rem;font-size:1.1rem;font-weight:800;transition:transform .18s,background .18s,color .18s,box-shadow .18s;display:inline-flex}.not-found-page__button--primary{color:#fff;background:#067ef6;box-shadow:0 .9rem 1.6rem #067ef62e}.not-found-page__button--secondary{color:#fff;background:0 0;border:1.5px solid #ffffffd1}.not-found-page__button:hover{transform:translateY(-1px)}.not-found-page__button--primary:hover{background:#006fe0}.not-found-page__button--secondary:hover{color:#fff;background:#067ef6}@media (width<=1100px){.not-found-page{width:min(100% - 2rem,76.875rem);min-height:0}.not-found-page__search{grid-template-columns:15rem 2.45rem;gap:.55rem;top:1.15rem;left:65.6%}.not-found-page__search input{border-width:1.5px;border-radius:.45rem;height:2.15rem;font-size:.85rem}.not-found-page__search button{width:2.45rem;height:2.45rem}}@media (width<=900px){.not-found-page{aspect-ratio:auto;background:radial-gradient(circle at 78% 28%,#067ef666,#0000 0 34%),linear-gradient(135deg,#052a49 0%,#0a3560 100%);border-radius:1.4rem;width:min(100% - 1.5rem,48rem);min-height:34rem;overflow:hidden}.not-found-page__bg{display:none}.not-found-page__search{grid-template-columns:minmax(0,1fr) 2.75rem;gap:.65rem;top:1.2rem;left:1.25rem;right:1.25rem}.not-found-page__search input{border-radius:.7rem;height:2.75rem;font-size:.95rem}.not-found-page__search button{width:2.75rem;height:2.75rem}.not-found-page__content{height:auto;min-height:34rem;padding:6.5rem 1.5rem 2rem}}@media (width<=560px){.not-found-page{border-radius:1.1rem;width:min(100% - 1rem,76.875rem);min-height:31rem}.not-found-page__search{grid-template-columns:minmax(0,1fr) 2.6rem;top:1rem;left:1rem;right:1rem}.not-found-page__search input,.not-found-page__search button{height:2.6rem}.not-found-page__search button{width:2.6rem}.not-found-page__content{min-height:31rem;padding:6rem 1rem 1.5rem}.not-found-page__code{font-size:clamp(4.4rem,24vw,6.5rem)}.not-found-page h1{font-size:clamp(2.2rem,11vw,3.2rem)}.not-found-page p{font-size:.95rem}.not-found-page__actions{flex-direction:column;align-items:stretch;width:100%;margin-top:1.8rem}.not-found-page__button{width:100%;min-height:3.25rem}}.coming-soon-page{background:var(--page-bg);place-items:center;min-height:100vh;padding:24px;transition:background .25s;display:grid;position:relative;overflow:hidden}.hero-card{z-index:1;text-align:center;border:1px solid var(--hero-border);background:var(--hero-surface);width:min(760px,100%);box-shadow:var(--hero-shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:28px;padding:40px 28px;position:relative}.hero-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.theme-toggle{border:1px solid var(--toggle-border);background:var(--toggle-bg);color:var(--toggle-text);font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:10px;padding:6px 10px 6px 8px;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;display:inline-flex}.theme-toggle:hover{background:var(--toggle-bg-hover);border-color:#02daff47;transform:translateY(-1px);box-shadow:0 8px 20px #052a491f}.theme-toggle:focus-visible{outline:2px solid var(--brand-cyan);outline-offset:2px}.theme-toggle-track{background:var(--toggle-track-bg);border-radius:999px;align-items:center;width:46px;height:26px;padding:2px;display:inline-flex;position:relative}.theme-toggle-thumb{color:#052a49;background:linear-gradient(135deg,#067ef6,#02daff);border-radius:50%;place-items:center;width:22px;height:22px;transition:transform .2s;display:grid;transform:translate(0)}body[data-theme=dark] .theme-toggle-thumb{transform:translate(20px)}.theme-toggle-icon{font-size:.8rem;line-height:1}.theme-toggle-text{letter-spacing:.01em;font-size:.86rem;font-weight:600}.eyebrow{background:var(--eyebrow-bg);border:1px solid var(--eyebrow-border);color:var(--eyebrow-color);font-family:var(--font-secondary);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:.9rem;display:inline-flex}.logo-wrap{place-items:center;width:min(560px,100%);margin:28px auto 20px;display:grid;position:relative}.logo-ring{aspect-ratio:1;filter:blur(4px);background:radial-gradient(circle,#02daff33,#067ef605 65%,#0000 70%);border-radius:50%;width:72%;animation:3.2s ease-in-out infinite pulseRing;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.brand-logo{z-index:1;width:min(520px,92%);height:auto;filter:var(--logo-shadow);animation:4.2s ease-in-out infinite floatLogo;position:relative}.hero-card h1{color:var(--hero-text);font-family:var(--font-secondary);letter-spacing:-.04em;margin:0;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.08}.micro-tagline{color:var(--eyebrow-color);letter-spacing:.06em;text-transform:uppercase;margin:12px 0 0;font-size:.9rem;font-weight:700}.subtitle{max-width:680px;color:var(--muted);margin:16px auto 0;font-size:clamp(1rem,2vw,1.1rem)}.focus-grid{text-align:left;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.focus-item{background:var(--focus-bg);border:1px solid var(--focus-border);border-radius:18px;padding:16px}.focus-item h2{color:var(--brand-cyan);font-family:var(--font-secondary);margin:0 0 6px;font-size:.9rem}.focus-item p{color:var(--muted);margin:0;font-size:.95rem}.status-row{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px;display:flex}.status-pill{color:#052a49;background:linear-gradient(135deg,#067ef6,#02daff);border-radius:999px;padding:10px 16px;font-weight:700;box-shadow:0 10px 30px #067ef647}.status-pill.muted{background:var(--status-muted-bg);color:var(--status-muted-text);border:1px solid var(--status-muted-border);box-shadow:none}.bg-orb{filter:blur(12px);opacity:.55;border-radius:50%;position:absolute}.orb-one{background:#02daff38;width:180px;height:180px;animation:8s ease-in-out infinite driftOne;top:8%;left:8%}.orb-two{background:#067ef62e;width:240px;height:240px;animation:10s ease-in-out infinite driftTwo;bottom:10%;right:10%}@media (width<=680px){.focus-grid{grid-template-columns:1fr}}
