﻿/*#4cff00*/
.Spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.Spinner.BrokeRing:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #000000;
  border-color: #000000 transparent #000000 transparent;
  animation: Spinner 1.2s linear infinite;
}
.Spinner.Blocks div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #000000;
  animation: Spinner_Blocks 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.Spinner.Blocks div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.Spinner.Blocks div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.Spinner.Blocks div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
.Spinner.Ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #000000;
  border-radius: 50%;
  animation: Spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000000 transparent transparent transparent;
}
.Spinner.Ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.Spinner.Ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.Spinner.Ring div:nth-child(3) {
  animation-delay: -0.15s;
}
.Spinner.Roller div {
  animation: Spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.Spinner.Roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: #000000;
  margin: -4px 0 0 -4px;
}
.Spinner.Roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.Spinner.Roller div:nth-child(1):after {
  top: 63px;
  /* 63px */
  left: 63px;
  /* 63px */
}
.Spinner.Roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.Spinner.Roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.Spinner.Roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.Spinner.Roller div:nth-child(3):after {
  top: 71px;
  /* 71px */
  left: 48px;
}
.Spinner.Roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.Spinner.Roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.Spinner.Roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.Spinner.Roller div:nth-child(5):after {
  top: 71px;
  /* 71px */
  left: 32px;
}
.Spinner.Roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.Spinner.Roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.Spinner.Roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.Spinner.Roller div:nth-child(7):after {
  top: 63px;
  /* 63px */
  left: 17px;
  /* 17px */
}
.Spinner.Roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.Spinner.Roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
.Spinner.StaticPoints div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000000;
  border-radius: 50%;
  animation: Spinner_StaticPoints 1.2s linear infinite;
}
.Spinner.StaticPoints div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  /* 37px */
  left: 66px;
  /* 66px */
}
.Spinner.StaticPoints div:nth-child(2) {
  animation-delay: -0.1s;
  top: 21.5px;
  /* 22px */
  left: 62.114px;
  /* 62px */
}
.Spinner.StaticPoints div:nth-child(3) {
  animation-delay: -0.2s;
  top: 10.958px;
  /* 11px */
  left: 52.5px;
  /* 52px */
}
.Spinner.StaticPoints div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  /* 7px */
  left: 37px;
  /* 37px */
}
.Spinner.StaticPoints div:nth-child(5) {
  animation-delay: -0.4s;
  top: 10.958px;
  /* 11px */
  left: 21.5px;
  /* 22px */
}
.Spinner.StaticPoints div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22.5px;
  /* 22px */
  left: 10.958px;
  /* 11px */
}
.Spinner.StaticPoints div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  /* 37px */
  left: 7px;
  /* 7px */
}
.Spinner.StaticPoints div:nth-child(8) {
  animation-delay: -0.7s;
  top: 51.5px;
  /* 52px */
  left: 10.958px;
  /* 11px */
}
.Spinner.StaticPoints div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62.114px;
  /* 62px */
  left: 21.5px;
  /* 22px */
}
.Spinner.StaticPoints div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  /* 66px */
  left: 37px;
  /* 37px */
}
.Spinner.StaticPoints div:nth-child(11) {
  animation-delay: -1s;
  top: 62.114px;
  /* 62px */
  left: 52.5px;
  /* 52px */
}
.Spinner.StaticPoints div:nth-child(12) {
  animation-delay: -1.1s;
  top: 51.5px;
  /* 52px */
  left: 62.114px;
  /* 62px */
}
.Spinner.SpheresLineal div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #000000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.Spinner.SpheresLineal div:nth-child(1) {
  left: 8px;
  animation: Spinner_SpheresLineal01 0.6s infinite;
}
.Spinner.SpheresLineal div:nth-child(2) {
  left: 8px;
  animation: Spinner_SpheresLineal02 0.6s infinite;
}
.Spinner.SpheresLineal div:nth-child(3) {
  left: 32px;
  animation: Spinner_SpheresLineal02 0.6s infinite;
}
.Spinner.SpheresLineal div:nth-child(4) {
  left: 56px;
  animation: Spinner_SpheresLineal03 0.6s infinite;
}
.Spinner.SpheresCube div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #000000;
  animation: Spinner_SpheresCube 1.2s linear infinite;
}
.Spinner.SpheresCube div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.Spinner.SpheresCube div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.Spinner.SpheresCube div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.Spinner.SpheresCube div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.Spinner.SpheresCube div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.Spinner.SpheresCube div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.Spinner.SpheresCube div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.Spinner.SpheresCube div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.Spinner.SpheresCube div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
.Spinner.Pond div {
  position: absolute;
  border: 4px solid #000000;
  opacity: 1;
  border-radius: 50%;
  animation: Spinner_Pond 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.Spinner.Pond div:nth-child(2) {
  animation-delay: -0.5s;
}
.Spinner.CentricBars div {
  transform-origin: 40px 40px;
  animation: Spinner_CentricBars 1.2s linear infinite;
}
.Spinner.CentricBars div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #000000;
}
.Spinner.CentricBars div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.Spinner.CentricBars div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.Spinner.CentricBars div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.Spinner.CentricBars div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.Spinner.CentricBars div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.Spinner.CentricBars div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.Spinner.CentricBars div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.Spinner.CentricBars div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.Spinner.CentricBars div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.Spinner.CentricBars div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.Spinner.CentricBars div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.Spinner.CentricBars div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes Spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes Spinner_Blocks {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
@keyframes Spinner_StaticPoints {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
@keyframes Spinner_SpheresLineal01 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes Spinner_SpheresLineal02 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes Spinner_SpheresLineal03 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes Spinner_SpheresCube {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes Spinner_Pond {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
@keyframes Spinner_CentricBars {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
