.ar-site-header.navbar {
  background: #000 !important;
  background-color: #000 !important;
  height: 5.5rem !important;
  min-height: 5.5rem !important;
  max-height: 5.5rem !important;
  z-index: 1000;
  display: flex;
  align-items: center !important;
  overflow: visible !important;
}

.ar-site-header .nav-content {
  background: #000 !important;
  background-color: #000 !important;
  height: 5.5rem !important;
  min-height: 5.5rem !important;
  max-height: 5.5rem !important;
  align-items: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  overflow: visible !important;
}

.ar-site-header .nav-content > .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.ar-site-header .nav-wrapper {
  background: #000 !important;
  grid-template-columns: auto 1fr auto !important;
  width: 100%;
  height: 5.5rem !important;
  min-height: 5.5rem !important;
  max-height: 5.5rem !important;
  align-items: center !important;
  background-color: #000 !important;
}

.ar-site-header .nav-brand,
.ar-site-header .nav-brand.w--current {
  height: 5.5rem !important;
  padding-left: 0 !important;
  align-items: center !important;
  display: flex;
  line-height: 0 !important;
}

.ar-site-header .nav-menu-wrapper,
.ar-site-header .nav-menu,
.ar-site-header .nav-buttons,
.ar-site-header .nav-info-dropdown,
.ar-site-header .nav-info-dropdown-toggle {
  height: 100%;
  align-items: center !important;
}

.ar-site-header .nav-link {
  height: 5.5rem !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  align-items: center;
}

.ar-site-header .nav-info-dropdown-toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding: 0 !important;
}

.ar-nav-logo {
  width: 3.25rem;
  height: 3.25rem;
  object-fit: contain;
  display: block;
}

.nav-brand {
  align-items: center;
  display: flex;
}

.ar-property-img,
.ar-blog-img,
.ar-team-img {
  object-fit: cover;
}

.ar-property-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ar-agent-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  display: grid;
}

.ar-agent-card {
  background: #f7f4f2;
  border-radius: 8px;
  gap: 1.25rem;
  align-items: center;
  padding: 1.25rem;
  display: flex;
}

.ar-agent-photo {
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  object-fit: cover;
}

.ar-agent-links {
  gap: .2rem;
  margin-top: .75rem;
  display: grid;
}

.ar-agent-links a,
.ar-attachments a {
  color: #111;
  text-decoration: underline;
}

.ar-team-link {
  color: inherit;
  text-decoration: none;
}

.ar-team-link .about_team_img {
  transition: transform .25s ease;
}

.ar-team-link:hover .about_team_img,
.ar-team-link:focus-visible .about_team_img {
  transform: scale(1.02);
}

.ar-team-link:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.ar-attachments {
  margin-top: 1.5rem;
}

.ar-attachments ul {
  margin-bottom: 0;
}

.ar-unit-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 1.25rem;
  display: grid;
}

.ar-unit-gallery img {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  width: 100%;
  object-fit: cover;
}

.ar-feed-note {
  margin-top: 1rem;
}

.ar-hidden {
  display: none !important;
}

.section_cases_case .header.is-centered {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  padding: 2rem;
}

.section_cases_case .header.is-centered h2,
.section_cases_case .header.is-centered .text-style-badge,
.section_cases_case .header.is-centered .text-size-small {
  color: #000 !important;
  opacity: 1 !important;
}

.ar-properties-page,
.ar-property-detail-page {
  color: #111;
}

.ar-property-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}

.ar-property-card {
  background-color: #fff;
  border: 1px solid #d9d9d4;
  border-radius: 8px;
  min-width: 0;
  overflow: hidden;
}

