
  

  

  
  
  
  


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

      
  
      

      
        
      
      
  .dKdmHc {
    color:#ef4444;
  display:table-cell;
  padding:0.75rem;
  text-align:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
  .dKdmHc.high {
    color:var(--green-700);
  }
      


  .dKdmHc.med {
    color:orange;
  }
      

        
      
      
  
      

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

      
        
      
      
  .bDHxbt {
    color:#6b7280;
  width:100%;
  cursor:pointer;
  display:flex;
  padding:0.5rem 1rem;
  row-gap:0.3rem;
  font-size:0.875rem;
  column-gap:0.3rem;
  transition:all 0.2s ease;
  align-items:center;
  font-weight:500;
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:row;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
  .bDHxbt:hover {
    color:#ffffff;
  border-color:#3b82f6;
  background-color:#3b82f6;
  }
      


          @media (min-width: 768px) {
            
  .bDHxbt {
    width:100px;
  flex-shrink:0;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .bKTvBY {
    width:60px;
  display:none;
  font-size:1.25rem;
  flex-shrink:0;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
          @media (min-width: 768px) {
            
  .bKTvBY {
    display:block;
  }
      

          }
          
        
      
      
  .ZOAeT {
    color:#111827;
  display:block;
  font-size:1.875rem;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  margin-bottom:1.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .eguze {
    width:120px;
  display:none;
  flex-shrink:0;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
          @media (min-width: 768px) {
            
  .eguze {
    display:block;
  }
      

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

      
        
      
      
  .fqRQat {
    gap:0.75rem;
  display:flex;
  flex-wrap:wrap;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bqYZRN {
    color:#ef4444;
  width:100px;
  height:100px;
  display:flex;
  font-size:2.5rem;
  box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1);
  align-items:center;
  font-weight:700;
  border-color:#ef4444;
  border-style:solid;
  border-width:3px;
  border-radius:50%;
  margin-bottom:1.5rem;
  flex-direction:row;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
        
      
      
  .dGujwq {
    color:#6b7280;
  display:block;
  font-size:0.875rem;
  line-height:1.5;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

          }
          
        
      
      
  .xeill {
    width:100%;
  display:flex;
  padding:1.5rem;
  flex-grow:10;
  max-width:100%;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
  flex-basis:0%;
  transition:all 0.2s ease;
  flex-shrink:1;
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:0.75rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
  .xeill:hover {
    transform:translateY(-2px);
  box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1);
  }
      

        
      
      
  .fyDtfW {
    color:#111827;
  display:block;
  font-size:1.125rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-bottom:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  .dQCnfU {
    width:2rem;
  height:2rem;
  display:flex;
  position:relative;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  justify-content:center;
  background-color:#dcfce7;
  }
      

      
  .dQCnfU.invalid {
    background:#fee2e2;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .bIWyLt {
    color:#4b5563;
  display:inline-flex;
  padding:0.25rem 0.75rem;
  font-size:0.75rem;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  background-color:#f3f4f6;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ccABtb {
    color:#374151;
  display:block;
  font-size:0.8125rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fmsQYS {
    color:#6b7280;
  display:table-cell;
  padding:0.75rem;
  font-size:0.875rem;
  text-align:left;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  text-transform:uppercase;
  }
      

      
        
      
      
  .dcJiWX {
    display:flex;
  row-gap:0.75rem;
  flex-wrap:wrap;
  column-gap:0.75rem;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  flex-direction:column;
  }
      

      
        
      
      
  .GRBZD {
    display:block;
  min-height:400px;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-color:#ffffff;
  }
      

      
        
      
      
  .deIPZT {
    display:table-row-group;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .chiALO {
    color:#111827;
  display:block;
  font-size:1rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.25rem;
  flex-direction:row;
  }
      

      
        
      
      
  .bEzlCT {
    flex:1;
  color:#111827;
  display:none;
  font-size:1rem;
  min-width:150px;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
          @media (min-width: 768px) {
            
  .bEzlCT {
    display:block;
  }
      

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

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

      
        
      
      
  .fkgYYN {
    margin:0 auto;
  display:block;
  padding:2.5rem;
  max-width:500px;
  box-shadow:0 2px 4px rgba(0, 0, 0, 0.05);
  border-color:#e5e5e5;
  border-style:solid;
  border-width:2px;
  border-radius:0.5rem;
  flex-direction:row;
  background-color:#ffffff;
  }
      

      
          @media (max-width: 640px) {
            
  .fkgYYN {
    padding:1.5rem;
  }
      

          }
          
        
      
      
  .dOLiKG {
    color:var(--yellow-800);
  display:block;
  background:var(--yellow-50);
  padding-top:1rem;
  border-color:var(--yellow-400);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  margin-bottom:2rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  }
      

      
        
      
      
  .clixqb {
    display:block;
  font-size:0.875rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.5rem;
  flex-direction:row;
  }
      

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

      
        
      
      
  .cgMWsq {
    width:100%;
  display:block;
  outline:none;
  padding:0.75rem 1rem;
  font-size:1rem;
  transition:all 0.2s ease;
  border-color:#e5e5e5;
  border-style:solid;
  border-width:2px;
  border-radius:0.25rem;
  flex-direction:row;
  background-color:#ffffff;
  }
      

      
  .cgMWsq:focus {
    border-color:#000000;
  }
      

        
      
      
  .edhkmc {
    color:#ffffff;
  width:100%;
  cursor:pointer;
  display:block;
  padding:1rem 2rem;
  font-size:1rem;
  transition:all 0.2s ease;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  border-radius:0.25rem;
  flex-direction:row;
  background-color:#000000;
  }
      

      
  .edhkmc:hover {
    transform:translateY(-1px);
  box-shadow:0 4px 12px rgba(0, 0, 0, 0.15);
  background-color:#1a1a1a;
  }
      

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

      
        
      
      
  .cMnlsF {
    color:var(--blue-800);
  display:block;
  background:var(--blue-50);
  padding-top:1rem;
  border-color:var(--blue-700);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  margin-bottom:2rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .dPulV {
    color:#6b6b6b;
  display:block;
  font-size:0.75rem;
  margin-top:-0.25rem;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .bFWakk {
    width:100%;
  resize:vertical;
  display:block;
  outline:none;
  padding:0.75rem 1rem;
  font-size:1rem;
  min-height:100px;
  transition:all 0.2s ease;
  font-family:inherit;
  border-color:#e5e5e5;
  border-style:solid;
  border-width:2px;
  border-radius:0.25rem;
  flex-direction:row;
  background-color:#ffffff;
  }
      

      
  .bFWakk:focus {
    border-color:#000000;
  }
      

        
      
      
  .eipZPb {
    display:block;
  border-style:solid;
  border-width:0px;
  margin-bottom:2rem;
  flex-direction:row;
  }
      

      
        
      
      
  .dwPTLx {
    color:#6b6b6b;
  display:block;
  font-size:0.75rem;
  margin-top:1rem;
  text-align:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .frSdnq {
    color:#6b7280;
  display:table-cell;
  padding:0.75rem;
  font-size:0.875rem;
  text-align:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  text-transform:uppercase;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .fvpoIZ {
    color:#10b981;
  display:flex;
  padding:0.5rem;
  min-width:80px;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:column;
  justify-content:center;
  background-color:#f0fdf4;
  }
      

      
  .fvpoIZ.low {
    color:#f59e0b;
  background:#fef3c7;
  }
      


  .fvpoIZ.med {
    color:#3b82f6;
  background:#dbeafe;
  }
      

        
      
      
  .bBPJzR {
    display:block;
  font-size:0.75rem;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ftsxIx {
    color:#6b7280;
  display:block;
  font-size:0.75rem;
  margin-top:0.25rem;
  line-height:1.4;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cwsZvU {
    gap:0.75rem;
  display:flex;
  padding:1rem 1.5rem;
  transition:background-color 0.2s ease;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  background-color:#ffffff;
  border-bottom-color:#e5e7eb;
  border-bottom-width:1px;
  }
      

      
  .cwsZvU:hover {
    background-color:#f9fafb;
  }
      


          @media (min-width: 768px) {
            
  .cwsZvU {
    gap:1rem;
  align-items:center;
  flex-direction:row;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .ekSLTK {
    color:#374151;
  width:86%;
  display:block;
  font-size:0.8125rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

      
        
      
      
  
      

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

      
        
      
      
  .hTtWB {
    color:#6b7280;
  display:table-cell;
  padding:0.75rem;
  text-align:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .brqCyA {
    gap:1rem;
  display:flex;
  align-items:stretch;
  border-radius:0.5rem;
  flex-direction:row;
  background-color:#ffffff;
  }
      

      
        
      
      
  
      

      
        
      
      
  .boQQkD {
    gap:0.25rem;
  flex:1;
  display:flex;
  min-width:200px;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .chzMFf {
    gap:0.5rem;
  color:#111827;
  display:flex;
  font-size:1rem;
  align-items:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .Iqebc {
    display:flex;
  padding:1.5rem;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition:transform 0.2s ease;
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:column;
  background-color:#ffffff;
  border-left-color:#ef4444;
  border-left-width:4px;
  }
      

      
  .Iqebc:hover {
    transform:translateX(4px);
  }
      

        
      
      
  .OXBve {
    flex:2;
  color:#6b7280;
  display:none;
  font-size:0.875rem;
  min-width:200px;
  line-height:1.5;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

          }
          
        
      
      
  .dZmlfZ {
    width:1.5rem;
  height:1.5rem;
  display:flex;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  justify-content:center;
  background-color:#dcfce7;
  }
      

      
  .dZmlfZ.invalid {
    background:#fee2e2;
  }
      

        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  .FPCoI {
    color:#6b7280;
  display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  margin-bottom:1rem;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .PoriC {
    color:#059669;
  display:inline-block;
  padding:0.25rem 0.5rem;
  font-size:0.875rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-right:0.5rem;
  border-radius:0.25rem;
  flex-direction:row;
  background-color:#ecfdf5;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .czLCqD {
    color:var(--yellow-600);
  display:inline-block;
  padding:0.25rem 0.5rem;
  font-size:0.875rem;
  background:var(--yellow-50);
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-right:0.5rem;
  border-radius:0.25rem;
  flex-direction:row;
  }
      

      
        
      
      
  .cgvIYt {
    gap:2rem;
  display:grid;
  padding:2rem;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  margin-bottom:3rem;
  flex-direction:row;
  background-color:#ffffff;
  grid-template-columns:1fr 1fr;
  }
      

      
          @media (max-width: 640px) {
            
  .cgvIYt {
    grid-template-columns:1fr;
  }
      

          }
          
        
      
      
  .dfSTUd {
    width:var(--width);
  height:100%;
  display:block;
  background:var(--background);
  transition:width 0.5s ease-out;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  }
      

      
        
      
      
  .eWWvYm {
    gap:0.25rem;
  width:100%;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .bxLXre {
    color:#dc2626;
  width:fit-content;
  padding:0.25rem 0.75rem;
  font-size:0.75rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  text-transform:uppercase;
  background-color:#fef2f2;
  }
      

      
        
      
      
  .eyPBbJ {
    gap:0.75rem;
  display:flex;
  padding:1rem;
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  margin-bottom:1.5rem;
  flex-direction:row;
  background-color:#f9fafb;
  }
      

      
          @media (max-width: 640px) {
            
  .eyPBbJ {
    gap:0.5rem;
  flex-direction:column;
  }
      

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

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

          }
          
        
      
      
  .cXKtUn {
    color:#6b7280;
  display:block;
  padding:2rem;
  font-style:normal;
  text-align:left;
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:row;
  background-color:#ffffff;
  }
      

      
        
      
      
  .bzXlSl {
    color:#111827;
  display:block;
  font-size:1.5rem;
  text-align:left;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  margin-bottom:1.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .cqBwpF {
    display:flex;
  row-gap:0.75rem;
  flex-wrap:wrap;
  column-gap:0.75rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bERQfQ {
    color:#6b7280;
  display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.25rem;
  flex-direction:row;
  }
      

      
        
      
      
  .evOaMN {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  text-align:center;
  align-items:center;
  padding-top:3rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:3rem;
  }
      

      
        
      
      
  .cilrKp {
    flex:1;
  display:flex;
  padding:1.5rem;
  max-width:100%;
  min-width:350px;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition:all 0.2s ease;
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:0.75rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
  .cilrKp:hover {
    transform:translateY(-2px);
  box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1);
  }
      

        
      
      
  .dKlCGu {
    color:#374151;
  display:table-cell;
  padding:0.75rem;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dCnQme {
    flex:1;
  display:flex;
  padding:1.5rem;
  min-width:275px;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition:all 0.2s ease;
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:0.75rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
  .dCnQme:hover {
    transform:translateY(-2px);
  box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1);
  }
      

        
      
      
  .bEVDtS {
    display:flex;
  border-style:solid;
  border-width:0px;
  margin-bottom:3rem;
  flex-direction:column;
  }
      

      
        
      
      
  .dsoZnC {
    color:#d97706;
  width:fit-content;
  display:inline-block;
  padding:0.5rem 1rem;
  font-size:1rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  margin-bottom:1.5rem;
  flex-direction:row;
  background-color:#fef3c7;
  }
      

      
        
      
      
  .cYWipH {
    flex:1;
  display:flex;
  padding:1.5rem;
  min-width:250px;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition:all 0.2s ease;
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:0.75rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
  .cYWipH:hover {
    transform:translateY(-2px);
  box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1);
  }
      

        
      
      
  .fcuAnV {
    color:#1e3a8a;
  display:inline-flex;
  padding:0.25rem 0.75rem;
  font-size:0.75rem;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  background-color:#dbeafe;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .buUqSC {
    color:#111827;
  display:block;
  font-size:3rem;
  font-weight:700;
  line-height:1;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.25rem;
  flex-direction:row;
  }
      

      
        
      
      
  .bWFlOZ {
    display:flex;
  padding:1.5rem;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  margin-bottom:3rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
        
      
      
  .fGVwuq {
    gap:1rem;
  display:flex;
  padding:1rem;
  transition:background-color 0.2s ease;
  align-items:flex-start;
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:row;
  background-color:#ffffff;
  }
      

      
  .fGVwuq:hover {
    background-color:#f9fafb;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cxjqAR {
    display:table-row;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  border-bottom-color:#e5e7eb;
  border-bottom-width:1px;
  }
      

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

      
        
      
      
  .HmAsl {
    color:#374151;
  display:inline-flex;
  padding:0.25rem 0.75rem;
  font-size:0.75rem;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  background-color:#e5e7eb;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .TlYJc {
    gap:0.75rem;
  display:flex;
  border-style:solid;
  border-width:0px;
  margin-bottom:3rem;
  flex-direction:column;
  }
      

      
        
      
      
  .yImfF {
    display:flex;
  align-items:center;
  margin-bottom:0.5rem;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .xPAMO {
    gap:1rem;
  display:flex;
  flex-wrap:wrap;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bmbDJI {
    display:flex;
  overflow:hidden;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:0.75rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dKkGku {
    color:#991b1b;
  display:flex;
  padding:0.125rem 0.5rem;
  font-size:0.875rem;
  min-width:24px;
  align-items:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  justify-content:center;
  background-color:#fee2e2;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dAZwED {
    flex:1;
  color:#ffffff;
  cursor:pointer;
  display:block;
  padding:0.75rem;
  font-size:0.875rem;
  min-width:150px;
  box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition:all 0.2s ease;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  background-color:#4f46e5;
  }
      

      
  .dAZwED:hover {
    box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color:#4338ca;
  }
      

        
      
      
  
      

      
        
      
      
  .AHsjS {
    color:#6b7280;
  display:block;
  font-size:0.875rem;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dPMsRb {
    gap:0.625rem;
  flex:1;
  width:500px;
  display:flex;
  padding:1rem;
  max-width:100%;
  min-width:275px;
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
        
      
      
  .ceKMfY {
    flex:2;
  display:none;
  min-width:200px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

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

          }
          
        
      
      
  .bcNfYw {
    display:table-header-group;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .bNJnQh {
    gap:0.625rem;
  flex:1;
  width:400px;
  display:flex;
  padding:1rem;
  max-width:100%;
  min-width:300px;
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .kqTGq {
    color:#111827;
  display:block;
  font-size:3rem;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  margin-bottom:1rem;
  flex-direction:row;
  }
      

      
          @media (max-width: 768px) {
            
  .kqTGq {
    font-size:2rem;
  }
      

          }
          
        
      
      
  .dTRhmt {
    color:var(--red-800);
  display:inline-block;
  padding:0.25rem 0.5rem;
  font-size:0.875rem;
  background:var(--red-50);
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-right:0.5rem;
  border-radius:0.25rem;
  flex-direction:row;
  }
      

      
        
      
      
  .edsxir {
    width:100%;
  height:8px;
  display:block;
  overflow:hidden;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  background-color:#f3f4f6;
  }
      

      
        
      
      
  .eJFUTg {
    display:block;
  padding-top:2rem;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  padding-bottom:2rem;
  background-color:#fafafa;
  }
      

      
          @media (max-width: 768px) {
            
  .eJFUTg {
    padding:1rem;
  }
      

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

      
        
      
      
  .RYVjp {
    width:100%;
  display:table;
  overflow:hidden;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-style:solid;
  border-width:0px;
  border-radius:0.5rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eUtVoM {
    display:block;
  padding:0.75rem;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  margin-bottom:0.5rem;
  flex-direction:row;
  background-color:#f9fafb;
  }
      

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

      
        
      
      
  .cylgLq {
    color:#374151;
  display:inline;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cFThup {
    gap:1.5rem;
  width:450px;
  display:flex;
  flex-wrap:wrap;
  max-width:100%;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .bFSnhq {
    color:#166534;
  display:flex;
  padding:0.125rem 0.5rem;
  font-size:0.875rem;
  min-width:24px;
  align-items:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  justify-content:center;
  background-color:#dcfce7;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fkOWfr {
    gap:1.5rem;
  display:flex;
  flex-wrap:wrap;
  margin-bottom:3rem;
  flex-direction:row;
  grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ddKTgZ {
    color:#4b5563;
  margin:0 auto;
  display:block;
  font-size:1.25rem;
  max-width:48rem;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height:1.75;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .DtMfA {
    display:table-row;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-color:#f9fafb;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .dKSyWU {
    display:flex;
  padding:1.5rem;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-bottom:1px solid #e5e7eb;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .bAqKUH {
    width:100%;
  display:flex;
  max-width:42rem;
  box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  max-height:90vh;
  overflow-y:auto;
  border-style:solid;
  border-width:0px;
  border-radius:1rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
        
      
      
  .darzaF {
    border:none;
  cursor:pointer;
  display:flex;
  padding:0.5rem;
  transition:background-color 0.2s ease;
  align-items:center;
  border-style:solid;
  border-width:0px;
  border-radius:0.375rem;
  flex-direction:row;
  justify-content:center;
  background-color:transparent;
  }
      

      
  .darzaF:hover {
    background-color:#f3f4f6;
  }
      

        
      
      
  .dKttfe {
    color:#6b7280;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cEEoCL {
    color:#111827;
  margin:0px;
  display:block;
  font-size:var(--font-size-xl);
  max-width:80%;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .NFdXY {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  padding:1rem;
  z-index:9999;
  position:fixed;
  align-items:center;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  justify-content:center;
  background-color:rgba(0, 0, 0, 0.5);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dMTSsD {
    color:#111827;
  display:block;
  font-size:1.75rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.5rem;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
      
      
  
      

      
        
      
      
  .byhUoN {
    row-gap:0.5rem;
  column-gap:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .dfkBkH {
    color:#111827;
  display:block;
  font-size:1.125rem;
  margin-top:0.5rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .eFLRbJ {
    display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  background-color:#fafafa;
  }
      

      
          @media (max-width: 640px) {
            
  
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fAzwpG {
    color:#6b7280;
  width:fit-content;
  display:inline-block;
  padding:0.25rem 0.75rem;
  font-size:0.75rem;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  background-color:#f3f4f6;
  }
      

      
        
      
      
  .dTOzVb {
    color:#dc2626;
  width:32px;
  height:32px;
  display:flex;
  font-size:0.875rem;
  align-items:center;
  flex-shrink:0;
  font-weight:700;
  border-color:#dc2626;
  border-style:solid;
  border-width:2px;
  border-radius:50%;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .Vxfae {
    gap:0.75rem;
  flex:1;
  color:#059669;
  cursor:pointer;
  display:flex;
  padding:0.75rem 1.25rem;
  font-size:0.9375rem;
  min-width:0px;
  transition:all 0.2s ease;
  align-items:center;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  border-color:#10b981;
  border-style:solid;
  border-width:2px;
  border-radius:0.5rem;
  flex-direction:row;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
  .Vxfae.active {
    color:#ffffff;
  transform:translateY(-1px);
  box-shadow:0 4px 6px -1px rgba(16, 185, 129, 0.25);
  background-color:#10b981;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dBhYxX {
    gap:1.5rem;
  display:flex;
  padding:1.5rem;
  flex-wrap:wrap;
  box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-style:solid;
  border-width:0px;
  border-radius:0.75rem;
  margin-bottom:3rem;
  flex-direction:row;
  background-color:#ffffff;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eMqVjj {
    gap:0.625rem;
  flex:1;
  width:400px;
  display:flex;
  padding:1rem;
  max-width:100%;
  border-color:#e5e7eb;
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:column;
  background-color:#ffffff;
  }
      

      
        
      
      
  .cLpMrU {
    color:#10b981;
  display:block;
  font-size:3rem;
  font-weight:700;
  line-height:1;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eSCqRv {
    gap:1.5rem;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  margin-bottom:3rem;
  flex-direction:row;
  grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eVKUDe {
    color:red;
  display:flex;
  row-gap:0.3rem;
  flex-wrap:wrap;
  font-size:0.875rem;
  column-gap:0.3rem;
  align-items:center;
  font-weight:600;
  padding-top:0.25rem;
  border-style:solid;
  border-width:0px;
  margin-right:0.5rem;
  padding-left:0.25rem;
  border-radius:0.25rem;
  padding-right:0.25rem;
  flex-direction:row;
  padding-bottom:0.25rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .VnRch {
    gap:1rem;
  color:#6b7280;
  display:none;
  padding:1rem 1.5rem;
  font-size:0.875rem;
  align-items:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:0.05em;
  text-transform:uppercase;
  background-color:#f9fafb;
  border-bottom-color:#e5e7eb;
  border-bottom-width:2px;
  }
      

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

          }
          
        
      
      
  .esFPnf {
    color:#92400e;
  display:flex;
  padding:0.125rem 0.5rem;
  font-size:0.875rem;
  min-width:24px;
  align-items:center;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  flex-direction:row;
  justify-content:center;
  background-color:#fef3c7;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .oCeef {
    margin:0 auto;
  display:flex;
  max-width:800px;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .bPAyPw {
    gap:0.75rem;
  flex:1;
  color:#dc2626;
  cursor:pointer;
  display:flex;
  padding:0.75rem 1.25rem;
  font-size:0.9375rem;
  min-width:0px;
  transition:all 0.2s ease;
  align-items:center;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  border-color:#ef4444;
  border-style:solid;
  border-width:2px;
  border-radius:0.5rem;
  flex-direction:row;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
  .bPAyPw.current {
    color:#ffffff;
  transform:translateY(-1px);
  box-shadow:0 4px 6px -1px rgba(239, 68, 68, 0.25);
  background-color:#ef4444;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dayHid {
    color:#059669;
  display:flex;
  row-gap:0.3rem;
  flex-wrap:wrap;
  font-size:0.875rem;
  column-gap:0.3rem;
  align-items:center;
  font-weight:600;
  padding-top:0.25rem;
  border-style:solid;
  border-width:0px;
  margin-right:0.5rem;
  padding-left:0.25rem;
  border-radius:0.25rem;
  padding-right:0.25rem;
  flex-direction:row;
  padding-bottom:0.25rem;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dcvHLc {
    color:#6b7280;
  width:85%;
  font-size:var(--font-size-sm);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bMVkHX {
    margin:0 auto;
  display:flex;
  row-gap:2rem;
  max-width:850px;
  column-gap:2rem;
  padding-top:2rem;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  padding-bottom:10rem;
  }
      

      
        
      
      
  .cimGSU {
    color:#4b5563;
  display:block;
  font-size:1rem;
  line-height:1.5;
  border-style:solid;
  border-width:0px;
  margin-bottom:1.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fuJgfi {
    color:#10b981;
  display:block;
  font-size:0.875rem;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eufHvH {
    flex:1;
  width:100%;
  display:block;
  padding:0.625rem 0.875rem;
  font-size:0.875rem;
  transition:all 0.2s ease;
  border-color:#d1d5db;
  border-style:solid;
  border-width:1px;
  border-radius:0.375rem;
  flex-direction:row;
  background-color:#ffffff;
  }
      

      
  .eufHvH:focus {
    outline:none;
  box-shadow:0 0 0 3px rgba(79, 70, 229, 0.1);
  border-color:#4f46e5;
  }
      

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

      
        
      
      
  .eQeZZh {
    gap:1rem;
  flex:2;
  display:flex;
  max-width:100%;
  min-width:275px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cHPPyp {
    color:#111827;
  display:block;
  font-size:1.75rem;
  text-align:center;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  margin-bottom:1rem;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dYGeXB {
    color:#d97706;
  display:inline-block;
  padding:0.25rem 0.75rem;
  font-size:0.75rem;
  font-weight:600;
  border-style:solid;
  border-width:0px;
  border-radius:9999px;
  margin-bottom:1rem;
  flex-direction:row;
  letter-spacing:0.025em;
  text-transform:uppercase;
  background-color:#fef3c7;
  }
      

      
        
      
      
  .cYOcPq {
    display:block;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  border-style:solid;
  border-width:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  background-color:#f9fafb;
  }
      

      
        
      
      
  
      

      
        
      
      
  .chfTHE {
    flex:1;
  display:block;
  min-width:150px;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fyhTMC {
    gap:0.75rem;
  flex:1;
  color:orange;
  cursor:pointer;
  display:flex;
  padding:0.75rem 1.25rem;
  font-size:0.9375rem;
  min-width:0px;
  background:white;
  box-shadow:0 4px 6px -1px rgba(245, 158, 11, 0.25);
  transition:all 0.2s ease;
  align-items:center;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  border-color:#f59e0b;
  border-style:solid;
  border-width:2px;
  border-radius:0.5rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .fyhTMC.active {
    color:#ffffff;
  border-color:#d97706;
  background-color:#d97706;
  }
      

        
      
      
  .bbYZYh {
    color:#111827;
  display:block;
  font-size:1.75rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  margin-bottom:1rem;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cjXXZr {
    color:#111827;
  display:block;
  font-size:2rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  margin-bottom:0.75rem;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      