/* /markets/real-estate */
.market-rich {
  --re-tok: #1a3a52;
  --re-nyc: #2e5266;
  --re-lon: #6b705c;
  --re-sha: #cb997e;
  --re-bjs: #a5a58d;
  --re-rest: #b7b7a4;
}
.m-re-tok { background: var(--re-tok) !important; }
.m-re-nyc { background: var(--re-nyc) !important; }
.m-re-lon { background: var(--re-lon) !important; }
.m-re-sha { background: var(--re-sha) !important; }
.m-re-bjs { background: var(--re-bjs) !important; }
.m-re-rest { background: var(--re-rest) !important; }
