
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --neutral-0: #0b0a0b;
--neutral-1: #121113;
--neutral-2: #1A191B;
--neutral-3: #232225;
--neutral-4: #2B292D;
--neutral-5: #323035;
--neutral-6: #3C393F;
--neutral-7: #49474E;
--neutral-8: #625F69;
--neutral-9: #7c7a85;
--neutral-10: #7C7A85;
--neutral-11: #B5B2BC;
--neutral-12: #EEEEF0;
--brand-1: #14121F;
--brand-2: #1B1525;
--brand-3: #291F43;
--brand-4: #33255B;
--brand-5: #3C2E69;
--brand-6: #473876;
--brand-7: #56468B;
--brand-8: #6958AD;
--brand-9: #755ed1;
--brand-10: #8a75dd;
--brand-11: #BAA7FF;
--brand-12: #E2DDFE;
--success-1: #0D1514;
--success-2: #111C1B;
--success-3: #0D2D2A;
--success-4: #023B37;
--success-5: #084843;
--success-6: #145750;
--success-7: #1C6961;
--success-8: #207E73;
--success-9: #12A594;
--success-10: #0EB39E;
--success-11: #0BD8B6;
--success-12: #ADF0DD;
--warning-1: #16120C;
--warning-2: #1D180F;
--warning-3: #302008;
--warning-4: #3F2700;
--warning-5: #4D3000;
--warning-6: #5C3D05;
--warning-7: #714F19;
--warning-8: #8F6424;
--warning-9: #FFC53D;
--warning-10: #FFD60A;
--warning-11: #FFCA16;
--warning-12: #FFE7B3;
--critical-1: #191113;
--critical-2: #1E1517;
--critical-3: #3A141E;
--critical-4: #4E1325;
--critical-5: #5E1A2E;
--critical-6: #6F2539;
--critical-7: #883447;
--critical-8: #B3445A;
--critical-9: #E54666;
--critical-10: #EC5A72;
--critical-11: #FF949D;
--critical-12: #FED2E1;
--overlay-a1: #ffffff0d;
--overlay-a2: #ffffff1a;
--overlay-a3: #ffffff26;
--overlay-a4: #ffffff33;
--overlay-a5: #ffffff4d;
--overlay-a6: #ffffff66;
--overlay-a7: #ffffff80;
--overlay-a8: #ffffff99;
--overlay-a9: #ffffffb3;
--overlay-a10: #ffffffcc;
--overlay-a11: #ffffffe6;
--overlay-a12: #fffffff2;
--overlay-inverted-a1: #0000000d;
--overlay-inverted-a2: #0000001a;
--overlay-inverted-a3: #00000026;
--overlay-inverted-a4: #00000033;
--overlay-inverted-a5: #0000004d;
--overlay-inverted-a6: #00000066;
--overlay-inverted-a7: #00000080;
--overlay-inverted-a8: #00000099;
--overlay-inverted-a9: #000000b3;
--overlay-inverted-a10: #000000cc;
--overlay-inverted-a11: #000000e6;
--overlay-inverted-a12: #000000f2;
    /* Fonts */
    --font-outfit: 'Outfit',sans-serif;
--font-ptmono: 'PT Mono',monospace;
--font-librebaskerville: 'Libre Baskerville',serif;
--font-inter: 'Inter',sans-serif;

    /* Font size */
    --text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-md: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--text-6xl: 3.75rem;
    /* Font weight */
    --normal: 400;
--medium: 500;
--semi: 600;
--bold: 700;
    /* 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 */
    --rounding-none: 0px;
