.acf-custom-mapfr-holder {
    position: relative;
    width: 100%;
    height: 100%;
}
.acf-custom-mapfr-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.acf-custom-mapfr-wrap {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.acf-custom-mapfr-wrap .lottie-player {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    pointer-events: none;
}

.acf-custom-mapfr-wrap .lottie-data-player {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    pointer-events: none;
}

.acf-custom-mapfr-wrap > svg.acf-custom-mapfr-svgmap *[data-hasaction] {
    cursor: pointer;
}

.acf-custom-mapfr-placement-wrap {
    position: relative;
    width: 100%;
    height: 100%; 
}

.acf-custom-mapfr-svgmap{
    position: relative;
}

.acf-custom-mapfr-imgtmplt {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.acfcustom-mapfr-popuptmp {
    display: none;
}

.acf-custom-mapfr-popup {
    position: absolute;
}

.acf-custom-mapfr-popup > div {
    position: relative;
}

.acf-custom-mapfr-popup > div:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.acf-custom-mapfr-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

.acf-custom-mapfr-overlay * {
    pointer-events: none;
}

.acf-custom-mapfr-overlay > div {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.acf-custom-mapfr-overlay > div::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.acf-custom-mapfr-staticholder{
    width:100%;height:100%;position:absolute;left:0;top:0;pointer-events:none; 
    visibility:visible;
}

.acf-custom-mapfr-staticholder.acf-custom-mapfr-static{
    visibility:visible;
}

.acf-custom-mapfr-staticholder *{
    pointer-events:none;
}

/*.lottie-data-player{
    will-change: transform;
}*/
/*.lottie-player{
    will-change: transform;
}*/
.hidden-map{
    visibility:hidden;
}

.acf-custom-mapfr-down{
    display:inline-block;
    position: absolute;
    left:50%;
    bottom:80px;
    transform: translate(-50%,0);
    width:40px;
    height:auto;
    cursor: pointer;
    z-index: 1;
}

.acf-custom-mapfr-down img{
    width:100%;
    height:auto;
}

/*.acf-custom-mapfr-placement{
    will-change: transform;
}*/

.acf-custom-mapfr-loading-anim{
  position: relative;
  display: inline-block;
  border: 1px solid #000000;
  padding: 4px;
  border-radius: 50%;
  background: #ffffff;
  transform: scale(0.5);
  transform: scale(0.5);
  margin-bottom: -33px;
  margin-top: -33px;
}

.acf-custom-mapfr-hand{
  display: none;
}

.acf-custom-mapfr-hand.acf-show{
  display: inline-block;
}
/* horoglass */

  .hourglassBackground {
    position: relative;
    background-color: #333;
    height: 130px;
    width: 130px;
    border-radius: 50%; 
    border:1px solid #000000;
  }
  .hourglassContainer {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 50px;
    height: 70px;
    animation: hourglassRotate 2s ease-in 0s infinite;
    transform-style: preserve-3d;
    perspective: 1000px;
  }
  .hourglassContainer div, .hourglassContainer div:before, .hourglassContainer div:after {
    transform-style: preserve-3d;
  }
  @keyframes hourglassRotate {
    0% {
      transform: rotateX(0deg);
    }
    50% {
      transform: rotateX(180deg);
    }
    100% {
      transform: rotateX(180deg);
    }
  }
  [class^="hourglassCap"] {
    position: absolute;
    left: 0;
    height: 5px;
    width: 50px;
    background-color: #fefefe;
  }
  [class^="hourglassCap"]:before, [class^="hourglassCap"]:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transform: rotateX(90deg);
    background-color: #fefefe;
  }
  .hourglassCapTop {
    top: 0;
  }
  .hourglassCapTop:before {
    top: -25px;
  }
  .hourglassCapTop:after {
    top: -20px;
  }
  .hourglassCapBottom {
    bottom: 0;
  }
  .hourglassCapBottom:before {
    bottom: -25px;
  }
  .hourglassCapBottom:after {
    bottom: -20px;
  }
  .hourglassGlassTop {
    transform: rotateX(90deg);
    position: absolute;
    top: -16px;
    left: 3px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    background-color: #999;
  }
  .hourglassGlass {
    perspective: 100px;
    position: absolute;
    top: 32px;
    left: 20px;
    width: 10px;
    height: 6px;
    background-color: #999;
    opacity: 0.5;
  }
  .hourglassGlass:before, .hourglassGlass:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #999;
    left: -17px;
    width: 44px;
    height: 28px;
  }
  .hourglassGlass:before {
    top: -27px;
    border-radius: 0 0 25px 25px;
  }
  .hourglassGlass:after {
    bottom: -27px;
    border-radius: 25px 25px 0 0;
  }
  .hourglassCurves:before, .hourglassCurves:after {
    content: "";
    display: block;
    position: absolute;
    top: 32px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
    animation: hideCurves 2s ease-in 0s infinite;
  }
  .hourglassCurves:before {
    left: 15px;
  }
  .hourglassCurves:after {
    left: 29px;
  }
  @keyframes hideCurves {
    0% {
      opacity: 1;
    }
    25% {
      opacity: 0;
    }
    30% {
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  .hourglassSandStream:before {
    content: "";
    display: block;
    position: absolute;
    left: 24px;
    width: 3px;
    background-color: white;
    animation: sandStream1 2s ease-in 0s infinite;
  }
  .hourglassSandStream:after {
    content: "";
    display: block;
    position: absolute;
    top: 36px;
    left: 19px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    animation: sandStream2 2s ease-in 0s infinite;
  }
  @keyframes sandStream1 {
    0% {
      height: 0;
      top: 35px;
    }
    50% {
      height: 0;
      top: 45px;
    }
    60% {
      height: 35px;
      top: 8px;
    }
    85% {
      height: 35px;
      top: 8px;
    }
    100% {
      height: 0;
      top: 8px;
    }
  }
  @keyframes sandStream2 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    51% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    91% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  .hourglassSand:before, .hourglassSand:after {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    background-color: white;
    perspective: 500px;
  }
  .hourglassSand:before {
    top: 8px;
    width: 39px;
    border-radius: 3px 3px 30px 30px;
    animation: sandFillup 2s ease-in 0s infinite;
  }
  .hourglassSand:after {
    border-radius: 30px 30px 3px 3px;
    animation: sandDeplete 2s ease-in 0s infinite;
  }
  @keyframes sandFillup {
    0% {
      opacity: 0;
      height: 0;
    }
    60% {
      opacity: 1;
      height: 0;
    }
    100% {
      opacity: 1;
      height: 17px;
    }
  }
  @keyframes sandDeplete {
    0% {
      opacity: 0;
      top: 45px;
      height: 17px;
      width: 38px;
      left: 6px;
    }
    1% {
      opacity: 1;
      top: 45px;
      height: 17px;
      width: 38px;
      left: 6px;
    }
    24% {
      opacity: 1;
      top: 45px;
      height: 17px;
      width: 38px;
      left: 6px;
    }
    25% {
      opacity: 1;
      top: 41px;
      height: 17px;
      width: 38px;
      left: 6px;
    }
    50% {
      opacity: 1;
      top: 41px;
      height: 17px;
      width: 38px;
      left: 6px;
    }
    90% {
      opacity: 1;
      top: 41px;
      height: 0;
      width: 10px;
      left: 20px;
    }
  }
  
  

/* end of horoglass */
