
  

  

  
  
  
  


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--mainGrey: #606060;
--black: #262626;
--white: #FAFAFA;
--greyDivider: #DDDDDD;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-golostext: 'Golos Text',sans-serif;
--font-manrope: 'Manrope',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  
      

      
        
      
      
  .eZLEgM {
    width:var(--width);
  height:var(--height);
  }
      

      
        
      
      
  .bhAwHE {
    gap:var(--gap);
  width:var(--width);
  height:var(--height);
  flex-wrap:var(--flex-wrap);
  }
      

      
  .bhAwHE.horizontal {
    flex-wrap:var(--flex-wrap);
  flex-direction:row;
  }
      

        
      
      
  .EfvCc {
    gap:var(--gap);
  width:var(--width);
  height:var(--height);
  flex-wrap:var(--flex-wrap);
  align-items:start;
  justify-content:start;
  }
      

      
  .EfvCc.horizontal {
    flex-wrap:var(--flex-wrap);
  flex-direction:row;
  }
      

        
      
      
  
      

      
        
      
      
  .dyAwVE {
    gap:1rem;
  width:18rem;
  }
      

      
        
      
      
  .TqiyZ {
    gap:1.4rem;
  height:fit-content;
  max-width:100%;
  max-height:45rem;
  min-height:25rem;
  overflow-x:scroll;
  overflow-y:scroll;
  flex-direction:row;
  padding-bottom:2rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  .ui_Dialog\:H4j_kub3O7vJW5a-ZR9eU {
    background: #63636380;
  }
      

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ui-Kanban_Item\:root {
    width:100%;
  align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  .ebjQty {
    width:100vw;
  height:100vh;
  display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .enIZod {
    color:#ffffff;
  width:fit-content;
  height:fit-content;
  background: var(--red-900);
  padding-top:0.7rem;
  padding-left:0.7rem;
  padding-right:0.7rem;
  padding-bottom:0.7rem;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .VNqSB {
    color:#000000;
  row-gap:1rem;
  background: #ffffff;
  column-gap:1rem;
  padding-top:1rem;
  border-color:var(--textColor);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .fFVavV {
    width:0.5rem;
  height:0.5rem;
  display:flex;
  background: var(--dot);
  align-items:center;
  justify-content:center;
  border-top-left-radius:90rem;
  border-top-right-radius:90rem;
  border-bottom-left-radius:90rem;
  border-bottom-right-radius:90rem;
  }
      

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

      
        
      
      
  .eHYsyF {
    width:1rem;
  height:1rem;
  display:flex;
  opacity:0.65;
  background: var(--dot);
  align-items:center;
  justify-content:center;
  border-top-left-radius:90rem;
  border-top-right-radius:90rem;
  border-bottom-left-radius:90rem;
  border-bottom-right-radius:90rem;
  }
      

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

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

      
        
      
      
  .egkcwx {
    width:fit-content;
  }
      

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

      
        
      
      
  .eHQnkf {
    color:#000000;
  width:11rem;
  height:fit-content;
  display:flex;
  font-size:0.875rem;
  background: #ffffff;
  min-height:2.5rem;
  align-items:flex-start;
  padding-top:0.5rem;
  border-color:var(--text);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  padding-right:0.75rem;
  flex-direction:column;
  padding-bottom:0.5rem;
  justify-content:center;
  --tw-ring-offset-color:#fff;
  border-top-left-radius:0.375rem;
  border-top-right-radius:0.375rem;
  border-bottom-left-radius:var(--openRadius);
  border-bottom-right-radius:var(--openRadius);
  }
      

      
        
      
      
  
      

      
        
      
      
  .EOihS {
    color:#000000;
  background: #ffffff;
  overflow-x:clip;
  overflow-y:clip;
  border-left-color:var(--text);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:var(--text);
  border-right-style:solid;
  border-right-width:1px;
  border-bottom-color:var(--text);
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-left-radius:0.375rem;
  border-bottom-right-radius:0.375rem;
  }
      

      
        
      
      
  .BZaEZ {
    width:100%;
  height:fit-content;
  font-size:0.875rem;
  background:;
  padding-top:0.8rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.8rem;
  }
      

      
  .BZaEZ:hover {
    color:#ffffff;
  background: #9c9c9c;
  }
      

        
      
      
  
      

      
        
      
      
  .fDLeVB {
    width:1.3rem;
  height:1.3rem;
  }
      

      
        
      
      
  .cbpmnz {
    display:flex;
  background:;
  align-items:center;
  padding-top:1rem;
  border-color:black;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .elhPAg {
    row-gap:0.5rem;
  column-gap:0.5rem;
  }
      

      
        
      
      
  .fbryTk {
    width:100%;
  display:flex;
  background:;
  align-items:center;
  padding-top:0.6rem;
  border-color:black;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:0.6rem;
  justify-content:center;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .flYryP {
    display:flex;
  row-gap:0.3rem;
  column-gap:0.3rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .ca-DvZF {
    gap:0.5rem;
  width:100%;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .LYrVt {
    color:inherit;
  font-size:1.5rem;
  font-weight:var(--font-weight-bold);
  line-height:1.7rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bRkIUH {
    display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fDehLG {
    gap:0.5rem;
  width:100%;
  height:2.5rem;
  transition:background-color 200ms ease 0ms ;
  align-items:center;
  padding-left:1rem;
  border-radius:0.25rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:start;
  background-color:var(--grey-700, #404040);
  }
      

      
  .fDehLG.focused {
    border-color:var(--purple-400, #A78BFA);
  border-style:solid;
  border-width:0.125rem;
  }
      

        
      
      
  .ui_form_Input\:root {
    width:100%;
  height:2.5rem;
  display:flex;
  font-size:0.875rem;
  padding-top:0.5rem;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:0.375rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  background-color:#fff;
  --tw-ring-offset-color:#fff;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .blVxZZ {
    gap:1rem;
  display:grid;
  }
      

      
        
      
      
  .ui_Deal-card-popup\:6FbJeQkfHfv6qLgPXuauh {
    grid-template-columns:repeat(2,1fr);
  }
      

      
        
      
      
  
      

      
        
      
      
  .cplmnQ {
    flex:1  ;
  row-gap:0.5rem;
  column-gap:0.5rem;
  }
      

      
        
      
      
  .ui_Deal-card-popup\:8gzgDSP4ZSrIKVCsJ13b0 {
    position:relative;
  align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  .ui_Deal-card-popup\:AnBL_4aIXV-jnwdh5jsbq {
    position:relative;
  align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .azCCd {
    gap:0.4rem;
  flex-direction:row;
  }
      

      
        
      
      
  .fbskbh {
    row-gap:1rem;
  column-gap:1rem;
  padding-top:1rem;
  border-color:black;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ui_Switch\:ITnqFgaRcpSxJAquyNLx3 {
    width:3rem;
  height:1.75rem;
  align-items:start;
  padding-top:0.25rem;
  padding-left:0.125rem;
  border-radius:99rem;
  padding-right:0.125rem;
  padding-bottom:0.25rem;
  justify-content:center;
  background-color:#E5E5EA;
  }
      

      
  .ui_Switch\:ITnqFgaRcpSxJAquyNLx3.checked {
    background-color:#34C759;
  }
      

        
      
      
  .cSDEUo {
    display:flex;
  flex-direction:column;
  }
      

      
        
      
      
  .ui_Switch\:IowUmseJx6hMwtg_baVzz {
    width:1.5rem;
  height:1.5rem;
  transition:translate 300ms ease 0ms ;
  aspect-ratio:1;
  border-radius:100%;
  background-color:var(--grey-800, #262626);
  }
      

      
  .ui_Switch\:IowUmseJx6hMwtg_baVzz.checked {
    translate:1.25rem;
  background-color:#3C3C4399;
  }
      

        
      
      
  .ui_Deal-card-popup\:FTiw_ASOhVwbHWoHsTWR8 {
    align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cewbqf {
    width:100%;
  display:flex;
  font-size:0.875rem;
  padding-top:0.5rem;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:0.375rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  background-color:#fff;
  --tw-ring-offset-color:#fff;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ui_Button\:root {
    cursor:pointer;
  }
      

      
        
      
      
  .eMAFzq {
    width:1.5rem;
  height:1.5rem;
  animation:spinner 1s linear infinite;
  align-items:end;
  border-radius:50%;
  justify-content:space-between;
  }
      

      
        
      
      
  .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%;
  }
      

      
        
      
      
  
      

      
        
      
      
  .MKHWA {
    width:100%;
  display:flex;
  align-items:center;
  padding-top:0.75rem;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:0.5px;
  padding-left:1rem;
  border-radius:0.5rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  justify-content:center;
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
  .MKHWA:hover {
    width:100%;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  background-color:var(--grey-100, #F5F5F5);
  }
      

        
      
      
  .dvyHtu {
    gap:0.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bA-dKUz {
    width:100%;
  row-gap:1.5rem;
  column-gap:1.5rem;
  padding-top:1rem;
  padding-bottom:1rem;
  border-top-color:var(--grey-400);
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ui_Deal-card-popup\:NR_SjFvQakbnKOdxV4H7_ {
    align-items:flex-start;
  justify-content:center;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .cTaYaR {
    gap:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .eTXBNa {
    color:#ffffff;
  width:100%;
  cursor:pointer;
  display:flex;
  background: var(--green-600);
  align-items:center;
  padding-top:0.75rem;
  padding-left:1rem;
  border-radius:0.5rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  justify-content:center;
  }
      

      
        
      
      
  .ui_Deal-card-popup\:OyLxYJM6jm6EwANWGFuB0 {
    width:6rem;
  }
      

      
        
      
      
  .cLGBmf {
    color:#ffffff;
  width:100%;
  cursor:pointer;
  display:flex;
  background: #000000;
  align-items:center;
  padding-top:0.75rem;
  padding-left:1rem;
  border-radius:0.5rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  justify-content:center;
  }
      

      
        
      
      
  .fCwwic {
    display:flex;
  row-gap:1rem;
  background:#ffffff;
  column-gap:1rem;
  align-items:center;
  padding-top:1rem;
  border-color:black;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .kpgyE {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      
      
  .fxUmzT {
    width:100%;
  display:flex;
  row-gap:0.5rem;
  flex-wrap:nowrap;
  column-gap:0.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .frhYmo {
    row-gap:1rem;
  background: #ffffff;
  column-gap:1rem;
  padding-top:1rem;
  border-color:black;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ui_Deal-card-popup\:UeHbTIbEztvMlMcajOUNc {
    position:relative;
  align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bQBfCt {
    flex:1  ;
  color:#000000;
  cursor:pointer;
  display:flex;
  background: #ffffff;
  align-items:center;
  padding-top:0.75rem;
  border-color:#000000;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:0.5rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  justify-content:center;
  }
      

      
        
      
      
  .ui_Deal-card-popup\:XmEC5E6dFo9IClCBlaCl9 {
    width:6rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ui_Deal-card-popup\:_xRgUiPOo8SKBs2RHKZDi {
    position:relative;
  align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ui_Deal-card-popup\:dbahASSJP3hQpM7hCGYIr {
    grid-template-columns:repeat(2,1fr);
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ui_underwriting-fields\:3xa-hgaBWlUYG7CnLFm_r {
    align-items:flex-start;
  justify-content:center;
  }
      

      
        
      
      
  .ui_underwriting-fields\:Gnc_NG25SBEiZLbrVj3fF {
    width:6rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .gGRNo {
    display:flex;
  row-gap:1rem;
  background:#ffffff;
  column-gap:1rem;
  align-items:center;
  padding-top:1rem;
  border-color:black;
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:center;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  .ui_Deal-card-popup\:pgjufBe-l7-Mg3uO4pbwx {
    position:relative;
  align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fjnmvC {
    color:#efd94e;
  width:1.3rem;
  height:1.3rem;
  }
      

      
        
      
      
  .eVsiRv {
    flex:1  ;
  color:#ffffff;
  cursor:pointer;
  display:flex;
  background: #000000;
  align-items:center;
  padding-top:0.75rem;
  padding-left:1rem;
  border-radius:0.5rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:0.75rem;
  justify-content:center;
  }
      

      
        
      
      
  .wePaP {
    width:80vw;
  display:flex;
  row-gap:0.5rem;
  column-gap:0.5rem;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ui_Deal-card-popup\:vcSZ52ufORKSV-VX-l1nJ {
    grid-template-columns:repeat(2,1fr);
  }
      

      
        
      
      
  
      

      
        
      
      
  .bwwnGB {
    width:80vw;
  height:75vh;
  display:flex;
  row-gap:2rem;
  column-gap:2rem;
  overflow-y:scroll;
  align-items:flex-start;
  padding-top:1.5rem;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:0.5rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1.5rem;
  justify-content:space-between;
  background-color:#ffffff;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .utIKK {
    background: #ffffff;
  border-left-color:var(--grey-300, #D4D4D4);
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:var(--grey-300, #D4D4D4);
  border-right-style:solid;
  border-right-width:1px;
  border-bottom-color:var(--grey-300, #D4D4D4);
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-left-radius:0.375rem;
  border-bottom-right-radius:0.375rem;
  }
      

      
        
      
      
  .bfJOJw {
    width:100%;
  height:fit-content;
  display:flex;
  font-size:0.875rem;
  min-height:2.5rem;
  align-items:flex-start;
  padding-top:0.5rem;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:0.75rem;
  border-radius:0.375rem;
  padding-right:0.75rem;
  flex-direction:column;
  padding-bottom:0.5rem;
  justify-content:flex-start;
  background-color:#fff;
  --tw-ring-offset-color:#fff;
  }
      

      
        
      
      
  .ftszNh {
    width:100%;
  height:fit-content;
  font-size:0.875rem;
  background:;
  padding-top:0.8rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.8rem;
  }
      

      
  .ftszNh:hover {
    background: #bfbfbf;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fssVHi {
    color:#F93154;
  width:2rem;
  height:2rem;
  display:flex;
  background:#FFD8D6;
  align-items:center;
  font-weight:var(--font-weight-semi-bold);
  justify-content:center;
  border-top-left-radius:30rem;
  border-top-right-radius:30rem;
  border-bottom-left-radius:30rem;
  border-bottom-right-radius:30rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dhsgey {
    gap:0.2rem;
  width:100%;
  flex-wrap:wrap;
  padding-top:0.2rem;
  flex-direction:row;
  border-top-color:#a0aec0;
  border-top-style:solid;
  border-top-width:1px;
  }
      

      
        
      
      
  .fFiLXw {
    gap:0.4rem;
  width:100%;
  align-items:start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
      
      
  .eaOvGT {
    gap:1rem;
  width:18rem;
  align-items:start;
  padding-top:1rem;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:0.5rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:start;
  background-color:#ffffff;
  }
      

      
        
      
      
  .cJBFMh {
    gap:0.2rem;
  flex-wrap:wrap;
  padding-top:0.3rem;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .CXtmu {
    color:#000000;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .ui-Kanban_Item\:aQ-gKzdEkX-9ptMLH4zNw {
    padding-top:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .ui-Kanban_Item\:grZmDTHG114S-7Nf0rslV {
    align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .ui-Kanban_Item\:vEK05r3eqy_FUfIU1Alyd {
    padding-top:0.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .ui-Kanban_Item\:xkxol9lkSBlvePUY_lSJe {
    align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ffbLhs {
    flex:1;
  }
      

      
        
      
      
  .fBMCcQ {
    min-height:100%;
  overflow-x:clip;
  overflow-y:clip;
  background-color:#F9FAFB;
  }
      

      
        
      
      
  .dPtier {
    flex:1;
  max-width:100%;
  background:#F4F4F4;
  overflow-x:clip;
  overflow-y:scroll;
  padding-top:2rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:2rem;
  }
      

      
        
      
      
  .eWbKKl {
    height:100%;
  background:;
  }
      

      
        
      
      
  .eEFAxl {
    min-height:100%;
  overflow-y:clip;
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
        
      
      
  
      

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

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .ui_Toast\:root {
    border-radius:0.5rem;
  }
      

      
  
      


  
      


  
      


  
      


  
      

        
      
      
  .sLRix {
    gap:0.5rem;
  text-align:left;
  padding-top:1rem;
  border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  border-radius:0.5rem;
  padding-right:1rem;
  padding-bottom:1rem;
  background-color:#ffffff;
  }
      

      
        
      
      
  .cmvYqK {
    gap:0.3rem;
  display:flex;
  font-size:inherit;
  align-items:center;
  font-family:inherit;
  font-weight:700;
  flex-direction:row;
  text-transform:capitalize;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bkmfpG {
    color:var(--yellow-400, #FBBF24);
  width:1.5rem;
  height:1.5rem;
  }
      

      
        
      
      
  .ZyDPr {
    color:var(--grey-600, #525252);
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  .sc_Provider\:E_azMmnB1rMI7kns53v-O {
    align-items:end;
  padding-top:1.5rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-bottom:1.5rem;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .sc_Provider\:E_azMmnB1rMI7kns53v-O {
    align-items:center;
  justify-content:start;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .sc_Provider\:WDLSH6G9CDhWlfbunANWb {
    width:100%;
  max-width:25rem;
  transition:height 150ms ease 0ms normal;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .app_DashboardPage\:bU6E5ImxB1_Zpackw--MN {
    flex-direction:row;
  }
      

      
        
      
      
  .dxVmNq {
    top:0px;
  width:16rem;
  height:100vh;
  z-index:2;
  position:sticky;
  background: #ffffff;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:space-between;
  }
      

      
  .dxVmNq.closed {
    width:5rem;
  display:flex;
  align-items:center;
  justify-content:space-between;
  }
      

        
      
      
  .fxMzfE {
    align-items:start;
  justify-content:start;
  }
      

      
        
      
      
  .cUGNnS {
    width:1.25rem;
  height:1.25rem;
  display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .fctZfv {
    color:#7F7F7F;
  width:3rem;
  height:3rem;
  display:flex;
  background:#EDEDED;
  align-items:center;
  font-family:Inter;
  justify-content:center;
  border-top-left-radius:90rem;
  border-top-right-radius:90rem;
  border-bottom-left-radius:90rem;
  border-bottom-right-radius:90rem;
  }
      

      
        
      
      
  .cpJivZ {
    color:var(--grey-700, #404040);
  }
      

      
        
      
      
  .ui_Sidebar\:GlZPCrTTAz_1mC4uQZTR3 {
    width:100%;
  }
      

      
        
      
      
  .dmfOfB {
    color:#7F7F7F;
  width:100%;
  display:flex;
  font-size:0.875rem;
  background:var(--background);
  align-items:center;
  font-weight:500;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
  .dmfOfB:hover {
    background-color:var(--grey-100, #F5F5F5);
  }
      

        
      
      
  .chJcPL {
    display:block;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  }
      

      
        
      
      
  .cfEmOr {
    color:#7F7F7F;
  height:3rem;
  display:flex;
  background:#EDEDED;
  align-items:center;
  aspect-ratio:1/1;
  justify-content:center;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  .etVbUP {
    gap:0.5rem;
  display:flex;
  align-items:center;
  padding-left:0.2rem;
  padding-right:0.2rem;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cccUtz {
    gap:1rem;
  width:100%;
  align-items:center;
  justify-content:space-between;
  }
      

      
        
      
      
  .ffwmEW {
    font-size:1rem;
  }
      

      
        
      
      
  .esIOSq {
    flex:1;
  color:#7F7F7F;
  height:3rem;
  display:flex;
  background:#EDEDED;
  align-items:center;
  font-weight:var(--font-weight-semi-bold);
  padding-top:0.5rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:0.5rem;
  justify-content:center;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cPeePh {
    position:relative;
  }
      

      
        
      
      
  .ui_Sidebar\:eqzQ5d-R-KYxjbm_TcIIw {
    width:100%;
  flex-direction:row;
  }
      

      
        
      
      
  .dnhFKh {
    width:3rem;
  height:3rem;
  border-top-left-radius:90rem;
  border-top-right-radius:90rem;
  border-bottom-left-radius:90rem;
  border-bottom-right-radius:90rem;
  }
      

      
        
      
      
  .bMEPlm {
    color:var(--grey-800, #262626);
  font-size:0.7rem;
  }
      

      
        
      
      
  .dJcKrn {
    gap:0.5rem;
  width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .bTdNdZ {
    gap:0.25rem;
  width:100%;
  display:flex;
  border-style:solid;
  border-width:0px;
  flex-direction:column;
  }
      

      
        
      
      
  .fwxPqg {
    gap:8px;
  width:100%;
  }
      

      
        
      
      
  .bhaxwC {
    gap:0.5rem;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

      
        
      
      
  .eMBRVq {
    gap:0.5rem;
  color:#394351;
  width:100%;
  height:100%;
  align-items:center;
  padding-top:0.5rem;
  padding-left:0.75rem;
  padding-right:0.75rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:start;
  }
      

      
        
      
      
  .YlrnA {
    color:var(--grey-700, #404040);
  position:relative;
  }
      

      
        
      
      
  .ezymCA {
    width:2rem;
  height:2rem;
  display:flex;
  align-items:center;
  border-color:var(--grey-50, #FAFAFA);
  border-style:solid;
  border-width:0.5px;
  border-radius:0.375rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .ezymCA:hover {
    border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:0.5px;
  background-color:var(--grey-100, #F5F5F5);
  }
      

        
      
      
  .DKgOM {
    row-gap:0.3rem;
  column-gap:0.3rem;
  align-items:center;
  padding-top:0.5rem;
  padding-left:0.1rem;
  padding-right:0.1rem;
  flex-direction:row;
  padding-bottom:0.5rem;
  justify-content:space-between;
  }
      

      
        
      
      
  .app_DashboardPage\:snV3WzMG589I8Z2gLfD5j {
    top:0px;
  position:sticky;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  .bjoILO {
    height:calc(100vh-120px);
  display:flex;
  align-items:stretch;
  padding-top:1.5rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1.5rem;
  justify-content:center;
  background-color:var(--grey-50, #FAFAFA);
  }
      

      
        
      
      
  .form_policy_Add-Policy\:root {
    border-color:var(--grey-200, #E5E5E5);
  border-style:solid;
  border-width:1px;
  border-radius:1rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  .aNDjX {
    align-items:center;
  padding-top:2rem;
  border-color:var(--grey-300, #D4D4D4);
  border-style:dashed;
  border-width:3px;
  padding-left:1rem;
  border-radius:0.5rem;
  padding-right:1rem;
  padding-bottom:2rem;
  justify-content:center;
  background-color:#ffffff;
  }
      

      
        
      
      
  .eHskan {
    gap:0.5rem;
  opacity:0.6;
  align-items:center;
  padding-top:4rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:4rem;
  justify-content:start;
  }
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .form_policy_Add-Policy\:WTXQc4F8LAGm4pnwHB7hq {
    position:relative;
  align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .form_policy_Add-Policy\:aRRnGlL0tKo5TgvILnSsP {
    grid-template-columns:repeat(2,1fr);
  }
      

      
        
      
      
  
      

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

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .epoiHI {
    gap:2rem;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cnnYKH {
    gap:0.5rem;
  }
      

      
        
      
      
  .duvLkN {
    display:block;
  font-size:1.875rem;
  font-weight:700;
  border-style:solid;
  border-width:0px;
  flex-direction:row;
  letter-spacing:-0.025em;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .dEdUrk {
    width:100%;
  cursor:pointer;
  height:auto;
  background: #ffffff;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background-color 300ms ease 0ms,transform 150ms ease 0ms;
  border-color:var(--grey-300);
  border-style:solid;
  border-width:1px;
  border-radius:0.5rem;
  flex-direction:row;
  -webkit-tap-highlight-color:transparent !important;
  }
      

      
  .dEdUrk.ghost {
    opacity:0.3;
  }
      


  .dEdUrk.chosen {
    transform:translateY(-0.5rem);
  background: #ffffff;
  }
      

        
      
      
  .fkauIi {
    width:8px;
  background-color:var(--grey-400, #A3A3A3);
  }
      

      
  .fkauIi.firstContact {
    background-color:var(--blue-800, #1E40AF);
  }
      


  .fkauIi.newLead {
    background-color:var(--green-700, #047857);
  }
      

        
      
      
  .dkpBlg {
    gap:8px;
  padding-top:0px;
  padding-left:16px;
  padding-right:16px;
  flex-direction:row;
  padding-bottom:0px;
  }
      

      
        
      
      
  .cdghGs {
    color:#000000;
  display:inline-block;
  font-size:var(--font-size-sm);
  font-weight:400;
  user-select:none;
  }
      

      
        
      
      
  .fwBBTJ {
    color:#000000;
  font-size:var(--font-size-base);
  font-weight:500;
  user-select:none;
  }
      

      
        
      
      
  .edxKxH {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  position:absolute;
  background: #d9cfc4;
  }
      

      
        
      
      
  .aYgwP {
    padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

      
        
      
      
  .cNDiZZ {
    margin-top:8px;
  align-items:end;
  padding-top:4px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  justify-content:start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

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

      
        
      
      
  .bIUOZw {
    gap:1rem;
  width:19rem;
  padding-top:0.5rem;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-bottom:0.5rem;
  }
      

      
  .bIUOZw:hover {
    background: #ebebeb;
  }
      

        
      
      
  
      

      
        
      
      
  .dYFhif {
    gap:1.5rem;
  color:#000000;
  width:100%;
  min-width:280px;
  min-height:80px;
  transition:border-color 300ms ease 0ms;
  padding-top:1.5rem;
  border-color:var(--grey-700, #404040);
  border-style:solid;
  border-width:2px;
  padding-left:1rem;
  border-radius:1.5rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
          @media (max-width: 400px) {
            
  .dYFhif.mobile {
    min-width:80vw;
  }
      

          }
          

  .dYFhif.active {
    color:var(--highlight-color, #DB2777);
  border-color:var(--highlight-color, #DB2777);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .etcWQC {
    color:inherit;
  font-size:var(--font-size-xl);
  transition:color 300ms ease 0ms;
  font-family:'Inter';
  font-weight:500;
  user-select:none;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fxoRum {
    gap:2rem;
  z-index:;
  max-width:100%;
  }
      

      
        
      
      
  .edXZJI {
    gap:2.5rem;
  flex:1;
  flex-wrap:nowrap;
  overflow-x:visible;
  overflow-y:hidden;
  align-items:start;
  padding-left:2.5rem;
  padding-right:2.5rem;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1000px) {
            
  .edXZJI {
    gap:1.25rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  }
      

          }
          
        
      
      
  .cWnNRt {
    align-items:center;
  padding-top:1rem;
  flex-direction:row;
  padding-bottom:3rem;
  justify-content:space-between;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      