.dv7-home {
  --dv7-primary: var(--v3-domain-color, #17219a);
  --dv7-coral: #f0522d;
  background: #f7f7f7;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
}
.dv7-home h1,
.dv7-home h2,
.dv7-home h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: -0.055em;
}
.dv7-hero {
  height: 760px;
  position: relative;
  color: #fff;
  overflow: hidden;
  background:
    var(--dv7-hero) center/cover,
    #14293b;
}
.dv7-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--dv7-hero);
  background-position: center;
  background-size: cover;
  animation: dv7zoom 16s ease-out both;
}
.dv7-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: dv7zoom 16s ease-out both;
}
.dv7-hero:has(.dv7-hero__image):before {
  display: none;
}
@keyframes dv7zoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}
.dv7-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.25)),
    linear-gradient(0deg, #000 0, transparent 38%);
}
.dv7-hero__center {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 145px;
}
.dv7-hero h1 {
  font-size: clamp(65px, 7.3vw, 100px);
  line-height: 0.92;
  margin: 0;
}
.dv7-hero__center > p {
  font-size: 15px;
  font-weight: 800;
  margin: 25px 0 34px;
}
.dv7-search {
  width: min(730px, 85vw);
  height: 86px;
  margin: auto;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 8px;
  color: #aaa;
}
.dv7-search input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 24px;
  font-size: 15px;
}
.dv7-search > span {
  color: #555;
}
.dv7-search button {
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 50%;
  background: var(--dv7-primary);
  color: #fff;
  font-size: 24px;
  margin-left: 16px;
}
.dv7-regions {
  background: #f7f7f7;
  border-radius: 55px 55px 0 0;
  padding: 65px 4.4vw 40px;
  position: relative;
  margin-top: -45px;
}
.dv7-regions header,
.dv7-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 38px;
}
.dv7-regions h2,
.dv7-heading h2,
.dv7-why > h2 {
  font-size: 46px;
  color: var(--dv7-primary);
  margin: 0;
}
.dv7-regions header p {
  text-align: right;
  font-size: 11px;
  line-height: 1.6;
  color: #666;
}
.dv7-region-row {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding-bottom: 10px;
}
.dv7-region-row a {
  color: #111;
  min-width: 250px;
  height: 130px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 18px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: space-between;
  text-decoration: none;
  transition: 0.25s;
}
.dv7-region-row a:hover {
  background: var(--dv7-primary);
  color: #fff;
}
.dv7-region-row small {
  font-size: 9px;
}
.dv7-region-row b {
  grid-column: 1/-1;
  font-size: 22px;
}
.dv7-region-row span {
  grid-column: 2;
  grid-row: 1;
}
.dv7-featured,
.dv7-developments {
  padding: 90px 4.4vw;
  background: #f7f7f7;
}
.dv7-heading small,
.dv7-search-panel small,
.dv7-network small,
.dv7-join small {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: #707070;
}
.dv7-heading h2 {
  margin-top: 10px;
}
.dv7-heading > p {
  max-width: 440px;
  line-height: 1.6;
  font-size: 13px;
}
.dv7-property-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.dv7-property {
  color: #111;
  text-decoration: none;
}
.dv7-property > div {
  height: 340px;
  position: relative;
  overflow: hidden;
  background: #ddd;
}
.dv7-property img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.dv7-property:hover img {
  transform: scale(1.04);
}
.dv7-property > div span {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--dv7-primary);
  color: #fff;
  padding: 8px 10px;
  font-size: 8px;
  font-weight: 900;
}
.dv7-property > small {
  display: block;
  color: #666;
  font-size: 9px;
  margin-top: 16px;
}
.dv7-property h3 {
  font-size: 20px;
  margin: 7px 0 15px;
  letter-spacing: -0.03em;
}
.dv7-property strong {
  font-size: 13px;
}
.dv7-property p {
  font-size: 10px;
  color: #666;
}
.dv7-more {
  display: block;
  width: max-content;
  margin: 45px auto 0;
  background: var(--dv7-primary);
  color: #fff;
  border-radius: 30px;
  padding: 16px 22px;
  font-size: 10px;
  font-weight: 900;
  text-decoration: none;
}
.dv7-more span {
  margin-left: 25px;
}
.dv7-search-panel {
  background: #e5e5e5;
  padding: 80px 8vw;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 8vw;
  align-items: center;
}
.dv7-search-panel h2 {
  font-size: 58px;
  color: var(--dv7-primary);
  margin: 15px 0;
}
.dv7-search-panel > div p {
  font-size: 13px;
  line-height: 1.7;
}
.dv7-search-panel > div > small {
  color: #4c4c4c;
}
.dv7-search-panel form {
  background: #fff;
  border-radius: 25px;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.dv7-tabs {
  grid-column: 1/-1;
  display: flex;
}
.dv7-tabs button {
  flex: 1;
  padding: 14px;
  border: 0;
  font-weight: 900;
}
.dv7-tabs button:first-child {
  background: var(--dv7-primary);
  color: #fff;
}
.dv7-search-panel label {
  padding: 15px;
  background: #f4f4f4;
  font-size: 9px;
  font-weight: 800;
}
.dv7-search-panel input,
.dv7-search-panel select {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  margin-top: 7px;
}
.dv7-choice {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 6px;
}
.dv7-choice span {
  margin-right: auto;
  font-size: 10px;
  font-weight: 800;
}
.dv7-choice button {
  width: 42px;
  height: 42px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
}
.dv7-filter-submit {
  grid-column: 1/-1;
  background: var(--dv7-primary);
  color: #fff;
  border: 0;
  border-radius: 25px;
  padding: 16px;
  font-weight: 900;
}
.dv7-signature {
  height: 780px;
  position: relative;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.05)),
    var(--dv7-signature) center/cover,
    #111;
}
.dv7-signature > div {
  padding: 110px 8vw;
  max-width: 700px;
}
.dv7-signature > div > span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.dv7-signature h2 {
  font-size: 72px;
  line-height: 0.9;
  margin: 25px 0;
}
.dv7-signature p {
  max-width: 500px;
  line-height: 1.7;
}
.dv7-signature a,
.dv7-join a {
  display: inline-block;
  background: #fff;
  color: #111;
  border-radius: 30px;
  padding: 16px 22px;
  font-size: 10px;
  font-weight: 900;
  margin-top: 20px;
  text-decoration: none;
}
.dv7-signature a b {
  margin-left: 30px;
}
.dv7-dev-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 270px 270px;
  gap: 10px;
}
.dv7-dev-grid a {
  position: relative;
  overflow: hidden;
}
.dv7-dev-grid .large {
  grid-row: 1/-1;
}
.dv7-dev-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.dv7-dev-grid a:hover img {
  transform: scale(1.03);
}
.dv7-dev-grid span {
  position: absolute;
  left: 25px;
  bottom: 20px;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
}
.dv7-why {
  padding: 100px 4.4vw;
  background: #fff;
}
.dv7-why > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.dv7-why article {
  min-height: 380px;
  border-radius: 25px;
  padding: 35px;
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
}
.dv7-why article:nth-child(2) {
  background: var(--dv7-primary);
  color: #fff;
}
.dv7-why article:nth-child(3) {
  background: #b73520;
  color: #fff;
}
.dv7-why article small {
  font-size: 10px;
  font-weight: 900;
}
.dv7-why h3 {
  font-size: 37px;
  margin: 80px 0 15px;
}
.dv7-why p {
  font-size: 12px;
  line-height: 1.6;
}
.dv7-why article a {
  margin-top: auto;
  color: inherit;
  font-size: 10px;
  font-weight: 900;
  text-decoration: none;
}
.dv7-network {
  padding: 110px 8vw;
  background: var(--dv7-primary);
  color: #fff;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 8vw;
}
.dv7-network h2 {
  font-size: 53px;
  line-height: 0.95;
  margin: 18px 0;
}
.dv7-network small {
  color: #fff !important;
  opacity: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}
