html,
body {
  overscroll-behavior-y: contain !important;
}

.logo_2413 {
  position: absolute;
  top: -20px;
  right: 0;
  width: 200px;

  transform: scale(1.2);
  opacity: 0;
}

#dragEl_2413 {
  position: absolute !important;
  width: 200px !important;
  height: 200px !important;
  overflow: hidden;
  background-image: url(empty.png) !important;
}

.slider_2413 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.slide_2413, .slide2_2413 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}

.slide2_2413 {
  opacity: 0;
}

#closeBtn_2413 {
  position: absolute !important;
  width: 24px !important;
  height: 24px !important;
  top: -5px !important;
  right: -5px !important;
  background-image: url(closeBtn.png) !important;
  cursor: pointer !important;
}

#canvas_2413 {
  position: absolute !important;
  width: 200px !important;
  height: 200px !important;
}

#ball_2413 {
  /* width: 200px !important; */
  /* height: 440px !important; */
  /* background-image: url(ball.png) !important; */
}

#ball_2413 img {
  width: 350px;
  height: auto;
  display: block;
}

#cta_cont_2413 {
  height: 200px !important;
  width: 200px !important;
}

#cta_2413 {
  height: 100% !important;
  width: 100% !important;
}

#shadow_2413 {
  position: absolute !important;
  /* width: 636px !important; */
  /* height: 633px !important; */
  background-image: url(shadow.png) !important;
}

#cta_2413 {
  position: absolute !important;
  bottom: -80px;
  width: 530px !important;
  height: 120px !important;
  background-color: #9db700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  /* height: 633px !important; */
  /* background-image: url(cta.png) !important; */
}

.sl-cta_2413 {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 37.5px);
  width: 75px;
}

#cta_2413 p {
  margin: 0;
  font-size: 70px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

#ball_cont_2413 {
  bottom: 70px;
  right: -5px;
}

#ad_2413 {
  width: 200px !important;
  height: 200px !important;
  /* overflow-x: hidden; */
  position: fixed !important;
  /*margin: 0 auto 40px !important;*/
  border: 0px solid #ccc !important;
  -webkit-perspective: 1000px !important;
  -moz-perspective: 1000px !important;
  -o-perspective: 1000px !important;
  perspective: 1000px !important;
  z-index: 9999999 !important;
  /*    right: 5% !important;
    bottom: 2% !important;*/
  cursor: grab !important;

  /*  top: 0px !important;
    left: 0px !important;*/
  right: 25px;
  bottom: 25px;
  /*overflow: hidden !important;*/
  /*text-overflow: clip !important;*/
  border-radius: 5px !important;
}

.rct {
  width: 200px !important;
  height: 200px !important;
  position: absolute !important;
}

.noDisplay {
  display: none !important;
}

.noEvents {
  pointer-events: none !important;
}