
@layer base {
  
  body, :host {
    /* Color */
      --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;
--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;
--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;
--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;
--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;
--dark-green: #112D25;
--light-green: #C4EAB9;
--dark-blue: #0A3957;
--light-blue: #9DFAFF;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-intertight: 'Inter Tight',sans-serif;
--font-literata: 'Literata',serif;
--font-epilogue: 'Epilogue',sans-serif;
--font-firacode: 'Fira Code',monospace;

    /* 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;
    /* 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;
    /* 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 */
    
    /* Z-index */
    
  }
  @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;
    }
  }
}

      
  .cDWSqo {
    width:100%;
  display:flex;
  background: var(--grey-900);
  overflow-x:hidden;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .bfrBGL {
    color:var(--light-blue);
  display:block;
  animation:2s ease 0ms 1 normal none running animation-empty;
  font-size:20px;
  text-align:center;
  transition:all 300ms ease 0ms normal;
  align-items:center;
  font-family:Inter Tight;
  font-weight:var(--font-weight-light);
  line-height:28px;
  justify-content:center;
  scroll-behavior:smooth;
  }
      

      
  .bfrBGL:hover {
    color:white;
  transition:all 300ms ease 0ms normal;
  }
      

        
                  @keyframes animation-empty {
                    
                  }
                  
        
      
      
  .bBliNp {
    flex:1;
  display:flex;
  row-gap:32px;
  column-gap:32px;
  align-items:flex-end;
  justify-content:center;
  }
      

      
        
        
      
      
  .chIoQN {
    color:var(--grey-50);
  font-size:48px;
  font-family:Inter Tight;
  font-weight:var(--font-weight-semi-bold);
  line-height:58px;
  }
      

      
        
        
      
      
  .nordcraft-for-web-designers\:2sUzttMVuXHKaG7zP0euI {
    text-align:center;
  }
      

      
        
        
      
      
  .dFxeiQ {
    flex:1;
  display:flex;
  row-gap:32px;
  max-width:960px;
  column-gap:32px;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .fdgHgM {
    top:0px;
  left:0px;
  width:100%;
  height:800px;
  opacity:0.25;
  position:absolute;
  animation:2s ease 0ms 1 normal none running anim-iGZUY2;
  object-fit:cover;
  mix-blend-mode:color-dodge;
  }
      

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

                        100% {
                          opacity: 0.25;
                        }
                        
                  }
                  
        
      
      
  .euiTBS {
    flex:1;
  width:100%;
  display:flex;
  row-gap:24px;
  flex-wrap:wrap;
  background:;
  column-gap:24px;
  align-items:center;
  padding-top:64px;
  flex-direction:column;
  padding-bottom:64px;
  justify-content:center;
  }
      

      
          @media (min-width: 960px) {
            
  .euiTBS {
    row-gap:32px;
  column-gap:32px;
  padding-top:96px;
  padding-bottom:96px;
  }
      

          }
          
        
        
      
      
  .elrwBw {
    color:var(--grey-400);
  font-size:20px;
  font-family:Inter Tight;
  font-weight:var(--font-weight-light);
  line-height:30px;
  }
      

      
          @media (min-width: 960px) {
            
  .elrwBw {
    font-size:24px;
  line-height:34px;
  }
      

          }
          
        
        
      
      
  .nordcraft-for-web-designers\:8Emk7ibGmYak_dxR_CkO6 {
    text-align:center;
  }
      

      
        
        
      
      
  .dawlBX {
    color:white;
  display:inline-block;
  font-size:24px;
  text-align:center;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  }
      

      
          @media (min-width: 960px) {
            
  .dawlBX {
    font-size:32px;
  }
      

          }
          
        
        
      
      
  .cDcmHC {
    width:56px;
  height:56px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
          @media (min-width: 960px) {
            
  .cDcmHC {
    width:96px;
  height:96px;
  }
      

          }
          
        
        
      
      
  .fiGqwK {
    display:flex;
  row-gap:56px;
  column-gap:56px;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .bZJyWC {
    width:100%;
  height:auto;
  border-top-left-radius:14px;
  border-top-right-radius:14px;
  border-bottom-left-radius:14px;
  border-bottom-right-radius:14px;
  }
      

      
        
        
      
      
  .eVStOY {
    color:white;
  display:inline-block;
  font-size:32px;
  text-align:center;
  font-family:Literata;
  font-weight:var(--font-weight-normal);
  line-height:44px;
  }
      

      
          @media (min-width: 960px) {
            
  .eVStOY {
    font-size:64px;
  line-height:88px;
  }
      

          }
          
        
        
      
      
  .bLPYeU {
    row-gap:32px;
  column-gap:32px;
  }
      

      
        
        
      
      
  .cwqzGx {
    display:flex;
  background:var(--grey-800);
  align-items:flex-start;
  justify-content:flex-start;
  border-top-left-radius:26px;
  border-top-right-radius:26px;
  border-bottom-left-radius:26px;
  border-bottom-right-radius:26px;
  }
      

      
          @media (min-width: 960px) {
            
  .cwqzGx {
    max-width:960px;
  }
      

          }
          
        
        
      
      
  .cOjwte {
    border:1px solid var(--grey-800);
  flex-grow:1;
  background:linear-gradient(#212121 0%, var(--grey-800) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  flex-basis:0px;
  flex-shrink:1;
  padding-top:12px;
  padding-left:12px;
  border-radius:26px;
  padding-right:12px;
  padding-bottom:12px;
  }
      

      
        
        
      
      
  .bVZXDQ {
    width:100%;
  background:;
  border-radius:14px;
  }
      

      
          @media (min-width: 960px) {
            
  .bVZXDQ {
    width:auto;
  height:640px;
  }
      

          }
          
        
        
      
      
  .nordcraft-for-web-designers\:HtZrBfKesjz8oJdfbqsEH {
    flex:2;
  }
      

      
        
        
      
      
  .nordcraft-for-web-designers\:MMCGNZejTPCYaaOxgpIxs {
    text-align:right;
  }
      

      
        
        
      
      
  .dONChK {
    row-gap:64px;
  column-gap:64px;
  flex-direction:column;
  }
      

      
          @media (min-width: 960px) {
            
  .dONChK {
    flex-direction:row;
  }
      

          }
          
        
        
      
      
  .nordcraft-for-web-designers\:ObAZ9EUyP7yMStQH_O_A9 {
    text-align:right;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .nordcraft-for-web-designers\:OvsOT0elPZkdhSu-WSYjD {
    color:var(--light-blue);
  display:flex;
  max-width:560px;
  text-align:center;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .qkgQv {
    display:flex;
  row-gap:32px;
  column-gap:32px;
  align-items:center;
  padding-left:24px;
  padding-right:24px;
  justify-content:center;
  }
      

      
          @media (min-width: 960px) {
            
  .qkgQv {
    row-gap:96px;
  column-gap:96px;
  padding-top:128px;
  padding-left:96px;
  padding-right:96px;
  padding-bottom:128px;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dYngxQ {
    width:100vw;
  display:flex;
  flex-grow:1;
  background: black;
  flex-basis:0px;
  align-items:center;
  flex-shrink:1;
  justify-content:start;
  }
      

      
        
        
      
      
  .eyeTRy {
    color:var(--grey-400);
  text-align:center;
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  .cKSjns {
    color:var(--grey-400, #A3A3A3);
  display:inline-block;
  font-size:16px;
  font-family:Inter Tight;
  font-weight:var(--font-weight-light);
  line-height:24px;
  }
      

      
        
        
      
      
  .eWgcSE {
    gap:16px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .euDGUH {
    gap:8px;
  flex-grow:1;
  flex-basis:0px;
  flex-shrink:1;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
        
        
      
      
  .dOCfDk {
    gap:24px;
  width:100%;
  flex-wrap:wrap;
  max-width:1600px;
  padding-left:24px;
  padding-right:24px;
  flex-direction:column;
  }
      

      
          @media (min-width: 960px) {
            
  .dOCfDk {
    gap:32px;
  flex-direction:row;
  }
      

          }
          
        
        
      
      
  .uVxjo {
    flex:1;
  cursor:pointer;
  min-width:240px;
  box-shadow:0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  padding-top:12px;
  padding-left:12px;
  border-radius:26px;
  padding-right:12px;
  padding-bottom:12px;
  background-color:var(--grey-900, #171717);
  }
      

      
  .uVxjo.has-graphics {
    gap:12px;
  }
      


  .uVxjo:focus-visible {
    outline-color:var(--light-blue);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  background-color:var(--grey-800, #262626);
  }
      


  .uVxjo:hover {
    background: var(--grey-800);
  background-color:var(--grey-700, #404040);
  }
      


  .uVxjo:active {
    background-color:var(--grey-600, #525252);
  }
      

        
        
      
      
  .dkcgjo {
    color:var(--grey-400, #A3A3A3);
  display:inline-block;
  font-size:16px;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  line-height:24px;
  }
      

      
        
        
      
      
  .eRMqYa {
    color:var(--grey-200, #E5E5E5);
  font-size:24px;
  font-family:Inter Tight;
  font-weight:var(--font-weight-normal);
  line-height:32px;
  }
      

      
        
        
      
      
  .fnLHyf {
    gap:8px;
  width:100%;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
        
        
      
      
  .nordcraft_shared\/nordcraft-footer\:41KsL-teqT_JfR4YbvSFK {
    width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (min-width: 960px) {
            
  .nordcraft_shared\/nordcraft-footer\:41KsL-teqT_JfR4YbvSFK {
    display:flex;
  align-items:start;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .dNgjOn {
    color:var(--light-blue);
  font-size:20px;
  text-align:center;
  font-family:Literata;
  font-weight:var(--font-weight-normal);
  line-height:28px;
  }
      

      
          @media (min-width: 960px) {
            
  .dNgjOn {
    font-size:24px;
  line-height:32px;
  }
      

          }
          
        
        
      
      
  .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;
  }
      

        
        
      
      
  .nordcraft_shared\/nordcraft-footer\:8Q0fxibCb56hDvvAu3S4f {
    width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (min-width: 960px) {
            
  .nordcraft_shared\/nordcraft-footer\:8Q0fxibCb56hDvvAu3S4f {
    display:flex;
  align-items:start;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .dVQVAh {
    gap:8px;
  flex-grow:1;
  flex-basis:0px;
  flex-shrink:1;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
          @media (min-width: 960px) {
            
  .dVQVAh {
    flex-grow:0;
  flex-basis:0px;
  flex-shrink:0;
  }
      

          }
          
        
        
      
      
  .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-footer\:FsWkFSv1k-wUlBzwu8ccE {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
        
      
      
  .nordcraft_shared\/nordcraft-footer\:G4WEvbSU0d-AZQkspfQic {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bQCxkY {
    width:96px;
  height:160px;
  flex-grow:1;
  flex-basis:0px;
  align-items:center;
  flex-shrink:1;
  border-radius:14px;
  justify-content:center;
  background-color:#000;
  }
      

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

          }
          
        
        
      
      
  .KDTdX {
    width:100%;
  display:flex;
  align-items:center;
  padding-top:56px;
  padding-bottom:56px;
  justify-content:start;
  border-top-color:var(--grey-800);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
        
      
      
  .frdBzL {
    width:96px;
  height:160px;
  flex-grow:1;
  flex-basis:0px;
  object-fit:cover;
  flex-shrink:1;
  border-radius:14px;
  }
      

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

          }
          
        
        
      
      
  .nordcraft_shared\/nordcraft-footer\:RJYLLX-5z3l2tMyJxpUpa {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
        
      
      
  .nordcraft_shared\/nordcraft-footer\:RhYkC_NIGpcAWJkTFvi-U {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ehOjdf {
    color:var(--light-blue);
  font-size:24px;
  font-family:Literata;
  font-weight:var(--font-weight-light);
  line-height:32px;
  }
      

      
        
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
        
      
      
  .elVwuY {
    gap:16px;
  display:flex;
  flex-wrap:wrap;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (min-width: 960px) {
            
  .elVwuY {
    gap:24px;
  }
      

          }
          
        
        
      
      
  .cXiqQH {
    color:var(--grey-800);
  width:100%;
  height:80px;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/nordcraft:arrow-tree-4x.png/public") scroll padding-box border-box repeat no-repeat center center / 85px 80px;
  }
      

      
        
        
      
      
  .bjOIMv {
    gap:16px;
  display:flex;
  flex-wrap:wrap;
  align-items:start;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (min-width: 960px) {
            
  .bjOIMv {
    gap:24px;
  display:flex;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ezUoXR {
    gap:48px;
  width:100%;
  display:flex;
  align-items:center;
  padding-top:56px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:56px;
  justify-content:start;
  border-top-color:var(--grey-800);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .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-footer\:mueSsN0EldUSKp8HUeL4N {
    color:var(--grey-200, #E5E5E5);
  width:48px;
  cursor:pointer;
  height:48px;
  outline:none;
  align-items:center;
  border-radius:6px;
  justify-content:center;
  }
      

      
        
        
      
      
  .lcayW {
    color:white;
  display:flex;
  font-size:20px;
  align-items:center;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  justify-content:start;
  }
      

      
        
        
      
      
  .nordcraft_shared\/nordcraft-footer\:tw5Eb2xJ-Wb8ylG0EuWIH {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
        
      
      
  .nordcraft_shared\/nordcraft-footer\:zqKi60UfeuGHSd6YEyOL6 {
    width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (min-width: 960px) {
            
  .nordcraft_shared\/nordcraft-footer\:zqKi60UfeuGHSd6YEyOL6 {
    display:flex;
  align-items:start;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .nordcraft-for-web-designers\:Qtnivq6mKFwFyo3iwIkCD {
    width:100%;
  }
      

      
        
        
      
      
  .nordcraft-for-web-designers\:UOQEf_B9VIWYqhKINwsee {
    display:flex;
  max-width:960px;
  text-align:center;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .eHnVXh {
    display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eGpjXR {
    width:100%;
  display:flex;
  row-gap:64px;
  column-gap:64px;
  align-items:center;
  padding-top:96px;
  padding-bottom:96px;
  justify-content:flex-start;
  }
      

      
          @media (min-width: 960px) {
            
  .eGpjXR {
    padding-left:96px;
  padding-right:96px;
  }
      

          }
          
        
        
      
      
  .bxXODq {
    color:var(--grey-200);
  display:flex;
  row-gap:12px;
  font-size:13px;
  background: var(--grey-800);
  box-shadow:0px 2px 2px 0px #00000066 inset, 0px 2px 4px 0px #00000020;
  column-gap:12px;
  align-items:flex-start;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:column;
  padding-bottom:12px;
  justify-content:flex-start;
  border-top-left-radius:14px;
  border-top-right-radius:14px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .JMaJm {
    width:32px;
  height:32px;
  display:flex;
  object-fit:cover;
  align-items:center;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
        
      
      
  .cqpJsI {
    width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .fzhEbp {
    color:var(--grey-400);
  font-size:11px;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dVRgPv {
    color:var(--grey-400);
  display:flex;
  row-gap:6px;
  column-gap:6px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .dgtBZn {
    display:flex;
  row-gap:12px;
  column-gap:12px;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .convince-your-devs\:-pJv6Ig4FLSjj7BPx60HK {
    width:100%;
  border-bottom-color:var(--grey-800);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .bTxKip {
    color:var(--grey-200);
  width:fit-content;
  font-size:13px;
  background: var(--grey-700);
  box-shadow:0px 2px 4px 0px #00000099;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  line-height:16px;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
  .bTxKip.first-comment {
    border-bottom-left-radius:4px;
  }
      


  .bTxKip.second-comment {
    border-top-left-radius:4px;
  }
      

        
        
      
      
  .convince-your-devs\:2S-T2iXZ5_Mug_kaZxXCW {
    max-width:200px;
  }
      

      
        
        
      
      
  .dOQdpk {
    color:black;
  width:fit-content;
  font-size:13px;
  background: var(--light-blue);
  box-shadow:0px 2px 4px 0px #00000099;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  line-height:16px;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  }
      

      
  .dOQdpk.first-comment {
    border-bottom-right-radius:4px;
  }
      


  .dOQdpk.second-comment {
    border-top-right-radius:4px;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .eoVIEi {
    width:100%;
  display:flex;
  row-gap:2px;
  column-gap:2px;
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
        
      
      
  .qKYQP {
    width:100%;
  display:flex;
  row-gap:2px;
  column-gap:2px;
  align-items:flex-end;
  justify-content:center;
  }
      

      
        
        
      
      
  .dFgvki {
    width:100%;
  display:flex;
  row-gap:2px;
  animation:;
  column-gap:2px;
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
        
      
      
  .convince-your-devs\:B3U40IS7J9wSdeyQ0eK9L {
    color:var(--light-blue);
  display:flex;
  max-width:560px;
  text-align:center;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .jPPwi {
    width:640px;
  filter:blur(64px);
  height:640px;
  opacity:0.6;
  background:radial-gradient(var(--light-blue) 0%, transparent 60%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

      
        
        
      
      
  .convince-your-devs\:H6TilJLHGZtNCEjZ58QeO {
    display:flex;
  max-width:720px;
  text-align:center;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .convince-your-devs\:KAiOJynm-eLTyV6zCu3WT {
    max-width:80%;
  }
      

      
        
        
      
      
  .convince-your-devs\:KCohDVE1_kwDqtN54grOl {
    max-width:240px;
  }
      

      
        
        
      
      
  .bXMDaN {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .convince-your-devs\:OBPnuNwl9l16oAGU-KSBg {
    font-size:32px;
  font-style:italic;
  text-align:center;
  font-family:Literata;
  line-height:40px;
  }
      

      
          @media (min-width: 960px) {
            
  .convince-your-devs\:OBPnuNwl9l16oAGU-KSBg {
    font-size:56px;
  max-width:1050px;
  line-height:72px;
  }
      

          }
          
        
        
      
      
  .ciwZsq {
    flex:1;
  width:100%;
  display:flex;
  row-gap:24px;
  flex-wrap:wrap;
  background:;
  column-gap:24px;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
          @media (min-width: 960px) {
            
  .ciwZsq {
    row-gap:32px;
  column-gap:32px;
  }
      

          }
          
        
        
      
      
  .chiXUv {
    flex:1  ;
  color:white;
  display:inline-block;
  font-size:20px;
  max-width:640px;
  text-align:center;
  font-family:Literata;
  font-weight:var(--font-weight-regular);
  line-height:32px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .lQrLq {
    flex:1  ;
  width:100%;
  display:flex;
  row-gap:16px;
  animation:;
  column-gap:16px;
  overflow-y:scroll;
  align-items:flex-start;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:column;
  padding-bottom:12px;
  justify-content:flex-start;
  scrollbar-width:none;
  }
      
.lQrLq::-webkit-scrollbar {
  width: 0;
}


      
        
                  @keyframes animation-chvcpF {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        0% {
                          margin-top: 28%;
                        }
                        

                        20% {
                          opacity: 1;
                        }
                        

                        100% {
                          margin-top: -92%;
                        }
                        
                  }
                  
        
      
      
  
      

      
        
        
      
      
  .cyGPTN {
    width:320px;
  height:640px;
  position:absolute;
  background: black;
  box-shadow:0px 2px 2px 0px #ffffff33 inset, 0px 2px 4px 0px #00000099;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  border-top-left-radius:26px;
  border-top-right-radius:26px;
  border-bottom-left-radius:26px;
  border-bottom-right-radius:26px;
  }
      

      
        
        
      
      
  .convince-your-devs\:d0jPjM94pVvN0dZSkiwaS {
    max-width:240px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .convince-your-devs\:fKmLiMcJnY_-frs7ymPZa {
    max-width:230px;
  }
      

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

      
        
        
      
      
  .convince-your-devs\:nE-TtMa2nDFSiFZwLlDWG {
    max-width:176px;
  }
      

      
        
        
      
      
  .convince-your-devs\:no8OkO9eQ8FXGi0vecH5J {
    max-width:248px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bpidhR {
    row-gap:12px;
  background: var(--grey-800);
  box-shadow:0px -2px 4px 0px #00000033, 0px -2px 2px 0px #00000066 inset;
  column-gap:12px;
  align-items:center;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:12px;
  border-bottom-left-radius:14px;
  border-bottom-right-radius:14px;
  }
      

      
        
        
      
      
  .dERHgj {
    color:var(--grey-400);
  height:100%;
  display:flex;
  font-size:13px;
  background: var(--grey-900);
  align-items:center;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  aspect-ratio:1/1;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
        
      
      
  .dLnlrj {
    flex:1  ;
  color:var(--grey-600);
  font-size:13px;
  background: var(--grey-900);
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  padding-top:12px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:12px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bVBtlo {
    width:100%;
  height:100%;
  background: var(--grey-900);
  box-shadow:0px 0px 2px  #00000066 inset;
  overflow-y:hidden;
  border-top-left-radius:14px;
  border-top-right-radius:14px;
  border-bottom-left-radius:14px;
  border-bottom-right-radius:14px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fuNeVi {
    flex:1;
  display:flex;
  row-gap:32px;
  column-gap:32px;
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
        
      
      
  .cLDBOY {
    row-gap:8px;
  column-gap:8px;
  }
      

      
        
        
      
      
  .IGEzs {
    display:flex;
  row-gap:32px;
  column-gap:32px;
  align-items:center;
  flex-direction:column;
  justify-content:flex-start;
  }
      

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

      
        
        
      
      
  .bzyMtA {
    color:white;
  width:100%;
  height:auto;
  display:flex;
  font-size:24px;
  transition:height 300ms ease  ;
  align-items:flex-start;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  border-bottom:1px solid var(--grey-800);
  outline-style:none;
  justify-content:center;
  }
      

      
        
        
      
      
  .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;
  }
      

      
        
        
      
      
  .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;
  }
      

      
        
        
      
      
  .dHVoYc {
    width:100%;
  cursor:default;
  display:flex;
  align-items:center;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:24px;
  justify-content:space-between;
  }
      

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

        
        
      
      
  .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;
  }
      

      
        
        
      
      
  .ffHKrQ {
    rotate:0 0 1 0deg;
  font-size:inherit;
  background:;
  transition:rotate 300ms ease  ;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
  .ffHKrQ.open {
    rotate:0 0 1 180deg;
  background:;
  transition:rotate 300ms ease  ;
  }
      

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

      
        
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:B8CePX6C-j-G5Y-0DqOKf {
    color:var(--grey-400);
  font-size:16px;
  }
      

      
        
        
      
      
  .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;
  }
      

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

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

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

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

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

      
        
        
      
      
  .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\:PuMpmyedaLTc4PepOn6Fk {
    color:var(--grey-400);
  font-size:16px;
  }
      

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

      
        
        
      
      
  .nordcraft_shared\/nordcraft-website-menu\:UYWuXTgizHFpVEh4UJzpY {
    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;
  }
      

      
  
      

        
        
      
      
  .binUUT {
    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;
  }
      

      
          @media (max-width: 960px) {
            
  .binUUT {
    display:none;
  }
      

          }
          
        
        
      
      
  .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\:aSzATSJVdHvVZm9SYVOUp {
    color:var(--grey-400);
  font-size:16px;
  }
      

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

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

      
        
        
      
      
  
      

      
        
        
      
      
  .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;
  }
      

      
        
        
      
      
  
      

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

      
        
        
      
      
  .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;
  }
      

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

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

      
        
        
      
      
  .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;
  }
      

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

      
        
        
      
      
  .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;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dEltha {
    width:100%;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
        
      
      
  .cIkznP {
    color:black;
  width:100%;
  cursor:pointer;
  animation:;
  font-size:24px;
  background: var(--light-blue);
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  padding-top:12px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:12px;
  border-top-left-radius:14px;
  border-top-right-radius:14px;
  border-bottom-left-radius:14px;
  border-bottom-right-radius:14px;
  }
      

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


  .cIkznP:focus-visible {
    outline-color:var(--light-blue);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  }
      


  .cIkznP.no-more-arguments {
    color:var(--grey-200);
  cursor:no-drop;
  background:var(--grey-800);
  }
      

        
        
      
      
  .cWWeIa {
    width:100%;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  }
      

      
        
        
      
      
  .eyCDeZ {
    width:100%;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  }
      

      
        
        
      
      
  .eVuund {
    color:var(--grey-200);
  font-size:24px;
  background:var(--grey-700);
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  padding-top:8px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:8px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .eVuund:hover {
    background:var(--grey-600);
  }
      

        
        
      
      
  .vbPUN {
    color:var(--grey-200);
  animation:;
  flex-wrap:wrap;
  font-size:24px;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  line-height:32px;
  }
      

      
        
        
      
      
  .cKDXbb {
    width:100%;
  display:flex;
  row-gap:24px;
  flex-wrap:wrap;
  column-gap:24px;
  align-items:flex-start;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  flex-direction:column;
  padding-bottom:24px;
  justify-content:center;
  border-bottom-color:var(--grey-900);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
          @media (min-width: 960px) {
            
  .cKDXbb {
    row-gap:32px;
  column-gap:32px;
  padding-top:48px;
  padding-left:48px;
  padding-right:48px;
  padding-bottom:48px;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .dfVFSl {
    width:100%;
  display:flex;
  row-gap:80px;
  max-width:1600px;
  column-gap:80px;
  align-items:center;
  padding-top:96px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:96px;
  justify-content:flex-start;
  }
      

      
          @media (min-width: 960px) {
            
  .dfVFSl {
    row-gap:128px;
  column-gap:128px;
  }
      

          }
          
        
        
      
      
  .nordcraft-for-web-designers\:gNeBMS3-8zB0tBtaE3HxS {
    flex:2;
  }
      

      
        
        
      
      
  .scAbE {
    display:none;
  }
      

      
          @media (min-width: 1280px) {
            
  .scAbE {
    top:;
  left:;
  right:;
  width:fit-content;
  display:flex;
  row-gap:16px;
  z-index:1;
  position:fixed;
  column-gap:16px;
  align-items:center;
  margin-left:auto;
  padding-top:16px;
  margin-right:auto;
  padding-left:16px;
  padding-right:16px;
  flex-direction:column;
  padding-bottom:16px;
  justify-content:flex-end;
  }
      

          }
          
        
        
      
      
  .bWMwnq {
    row-gap:4px;
  animation:300ms ease 0ms 1 normal none running animation-bdHHCp, 300ms ease 0ms 1 normal none running animation-cJDXep;
  background: #171717cc;
  box-shadow:0px 8px 24px 0px #00000099, 0px 1px 1px 0px #ffffff1a inset;
  column-gap:4px;
  transition:all 300ms ease  ;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  backdrop-filter:blur(10px);
  border-top-left-radius:26px;
  border-top-right-radius:26px;
  border-bottom-left-radius:26px;
  border-bottom-right-radius:26px;
  }
      

      
  .bWMwnq.product {
    width:480px;
  height:140px;
  }
      


  .bWMwnq.learn {
    width:640px;
  height:260px;
  }
      


  .bWMwnq.community {
    width:720px;
  height:320px;
  }
      

        
                  @keyframes animation-bdHHCp {
                    
                        0% {
                          scale: 1 1;
                        }
                        

                        30% {
                          scale: 1.025 1.025;
                        }
                        

                        100% {
                          scale: 1 1;
                        }
                        
                  }
                  

                  @keyframes animation-cJDXep {
                    
                        0% {
                          top: 8px;
                        }
                        

                        50% {
                          top: -8px;
                        }
                        

                        100% {
                          top: 0px;
                        }
                        
                  }
                  

                  @keyframes animation-diizqv {
                    
                        0% {
                          opacity: 1;
                        }
                        

                        100% {
                          opacity: 0;
                        }
                        
                  }
                  
        
      
      
  .bsqVQG {
    font:var(--font-weight-regular) 16px Inter Tight;
  color:white;
  width:fit-content;
  height:40px;
  display:flex;
  row-gap:8px;
  background:;
  column-gap:8px;
  align-items:center;
  padding-left:16px;
  border-radius:6px;
  padding-right:16px;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .bsqVQG:hover {
    background: #00000080;
  }
      


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

        
        
      
      
  
      

      
        
        
      
      
  .dETuwj {
    row-gap:4px;
  column-gap:4px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .coZYoV {
    row-gap:12px;
  background:;
  column-gap:12px;
  flex-direction:row;
  }
      

      
        
        
      
      
  .WYjyb {
    width:40px;
  height:40px;
  display:flex;
  background: black;
  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;
  }
      

      
        
        
      
      
  .cRsrTG {
    flex:1  ;
  font:var(--font-weight-regular) 16px Inter Tight;
  color:white;
  cursor:pointer;
  display:flex;
  row-gap:12px;
  animation:;
  column-gap:12px;
  align-items:center;
  padding-top:8px;
  padding-left:8px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:flex-start;
  border-top-left-radius:14px;
  border-top-right-radius:14px;
  border-bottom-left-radius:14px;
  border-bottom-right-radius:14px;
  }
      

      
  .cRsrTG:hover {
    background: #262626cc;
  }
      


  .cRsrTG:focus-visible {
    animation:2s ease 0ms 1 normal none running animation-empty;
  outline-color:var(--light-blue);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  }
      


  .cRsrTG.animate-in {
    animation:300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms 1 normal both running animation-DYGLl;
  }
      

        
                  @keyframes animation-DYGLl {
                    
                        0% {
                          margin-top: -6px;
                        }
                        

                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          margin-top: 0px;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  

        
      
      
  
      

      
        
        
      
      
  .flXXlh {
    color:white;
  font-size:inherit;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .a-DweV {
    color:var(--grey-400);
  display:flex;
  row-gap:4px;
  column-gap:4px;
  align-items:center;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fcAjzk {
    flex:2  ;
  row-gap:4px;
  column-gap:4px;
  flex-direction:column;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dDCkZg {
    flex:1  ;
  display:flex;
  background: black;
  transition:all 300ms ease  ;
  align-items:center;
  padding-top:32px;
  padding-left:32px;
  padding-right:32px;
  padding-bottom:32px;
  justify-content:center;
  border-top-left-radius:14px;
  border-top-right-radius:14px;
  border-bottom-left-radius:14px;
  border-bottom-right-radius:14px;
  }
      

      
        
        
      
      
  .cZqFZk {
    color:white;
  display:inline-block;
  font-size:16px;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  line-height:22px;
  }
      

      
        
        
      
      
  .cBjFub {
    color:var(--grey-400);
  display:inline-block;
  font-size:16px;
  font-family:Inter Tight;
  font-weight:var(--font-weight-light);
  }
      

      
        
        
      
      
  .chRPcF {
    width:100%;
  display:flex;
  row-gap:12px;
  animation:3s ease 0ms 1 normal none running animation-diMMIZ;
  column-gap:12px;
  align-items:flex-start;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
                  @keyframes animation-diMMIZ {
                    
                        0% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
        
      
      
  .XFfsC {
    left:0px;
  width:100%;
  bottom:0px;
  height:20vh;
  display:flex;
  row-gap:10%;
  position:absolute;
  animation:;
  column-gap:10%;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:flex-end;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .rhQuE {
    width:140%;
  height:100%;
  display:flex;
  animation:;
  align-items:flex-end;
  flex-direction:row;
  justify-content:center;
  transform-origin:center bottom;
  }
      

      
        
        
      
      
  .epIQLS {
    width:10%;
  height:60%;
  display:flex;
  animation:3s cubic-bezier(0.42, 0, 0.58, 1) 0ms infinite alternate forwards running animation-btJssa;
  align-items:center;
  justify-content:flex-end;
  transform-origin:center bottom;
  }
      

      
        
                  @keyframes animation-btJssa {
                    
                        0% {
                          translate: var(--startend) var(--middle) 0;
                        }
                        

                        0% {
                          rotate: 0 0 1 0deg;
                        }
                        

                        50% {
                          rotate: 0 0 1 var(--rotation);
                        }
                        

                        50% {
                          translate: var(--middle) var(--startend) 0;
                        }
                        

                        100% {
                          translate: var(--startend) var(--middle) 0;
                        }
                        

                        100% {
                          rotate: 0deg;
                        }
                        
                  }
                  
        
      
      
  .fPTrp {
    scale:1 var(--scaleY) 1;
  width:100%;
  filter:blur(25px);
  height:100%;
  rotate:0 0 1 25deg;
  display:flex;
  animation:;
  translate:var(--offsetX) var(--offsetY) 0;
  background:linear-gradient(to bottom, var(--grey-900) 0%, var(--blue) 50%, var(--green) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  align-items:center;
  justify-content:flex-end;
  transform-origin:center center;
  }
      

      
        
        
      
      
  .nordcraft_shared\/menu-extra-info\:PTGeFYXrGdWlZJdtEF_JU {
    top:0px;
  left:0px;
  height:100%;
  position:absolute;
  border-top-left-radius:14px;
  border-top-right-radius:14px;
  border-bottom-left-radius:14px;
  border-bottom-right-radius:14px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bjZpmb {
    row-gap:12px;
  animation:;
  column-gap:12px;
  flex-direction:row;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .nordcraft_shared\/menu-product\:CeO9b-r2i8CQKjBQty4hU {
    animation:2s ease 0ms 1 normal none running animation-empty;
  max-height:56px;
  }
      

      
        
        
      
      
  .eUGGrp {
    color:white;
  width:40px;
  height:40px;
  display:flex;
  background: black;
  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;
  }
      

      
        
        
      
      
  .ehwftb {
    color:var(--light-blue);
  width:40px;
  height:40px;
  display:flex;
  animation:;
  background: black;
  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;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .kNzhH {
    flex:2  ;
  width:fit-content;
  row-gap:4px;
  animation:2s ease 0ms 1 normal none running animation-empty;
  column-gap:4px;
  flex-direction:column;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .nordcraft_shared\/did-you-know\:dyEsEpsT1uPL_J8fM21X3 {
    top:0px;
  left:0px;
  height:100%;
  position:absolute;
  border-top-left-radius:14px;
  border-top-right-radius:14px;
  border-bottom-left-radius:14px;
  border-bottom-right-radius:14px;
  }
      

      
        
        
      
      
  .dRjxgF {
    width:48px;
  height:48px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
        
      
      
  .epKFiN {
    color:var(--grey-400);
  font-size:13px;
  font-family:Inter Tight;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .boHnkh {
    color:white;
  display:inline-block;
  text-align:center;
  font-family:Literata;
  }
      

      
        
        
      
      
  .frhATz {
    display:flex;
  row-gap:16px;
  animation:3s ease 0ms 1 normal none running animation-diMMIZ;
  column-gap:16px;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .nordcraft_shared\/menu-product\:_zKBd7j6MrmpsgVgPzge4 {
    animation:;
  max-height:56px;
  }
      

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

      
        
        
      
      
  .nordcraft_shared\/menu-product\:iVvAptwqnQlzTilOzMX0r {
    animation:ease 600ms 1 normal forwards running animation-mwGqj 600px;
  }
      

      
        
                  @keyframes animation-mwGqj {
                    
                        0% {
                          margin-top: -60px;
                        }
                        

                        100% {
                          margin-top: 0;
                        }
                        
                  }
                  
        
      
      
  .cNEDxk {
    color:var(--light-green);
  font-size:inherit;
  font-family:inherit;
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fmVKqO {
    color:var(--light-green);
  width:40px;
  height:40px;
  display:flex;
  animation:;
  background: black;
  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;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

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

      
  .dGMIRd:hover {
    background: #00000080;
  }
      


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

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .nordcraft_shared\/menu-community\:-g8-MQpRpX5Cud1uUUDNb {
    animation:2s ease 0ms 1 normal none running animation-empty;
  }
      

      
        
        
      
      
  .burZwz {
    color:var(--grey-400);
  display:flex;
  row-gap:5px;
  column-gap:5px;
  align-items:center;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .nordcraft_shared\/menu-community\:CeO9b-r2i8CQKjBQty4hU {
    display:flex;
  align-items:center;
  padding-left:8px;
  padding-right:16px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bLqfKk {
    color:var(--grey-200);
  width:40px;
  height:40px;
  display:flex;
  animation:;
  background: black;
  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;
  }
      

      
        
        
      
      
  .crDSpw {
    display:flex;
  row-gap:12px;
  column-gap:12px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bSsxKF {
    flex:2  ;
  width:fit-content;
  row-gap:4px;
  column-gap:4px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .edtNZX {
    color:white;
  width:40px;
  height:40px;
  display:flex;
  animation:;
  background: black;
  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\/menu-community\:_zKBd7j6MrmpsgVgPzge4 {
    animation:;
  }
      

      
        
        
      
      
  .nordcraft_shared\/menu-community\:iVvAptwqnQlzTilOzMX0r {
    animation:2s ease 0ms 1 normal none running animation-empty;
  }
      

      
        
        
      
      
  .ffLUfE {
    font-size:13px;
  background: var(--grey-900);
  font-family:inherit;
  font-weight:inherit;
  padding-top:4px;
  border-color:var(--light-green);
  border-style:solid;
  border-width:1px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:4px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
        
      
      
  .nordcraft_shared\/menu-community\:syDUi7Wd5PC-pnf8n0rCH {
    animation:2s ease 0ms 1 normal none running animation-empty;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .nordcraft-for-web-designers\:kduVXqsktnoUr3OK2qVxw {
    display:block;
  max-width:960px;
  text-align:center;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .fccSuJ {
    color:white;
  cursor:pointer;
  height:80px;
  display:flex;
  row-gap:8px;
  animation:;
  font-size:24px;
  background:#00000099;
  box-shadow:0px 1px 2px 0px #ffffff4d inset, 0px 0px 16px 0px #00000099, 0px 0px 128px 0px #00000020;
  column-gap:8px;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:all 300ms ease  , box-shadow 1s ease  ;
  align-items:center;
  font-family:Inter Tight;
  font-weight:var(--font-weight-light);
  padding-top:8px;
  padding-left:56px;
  padding-right:56px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .fccSuJ:hover {
    color:var(--light-blue);
  scale:1.05 1.05 1;
  background: #17171780;
  transition:all 300ms ease 0ms normal;
  }
      


  .fccSuJ:focus-visible {
    color:var(--light-blue);
  transform:scale(1.05, 1.05);
  background:#17171780;
  transition:all 300ms ease 0ms normal;
  outline-color:var(--light-blue);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  }
      


          @media (max-width: 960px) {
            
  .fccSuJ {
    display:none;
  }
      

          }
          
        
        
      
      
  .fjFduX {
    top:0px;
  left:0px;
  width:100%;
  height:800px;
  position:absolute;
  background:linear-gradient(rgba(23, 23, 23, 0) 25%, rgb(23, 23, 23)) scroll border-box padding-box repeat repeat 0% 0% / auto, none scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

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

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
        
      
      
  .eqlEzp {
    color:white;
  font-size:inherit;
  font-family:inherit;
  font-weight:var(--font-weight-regular);
  margin-right:4px;
  }
      

      
        
        
      
      
  .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;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .VQgxA {
    flex:1;
  width:100%;
  display:flex;
  row-gap:64px;
  flex-wrap:wrap;
  background:;
  column-gap:64px;
  align-items:center;
  padding-top:32px;
  flex-direction:column;
  padding-bottom:32px;
  justify-content:center;
  }
      

      
          @media (min-width: 960px) {
            
  .VQgxA {
    padding-top:96px;
  }
      

          }
          
        
        
      
      
  .nordcraft-for-web-designers\:nMfS_4yQDPmqw3N4vLJWZ {
    font-size:32px;
  font-style:italic;
  text-align:center;
  font-family:Literata;
  line-height:40px;
  }
      

      
          @media (min-width: 960px) {
            
  .nordcraft-for-web-designers\:nMfS_4yQDPmqw3N4vLJWZ {
    font-size:56px;
  max-width:1024px;
  line-height:72px;
  }
      

          }
          
        
        
      
      
  .eyGyKC {
    row-gap:32px;
  column-gap:32px;
  flex-direction:column;
  }
      

      
          @media (min-width: 960px) {
            
  .eyGyKC {
    row-gap:64px;
  column-gap:64px;
  flex-direction:row;
  }
      

          }
          
        
        
      
      
  .nordcraft-for-web-designers\:rkj5iAGXhx6C_E7mg4_j5 {
    flex:2;
  }
      

      
        
        
      
      
  .ewuoMG {
    color:var(--grey-400);
  display:inline-block;
  font-size:18px;
  text-align:center;
  font-family:Inter Tight;
  font-weight:var(--font-weight-regular);
  }
      

      
          @media (min-width: 960px) {
            
  .ewuoMG {
    font-size:24px;
  }
      

          }
          
        
        
      