/*# sourceMappingURL=https://demo.webbureau.nu/nexusco2025/Templates/Blocks/Map/Css/main.scss.map*/.cw1 {
  --cw:1;
}
.cw2 {
  --cw:2;
}
.cw3 {
  --cw:3;
}
.cw4 {
  --cw:4;
}
.cw5 {
  --cw:5;
}
.cw6 {
  --cw:6;
}
.cw7 {
  --cw:7;
}
.cw8 {
  --cw:8;
}
.cw9 {
  --cw:9;
}
.cw10 {
  --cw:10;
}
.cw11 {
  --cw:11;
}
.cw12 {
  --cw:12;
}
.map {
  height: 80vh;
  width: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  --xy: 33px;
  background-size: 489px 531px;
  background-position: 7px 5px;
}
@media (max-width: 992px) {
  .map {
    zoom: 0.8;
  }
}
@media (max-width: 692px) {
  .map {
    zoom: 0.5;
  }
}
.map .map__location.highlighted i, .map .map__location:hover i {
  color: var(--primary);
}
.map .map__location.highlighted .map__location_title, .map .map__location:hover .map__location_title {
  width: 120px;
  border: 4px solid var(--bg-color);
}
.map .map__location_title {
  --custom-color: var(--primary);
  --custom-font-weight: 700;
  position: absolute;
  background: #fff;
  --font-size: 12px;
  border-radius: var(--border-radius);
  left: calc(100% + 15px);
  border: 0px solid var(--bg-color);
  text-align: center;
  width: 0px;
  transition: width 0.3s;
  overflow: hidden;
  z-index: 99;
  white-space: nowrap;
}
.map .map__location {
  color: var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #fff;
  border-radius: 50px;
  width: var(--xy);
  height: var(--xy);
  border: 5px solid var(--bg-color);
}
