
  

  

  
  
  
  


@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-figtree: 'Figtree',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;
    }
  }
}

      
  .eyAmaz {
    width:100%;
  height:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bpFeQb {
    transition:all 500ms ease 0ms;
  scroll-behavior:smooth;
  }
      

      
        
      
      
  .HomePage\:root {
    width:100%;
  height:100vh;
  display:flex;
  background:#ffffff;
  overflow-x:scroll;
  align-items:center;
  letter-spacing:-0.5px;
  justify-content:flex-start;
  scrollbar-width: none;
  }
      
.HomePage\:root::-webkit-scrollbar {
  
}


      
        
      
      
  .eKZABH {
    display:block;
  max-width:80rem;
  margin-left:auto;
  padding-top:1.5rem;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1.5rem;
  }
      

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

          }
          

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

          }
          
        
      
      
  .bGeKRO {
    width:100%;
  display:block;
  max-width:80rem;
  padding-top:8rem;
  flex-direction:row;
  padding-bottom:8rem;
  border-left-color:var(--grey-200);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:var(--grey-200);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
          @media (min-width: 768px) {
            
  
      

          }
          
        
      
      
  .PxWPI {
    color:#ffffff;
  width:3.5rem;
  height:3.5rem;
  display:flex;
  align-items:flex-start;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  justify-content:center;
  }
      

      
        
      
      
  .dnIoMM {
    width:100%;
  max-width:80rem;
  padding-top:5rem;
  padding-bottom:5rem;
  border-left-color:var(--grey-200);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:var(--grey-200);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
        
      
      
  .eYNKzY {
    color:#000;
  display:block;
  font-size:var(--font-size-2xl);
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cJuxzo {
    color:var(--grey-500);
  width:70%;
  font-size:24px;
  }
      

      
          @media (max-width: 1024px) {
            
  .cJuxzo {
    font-size:var(--font-size-xl);
  }
      

          }
          
        
      
      
  .ctgVSy {
    width:3rem;
  height:3rem;
  display:flex;
  background:linear-gradient(#000000 0%, #373737 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 16px 16px -8px #00000020;
  align-items:center;
  flex-shrink:0;
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  flex-direction:row;
  justify-content:center;
  }
      

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

      
        
      
      
  .cBCKwk {
    color:var(--grey-300);
  display:block;
  font-size:1.125rem;
  margin-top:1rem;
  line-height:1.625;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .DjSGk {
    color:var(--grey-300);
  display:block;
  font-size:var(--font-size-xl);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cmSEyW {
    width:100%;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-color:#fff;
  }
      

      
        
      
      
  .cKDefr {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  --tw-space-y:2rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
          @media (min-width: 1024px) {
            
  .cKDefr {
    padding-top:0px;
  }
      

          }
          
        
      
      
  .bVBrBu {
    color:var(--grey-300);
  display:block;
  font-size:var(--font-size-sm);
  font-style:italic;
  font-weight:var(--font-weight-semi-bold);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

      
        
      
      
  .enMOcN {
    font-size:72px;
  background:;
  text-align:center;
  font-weight:var(--font-weight-bold);
  letter-spacing:-4px;
  }
      

      
          @media (max-width: 1024px) {
            
  .enMOcN {
    font-size:2.5rem;
  letter-spacing:-1px;
  }
      

          }
          
        
      
      
  .eBrKRY {
    color:var(--grey-300);
  display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .KPHgB {
    color:#000;
  display:block;
  font-size:var(--font-size-4xl);
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
          @media (min-width: 768px) {
            
  .KPHgB {
    font-size:var(--font-size-4xl);
  }
      

          }
          
        
      
      
  .dpjYPy {
    color:var(--grey-500);
  display:block;
  font-size:1rem;
  margin-top:0.25rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .sCfEo {
    color:#ffffff;
  display:block;
  font-size:var(--font-size-2xl);
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

      
        
      
      
  .effdjr {
    color:var(--grey-900);
  display:block;
  font-size:0.875rem;
  margin-top:0.25rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bcUGkd {
    color:var(--grey-500);
  display:block;
  font-size:0.875rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:0.1em;
  text-transform:uppercase;
  }
      

      
        
      
      
  .bStoXX {
    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) {
            
  .bStoXX {
    padding-left:1.5rem;
  padding-right:1.5rem;
  }
      

          }
          

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

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

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

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

          }
          
        
      
      
  .coJNsi {
    top:-0.5rem;
  left:30%;
  color:#ffffff;
  right:30%;
  display:block;
  position:absolute;
  font-size:0.75rem;
  transform:y(-50%);
  background:#ff3838;
  text-align:center;
  font-weight:700;
  padding-top:0.25rem;
  border-style:solid;
  border-width:0px;
  padding-left:0.75rem;
  border-radius:9999px;
  padding-right:0.75rem;
  flex-direction:row;
  letter-spacing:0.05em;
  padding-bottom:0.25rem;
  text-transform:uppercase;
  }
      

      
        
      
      
  .fioszj {
    mask:radial-gradient(50% 50% at 50% 50%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 87.8378%, rgba(0, 0, 0, 0) 100%);
  width:70%;
  filter:invert(1);
  height:70vh;
  opacity:0.87;
  position:fixed;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/appsprint_landing:grid.png/1280") scroll border-box padding-box repeat repeat center center / 100% auto #f3c11e05;
  }
      

      
        
      
      
  .bbglCz {
    width:3rem;
  height:3rem;
  border-top-left-radius:100rem;
  border-top-right-radius:100rem;
  border-bottom-left-radius:100rem;
  border-bottom-right-radius:100rem;
  }
      

      
        
      
      
  .fywZpb {
    color:#000;
  display:block;
  font-size:1.5rem;
  font-weight:700;
  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;
  }
      

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

      
          @media (min-width: 1024px) {
            
  .ftjUtQ {
    width:47%;
  padding-right:2rem;
  }
      

          }
          
        
      
      
  .eMmLSt {
    color:var(--grey-500);
  display:block;
  font-size:var(--font-size-lg);
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .ekPTGB {
    color:var(--grey-300);
  display:block;
  font-size:var(--font-size-lg);
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .Mawqv {
    display:block;
  padding:1.5rem;
  background:var(--grey-100);
  box-shadow:0px 16px 16px -8px #00000020;
  border-color:#edf2f7;
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .cCvKVv {
    color:var(--grey-300);
  display:block;
  font-size:0.875rem;
  margin-top:0.25rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cBJHIW {
    width:3rem;
  height:3rem;
  display:flex;
  background:linear-gradient(#000000 0%, #373737 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  box-shadow:0px 16px 16px -8px #00000020;
  align-items:center;
  flex-shrink:0;
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .egiClb {
    width:10px;
  height:10px;
  background:#0dfdb5;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
        
      
      
  .cfqKRN {
    flex-direction:row;
  }
      

      
        
      
      
  .fjEeQE {
    font-size:var(--font-size-sm);
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .exzkMN {
    gap:3rem;
  align-items:flex-start;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  justify-content:flex-start;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  }
      

      
          @media (min-width: 1024px) {
            
  .exzkMN {
    gap:5rem;
  flex-direction:row;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  }
      

          }
          
        
      
      
  .dzmEVZ {
    color:#000;
  display:block;
  font-size:1.125rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bOWUky {
    color:var(--grey-500);
  display:block;
  font-size:var(--font-size-base);
  margin-top:0.25rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

      
        
      
      
  .dGzTai {
    color:#edf2f7;
  display:block;
  font-size:0.875rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dhZNA-d {
    color:#fff;
  display:block;
  padding:1.5rem;
  background:linear-gradient(#000000 0%, #373737 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 16px 16px 0px #00000020;
  border-style:solid;
  border-width:0px;
  border-radius:1rem;
  flex-direction:row;
  }
      

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

          }
          
        
      
      
  .dftrUT {
    gap:1.25rem;
  display:flex;
  align-items:start;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cXLccu {
    color:var(--grey-500);
  display:block;
  font-size:1.125rem;
  margin-top:1rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fmvGuc {
    gap:1rem;
  display:flex;
  margin-top:1rem;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dLdQTO {
    color:var(--grey-300);
  display:block;
  font-size:0.875rem;
  margin-top:1.5rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bDzrp {
    color:#ffffff;
  width:100%;
  display:block;
  max-width:80rem;
  background:linear-gradient(to bottom right, #000000 0%, #373737 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 16px 16px -8px #00000020;
  padding-top:5rem;
  flex-direction:row;
  padding-bottom:5rem;
  border-left-color:var(--grey-200);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:var(--grey-200);
  border-right-style:solid;
  border-right-width:1px;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
          @media (min-width: 768px) {
            
  
      

          }
          
        
      
      
  .eQyUal {
    width:5rem;
  height:5rem;
  box-shadow:0px 16px 16px -8px #00000020;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

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

      
          @media (max-width: 1024px) {
            
  .egWJCU {
    font-size:var(--font-size-4xl);
  }
      

          }
          
        
      
      
  .dRxung {
    gap:2rem;
  display:flex;
  font-size:var(--font-size-2xl);
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

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

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

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

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

      
        
      
      
  .dmEEju {
    color:var(--grey-500);
  display:block;
  margin-top:0.5rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

      
        
      
      
  .cIuwBt {
    color:var(--grey-900);
  display:block;
  font-size:var(--font-size-lg);
  text-align:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

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

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

      
        
      
      
  .bAWrEw {
    color:var(--grey-500);
  display:block;
  font-size:1.125rem;
  margin-top:1rem;
  border-style:solid;
  border-width:0px;
  margin-bottom:2rem;
  flex-direction:row;
  }
      

      
        
      
      
  .fduDlt {
    display:block;
  max-width:48rem;
  text-align:center;
  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) {
            
  .fduDlt {
    padding-left:1.5rem;
  padding-right:1.5rem;
  }
      

          }
          

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

          }
          
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .dDDkDl {
    display:flex;
  padding:2rem;
  background:var(--grey-100);
  box-shadow:0px 16px 16px -8px #00000020;
  border-color:#edf2f7;
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  flex-direction:column;
  }
      

      
        
      
      
  .bLZPeN {
    color:#000000;
  display:flex;
  row-gap:0.5rem;
  background:var(--grey-200);
  box-shadow:0px 16px 16px -8px #00000020;
  column-gap:0.5rem;
  align-items:center;
  padding-top:0.5rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:center;
  border-top-left-radius:100rem;
  border-top-right-radius:100rem;
  border-bottom-left-radius:100rem;
  border-bottom-right-radius:100rem;
  }
      

      
        
      
      
  .cRObeH {
    color:var(--grey-500);
  display:block;
  font-size:1rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .czGruH {
    display:block;
  margin-top:2rem;
  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;
  }
      

      
        
      
      
  .dWzNvI {
    width:100%;
  display:flex;
  row-gap:2rem;
  column-gap:2rem;
  text-align:center;
  align-items:center;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  }
      

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

      
        
      
      
  .ntwJh {
    display:block;
  font-weight:var(--font-weight-bold);
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .LPsrl {
    width:100%;
  display:flex;
  align-items:center;
  padding-left:5%;
  padding-right:5%;
  justify-content:flex-start;
  scroll-behavior:smooth;
  }
      

      
        
      
      
  .bjvEcC {
    display:block;
  margin-top:2.5rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .ebgbvS {
    display:block;
  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) {
            
  .ebgbvS {
    padding-left:1.5rem;
  padding-right:1.5rem;
  }
      

          }
          

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

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

      
        
      
      
  .bOBMja {
    color:#ffffff;
  width:3.5rem;
  height:3.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  }
      

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

      
          @media (min-width: 1024px) {
            
  .dsgNUk {
    gap:6rem;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  }
      

          }
          
        
      
      
  .cLMkvF {
    width:80%;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .fiLkJW {
    display:block;
  padding:1.5rem;
  background:linear-gradient(to bottom right, #000000 0%, #373737 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  box-shadow:0px 16px 16px -8px #00000020;
  border-color:#edf2f7;
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  flex-direction:row;
  }
      

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

      
          @media (max-width: 1024px) {
            
  .bBkvpm {
    font-size:var(--font-size-4xl);
  }
      

          }
          
        
      
      
  .IOqye {
    width:3rem;
  height:3rem;
  display:flex;
  background:linear-gradient(black 0%, #373737 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 16px 16px -8px #00000020;
  align-items:center;
  flex-shrink:0;
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .bccUKf {
    display:block;
  margin-top:1.5rem;
  padding-top:1.5rem;
  border-color:#edf2f7;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  border-top-width:1px;
  }
      

      
        
      
      
  .dnWKvy {
    color:#ffffff;
  width:100%;
  height:3rem;
  display:flex;
  font-size:1rem;
  background:linear-gradient(#1baff7 0%, #1d81f3 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 16px 16px -8px #00000020;
  margin-top:2rem;
  text-align:center;
  transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)  , background-color    , border-color    , text-decoration-color    , fill    , stroke    , opacity    , box-shadow    , transform    , filter    , backdrop-filter    , all 300ms ease;
  align-items:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  padding-left:1.5rem;
  padding-right:1.5rem;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .dnWKvy:active {
    transform:scale(0.95);
  }
      

        
      
      
  .QKZsO {
    display:block;
  padding:1.5rem;
  background:linear-gradient(to bottom right, #000000 0%, #373737 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  border-color:#edf2f7;
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .bWIlZS {
    color:#ffffff;
  width:fit-content;
  cursor:pointer;
  font-size:var(--font-size-lg);
  background:linear-gradient(#19b6f8 0%, #1e7cf3 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 16px 16px 0px #00000020;
  transition:all 300ms ease;
  font-weight:var(--font-weight-semi-bold);
  padding-top:1rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:1rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .bWIlZS:hover {
    box-shadow:0px 0px 0px 0px #00000020;
  }
      

        
      
      
  .egGRoY {
    color:#000;
  display:block;
  font-size:2.25rem;
  margin-top:1rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

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

      
        
      
      
  .cTGytV {
    gap:0.5rem;
  color:#ffffff;
  height:3rem;
  display:inline-flex;
  font-size:1rem;
  background:linear-gradient(#1ba9f6 0%, #1c86f3 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)  , background-color    , border-color    , text-decoration-color    , fill    , stroke    , all 300ms ease;
  align-items:center;
  font-weight:var(--font-weight-bold);
  border-style:solid;
  border-width:0px;
  padding-left:2rem;
  padding-right:2rem;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .cTGytV:active {
    scale:0.95 0.95 1;
  }
      

        
      
      
  .KPiAF {
    width:3.5rem;
  height:3.5rem;
  }
      

      
        
      
      
  .dNQxdQ {
    color:var(--grey-300);
  display:block;
  font-size:1rem;
  margin-top:0.25rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .RtpzT {
    color:#ffffff;
  display:block;
  font-size:2.25rem;
  margin-top:0.25rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .YA-DPA {
    color:#fff;
  display:flex;
  padding:2rem;
  position:relative;
  background:linear-gradient(#000000 0%, #373737 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0 16px 16px -8px #0000002e;
  border-style:solid;
  border-width:0px;
  border-radius:1rem;
  flex-direction:column;
  }
      

      
        
      
      
  .fJkdT {
    color:var(--grey-500);
  display:block;
  font-size:var(--font-size-xl);
  margin-top:1rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cetuhO {
    display:block;
  padding:1.5rem;
  background:linear-gradient(#030303 0%, #373737 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  margin-top:2rem;
  text-align:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  flex-direction:row;
  }
      

      
        
      
      
  .bzYucL {
    color:var(--grey-300);
  display:block;
  font-size:0.875rem;
  margin-top:0.5rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .epRLje {
    color:var(--grey-300);
  display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  margin-top:var(--tw-space-y);
  --tw-space-y:1rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

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

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

          }
          

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

          }
          
        
      
      
  .feQUPb {
    color:var(--grey-500);
  display:block;
  font-size:0.875rem;
  margin-top:0.5rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dbWQBM {
    color:var(--grey-300);
  display:block;
  margin-top:0.5rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fHdBlc {
    display:flex;
  padding:2rem;
  row-gap:1rem;
  background:linear-gradient(#000000 0%, #373737 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 16px 16px -8px #00000020;
  column-gap:1rem;
  border-color:#edf2f7;
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  flex-direction:column;
  }
      

      
        
      
      
  .eGSmdD {
    display:flex;
  row-gap:2rem;
  column-gap:2rem;
  margin-top:1rem;
  --tw-space-y:2.5rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .brqQjr {
    color:#ffffff;
  width:100%;
  height:3rem;
  display:flex;
  font-size:1rem;
  background:linear-gradient(#1cabf7 0%, #1b83f3 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 16px 16px -8px #00000020;
  margin-top:2rem;
  text-align:center;
  transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)  , background-color    , border-color    , text-decoration-color    , fill    , stroke    , opacity    , box-shadow    , transform    , filter    , backdrop-filter    , all 300ms ease;
  align-items:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  padding-left:1.5rem;
  padding-right:1.5rem;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  }
      

      
  .brqQjr:active {
    transform:scale(0.95);
  }
      

        
      
      
  .bMQchx {
    display:block;
  max-width:48rem;
  text-align:center;
  margin-left:auto;
  border-style:solid;
  border-width:0px;
  margin-right:auto;
  flex-direction:row;
  }
      

      
        
      
      
  .djdVGA {
    row-gap:1rem;
  column-gap:1rem;
  flex-direction:row;
  }
      

      
          @media (max-width: 1024px) {
            
  .djdVGA {
    flex-direction:column;
  }
      

          }
          
        
      
      
  .eEUnFl {
    height:fit-content;
  display:flex;
  padding:2rem;
  background:var(--grey-100);
  box-shadow:0px 16px 16px -8px #00000020;
  border-color:#edf2f7;
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  flex-direction:column;
  }
      

      
        
      
      
  .eNcsld {
    display:block;
  margin-top:2rem;
  text-align:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .eVAFwu {
    color:#000000;
  display:block;
  font-size:0.875rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .dTHukR {
    display:block;
  font-size:2.25rem;
  margin-top:1.5rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

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

          }
          
        
      
      
  .ewEdUk {
    color:var(--grey-500);
  display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  margin-top:var(--tw-space-y);
  --tw-space-y:1rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .cvBBqv {
    color:#ffffff;
  width:fit-content;
  cursor:pointer;
  font-size:var(--font-size-lg);
  background:linear-gradient(#000000 0%, #373737 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 16px 16px 0px #00000020;
  transition:all 300ms ease;
  font-weight:var(--font-weight-semi-bold);
  padding-top:1rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:1rem;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .cvBBqv:hover {
    box-shadow:0px 0px 0px 0px #00000020;
  }
      

        
      