.dv7-network .dv7-network__eyebrow {
  display: inline-block;
  color: #fff !important;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.16em;
  opacity: 1 !important;
  filter: none !important;
}
.dv7-network p {
  line-height: 1.7;
  font-size: 13px;
}
.dv7-network a {
  color: #fff;
  display: inline-block;
  margin-top: 25px;
  font-weight: 900;
  font-size: 10px;
}
.dv7-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.dv7-stats--verified {
  grid-template-columns: repeat(3, 1fr);
}
.dv7-stats div {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.dv7-stats b {
  font-size: 45px;
}
.dv7-stats--verified b {
  font-size: clamp(25px, 3.2vw, 45px);
}
.dv7-stats span {
  font-size: 9px;
  text-transform: uppercase;
}
.dv7-join {
  min-height: 700px;
  position: relative;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.88)),
    var(--dv7-join) center/cover,
    #000;
  color: #fff;
}
.dv7-join > div {
  padding: 100px 8vw;
  margin-left: 50%;
  min-height: 700px;
}
.dv7-join h2 {
  font-size: 62px;
  line-height: 0.9;
  margin: 20px 0;
}
.dv7-join p {
  max-width: 480px;
  line-height: 1.7;
}
.dv7-footer {
  padding: 85px 5vw 30px;
  background: #050505;
  color: #fff;
}
.dv7-footer > strong {
  font-size: 30px;
}
.dv7-footer > small {
  margin-left: 10px;
  letter-spacing: 0.25em;
}
.dv7-footer h2 {
  font-size: 43px;
  max-width: 750px;
  margin: 50px 0 30px;
}
.dv7-footer form {
  max-width: 700px;
  display: flex;
  border-bottom: 1px solid #555;
}
.dv7-newsletter {
  position: relative;
  flex-wrap: wrap;
}
.dv7-newsletter > input[type="email"] {
  min-width: 240px;
}
.dv7-newsletter > label,
.dv7-newsletter__status {
  flex: 0 0 100%;
  margin: 10px 0 0;
  color: #d7d7d7;
  font-size: 10px;
  line-height: 1.5;
}
.dv7-newsletter > label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.dv7-newsletter > label input {
  margin-top: 2px;
}
.dv7-newsletter__status.is-error {
  color: #ff8b75;
}
.dv7-newsletter__trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.dv7-footer input {
  flex: 1;
  background: transparent;
  border: 0;
  padding: 18px 0;
  color: #fff;
}
.dv7-footer button {
  background: var(--dv7-coral);
  color: #fff;
  border: 0;
  width: 55px;
}
.dv7-footer > div {
  border-top: 1px solid #333;
  margin-top: 70px;
  padding-top: 25px;
  display: flex;
  gap: 30px;
  font-size: 9px;
}
.dv7-footer a {
  color: #fff;
}
.dv7-footer a:last-child {
  margin-left: auto;
}
.v3-body:has(.dv7-home) > .v3-footer {
  display: none;
}
.v3-body:has(.dv7-home) .v3-main {
  overflow: visible;
}
.v3-body:has(.dv7-home) .v3-header {
  position: absolute;
  background: transparent !important;
  box-shadow: none !important;
}
.v3-body:has(.dv7-home) .v3-header__row {
  background: transparent !important;
}
.v3-body:has(.dv7-home) .v3-brand {
  background: rgba(255, 255, 255, 0.92);
}
@media (max-width: 950px) {
  .dv7-property-grid {
    grid-template-columns: 1fr 1fr;
  }
  .dv7-search-panel,
  .dv7-network {
    grid-template-columns: 1fr;
  }
  .dv7-why > div {
    grid-template-columns: 1fr;
  }
  .dv7-why article {
    min-height: 290px;
  }
  .dv7-why h3 {
    margin-top: 50px;
  }
  .dv7-join > div {
    margin-left: 30%;
  }
}
@media (max-width: 620px) {
  .dv7-hero {
    height: 730px;
  }
  .dv7-hero__center {
    padding: 165px 15px 0;
  }
  .dv7-hero h1 {
    font-size: 54px;
  }
  .dv7-hero__center > p {
    font-size: 12px;
    line-height: 1.5;
  }
  .dv7-search {
    height: 70px;
    width: 94vw;
  }
  .dv7-search input {
    font-size: 12px;
    padding: 0 12px;
  }
  .dv7-search button {
    width: 54px;
    height: 54px;
  }
  .dv7-regions {
    border-radius: 35px 35px 0 0;
    padding: 50px 15px 25px;
  }
  .dv7-regions header,
  .dv7-heading {
    display: block;
  }
  .dv7-regions h2,
  .dv7-heading h2,
  .dv7-why > h2 {
    font-size: 36px;
  }
  .dv7-regions header p {
    text-align: left;
    margin-top: 15px;
  }
  .dv7-region-row a {
    min-width: 210px;
  }
  .dv7-featured,
  .dv7-developments,
  .dv7-why {
    padding: 70px 15px;
  }
  .dv7-heading > p {
    margin-top: 20px;
  }
  .dv7-property-grid {
    display: flex;
    overflow-x: auto;
  }
  .dv7-property {
    min-width: 82vw;
  }
  .dv7-property > div {
    height: 380px;
  }
  .dv7-search-panel {
    padding: 65px 15px;
  }
  .dv7-search-panel h2 {
    font-size: 45px;
  }
  .dv7-search-panel form {
    grid-template-columns: 1fr;
  }
  .dv7-search-panel label,
  .dv7-choice,
  .dv7-tabs,
  .dv7-filter-submit {
    grid-column: 1;
  }
  .dv7-signature {
    height: 700px;
  }
  .dv7-signature > div {
    padding: 90px 22px;
  }
  .dv7-signature h2 {
    font-size: 50px;
  }
  .dv7-dev-grid {
    display: flex;
    overflow: auto;
  }
  .dv7-dev-grid a,
  .dv7-dev-grid .large {
    min-width: 83vw;
    height: 450px;
  }
  .dv7-network {
    padding: 75px 20px;
  }
  .dv7-network h2 {
    font-size: 43px;
  }
  .dv7-stats div {
    padding: 18px;
  }
  .dv7-stats--verified {
    grid-template-columns: 1fr 1fr;
  }
  .dv7-stats--verified div:last-child {
    grid-column: 1 / -1;
  }
  .dv7-join > div {
    margin: 0;
    padding: 80px 20px;
    background: rgba(0, 0, 0, 0.55);
  }
  .dv7-join h2 {
    font-size: 49px;
  }
  .dv7-footer {
    padding: 70px 22px 25px;
  }
  .dv7-footer h2 {
    font-size: 35px;
  }
  .dv7-footer > div {
    flex-wrap: wrap;
  }
  .dv7-footer a:last-child {
    margin-left: 0;
  }
}

