/*#sharks-splash-screen {*/
/*  display: block;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  background-image: radial-gradient(circle farthest-corner at center, #303F9F 0%, #1A237E 100%);*/
/*  z-index: 99999;*/
/*  pointer-events: none;*/
/*}*/

/*#sharks-splash-screen .loader {*/
/*  position: absolute;*/
/*  top: calc(50% - 32px);*/
/*  left: calc(50% - 32px);*/
/*  width: 64px;*/
/*  height: 64px;*/
/*  border-radius: 50%;*/
/*  perspective: 800px;*/
/*}*/

/*#sharks-splash-screen .inner {*/
/*  position: absolute;*/
/*  box-sizing: border-box;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  border-radius: 50%;*/
/*}*/

/*#sharks-splash-screen .inner.one {*/
/*  left: 0;*/
/*  top: 0;*/
/*  animation: rotate-one 1s linear infinite;*/
/*  border-bottom: 3px solid #EFEFFA;*/
/*}*/

/*#sharks-splash-screen .inner.two {*/
/*  right: 0;*/
/*  top: 0;*/
/*  animation: rotate-two 1s linear infinite;*/
/*  border-right: 3px solid #EFEFFA;*/
/*}*/

/*#sharks-splash-screen .inner.three {*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  animation: rotate-three 1s linear infinite;*/
/*  border-top: 3px solid #EFEFFA;*/
/*}*/

/*@keyframes rotate-one {*/
/*  0% {*/
/*    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);*/
/*  }*/
/*  100% {*/
/*    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);*/
/*  }*/
/*}*/

/*@keyframes rotate-two {*/
/*  0% {*/
/*    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);*/
/*  }*/
/*  100% {*/
/*    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);*/
/*  }*/
/*}*/

/*@keyframes rotate-three {*/
/*  0% {*/
/*    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);*/
/*  }*/
/*  100% {*/
/*    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);*/
/*  }*/
/*}*/


#sharks-splash-screen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2D323D;
  z-index: 99999;
  pointer-events: none;
}

#sharks-splash-screen .center {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#sharks-splash-screen .logo {
  width: 256px;
  margin: 0 auto;
}

#sharks-splash-screen .logo img {
  filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.2))
}
