<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	display:none;
}

#jpreSlide{
    font-size:22px;
    font-weight:bold;
    color:#ccc;
    text-align:center;
    width:50%;
    height:30%;
        
}
#jpreLoader{
    width: 350px;
    height: 8px;
    border:1px solid white;
}
#jpreBar {
    background-size:30px 30px;
    -moz-background-size:30px 30px;
    -webkit-background-size:30px 30px;
    -o-background-size:30px 30px;
    background-color:white;
}
#jprePercentage {
    color:#ccc;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight:bold;
    text-align:center;
    text-shadow:1px 1px 1px #333;
    top:-100%;
}

#jpreButton{
    padding:3px 10px;
    cursor:pointer;
    font-weight:bold;
    line-height:1.5;
    text-align:center;
    width:100px;
    margin:0 auto;
    color:#fff;
    text-shadow:-1px -1px 0 #01293F;
    border:1px solid #2EACEA;
    display: none!important;
}

@-webkit-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-moz-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-ms-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-o-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}</pre></body></html>