@charset "UTF-8";
.premium-image-hotspots-container .premium-image-hotspots-img-wrap {
  position: relative;
}
.premium-image-hotspots-container .premium-image-hotspots-img-wrap img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.premium-image-hotspots-main-icons-tooltips-wrapper {
  top: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.premium-image-hotspots-main-icons {
  cursor: pointer;
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.premium-image-hotspots-main-icons[class*="premium-radar-circle"]::before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.premium-image-hotspots-main-icons .premium-image-hotspots-icon {
  cursor: pointer;
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  border-color: #000;
}
.premium-image-hotspots-main-icons > svg {
  cursor: pointer;
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  border-color: #000;
}
.premium-image-hotspots-main-icons .premium-image-hotspots-image-icon {
  display: block;
  width: 40px;
}
.premium-image-hotspots-main-icons .premium-lottie-animation {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.premium-image-hotspots-main-icons .premium-lottie-animation svg {
  width: 80px !important;
}
.premium-image-hotspots-main-icons .premium-image-hotspots-text {
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0 10px 0 10px;
  border-color: #000;
}
.premium-image-hotspots-tooltips-wrapper {
  display: none;
  position: absolute;
  z-index: 9999;
}
.tooltipster-sidetip {
  z-index: 9999;
}
.tooltipster-box {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tooltipster-box div.premium-image-hotspots-tooltips-text {
  border-color: #000;
  overflow: hidden;
}
.tooltipster-sidetip .tooltipster-box {
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.18);
}
.tooltipster-sidetip div.premium-image-hotspots-tooltips-text {
  padding: 0 10px;
}
.tooltipster-box .premium-image-hotspots-tooltips-text p {
  margin: 0;
}
.premium-image-hotspots-main-icons.premium-image-hotspots-anim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: none;
  -webkit-animation: pa-hotspot-pulse 2s infinite;
  animation: pa-hotspot-pulse 2s infinite;
}
.premium-tooltipster-base {
  width: auto !important;
  height: auto !important;
}
.premium-tooltipster-base.tooltipster-top .tooltipster-arrow-background {
  border-top-color: rgba(12, 12, 12, 0.5);
}
.premium-tooltipster-base.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: rgba(12, 12, 12, 0.5);
}
.premium-tooltipster-base.tooltipster-right .tooltipster-arrow-background {
  border-right-color: rgba(12, 12, 12, 0.5);
}
.premium-tooltipster-base.tooltipster-left .tooltipster-arrow-background {
  border-left-color: rgba(12, 12, 12, 0.5);
}
.tooltipster-box .premium-image-hotspots-tooltips-text {
  color: #fff;
}
@-webkit-keyframes pa-hotspot-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pa-hotspot-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.premium-loading-feed {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.premium-loading-feed.premium-show-loading {
  display: block;
  background: #fff;
  text-align: center;
  z-index: 10;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tooltipster-sidetip .tooltipster-content {
  background: 0 0;
  text-align: center;
  padding: 0;
}
.premium-tooltipster-base .tooltipster-content {
  padding: 0.3em 0.6em;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.premium-tooltipster-base .tooltipster-box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.premium-btn-block,
.premium-btn-lg,
.premium-btn-md,
.premium-btn-sm {
  background-color: #eee;
  color: #042551;
  margin: 0;
  text-decoration: none;
}
.premium-btn-block:hover,
.premium-btn-lg:hover,
.premium-btn-md:hover,
.premium-btn-sm:hover {
  background-color: #54595f;
  color: #eee;
}
.premium-btn-sm {
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1;
}
.premium-btn-md {
  padding: 14px 26px;
  font-size: 16px;
  line-height: 1.2;
}
.premium-btn-lg {
  padding: 16px 28px;
  font-size: 18px;
  line-height: 1.3333;
}
.premium-btn-block {
  font-size: 18px;
  line-height: 1;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
