
  

  

  
  
  
  


@layer base {
  
  body, :host {
    /* Color */
    --red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--sky-50: #F0F9FF;
--sky-100: #E0F2FE;
--sky-200: #BAE6FD;
--sky-300: #7DD3FC;
--sky-400: #38BDF8;
--sky-500: #0EA5E9;
--sky-600: #0284C7;
--sky-700: #0369A1;
--sky-800: #075985;
--sky-900: #0C4A6E;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--cyan-50: #ECFEFF;
--cyan-100: #CFFAFE;
--cyan-200: #A5F3FC;
--cyan-300: #67E8F9;
--cyan-400: #22D3EE;
--cyan-500: #06B6D4;
--cyan-600: #0891B2;
--cyan-700: #0E7490;
--cyan-800: #155E75;
--cyan-900: #164E63;
--grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--indigo-50: #EEF2FF;
--indigo-100: #E0E7FF;
--indigo-200: #C7D2FE;
--indigo-300: #A5B4FC;
--indigo-400: #818CF8;
--indigo-500: #6366F1;
--indigo-600: #4F46E5;
--indigo-700: #4338CA;
--indigo-800: #3730A3;
--indigo-900: #312E81;
--orange-50: #FFF7ED;
--orange-100: #FFEDD5;
--orange-200: #FED7AA;
--orange-300: #FDBA74;
--orange-400: #FB923C;
--orange-500: #F97316;
--orange-600: #EA580C;
--orange-700: #C2410C;
--orange-800: #9A3412;
--orange-900: #7C2D12;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--fuchsia-50: #FDF4FF;
--fuchsia-100: #FAE8FF;
--fuchsia-200: #F5D0FE;
--fuchsia-300: #F0ABFC;
--fuchsia-400: #E879F9;
--fuchsia-500: #D946EF;
--fuchsia-600: #C026D3;
--fuchsia-700: #A21CAF;
--fuchsia-800: #86198F;
--fuchsia-900: #701A75;
--default-text-color: #fafafa;
--default-bg-color: #171717;
--default-link-color: #2463ebff;
--markdown-block-font-color: var(--grey-200, #E5E5E5);
--red: #c50d0d;
--light-blue: #9DFAFF;
--light-green: #C4EAB9;
--dark-blue: #0A3957;
--dark-green: #112D25;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-inter: 'Inter',sans-serif;
--font-playfairdisplay: 'Playfair Display',serif;
--font-firacode: 'Fira Code',monospace;
--font-literata: 'Literata',serif;
--font-intertight: 'Inter Tight',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
--text-xxs: 0.625rem;
--text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-base: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--markdown-block-font-size: 11px;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
--markdown-block-font-weight: 300;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --little: 16px;
--large: 32px;
    /* Z-index */
    --z-project-sidebar: 10;
--z-dialog: 20;
--z-formula-dialog: 20;
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .cnJcZl {
    width:100%;
  height:100%;
  overflow-y:clip;
  align-items:center;
  justify-content:start;
  scrollbar-width:none;
  background-color:#000;
  }
      
.cnJcZl::-webkit-scrollbar {
  width: 0;
}


      
  .cnJcZl.unlocked {
    overflow-y:scroll;
  }
      

        
      
      
  .bWEAyO {
    width:100%;
  bottom:0px;
  height:480px;
  position:absolute;
  background:linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  align-items:center;
  padding-top:80px;
  padding-bottom:80px;
  justify-content:end;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eSCdzh {
    width:100%;
  bottom:0px;
  cursor:not-allowed;
  height:100%;
  position:absolute;
  align-items:center;
  padding-top:80px;
  padding-left:32px;
  padding-right:32px;
  padding-bottom:80px;
  justify-content:end;
  }
      

      
        
      
      
  .cHKJXV {
    color:var(--grey-400, #A3A3A3);
  display:inline-block;
  font-size:20px;
  max-width:576px;
  text-align:center;
  font-weight:var(--font-weight-light);
  line-height:32px;
  }
      

      
        
      
      
  .btYjkC {
    color:var(--grey-200, #E5E5E5);
  width:fit-content;
  display:inline-block;
  font-size:24px;
  font-family:'Fira Code';
  font-weight:var(--font-weight-light);
  padding-top:4px;
  padding-left:8px;
  border-radius:4px;
  padding-right:8px;
  padding-bottom:4px;
  background-color:var(--grey-800, #262626);
  }
      

      
        
      
      
  .dmWXOG {
    left:-64px;
  bottom:0px;
  display:none;
  position:fixed;
  pointer-events:none;
  }
      

      
          @media (min-width: 640px) {
            
  .dmWXOG {
    gap:16px;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
      
      
  .FeatureFlags\:Go5UPVZmoiHN3LEvtqXFj {
    width:100%;
  }
      

      
        
      
      
  .cGGnlo {
    width:128px;
  height:128px;
  display:none;
  }
      

      
          @media (min-width: 640px) {
            
  .cGGnlo {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .bPBTKV {
    color:var(--grey-900, #171717);
  width:fit-content;
  cursor:pointer;
  font-size:16px;
  background: var(--light-blue);
  align-items:center;
  font-weight:var(--font-weight-light);
  padding-top:12px;
  padding-left:24px;
  border-radius:100px;
  padding-right:24px;
  padding-bottom:12px;
  justify-content:center;
  }
      

      
          @media (min-width: 640px) {
            
  .bPBTKV {
    font-size:24px;
  padding-top:24px;
  padding-left:48px;
  padding-right:48px;
  padding-bottom:24px;
  }
      

          }
          

  .bPBTKV:hover {
    background: white;
  }
      

        
      
      
  .flNTeX {
    width:100%;
  height:24px;
  border-radius:14px;
  background-image:repeating-linear-gradient( -55deg, #000, #000 20px, #ffb101 20px, var(--yellow-400) 40px );
  }
      

      
        
      
      
  .cEBrQn {
    overflow:auto;
  }
      

      
        
      
      
  .fscXIt {
    font-weight:var(--font-weight-regular);
  padding-top:16px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:16px;
  justify-content:center;
  border-bottom-color:var(--grey-800, #262626);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
  .fscXIt:last-of-type {
    border-color:black;
  border-style:none;
  border-width:1px;
  }
      

        
      
      
  .bWNQF {
    gap:8px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .eLjeEt {
    gap:4px;
  color:var(--grey-200, #E5E5E5);
  cursor:default;
  display:flex;
  font-size:16px;
  align-items:center;
  font-weight:var(--font-weight-regular);
  flex-direction:row;
  text-transform:capitalize;
  justify-content:start;
  }
      

      
        
      
      
  .eupSHx {
    left:0px;
  width:16px;
  height:16px;
  position:absolute;
  transition:left 125ms cubic-bezier(0.79, 0.14, 0.15, 0.86) 0ms normal;
  align-items:start;
  border-radius:50%;
  justify-content:center;
  background-color:var(--grey-400, #A3A3A3);
  }
      

      
  .eupSHx.active {
    left:calc(100% - 16px);
  background-color:var(--grey-50, #FAFAFA);
  }
      

        
      
      
  .bqmVdY {
    gap:4px;
  }
      

      
        
      
      
  .UqgyJ {
    color:var(--grey-400, #A3A3A3);
  cursor:default;
  display:inline-block;
  font-size:13px;
  max-width:320px;
  font-weight:var(--font-weight-regular);
  line-height:16px;
  }
      

      
          @media (min-width: 640px) {
            
  .UqgyJ {
    max-width:480px;
  }
      

          }
          
        
      
      
  .bWZrlG {
    width:32px;
  cursor:pointer;
  height:16px;
  overflow:hidden;
  transition:background-color 150ms cubic-bezier(0.77, 0, 0.17, 1) 0ms normal;
  align-items:start;
  padding-top:2px;
  padding-left:2px;
  border-radius:16px;
  padding-right:2px;
  padding-bottom:2px;
  justify-content:center;
  background-color:var(--grey-800, #262626);
  }
      

      
  
      

        
      
      
  .cqvExP {
    align-items:center;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
      
      
  .idbKP {
    top:0px;
  left:8px;
  width:calc(100% - 9px);
  bottom:0px;
  position:absolute;
  translate:-100%;
  transition:left 125ms cubic-bezier(0.79, 0.14, 0.15, 0.86) 0ms normal;
  background-color:var(--green-600, #059669);
  }
      

      
  .idbKP.active {
    left:calc(100% - 9px);
  }
      

        
      
      
  
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .FeatureFlags\:LJWzAhFWInu-_1n8_AhMg {
    :;
  width:100%;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
        
      
      
  .bKFHIn {
    width:504px;
  height:336px;
  position:relative;
  }
      

      
        
      
      
  .bfQLFH {
    color:var(--light-blue);
  font-size:inherit;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
      
      
  .fpRsig {
    color:var(--grey-50, #FAFAFA);
  width:100%;
  font-size:40px;
  text-align:center;
  font-weight:300;
  }
      

      
        
      
      
  .cLnFLE {
    gap:8px;
  flex:1;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .flFUOC {
    align-items:center;
  padding-top:16px;
  padding-left:16px;
  border-radius:14px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:16px;
  justify-content:start;
  background-color:#000;
  }
      

      
        
      
      
  .exPzvV {
    gap:16px;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .eIoaMf {
    color:var(--grey-200, #E5E5E5);
  display:inline-block;
  font-size:24px;
  font-family:'Fira Code';
  font-weight:var(--font-weight-light);
  padding-top:4px;
  padding-left:8px;
  border-radius:4px;
  padding-right:8px;
  padding-bottom:4px;
  background-color:var(--grey-800, #262626);
  }
      

      
        
      
      
  .cUAmpi {
    right:-64px;
  bottom:-64px;
  display:none;
  position:fixed;
  pointer-events:none;
  }
      

      
          @media (min-width: 640px) {
            
  .cUAmpi {
    gap:16px;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
      
      
  .cShpmw {
    gap:12px;
  top:0px;
  left:0px;
  height:72px;
  display:flex;
  z-index:1;
  position:fixed;
  align-items:center;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:16px;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .edKJPx {
    color:white;
  cursor:pointer;
  outline: none ;
  flex-direction:row;
  }
      

      
  
      


  .edKJPx:focus-visible {
    color:var(--light-blue);
  transform:scale(1.1, 1.);
  }
      


          @media (min-width: 960px) {
            
  .edKJPx {
    display:none;
  }
      

          }
          
        
      
      
  .cPVoVQ {
    gap:8px;
  font:var(--font-weight-semi-bold) 13px Fira Code;
  color:var(--light-blue);
  width:fit-content;
  border:1px solid var(--grey-600);
  cursor:pointer;
  height:32px;
  display:none;
  outline: none ;
  background: rgba(23, 23, 23, 0.8);
  box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  align-items:center;
  padding-top:8px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  }
      

      
          @media (min-width: 960px) {
            
  .cPVoVQ {
    gap:8px;
  font:var(--font-weight-semi-bold) 13px Fira Code;
  color:var(--light-blue);
  width:fit-content;
  border:1px solid var(--grey-600);
  cursor:pointer;
  height:32px;
  display:flex;
  outline:none ;
  background:rgba(23, 23, 23, 0.8);
  box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  align-items:center;
  padding-top:8px;
  padding-left:12px;
  border-radius:8px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  }
      

          }
          

  .cPVoVQ:hover {
    color:black;
  background: var(--grey-100);
  }
      


  .cPVoVQ:focus-visible {
    border:1px solid var(--light-blue);
  }
      


  .cPVoVQ:active {
    background: var(--grey-50);
  }
      

        
      
      
  .eJUQWG {
    color:white;
  cursor:pointer;
  display:none;
  outline: none ;
  flex-direction:row;
  }
      

      
          @media (min-width: 960px) {
            
  .eJUQWG {
    display:flex;
  }
      

          }
          

  
      


  .eJUQWG:focus-visible {
    color:var(--light-blue);
  transform:scale(1.1, 1.);
  }
      

        
      
      
  .nordcraft_shared\/nordcraft-header-logo\:iEBQyF0SI_j7Om5bgKkoj {
    transform:scale(1, 1);
  }
      

      
        
      
      
  .egkcwx {
    width:fit-content;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fBvVif {
    gap:12px;
  width:100%;
  padding-top:12px;
  padding-left:12px;
  border-radius:26px;
  padding-right:12px;
  padding-bottom:12px;
  background-color:var(--grey-900, #171717);
  }
      

      
        
      
      
  .bqdtid {
    gap:48px;
  top:128px;
  width:100%;
  max-width:720px;
  align-items:center;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:128px;
  justify-content:start;
  }
      

      
        
      
      
  .enFYHH {
    color:var(--grey-200, #E5E5E5);
  font-size:24px;
  font-family:'Fira Code';
  font-weight:var(--font-weight-light);
  }
      

      
        
      
      
  .etkilc {
    width:600px;
  height:400px;
  position:relative;
  }
      

      
        
      
      
  .bQcAlY {
    color:var(--grey-900, #171717);
  width:fit-content;
  cursor:pointer;
  font-size:16px;
  background: var(--light-blue);
  margin-top:var(--large);
  align-items:center;
  font-weight:var(--font-weight-light);
  margin-left:auto;
  padding-top:12px;
  margin-right:auto;
  padding-left:24px;
  border-radius:100px;
  margin-bottom:var(--large);
  padding-right:24px;
  padding-bottom:12px;
  justify-content:center;
  }
      

      
          @media (min-width: 640px) {
            
  .bQcAlY {
    font-size:24px;
  padding-top:24px;
  padding-left:48px;
  padding-right:48px;
  padding-bottom:24px;
  }
      

          }
          

  .bQcAlY:hover {
    background: white;
  }
      

        
      
      
  .eelbOB {
    color:var(--grey-400, #A3A3A3);
  display:inline-block;
  font-size:16px;
  text-align:center;
  font-family:'Fira Code';
  font-weight:var(--font-weight-light);
  line-height:24px;
  }
      

      
        
      
      
  .eoUQE {
    top:0px;
  left:0px;
  z-index:1;
  position:fixed;
  flex-direction:row;
  }
      

      
        
      
      
  .cyrulx {
    box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  flex-direction:row;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .cMEZvI {
    left:-100%;
  }
      

      
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:0HwRvRWxsIvkIaheopgLk {
    height:0px;
  }
      

      
        
      
      
  .vkiqP {
    color:white;
  width:fit-content;
  font-size:24px;
  align-items:center;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  outline-style:none;
  justify-content:center;
  }
      

      
  .vkiqP:hover {
    color:var(--light-blue);
  }
      


  .vkiqP:focus-visible {
    color:var(--light-blue);
  text-decoration:underline;
  }
      

        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:21G3R-AS_BmDuaRDXb-po {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .bXucoy {
    gap:8px;
  color:var(--light-green);
  display:flex;
  font-size:24px;
  align-items:start;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .veALn {
    font:var(--font-weight-regular) 16px Inter Tight;
  color:black;
  width:fit-content;
  height:40px;
  display:flex;
  background: var(--light-blue);
  box-shadow:0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  align-items:center;
  padding-left:16px;
  border-radius:6px;
  padding-right:16px;
  justify-content:center;
  }
      

      
  .veALn.flat {
    color:white;
  background: none;
  box-shadow:0px 0px 0px 0px #00000000;
  }
      


  .veALn:hover {
    color:black;
  background: white;
  }
      


  .veALn:focus-visible {
    outline:2px solid var(--light-blue);
  outline-offset:2px;
  }
      


  .veALn:active {
    color:white;
  background: black;
  }
      


  .veALn.flat:hover {
    color:var(--grey-50);
  background: #17171780;
  box-shadow:0px 0px 0px 0px #00000000;
  }
      

        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:3mKBEKHp5VtMjDD02I_3x {
    gap:6px;
  color:white;
  height:42px;
  background: var(--grey-800);
  box-shadow:0px 0px 0px 0px #00000000;
  flex-direction:row;
  border-top-left-radius:6px;
  border-top-right-radius:0px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:0px;
  }
      

      
  .nordcraft_shared\/nordcraft-website-menu\:3mKBEKHp5VtMjDD02I_3x:hover {
    color:white;
  background: var(--grey-700);
  }
      

        
      
      
  .eEXyQe {
    gap:24px;
  width:100%;
  display:none;
  flex-wrap:wrap;
  background:linear-gradient(to bottom right, #000000 0%, #121212 50%, #000000 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  align-items:center;
  padding-top:32px;
  padding-left:32px;
  border-bottom:1px solid var(--grey-800);
  padding-right:32px;
  flex-direction:column;
  padding-bottom:32px;
  justify-content:center;
  }
      

      
          @media (min-width: 960px) {
            
  .eEXyQe {
    gap:24px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  padding-top:32px;
  padding-left:32px;
  padding-right:32px;
  padding-bottom:32px;
  justify-content:center;
  }
      

          }
          
        
      
      
  .dNeyLK {
    display:none;
  }
      

      
          @media (min-width: 960px) {
            
  .dNeyLK {
    display:flex;
  font-weight:var(--font-weight-regular);
  }
      

          }
          
        
      
      
  .ecLIro {
    top:0px;
  color:white;
  border:1px solid var(--grey-800);
  display:flex;
  animation:2s ease 0ms 1 normal none running anim-DbYP43;
  flex-grow:1;
  background:var(--grey-900);
  box-shadow:0px 4px 8px 0px #00000066;
  flex-basis:0px;
  transition:top 300ms ease  ;
  align-items:end;
  flex-shrink:1;
  padding-top:24px;
  padding-left:24px;
  outline-style:none;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:24px;
  justify-content:space-between;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
  border-bottom-left-radius:24px;
  border-bottom-right-radius:24px;
  }
      

      
  .ecLIro:hover {
    top:-4px;
  border:1px solid var(--grey-700);
  background:var(--grey-800);
  box-shadow:0px 8px 16px 0px #00000066;
  transition:top 300ms ease  ;
  }
      


  .ecLIro:focus-visible {
    border:1px solid var(--light-blue);
  }
      

        
                  @keyframes anim-80pu2M {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .YFlxy {
    color:white;
  font-size:16px;
  font-family:Inter Tight;
  }
      

      
        
      
      
  .cmvWBz {
    width:100vw;
  height:100vh;
  background: #00000080;
  }
      

      
        
      
      
  .cjwWnJ {
    gap:24px;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .cvDHzo {
    gap:12px;
  color:white;
  width:42px;
  height:42px;
  display:flex;
  background: var(--grey-800);
  box-shadow:0px 0px 0px 0px #00000000;
  align-items:center;
  padding-top:8px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  border-top-left-radius:0px;
  border-top-right-radius:6px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:6px;
  }
      

      
  .cvDHzo:hover {
    background: var(--grey-700);
  }
      


  .cvDHzo.menuShown {
    color:white;
  background: var(--grey-900);
  }
      


  .cvDHzo.menuShown:hover {
    color:white;
  background: var(--grey-800);
  }
      

        
                  @keyframes anim-i_WzTz {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .ftGkMh {
    width:100%;
  padding-top:24px;
  padding-left:24px;
  border-bottom:1px solid var(--grey-800);
  padding-right:24px;
  padding-bottom:24px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cHgOtZ {
    gap:8px;
  color:var(--light-blue);
  width:100%;
  display:flex;
  font-size:24px;
  align-items:start;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .bKAXdH {
    right:0px;
  width:100vw;
  height:100%;
  display:flex;
  z-index:2;
  position:fixed;
  background: var(--grey-900);
  box-shadow:-16px 0px 16px 0px #00000040;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:margin-right 300ms ease  ;
  align-items:start;
  border-left:1px solid var(--grey-800);
  margin-right:-960px;
  justify-content:space-between;
  }
      

      
          @media (min-width: 960px) {
            
  .bKAXdH {
    width:640px;
  transition:margin-right 300ms ease  ;
  }
      

          }
          

  .bKAXdH.shown {
    transition:margin-right 300ms ease  ;
  margin-right:0px;
  }
      

        
      
      
  .bvQngz {
    color:var(--grey-400);
  font-size:16px;
  font-family:Inter Tight;
  }
      

      
        
      
      
  .dHkknH {
    gap:16px;
  color:white;
  right:0px;
  width:100vw;
  bottom:0px;
  display:flex;
  position:relative;
  flex-wrap:wrap;
  background: var(--grey-900);
  border-top:1px solid var(--grey-800);
  align-items:center;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  flex-direction:column;
  padding-bottom:96px;
  justify-content:space-between;
  }
      

      
          @media (min-width: 960px) {
            
  .dHkknH {
    width:640px;
  display:flex;
  flex-direction:row;
  padding-bottom:24px;
  }
      

          }
          
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:KkUTQ5-gfR8NHa1Lzjpaz {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .ekgtXy {
    gap:12px;
  font:var(--font-weight-regular) 16px Inter Tight;
  color:white;
  width:fit-content;
  height:40px;
  display:flex;
  background: var(--grey-900);
  align-items:center;
  padding-top:8px;
  padding-left:12px;
  border-radius:6px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
  .ekgtXy:hover {
    color:white;
  background: var(--grey-800);
  }
      


  .ekgtXy.menuShown {
    color:white;
  background: var(--grey-900);
  }
      


  .ekgtXy.menuShown:hover {
    color:white;
  background: var(--grey-800);
  }
      


  .ekgtXy:focus-visible {
    outline-color:var(--light-blue);
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:TmReoqhEsamjsHbz6tvdx {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:UYWuXTgizHFpVEh4UJzpY {
    color:black;
  background: var(--light-blue);
  box-shadow:0px 0px 0px 0px #00000000;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .nordcraft_shared\/nordcraft-website-menu\:UYWuXTgizHFpVEh4UJzpY:hover {
    color:white;
  background: black;
  }
      

        
      
      
  .eHgVbu {
    width:100vw;
  flex-grow:1;
  flex-basis:0px;
  overflow-y:scroll;
  flex-shrink:1;
  padding-bottom:96px;
  scrollbar-width:none;
  }
      
.eHgVbu::-webkit-scrollbar {
  width: 0;
}


      
          @media (min-width: 960px) {
            
  .eHgVbu {
    width:100%;
  }
      

          }
          
        
      
      
  .dAXYYg {
    top:0px;
  color:white;
  border:1px solid var(--grey-800);
  height:184px;
  display:flex;
  animation:2s ease 0ms 1 normal none running anim-DbYP43;
  flex-grow:1;
  background: var(--grey-900);
  box-shadow:0px 4px 8px 0px #00000066;
  flex-basis:0px;
  transition:top 300ms ease  ;
  align-items:start;
  flex-shrink:1;
  padding-top:24px;
  padding-left:24px;
  outline-style:none;
  padding-right:24px;
  padding-bottom:24px;
  justify-content:space-between;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
  border-bottom-left-radius:24px;
  border-bottom-right-radius:24px;
  }
      

      
  .dAXYYg:hover {
    top:-4px;
  border:1px solid var(--grey-700);
  background: var(--grey-800);
  box-shadow:0px 8px 16px 0px #00000066;
  transition:top 300ms ease  ;
  }
      


  .dAXYYg:focus-visible {
    border:1px solid var(--light-blue);
  }
      

        
                  @keyframes anim-DbYP43 {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .bJDaas {
    top:0px;
  color:white;
  border:1px solid var(--grey-800);
  height:184px;
  display:flex;
  animation:2s ease 0ms 1 normal none running anim-DbYP43;
  flex-grow:1;
  background:var(--grey-900);
  box-shadow:0px 4px 8px 0px #00000066;
  flex-basis:0px;
  transition:top 300ms ease  ;
  align-items:start;
  flex-shrink:1;
  padding-top:24px;
  padding-left:24px;
  outline-style:none;
  padding-right:24px;
  padding-bottom:24px;
  justify-content:space-between;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
  border-bottom-left-radius:24px;
  border-bottom-right-radius:24px;
  }
      

      
  .bJDaas:hover {
    top:-4px;
  border:1px solid var(--grey-700);
  background:var(--grey-800);
  box-shadow:0px 8px 16px 0px #00000066;
  transition:top 300ms ease  ;
  }
      


  .bJDaas:focus-visible {
    border:1px solid var(--light-blue);
  }
      

        
                  @keyframes anim-aKvfps {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
      
      
  .nordcraft_shared\/nordcraft-website-menu\:_zQP5e9-6w7Bbc7Dhf3P0 {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:bhRLDltIHUI33DKHYZZ4M {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
      
      
  .bRvbHv {
    gap:0.5em;
  color:var(--flutterby-color, inherit);
  width:fit-content;
  font-size:inherit;
  align-items:center;
  font-weight:var(--font-weight-light);
  flex-direction:row;
  justify-content:start;
  }
      

      
  .bRvbHv:hover {
    text-decoration-line: underline;
  text-decoration-thickness:1px;
  }
      

        
      
      
  .cjBNuy {
    :;
  }
      

      
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:eg6mj6A0AFBsMBAYjhaHb {
    width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .nordcraft_shared\/nordcraft-website-menu\:eg6mj6A0AFBsMBAYjhaHb:hover {
    background: var(--grey-800);
  }
      

        
      
      
  .eGdcot {
    gap:8px;
  color:var(--purple-400);
  width:100%;
  display:flex;
  font-size:24px;
  align-items:start;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .eupsNG {
    color:var(--grey-200, #E5E5E5);
  width:48px;
  cursor:pointer;
  height:48px;
  outline:none;
  align-items:center;
  border-radius:6px;
  justify-content:center;
  }
      

      
  .eupsNG:hover {
    color:var(--grey-200, #E5E5E5);
  border-color:var(--grey-800, #262626);
  border-style:solid;
  border-width:1px;
  background-color:var(--grey-800, #262626);
  }
      


  .eupsNG:focus-visible {
    outline-color:var(--light-blue);
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  
      

      
        
      
      
  .fwgxtk {
    gap:12px;
  flex-direction:row;
  }
      

      
        
      
      
  .cfghjj {
    gap:16px;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:start;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:24px;
  justify-content:start;
  }
      

      
          @media (min-width: 960px) {
            
  .cfghjj {
    gap:24px;
  flex-direction:column;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .byphfa {
    gap:8px;
  color:var(--light-green);
  width:100%;
  display:flex;
  font-size:24px;
  align-items:start;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .exrBeC {
    color:white;
  width:100vw;
  display:flex;
  font-size:16px;
  align-items:center;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  padding-top:16px;
  padding-left:16px;
  border-bottom:1px solid var(--grey-800);
  padding-right:16px;
  flex-direction:row;
  padding-bottom:16px;
  justify-content:space-between;
  }
      

      
          @media (min-width: 960px) {
            
  .exrBeC {
    width:100%;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .elJxYd {
    gap:12px;
  top:0px;
  right:0px;
  display:flex;
  z-index:1;
  position:fixed;
  align-items:center;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:16px;
  justify-content:end;
  }
      

      
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:zP-7V9wowb6ejPMcBaBVc {
    width:auto;
  height:20px;
  }
      

      
        
      
      
  
      

      
        
      