--rounding-sm: 2px;
--rounding-md: 4px;
--rounding-lg: 8px;
--rounding-full: 9999px;
--border-none: 0px;
--border-md: 1px;
--border-lg: 2px;
--line-height-xs: 1.125rem;
--line-height-sm: 1.25rem;
--line-height-md: 1.5rem;
--line-height-lg: 1.75rem;
--line-height-xl: 1.875rem;
--line-height-2xl: 2rem;
--line-height-3xl: 2.375rem;
--line-height-4xl: 2.75rem;
--line-height-5xl: 3.75rem;
--line-height-6xl: 4.5rem;
--letter-spacing-xs: 0rem;
--letter-spacing-sm: 0rem;
--letter-spacing-md: 0rem;
--letter-spacing-lg: 0rem;
--letter-spacing-xl: 0rem;
--letter-spacing-2xl: 0rem;
--letter-spacing-3xl: 0rem;
--letter-spacing-4xl: -0.045rem;
--letter-spacing-5xl: -0.0575rem;
--letter-spacing-6xl: -0.075rem;
--interactive-height-sm: 2rem;
--interactive-height-md: 2.5rem;
--interactive-height-lg: 3rem;
--toggle-height-md: 1.5rem;
--spinner-size-sm: 1.25rem;
--spinner-size-md: 1.5rem;
--spinner-size-lg: 1.75rem;
--side-menu-width: 240px;
--header-height: 4.5rem;
--avatar-size-sm: 1.5rem;
--avatar-size-md: 2rem;
--avatar-size-lg: 3rem;
--badge-size-sm: 1.5rem;
--badge-size-md: 2rem;
--badge-size-lg: 2.5rem;
    /* 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;
    }
  }
}


    .cSLnVP {
      color:var(--neutral-12);
      width:100%;
      height:auto;
      display:flex;
      flex-grow:1;
      font-size:inherit;
      background:var(--neutral-1);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      heightdisplay:flex;
      flex-direction:column;
      heightdisplaydisplay:flex;
    }

    .cSLnVP.light {
      color:var(--neutral-12);
      --brand-9:#644DD4;
      --brand-10:#56468B;
      background:var(--neutral-1);
      --neutral-1:#ffffff;
      --neutral-2:#f4f4f5;
      --neutral-3:#e4e4e7;
      --neutral-4:#d4d4d8;
      --neutral-6:#a1a1aa;
      --neutral-9:#52525b;
      --neutral-10:#3f3f46;
      --neutral-12:#09090b;
    }

    .bgrNxR {
      gap:1rem;
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .NScma {
      color:inherit;
      display:inline;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dpmYFW {
      color:inherit;
      display:inline;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      font-variant-numeric:tabular-nums;
    }

    .egqPSX {
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:flex-start;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid var(--neutral-4, #2B2930);
      flex-direction:row;
      padding-bottom:1.5rem;
      justify-content:space-between;
    }

    @media (max-width: 768px) {

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

    .cfjMTR {
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .fZRSH {
      color:var(--neutral-10);
      display:inline;
      font-size:var(--text-sm);
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
      letter-spacing:0.05em;
      text-transform:uppercase;
    }

    .dTmzRt {
      gap:2.5rem;
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .ddrGLB {
      color:var(--neutral-9);
      display:inline;
      font-size:var(--text-sm);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .fbyRbj {
      gap:2rem;
      color:inherit;
      display:flex;
      padding:1.5rem;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .greIO {
      color:inherit;
      display:block;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bHWTPa {
      color:white;
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:0.75rem 1rem;
      font-size:var(--text-md);
      background:var(--brand-9, #644DD4);
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      border-radius:8px;
      flex-direction:row;
    }

    .bHWTPa:hover {
      background:var(--brand-10, #56468B);
    }

    .WpcrB {
      gap:0.5rem;
      color:var(--neutral-12);
      border:1px solid var(--neutral-4);
      cursor:pointer;
      display:flex;
      padding:0.5rem 1rem;
      font-size:var(--text-sm);
      background:transparent;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:500;
      border-radius:6px;
      flex-direction:row;
    }

    .WpcrB:hover {
      background:var(--neutral-3);
    }

    .Trhyu {
      top:2rem;
      color:inherit;
      border:1px solid var(--neutral-4, #2B2930);
      display:flex;
      overflow:hidden;
      position:sticky;
      font-size:inherit;
      background:var(--neutral-2);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:12px;
      flex-direction:column;
    }

    .buzfRf {
      color:var(--neutral-9);
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .cfaHBJ {
      color:var(--brand-10, #7D66D9);
      display:flex;
      font-size:var(--text-lg);
      border-top:1px solid var(--neutral-4);
      flex-shrink:1;
      font-family:inherit;
      font-weight:700;
      padding-top:1.5rem;
      flex-direction:row;
      justify-content:space-between;
    }

    .ZaSEA {
      gap:1rem;
      color:inherit;
      width:100%;
      border:1px solid var(--neutral-4);
      display:flex;
      padding:2rem;
      font-size:inherit;
      max-width:400px;
      background:var(--neutral-2);
      box-sizing:border-box;
      flex-shrink:1;
      font-family:"Outfit";
      font-weight:inherit;
      border-radius:8px;
      flex-direction:column;
    }

    .dWHhub {
      gap:0.75rem;
      color:inherit;
      width:100%;
      cursor:pointer;
      display:flex;
      font-size:inherit;
      align-items:flex-start;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .eKoOw {
      color:var(--neutral-12);
      margin:0px;
      display:block;
      font-size:var(--text-3xl);
      flex-shrink:1;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
    }

    .bKGLmr {
      color:var(--neutral-9);
      display:block;
      padding:1.5rem;
      font-size:var(--text-xs);
      background:var(--neutral-3, #232227);
      border-top:1px solid var(--neutral-4);
      text-align:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .GNnCo {
      gap:0.25rem;
      color:inherit;
      display:flex;
      padding:1.5rem;
      font-size:inherit;
      background:var(--neutral-3, #232227);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid var(--neutral-4);
      flex-direction:column;
    }

    .iRfMm {
      gap:0.75rem;
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dCfyFP {
      gap:0.75rem;
      color:inherit;
      display:flex;
      font-size:inherit;
      border-top:1px solid var(--neutral-4);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      padding-top:1.5rem;
      flex-direction:column;
    }

    .bqNdWz {
      color:inherit;
      width:20px;
      height:20px;
      display:block;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      propertywidth:20px;
      flex-direction:row;
    }

    .TWhBX {
      gap:0.5rem;
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .fhptAU {
      color:#ef4444;
      display:inline;
      font-size:var(--text-sm);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .fuRwOp {
      color:var(--neutral-12);
      border:1px solid var(--neutral-6);
      display:inline-block;
      outline:none;
      padding:0.75rem 3rem 0.75rem 1rem;
      font-size:var(--text-md);
      background:var(--neutral-3);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:8px;
      flex-direction:row;
      width:100%;
      box-sizing:border-box;
    }

    .fuRwOp:focus {
      border-color:var(--brand-9, #644DD4);
    }

    .brPkbU {
      color:inherit;
      margin:0px;
      display:block;
      font-size:var(--text-xl);
      text-align:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .jcsFp {
      gap:0.75rem;
      color:inherit;
      display:grid;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:1fr 1fr;
    }

    @media (max-width: 600px) {

    .jcsFp {
      grid-template-columns:1fr;
    }
    }

    .bmKSWG {
      gap:0.5rem;
      color:inherit;
      border:1px solid var(--neutral-4, #2B2930);
      display:flex;
      padding:1rem;
      font-size:inherit;
      background:var(--neutral-3);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:8px;
      flex-direction:column;
    }

    .bmKSWG.selected {
      border-color:var(--brand-9, #644DD4);
    }

    .cBcojQ {
      color:inherit;
      margin:0px;
      display:block;
      row-gap:1rem;
      font-size:var(--text-xl);
      column-gap:1rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .foTPSD {
      color:var(--neutral-12);
      display:flex;
      font-size:var(--text-xl);
      margin-top:0.5rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
      justify-content:space-between;
    }

    .brypMu {
      color:var(--neutral-12);
      display:flex;
      font-size:var(--text-lg);
      margin-top:0.5rem;
      flex-shrink:1;
      font-family:inherit;
      font-weight:700;
      flex-direction:row;
      justify-content:space-between;
    }

    .cQisDL {
      gap:0.75rem;
      color:inherit;
      border:1px solid var(--neutral-4, #2B2930);
      cursor:pointer;
      display:flex;
      padding:1rem;
      font-size:inherit;
      background:var(--neutral-3);
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:8px;
      flex-direction:row;
    }

    .cQisDL.selected {
      background:rgba(100, 77, 212, 0.1);
      border-color:var(--brand-9, #644DD4);
    }

    .cQisDL:hover {
      border-color:var(--neutral-6, #43404A);
    }

    .cmDfNT {
      color:var(--neutral-12);
      width:100%;
      border:1px solid var(--neutral-6);
      display:inline-block;
      outline:none;
      padding:0.75rem 1rem;
      font-size:var(--text-md);
      background:var(--neutral-3);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:8px;
      flex-direction:row;
    }

    .cmDfNT:focus {
      border-color:var(--brand-9);
    }

    .PXZWF {
      color:inherit;
      display:inline;
      font-size:var(--text-sm);
      flex-shrink:1;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
    }

    .dnmbXu {
      color:inherit;
      display:inline;
      font-size:var(--text-md);
      flex-shrink:1;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
    }

    .TUCX {
      color:inherit;
      width:1.25rem;
      cursor:pointer;
      height:1.25rem;
      margin:0px;
      display:inline-block;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      accent-color:var(--brand-9);
      flex-direction:row;
    }

    .fpwoGz {
      gap:0.5rem;
      color:inherit;
      display:flex;
      flex-wrap:wrap;
      font-size:inherit;
      align-items:flex-start;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:flex-end;
    }

    @media (max-width: 400px) {

    .fpwoGz {
      align-items:flex-start;
      justify-content:flex-start;
    }
    }

    .bxMlSw {
      gap:3rem;
      color:inherit;
      display:grid;
      font-size:inherit;
      align-items:start;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:2fr 1fr;
    }

    @media (max-width: 1024px) {

    .bxMlSw {
      grid-template-columns:1fr;
    }
    }

    .dYEpCb {
      color:inherit;
      width:100%;
      display:flex;
      padding:0px;
      flex-grow:1;
      font-size:inherit;
      box-sizing:border-box;
      align-items:center;
      flex-shrink:1;
      font-family:'Outfit', sans-serif;
      font-weight:inherit;
      flex-direction:column;
    }

    @media (max-width: 768px) {

    .dYEpCb {
      padding:1rem;
    }
    }

    .bdUzZj {
      color:inherit;
      width:1.25rem;
      cursor:pointer;
      height:1.25rem;
      display:inline-block;
      font-size:inherit;
      margin-top:0.25rem;
      flex-shrink:0;
      font-family:inherit;
      font-weight:inherit;
      accent-color:var(--brand-9);
      flex-direction:row;
    }

    .eWjdry {
      gap:2rem;
      color:inherit;
      width:100%;
      height:100%;
      display:flex;
      flex-grow:1;
      font-size:inherit;
      max-width:1200px;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      padding-top:5rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:5rem;
      heightflex-grow:1;
    }

    .buzKgs {
      gap:1rem;
      color:inherit;
      display:grid;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:1fr 1fr;
    }

    @media (max-width: 600px) {

    .buzKgs {
      grid-template-columns:1fr;
    }
    }

    .cUPPhM {
      gap:1rem;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dHVSqb {
      color:inherit;
      margin:0px;
      display:block;
      font-size:var(--text-lg);
      flex-shrink:1;
      font-family:inherit;
      font-weight:600;
      flex-direction:row;
    }

    .bcIqvT {
      gap:0.75rem;
      color:inherit;
      border:1px solid var(--neutral-4, #2B2930);
      cursor:pointer;
      display:flex;
      padding:1rem;
      font-size:inherit;
      background:var(--neutral-2, #1C1B1F);
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:8px;
      flex-direction:row;
    }

    .bcIqvT.selected {
      background:rgba(100, 77, 212, 0.1);
      border-color:var(--brand-9, #644DD4);
    }

    .bcIqvT:hover {
      border-color:var(--neutral-6, #43404A);
    }

    .fsweqm {
      color:var(--neutral-12);
      width:100%;
      height:100vh;
      display:flex;
      font-size:inherit;
      background:var(--neutral-1);
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
      padding-left:1rem;
      padding-right:1rem;
    }

    .ffoyXQ {
      gap:0.5rem;
      color:inherit;
      display:flex;
      font-size:inherit;
      margin-top:0.5rem;
      align-items:center;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      padding-left:2rem;
      flex-direction:row;
    }

    .dGeOyb {
      color:var(--neutral-9);
      display:block;
      font-size:var(--text-sm);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .EDHXU {
      color:inherit;
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dEZpDk {
      color:inherit;
      display:flex;
      flex-grow:1;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .Xruqe {
      font-size:1rem;
      padding-right:0.2rem;
    }

    .bqgzcc {
      color:var(--brand-10, #7D66D9);
      display:flex;
      font-size:inherit;
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .fwNVkC {
      gap:0.5rem;
      color:inherit;
      display:flex;
      font-size:var(--text-sm);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .eYhiLI {
      color:var(--neutral-12);
      width:4rem;
      border:1px solid var(--neutral-6);
      display:inline-block;
      padding:0.25rem;
      font-size:inherit;
      background:var(--neutral-1);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:4px;
      flex-direction:row;
    }

    .expSqp {
      color:var(--neutral-12);
      width:6rem;
      border:1px solid var(--neutral-6);
      display:inline-block;
      outline:none;
      padding:0.75rem 1rem;
      font-size:var(--text-md);
      background:var(--neutral-3);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      border-radius:8px;
      flex-direction:row;
    }

    .expSqp:focus {
      border-color:var(--brand-9);
    }

    .bwAlzi {
      color:var(--neutral-9);
      margin:0px;
      display:block;
      font-size:var(--text-sm);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.05em;
      text-transform:uppercase;
    }

    .eUMVBT {
      color:inherit;
      display:inline;
      font-size:var(--text-md);
      flex-shrink:1;
      font-family:inherit;
      font-weight:500;
      line-height:1.4;
      flex-direction:row;
    }

    .eUTGTJ {
      gap:0.5rem;
      color:inherit;
      display:flex;
      font-size:var(--text-sm);
      border-top:1px dashed var(--neutral-4);
      flex-shrink:1;
      font-family:inherit;
      font-weight:inherit;
      padding-top:0.75rem;
      flex-direction:column;
    }

    .ftsTjw {
      color:white;
      width:100%;
      height:100%;
      display:flex;
      padding:0px;
      flex-grow:1;
      font-size:inherit;
      box-sizing:border-box;
      flex-basis:100%;
      align-items:center;
      flex-shrink:1;
      font-family:'Outfit', sans-serif;
      font-weight:inherit;
      flex-direction:column;
      background-colorcolor:var(--neutral-12, #EDEDEF);
      background-colorcolorcolor:white;
      background-colorcolorcolorflex-direction:column;
    }

    @media (max-width: 768px) {

    .ftsTjw {
      padding:1rem;
    }
    }

    .fswQIc {
      flex-direction:row;
      flex-shrink:1;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      color:inherit;
      display:flex;
      position:relative;
      align-items:center;
      width:100%;
    }

    .bwcLmg {
      flex-direction:row;
      flex-shrink:1;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      color:var(--neutral-9);
      display:flex;
      position:absolute;
      right:0.75rem;
      background:transparent;
      border:none;
      cursor:pointer;
      align-items:center;
      justify-content:center;
      padding:0px;
    }

    .bwcLmg:hover {
      color:var(--neutral-12);
    }

    .cARll {
      flex-direction:row;
      flex-shrink:1;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      color:inherit;
      display:block;
      width:20px;
      height:20px;
    }

    .ewTkMy {
      flex-direction:row;
      flex-shrink:1;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      color:inherit;
      display:block;
    }