
@layer base {
  
  body, :host {
    /* Color */
      --White: #ffffff;
--Black: #080808ff;
--Primarypurple: #A811DA;
--primaryText: #140618ff;
--Sectext: #737373ff;
--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;
--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;
--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;
--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;
  /* Fonts */
    --font-notosans: 'Noto Sans',sans-serif;
--font-plusjakartasans: 'Plus Jakarta Sans',sans-serif;
--font-labrada: 'Labrada',serif;
--font-abel: 'Abel',sans-serif;
--font-inter: '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;
--html-block-font-size: 15px;
    /* 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 */
    --space-half: 0.5rem;
--space-one: 1rem;
--space-onehalf: 1.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;
    }
  }
}

      
  .nSxvO {
    flex:1;
  display:flex;
  font-family:'Noto Sans';
  flex-direction:column;
  }
      

      
        
        
      
      
  .bSOdFw {
    flex:1;
  display:flex;
  position:relative;
  max-height:100vh;
  min-height:100%;
  overflow-y:hidden;
  font-family:'Noto Sans';
  flex-direction:column;
  background-color:var(--White, #ffffff);
  }
      

      
        
        
      
      
  .dkXksj {
    gap:1rem;
  width:100%;
  }
      

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

      
        
        
      
      
  .eRSKGw {
    gap:24px;
  flex:1;
  width:397px;
  position:relative;
  overflow-y:hidden;
  }
      

      
        
        
      
      
  .fHmetj {
    width:100%;
  max-height:100%;
  align-items:start;
  font-family:'Plus Jakarta Sans';
  justify-content:start;
  background-color:var(--White, #ffffff);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eKlHiA {
    gap:4px;
  width:216px;
  padding-top:4px;
  padding-left:var(--space-onequarter);
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .daoloG {
    color:inherit;
  font-family:inherit;
  flex-direction:row;
  }
      

      
        
        
      
      
  .btSRPC {
    gap:8px;
  color:var(--primaryText, #140618ff);
  height:24px;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-left:32px;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .btSRPC:hover {
    color:var(--Primarypurple, #A811DA);
  cursor:pointer;
  transition:color 100ms ease-in 100ms;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      


  .btSRPC.is-selected2 {
    color:var(--Primarypurple, #A811DA);
  transition:font-size 150ms ease-in 150ms;
  font-weight:700;
  }
      

        
        
      
      
  .eOtZXW {
    gap:10px;
  color:#555555;
  cursor:pointer;
  height:30px;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .eOtZXW:hover {
    color:#000000;
  }
      

        
        
      
      
  .dajxVn {
    color:inherit;
  font-size:13px;
  font-family:inherit;
  font-weight:700;
  line-height:24px;
  }
      

      
        
        
      
      
  .QUeWU {
    gap:8px;
  color:var(--Sectext, #737373ff);
  width:200px;
  cursor:pointer;
  height:-;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-top:8px;
  padding-left:10px;
  border-radius:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  background-color:var(--White, #ffffff);
  }
      

      
  .QUeWU:hover {
    color:var(--Primarypurple, #A811DA);
  cursor:pointer;
  font-size:14px;
  transition:color 100ms ease-in 100ms,background-color 100ms ease-in 100ms;
  font-family:inherit;
  font-weight:600;
  background-color:#fcf6feff;
  }
      


  .QUeWU.selected {
    color:var(--Primarypurple, #A811DA);
  background-color:#FCF6FE;
  }
      

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

      
        
        
      
      
  .cowrNJ {
    color:inherit;
  width:158px;
  font-size:-;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:row;
  }
      

      
        
        
      
      
  .fGJHTs {
    color:inherit;
  width:190px;
  font-size:-;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .dOdOUT {
    height:0px;
  overflow-y:hidden;
  transition:height 150ms ease 0ms normal;
  padding-left:9px;
  }
      

      
  .dOdOUT.active {
    height:var(--height);
  }
      

        
        
      
      
  .QkhJH {
    gap:8px;
  height:100%;
  }
      

      
        
        
      
      
  .fyyjdQ {
    gap:13px;
  color:#555555;
  cursor:pointer;
  height:-;
  font-size:14px;
  align-items:start;
  font-family:'Inter';
  font-weight:400;
  padding-top:8px;
  padding-left:8px;
  border-radius:8px;
  flex-direction:column;
  padding-bottom:8px;
  justify-content:center;
  background-color:var(--White, #ffffff);
  }
      

      
  .fyyjdQ:hover {
    color:#000000;
  font-weight:14px;
  text-decoration-line:;
  }
      


  .fyyjdQ.is-selected {
    color:#0025AE;
  font-weight:14px;
  text-decoration-line:;
  }
      

        
        
      
      
  .eTRDaj {
    padding-left:22px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .edIIUW {
    gap:1.5rem;
  width:100%;
  height:100%;
  z-index:1;
  max-height:94%;
  transition:opacity 150ms ease-in-out 0ms;
  padding-top:24px;
  padding-left:24px;
  border-radius:16px;
  padding-right:24px;
  flex-direction:column;
  }
      

      
        
        
      
      
  .bFXTY {
    gap:1rem;
  width:100%;
  position:relative;
  align-items:center;
  padding-top:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:end;
  }
      

      
  .bFXTY.bookcover {
    bottom:0px;
  position:fixed;
  }
      

        
        
      
      
  .dGBIAl {
    color:#555555;
  display:inline-block;
  font-size:16px;
  font-weight:400;
  line-height:24px;
  }
      

      
        
        
      
      
  .bztpeR {
    gap:16px;
  border:1px solid #E8E8E8;;
  align-items:start;
  padding-top:16px;
  padding-left:16px;
  border-radius:4px;
  padding-right:16px;
  flex-direction:column;
  padding-bottom:16px;
  justify-content:start;
  }
      

      
        
        
      
      
  .dApaGJ {
    height:100%;
  }
      

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

      
        
        
      
      
  
      

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

      
        
        
      
      
  .dgqizp {
    gap:8px;
  color:#0161BC;
  cursor:pointer;
  z-index:;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .bxmInp {
    gap:8px;
  color:#FEFEFD;
  cursor:pointer;
  outline:none;
  font-size:12px;
  background:linear-gradient(180deg, #00A8CD 0%, #0025AE 100%);;
  align-items:center;
  font-weight:500;
  line-height:18px;
  padding-top:8px;
  padding-left:16px;
  border-radius:4px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
  .bxmInp:hover {
    background-color:#3780f6ff;
  }
      


  .bxmInp:focus-visible {
    border-color:#bedbfeff;
  border-style:solid;
  border-width:1px;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
        
      
      
  .clPCtt {
    color:inherit;
  font-size:16px;
  font-weight:500;
  }
      

      
        
        
      
      
  .cIEVIF {
    gap:8px;
  max-width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

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

      
        
        
      
      
  .befIPZ {
    color:#A4A4A4;
  width:fit-content;
  font-size:16px;;
  font-style:italic;;
  text-align:left;;
  font-weight:500;;
  line-height:24px;;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .byzsYR {
    gap:0.125rem;
  color:#555555;
  cursor:pointer;
  height:28px;
  font-size:0.875rem;
  align-items:center;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:5px;
  border-radius:6px;
  padding-right:5px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .FYDXE {
    height:100%;
  overflow-x:hidden;
  overflow-y:hidden;
  }
      

      
        
        
      
      
  .bDWsZy {
    width:200px;
  }
      

      
        
        
      
      
  .bvQRtR {
    gap:32px;
  position:relative;
  padding-left:24px;
  padding-right:0px;
  padding-bottom:36px;
  }
      

      
        
        
      
      
  .fCNYni {
    gap:16px;
  align-items:start;
  padding-top:16px;
  border-color:#E8E8E8;;
  border-style:solid;
  border-width:1px;
  padding-left:16px;
  border-radius:4px;
  padding-right:16px;
  flex-direction:column;
  padding-bottom:16px;
  justify-content:start;
  }
      

      
        
        
      
      
  .epuioR {
    gap:2rem;
  width:600px;
  border:1px solid #BEBEBE;
  z-index:9999;
  max-width:90%;
  box-shadow:0px 4px 4px 0px #00000040;;
  max-height:90%;
  padding-top:1.5rem;
  padding-left:1.5rem;
  border-radius:24px;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  justify-content:;
  background-color:white;
  }
      

      
        
        
      
      
  .epOdVR {
    align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .cpSBJi {
    color:#fffffffc;
  cursor:pointer;
  font-size:16px;
  max-width:345px;
  background:linear-gradient(180deg, #01A4CD 0.23%, #0025AE 100.23%);;
  align-items:center;
  font-family:'Inter';
  font-weight:700;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  letter-spacing:0.07em;;
  padding-bottom:1rem;
  justify-content:center;
  }
      

      
  .cpSBJi:hover {
    transition:background-color 100ms ease-in 100ms;
  background-color:#f0d0fbff;
  }
      


  .cpSBJi:active {
    color:var(--White, #ffffff);
  background-color:var(--Primarypurple, #A811DA);
  }
      

        
        
      
      
  .ehRFAV {
    cursor:pointer;
  }
      

      
        
        
      
      
  .dZovYp {
    font-size:15px;
  font-family:inherit;
  font-weight:500;
  }
      

      
        
        
      
      
  .Svzjf {
    color:var(--color, #FA3871);
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .eRxvBR {
    font-size:18px;
  font-family:inherit;
  font-weight:600;
  }
      

      
        
        
      
      
  .cgcNcw {
    align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ccdlpE {
    gap:16px;
  width:100%;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .YXKtC {
    gap:24px;
  flex:1;
  overflow-y:auto;
  padding-bottom:15px;
  }
      

      
        
        
      
      
  .QovnO {
    gap:8px;
  color:#FEFEFD;
  width:60%;
  cursor:pointer;
  opacity:1;
  outline:none;
  flex-wrap:wrap;
  font-size:12px;
  min-width:fit-content;
  background:linear-gradient(180deg, #00A8CD 0%, #0025AE 100%);;
  transition:opacity 100ms ease-in-out 0ms;
  align-items:center;
  font-weight:700;
  line-height:18px;
  padding-top:8px;
  white-space:pre;
  padding-left:16px;
  border-radius:4px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
  .QovnO:hover {
    background-color:#3780f6ff;
  }
      


  .QovnO:focus-visible {
    border-color:#bedbfeff;
  border-style:solid;
  border-width:1px;
  }
      


  .QovnO.disabled {
    opacity:0.4;
  }
      

        
        
      
      
  .cJfPPK {
    gap:16px;
  flex:1;
  width:100%;
  overflow:visble;
  }
      

      
        
        
      
      
  .faSlV {
    cursor:pointer;
  }
      

      
  .faSlV:hover {
    color:var(--red-500, #EF4444);
  }
      

        
        
      
      
  .egkcwx {
    width:fit-content;
  }
      

      
        
        
      
      
  .dekKGr {
    gap:16px;
  color:#222222;
  cursor:pointer;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .dekKGr:hover {
    color:#0161BC;
  }
      

        
        
      
      
  .dvpPXe {
    opacity:0.7;
  }
      

      
        
        
      
      
  .eYJyWq {
    color:inherit;
  font-size:16px;
  font-family:inherit;
  font-weight:500;
  line-height:24px;
  }
      

      
        
        
      
      
  .dTxweU {
    gap:16px;
  color:#222222-;
  cursor:pointer;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .dTxweU:hover {
    color:#0161BC;
  }
      

        
        
      
      
  .eNbhto {
    gap:16px;
  background:#FEFEFD;
  box-shadow:0px 8px 32px 0px #E2E2E266;
  align-items:center;
  padding-top:8px;
  padding-left:24px;
  border-bottom:2px solid #F5F5F5;
  border-radius:3px;
  padding-right:24px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
        
        
      
      
  .bGjOFB {
    width:1px;
  height:16px;
  background-color:#E8E8E8;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bBldzB {
    width:100%;
  max-height:calc(100% - 100px);
  overflow-y:auto;
  align-items:start;
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:15px;
  justify-content:start;
  }
      

      
        
        
      
      
  .fvNRMq {
    color:var(--red-400, #F87171);
  font-size:10px;
  text-align:left;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .LrVKg {
    color:var(--primaryText, #140618ff);
  font-size:inherit;
  font-style:italic;
  font-family:inherit;
  font-weight:10;
  }
      

      
        
        
      
      
  .yGUkd {
    flex:1;
  color:#A4A4A4;
  height:56px;
  font-size:14px;
  font-style:italic;
  font-weight:400;
  }
      

      
        
        
      
      
  .dfwFSg {
    gap:0px;
  color:var(--Primarypurple, #A811DA);
  width:100%;
  position:relative;
  align-items:start;
  padding-bottom:24px;
  justify-content:start;
  background-color:var(--White, #ffffff);
  }
      

      
  
      

        
        
      
      
  
      

      
        
        
      
      
  .fkUuod {
    position:absolute;
  align-items:end;
  justify-content:start;
  }
      

      
        
        
      
      
  .cqPyKu {
    color:var(--Black, #080808ff);
  cursor:pointer;
  opacity:0;
  transition:opacity 100ms ease-in-out 0ms;
  }
      

      
  .cqPyKu.show {
    opacity:1;
  }
      


  .cqPyKu:hover {
    color:var(--Primarypurple, #A811DA);
  }
      


  
      

        
        
      
      
  .cXHeNo {
    top:-13px;
  left:-15px;
  width:20px;
  height:20px;
  opacity:1;
  position:absolute;
  transition:opacity 150ms ease 0ms normal;
  }
      

      
  .cXHeNo {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  .bQENX {
    gap:8px;
  flex:1;
  color:#0161BC;
  width:100%;
  height:-;
  flex-grow:1;
  flex-wrap:wrap;
  font-size:12px;
  max-height:-;
  min-height:66px;
  object-fit:none;
  align-items:start;
  flex-shrink:1;
  font-family:'Plus Jakarta Sans';
  font-weight:700;
  padding-top:16px;
  padding-left:16px;
  align-content:start;
  border-radius:8px;
  outline-color:var(--grey-200, #E5E5E5);
  outline-style:solid;
  outline-width:1.5px;
  padding-right:16px;
  flex-direction:column;
  padding-bottom:16px;
  justify-content:center;
  background-color:var(--White, #ffffff);
  }
      

      
  .bQENX:hover {
    transition:background-color 100ms ease-in 100ms;
  outline-color:#0161BC;
  outline-style:solid;
  outline-width:1px;
  background-color:#0161bc33;
  }
      

        
        
      
      
  .cbnahb {
    font-family:'Plus Jakarta Sans';
  }
      

      
        
        
      
      
  .blyUXT {
    color:var(--primaryText, #140618ff);
  width:100%;
  height:-;
  flex-wrap:nowrap;
  font-size:16px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-top:8px;
  padding-left:-;
  padding-right:-;
  flex-direction:row;
  padding-bottom:-;
  justify-content:space-between;
  }
      

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

      
        
        
      
      
  .fvVbBK {
    color:#555555;
  width:100%;
  display:flex;
  position:relative;
  font-size:14px;
  max-width:100%;
  max-height:700px;
  min-height:50px;
  overflow-y:hidden;
  transition:opacity 100ms ease-in-out 0ms,background-color 100ms ease-in-out 0ms;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  align-content:start;
  border-radius:12px;
  outline-color:var(--grey-200, #E5E5E5);
  outline-style:solid;
  outline-width:1.5px;
  flex-direction:column;
  background-color:var(--White, #ffffff);
  }
      

      
        
        
      
      
  .eGysrc {
    width:32px;
  height:32px;
  align-items:center;
  justify-content:center;
  }
      

      
  .eGysrc:hover {
    cursor:pointer;
  }
      

        
        
      
      
  .dqJQUa {
    color:#555555;
  width:100%;
  height:100%;
  resize:none;
  display:flex;
  position:absolute;
  font-size:14px;
  max-width:100%;
  overflow-y:scroll;
  transition:opacity 100ms ease-in-out 0ms,background-color 100ms ease-in-out 0ms;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-top:16px;
  padding-left:16px;
  align-content:start;
  border-radius:12px;
  padding-right:16px;
  flex-direction:column;
  padding-bottom:16px;
  background-color:var(--White, #ffffff);
  }
      

      
  .dqJQUa.disabled {
    opacity:0.6;
  pointer-events:none;
  background-color:#f0f0f0;
  }
      


  .dqJQUa:focus-visible {
    outline-color:#0161BC;
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  .bmOiVD {
    top:-5px;
  right:-6px;
  position:absolute;
  max-width:7px;
  max-height:7px;
  }
      

      
        
        
      
      
  .dfQnRy {
    gap:16px;
  width:100%;
  height:100%;
  padding-top:8px;
  padding-bottom:0px;
  }
      

      
        
        
      
      
  .ueTLz {
    gap:16px;
  color:var(--primaryText, #140618ff);
  width:100%;
  height:-;
  flex-wrap:wrap;
  max-height:100%;
  object-fit:scale-down;
  transition:background-color 100ms ease-in 100ms;
  align-items:center;
  flex-shrink:-1;
  font-family:'Plus Jakarta Sans';
  padding-left:16px;
  align-content:start;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  }
      

      
  .ueTLz:hover {
    cursor:pointer;
  transform:scaleY(8px, 8px);
  background-color:var(--White, #ffffff);
  }
      

        
        
      
      
  .couZbh {
    top:-10px;
  padding-bottom:10px;
  }
      

      
        
        
      
      
  .cKonVf {
    gap:10px;
  top:-10px;
  flex-direction:row;
  padding-bottom:10px;
  }
      

      
        
        
      
      
  .ezvwnY {
    display:flex;
  flex-wrap:wrap;
  max-width:95%;
  flex-direction:column;
  }
      

      
        
        
      
      
  .dclrVh {
    color:#00000078;
  font-size:10px;
  text-align:center;
  font-family:inherit;
  font-weight:300;
  }
      

      
        
        
      
      
  .ejtCDT {
    right:-4px;
  bottom:8px;
  position:absolute;
  max-width:5px;
  max-height:5px;
  }
      

      
        
        
      
      
  .dTTMuO {
    top:0px;
  left:0px;
  color:#55555500;
  width:100%;
  cursor:default;;
  height:100%;
  position:relative;
  font-size:14px;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-top:16px;
  user-select:none;;
  padding-left:16px;
  touch-action:none;;
  padding-right:16px;
  padding-bottom:16px;
  pointer-events:none;;
  -ms-user-select:none;;
  -moz-user-select:none;;
  -webkit-user-select:none;;
  }
      

      
        
        
      
      
  .eVDraL {
    gap:8px;
  width:100%;
  flex-wrap:wrap;
  max-height:100%;
  align-items:start;
  align-content:start;
  flex-direction:column;
  justify-content:center;
  border-bottom-color:var(--grey-50, #FAFAFA);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .oxNQ {
    gap:-;
  color:var(--primaryText, #140618ff);
  width:100%;
  height:-;
  font-size:16px;
  align-items:start;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-top:8px;
  padding-left:-;
  flex-direction:column;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
        
        
      
      
  .cDhkAS {
    color:var(--blue-600);
  }
      

      
        
        
      
      
  .fsmdXh {
    gap:8px;
  top:-;
  width:100%;
  position:relative;
  align-items:center;
  align-content:start;
  flex-direction:row;
  justify-content:end;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fucHnq {
    gap:-;
  width:100%;
  height:-;
  flex-wrap:wrap;
  max-height:100%;
  align-items:start;
  align-content:start;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bmiFIJ {
    left:-3px;
  }
      

      
        
        
      
      
  .bXkDOq {
    top:-4px;
  left:6px;
  position:absolute;
  max-width:5px;
  max-height:5px;
  }
      

      
        
        
      
      
  .elcgGc {
    height:32px;
  }
      

      
        
        
      
      
  .foqMKV {
    position:absolute;
  max-width:5px;
  max-height:5px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .samlQ {
    top:var(--y);
  left:var(--x);
  width:fit-content;
  z-index:99;
  position:fixed;
  }
      

      
        
        
      
      
  .eZStNP {
    top:0px;
  left:0px;
  width:var(--100dvw);
  height:var(--100dvh);
  z-index:999;
  position:fixed;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .CJfmF {
    flex:1;
  width:100%;
  max-width:100%;
  max-height:100%;
  align-items:start;
  justify-content:start;
  }
      

      
        
        
      
      
  .dCjRLO {
    font-size:inherit;
  font-family:inherit;
  font-weight:900;
  }
      

      
        
        
      
      
  .eXYFWm {
    color:#000000;
  width:100%;
  height:100px;
  padding:8px;
  font-size:0.75rem;
  border-radius:6px;
  background-color:#f0f0f0;
  }
      

      
  .eXYFWm:focus {
    outline-color:var(--Primarypurple, #A811DA);
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  .cbRHmP {
    gap:10px;
  }
      

      
        
        
      
      
  .eEMMqk {
    width:234px;
  height:354px;
  box-shadow:0px 8.99px 9.21px 0px #8E8E8E40;;
  transition:box-shadow 150ms ease 0ms normal;
  border-radius:8px;
  }
      

      
  .eEMMqk.hovered {
    box-shadow:0px 6px 15px 3px rgba(0,0,0,0.4);
  }
      

        
        
      
      
  .dxSTYZ {
    top:120px;
  left:82px;
  width:80px;
  height:80px;
  opacity:1;
  position:absolute;
  transition:opacity 150ms ease 0ms normal;
  align-items:center;
  border-radius:99px;
  justify-content:center;
  background-color:#e6e6e6ed;
  }
      

      
  .dxSTYZ {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  .cMavtC {
    width:234px;
  cursor:pointer;
  height:354px;
  opacity:1;
  box-shadow:0px 8.99px 9.21px 0px #8E8E8E40;;
  transition:box-shadow 150ms ease 0ms normal, opacity 300ms ease 0ms normal;
  align-items:center;
  border-radius:8px;
  justify-content:center;
  }
      

      
  .cMavtC:hover {
    box-shadow:0px 6px 15px rgba(0, 0, 0, 0.4);
  }
      


  .cMavtC {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  .eKxRGi {
    top:111px;
  left:71px;
  position:absolute;
  max-width:100px;
  max-height:100px;
  }
      

      
        
        
      
      
  .erqqfc {
    cursor:pointer;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  text-decoration-line: underline;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fpJHwk {
    gap:1rem;
  width:100%;
  flex-wrap:wrap;
  overflow-x:auto;
  flex-direction:row;
  }
      

      
        
        
      
      
  .eLYped {
    gap:1rem;
  width:500px;
  max-width:90%;
  }
      

      
        
        
      
      
  .epoiHI {
    gap:2rem;
  }
      

      
        
        
      
      
  .cJPrLF {
    gap:2rem;
  width:100%;
  opacity:1;
  max-width:90%;
  transition:opacity 300ms ease 0ms normal;
  align-items:start;
  justify-content:start;
  }
      

      
  .cJPrLF {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  .blRrLa {
    color:#000000;
  width:100%;
  padding:8px;
  font-size:0.75rem;
  border-radius:6px;
  background-color:#f0f0f0;
  }
      

      
  .blRrLa:focus {
    outline-color:var(--Primarypurple, #A811DA);
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .coELYw {
    width:136px;
  }
      

      
        
        
      
      
  .bQfaPV {
    align-items:center;
  padding-top:20px;
  padding-bottom:20px;
  justify-content:start;
  }
      

      
        
        
      
      
  .dyhoaa {
    font-size:inherit;
  text-align:center;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .dpuJWp {
    gap:10px;
  bottom:4rem;
  position:absolute;
  align-items:center;
  padding-top:2rem;
  border-color:#ef4444a1;
  border-style:solid;
  border-width:1px;
  padding-left:2rem;
  border-radius:8px;
  padding-right:2rem;
  padding-bottom:2rem;
  justify-content:center;
  background-color:#e3e3e3fa;
  }
      

      
        
        
      
      
  .FgsxL {
    color:#000000;
  width:100%;
  height:192px;
  padding:8px;
  font-size:0.75rem;
  border-radius:6px;
  background-color:#f0f0f0;
  }
      

      
  .FgsxL:focus {
    outline-color:var(--Primarypurple, #A811DA);
  outline-style:solid;
  outline-width:1px;
  }
      

        
        
      
      
  .brVLIH {
    max-width:100px;
  max-height:100px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .efNdNO {
    gap:-;
  top:0px;
  left:0px;
  width:240px;
  height:100%;
  z-index:1;
  position:fixed;
  overflow-x:auto;
  overflow-y:hidden;
  align-items:start;
  justify-content:start;
  scrollbar-width:none;
  background-color:var(--White, #ffffff);
  border-right-color:var(--grey-100, #F5F5F5);
  border-right-style:solid;
  border-right-width:1.5px;
  }
      
.efNdNO::-webkit-scrollbar {
  width: 0;
}


      
        
        
      
      
  
      

      
        
        
      
      
  .cTaYaR {
    gap:1rem;
  }
      

      
        
        
      
      
  .TecDr {
    gap:15px;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  .cUHNLy {
    gap:2rem;
  height:100%;
  opacity:0;
  max-height:100%;
  transition:opacity 150ms ease-in 0 normal;
  align-items:center;
  padding-top:1rem;
  justify-content:space-between;
  }
      

      
  .cUHNLy.show {
    opacity:1;
  transition:opacity 150ms ease-in 0ms normal;
  }
      


  .cUHNLy {
    @starting-style {
            opacity:0;
  transition:opacity 150ms ease-in 0ms normal;
          }
  }
      

        
        
      
      
  .eecjAe {
    gap:24px;
  flex:1;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .bbqwwA {
    color:var(--Black, #080808ff);
  width:100%;
  z-index:20;
  padding-top:1rem;
  padding-bottom:3rem;
  }
      

      
        
        
      
      
  .esnBji {
    gap:24px;
  right:0px;
  width:445px;
  z-index:10;
  position:fixed;
  max-height:calc(100vh - 112px);
  min-height:calc(100vh - 112px);
  object-fit:cover;
  transition:width 150ms ease-in-out 0ms;
  padding-top:15px;
  padding-left:24px;
  outline-color:var(--grey-100, #F5F5F5);
  outline-style:solid;
  outline-width:1.5px;
  padding-right:24px;
  background-color:var(--White, #ffffff);
  }
      

      
  .esnBji.isClosed {
    width:0px;
  overflow-x:hidden;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  }
      

        
        
      
      
  .bwpkCj {
    width:100%;
  height:64px;
  }
      

      
        
        
      
      
  .deFqLp {
    color:var(--Primarypurple, #A811DA);
  width:100%;
  height:100%;
  position:relative;
  max-height:100%;
  object-fit:;
  align-items:center;
  justify-content:start;
  background-color:var(--White, #ffffff);
  }
      

      
        
        
      
      
  .ejxonk {
    right:0px;
  width:40px;
  height:40px;
  position:absolute;
  align-items:end;
  justify-content:start;
  }
      

      
        
        
      
      
  .TaNsD {
    width:100%;
  height:100%;
  max-width:100%;
  align-items:end;
  border-radius:6px;
  justify-content:center;
  }
      

      
  
      

        
        
      
      
  .dwLcgA {
    color:var(--primaryText, #140618ff);
  width:100%;
  height:-;
  font-size:16px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-top:8px;
  padding-left:-;
  padding-right:-;
  flex-direction:row;
  padding-bottom:-;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .dEZPKk {
    width:24px;
  height:24px;
  align-items:center;
  justify-content:center;
  }
      

      
  .dEZPKk:hover {
    cursor:pointer;
  }
      

        
        
      
      
  .dUqxeF {
    gap:16px;
  flex:1;
  width:100%;
  max-height:100%;
  }
      

      
        
        
      
      
  .cBfIei {
    width:40px;
  max-width:100%;
  border-radius:6px;
  }
      

      
  
      

        
        
      
      
  .coLnGa {
    flex:1;
  color:var(--primaryText, #140618ff);
  width:100%;
  display:flex;
  font-size:14px;
  max-width:816px;
  max-height:100%;
  min-height:49.5px;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-top:0px;
  padding-left:0px;
  align-content:start;
  border-radius:12px;
  outline-color:var(--grey-200, #E5E5E5);
  outline-style:solid;
  outline-width:0px;
  padding-right:0px;
  flex-direction:column;
  padding-bottom:0px;
  background-color:var(--White, #ffffff);
  }
      

      
        
        
      
      
  .ebOzrx {
    gap:8px;
  flex:1;
  width:100%;
  flex-wrap:wrap;
  max-height:100%;
  align-items:center;
  align-content:start;
  flex-direction:column;
  justify-content:start;
  border-bottom-color:var(--grey-50, #FAFAFA);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .Xbzyo {
    width:100%;
  max-height:100%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .rltzo {
    flex:1;
  }
      

      
        
        
      
      
  .bNTjjb {
    gap:0.125rem;
  cursor:pointer;
  height:28px;
  font-size:0.875rem;
  align-items:center;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:5px;
  border-radius:6px;
  padding-right:5px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  .bsGiUn {
    flex:1;
  max-height:100%;
  overflow-y:auto;
  }
      

      
        
        
      
      
  .dNChey {
    top:7px;
  right:var(--space-onehalf);
  width:fit-content;
  z-index:1;
  position:absolute;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cfgvSz {
    gap:8px;
  flex:1;
  width:100%;
  max-height:100%;
  align-items:center;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ecQoeH {
    left:241px;
  width:calc(100% - 240px);
  height:100%;
  position:relative;
  max-height:calc(100% - 80px);
  overflow-y:auto;
  padding-right:;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dMDuEL {
    width:32px;
  height:32px;
  background:linear-gradient(90deg, #BF5AE0 0%, #A811DA 100%);;
  align-items:center;
  border-radius:2px;
  justify-content:center;
  }
      

      
        
        
      
      
  .kfJIu {
    gap:8px;
  width:100%;
  height:41.5px;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-left:18px;
  flex-direction:row;
  justify-content:start;
  border-bottom-color:var(--grey-100, #F5F5F5);
  border-bottom-style:solid;
  border-bottom-width:1.5px;
  }
      

      
  .kfJIu:hover {
    color:var(--blue-700, #1D4ED8);
  cursor:pointer;
  transition:background-color 150ms ease-in-out 150ms, opacity 100ms linear 100ms;
  background-color:var(--blue-100, #DBEAFE);
  }
      

        
        
      
      
  .dFPiIF {
    color:var(--Sectext, #737373ff);
  font-size:18px;
  font-family:'Inter';
  font-weight:500;
  }
      

      
        
        
      
      
  .fknUPz {
    color:var(--Primarypurple, #A811DA);
  align-items:center;
  font-family:'Inter';
  font-weight:inherit;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eWRTtk {
    top:0px;
  left:0px;
  width:var(--100dvw);
  cursor:progress;
  height:var(--100dvh);
  opacity:1;
  z-index:99999999999999999999999999;
  position:fixed;
  transition:opacity 300ms ease 0ms normal;
  background-color:#00000017;
  }
      

      
  .eWRTtk {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  .ZsTYz {
    :;
  flex:1;
  width:100%;
  align-items:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .eprxEq {
    gap:var(--gap);
  width:100%;
  z-index:999;
  position:relative;
  max-width:100%;
  }
      

      
        
        
      
      
  .fllvx {
    width:24px;
  height:24px;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .bdTpLy {
    width:fit-content;
  height:fit-content;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
        
      
      
  .dbwnDM {
    color:var(--primaryText, #140618ff);
  display:inline-block;
  font-size:14px;
  box-shadow:0px 2px 8px 0px #eed2f9ff inset;
  text-align:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  background-color:var(--White, #ffffff);
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
        
        
      
      
  .bghvGz {
    gap:26px;
  z-index:1;
  align-items:center;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  flex-direction:column;
  padding-bottom:32px;
  justify-content:center;
  background-color:#fbf2fcff;
  border-top-left-radius:24px;
  border-top-right-radius:24px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
        
        
      
      
  .biHlLY {
    color:var(--primaryText, #140618ff);
  width:220px;
  height:-;
  font-size:16px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-top:16px;
  justify-content:center;
  }
      

      
        
        
      
      
  .wCgCz {
    color:var(--Sectext, #737373ff);
  width:100%;
  height:-;
  display:inline-block;
  font-size:14px;
  text-align:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-top:16px;
  padding-left:24px;
  outline-color:#ffffff;
  outline-style:solid;
  outline-width:2px;
  padding-right:24px;
  padding-bottom:16px;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  }
      

      
        
        
      
      
  .cuDuty {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  opacity:0.18;
  z-index:2;
  position:fixed;
  background-color:var(--primaryText, #140618ff);
  }
      

      
        
        
      
      
  .eKmNIT {
    color:var(--primaryText, #140618ff);
  font-size:inherit;
  text-align:center;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .fHcqXM {
    height:-;
  z-index:1;
  align-items:center;
  padding-bottom:16px;
  justify-content:start;
  background-color:var(--White, #ffffff);
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  }
      

      
        
        
      
      
  .dWhLhC {
    align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
  .dWhLhC:hover {
    transition:color 100ms ease-in 100ms, height 100ms ease-in 100ms, opacity 100ms linear 100ms;
  }
      

        
        
      
      
  .eIPsSc {
    gap:16px;
  top:120px;
  left:38%;
  width:448px;
  height:-;
  z-index:3;
  position:fixed;
  padding-top:24px;
  border-radius:16px;
  background-color:var(--White, #ffffff);
  }
      

      
        
        
      
      
  .ccfUes {
    color:#505050;
  width:16px;
  cursor:pointer;
  height:16px;
  position:relative;
  align-items:center;
  border-radius:4px;
  justify-content:center;
  }
      

      
  .ccfUes:hover {
    color:#140000;
  }
      

        
        
      
      
  .cQrgJg {
    width:-;
  height:-;
  z-index:1;
  position:relative;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .bcJqso {
    color:var(--Primarypurple, #A811DA);
  height:-;
  font-size:12px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-top:8px;
  padding-left:8px;
  border-radius:24px;
  outline-color:#DEA9EF;
  outline-style:solid;
  outline-width:1px;
  padding-right:8px;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
        
        
      
      
  .bsSKeo {
    gap:0px;
  width:100%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bFFQit {
    z-index:2;
  }
      

      
        
        
      
      
  .dpEKOv {
    gap:7px;
  width:fit-content;
  cursor:pointer;
  z-index:1;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:700;
  padding-top:10px;
  padding-left:15px;
  border-radius:25px;
  padding-right:15px;
  flex-direction:row;
  padding-bottom:10px;
  justify-content:center;
  background-color:#CCCCCC;;
  }
      

      
        
        
      
      
  .cZkWgf {
    color:#505050;
  width:fit-content;
  height:fit-content;
  font-size:14.45px;
  font-family:'Inter';
  font-weight:400;
  }
      

      
        
        
      
      
  .bQfwdd {
    color:#505050;
  width:fit-content;
  height:fit-content;
  font-size:14.45px;
  font-family:'Inter';
  font-weight:600;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eFiNJJ {
    max-width:220px;
  }
      

      
        
        
      
      
  .djribR {
    gap:15px;
  width:240px;
  cursor:pointer;
  height:100%;
  font-size:24px;
  align-items:center;
  font-family:'Noto Sans';
  font-weight:600;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .djUFUI {
    height:40px;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  padding-left:24px;
  padding-right:40px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .bVcVTO {
    align-items:end;
  padding-right:0px;
  justify-content:center;
  }
      

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

      
        
        
      
      
  .dbnKjZ {
    display:table-cell;
  }
      

      
        
        
      
      
  .RvxqK {
    gap:8px;
  color:var(--red-600, #DC2626);
  width:100%;
  height:40px;
  font-size:16px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:600;
  padding-left:16px;
  border-radius:8px;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .RvxqK:hover {
    cursor:pointer;
  transform:translate(0px,0px);
  transition:background-color 150ms ease-in-out 150ms;
  border-radius:8px;
  background-color:var(--red-100, #FEE2E2);
  }
      

        
        
      
      
  .Dgncr {
    gap:0px;
  top:40px;
  right:0px;
  width:320px;
  cursor:pointer;
  height:-;
  position:absolute;
  box-shadow:0px 8px 16px 0px #e6e6e6ff;
  align-items:start;
  padding-top:16px;
  padding-left:-;
  padding-bottom:16px;
  justify-content:center;
  background-color:var(--White, #ffffff);
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
        
        
      
      
  .frArDA {
    width:40px;
  height:40px;
  padding:8px;
  align-items:center;
  border-radius:6px;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .frArDA:hover {
    cursor:pointer;
  background-color:#FCF6FE;
  }
      

        
        
      
      
  .fzcBXa {
    color:var(--Sectext, #737373ff);
  height:40px;
  padding:var(--spacing-unit, 8px);
  font-size:16px;
  align-items:start;
  font-family:'Plus Jakarta Sans';
  font-weight:500;
  border-radius:8px;
  justify-content:center;
  background-color:var(--White, #ffffff);
  }
      

      
  .fzcBXa:hover {
    color:var(--Primarypurple, #A811DA);
  cursor:pointer;
  transition:color 100ms ease-in 100ms,background-color 100ms ease-in 100ms;
  background-color:#fcf6feff;
  }
      

        
        
      
      
  .cFULxQ {
    gap:0px;
  width:100%;
  padding-top:8px;
  padding-left:8px;
  padding-bottom:-;
  }
      

      
        
        
      
      
  .cXpwJm {
    color:var(--Primarypurple, #A811DA);
  width:32px;
  height:32px;
  align-items:center;
  border-radius:4px;
  justify-content:center;
  }
      

      
  .cXpwJm:hover {
    width:100%;
  height:100%;
  background-color:#fcf6feff;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .fdzRXC {
    gap:2rem;
  color:var(--primaryText, #140618ff);
  height:100%;
  font-size:14px;
  align-items:center;
  font-family:'Plus Jakarta Sans';
  font-weight:700;
  padding-right:40px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .cdYSUP {
    gap:8px;
  width:100%;
  border:1px solid #BEBEBE;
  align-items:center;
  padding-top:16px;
  padding-left:20px;
  border-radius:4px;
  padding-right:20px;
  flex-direction:row;
  padding-bottom:16px;
  justify-content:space-between;
  background-color:var(--White, #ffffff);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fHIEyB {
    height:32px;
  opacity:1;
  transition:opacity 150ms ease-in 0ms normal;
  }
      

      
  .fHIEyB {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  .ckyPyS {
    color:#555555;
  width:100%;
  height:100px;
  padding:8px;
  font-size:0.75rem;
  border-color:#E8E8E8;;
  border-style:solid;
  border-width:1px;
  border-radius:4px;
  background-color:#ffffff;
  }
      

      
        
        
      
      
  .bDyIgi {
    color:var(--red-500, #EF4444);
  font-size:14px;
  text-align:center;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .dvJIJo {
    color:#A4A4A4;
  font-size:16px;;
  font-style:italic;;
  text-align:left;;
  font-weight:500;;
  line-height:24px;;
  }
      

      
        
        
      
      
  .fsQBD {
    flex:1;
  position:relative;
  padding-right:0px;
  }
      

      
        
        
      
      
  .bMJGuA {
    gap:16px;
  top:100px;
  flex:1;
  width:100%;
  opacity:1;
  overflow-y:hidden;
  transition:opacity 150ms ease 0ms normal;
  align-items:start;
  justify-content:start;
  }
      

      
  .bMJGuA {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  .eYOBRB {
    flex:1;
  color:#86f3eaff;
  width:100%;
  height:100%;
  position:relative;
  flex-wrap:wrap;
  transform:translate(0px,000px);
  transition:opacity 100ms linear 100ms;
  align-items:start;
  align-content:start;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
        
      
      
  .ezHbWL {
    color:inherit;
  font-size:1.125rem;
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eZnoYx {
    :;
  flex:1;
  min-height:100%;
  transition:max-width 150ms ease-in-out 0ms;
  flex-direction:row;
  }
      

      
  .eZnoYx.rightSidenavOpen {
    max-width:calc(100% - 450px - 236px);
  min-width:calc(100% - 450px);
  }
      

        
        
      
      
  .eDrEkh {
    gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
        
      
      
  .cKVMpG {
    :;
  width:100%;
  height:100%;
  opacity:0;
  max-height:calc(100% - 10rem);
  transition:opacity 150ms ease-in-out 0ms;
  }
      

      
  .cKVMpG.show {
    opacity:1;
  transition:opacity 100ms ease-in-out 0ms;
  }
      


  .cKVMpG.currentlystreaming {
    pointer-events:none;
  }
      

        
        
      
      
  .dfknIn {
    gap:24px;
  flex:1;
  max-height:calc(100vh - 175px);
  }
      

      
        
        
      
      
  .mlswZ {
    gap:20px;
  flex:1;
  width:100%;
  opacity:1;
  position:relative;
  max-height:100%;
  transition:gap 200ms ease 0ms normal;
  padding-right:0px;
  }
      

      
  .mlswZ {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  .dxhofS {
    position:relative;
  min-height:100%;
  align-items:;
  flex-direction:row;
  justify-content:;
  }
      

      
        
        
      
      
  .dKVfJR {
    gap:1rem;
  flex-wrap:wrap;
  max-width:100%;
  overflow-x:auto;
  flex-direction:row;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dCkIuy {
    width:100%;
  height:100%;
  opacity:1;
  position:absolute;
  transition:opacity 200ms ease-in 0ms normal;
  align-items:center;
  justify-content:space-between;
  }
      

      
  .dCkIuy {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  .eEkHPP {
    flex:1;
  max-width:100%;
  }
      

      
        
        
      
      
  .foCNWF {
    gap:25px;
  top:0px;
  left:0px;
  width:var(--100dvw);
  cursor:progress;
  height:var(--100dvh);
  opacity:1;
  z-index:99999999999999999999999999;
  position:fixed;
  transition:opacity 300ms ease 0ms normal;
  align-items:center;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
  .foCNWF {
    @starting-style {
            opacity:0;
          }
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fBxzUJ {
    top:32px;
  position:absolute;
  max-width:80px;
  max-height:80px;
  }
      

      
        
        
      
      
  .cvgDIF {
    gap:25px;
  cursor:progress;
  align-items:center;
  pointer-events:none;
  justify-content:center;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .djKrAn {
    gap:4px;
  width:100%;
  padding-top:4px;
  }
      

      
        
        
      
      
  .dlgAsC {
    color:#555555;
  cursor:pointer;
  height:40px;
  align-items:start;
  padding-left:10px;
  padding-right:10px;
  justify-content:center;
  }
      

      
  .dlgAsC.Selected {
    color:var(--White, #ffffff);
  background-color:var(--Primarypurple, #A811DA);
  }
      


  .dlgAsC.isFirst {
    border-top-left-radius:4px;
  border-top-right-radius:4px;
  }
      


  .dlgAsC:hover {
    background-color:#a810db29;
  }
      


  .dlgAsC.Selected:hover {
    background-color:var(--Primarypurple, #A811DA);
  }
      

        
        
      
      
  .bhIuKh {
    border:1px solid #E8E8E8;;
  cursor:pointer;
  align-items:center;
  padding-top:4px;
  padding-left:10px;
  border-radius:4px;
  padding-right:10px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .PNiTy {
    transition:transform 150ms ease-in-out 0ms;
  }
      

      
  .PNiTy.isOpen {
    transform:rotate(180deg);
  }
      

        
        
      
      
  .bYodMd {
    color:inherit;
  display:inline-block;
  font-size:16px;
  font-weight:400;
  line-height:24px;
  }
      

      
        
        
      
      
  .GcaVL {
    height:0px;
  overflow-y:hidden;
  transition:height 150ms ease-in-out 0ms;
  border-radius:4px;
  background-color:var(--White, #ffffff);
  }
      

      
  .GcaVL.isOpen {
    border:1px solid #E8E8E8;;
  height:var(--height);
  }
      

        
        
      
      
  .dqiJKQ {
    color:#555555;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fwsLmk {
    border:1px solid #E8E8E8;;
  align-items:center;
  padding-left:16px;
  border-radius:4px;
  padding-right:16px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .cAzaGq {
    gap:4rem;
  max-height:77vh;
  overflow-y:auto;
  align-items:start;
  flex-direction:column;
  padding-bottom:3rem;
  justify-content:start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dRioaT {
    flex:1;
  height:100%;
  }
      

      
        
        
      