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

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

      
  .cAjpDu {
    gap:30px;
  padding:30px;
  flex-wrap:wrap;
  min-height:100%;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  background-color:#F2EFEA;
  }
      

      
          @media (max-height: 1030px) {
            
  .cAjpDu {
    padding-left:20px;
  padding-right:20px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .bRFHUz {
    gap:8px;
  color:var(--color-text-primary, #E5E5E5);
  padding:var(--spacing-unit, 8px);
  align-items:center;
  border-radius:var(--border-radius-md, 6px);
  flex-direction:row;
  justify-content:start;
  background-color:var(--color-background-primary, #262626);
  }
      

      
        
      
      
  .dJWfcw {
    color:var(--grey-200);
  width:16px;
  height:16px;
  font-size:0.75rem;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  flex-direction:row;
  background-color:var(--grey-800);
  }
      

      
  .dJWfcw:focus {
    outline-color:var(--blue-600);
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  .cmVDlO {
    color:var(--default-link-color, #2463ebff);
  }
      

      
        
      
      
  .dEIxug {
    color:#000;
  }
      

      
        
      
      
  .KEwBT {
    gap:15px;
  color:#666;
  display:flex;
  font-size:16px;
  min-height:48px;
  align-items:center;
  font-family:'Inter';
  font-weight:500;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .cdiRYy {
    gap:32px;
  align-items:center;
  justify-content:start;
  }
      

      
        
      
      
  .eWtPxq {
    position:relative;
  align-items:start;
  flex-direction:row;
  justify-content:space-between;
  }
      

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

      
        
      
      
  .bnCUoS {
    color:#666;
  font-size:13px;
  text-align:center;
  line-height:1.4em;
  }
      

      
  .bnCUoS.col1 {
    display:none;
  }
      


  .bnCUoS.col2 {
    text-align:center;
  }
      


  .bnCUoS.col3 {
    float:left;
  display:inline-block;
  text-align:left;
  white-space:normal;
  }
      

        
      
      
  .dEUBjd {
    color:#inherit;
  display:inline-block;
  position:relative;
  font-size:.9rem;
  font-style:italic;
  font-weight:700;
  padding-top:4px;
  padding-left:16px;
  border-radius:100px;
  padding-right:16px;
  padding-bottom:4px;
  background-color:#fff00;
  }
      

      
  .dEUBjd.building {
    background-color:#FCE83A;
  }
      


  .dEUBjd.active {
    background-color:#56F000;
  }
      


  .dEUBjd.onhold {
    background-color:#BBC2CD;
  }
      


  .dEUBjd.forsale {
    background-color:#FFB302;
  }
      


  .dEUBjd.aquired {
    background-color:#2DCCFF;
  }
      


  .dEUBjd.discontinued {
    background-color:#FF6B3D;
  }
      

        
      
      
  .dnLkzl {
    color:#000;
  display:flex;
  align-items:center;
  font-family:'Inter';
  font-weight:500;
  flex-direction:column;
  justify-content:space-between;
  }
      

      
  .dnLkzl.col1 {
    gap:0px;
  width:120px;
  }
      


  .dnLkzl.col2 {
    width:270px;
  max-width:100%;
  align-items:center;
  padding-top:16px;
  padding-left:16px;
  border-radius:16px;
  outline-color:#E2E2E2;
  outline-style:solid;
  outline-width:1px;
  padding-right:16px;
  padding-bottom:16px;
  justify-content:start;
  background-color:#FFFFFF;
  }
      


  .dnLkzl.col3 {
    width:420px;
  max-width:100%;
  align-items:center;
  padding-top:16px;
  padding-left:16px;
  border-radius:16px;
  outline-color:#E2E2E2;
  outline-style:solid;
  outline-width:1px;
  padding-right:16px;
  padding-bottom:16px;
  justify-content:space-between;
  background-color:#FFFFFF;
  }
      

        
      
      
  .bJubGz {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  border-radius:6px;
  }
      

      
        
      
      
  .bvpOZt {
    color:inherit;
  display:block;
  font-size:1.5rem;
  text-align:center;
  font-weight:var(--font-weight-bold);
  }
      

      
  .bvpOZt.col1 {
    position:relative;
  font-size:13px;
  text-align:center;
  font-weight:normal;
  }
      


  .bvpOZt.col2 {
    text-align:center;
  }
      


  .bvpOZt.col3 {
    gap:16px;
  float:left;
  display:flex;
  flex-wrap:wrap;
  align-items:start;
  flex-direction:row;
  justify-content:space-between;
  }
      

        
      
      
  .bbDDno {
    top:8px;
  right:8px;
  width:20.7px;
  height:20.7px;
  z-index:5;
  position:absolute;
  }
      

      
        
      
      
  .eirhrt {
    left:10px;
  color:inherit;
  width:7px;
  bottom:10px;
  height:7px;
  display:flex;
  z-index:100;
  position:absolute;
  border-radius:100px;
  flex-direction:column;
  }
      

      
  .eirhrt.building {
    background-color:#FCE83A;
  }
      


  .eirhrt.active {
    background-color:#56F000;
  }
      


  .eirhrt.onhold {
    background-color:#BBC2CD;
  }
      


  .eirhrt.forsale {
    background-color:#FFB302;
  }
      


  .eirhrt.aquired {
    background-color:#2DCCFF;
  }
      


  .eirhrt.discontinued {
    background-color:#FF6B3D;
  }
      

        
      
      
  .bOmwFj {
    gap:16px;
  position:relative;
  flex-start:top;
  align-items:center;
  flex-direction:column;
  justify-content:space-between;
  }
      

      
  .bOmwFj.col3 {
    object-fit:contain;
  align-items:start;
  flex-direction:row;
  justify-content:space-between;
  }
      


  .bOmwFj.col2 {
    align-items:center;
  justify-content:space-between;
  }
      

        
      
      
  .dlYttn {
    top:-20px;
  left:-20px;
  display:none;
  position:absolute;
  padding-top:8px;
  padding-left:8px;
  border-radius:100px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
        
      
      
  .bXKCFL {
    color:inherit;
  display:inline-block;
  }
      

      
        
      
      
  .ecDYcw {
    gap:16px;
  flex:1;
  position:relative;
  flex-direction:column;
  }
      

      
  .ecDYcw.col3 {
    display:flex;
  position:relative;
  flex-direction:column;
  }
      


  .ecDYcw.col2 {
    padding-bottom:16px;
  }
      


  .ecDYcw.col1 {
    margin-top:-8px;
  }
      

        
      
      
  .dzREBT {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  display:flex;
  opacity:0.6;
  z-index:1000;
  position:fixed;
  flex-direction:column;
  background-color:#000000;
  }
      

      
        
      
      
  .MaIez {
    top:10%;
  left:10%;
  right:10%;
  width:80%;
  bottom:10%;
  height:80%;
  display:flex;
  z-index:1100;
  position:fixed;
  padding-top:16px;
  padding-left:16px;
  border-radius:16px;
  outline-color:#E2E2E2;
  outline-style:solid;
  outline-width:1px;
  padding-right:16px;
  flex-direction:column;
  padding-bottom:16px;
  background-color:#FFFFFF;
  }
      

      
        
      
      
  .bPCqYo {
    max-width:120px;
  border-radius:16px;
  outline-color:#E2E2E2ff;
  outline-style:solid;
  outline-width:1px;
  flex-direction:column;
  }
      

      
  .bPCqYo.disabled {
    filter:grayscale(100%);;
  -webkit-filter:grayscale(100%); /* Safari 6.0 - 9.0 */;
  }
      

        
      
      
  .itXnY {
    display:flex;
  position:relative;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .ftAZKT {
    color:inherit;
  font-size:.9rem;
  font-style:italic;
  margin-top:8px;
  font-weight:700;
  padding-top:4px;
  padding-left:16px;
  border-radius:100px;
  padding-right:16px;
  padding-bottom:4px;
  }
      

      
  .ftAZKT.building {
    background-color:#FCE83A;
  }
      


  .ftAZKT.active {
    background-color:#56F000;
  }
      


  .ftAZKT.onhold {
    background-color:#BBC2CD;
  }
      


  .ftAZKT.forsale {
    background-color:#FFB302;
  }
      


  .ftAZKT.aquired {
    background-color:#2DCCFF;
  }
      


  .ftAZKT.discontinued {
    background-color:#FF6B3D;
  }
      

        
      
      
  
      

      
        
      
      
  .cUqhys {
    color:var(--grey-500);
  width:100%;
  display:none;
  margin-top:8px;
  }
      

      
        
      
      
  .ffviaK {
    width:var(--achieve);
  height:7px;
  border-radius:100px;
  background-color:#000;
  }
      

      
        
      
      
  .JvZIa {
    display:none;
  }
      

      
        
      
      
  .fwjmKy {
    color:#666666;
  display:flex;
  position:relative;
  font-size:16px;
  align-items:center;
  font-family:'Inter';
  font-weight:500;
  margin-right:20px;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .fDLhIe {
    color:#444;
  display:inline-block;
  font-size:20px;
  object-fit:contain;
  font-family:'Inter';
  font-weight:400;
  line-height:32px;
  }
      

      
        
      
      
  .bdbXLA {
    width:32px;
  height:32px;
  position:absolute;
  transform:rotate(-15deg);
  box-shadow:2px 4px 10px 2px #a1a1a14d;
  border-radius:6px;
  flex-direction:row;
  }
      

      
  .bdbXLA.tilt-left {
    transform:rotate(15deg);
  }
      

        
      
      
  .dDSIMd {
    gap:30px;
  flex:1;
  flex-grow:1;
  flex-wrap:wrap;
  max-width:1000px;
  align-items:start;
  padding-left:50px;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 1080px) {
            
  .dDSIMd {
    gap:15px;
  flex:1;
  flex-grow:1;
  max-width:100%;
  padding-left:0px;
  }
      

          }
          
        
      
      
  .czFuUx {
    gap:16px;
  }
      

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

      
        
      
      
  .eWHzTy {
    gap:var(--spacing-unit, 8px);
  }
      

      
        
      
      
  .dFydYI {
    color:#222222;
  display:flex;
  font-size:48px;
  font-family:'Inter';
  font-weight:700;
  flex-direction:column;
  background-image:url("");
  }
      

      
        
      
      
  .eJuCQr {
    max-width:138px;
  border-color:#fff;
  border-style:solid;
  border-width:4px;
  border-radius:100%;
  background-image:url("");
  }
      

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

      
        
      
      
  .JKAW {
    color:#000;
  display:flex;
  flex-wrap:wrap;
  font-size:16px;
  font-family:'Inter';
  font-weight:500;
  flex-direction:row;
  justify-content:space-between;
  }
      

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

      
        
      
      
  .dxMfeD {
    gap:8px;
  flex-wrap:wrap;
  align-items:start;
  padding-left:8px;
  padding-right:8px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .gKojM {
    width:100px;
  height:7px;
  border-radius:100px;
  background-color:#fff;
  }
      

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

      
        
      
      
  .dOoAxA {
    flex:1;
  flex-grow:1;
  flex-wrap:wrap;
  max-width:1563px;
  min-height:100%;
  align-items:start;
  flex-direction:row;
  justify-content:center;
  background-color:#F2EFEA;
  }
      

      
          @media (max-height: 1030px) {
            
  .dOoAxA {
    max-width:100%;
  padding-left:0px;
  padding-right:0px;
  }
      

          }
          
        
      
      
  .eorwGK {
    color:inherit;
  font-weight:inherit;
  text-decoration-line: underline;
  }
      

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

      
        
      
      
  .fkwZfu {
    gap:16px;
  color:inherit;
  display:flex;
  font-size:16px;
  align-items:start;
  font-family:'Inter';
  font-weight:500;
  line-height:25.6px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .cUeHhL {
    padding-left:24px;
  }
      

      
        
      
      
  .xylSj {
    gap:32px;
  }
      

      
        
      
      
  .diPXHJ {
    width:100%;
  position:relative;
  max-width:100%;
  min-width:100%;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

      
        
      
      
  .fmzFNb {
    gap:32px;
  flex:1;
  flex-grow:1;
  }
      

      
          @media (min-width: 1030px) {
            
  .fmzFNb {
    max-width:580px;
  }
      

          }
          

          @media (max-width: 1030px) {
            
  .fmzFNb {
    width:100%;
  max-width:100%;
  }
      

          }
          
        
      