
  

  

  
  
  
  


@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;
--primary: #57FFA7;
    /* Fonts */
    --font-sans: 'Inter',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;
    }
  }
}

      
  
      

      
        
      
      
  .bRKuGo {
    display:block;
  overflow:hidden;
  border-color:#4a5568;
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  flex-direction:row;
  background-color:#2d3748;
  transition-duration:200ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .bRKuGo:hover {
    border-color:#718096;
  }
      

        
      
      
  .HExPl {
    gap:0.5rem;
  color:#000000;
  display:inline-flex;
  background:var(--primary);
  align-items:center;
  padding-top:0.25rem;
  border-style:solid;
  border-width:0px;
  padding-left:0.75rem;
  border-radius:9999px;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.25rem;
  --tw-bg-opacity:0.1;
  }
      

      
        
      
      
  .bQztD {
    color:#68d391;
  display:block;
  font-size:1.875rem;
  font-weight:300;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cWdzvC {
    color:#cbd5e0;
  display:block;
  line-height:1.625;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bekuxB {
    color:#68d391;
  width:2rem;
  height:2rem;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bvebXi {
    width:3rem;
  height:3rem;
  display:flex;
  background:var(--primary);
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  margin-bottom:1.5rem;
  flex-direction:row;
  --tw-bg-opacity:0.2;
  justify-content:center;
  }
      

      
        
      
      
  .eihiRx {
    gap:1rem;
  display:flex;
  padding:2rem;
  text-align:center;
  align-items:center;
  border-color:#2d3748;
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  flex-direction:column;
  background-color:#1a202c;
  transition-duration:300ms;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .eihiRx:hover {
    border-color:#68d391;
  }
      

        
      
      
  .doPGvN {
    display:block;
  overflow:hidden;
  position:relative;
  border-color:#2d3748;
  border-style:solid;
  border-width:1px;
  border-radius:1.5rem;
  flex-direction:row;
  background-color:#1a202c;
  }
      

      
        
      
      
  .dDBQod {
    width:5rem;
  height:5rem;
  display:flex;
  z-index:10;
  position:relative;
  align-items:center;
  border-color:#4a5568;
  border-style:solid;
  border-width:0.1rem;
  border-radius:1rem;
  margin-bottom:1.5rem;
  flex-direction:row;
  justify-content:center;
  background-color:#2d3748;
  transition-duration:300ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .dDBQod:hover {
    border-color:#68d391;
  }
      

        
      
      
  .eIcQma {
    gap:1rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .bSWDiN {
    color:#fff;
  display:block;
  font-size:1.125rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  padding-right:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .epwIvZ {
    color:#fff;
  display:block;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dyxndC {
    gap:1rem;
  display:flex;
  margin-top:1rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

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

          }
          
        
      
      
  .chJcPL {
    display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bmXVJX {
    left:-5rem;
  width:24rem;
  bottom:-5rem;
  height:24rem;
  display:block;
  opacity:0.1;
  position:absolute;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  background-color:#48bb78;
  }
      

      
        
      
      
  .deZOOo {
    color:#e2e8f0;
  display:block;
  padding-top:1.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:1.5rem;
  padding-right:1.5rem;
  flex-direction:row;
  padding-bottom:1.5rem;
  }
      

      
        
      
      
  .dumbIb {
    color:#68d391;
  width:2.5rem;
  height:2.5rem;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cPHnWZ {
    color:#cbd5e0;
  display:block;
  font-size:1.25rem;
  max-width:48rem;
  line-height:1.625;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
          @media (min-width: 640px) {
            
  .cPHnWZ {
    font-size:1.5rem;
  }
      

          }
          
        
      
      
  .eeLkHP {
    width:5rem;
  height:5rem;
  display:flex;
  background:var(--primary);
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:1rem;
  flex-direction:row;
  --tw-bg-opacity:0.2;
  justify-content:center;
  }
      

      
        
      
      
  .bdDNeT {
    gap:0.5rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .avFnt {
    top:0rem;
  right:0rem;
  width:8rem;
  height:8rem;
  display:block;
  opacity:0.05;
  position:absolute;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  background-color:#68d391;
  transition-duration:300ms;
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .avFnt {
    opacity:0.1;
  }
      

        
      
      
  .oMRhd {
    color:#1a202c;
  display:block;
  position:relative;
  font-size:1.125rem;
  transform:translate(0px, 0px) rotate(0deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
  background:var(--primary);
  box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  font-weight:700;
  padding-top:1rem;
  border-style:solid;
  border-width:0px;
  padding-left:2rem;
  border-radius:1rem;
  padding-right:2rem;
  flex-direction:row;
  padding-bottom:1rem;
  transition-duration:200ms;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .oMRhd:hover {
    transform:scale(1.05);
  background-color:#9ae6b4;
  }
      

        
      
      
  .djaUJl {
    color:#68d391;
  width:1.5rem;
  height:1.5rem;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cavSWx {
    color:#000000;
  display:block;
  font-size:0.875rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:0.05em;
  text-transform:uppercase;
  }
      

      
        
      
      
  .eYPtyS {
    color:var(--primary);
  display:block;
  font-size:2.25rem;
  font-weight:900;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .cgXdXS {
    color:#e2e8f0;
  display:block;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fpHpvi {
    display:block;
  padding:2rem;
  overflow:hidden;
  position:relative;
  border-color:#4a5568;
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  flex-direction:row;
  background-color:#2d3748;
  transition-duration:300ms;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .fpHpvi:hover {
    border-color:#68d391;
  }
      

        
      
      
  .cpQMid {
    color:#cbd5e0;
  display:block;
  font-size:0.875rem;
  text-align:left;
  font-weight:600;
  padding-top:1.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:1.5rem;
  padding-right:1.5rem;
  flex-direction:row;
  letter-spacing:0.05em;
  padding-bottom:1.5rem;
  text-transform:uppercase;
  }
      

      
        
      
      
  .cLNRVO {
    display:block;
  z-index:10;
  position:relative;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cGxgcr {
    color:#68d391;
  width:1.25rem;
  height:1.25rem;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bJVrRh {
    color:#cbd5e0;
  width:1.25rem;
  height:1.25rem;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .qPPdC {
    color:#cbd5e0;
  display:block;
  font-size:1.5rem;
  font-weight:900;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eGrshD {
    display:block;
  border-style:solid;
  border-width:0px;
  padding-left:1.5rem;
  padding-right:1.5rem;
  flex-direction:row;
  padding-bottom:1.5rem;
  }
      

      
        
      
      
  .cFQKdD {
    color:#fff;
  display:block;
  font-size:1.5rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.75rem;
  flex-direction:row;
  }
      

      
        
      
      
  .afuSk {
    display:block;
  padding:2rem;
  margin-top:5rem;
  text-align:center;
  border-color:#4a5568;
  border-style:solid;
  border-width:1px;
  border-radius:1.5rem;
  flex-direction:row;
  background-color:#2d3748;
  }
      

      
        
      
      
  .ecFchc {
    display:block;
  margin-top:var(--tw-space-y);
  --tw-space-y:1rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .flZwoN {
    width:100%;
  display:block;
  padding-top:6rem;
  border-color:#2d3748;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  padding-bottom:6rem;
  background-color:#000;
  border-top-width:1px;
  }
      

      
          @media (min-width: 640px) {
            
  .flZwoN {
    padding-top:8rem;
  padding-bottom:8rem;
  }
      

          }
          
        
      
      
  .eynTsu {
    color:#cbd5e0;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .blJFiT {
    width:100%;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dYRTYH {
    gap:0.5rem;
  color:#68d391;
  display:flex;
  font-size:0.875rem;
  margin-top:1.5rem;
  align-items:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .txpjh {
    color:#fff;
  display:block;
  font-size:1.25rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.75rem;
  flex-direction:row;
  }
      

      
        
      
      
  .caSHLZ {
    color:#1a202c;
  display:block;
  transform:translate(0px, 0px) rotate(0deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
  background:var(--primary);
  font-weight:700;
  padding-top:0.75rem;
  border-style:solid;
  border-width:0px;
  padding-left:1.5rem;
  border-radius:0.75rem;
  padding-right:1.5rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  transition-duration:200ms;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .caSHLZ:hover {
    transform:scale(1.05);
  background-color:#9ae6b4;
  }
      

        
      
      
  .eHKJzD {
    display:block;
  font-size:0.875rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:0.05em;
  text-transform:uppercase;
  }
      

      
        
      
      
  .WXTeZ {
    left:50%;
  bottom:2rem;
  display:block;
  position:absolute;
  transform:x(-50%);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fcEhhI {
    display:block;
  position:relative;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bkA-daN {
    width:1rem;
  height:1rem;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  transition-duration:200ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .bkA-daN {
    transform:x(0.25rem);
  }
      

        
      
      
  .filYAs {
    display:block;
  padding-top:1.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:1.5rem;
  padding-right:1.5rem;
  flex-direction:row;
  padding-bottom:1.5rem;
  }
      

      
        
      
      
  .fmfQhT {
    display:block;
  text-align:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .RHnGt {
    gap:1.5rem;
  display:grid;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  }
      

      
          @media (min-width: 768px) {
            
  .RHnGt {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .RHnGt {
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
      

          }
          
        
      
      
  .cqRtWI {
    width:100%;
  display:block;
  padding-top:6rem;
  border-color:#2d3748;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  padding-bottom:6rem;
  background-color:#1a202c;
  border-top-width:1px;
  }
      

      
          @media (min-width: 640px) {
            
  .cqRtWI {
    padding-top:8rem;
  padding-bottom:8rem;
  }
      

          }
          
        
      
      
  .NCEMK {
    color:#1a202c;
  display:block;
  font-size:0.75rem;
  font-weight:700;
  padding-top:0.25rem;
  border-style:solid;
  border-width:0px;
  padding-left:0.75rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.25rem;
  background-color:#68d391;
  border-top-right-radius:0.75rem;
  border-bottom-left-radius:0.75rem;
  }
      

      
        
      
      
  .cnaUxk {
    gap:0.5rem;
  color:#68d391;
  display:flex;
  align-items:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cBdovo {
    color:#fff;
  display:block;
  font-size:2.25rem;
  font-weight:900;
  border-style:solid;
  border-width:0px;
  margin-bottom:1.5rem;
  flex-direction:row;
  }
      

      
          @media (min-width: 640px) {
            
  .cBdovo {
    font-size:3rem;
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .cBdovo {
    font-size:4rem;
  }
      

          }
          
        
      
      
  .dbtprw {
    gap:1.5rem;
  display:flex;
  padding:2rem;
  z-index:10;
  position:relative;
  text-align:center;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .bSJLes {
    width:100%;
  display:block;
  max-width:72rem;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  }
      

      
          @media (min-width: 640px) {
            
  .bSJLes {
    padding-left:1.5rem;
  padding-right:1.5rem;
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .bSJLes {
    padding-left:2rem;
  padding-right:2rem;
  }
      

          }
          
        
      
      
  .feNfKQ {
    top:-0.5rem;
  right:-0.5rem;
  display:block;
  position:absolute;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dZRCBn {
    width:4rem;
  height:4rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:1rem;
  flex-direction:row;
  --tw-bg-opacity:0.2;
  justify-content:center;
  background-color:#68d391;
  }
      

      
        
      
      
  .brYecj {
    color:#000000;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-clip:text;
  }
      

      
        
      
      
  .cOGxLz {
    color:#e2e8f0;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bkWXlx {
    display:block;
  text-align:center;
  border-style:solid;
  border-width:0px;
  margin-bottom:4rem;
  flex-direction:row;
  }
      

      
        
      
      
  .fCFIHJ {
    gap:2rem;
  display:grid;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  }
      

      
          @media (min-width: 768px) {
            
  .fCFIHJ {
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
      

          }
          
        
      
      
  .drnvWS {
    display:block;
  padding:1.5rem;
  margin-top:4rem;
  text-align:center;
  border-color:#4a5568;
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  flex-direction:row;
  background-color:#2d3748;
  }
      

      
        
      
      
  .vTVMp {
    width:1.25rem;
  height:1.25rem;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  transition-duration:200ms;
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .vTVMp {
    transform:x(0.25rem);
  }
      

        
      
      
  .dhAOAT {
    display:block;
  overflow:hidden;
  position:relative;
  transform:translate(0px, 0px) rotate(0deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
  border-color:#4a5568;
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  flex-direction:row;
  background-color:#2d3748;
  transition-duration:300ms;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .dhAOAT:hover {
    transform:scale(1.05);
  border-color:#68d391;
  }
      

        
      
      
  .ccIPwh {
    color:#fff;
  display:block;
  font-size:1.5rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.75rem;
  flex-direction:row;
  transition-duration:200ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .ccIPwh {
    color:#68d391;
  }
      

        
      
      
  .buyhgB {
    display:block;
  overflow:hidden;
  position:relative;
  transform:translate(0px, 0px) rotate(0deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
  border-color:#68d391;
  border-style:solid;
  border-width:0.5rem;
  border-radius:1rem;
  flex-direction:row;
  --tw-bg-opacity:0.1;
  background-color:#68d391;
  transition-duration:300ms;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .buyhgB:hover {
    transform:scale(1.05);
  --tw-bg-opacity:0.2;
  }
      

        
      
      
  .lolZv {
    color:#68d391;
  display:block;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .crXZHB {
    width:0.75rem;
  height:0.75rem;
  display:block;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  background-color:#f56565;
  }
      

      
        
      
      
  .eABfT {
    gap:1rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

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

          }
          
        
      
      
  .esOeNv {
    color:#cbd5e0;
  display:block;
  font-size:1.25rem;
  max-width:48rem;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .PJrmE {
    top:0rem;
  left:0rem;
  right:0rem;
  bottom:0rem;
  display:block;
  position:absolute;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cOikZi {
    color:#fff;
  display:block;
  font-size:1.125rem;
  transform:translate(0px, 0px) rotate(0deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
  font-weight:700;
  padding-top:1rem;
  border-color:#4a5568;
  border-style:solid;
  border-width:1px;
  padding-left:2rem;
  border-radius:1rem;
  padding-right:2rem;
  flex-direction:row;
  padding-bottom:1rem;
  background-color:#2d3748;
  transition-duration:200ms;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .cOikZi:hover {
    color:var(--primary);
  transform:scale(1.05);
  border-color:#718096;
  background-color:#4a5568;
  }
      

        
      
      
  .bRsteq {
    color:#fff;
  display:block;
  font-size:2.25rem;
  font-weight:900;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
          @media (min-width: 640px) {
            
  .bRsteq {
    font-size:3rem;
  }
      

          }
          
        
      
      
  .eBBJpl {
    display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dKGIse {
    color:#fff;
  display:block;
  font-size:2.25rem;
  font-weight:900;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
          @media (min-width: 640px) {
            
  .dKGIse {
    font-size:3rem;
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .dKGIse {
    font-size:4rem;
  }
      

          }
          
        
      
      
  .eKKgcX {
    width:100%;
  display:flex;
  padding:1.5rem;
  text-align:left;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:space-between;
  transition-duration:200ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .eKKgcX:hover {
    background-color:#4a5568;
  }
      

        
      
      
  .bmuCSf {
    gap:1.5rem;
  display:flex;
  text-align:center;
  align-items:center;
  border-style:solid;
  border-width:0px;
  margin-bottom:5rem;
  flex-direction:column;
  }
      

      
        
      
      
  .IFQse {
    width:3.5rem;
  height:3.5rem;
  display:flex;
  background:var(--primary);
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  margin-bottom:1.5rem;
  flex-direction:row;
  --tw-bg-opacity:0.2;
  justify-content:center;
  }
      

      
        
      
      
  .cSlREr {
    width:2rem;
  height:2rem;
  display:flex;
  background:var(--primary);
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:row;
  --tw-bg-opacity:0.2;
  justify-content:center;
  }
      

      
        
      
      
  .eyyCn {
    color:#fff;
  display:block;
  font-size:1.25rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.75rem;
  flex-direction:row;
  transition-duration:200ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .eyyCn {
    color:#68d391;
  }
      

        
      
      
  .KPqfu {
    gap:2rem;
  display:grid;
  position:relative;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  }
      

      
          @media (min-width: 768px) {
            
  .KPqfu {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .KPqfu {
    grid-template-columns:repeat(5, minmax(0, 1fr));
  }
      

          }
          
        
      
      
  .cNIirm {
    width:4rem;
  height:4rem;
  display:flex;
  background:var(--primary);
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:1rem;
  flex-direction:row;
  --tw-bg-opacity:0.1;
  justify-content:center;
  }
      

      
        
      
      
  .bpPiXs {
    color:#68d391;
  display:block;
  font-size:0.875rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:0.05em;
  text-transform:uppercase;
  }
      

      
        
      
      
  .fvTmIW {
    color:#a0aec0;
  display:block;
  padding-top:1.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:1.5rem;
  padding-right:1.5rem;
  flex-direction:row;
  padding-bottom:1.5rem;
  }
      

      
        
      
      
  .dfckAm {
    gap:2rem;
  display:flex;
  padding:3rem;
  z-index:10;
  position:relative;
  text-align:center;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
          @media (min-width: 640px) {
            
  .dfckAm {
    padding:4rem;
  }
      

          }
          
        
      
      
  .epaaYr {
    display:inline-flex;
  font-size:0.875rem;
  background:var(--primary);
  padding-top:0.25rem;
  border-style:solid;
  border-width:0px;
  padding-left:0.75rem;
  border-radius:0.5rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.25rem;
  --tw-bg-opacity:0.1;
  }
      

      
        
      
      
  .byQbTV {
    display:block;
  font-size:2.25rem;
  font-weight:900;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
          @media (min-width: 640px) {
            
  .byQbTV {
    font-size:3rem;
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .byQbTV {
    font-size:4rem;
  }
      

          }
          

          @media (min-width: 1280px) {
            
  
      

          }
          
        
      
      
  .zqAgV {
    gap:0.5rem;
  display:inline-flex;
  background:var(--primary);
  align-items:center;
  padding-top:0.25rem;
  border-style:solid;
  border-width:0px;
  padding-left:0.75rem;
  border-radius:9999px;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.25rem;
  --tw-bg-opacity:0.1;
  }
      

      
        
      
      
  .dxlMHj {
    top:6rem;
  left:0rem;
  right:0rem;
  height:1px;
  display:none;
  position:absolute;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-color:#2d3748;
  }
      

      
          @media (min-width: 1024px) {
            
  .dxlMHj {
    display:block;
  }
      

          }
          
        
      
      
  .eaFwRB {
    color:#000000;
  width:0.5rem;
  height:0.5rem;
  display:block;
  background:;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  }
      

      
        
      
      
  .dqMkVy {
    color:#1a202c;
  display:block;
  font-size:1.125rem;
  transform:translate(0px, 0px) rotate(0deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
  background:var(--primary);
  box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  font-weight:700;
  padding-top:1rem;
  border-style:solid;
  border-width:0px;
  padding-left:2rem;
  border-radius:1rem;
  padding-right:2rem;
  flex-direction:row;
  padding-bottom:1rem;
  transition-duration:200ms;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .dqMkVy:hover {
    transform:scale(1.05);
  background-color:#9ae6b4;
  }
      

        
      
      
  .bUsMqY {
    top:-6rem;
  right:-6rem;
  width:24rem;
  height:24rem;
  display:block;
  opacity:0.1;
  position:absolute;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  background-color:#68d391;
  }
      

      
        
      
      
  .dpxPYi {
    color:#a0aec0;
  display:block;
  font-size:0.875rem;
  line-height:1.625;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .focTkN {
    display:block;
  padding:2rem;
  border-color:#2d3748;
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  flex-direction:row;
  background-color:#1a202c;
  transition-duration:300ms;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .focTkN:hover {
    border-color:#68d391;
  }
      

        
      
      
  .bIRrcT {
    display:flex;
  position:relative;
  text-align:center;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .dvruRY {
    gap:0.5rem;
  color:#68d391;
  display:inline-flex;
  align-items:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  transition-duration:200ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .dvruRY:hover {
    color:#9ae6b4;
  }
      

        
      
      
  .dkdDvV {
    color:#cbd5e0;
  display:block;
  font-size:0.875rem;
  line-height:1.625;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .ImjLs {
    gap:0.75rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .XtUTc {
    gap:1rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:center;
  }
      

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

          }
          
        
      
      
  .bYwrly {
    color:#cbd5e0;
  display:block;
  font-size:1.25rem;
  max-width:48rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dCAlbq {
    display:block;
  border-color:#4a5568;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-color:#2d3748;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .cLIrCz {
    color:#fff;
  display:block;
  font-size:1.25rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .elDpvn {
    width:100%;
  display:block;
  max-width:80rem;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  }
      

      
          @media (min-width: 640px) {
            
  .elDpvn {
    padding-left:1.5rem;
  padding-right:1.5rem;
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .elDpvn {
    padding-left:2rem;
  padding-right:2rem;
  }
      

          }
          
        
      
      
  .oxXtp {
    display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  transition-duration:200ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .oxXtp:hover {
    background-color:#2d3748;
  }
      

        
      
      
  .byWlcl {
    top:10rem;
  left:33.33333333333333%;
  width:16rem;
  height:16rem;
  display:block;
  opacity:0.05;
  position:absolute;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  background-color:#9ae6b4;
  }
      

      
        
      
      
  .dXsrUG {
    gap:0.5rem;
  display:flex;
  z-index:10;
  position:relative;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cUGNnS {
    width:1.25rem;
  height:1.25rem;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .Ouxrm {
    gap:0.5rem;
  display:inline-flex;
  background:var(--primary);
  align-items:center;
  padding-top:0.5rem;
  border-color:#68d391;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:9999px;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  --tw-bg-opacity:0.1;
  --tw-border-opacity:30%;
  }
      

      
        
      
      
  .dtlbpY {
    width:2.5rem;
  height:2.5rem;
  display:flex;
  background:var(--primary);
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  flex-direction:row;
  --tw-bg-opacity:0.2;
  justify-content:center;
  }
      

      
        
      
      
  .doSLKg {
    width:1.25rem;
  height:1.25rem;
  display:block;
  opacity:0.5;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  transition-duration:200ms;
  transition-property:opacity;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .doSLKg {
    opacity:1;
  }
      

        
      
      
  .darPTc {
    top:0rem;
  left:0rem;
  right:0rem;
  bottom:0rem;
  display:block;
  position:absolute;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-color:#1a202c;
  }
      

      
        
      
      
  .ujqRF {
    width:100%;
  display:block;
  padding-top:4rem;
  border-color:#2d3748;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  padding-bottom:4rem;
  background-color:#000;
  border-top-width:1px;
  }
      

      
        
      
      
  .fnrVKe {
    color:#cbd5e0;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  transition-duration:200ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .fnrVKe:hover {
    color:#68d391;
  }
      

        
      
      
  .edeDtH {
    color:#fff;
  display:block;
  font-size:1.125rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .fmCBxW {
    gap:1.5rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eHqxuo {
    color:#a0aec0;
  width:100%;
  display:block;
  font-size:0.875rem;
  text-align:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
          @media (min-width: 640px) {
            
  .eHqxuo {
    text-align:left;
  }
      

          }
          
        
      
      
  .bqyyAp {
    display:block;
  margin-top:4rem;
  padding-top:2rem;
  border-color:#2d3748;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  border-top-width:1px;
  }
      

      
        
      
      
  .bfkJPd {
    color:#a0aec0;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  transition-duration:200ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .bfkJPd:hover {
    color:#68d391;
  }
      

        
      
      
  .ccSAOP {
    color:#a0aec0;
  display:block;
  font-size:0.75rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:0.05em;
  text-transform:uppercase;
  }
      

      
        
      
      
  .cDFVim {
    color:#a0aec0;
  display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cOueop {
    color:#cbd5e0;
  display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .btyMFW {
    color:#68d391;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  transition-duration:200ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .btyMFW:hover {
    color:#9ae6b4;
  }
      

        
      
      
  .ciDjzS {
    gap:0.5rem;
  color:#cbd5e0;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  transition-duration:200ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .ciDjzS:hover {
    color:#68d391;
  }
      

        
      
      
  .cqIUgF {
    width:3rem;
  height:3rem;
  display:flex;
  box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  flex-direction:row;
  justify-content:center;
  background-color:#68d391;
  }
      

      
        
      
      
  .fsqznS {
    width:1rem;
  height:1rem;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .KjbKB {
    display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .eSiVst {
    gap:1.5rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .ePfRFt {
    gap:0.75rem;
  display:flex;
  font-style:normal;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .eKzykw {
    color:#1a202c;
  display:block;
  font-size:1.5rem;
  font-weight:900;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bfhjjh {
    gap:1rem;
  flex:1;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:space-between;
  }
      

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

          }
          
        
      
      
  .fuBvfj {
    gap:3rem;
  display:grid;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  }
      

      
          @media (min-width: 768px) {
            
  .fuBvfj {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .fuBvfj {
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .ehONEV {
    display:block;
  overflow-x:auto;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fpTedD {
    color:#68d391;
  width:1.75rem;
  height:1.75rem;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .buCcWm {
    color:#fff;
  display:block;
  font-size:1.5rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  margin-bottom:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .blCGMg {
    gap:2rem;
  display:grid;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  }
      

      
          @media (min-width: 768px) {
            
  .blCGMg {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .blCGMg {
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }
      

          }
          
        
      
      
  .dSqXjS {
    top:0rem;
  left:0rem;
  right:0rem;
  bottom:0rem;
  display:block;
  opacity:0.05;
  position:absolute;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-color:#68d391;
  }
      

      
        
      
      
  .dluqSN {
    gap:1.5rem;
  display:grid;
  margin-top:3rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  }
      

      
          @media (min-width: 768px) {
            
  .dluqSN {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
      

          }
          
        
      
      
  .dqDPrI {
    color:#fff;
  display:block;
  font-weight:700;
  padding-top:0.75rem;
  border-style:solid;
  border-width:0px;
  padding-left:1.5rem;
  border-radius:0.75rem;
  padding-right:1.5rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  background-color:#4a5568;
  transition-duration:200ms;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .dqDPrI:hover {
    background-color:#718096;
  }
      

        
      
      
  .CmPbJ {
    display:block;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bqhRcZ {
    width:100%;
  display:block;
  max-width:64rem;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  }
      

      
          @media (min-width: 640px) {
            
  .bqhRcZ {
    padding-left:1.5rem;
  padding-right:1.5rem;
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .bqhRcZ {
    padding-left:2rem;
  padding-right:2rem;
  }
      

          }
          
        
      
      
  .cpEbxs {
    color:#cbd5e0;
  display:block;
  border-style:solid;
  border-width:0px;
  margin-bottom:1.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .feYlYb {
    top:0rem;
  left:0rem;
  right:0rem;
  width:100%;
  display:block;
  z-index:50;
  position:fixed;
  border-color:#2d3748;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-color:#1a202c;
  border-bottom-width:1px;
  }
      

      
        
      
      
  .cdYXmu {
    color:#cbd5e0;
  display:block;
  padding-top:0.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  border-radius:0.5rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  transition-duration:200ms;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .cdYXmu:hover {
    color:#fff;
  background-color:#2d3748;
  }
      

        
      
      
  .cSfnMm {
    color:#cbd5e0;
  display:block;
  padding-top:0.75rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  border-radius:0.5rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  transition-duration:200ms;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .cSfnMm:hover {
    color:#fff;
  background-color:#2d3748;
  }
      

        
      
      
  .bupAiL {
    height:5rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .rZDiI {
    gap:0.5rem;
  color:#1a202c;
  display:flex;
  transform:translate(0px, 0px) rotate(0deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
  background:var(--primary);
  box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  align-items:center;
  font-weight:700;
  margin-left:1rem;
  padding-top:0.75rem;
  border-style:solid;
  border-width:0px;
  padding-left:1.5rem;
  border-radius:0.75rem;
  padding-right:1.5rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  transition-duration:200ms;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .rZDiI:hover {
    transform:scale(1.05);
  background-color:#9ae6b4;
  }
      

        
      
      
  .ffbqYY {
    color:#cbd5e0;
  display:block;
  padding:0.5rem;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:row;
  transition-duration:200ms;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
          @media (min-width: 768px) {
            
  .ffbqYY {
    display:none;
  }
      

          }
          

  .ffbqYY:hover {
    color:#fff;
  background-color:#2d3748;
  }
      

        
      
      
  .fcUwfh {
    gap:0.5rem;
  display:flex;
  padding-top:1.5rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1.5rem;
  }
      

      
        
      
      
  .dddNxc {
    gap:0.5rem;
  display:none;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
          @media (min-width: 768px) {
            
  .dddNxc {
    display:flex;
  }
      

          }
          
        
      
      
  .ceNAjX {
    display:block;
  border-color:#2d3748;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-color:#1a202c;
  border-top-width:1px;
  }
      

      
          @media (min-width: 768px) {
            
  .ceNAjX {
    display:none;
  }
      

          }
          
        
      
      
  .ewHCpQ {
    color:#1a202c;
  display:block;
  margin-top:0.5rem;
  text-align:center;
  font-weight:700;
  padding-top:0.75rem;
  border-style:solid;
  border-width:0px;
  padding-left:1.5rem;
  border-radius:0.75rem;
  padding-right:1.5rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  background-color:#68d391;
  transition-duration:200ms;
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .ewHCpQ:hover {
    background-color:#9ae6b4;
  }
      

        
      
      
  .bHztrR {
    color:#fff;
  display:block;
  font-size:1.25rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
      
      
  .dMteLC {
    width:1.5rem;
  height:1.5rem;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ftxoha {
    width:100%;
  display:block;
  max-width:56rem;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  }
      

      
          @media (min-width: 640px) {
            
  .ftxoha {
    padding-left:1.5rem;
  padding-right:1.5rem;
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .ftxoha {
    padding-left:2rem;
  padding-right:2rem;
  }
      

          }
          
        
      
      
  .bByPTH {
    display:block;
  overflow:hidden;
  border-color:#2d3748;
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  flex-direction:row;
  background-color:#1a202c;
  }
      

      
        
      
      
  .bwJaLe {
    color:#cbd5e0;
  display:block;
  max-width:42rem;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  margin-bottom:2rem;
  flex-direction:row;
  }
      

      
        
      
      
  .fwyEuZ {
    gap:2rem;
  display:grid;
  padding:2rem;
  margin-top:5rem;
  border-color:#4a5568;
  border-style:solid;
  border-width:1px;
  border-radius:1.5rem;
  flex-direction:row;
  background-color:#2d3748;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  }
      

      
          @media (min-width: 640px) {
            
  .fwyEuZ {
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
      

          }
          
        
      
      
  .LJjvV {
    width:100%;
  display:block;
  overflow:hidden;
  position:relative;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-color:#000;
  }
      

      
        
      
      
  .sVBof {
    color:#fff;
  display:block;
  font-size:3rem;
  font-weight:900;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
          @media (min-width: 640px) {
            
  .sVBof {
    font-size:4rem;
  }
      

          }
          

          @media (min-width: 1024px) {
            
  
      

          }
          

          @media (min-width: 1280px) {
            
  
      

          }
          
        
      
      
  .fgHfxm {
    gap:2rem;
  display:flex;
  text-align:center;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .ejZLZd {
    width:5rem;
  height:5rem;
  display:flex;
  z-index:10;
  position:relative;
  align-items:center;
  border-color:#68d391;
  border-style:solid;
  border-width:.1rem;
  border-radius:1rem;
  margin-bottom:1.5rem;
  flex-direction:row;
  justify-content:center;
  background-color:#2d3748;
  }
      

      
        
      
      
  .cbBYmm {
    width:0.5rem;
  height:0.5rem;
  display:block;
  background:#000000;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  }
      

      
        
      
      
  .Hfphw {
    top:5rem;
  right:5rem;
  width:24rem;
  height:24rem;
  display:block;
  opacity:0.1;
  position:absolute;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  background-color:#68d391;
  }
      

      
        
      
      
  .bnMDJH {
    gap:0.5rem;
  display:inline-flex;
  align-items:center;
  padding-top:0.25rem;
  border-style:solid;
  border-width:0px;
  padding-left:0.75rem;
  border-radius:9999px;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.25rem;
  --tw-bg-opacity:0.1;
  background-color:#68d391;
  }
      

      
        
      
      
  .bZJIHG {
    color:#68d391;
  display:block;
  font-size:1.5rem;
  font-weight:900;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dpDoyB {
    width:5rem;
  height:5rem;
  display:flex;
  z-index:10;
  position:relative;
  align-items:center;
  border-color:#4a5568;
  border-style:solid;
  border-width:0.1rem;
  border-radius:1rem;
  margin-bottom:1.5rem;
  flex-direction:row;
  justify-content:center;
  background-color:#2d3748;
  border-top-color:#4a5568;
  border-top-style:solid;
  border-left-color:#4a5568;
  border-left-style:solid;
  border-right-color:#4a5568;
  border-right-style:solid;
  border-bottom-color:#4a5568;
  border-bottom-style:solid;
  transition-duration:300ms;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .dpDoyB:hover {
    border-color:#68d391;
  }
      

        
      
      
  .exvFe {
    gap:0.75rem;
  display:flex;
  align-items:center;
  padding-top:0.5rem;
  border-color:#4a5568;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:0.75rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  --tw-bg-opacity:0.5;
  background-color:#2d3748;
  }
      

      
        
      
      
  .zvVwy {
    width:100%;
  display:block;
  position:relative;
  max-width:80rem;
  margin-left:auto;
  padding-top:6rem;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:6rem;
  }
      

      
          @media (min-width: 640px) {
            
  .zvVwy {
    padding-top:8rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-bottom:8rem;
  }
      

          }
          

          @media (min-width: 1024px) {
            
  .zvVwy {
    padding-top:10rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:10rem;
  }
      

          }
          
        
      
      
  .dSAlwR {
    gap:2rem;
  display:flex;
  flex-wrap:wrap;
  margin-top:3rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .cDJTBg {
    color:#cbd5e0;
  display:block;
  font-size:1.25rem;
  max-width:42rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fEWOTQ {
    width:2.5rem;
  height:2.5rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  flex-direction:row;
  justify-content:center;
  background-color:#2d3748;
  }
      

      
        
      