.heading{color:var(--white-colour,#fcfcfc);text-transform:capitalize;font-family:Space Grotesk,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:normal}.sub-heading{color:var(--second-shade,#ccc);text-transform:capitalize;font-family:Space Grotesk,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.body-text,.basic-info-description{color:var(--white-colour,#fcfcfc);font-family:Space Grotesk,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.work-experience-text{color:var(--second-shade,#ccc);font-family:Space Grotesk,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.caption{color:var(--second-shade,#ccc);font-family:Space Grotesk,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.text-primary{color:var(--text-primary,#fff)}.text-secondary{color:var(--text-secondary,#9ca3af)}.text-muted{color:var(--text-muted,#a78bfa)}.text-success{color:var(--success,#22c55e)}.text-error{color:var(--error,#ef4444)}.text-warning{color:var(--warning,#f97316)}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}@media (max-width:768px){.heading{font-size:20px}.sub-heading{font-size:14px}.body-text{font-size:13px}}@media (max-width:480px){.heading{font-size:18px}.sub-heading{font-size:13px}.body-text{font-size:12px}.caption{font-size:11px}}
.flex{display:flex}.flex-column{flex-direction:column;display:flex}.flex-row{flex-direction:row;display:flex}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.flex-auto{flex:auto}.gap-xs{gap:.25rem}.gap-sm{gap:.5rem}.gap-md{gap:.75rem}.gap-lg{gap:1rem}.gap-xl{gap:1.5rem}.m-0{margin:0}.mb-xs{margin-bottom:.25rem}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:.75rem}.mb-lg{margin-bottom:1rem}.mb-xl{margin-bottom:1.5rem}.mb-2xl{margin-bottom:2rem}.mt-xs{margin-top:.25rem}.mt-sm{margin-top:.5rem}.mt-md{margin-top:.75rem}.mt-lg{margin-top:1rem}.mt-xl{margin-top:1.5rem}.mr-xs{margin-right:.25rem}.mr-sm{margin-right:.5rem}.ml-xs{margin-left:.25rem}.ml-sm{margin-left:.5rem}.p-0{padding:0}.p-xs{padding:.25rem}.p-sm{padding:.5rem}.p-md{padding:.75rem}.p-lg{padding:1rem}.p-xl{padding:1.5rem}.p-2xl{padding:2rem}.px-xs{padding-left:.25rem;padding-right:.25rem}.px-sm{padding-left:.5rem;padding-right:.5rem}.px-md{padding-left:.75rem;padding-right:.75rem}.px-lg{padding-left:1rem;padding-right:1rem}.px-xl{padding-left:1.5rem;padding-right:1.5rem}.py-xs{padding-top:.25rem;padding-bottom:.25rem}.py-sm{padding-top:.5rem;padding-bottom:.5rem}.py-md{padding-top:.75rem;padding-bottom:.75rem}.py-lg{padding-top:1rem;padding-bottom:1rem}.py-xl{padding-top:1.5rem;padding-bottom:1.5rem}.bg-primary{background:var(--primary,#7f5bff)}.bg-secondary{background:var(--sec-bg,#281a3d)}.bg-transparent{background:0 0}.bg-overlay-05{background:var(--overlay-05,#ffffff0d)}.bg-overlay-08{background:var(--overlay-08,#ffffff14)}.bg-overlay-10{background:var(--overlay-10,#ffffff1a)}.bg-success{background:var(--success-bg,#5dd27a1a)}.bg-error{background:var(--error-bg,#ef44441a)}.bg-error-rejected{background:var(--error-bg-rejected,#ff6b6b1a)}.bg-primary-overlay-20{background:var(--primary-overlay-20,#8b5cf633)}.border-none{border:none}.border-primary{border:1px solid var(--border-primary,#fff)}.border-secondary{border:1px solid var(--border-secondary,#ffffff1a)}.border-tertiary{border:1px solid var(--border-tertiary,#ffffff0d)}.border-primary-opacity{border:1px solid var(--border-primary-opacity,#8b5cf64d)}.border-error{border:1px solid var(--error-border,#ef444480)}.rounded-sm{border-radius:.25rem}.rounded-md{border-radius:.5rem}.rounded-lg{border-radius:.75rem}.rounded-full{border-radius:9999px}.w-full{width:100%}.w-auto{width:auto}.h-full{height:100%}.h-auto{height:auto}.min-w-0{min-width:0}.max-w-full{max-width:100%}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.whitespace-nowrap{white-space:nowrap}.word-break{word-break:break-word;overflow-wrap:break-word}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-x-auto{overflow-x:auto}.overflow-y-hidden{overflow-y:hidden}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.transition{transition:all .2s}.transition-fast{transition:all .15s}.outline-none{outline:none}.z-100{z-index:100}@media (max-width:768px){.mobile-flex-column{flex-direction:column}.mobile-w-full{width:100%}.mobile-text-center{text-align:center}}@media (max-width:480px){.small-mobile-text-sm{font-size:.75rem}}
:root{--second-shade:#ccc;--white-colour:#fcfcfc;--primary:#7f5bff;--primary-dark:#4c3799;--primary-light:#8b5cf6;--bg:#110128;--sec-bg:#281a3d;--bg-gradient-start:#110128;--bg-gradient-mid:#1a0538;--bg-gradient-end:#0d0217;--text-primary:#fff;--text-secondary:#9ca3af;--text-placeholder:#ccc;--text-muted:#a78bfa;--border-primary:#fff;--border-secondary:#ffffff1a;--border-tertiary:#ffffff0d;--border-primary-opacity:#8b5cf64d;--border-primary-opacity-hover:#8b5cf680;--overlay-05:#ffffff0d;--overlay-08:#ffffff14;--overlay-10:#ffffff1a;--overlay-25:#ffffff40;--primary-overlay-10:#8b5cf61a;--primary-overlay-20:#8b5cf633;--primary-overlay-30:#8b5cf64d;--success:#22c55e;--success-hover:#16a34a;--success-bg:#5dd27a1a;--error:#ef4444;--error-hover:#dc2626;--error-bg:#ef44441a;--error-bg-rejected:#ff6b6b1a;--error-border:#ef444480;--error-text:#fca5a5;--warning:#f97316;--warning-hover:#ea580c;--warning-bg:#f973161a;--bg-overlay-03:#ffffff08;--bg-sec-overlay:#281a3dcc;--bg-primary-overlay:#7f5bff1a;--shadow-dark:#0000004d;--transparent:transparent}html{-webkit-text-size-adjust:100%;tab-size:4;scroll-behavior:smooth;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;line-height:1.5}input::-moz-placeholder{color:#ccc;text-transform:capitalize;font-family:Space Grotesk,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:normal}textarea::-moz-placeholder{color:#ccc;text-transform:capitalize;font-family:Space Grotesk,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:normal}input::placeholder,textarea::placeholder{color:#ccc;text-transform:capitalize;font-family:Space Grotesk,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:normal}body{font-family:inherit;line-height:inherit;margin:0}h1,h2,p,pre{margin:0}*,:before,:after{box-sizing:border-box;border:0 solid}h1,h2{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}pre{color:#e5e7eb;background-color:#374151;border-radius:.25rem;padding:.5rem .75rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;overflow:scroll}.shadow{box-shadow:0 0 #0000,0 0 #0000,0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.rounded{border-radius:1.5rem}.wrapper{width:100%}.container{color:#374151;width:100%;max-width:768px;margin-left:auto;margin-right:auto;padding-bottom:3rem;padding-left:1rem;padding-right:1rem}#welcome{margin-top:2.5rem}#welcome h1{letter-spacing:-.025em;font-size:3rem;font-weight:500;line-height:1}#welcome span{margin-bottom:.5rem;font-size:1.875rem;font-weight:300;line-height:2.25rem;display:block}#hero{box-sizing:border-box;color:#374151;background-color:#143157;border:none;grid-template-columns:1fr;align-items:center;margin-top:3.5rem;display:grid}#hero .text-container{color:#fff;padding:3rem 2rem}#hero .text-container h2{font-size:1.5rem;line-height:2rem;position:relative}#hero .text-container h2 svg{color:#44bb97;width:2rem;height:2rem;position:absolute;top:0;left:-.25rem}#hero .text-container h2 span{margin-left:2.5rem}#hero .text-container a{color:#374151;-webkit-text-decoration:inherit;text-decoration:inherit;background-color:#fff;border-radius:.75rem;margin-top:2rem;padding:1rem 2rem;display:inline-block}#hero .logo-container{justify-content:center;padding-left:2rem;padding-right:2rem;display:none}#hero .logo-container svg{color:#fff;width:66.6667%}#middle-content{grid-template-columns:1fr;align-items:flex-start;gap:4rem;margin-top:3.5rem;display:grid}#learning-materials{padding:2.5rem 2rem}#learning-materials h2{letter-spacing:-.025em;padding-left:1rem;padding-right:1rem;font-size:1.25rem;font-weight:500;line-height:1.75}.list-item-link{border-radius:.75rem;align-items:center;width:100%;margin-top:1rem;padding:1rem;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex}.list-item-link svg:first-child{width:2rem;height:2rem;margin-right:1rem;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.list-item-link>span{flex-grow:1;font-weight:400;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.list-item-link>span>span{color:#6b7280;flex-grow:1;font-size:.75rem;font-weight:300;line-height:1rem;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:block}.list-item-link svg:last-child{width:1rem;height:1rem;transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.list-item-link:hover{color:#fff;background-color:#44bb97}.list-item-link:hover>span>span{color:#f3f4f6}.list-item-link:hover svg:last-child{transform:translate(.25rem)}.button-pill{align-items:center;padding:2rem;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex}.button-pill svg{flex-shrink:0;width:3rem;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.button-pill>span{letter-spacing:-.025em;padding-left:1rem;padding-right:1rem;font-size:1.125rem;font-weight:400;line-height:1.75}.button-pill span span{font-size:.875rem;font-weight:300;line-height:1.25rem;display:block}.button-pill:hover svg,.button-pill:hover{color:#fff!important}#nx-console:hover{background-color:#007acc}#nx-console svg{color:#007acc}#nx-console-jetbrains{margin-top:2rem}#nx-console-jetbrains:hover{background-color:#ff318c}#nx-console-jetbrains svg{color:#ff318c}#nx-repo:hover{background-color:#181717}#nx-repo svg{color:#181717}#nx-cloud{margin-top:2rem;margin-bottom:2rem;padding:2.5rem 2rem}#nx-cloud>div{align-items:center;display:flex}#nx-cloud>div svg{border-radius:.5rem;flex-shrink:0;width:3rem}#nx-cloud>div h2{letter-spacing:-.025em;padding-left:1rem;padding-right:1rem;font-size:1.125rem;font-weight:400;line-height:1.75}#nx-cloud>div h2 span{font-size:.875rem;font-weight:300;line-height:1.25rem;display:block}#nx-cloud p{margin-top:1rem;font-size:1rem;line-height:1.5}#nx-cloud pre{margin-top:1rem}#nx-cloud a{color:#6b7280;text-align:right;margin-top:2rem;font-size:.875rem;line-height:1.25rem;display:block}#nx-cloud a:hover{text-decoration:underline}#commands{margin-top:3.5rem;padding:2.5rem 2rem}#commands h2{letter-spacing:-.025em;padding-left:1rem;padding-right:1rem;font-size:1.25rem;font-weight:400;line-height:1.75}#commands p{margin-top:1rem;padding-left:1rem;padding-right:1rem;font-size:1rem;font-weight:300;line-height:1.5}details{align-items:center;width:100%;margin-top:1rem;padding-left:1rem;padding-right:1rem;display:flex}details pre>span{color:#b5b5b5;display:block}summary{cursor:pointer;border-radius:.5rem;padding:.5rem;font-weight:400;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex}summary:hover{background-color:#f3f4f6}summary svg{width:2rem;height:2rem;margin-right:1rem}#love{color:#6b7280;opacity:.6;text-align:center;margin-top:3.5rem;font-size:.875rem;line-height:1.25rem}#love svg{color:#fca5a5;width:1.25rem;height:1.25rem;margin-top:-.25rem;display:inline}.sidebar-no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.sidebar-no-scrollbar::-webkit-scrollbar{display:none}@media screen and (min-width:768px){#hero{grid-template-columns:repeat(2,minmax(0,1fr))}#hero .logo-container{display:flex}#middle-content{grid-template-columns:repeat(2,minmax(0,1fr))}}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_3fc8433f-module__clatVG__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_3fc8433f-module__clatVG__variable{--font-space-grotesk:"Space Grotesk","Space Grotesk Fallback"}
