
  

  
  

  
  
  
  
    


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


    .bpnFXG {
      height:100%;
      background:white;
    }

    .dDnUNJ {
      display:flex;
      column-gap:10px;
      align-items:center;
      flex-direction:row;
    }

    .bizCda {
      border:1px solid var(--grey-300);
      padding:10px;
      font-size:var(--font-size-sm);
    }

    .estANp {
      flex:1;
      border:1px solid var(--grey-300);
      padding:8px;
      font-size:var(--font-size-sm);
      min-width:100px;
    }

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

    .eNNYVJ {
      display:flex;
      row-gap:15px;
      flex-direction:column;
    }

    .YJHji {
      display:flex;
      row-gap:10px;
      flex-direction:column;
    }

    .bdeXEA {
      font-size:var(--font-size-2xl);
      font-weight:var(--font-weight-semi-bold);
      margin-bottom:20px;
    }

    .esNrTM {
      border:none;
      cursor:pointer;
      padding:10px 20px;
      font-size:var(--font-size-sm);
      background:var(--grey-200);
      border-top-left-radius:0px;
      border-top-right-radius:0px;
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }

    .bpyznT {
      color:white;
      border:none;
      cursor:pointer;
      padding:10px 20px;
      font-size:var(--font-size-sm);
      background:black;
    }

    .fvqQdP {
      gap:8px;
      display:flex;
      padding:6px 12px;
      font-size:var(--font-size-sm);
      background:var(--grey-100);
      align-items:center;
      border-radius:4px;
      flex-direction:row;
      justify-content:space-between;
    }

    .dAPLzJ {
      display:flex;
      column-gap:10px;
      margin-top:20px;
      flex-direction:row;
      justify-content:flex-end;
    }

    .dRkjiy {
      font-size:var(--font-size-sm);
      padding-top:15px;
      border-color:#00000026;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:15px;
    }

    .fnFgmZ {
      border:1px solid var(--grey-300);
      display:flex;
      padding:10px;
      row-gap:8px;
      border-radius:4px;
      flex-direction:column;
    }

    .dHyQTS {
      color:white;
      width:fit-content;
      border:none;
      cursor:pointer;
      padding:10px 20px;
      font-size:var(--font-size-sm);
      background:black;
    }

    .eWfcEi {
      display:flex;
      row-gap:5px;
      flex-direction:column;
    }

    .bNgGWG {
      width:18px;
      cursor:pointer;
      height:18px;
    }

    .eEmnDR {
      flex:1;
      border:1px solid var(--grey-300);
      padding:10px;
      font-size:var(--font-size-sm);
      border-radius:4px;
    }

    .chgSlh {
      cursor:pointer;
      font-size:var(--font-size-sm);
      font-weight:var(--font-weight-semi-bold);
    }

    .dBLmrg {
      display:flex;
      row-gap:10px;
      flex-wrap:wrap;
      column-gap:10px;
      align-items:flex-start;
      flex-direction:row;
      justify-content:flex-start;
    }

    .dFjVbJ {
      top:50%;
      left:50%;
      width:500px;
      padding:30px;
      z-index:1000;
      position:fixed;
      max-width:90vw;
      transform:translate(-50%, -50%);
      background:white;
      box-shadow:0px 0px 1000px 1000px #00000040;
      max-height:80vh;
      overflow-y:auto;
      border-color:#00000026;
      border-style:solid;
      border-width:1px;
    }

    .ehsojD {
      color:white;
      border:none;
      cursor:pointer;
      padding:10px 15px;
      font-size:var(--font-size-sm);
      background:var(--red-500);
    }

    .cORhvg {
      flex:1;
      border:1px solid var(--grey-300);
      padding:10px;
      font-size:var(--font-size-sm);
      margin-top:x;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .jaswt {
      font-size:large;
      font-weight:var(--font-weight-semi-bold);
    }

    .fudEMb {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .dAHnDj {
      display:flex;
      flex-grow:1;
      flex-basis:0%;
      align-items:flex-start;
      flex-shrink:1;
      justify-content:center;
    }

    .eEHxcu {
      flex:1;
      width:100%;
      height:auto;
    }

    .eBHwPY {
      flex:1;
      height:40px;
      font-size:small;
      border-color:#00000026;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .czuMPQ {
      color:white;
      width:fit-content;
      border:none;
      cursor:pointer;
      height:40px;
      display:flex;
      padding:10px 20px;
      font-size:var(--font-size-sm);
      background:black;
      align-items:center;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bSMgDI {
      color:var(--grey-500);
      font-size:var(--font-size-sm);
      text-align:right;
      font-weight:var(--font-weight-normal);
    }

    .eAIiCL {
      width:100%;
      row-gap:20px;
      flex-wrap:wrap;
      column-gap:20px;
      flex-direction:column;
    }

    .dvWOYG {
      flex:1;
      border:1px solid var(--grey-300);
      padding:8px;
      font-size:var(--font-size-sm);
      min-width:200px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .exHrHZ {
      color:white;
      height:48px;
      display:flex;
      background:black;
      align-items:center;
      justify-content:center;
    }

    .bAHGS {
      color:var(--grey-700);
      cursor:pointer;
      font-size:medium;
      font-weight:var(--font-weight-normal);
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bAHGS:hover {
      color:#000000;
    }

    .bAHGS.currentState {
      color:white;
      width:fit-content;
      background:black;
      padding-top:8px;
      padding-left:16px;
      padding-right:16px;
      padding-bottom:8px;
    }

    .ZwxNr {
      cursor:pointer;
      display:flex;
      row-gap:5px;
      font-size:var(--font-size-sm);
      column-gap:5px;
      align-items:center;
      font-weight:var(--font-weight-normal);
      flex-direction:row;
      justify-content:flex-start;
    }

    .ecuzgr {
      color:white;
      width:fit-content;
      cursor:pointer;
      height:48px;
      display:flex;
      font-size:small;
      background:black;
      text-align:left;
      align-items:center;
      font-weight:var(--font-weight-semi-bold);
      padding-top:10px;
      padding-left:14px;
      padding-right:14px;
      padding-bottom:10px;
      justify-content:center;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bCbLrE {
      row-gap:15px;
      column-gap:15px;
    }

    .dKAXPo {
      color:white;
      width:fit-content;
      cursor:pointer;
      font-size:var(--font-size-sm);
      background:black;
      text-align:left;
      font-weight:var(--font-weight-semi-bold);
      padding-top:10px;
      padding-left:14px;
      padding-right:14px;
      padding-bottom:10px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .fDsUXO {
      display:flex;
      row-gap:10px;
      flex-grow:10;
      column-gap:10px;
      flex-basis:0px;
      flex-shrink:1;
      flex-direction:row;
    }

    .beDCGB {
      color:#00000066;
      width:inherit;
      border:none;
      height:100%;
      outline:none;
      font-size:medium;
      padding-top:15px;
      padding-left:26px;
      padding-bottom:15px;
    }

    .chLjA {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      padding-top:20px;
      border-color:#00000026;
      border-style:solid;
      border-width:1px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .ceSwxL {
      row-gap:10px;
      column-gap:10px;
      padding-top:15px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:15px;
      border-bottom-color:var(--grey-200);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .cXvoat {
      gap:8px;
      height:40px;
      display:flex;
      padding:6px 12px;
      font-size:var(--font-size-sm);
      background:var(--grey-100);
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .MReFN {
      display:flex;
      flex-grow:10;
      flex-basis:0%;
      align-items:flex-start;
      flex-shrink:1;
      justify-content:center;
    }

    .cPHZtv {
      width:100%;
      display:flex;
    }

    .fDUrbg {
      height:40px;
      font-size:small;
      border-color:#00000026;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .kTcLa {
      right:0px;
      width:500px;
      height:100%;
      display:flex;
      row-gap:20px;
      position:fixed;
      background:white;
      column-gap:20px;
      align-items:flex-start;
      padding-top:30px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:30px;
      justify-content:flex-start;
      border-left-color:#00000026;
      border-left-style:solid;
      border-left-width:1px;
    }

    .sAKRD {
      width:50px;
      height:50px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dXjKmM {
      font-size:var(--font-size-sm);
      text-align:left;
      font-weight:var(--font-weight-semi-bold);
    }

    .dIvpbT {
      display:flex;
      flex-grow:2;
      flex-basis:0%;
      align-items:flex-end;
      flex-shrink:1;
      justify-content:center;
    }

    .bonsCT {
      width:100%;
      display:flex;
      row-gap:5px;
      column-gap:5px;
    }

    .eIbFCg {
      display:flex;
      row-gap:20px;
      column-gap:20px;
      flex-direction:row;
    }

    .axwgN {
      color:white;
      width:fit-content;
      border:none;
      cursor:pointer;
      padding:8px 12px;
      font-size:var(--font-size-sm);
      align-self:flex-end;
      background:var(--red-500);
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .fBsCcr {
      display:flex;
      row-gap:5px;
      column-gap:5px;
    }

    .eWrkpb {
      flex:2;
    }

    .ckFjut {
      font-size:var(--font-size-sm);
      font-weight:var(--font-weight-normal);
    }

    .bQrMxK {
      width:40px;
      height:40px;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .bbAgAH {
      color:var(--grey-500);
      margin-top:10px;
    }

    .bbAgAH.catSelect {
      color:black;
      text-decoration-line:underline;
    }

    .cXEUMg {
      width:100%;
      display:flex;
      align-items:center;
      flex-direction:row;
      border-bottom-color:#00000026;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .bSkMpJ {
      color:var(--grey-600);
      border:none;
      cursor:pointer;
      display:flex;
      padding:0px;
      font-size:18px;
      background:transparent;
      align-items:center;
    }

    .birAYE {
      border:none;
      cursor:pointer;
      padding:10px 20px;
      font-size:var(--font-size-sm);
      background:var(--grey-200);
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .ftNohX {
      color:var(--grey-500);
      font-size:small;
      padding-top:6px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:6px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .ftNohX.CurrentState {
      color:white;
      background:black;
    }

    .eRpQXf {
      width:20px;
      height:20px;
    }

    .mdvXv {
      width:18px;
      height:18px;
    }

    .panel\:OMCCkcZosbANpMLJs82JP {
      width:20px;
      height:20px;
    }

    .cFUwNX {
      width:100%;
      display:flex;
      row-gap:10px;
      column-gap:10px;
    }

    .panel\:PI-V71skv1V4z3-2zLFX4 {
      width:19px;
      height:19px;
      opacity:0.4;
      position:absolute;
    }

    .panel\:QExzg4wO_j1L4Djo_ZDVS {
      width:20px;
      height:20px;
    }

    .dpbPNO {
      border:1px solid var(--grey-300);
      padding:10px;
      font-size:var(--font-size-sm);
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dUapGm {
      color:white;
      width:fit-content;
      border:none;
      cursor:pointer;
      font-size:var(--font-size-sm);
      align-self:flex-end;
      background:var(--red-500);
      padding-top:10px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:10px;
    }

    .fdVeyb {
      color:white;
      border:none;
      cursor:pointer;
      padding:10px 20px;
      font-size:var(--font-size-sm);
      background:black;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .cFhFtn {
      color:var(--grey-500);
      cursor:pointer;
      font-size:medium;
    }

    .cFhFtn.CurrentState {
      color:black;
      text-decoration-line:underline;
    }

    .panel\:TumhBTf8DVLkNT1u1CSMv {
      width:20px;
      height:20px;
    }

    .bdXxDI {
      flex:2;
      display:flex;
      row-gap:10px;
      column-gap:10px;
    }

    .cCYXsI {
      width:100%;
    }

    .fAkuZz {
      width:fit-content;
      font-size:var(--font-size-sm);
      background:#0000000d;
      text-align:left;
      font-weight:var(--font-weight-semi-bold);
      padding-top:6px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:6px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .diliAK {
      height:100%;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .zHuMl {
      display:flex;
      row-gap:10px;
      flex-grow:10;
      column-gap:10px;
      flex-basis:0%;
      align-items:center;
      flex-shrink:1;
      flex-direction:row;
      justify-content:flex-end;
    }

    .eAAztT {
      width:70px;
      height:70px;
    }

    .RAwlo {
      height:48px;
      font-size:small;
      border-color:#0000004d;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
    }

    .cXtBAR {
      color:var(--grey-500);
      font-size:var(--font-size-sm);
      text-align:left;
      font-weight:var(--font-weight-normal);
    }

    .dFHjbZ {
      flex:1;
      display:flex;
      row-gap:20px;
      column-gap:20px;
    }

    .eDIomG {
      height:48px;
      border-color:black;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
    }

    .lhNlN {
      color:var(--grey-500);
      font-size:var(--font-size-sm);
      font-weight:var(--font-weight-normal);
    }

    .eAsGNI {
      display:flex;
      row-gap:10px;
      flex-wrap:wrap;
      column-gap:10px;
      overflow-x:auto;
      overflow-y:hidden;
      flex-direction:row;
      scroll-snap-type:x mandatory;
    }

    .MZqox {
      width:250px;
      height:100%;
      row-gap:30px;
      column-gap:30px;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
      border-right-color:var(--grey-200);
      border-right-style:solid;
      border-right-width:1px;
    }

    .cUonps {
      height:100%;
      display:flex;
      padding-top:66px;
      flex-direction:row;
    }

    .dkEwFf {
      row-gap:10px;
      column-gap:10px;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:10px;
      border-bottom-color:var(--grey-200);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .egpDBB {
      color:white;
      width:fit-content;
      cursor:pointer;
      height:48px;
      display:flex;
      font-size:small;
      background:black;
      text-align:left;
      align-items:center;
      font-weight:var(--font-weight-semi-bold);
      padding-top:10px;
      padding-left:14px;
      padding-right:14px;
      padding-bottom:10px;
      justify-content:center;
    }

    .bzbeSY {
      display:flex;
      flex-grow:10;
      flex-basis:0px;
      align-items:flex-start;
      flex-shrink:1;
      justify-content:center;
    }

    .bjCXXN {
      width:fit-content;
      cursor:pointer;
      flex-shrink:0;
      scroll-snap-align:start;
    }

    .entyTB {
      color:white;
      width:fit-content;
      border:none;
      cursor:pointer;
      padding:8px 12px;
      font-size:var(--font-size-sm);
      align-self:flex-end;
      background:var(--red-500);
    }

    .bnDkvG {
      display:flex;
      row-gap:15px;
      column-gap:20px;
      flex-direction:row;
    }

    .njxOk {
      display:flex;
      row-gap:5px;
      column-gap:5px;
      flex-direction:row;
    }

    .panel\:k6Had86YfYgdkxtgWyy3g {
      width:20px;
      height:20px;
    }

    .cDVMDy {
      width:120px;
      height:auto;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .fqNfzJ {
      top:50%;
      left:50%;
      width:500px;
      padding:30px;
      z-index:1000;
      position:fixed;
      max-width:90vw;
      transform:translate(-50%,-50%);
      background:white;
      box-shadow:0px 0px 1000px 1000px #00000040;
      max-height:80vh;
      overflow-y:auto;
      border-color:#00000026;
      border-style:solid;
      border-width:1px;
    }

    .dtQvnf {
      display:flex;
      row-gap:20px;
      column-gap:20px;
    }

    .bbfYHR {
      color:var(--grey-500);
      cursor:pointer;
      font-size:var(--font-size-sm);
      text-align:right;
      font-weight:var(--font-weight-normal);
    }

    .panel\:mcLsyS0hAIE44MLOvZAHy {
      width:24px;
      height:24px;
      rotate:0 0 1 180deg;
    }

    .bttCnx {
      font-weight:var(--font-weight-semi-bold);
    }

    .VoRkE {
      height:48px;
      font-size:small;
      border-color:#0000004d;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      padding-right:10px;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bJEUfC {
      color:var(--grey-500);
      font-size:medium;
    }

    .bJEUfC.CurrentState {
      color:black;
      text-decoration-line:underline;
    }

    .panel\:ntnrWADkACviPmTwSCRQb {
      width:19px;
      height:19px;
      opacity:0.4;
      position:absolute;
    }

    .eKzIbK {
      width:fit-content;
      display:flex;
      align-items:flex-end;
      justify-content:center;
    }

    .cPWzpM {
      gap:8px;
      display:flex;
      flex-wrap:wrap;
      margin-top:10px;
    }

    .cLSApK {
      top:0px;
      width:100%;
      height:66px;
      display:flex;
      position:fixed;
      background:white;
      align-items:center;
      padding-left:20px;
      padding-right:20px;
      flex-direction:row;
      justify-content:space-between;
      border-bottom-color:var(--grey-200);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .dOLmIQ {
      border:1px solid var(--grey-300);
      display:flex;
      padding:10px;
      row-gap:8px;
      flex-direction:column;
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .bZFKAu {
      font-weight:var(--font-weight-bold);
    }

    .cvFzmr {
      color:white;
      border:none;
      cursor:pointer;
      padding:10px 15px;
      font-size:var(--font-size-sm);
      background:var(--red-500);
      border-top-left-radius:6px;
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    .dNlmkY {
      color:var(--grey-500);
      display:flex;
      font-size:var(--font-size-sm);
      align-items:center;
      font-weight:var(--font-weight-normal);
      justify-content:center;
    }

    .dESNtJ {
      text-align:right;
      font-weight:var(--font-weight-bold);
    }

    .evQVMp {
      width:350px;
      display:flex;
      row-gap:10px;
      column-gap:10px;
    }

    .cbiMuV {
      flex:1;
      height:fit-content;
      display:flex;
      row-gap:10px;
      column-gap:10px;
    }

    .cinOuW {
      display:flex;
      row-gap:10px;
      column-gap:10px;
      align-items:center;
      padding-top:15px;
      flex-direction:row;
      padding-bottom:15px;
      justify-content:space-between;
      border-bottom-color:#00000026;
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .cHCdkl {
      flex:1;
      display:flex;
      row-gap:10px;
      column-gap:10px;
      align-items:flex-start;
      padding-top:20px;
      padding-left:20px;
      padding-right:20px;
      padding-bottom:20px;
      justify-content:space-between;
    }

    .nhYwZ {
      width:100%;
      height:auto;
      object-fit:cover;
    }

    .bcajlq {
      flex:2;
      display:flex;
      align-items:flex-end;
      justify-content:center;
    }

    .panel\:zttlBfHR-2wcc4-bl7EjX {
      width:20px;
      height:20px;
    }