
@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;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-firacode: 'Fira Code',monospace;
--font-lora: 'Lora',serif;
--font-epilogue: 'Epilogue',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;
    /* 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;
    }
  }
}

      
  .Dnosm {
    width:100%;
  align-items:center;
  justify-content:start;
  background-color:var(--grey-900);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ccMrAZ {
    gap:16px;
  width:100%;
  }
      

      
        
        
      
      
  .ePwzAr {
    gap:16px;
  background:#000;
  box-shadow:0px 32px 16px 0px #000000 inset;
  margin-top:48px;
  align-items:center;
  padding-top:48px;
  border-color:var(--grey-700);
  border-style:solid;
  border-width:1px;
  padding-left:48px;
  padding-right:48px;
  flex-direction:column;
  padding-bottom:48px;
  justify-content:start;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
        
      
      
  .cJpGzy {
    width:100%;
  height:auto;
  border-color:var(--grey-700);
  border-style:solid;
  border-width:1px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
        
      
      
  .eroqTt {
    width:64px;
  height:64px;
  box-shadow:0px 1px 0px 0px #6363634d inset, 0px 2px 4px 0px #000000bf;
  border-color:var(--grey-800, #262626);
  border-style:solid;
  border-width:1px;
  border-radius:200px;
  }
      

      
        
        
      
      
  .fCzEVP {
    width:100%;
  row-gap:48px;
  column-gap:48px;
  }
      

      
          @media (min-width: 1280px) {
            
  .fCzEVP {
    width:100%;
  max-width:960px;
  background:var(--grey-800);
  box-shadow:0px 0px 128px 0px black;
  padding-top:96px;
  border-color:var(--grey-700);
  border-style:solid;
  border-width:1px;
  padding-left:96px;
  padding-right:96px;
  padding-bottom:96px;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

          }
          
        
        
      
      
  .FGMCm {
    width:100%;
  min-height:64px;
  align-items:center;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  justify-content:center;
  background-color:#000;
  border-top-color:var(--grey-800, #262626);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
        
      
      
  .dHzIqf {
    color:var(--grey-400);
  display:inline-block;
  font-size:13px;
  font-family:'Fira Code';
  font-weight:var(--font-weight-regular);
  line-height:20px;
  }
      

      
  .dHzIqf.large {
    font-size:18px;
  line-height:28px;
  }
      


  .dHzIqf.subheader {
    color:var(--grey-400, #A3A3A3);
  font-size:24px;
  line-height:32px;
  }
      


  .dHzIqf.centered {
    text-align:center;
  }
      


  .dHzIqf.seriffont {
    font-size:20px;
  font-family:'Lora';
  line-height:34px;
  }
      


  .dHzIqf.standfirst {
    color:var(--grey-200);
  font-size:24px;
  line-height:36px;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .craftsmanship\:8adNwAOseEuxJ8ljMOxXN {
    color:var(--grey-200, #E5E5E5);
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .craftsmanship\:9CyA9VAJKvdgjMIf8Ukv7 {
    margin-top:-32px;
  line-height:;
  }
      

      
        
        
      
      
  .WswPr {
    top:0px;
  width:100%;
  height:36px;
  z-index:1;
  position:fixed;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  background-color:var(--grey-900, #171717);
  }
      

      
        
        
      
      
  .cfBEsO {
    flex:1;
  height:100%;
  align-items:start;
  padding-top:8px;
  padding-left:4px;
  padding-right:8px;
  flex-direction:column;
  padding-bottom:8px;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .MuoHu {
    width:100%;
  height:2px;
  border-radius:100px;
  flex-direction:row;
  background-color:var(--grey-700, #404040);
  }
      

      
        
        
      
      
  .ivaIX {
    width:100%;
  height:2px;
  border-radius:100px;
  flex-direction:row;
  background-color:var(--grey-800, #262626);
  }
      

      
        
        
      
      
  .bAOmos {
    width:100%;
  height:2px;
  border-radius:100px;
  flex-direction:row;
  background-color:var(--grey-600, #525252);
  }
      

      
        
        
      
      
  .coVspq {
    color:var(--grey-200, #E5E5E5);
  width:fit-content;
  cursor:pointer;
  font-family:'Fira Code';
  padding-top:4px;
  padding-left:12px;
  border-radius:6px;
  padding-right:12px;
  padding-bottom:4px;
  }
      

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


  .coVspq:focus-visible {
    outline-color:var(--yellow-500, #F59E0B);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  }
      


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

        
        
      
      
  .bQvYuG {
    flex:1;
  height:100%;
  align-items:start;
  padding-top:8px;
  padding-left:8px;
  padding-right:4px;
  flex-direction:column;
  padding-bottom:8px;
  justify-content:space-between;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bjeNwv {
    gap:8px;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .eyQJSM {
    position:absolute;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .craftsmanship\:CbF-tBRGyJLgudkyJwIU7 {
    line-height:;
  }
      

      
        
        
      
      
  .cKsYcb {
    width:128px;
  height:128px;
  box-shadow:0px 1px 0px 0px #6363634d inset, 0px 2px 4px 0px #000000bf;
  border-color:var(--grey-800, #262626);
  border-style:solid;
  border-width:1px;
  border-radius:200px;
  }
      

      
        
        
      
      
  .chMSG {
    color:var(--grey-200, #E5E5E5);
  width:100%;
  font-size:16px;
  font-family:'Fira Code';
  font-weight:var(--font-weight-regular);
  text-shadow:0px 2px 4px #00000066;
  }
      

      
  .chMSG.large {
    font-size:24px;
  }
      


  .chMSG.seriffont {
    font-family:'Lora';
  }
      

        
        
      
      
  .craftsmanship\:Fihb1nDoSPtB6FkUZBXsb {
    color:var(--yellow-500);
  }
      

      
        
        
      
      
  .craftsmanship\:FnedACmFFwwKRAKD8kz5- {
    color:var(--yellow-500, #F59E0B);
  }
      

      
        
        
      
      
  .craftsmanship\:GnfQrUwsCK_W0CFWZJ2pK {
    margin-top:-32px;
  line-height:;
  }
      

      
        
        
      
      
  .NMeQT {
    right:0px;
  width:100%;
  bottom:0px;
  z-index:1;
  position:fixed;
  align-items:end;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  justify-content:center;
  }
      

      
        
        
      
      
  .busWEs {
    gap:8px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

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

      
        
        
      
      
  .fteLIu {
    gap:8px;
  flex:3;
  align-items:start;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .craftsmanship\:OurgrmreGrHn0aDPY8E5C {
    margin-top:-32px;
  line-height:;
  }
      

      
        
        
      
      
  .epedPW {
    gap:4px;
  flex:1;
  color:var(--grey-400, #A3A3A3);
  width:100%;
  flex-wrap:wrap;
  font-size:13px;
  background:var(--grey-800);
  box-shadow:0px 1px 0px 0px #6363634d inset, 0px 2px 4px 0px #00000044;
  margin-top:-32px;
  transition:box-shadow 100ms cubic-bezier(0.76, 0.05, 0.85, 0.06) 0ms normal;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  flex-direction:column;
  padding-bottom:8px;
  }
      

      
  .epedPW:hover {
    color:var(--grey-200, #E5E5E5);
  box-shadow:0px 4px 8px 0px #00000044;
  transition:box-shadow 100ms cubic-bezier(0.76, 0.05, 0.85, 0.06) 0ms normal;
  background-color:var(--grey-700, #404040);
  }
      


          @media (min-width: 640px) {
            
  .epedPW {
    background:var(--grey-900);
  flex-direction:row;
  }
      

          }
          

  .epedPW:focus-visible {
    color:var(--grey-200, #E5E5E5);
  box-shadow:0px 4px 8px 0px #00000044;
  transition:scale 100ms cubic-bezier(0.76, 0.05, 0.85, 0.06) 0ms normal, box-shadow 100ms cubic-bezier(0.76, 0.05, 0.85, 0.06) 0ms normal;
  outline-color:var(--yellow-600, #D97706);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  background-color:var(--grey-600, #525252);
  }
      


  .epedPW:active {
    color:var(--grey-200, #E5E5E5);
  background-color:var(--grey-500, #737373);
  }
      

        
        
      
      
  .cQWRGN {
    gap:8px;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .fauStk {
    color:var(--grey-200, #E5E5E5);
  width:100%;
  font-size:18px;
  font-family:'Fira Code';
  font-weight:var(--font-weight-regular);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dEPFWQ {
    color:var(--grey-200, #E5E5E5);
  width:fit-content;
  font-size:24px;
  font-family:'Fira Code';
  font-weight:var(--font-weight-regular);
  text-shadow:0px 2px 4px #000000cc;
  }
      

      
  .dEPFWQ.large {
    font-size:48px;
  font-weight:var(--font-weight-normal);
  line-height:56px;
  }
      


  .dEPFWQ.centered {
    text-align:center;
  }
      


  .dEPFWQ.seriffont {
    font-family:'Lora';
  }
      


          @media (min-width: 1024px) {
            
  .dEPFWQ {
    font-size:48px;
  font-weight:var(--font-weight-normal);
  line-height:56px;
  }
      

          }
          
        
        
      
      
  .craftsmanship\:Qj98HVxnPle0LU3mJt6ny {
    width:100%;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .craftsmanship\:RxDB8VVgjMau-ZYwjvjBd {
    color:var(--yellow-500);
  }
      

      
        
        
      
      
  .bqmVdY {
    gap:4px;
  }
      

      
        
        
      
      
  .dghAGB {
    color:var(--grey-200, #E5E5E5);
  scale:1;
  width:fit-content;
  height:26px;
  font-size:13px;
  box-shadow:0px 1px 0px 0px #6363634d inset, 0px 2px 4px 0px #00000044;
  transition:scale 100ms cubic-bezier(0.76, 0.05, 0.85, 0.06) 0ms normal, box-shadow 100ms cubic-bezier(0.76, 0.05, 0.85, 0.06) 0ms normal;
  align-items:center;
  font-family:'Fira Code';
  font-weight:var(--font-weight-regular);
  border-radius:6px;
  flex-direction:row;
  justify-content:start;
  background-color:var(--grey-700, #404040);
  }
      

      
  .dghAGB:hover {
    box-shadow:0px 4px 8px 0px #00000044;
  transition:scale 100ms cubic-bezier(0.76, 0.05, 0.85, 0.06) 0ms normal, box-shadow 100ms cubic-bezier(0.76, 0.05, 0.85, 0.06) 0ms normal;
  background-color:var(--grey-600, #525252);
  }
      


  .dghAGB:focus-visible {
    box-shadow:0px 4px 8px 0px #00000044;
  transition:scale 100ms cubic-bezier(0.76, 0.05, 0.85, 0.06) 0ms normal, box-shadow 100ms cubic-bezier(0.76, 0.05, 0.85, 0.06) 0ms normal;
  outline-color:var(--yellow-600, #D97706);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  background-color:var(--grey-600, #525252);
  }
      


  .dghAGB:active {
    color:var(--grey-100, #F5F5F5);
  background-color:var(--grey-500, #737373);
  }
      

        
        
      
      
  .dbkszp {
    color:var(--grey-400, #A3A3A3);
  height:100%;
  display:none;
  font-size:inherit;
  box-shadow:0px 1px 0px 0px #6363634d inset;
  font-family:inherit;
  font-weight:inherit;
  padding-top:4px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:4px;
  background-color:var(--grey-800, #262626);
  border-right-color:var(--grey-800, #262626);
  border-right-style:solid;
  border-right-width:1px;
  }
      

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


          @media (min-width: 640px) {
            
  .dbkszp {
    display:flex;
  align-items:start;
  padding-left:8px;
  padding-right:8px;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
        
      
      
  .buMCHF {
    gap:8px;
  height:100%;
  display:flex;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  padding-top:4px;
  padding-left:8px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:start;
  }
      

      
        
        
      
      
  .biQUwx {
    width:28px;
  height:28px;
  display:flex;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  flex-direction:column;
  padding-bottom:8px;
  justify-content:center;
  border-right-color:var(--grey-800, #262626);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .craftsmanship\:UEoWZmZBWti2XrbyVf5fs {
    color:var(--yellow-500);
  }
      

      
        
        
      
      
  .clGlLN {
    row-gap:16px;
  column-gap:16px;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .craftsmanship\:ZbNanP3uMezLgY0F8puoq {
    margin-top:-32px;
  line-height:;
  }
      

      
        
        
      
      
  .craftsmanship\:_VH9gwWvQ7Q3r_BL2A2Wq {
    color:var(--yellow-500);
  }
      

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

      
        
        
      
      
  .cQtpvu {
    width:100%;
  margin-top:32px;
  max-height:320px;
  object-fit:cover;
  aspect-ratio:4 / 3;
  border-radius:6px;
  }
      

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

          }
          
        
        
      
      
  .craftsmanship\:alW6jYT60RTyx1smFQc_t {
    margin-top:-32px;
  line-height:;
  }
      

      
        
        
      
      
  .epmwVw {
    width:100%;
  height:100%;
  background:var(--grey-900);
  align-items:center;
  padding-top:96px;
  padding-left:24px;
  padding-right:24px;
  justify-content:start;
  }
      

      
          @media (min-width: 1280px) {
            
  .epmwVw {
    padding-top:128px;
  padding-bottom:128px;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .pXhJA {
    gap:8px;
  color:var(--grey-200, #E5E5E5);
  cursor:pointer;
  box-shadow:0px 1px 0px 0px #6363634d inset, 0px 2px 4px 0px #00000044;
  align-items:center;
  font-weight:var(--font-weight-regular);
  padding-top:16px;
  padding-left:16px;
  border-radius:6px;
  padding-right:16px;
  flex-direction:column;
  padding-bottom:16px;
  justify-content:center;
  background-color:var(--grey-700, #404040);
  }
      

      
  .pXhJA:hover {
    color:var(--grey-200, #E5E5E5);
  background-color:var(--grey-600, #525252);
  }
      


  .pXhJA:focus-visible {
    outline-color:var(--yellow-600, #D97706);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  }
      


  .pXhJA:active {
    color:var(--grey-200, #E5E5E5);
  background-color:var(--grey-500, #737373);
  }
      

        
        
      
      
  .craftsmanship\:dyVEKE-DWJ2S0Vany0cEb {
    margin-top:-32px;
  line-height:;
  }
      

      
        
        
      
      
  .craftsmanship\:i_Oyd9SyvUI26L2Eh2tLN {
    color:var(--grey-200, #E5E5E5);
  text-align:center;
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .craftsmanship\:kHeZMoO0E7uK0mpuzIcNN {
    margin-top:-32px;
  line-height:;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .craftsmanship\:lwlul3-8-lzzsKw2aIbhH {
    color:var(--yellow-500);
  }
      

      
        
        
      
      
  .craftsmanship\:nskzuKT8C0k5bueGNEjY4 {
    color:#78d83e;
  max-width:480px;
  }
      

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

      
        
        
      
      
  .craftsmanship\:qLHl1Iq15z9gj4nYIiOlQ {
    font-size:40px;
  }
      

      
        
        
      
      
  .bbjCkY {
    display:none;
  font-weight:var(--font-weight-regular);
  }
      

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

          }
          
        
        
      
      
  .craftsmanship\:raVuUsRtyakNDu4KquFf_ {
    color:var(--yellow-500);
  }
      

      
        
        
      
      
  .dexYz {
    width:100%;
  height:auto;
  object-fit:cover;
  border-radius:2px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .byitwo {
    color:var(--grey-200, #E5E5E5);
  width:fit-content;
  cursor:pointer;
  height:32px;
  display:flex;
  row-gap:8px;
  font-size:14px;
  box-shadow:0px 1px 0px 0px #6363634d inset, 0px 2px 4px 0px #00000044;
  column-gap:8px;
  align-items:center;
  font-family:'Fira Code';
  font-weight:var(--font-weight-regular);
  padding-left:16px;
  border-radius:100px;
  padding-right:16px;
  flex-direction:row;
  justify-content:center;
  background-color:var(--grey-700, #404040);
  }
      

      
  .byitwo:hover {
    cursor:pointer;
  background-color:var(--grey-600, #525252);
  }
      


  .byitwo:focus-visible {
    border-top:1px solid black;
  outline-color:var(--yellow-600, #D97706);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  }
      


  .byitwo:active {
    background-color:var(--grey-500, #737373);
  }
      

        
        
      
      
  .craftsmanship\:vRT07dTvDv6pU2RL_v7sp {
    margin-top:-32px;
  line-height:;
  }
      

      
        
        
      
      
  .craftsmanship\:xRvMQyWTueX2qhijtenq1 {
    margin-top:-32px;
  line-height:;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .craftsmanship\:yr_1R-7CkBtDtTaV6eGcI {
    color:var(--yellow-500);
  }
      

      
        
        
      
      
  .HAKJl {
    width:100%;
  filter:saturate(0);
  height:100%;
  opacity:0.1;
  position:absolute;
  box-shadow:0px 16px 24px 0px #00000066 inset;
  margin-top:-48px;
  object-fit:cover;
  }
      

      
        
        
      
      
  .craftsmanship\:zkLWPl78XiSNMSxbKSAEI {
    margin-top:-32px;
  line-height:;
  }
      

      
        
        
      