.hero {
  background-image: url("/assets/building-new.png") !important;
  background-position: center center !important;
}

.building-floor-map {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  line-height: 0;
}

.building-floor-map__image {
  display: block;
  width: 100%;
  height: auto;
}

.building-floor-map__overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.building-floor-shape {
  cursor: pointer;
  outline: none;
}

.building-floor-shape path {
  fill: #8bd131;
  fill-opacity: 0;
  stroke: #89d723;
  stroke-width: 2;
  stroke-opacity: 0;
  vector-effect: non-scaling-stroke;
  transition: fill-opacity .2s ease, stroke-opacity .2s ease;
}

.building-floor-shape:hover path,
.building-floor-shape:focus path,
.building-floor-shape.is-active path {
  fill-opacity: .42;
  stroke-opacity: 1;
}

.building-floor-tooltip {
  position: absolute;
  z-index: 5;
  width: max-content;
  max-width: min(270px, calc(100% - 24px));
  padding: 12px 14px;
  background: #000;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, calc(-100% - 7px));
  pointer-events: none;
  transition: opacity .18s ease, visibility .18s ease;
}

.building-floor-tooltip::after {
  position: absolute;
  top: 100%;
  left: 50%;
  border: 7px solid transparent;
  border-top-color: #000;
  content: "";
  transform: translateX(-50%);
}

.building-floor-tooltip strong {
  font-size: 18px;
}

.building-floor-tooltip b {
  color: #8bd131;
}

.building-floor-tooltip span {
  color: #9e9e9e;
}

.building-floor-tooltip.is-visible {
  opacity: 1;
  visibility: visible;
}

.building-map-plugin-decoy {
  position: fixed !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#brxe-jcotvt {
  padding: 0;
  overflow: hidden;
}

#brxe-jcotvt .brxe-shortcode,
#brxe-jcotvt .brxe-shortcode > div {
  width: 100%;
}

@media (max-width: 767px) {
  .hero {
    background-position: 58% center !important;
  }

  .building-floor-tooltip {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .building-floor-shape path,
  .building-floor-tooltip {
    transition: none;
  }
}