.ar-property-card-link {
  color: inherit;
  height: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.ar-property-card-media {
  aspect-ratio: 16 / 10;
  background-color: #e9e9e5;
  overflow: hidden;
  position: relative;
}

.ar-property-card-media .ar-property-img {
  width: 100%;
  height: 100%;
  transition: transform .25s ease;
}

.ar-property-card-link:hover .ar-property-img {
  transform: scale(1.025);
}

.ar-property-status {
  z-index: 1;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding: .4rem .65rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.ar-property-status.is-static {
  width: fit-content;
  display: inline-flex;
  position: static;
}

.ar-property-card-content {
  flex: 1;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}

.ar-property-type {
  color: #5c5c58;
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ar-property-card-content h3 {
  color: #000;
  margin-bottom: .4rem;
}

.ar-property-card-content .text-style-muted60 {
  color: #555 !important;
  opacity: 1 !important;
}

.ar-property-card-facts {
  border-top: 1px solid #e2e2dd;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  display: grid;
}

.ar-property-card-facts span,
.ar-property-card-facts strong {
  display: block;
}

.ar-property-card-facts span {
  color: #686863;
  margin-bottom: .2rem;
  font-size: .75rem;
}

.ar-property-card-facts strong {
  color: #000;
  font-size: .9rem;
  line-height: 1.35;
}

.ar-property-units-note {
  color: #333;
  background-color: #f1f1ed;
  border-radius: 4px;
  margin-top: 1rem;
  padding: .6rem .75rem;
  font-size: .8rem;
}

.ar-property-card-action {
  color: #000;
  margin-top: auto;
  padding-top: 1.25rem;
  font-size: .85rem;
  font-weight: 600;
}

.ar-property-card-action:after {
  content: "\2192";
  margin-left: .4rem;
}

.ar-property-detail-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(20rem, .65fr);
  gap: 2rem;
  align-items: start;
  display: grid;
}

.ar-property-back {
  color: #000;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.ar-property-back:hover {
  text-decoration: underline;
}

.ar-property-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
  display: grid;
}

.ar-property-photo {
  aspect-ratio: 4 / 3;
  background-color: #e6e6e1;
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.ar-property-photo.is-primary {
  aspect-ratio: 16 / 10;
  grid-column: 1 / -1;
}

.ar-property-photo .ar-property-img {
  width: 100%;
  height: 100%;
}

.ar-property-summary {
  background-color: #fff;
  border: 1px solid #d9d9d4;
  border-radius: 8px;
  padding: 1.5rem;
}

.ar-property-summary h1,
.ar-property-summary h2,
.ar-property-summary p,
.ar-property-summary dd,
.ar-property-summary dt {
  color: #000;
}

.ar-property-summary .text-style-muted60 {
  color: #555 !important;
  opacity: 1 !important;
}

.ar-property-price {
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.15;
}

.ar-property-facts {
  border-top: 1px solid #e2e2dd;
  border-bottom: 1px solid #e2e2dd;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1.5rem 0;
  padding: 1.25rem 0;
  display: grid;
}

.ar-property-facts div,
.ar-property-unit-body dl div {
  min-width: 0;
}

.ar-property-facts dt,
.ar-property-unit-body dt {
  color: #666;
  margin-bottom: .25rem;
  font-size: .75rem;
}

.ar-property-facts dd,
.ar-property-unit-body dd {
  margin: 0;
  font-size: .9rem;
  font-weight: 600;
}

.ar-property-description {
  margin-bottom: 1.5rem;
}

.ar-property-description p {
  margin-top: .75rem;
  margin-bottom: 0;
  line-height: 1.65;
}

.ar-property-summary .button {
  justify-content: center;
  width: 100%;
}

.ar-property-units {
  margin-top: 4rem;
}

.ar-property-section-heading {
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.5rem;
  display: flex;
}

.ar-property-unit-list {
  gap: .75rem;
  display: grid;
}

.ar-property-unit {
  background-color: #fff;
  border: 1px solid #d9d9d4;
  border-radius: 8px;
  overflow: hidden;
}

.ar-property-unit summary {
  color: #000;
  cursor: pointer;
  grid-template-columns: minmax(0, 1fr) auto auto 1.5rem;
  gap: 1.5rem;
  align-items: center;
  padding: 1.1rem 1.25rem;
  display: grid;
  list-style: none;
}

.ar-property-unit summary::-webkit-details-marker {
  display: none;
}

.ar-property-unit summary:after {
  content: "+";
  text-align: center;
  font-size: 1.25rem;
  line-height: 1;
}

.ar-property-unit[open] summary:after {
  content: "\2212";
}

.ar-property-unit-body {
  border-top: 1px solid #e2e2dd;
  padding: 1.25rem;
}

.ar-property-unit-body dl {
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0 0 1rem;
  display: grid;
}

.ar-property-unit-body p {
  color: #333;
  margin: 0;
}

.ar-property-overview-section .padding-global.padding-section-medium {
  padding-bottom: 2rem;
}

.ar-property-units-section .padding-global.padding-section-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ar-property-agents-section {
  padding-bottom: 4rem;
}

.ar-agent-hero .home3_hero_img {
  object-position: center top;
}

.ar-agent-hero-copy {
  max-width: 34rem;
}

.ar-agent-meta {
  gap: .5rem;
  margin-top: 1.5rem;
  display: grid;
}

.ar-agent-properties-section {
  background-color: #fff;
}

.ar-empty-state {
  color: #333;
  background-color: #f7f4f2;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .ar-nav-logo {
    width: 2.75rem;
    height: 2.75rem;
  }
}

@media screen and (max-width: 991px) {
  .ar-site-header.navbar,
  .ar-site-header .nav-content,
  .ar-site-header .nav-wrapper {
    height: 5rem !important;
    min-height: 5rem !important;
    max-height: 5rem !important;
  }

  .ar-site-header .nav-brand,
  .ar-site-header .nav-brand.w--current,
  .ar-site-header .nav-link {
    height: 5rem !important;
  }

  .ar-site-header .nav-menu {
    background-color: #000 !important;
    margin-top: 5rem !important;
  }

  .ar-site-header .nav-link,
  .ar-site-header .nav-link.w--current {
    color: #fff !important;
  }

  .ar-property-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ar-property-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ar-property-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .ar-property-list {
    grid-template-columns: 1fr;
  }

  .ar-agent-grid,
  .ar-unit-gallery {
    grid-template-columns: 1fr;
  }

  .ar-property-grid,
  .ar-property-gallery,
  .ar-property-facts,
  .ar-property-unit-body dl {
    grid-template-columns: 1fr;
  }

  .ar-property-photo,
  .ar-property-photo.is-primary {
    grid-column: auto;
  }

  .ar-property-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .ar-property-unit summary {
    grid-template-columns: minmax(0, 1fr) 1.5rem;
    gap: .5rem 1rem;
  }

  .ar-property-unit summary strong {
    grid-column: 1;
    grid-row: 1;
  }

  .ar-property-unit summary span {
    grid-column: 1 / -1;
  }

  .ar-property-unit summary span:first-of-type {
    grid-row: 2;
  }

  .ar-property-unit summary span:nth-of-type(2) {
    grid-row: 3;
  }

  .ar-property-unit summary:after {
    grid-column: 2;
    grid-row: 1;
  }
}
.services1_hero_text.ar-services-video-link {
  align-items: center;
  flex-flow: row;
  justify-content: center;
  text-decoration: none;
}
