/* .cce-area:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
}
.cce-area.visible:before {
  display: none;
} */
.b-player:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
}
.b-player.visible:before {
  display: none;
}
.block-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.block-content h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  max-width: 460px;
}
.block-content h2 a {
  text-decoration: underline;
}
#pincode {
  width: 100%;
  font-size: 30px;
  margin-top: 10px;
  border: none;
  outline: none;
  background: none;
  border-bottom: 1px solid #000;
}