.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
  height: 160px;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #ecf0f1;
}
.content__container {
  font-weight: 600;
  overflow: hidden;
  height: 40px;
  padding: 0 40px;
}
.content__container:before {
  content: "[";
  left: 0;
}
.content__container:after {
  content: "]";
  position: absolute;
  right: 0;
}
.content__container:after, .content__container:before {
  position: absolute;
  top: 0;
  color: #16a085;
  font-size: 42px;
  line-height: 40px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.content__container__text {
  display: inline;
  float: left;
  margin: 0;
}
.content__container__list {
  margin-top: 0;
  padding-left: 110px;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.content__container__list__item {
  line-height: 40px;
  margin: 0;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@-o-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@-moz-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
.Menu-list {
  font-size: 18px;
  line-height: 1.2;
  float: right;
  text-align: end;
  display: flex;
  flex-direction: column;
  align-items: end;
  transform: rotateX(0deg) rotateY(20deg);
}

.Menu-list-item {
  margin-top: 15px;
  position: relative;
  float: right;
  color: transparent;
  cursor: pointer;
}
.Menu-list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 49%;
  left: -10%;
  right: -10%;
  height: 2px;
  border-radius: 2px;
  margin-top: -1px;
  background: #002250;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  z-index: 1;
}

.Mask {
  display: block;
  position: absolute;
  overflow: hidden;
  color: #002250;
  top: 0;
  height: 49%;
  transition: all 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.Mask span {
  display: block;
  margin-bottom: 25px;
}

.Mask + .Mask {
  top: 48.99%;
  height: 51.01%;
}
.Mask + .Mask span {
  transform: translateY(-49%);
}

.Menu-list-item:hover .Mask,
.Menu-list-item:active .Mask {
  color: #FFF;
  transform: skewX(0deg) translateX(5px);
}
.Menu-list-item:hover .Mask + .Mask,
.Menu-list-item:active .Mask + .Mask {
  transform: skew(0deg) translateX(-5px);
}
.Menu-list-item:hover::before,
.Menu-list-item:active::before {
  transform: scale(1);
}

input {
  display: none;
}

input:checked + label .button_inner {
  background: transparent;
  transform: rotate(90deg);
  width: 100px;
  border-radius: 100px;
  box-shadow: 0px 0px 0px 440px rgba(0, 0, 0, 0);
  animation: finalbox 0.4s 4.42s cubic-bezier(0.39, 2.01, 0.27, 0.75) forwards;
}
input:checked + label .button_inner span.t {
  opacity: 0;
  top: 20px;
}
input:checked + label i.l {
  left: 14px;
  opacity: 1;
  top: 11px;
  animation: down 1s 0.25s infinite, final 0.2s 4s forwards;
}
input:checked + label .tick {
  position: absolute;
  left: 2px;
  right: 0;
  transform: scale(0) rotate(-90deg);
  color: #00C1FC;
  top: 11px;
  margin: auto;
  font-size: 22px;
  animation: tick 0.3s 4.7s forwards;
}
input:checked + label .button_spots {
  opacity: 0.5;
}
input:checked + label .button_spots:nth-of-type(0) {
  top: 14px !important;
  left: -34px !important;
  opacity: 0;
  padding: 2.5px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 0.55s linear infinite, final 0.2s 4s forwards, spot-0 0.7s 10.25s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(1) {
  top: 13px !important;
  left: -34px !important;
  opacity: 0;
  padding: 4.75px !important;
  animation: spew 1s 0.3s forwards, rotate 4.1s 0.45s linear infinite, final 0.2s 4s forwards, spot-1 0.7s 10.8s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(2) {
  top: 13px !important;
  left: -34px !important;
  opacity: 0;
  padding: 7px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 0.45s linear infinite, final 0.2s 4s forwards, spot-2 0.7s 10.24s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(3) {
  top: 12px !important;
  left: -34px !important;
  opacity: 0;
  padding: 7px !important;
  animation: spew 1s 0.3s forwards, rotate 4.4s 0.55s linear infinite, final 0.2s 4s forwards, spot-3 0.7s 10.1444444444s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(4) {
  top: 10px !important;
  left: -34px !important;
  opacity: 0;
  padding: 2.75px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 0.75s linear infinite, final 0.2s 4s forwards, spot-4 0.7s 10.9571428571s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(5) {
  top: 11px !important;
  left: -34px !important;
  opacity: 0;
  padding: 4.25px !important;
  animation: spew 1s 0.3s forwards, rotate 4.4s 1.45s linear infinite, final 0.2s 4s forwards, spot-5 0.7s 10.3666666667s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(6) {
  top: 15px !important;
  left: -34px !important;
  opacity: 0;
  padding: 5.25px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 1.25s linear infinite, final 0.2s 4s forwards, spot-6 0.7s 10.5571428571s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(7) {
  top: 14px !important;
  left: -34px !important;
  opacity: 0;
  padding: 5.75px !important;
  animation: spew 1s 0.3s forwards, rotate 4.4s 0.45s linear infinite, final 0.2s 4s forwards, spot-7 0.7s 11.2s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(8) {
  top: 14px !important;
  left: -34px !important;
  opacity: 0;
  padding: 4.25px !important;
  animation: spew 1s 0.3s forwards, rotate 4.3s 0.55s linear infinite, final 0.2s 4s forwards, spot-8 0.7s 10.14s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(9) {
  top: 10px !important;
  left: -34px !important;
  opacity: 0;
  padding: 4.25px !important;
  animation: spew 1s 0.3s forwards, rotate 4.3s 1.25s linear infinite, final 0.2s 4s forwards, spot-9 0.7s 10.75s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(10) {
  top: 15px !important;
  left: -34px !important;
  opacity: 0;
  padding: 4.75px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 1.25s linear infinite, final 0.2s 4s forwards, spot-10 0.7s 10.2s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(11) {
  top: 6px !important;
  left: -34px !important;
  opacity: 0;
  padding: 3.25px !important;
  animation: spew 1s 0.3s forwards, rotate 4.4s 1.35s linear infinite, final 0.2s 4s forwards, spot-11 0.7s 10.68s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(12) {
  top: 6px !important;
  left: -34px !important;
  opacity: 0;
  padding: 3.5px !important;
  animation: spew 1s 0.3s forwards, rotate 4.4s 0.75s linear infinite, final 0.2s 4s forwards, spot-12 0.7s 10.1571428571s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(13) {
  top: 6px !important;
  left: -34px !important;
  opacity: 0;
  padding: 4px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 1.45s linear infinite, final 0.2s 4s forwards, spot-13 0.7s 10.7s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(14) {
  top: 13px !important;
  left: -34px !important;
  opacity: 0;
  padding: 3.25px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 0.75s linear infinite, final 0.2s 4s forwards, spot-14 0.7s 10.6s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(15) {
  top: 11px !important;
  left: -34px !important;
  opacity: 0;
  padding: 5px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 0.65s linear infinite, final 0.2s 4s forwards, spot-15 0.7s 10.38s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(16) {
  top: 8px !important;
  left: -34px !important;
  opacity: 0;
  padding: 4px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 1.45s linear infinite, final 0.2s 4s forwards, spot-16 0.7s 10.35s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(17) {
  top: 6px !important;
  left: -34px !important;
  opacity: 0;
  padding: 4.5px !important;
  animation: spew 1s 0.3s forwards, rotate 4.3s 0.45s linear infinite, final 0.2s 4s forwards, spot-17 0.7s 10.2571428571s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(18) {
  top: 6px !important;
  left: -34px !important;
  opacity: 0;
  padding: 6px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 0.85s linear infinite, final 0.2s 4s forwards, spot-18 0.7s 10.8571428571s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(19) {
  top: 7px !important;
  left: -34px !important;
  opacity: 0;
  padding: 4.25px !important;
  animation: spew 1s 0.3s forwards, rotate 4.3s 0.55s linear infinite, final 0.2s 4s forwards, spot-19 0.7s 10.18s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(20) {
  top: 11px !important;
  left: -34px !important;
  opacity: 0;
  padding: 2.5px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 1.35s linear infinite, final 0.2s 4s forwards, spot-20 0.7s 10.5s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(21) {
  top: 12px !important;
  left: -34px !important;
  opacity: 0;
  padding: 5.75px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 1.05s linear infinite, final 0.2s 4s forwards, spot-21 0.7s 11s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(22) {
  top: 15px !important;
  left: -34px !important;
  opacity: 0;
  padding: 5.5px !important;
  animation: spew 1s 0.3s forwards, rotate 4.4s 0.55s linear infinite, final 0.2s 4s forwards, spot-22 0.7s 10.2444444444s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(23) {
  top: 15px !important;
  left: -34px !important;
  opacity: 0;
  padding: 3.5px !important;
  animation: spew 1s 0.3s forwards, rotate 4.1s 0.95s linear infinite, final 0.2s 4s forwards, spot-23 0.7s 10.8333333333s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(24) {
  top: 12px !important;
  left: -34px !important;
  opacity: 0;
  padding: 3px !important;
  animation: spew 1s 0.3s forwards, rotate 4.3s 0.95s linear infinite, final 0.2s 4s forwards, spot-24 0.7s 10.4s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(25) {
  top: 9px !important;
  left: -34px !important;
  opacity: 0;
  padding: 5.5px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 1.05s linear infinite, final 0.2s 4s forwards, spot-25 0.7s 10.14s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(26) {
  top: 7px !important;
  left: -34px !important;
  opacity: 0;
  padding: 6.25px !important;
  animation: spew 1s 0.3s forwards, rotate 4.4s 0.95s linear infinite, final 0.2s 4s forwards, spot-26 0.7s 11s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(27) {
  top: 6px !important;
  left: -34px !important;
  opacity: 0;
  padding: 6.25px !important;
  animation: spew 1s 0.3s forwards, rotate 4.3s 0.55s linear infinite, final 0.2s 4s forwards, spot-27 0.7s 10.95s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(28) {
  top: 6px !important;
  left: -34px !important;
  opacity: 0;
  padding: 2.25px !important;
  animation: spew 1s 0.3s forwards, rotate 4.4s 1.25s linear infinite, final 0.2s 4s forwards, spot-28 0.7s 10.7s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(29) {
  top: 9px !important;
  left: -34px !important;
  opacity: 0;
  padding: 6.5px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 0.95s linear infinite, final 0.2s 4s forwards, spot-29 0.7s 10.78s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(30) {
  top: 10px !important;
  left: -34px !important;
  opacity: 0;
  padding: 6px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 1.15s linear infinite, final 0.2s 4s forwards, spot-30 0.7s 10.88s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(31) {
  top: 7px !important;
  left: -34px !important;
  opacity: 0;
  padding: 4px !important;
  animation: spew 1s 0.3s forwards, rotate 4.4s 0.45s linear infinite, final 0.2s 4s forwards, spot-31 0.7s 10.7444444444s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(32) {
  top: 13px !important;
  left: -34px !important;
  opacity: 0;
  padding: 4.5px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 0.85s linear infinite, final 0.2s 4s forwards, spot-32 0.7s 11.08s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(33) {
  top: 10px !important;
  left: -34px !important;
  opacity: 0;
  padding: 7px !important;
  animation: spew 1s 0.3s forwards, rotate 4.3s 0.45s linear infinite, final 0.2s 4s forwards, spot-33 0.7s 10.2666666667s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(34) {
  top: 11px !important;
  left: -34px !important;
  opacity: 0;
  padding: 5px !important;
  animation: spew 1s 0.3s forwards, rotate 4.1s 0.55s linear infinite, final 0.2s 4s forwards, spot-34 0.7s 10.9s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(35) {
  top: 15px !important;
  left: -34px !important;
  opacity: 0;
  padding: 7px !important;
  animation: spew 1s 0.3s forwards, rotate 4.3s 1.25s linear infinite, final 0.2s 4s forwards, spot-35 0.7s 10.48s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(36) {
  top: 6px !important;
  left: -34px !important;
  opacity: 0;
  padding: 4.25px !important;
  animation: spew 1s 0.3s forwards, rotate 4.4s 0.95s linear infinite, final 0.2s 4s forwards, spot-36 0.7s 10.34s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(37) {
  top: 10px !important;
  left: -34px !important;
  opacity: 0;
  padding: 5.75px !important;
  animation: spew 1s 0.3s forwards, rotate 4.3s 1.05s linear infinite, final 0.2s 4s forwards, spot-37 0.7s 11.3s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(38) {
  top: 14px !important;
  left: -34px !important;
  opacity: 0;
  padding: 4.75px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 1.05s linear infinite, final 0.2s 4s forwards, spot-38 0.7s 10.4s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(39) {
  top: 12px !important;
  left: -34px !important;
  opacity: 0;
  padding: 3.5px !important;
  animation: spew 1s 0.3s forwards, rotate 4.4s 0.65s linear infinite, final 0.2s 4s forwards, spot-39 0.7s 10.35s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(40) {
  top: 7px !important;
  left: -34px !important;
  opacity: 0;
  padding: 4.25px !important;
  animation: spew 1s 0.3s forwards, rotate 4.4s 1.35s linear infinite, final 0.2s 4s forwards, spot-40 0.7s 10.3666666667s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(41) {
  top: 14px !important;
  left: -34px !important;
  opacity: 0;
  padding: 2.75px !important;
  animation: spew 1s 0.3s forwards, rotate 4.4s 0.45s linear infinite, final 0.2s 4s forwards, spot-41 0.7s 10.5571428571s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(42) {
  top: 10px !important;
  left: -34px !important;
  opacity: 0;
  padding: 2.75px !important;
  animation: spew 1s 0.3s forwards, rotate 4.1s 0.95s linear infinite, final 0.2s 4s forwards, spot-42 0.7s 11.1s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(43) {
  top: 9px !important;
  left: -34px !important;
  opacity: 0;
  padding: 3.75px !important;
  animation: spew 1s 0.3s forwards, rotate 4.3s 0.85s linear infinite, final 0.2s 4s forwards, spot-43 0.7s 10.15s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(44) {
  top: 11px !important;
  left: -34px !important;
  opacity: 0;
  padding: 3.75px !important;
  animation: spew 1s 0.3s forwards, rotate 4.4s 0.75s linear infinite, final 0.2s 4s forwards, spot-44 0.7s 10.8s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(45) {
  top: 6px !important;
  left: -34px !important;
  opacity: 0;
  padding: 5.25px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 0.65s linear infinite, final 0.2s 4s forwards, spot-45 0.7s 10.88s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(46) {
  top: 12px !important;
  left: -34px !important;
  opacity: 0;
  padding: 7px !important;
  animation: spew 1s 0.3s forwards, rotate 4.4s 1.05s linear infinite, final 0.2s 4s forwards, spot-46 0.7s 11s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(47) {
  top: 14px !important;
  left: -34px !important;
  opacity: 0;
  padding: 6px !important;
  animation: spew 1s 0.3s forwards, rotate 4.1s 0.75s linear infinite, final 0.2s 4s forwards, spot-47 0.7s 10.1571428571s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(48) {
  top: 15px !important;
  left: -34px !important;
  opacity: 0;
  padding: 6.75px !important;
  animation: spew 1s 0.3s forwards, rotate 4.4s 1.35s linear infinite, final 0.2s 4s forwards, spot-48 0.7s 10.3s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(49) {
  top: 14px !important;
  left: -34px !important;
  opacity: 0;
  padding: 2.5px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 0.55s linear infinite, final 0.2s 4s forwards, spot-49 0.7s 11.0666666667s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(50) {
  top: 6px !important;
  left: -34px !important;
  opacity: 0;
  padding: 4px !important;
  animation: spew 1s 0.3s forwards, rotate 4.4s 0.85s linear infinite, final 0.2s 4s forwards, spot-50 0.7s 10.6444444444s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(51) {
  top: 7px !important;
  left: -34px !important;
  opacity: 0;
  padding: 4.75px !important;
  animation: spew 1s 0.3s forwards, rotate 4.4s 0.95s linear infinite, final 0.2s 4s forwards, spot-51 0.7s 11.4s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(52) {
  top: 14px !important;
  left: -34px !important;
  opacity: 0;
  padding: 5.5px !important;
  animation: spew 1s 0.3s forwards, rotate 4.4s 0.75s linear infinite, final 0.2s 4s forwards, spot-52 0.7s 11.1s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(53) {
  top: 11px !important;
  left: -34px !important;
  opacity: 0;
  padding: 6px !important;
  animation: spew 1s 0.3s forwards, rotate 4.1s 1.35s linear infinite, final 0.2s 4s forwards, spot-53 0.7s 10.9333333333s linear infinite !important;
}
input:checked + label .button_spots:nth-of-type(54) {
  top: 9px !important;
  left: -34px !important;
  opacity: 0;
  padding: 4.75px !important;
  animation: spew 1s 0.3s forwards, rotate 4.2s 0.65s linear infinite, final 0.2s 4s forwards, spot-54 0.7s 10.1666666667s linear infinite !important;
}

.tick {
  position: absolute;
  left: -40;
  right: 0;
  transform: scale(0);
  margin: auto;
  font-size: 22px;
}

.button {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: Center;
  border: none;
  height: 360px;
  transform: translateY(-50%);
}
.button h1 {
  font-weight: 100;
  color: White;
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
}
.button h2 {
  font-weight: 100;
  color: #00C4FF;
  opacity: 1;
  font-size: 14px;
  margin: 4px 0px 0px 0px;
}
.button .b_l_quad {
  position: absolute;
  top: 40%;
}
.button .b_l_quad .button_spots:nth-child(1) {
  padding: 6px;
  left: -13px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(2) {
  padding: 6px;
  left: -1px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(3) {
  padding: 10px;
  left: 11px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(4) {
  padding: 7px;
  left: 23px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(5) {
  padding: 9px;
  left: 35px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(6) {
  padding: 9px;
  left: 47px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(7) {
  padding: 12px;
  left: 59px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(8) {
  padding: 11px;
  left: 71px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(9) {
  padding: 9px;
  left: 83px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(10) {
  padding: 7px;
  left: 95px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(11) {
  padding: 11px;
  left: 107px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(12) {
  padding: 7px;
  left: 119px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(13) {
  padding: 9px;
  left: 131px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(14) {
  padding: 10px;
  left: 143px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(15) {
  padding: 11px;
  left: 155px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(16) {
  padding: 7px;
  left: 167px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(17) {
  padding: 9px;
  left: 179px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(18) {
  padding: 6px;
  left: 191px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(19) {
  padding: 9px;
  left: 203px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(20) {
  padding: 9px;
  left: 215px;
  top: 50px;
}
.button .b_l_quad .button_spots:nth-child(20) {
  padding: 4px;
  left: -15px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(21) {
  padding: 4px;
  left: -3px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(22) {
  padding: 5px;
  left: 9px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(23) {
  padding: 4px;
  left: 21px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(24) {
  padding: 5px;
  left: 33px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(25) {
  padding: 5px;
  left: 45px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(26) {
  padding: 5px;
  left: 57px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(27) {
  padding: 4px;
  left: 69px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(28) {
  padding: 3px;
  left: 81px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(29) {
  padding: 5px;
  left: 93px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(30) {
  padding: 3px;
  left: 105px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(31) {
  padding: 3px;
  left: 117px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(32) {
  padding: 4px;
  left: 129px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(33) {
  padding: 4px;
  left: 141px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(34) {
  padding: 5px;
  left: 153px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(35) {
  padding: 3px;
  left: 165px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(36) {
  padding: 4px;
  left: 177px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(37) {
  padding: 4px;
  left: 189px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(38) {
  padding: 5px;
  left: 201px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(39) {
  padding: 3px;
  left: 213px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(40) {
  padding: 4px;
  left: 225px;
  top: -12px;
}
.button .b_l_quad .button_spots:nth-child(40) {
  padding: 3px;
  left: 204px;
  top: -8px;
}
.button .b_l_quad .button_spots:nth-child(41) {
  padding: 3px;
  left: 204px;
  top: 4px;
}
.button .b_l_quad .button_spots:nth-child(42) {
  padding: 4px;
  left: 204px;
  top: 16px;
}
.button .b_l_quad .button_spots:nth-child(43) {
  padding: 5px;
  left: 204px;
  top: 28px;
}
.button .b_l_quad .button_spots:nth-child(44) {
  padding: 3px;
  left: 204px;
  top: 40px;
}
.button .b_l_quad .button_spots:nth-child(45) {
  padding: 3px;
  left: 204px;
  top: 52px;
}
.button .b_l_quad .button_spots:nth-child(46) {
  padding: 5px;
  left: 204px;
  top: 64px;
}
.button .b_l_quad .button_spots:nth-child(46) {
  padding: 5px;
  left: -10px;
  top: -16px;
}
.button .b_l_quad .button_spots:nth-child(47) {
  padding: 5px;
  left: -10px;
  top: -4px;
}
.button .b_l_quad .button_spots:nth-child(48) {
  padding: 3px;
  left: -10px;
  top: 8px;
}
.button .b_l_quad .button_spots:nth-child(49) {
  padding: 3px;
  left: -10px;
  top: 20px;
}
.button .b_l_quad .button_spots:nth-child(50) {
  padding: 3px;
  left: -10px;
  top: 32px;
}
.button .b_l_quad .button_spots:nth-child(51) {
  padding: 3px;
  left: -10px;
  top: 44px;
}
.button .b_l_quad .button_spots:nth-child(52) {
  padding: 5px;
  left: -10px;
  top: 56px;
}
.button .b_l_quad .button_spots:nth-child(54) {
  padding: 5px;
  left: -30px;
  top: 80px;
}
.button .b_l_quad .button_spots:nth-child(55) {
  padding: 4px;
  left: -30px;
  top: 92px;
}
.button .b_l_quad .button_spots:nth-child(56) {
  padding: 5px;
  left: -30px;
  top: 104px;
}
.button .b_l_quad .button_spots:nth-child(57) {
  padding: 4px;
  left: -30px;
  top: 116px;
}
.button .b_l_quad .button_spots:nth-child(58) {
  padding: 3px;
  left: -30px;
  top: 128px;
}
.button .b_l_quad .button_spots:nth-child(59) {
  padding: 5px;
  left: -30px;
  top: 140px;
}
.button .b_l_quad .button_spots:nth-child(60) {
  padding: 4px;
  left: -30px;
  top: 152px;
}
.button .b_l_quad .button_spots:nth-child(61) {
  padding: 3px;
  left: -30px;
  top: 164px;
}
.button .b_l_quad .button_spots:nth-child(62) {
  padding: 5px;
  left: -30px;
  top: 176px;
}
.button .b_l_quad .button_spots:nth-child(63) {
  padding: 3px;
  left: -30px;
  top: 188px;
}
.button .b_l_quad .button_spots:nth-child(64) {
  padding: 5px;
  left: -30px;
  top: 200px;
}
.button .b_l_quad .button_spots:nth-child(65) {
  padding: 3px;
  left: -30px;
  top: 212px;
}
.button .b_l_quad .button_spots:nth-child(66) {
  padding: 3px;
  left: -30px;
  top: 224px;
}
.button .b_l_quad .button_spots:nth-child(67) {
  padding: 3px;
  left: -30px;
  top: 236px;
}
.button .b_l_quad .button_spots:nth-child(68) {
  padding: 5px;
  left: -30px;
  top: 248px;
}
.button .b_l_quad .button_spots:nth-child(69) {
  padding: 5px;
  left: -30px;
  top: 260px;
}
.button .b_l_quad .button_spots:nth-child(70) {
  padding: 4px;
  left: -30px;
  top: 272px;
}
.button .b_l_quad .button_spots:nth-child(71) {
  padding: 4px;
  left: -30px;
  top: 284px;
}
.button .b_l_quad .button_spots:nth-child(72) {
  padding: 4px;
  left: -30px;
  top: 296px;
}
.button .b_l_quad .button_spots:nth-child(73) {
  padding: 4px;
  left: -30px;
  top: 308px;
}
.button .b_l_quad .button_spots:nth-child(74) {
  padding: 4px;
  left: -30px;
  top: 320px;
}
.button .b_l_quad .button_spots:nth-child(75) {
  padding: 5px;
  left: -30px;
  top: 332px;
}
.button .b_l_quad .button_spots:nth-child(76) {
  padding: 5px;
  left: -30px;
  top: 344px;
}
.button .b_l_quad .button_spots:nth-child(77) {
  padding: 4px;
  left: -30px;
  top: 356px;
}
.button .b_l_quad .button_spots:nth-child(78) {
  padding: 3px;
  left: -30px;
  top: 368px;
}
.button .b_l_quad .button_spots:nth-child(79) {
  padding: 4px;
  left: -30px;
  top: 380px;
}
.button .b_l_quad .button_spots:nth-child(80) {
  padding: 4px;
  left: -30px;
  top: 392px;
}
.button .button_spots {
  position: absolute;
  border-radius: 100px;
  background: green;
  opacity: 0;
  animation: opacity 1s;
}
.button .button_spots:nth-of-type(1) {
  transform-origin: 84px 16px;
  background: #76a6d5;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.4s;
}
.button .button_spots:nth-of-type(2) {
  transform-origin: 88px 16px;
  background: #a0d279;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.5s;
}
.button .button_spots:nth-of-type(3) {
  transform-origin: 86px 16px;
  background: #d8a974;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.8s;
}
.button .button_spots:nth-of-type(4) {
  transform-origin: 80px 11px;
  background: #d4ac77;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 2s;
}
.button .button_spots:nth-of-type(5) {
  transform-origin: 80px 18px;
  background: #95d07c;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.4s;
}
.button .button_spots:nth-of-type(6) {
  transform-origin: 84px 12px;
  background: #d17a9c;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.1s;
}
.button .button_spots:nth-of-type(7) {
  transform-origin: 85px 10px;
  background: #7ad775;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.5s;
}
.button .button_spots:nth-of-type(8) {
  transform-origin: 86px 11px;
  background: #bad477;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.2s;
}
.button .button_spots:nth-of-type(9) {
  transform-origin: 84px 10px;
  background: #d775ab;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.9s;
}
.button .button_spots:nth-of-type(10) {
  transform-origin: 80px 10px;
  background: #76d590;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.5s;
}
.button .button_spots:nth-of-type(11) {
  transform-origin: 87px 17px;
  background: #7ad18e;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 2s;
}
.button .button_spots:nth-of-type(12) {
  transform-origin: 84px 10px;
  background: #b4d17a;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.7s;
}
.button .button_spots:nth-of-type(13) {
  transform-origin: 80px 18px;
  background: #afd279;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.3s;
}
.button .button_spots:nth-of-type(14) {
  transform-origin: 85px 16px;
  background: #967cd0;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.2s;
}
.button .button_spots:nth-of-type(15) {
  transform-origin: 82px 13px;
  background: #79c6d2;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.2s;
}
.button .button_spots:nth-of-type(16) {
  transform-origin: 86px 14px;
  background: #7e75d7;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.9s;
}
.button .button_spots:nth-of-type(17) {
  transform-origin: 84px 12px;
  background: #d69976;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.2s;
}
.button .button_spots:nth-of-type(18) {
  transform-origin: 89px 18px;
  background: #d67679;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.8s;
}
.button .button_spots:nth-of-type(19) {
  transform-origin: 81px 11px;
  background: #74d8a1;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.1s;
}
.button .button_spots:nth-of-type(20) {
  transform-origin: 83px 15px;
  background: #d3ac78;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.8s;
}
.button .button_spots:nth-of-type(21) {
  transform-origin: 86px 18px;
  background: #9dd17b;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.6s;
}
.button .button_spots:nth-of-type(22) {
  transform-origin: 87px 12px;
  background: #d676b6;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.8s;
}
.button .button_spots:nth-of-type(23) {
  transform-origin: 80px 12px;
  background: #d378d3;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.6s;
}
.button .button_spots:nth-of-type(24) {
  transform-origin: 84px 11px;
  background: #9975d7;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 2s;
}
.button .button_spots:nth-of-type(25) {
  transform-origin: 89px 14px;
  background: #d88974;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.8s;
}
.button .button_spots:nth-of-type(26) {
  transform-origin: 81px 18px;
  background: #7cb1d0;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.1s;
}
.button .button_spots:nth-of-type(27) {
  transform-origin: 85px 12px;
  background: #d8747a;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.9s;
}
.button .button_spots:nth-of-type(28) {
  transform-origin: 81px 13px;
  background: #c37cd0;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.9s;
}
.button .button_spots:nth-of-type(29) {
  transform-origin: 89px 18px;
  background: #b375d7;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.5s;
}
.button .button_spots:nth-of-type(30) {
  transform-origin: 82px 18px;
  background: #ae76d5;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.3s;
}
.button .button_spots:nth-of-type(31) {
  transform-origin: 84px 16px;
  background: #b8d07c;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 2s;
}
.button .button_spots:nth-of-type(32) {
  transform-origin: 85px 13px;
  background: #90d576;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.6s;
}
.button .button_spots:nth-of-type(33) {
  transform-origin: 84px 16px;
  background: #d1a17b;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.9s;
}
.button .button_spots:nth-of-type(34) {
  transform-origin: 81px 14px;
  background: #d1b17a;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.9s;
}
.button .button_spots:nth-of-type(35) {
  transform-origin: 84px 18px;
  background: #d0b87c;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.8s;
}
.button .button_spots:nth-of-type(36) {
  transform-origin: 89px 18px;
  background: #d09d7c;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 2s;
}
.button .button_spots:nth-of-type(37) {
  transform-origin: 86px 12px;
  background: #80d378;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.5s;
}
.button .button_spots:nth-of-type(38) {
  transform-origin: 80px 18px;
  background: #7cd080;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.4s;
}
.button .button_spots:nth-of-type(39) {
  transform-origin: 83px 13px;
  background: #d3bd78;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.8s;
}
.button .button_spots:nth-of-type(40) {
  transform-origin: 83px 19px;
  background: #d5b476;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.1s;
}
.button .button_spots:nth-of-type(41) {
  transform-origin: 82px 13px;
  background: #d4cc77;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.5s;
}
.button .button_spots:nth-of-type(42) {
  transform-origin: 89px 15px;
  background: #abd17b;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.3s;
}
.button .button_spots:nth-of-type(43) {
  transform-origin: 89px 12px;
  background: #d0a77c;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.1s;
}
.button .button_spots:nth-of-type(44) {
  transform-origin: 88px 16px;
  background: #7699d6;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.8s;
}
.button .button_spots:nth-of-type(45) {
  transform-origin: 83px 11px;
  background: #7bd1ce;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.4s;
}
.button .button_spots:nth-of-type(46) {
  transform-origin: 82px 17px;
  background: #d09f7c;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.6s;
}
.button .button_spots:nth-of-type(47) {
  transform-origin: 83px 10px;
  background: #96d477;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.6s;
}
.button .button_spots:nth-of-type(48) {
  transform-origin: 87px 16px;
  background: #d29d79;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.6s;
}
.button .button_spots:nth-of-type(49) {
  transform-origin: 86px 10px;
  background: #8d74d8;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.2s;
}
.button .button_spots:nth-of-type(50) {
  transform-origin: 80px 16px;
  background: #d09d7c;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.4s;
}
.button .button_spots:nth-of-type(51) {
  transform-origin: 85px 13px;
  background: #d28479;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.9s;
}
.button .button_spots:nth-of-type(52) {
  transform-origin: 88px 15px;
  background: #ac77d4;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.6s;
}
.button .button_spots:nth-of-type(53) {
  transform-origin: 87px 17px;
  background: #d37880;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.7s;
}
.button .button_spots:nth-of-type(54) {
  transform-origin: 81px 16px;
  background: #7ad1b9;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.6s;
}
.button .button_spots:nth-of-type(55) {
  transform-origin: 85px 15px;
  background: #d7c675;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 2s;
}
.button .button_spots:nth-of-type(56) {
  transform-origin: 85px 19px;
  background: #d4c277;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.7s;
}
.button .button_spots:nth-of-type(57) {
  transform-origin: 89px 16px;
  background: #d576ba;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.7s;
}
.button .button_spots:nth-of-type(58) {
  transform-origin: 89px 12px;
  background: #7ad1b6;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.5s;
}
.button .button_spots:nth-of-type(59) {
  transform-origin: 81px 18px;
  background: #ccd378;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.1s;
}
.button .button_spots:nth-of-type(60) {
  transform-origin: 82px 12px;
  background: #d27991;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.3s;
}
.button .button_spots:nth-of-type(61) {
  transform-origin: 82px 12px;
  background: #d07c8d;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 2s;
}
.button .button_spots:nth-of-type(62) {
  transform-origin: 89px 10px;
  background: #7ad1c9;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.3s;
}
.button .button_spots:nth-of-type(63) {
  transform-origin: 88px 18px;
  background: #d8749c;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.3s;
}
.button .button_spots:nth-of-type(64) {
  transform-origin: 89px 16px;
  background: #d5bf76;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.2s;
}
.button .button_spots:nth-of-type(65) {
  transform-origin: 82px 11px;
  background: #7994d2;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.3s;
}
.button .button_spots:nth-of-type(66) {
  transform-origin: 87px 17px;
  background: #76d6ae;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.8s;
}
.button .button_spots:nth-of-type(67) {
  transform-origin: 85px 15px;
  background: #d2799a;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.7s;
}
.button .button_spots:nth-of-type(68) {
  transform-origin: 87px 14px;
  background: #ccd576;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.1s;
}
.button .button_spots:nth-of-type(69) {
  transform-origin: 86px 19px;
  background: #d4777f;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.7s;
}
.button .button_spots:nth-of-type(70) {
  transform-origin: 84px 14px;
  background: #83d378;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.1s;
}
.button .button_spots:nth-of-type(71) {
  transform-origin: 84px 12px;
  background: #7c7bd1;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.4s;
}
.button .button_spots:nth-of-type(72) {
  transform-origin: 83px 17px;
  background: #d2b979;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.2s;
}
.button .button_spots:nth-of-type(73) {
  transform-origin: 85px 18px;
  background: #d59b76;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.1s;
}
.button .button_spots:nth-of-type(74) {
  transform-origin: 87px 17px;
  background: #d6d076;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.8s;
}
.button .button_spots:nth-of-type(75) {
  transform-origin: 82px 10px;
  background: #7ad19e;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.4s;
}
.button .button_spots:nth-of-type(76) {
  transform-origin: 81px 19px;
  background: #cfd775;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.5s;
}
.button .button_spots:nth-of-type(77) {
  transform-origin: 82px 15px;
  background: #d17bb3;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.2s;
}
.button .button_spots:nth-of-type(78) {
  transform-origin: 89px 17px;
  background: #d6d076;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.7s;
}
.button .button_spots:nth-of-type(79) {
  transform-origin: 85px 17px;
  background: #d17a9c;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.1s;
}
.button .button_spots:nth-of-type(80) {
  transform-origin: 83px 16px;
  background: #ce76d6;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.3s;
}
.button .button_spots:nth-of-type(81) {
  transform-origin: 83px 16px;
  background: #b9d775;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.1s;
}
.button .button_spots:nth-of-type(82) {
  transform-origin: 87px 18px;
  background: #d374d8;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.1s;
}
.button .button_spots:nth-of-type(83) {
  transform-origin: 88px 10px;
  background: #787dd3;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 2s;
}
.button .button_spots:nth-of-type(84) {
  transform-origin: 82px 18px;
  background: #d7ca75;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.8s;
}
.button .button_spots:nth-of-type(85) {
  transform-origin: 87px 19px;
  background: #90d17b;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.3s;
}
.button .button_spots:nth-of-type(86) {
  transform-origin: 81px 19px;
  background: #7bc4d1;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.9s;
}
.button .button_spots:nth-of-type(87) {
  transform-origin: 80px 16px;
  background: #d6767f;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.5s;
}
.button .button_spots:nth-of-type(88) {
  transform-origin: 85px 19px;
  background: #87d17a;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.7s;
}
.button .button_spots:nth-of-type(89) {
  transform-origin: 80px 19px;
  background: #d6bf76;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 2s;
}
.button .button_spots:nth-of-type(90) {
  transform-origin: 87px 13px;
  background: #d378ad;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.3s;
}
.button .button_spots:nth-of-type(91) {
  transform-origin: 85px 13px;
  background: #78c6d3;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.3s;
}
.button .button_spots:nth-of-type(92) {
  transform-origin: 82px 18px;
  background: #78afd3;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.8s;
}
.button .button_spots:nth-of-type(93) {
  transform-origin: 83px 19px;
  background: #d68776;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.8s;
}
.button .button_spots:nth-of-type(94) {
  transform-origin: 80px 11px;
  background: #9577d4;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.3s;
}
.button .button_spots:nth-of-type(95) {
  transform-origin: 86px 10px;
  background: #7d78d3;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 2s;
}
.button .button_spots:nth-of-type(96) {
  transform-origin: 84px 13px;
  background: #d38678;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.7s;
}
.button .button_spots:nth-of-type(97) {
  transform-origin: 87px 11px;
  background: #d89c74;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.5s;
}
.button .button_spots:nth-of-type(98) {
  transform-origin: 81px 12px;
  background: #76d5a4;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 2s;
}
.button .button_spots:nth-of-type(99) {
  transform-origin: 81px 18px;
  background: #79d2c9;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.3s;
}
.button .button_spots:nth-of-type(100) {
  transform-origin: 82px 19px;
  background: #bbd279;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.3s;
}
.button .button_spots:nth-of-type(101) {
  transform-origin: 81px 11px;
  background: #b8d775;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 2s;
}
.button .button_spots:nth-of-type(102) {
  transform-origin: 89px 18px;
  background: #75d0d7;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.4s;
}
.button .button_spots:nth-of-type(103) {
  transform-origin: 83px 16px;
  background: #7776d6;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.3s;
}
.button .button_spots:nth-of-type(104) {
  transform-origin: 86px 11px;
  background: #d37886;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.3s;
}
.button .button_spots:nth-of-type(105) {
  transform-origin: 88px 10px;
  background: #d88d74;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.1s;
}
.button .button_spots:nth-of-type(106) {
  transform-origin: 88px 16px;
  background: #d87479;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.8s;
}
.button .button_spots:nth-of-type(107) {
  transform-origin: 86px 16px;
  background: #bc76d6;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.4s;
}
.button .button_spots:nth-of-type(108) {
  transform-origin: 88px 18px;
  background: #79b9d2;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.2s;
}
.button .button_spots:nth-of-type(109) {
  transform-origin: 85px 16px;
  background: #d17ab7;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.2s;
}
.button .button_spots:nth-of-type(110) {
  transform-origin: 84px 11px;
  background: #d6b376;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.4s;
}
.button .button_spots:nth-of-type(111) {
  transform-origin: 84px 16px;
  background: #77b2d4;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.3s;
}
.button .button_spots:nth-of-type(112) {
  transform-origin: 81px 15px;
  background: #aad477;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.8s;
}
.button .button_spots:nth-of-type(113) {
  transform-origin: 88px 15px;
  background: #b5d07c;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.5s;
}
.button .button_spots:nth-of-type(114) {
  transform-origin: 87px 18px;
  background: #d8b374;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.4s;
}
.button .button_spots:nth-of-type(115) {
  transform-origin: 85px 18px;
  background: #75b6d7;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.5s;
}
.button .button_spots:nth-of-type(116) {
  transform-origin: 82px 15px;
  background: #76d0d6;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.7s;
}
.button .button_spots:nth-of-type(117) {
  transform-origin: 81px 14px;
  background: #d57676;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.1s;
}
.button .button_spots:nth-of-type(118) {
  transform-origin: 80px 12px;
  background: #b57cd0;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.9s;
}
.button .button_spots:nth-of-type(119) {
  transform-origin: 86px 19px;
  background: #967ad1;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.3s;
}
.button .button_spots:nth-of-type(120) {
  transform-origin: 89px 15px;
  background: #b976d5;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 2s;
}
.button .button_spots:nth-of-type(121) {
  transform-origin: 88px 17px;
  background: #957bd1;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 2s;
}
.button .button_spots:nth-of-type(122) {
  transform-origin: 83px 17px;
  background: #d37889;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.7s;
}
.button .button_spots:nth-of-type(123) {
  transform-origin: 86px 19px;
  background: #7498d8;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.7s;
}
.button .button_spots:nth-of-type(124) {
  transform-origin: 88px 11px;
  background: #d0ce7c;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.3s;
}
.button .button_spots:nth-of-type(125) {
  transform-origin: 86px 16px;
  background: #d8b374;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.2s;
}
.button .button_spots:nth-of-type(126) {
  transform-origin: 86px 17px;
  background: #d88e74;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.7s;
}
.button .button_spots:nth-of-type(127) {
  transform-origin: 80px 18px;
  background: #75d77d;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.7s;
}
.button .button_spots:nth-of-type(128) {
  transform-origin: 84px 16px;
  background: #d4777c;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 2s;
}
.button .button_spots:nth-of-type(129) {
  transform-origin: 85px 10px;
  background: #d1b67a;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.9s;
}
.button .button_spots:nth-of-type(130) {
  transform-origin: 81px 15px;
  background: #d874d6;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.1s;
}
.button .button_spots:nth-of-type(131) {
  transform-origin: 80px 16px;
  background: #d87497;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.5s;
}
.button .button_spots:nth-of-type(132) {
  transform-origin: 84px 10px;
  background: #d0997c;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.4s;
}
.button .button_spots:nth-of-type(133) {
  transform-origin: 86px 13px;
  background: #78d3af;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 2s;
}
.button .button_spots:nth-of-type(134) {
  transform-origin: 82px 18px;
  background: #d279af;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.5s;
}
.button .button_spots:nth-of-type(135) {
  transform-origin: 88px 19px;
  background: #d68476;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 2s;
}
.button .button_spots:nth-of-type(136) {
  transform-origin: 80px 14px;
  background: #d87490;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.6s;
}
.button .button_spots:nth-of-type(137) {
  transform-origin: 88px 16px;
  background: #d19a7b;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.6s;
}
.button .button_spots:nth-of-type(138) {
  transform-origin: 83px 11px;
  background: #d07cc5;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.7s;
}
.button .button_spots:nth-of-type(139) {
  transform-origin: 88px 15px;
  background: #7bbdd1;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.7s;
}
.button .button_spots:nth-of-type(140) {
  transform-origin: 84px 11px;
  background: #7c87d0;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.5s;
}
.button .button_spots:nth-of-type(141) {
  transform-origin: 82px 15px;
  background: #d7c075;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.4s;
}
.button .button_spots:nth-of-type(142) {
  transform-origin: 82px 19px;
  background: #77a6d4;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.1s;
}
.button .button_spots:nth-of-type(143) {
  transform-origin: 80px 19px;
  background: #bbd378;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.6s;
}
.button .button_spots:nth-of-type(144) {
  transform-origin: 83px 19px;
  background: #b574d8;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.6s;
}
.button .button_spots:nth-of-type(145) {
  transform-origin: 88px 10px;
  background: #78d3b5;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.8s;
}
.button .button_spots:nth-of-type(146) {
  transform-origin: 81px 10px;
  background: #d775b1;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.1s;
}
.button .button_spots:nth-of-type(147) {
  transform-origin: 88px 14px;
  background: #d576af;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.6s;
}
.button .button_spots:nth-of-type(148) {
  transform-origin: 81px 11px;
  background: #d477cc;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 2s;
}
.button .button_spots:nth-of-type(149) {
  transform-origin: 88px 19px;
  background: #7693d5;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 2s;
}
.button .button_spots:nth-of-type(150) {
  transform-origin: 82px 10px;
  background: #d6b976;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.1s;
}
.button .button_spots:nth-of-type(151) {
  transform-origin: 84px 17px;
  background: #76a3d6;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.2s;
}
.button .button_spots:nth-of-type(152) {
  transform-origin: 86px 10px;
  background: #c5d576;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
  transition: all 1.6s;
}
.button_inner {
  border: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 200px !important;
  top: 55%;
  font-weight: 100;
  font-size: 15px;
  cursor: pointer;
  -webkit-font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto Light", sans-serif !important;
  color: floralwhite;
  text-shadow: 0.5px 0.5px 0.5px darkgray, 0.5px 0.5px 0.5px darkgray, 0.5px 0.5px 0.5px darkgray, 0.5px 0.5px 0.5px darkgray, 0.5px 0.5px 0.5px darkgray, 0.5px 0.5px 0.5px darkgray;
  text-align: Center;
  transition: all 0.3s, box-shadow 0.2s, transform 0.2s 0.2s;
}
.button_inner span.t {
  position: relative;
  opacity: 1;
  transition: left 0.4s 0.1s;
}
.button_inner i.l {
  position: relative;
  left: -19px;
  top: 20px;
  color: #00C4FF;
  font-size: 25px;
  opacity: 0;
  transition: left 0.3s 0s, top 0.3s 0s, opacity 0.3s 0s;
}
.button_inner:hover {
  color: #8406CB;
  background: none;
}
.button_inner:hover i.l {
  top: 12px;
  opacity: 1;
  transition: left 0.3s 0s, top 0.3s 0.1s, opacity 0.3s 0.1s;
}
.button_inner:hover .button_spots:nth-of-type(1) {
  animation: spot-1 0.7s 1.1s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(2) {
  animation: spot-2 0.7s 0.4444444444s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(3) {
  animation: spot-3 0.7s 1.1s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(4) {
  animation: spot-4 0.7s 1s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(5) {
  animation: spot-5 0.7s 0.9s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(6) {
  animation: spot-6 0.7s 1.04s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(7) {
  animation: spot-7 0.7s 0.65s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(8) {
  animation: spot-8 0.7s 0.6s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(9) {
  animation: spot-9 0.7s 0.75s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(10) {
  animation: spot-10 0.7s 0.88s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(11) {
  animation: spot-11 0.7s 0.5666666667s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(12) {
  animation: spot-12 0.7s 0.5666666667s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(13) {
  animation: spot-13 0.7s 0.6666666667s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(14) {
  animation: spot-14 0.7s 1.0571428571s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(15) {
  animation: spot-15 0.7s 0.55s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(16) {
  animation: spot-16 0.7s 0.78s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(17) {
  animation: spot-17 0.7s 0.34s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(18) {
  animation: spot-18 0.7s 1.2s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(19) {
  animation: spot-19 0.7s 0.9333333333s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(20) {
  animation: spot-20 0.7s 0.85s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(21) {
  animation: spot-21 0.7s 1.1333333333s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(22) {
  animation: spot-22 0.7s 1.1s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(23) {
  animation: spot-23 0.7s 0.5333333333s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(24) {
  animation: spot-24 0.7s 1.1s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(25) {
  animation: spot-25 0.7s 1.05s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(26) {
  animation: spot-26 0.7s 1.1333333333s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(27) {
  animation: spot-27 0.7s 0.1571428571s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(28) {
  animation: spot-28 0.7s 0.38s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(29) {
  animation: spot-29 0.7s 0.45s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(30) {
  animation: spot-30 0.7s 0.8s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(31) {
  animation: spot-31 0.7s 0.4s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(32) {
  animation: spot-32 0.7s 1.1s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(33) {
  animation: spot-33 0.7s 1s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(34) {
  animation: spot-34 0.7s 0.98s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(35) {
  animation: spot-35 0.7s 0.4s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(36) {
  animation: spot-36 0.7s 0.8333333333s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(37) {
  animation: spot-37 0.7s 0.34s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(38) {
  animation: spot-38 0.7s 0.8333333333s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(39) {
  animation: spot-39 0.7s 0.74s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(40) {
  animation: spot-40 0.7s 1s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(40) {
  animation: spot-40 0.7s 1.08s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(41) {
  animation: spot-41 0.7s 0.4333333333s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(42) {
  animation: spot-42 0.7s 0.44s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(43) {
  animation: spot-43 0.7s 0.4571428571s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(44) {
  animation: spot-44 0.7s 1.0444444444s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(45) {
  animation: spot-45 0.7s 1.2s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(46) {
  animation: spot-46 0.7s 0.18s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(46) {
  animation: spot-46 0.7s 1s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(47) {
  animation: spot-47 0.7s 0.3666666667s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(48) {
  animation: spot-48 0.7s 1.4s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(49) {
  animation: spot-49 0.7s 0.58s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(50) {
  animation: spot-50 0.7s 0.74s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(51) {
  animation: spot-51 0.7s 0.9444444444s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(52) {
  animation: spot-52 0.7s 0.9s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(53) {
  animation: spot-53 0.7s 0.9s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(54) {
  animation: spot-54 0.7s 1.2s linear infinite;
}

@keyframes spot-1 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(-18px);
    opacity: 0.6;
  }
}
@keyframes spot-2 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(-16px);
    opacity: 0.6;
  }
}
@keyframes spot-3 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(-14px);
    opacity: 0.6;
  }
}
@keyframes spot-4 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(-12px);
    opacity: 0.6;
  }
}
@keyframes spot-5 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(-10px);
    opacity: 0.6;
  }
}
@keyframes spot-6 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(-8px);
    opacity: 0.6;
  }
}
@keyframes spot-7 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(-6px);
    opacity: 0.6;
  }
}
@keyframes spot-8 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(-4px);
    opacity: 0.6;
  }
}
@keyframes spot-9 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(-2px);
    opacity: 0.6;
  }
}
@keyframes spot-10 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(0px);
    opacity: 0.6;
  }
}
@keyframes spot-11 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(2px);
    opacity: 0.6;
  }
}
@keyframes spot-12 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(4px);
    opacity: 0.6;
  }
}
@keyframes spot-13 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(6px);
    opacity: 0.6;
  }
}
@keyframes spot-14 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(8px);
    opacity: 0.6;
  }
}
@keyframes spot-15 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(10px);
    opacity: 0.6;
  }
}
@keyframes spot-16 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(12px);
    opacity: 0.6;
  }
}
@keyframes spot-17 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(14px);
    opacity: 0.6;
  }
}
@keyframes spot-18 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(16px);
    opacity: 0.6;
  }
}
@keyframes spot-19 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(18px);
    opacity: 0.6;
  }
}
@keyframes spot-20 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(30px) translatex(20px);
    opacity: 0.6;
  }
}
@keyframes spot-20 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(-10px);
    opacity: 0.6;
  }
}
@keyframes spot-21 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(-8px);
    opacity: 0.6;
  }
}
@keyframes spot-22 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(-6px);
    opacity: 0.6;
  }
}
@keyframes spot-23 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(-4px);
    opacity: 0.6;
  }
}
@keyframes spot-24 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(-2px);
    opacity: 0.6;
  }
}
@keyframes spot-25 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(0px);
    opacity: 0.6;
  }
}
@keyframes spot-26 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(2px);
    opacity: 0.6;
  }
}
@keyframes spot-27 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(4px);
    opacity: 0.6;
  }
}
@keyframes spot-28 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(6px);
    opacity: 0.6;
  }
}
@keyframes spot-29 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(8px);
    opacity: 0.6;
  }
}
@keyframes spot-30 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(10px);
    opacity: 0.6;
  }
}
@keyframes spot-31 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(12px);
    opacity: 0.6;
  }
}
@keyframes spot-32 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(14px);
    opacity: 0.6;
  }
}
@keyframes spot-33 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(16px);
    opacity: 0.6;
  }
}
@keyframes spot-34 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(18px);
    opacity: 0.6;
  }
}
@keyframes spot-35 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(20px);
    opacity: 0.6;
  }
}
@keyframes spot-36 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(22px);
    opacity: 0.6;
  }
}
@keyframes spot-37 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(24px);
    opacity: 0.6;
  }
}
@keyframes spot-38 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(26px);
    opacity: 0.6;
  }
}
@keyframes spot-39 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(28px);
    opacity: 0.6;
  }
}
@keyframes spot-40 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-30px) translatex(30px);
    opacity: 0.6;
  }
}
@keyframes spot-40 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-6px) translatex(40px);
    opacity: 0.6;
  }
}
@keyframes spot-41 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-4px) translatex(40px);
    opacity: 0.6;
  }
}
@keyframes spot-42 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-2px) translatex(40px);
    opacity: 0.6;
  }
}
@keyframes spot-43 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(0px) translatex(40px);
    opacity: 0.6;
  }
}
@keyframes spot-44 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(2px) translatex(40px);
    opacity: 0.6;
  }
}
@keyframes spot-45 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(4px) translatex(40px);
    opacity: 0.6;
  }
}
@keyframes spot-46 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-7px) translatex(-40px);
    opacity: 0.6;
  }
}
@keyframes spot-47 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-5px) translatex(-40px);
    opacity: 0.6;
  }
}
@keyframes spot-48 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-3px) translatex(-40px);
    opacity: 0.6;
  }
}
@keyframes spot-49 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(-1px) translatex(-40px);
    opacity: 0.6;
  }
}
@keyframes spot-50 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(1px) translatex(-40px);
    opacity: 0.6;
  }
}
@keyframes spot-51 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(3px) translatex(-40px);
    opacity: 0.6;
  }
}
@keyframes spot-52 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(5px) translatex(-40px);
    opacity: 0.6;
  }
}
@keyframes spot-53 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(7px) translatex(-40px);
    opacity: 0.6;
  }
}
@keyframes spot-54 {
  from {
    opacity: 0;
  }
  to {
    transform: translateY(9px) translatex(-40px);
    opacity: 0.6;
  }
}
@keyframes opacity {
  to {
    opacity: 0;
  }
}
@keyframes rotate {
  from {
    opacity: 0.8;
  }
  to {
    transform: rotate(360deg);
    opacity: 0.8;
  }
}
@keyframes down {
  from {
    left: 10px;
  }
  to {
    left: 57px;
  }
}
@keyframes spew {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
@keyframes final {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes finalbox {
  to {
    width: 50px;
  }
}
@keyframes tick {
  to {
    transform: scale(1) rotate(-90deg);
  }
}

/*# sourceMappingURL=style.css.map */
