.image-map, .mobile-slider {
  font-family: "nudista-web", sans-serif;
  position: relative;
}
.image-map .item, .mobile-slider .item {
  position: absolute;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 100;
  text-align: left;
}
.image-map .item .link, .mobile-slider .item .link {
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
.image-map .item .link:hover, .mobile-slider .item .link:hover {
  color: #BC8D24;
}
.image-map .item:has(.active), .mobile-slider .item:has(.active) {
  z-index: 200;
}
.image-map .item .toggle, .mobile-slider .item .toggle {
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
  font: 500 28px "Inter Tight";
  gap: 10px;
  cursor: pointer;
}
.image-map .item .toggle .number, .mobile-slider .item .toggle .number {
  width: 47px;
  height: 47px;
  color: #fff;
  background: #244442;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 430px) {
  .image-map .item .toggle .number, .mobile-slider .item .toggle .number {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
.image-map .item .toggle .number:hover, .mobile-slider .item .toggle .number:hover {
  background: #BC8D24;
}
@media (max-width: 430px) {
  .image-map .item .toggle, .mobile-slider .item .toggle {
    font-size: 14px;
  }
}
.image-map .item img, .mobile-slider .item img {
  cursor: pointer;
}
.image-map .map, .mobile-slider .map {
  width: 100%;
}
.image-map .details, .mobile-slider .details {
  color: #244442;
  margin-top: -70px;
  background: #ffffff;
  border-radius: 15px;
  max-width: 628px;
  transition: 0.3s ease-in-out;
  width: 290px;
  overflow: hidden;
  position: relative;
  z-index: 100;
  display: none;
  opacity: 0;
  padding: 20px;
}
.image-map .details .company-logo, .mobile-slider .details .company-logo {
  width: 160px;
  height: 60px;
  object-fit: contain;
  object-position: left;
}
.image-map .details .title, .mobile-slider .details .title {
  font-size: 20px;
  font-weight: bold;
}
.image-map .details .border, .mobile-slider .details .border {
  margin-left: 30px;
}
.image-map .details .description, .mobile-slider .details .description {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  font-family: Inter;
  line-height: 24px;
}
.image-map .details a, .mobile-slider .details a {
  display: inline-flex;
  color: #244442;
  gap: 10px;
  font-size: 16px;
  margin-top: 40px;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.image-map .details a.min-w-290, .image-map .details a.min-w-300, .mobile-slider .details a.min-w-290, .mobile-slider .details a.min-w-300 {
  gap: 0;
  justify-content: space-between;
}
.image-map .details.active, .mobile-slider .details.active {
  opacity: 1;
}

.elementor-28 .elementor-element.elementor-element-4cf44d7 > .elementor-widget-container {
  box-shadow: none;
}

.min-w-290 {
  min-width: 290px;
}

.min-w-300 {
  min-width: 300px;
}

.mt-10 {
  margin-top: 10px !important;
}

@media (max-width: 430px) {
  .image-map .item .details {
    display: none !important;
  }
}

.mobile-slider {
  display: none;
  position: unset;
  margin-top: 100px;
}
@media (max-width: 430px) {
  .mobile-slider {
    display: block;
  }
}
.mobile-slider .item {
  position: unset;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  margin-inline: 20px;
}
.mobile-slider .item .details {
  display: block;
  opacity: 1;
  position: initial;
  max-width: none;
  width: 100%;
}

/*# sourceMappingURL=image-map.css.map */