/* Exact v7 header treatment over the immersive hero. */
.v3-body:has(.dv7-home) .v3-header {
  position: absolute;
  inset: 0 0 auto;
  background: transparent !important;
  box-shadow: none !important;
}
.v3-body:has(.dv7-home) .v3-header__row {
  min-height: 118px;
  width: min(1440px, calc(100% - 8.8vw));
  padding: 0;
  background: transparent !important;
}
.v3-body:has(.dv7-home) .v3-brand {
  padding: 0;
  background: transparent !important;
}
.v3-body:has(.dv7-home) .v3-brand__logo {
  width: 225px;
  filter: grayscale(1) brightness(0) invert(1);
}
.v3-body:has(.dv7-home) .v3-nav a {
  color: #fff;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}
.v3-body:has(.dv7-home) .v3-nav__market,
.v3-body:has(.dv7-home) .v3-nav__sarout {
  display: none;
}
.v3-body:has(.dv7-home) .v3-cta {
  background: #fff !important;
  border: 0 !important;
  color: var(--v3-domain-color) !important;
}
.v3-body:has(.dv7-home) .v3-mobile-menu > summary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
}
.v3-body:has(.dv7-home) .v3-mobile-menu > summary span {
  background: #fff;
}
.dv7-tabs button[aria-pressed="true"] {
  background: var(--dv7-primary);
  color: #fff;
}
.dv7-choice button[aria-pressed="true"] {
  border-color: var(--dv7-primary);
  background: var(--dv7-primary);
  color: #fff;
}
@media (max-width: 680px) {
  .v3-body:has(.dv7-home) .v3-header__row {
    min-height: 86px;
    width: calc(100% - 36px);
  }
  .v3-body:has(.dv7-home) .v3-brand__logo {
    width: 190px;
  }
}
