@-webkit-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes gradient_animation_basic {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 20px;
  color: #e10019;
}

@keyframes animate_hovering_soft {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  32% {
    transform: translateY(-5%) rotate3d(0, 0, 0, 5deg);
  }
  62% {
    transform: translateY(4%) rotate3d(0, 0, 0, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_hovering {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
  15% {
    transform: translateY(2%) rotate3d(0, 0.01, 0.002, 5deg);
  }
  32% {
    transform: translateY(-1%) rotate3d(0.01, -0.003, 0, 5deg);
  }
  48% {
    transform: translateY(2%) rotate3d(0, 0, -0.002, 5deg);
  }
  70% {
    transform: translateY(-3%) rotate3d(-0.01, 0, 0, 5deg);
  }
  87% {
    transform: translateY(3%) rotate3d(0, -0.01, 0.003, 5deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 0, 5deg);
  }
}
@keyframes animate_rotate {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, 358deg);
  }
}
@keyframes animate_rotate_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(1, 1, 1, -358deg);
  }
}
@keyframes animate_rotate_flat {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, 358deg);
  }
}
@keyframes animate_rotate_flat_inverted {
  0% {
    transform: translateY(0) rotate3d(0, 0, 0, 0deg);
  }
  100% {
    transform: translateY(0) rotate3d(0, 0, 1, -358deg);
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: 0 -10000px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
}

html {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
}
body, html {
  background-color: #0b3029;
  line-height: 1.5;
  min-height: 100vh;
  letter-spacing: 0em;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 200;
}

body {
  background-image: url("./zwackelhof-mood-sky.webp");
  background-size: cover;
  background-position: 50% 80%;
  display: flex;
  align-items: center;
}

main {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
main img {
  width: 32vw;
  z-index: 1000;
}
@media screen and (max-width: 991px) {
  main img {
    width: 75vw;
  }
}

.particle_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.circle-container {
  position: absolute;
  transform: translateY(-10vh);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.circle-container .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  mix-blend-mode: screen;
  background-image: radial-gradient(hsl(180deg, 100%, 80%), hsl(180deg, 100%, 80%) 10%, hsla(180deg, 100%, 80%, 0) 56%);
  animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
}
@keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}
.circle-container:nth-child(1) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-1;
  animation-duration: 35327ms;
  animation-delay: 31341ms;
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(1vw, 108vh, 0);
  }
  to {
    transform: translate3d(40vw, -124vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  animation-delay: 592ms;
}
.circle-container:nth-child(2) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-2;
  animation-duration: 31734ms;
  animation-delay: 35172ms;
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(36vw, 106vh, 0);
  }
  to {
    transform: translate3d(24vw, -115vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  animation-delay: 2879ms;
}
.circle-container:nth-child(3) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-3;
  animation-duration: 34869ms;
  animation-delay: 21237ms;
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(67vw, 106vh, 0);
  }
  to {
    transform: translate3d(13vw, -110vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  animation-delay: 3679ms;
}
.circle-container:nth-child(4) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-4;
  animation-duration: 32392ms;
  animation-delay: 9575ms;
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(63vw, 101vh, 0);
  }
  to {
    transform: translate3d(11vw, -107vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  animation-delay: 249ms;
}
.circle-container:nth-child(5) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-5;
  animation-duration: 31832ms;
  animation-delay: 16174ms;
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(82vw, 107vh, 0);
  }
  to {
    transform: translate3d(55vw, -135vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  animation-delay: 386ms;
}
.circle-container:nth-child(6) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-6;
  animation-duration: 36724ms;
  animation-delay: 6011ms;
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(22vw, 105vh, 0);
  }
  to {
    transform: translate3d(73vw, -133vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  animation-delay: 3565ms;
}
.circle-container:nth-child(7) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-7;
  animation-duration: 32980ms;
  animation-delay: 25293ms;
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(86vw, 101vh, 0);
  }
  to {
    transform: translate3d(24vw, -117vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  animation-delay: 760ms;
}
.circle-container:nth-child(8) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-8;
  animation-duration: 31848ms;
  animation-delay: 5267ms;
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(66vw, 106vh, 0);
  }
  to {
    transform: translate3d(32vw, -121vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  animation-delay: 1857ms;
}
.circle-container:nth-child(9) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-9;
  animation-duration: 29327ms;
  animation-delay: 30005ms;
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(55vw, 106vh, 0);
  }
  to {
    transform: translate3d(89vw, -132vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  animation-delay: 1407ms;
}
.circle-container:nth-child(10) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-10;
  animation-duration: 30206ms;
  animation-delay: 10714ms;
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(40vw, 110vh, 0);
  }
  to {
    transform: translate3d(67vw, -115vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  animation-delay: 2852ms;
}
.circle-container:nth-child(11) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-11;
  animation-duration: 35766ms;
  animation-delay: 5258ms;
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(24vw, 105vh, 0);
  }
  to {
    transform: translate3d(86vw, -125vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  animation-delay: 1357ms;
}
.circle-container:nth-child(12) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-12;
  animation-duration: 36640ms;
  animation-delay: 26494ms;
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(63vw, 108vh, 0);
  }
  to {
    transform: translate3d(91vw, -135vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  animation-delay: 3174ms;
}
.circle-container:nth-child(13) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-13;
  animation-duration: 33652ms;
  animation-delay: 13996ms;
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(90vw, 107vh, 0);
  }
  to {
    transform: translate3d(97vw, -123vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  animation-delay: 1577ms;
}
.circle-container:nth-child(14) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-14;
  animation-duration: 33089ms;
  animation-delay: 34150ms;
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(65vw, 103vh, 0);
  }
  to {
    transform: translate3d(30vw, -127vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  animation-delay: 271ms;
}
.circle-container:nth-child(15) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-15;
  animation-duration: 36845ms;
  animation-delay: 23790ms;
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(44vw, 107vh, 0);
  }
  to {
    transform: translate3d(18vw, -121vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  animation-delay: 2776ms;
}
.circle-container:nth-child(16) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-16;
  animation-duration: 35319ms;
  animation-delay: 36430ms;
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(30vw, 108vh, 0);
  }
  to {
    transform: translate3d(16vw, -120vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  animation-delay: 1957ms;
}
.circle-container:nth-child(17) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-17;
  animation-duration: 32270ms;
  animation-delay: 1740ms;
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(18vw, 109vh, 0);
  }
  to {
    transform: translate3d(96vw, -129vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  animation-delay: 2260ms;
}
.circle-container:nth-child(18) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-18;
  animation-duration: 29491ms;
  animation-delay: 3823ms;
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(61vw, 103vh, 0);
  }
  to {
    transform: translate3d(67vw, -123vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  animation-delay: 711ms;
}
.circle-container:nth-child(19) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-19;
  animation-duration: 31652ms;
  animation-delay: 9959ms;
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(100vw, 101vh, 0);
  }
  to {
    transform: translate3d(49vw, -122vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  animation-delay: 3940ms;
}
.circle-container:nth-child(20) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-20;
  animation-duration: 30728ms;
  animation-delay: 11986ms;
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(60vw, 108vh, 0);
  }
  to {
    transform: translate3d(41vw, -127vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  animation-delay: 1883ms;
}
.circle-container:nth-child(21) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-21;
  animation-duration: 31483ms;
  animation-delay: 15070ms;
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(46vw, 107vh, 0);
  }
  to {
    transform: translate3d(7vw, -128vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  animation-delay: 3931ms;
}
.circle-container:nth-child(22) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-22;
  animation-duration: 32349ms;
  animation-delay: 28331ms;
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(12vw, 110vh, 0);
  }
  to {
    transform: translate3d(88vw, -116vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  animation-delay: 495ms;
}
.circle-container:nth-child(23) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-23;
  animation-duration: 29266ms;
  animation-delay: 19703ms;
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(25vw, 108vh, 0);
  }
  to {
    transform: translate3d(85vw, -120vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  animation-delay: 1320ms;
}
.circle-container:nth-child(24) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-24;
  animation-duration: 28927ms;
  animation-delay: 26181ms;
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(20vw, 108vh, 0);
  }
  to {
    transform: translate3d(69vw, -137vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  animation-delay: 1179ms;
}
.circle-container:nth-child(25) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-25;
  animation-duration: 35569ms;
  animation-delay: 21305ms;
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(52vw, 110vh, 0);
  }
  to {
    transform: translate3d(58vw, -133vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  animation-delay: 1576ms;
}
.circle-container:nth-child(26) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-26;
  animation-duration: 30051ms;
  animation-delay: 2735ms;
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(56vw, 104vh, 0);
  }
  to {
    transform: translate3d(66vw, -119vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  animation-delay: 1937ms;
}
.circle-container:nth-child(27) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-27;
  animation-duration: 32728ms;
  animation-delay: 34210ms;
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(55vw, 110vh, 0);
  }
  to {
    transform: translate3d(42vw, -111vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  animation-delay: 595ms;
}
.circle-container:nth-child(28) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-28;
  animation-duration: 36504ms;
  animation-delay: 29442ms;
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(35vw, 102vh, 0);
  }
  to {
    transform: translate3d(68vw, -115vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  animation-delay: 994ms;
}
.circle-container:nth-child(29) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-29;
  animation-duration: 36902ms;
  animation-delay: 30972ms;
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(39vw, 110vh, 0);
  }
  to {
    transform: translate3d(32vw, -137vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  animation-delay: 3321ms;
}
.circle-container:nth-child(30) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-30;
  animation-duration: 32640ms;
  animation-delay: 30976ms;
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(81vw, 106vh, 0);
  }
  to {
    transform: translate3d(88vw, -113vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  animation-delay: 631ms;
}
.circle-container:nth-child(31) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-31;
  animation-duration: 30355ms;
  animation-delay: 9420ms;
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(85vw, 102vh, 0);
  }
  to {
    transform: translate3d(58vw, -129vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  animation-delay: 744ms;
}
.circle-container:nth-child(32) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-32;
  animation-duration: 33606ms;
  animation-delay: 22811ms;
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(47vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -116vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  animation-delay: 2227ms;
}
.circle-container:nth-child(33) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-33;
  animation-duration: 32290ms;
  animation-delay: 33575ms;
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(32vw, 102vh, 0);
  }
  to {
    transform: translate3d(13vw, -118vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  animation-delay: 3143ms;
}
.circle-container:nth-child(34) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-34;
  animation-duration: 36496ms;
  animation-delay: 20392ms;
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(70vw, 107vh, 0);
  }
  to {
    transform: translate3d(42vw, -109vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  animation-delay: 3890ms;
}
.circle-container:nth-child(35) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-35;
  animation-duration: 35546ms;
  animation-delay: 35023ms;
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(33vw, 102vh, 0);
  }
  to {
    transform: translate3d(61vw, -132vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  animation-delay: 1398ms;
}
.circle-container:nth-child(36) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-36;
  animation-duration: 29050ms;
  animation-delay: 34891ms;
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(57vw, 108vh, 0);
  }
  to {
    transform: translate3d(49vw, -124vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  animation-delay: 3195ms;
}
.circle-container:nth-child(37) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-37;
  animation-duration: 31995ms;
  animation-delay: 30117ms;
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(5vw, 106vh, 0);
  }
  to {
    transform: translate3d(71vw, -134vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  animation-delay: 3194ms;
}
.circle-container:nth-child(38) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-38;
  animation-duration: 28001ms;
  animation-delay: 15245ms;
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(81vw, 104vh, 0);
  }
  to {
    transform: translate3d(72vw, -123vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  animation-delay: 1124ms;
}
.circle-container:nth-child(39) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-39;
  animation-duration: 32784ms;
  animation-delay: 36337ms;
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(68vw, 101vh, 0);
  }
  to {
    transform: translate3d(93vw, -122vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  animation-delay: 3541ms;
}
.circle-container:nth-child(40) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-40;
  animation-duration: 29163ms;
  animation-delay: 8125ms;
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(15vw, 109vh, 0);
  }
  to {
    transform: translate3d(18vw, -128vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  animation-delay: 211ms;
}
.circle-container:nth-child(41) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-41;
  animation-duration: 28865ms;
  animation-delay: 8846ms;
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(100vw, 104vh, 0);
  }
  to {
    transform: translate3d(28vw, -112vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  animation-delay: 943ms;
}
.circle-container:nth-child(42) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-42;
  animation-duration: 28673ms;
  animation-delay: 6098ms;
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(5vw, 110vh, 0);
  }
  to {
    transform: translate3d(8vw, -136vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  animation-delay: 3883ms;
}
.circle-container:nth-child(43) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-43;
  animation-duration: 32133ms;
  animation-delay: 11797ms;
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(48vw, 102vh, 0);
  }
  to {
    transform: translate3d(95vw, -115vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  animation-delay: 3853ms;
}
.circle-container:nth-child(44) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-44;
  animation-duration: 36165ms;
  animation-delay: 6890ms;
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(32vw, 103vh, 0);
  }
  to {
    transform: translate3d(46vw, -122vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  animation-delay: 288ms;
}
.circle-container:nth-child(45) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-45;
  animation-duration: 29513ms;
  animation-delay: 32714ms;
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(59vw, 109vh, 0);
  }
  to {
    transform: translate3d(54vw, -126vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  animation-delay: 2349ms;
}
.circle-container:nth-child(46) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-46;
  animation-duration: 33425ms;
  animation-delay: 25802ms;
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(73vw, 107vh, 0);
  }
  to {
    transform: translate3d(47vw, -127vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  animation-delay: 3510ms;
}
.circle-container:nth-child(47) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-47;
  animation-duration: 34539ms;
  animation-delay: 5059ms;
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(51vw, 102vh, 0);
  }
  to {
    transform: translate3d(66vw, -126vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  animation-delay: 1089ms;
}
.circle-container:nth-child(48) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-48;
  animation-duration: 30619ms;
  animation-delay: 3374ms;
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(31vw, 101vh, 0);
  }
  to {
    transform: translate3d(82vw, -114vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  animation-delay: 1717ms;
}
.circle-container:nth-child(49) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-49;
  animation-duration: 28856ms;
  animation-delay: 18967ms;
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(10vw, 104vh, 0);
  }
  to {
    transform: translate3d(5vw, -133vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  animation-delay: 1855ms;
}
.circle-container:nth-child(50) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-50;
  animation-duration: 30890ms;
  animation-delay: 15989ms;
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(96vw, 104vh, 0);
  }
  to {
    transform: translate3d(44vw, -122vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  animation-delay: 1140ms;
}
.circle-container:nth-child(51) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-51;
  animation-duration: 29366ms;
  animation-delay: 34735ms;
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(14vw, 109vh, 0);
  }
  to {
    transform: translate3d(28vw, -139vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  animation-delay: 639ms;
}
.circle-container:nth-child(52) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-52;
  animation-duration: 35164ms;
  animation-delay: 31954ms;
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(40vw, 102vh, 0);
  }
  to {
    transform: translate3d(53vw, -122vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  animation-delay: 620ms;
}
.circle-container:nth-child(53) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-53;
  animation-duration: 32974ms;
  animation-delay: 13777ms;
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(51vw, 110vh, 0);
  }
  to {
    transform: translate3d(11vw, -125vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  animation-delay: 1537ms;
}
.circle-container:nth-child(54) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-54;
  animation-duration: 30436ms;
  animation-delay: 25776ms;
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(29vw, 102vh, 0);
  }
  to {
    transform: translate3d(85vw, -130vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  animation-delay: 2951ms;
}
.circle-container:nth-child(55) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-55;
  animation-duration: 30213ms;
  animation-delay: 18454ms;
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(62vw, 107vh, 0);
  }
  to {
    transform: translate3d(93vw, -117vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  animation-delay: 3556ms;
}
.circle-container:nth-child(56) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-56;
  animation-duration: 31026ms;
  animation-delay: 23673ms;
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(2vw, 103vh, 0);
  }
  to {
    transform: translate3d(21vw, -107vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  animation-delay: 1619ms;
}
.circle-container:nth-child(57) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-57;
  animation-duration: 36372ms;
  animation-delay: 14405ms;
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(65vw, 108vh, 0);
  }
  to {
    transform: translate3d(77vw, -116vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  animation-delay: 2940ms;
}
.circle-container:nth-child(58) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-58;
  animation-duration: 28116ms;
  animation-delay: 4925ms;
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(60vw, 102vh, 0);
  }
  to {
    transform: translate3d(17vw, -110vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  animation-delay: 3414ms;
}
.circle-container:nth-child(59) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-59;
  animation-duration: 35427ms;
  animation-delay: 33850ms;
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(82vw, 105vh, 0);
  }
  to {
    transform: translate3d(22vw, -113vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  animation-delay: 2124ms;
}
.circle-container:nth-child(60) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-60;
  animation-duration: 33722ms;
  animation-delay: 5756ms;
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(10vw, 106vh, 0);
  }
  to {
    transform: translate3d(24vw, -124vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  animation-delay: 846ms;
}
.circle-container:nth-child(61) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-61;
  animation-duration: 28171ms;
  animation-delay: 1930ms;
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(13vw, 109vh, 0);
  }
  to {
    transform: translate3d(37vw, -137vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  animation-delay: 621ms;
}
.circle-container:nth-child(62) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-62;
  animation-duration: 30088ms;
  animation-delay: 23188ms;
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(54vw, 107vh, 0);
  }
  to {
    transform: translate3d(50vw, -115vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  animation-delay: 2226ms;
}
.circle-container:nth-child(63) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-63;
  animation-duration: 28724ms;
  animation-delay: 36771ms;
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(13vw, 107vh, 0);
  }
  to {
    transform: translate3d(10vw, -119vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  animation-delay: 1136ms;
}
.circle-container:nth-child(64) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-64;
  animation-duration: 29342ms;
  animation-delay: 28727ms;
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(99vw, 107vh, 0);
  }
  to {
    transform: translate3d(89vw, -136vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  animation-delay: 1733ms;
}
.circle-container:nth-child(65) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-65;
  animation-duration: 30163ms;
  animation-delay: 26315ms;
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(19vw, 106vh, 0);
  }
  to {
    transform: translate3d(44vw, -116vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  animation-delay: 3532ms;
}
.circle-container:nth-child(66) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-66;
  animation-duration: 28144ms;
  animation-delay: 29010ms;
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(62vw, 104vh, 0);
  }
  to {
    transform: translate3d(23vw, -127vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  animation-delay: 1263ms;
}
.circle-container:nth-child(67) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-67;
  animation-duration: 33863ms;
  animation-delay: 12023ms;
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(89vw, 110vh, 0);
  }
  to {
    transform: translate3d(45vw, -131vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  animation-delay: 2307ms;
}
.circle-container:nth-child(68) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-68;
  animation-duration: 31249ms;
  animation-delay: 18869ms;
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(72vw, 108vh, 0);
  }
  to {
    transform: translate3d(42vw, -135vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  animation-delay: 2341ms;
}
.circle-container:nth-child(69) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-69;
  animation-duration: 28554ms;
  animation-delay: 5177ms;
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(83vw, 106vh, 0);
  }
  to {
    transform: translate3d(6vw, -116vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  animation-delay: 3630ms;
}
.circle-container:nth-child(70) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-70;
  animation-duration: 33698ms;
  animation-delay: 35877ms;
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(73vw, 109vh, 0);
  }
  to {
    transform: translate3d(62vw, -133vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  animation-delay: 2722ms;
}
.circle-container:nth-child(71) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-71;
  animation-duration: 28643ms;
  animation-delay: 21621ms;
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(3vw, 109vh, 0);
  }
  to {
    transform: translate3d(87vw, -122vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  animation-delay: 433ms;
}
.circle-container:nth-child(72) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-72;
  animation-duration: 36828ms;
  animation-delay: 7626ms;
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(71vw, 107vh, 0);
  }
  to {
    transform: translate3d(79vw, -113vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  animation-delay: 3515ms;
}
.circle-container:nth-child(73) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-73;
  animation-duration: 36646ms;
  animation-delay: 32327ms;
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(71vw, 110vh, 0);
  }
  to {
    transform: translate3d(36vw, -127vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  animation-delay: 807ms;
}
.circle-container:nth-child(74) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-74;
  animation-duration: 33838ms;
  animation-delay: 34069ms;
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(9vw, 109vh, 0);
  }
  to {
    transform: translate3d(58vw, -139vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  animation-delay: 2971ms;
}
.circle-container:nth-child(75) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-75;
  animation-duration: 33470ms;
  animation-delay: 603ms;
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(99vw, 106vh, 0);
  }
  to {
    transform: translate3d(85vw, -132vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  animation-delay: 3215ms;
}
.circle-container:nth-child(76) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-76;
  animation-duration: 31402ms;
  animation-delay: 24575ms;
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(99vw, 108vh, 0);
  }
  to {
    transform: translate3d(41vw, -138vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  animation-delay: 1775ms;
}
.circle-container:nth-child(77) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-77;
  animation-duration: 36851ms;
  animation-delay: 24699ms;
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(65vw, 101vh, 0);
  }
  to {
    transform: translate3d(99vw, -122vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  animation-delay: 3727ms;
}
.circle-container:nth-child(78) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-78;
  animation-duration: 35600ms;
  animation-delay: 6210ms;
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(51vw, 106vh, 0);
  }
  to {
    transform: translate3d(70vw, -107vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  animation-delay: 1972ms;
}
.circle-container:nth-child(79) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-79;
  animation-duration: 35804ms;
  animation-delay: 31413ms;
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(18vw, 108vh, 0);
  }
  to {
    transform: translate3d(92vw, -113vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  animation-delay: 2507ms;
}
.circle-container:nth-child(80) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-80;
  animation-duration: 32189ms;
  animation-delay: 11633ms;
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(5vw, 101vh, 0);
  }
  to {
    transform: translate3d(45vw, -131vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  animation-delay: 1355ms;
}
.circle-container:nth-child(81) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-81;
  animation-duration: 32665ms;
  animation-delay: 3332ms;
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(61vw, 106vh, 0);
  }
  to {
    transform: translate3d(39vw, -135vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  animation-delay: 2919ms;
}
.circle-container:nth-child(82) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-82;
  animation-duration: 33744ms;
  animation-delay: 10605ms;
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(98vw, 110vh, 0);
  }
  to {
    transform: translate3d(20vw, -121vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  animation-delay: 3941ms;
}
.circle-container:nth-child(83) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-83;
  animation-duration: 34156ms;
  animation-delay: 15605ms;
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(19vw, 109vh, 0);
  }
  to {
    transform: translate3d(96vw, -119vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  animation-delay: 2022ms;
}
.circle-container:nth-child(84) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-84;
  animation-duration: 29538ms;
  animation-delay: 31879ms;
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(65vw, 103vh, 0);
  }
  to {
    transform: translate3d(55vw, -123vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  animation-delay: 929ms;
}
.circle-container:nth-child(85) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-85;
  animation-duration: 33960ms;
  animation-delay: 5009ms;
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(50vw, 101vh, 0);
  }
  to {
    transform: translate3d(54vw, -120vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  animation-delay: 2108ms;
}
.circle-container:nth-child(86) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-86;
  animation-duration: 35842ms;
  animation-delay: 24178ms;
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(90vw, 107vh, 0);
  }
  to {
    transform: translate3d(32vw, -112vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  animation-delay: 3151ms;
}
.circle-container:nth-child(87) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-87;
  animation-duration: 30549ms;
  animation-delay: 31329ms;
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(16vw, 103vh, 0);
  }
  to {
    transform: translate3d(52vw, -129vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  animation-delay: 3053ms;
}
.circle-container:nth-child(88) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-88;
  animation-duration: 36161ms;
  animation-delay: 2292ms;
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(25vw, 102vh, 0);
  }
  to {
    transform: translate3d(90vw, -125vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  animation-delay: 2584ms;
}
.circle-container:nth-child(89) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-89;
  animation-duration: 35046ms;
  animation-delay: 17342ms;
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(18vw, 106vh, 0);
  }
  to {
    transform: translate3d(44vw, -126vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  animation-delay: 225ms;
}
.circle-container:nth-child(90) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-90;
  animation-duration: 33390ms;
  animation-delay: 18631ms;
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(30vw, 101vh, 0);
  }
  to {
    transform: translate3d(45vw, -107vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  animation-delay: 2653ms;
}
.circle-container:nth-child(91) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-91;
  animation-duration: 36817ms;
  animation-delay: 23168ms;
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(50vw, 108vh, 0);
  }
  to {
    transform: translate3d(45vw, -137vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  animation-delay: 1025ms;
}
.circle-container:nth-child(92) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-92;
  animation-duration: 33142ms;
  animation-delay: 13093ms;
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(28vw, 106vh, 0);
  }
  to {
    transform: translate3d(72vw, -129vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  animation-delay: 3896ms;
}
.circle-container:nth-child(93) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-93;
  animation-duration: 33967ms;
  animation-delay: 4805ms;
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(64vw, 106vh, 0);
  }
  to {
    transform: translate3d(8vw, -133vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  animation-delay: 160ms;
}
.circle-container:nth-child(94) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-94;
  animation-duration: 29848ms;
  animation-delay: 12000ms;
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(23vw, 110vh, 0);
  }
  to {
    transform: translate3d(7vw, -128vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  animation-delay: 1284ms;
}
.circle-container:nth-child(95) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-95;
  animation-duration: 34201ms;
  animation-delay: 14482ms;
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(48vw, 103vh, 0);
  }
  to {
    transform: translate3d(8vw, -127vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  animation-delay: 3856ms;
}
.circle-container:nth-child(96) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-96;
  animation-duration: 36497ms;
  animation-delay: 34556ms;
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(89vw, 103vh, 0);
  }
  to {
    transform: translate3d(52vw, -127vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  animation-delay: 1721ms;
}
.circle-container:nth-child(97) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-97;
  animation-duration: 34129ms;
  animation-delay: 14848ms;
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(12vw, 107vh, 0);
  }
  to {
    transform: translate3d(54vw, -108vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  animation-delay: 3982ms;
}
.circle-container:nth-child(98) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-98;
  animation-duration: 36306ms;
  animation-delay: 18653ms;
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(69vw, 108vh, 0);
  }
  to {
    transform: translate3d(2vw, -126vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  animation-delay: 2362ms;
}
.circle-container:nth-child(99) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-99;
  animation-duration: 28768ms;
  animation-delay: 20522ms;
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(67vw, 110vh, 0);
  }
  to {
    transform: translate3d(37vw, -118vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  animation-delay: 652ms;
}
.circle-container:nth-child(100) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-100;
  animation-duration: 33084ms;
  animation-delay: 36006ms;
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(98vw, 101vh, 0);
  }
  to {
    transform: translate3d(68vw, -125vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  animation-delay: 3372ms;
}
.circle-container:nth-child(101) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-101;
  animation-duration: 36347ms;
  animation-delay: 14585ms;
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(62vw, 102vh, 0);
  }
  to {
    transform: translate3d(68vw, -104vh, 0);
  }
}
.circle-container:nth-child(101) .circle {
  animation-delay: 3718ms;
}
.circle-container:nth-child(102) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-102;
  animation-duration: 29323ms;
  animation-delay: 30583ms;
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(78vw, 110vh, 0);
  }
  to {
    transform: translate3d(69vw, -114vh, 0);
  }
}
.circle-container:nth-child(102) .circle {
  animation-delay: 2719ms;
}
.circle-container:nth-child(103) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-103;
  animation-duration: 35961ms;
  animation-delay: 26214ms;
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(4vw, 101vh, 0);
  }
  to {
    transform: translate3d(4vw, -114vh, 0);
  }
}
.circle-container:nth-child(103) .circle {
  animation-delay: 2227ms;
}
.circle-container:nth-child(104) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-104;
  animation-duration: 34164ms;
  animation-delay: 14914ms;
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(22vw, 105vh, 0);
  }
  to {
    transform: translate3d(44vw, -113vh, 0);
  }
}
.circle-container:nth-child(104) .circle {
  animation-delay: 502ms;
}
.circle-container:nth-child(105) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-105;
  animation-duration: 30812ms;
  animation-delay: 31283ms;
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(19vw, 104vh, 0);
  }
  to {
    transform: translate3d(84vw, -111vh, 0);
  }
}
.circle-container:nth-child(105) .circle {
  animation-delay: 2019ms;
}
.circle-container:nth-child(106) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-106;
  animation-duration: 36267ms;
  animation-delay: 29557ms;
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(27vw, 105vh, 0);
  }
  to {
    transform: translate3d(47vw, -114vh, 0);
  }
}
.circle-container:nth-child(106) .circle {
  animation-delay: 3914ms;
}
.circle-container:nth-child(107) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-107;
  animation-duration: 29695ms;
  animation-delay: 15490ms;
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(81vw, 110vh, 0);
  }
  to {
    transform: translate3d(15vw, -113vh, 0);
  }
}
.circle-container:nth-child(107) .circle {
  animation-delay: 2619ms;
}
.circle-container:nth-child(108) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-108;
  animation-duration: 32549ms;
  animation-delay: 12474ms;
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(100vw, 101vh, 0);
  }
  to {
    transform: translate3d(81vw, -108vh, 0);
  }
}
.circle-container:nth-child(108) .circle {
  animation-delay: 1640ms;
}
.circle-container:nth-child(109) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-109;
  animation-duration: 35577ms;
  animation-delay: 9076ms;
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(68vw, 110vh, 0);
  }
  to {
    transform: translate3d(13vw, -122vh, 0);
  }
}
.circle-container:nth-child(109) .circle {
  animation-delay: 1656ms;
}
.circle-container:nth-child(110) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-110;
  animation-duration: 30155ms;
  animation-delay: 6967ms;
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(80vw, 106vh, 0);
  }
  to {
    transform: translate3d(59vw, -123vh, 0);
  }
}
.circle-container:nth-child(110) .circle {
  animation-delay: 3832ms;
}
.circle-container:nth-child(111) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-111;
  animation-duration: 30254ms;
  animation-delay: 18054ms;
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(63vw, 101vh, 0);
  }
  to {
    transform: translate3d(94vw, -110vh, 0);
  }
}
.circle-container:nth-child(111) .circle {
  animation-delay: 2497ms;
}
.circle-container:nth-child(112) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-112;
  animation-duration: 31567ms;
  animation-delay: 27829ms;
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(48vw, 101vh, 0);
  }
  to {
    transform: translate3d(89vw, -131vh, 0);
  }
}
.circle-container:nth-child(112) .circle {
  animation-delay: 1589ms;
}
.circle-container:nth-child(113) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-113;
  animation-duration: 30898ms;
  animation-delay: 11293ms;
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(42vw, 109vh, 0);
  }
  to {
    transform: translate3d(94vw, -139vh, 0);
  }
}
.circle-container:nth-child(113) .circle {
  animation-delay: 2172ms;
}
.circle-container:nth-child(114) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-114;
  animation-duration: 32916ms;
  animation-delay: 9101ms;
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(50vw, 101vh, 0);
  }
  to {
    transform: translate3d(2vw, -117vh, 0);
  }
}
.circle-container:nth-child(114) .circle {
  animation-delay: 2352ms;
}
.circle-container:nth-child(115) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-115;
  animation-duration: 32110ms;
  animation-delay: 21428ms;
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(44vw, 103vh, 0);
  }
  to {
    transform: translate3d(100vw, -128vh, 0);
  }
}
.circle-container:nth-child(115) .circle {
  animation-delay: 439ms;
}
.circle-container:nth-child(116) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-116;
  animation-duration: 35174ms;
  animation-delay: 12940ms;
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(92vw, 105vh, 0);
  }
  to {
    transform: translate3d(38vw, -125vh, 0);
  }
}
.circle-container:nth-child(116) .circle {
  animation-delay: 2702ms;
}
.circle-container:nth-child(117) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-117;
  animation-duration: 32611ms;
  animation-delay: 2674ms;
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(86vw, 102vh, 0);
  }
  to {
    transform: translate3d(93vw, -105vh, 0);
  }
}
.circle-container:nth-child(117) .circle {
  animation-delay: 435ms;
}
.circle-container:nth-child(118) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-118;
  animation-duration: 33122ms;
  animation-delay: 20830ms;
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(83vw, 106vh, 0);
  }
  to {
    transform: translate3d(25vw, -116vh, 0);
  }
}
.circle-container:nth-child(118) .circle {
  animation-delay: 1373ms;
}
.circle-container:nth-child(119) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-119;
  animation-duration: 32828ms;
  animation-delay: 27321ms;
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(51vw, 103vh, 0);
  }
  to {
    transform: translate3d(44vw, -104vh, 0);
  }
}
.circle-container:nth-child(119) .circle {
  animation-delay: 1299ms;
}
.circle-container:nth-child(120) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-120;
  animation-duration: 28391ms;
  animation-delay: 19911ms;
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(98vw, 110vh, 0);
  }
  to {
    transform: translate3d(15vw, -126vh, 0);
  }
}
.circle-container:nth-child(120) .circle {
  animation-delay: 687ms;
}
.circle-container:nth-child(121) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-121;
  animation-duration: 33856ms;
  animation-delay: 35711ms;
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(72vw, 107vh, 0);
  }
  to {
    transform: translate3d(33vw, -135vh, 0);
  }
}
.circle-container:nth-child(121) .circle {
  animation-delay: 2302ms;
}
.circle-container:nth-child(122) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-122;
  animation-duration: 31879ms;
  animation-delay: 3549ms;
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(78vw, 105vh, 0);
  }
  to {
    transform: translate3d(17vw, -109vh, 0);
  }
}
.circle-container:nth-child(122) .circle {
  animation-delay: 2815ms;
}
.circle-container:nth-child(123) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-123;
  animation-duration: 29394ms;
  animation-delay: 14470ms;
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(13vw, 106vh, 0);
  }
  to {
    transform: translate3d(74vw, -121vh, 0);
  }
}
.circle-container:nth-child(123) .circle {
  animation-delay: 4ms;
}
.circle-container:nth-child(124) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-124;
  animation-duration: 33858ms;
  animation-delay: 36605ms;
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(76vw, 110vh, 0);
  }
  to {
    transform: translate3d(2vw, -125vh, 0);
  }
}
.circle-container:nth-child(124) .circle {
  animation-delay: 3424ms;
}
.circle-container:nth-child(125) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-125;
  animation-duration: 28200ms;
  animation-delay: 21441ms;
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(11vw, 108vh, 0);
  }
  to {
    transform: translate3d(45vw, -123vh, 0);
  }
}
.circle-container:nth-child(125) .circle {
  animation-delay: 1305ms;
}
.circle-container:nth-child(126) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-126;
  animation-duration: 34308ms;
  animation-delay: 2564ms;
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(80vw, 106vh, 0);
  }
  to {
    transform: translate3d(52vw, -111vh, 0);
  }
}
.circle-container:nth-child(126) .circle {
  animation-delay: 226ms;
}
.circle-container:nth-child(127) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-127;
  animation-duration: 28781ms;
  animation-delay: 36646ms;
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(72vw, 109vh, 0);
  }
  to {
    transform: translate3d(5vw, -138vh, 0);
  }
}
.circle-container:nth-child(127) .circle {
  animation-delay: 2298ms;
}
.circle-container:nth-child(128) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-128;
  animation-duration: 31473ms;
  animation-delay: 23256ms;
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(50vw, 107vh, 0);
  }
  to {
    transform: translate3d(83vw, -119vh, 0);
  }
}
.circle-container:nth-child(128) .circle {
  animation-delay: 1667ms;
}
.circle-container:nth-child(129) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-129;
  animation-duration: 30086ms;
  animation-delay: 33139ms;
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(91vw, 108vh, 0);
  }
  to {
    transform: translate3d(37vw, -134vh, 0);
  }
}
.circle-container:nth-child(129) .circle {
  animation-delay: 3494ms;
}
.circle-container:nth-child(130) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-130;
  animation-duration: 29755ms;
  animation-delay: 3410ms;
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(74vw, 108vh, 0);
  }
  to {
    transform: translate3d(69vw, -134vh, 0);
  }
}
.circle-container:nth-child(130) .circle {
  animation-delay: 3267ms;
}
.circle-container:nth-child(131) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-131;
  animation-duration: 31477ms;
  animation-delay: 32921ms;
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(4vw, 106vh, 0);
  }
  to {
    transform: translate3d(85vw, -132vh, 0);
  }
}
.circle-container:nth-child(131) .circle {
  animation-delay: 1831ms;
}
.circle-container:nth-child(132) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-132;
  animation-duration: 31021ms;
  animation-delay: 13881ms;
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(100vw, 104vh, 0);
  }
  to {
    transform: translate3d(79vw, -115vh, 0);
  }
}
.circle-container:nth-child(132) .circle {
  animation-delay: 2775ms;
}
.circle-container:nth-child(133) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-133;
  animation-duration: 33852ms;
  animation-delay: 7577ms;
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(88vw, 101vh, 0);
  }
  to {
    transform: translate3d(7vw, -128vh, 0);
  }
}
.circle-container:nth-child(133) .circle {
  animation-delay: 3800ms;
}
.circle-container:nth-child(134) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-134;
  animation-duration: 30707ms;
  animation-delay: 15412ms;
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(3vw, 104vh, 0);
  }
  to {
    transform: translate3d(23vw, -108vh, 0);
  }
}
.circle-container:nth-child(134) .circle {
  animation-delay: 3241ms;
}
.circle-container:nth-child(135) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-135;
  animation-duration: 35905ms;
  animation-delay: 36698ms;
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(83vw, 108vh, 0);
  }
  to {
    transform: translate3d(11vw, -137vh, 0);
  }
}
.circle-container:nth-child(135) .circle {
  animation-delay: 1801ms;
}
.circle-container:nth-child(136) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-136;
  animation-duration: 34421ms;
  animation-delay: 18101ms;
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(53vw, 109vh, 0);
  }
  to {
    transform: translate3d(14vw, -137vh, 0);
  }
}
.circle-container:nth-child(136) .circle {
  animation-delay: 3493ms;
}
.circle-container:nth-child(137) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-137;
  animation-duration: 31411ms;
  animation-delay: 2258ms;
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(30vw, 106vh, 0);
  }
  to {
    transform: translate3d(76vw, -120vh, 0);
  }
}
.circle-container:nth-child(137) .circle {
  animation-delay: 1328ms;
}
.circle-container:nth-child(138) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-138;
  animation-duration: 35531ms;
  animation-delay: 13330ms;
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(41vw, 102vh, 0);
  }
  to {
    transform: translate3d(85vw, -107vh, 0);
  }
}
.circle-container:nth-child(138) .circle {
  animation-delay: 1925ms;
}
.circle-container:nth-child(139) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-139;
  animation-duration: 33524ms;
  animation-delay: 21875ms;
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(25vw, 110vh, 0);
  }
  to {
    transform: translate3d(89vw, -120vh, 0);
  }
}
.circle-container:nth-child(139) .circle {
  animation-delay: 2868ms;
}
.circle-container:nth-child(140) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-140;
  animation-duration: 33581ms;
  animation-delay: 17407ms;
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(16vw, 101vh, 0);
  }
  to {
    transform: translate3d(31vw, -115vh, 0);
  }
}
.circle-container:nth-child(140) .circle {
  animation-delay: 3004ms;
}
.circle-container:nth-child(141) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-141;
  animation-duration: 35674ms;
  animation-delay: 16167ms;
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(1vw, 109vh, 0);
  }
  to {
    transform: translate3d(72vw, -118vh, 0);
  }
}
.circle-container:nth-child(141) .circle {
  animation-delay: 2104ms;
}
.circle-container:nth-child(142) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-142;
  animation-duration: 33996ms;
  animation-delay: 7966ms;
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(87vw, 106vh, 0);
  }
  to {
    transform: translate3d(17vw, -133vh, 0);
  }
}
.circle-container:nth-child(142) .circle {
  animation-delay: 38ms;
}
.circle-container:nth-child(143) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-143;
  animation-duration: 32292ms;
  animation-delay: 1132ms;
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(12vw, 101vh, 0);
  }
  to {
    transform: translate3d(77vw, -108vh, 0);
  }
}
.circle-container:nth-child(143) .circle {
  animation-delay: 1316ms;
}
.circle-container:nth-child(144) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-144;
  animation-duration: 35222ms;
  animation-delay: 35962ms;
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(66vw, 110vh, 0);
  }
  to {
    transform: translate3d(82vw, -127vh, 0);
  }
}
.circle-container:nth-child(144) .circle {
  animation-delay: 2085ms;
}
.circle-container:nth-child(145) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-145;
  animation-duration: 36215ms;
  animation-delay: 8802ms;
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(25vw, 105vh, 0);
  }
  to {
    transform: translate3d(52vw, -122vh, 0);
  }
}
.circle-container:nth-child(145) .circle {
  animation-delay: 3476ms;
}
.circle-container:nth-child(146) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-146;
  animation-duration: 32129ms;
  animation-delay: 5297ms;
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(30vw, 107vh, 0);
  }
  to {
    transform: translate3d(20vw, -111vh, 0);
  }
}
.circle-container:nth-child(146) .circle {
  animation-delay: 3267ms;
}
.circle-container:nth-child(147) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-147;
  animation-duration: 29815ms;
  animation-delay: 29107ms;
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(69vw, 103vh, 0);
  }
  to {
    transform: translate3d(71vw, -131vh, 0);
  }
}
.circle-container:nth-child(147) .circle {
  animation-delay: 3245ms;
}
.circle-container:nth-child(148) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-148;
  animation-duration: 30470ms;
  animation-delay: 2402ms;
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(9vw, 110vh, 0);
  }
  to {
    transform: translate3d(22vw, -140vh, 0);
  }
}
.circle-container:nth-child(148) .circle {
  animation-delay: 2124ms;
}
.circle-container:nth-child(149) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-149;
  animation-duration: 29240ms;
  animation-delay: 27746ms;
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(5vw, 108vh, 0);
  }
  to {
    transform: translate3d(93vw, -110vh, 0);
  }
}
.circle-container:nth-child(149) .circle {
  animation-delay: 1717ms;
}
.circle-container:nth-child(150) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-150;
  animation-duration: 29011ms;
  animation-delay: 6652ms;
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(3vw, 110vh, 0);
  }
  to {
    transform: translate3d(10vw, -111vh, 0);
  }
}
.circle-container:nth-child(150) .circle {
  animation-delay: 871ms;
}
.circle-container:nth-child(151) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-151;
  animation-duration: 36824ms;
  animation-delay: 18982ms;
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(92vw, 106vh, 0);
  }
  to {
    transform: translate3d(80vw, -109vh, 0);
  }
}
.circle-container:nth-child(151) .circle {
  animation-delay: 1788ms;
}
.circle-container:nth-child(152) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-152;
  animation-duration: 30663ms;
  animation-delay: 31758ms;
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(62vw, 103vh, 0);
  }
  to {
    transform: translate3d(36vw, -115vh, 0);
  }
}
.circle-container:nth-child(152) .circle {
  animation-delay: 3625ms;
}
.circle-container:nth-child(153) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-153;
  animation-duration: 32664ms;
  animation-delay: 24586ms;
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(23vw, 105vh, 0);
  }
  to {
    transform: translate3d(91vw, -119vh, 0);
  }
}
.circle-container:nth-child(153) .circle {
  animation-delay: 3443ms;
}
.circle-container:nth-child(154) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-154;
  animation-duration: 29882ms;
  animation-delay: 4722ms;
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(59vw, 109vh, 0);
  }
  to {
    transform: translate3d(56vw, -128vh, 0);
  }
}
.circle-container:nth-child(154) .circle {
  animation-delay: 3639ms;
}
.circle-container:nth-child(155) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-155;
  animation-duration: 32820ms;
  animation-delay: 21257ms;
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(40vw, 109vh, 0);
  }
  to {
    transform: translate3d(41vw, -139vh, 0);
  }
}
.circle-container:nth-child(155) .circle {
  animation-delay: 1796ms;
}
.circle-container:nth-child(156) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-156;
  animation-duration: 29614ms;
  animation-delay: 5510ms;
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(34vw, 107vh, 0);
  }
  to {
    transform: translate3d(94vw, -129vh, 0);
  }
}
.circle-container:nth-child(156) .circle {
  animation-delay: 3289ms;
}
.circle-container:nth-child(157) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-157;
  animation-duration: 31866ms;
  animation-delay: 8809ms;
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(8vw, 109vh, 0);
  }
  to {
    transform: translate3d(72vw, -127vh, 0);
  }
}
.circle-container:nth-child(157) .circle {
  animation-delay: 871ms;
}
.circle-container:nth-child(158) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-158;
  animation-duration: 33116ms;
  animation-delay: 36340ms;
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(50vw, 108vh, 0);
  }
  to {
    transform: translate3d(3vw, -126vh, 0);
  }
}
.circle-container:nth-child(158) .circle {
  animation-delay: 3408ms;
}
.circle-container:nth-child(159) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-159;
  animation-duration: 30670ms;
  animation-delay: 30399ms;
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(99vw, 101vh, 0);
  }
  to {
    transform: translate3d(89vw, -117vh, 0);
  }
}
.circle-container:nth-child(159) .circle {
  animation-delay: 3314ms;
}
.circle-container:nth-child(160) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-160;
  animation-duration: 28035ms;
  animation-delay: 33014ms;
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(87vw, 107vh, 0);
  }
  to {
    transform: translate3d(24vw, -109vh, 0);
  }
}
.circle-container:nth-child(160) .circle {
  animation-delay: 3563ms;
}
.circle-container:nth-child(161) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-161;
  animation-duration: 28037ms;
  animation-delay: 2922ms;
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(55vw, 106vh, 0);
  }
  to {
    transform: translate3d(53vw, -132vh, 0);
  }
}
.circle-container:nth-child(161) .circle {
  animation-delay: 2001ms;
}
.circle-container:nth-child(162) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-162;
  animation-duration: 31227ms;
  animation-delay: 32868ms;
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(26vw, 102vh, 0);
  }
  to {
    transform: translate3d(35vw, -119vh, 0);
  }
}
.circle-container:nth-child(162) .circle {
  animation-delay: 1465ms;
}
.circle-container:nth-child(163) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-163;
  animation-duration: 36512ms;
  animation-delay: 33892ms;
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(11vw, 108vh, 0);
  }
  to {
    transform: translate3d(35vw, -127vh, 0);
  }
}
.circle-container:nth-child(163) .circle {
  animation-delay: 1675ms;
}
.circle-container:nth-child(164) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-164;
  animation-duration: 28572ms;
  animation-delay: 32845ms;
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(87vw, 110vh, 0);
  }
  to {
    transform: translate3d(44vw, -124vh, 0);
  }
}
.circle-container:nth-child(164) .circle {
  animation-delay: 3745ms;
}
.circle-container:nth-child(165) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-165;
  animation-duration: 32543ms;
  animation-delay: 4643ms;
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(13vw, 107vh, 0);
  }
  to {
    transform: translate3d(1vw, -128vh, 0);
  }
}
.circle-container:nth-child(165) .circle {
  animation-delay: 1463ms;
}
.circle-container:nth-child(166) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-166;
  animation-duration: 29303ms;
  animation-delay: 17516ms;
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(66vw, 101vh, 0);
  }
  to {
    transform: translate3d(47vw, -128vh, 0);
  }
}
.circle-container:nth-child(166) .circle {
  animation-delay: 3934ms;
}
.circle-container:nth-child(167) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-167;
  animation-duration: 28688ms;
  animation-delay: 13085ms;
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(27vw, 103vh, 0);
  }
  to {
    transform: translate3d(18vw, -105vh, 0);
  }
}
.circle-container:nth-child(167) .circle {
  animation-delay: 2150ms;
}
.circle-container:nth-child(168) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-168;
  animation-duration: 28698ms;
  animation-delay: 5382ms;
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(52vw, 106vh, 0);
  }
  to {
    transform: translate3d(10vw, -122vh, 0);
  }
}
.circle-container:nth-child(168) .circle {
  animation-delay: 2203ms;
}
.circle-container:nth-child(169) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-169;
  animation-duration: 28057ms;
  animation-delay: 30135ms;
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(36vw, 109vh, 0);
  }
  to {
    transform: translate3d(45vw, -121vh, 0);
  }
}
.circle-container:nth-child(169) .circle {
  animation-delay: 508ms;
}
.circle-container:nth-child(170) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-170;
  animation-duration: 34008ms;
  animation-delay: 22694ms;
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(73vw, 105vh, 0);
  }
  to {
    transform: translate3d(15vw, -113vh, 0);
  }
}
.circle-container:nth-child(170) .circle {
  animation-delay: 865ms;
}
.circle-container:nth-child(171) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-171;
  animation-duration: 32248ms;
  animation-delay: 35545ms;
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(94vw, 109vh, 0);
  }
  to {
    transform: translate3d(100vw, -124vh, 0);
  }
}
.circle-container:nth-child(171) .circle {
  animation-delay: 1786ms;
}
.circle-container:nth-child(172) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-172;
  animation-duration: 36044ms;
  animation-delay: 14498ms;
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(22vw, 101vh, 0);
  }
  to {
    transform: translate3d(73vw, -112vh, 0);
  }
}
.circle-container:nth-child(172) .circle {
  animation-delay: 1112ms;
}
.circle-container:nth-child(173) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-173;
  animation-duration: 36714ms;
  animation-delay: 10650ms;
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(83vw, 108vh, 0);
  }
  to {
    transform: translate3d(53vw, -131vh, 0);
  }
}
.circle-container:nth-child(173) .circle {
  animation-delay: 698ms;
}
.circle-container:nth-child(174) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-174;
  animation-duration: 30848ms;
  animation-delay: 29796ms;
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(98vw, 108vh, 0);
  }
  to {
    transform: translate3d(45vw, -110vh, 0);
  }
}
.circle-container:nth-child(174) .circle {
  animation-delay: 905ms;
}
.circle-container:nth-child(175) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-175;
  animation-duration: 31982ms;
  animation-delay: 6915ms;
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(7vw, 110vh, 0);
  }
  to {
    transform: translate3d(43vw, -114vh, 0);
  }
}
.circle-container:nth-child(175) .circle {
  animation-delay: 2609ms;
}
.circle-container:nth-child(176) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-176;
  animation-duration: 29711ms;
  animation-delay: 35622ms;
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(25vw, 101vh, 0);
  }
  to {
    transform: translate3d(21vw, -102vh, 0);
  }
}
.circle-container:nth-child(176) .circle {
  animation-delay: 3516ms;
}
.circle-container:nth-child(177) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-177;
  animation-duration: 30563ms;
  animation-delay: 9150ms;
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(76vw, 104vh, 0);
  }
  to {
    transform: translate3d(34vw, -120vh, 0);
  }
}
.circle-container:nth-child(177) .circle {
  animation-delay: 2295ms;
}
.circle-container:nth-child(178) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-178;
  animation-duration: 30864ms;
  animation-delay: 21972ms;
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(62vw, 105vh, 0);
  }
  to {
    transform: translate3d(39vw, -109vh, 0);
  }
}
.circle-container:nth-child(178) .circle {
  animation-delay: 2348ms;
}
.circle-container:nth-child(179) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-179;
  animation-duration: 36406ms;
  animation-delay: 56ms;
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(89vw, 108vh, 0);
  }
  to {
    transform: translate3d(22vw, -125vh, 0);
  }
}
.circle-container:nth-child(179) .circle {
  animation-delay: 3246ms;
}
.circle-container:nth-child(180) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-180;
  animation-duration: 36058ms;
  animation-delay: 27375ms;
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(38vw, 102vh, 0);
  }
  to {
    transform: translate3d(25vw, -115vh, 0);
  }
}
.circle-container:nth-child(180) .circle {
  animation-delay: 817ms;
}
.circle-container:nth-child(181) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-181;
  animation-duration: 35636ms;
  animation-delay: 23110ms;
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(84vw, 103vh, 0);
  }
  to {
    transform: translate3d(40vw, -110vh, 0);
  }
}
.circle-container:nth-child(181) .circle {
  animation-delay: 348ms;
}
.circle-container:nth-child(182) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-182;
  animation-duration: 30392ms;
  animation-delay: 33655ms;
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(26vw, 110vh, 0);
  }
  to {
    transform: translate3d(53vw, -115vh, 0);
  }
}
.circle-container:nth-child(182) .circle {
  animation-delay: 1588ms;
}
.circle-container:nth-child(183) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-183;
  animation-duration: 31342ms;
  animation-delay: 12878ms;
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(75vw, 110vh, 0);
  }
  to {
    transform: translate3d(68vw, -128vh, 0);
  }
}
.circle-container:nth-child(183) .circle {
  animation-delay: 628ms;
}
.circle-container:nth-child(184) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-184;
  animation-duration: 30282ms;
  animation-delay: 4049ms;
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(24vw, 104vh, 0);
  }
  to {
    transform: translate3d(88vw, -108vh, 0);
  }
}
.circle-container:nth-child(184) .circle {
  animation-delay: 3498ms;
}
.circle-container:nth-child(185) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-185;
  animation-duration: 32583ms;
  animation-delay: 27375ms;
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(38vw, 105vh, 0);
  }
  to {
    transform: translate3d(12vw, -112vh, 0);
  }
}
.circle-container:nth-child(185) .circle {
  animation-delay: 3839ms;
}
.circle-container:nth-child(186) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-186;
  animation-duration: 30541ms;
  animation-delay: 12287ms;
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(18vw, 104vh, 0);
  }
  to {
    transform: translate3d(31vw, -115vh, 0);
  }
}
.circle-container:nth-child(186) .circle {
  animation-delay: 2649ms;
}
.circle-container:nth-child(187) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-187;
  animation-duration: 30377ms;
  animation-delay: 34921ms;
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(5vw, 106vh, 0);
  }
  to {
    transform: translate3d(31vw, -108vh, 0);
  }
}
.circle-container:nth-child(187) .circle {
  animation-delay: 290ms;
}
.circle-container:nth-child(188) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-188;
  animation-duration: 28580ms;
  animation-delay: 36133ms;
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(24vw, 104vh, 0);
  }
  to {
    transform: translate3d(20vw, -107vh, 0);
  }
}
.circle-container:nth-child(188) .circle {
  animation-delay: 3790ms;
}
.circle-container:nth-child(189) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-189;
  animation-duration: 31160ms;
  animation-delay: 4724ms;
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(18vw, 102vh, 0);
  }
  to {
    transform: translate3d(7vw, -118vh, 0);
  }
}
.circle-container:nth-child(189) .circle {
  animation-delay: 3074ms;
}
.circle-container:nth-child(190) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-190;
  animation-duration: 35753ms;
  animation-delay: 28663ms;
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(73vw, 107vh, 0);
  }
  to {
    transform: translate3d(23vw, -121vh, 0);
  }
}
.circle-container:nth-child(190) .circle {
  animation-delay: 2573ms;
}
.circle-container:nth-child(191) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-191;
  animation-duration: 35729ms;
  animation-delay: 13265ms;
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(79vw, 104vh, 0);
  }
  to {
    transform: translate3d(59vw, -114vh, 0);
  }
}
.circle-container:nth-child(191) .circle {
  animation-delay: 3862ms;
}
.circle-container:nth-child(192) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-192;
  animation-duration: 32100ms;
  animation-delay: 35697ms;
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(30vw, 107vh, 0);
  }
  to {
    transform: translate3d(82vw, -124vh, 0);
  }
}
.circle-container:nth-child(192) .circle {
  animation-delay: 2932ms;
}
.circle-container:nth-child(193) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-193;
  animation-duration: 30068ms;
  animation-delay: 31767ms;
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(38vw, 106vh, 0);
  }
  to {
    transform: translate3d(25vw, -123vh, 0);
  }
}
.circle-container:nth-child(193) .circle {
  animation-delay: 1813ms;
}
.circle-container:nth-child(194) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-194;
  animation-duration: 35521ms;
  animation-delay: 26517ms;
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(24vw, 107vh, 0);
  }
  to {
    transform: translate3d(97vw, -119vh, 0);
  }
}
.circle-container:nth-child(194) .circle {
  animation-delay: 3057ms;
}
.circle-container:nth-child(195) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-195;
  animation-duration: 36259ms;
  animation-delay: 15382ms;
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(89vw, 102vh, 0);
  }
  to {
    transform: translate3d(83vw, -124vh, 0);
  }
}
.circle-container:nth-child(195) .circle {
  animation-delay: 1043ms;
}
.circle-container:nth-child(196) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-196;
  animation-duration: 31862ms;
  animation-delay: 11905ms;
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(55vw, 107vh, 0);
  }
  to {
    transform: translate3d(86vw, -111vh, 0);
  }
}
.circle-container:nth-child(196) .circle {
  animation-delay: 1371ms;
}
.circle-container:nth-child(197) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-197;
  animation-duration: 31803ms;
  animation-delay: 1629ms;
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(91vw, 109vh, 0);
  }
  to {
    transform: translate3d(18vw, -130vh, 0);
  }
}
.circle-container:nth-child(197) .circle {
  animation-delay: 589ms;
}
.circle-container:nth-child(198) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-198;
  animation-duration: 29525ms;
  animation-delay: 3437ms;
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(3vw, 102vh, 0);
  }
  to {
    transform: translate3d(64vw, -115vh, 0);
  }
}
.circle-container:nth-child(198) .circle {
  animation-delay: 1798ms;
}
.circle-container:nth-child(199) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-199;
  animation-duration: 29082ms;
  animation-delay: 25305ms;
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(47vw, 106vh, 0);
  }
  to {
    transform: translate3d(28vw, -107vh, 0);
  }
}
.circle-container:nth-child(199) .circle {
  animation-delay: 2943ms;
}
.circle-container:nth-child(200) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-200;
  animation-duration: 30112ms;
  animation-delay: 33940ms;
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(43vw, 108vh, 0);
  }
  to {
    transform: translate3d(40vw, -115vh, 0);
  }
}
.circle-container:nth-child(200) .circle {
  animation-delay: 2015ms;
}

footer {
  position: absolute;
  bottom: -5rem;
  width: 100%;
  font-size: 17px;
  color: #fff;
  text-align: right;
  padding-right: 50px;
}

.fanshop_teaser {
  font-size: 19px;
  padding: 0.5rem 0 1rem 0;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  max-width: 500px;
  color: #000;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.9);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.fanshop_link {
  background-color: #006e82;
  border: 2px solid #00c4e8;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  z-index: 100;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9);
  -moz-transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9);
  -o-transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9);
  transition: all 0.21s cubic-bezier(0.67, 0.11, 0.08, 1.9);
}
.fanshop_link:hover {
  background-color: #00849c;
  border: 2px solid #006e82;
  transform: scale(1.05);
}
.fanshop_link:active {
  transform: scale(0.97);
}

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