#p_prldr{
  position: fixed;
  left: 0;
  top: 0;
  right:0;
  bottom:0;
  background: #0067fd;
  z-index: 999999;
}

* {
  margin:0;
  padding:0;
}

.contpre small{
  font-size:25px;
}

.contpre{
  width: 20%; 
  margin:5em auto !important;
  color:#232323;
  font-size:40px;
  letter-spacing:-2px;
  text-align:center;
  line-height:35px;
}

.squere {
  width: 20px;
  height: 20px;
  background: #ffffff;
  position: fixed;
  transition: .4s ease-out;
  z-index: 999;
  pointer-events: none;
  transform-origin: center;
}

.squere_active {
  width: 120px;
  height: 120px;
  background: #111d35;
  transition: .5s transform all;
  transform-origin: center;
}

#squere_cont {
  width: 120px;
  height: 120px;
  position: fixed;
  transition: .4s ease-out;
  z-index: 999;
  pointer-events: none;
  transform-origin: center;
  opacity: 0;
}


.click {
  animation-name: moven; 
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  width: 50px;
  height: 50px;
  border: 2px solid #232323;
  background: none;
}

@keyframes moven {
  0% {transform: scale(1);}
  30% {transform: scale(0.5);background: #232323;}
  60% {transform: scale(1);}
  100% {transform: scale(1);background: none;}
}

.click img {
  display: none !important;
}

.squere_active2 {
  width: 50px;
  height: 50px;
  background: none !important;
  border: 2px solid #232323;
  transition: .5s transform all;
  transform-origin: center;
}

.squere_active2 img {
  display: none !important;
}
.squere_active img{
  opacity:1 !important;
  animation-duration: 2s;  
  animation-timing-function: ease;  
}

#squere_cont {
  width: 150px;
  height: 150px;
}

.squere img{  
  opacity:0; 
  width:100%;
  margin-top:25%;
  display: block;
}

#blackout {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(64, 129, 255, .7);
  opacity: 1;
  z-index: 999;
}

#message {
  width: 20%;
  height:16vw;
  z-index: 1000;
  position: fixed;
  left:37%;
  top:10vw;
  background: white;
  font-size: 1.8vw;
  font-family: sans-serif;
  font-weight: bold;
  padding: 2vw;
  color:#232323;
  padding-top:4vw; 
  border:1px;
}

#message img {
  top:10px;
  right: 10px;
  width: 2vw;
  position: absolute;
  cursor: pointer;
}

#message a {
  text-decoration: none;
}


#message img:hover {
  opacity: .5;
}

#button_change {
  width: 100%;
  height: 4vw;
  background: #0067fd;
  border-radius: 55px;
  font-size: 1.5vw;
  color:white;
  text-align: center;
  margin: 0 auto;
  position: relative;
  line-height: 4vw;
  cursor: pointer;
  margin-top:2vw;
  transition: .5s;
}

#button_change:hover {
  background: #82abfa;
  transition: .5s;
}

#no_thank {
  font-size: 1.5vw;
  margin-top:1vw;
  font-weight: normal;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}


@media (max-width: 1024px) {
  #blackout {
    display: block;
  }
}