@font-face{font-family:NxHeading;src:url(/sites/neiraxell/fonts/Inter28pt-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:NxHeading;src:url(/sites/neiraxell/fonts/Inter28pt-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:NxBody;src:url(/sites/neiraxell/fonts/GeistMono-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:NxBody;src:url(/sites/neiraxell/fonts/GeistMono-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}.nx-scope,body:has(.nx-header){--nx-white:#e1eef0;--nx-white-hover:#c1d9dd;--nx-white-80:rgba(213,231,234,0.8);--nx-white-40:rgba(213,231,234,0.4);--nx-white-16:rgba(213,231,234,0.16);--nx-white-6:rgba(213,231,234,0.06);--nx-black:#030308;--nx-grey-dark:#18191a;--nx-page:#202223;--nx-grey-medium:#2a2d2f;--nx-grey-light:#333537;--nx-grey-16:rgba(48,53,56,0.16);--nx-green:#5bcfa1;--nx-green-hover:#7cd9b4;--nx-green-16:rgba(91,207,161,0.16);--nx-ocean:#01c8d8;--nx-duration-interaction:0.3s;--nx-ease-out-expo:cubic-bezier(0.16,1,0.3,1);--nx-ease-out-cubic:cubic-bezier(0.33,1,0.68,1);--nx-ease-in-out-quint:cubic-bezier(0.83,0,0.17,1);--nx-show-page-delay:0.15s;--nx-show-page-duration:1.5s;--nx-scroll-pull-delay:0.1s;--nx-scroll-pull-duration:0.8s;--nx-header-height:84px;--nx-pad-x:46px}@media (max-width:1280px){.nx-scope{--nx-pad-x:36px}}@media (max-width:767px){.nx-scope{--nx-header-height:64px;--nx-pad-x:12px}}.nx-header{position:sticky;top:0;z-index:100;height:var(--nx-header-height);width:100%;padding:0 var(--nx-pad-x);justify-content:space-between;background:rgba(32,34,35,.92);backdrop-filter:blur(14px);color:var(--nx-white)}.nx-header,.nx-header__left{display:flex;align-items:center}.nx-header__left{gap:24px}.nx-logo{display:block;width:170px;height:43px}.nx-logo img{width:100%;height:100%;object-fit:contain;object-position:left center}.nx-header__sep{height:36px;width:1px;background-color:var(--nx-white);opacity:.08}.nx-header__desc{width:116px;color:var(--nx-white-40)}.nx-label{font-family:NxBody,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;font-weight:500;line-height:1.56;letter-spacing:.03em;text-transform:uppercase}.nx-nav{display:flex;gap:4px}.nx-btn,.nx-nav{align-items:center}.nx-btn{position:relative;z-index:1;height:36px;padding:0 12px;display:inline-flex;justify-content:center;border-radius:10px;color:var(--nx-white);white-space:nowrap;cursor:pointer}.nx-btn:before{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;will-change:transform;transition-property:transform,background-color,border-color;transition-duration:var(--nx-duration-interaction);transition-timing-function:ease}.nx-btn:hover:not(:active):before{transform:scaleX(var(--nx-sx,1.04)) scaleY(var(--nx-sy,1.11))}.nx-btn:active:before{transition-duration:.1s;transform:scaleX(1) scaleY(1)}.nx-btn--stroke:before{background-color:var(--nx-grey-16);border:1px solid var(--nx-white-6)}.nx-btn--ghost:before{background-color:transparent}.nx-btn--ghost:hover:before{background-color:var(--nx-white-6)}.nx-btn--primary{color:#12211c}.nx-btn--primary:before{background-color:var(--nx-green)}.nx-btn--primary:hover:before{background-color:var(--nx-green-hover)}.nx-btn--current{color:var(--nx-green)}.nx-appear{transform:translateY(calc(var(--nx-header-height) * -1)) scaleX(.9);transform-origin:top;will-change:transform;transition-property:transform;transition-duration:calc(var(--nx-show-page-duration) * 1.5);transition-timing-function:var(--nx-ease-out-expo);transition-delay:calc(var(--nx-index, 0) * var(--nx-index, 0) * var(--nx-index, 0) * .05 * var(--nx-show-page-delay) * .4)}.nx-ready .nx-appear{transform:translateY(0) scaleX(1)}.nx-pull{transform:translate3d(0,50px,0);opacity:0;will-change:transform;transition-property:opacity,transform;transition-duration:var(--nx-scroll-pull-duration);transition-timing-function:var(--nx-ease-out-cubic);transition-delay:calc(var(--nx-index, 0) * var(--nx-scroll-pull-delay))}.nx-pull--in{transform:translateZ(0);opacity:1}.nx-burger{display:none;width:36px;height:36px;align-items:center;justify-content:center;border-radius:10px;color:var(--nx-white)}.nx-burger svg{width:20px;height:20px;stroke:currentColor;fill:none}.nx-menu{position:fixed;inset:0;z-index:120;display:flex;flex-direction:column;padding:0 var(--nx-pad-x) 24px;background:var(--nx-page);opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity var(--nx-duration-interaction) ease,transform var(--nx-duration-interaction) var(--nx-ease-out-cubic)}.nx-menu[data-open=true]{opacity:1;pointer-events:auto;transform:translateY(0)}.nx-menu__head{display:flex;align-items:center;justify-content:space-between;height:var(--nx-header-height)}.nx-menu__nav{display:flex;flex-direction:column;gap:4px;margin-top:16px}.nx-menu__nav .nx-btn{height:48px;justify-content:flex-start}@media (max-width:1100px){.nx-header__nav-desktop{display:none}.nx-burger{display:inline-flex}}@media (max-width:767px){.nx-logo{width:132px;height:34px}.nx-header__desc,.nx-header__sep{display:none}}.nx-footer{overflow:hidden;background:var(--nx-page);color:var(--nx-white);border-top:1px solid var(--nx-white-6)}.nx-footer__inner{display:grid;grid-template-columns:max-content max-content max-content;justify-content:space-between;gap:8px 24px;padding:24px var(--nx-pad-x)}.nx-footer__links{display:flex;flex-wrap:wrap;gap:4px 20px}.nx-footer__item{color:var(--nx-white-40);transition-property:color;transition-duration:var(--nx-duration-interaction);transition-timing-function:ease}a.nx-footer__item:hover{color:var(--nx-green)}@media (max-width:900px){.nx-footer__inner{grid-template-columns:100%;gap:8px}.nx-footer__links{flex-direction:column;gap:4px}}body:has(.nx-header){background:var(--nx-page)}body:has(.nx-header) [class*="bg-[#f6f6f6]"],body:has(.nx-header) [class*="bg-[#fff]"],body:has(.nx-header) [class*=bg-white]{background-color:var(--nx-page)!important}body:has(.nx-header) [class*="bg-[#ebebeb]"]{background-color:var(--nx-grey-medium)!important}body:has(.nx-header) [class*="text-[#2b2a29]"]{color:var(--nx-white)!important}body:has(.nx-header) [class*="text-[#525252]"],body:has(.nx-header) [class*="text-[#6b6b6b]"]{color:var(--nx-white-40)!important}body:has(.nx-header) [class*="border-[#c9c9c9]"],body:has(.nx-header) [class*="border-[#e5e5e5]"],body:has(.nx-header) [class*="border-[#ebebeb]"]{border-color:var(--nx-white-16)!important}body:has(.nx-header) [class*="bg-[#000]"]{background-color:var(--nx-green)!important;color:#12211c!important}body:has(.nx-header) [class*="bg-[#000]"]:hover{background-color:var(--nx-green-hover)!important}body:has(.nx-header) .group:hover [class*="text-[#2b2a29]"]{color:var(--nx-green)!important}body:has(.nx-header) h1,body:has(.nx-header) h2,body:has(.nx-header) h3,body:has(.nx-header) h4{font-family:NxHeading,Inter,system-ui,sans-serif;letter-spacing:-.015em}body:has(.nx-header) figcaption,body:has(.nx-header) li,body:has(.nx-header) p{font-family:NxHeading,Inter,system-ui,sans-serif}body:has(.nx-header) ::selection{background:var(--nx-green-16);color:var(--nx-white)}body:has(.nx-header) *{scrollbar-color:var(--nx-green) transparent}@media (prefers-reduced-motion:reduce){.nx-appear,.nx-pull{transform:none!important;opacity:1!important}.nx-appear,.nx-btn:before,.nx-menu,.nx-pull{transition:none!important}}