
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --neutral-0: #FFF5F7;
--neutral-1: #F9F3F4;
--neutral-2: #F9EEF1;
--neutral-3: #F6E1E7;
--neutral-4: #F1D7DE;
--neutral-5: #EFCDD6;
--neutral-6: #EAC3CE;
--neutral-7: #E4B6C3;
--neutral-8: #DA9DAF;
--neutral-9: #AA7082;
--neutral-10: #9D6777;
--neutral-11: #784C5A;
--neutral-12: #34141F;
--brand-1: #F7F4F5;
--brand-2: #F7EFEF;
--brand-3: #F6E1E3;
--brand-4: #F9D3D6;
--brand-5: #F5C4C9;
--brand-6: #EEB4BA;
--brand-7: #E5A1A9;
--brand-8: #DB8792;
--brand-9: #FF567A;
--brand-10: #F1496F;
--brand-11: #C00448;
--brand-12: #651529;
--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;
--abc-grey-100: #7D8790;
    /* Fonts */
    --font-outfit: 'Outfit',sans-serif;
--font-ptmono: 'PT Mono',monospace;

    /* 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;
    }
  }
}

      
  .fxCSIT {
    height:100%;
  overflow-x:hidden;
  overflow-y:scroll;
  align-items:center;
  justify-content:start;
  background-color:#FFF5F7;
  }
      

      
        
      
      
  .EkfWW {
    gap:8px;
  width:300px;
  cursor:pointer;
  height:540px;
  animation:2s ease 0ms 1 normal none running animation-empty;
  background: var(--neutral-2);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:all 500ms ease  ;
  align-items:start;
  padding-top:8px;
  border-color:var(--neutral-9);
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  padding-right:8px;
  flex-direction:column;
  padding-bottom:8px;
  justify-content:start;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .EkfWW:hover {
    background: var(--neutral-3);
  transition:all 500ms ease  ;
  }
      


  .EkfWW.notloggedin {
    filter:blur(6px);
  }
      

        
      
      
  .CXVJi {
    gap:8px;
  display:flex;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .frnCxB {
    top:300px;
  left:30px;
  width:240px;
  height:auto;
  display:flex;
  row-gap:0.5rem;
  z-index:99;
  position:absolute;
  background:#ffffff;
  column-gap:0.5rem;
  align-items:center;
  padding-top:0.5rem;
  border-color:var(--neutral-12);
  border-style:Dashed;
  border-width:1px;
  padding-bottom:0.5rem;
  justify-content:center;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cucuJl {
    display:flex;
  row-gap:4px;
  column-gap:4px;
  align-items:flex-end;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eFQaJC {
    top:var(--top);
  left:var(--left);
  position:absolute;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  transform-origin:var(--transform-origin-x) var(--transform-origin-y);
  }
      

      
  .eFQaJC:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      


  .eFQaJC.hidden {
    visibility:hidden;
  pointer-events:none;
  }
      


  .eFQaJC.match-anchor-width {
    width:var(--sc-anchor-width);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-tooltip\:Quw7nR6hflO7rsq8M8Qbn {
    color:var(--neutral-1, #121113);
  scale:0.5;
  width:max-content;
  opacity:0;
  padding-top:0.5rem;
  border-color:var(--neutral-2, #1A191B);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:0.5rem;
  border-radius:var(--rounding-md);
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  background-color:var(--neutral-12, #EEEEF0);
  }
      

      
  .so-tooltip\:Quw7nR6hflO7rsq8M8Qbn.open {
    scale:1;
  opacity:1;
  translate:0 0px;
  }
      


  .so-tooltip\:Quw7nR6hflO7rsq8M8Qbn.top-in {
    translate:0 -12px;
  }
      


  .so-tooltip\:Quw7nR6hflO7rsq8M8Qbn.top-out {
    scale:1;
  }
      


  .so-tooltip\:Quw7nR6hflO7rsq8M8Qbn.bottom-in {
    translate:0 12px;
  }
      


  .so-tooltip\:Quw7nR6hflO7rsq8M8Qbn.bottom-out {
    scale:1;
  }
      


  .so-tooltip\:Quw7nR6hflO7rsq8M8Qbn.open-transition {
    transition:all 200ms ease 0ms normal;
  }
      


  .so-tooltip\:Quw7nR6hflO7rsq8M8Qbn.close-transition {
    transition:all 50ms ease 0ms normal;
  }
      

        
      
      
  .dqsoTv {
    width:fit-content;
  height:fit-content;
  }
      

      
        
      
      
  
      

      
        
      
      
  .PgVAX {
    width:10px;
  height:10px;
  rotate:z 45deg;
  display:flex;
  translate:0px -4px;
  flex-direction:column;
  background-color:var(--neutral-12, #EEEEF0);
  border-right-color:var(--neutral-2, #1A191B);
  border-right-style:solid;
  border-right-width:var(--border-md);
  border-bottom-color:var(--neutral-2, #1A191B);
  border-bottom-style:solid;
  border-bottom-width:var(--border-md);
  }
      

      
        
      
      
  
      

      
        
      
      
  .dYElHa {
    width:var(--width);
  height:var(--height);
  position:fixed;
  pointer-events:none;
  }
      

      
  .dYElHa.modal {
    pointer-events:all;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cEpQwy {
    width:fit-content;
  height:fit-content;
  position:absolute;
  font-size:inherit;
  transform:var(--transform);
  font-family:inherit;
  font-weight:inherit;
  transform-origin:var(--transform-origin);
  }
      

      
  .cEpQwy.top {
    top:0px;
  left:var(--left);
  }
      


  .cEpQwy.bottom {
    left:var(--left);
  bottom:0px;
  }
      


  .cEpQwy.right {
    top:var(--top);
  right:0px;
  }
      


  .cEpQwy.left {
    top:var(--top);
  left:0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cCzfvf {
    color:#7f6666;
  font-size:var(--text-sm);
  font-family:'Outfit';
  font-weight:inherit;
  text-decoration-line: line-through;
  }
      

      
        
      
      
  .ZhvjY {
    flex:1;
  filter:blur(0);
  row-gap:8px;
  column-gap:8px;
  padding-top:8px;
  user-select:none;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  pointer-events:none;
  }
      

      
  .ZhvjY.member-acces {
    filter:blur(6px);
  user-select:none;    /* voorkomt tekstselectie */;
  pointer-events:none; /* voorkomt klikken/kopiëren */;
  }
      

        
      
      
  .cOFEcG {
    width:100%;
  display:flex;
  align-items:flex-end;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .crtGmK {
    color:var(--neutral-11, #B5B2BC);
  display:inline-block;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  overflow-x:auto;
  font-family:'Outfit';
  font-weight:inherit;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .crtGmK.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .crtGmK.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .deal-card\:8hPUt4n5lfy1mFoUbuPl- {
    color:#000000;
  }
      

      
        
      
      
  .ezdlkE {
    display:flex;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .xmYjE {
    gap:8px;
  height:auto;
  display:flex;
  flex-wrap:nowrap;
  font-size:inherit;
  align-items:center;
  font-family:Outfit;
  font-weight:inherit;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .ufHiB {
    width:calc(100% - 24px);;
  display:block;
  }
      

      
        
      
      
  .fEycKP {
    width:16px;
  height:16px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eGsEAK {
    width:100%;
  height:40px;
  align-items:start;
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:space-between;
  }
      

      
        
      
      
  .cHthCW {
    flex:1;
  width:100%;
  display:flex;
  overflow-x:hidden;
  overflow-y:hidden;
  }
      

      
        
      
      
  .NuJsL {
    gap:4px;
  display:flex;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .fwwGxV {
    gap:0.25rem;
  color:var(--color);
  width:fit-content;
  height:var(--height);
  display:flex;
  font-size:var(--font-size);
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  border-color:var(--color-border);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:var(--padding-horizontal);
  border-radius:var(--rounding-full);
  padding-right:var(--padding-horizontal);
  flex-direction:row;
  justify-content:center;
  background-color:var(--color-bg);
  }
      

      
        
      
      
  
      

      
        
      
      
  .hbQeH {
    gap:6px;
  flex:1;
  overflow-x:hidden;
  overflow-y:hidden;
  }
      

      
        
      
      
  
      

      
        
      
      
  .deal-card\:YuvjliRwCEE2GgJ9tBAee {
    top:-5px;
  left:-10px;
  rotate:0 0 1 10deg;
  z-index:99;
  padding-left:1px;
  padding-right:1px;
  }
      

      
        
      
      
  .bQJlCK {
    color:black;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'Outfit';
  font-weight:var(--semi);
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .bQJlCK.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .bQJlCK.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  
      

      
        
      
      
  .ddUGfk {
    color:var(--neutral-11, #B5B2BC);
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'Outfit';
  font-weight:var(--semi);
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .ddUGfk.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .ddUGfk.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bWpTnd {
    width:fit-content;
  height:auto;
  }
      

      
        
      
      
  .so-button-primary\:root {
    gap:0.25rem;
  color:var(--neutral-0, #0b0a0b);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  user-select:none;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  background-color:var(--brand-10, #8a75dd);
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-button-primary\:root:hover {
    background-color:var(--brand-9, #755ed1);
  }
      


  .so-button-primary\:root:active {
    transition:none;
  background-color:var(--brand-11, #BAA7FF);
  }
      


  .so-button-primary\:root:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .so-button-primary\:root.disabled {
    opacity:0.5;
  background-color:var(--brand-10, #8a75dd);
  }
      

        
      
      
  .ecsgDW {
    width:var(--size);
  height:var(--size);
  animation:spinner 1s linear infinite;
  border-radius:50%;
  }
      

      
        
      
      
  .ffcKG {
    width:100%;
  height:100%;
  position:absolute;
  border-color:transparent;
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  border-top-color:var(--color, #EEEEF0);
  border-top-style:solid;
  border-top-width:4px;
  }
      

      
        
      
      
  .bDGgpC {
    width:100%;
  height:100%;
  opacity:0.3;
  position:absolute;
  border-color:var(--color, #EEEEF0);
  border-style:solid;
  border-width:4px;
  border-radius:50%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dImzBy {
    top:0px;
  left:0px;
  color:inherit;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:;
  position:absolute;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  background-color:var(--brand-10, #7D66D9);
  }
      

      
        
      
      
  
      

      
        
      
      
  .deal-card\:t4eyKZm0Gxwm4fvR5cVOt {
    font-size:var(--text-sm);
  }
      

      
        
      
      
  .deal-card\:ugEQWkYgtEiX_w3luvOR5 {
    width:180px;
  display:flex;
  text-align:center;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cVDyAr {
    color:var(--neutral-11, #B5B2BC);
  width:fit-content;
  height:var(--line-height);
  display:inline-flex;
  font-size:var(--font-size);
  align-items:start;
  font-family:'Outfit';
  font-weight:var(--semi);
  border-color:var(--neutral-5, #323035);
  border-style:solid;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  padding-right:0.75rem;
  flex-direction:column;
  justify-content:center;
  background-color:var(--neutral-0, #0b0a0b);
  border-top-width:1px;
  border-left-width:1px;
  border-right-width:1px;
  border-bottom-width:3px;
  }
      

      
        
      
      
  .deal-card\:xFeBi0Z4Z5KPtEWLRKWDD {
    gap:4px;
  align-items:center;
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:start;
  }
      

      
        
      
      
  .cWEnwp {
    width:100%;
  height:200px;
  rotate:0 0 0 0deg;
  transition:all 300ms ease  ;
  align-items:start;
  padding-top:4px;
  padding-left:4px;
  border-radius:10px;
  padding-right:4px;
  padding-bottom:4px;
  background-size:cover;
  justify-content:start;
  background-repeat:no-repeat no-repeat;
  background-position:center center;
  }
      

      
  .cWEnwp.hover-main-div {
    rotate:1 1 10 2deg;
  transition:all 300ms ease  ;
  }
      

        
      
      
  .DZcOr {
    width:120px;
  background:;
  padding-top:10px;
  border-color:var(--neutral-10);
  border-style:Dashed;
  border-width:1px;
  padding-left:10px;
  border-radius:12px;
  padding-right:10px;
  padding-bottom:10px;
  text-decoration-line:;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bUVxyc {
    flex:1  ;
  }
      

      
        
      
      
  .dccLdG {
    flex:1  ;
  display:flex;
  background-size:contain;
  background-image:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/bro_n_mas_amedda_fundamental_tern:0a65a2324dd7bf6ce85493b10492da1d(1).png/1280");
  background-repeat:no-repeat no-repeat;
  background-position:center;
  }
      

      
          @media (max-width: 900px) {
            
  .dccLdG {
    display:none;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cgGrpZ {
    height:var(--height);
  position:fixed;
  align-items:start;
  pointer-events:none;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-toast-provider\:3HNY67eQbyTMKV7wPLZZf {
    width:100%;
  display:flex;
  position:relative;
  max-width:360px;
  transition:height 150ms ease 0ms normal;
  flex-direction:column;
  }
      

      
        
      
      
  .bHYIqa {
    top:var(--top);
  width:100%;
  position:absolute;
  pointer-events:all;
  }
      

      
  .bHYIqa.swipe-out-top {
    translate:0 -100%;
  }
      


  .bHYIqa.swipe-out-right {
    translate:100% 0px;
  }
      


  .bHYIqa.swipe-out-bottom {
    translate:0 100%;
  }
      


  .bHYIqa.swipe-out-left {
    translate:-100% 0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-toast\:root {
    gap:0.75rem;
  color:var(--neutral-11, #B5B2BC);
  width:100%;
  opacity:0;
  translate:0 16px;
  padding-top:1rem;
  border-color:var(--neutral-6, #3C393F);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .so-toast\:root.open {
    opacity:1;
  translate:0 0px;
  transition:translate 250ms ease 0ms normal, top 150ms ease 0ms normal;
  }
      


  .so-toast\:root.closing {
    opacity:0;
  translate:0 -16px;
  }
      


  .so-toast\:root.open-transition {
    transition:all 250ms ease 0ms normal;
  }
      


  .so-toast\:root.close-transition {
    transition:all 150ms ease 0ms normal;
  }
      


  .so-toast\:root.success {
    color:var(--success-11, #0BD8B6);
  border-color:var(--success-6, #145750);
  border-style:solid;
  border-width:1px;
  background-color:var(--success-2, #111C1B);
  }
      


  .so-toast\:root.warning {
    color:var(--warning-11, #FFCA16);
  border-color:var(--warning-6, #5C3D05);
  border-style:solid;
  border-width:1px;
  background-color:var(--warning-2, #1D180F);
  }
      


  .so-toast\:root.critical {
    color:var(--critical-11, #FF949D);
  border-color:var(--critical-6, #6F2539);
  border-style:solid;
  border-width:1px;
  background-color:var(--critical-2, #1E1517);
  }
      

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

      
        
      
      
  .so-toast\:FW2tKddjmqBb2S_WPmtMS {
    color:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eTkKzJ {
    color:inherit;
  width:1.25rem;
  height:1.25rem;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dhGxig {
    color:var(--neutral-11, #B5B2BC);
  width:100%;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'Outfit';
  font-weight:var(--semi);
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .dhGxig.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .dhGxig.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  .so-toast\:gYVdDIDxaBXSrlkux9YPE {
    flex:1;
  color:inherit;
  }
      

      
        
      
      
  .so-button-tertiary\:root {
    gap:0.5rem;
  color:var(--neutral-12, #EEEEF0);
  width:fit-content;
  cursor:default;
  display:block;
  flex-wrap:wrap;
  font-size:var(--text-md);
  min-height:var(--badge-size-md);
  overflow-x:hidden;
  overflow-y:hidden;
  text-align:left;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  user-select:none;
  white-space:normal;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  background-color:var(--overlay-a1, #ffffff0d);
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-button-tertiary\:root:hover {
    background-color:var(--overlay-a2, #ffffff1a);
  }
      


  .so-button-tertiary\:root:active {
    transition:none;
  background-color:var(--overlay-a3, #ffffff26);
  }
      


  .so-button-tertiary\:root:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .so-button-tertiary\:root.trigger-open {
    background-color:var(--overlay-a3, #ffffff26);
  }
      


  .so-button-tertiary\:root.disabled {
    opacity:0.5;
  background-color:var(--overlay-a1, #ffffff0d);
  }
      

        
      
      
  .so-toast\:qAcThqFGvMbu5lzhtPxSk {
    width:var(--text-lg);
  height:var(--text-lg);
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  background-color:transparent;
  }
      

      
  .so-toast\:qAcThqFGvMbu5lzhtPxSk:hover {
    background-color:transparent;
  }
      


  .so-toast\:qAcThqFGvMbu5lzhtPxSk:active {
    background-color:transparent;
  }
      

        
      
      
  
      

      
        
      
      
  .ezeRiZ {
    width:var(--width);
  height:var(--height);
  position:fixed;
  align-items:start;
  pointer-events:none;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
    align-items:end;
  padding-top:1.25rem;
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-bottom:1.25rem;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .so-toast-provider\:jTe6cSAqqTerlGKuSJFnv {
    align-items:center;
  justify-content:start;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .PVPfO {
    top:100px;
  width:320px;
  height:140px;
  display:flex;
  row-gap:0.5rem;
  z-index:20;
  position:absolute;
  animation:2s ease 0ms infinite normal none running animation-bKKrXZ;
  background:white;
  column-gap:0.5rem;
  align-items:center;
  padding-top:0.5rem;
  border-color:var(--neutral-8);
  border-style:Dashed;
  border-width:1px;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  justify-content:center;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  }
      

      
        
                  @keyframes animation-bKKrXZ {
                    
                        0% {
                          scale: 1 1;
                        }
                        

                        50% {
                          scale: 1.1 1.1;
                        }
                        

                        100% {
                          scale: 1 1;
                        }
                        
                  }
                  
      
      
  .notLoggedIn-home-banner\:0roBsmTtYbdJbmY1UP1qI {
    display:flex;
  text-align:center;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bpkmeB {
    gap:20px;
  width:100%;
  background: white;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-select-item\:root {
    gap:0.5rem;
  color:var(--neutral-12, #EEEEF0);
  width:100%;
  cursor:default;
  height:var(--interactive-height-sm);
  font-size:var(--text-md);
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--normal);
  white-space:nowrap;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:0px;
  padding-right:0.75rem;
  text-overflow:ellipsis;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .so-select-item\:root:hover {
    background-color:var(--brand-4, #33255B);
  }
      


  .so-select-item\:root:focus {
    background-color:var(--brand-4, #33255B);
  }
      


  .so-select-item\:root.checked {
    color:var(--brand-11, #BAA7FF);
  }
      


  .so-select-item\:root.disabled {
    color:var(--neutral-9, #6F6D78);
  }
      


  .so-select-item\:root.disabled:hover {
    background-color:transparent;
  }
      

        
      
      
  .dfonvd {
    color:inherit;
  width:1rem;
  height:1rem;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .BEodR {
    width:fit-content;
  height:fit-content;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .so-select-item\:gTaZlBzZUme6Pj37SjYHY {
    color:var(--brand-11, #BAA7FF);
  width:1rem;
  height:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .filter-sort-date\:MpzceneO_tG1fNpwKIyvU {
    font-size:var(--text-sm);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-select-content\:root {
    gap:0.25rem;
  opacity:0;
  padding-top:0.5rem;
  border-color:var(--neutral-5, #323035);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:0.5rem;
  border-radius:var(--rounding-lg);
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .so-select-content\:root.open {
    opacity:1;
  }
      


  .so-select-content\:root.open-transition {
    transition:opacity 200ms ease 0ms normal;
  }
      


  .so-select-content\:root.close-transition {
    transition:opacity 200ms ease 0ms normal;
  }
      


  .so-select-content\:root:focus {
    outline-color:#ffffff;
  outline-style:none;
  outline-width:0px;
  }
      

        
      
      
  
      

      
        
      
      
  .so-button-secondary\:root {
    gap:0.5rem;
  color:var(--neutral-0, #FFF5F7);
  width:fit-content;
  cursor:default;
  height:var(--interactive-height-md);
  font-size:var(--text-md);
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  font-family:'Outfit';
  font-weight:var(--semi);
  user-select:none;
  border-color:var(--neutral-6, #3C393F);
  border-style:solid;
  border-width:var(--border-md);
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  outline-color:transparent;
  outline-style:solid;
  outline-width:var(--border-lg);
  padding-right:0.75rem;
  flex-direction:row;
  outline-offset:var(--border-md);
  -ms-user-select:none;
  justify-content:center;
  -moz-user-select:none;
  background-color:#000000;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
  }
      

      
  .so-button-secondary\:root:hover {
    background-color:#303030;
  }
      


  .so-button-secondary\:root:active {
    transition:none;
  background-color:#454545;
  }
      


  .so-button-secondary\:root:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      


  .so-button-secondary\:root.trigger-open {
    background-color:#4a4a4a;
  }
      


  .so-button-secondary\:root.disabled {
    opacity:0.5;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

        
      
      
  .ckeMDa {
    top:0px;
  left:0px;
  color:inherit;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:;
  position:absolute;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  flex-direction:column;
  justify-content:center;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
        
      
      
  
      

      
        
      
      
  .filter-sort-date\:URWjXTSU8s2v_Wx3sbF3q {
    color:var(--neutral-12, #34141F);
  width:150px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  background-color:var(--neutral-0, #FFF5F7);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cVMNhr {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  opacity:0;
  position:absolute;
  pointer-events:none;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .filter-sort-date\:YiQXKFypWKJT-yZwqo9kU {
    width:150px;
  }
      

      
        
      
      
  .so-select-icon\:root {
    color:inherit;
  width:1.25rem;
  height:1.25rem;
  font-size:inherit;
  transition:rotate 200ms ease 0ms normal;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
  .so-select-icon\:root.open {
    rotate:z 180deg;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .filter-sort-date\:vUe-INJJ6SDhDXQ5VAvZK {
    flex:1;
  }
      

      
        
      
      
  .dXJrdi {
    color:var(--neutral-11, #B5B2BC);
  width:-;
  font-size:var(--text-sm);
  font-family:'Outfit';
  font-weight:var(--medium);
  line-height:var(--text-sm);
  padding-bottom:0.5rem;
  }
      

      
        
      
      
  .filter-sort-date\:zZXbeqvcLlYtNnQMCDkYn {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .Horizontal-filter\:2zXAJebA4lYBt9iVPYV3n {
    align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eQgaZy {
    gap:0.5rem;
  width:100%;
  height:var(--interactive-height-md);
  display:flex;
  transition:background-color 200ms ease 0ms normal;
  align-items:center;
  border-color:var(--neutral-7, #49474E);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:var(--rounding-md);
  padding-right:0.75rem;
  flex-direction:row;
  justify-content:start;
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .eQgaZy:hover {
    background-color:var(--neutral-1, #121113);
  }
      


  .eQgaZy.focused {
    border-color:var(--brand-10, #8a75dd);
  border-style:solid;
  border-width:var(--border-md);
  outline-color:var(--brand-6, #473876);
  outline-style:solid;
  outline-width:var(--border-lg);
  background-color:var(--neutral-0, #0b0a0b);
  }
      

        
      
      
  
      

      
        
      
      
  .dnSmfd {
    flex:1;
  color:var(--neutral-12, #EEEEF0);
  width:100%;
  height:100%;
  font-size:var(--text-md);
  font-family:'Outfit';
  font-weight:var(--normal);
  }
      

      
  .dnSmfd::placeholder {
    color:var(--neutral-9, #6F6D78);
  font-size:var(--text-md);
  font-family:'Outfit';
  font-weight:var(--normal);
  }
      

        
      
      
  .filter-location\:UvuGXaSsvXxZhZJm6ioSB {
    gap:10px;
  width:80px;
  }
      

      
        
      
      
  .filter-location\:Y0567BvV-p5IxT1BiosHx {
    color:var(--neutral-12, #34141F);
  width:120px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  background-color:var(--neutral-0, #FFF5F7);
  }
      

      
        
      
      
  
      

      
        
      
      
  .ebjAyu {
    gap:10px;
  flex-direction:row;
  }
      

      
        
      
      
  .filter-location\:vUe-INJJ6SDhDXQ5VAvZK {
    flex:1;
  }
      

      
        
      
      
  .filter-location\:zZXbeqvcLlYtNnQMCDkYn {
    display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fkKdvv {
    width:100px;
  }
      

      
        
      
      
  .dtwvCx {
    height:40px;
  display:flex;
  align-items:flex-start;
  padding-left:8px;
  padding-right:8px;
  justify-content:flex-start;
  }
      

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

      
        
      
      
  .fqcBWZ {
    display:flex;
  align-items:center;
  user-select:none;
  touch-action:none;
  flex-direction:row;
  -ms-user-select:none;
  justify-content:start;
  -moz-user-select:none;
  -webkit-user-select:none;
  -webkit-touch-callout:none;
  -webkit-text-size-adjust:none;
  }
      

      
  .fqcBWZ.orientation-vertical {
    display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

        
      
      
  
      

      
        
      
      
  .so-slider-range\:root {
    height:1.5rem;
  }
      

      
        
      
      
  .bumcfj {
    top:var(--top);
  left:var(--left);
  right:var(--right);
  bottom:var(--bottom);
  display:flex;
  position:absolute;
  translate:var(--translate-x) var(--translate-y);
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  .JvZIa {
    display:none;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fjPjKY {
    display:flex;
  opacity:1;
  flex-direction:column;
  }
      

      
  .fjPjKY.hidden {
    opacity:0;
  }
      

        
      
      
  .so-slider-range\:RHFTx6y_HXpaB1GMANjaZ {
    width:1.5rem;
  height:1.5rem;
  border-color:var(--brand-10, #7D66D9);
  border-style:solid;
  border-width:var(--border-md);
  border-radius:var(--rounding-full);
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .so-slider-range\:RHFTx6y_HXpaB1GMANjaZ:hover {
    background-color:var(--neutral-2, #1A191B);
  }
      


  .so-slider-range\:RHFTx6y_HXpaB1GMANjaZ:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      

        
      
      
  .dOsAZm {
    display:flex;
  flex-grow:var(--flex-grow);
  flex-direction:column;
  }
      

      
        
      
      
  .so-slider-range\:a9ZjKfsZpUtE7C2qD8sZu {
    height:0.5rem;
  overflow-x:hidden;
  overflow-y:hidden;
  border-radius:var(--rounding-md);
  background-color:var(--neutral-6, #3C393F);
  }
      

      
        
      
      
  .so-slider-range\:cOWuENSc45Wxo_SdkuTgR {
    width:1.5rem;
  height:1.5rem;
  border-color:var(--brand-10, #7D66D9);
  border-style:solid;
  border-width:var(--border-md);
  border-radius:var(--rounding-full);
  background-color:var(--neutral-0, #0b0a0b);
  }
      

      
  .so-slider-range\:cOWuENSc45Wxo_SdkuTgR:hover {
    background-color:var(--neutral-2, #1A191B);
  }
      


  .so-slider-range\:cOWuENSc45Wxo_SdkuTgR:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      

        
      
      
  .fwhVgk {
    top:var(--top);
  left:var(--left);
  right:var(--right);
  bottom:var(--bottom);
  display:flex;
  opacity:1;
  position:absolute;
  flex-direction:column;
  }
      

      
  .fwhVgk.hidden {
    display:flex;
  opacity:0;
  flex-direction:column;
  }
      

        
      
      
  .so-slider-range\:sou1DDNXQspKdVYavzdXc {
    height:100%;
  background-color:var(--brand-10, #7D66D9);
  }
      

      
        
      
      
  
      

      
        
      
      
  .filter-price-range\:Hl3969ZEDRSp-3Oc8UMfY {
    width:100px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cnnYKH {
    gap:0.5rem;
  }
      

      
        
      
      
  .cEqiJL {
    display:inline-block;
  }
      

      
        
      
      
  .filter-price-range\:vUe-INJJ6SDhDXQ5VAvZK {
    flex:1;
  }
      

      
        
      
      
  
      

      
        
      
      
  .Horizontal-filter\:SaVOLZ5e7NEpHPkBY0w1o {
    width:120px;
  }
      

      
        
      
      
  .dNpsZO {
    gap:10px;
  flex:1;
  width:100%;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
  .bIbqvK:hover {
    cursor:pointer;
  opacity:0.71;
  }
      

        
      
      
  .cNVouR {
    gap:30px;
  flex:1;
  width:80%;
  flex-direction:row;
  }
      

      
        
      
      
  .ccbGtx {
    color:var(--color);
  cursor:pointer;
  display:inline-block;
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  transition:color 300ms ease 0ms normal;
  font-family:'Outfit';
  font-weight:var(--medium);
  line-height:var(--line-height);
  white-space:normal;
  border-radius:var(--rounding-md);
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  text-decoration-line:underline;
  text-decoration-color:var(--color-underline);
  text-decoration-style:solid;
  text-underline-offset:var(--underline-offset);
  text-decoration-thickness:var(--underline-thickness);
  }
      

      
  .ccbGtx:hover {
    color:var(--color-hovered);
  text-decoration-color:var(--color-underline-hovered);
  }
      


  .ccbGtx:active {
    color:var(--color-active);
  transition:none;
  }
      


  .ccbGtx:focus-visible {
    outline-color:var(--brand-8, #6958AD);
  outline-style:solid;
  outline-width:var(--border-lg);
  outline-offset:var(--border-md);
  }
      

        
      
      
  
      

      
        
      
      
  .cRfQcw {
    display:flex;
  row-gap:20px;
  column-gap:20px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .filter-letter\:vUe-INJJ6SDhDXQ5VAvZK {
    flex:1;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cTwMkH {
    color:inherit;
  width:1.25rem;
  height:1.25rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ezeBwQ {
    width:100%;
  display:flex;
  align-items:center;
  padding-top:40px;
  padding-left:40px;
  padding-right:40px;
  padding-bottom:40px;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eaxumr {
    width:100%;
  max-width:1000px;
  align-items:center;
  flex-direction:column;
  justify-content:space-between;
  }
      

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

      
        
      
      
  .Header\:5a2F0mtIBMhxk5VBIeUK5 {
    color:#121212;
  }
      

      
        
      
      
  .Header\:6YbUlb-P6J2x7UMWewbiK {
    align-items:start;
  justify-content:start;
  }
      

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

      
          @media (max-width: 1024px) {
            
  .eZeDnb {
    gap:0.5rem;
  }
      

          }
          
        
      
      
  .eKAccp {
    width:auto;
  height:90px;
  }
      

      
        
      
      
  .dGozXP {
    width:100%;
  height:90px;
  display:flex;
  z-index:999;
  position:fixed;
  align-items:center;
  margin-left:0px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:center;
  background-color:#ffffff;
  border-bottom-color:#7d879045;
  border-bottom-style:solid;
  border-bottom-width:var(--border-md);
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .dIpMpl {
    gap:20px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ZOOHp {
    width:100%;
  max-width:1000px;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .cXfjRB {
    z-index:99999999;
  position:absolute;
  }
      

      
        
      
      
  .bjRSWr {
    position:sticky;
  z-index:99;
  }
      

      
        
      
      
  .Header\:-Lww5oXHkxNOqLqyD8876 {
    background:#f7f4f582;
  width:100px;
  }
      

      
        
      
      
  .Header\:sm8GQtBcQEDb5QFMJLqfV {
    text-align:center;
  background:var(--brand-3);
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
  position:absolute;
  top:-10px;
  align-items:center;
  justify-content:flex-start;
  display:flex;
  padding-left:6px;
  padding-right:6px;
  width:60px;
  left:20px;
  }
      

      
        
      
      
  .fEZeKa {
    width:100px;
  top:73px;
  }
      

      
  .fEZeKa:hover {
    cursor:pointer;
  rotate:0 0 1 4deg;
  transition:all 300ms ease;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .edAQxD {
    height:0px;
  overflow-x:hidden;
  overflow-y:hidden;
  will-change:height;
  }
      

      
  .edAQxD.open {
    height:var(--height);
  }
      

        
      
      
  .so-accordion-item\:j5oOUeJw1SjbcubWkwzPY {
    transition:height 300ms ease 0ms normal;
  }
      

      
        
      
      
  .home\:LYDFH83YD3eNSJ6q0aOvR {
    width:100%;
  }
      

      
        
      
      
  .section-title\:root {
    color:var(--neutral-12, #EEEEF0);
  margin-bottom:-1.5rem;
  }
      

      
        
      
      
  .home\:MELnPyoRFUR8RrtlrjrU4 {
    display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .eFPVSl {
    gap:2rem;
  flex-wrap:wrap;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dRnUbV {
    color:var(--neutral-11, #B5B2BC);
  font-size:var(--font-size);
  margin-top:var(--margin-top);
  font-family:'Outfit';
  font-weight:inherit;
  line-height:var(--line-height);
  white-space:normal;
  margin-bottom:var(--margin-bottom);
  letter-spacing:var(--letter-spacing);
  }
      

      
  .dRnUbV.truncated {
    overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  }
      


  .dRnUbV.clamped {
    display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:var(--clamp-lines);
  }
      

        
      
      
  
      

      
        
      
      
  .bQQVeB {
    height:700px;
  margin-top:4.5rem;
  padding-left:80px;
  padding-right:80px;
  flex-direction:row;
  background-color:#FFF5F7;
  }
      

      
          @media (max-width: 900px) {
            
  .bQQVeB {
    height:500px;
  padding-left:10px;
  padding-right:10px;
  }
      

          }
          
        
      
      
  .fAWHpe {
    gap:0.5rem;
  padding-top:1rem;
  border-color:var(--neutral-5, #323035);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-md);
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-callout-text\:root {
    flex:1;
  color:inherit;
  font-weight:var(--medium);
  }
      

      
        
      
      
  .home\:VjIVHGNYT1UlPy1ASBpX4 {
    row-gap:8px;
  column-gap:8px;
  }
      

      
        
      
      
  .cTTkqu {
    gap:10px;
  max-width:1300px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .biOdOn {
    gap:20px;
  flex:1  ;
  display:flex;
  align-items:start;
  padding-left:20px;
  padding-right:20px;
  justify-content:center;
  }
      

      
        
      
      
  .egFbxE {
    width:100%;
  align-items:center;
  padding-top:160px;
  padding-left:80px;
  padding-right:80px;
  justify-content:start;
  background-color:#ffffff;
  }
      

      
          @media (max-width: 900px) {
            
  .egFbxE {
    row-gap:20px;
  column-gap:20px;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  }
      

          }
          
        
      
      
  .czIcDj {
    display:flex;
  row-gap:20px;
  flex-wrap:wrap;
  max-width:1300px;
  column-gap:20px;
  align-items:flex-start;
  padding-left:10px;
  padding-right:10px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .Horizontal-filter-mobile\:2zXAJebA4lYBt9iVPYV3n {
    align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .bNwkLM {
    gap:20px;
  width:100%;
  height:30px;
  display:flex;
  z-index:99999999999;
  position:relative;
  background: white;
  align-items:center;
  padding-top:20px;
  border-color:var(--neutral-6);
  border-style:Dashed;
  border-width:1px;
  flex-direction:column;
  padding-bottom:20px;
  justify-content:center;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .SWxlP {
    position:relative;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  }
      

      
  .SWxlP:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .so-bottom-sheet-content\:root {
    width:100%;
  max-width:460px;
  translate:0 100%;
  padding-top:1rem;
  border-color:var(--neutral-5, #323035);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:2rem;
  background-color:var(--neutral-0, #0b0a0b);
  border-bottom-color:black;
  border-bottom-style:solid;
  border-bottom-width:0px;
  border-top-left-radius:var(--rounding-lg);
  border-top-right-radius:var(--rounding-lg);
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

      
  .so-bottom-sheet-content\:root.open {
    translate:0 0px;
  transition:translate 200ms ease 0ms normal;
  }
      


  .so-bottom-sheet-content\:root.open-transition {
    transition:all 320ms ease 0ms normal;
  }
      


  .so-bottom-sheet-content\:root.close-transition {
    transition:all 200ms cubic-bezier(0.58, 0.29, 0.25, 1) 0ms normal;
  }
      

        
      
      
  .Horizontal-filter-mobile\:9KgSKHpa2Gadv4URB25ef {
    width:300px;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bottom-sheet-close-button\:mFG4tb_0aNVzahacHBUnn {
    width:var(--line-height-2xl);
  height:var(--line-height-2xl);
  }
      

      
        
      
      
  
      

      
        
      
      
  .feWrrV {
    width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .Horizontal-filter-mobile\:SaVOLZ5e7NEpHPkBY0w1o {
    width:120px;
  }
      

      
        
      
      
  .fwCuKz {
    gap:10px;
  flex:1;
  width:240px;
  padding-top:4px;
  padding-left:8px;
  padding-right:8px;
  flex-direction:column;
  padding-bottom:4px;
  }
      

      
        
      
      
  .bXMDaN {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .Horizontal-filter-mobile\:aOCqyHB7WN2x_DN6iHyWE {
    top:100px;
  flex:2  ;
  display:flex;
  position:sticky;
  }
      

      
        
      
      
  .fyeFAy {
    flex:1;
  width:80%;
  row-gap:8px;
  column-gap:8px;
  flex-direction:column;
  }
      

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

      
        
      
      
  .Horizontal-filter-mobile\:io9ZLNOZh0Dy8VFdgu7kF {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .Horizontal-filter-mobile\:kX0uP-TmDWiFB-EwQFgb3 {
    flex:1  ;
  display:flex;
  min-width:120px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dYpLNE {
    height:40px;
  display:flex;
  align-items:center;
  padding-left:8px;
  padding-right:8px;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .byjkOA {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:-1;
  position:absolute;
  }
      

      
        
      
      
  
      

      
        
      
      
  .so-bottom-sheet\:QS_7ELRgrVeXBoQZzU3UC {
    opacity:0;
  background-color:var(--overlay-inverted-a9, #000000b3);
  }
      

      
  .so-bottom-sheet\:QS_7ELRgrVeXBoQZzU3UC.open {
    opacity:1;
  }
      


  .so-bottom-sheet\:QS_7ELRgrVeXBoQZzU3UC.open-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      


  .so-bottom-sheet\:QS_7ELRgrVeXBoQZzU3UC.close-transition {
    transition:opacity 300ms ease 0ms normal;
  }
      

        
      
      
  .KsFov {
    width:var(--width);
  height:var(--height);
  position:fixed;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  pointer-events:none;
  justify-content:center;
  }
      

      
  .KsFov.modal {
    touch-action:none;
  pointer-events:all;
  }
      

        
      
      
  
      

      
        
      
      
  .sparkcore\/sc-bottom-sheet-portal\:root {
    align-items:center;
  justify-content:end;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .Horizontal-filter-mobile\:vKS4Mm_q5c-emcGZpJ7hY {
    position:relative;
  }
      

      
        
      
      
  .dTLsxw {
    gap:20px;
  width:260px;
  height:50px;
  display:flex;
  z-index:99999999999;
  position:relative;
  background:white;
  align-items:center;
  padding-top:6px;
  border-color:var(--neutral-6);
  border-style:Dashed;
  border-width:1px;
  padding-left:6px;
  padding-right:6px;
  flex-direction:row;
  padding-bottom:6px;
  justify-content:center;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .biGtfM {
    display:flex;
  row-gap:10px;
  z-index:99999999999;
  position:relative;
  background: white;
  column-gap:10px;
  align-items:center;
  padding-top:6px;
  border-color:var(--neutral-6);
  border-style:Dashed;
  border-width:1px;
  flex-direction:column;
  padding-bottom:6px;
  justify-content:center;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .home\:e5wDGXIUUoALoU0hz_fnd {
    top:100px;
  display:none;
  position:sticky;
  }
      

      
          @media (max-width: 900px) {
            
  .home\:e5wDGXIUUoALoU0hz_fnd {
    top:100px;
  display:flex;
  z-index:999;
  position:sticky;
  margin-top:-20px;
  }
      

          }
          
        
      
      
  .fEROXQ {
    gap:0.5rem;
  color:var(--color, #BAA7FF);
  align-items:center;
  padding-top:1rem;
  border-color:var(--color-border, #3C2E69);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:start;
  background-color:var(--color-bg, #291F43);
  }
      

      
        
      
      
  .home\:hPh8s0iOGOnf2pDTtnb0h {
    height:fit-content;
  max-width:400px;
  min-width:180px;
  margin-top:20px;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:20px;
  }
      

      
        
      
      
  .cooIGM {
    max-width:900px;
  }
      

      
        
      
      
  .elWxfy {
    width:100%;
  display:flex;
  align-items:center;
  padding-top:40px;
  padding-left:40px;
  padding-right:40px;
  padding-bottom:40px;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 900px) {
            
  .elWxfy {
    display:none;
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

          }
          
        
      
      
  .LZYsa {
    display:none;
  align-items:center;
  padding-top:40px;
  padding-left:40px;
  padding-right:40px;
  padding-bottom:40px;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 900px) {
            
  .LZYsa {
    width:100%;
  display:flex;
  align-items:center;
  }
      

          }
          
        
      
      
  .dqLlae {
    max-width:1280px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .betGJg {
    width:40px;
  }
      

      
        
      
      
  .bVXRBA {
    gap:1.5rem;
  width:100%;
  padding-top:1rem;
  border-color:var(--neutral-5, #323035);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:var(--rounding-lg);
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  background-color:var(--neutral-2, #1A191B);
  }
      

      
        
      
      
  
      

      
        
      
      
  .home\:k7fEo0fkKUHrR5moIIwX_ {
    flex:1  ;
  display:flex;
  row-gap:50px;
  max-width:1300px;
  column-gap:50px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .home\:lPvre4kZOpPuE6K2ClODa {
    padding-top:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .home\:qN63CFXoZvdbPMY8rd3jD {
    width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bepOid {
    top:675px;
  height:210px;
  display:flex;
  position:absolute;
  background: white;
  box-shadow:1px 4px 8px 0px #00000044;
  align-items:center;
  margin-left:100px;
  padding-top:20px;
  margin-right:100px;
  padding-left:40px;
  border-radius:30px;
  padding-right:40px;
  padding-bottom:20px;
  justify-content:center;
  }
      

      
          @media (max-width: 900px) {
            
  .bepOid {
    height:90px;
  display:none;
  }
      

          }
          
        
      
      
  
      

      
  .bJoCor.orientation-horizontal {
    flex-direction:row;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .home\:wR-tJU8SB-cVL32r2MlsH {
    gap:0.5rem;
  width:100%;
  border-radius:var(--rounding-md);
  }
      

      
        
      
      
  .fbdJZb {
    align-items:start;
  padding-top:20px;
  padding-left:40px;
  padding-right:40px;
  padding-bottom:20px;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      