.digr_spot_wrapper {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.digr_ihp_image_hotspot_item .digr_marker {
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.digr_ihp_spot_content_wrapper {
  position: relative;
  z-index: 99;
  width: 100%;
}

.digr_ihp_image_hotspot_item .digr_spot_wrapper img.digr_ihp_spot_img {
  width: 32px;
}

.digr_ihp_spot_icon.et-pb-icon {
  font-size: 32px;
}

.digr_ihp_spot_title {
  padding: 0;
}

.digr_tooltip_wrapper {
  display: none;
}

.digr_ihp_tooltip_img {
  width: 100%;
}

.digr_ihp_tooltip_text {
  position: relative;
  display: inline-block;
  width: 100%;
}





.digr_spot_wrapper,
.digr_ihp_spot_content_wrapper,
.digr_ihp_spot_img,
.digr_ihp_spot_icon,
.digr_ihp_tooltip_content_wrapper img {
  border-style: solid;
}

.digr_ihp_hotspot_container {
  position: relative;
}

.digr_ihp_hotspot_container img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.digr_ihp_hotspot_container .digr_ihp_image_hotspot_item {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  margin: 0;
  padding: 0;
  z-index: 9;
  overflow: visible !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}


.digr_ihp_hotspot_container .pulsating:before {
  -webkit-animation: pulse-aninmation 2s ease-in-out infinite !important;
  animation: pulse-aninmation 2s ease-in-out infinite !important;
}

.digr_ihp_hotspot_container .pulsating:before,
.digr_ihp_hotspot_container .pulsating_2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-radius: inherit;
  border: inherit;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  content: "";
  overflow: visible;

}

.digr_ihp_hotspot_container .pulsating_2:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: animate 3s ease infinite !important;
  animation: animate 3s ease infinite !important;
}

