div+css实现多彩粒子风暴效果代码

代码语言:html

所属分类:粒子

代码描述:div+css实现多彩粒子风暴效果代码

代码标签: 粒子 风暴 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en" >

<head>

  <meta charset="UTF-8">
  

<style>
body {
  background: #222;
  height: 100vh;
  overflow: hidden;
  perspective: 1000px;
}

div {
  position: absolute;
  transform-style: preserve-3d;
}

.field {
  width: 100%;
  height: 100%;
}

.stars {
  width: 100%;
  height: 100%;
}

.star {
  top: 50%;
  left: 50%;
}
.star:nth-child(1) .drive.-up {
  -webkit-animation-delay: -8307ms;
          animation-delay: -8307ms;
}
.star:nth-child(1) .drive.-scale {
  -webkit-animation-delay: -8307ms;
          animation-delay: -8307ms;
}
.star:nth-child(1) .drive.-rotate, .star:nth-child(1) .drive.-reverse, .star:nth-child(1) .drive.-angle, .star:nth-child(1) .drive.-rubber {
  -webkit-animation-delay: -14700ms;
          animation-delay: -14700ms;
}
.star:nth-child(1) .drive.-radius {
  transform: translateX(304px);
}
.star:nth-child(1) .graphic {
  background: rgba(249, 224, 231, 0.7);
}
.star:nth-child(2) .drive.-up {
  -webkit-animation-delay: -69793ms;
          animation-delay: -69793ms;
}
.star:nth-child(2) .drive.-scale {
  -webkit-animation-delay: -69793ms;
          animation-delay: -69793ms;
}
.star:nth-child(2) .drive.-rotate, .star:nth-child(2) .drive.-reverse, .star:nth-child(2) .drive.-angle, .star:nth-child(2) .drive.-rubber {
  -webkit-animation-delay: -34653ms;
          animation-delay: -34653ms;
}
.star:nth-child(2) .drive.-radius {
  transform: translateX(287px);
}
.star:nth-child(2) .graphic {
  background: rgba(212, 105, 249, 0.7);
}
.star:nth-child(3) .drive.-up {
  -webkit-animation-delay: -62003ms;
          animation-delay: -62003ms;
}
.star:nth-child(3) .drive.-scale {
  -webkit-animation-delay: -62003ms;
          animation-delay: -62003ms;
}
.star:nth-child(3) .drive.-rotate, .star:nth-child(3) .drive.-reverse, .star:nth-child(3) .drive.-angle, .star:nth-child(3) .drive.-rubber {
  -webkit-animation-delay: -58573ms;
          animation-delay: -58573ms;
}
.star:nth-child(3) .drive.-radius {
  transform: translateX(328px);
}
.star:nth-child(3) .graphic {
  background: rgba(150, 113, 242, 0.7);
}
.star:nth-child(4) .drive.-up {
  -webkit-animation-delay: -66910ms;
          animation-delay: -66910ms;
}
.star:nth-child(4) .drive.-scale {
  -webkit-animation-delay: -66910ms;
          animation-delay: -66910ms;
}
.star:nth-child(4) .drive.-rotate, .star:nth-child(4) .drive.-reverse, .star:nth-child(4) .drive.-angle, .star:nth-child(4) .drive.-rubber {
  -webkit-animation-delay: -39138ms;
          animation-delay: -39138ms;
}
.star:nth-child(4) .drive.-radius {
  transform: translateX(345px);
}
.star:nth-child(4) .graphic {
  background: rgba(123, 252, 245, 0.7);
}
.star:nth-child(5) .drive.-up {
  -webkit-animation-delay: -43805ms;
          animation-delay: -43805ms;
}
.star:nth-child(5) .drive.-scale {
  -webkit-animation-delay: -43805ms;
          animation-delay: -43805ms;
}
.star:nth-child(5) .drive.-rotate, .star:nth-child(5) .drive.-reverse, .star:nth-child(5) .drive.-angle, .star:nth-child(5) .drive.-rubber {
  -webkit-animation-delay: -72308ms;
          animation-delay: -72308ms;
}
.star:nth-child(5) .drive.-radius {
  transform: translateX(103px);
}
.star:nth-child(5) .graphic {
  background: rgba(146, 101, 208, 0.7);
}
.star:nth-child(6) .drive.-up {
  -webkit-animation-delay: -56617ms;
          animation-delay: -56617ms;
}
.star:nth-child(6) .drive.-scale {
  -webkit-animation-delay: -56617ms;
          animation-delay: -56617ms;
}
.star:nth-child(6) .drive.-rotate, .star:nth-child(6) .drive.-reverse, .star:nth-child(6) .drive.-angle, .star:nth-child(6) .drive.-rubber {
  -webkit-animation-delay: -95177ms;
          animation-delay: -95177ms;
}
.star:nth-child(6) .drive.-radius {
  transform: translateX(316px);
}
.star:nth-child(6) .graphic {
  background: rgba(163, 155, 208, 0.7);
}
.star:nth-child(7) .drive.-up {
  -webkit-animation-delay: -61068ms;
          animation-delay: -61068ms;
}
.star:nth-child(7) .drive.-scale {
  -webkit-animation-delay: -61068ms;
          animation-delay: -61068ms;
}
.star:nth-child(7) .drive.-rotate, .star:nth-child(7) .drive.-reverse, .star:nth-child(7) .drive.-angle, .star:nth-child(7) .drive.-rubber {
  -webkit-animation-delay: -67096ms;
          animation-delay: -67096ms;
}
.star:nth-child(7) .drive.-radius {
  transform: translateX(238px);
}
.star:nth-child(7) .graphic {
  background: rgba(228, 111, 245, 0.7);
}
.star:nth-child(8) .drive.-up {
  -webkit-animation-delay: -20204ms;
          animation-delay: -20204ms;
}
.star:nth-child(8) .drive.-scale {
  -webkit-animation-delay: -20204ms;
          animation-delay: -20204ms;
}
.star:nth-child(8) .drive.-rotate, .star:nth-child(8) .drive.-reverse, .star:nth-child(8) .drive.-angle, .star:nth-child(8) .drive.-rubber {
  -webkit-animation-delay: -26054ms;
          animation-delay: -26054ms;
}
.star:nth-child(8) .drive.-radius {
  transform: translateX(208px);
}
.star:nth-child(8) .graphic {
  background: rgba(113, 167, 246, 0.7);
}
.star:nth-child(9) .drive.-up {
  -webkit-animation-delay: -43986ms;
          animation-delay: -43986ms;
}
.star:nth-child(9) .drive.-scale {
  -webkit-animation-delay: -43986ms;
          animation-delay: -43986ms;
}
.star:nth-child(9) .drive.-rotate, .star:nth-child(9) .drive.-reverse, .star:nth-child(9) .drive.-angle, .star:nth-child(9) .drive.-rubber {
  -webkit-animation-delay: -68512ms;
          animation-delay: -68512ms;
}
.star:nth-child(9) .drive.-radius {
  transform: translateX(125px);
}
.star:nth-child(9) .graphic {
  background: rgba(128, 175, 217, 0.7);
}
.star:nth-child(10) .drive.-up {
  -webkit-animation-delay: -45631ms;
          animation-delay: -45631ms;
}
.star:nth-child(10) .drive.-scale {
  -webkit-animation-delay: -45631ms;
          animation-delay: -45631ms;
}
.star:nth-child(10) .drive.-rotate, .star:nth-child(10) .drive.-reverse, .star:nth-child(10) .drive.-angle, .star:nth-child(10) .drive.-rubber {
  -webkit-animation-delay: -20082ms;
          animation-delay: -20082ms;
}
.star:nth-child(10) .drive.-radius {
  transform: translateX(349px);
}
.star:nth-child(10) .graphic {
  background: rgba(220, 215, 231, 0.7);
}
.star:nth-child(11) .drive.-up {
  -webkit-animation-delay: -12153ms;
          animation-delay: -12153ms;
}
.star:nth-child(11) .drive.-scale {
  -webkit-animation-delay: -12153ms;
          animation-delay: -12153ms;
}
.star:nth-child(11) .drive.-rotate, .star:nth-child(11) .drive.-reverse, .star:nth-child(11) .drive.-angle, .star:nth-child(11) .drive.-rubber {
  -webkit-animation-delay: -83608ms;
          animation-delay: -83608ms;
}
.star:nth-child(11) .drive.-radius {
  transform: translateX(231px);
}
.star:nth-child(11) .graphic {
  background: rgba(178, 169, 202, 0.7);
}
.star:nth-child(12) .drive.-up {
  -webkit-animation-delay: -59018ms;
          animation-delay: -59018ms;
}
.star:nth-child(12) .drive.-scale {
  -webkit-animation-delay: -59018ms;
          animation-delay: -59018ms;
}
.star:nth-child(12) .drive.-rotate, .star:nth-child(12) .drive.-reverse, .star:nth-child(12) .drive.-angle, .star:nth-child(12) .drive.-rubber {
  -webkit-animation-delay: -35822ms;
          animation-delay: -35822ms;
}
.star:nth-child(12) .drive.-radius {
  transform: translateX(182px);
}
.star:nth-child(12) .graphic {
  background: rgba(129, 136, 204, 0.7);
}
.star:nth-child(13) .drive.-up {
  -webkit-animation-delay: -84450ms;
          animation-delay: -84450ms;
}
.star:nth-child(13) .drive.-scale {
  -webkit-animation-delay: -84450ms;
          animation-delay: -84450ms;
}
.star:nth-child(13) .drive.-rotate, .star:nth-child(13) .drive.-reverse, .star:nth-child(13) .drive.-angle, .star:nth-child(13) .drive.-rubber {
  -webkit-animation-delay: -45697ms;
          animation-delay: -45697ms;
}
.star:nth-child(13) .drive.-radius {
  transform: translateX(199px);
}
.star:nth-child(13) .graphic {
  background: rgba(168, 242, 230, 0.7);
}
.star:nth-child(14) .drive.-up {
  -webkit-animation-delay: -38048ms;
          animation-delay: -38048ms;
}
.star:nth-child(14) .drive.-scale {
  -webkit-animation-delay: -38048ms;
          animation-delay: -38048ms;
}
.star:nth-child(14) .drive.-rotate, .star:nth-child(14) .drive.-reverse, .star:nth-child(14) .drive.-angle, .star:nth-child(14) .drive.-rubber {
  -webkit-animation-delay: -81715ms;
          animation-delay: -81715ms;
}
.star:nth-child(14) .drive.-radius {
  transform: translateX(128px);
}
.star:nth-child(14) .graphic {
  background: rgba(123, 174, 243, 0.7);
}
.star:nth-child(15) .drive.-up {
  -webkit-animation-delay: -56645ms;
          animation-delay: -56645ms;
}
.star:nth-child(15) .drive.-scale {
  -webkit-animation-delay: -56645ms;
          animation-delay: -56645ms;
}
.star:nth-child(15) .drive.-rotate, .star:nth-child(15) .drive.-reverse, .star:nth-child(15) .drive.-angle, .star:nth-child(15) .drive.-rubber {
  -webkit-animation-delay: -57496ms;
          animation-delay: -57496ms;
}
.star:nth-child(15) .drive.-radius {
  transform: translateX(219px);
}
.star:nth-child(15) .graphic {
  background: rgba(116, 248, 223, 0.7);
}
.star:nth-child(16) .drive.-up {
  -webkit-animation-delay: -53100ms;
          animation-delay: -53100ms;
}
.star:nth-child(16) .drive.-scale {
  -webkit-animation-delay: -53100ms;
          animation-delay: -53100ms;
}
.star:nth-child(16) .drive.-rotate, .star:nth-child(16) .drive.-reverse, .star:nth-child(16) .drive.-angle, .star:nth-child(16) .drive.-rubber {
  -webkit-animation-delay: -8779ms;
          animation-delay: -8779ms;
}
.star:nth-child(16) .drive.-radius {
  transform: translateX(200px);
}
.star:nth-child(16) .graphic {
  background: rgba(190, 161, 206, 0.7);
}
.star:nth-child(17) .drive.-up {
  -webkit-animation-delay: -78965ms;
          animation-delay: -78965ms;
}
.star:nth-child(17) .drive.-scale {
  -webkit-animation-delay: -78965ms;
          animation-delay: -78965ms;
}
.star:nth-child(17) .drive.-rotate, .star:nth-child(17) .drive.-reverse, .star:nth-child(17) .drive.-angle, .star:nth-child(17) .drive.-rubber {
  -webkit-animation-delay: -2470ms;
          animation-delay: -2470ms;
}
.star:nth-child(17) .drive.-radius {
  transform: translateX(198px);
}
.star:nth-child(17) .graphic {
  background: rgba(156, 150, 229, 0.7);
}
.star:nth-child(18) .drive.-up {
  -webkit-animation-delay: -23089ms;
          animation-delay: -23089ms;
}
.star:nth-child(18) .drive.-scale {
  -webkit-animation-delay: -23089ms;
          animation-delay: -23089ms;
}
.star:nth-child(18) .drive.-rotate, .star:nth-child(18) .drive.-reverse, .star:nth-child(18) .drive.-angle, .star:nth-child(18) .drive.-rubber {
  -webkit-animation-delay: -38463ms;
          animation-delay: -38463ms;
}
.star:nth-child(18) .drive.-radius {
  transform: translateX(205px);
}
.star:nth-child(18) .graphic {
  background: rgba(193, 143, 252, 0.7);
}
.star:nth-child(19) .drive.-up {
  -webkit-animation-delay: -18335ms;
          animation-delay: -18335ms;
}
.star:nth-child(19) .drive.-scale {
  -webkit-animation-delay: -18335ms;
          animation-delay: -18335ms;
}
.star:nth-child(19) .drive.-rotate, .star:nth-child(19) .drive.-reverse, .star:nth-child(19) .drive.-angle, .star:nth-child(19) .drive.-rubber {
  -webkit-animation-delay: -78247ms;
          animation-delay: -78247ms;
}
.star:nth-child(19) .drive.-radius {
  transform: translateX(158px);
}
.star:nth-child(19) .graphic {
  background: rgba(150, 169, 201, 0.7);
}
.star:nth-child(20) .drive.-up {
  -webkit-animation-delay: -81905ms;
          animation-delay: -81905ms;
}
.star:nth-child(20) .drive.-scale {
  -webkit-animation-delay: -81905ms;
          animation-delay: -81905ms;
}
.star:nth-child(20) .drive.-rotate, .star:nth-child(20) .drive.-reverse, .star:nth-child(20) .drive.-angle, .star:nth-child(20) .drive.-rubber {
  -webkit-animation-delay: -32806ms;
          animation-delay: -32806ms;
}
.star:nth-child(20) .drive.-radius {
  transform: translateX(338px);
}
.star:nth-child(20) .graphic {
  background: rgba(150, 244, 224, 0.7);
}
.star:nth-child(21) .drive.-up {
  -webkit-animation-delay: -83160ms;
          animation-delay: -83160ms;
}
.star:nth-child(21) .drive.-scale {
  -webkit-animation-delay: -83160ms;
          animation-delay: -83160ms;
}
.star:nth-child(21) .drive.-rotate, .star:nth-child(21) .drive.-reverse, .star:nth-child(21) .drive.-angle, .star:nth-child(21) .drive.-rubber {
  -webkit-animation-delay: -27150ms;
          animation-delay: -27150ms;
}
.star:nth-child(21) .drive.-radius {
  transform: translateX(294px);
}
.star:nth-child(21) .graphic {
  background: rgba(186, 209, 234, 0.7);
}
.star:nth-child(22) .drive.-up {
  -webkit-animation-delay: -77669ms;
          animation-delay: -77669ms;
}
.star:nth-child(22) .drive.-scale {
  -webkit-animation-delay: -77669ms;
          animation-delay: -77669ms;
}
.star:nth-child(22) .drive.-rotate, .star:nth-child(22) .drive.-reverse, .star:nth-child(22) .drive.-angle, .star:nth-child(22) .drive.-rubber {
  -webkit-animation-delay: -77860ms;
          animation-delay: -77860ms;
}
.star:nth-child(22) .drive.-radius {
  transform: translateX(220px);
}
.star:nth-child(22) .graphic {
  background: rgba(102, 139, 205, 0.7);
}
.star:nth-child(23) .drive.-up {
  -webkit-animation-delay: -67392ms;
          animation-delay: -67392ms;
}
.star:nth-child(23) .drive.-scale {
  -webkit-animation-delay: -67392ms;
          animation-delay: -67392ms;
}
.star:nth-child(23) .drive.-rotate, .star:nth-child(23) .drive.-reverse, .star:nth-child(23) .drive.-angle, .star:nth-child(23) .drive.-rubber {
  -webkit-animation-delay: -74274ms;
          animation-delay: -74274ms;
}
.star:nth-child(23) .drive.-radius {
  transform: translateX(242px);
}
.star:nth-child(23) .graphic {
  background: rgba(153, 159, 242, 0.7);
}
.star:nth-child(24) .drive.-up {
  -webkit-animation-delay: -47111ms;
          animation-delay: -47111ms;
}
.star:nth-child(24) .drive.-scale {
  -webkit-animation-delay: -47111ms;
          animation-delay: -47111ms;
}
.star:nth-child(24) .drive.-rotate, .star:nth-child(24) .drive.-reverse, .star:nth-child(24) .drive.-angle, .star:nth-child(24) .drive.-rubber {
  -webkit-animation-delay: -65443ms;
          animation-delay: -65443ms;
}
.star:nth-child(24) .drive.-radius {
  transform: translateX(172px);
}
.star:nth-child(24) .graphic {
  background: rgba(122, 135, 219, 0.7);
}
.star:nth-child(25) .drive.-up {
  -webkit-animation-delay: -57565ms;
          animation-delay: -57565ms;
}
.star:nth-child(25) .drive.-scale {
  -webkit-animation-delay: -57565ms;
          animation-delay: -57565ms;
}
.star:nth-child(25) .drive.-rotate, .star:nth-child(25) .drive.-reverse, .star:nth-child(25) .drive.-angle, .star:nth-child(25) .drive.-rubber {
  -webkit-animation-delay: -52195ms;
          animation-delay: -52195ms;
}
.star:nth-child(25) .drive.-radius {
  transform: translateX(306px);
}
.star:nth-child(25) .graphic {
  background: rgba(157, 103, 241, 0.7);
}
.star:nth-child(26) .drive.-up {
  -webkit-animation-delay: -5699ms;
          animation-delay: -5699ms;
}
.star:nth-child(26) .drive.-scale {
  -webkit-animation-delay: -5699ms;
          animation-delay: -5699ms;
}
.star:nth-child(26) .drive.-rotate, .star:nth-child(26) .drive.-reverse, .star:nth-child(26) .drive.-angle, .star:nth-child(26) .drive.-rubber {
  -webkit-animation-delay: -92640ms;
          animation-delay: -92640ms;
}
.star:nth-child(26) .drive.-radius {
  transform: translateX(131px);
}
.star:nth-child(26) .graphic {
  background: rgba(115, 253, 254, 0.7);
}
.star:nth-child(27) .drive.-up {
  -webkit-animation-delay: -24935ms;
          animation-delay: -24935ms;
}
.star:nth-child(27) .drive.-scale {
  -webkit-animation-delay: -24935ms;
          animation-delay: -24935ms;
}
.star:nth-child(27) .drive.-rotate, .star:nth-child(27) .drive.-reverse, .star:nth-child(27) .drive.-angle, .star:nth-child(27) .drive.-rubber {
  -webkit-animation-delay: -25005ms;
          animation-delay: -25005ms;
}
.star:nth-child(27) .drive.-radius {
  transform: translateX(166px);
}
.star:nth-child(27) .graphic {
  background: rgba(239, 153, 247, 0.7);
}
.star:nth-child(28) .drive.-up {
  -webkit-animation-delay: -9339ms;
          animation-delay: -9339ms;
}
.star:nth-child(28) .drive.-scale {
  -webkit-animation-delay: -9339ms;
          animation-delay: -9339ms;
}
.star:nth-child(28) .drive.-rotate, .star:nth-child(28) .drive.-reverse, .star:nth-child(28) .drive.-angle, .star:nth-child(28) .drive.-rubber {
  -webkit-animation-delay: -15386ms;
          animation-delay: -15386ms;
}
.star:nth-child(28) .drive.-radius {
  transform: translateX(263px);
}
.star:nth-child(28) .graphic {
  background: rgba(147, 209, 218, 0.7);
}
.star:nth-child(29) .drive.-up {
  -webkit-animation-delay: -75701ms;
          animation-delay: -75701ms;
}
.star:nth-child(29) .drive.-scale {
  -webkit-animation-delay: -75701ms;
          animation-delay: -75701ms;
}
.star:nth-child(29) .drive.-rotate, .star:nth-child(29) .drive.-reverse, .star:nth-child(29) .drive.-angle, .star:nth-child(29) .drive.-rubber {
  -webkit-animation-delay: -32680ms;
          animation-delay: -32680ms;
}
.star:nth-child(29) .drive.-radius {
  transform: translateX(296px);
}
.star:nth-child(29) .graphic {
  background: rgba(247, 150, 232, 0.7);
}
.star:nth-child(30) .drive.-up {
  -webkit-animation-delay: -9644ms;
          animation-delay: -9644ms;
}
.star:nth-child(30) .drive.-scale {
  -webkit-animation-delay: -9644ms;
          animation-delay: -9644ms;
}
.star:nth-child(30) .drive.-rotate, .star:nth-child(30) .drive.-reverse, .star:nth-child(30) .drive.-angle, .star:nth-child(30) .drive.-rubber {
  -webkit-animation-delay: -71325ms;
          animation-delay: -71325ms;
}
.star:nth-child(30) .drive.-radius {
  transform: translateX(171px);
}
.star:nth-child(30) .graphic {
  background: rgba(151, 219, 236, 0.7);
}
.star:nth-child(31) .drive.-up {
  -webkit-animation-delay: -6501ms;
          animation-delay: -6501ms;
}
.star:nth-child(31) .drive.-scale {
  -webkit-animation-delay: -6501ms;
          animation-delay: -6501ms;
}
.star:nth-child(31) .drive.-rotate, .star:nth-child(31) .drive.-reverse, .star:nth-child(31) .drive.-angle, .star:nth-child(31) .drive.-rubber {
  -webkit-animation-delay: -55829ms;
          animation-delay: -55829ms;
}
.star:nth-child(31) .drive.-radius {
  transform: translateX(130px);
}
.star:nth-child(31) .graphic {
  background: rgba(200, 241, 227, 0.7);
}
.star:nth-child(32) .drive.-up {
  -webkit-animation-delay: -18052ms;
          animation-delay: -18052ms;
}
.star:nth-child(32) .drive.-scale {
  -webkit-animation-delay: -18052ms;
          animation-delay: -18052ms;
}
.star:nth-child(32) .drive.-rotate, .star:nth-child(32) .drive.-reverse, .star:nth-child(32) .drive.-angle, .star:nth-child(32) .drive.-rubber {
  -webkit-animation-delay: -44876ms;
          animation-delay: -44876ms;
}
.star:nth-child(32) .drive.-radius {
  transform: translateX(311px);
}
.star:nth-child(32) .graphic {
  background: rgba(104, 144, 217, 0.7);
}
.star:nth-child(33) .drive.-up {
  -webkit-animation-delay: -20699ms;
          animation-delay: -20699ms;
}
.star:nth-child(33) .drive.-scale {
  -webkit-animation-delay: -20699ms;
          animation-delay: -20699ms;
}
.star:nth-child(33) .drive.-rotate, .star:nth-child(33) .drive.-reverse, .star:nth-child(33) .drive.-angle, .star:nth-child(33) .drive.-rubber {
  -webkit-animation-delay: -30188ms;
          animation-delay: -30188ms;
}
.star:nth-child(33) .drive.-radius {
  transform: translateX(302px);
}
.star:nth-child(33) .graphic {
  background: rgba(255, 144, 253, 0.7);
}
.star:nth-child(34) .drive.-up {
  -webkit-animation-delay: -57901ms;
          animation-delay: -57901ms;
}
.star:nth-child(34) .drive.-scale {
  -webkit-animation-delay: -57901ms;
          animation-delay: -57901ms;
}
.star:nth-child(34) .drive.-rotate, .star:nth-child(34) .drive.-reverse, .star:nth-child(34) .drive.-angle, .star:nth-child(34) .drive.-rubber {
  -webkit-animation-delay: -34896ms;
          animation-delay: -34896ms;
}
.star:nth-child(34) .drive.-radius {
  transform: translateX(200px);
}
.star:nth-child(34) .graphic {
  background: rgba(186, 182, 224, 0.7);
}
.star:nth-child(35) .drive.-up {
  -webkit-animation-delay: -49908ms;
          animation-delay: -49908ms;
}
.star:nth-child(35) .drive.-scale {
  -webkit-animation-delay: -49908ms;
          animation-delay: -49908ms;
}
.star:nth-child(35) .drive.-rotate, .star:nth-child(35) .drive.-reverse, .star:nth-child(35) .drive.-angle, .star:nth-child(35) .drive.-rubber {
  -webkit-animation-delay: -46940ms;
          animation-delay: -46940ms;
}
.star:nth-child(35) .drive.-radius {
  transform: translateX(278px);
}
.star:nth-child(35) .graphic {
  background: rgba(184, 197, 207, 0.7);
}
.star:nth-child(36) .drive.-up {
  -webkit-animation-delay: -41710ms;
          animation-delay: -41710ms;
}
.star:nth-child(36) .drive.-scale {
  -webkit-animation-delay: -41710ms;
          animation-delay: -41710ms;
}
.star:nth-child(36) .drive.-rotate, .star:nth-child(36) .drive.-reverse, .star:nth-child(36) .drive.-angle, .star:nth-child(36) .drive.-rubber {
  -webkit-animation-delay: -5012ms;
          animation-delay: -5012ms;
}
.star:nth-child(36) .drive.-radius {
  transform: translateX(256px);
}
.star:nth-child(36) .graphic {
  background: rgba(213, 224, 202, 0.7);
}
.star:nth-child(37) .drive.-up {
  -webkit-animation-delay: -1924ms;
          animation-delay: -1924ms;
}
.star:nth-child(37) .drive.-scale {
  -webkit-animation-delay: -1924ms;
          animation-delay: -1924ms;
}
.star:nth-child(37) .drive.-rotate, .star:nth-child(37) .drive.-reverse, .star:nth-child(37) .drive.-angle, .star:nth-child(37) .drive.-rubber {
  -webkit-animation-delay: -76812ms;
          animation-delay: -76812ms;
}
.star:nth-child(37) .drive.-radius {
  transform: translateX(261px);
}
.star:nth-child(37) .graphic {
  background: rgba(177, 135, 236, 0.7);
}
.star:nth-child(38) .drive.-up {
  -webkit-animation-delay: -4356ms;
          animation-delay: -4356ms;
}
.star:nth-child(38) .drive.-scale {
  -webkit-animation-delay: -4356ms;
          animation-delay: -4356ms;
}
.star:nth-child(38) .drive.-rotate, .star:nth-child(38) .drive.-reverse, .star:nth-child(38) .drive.-angle, .star:nth-child(38) .drive.-rubber {
  -webkit-animation-delay: -3380ms;
          animation-delay: -3380ms;
}
.star:nth-child(38) .drive.-radius {
  transform: translateX(260px);
}
.star:nth-child(38) .graphic {
  background: rgba(183, 145, 253, 0.7);
}
.star:nth-child(39) .drive.-up {
  -webkit-animation-delay: -92297ms;
          animation-delay: -92297ms;
}
.star:nth-child(39) .drive.-scale {
  -webkit-animation-delay: -92297ms;
          animation-delay: -92297ms;
}
.star:nth-child(39) .drive.-rotate, .star:nth-child(39) .drive.-reverse, .star:nth-child(39) .drive.-angle, .star:nth-child(39) .drive.-rubber {
  -webkit-animation-delay: -16254ms;
          animation-delay: -16254ms;
}
.star:nth-child(39) .drive.-radius {
  transform: translateX(341px);
}
.star:nth-child(39) .graphic {
  background: rgba(144, 153, 244, 0.7);
}
.star:nth-child(40) .drive.-up {
  -webkit-animation-delay: -40920ms;
          animation-delay: -40920ms;
}
.star:nth-child(40) .drive.-scale {
  -webkit-animation-delay: -40920ms;
          animation-delay: -40920ms;
}
.star:nth-child(40) .drive.-rotate, .star:nth-child(40) .drive.-reverse, .star:nth-child(40) .drive.-angle, .star:nth-child(40) .drive.-rubber {
  -webkit-animation-delay: -47189ms;
          animation-delay: -47189ms;
}
.star:nth-child(40) .drive.-radius {
  transform: translateX(127px);
}
.star:nth-child(40) .graphic {
  background: rgba(168, 150, 243, 0.7);
}
.star:nth-child(41) .drive.-up {
  -webkit-animation-delay: -15072ms;
          animation-delay: -15072ms;
}
.star:nth-child(41) .drive.-scale {
  -webkit-animation-delay: -15072ms;
          animation-delay: -15072ms;
}
.star:nth-child(41) .drive.-rotate, .star:nth-child(41) .drive.-reverse, .star:nth-child(41) .drive.-angle, .star:nth-child(41) .drive.-rubber {
  -webkit-animation-delay: -33281ms;
          animation-delay: -33281ms;
}
.star:nth-child(41) .drive.-radius {
  transform: translateX(163px);
}
.star:nth-child(41) .graphic {
  background: rgba(121, 116, 246, 0.7);
}
.star:nth-child(42) .drive.-up {
  -webkit-animation-delay: -78803ms;
          animation-delay: -78803ms;
}
.star:nth-child(42) .drive.-scale {
  -webkit-animation-delay: -78803ms;
          animation-delay: -78803ms;
}
.star:nth-child(42) .drive.-rotate, .star:nth-child(42) .drive.-reverse, .star:nth-child(42) .drive.-angle, .star:nth-child(42) .drive.-rubber {
  -webkit-animation-delay: -52670ms;
          animation-delay: -52670ms;
}
.star:nth-child(42) .drive.-radius {
  transform: translateX(254px);
}
.star:nth-child(42) .graphic {
  background: rgba(180, 175, 226, 0.7);
}
.star:nth-child(43) .drive.-up {
  -webkit-animation-delay: -72736ms;
          animation-delay: -72736ms;
}
.star:nth-child(43) .drive.-scale {
  -webkit-animation-delay: -72736ms;
          animation-delay: -72736ms;
}
.star:nth-child(43) .drive.-rotate, .star:nth-child(43) .drive.-reverse, .star:nth-child(43) .drive.-angle, .star:nth-child(43) .drive.-rubber {
  -webkit-animation-delay: -93094ms;
          animation-delay: -93094ms;
}
.star:nth-child(43) .drive.-radius {
  transform: translateX(160px);
}
.star:nth-child(43) .graphic {
  background: rgba(183, 201, 254, 0.7);
}
.star:nth-child(44) .drive.-up {
  -webkit-animation-delay: -60659ms;
          animation-delay: -60659ms;
}
.star:nth-child(44) .drive.-scale {
  -webkit-animation-delay: -60659ms;
          animation-delay: -60659ms;
}
.star:nth-child(44) .drive.-rotate, .star:nth-child(44) .drive.-reverse, .star:nth-child(44) .drive.-angle, .star:nth-child(44) .drive.-rubber {
  -webkit-animation-delay: -62935ms;
          animation-delay: -62935ms;
}
.star:nth-child(44) .drive.-radius {
  transform: translateX(328px);
}
.star:nth-child(44) .graphic {
  background: rgba(167, 103, 249, 0.7);
}
.star:nth-child(45) .drive.-up {
  -webkit-animation-delay: -70041ms;
          animation-delay: -70041ms;
}
.star:nth-child(45) .drive.-scale {
  -webkit-animation-delay: -70041ms;
          animation-delay: -70041ms;
}
.star:nth-child(45) .drive.-rotate, .star:nth-child(45) .drive.-reverse, .star:nth-child(45) .drive.-angle, .star:nth-child(45) .drive.-rubber {
  -webkit-animation-delay: -80856ms;
          animation-delay: -80856ms;
}
.star:nth-child(45) .drive.-radius {
  transform: translateX(298px);
}
.star:nth-child(45) .graphic {
  background: rgba(178, 113, 233, 0.7);
}
.star:nth-child(46) .drive.-up {
  -webkit-animation-delay: -97137ms;
          animation-delay: -97137ms;
}
.star:nth-child(46) .drive.-scale {
  -webkit-animation-delay: -97137ms;
          animation-delay: -97137ms;
}
.star:nth-child(46) .drive.-rotate, .star:nth-child(46) .drive.-reverse, .star:nth-child(46) .drive.-angle, .star:nth-child(46) .drive.-rubber {
  -webkit-animation-delay: -27217ms;
          animation-delay: -27217ms;
}
.star:nth-child(46) .drive.-radius {
  transform: translateX(287px);
}
.star:nth-child(46) .graphic {
  background: rgba(241, 238, 250, 0.7);
}
.star:nth-child(47) .drive.-up {
  -webkit-animation-delay: -76257ms;
          animation-delay: -76257ms;
}
.star:nth-child(47) .drive.-scale {
  -webkit-animation-delay: -76257ms;
          animation-delay: -76257ms;
}
.star:nth-child(47) .drive.-rotate, .star:nth-child(47) .drive.-reverse, .star:nth-child(47) .drive.-angle, .star:nth-child(47) .drive.-rubber {
  -webkit-animation-delay: -58721ms;
          animation-delay: -58721ms;
}
.star:nth-child(47) .drive.-radius {
  transform: translateX(298px);
}
.star:nth-child(47) .graphic {
  background: rgba(115, 232, 215, 0.7);
}
.star:nth-child(48) .drive.-up {
  -webkit-animation-delay: -83833ms;
          animation-delay: -83833ms;
}
.star:nth-child(48) .drive.-scale {
  -webkit-animation-delay: -83833ms;
          animation-delay: -83833ms;
}
.star:nth-child(48) .drive.-rotate, .star:nth-child(48) .drive.-reverse, .star:nth-child(48) .drive.-angle, .star:nth-child(48) .drive.-rubber {
  -webkit-animation-delay: -2337ms;
          animation-delay: -2337ms;
}
.star:nth-child(48) .drive.-radius {
  transform: translateX(171px);
}
.star:nth-child(48) .graphic {
  background: rgba(158, 201, 238, 0.7);
}
.star:nth-child(49) .drive.-up {
  -webkit-animation-delay: -10035ms;
          animation-delay: -10035ms;
}
.star:nth-child(49) .drive.-scale {
  -webkit-animation-delay: -10035ms;
          animation-delay: -10035ms;
}
.star:nth-child(49) .drive.-rotate, .star:nth-child(49) .drive.-reverse, .star:nth-child(49) .drive.-angle, .star:nth-child(49) .drive.-rubber {
  -webkit-animation-delay: -42893ms;
          animation-delay: -42893ms;
}
.star:nth-child(49) .drive.-radius {
  transform: translateX(156px);
}
.star:nth-child(49) .graphic {
  background: rgba(160, 227, 220, 0.7);
}
.star:nth-child(50) .drive.-up {
  -webkit-animation-delay: -28439ms;
          animation-delay: -28439ms;
}
.star:nth-child(50) .drive.-scale {
  -webkit-animation-delay: -28439ms;
          animation-delay: -28439ms;
}
.star:nth-child(50) .drive.-rotate, .star:nth-child(50) .drive.-reverse, .star:nth-child(50) .drive.-angle, .star:nth-child(50) .drive.-rubber {
  -webkit-animation-delay: -27710ms;
          animation-delay: -27710ms;
}
.star:nth-child(50) .drive.-radius {
  transform: translateX(295px);
}
.star:nth-child(50) .graphic {
  background: rgba(222, 248, 241, 0.7);
}
.star:nth-child(51) .drive.-up {
  -webkit-animation-delay: -77181ms;
          animation-delay: -77181ms;
}
.star:nth-child(51) .drive.-scale {
  -webkit-animation-delay: -77181ms;
          animation-delay: -77181ms;
}
.star:nth-child(51) .drive.-rotate, .star:nth-child(51) .drive.-reverse, .star:nth-child(51) .drive.-angle, .star:nth-child(51) .drive.-rubber {
  -webkit-animation-delay: -2358ms;
          animation-delay: -2358ms;
}
.star:nth-child(51) .drive.-radius {
  transform: translateX(201px);
}
.star:nth-child(51) .graphic {
  background: rgba(140, 124, 217, 0.7);
}
.star:nth-child(52) .drive.-up {
  -webkit-animation-delay: -84071ms;
          animation-delay: -84071ms;
}
.star:nth-child(52) .drive.-scale {
  -webkit-animation-delay: -84071ms;
          animation-delay: -84071ms;
}
.star:nth-child(52) .drive.-rotate, .star:nth-child(52) .drive.-reverse, .star:nth-child(52) .drive.-angle, .star:nth-child(52) .drive.-rubber {
  -webkit-animation-delay: -94328ms;
          animation-delay: -94328ms;
}
.star:nth-child(52) .drive.-radius {
  transform: translateX(142px);
}
.star:nth-child(52) .graphic {
  background: rgba(117, 204, 245, 0.7);
}
.star:nth-child(53) .drive.-up {
  -webkit-animation-delay: -86855ms;
          animation-delay: -86855ms;
}
.star:nth-child(53) .drive.-scale {
  -webkit-animation-delay: -86855ms;
          animation-delay: -86855ms;
}
.star:nth-child(53) .drive.-rotate, .star:nth-child(53) .drive.-reverse, .star:nth-child(53) .drive.-angle, .star:nth-child(53) .drive.-rubber {
  -webkit-animation-delay: -37724ms;
          animation-delay: -37724ms;
}
.star:nth-child(53) .drive.-radius {
  transform: translateX(233px);
}
.star:nth-child(53) .graphic {
  background: rgba(195, 194, 205, 0.7);
}
.star:nth-child(54) .drive.-up {
  -webkit-animation-delay: -91306ms;
          animation-delay: -91306ms;
}
.star:nth-child(54) .drive.-scale {
  -webkit-animation-delay: -91306ms;
          animation-delay: -91306ms;
}
.star:nth-child(54) .drive.-rotate, .star:nth-child(54) .drive.-reverse, .star:nth-child(54) .drive.-angle, .star:nth-child(54) .drive.-rubber {
  -webkit-animation-delay: -81761ms;
          animation-delay: -81761ms;
}
.star:nth-child(54) .drive.-radius {
  transform: translateX(183px);
}
.star:nth-child(54) .graphic {
  background: rgba(158, 218, 206, 0.7);
}
.star:nth-child(55) .drive.-up {
  -webkit-animation-delay: -92490ms;
          animation-delay: -92490ms;
}
.star:nth-child(55) .drive.-scale {
  -webkit-animation-delay: -92490ms;
          animation-delay: -92490ms;
}
.star:nth-child(55) .drive.-rotate, .star:nth-child(55) .drive.-reverse, .star:nth-child(55) .drive.-angle, .star:nth-child(55) .drive.-rubber {
  -webkit-animation-delay: -58189ms;
          animation-delay: -58189ms;
}
.star:nth-child(55) .drive.-radius {
  transform: translateX(198px);
}
.star:nth-child(55) .graphic {
  background: rgba(212, 248, 239, 0.7);
}
.star:nth-child(56) .drive.-up {
  -webkit-animation-delay: -15715ms;
          animation-delay: -15715ms;
}
.star:nth-child(56) .drive.-scale {
  -webkit-animation-delay: -15715ms;
          animation-delay: -15715ms;
}
.star:nth-child(56) .drive.-rotate, .star:nth-child(56) .drive.-reverse, .star:nth-child(56) .drive.-angle, .star:nth-child(56) .drive.-rubber {
  -webkit-animation-delay: -15874ms;
          animation-delay: -15874ms;
}
.star:nth-child(56) .drive.-radius {
  transform: translateX(302px);
}
.star:nth-child(56) .graphic {
  background: rgba(109, 134, 238, 0.7);
}
.star:nth-child(57) .drive.-up {
  -webkit-animation-delay: -87398ms;
          animation-delay: -87398ms;
}
.star:nth-child(57) .drive.-scale {
  -webkit-animation-delay: -87398ms;
          animation-delay: -87398ms;
}
.star:nth-child(57) .drive.-rotate, .star:nth-child(57) .drive.-reverse, .star:nth-child(57) .drive.-angle, .star:nth-child(57) .drive.-rubber {
  -webkit-animation-delay: -13107ms;
          animation-delay: -13107ms;
}
.star:nth-child(57) .drive.-radius {
  transform: translateX(203px);
}
.star:nth-child(57) .graphic {
  background: rgba(193, 138, 201, 0.7);
}
.star:nth-child(58) .drive.-up {
  -webkit-animation-delay: -62860ms;
          animation-delay: -62860ms;
}
.star:nth-child(58) .drive.-scale {
  -webkit-animation-delay: -62860ms;
          animation-delay: -62860ms;
}
.star:nth-child(58) .drive.-rotate, .star:nth-child(58) .drive.-reverse, .star:nth-child(58) .drive.-angle, .star:nth-child(58) .drive.-rubber {
  -webkit-animation-delay: -96175ms;
          animation-delay: -96175ms;
}
.star:nth-child(58) .drive.-radius {
  transform: translateX(230px);
}
.star:nth-child(58) .graphic {
  background: rgba(144, 202, 241, 0.7);
}
.star:nth-child(59) .drive.-up {
  -webkit-animation-delay: -464ms;
          animation-delay: -464ms;
}
.star:nth-child(59) .drive.-scale {
  -webkit-animation-delay: -464ms;
          animation-delay: -464ms;
}
.star:nth-child(59) .drive.-rotate, .star:nth-child(59) .drive.-reverse, .star:nth-child(59) .drive.-angle, .star:nth-child(59) .drive.-rubber {
  -webkit-animation-delay: -51589ms;
          animation-delay: -51589ms;
}
.star:nth-child(59) .drive.-radius {
  transform: translateX(228px);
}
.star:nth-child(59) .graphic {
  background: rgba(180, 187, 236, 0.7);
}
.star:nth-child(60) .drive.-up {
  -webkit-animation-delay: -57917ms;
          animation-delay: -57917ms;
}
.star:nth-child(60) .drive.-scale {
  -webkit-animation-delay: -57917ms;
          animation-delay: -57917ms;
}
.star:nth-child(60) .drive.-rotate, .star:nth-child(60) .drive.-reverse, .star:nth-child(60) .drive.-angle, .star:nth-child(60) .drive.-rubber {
  -webkit-animation-delay: -18074ms;
          animation-delay: -18074ms;
}
.star:nth-child(60) .drive.-radius {
  transform: translateX(291px);
}
.star:nth-child(60) .graphic {
  background: rgba(175, 157, 213, 0.7);
}
.star:nth-child(61) .drive.-up {
  -webkit-animation-delay: -71120ms;
          animation-delay: -71120ms;
}
.star:nth-child(61) .drive.-scale {
  -webkit-animation-delay: -71120ms;
          animation-delay: -71120ms;
}
.star:nth-child(61) .drive.-rotate, .star:nth-child(61) .drive.-reverse, .star:nth-child(61) .drive.-angle, .star:nth-child(61) .drive.-rubber {
  -webkit-animation-delay: -59093ms;
          animation-delay: -59093ms;
}
.star:nth-child(61) .drive.-radius {
  transform: translateX(153px);
}
.star:nth-child(61) .graphic {
  background: rgba(108, 215, 217, 0.7);
}
.star:nth-child(62) .drive.-up {
  -webkit-animation-delay: -58116ms;
          animation-delay: -58116ms;
}
.star:nth-child(62) .drive.-scale {
  -webkit-animation-delay: -58116ms;
          animation-delay: -58116ms;
}
.star:nth-child(62) .drive.-rotate, .star:nth-child(62) .drive.-reverse, .star:nth-child(62) .drive.-angle, .star:nth-child(62) .drive.-rubber {
  -webkit-animation-delay: -20275ms;
          animation-delay: -20275ms;
}
.star:nth-child(62) .drive.-radius {
  transform: translateX(196px);
}
.star:nth-child(62) .graphic {
  background: rgba(169, 114, 222, 0.7);
}
.star:nth-child(63) .drive.-up {
  -webkit-animation-delay: -38185ms;
          animation-delay: -38185ms;
}
.star:nth-child(63) .drive.-scale {
  -webkit-animation-delay: -38185ms;
          animation-delay: -38185ms;
}
.star:nth-child(63) .drive.-rotate, .star:nth-child(63) .drive.-reverse, .star:nth-child(63) .drive.-angle, .star:nth-child(63) .drive.-rubber {
  -webkit-animation-delay: -72692ms;
          animation-delay: -72692ms;
}
.star:nth-child(63) .drive.-radius {
  transform: translateX(125px);
}
.star:nth-child(63) .graphic {
  background: rgba(143, 204, 214, 0.7);
}
.star:nth-child(64) .drive.-up {
  -webkit-animation-delay: -35687ms;
          animation-delay: -35687ms;
}
.star:nth-child(64) .drive.-scale {
  -webkit-animation-delay: -35687ms;
          animation-delay: -35687ms;
}
.star:nth-child(64) .drive.-rotate, .star:nth-child(64) .drive.-reverse, .star:nth-child(64) .drive.-angle, .star:nth-child(64) .drive.-rubber {
  -webkit-animation-delay: -43257ms;
          animation-delay: -43257ms;
}
.star:nth-child(64) .drive.-radius {
  transform: translateX(328px);
}
.star:nth-child(64) .graphic {
  background: rgba(164, 191, 247, 0.7);
}
.star:nth-child(65) .drive.-up {
  -webkit-animation-delay: -60954ms;
          animation-delay: -60954ms;
}
.star:nth-child(65) .drive.-scale {
  -webkit-animation-delay: -60954ms;
          animation-delay: -60954ms;
}
.star:nth-child(65) .drive.-rotate, .star:nth-child(65) .drive.-reverse, .star:nth-child(65) .drive.-angle, .star:nth-child(65) .drive.-rubber {
  -webkit-animation-delay: -54918ms;
          animation-delay: -54918ms;
}
.star:nth-child(65) .drive.-radius {
  transform: translateX(253px);
}
.star:nth-child(65) .graphic {
  background: rgba(193, 104, 207, 0.7);
}
.star:nth-child(66) .drive.-up {
  -webkit-animation-delay: -72171ms;
          animation-delay: -72171ms;
}
.star:nth-child(66) .drive.-scale {
  -webkit-animation-delay: -72171ms;
          animation-delay: -72171ms;
}
.star:nth-child(66) .drive.-rotate, .star:nth-child(66) .drive.-reverse, .star:nth-child(66) .drive.-angle, .star:nth-child(66) .drive.-rubber {
  -webkit-animation-delay: -62081ms;
          animation-delay: -62081ms;
}
.star:nth-child(66) .drive.-radius {
  transform: translateX(337px);
}
.star:nth-child(66) .graphic {
  background: rgba(210, 117, 252, 0.7);
}
.star:nth-child(67) .drive.-up {
  -webkit-animation-delay: -21694ms;
          animation-delay: -21694ms;
}
.star:nth-child(67) .drive.-scale {
  -webkit-animation-delay: -21694ms;
          animation-delay: -21694ms;
}
.star:nth-child(67) .drive.-rotate, .star:nth-child(67) .drive.-reverse, .star:nth-child(67) .drive.-angle, .star:nth-child(67) .drive.-rubber {
  -webkit-animation-delay: -19634ms;
          animation-delay: -19634ms;
}
.star:nth-child(67) .drive.-radius {
  transform: translateX(234px);
}
.star:nth-child(67) .graphic {
  background: rgba(165, 110, 207, 0.7);
}
.star:nth-child(68) .drive.-up {
  -webkit-animation-delay: -25769ms;
          animation-delay: -25769ms;
}
.star:nth-child(68) .drive.-scale {
  -webkit-animation-delay: -25769ms;
          animation-delay: -25769ms;
}
.star:nth-child(68) .drive.-rotate, .star:nth-child(68) .drive.-reverse, .star:nth-child(68) .drive.-angle, .star:nth-child(68) .drive.-rubber {
  -webkit-animation-delay: -61217ms;
          animation-delay: -61217ms;
}
.star:nth-child(68) .drive.-radius {
  transform: translateX(164px);
}
.star:nth-child(68) .graphic {
  background: rgba(159, 130, 212, 0.7);
}
.star:nth-child(69) .drive.-up {
  -webkit-animation-delay: -1030ms;
          animation-delay: -1030ms;
}
.star:nth-child(69) .drive.-scale {
  -webkit-animation-delay: -1030ms;
          animation-delay: -1030ms;
}
.star:nth-child(69) .drive.-rotate, .star:nth-child(69) .drive.-reverse, .star:nth-child(69) .drive.-angle, .star:nth-child(69) .drive.-rubber {
  -webkit-animation-delay: -91092ms;
          animation-delay: -91092ms;
}
.star:nth-child(69) .drive.-radius {
  transform: translateX(288px);
}
.star:nth-child(69) .graphic {
  background: rgba(151, 105, 206, 0.7);
}
.star:nth-child(70) .drive.-up {
  -webkit-animation-delay: -75644ms;
          animation-delay: -75644ms;
}
.star:nth-child(70) .drive.-scale {
  -webkit-animation-delay: -75644ms;
          animation-delay: -75644ms;
}
.star:nth-child(70) .drive.-rotate, .star:nth-child(70) .drive.-reverse, .star:nth-child(70) .drive.-angle, .star:nth-child(70) .drive.-rubber {
  -webkit-animation-delay: -82831ms;
          animation-delay: -82831ms;
}
.star:nth-child(70) .drive.-radius {
  transform: translateX(256px);
}
.star:nth-child(70) .graphic {
  background: rgba(179, 220, 225, 0.7);
}
.star:nth-child(71) .drive.-up {
  -webkit-animation-delay: -57758ms;
          animation-delay: -57758ms;
}
.star:nth-child(71) .drive.-scale {
  -webkit-animation-delay: -57758ms;
          animation-delay: -57758ms;
}
.star:nth-child(71) .drive.-rotate, .star:nth-child(71) .drive.-reverse, .star:nth-child(71) .drive.-angle, .star:nth-child(71) .drive.-rubber {
  -webkit-animation-delay: -8315ms;
          animation-delay: -8315ms;
}
.star:nth-child(71) .drive.-radius {
  transform: translateX(186px);
}
.star:nth-child(71) .graphic {
  background: rgba(114, 117, 220, 0.7);
}
.star:nth-child(72) .drive.-up {
  -webkit-animation-delay: -91946ms;
          animation-delay: -91946ms;
}
.star:nth-child(72) .drive.-scale {
  -webkit-animation-delay: -91946ms;
          animation-delay: -91946ms;
}
.star:nth-child(72) .drive.-rotate, .star:nth-child(72) .drive.-reverse, .star:nth-child(72) .drive.-angle, .star:nth-child(72) .drive.-rubber {
  -webkit-animation-delay: -87395ms;
          animation-delay: -87395ms;
}
.star:nth-child(72) .drive.-radius {
  transform: translateX(333px);
}
.star:nth-child(72) .graphic {
  background: rgba(112, 223, 225, 0.7);
}
.star:nth-child(73) .drive.-up {
  -webkit-animation-delay: -89317ms;
          animation-delay: -89317ms;
}
.star:nth-child(73) .drive.-scale {
  -webkit-animation-delay: -89317ms;
          animation-delay: -89317ms;
}
.star:nth-child(73) .drive.-rotate, .star:nth-child(73) .drive.-reverse, .star:nth-child(73) .drive.-angle, .star:nth-child(73) .drive.-rubber {
  -webkit-animation-delay: -16343ms;
          animation-delay: -16343ms;
}
.star:nth-child(73) .drive.-radius {
  transform: translateX(248px);
}
.star:nth-child(73) .graphic {
  background: rgba(103, 127, 221, 0.7);
}
.star:nth-child(74) .drive.-up {
  -webkit-animation-delay: -33852ms;
          animation-delay: -33852ms;
}
.star:nth-child(74) .drive.-scale {
  -webkit-animation-delay: -33852ms;
          animation-delay: -33852ms;
}
.star:nth-child(74) .drive.-rotate, .star:nth-child(74) .drive.-reverse, .star:nth-child(74) .drive.-angle, .star:nth-child(74) .drive.-rubber {
  -webkit-animation-delay: -12095ms;
          animation-delay: -12095ms;
}
.star:nth-child(74) .drive.-radius {
  transform: translateX(338px);
}
.star:nth-child(74) .graphic {
  background: rgba(194, 247, 202, 0.7);
}
.star:nth-child(75) .drive.-up {
  -webkit-animation-delay: -56567ms;
          animation-delay: -56567ms;
}
.star:nth-child(75) .drive.-scale {
  -webkit-animation-delay: -56567ms;
          animation-delay: -56567ms;
}
.star:nth-child(75) .drive.-rotate, .star:nth-child(75) .drive.-reverse, .star:nth-child(75) .drive.-angle, .star:nth-child(75) .drive.-rubber {
  -webkit-animation-delay: -44855ms;
          animation-delay: -44855ms;
}
.star:nth-child(75) .drive.-radius {
  transform: translateX(261px);
}
.star:nth-child(75) .graphic {
  background: rgba(245, 126, 248, 0.7);
}
.star:nth-child(76) .drive.-up {
  -webkit-animation-delay: -85121ms;
          animation-delay: -85121ms;
}
.star:nth-child(76) .drive.-scale {
  -webkit-animation-delay: -85121ms;
          animation-delay: -85121ms;
}
.star:nth-child(76) .drive.-rotate, .star:nth-child(76) .drive.-reverse, .star:nth-child(76) .drive.-angle, .star:nth-child(76) .drive.-rubber {
  -webkit-animation-delay: -10092ms;
          animation-delay: -10092ms;
}
.star:nth-child(76) .drive.-radius {
  transform: translateX(328px);
}
.star:nth-child(76) .graphic {
  background: rgba(148, 141, 212, 0.7);
}
.star:nth-child(77) .drive.-up {
  -webkit-animation-delay: -90861ms;
          animation-delay: -90861ms;
}
.star:nth-child(77) .drive.-scale {
  -webkit-animation-delay: -90861ms;
          animation-delay: -90861ms;
}
.star:nth-child(77) .drive.-rotate, .star:nth-child(77) .drive.-reverse, .star:nth-child(77) .drive.-angle, .star:nth-child(77) .drive.-rubber {
  -webkit-animation-delay: -83814ms;
          animation-delay: -83814ms;
}
.star:nth-child(77) .drive.-radius {
  transform: translateX(305px);
}
.star:nth-child(77) .graphic {
  background: rgba(212, 249, 220, 0.7);
}
.star:nth-child(78) .drive.-up {
  -webkit-animation-delay: -68031ms;
          animation-delay: -68031ms;
}
.star:nth-child(78) .drive.-scale {
  -webkit-animation-delay: -68031ms;
          animation-delay: -68031ms;
}
.star:nth-child(78) .drive.-rotate, .star:nth-child(78) .drive.-reverse, .star:nth-child(78) .drive.-angle, .star:nth-child(78) .drive.-rubber {
  -webkit-animation-delay: -711ms;
          animation-delay: -711ms;
}
.star:nth-child(78) .drive.-radius {
  transform: translateX(120px);
}
.star:nth-child(78) .graphic {
  background: rgba(114, 202, 248, 0.7);
}
.star:nth-child(79) .drive.-up {
  -webkit-animation-delay: -54466ms;
          animation-delay: -54466ms;
}
.star:nth-child(79) .drive.-scale {
  -webkit-animation-delay: -54466ms;
          animation-delay: -54466ms;
}
.star:nth-child(79) .drive.-rotate, .star:nth-child(79) .drive.-reverse, .star:nth-child(79) .drive.-angle, .star:nth-child(79) .drive.-rubber {
  -webkit-animation-delay: -79708ms;
          animation-delay: -79708ms;
}
.star:nth-child(79) .drive.-radius {
  transform: translateX(238px);
}
.star:nth-child(79) .graphic {
  background: rgba(250, 160, 215, 0.7);
}
.star:nth-child(80) .drive.-up {
  -webkit-animation-delay: -56191ms;
          animation-delay: -56191ms;
}
.star:nth-child(80) .drive.-scale {
  -webkit-animation-delay: -56191ms;
          animation-delay: -56191ms;
}
.star:nth-child(80) .drive.-rotate, .star:nth-child(80) .drive.-reverse, .star:nth-child(80) .drive.-angle, .star:nth-child(80) .drive.-rubber {
  -webkit-animation-delay: -99556ms;
          animation-delay: -99556ms;
}
.star:nth-child(80) .drive.-radius {
  transform: translateX(117px);
}
.star:nth-child(80) .graphic {
  background: rgba(223, 102, 254, 0.7);
}
.star:nth-child(81) .drive.-up {
  -webkit-animation-delay: -79593ms;
          animation-delay: -79593ms;
}
.star:nth-child(81) .drive.-scale {
  -webkit-animation-delay: -79593ms;
          animation-delay: -79593ms;
}
.star:nth-child(81) .drive.-rotate, .star:nth-child(81) .drive.-reverse, .star:nth-child(81) .drive.-angle, .star:nth-child(81) .drive.-rubber {
  -webkit-animation-delay: -10781ms;
          animation-delay: -10781ms;
}
.star:nth-child(81) .drive.-radius {
  transform: translateX(341px);
}
.star:nth-child(81) .graphic {
  background: rgba(168, 212, 235, 0.7);
}
.star:nth-child(82) .drive.-up {
  -webkit-animation-delay: -91225ms;
          animation-delay: -91225ms;
}
.star:nth-child(82) .drive.-scale {
  -webkit-animation-delay: -91225ms;
          animation-delay: -91225ms;
}
.star:nth-child(82) .drive.-rotate, .star:nth-child(82) .drive.-reverse, .star:nth-child(82) .drive.-angle, .star:nth-child(82) .drive.-rubber {
  -webkit-animation-delay: -20614ms;
          animation-delay: -20614ms;
}
.star:nth-child(82) .drive.-radius {
  transform: translateX(180px);
}
.star:nth-child(82) .graphic {
  background: rgba(222, 168, 231, 0.7);
}
.star:nth-child(83) .drive.-up {
  -webkit-animation-delay: -39837ms;
          animation-delay: -39837ms;
}
.star:nth-child(83) .drive.-scale {
  -webkit-animation-delay: -39837ms;
          animation-delay: -39837ms;
}
.star:nth-child(83) .drive.-rotate, .star:nth-child(83) .drive.-reverse, .star:nth-child(83) .drive.-angle, .star:nth-child(83) .drive.-rubber {
  -webkit-animation-delay: -32528ms;
          animation-delay: -32528ms;
}
.star:nth-child(83) .drive.-radius {
  transform: translateX(122px);
}
.star:nth-child(83) .graphic {
  background: rgba(127, 226, 218, 0.7);
}
.star:nth-child(84) .drive.-up {
  -webkit-animation-delay: -77308ms;
          animation-delay: -77308ms;
}
.star:nth-child(84) .drive.-scale {
  -webkit-animation-delay: -77308ms;
          animation-delay: -77308ms;
}
.star:nth-child(84) .drive.-rotate, .star:nth-child(84) .drive.-reverse, .star:nth-child(84) .drive.-angle, .star:nth-child(84) .drive.-rubber {
  -webkit-animation-delay: -68140ms;
          animation-delay: -68140ms;
}
.star:nth-child(84) .drive.-radius {
  transform: translateX(279px);
}
.star:nth-child(84) .graphic {
  background: rgba(105, 219, 255, 0.7);
}
.star:nth-child(85) .drive.-up {
  -webkit-animation-delay: -77889ms;
          animation-delay: -77889ms;
}
.star:nth-child(85) .drive.-scale {
  -webkit-animation-delay: -77889ms;
          animation-delay: -77889ms;
}
.star:nth-child(85) .drive.-rotate, .star:nth-child(85) .drive.-reverse, .star:nth-child(85) .drive.-angle, .star:nth-child(85) .drive.-rubber {
  -webkit-animation-delay: -17963ms;
          animation-delay: -17963ms;
}
.star:nth-child(85) .drive.-radius {
  transform: translateX(202px);
}
.star:nth-child(85) .graphic {
  background: rgba(138, 128, 245, 0.7);
}
.star:nth-child(86) .drive.-up {
  -webkit-animation-delay: -36678ms;
          animation-delay: -36678ms;
}
.star:nth-child(86) .drive.-scale {
  -webkit-animation-delay: -36678ms;
          animation-delay: -36678ms;
}
.star:nth-child(86) .drive.-rotate, .star:nth-child(86) .drive.-reverse, .star:nth-child(86) .drive.-angle, .star:nth-child(86) .drive.-rubber {
  -webkit-animation-delay: -54911ms;
          animation-delay: -54911ms;
}
.star:nth-child(86) .drive.-radius {
  transform: translateX(329px);
}
.star:nth-child(86) .graphic {
  background: rgba(104, 162, 230, 0.7);
}
.star:nth-child(87) .drive.-up {
  -webkit-animation-delay: -57646ms;
          animation-delay: -57646ms;
}
.star:nth-child(87) .drive.-scale {
  -webkit-animation-delay: -57646ms;
          animation-delay: -57646ms;
}
.star:nth-child(87) .drive.-rotate, .star:nth-child(87) .drive.-reverse, .star:nth-child(87) .drive.-angle, .star:nth-child(87) .drive.-rubber {
  -webkit-animation-delay: -56835ms;
          animation-delay: -56835ms;
}
.star:nth-child(87) .drive.-radius {
  transform: translateX(174px);
}
.star:nth-child(87) .graphic {
  background: rgba(125, 101, 220, 0.7);
}
.star:nth-child(88) .drive.-up {
  -webkit-animation-delay: -13054ms;
          animation-delay: -13054ms;
}
.star:nth-child(88) .drive.-scale {
  -webkit-animation-delay: -13054ms;
          animation-delay: -13054ms;
}
.star:nth-child(88) .drive.-rotate, .star:nth-child(88) .drive.-reverse, .star:nth-child(88) .drive.-angle, .star:nth-child(88) .drive.-rubber {
  -webkit-animation-delay: -10884ms;
          animation-delay: -10884ms;
}
.star:nth-child(88) .drive.-radius {
  transform: translateX(133px);
}
.star:nth-child(88) .graphic {
  background: rgba(202, 105, 226, 0.7);
}
.star:nth-child(89) .drive.-up {
  -webkit-animation-delay: -54392ms;
          animation-delay: -54392ms;
}
.star:nth-child(89) .drive.-scale {
  -webkit-animation-delay: -54392ms;
          animation-delay: -54392ms;
}
.star:nth-child(89) .drive.-rotate, .star:nth-child(89) .drive.-reverse, .star:nth-child(89) .drive.-angle, .star:nth-child(89) .drive.-rubber {
  -webkit-animation-delay: -87540ms;
          animation-delay: -87540ms;
}
.star:nth-child(89) .drive.-radius {
  transform: translateX(196px);
}
.star:nth-child(89) .graphic {
  background: rgba(137, 139, 211, 0.7);
}
.star:nth-child(90) .drive.-up {
  -webkit-animation-delay: -56216ms;
          animation-delay: -56216ms;
}
.star:nth-child(90) .drive.-scale {
  -webkit-animation-delay: -56216ms;
          animation-delay: -56216ms;
}
.star:nth-child(90) .drive.-rotate, .star:nth-child(90) .drive.-reverse, .star:nth-child(90) .drive.-angle, .star:nth-child(90) .drive.-rubber {
  -webkit-animation-delay: -23840ms;
          animation-delay: -23840ms;
}
.star:nth-child(90) .drive.-radius {
  transform: translateX(140px);
}
.star:nth-child(90) .graphic {
  background: rgba(220, 219, 248, 0.7);
}
.star:nth-child(91) .drive.-up {
  -webkit-animation-delay: -28911ms;
          animation-delay: -28911ms;
}
.star:nth-child(91) .drive.-scale {
  -webkit-animation-delay: -28911ms;
          animation-delay: -28911ms;
}
.star:nth-child(91) .drive.-rotate, .star:nth-child(91) .drive.-reverse, .star:nth-child(91) .drive.-angle, .star:nth-child(91) .drive.-rubber {
  -webkit-animation-delay: -9750ms;
          animation-delay: -9750ms;
}
.star:nth-child(91) .drive.-radius {
  transform: translateX(329px);
}
.star:nth-child(91) .graphic {
  background: rgba(253, 108, 213, 0.7);
}
.star:nth-child(92) .drive.-up {
  -webkit-animation-delay: -17193ms;
          animation-delay: -17193ms;
}
.star:nth-child(92) .drive.-scale {
  -webkit-animation-delay: -17193ms;
          animation-delay: -17193ms;
}
.star:nth-child(92) .drive.-rotate, .star:nth-child(92) .drive.-reverse, .star:nth-child(92) .drive.-angle, .star:nth-child(92) .drive.-rubber {
  -webkit-animation-delay: -58407ms;
          animation-delay: -58407ms;
}
.star:nth-child(92) .drive.-radius {
  transform: translateX(267px);
}
.star:nth-child(92) .graphic {
  background: rgba(211, 181, 254, 0.7);
}
.star:nth-child(93) .drive.-up {
  -webkit-animation-delay: -24613ms;
          animation-delay: -24613ms;
}
.star:nth-child(93) .drive.-scale {
  -webkit-animation-delay: -24613ms;
          animation-delay: -24613ms;
}
.star:nth-child(93) .drive.-rotate, .star:nth-child(93) .drive.-reverse, .star:nth-child(93) .drive.-angle, .star:nth-child(93) .drive.-rubber {
  -webkit-animation-delay: -3546ms;
          animation-delay: -3546ms;
}
.star:nth-child(93) .drive.-radius {
  transform: translateX(347px);
}
.star:nth-child(93) .graphic {
  background: rgba(217, 184, 217, 0.7);
}
.star:nth-child(94) .drive.-up {
  -webkit-animation-delay: -41968ms;
          animation-delay: -41968ms;
}
.star:nth-child(94) .drive.-scale {
  -webkit-animation-delay: -41968ms;
          animation-delay: -41968ms;
}
.star:nth-child(94) .drive.-rotate, .star:nth-child(94) .drive.-reverse, .star:nth-child(94) .drive.-angle, .star:nth-child(94) .drive.-rubber {
  -webkit-animation-delay: -93332ms;
          animation-delay: -93332ms;
}
.star:nth-child(94) .drive.-radius {
  transform: translateX(173px);
}
.star:nth-child(94) .graphic {
  background: rgba(115, 221, 213, 0.7);
}
.star:nth-child(95) .drive.-up {
  -webkit-animation-delay: -21140ms;
          animation-delay: -21140ms;
}
.star:nth-child(95) .drive.-scale {
  -webkit-animation-delay: -21140ms;
          animation-delay: -21140ms;
}
.star:nth-child(95) .drive.-rotate, .star:nth-child(95) .drive.-reverse, .star:nth-child(95) .drive.-angle, .star:nth-child(95) .drive.-rubber {
  -webkit-animation-delay: -65169ms;
          animation-delay: -65169ms;
}
.star:nth-child(95) .drive.-radius {
  transform: translateX(317px);
}
.star:nth-child(95) .graphic {
  background: rgba(138, 200, 208, 0.7);
}
.star:nth-child(96) .drive.-up {
  -webkit-animation-delay: -62870ms;
          animation-delay: -62870ms;
}
.star:nth-child(96) .drive.-scale {
  -webkit-animation-delay: -62870ms;
          animation-delay: -62870ms;
}
.star:nth-child(96) .drive.-rotate, .star:nth-child(96) .drive.-reverse, .star:nth-child(96) .drive.-angle, .star:nth-child(96) .drive.-rubber {
  -webkit-animation-delay: -33194ms;
          animation-delay: -33194ms;
}
.star:nth-child(96) .drive.-radius {
  transform: translateX(327px);
}
.star:nth-child(96) .graphic {
  background: rgba(101, 194, 223, 0.7);
}
.star:nth-child(97) .drive.-up {
  -webkit-animation-delay: -20575ms;
          animation-delay: -20575ms;
}
.star:nth-child(97) .drive.-scale {
  -webkit-animation-delay: -20575ms;
          animation-delay: -20575ms;
}
.star:nth-child(97) .drive.-rotate, .star:nth-child(97) .drive.-reverse, .star:nth-child(97) .drive.-angle, .star:nth-child(97) .drive.-rubber {
  -webkit-animation-delay: -85180ms;
          animation-delay: -85180ms;
}
.star:nth-child(97) .drive.-radius {
  transform: translateX(267px);
}
.star:nth-child(97) .graphic {
  background: rgba(155, 193, 208, 0.7);
}
.star:nth-child(98) .drive.-up {
  -webkit-animation-delay: -46740ms;
          animation-delay: -46740ms;
}
.star:nth-child(98) .drive.-scale {
  -webkit-animation-delay: -46740ms;
          animation-delay: -46740ms;
}
.star:nth-child(98) .drive.-rotate, .star:nth-child(98) .drive.-reverse, .star:nth-child(98) .drive.-angle, .star:nth-child(98) .drive.-rubber {
  -webkit-animation-delay: -59209ms;
          animation-delay: -59209ms;
}
.star:nth-child(98) .drive.-radius {
  transform: translateX(130px);
}
.star:nth-child(98) .graphic {
  background: rgba(188, 193, 234, 0.7);
}
.star:nth-child(99) .drive.-up {
  -webkit-animation-delay: -8941ms;
          animation-delay: -8941ms;
}
.star:nth-child(99) .drive.-scale {
  -webkit-animation-delay: -8941ms;
          animation-delay: -8941ms;
}
.star:nth-child(99) .drive.-rotate, .star:nth-child(99) .drive.-reverse, .star:nth-child(99) .drive.-angle, .star:nth-child(99) .drive.-rubber {
  -webkit-animation-delay: -1722ms;
          animation-delay: -1722ms;
}
.star:nth-child(99) .drive.-radius {
  transform: translateX(212px);
}
.star:nth-child(99) .graphic {
  background: rgba(250, 166, 219, 0.7);
}
.star:nth-child(100) .drive.-up {
  -webkit-animation-delay: -10827ms;
          animation-delay: -10827ms;
}
.star:nth-child(100) .drive.-scale {
  -webkit-animation-delay: -10827ms;
          animation-delay: -10827ms;
}
.star:nth-child(100) .drive.-rotate, .star:nth-child(100) .drive.-reverse, .star:nth-child(100) .drive.-angle, .star:nth-child(100) .drive.-rubber {
  -webkit-animation-delay: -38935ms;
          animation-delay: -38935ms;
}
.star:nth-child(100) .drive.-radius {
  transform: translateX(229px);
}
.star:nth-child(100) .graphic {
  background: rgba(156, 213, 237, 0.7);
}
.star:nth-child(101) .drive.-up {
  -webkit-animation-delay: -27471ms;
          animation-delay: -27471ms;
}
.star:nth-child(101) .drive.-scale {
  -webkit-animation-delay: -27471ms;
          animation-delay: -27471ms;
}
.star:nth-child(101) .drive.-rotate, .star:nth-child(101) .drive.-reverse, .star:nth-child(101) .drive.-angle, .star:nth-child(101) .drive.-rubber {
  -webkit-animation-delay: -11403ms;
          animation-delay: -11403ms;
}
.star:nth-child(101) .drive.-radius {
  transform: translateX(143px);
}
.star:nth-child(101) .graphic {
  background: rgba(156, 245, 225, 0.7);
}
.star:nth-child(102) .drive.-up {
  -webkit-animation-delay: -39712ms;
          animation-delay: -39712ms;
}
.star:nth-child(102) .drive.-scale {
  -webkit-animation-delay: -39712ms;
          animation-delay: -39712ms;
}
.star:nth-child(102) .drive.-rotate, .star:nth-child(102) .drive.-reverse, .star:nth-child(102) .drive.-angle, .star:nth-child(102) .drive.-rubber {
  -webkit-animation-delay: -67037ms;
          animation-delay: -67037ms;
}
.star:nth-child(102) .drive.-radius {
  transform: translateX(249px);
}
.star:nth-child(102) .graphic {
  background: rgba(168, 126, 211, 0.7);
}
.star:nth-child(103) .drive.-up {
  -webkit-animation-delay: -93404ms;
          animation-delay: -93404ms;
}
.star:nth-child(103) .drive.-scale {
  -webkit-animation-delay: -93404ms;
          animation-delay: -93404ms;
}
.star:nth-child(103) .drive.-rotate, .star:nth-child(103) .drive.-reverse, .star:nth-child(103) .drive.-angle, .star:nth-child(103) .drive.-rubber {
  -webkit-animation-delay: -20311ms;
          animation-delay: -20311ms;
}
.star:nth-child(103) .drive.-radius {
  transform: translateX(146px);
}
.star:nth-child(103) .graphic {
  background: rgba(102, 232, 202, 0.7);
}
.star:nth-child(104) .drive.-up {
  -webkit-animation-delay: -64536ms;
          animation-delay: -64536ms;
}
.star:nth-child(104) .drive.-scale {
  -webkit-animation-delay: -64536ms;
          animation-delay: -64536ms;
}
.star:nth-child(104) .drive.-rotate, .star:nth-child(104) .drive.-reverse, .star:nth-child(104) .drive.-angle, .star:nth-child(104) .drive.-rubber {
  -webkit-animation-delay: -20645ms;
          animation-delay: -20645ms;
}
.star:nth-child(104) .drive.-radius {
  transform: translateX(146px);
}
.star:nth-child(104) .graphic {
  background: rgba(246, 250, 253, 0.7);
}
.star:nth-child(105) .drive.-up {
  -webkit-animation-delay: -39624ms;
          animation-delay: -39624ms;
}
.star:nth-child(105) .drive.-scale {
  -webkit-animation-delay: -39624ms;
          animation-delay: -39624ms;
}
.star:nth-child(105) .drive.-rotate, .star:nth-child(105) .drive.-reverse, .star:nth-child(105) .drive.-angle, .star:nth-child(105) .drive.-rubber {
  -webkit-animation-delay: -64452ms;
          animation-delay: -64452ms;
}
.star:nth-child(105) .drive.-radius {
  transform: translateX(244px);
}
.star:nth-child(105) .graphic {
  background: rgba(122, 185, 250, 0.7);
}
.star:nth-child(106) .drive.-up {
  -webkit-animation-delay: -5935ms;
          animation-delay: -5935ms;
}
.star:nth-child(106) .drive.-scale {
  -webkit-animation-delay: -5935ms;
          animation-delay: -5935ms;
}
.star:nth-child(106) .drive.-rotate, .star:nth-child(106) .drive.-reverse, .star:nth-child(106) .drive.-angle, .star:nth-child(106) .drive.-rubber {
  -webkit-animation-delay: -85259ms;
          animation-delay: -85259ms;
}
.star:nth-child(106) .drive.-radius {
  transform: translateX(328px);
}
.star:nth-child(106) .graphic {
  background: rgba(108, 226, 210, 0.7);
}
.star:nth-child(107) .drive.-up {
  -webkit-animation-delay: -77285ms;
          animation-delay: -77285ms;
}
.star:nth-child(107) .drive.-scale {
  -webkit-animation-delay: -77285ms;
          animation-delay: -77285ms;
}
.star:nth-child(107) .drive.-rotate, .star:nth-child(107) .drive.-reverse, .star:nth-child(107) .drive.-angle, .star:nth-child(107) .drive.-rubber {
  -webkit-animation-delay: -49642ms;
          animation-delay: -49642ms;
}
.star:nth-child(107) .drive.-radius {
  transform: translateX(129px);
}
.star:nth-child(107) .graphic {
  background: rgba(189, 128, 220, 0.7);
}
.star:nth-child(108) .drive.-up {
  -webkit-animation-delay: -37999ms;
          animation-delay: -37999ms;
}
.star:nth-child(108) .drive.-scale {
  -webkit-animation-delay: -37999ms;
          animation-delay: -37999ms;
}
.star:nth-child(108) .drive.-rotate, .star:nth-child(108) .drive.-reverse, .star:nth-child(108) .drive.-angle, .star:nth-child(108) .drive.-rubber {
  -webkit-animation-delay: -33414ms;
          animation-delay: -33414ms;
}
.star:nth-child(108) .drive.-radius {
  transform: translateX(138px);
}
.star:nth-child(108) .graphic {
  background: rgba(184, 206, 220, 0.7);
}
.star:nth-child(109) .drive.-up {
  -webkit-animation-delay: -38460ms;
          animation-delay: -38460ms;
}
.star:nth-child(109) .drive.-scale {
  -webkit-animation-delay: -38460ms;
          animation-delay: -38460ms;
}
.star:nth-child(109) .drive.-rotate, .star:nth-child(109) .drive.-reverse, .star:nth-child(109) .drive.-angle, .star:nth-child(109) .drive.-rubber {
  -webkit-animation-delay: -89950ms;
          animation-delay: -89950ms;
}
.star:nth-child(109) .drive.-radius {
  transform: translateX(322px);
}
.star:nth-child(109) .graphic {
  background: rgba(233, 188, 217, 0.7);
}
.star:nth-child(110) .drive.-up {
  -webkit-animation-delay: -71988ms;
          animation-delay: -71988ms;
}
.star:nth-child(110) .drive.-scale {
  -webkit-animation-delay: -71988ms;
          animation-delay: -71988ms;
}
.star:nth-child(110) .drive.-rotate, .star:nth-child(110) .drive.-reverse, .star:nth-child(110) .drive.-angle, .star:nth-child(110) .drive.-rubber {
  -webkit-animation-delay: -65526ms;
          animation-delay: -65526ms;
}
.star:nth-child(110) .drive.-radius {
  transform: translateX(119px);
}
.star:nth-child(110) .graphic {
  background: rgba(235, 177, 242, 0.7);
}
.star:nth-child(111) .drive.-up {
  -webkit-animation-delay: -95193ms;
          animation-delay: -95193ms;
}
.star:nth-child(111) .drive.-scale {
  -webkit-animation-delay: -95193ms;
          animation-delay: -95193ms;
}
.star:nth-child(111) .drive.-rotate, .star:nth-child(111) .drive.-reverse, .star:nth-child(111) .drive.-angle, .star:nth-child(111) .drive.-rubber {
  -webkit-animation-delay: -74904ms;
          animation-delay: -74904ms;
}
.star:nth-child(111) .drive.-radius {
  transform: translateX(280px);
}
.star:nth-child(111) .graphic {
  background: rgba(174, 190, 232, 0.7);
}
.star:nth-child(112) .drive.-up {
  -webkit-animation-delay: -26400ms;
          animation-delay: -26400ms;
}
.star:nth-child(112) .drive.-scale {
  -webkit-animation-delay: -26400ms;
          animation-delay: -26400ms;
}
.star:nth-child(112) .drive.-rotate, .star:nth-child(112) .drive.-reverse, .star:nth-child(112) .drive.-angle, .star:nth-child(112) .drive.-rubber {
  -webkit-animation-delay: -54762ms;
          animation-delay: -54762ms;
}
.star:nth-child(112) .drive.-radius {
  transform: translateX(140px);
}
.star:nth-child(112) .graphic {
  background: rgba(145, 177, 253, 0.7);
}
.star:nth-child(113) .drive.-up {
  -webkit-animation-delay: -18197ms;
          animation-delay: -18197ms;
}
.star:nth-child(113) .drive.-scale {
  -webkit-animation-delay: -18197ms;
          animation-delay: -18197ms;
}
.star:nth-child(113) .drive.-rotate, .star:nth-child(113) .drive.-reverse, .star:nth-child(113) .drive.-angle, .star:nth-child(113) .drive.-rubber {
  -webkit-animation-delay: -27192ms;
          animation-delay: -27192ms;
}
.star:nth-child(113) .drive.-radius {
  transform: translateX(316px);
}
.star:nth-child(113) .graphic {
  background: rgba(187, 147, 219, 0.7);
}
.star:nth-child(114) .drive.-up {
  -webkit-animation-delay: -99782ms;
          animation-delay: -99782ms;
}
.star:nth-child(114) .drive.-scale {
  -webkit-animation-delay: -99782ms;
          animation-delay: -99782ms;
}
.star:nth-child(114) .drive.-rotate, .star:nth-child(114) .drive.-reverse, .star:nth-child(114) .drive.-angle, .star:nth-child(114) .drive.-rubber {
  -webkit-animation-delay: -25446ms;
          animation-delay: -25446ms;
}
.star:nth-child(114) .drive.-radius {
  transform: translateX(334px);
}
.star:nth-child(114) .graphic {
  background: rgba(251, 222, 223, 0.7);
}
.star:nth-child(115) .drive.-up {
  -webkit-animation-delay: -81506ms;
          animation-delay: -81506ms;
}
.star:nth-child(115) .drive.-scale {
  -webkit-animation-delay: -81506ms;
          animation-delay: -81506ms;
}
.star:nth-child(115) .drive.-rotate, .star:nth-child(115) .drive.-reverse, .star:nth-child(115) .drive.-angle, .star:nth-child(115) .drive.-rubber {
  -webkit-animation-delay: -92019ms;
          animation-delay: -92019ms;
}
.star:nth-child(115) .drive.-radius {
  transform: translateX(116px);
}
.star:nth-child(115) .graphic {
  background: rgba(203, 103, 219, 0.7);
}
.star:nth-child(116) .drive.-up {
  -webkit-animation-delay: -69718ms;
          animation-delay: -69718ms;
}
.star:nth-child(116) .drive.-scale {
  -webkit-animation-delay: -69718ms;
          animation-delay: -69718ms;
}
.star:nth-child(116) .drive.-rotate, .star:nth-child(116) .drive.-reverse, .star:nth-child(116) .drive.-angle, .star:nth-child(116) .drive.-rubber {
  -webkit-animation-delay: -2511ms;
          animation-delay: -2511ms;
}
.star:nth-child(116) .drive.-radius {
  transform: translateX(239px);
}
.star:nth-child(116) .graphic {
  background: rgba(203, 179, 247, 0.7);
}
.star:nth-child(117) .drive.-up {
  -webkit-animation-delay: -71972ms;
          animation-delay: -71972ms;
}
.star:nth-child(117) .drive.-scale {
  -webkit-animation-delay: -71972ms;
          animation-delay: -71972ms;
}
.star:nth-child(117) .drive.-rotate, .star:nth-child(117) .drive.-reverse, .star:nth-child(117) .drive.-angle, .star:nth-child(117) .drive.-rubber {
  -webkit-animation-delay: -46965ms;
          animation-delay: -46965ms;
}
.star:nth-child(117) .drive.-radius {
  transform: translateX(140px);
}
.star:nth-child(117) .graphic {
  background: rgba(247, 219, 231, 0.7);
}
.star:nth-child(118) .drive.-up {
  -webkit-animation-delay: -50894ms;
          animation-delay: -50894ms;
}
.star:nth-child(118) .drive.-scale {
  -webkit-animation-delay: -50894ms;
          animation-delay: -50894ms;
}
.star:nth-child(118) .drive.-rotate, .star:nth-child(118) .drive.-reverse, .star:nth-child(118) .drive.-angle, .star:nth-child(118) .drive.-rubber {
  -webkit-animation-delay: -11097ms;
          animation-delay: -11097ms;
}
.star:nth-child(118) .drive.-radius {
  transform: translateX(337px);
}
.star:nth-child(118) .graphic {
  background: rgba(184, 177, 201, 0.7);
}
.star:nth-child(119) .drive.-up {
  -webkit-animation-delay: -36189ms;
          animation-delay: -36189ms;
}
.star:nth-child(119) .drive.-scale {
  -webkit-animation-delay: -36189ms;
          animation-delay: -36189ms;
}
.star:nth-child(119) .drive.-rotate, .star:nth-child(119) .drive.-reverse, .star:nth-child(119) .drive.-angle, .star:nth-child(119) .drive.-rubber {
  -webkit-animation-delay: -67117ms;
          animation-delay: -67117ms;
}
.star:nth-child(119) .drive.-radius {
  transform: translateX(115px);
}
.star:nth-child(119) .graphic {
  background: rgba(215, 243, 211, 0.7);
}
.star:nth-child(120) .drive.-up {
  -webkit-animation-delay: -55497ms;
          animation-delay: -55497ms;
}
.star:nth-child(120) .drive.-scale {
  -webkit-animation-delay: -55497ms;
          animation-delay: -55497ms;
}
.star:nth-child(120) .drive.-rotate, .star:nth-child(120) .drive.-reverse, .star:nth-child(120) .drive.-angle, .star:nth-child(120) .drive.-rubber {
  -webkit-animation-delay: -37561ms;
          animation-delay: -37561ms;
}
.star:nth-child(120) .drive.-radius {
  transform: translateX(262px);
}
.star:nth-child(120) .graphic {
  background: rgba(163, 176, 219, 0.7);
}
.star:nth-child(121) .drive.-up {
  -webkit-animation-delay: -61697ms;
          animation-delay: -61697ms;
}
.star:nth-child(121) .drive.-scale {
  -webkit-animation-delay: -61697ms;
          animation-delay: -61697ms;
}
.star:nth-child(121) .drive.-rotate, .star:nth-child(121) .drive.-reverse, .star:nth-child(121) .drive.-angle, .star:nth-child(121) .drive.-rubber {
  -webkit-animation-delay: -10404ms;
          animation-delay: -10404ms;
}
.star:nth-child(121) .drive.-radius {
  transform: translateX(196px);
}
.star:nth-child(121) .graphic {
  background: rgba(124, 187, 219, 0.7);
}
.star:nth-child(122) .drive.-up {
  -webkit-animation-delay: -29645ms;
          animation-delay: -29645ms;
}
.star:nth-child(122) .drive.-scale {
  -webkit-animation-delay: -29645ms;
          animation-delay: -29645ms;
}
.star:nth-child(122) .drive.-rotate, .star:nth-child(122) .drive.-reverse, .star:nth-child(122) .drive.-angle, .star:nth-child(122) .drive.-rubber {
  -webkit-animation-delay: -83337ms;
          animation-delay: -83337ms;
}
.star:nth-child(122) .drive.-radius {
  transform: translateX(199px);
}
.star:nth-child(122) .graphic {
  background: rgba(238, 238, 203, 0.7);
}
.star:nth-child(123) .drive.-up {
  -webkit-animation-delay: -66339ms;
          animation-delay: -66339ms;
}
.star:nth-child(123) .drive.-scale {
  -webkit-animation-delay: -66339ms;
          animation-delay: -66339ms;
}
.star:nth-child(123) .drive.-rotate, .star:nth-child(123) .drive.-reverse, .star:nth-child(123) .drive.-angle, .star:nth-child(123) .drive.-rubber {
  -webkit-animation-delay: -40175ms;
          animation-delay: -40175ms;
}
.star:nth-child(123) .drive.-radius {
  transform: translateX(212px);
}
.star:nth-child(123) .graphic {
  background: rgba(144, 167, 252, 0.7);
}
.star:nth-child(124) .drive.-up {
  -webkit-animation-delay: -21508ms;
          animation-delay: -21508ms;
}
.star:nth-child(124) .drive.-scale {
  -webkit-animation-delay: -21508ms;
          animation-delay: -21508ms;
}
.star:nth-child(124) .drive.-rotate, .star:nth-child(124) .drive.-reverse, .star:nth-child(124) .drive.-angle, .star:nth-child(124) .drive.-rubber {
  -webkit-animation-delay: -84913ms;
          animation-delay: -84913ms;
}
.star:nth-child(124) .drive.-radius {
  transform: translateX(221px);
}
.star:nth-child(124) .graphic {
  background: rgba(193, 104, 227, 0.7);
}
.star:nth-child(125) .drive.-up {
  -webkit-animation-delay: -79165ms;
          animation-delay: -79165ms;
}
.star:nth-child(125) .drive.-scale {
  -webkit-animation-delay: -79165ms;
          animation-delay: -79165ms;
}
.star:nth-child(125) .drive.-rotate, .star:nth-child(125) .drive.-reverse, .star:nth-child(125) .drive.-angle, .star:nth-child(125) .drive.-rubber {
  -webkit-animation-delay: -688ms;
          animation-delay: -688ms;
}
.star:nth-child(125) .drive.-radius {
  transform: translateX(159px);
}
.star:nth-child(125) .graphic {
  background: rgba(113, 163, 243, 0.7);
}
.star:nth-child(126) .drive.-up {
  -webkit-animation-delay: -99403ms;
          animation-delay: -99403ms;
}
.star:nth-child(126) .drive.-scale {
  -webkit-animation-delay: -99403ms;
          animation-delay: -99403ms;
}
.star:nth-child(126) .drive.-rotate, .star:nth-child(126) .drive.-reverse, .star:nth-child(126) .drive.-angle, .star:nth-child(126) .drive.-rubber {
  -webkit-animation-delay: -34718ms;
          animation-delay: -34718ms;
}
.star:nth-child(126) .drive.-radius {
  transform: translateX(346px);
}
.star:nth-child(126) .graphic {
  background: rgba(180, 249, 239, 0.7);
}
.star:nth-child(127) .drive.-up {
  -webkit-animation-delay: -55265ms;
          animation-delay: -55265ms;
}
.star:nth-child(127) .drive.-scale {
  -webkit-animation-delay: -55265ms;
          animation-delay: -55265ms;
}
.star:nth-child(127) .drive.-rotate, .star:nth-child(127) .drive.-reverse, .star:nth-child(127) .drive.-angle, .star:nth-child(127) .drive.-rubber {
  -webkit-animation-delay: -33338ms;
          animation-delay: -33338ms;
}
.star:nth-child(127) .drive.-radius {
  transform: translateX(197px);
}
.star:nth-child(127) .graphic {
  background: rgba(147, 152, 218, 0.7);
}
.star:nth-child(128) .drive.-up {
  -webkit-animation-delay: -54550ms;
          animation-delay: -54550ms;
}
.star:nth-child(128) .drive.-scale {
  -webkit-animation-delay: -54550ms;
          animation-delay: -54550ms;
}
.star:nth-child(128) .drive.-rotate, .star:nth-child(128) .drive.-reverse, .star:nth-child(128) .drive.-angle, .star:nth-child(128) .drive.-rubber {
  -webkit-animation-delay: -67297ms;
          animation-delay: -67297ms;
}
.star:nth-child(128) .drive.-radius {
  transform: translateX(298px);
}
.star:nth-child(128) .graphic {
  background: rgba(191, 188, 239, 0.7);
}
.star:nth-child(129) .drive.-up {
  -webkit-animation-delay: -21546ms;
          animation-delay: -21546ms;
}
.star:nth-child(129) .drive.-scale {
  -webkit-animation-delay: -21546ms;
          animation-delay: -21546ms;
}
.star:nth-child(129) .drive.-rotate, .star:nth-child(129) .drive.-reverse, .star:nth-child(129) .drive.-angle, .star:nth-child(129) .drive.-rubber {
  -webkit-animation-delay: -63313ms;
          animation-delay: -63313ms;
}
.star:nth-child(129) .drive.-radius {
  transform: translateX(249px);
}
.star:nth-child(129) .graphic {
  background: rgba(236, 223, 248, 0.7);
}
.star:nth-child(130) .drive.-up {
  -webkit-animation-delay: -6082ms;
          animation-delay: -6082ms;
}
.star:nth-child(130) .drive.-scale {
  -webkit-animation-delay: -6082ms;
          animation-delay: -6082ms;
}
.star:nth-child(130) .drive.-rotate, .star:nth-child(130) .drive.-reverse, .star:nth-child(130) .drive.-angle, .star:nth-child(130) .drive.-rubber {
  -webkit-animation-delay: -79536ms;
          animation-delay: -79536ms;
}
.star:nth-child(130) .drive.-radius {
  transform: translateX(198px);
}
.star:nth-child(130) .graphic {
  background: rgba(170, 152, 239, 0.7);
}
.star:nth-child(131) .drive.-up {
  -webkit-animation-delay: -53264ms;
          animation-delay: -53264ms;
}
.star:nth-child(131) .drive.-scale {
  -webkit-animation-delay: -53264ms;
          animation-delay: -53264ms;
}
.star:nth-child(131) .drive.-rotate, .star:nth-child(131) .drive.-reverse, .star:nth-child(131) .drive.-angle, .star:nth-child(131) .drive.-rubber {
  -webkit-animation-delay: -26356ms;
          animation-delay: -26356ms;
}
.star:nth-child(131) .drive.-radius {
  transform: translateX(348px);
}
.star:nth-child(131) .graphic {
  background: rgba(200, 188, 253, 0.7);
}
.star:nth-child(132) .drive.-up {
  -webkit-animation-delay: -36885ms;
          animation-delay: -36885ms;
}
.star:nth-child(132) .drive.-scale {
  -webkit-animation-delay: -36885ms;
          animation-delay: -36885ms;
}
.star:nth-child(132) .drive.-rotate, .star:nth-child(132) .drive.-reverse, .star:nth-child(132) .drive.-angle, .star:nth-child(132) .drive.-rubber {
  -webkit-animation-delay: -68553ms;
          animation-delay: -68553ms;
}
.star:nth-child(132) .drive.-radius {
  transform: translateX(252px);
}
.star:nth-child(132) .graphic {
  background: rgba(106, 101, 245, 0.7);
}
.star:nth-child(133) .drive.-up {
  -webkit-animation-delay: -36924ms;
          animation-delay: -36924ms;
}
.star:nth-child(133) .drive.-scale {
  -webkit-animation-delay: -36924ms;
          animation-delay: -36924ms;
}
.star:nth-child(133) .drive.-rotate, .star:nth-child(133) .drive.-reverse, .star:nth-child(133) .drive.-angle, .star:nth-child(133) .drive.-rubber {
  -webkit-animation-delay: -6335ms;
          animation-delay: -6335ms;
}
.star:nth-child(133) .drive.-radius {
  transform: translateX(304px);
}
.star:nth-child(133) .graphic {
  background: rgba(210, 242, 255, 0.7);
}
.star:nth-child(134) .drive.-up {
  -webkit-animation-delay: -52137ms;
          animation-delay: -52137ms;
}
.star:nth-child(134) .drive.-scale {
  -webkit-animation-delay: -52137ms;
          animation-delay: -52137ms;
}
.star:nth-child(134) .drive.-rotate, .star:nth-child(134) .drive.-reverse, .star:nth-child(134) .drive.-angle, .star:nth-child(134) .drive.-rubber {
  -webkit-animation-delay: -35740ms;
          animation-delay: -35740ms;
}
.star:nth-child(134) .drive.-radius {
  transform: translateX(252px);
}
.star:nth-child(134) .graphic {
  background: rgba(116, 195, 216, 0.7);
}
.star:nth-child(135) .drive.-up {
  -webkit-animation-delay: -26276ms;
          animation-delay: -26276ms;
}
.star:nth-child(135) .drive.-scale {
  -webkit-animation-delay: -26276ms;
          animation-delay: -26276ms;
}
.star:nth-child(135) .drive.-rotate, .star:nth-child(135) .drive.-reverse, .star:nth-child(135) .drive.-angle, .star:nth-child(135) .drive.-rubber {
  -webkit-animation-delay: -83711ms;
          animation-delay: -83711ms;
}
.star:nth-child(135) .drive.-radius {
  transform: translateX(287px);
}
.star:nth-child(135) .graphic {
  background: rgba(188, 226, 244, 0.7);
}
.star:nth-child(136) .drive.-up {
  -webkit-animation-delay: -15314ms;
          animation-delay: -15314ms;
}
.star:nth-child(136) .drive.-scale {
  -webkit-animation-delay: -15314ms;
          animation-delay: -15314ms;
}
.star:nth-child(136) .drive.-rotate, .star:nth-child(136) .drive.-reverse, .star:nth-child(136) .drive.-angle, .star:nth-child(136) .drive.-rubber {
  -webkit-animation-delay: -93507ms;
          animation-delay: -93507ms;
}
.star:nth-child(136) .drive.-radius {
  transform: translateX(286px);
}
.star:nth-child(136) .graphic {
  background: rgba(121, 121, 255, 0.7);
}
.star:nth-child(137) .drive.-up {
  -webkit-animation-delay: -62964ms;
          animation-delay: -62964ms;
}
.star:nth-child(137) .drive.-scale {
  -webkit-animation-delay: -62964ms;
          animation-delay: -62964ms;
}
.star:nth-child(137) .drive.-rotate, .star:nth-child(137) .drive.-reverse, .star:nth-child(137) .drive.-angle, .star:nth-child(137) .drive.-rubber {
  -webkit-animation-delay: -83617ms;
          animation-delay: -83617ms;
}
.star:nth-child(137) .drive.-radius {
  transform: translateX(115px);
}
.star:nth-child(137) .graphic {
  background: rgba(152, 139, 234, 0.7);
}
.star:nth-child(138) .drive.-up {
  -webkit-animation-delay: -55462ms;
          animation-delay: -55462ms;
}
.star:nth-child(138) .drive.-scale {
  -webkit-animation-delay: -55462ms;
          animation-delay: -55462ms;
}
.star:nth-child(138) .drive.-rotate, .star:nth-child(138) .drive.-reverse, .star:nth-child(138) .drive.-angle, .star:nth-child(138) .drive.-rubber {
  -webkit-animation-delay: -77521ms;
          animation-delay: -77521ms;
}
.star:nth-child(138) .drive.-radius {
  transform: translateX(132px);
}
.star:nth-child(138) .graphic {
  background: rgba(147, 140, 230, 0.7);
}
.star:nth-child(139) .drive.-up {
  -webkit-animation-delay: -16455ms;
          animation-delay: -16455ms;
}
.star:nth-child(139) .drive.-scale {
  -webkit-animation-delay: -16455ms;
          animation-delay: -16455ms;
}
.star:nth-child(139) .drive.-rotate, .star:nth-child(139) .drive.-reverse, .star:nth-child(139) .drive.-angle, .star:nth-child(139) .drive.-rubber {
  -webkit-animation-delay: -69320ms;
          animation-delay: -69320ms;
}
.star:nth-child(139) .drive.-radius {
  transform: translateX(162px);
}
.star:nth-child(139) .graphic {
  background: rgba(229, 102, 248, 0.7);
}
.star:nth-child(140) .drive.-up {
  -webkit-animation-delay: -43775ms;
          animation-delay: -43775ms;
}
.star:nth-child(140) .drive.-scale {
  -webkit-animation-delay: -43775ms;
          animation-delay: -43775ms;
}
.star:nth-child(140) .drive.-rotate, .star:nth-child(140) .drive.-reverse, .star:nth-child(140) .drive.-angle, .star:nth-child(140) .drive.-rubber {
  -webkit-animation-delay: -47197ms;
          animation-delay: -47197ms;
}
.star:nth-child(140) .drive.-radius {
  transform: translateX(172px);
}
.star:nth-child(140) .graphic {
  background: rgba(238, 122, 233, 0.7);
}
.star:nth-child(141) .drive.-up {
  -webkit-animation-delay: -89383ms;
          animation-delay: -89383ms;
}
.star:nth-child(141) .drive.-scale {
  -webkit-animation-delay: -89383ms;
          animation-delay: -89383ms;
}
.star:nth-child(141) .drive.-rotate, .star:nth-child(141) .drive.-reverse, .star:nth-child(141) .drive.-angle, .star:nth-child(141) .drive.-rubber {
  -webkit-animation-delay: -69588ms;
          animation-delay: -69588ms;
}
.star:nth-child(141) .drive.-radius {
  transform: translateX(142px);
}
.star:nth-child(141) .graphic {
  background: rgba(130, 178, 219, 0.7);
}
.star:nth-child(142) .drive.-up {
  -webkit-animation-delay: -312ms;
          animation-delay: -312ms;
}
.star:nth-child(142) .drive.-scale {
  -webkit-animation-delay: -312ms;
          animation-delay: -312ms;
}
.star:nth-child(142) .drive.-rotate, .star:nth-child(142) .drive.-reverse, .star:nth-child(142) .drive.-angle, .star:nth-child(142) .drive.-rubber {
  -webkit-animation-delay: -95847ms;
          animation-delay: -95847ms;
}
.star:nth-child(142) .drive.-radius {
  transform: translateX(214px);
}
.star:nth-child(142) .graphic {
  background: rgba(142, 185, 250, 0.7);
}
.star:nth-child(143) .drive.-up {
  -webkit-animation-delay: -20664ms;
          animation-delay: -20664ms;
}
.star:nth-child(143) .drive.-scale {
  -webkit-animation-delay: -20664ms;
          animation-delay: -20664ms;
}
.star:nth-child(143) .drive.-rotate, .star:nth-child(143) .drive.-reverse, .star:nth-child(143) .drive.-angle, .star:nth-child(143) .drive.-rubber {
  -webkit-animation-delay: -58302ms;
          animation-delay: -58302ms;
}
.star:nth-child(143) .drive.-radius {
  transform: translateX(183px);
}
.star:nth-child(143) .graphic {
  background: rgba(175, 107, 221, 0.7);
}
.star:nth-child(144) .drive.-up {
  -webkit-animation-delay: -94057ms;
          animation-delay: -94057ms;
}
.star:nth-child(144) .drive.-scale {
  -webkit-animation-delay: -94057ms;
          animation-delay: -94057ms;
}
.star:nth-child(144) .drive.-rotate, .star:nth-child(144) .drive.-reverse, .star:nth-child(144) .drive.-angle, .star:nth-child(144) .drive.-rubber {
  -webkit-animation-delay: -98873ms;
          animation-delay: -98873ms;
}
.star:nth-child(144) .drive.-radius {
  transform: translateX(316px);
}
.star:nth-child(144) .graphic {
  background: rgba(242, 180, 226, 0.7);
}
.star:nth-child(145) .drive.-up {
  -webkit-animation-delay: -68884ms;
          animation-delay: -68884ms;
}
.star:nth-child(145) .drive.-scale {
  -webkit-animation-delay: -68884ms;
          animation-delay: -68884ms;
}
.star:nth-child(145) .drive.-rotate, .star:nth-child(145) .drive.-reverse, .star:nth-child(145) .drive.-angle, .star:nth-child(145) .drive.-rubber {
  -webkit-animation-delay: -43736ms;
          animation-delay: -43736ms;
}
.star:nth-child(145) .drive.-radius {
  transform: translateX(239px);
}
.star:nth-child(145) .graphic {
  background: rgba(211, 208, 201, 0.7);
}
.star:nth-child(146) .drive.-up {
  -webkit-animation-delay: -51091ms;
          animation-delay: -51091ms;
}
.star:nth-child(146) .drive.-scale {
  -webkit-animation-delay: -51091ms;
          animation-delay: -51091ms;
}
.star:nth-child(146) .drive.-rotate, .star:nth-child(146) .drive.-reverse, .star:nth-child(146) .drive.-angle, .star:nth-child(146) .drive.-rubber {
  -webkit-animation-delay: -25224ms;
          animation-delay: -25224ms;
}
.star:nth-child(146) .drive.-radius {
  transform: translateX(258px);
}
.star:nth-child(146) .graphic {
  background: rgba(185, 144, 237, 0.7);
}
.star:nth-child(147) .drive.-up {
  -webkit-animation-delay: -30882ms;
          animation-delay: -30882ms;
}
.star:nth-child(147) .drive.-scale {
  -webkit-animation-delay: -30882ms;
          animation-delay: -30882ms;
}
.star:nth-child(147) .drive.-rotate, .star:nth-child(147) .drive.-reverse, .star:nth-child(147) .drive.-angle, .star:nth-child(147) .drive.-rubber {
  -webkit-animation-delay: -49072ms;
          animation-delay: -49072ms;
}
.star:nth-child(147) .drive.-radius {
  transform: translateX(176px);
}
.star:nth-child(147) .graphic {
  background: rgba(163, 128, 253, 0.7);
}
.star:nth-child(148) .drive.-up {
  -webkit-animation-delay: -97363ms;
          animation-delay: -97363ms;
}
.star:nth-child(148) .drive.-scale {
  -webkit-animation-delay: -97363ms;
          animation-delay: -97363ms;
}
.star:nth-child(148) .drive.-rotate, .star:nth-child(148) .drive.-reverse, .star:nth-child(148) .drive.-angle, .star:nth-child(148) .drive.-rubber {
  -webkit-animation-delay: -2119ms;
          animation-delay: -2119ms;
}
.star:nth-child(148) .drive.-radius {
  transform: translateX(162px);
}
.star:nth-child(148) .graphic {
  background: rgba(180, 255, 251, 0.7);
}
.star:nth-child(149) .drive.-up {
  -webkit-animation-delay: -51875ms;
          animation-delay: -51875ms;
}
.star:nth-child(149) .drive.-scale {
  -webkit-animation-delay: -51875ms;
          animation-delay: -51875ms;
}
.star:nth-child(149) .drive.-rotate, .star:nth-child(149) .drive.-reverse, .star:nth-child(149) .drive.-angle, .star:nth-child(149) .drive.-rubber {
  -webkit-animation-delay: -26714ms;
          animation-delay: -26714ms;
}
.star:nth-child(149) .drive.-radius {
  transform: translateX(130px);
}
.star:nth-child(149) .graphic {
  background: rgba(202, 200, 248, 0.7);
}
.star:nth-child(150) .drive.-up {
  -webkit-animation-delay: -62605ms;
          animation-delay: -62605ms;
}
.star:nth-child(150) .drive.-scale {
  -webkit-animation-delay: -62605ms;
          animation-delay: -62605ms;
}
.star:nth-child(150) .drive.-rotate, .star:nth-child(150) .drive.-reverse, .star:nth-child(150) .drive.-angle, .star:nth-child(150) .drive.-rubber {
  -webkit-animation-delay: -79102ms;
          animation-delay: -79102ms;
}
.star:nth-child(150) .drive.-radius {
  transform: translateX(324px);
}
.star:nth-child(150) .graphic {
  background: rgba(127, 206, 234, 0.7);
}
.star:nth-child(151) .drive.-up {
  -webkit-animation-delay: -3719ms;
          animation-delay: -3719ms;
}
.star:nth-child(151) .drive.-scale {
  -webkit-animation-delay: -3719ms;
          animation-delay: -3719ms;
}
.star:nth-child(151) .drive.-rotate, .star:nth-child(151) .drive.-reverse, .star:nth-child(151) .drive.-angle, .star:nth-child(151) .drive.-rubber {
  -webkit-animation-delay: -84908ms;
          animation-delay: -84908ms;
}
.star:nth-child(151) .drive.-radius {
  transform: translateX(122px);
}
.star:nth-child(151) .graphic {
  background: rgba(109, 179, 212, 0.7);
}
.star:nth-child(152) .drive.-up {
  -webkit-animation-delay: -91542ms;
          animation-delay: -91542ms;
}
.star:nth-child(152) .drive.-scale {
  -webkit-animation-delay: -91542ms;
          animation-delay: -91542ms;
}
.star:nth-child(152) .drive.-rotate, .star:nth-child(152) .drive.-reverse, .star:nth-child(152) .drive.-angle, .star:nth-child(152) .drive.-rubber {
  -webkit-animation-delay: -68671ms;
          animation-delay: -68671ms;
}
.star:nth-child(152) .drive.-radius {
  transform: translateX(207px);
}
.star:nth-child(152) .graphic {
  background: rgba(145, 226, 216, 0.7);
}
.star:nth-child(153) .drive.-up {
  -webkit-animation-delay: -32673ms;
          animation-delay: -32673ms;
}
.star:nth-child(153) .drive.-scale {
  -webkit-animation-delay: -32673ms;
          animation-delay: -32673ms;
}
.star:nth-child(153) .drive.-rotate, .star:nth-child(153) .drive.-reverse, .star:nth-child(153) .drive.-angle, .star:nth-child(153) .drive.-rubber {
  -webkit-animation-delay: -2591ms;
          animation-delay: -2591ms;
}
.star:nth-child(153) .drive.-radius {
  transform: translateX(222px);
}
.star:nth-child(153) .graphic {
  background: rgba(139, 227, 253, 0.7);
}
.star:nth-child(154) .drive.-up {
  -webkit-animation-delay: -78029ms;
          animation-delay: -78029ms;
}
.star:nth-child(154) .drive.-scale {
  -webkit-animation-delay: -78029ms;
          animation-delay: -78029ms;
}
.star:nth-child(154) .drive.-rotate, .star:nth-child(154) .drive.-reverse, .star:nth-child(154) .drive.-angle, .star:nth-child(154) .drive.-rubber {
  -webkit-animation-delay: -58477ms;
          animation-delay: -58477ms;
}
.star:nth-child(154) .drive.-radius {
  transform: translateX(337px);
}
.star:nth-child(154) .graphic {
  background: rgba(230, 185, 250, 0.7);
}
.star:nth-child(155) .drive.-up {
  -webkit-animation-delay: -56871ms;
          animation-delay: -56871ms;
}
.star:nth-child(155) .drive.-scale {
  -webkit-animation-delay: -56871ms;
          animation-delay: -56871ms;
}
.star:nth-child(155) .drive.-rotate, .star:nth-child(155) .drive.-reverse, .star:nth-child(155) .drive.-angle, .star:nth-child(155) .drive.-rubber {
  -webkit-animation-delay: -47037ms;
          animation-delay: -47037ms;
}
.star:nth-child(155) .drive.-radius {
  transform: translateX(133px);
}
.star:nth-child(155) .graphic {
  background: rgba(163, 150, 213, 0.7);
}
.star:nth-child(156) .drive.-up {
  -webkit-animation-delay: -37182ms;
          animation-delay: -37182ms;
}
.star:nth-child(156) .drive.-scale {
  -webkit-animation-delay: -37182ms;
          animation-delay: -37182ms;
}
.star:nth-child(156) .drive.-rotate, .star:nth-child(156) .drive.-reverse, .star:nth-child(156) .drive.-angle, .star:nth-child(156) .drive.-rubber {
  -webkit-animation-delay: -76851ms;
          animation-delay: -76851ms;
}
.star:nth-child(156) .drive.-radius {
  transform: translateX(186px);
}
.star:nth-child(156) .graphic {
  background: rgba(132, 171, 247, 0.7);
}
.star:nth-child(157) .drive.-up {
  -webkit-animation-delay: -51677ms;
          animation-delay: -51677ms;
}
.star:nth-child(157) .drive.-scale {
  -webkit-animation-delay: -51677ms;
          animation-delay: -51677ms;
}
.star:nth-child(157) .drive.-rotate, .star:nth-child(157) .drive.-reverse, .star:nth-child(157) .drive.-angle, .star:nth-child(157) .drive.-rubber {
  -webkit-animation-delay: -66208ms;
          animation-delay: -66208ms;
}
.star:nth-child(157) .drive.-radius {
  transform: translateX(308px);
}
.star:nth-child(157) .graphic {
  background: rgba(144, 198, 248, 0.7);
}
.star:nth-child(158) .drive.-up {
  -webkit-animation-delay: -6501ms;
          animation-delay: -6501ms;
}
.star:nth-child(158) .drive.-scale {
  -webkit-animation-delay: -6501ms;
          animation-delay: -6501ms;
}
.star:nth-child(158) .drive.-rotate, .star:nth-child(158) .drive.-reverse, .star:nth-child(158) .drive.-angle, .star:nth-child(158) .drive.-rubber {
  -webkit-animation-delay: -49354ms;
          animation-delay: -49354ms;
}
.star:nth-child(158) .drive.-radius {
  transform: translateX(123px);
}
.star:nth-child(158) .graphic {
  background: rgba(207, 226, 222, 0.7);
}
.star:nth-child(159) .drive.-up {
  -webkit-animation-delay: -39165ms;
          animation-delay: -39165ms;
}
.star:nth-child(159) .drive.-scale {
  -webkit-animation-delay: -39165ms;
          animation-delay: -39165ms;
}
.star:nth-child(159) .drive.-rotate, .star:nth-child(159) .drive.-reverse, .star:nth-child(159) .drive.-angle, .star:nth-child(159) .drive.-rubber {
  -webkit-animation-delay: -14022ms;
          animation-delay: -14022ms;
}
.star:nth-child(159) .drive.-radius {
  transform: translateX(164px);
}
.star:nth-child(159) .graphic {
  background: rgba(244, 168, 253, 0.7);
}
.star:nth-child(160) .drive.-up {
  -webkit-animation-delay: -62401ms;
          animation-delay: -62401ms;
}
.star:nth-child(160) .drive.-scale {
  -webkit-animation-delay: -62401ms;
          animation-delay: -62401ms;
}
.star:nth-child(160) .drive.-rotate, .star:nth-child(160) .drive.-reverse, .star:nth-child(160) .drive.-angle, .star:nth-child(160) .drive.-rubber {
  -webkit-animation-delay: -88488ms;
          animation-delay: -88488ms;
}
.star:nth-child(160) .drive.-radius {
  transform: translateX(160px);
}
.star:nth-child(160) .graphic {
  background: rgba(209, 215, 227, 0.7);
}
.star:nth-child(161) .drive.-up {
  -webkit-animation-delay: -98912ms;
          animation-delay: -98912ms;
}
.star:nth-child(161) .drive.-scale {
  -webkit-animation-delay: -98912ms;
          animation-delay: -98912ms;
}
.star:nth-child(161) .drive.-rotate, .star:nth-child(161) .drive.-reverse, .star:nth-child(161) .drive.-angle, .star:nth-child(161) .drive.-rubber {
  -webkit-animation-delay: -61622ms;
          animation-delay: -61622ms;
}
.star:nth-child(161) .drive.-radius {
  transform: translateX(311px);
}
.star:nth-child(161) .graphic {
  background: rgba(223, 196, 247, 0.7);
}
.star:nth-child(162) .drive.-up {
  -webkit-animation-delay: -40289ms;
          animation-delay: -40289ms;
}
.star:nth-child(162) .drive.-scale {
  -webkit-animation-delay: -40289ms;
          animation-delay: -40289ms;
}
.star:nth-child(162) .drive.-rotate, .star:nth-child(162) .drive.-reverse, .star:nth-child(162) .drive.-angle, .star:nth-child(162) .drive.-rubber {
  -webkit-animation-delay: -16000ms;
          animation-delay: -16000ms;
}
.star:nth-child(162) .drive.-radius {
  transform: translateX(225px);
}
.star:nth-child(162) .graphic {
  background: rgba(205, 132, 207, 0.7);
}
.star:nth-child(163) .drive.-up {
  -webkit-animation-delay: -280ms;
          animation-delay: -280ms;
}
.star:nth-child(163) .drive.-scale {
  -webkit-animation-delay: -280ms;
          animation-delay: -280ms;
}
.star:nth-child(163) .drive.-rotate, .star:nth-child(163) .drive.-reverse, .star:nth-child(163) .drive.-angle, .star:nth-child(163) .drive.-rubber {
  -webkit-animation-delay: -46905ms;
          animation-delay: -46905ms;
}
.star:nth-child(163) .drive.-radius {
  transform: translateX(345px);
}
.star:nth-child(163) .graphic {
  background: rgba(201, 254, 217, 0.7);
}
.star:nth-child(164) .drive.-up {
  -webkit-animation-delay: -90550ms;
          animation-delay: -90550ms;
}
.star:nth-child(164) .drive.-scale {
  -webkit-animation-delay: -90550ms;
          animation-delay: -90550ms;
}
.star:nth-child(164) .drive.-rotate, .star:nth-child(164) .drive.-reverse, .star:nth-child(164) .drive.-angle, .star:nth-child(164) .drive.-rubber {
  -webkit-animation-delay: -17996ms;
          animation-delay: -17996ms;
}
.star:nth-child(164) .drive.-radius {
  transform: translateX(275px);
}
.star:nth-child(164) .graphic {
  background: rgba(187, 187, 253, 0.7);
}
.star:nth-child(165) .drive.-up {
  -webkit-animation-delay: -75980ms;
          animation-delay: -75980ms;
}
.star:nth-child(165) .drive.-scale {
  -webkit-animation-delay: -75980ms;
          animation-delay: -75980ms;
}
.star:nth-child(165) .drive.-rotate, .star:nth-child(165) .drive.-reverse, .star:nth-child(165) .drive.-angle, .star:nth-child(165) .drive.-rubber {
  -webkit-animation-delay: -72616ms;
          animation-delay: -72616ms;
}
.star:nth-child(165) .drive.-radius {
  transform: translateX(271px);
}
.star:nth-child(165) .graphic {
  background: rgba(169, 210, 222, 0.7);
}
.star:nth-child(166) .drive.-up {
  -webkit-animation-delay: -20567ms;
          animation-delay: -20567ms;
}
.star:nth-child(166) .drive.-scale {
  -webkit-animation-delay: -20567ms;
          animation-delay: -20567ms;
}
.star:nth-child(166) .drive.-rotate, .star:nth-child(166) .drive.-reverse, .star:nth-child(166) .drive.-angle, .star:nth-child(166) .drive.-rubber {
  -webkit-animation-delay: -57679ms;
          animation-delay: -57679ms;
}
.star:nth-child(166) .drive.-radius {
  transform: translateX(271px);
}
.star:nth-child(166) .graphic {
  background: rgba(247, 184, 231, 0.7);
}
.star:nth-child(167) .drive.-up {
  -webkit-animation-delay: -35152ms;
          animation-delay: -35152ms;
}
.star:nth-child(167) .drive.-scale {
  -webkit-animation-delay: -35152ms;
          animation-delay: -35152ms;
}
.star:nth-child(167) .drive.-rotate, .star:nth-child(167) .drive.-reverse, .star:nth-child(167) .drive.-angle, .star:nth-child(167) .drive.-rubber {
  -webkit-animation-delay: -22739ms;
          animation-delay: -22739ms;
}
.star:nth-child(167) .drive.-radius {
  transform: translateX(205px);
}
.star:nth-child(167) .graphic {
  background: rgba(201, 150, 214, 0.7);
}
.star:nth-child(168) .drive.-up {
  -webkit-animation-delay: -24258ms;
          animation-delay: -24258ms;
}
.star:nth-child(168) .drive.-scale {
  -webkit-animation-delay: -24258ms;
          animation-delay: -24258ms;
}
.star:nth-child(168) .drive.-rotate, .star:nth-child(168) .drive.-reverse, .star:nth-child(168) .drive.-angle, .star:nth-child(168) .drive.-rubber {
  -webkit-animation-delay: -72644ms;
          animation-delay: -72644ms;
}
.star:nth-child(168) .drive.-radius {
  transform: translateX(117px);
}
.star:nth-child(168) .graphic {
  background: rgba(123, 244, 255, 0.7);
}
.star:nth-child(169) .drive.-up {
  -webkit-animation-delay: -46702ms;
          animation-delay: -46702ms;
}
.star:nth-child(169) .drive.-scale {
  -webkit-animation-delay: -46702ms;
          animation-delay: -46702ms;
}
.star:nth-child(169) .drive.-rotate, .star:nth-child(169) .drive.-reverse, .star:nth-child(169) .drive.-angle, .star:nth-child(169) .drive.-rubber {
  -webkit-animation-delay: -93268ms;
          animation-delay: -93268ms;
}
.star:nth-child(169) .drive.-radius {
  transform: translateX(250px);
}
.star:nth-child(169) .graphic {
  background: rgba(228, 250, 208, 0.7);
}
.star:nth-child(170) .drive.-up {
  -webkit-animation-delay: -49758ms;
          animation-delay: -49758ms;
}
.star:nth-child(170) .drive.-scale {
  -webkit-animation-delay: -49758ms;
          animation-delay: -49758ms;
}
.star:nth-child(170) .drive.-rotate, .star:nth-child(170) .drive.-reverse, .star:nth-child(170) .drive.-angle, .star:nth-child(170) .drive.-rubber {
  -webkit-animation-delay: -56237ms;
          animation-delay: -56237ms;
}
.star:nth-child(170) .drive.-radius {
  transform: translateX(289px);
}
.star:nth-child(170) .graphic {
  background: rgba(191, 138, 219, 0.7);
}
.star:nth-child(171) .drive.-up {
  -webkit-animation-delay: -60237ms;
          animation-delay: -60237ms;
}
.star:nth-child(171) .drive.-scale {
  -webkit-animation-delay: -60237ms;
          animation-delay: -60237ms;
}
.star:nth-child(171) .drive.-rotate, .star:nth-child(171) .drive.-reverse, .star:nth-child(171) .drive.-angle, .star:nth-child(171) .drive.-rubber {
  -webkit-animation-delay: -62338ms;
          animation-delay: -62338ms;
}
.star:nth-child(171) .drive.-radius {
  transform: translateX(326px);
}
.star:nth-child(171) .graphic {
  background: rgba(240, 247, 221, 0.7);
}
.star:nth-child(172) .drive.-up {
  -webkit-animation-delay: -75471ms;
          animation-delay: -75471ms;
}
.star:nth-child(172) .drive.-scale {
  -webkit-animation-delay: -75471ms;
          animation-delay: -75471ms;
}
.star:nth-child(172) .drive.-rotate, .star:nth-child(172) .drive.-reverse, .star:nth-child(172) .drive.-angle, .star:nth-child(172) .drive.-rubber {
  -webkit-animation-delay: -25675ms;
          animation-delay: -25675ms;
}
.star:nth-child(172) .drive.-radius {
  transform: translateX(245px);
}
.star:nth-child(172) .graphic {
  background: rgba(205, 135, 215, 0.7);
}
.star:nth-child(173) .drive.-up {
  -webkit-animation-delay: -50934ms;
          animation-delay: -50934ms;
}
.star:nth-child(173) .drive.-scale {
  -webkit-animation-delay: -50934ms;
          animation-delay: -50934ms;
}
.star:nth-child(173) .drive.-rotate, .star:nth-child(173) .drive.-reverse, .star:nth-child(173) .drive.-angle, .star:nth-child(173) .drive.-rubber {
  -webkit-animation-delay: -15393ms;
          animation-delay: -15393ms;
}
.star:nth-child(173) .drive.-radius {
  transform: translateX(298px);
}
.star:nth-child(173) .graphic {
  background: rgba(208, 246, 251, 0.7);
}
.star:nth-child(174) .drive.-up {
  -webkit-animation-delay: -57099ms;
          animation-delay: -57099ms;
}
.star:nth-child(174) .drive.-scale {
  -webkit-animation-delay: -57099ms;
          animation-delay: -57099ms;
}
.star:nth-child(174) .drive.-rotate, .star:nth-child(174) .drive.-reverse, .star:nth-child(174) .drive.-angle, .star:nth-child(174) .drive.-rubber {
  -webkit-animation-delay: -81324ms;
          animation-delay: -81324ms;
}
.star:nth-child(174) .drive.-radius {
  transform: translateX(314px);
}
.star:nth-child(174) .graphic {
  background: rgba(219, 179, 214, 0.7);
}
.star:nth-child(175) .drive.-up {
  -webkit-animation-delay: -24030ms;
          animation-delay: -24030ms;
}
.star:nth-child(175) .drive.-scale {
  -webkit-animation-delay: -24030ms;
          animation-delay: -24030ms;
}
.star:nth-child(175) .drive.-rotate, .star:nth-child(175) .drive.-reverse, .star:nth-child(175) .drive.-angle, .star:nth-child(175) .drive.-rubber {
  -webkit-animation-delay: -37806ms;
          animation-delay: -37806ms;
}
.star:nth-child(175) .drive.-radius {
  transform: translateX(275px);
}
.star:nth-child(175) .graphic {
  background: rgba(148, 196, 247, 0.7);
}
.star:nth-child(176) .drive.-up {
  -webkit-animation-delay: -92616ms;
          animation-delay: -92616ms;
}
.star:nth-child(176) .drive.-scale {
  -webkit-animation-delay: -92616ms;
          animation-delay: -92616ms;
}
.star:nth-child(176) .drive.-rotate, .star:nth-child(176) .drive.-reverse, .star:nth-child(176) .drive.-angle, .star:nth-child(176) .drive.-rubber {
  -webkit-animation-delay: -80860ms;
          animation-delay: -80860ms;
}
.star:nth-child(176) .drive.-radius {
  transform: translateX(105px);
}
.star:nth-child(176) .graphic {
  background: rgba(207, 220, 202, 0.7);
}
.star:nth-child(177) .drive.-up {
  -webkit-animation-delay: -53267ms;
          animation-delay: -53267ms;
}
.star:nth-child(177) .drive.-scale {
  -webkit-animation-delay: -53267ms;
          animation-delay: -53267ms;
}
.star:nth-child(177) .drive.-rotate, .star:nth-child(177) .drive.-reverse, .star:nth-child(177) .drive.-angle, .star:nth-child(177) .drive.-rubber {
  -webkit-animation-delay: -99612ms;
          animation-delay: -99612ms;
}
.star:nth-child(177) .drive.-radius {
  transform: translateX(310px);
}
.star:nth-child(177) .graphic {
  background: rgba(255, 157, 215, 0.7);
}
.star:nth-child(178) .drive.-up {
  -webkit-animation-delay: -96040ms;
          animation-delay: -96040ms;
}
.star:nth-child(178) .drive.-scale {
  -webkit-animation-delay: -96040ms;
          animation-delay: -96040ms;
}
.star:nth-child(178) .drive.-rotate, .star:nth-child(178) .drive.-reverse, .star:nth-child(178) .drive.-angle, .star:nth-child(178) .drive.-rubber {
  -webkit-animation-delay: -88205ms;
          animation-delay: -88205ms;
}
.star:nth-child(178) .drive.-radius {
  transform: translateX(253px);
}
.star:nth-child(178) .graphic {
  background: rgba(238, 111, 240, 0.7);
}
.star:nth-child(179) .drive.-up {
  -webkit-animation-delay: -30281ms;
          animation-delay: -30281ms;
}
.star:nth-child(179) .drive.-scale {
  -webkit-animation-delay: -30281ms;
          animation-delay: -30281ms;
}
.star:nth-child(179) .drive.-rotate, .star:nth-child(179) .drive.-reverse, .star:nth-child(179) .drive.-angle, .star:nth-child(179) .drive.-rubber {
  -webkit-animation-delay: -79972ms;
          animation-delay: -79972ms;
}
.star:nth-child(179) .drive.-radius {
  transform: translateX(345px);
}
.star:nth-child(179) .graphic {
  background: rgba(215, 181, 245, 0.7);
}
.star:nth-child(180) .drive.-up {
  -webkit-animation-delay: -749ms;
          animation-delay: -749ms;
}
.star:nth-child(180) .drive.-scale {
  -webkit-animation-delay: -749ms;
          animation-delay: -749ms;
}
.star:nth-child(180) .drive.-rotate, .star:nth-child(180) .drive.-reverse, .star:nth-child(180) .drive.-angle, .star:nth-child(180) .drive.-rubber {
  -webkit-animation-delay: -91589ms;
          animation-delay: -91589ms;
}
.star:nth-child(180) .drive.-radius {
  transform: translateX(293px);
}
.star:nth-child(180) .graphic {
  background: rgba(142, 189, 238, 0.7);
}
.star:nth-child(181) .drive.-up {
  -webkit-animation-delay: -82350ms;
          animation-delay: -82350ms;
}
.star:nth-child(181) .drive.-scale {
  -webkit-animation-delay: -82350ms;
          animation-delay: -82350ms;
}
.star:nth-child(181) .drive.-rotate, .star:nth-child(181) .drive.-reverse, .star:nth-child(181) .drive.-angle, .star:nth-child(181) .drive.-rubber {
  -webkit-animation-delay: -49926ms;
          animation-delay: -49926ms;
}
.star:nth-child(181) .drive.-radius {
  transform: translateX(117px);
}
.star:nth-child(181) .graphic {
  background: rgba(167, 145, 242, 0.7);
}
.star:nth-child(182) .drive.-up {
  -webkit-animation-delay: -41931ms;
          animation-delay: -41931ms;
}
.star:nth-child(182) .drive.-scale {
  -webkit-animation-delay: -41931ms;
          animation-delay: -41931ms;
}
.star:nth-child(182) .drive.-rotate, .star:nth-child(182) .drive.-reverse, .star:nth-child(182) .drive.-angle, .star:nth-child(182) .drive.-rubber {
  -webkit-animation-delay: -3068ms;
          animation-delay: -3068ms;
}
.star:nth-child(182) .drive.-radius {
  transform: translateX(185px);
}
.star:nth-child(182) .graphic {
  background: rgba(188, 215, 220, 0.7);
}
.star:nth-child(183) .drive.-up {
  -webkit-animation-delay: -65937ms;
          animation-delay: -65937ms;
}
.star:nth-child(183) .drive.-scale {
  -webkit-animation-delay: -65937ms;
          animation-delay: -65937ms;
}
.star:nth-child(183) .drive.-rotate, .star:nth-child(183) .drive.-reverse, .star:nth-child(183) .drive.-angle, .star:nth-child(183) .drive.-rubber {
  -webkit-animation-delay: -64341ms;
          animation-delay: -64341ms;
}
.star:nth-child(183) .drive.-radius {
  transform: translateX(199px);
}
.star:nth-child(183) .graphic {
  background: rgba(206, 134, 243, 0.7);
}
.star:nth-child(184) .drive.-up {
  -webkit-animation-delay: -73859ms;
          animation-delay: -73859ms;
}
.star:nth-child(184) .drive.-scale {
  -webkit-animation-delay: -73859ms;
          animation-delay: -73859ms;
}
.star:nth-child(184) .drive.-rotate, .star:nth-child(184) .drive.-reverse, .star:nth-child(184) .drive.-angle, .star:nth-child(184) .drive.-rubber {
  -webkit-animation-delay: -51591ms;
          animation-delay: -51591ms;
}
.star:nth-child(184) .drive.-radius {
  transform: translateX(134px);
}
.star:nth-child(184) .graphic {
  background: rgba(129, 190, 247, 0.7);
}
.star:nth-child(185) .drive.-up {
  -webkit-animation-delay: -6262ms;
          animation-delay: -6262ms;
}
.star:nth-child(185) .drive.-scale {
  -webkit-animation-delay: -6262ms;
          animation-delay: -6262ms;
}
.star:nth-child(185) .drive.-rotate, .star:nth-child(185) .drive.-reverse, .star:nth-child(185) .drive.-angle, .star:nth-child(185) .drive.-rubber {
  -webkit-animation-delay: -37162ms;
          animation-delay: -37162ms;
}
.star:nth-child(185) .drive.-radius {
  transform: translateX(295px);
}
.star:nth-child(185) .graphic {
  background: rgba(203, 123, 229, 0.7);
}
.star:nth-child(186) .drive.-up {
  -webkit-animation-delay: -91500ms;
          animation-delay: -91500ms;
}
.star:nth-child(186) .drive.-scale {
  -webkit-animation-delay: -91500ms;
          animation-delay: -91500ms;
}
.star:nth-child(186) .drive.-rotate, .star:nth-child(186) .drive.-reverse, .star:nth-child(186) .drive.-angle, .star:nth-child(186) .drive.-rubber {
  -webkit-animation-delay: -8894ms;
          animation-delay: -8894ms;
}
.star:nth-child(186) .drive.-radius {
  transform: translateX(303px);
}
.star:nth-child(186) .graphic {
  background: rgba(174, 153, 236, 0.7);
}
.star:nth-child(187) .drive.-up {
  -webkit-animation-delay: -31316ms;
          animation-delay: -31316ms;
}
.star:nth-child(187) .drive.-scale {
  -webkit-animation-delay: -31316ms;
          animation-delay: -31316ms;
}
.star:nth-child(187) .drive.-rotate, .star:nth-child(187) .drive.-reverse, .star:nth-child(187) .drive.-angle, .star:nth-child(187) .drive.-rubber {
  -webkit-animation-delay: -76738ms;
          animation-delay: -76738ms;
}
.star:nth-child(187) .drive.-radius {
  transform: translateX(267px);
}
.star:nth-child(187) .graphic {
  background: rgba(158, 176, 235, 0.7);
}
.star:nth-child(188) .drive.-up {
  -webkit-animation-delay: -1742ms;
          animation-delay: -1742ms;
}
.star:nth-child(188) .drive.-scale {
  -webkit-animation-delay: -1742ms;
          animation-delay: -1742ms;
}
.star:nth-child(188) .drive.-rotate, .star:nth-child(188) .drive.-reverse, .star:nth-child(188) .drive.-angle, .star:nth-child(188) .drive.-rubber {
  -webkit-animation-delay: -22480ms;
          animation-delay: -22480ms;
}
.star:nth-child(188) .drive.-radius {
  transform: translateX(143px);
}
.star:nth-child(188) .graphic {
  background: rgba(222, 179, 212, 0.7);
}
.star:nth-child(189) .drive.-up {
  -webkit-animation-delay: -57305ms;
          animation-delay: -57305ms;
}
.star:nth-child(189) .drive.-scale {
  -webkit-animation-delay: -57305ms;
          animation-delay: -57305ms;
}
.star:nth-child(189) .drive.-rotate, .star:nth-child(189) .drive.-reverse, .star:nth-child(189) .drive.-angle, .star:nth-child(189) .drive.-rubber {
  -webkit-animation-delay: -46083ms;
          animation-delay: -46083ms;
}
.star:nth-child(189) .drive.-radius {
  transform: translateX(256px);
}
.star:nth-child(189) .graphic {
  background: rgba(205, 129, 214, 0.7);
}
.star:nth-child(190) .drive.-up {
  -webkit-animation-delay: -64515ms;
          animation-delay: -64515ms;
}
.star:nth-child(190) .drive.-scale {
  -webkit-animation-delay: -64515ms;
          animation-delay: -64515ms;
}
.star:nth-child(190) .drive.-rotate, .star:nth-child(190) .drive.-reverse, .star:nth-child(190) .drive.-angle, .star:nth-child(190) .drive.-rubber {
  -webkit-animation-delay: -47501ms;
          animation-delay: -47501ms;
}
.star:nth-child(190) .drive.-radius {
  transform: translateX(207px);
}
.star:nth-child(190) .graphic {
  background: rgba(235, 236, 243, 0.7);
}
.star:nth-child(191) .drive.-up {
  -webkit-animation-delay: -87306ms;
          animation-delay: -87306ms;
}
.star:nth-child(191) .drive.-scale {
  -webkit-animation-delay: -87306ms;
          animation-delay: -87306ms;
}
.star:nth-child(191) .drive.-rotate, .star:nth-child(191) .drive.-reverse, .star:nth-child(191) .drive.-angle, .star:nth-child(191) .drive.-rubber {
  -webkit-animation-delay: -40600ms;
          animation-delay: -40600ms;
}
.star:nth-child(191) .drive.-radius {
  transform: translateX(193px);
}
.star:nth-child(191) .graphic {
  background: rgba(228, 218, 249, 0.7);
}
.star:nth-child(192) .drive.-up {
  -webkit-animation-delay: -59383ms;
          animation-delay: -59383ms;
}
.star:nth-child(192) .drive.-scale {
  -webkit-animation-delay: -59383ms;
          animation-delay: -59383ms;
}
.star:nth-child(192) .drive.-rotate, .star:nth-child(192) .drive.-reverse, .star:nth-child(192) .drive.-angle, .star:nth-child(192) .drive.-rubber {
  -webkit-animation-delay: -97336ms;
          animation-delay: -97336ms;
}
.star:nth-child(192) .drive.-radius {
  transform: translateX(304px);
}
.star:nth-child(192) .graphic {
  background: rgba(243, 220, 234, 0.7);
}
.star:nth-child(193) .drive.-up {
  -webkit-animation-delay: -18661ms;
          animation-delay: -18661ms;
}
.star:nth-child(193) .drive.-scale {
  -webkit-animation-delay: -18661ms;
          animation-delay: -18661ms;
}
.star:nth-child(193) .drive.-rotate, .star:nth-child(193) .drive.-reverse, .star:nth-child(193) .drive.-angle, .star:nth-child(193) .drive.-rubber {
  -webkit-animation-delay: -55829ms;
          animation-delay: -55829ms;
}
.star:nth-child(193) .drive.-radius {
  transform: translateX(220px);
}
.star:nth-child(193) .graphic {
  background: rgba(188, 143, 205, 0.7);
}
.star:nth-child(194) .drive.-up {
  -webkit-animation-delay: -8904ms;
          animation-delay: -8904ms;
}
.star:nth-child(194) .drive.-scale {
  -webkit-animation-delay: -8904ms;
          animation-delay: -8904ms;
}
.star:nth-child(194) .drive.-rotate, .star:nth-child(194) .drive.-reverse, .star:nth-child(194) .drive.-angle, .star:nth-child(194) .drive.-rubber {
  -webkit-animation-delay: -41354ms;
          animation-delay: -41354ms;
}
.star:nth-child(194) .drive.-radius {
  transform: translateX(230px);
}
.star:nth-child(194) .graphic {
  background: rgba(200, 165, 237, 0.7);
}
.star:nth-child(195) .drive.-up {
  -webkit-animation-delay: -90907ms;
          animation-delay: -90907ms;
}
.star:nth-child(195) .drive.-scale {
  -webkit-animation-delay: -90907ms;
          animation-delay: -90907ms;
}
.star:nth-child(195) .drive.-rotate, .star:nth-child(195) .drive.-reverse, .star:nth-child(195) .drive.-angle, .star:nth-child(195) .drive.-rubber {
  -webkit-animation-delay: -22099ms;
          animation-delay: -22099ms;
}
.star:nth-child(195) .drive.-radius {
  transform: translateX(198px);
}
.star:nth-child(195) .graphic {
  background: rgba(208, 102, 252, 0.7);
}
.star:nth-child(196) .drive.-up {
  -webkit-animation-delay: -78441ms;
          animation-delay: -78441ms;
}
.star:nth-child(196) .drive.-scale {
  -webkit-animation-delay: -78441ms;
          animation-delay: -78441ms;
}
.star:nth-child(196) .drive.-rotate, .star:nth-child(196) .drive.-reverse, .star:nth-child(196) .drive.-angle, .star:nth-child(196) .drive.-rubber {
  -webkit-animation-delay: -47755ms;
          animation-delay: -47755ms;
}
.star:nth-child(196) .drive.-radius {
  transform: translateX(210px);
}
.star:nth-child(196) .graphic {
  background: rgba(114, 183, 254, 0.7);
}
.star:nth-child(197) .drive.-up {
  -webkit-animation-delay: -96374ms;
          animation-delay: -96374ms;
}
.star:nth-child(197) .drive.-scale {
  -webkit-animation-delay: -96374ms;
          animation-delay: -96374ms;
}
.star:nth-child(197) .drive.-rotate, .star:nth-child(197) .drive.-reverse, .star:nth-child(197) .drive.-angle, .star:nth-child(197) .drive.-rubber {
  -webkit-animation-delay: -20944ms;
          animation-delay: -20944ms;
}
.star:nth-child(197) .drive.-radius {
  transform: translateX(347px);
}
.star:nth-child(197) .graphic {
  background: rgba(122, 101, 207, 0.7);
}
.star:nth-child(198) .drive.-up {
  -webkit-animation-delay: -50843ms;
          animation-delay: -50843ms;
}
.star:nth-child(198) .drive.-scale {
  -webkit-animation-delay: -50843ms;
          animation-delay: -50843ms;
}
.star:nth-child(198) .drive.-rotate, .star:nth-child(198) .drive.-reverse, .star:nth-child(198) .drive.-angle, .star:nth-child(198) .drive.-rubber {
  -webkit-animation-delay: -24807ms;
          animation-delay: -24807ms;
}
.star:nth-child(198) .drive.-radius {
  transform: translateX(228px);
}
.star:nth-child(198) .graphic {
  background: rgba(210, 226, 207, 0.7);
}
.star:nth-child(199) .drive.-up {
  -webkit-animation-delay.........完整代码请登录后点击上方下载按钮下载查看

网友评论0