.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: 1rem
}

.p-4 {
    padding: 1.5rem
}

.p-5 {
    padding: 2rem
}

.p-6 {
    padding: 2.5rem
}

.pb-0 {
    padding-bottom: 0
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-3 {
    padding-bottom: 1rem
}

.pb-4 {
    padding-bottom: 1.5rem
}

.pb-5 {
    padding-bottom: 2rem
}

.pb-6 {
    padding-bottom: 2.5rem
}

.lqd-hotspot-content {
  min-width: 20em;
  background-color: #fff;
  box-shadow: 0 20px 75px -8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 0.35s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.lqd-hotspot-content:before {
  content: "";
  display: inline-block;
  position: absolute;
}
.lqd-hotspot-content p {
  font-size: 14px;
}

.lqd-hotspot-mark {
  width: 1.8em;
  height: 1.8em;
  background-color: #fff;
  font-size: 20px;
  color: #000;
  -webkit-text-stroke: 0.75px currentColor;
}
.lqd-hotspot-mark:before {
  content: "";
  display: inline-block;
  width: 135%;
  height: 135%;
  border-radius: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  background-color: inherit;
  opacity: 0.6;
  transform: translate(-50%, -50%) scale(0.65);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.lqd-hotspot-item {
  margin-top: -0.9em;
  margin-inline-start: -0.9em;
}
.lqd-hotspot-item:hover .lqd-hotspot-content {
  opacity: 1;
  visibility: visible;
}
.lqd-hotspot-item:hover .lqd-hotspot-mark:before {
  transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 991px) {
  .lqd-hotspot-content {
    position: fixed !important;
    width: 90vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 992px) {
  .lqd-hotspot-x .lqd-hotspot-content {
    top: 50%;
  }
  .lqd-hotspot-x .lqd-hotspot-content:before {
    width: 1em;
    top: 0;
    bottom: 0;
  }
  .lqd-hotspot-x:hover .lqd-hotspot-content {
    transform: translate(0, -50%);
  }
}
@media (min-width: 992px) {
  .lqd-hotspot-y .lqd-hotspot-content {
    left: 50%;
    transform: translate(-50%, 10%);
  }
  .lqd-hotspot-y .lqd-hotspot-content:before {
    height: 1em;
    right: 0;
    left: 0;
  }
  .lqd-hotspot-y:hover .lqd-hotspot-content {
    transform: translate(-50%, 0);
  }
}
@media (min-width: 992px) {
  .lqd-hotspot-b .lqd-hotspot-content {
    top: 100%;
    margin-top: 1em;
    transform: translate(-50%, 10%);
  }
  .lqd-hotspot-b .lqd-hotspot-content:before {
    top: -1em;
  }
}
@media (min-width: 992px) {
  .lqd-hotspot-l .lqd-hotspot-content {
    right: 100%;
    margin-inline-end: 1em;
    transform: translate(-10%, -50%);
  }
  .lqd-hotspot-l .lqd-hotspot-content:before {
    left: 100%;
  }
}
@media (min-width: 992px) {
  .lqd-hotspot-r .lqd-hotspot-content {
    left: 100%;
    margin-inline-start: 1em;
    transform: translate(10%, -50%);
  }
  .lqd-hotspot-r .lqd-hotspot-content:before {
    left: -1em;
  }
}
@media (min-width: 992px) {
  .lqd-hotspot-t .lqd-hotspot-content {
    bottom: 100%;
    margin-bottom: 1em;
    transform: translate(-50%, -10%);
  }
  .lqd-hotspot-t .lqd-hotspot-content:before {
    bottom: -1em;
  }
}