.digr_ihp_hotspot_container .pulsating_2:after {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.digr_ihp_hotspot_container .pulse {
  /* position: absolute; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.digr_ihp_hotspot_container .pulse:after,
.digr_ihp_hotspot_container .pulse:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  border: 4px solid !important;
  border-radius: inherit !important;
  border-color: inherit !important;
  -webkit-animation: digr_animate 1.8s linear infinite !important;
  animation: digr_animate 1.8s linear infinite !important;
}

.digr_ihp_hotspot_container .pulse:after {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.digr_ihp_hotspot_container .pulse,
.digr_ihp_hotspot_container .pulse_2 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.digr_ihp_hotspot_container .pulse_2 {
  /* position: absolute; */
  border-radius: inherit;
  --box-shadow-color: #333;
  color: var(--box-shadow-color);
  -webkit-box-shadow: 0 0 0 15px;
  box-shadow: 0 0 0 15px;
  -webkit-animation: pulsekm 3s infinite cubic-bezier(0.4, 0, 1, 1) both !important;
  animation: pulsekm 3s infinite cubic-bezier(0.4, 0, 1, 1) both !important;
}

.digr_ihp_hotspot_container .web_pulse_1 {
  /* position: absolute; */
  /* color: #fff; */
  border-radius: inherit;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: ownpulse 3s linear infinite;
  animation: ownpulse 3s linear infinite;
}

/* ======================= tippy.css ====================  */


.tippy-box[data-animation="scale"][data-placement^="top"] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.tippy-box[data-animation="scale"][data-placement^="bottom"] {
  -webkit-transform-origin: top;
  transform-origin: top;
}

.tippy-box[data-animation="scale"][data-placement^="left"] {
  -webkit-transform-origin: right;
  transform-origin: right;
}

.tippy-box[data-animation="scale"][data-placement^="right"] {
  -webkit-transform-origin: left;
  transform-origin: left;
}

.tippy-box[data-animation="scale"][data-state="hidden"] {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.tippy-box[data-animation="shift-away"][data-state="hidden"] {
  opacity: 0;
}

.tippy-box[data-animation="shift-away"][data-state="hidden"][data-placement^="top"] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-box[data-animation="shift-away"][data-state="hidden"][data-placement^="bottom"] {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-box[data-animation="shift-away"][data-state="hidden"][data-placement^="left"] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-box[data-animation="shift-away"][data-state="hidden"][data-placement^="right"] {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-box[data-animation="shift-toward"][data-state="hidden"] {
  opacity: 0;
}

.tippy-box[data-animation="shift-toward"][data-state="hidden"][data-placement^="top"] {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.tippy-box[data-animation="shift-toward"][data-state="hidden"][data-placement^="bottom"] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.tippy-box[data-animation="shift-toward"][data-state="hidden"][data-placement^="left"] {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.tippy-box[data-animation="shift-toward"][data-state="hidden"][data-placement^="right"] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.tippy-box[data-animation="perspective"][data-placement^="top"] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.tippy-box[data-animation="perspective"][data-placement^="top"][data-state="visible"] {
  -webkit-transform: perspective(700px);
  transform: perspective(700px);
}

.tippy-box[data-animation="perspective"][data-placement^="top"][data-state="hidden"] {
  -webkit-transform: perspective(700px) translateY(8px) rotateX(60deg);
  transform: perspective(700px) translateY(8px) rotateX(60deg);
}

.tippy-box[data-animation="perspective"][data-placement^="bottom"] {
  -webkit-transform-origin: top;
  transform-origin: top;
}

.tippy-box[data-animation="perspective"][data-placement^="bottom"][data-state="visible"] {
  -webkit-transform: perspective(700px);
  transform: perspective(700px);
}

.tippy-box[data-animation="perspective"][data-placement^="bottom"][data-state="hidden"] {
  -webkit-transform: perspective(700px) translateY(-8px) rotateX(-60deg);
  transform: perspective(700px) translateY(-8px) rotateX(-60deg);
}

.tippy-box[data-animation="perspective"][data-placement^="left"] {
  -webkit-transform-origin: right;
  transform-origin: right;
}

.tippy-box[data-animation="perspective"][data-placement^="left"][data-state="visible"] {
  -webkit-transform: perspective(700px);
  transform: perspective(700px);
}

.tippy-box[data-animation="perspective"][data-placement^="left"][data-state="hidden"] {
  -webkit-transform: perspective(700px) translateX(8px) rotateY(-60deg);
  transform: perspective(700px) translateX(8px) rotateY(-60deg);
}

.tippy-box[data-animation="perspective"][data-placement^="right"] {
  -webkit-transform-origin: left;
  transform-origin: left;
}

.tippy-box[data-animation="perspective"][data-placement^="right"][data-state="visible"] {
  -webkit-transform: perspective(700px);
  transform: perspective(700px);
}

.tippy-box[data-animation="perspective"][data-placement^="right"][data-state="hidden"] {
  -webkit-transform: perspective(700px) translateX(-8px) rotateY(60deg);
  transform: perspective(700px) translateX(-8px) rotateY(60deg);
}

.tippy-box[data-animation="perspective"][data-state="hidden"] {
  opacity: 0;
}

.tippy-box[data-animation="rotate"][data-state="hidden"] {
  opacity: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


.tippy-box[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}

.tippy-box {
  position: relative;
  background-color: #33333300;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^="top"]>.tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^="top"]>.tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^="bottom"]>.tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^="bottom"]>.tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^="left"]>.tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^="left"]>.tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^="right"]>.tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^="right"]>.tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state="visible"] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
  border-style: solid;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  overflow: hidden !important;
}

/* ================================================================================= */

@keyframes pulse-aninmation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;

  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;

  }
}

@-webkit-keyframes pulse-aninmation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;

  }

  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;

  }
}

@keyframes animate {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
}

@keyframes digr_animate {
  0% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  to {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

@-webkit-keyframes digr_animate {
  0% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  to {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}

@-webkit-keyframes pulsekm {
  0% {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }

  70% {
    -webkit-box-shadow: 0 0 0 30px;
    box-shadow: 0 0 0 30px;
    opacity: 0.6;
  }

  to {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    opacity: 0.8;
  }
}

@keyframes pulsekm {
  0% {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }

  70% {
    -webkit-box-shadow: 0 0 0 30px;
    box-shadow: 0 0 0 30px;
    opacity: 0.6;
  }

  to {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    opacity: 0.8;
  }
}

@-webkit-keyframes ownpulse {
  0% {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }

  50% {
    -webkit-box-shadow: 0 0 0 20px rgba(92, 112, 214, 0);
    box-shadow: 0 0 0 20px rgba(92, 112, 214, 0);
  }
}

@keyframes ownpulse {
  0% {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
  }

  50% {
    -webkit-box-shadow: 0 0 0 20px rgba(92, 112, 214, 0);
    box-shadow: 0 0 0 20px rgba(92, 112, 214, 0);
  }
}
