@-webkit-keyframes spin-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1); } }

@-moz-keyframes spin-cubeGridScaleDelay {
  0%, 70%, 100% {
    -moz-transform: scale3D(1, 1, 1); }
  35% {
    -moz-transform: scale3D(0, 0, 1); } }

@keyframes spin-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1); }
  35% {
    transform: scale3D(0, 0, 1); } }

.spin-outher {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.spin-container {
  height: 100%;
  width: 100%;
  display: table; }

.spin-inner {
  vertical-align: middle;
  height: 100%;
  display: table-cell; }

.spin-cube-grid {
  width: 100px;
  height: 100px;
  margin: 0 auto; }
  .spin-cube-grid .spin-cube {
    width: 33%;
    height: 33%;
    background-color: #fff;
    float: left;
    -webkit-animation: spin-cubeGridScaleDelay 1.3s infinite ease-in-out;
    -moz-animation: spin-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: spin-cubeGridScaleDelay 1.3s infinite ease-in-out; }
  .spin-cube-grid .spin-cube1 {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .spin-cube-grid .spin-cube2 {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .spin-cube-grid .spin-cube3 {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .spin-cube-grid .spin-cube4 {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .spin-cube-grid .spin-cube5 {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .spin-cube-grid .spin-cube6 {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .spin-cube-grid .spin-cube7 {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s; }
  .spin-cube-grid .spin-cube8 {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .spin-cube-grid .spin-cube9 {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s; }

/*# sourceMappingURL=main.349178c24b7fe5d243c5.1677014804403.bundle.map*/