
  

  
  

  
  
  
  
    


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


    .eJgSHy {
      width:100%;
      min-height:100%;
      background-color:#fbfbfe;
    }

    @media (min-width: 470px) {

    .eJgSHy {
      display:none;
    }
    }

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

    .bHdqPO {
      font-size:10px;
      font-family:inherit;
      font-weight:500;
    }

    .cmVuOv {
      gap:10px;
      width:24%;
      height:100%;
      align-items:center;
      justify-content:center;
    }

    .bcjCvR {
      gap:2px;
      width:42%;
      align-items:start;
      padding-left:10px;
      padding-right:10px;
      flex-direction:column;
      justify-content:center;
      border-left-color:var(--grey-200, #E5E5E5);
      border-left-style:solid;
      border-left-width:1px;
      border-right-color:var(--grey-200, #E5E5E5);
      border-right-style:solid;
      border-right-width:1px;
    }

    .kHpfZ {
      width:38%;
      align-items:start;
      justify-content:center;
    }

    .cvDbWH {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      z-index:99;
      position:fixed;
      min-height:100%;
      background-color:#fbfbfe;
    }

    .eyVPLS {
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .UDSbO {
      color:var(--grey-400, #A3A3A3);
      font-size:12px;
      font-family:'Inter';
      font-weight:400;
    }

    .ekQaBK {
      width:45px;
      height:45px;
      border-radius:11px;
    }

    .biWLro {
      top:5px;
      color:var(--grey-400, #A3A3A3);
      right:8px;
      position:absolute;
      font-size:7px;
      font-family:'Inter';
      font-weight:400;
      padding-top:2px;
      padding-bottom:2px;
    }

    .bNbRRu {
      width:100%;
      height:50px;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:start;
      background-color:#ffffff;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .fCYdxQ {
      color:var(--grey-800, #262626);
      font-size:12px;
      font-family:'Inter';
      font-weight:400;
    }

    .HAARC {
      gap:10px;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
    }

    .eRBMrK {
      gap:8px;
      width:100%;
      height:60px;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:start;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .cuOfKs {
      gap:8px;
      width:100%;
      height:60px;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:start;
    }

    .cICbLF {
      width:100%;
      box-shadow:1px 4px 8px 0px #d1d1d11a;
      align-items:start;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      border-radius:12px;
      flex-direction:column;
      justify-content:start;
      background-color:#ffffff;
    }

    .cfFTge {
      color:var(--red-700, #B91C1C);
    }

    .cGxYnK {
      left:15px;
      color:var(--grey-50, #FAFAFA);
      width:fit-content;
      bottom:15px;
      cursor:pointer;
      position:fixed;
      font-size:11px;
      align-items:center;
      padding-top:3px;
      padding-left:3px;
      border-radius:15px;
      padding-right:11px;
      flex-direction:row;
      padding-bottom:3px;
      justify-content:start;
      background-color:var(--grey-500, #737373);
    }

    .fkAVFs {
      gap:8px;
    }

    .crQrVD {
      color:var(--grey-900, #171717);
      display:flex;
      font-size:14px;
      font-family:inherit;
      font-weight:500;
      flex-direction:column;
    }

    .frzNVw {
      gap:5px;
      width:100%;
      height:55px;
      box-shadow:1px 4px 8px 0px #c2c2c21a, 1px 4px 8px 0px #d7d6d61a;
      align-items:center;
      padding-top:8px;
      border-color:#e5e5e569;
      border-style:solid;
      border-width:0.5px;
      padding-left:13px;
      border-radius:12px;
      padding-right:13px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:space-between;
      background-color:#ffffff;
    }

    .cdOBoe {
      gap:5px;
      width:100%;
      height:85px;
      box-shadow:1px 4px 8px 0px #d1d1d11a;
      align-items:center;
      padding-top:8px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      padding-left:8px;
      border-radius:12px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:8px;
      justify-content:start;
      background-color:#ffffff;
    }

    .cJwECR {
      overflow-x:clip;
      overflow-y:clip;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      border-radius:11px;
      background-color:#ffffff;
    }

    .bufESs {
      color:var(--red-700, #B91C1C);
      font-size:10px;
      font-family:inherit;
      font-weight:inherit;
    }

    .NKXwh {
      gap:8px;
      padding-top:12px;
      padding-bottom:8px;
    }

    .cksOpi {
      font-size:13px;
      font-family:inherit;
      font-weight:inherit;
      padding-left:5px;
      padding-right:5px;
    }

    .dXA-dvY {
      gap:5px;
      height:20px;
      overflow-x:clip;
      padding-left:5px;
      flex-direction:row;
    }

    .cwLDCk {
      color:var(--grey-600, #525252);
      right:8px;
      position:absolute;
      font-size:10px;
      font-family:inherit;
      font-weight:400;
    }

    .cEPqCs {
      gap:4px;
      color:var(--grey-50, #FAFAFA);
      display:flex;
      font-size:10px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:2px;
      border-color:var(--red-700, #B91C1C);
      border-style:solid;
      border-width:0.5px;
      padding-left:5px;
      border-radius:5px;
      padding-right:5px;
      flex-direction:row;
      padding-bottom:2px;
      justify-content:center;
      background-color:var(--red-700, #B91C1C);
    }

    .cvENyY {
      color:var(--grey-50, #FAFAFA);
      display:flex;
      font-size:10px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:2px;
      border-color:var(--teal-600, #0D9488);
      border-style:solid;
      border-width:0.5px;
      padding-left:5px;
      border-radius:5px;
      padding-right:5px;
      flex-direction:column;
      padding-bottom:2px;
      justify-content:center;
      background-color:var(--teal-600, #0D9488);
    }

    .tnDRz {
      gap:3px;
      color:var(--red-700, #B91C1C);
      display:flex;
      font-size:14px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-left:5px;
      padding-right:5px;
      flex-direction:row;
      justify-content:start;
    }

    .eMcSlH {
      width:100%;
      height:50px;
      z-index:5;
      position:relative;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
      background-color:#ffffff;
      border-top-color:var(--grey-200, #E5E5E5);
      border-top-style:solid;
      border-top-width:0.5px;
    }

    .eMcSlH.shorts {
      background-color:var(--grey-900, #171717);
      border-top-color:var(--grey-800, #262626);
      border-top-style:solid;
      border-top-width:1px;
    }

    .cOggki {
      color:var(--grey-500, #737373);
      font-size:8px;
      font-family:inherit;
      font-weight:500;
    }

    .cRYXR {
      padding-top:2px;
      padding-left:3px;
      padding-right:3px;
      padding-bottom:2px;
    }

    .fmhDuN {
      color:var(--grey-500, #737373);
      width:19%;
      align-items:center;
      justify-content:center;
    }

    .fmhDuN.active {
      color:var(--red-700, #B91C1C);
    }

    .vpDFj {
      font-size:8px;
      font-family:inherit;
      font-weight:500;
    }

    .fimZAz {
      width:19%;
      align-items:center;
      justify-content:center;
    }

    .eYOcKC {
      color:var(--grey-500, #737373);
      padding-top:2px;
      padding-left:3px;
      padding-right:3px;
      padding-bottom:2px;
    }

    .cOaOCY {
      width:49%;
      margin-top:5px;
      margin-bottom:5px;
    }

    .bOpYam {
      color:var(--red-600, #DC2626);
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      padding-left:6px;
      border-radius:10px;
      padding-right:6px;
      background-color:#fbfbfe;
    }

    .lJytd {
      flex:1;
      height:100%;
      align-items:center;
      justify-content:center;
    }

    .byFmXh {
      width:55px;
      height:40px;
      object-fit:cover;
    }

    .bkCTlW {
      color:var(--grey-50, #FAFAFA);
      padding-top:8px;
      padding-bottom:8px;
    }

    .bfzmzg {
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .fGruoL {
      left:0px;
      right:0px;
      bottom:0px;
      position:fixed;
    }

    .fnuMh {
      padding-top:1px;
      padding-left:1px;
      padding-right:1px;
      padding-bottom:1px;
    }

    .dIleQg {
      gap:8px;
      width:100%;
      height:48px;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:start;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .eRbYMu {
      color:var(--grey-400, #A3A3A3);
      font-size:7px;
      font-family:'Inter';
      font-weight:400;
      padding-top:2px;
      padding-bottom:2px;
    }

    .bPdubU {
      color:var(--grey-400, #A3A3A3);
      font-size:10px;
      font-family:'Inter';
      font-weight:400;
    }

    .htgaU {
      color:#ffffff;
      border-color:var(--red-800, #991B1B);
      border-style:solid;
      border-width:0.5px;
      padding-left:6px;
      border-radius:10px;
      padding-right:6px;
      background-color:var(--red-700, #B91C1C);
    }

    .chRUiW {
      color:var(--grey-50, #FAFAFA);
      right:15px;
      width:fit-content;
      bottom:15px;
      cursor:pointer;
      position:fixed;
      font-size:11px;
      align-items:center;
      padding-top:7px;
      padding-left:11px;
      border-radius:15px;
      padding-right:11px;
      flex-direction:row;
      padding-bottom:7px;
      justify-content:start;
      background-color:var(--grey-500, #737373);
    }

    .dIDzuy {
      gap:8px;
      width:100%;
      height:48px;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:start;
    }

    .cleLNk {
      color:var(--grey-50, #FAFAFA);
      right:13px;
      position:absolute;
      font-size:8px;
      font-family:inherit;
      font-weight:inherit;
      padding-top:3px;
      padding-left:5px;
      border-radius:8px;
      padding-right:5px;
      padding-bottom:3px;
      background-color:var(--red-700, #B91C1C);
    }

    .eiEpaF {
      gap:8px;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
    }

    .elCpIr {
      color:#ffffff;
      border-color:var(--green-800, #065F46);
      border-style:solid;
      border-width:0.5px;
      padding-left:6px;
      border-radius:10px;
      padding-right:6px;
      background-color:var(--green-700, #047857);
    }

    .eyQTro {
      color:var(--red-700, #B91C1C);
      display:flex;
      font-size:14px;
      font-family:inherit;
      font-weight:500;
      flex-direction:column;
    }

    .bHNjES {
      color:var(--green-700, #047857);
      display:flex;
      font-size:14px;
      font-family:inherit;
      font-weight:500;
      flex-direction:column;
    }

    .eoqHkO {
      color:var(--grey-900, #171717);
      display:flex;
      font-size:13px;
      font-family:inherit;
      font-weight:500;
      flex-direction:column;
    }

    .bVEubp {
      gap:5px;
      display:flex;
      font-size:13px;
      align-items:center;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
      justify-content:start;
    }

    .eGEfpR {
      top:0px;
      width:100%;
      z-index:5;
      position:sticky;
      align-items:start;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:space-between;
      background-color:var(--red-700, #B91C1C);
    }

    .fmhwnv {
      width:100%;
      height:55px;
      align-items:center;
      padding-left:15px;
      padding-right:15px;
      flex-direction:row;
      justify-content:space-between;
    }

    .bcakfU {
      color:var(--grey-500, #737373);
      width:fit-content;
      cursor:pointer;
      position:relative;
      font-size:11px;
      align-items:center;
      padding-top:3px;
      padding-left:11px;
      border-radius:15px;
      padding-right:3px;
      flex-direction:row;
      padding-bottom:3px;
      justify-content:start;
      background-color:var(--grey-50, #FAFAFA);
    }

    .bKvAME {
      width:43px;
      height:27px;
      object-fit:cover;
      margin-bottom:5px;
    }

    .epXOQV {
      width:100%;
      z-index:;
      position:relative;
      align-items:center;
      margin-bottom:15px;
      flex-direction:column;
      justify-content:space-between;
      background-color:var(--red-700, #B91C1C);
      border-bottom-left-radius:15px;
      border-bottom-right-radius:15px;
    }

    .dVZilL {
      color:var(--grey-50, #FAFAFA);
      width:100%;
      cursor:pointer;
      height:35px;
      font-size:13px;
      align-items:center;
      border-radius:12px;
      justify-content:center;
      background-color:var(--red-700, #B91C1C);
    }

    .SUhop {
      width:100%;
      height:99px;
      box-shadow:1px 4px 8px 0px #d1d1d11a;
      align-items:center;
      padding-top:11px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      padding-left:10px;
      border-radius:12px;
      margin-bottom:-45px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:11px;
      justify-content:space-between;
      background-color:#ffffff;
    }

    .bwGoZB {
      color:var(--grey-500, #737373);
      width:100%;
      font-size:13px;
      text-align:center;
      font-family:inherit;
      font-weight:400;
      padding-top:7px;
      padding-bottom:5px;
      background-color:#ffffff;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:1px;
      border-top-left-radius:11px;
      border-top-right-radius:11px;
    }

    .dPUpsK {
      margin-top:30px;
      padding-top:15px;
      padding-left:15px;
      padding-right:15px;
      padding-bottom:15px;
    }

    .dobVBe {
      width:100%;
      height:50px;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:start;
      background-color:var(--red-700, #B91C1C);
    }

    .dGkeQl {
      gap:14px;
      width:16%;
      height:100%;
      align-items:center;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      border-radius:11px;
      justify-content:center;
      background-color:#fbfbfe;
    }

    .dfmUCp {
      width:100%;
      align-items:center;
      padding-top:10px;
      padding-left:5px;
      padding-right:5px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:start;
    }

    .bNCceq {
      color:var(--grey-200, #E5E5E5);
      font-size:14px;
      font-family:inherit;
      font-weight:500;
      padding-bottom:3px;
    }

    .bWIXvX {
      gap:6px;
      color:var(--grey-50, #FAFAFA);
      display:flex;
      font-size:24px;
      align-items:end;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
      justify-content:start;
    }

    .fFkkRQ {
      color:var(--grey-50, #FAFAFA);
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .cvnKAc {
      color:#ffffff;
    }

    .bwZPte {
      align-items:center;
      padding-top:7px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
      justify-content:start;
    }

    .dMSPYa {
      font-size:14px;
      font-family:inherit;
      font-weight:500;
    }

    .eNgckh {
      color:var(--red-600, #DC2626);
    }

    .ciipPE {
      gap:5px;
      width:76%;
      height:40px;
      align-items:center;
      padding-left:8px;
      border-radius:12px;
      padding-right:8px;
      flex-direction:row;
      justify-content:start;
      background-color:#ffffff;
    }

    .exfeYH {
      color:var(--grey-700, #404040);
      font-size:12px;
      font-family:inherit;
      font-weight:500;
    }

    .fmFRhJ {
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      border-radius:7px;
      flex-direction:row;
    }

    .eZcOEZ {
      width:20px;
      height:20px;
      align-items:center;
      justify-content:center;
    }

    .cFxkVi {
      gap:7px;
      flex:1;
      height:100%;
      align-items:start;
      padding-top:5px;
      padding-left:8px;
      padding-right:8px;
      padding-bottom:5px;
      justify-content:center;
    }

    .dBlWhP {
      color:var(--grey-500, #737373);
    }

    .bvqnmb {
      width:55px;
      height:55px;
      border-radius:10px;
    }

    .dfcMIA {
      color:var(--grey-500, #737373);
      width:30px;
      height:20px;
      font-size:12px;
      align-items:center;
      font-weight:400;
      justify-content:center;
      border-left-color:var(--grey-200, #E5E5E5);
      border-left-style:solid;
      border-left-width:0.5px;
      border-right-color:var(--grey-200, #E5E5E5);
      border-right-style:solid;
      border-right-width:0.5px;
    }

    .ckVeFR {
      color:var(--grey-700, #404040);
      font-size:13px;
      font-family:inherit;
      font-weight:400;
    }

    .dAtcKe {
      color:var(--red-700, #B91C1C);
      font-size:12px;
      font-family:inherit;
      font-weight:500;
    }

    .FZwSO {
      color:var(--grey-500, #737373);
      font-size:10px;
      font-family:inherit;
      font-weight:400;
    }

    .cQYgcZ {
      gap:2px;
      flex-direction:column;
    }

    .eVqrfk {
      gap:8px;
      width:100%;
      height:40px;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:start;
      border-top-color:var(--grey-200, #E5E5E5);
      border-top-style:solid;
      border-top-width:0.5px;
    }

    .lxPdv {
      height:100%;
      align-items:start;
      padding-left:5px;
      padding-right:5px;
      justify-content:center;
    }

    .bOlqAj {
      width:100%;
      height:85px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

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

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

    .eVNESx {
      width:55px;
      height:55px;
    }

    .biDJwE {
      gap:8px;
      width:100%;
      height:40px;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:start;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .fGNJrh {
      color:var(--grey-500, #737373);
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .diTwFo {
      color:var(--grey-200, #E5E5E5);
      width:fit-content;
      cursor:pointer;
      padding-top:12px;
      padding-left:14px;
      border-radius:13px;
      padding-right:14px;
      padding-bottom:12px;
      background-color:var(--red-700, #B91C1C);
    }

    .dXIBNL {
      color:var(--red-600, #DC2626);
      font-size:12px;
      font-family:inherit;
      font-weight:inherit;
    }

    .yvFSd {
      width:100%;
      box-shadow:1px 4px 8px 0px #d1d1d11a;
      align-items:start;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      border-radius:12px;
      flex-direction:column;
      padding-bottom:12px;
      justify-content:start;
      background-color:#ffffff;
    }

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

    .UuBRv {
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:55px;
      position:fixed;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:space-between;
      background-color:#ffffff;
      border-top-color:var(--grey-200, #E5E5E5);
      border-top-style:solid;
      border-top-width:0.5px;
    }

    .cCYXsI {
      width:100%;
    }

    .cSqppL {
      color:var(--grey-500, #737373);
      display:flex;
      font-size:12px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .bXcBXf {
      top:3px;
      color:var(--grey-50, #FAFAFA);
      right:6px;
      position:absolute;
      align-items:center;
      border-radius:5px;
      flex-direction:row;
      justify-content:start;
      background-color:var(--red-700, #B91C1C);
    }

    .cJMWH {
      gap:8px;
      width:100%;
      height:45px;
      align-items:center;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      justify-content:start;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .dWGdVG {
      color:var(--grey-800, #262626);
      display:flex;
      font-size:14px;
      font-family:inherit;
      font-weight:500;
      flex-direction:column;
    }

    .dbgqMw {
      flex:1;
      height:38px;
      align-items:center;
      padding-left:8px;
      border-radius:12px;
      flex-direction:row;
      justify-content:start;
      background-color:#ffffff;
    }

    .bwrCAi {
      flex:1;
      color:var(--grey-900, #171717);
      height:100%;
      font-size:16px;
      font-weight:400;
      padding-left:8px;
      padding-right:8px;
    }

    .bRGAAw {
      width:100%;
      align-items:start;
      flex-direction:column;
      justify-content:start;
      background-color:#ffffff;
    }

    .cCoqEc {
      gap:10px;
      width:100%;
      height:60px;
      align-items:center;
      padding-left:5px;
      padding-right:12px;
      flex-direction:row;
      justify-content:start;
      background-color:var(--red-700, #B91C1C);
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:0.5px;
    }

    .bfVjPP {
      width:40px;
      height:100%;
      align-items:center;
      justify-content:center;
    }

    .fBcOCR {
      padding-left:1px;
      padding-right:1px;
    }

    .ejAptb {
      font-size:10px;
      text-align:center;
      font-family:inherit;
      font-weight:400;
      padding-top:1px;
      padding-left:3px;
      border-radius:6px;
      padding-right:3px;
      padding-bottom:1px;
    }

    .BRSGa {
      color:var(--red-600, #DC2626);
      font-size:13px;
      font-family:inherit;
      font-weight:inherit;
    }

    .cqvExP {
      align-items:center;
      flex-direction:row;
      justify-content:end;
    }

    .cndap {
      flex-wrap:wrap;
      align-items:start;
      padding-top:8px;
      padding-left:8px;
      padding-right:8px;
      flex-direction:row;
      padding-bottom:65px;
      justify-content:space-between;
      background-color:#ffffff;
      border-top-color:var(--grey-200, #E5E5E5);
      border-top-style:solid;
      border-top-width:0.5px;
    }

    .dOrVKM {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      z-index:99;
      position:fixed;
      max-height:100%;
      min-height:100%;
      overflow-y:scroll;
      background-color:#fbfbfe;
    }

    .cEKiTg {
      margin-top:35px;
      border-top-color:var(--grey-200, #E5E5E5);
      border-top-style:solid;
      border-top-width:1px;
    }

    .bPYTlB {
      width:22px;
      height:22px;
    }

    .bibRGP {
      color:var(--grey-50, #FAFAFA);
      display:flex;
      font-size:24px;
      align-items:start;
      font-family:inherit;
      font-weight:600;
      flex-direction:column;
      justify-content:end;
    }

    .eZAIOw {
      flex:1;
      color:var(--colorAmount, #b91c1c);
      font-size:14px;
      text-align:right;
      font-family:inherit;
      font-weight:600;
    }

    .SPnyJ {
      width:100%;
      height:69px;
      align-items:center;
      padding-left:14px;
      padding-right:14px;
      flex-direction:row;
      justify-content:space-between;
      background-color:#ffffff;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .cRPkNy {
      width:100%;
      height:60px;
      box-shadow:1px 4px 8px 0px #d1d1d11a;
      align-items:center;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      border-radius:16px;
      margin-bottom:-45px;
      flex-direction:row;
      justify-content:center;
      background-color:#ffffff;
    }

    .dlCrmR {
      color:var(--grey-500, #737373);
      font-size:12px;
      font-family:inherit;
      font-weight:500;
    }

    .yRxJJ {
      gap:2px;
      width:45%;
      height:100%;
      align-items:start;
      padding-left:1px;
      padding-right:1px;
      flex-direction:column;
      justify-content:center;
      border-right-color:var(--grey-200, #E5E5E5);
      border-right-style:solid;
      border-right-width:1px;
    }

    .cwtUyy {
      color:var(--grey-200, #E5E5E5);
      font-size:12px;
      font-family:inherit;
      font-weight:500;
    }

    .HNTeH {
      width:100%;
      align-items:center;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:start;
    }

    .eImiSt {
      gap:2px;
      width:45%;
      height:100%;
      align-items:start;
      padding-left:17px;
      padding-right:5px;
      flex-direction:column;
      justify-content:center;
    }

    .ymrML {
      gap:3px;
      color:var(--grey-800, #262626);
      width:75%;
      display:flex;
      font-size:12px;
      font-family:inherit;
      font-weight:600;
      flex-direction:column;
    }

    .cgcmeV {
      color:var(--grey-400, #A3A3A3);
      font-size:10px;
      font-family:inherit;
      font-weight:400;
    }

    .ciOKsm {
      color:var(--red-600, #DC2626);
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      padding-left:3px;
      border-radius:10px;
      padding-right:3px;
      background-color:#fbfbfe;
    }

    .fGcGhi {
      height:35px;
      align-items:center;
      padding-top:7px;
      padding-left:10px;
      margin-bottom:35px;
      padding-right:10px;
      padding-bottom:7px;
      justify-content:start;
      background-color:var(--red-700, #B91C1C);
    }

    .ciRRCW {
      gap:12px;
      color:var(--grey-900, #171717);
      width:100%;
      cursor:pointer;
      height:40px;
      font-size:13px;
      box-shadow:1px 4px 8px 0px #c6c3c321;
      align-items:center;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
      background-color:#ffffff;
    }

    .aVXlG {
      flex:1;
      color:var(--grey-900, #171717);
      height:45px;
      font-size:16px;
      font-weight:500;
      padding-left:8px;
      padding-right:8px;
    }

    .cdWQib {
      height:42px;
      align-items:center;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      padding-left:8px;
      border-radius:12px;
      flex-direction:row;
      justify-content:start;
      background-color:#ffffff;
    }

    .dnujDu {
      color:var(--grey-50, #FAFAFA);
      font-size:12px;
      text-align:center;
      font-family:inherit;
      font-weight:inherit;
    }

    .detGXU {
      width:100%;
      align-items:center;
      padding-top:12px;
      padding-left:12px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:12px;
      justify-content:space-between;
    }

    .fxJaGR {
      gap:10px;
      color:var(--grey-50, #FAFAFA);
      width:100%;
      cursor:pointer;
      height:35px;
      font-size:13px;
      align-items:center;
      border-radius:12px;
      flex-direction:row;
      justify-content:center;
      background-color:var(--red-700, #B91C1C);
    }

    .eTaEmt {
      width:35%;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .chwNdW {
      gap:5px;
      color:var(--grey-500, #737373);
      width:100%;
      height:25px;
      font-size:12px;
      margin-top:12px;
      align-items:center;
      padding-top:5px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:center;
    }

    .trbVv {
      flex:1;
      box-shadow:;
      align-items:center;
      padding-left:15px;
      padding-right:15px;
      justify-content:center;
    }

    .dktzZi {
      gap:12px;
      width:100%;
      box-shadow:1px 4px 8px 0px #b7b4b426;
      padding-top:12px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:0.5px;
      padding-left:12px;
      border-radius:18px;
      padding-right:12px;
      padding-bottom:12px;
      background-color:#ffffff;
    }

    .bWWnJT {
      top:12px;
      position:absolute;
      padding-top:7px;
      border-color:var(--grey-800, #262626);
      border-style:solid;
      border-width:1px;
      padding-left:16px;
      border-radius:14px;
      padding-right:16px;
      padding-bottom:7px;
      background-color:var(--grey-900, #171717);
    }

    .yjbfb {
      flex:1;
      color:var(--grey-900, #171717);
      height:45px;
      font-size:16px;
      align-items:start;
      font-weight:500;
      padding-left:8px;
      padding-right:8px;
      justify-content:center;
    }

    .bAiYUs {
      gap:12px;
      color:var(--grey-600, #525252);
      width:100%;
      height:25px;
      font-size:12px;
      margin-top:12px;
      align-items:center;
      padding-top:5px;
      flex-direction:row;
      padding-bottom:5px;
      justify-content:center;
    }

    .cjAQKD {
      color:var(--red-700, #B91C1C);
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      text-decoration-line: underline;
    }