*,
body {
  letter-spacing: 1px;
  box-sizing: border-box;
  font-family: "Noto Sans TC", sans-serif;
  color: #C8D2FF;
}

body {
  overflow-x: hidden;
}

.container {
  display: grid;
}

.mainbg {
  background: url(../images/bg.jpg);
  background-size: contain;
  background-color: #d2d5df;
  background-repeat: no-repeat;
}

.max-wid {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
}

.img-fluid {
  width: 100%;
}

.header {
  z-index: 9999;
  width: 90%;
  max-width: 1500px;
  margin: auto;
}
.header-container {
  width: 100%;
  background-color: white;
  position: fixed;
  z-index: 9999;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.header-wrap .header-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .header-wrap .header-cont {
    padding: 20px 0;
  }
}
.header-wrap .header-cont .logo {
  width: 270px;
}
@media (max-width: 768px) {
  .header-wrap .header-cont .logo {
    width: 220px;
  }
}
@media (max-width: 450px) {
  .header-wrap .header-cont .logo {
    width: 170px;
  }
}
.header-wrap .header-cont .lang-cont {
  display: flex;
  align-items: center;
}
.header-wrap .header-cont .lang {
  width: 50px;
  height: 50px;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .header-wrap .header-cont .lang {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 450px) {
  .header-wrap .header-cont .lang {
    width: 30px;
    height: 30px;
  }
}
.header-wrap .header-cont .lang a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 18px;
  color: #2e2e2e;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .header-wrap .header-cont .lang a {
    font-size: 16px;
    line-height: 40px;
  }
}
@media (max-width: 450px) {
  .header-wrap .header-cont .lang a {
    font-size: 14px;
    line-height: 30px;
  }
}
.header-wrap .header-cont .lang.active {
  border-radius: 50%;
  background-color: #071644;
}
.header-wrap .header-cont .lang.active a {
  color: #fff;
}

.footer {
  width: 100%;
  background-color: #ffffff;
}
.footer-wrap {
  display: flex;
  align-items: center;
  padding: 50px 0;
  color: #000 !important;
  width: 100%;
  max-width: 620px;
}
@media (max-width: 768px) {
  .footer-wrap {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer-wrap .logo-pic {
  width: 270px;
}
@media (max-width: 768px) {
  .footer-wrap .logo-pic {
    margin: auto;
  }
}
@media (max-width: 576px) {
  .footer-wrap .logo-pic {
    width: 220px;
  }
}
@media (max-width: 400px) {
  .footer-wrap .logo-pic {
    width: 180px;
  }
}
.footer-wrap .footer-link-cont {
  font-size: 14px;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .footer-wrap .footer-link-cont {
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .footer-wrap .footer-link-cont {
    font-size: 13px;
  }
}
.footer-wrap .footer-link-cont a {
  color: #000;
}
.footer-wrap .footer-link-cont .copyright {
  color: #000;
  margin-top: 10px;
}

.rules {
  margin: 20px auto;
  width: 90%;
  max-width: 1000px;
}
.rules .list-title {
  font-size: 16px;
  padding-top: 30px;
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
  font-weight: 400;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .rules .list-title {
    font-size: 16px;
  }
}
.rules .list-cont {
  padding-left: 20px;
}
.rules .list-cont-txt {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.36px;
  text-align: left;
  list-style-type: decimal;
}
@media (max-width: 576px) {
  .rules .list-cont-txt {
    font-size: 14px;
    font-weight: 400;
  }
}

button:focus {
  outline: none;
}

.loader {
  z-index: 100;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 30%;
}
.loader img {
  width: 35%;
}
@media (max-width: 455px) {
  .loader img {
    width: 35%;
  }
}

.loading-text {
  color: #F29794;
  font-size: 18px;
  font-weight: 500;
}

.mask {
  height: 100%;
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.596);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

body {
  position: relative;
}

.btn-disable {
  cursor: default;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a:hover,
a:link {
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  margin-bottom: 0;
}

button {
  background: none;
  border: 0;
  outline: none;
}

input {
  border: 0px;
  outline: none;
}
input:focus {
  outline: none;
}

body {
  background-color: #071644;
  font-family: "Noto Sans TC", sans-serif;
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow-x: hidden;
}

.topbg {
  width: 100%;
  height: 100% auto;
  background: url(../images/bg.jpg) no-repeat center center fixed;
  background-size: cover;
}

.topbgm {
  width: 100%;
  height: 100% auto;
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
}

.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(180, 100%, 80%), hsl(180, 100%, 80%) 10%, hsla(180, 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: 2px;
  height: 2px;
  animation-name: move-frames-1;
  animation-duration: 34180ms;
  animation-delay: 20216ms;
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(78vw, 102vh, 0);
  }
  to {
    transform: translate3d(7vw, -115vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  animation-delay: 1011ms;
}
.circle-container:nth-child(2) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-2;
  animation-duration: 34661ms;
  animation-delay: 25849ms;
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(93vw, 104vh, 0);
  }
  to {
    transform: translate3d(49vw, -106vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  animation-delay: 2615ms;
}
.circle-container:nth-child(3) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-3;
  animation-duration: 30236ms;
  animation-delay: 33155ms;
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(70vw, 104vh, 0);
  }
  to {
    transform: translate3d(25vw, -126vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  animation-delay: 3994ms;
}
.circle-container:nth-child(4) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-4;
  animation-duration: 32282ms;
  animation-delay: 14120ms;
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(40vw, 107vh, 0);
  }
  to {
    transform: translate3d(66vw, -109vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  animation-delay: 1613ms;
}
.circle-container:nth-child(5) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-5;
  animation-duration: 34773ms;
  animation-delay: 34176ms;
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(8vw, 109vh, 0);
  }
  to {
    transform: translate3d(46vw, -128vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  animation-delay: 721ms;
}
.circle-container:nth-child(6) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-6;
  animation-duration: 33376ms;
  animation-delay: 10263ms;
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(15vw, 106vh, 0);
  }
  to {
    transform: translate3d(6vw, -128vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  animation-delay: 2242ms;
}
.circle-container:nth-child(7) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-7;
  animation-duration: 30049ms;
  animation-delay: 3629ms;
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(68vw, 105vh, 0);
  }
  to {
    transform: translate3d(94vw, -121vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  animation-delay: 1995ms;
}
.circle-container:nth-child(8) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-8;
  animation-duration: 35189ms;
  animation-delay: 16226ms;
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(83vw, 103vh, 0);
  }
  to {
    transform: translate3d(56vw, -126vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  animation-delay: 1011ms;
}
.circle-container:nth-child(9) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-9;
  animation-duration: 29570ms;
  animation-delay: 9037ms;
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(20vw, 108vh, 0);
  }
  to {
    transform: translate3d(84vw, -137vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  animation-delay: 991ms;
}
.circle-container:nth-child(10) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-10;
  animation-duration: 29121ms;
  animation-delay: 9210ms;
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(34vw, 102vh, 0);
  }
  to {
    transform: translate3d(23vw, -115vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  animation-delay: 2901ms;
}
.circle-container:nth-child(11) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-11;
  animation-duration: 32795ms;
  animation-delay: 30431ms;
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(48vw, 104vh, 0);
  }
  to {
    transform: translate3d(57vw, -130vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  animation-delay: 564ms;
}
.circle-container:nth-child(12) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-12;
  animation-duration: 32831ms;
  animation-delay: 11525ms;
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(28vw, 103vh, 0);
  }
  to {
    transform: translate3d(86vw, -129vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  animation-delay: 1252ms;
}
.circle-container:nth-child(13) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-13;
  animation-duration: 30880ms;
  animation-delay: 30172ms;
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(15vw, 110vh, 0);
  }
  to {
    transform: translate3d(88vw, -124vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  animation-delay: 1433ms;
}
.circle-container:nth-child(14) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-14;
  animation-duration: 36159ms;
  animation-delay: 27978ms;
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(21vw, 102vh, 0);
  }
  to {
    transform: translate3d(85vw, -131vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  animation-delay: 3083ms;
}
.circle-container:nth-child(15) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-15;
  animation-duration: 32486ms;
  animation-delay: 11099ms;
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(79vw, 104vh, 0);
  }
  to {
    transform: translate3d(25vw, -112vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  animation-delay: 3038ms;
}
.circle-container:nth-child(16) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-16;
  animation-duration: 36783ms;
  animation-delay: 6976ms;
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(30vw, 103vh, 0);
  }
  to {
    transform: translate3d(8vw, -116vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  animation-delay: 3318ms;
}
.circle-container:nth-child(17) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-17;
  animation-duration: 30459ms;
  animation-delay: 31579ms;
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(32vw, 102vh, 0);
  }
  to {
    transform: translate3d(85vw, -105vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  animation-delay: 1373ms;
}
.circle-container:nth-child(18) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-18;
  animation-duration: 33668ms;
  animation-delay: 2237ms;
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(32vw, 101vh, 0);
  }
  to {
    transform: translate3d(22vw, -109vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  animation-delay: 1686ms;
}
.circle-container:nth-child(19) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-19;
  animation-duration: 35572ms;
  animation-delay: 29766ms;
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(79vw, 110vh, 0);
  }
  to {
    transform: translate3d(86vw, -117vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  animation-delay: 1718ms;
}
.circle-container:nth-child(20) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-20;
  animation-duration: 36091ms;
  animation-delay: 36353ms;
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(64vw, 107vh, 0);
  }
  to {
    transform: translate3d(17vw, -116vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  animation-delay: 1112ms;
}
.circle-container:nth-child(21) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-21;
  animation-duration: 32963ms;
  animation-delay: 18942ms;
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(72vw, -127vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  animation-delay: 777ms;
}
.circle-container:nth-child(22) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-22;
  animation-duration: 32237ms;
  animation-delay: 15339ms;
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(17vw, 106vh, 0);
  }
  to {
    transform: translate3d(52vw, -126vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  animation-delay: 2817ms;
}
.circle-container:nth-child(23) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-23;
  animation-duration: 30473ms;
  animation-delay: 36662ms;
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(34vw, 107vh, 0);
  }
  to {
    transform: translate3d(53vw, -111vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  animation-delay: 1223ms;
}
.circle-container:nth-child(24) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-24;
  animation-duration: 30049ms;
  animation-delay: 612ms;
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(89vw, 107vh, 0);
  }
  to {
    transform: translate3d(51vw, -108vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  animation-delay: 1214ms;
}
.circle-container:nth-child(25) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-25;
  animation-duration: 28660ms;
  animation-delay: 27018ms;
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(96vw, 105vh, 0);
  }
  to {
    transform: translate3d(14vw, -111vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  animation-delay: 300ms;
}
.circle-container:nth-child(26) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-26;
  animation-duration: 28235ms;
  animation-delay: 17542ms;
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(44vw, 103vh, 0);
  }
  to {
    transform: translate3d(35vw, -114vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  animation-delay: 3423ms;
}
.circle-container:nth-child(27) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-27;
  animation-duration: 34504ms;
  animation-delay: 32435ms;
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(51vw, 110vh, 0);
  }
  to {
    transform: translate3d(10vw, -124vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  animation-delay: 2754ms;
}
.circle-container:nth-child(28) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-28;
  animation-duration: 35781ms;
  animation-delay: 559ms;
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(54vw, 103vh, 0);
  }
  to {
    transform: translate3d(21vw, -122vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  animation-delay: 2749ms;
}
.circle-container:nth-child(29) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-29;
  animation-duration: 32733ms;
  animation-delay: 35422ms;
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(39vw, 106vh, 0);
  }
  to {
    transform: translate3d(14vw, -127vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  animation-delay: 1661ms;
}
.circle-container:nth-child(30) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-30;
  animation-duration: 31721ms;
  animation-delay: 35658ms;
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(19vw, 104vh, 0);
  }
  to {
    transform: translate3d(88vw, -133vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  animation-delay: 962ms;
}
.circle-container:nth-child(31) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-31;
  animation-duration: 34909ms;
  animation-delay: 30809ms;
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(52vw, 110vh, 0);
  }
  to {
    transform: translate3d(19vw, -126vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  animation-delay: 3438ms;
}
.circle-container:nth-child(32) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-32;
  animation-duration: 32826ms;
  animation-delay: 34550ms;
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(82vw, -128vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  animation-delay: 3859ms;
}
.circle-container:nth-child(33) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-33;
  animation-duration: 36224ms;
  animation-delay: 36586ms;
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(65vw, 107vh, 0);
  }
  to {
    transform: translate3d(16vw, -125vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  animation-delay: 456ms;
}
.circle-container:nth-child(34) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-34;
  animation-duration: 35273ms;
  animation-delay: 13146ms;
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(91vw, 107vh, 0);
  }
  to {
    transform: translate3d(66vw, -123vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  animation-delay: 2142ms;
}
.circle-container:nth-child(35) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-35;
  animation-duration: 36060ms;
  animation-delay: 22507ms;
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(18vw, 107vh, 0);
  }
  to {
    transform: translate3d(78vw, -121vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  animation-delay: 1493ms;
}
.circle-container:nth-child(36) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-36;
  animation-duration: 33527ms;
  animation-delay: 19969ms;
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(62vw, 105vh, 0);
  }
  to {
    transform: translate3d(64vw, -122vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  animation-delay: 2615ms;
}
.circle-container:nth-child(37) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-37;
  animation-duration: 34112ms;
  animation-delay: 36336ms;
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(6vw, 107vh, 0);
  }
  to {
    transform: translate3d(1vw, -112vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  animation-delay: 183ms;
}
.circle-container:nth-child(38) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-38;
  animation-duration: 30078ms;
  animation-delay: 1102ms;
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(81vw, 107vh, 0);
  }
  to {
    transform: translate3d(77vw, -123vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  animation-delay: 3513ms;
}
.circle-container:nth-child(39) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-39;
  animation-duration: 32500ms;
  animation-delay: 476ms;
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(53vw, 103vh, 0);
  }
  to {
    transform: translate3d(31vw, -128vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  animation-delay: 2528ms;
}
.circle-container:nth-child(40) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-40;
  animation-duration: 36508ms;
  animation-delay: 7740ms;
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(70vw, 101vh, 0);
  }
  to {
    transform: translate3d(32vw, -115vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  animation-delay: 901ms;
}
.circle-container:nth-child(41) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-41;
  animation-duration: 29529ms;
  animation-delay: 23641ms;
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(90vw, 103vh, 0);
  }
  to {
    transform: translate3d(99vw, -112vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  animation-delay: 389ms;
}
.circle-container:nth-child(42) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-42;
  animation-duration: 33014ms;
  animation-delay: 24817ms;
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(22vw, 105vh, 0);
  }
  to {
    transform: translate3d(3vw, -106vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  animation-delay: 242ms;
}
.circle-container:nth-child(43) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-43;
  animation-duration: 34714ms;
  animation-delay: 8727ms;
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(77vw, 102vh, 0);
  }
  to {
    transform: translate3d(99vw, -121vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  animation-delay: 1976ms;
}
.circle-container:nth-child(44) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-44;
  animation-duration: 32919ms;
  animation-delay: 33343ms;
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(97vw, 101vh, 0);
  }
  to {
    transform: translate3d(26vw, -108vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  animation-delay: 228ms;
}
.circle-container:nth-child(45) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-45;
  animation-duration: 32197ms;
  animation-delay: 7099ms;
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(96vw, 103vh, 0);
  }
  to {
    transform: translate3d(24vw, -109vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  animation-delay: 3543ms;
}
.circle-container:nth-child(46) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-46;
  animation-duration: 33776ms;
  animation-delay: 32171ms;
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(18vw, 107vh, 0);
  }
  to {
    transform: translate3d(75vw, -126vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  animation-delay: 2489ms;
}
.circle-container:nth-child(47) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-47;
  animation-duration: 29049ms;
  animation-delay: 33788ms;
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(57vw, 109vh, 0);
  }
  to {
    transform: translate3d(88vw, -135vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  animation-delay: 1301ms;
}
.circle-container:nth-child(48) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-48;
  animation-duration: 33836ms;
  animation-delay: 9281ms;
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(27vw, 102vh, 0);
  }
  to {
    transform: translate3d(63vw, -132vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  animation-delay: 1689ms;
}
.circle-container:nth-child(49) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-49;
  animation-duration: 34242ms;
  animation-delay: 11107ms;
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(47vw, 108vh, 0);
  }
  to {
    transform: translate3d(13vw, -112vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  animation-delay: 2606ms;
}
.circle-container:nth-child(50) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-50;
  animation-duration: 36421ms;
  animation-delay: 14283ms;
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(80vw, 104vh, 0);
  }
  to {
    transform: translate3d(86vw, -121vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  animation-delay: 2492ms;
}
.circle-container:nth-child(51) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-51;
  animation-duration: 34275ms;
  animation-delay: 3017ms;
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(53vw, 105vh, 0);
  }
  to {
    transform: translate3d(99vw, -119vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  animation-delay: 3925ms;
}
.circle-container:nth-child(52) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-52;
  animation-duration: 34105ms;
  animation-delay: 20283ms;
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(6vw, 108vh, 0);
  }
  to {
    transform: translate3d(2vw, -132vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  animation-delay: 2169ms;
}
.circle-container:nth-child(53) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-53;
  animation-duration: 30751ms;
  animation-delay: 18367ms;
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(94vw, 105vh, 0);
  }
  to {
    transform: translate3d(50vw, -130vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  animation-delay: 2181ms;
}
.circle-container:nth-child(54) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-54;
  animation-duration: 33489ms;
  animation-delay: 5306ms;
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(52vw, 102vh, 0);
  }
  to {
    transform: translate3d(2vw, -104vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  animation-delay: 725ms;
}
.circle-container:nth-child(55) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-55;
  animation-duration: 28297ms;
  animation-delay: 13947ms;
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(2vw, 106vh, 0);
  }
  to {
    transform: translate3d(39vw, -117vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  animation-delay: 2087ms;
}
.circle-container:nth-child(56) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-56;
  animation-duration: 29804ms;
  animation-delay: 3645ms;
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(93vw, 106vh, 0);
  }
  to {
    transform: translate3d(60vw, -132vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  animation-delay: 751ms;
}
.circle-container:nth-child(57) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-57;
  animation-duration: 34722ms;
  animation-delay: 26388ms;
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(48vw, 103vh, 0);
  }
  to {
    transform: translate3d(72vw, -106vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  animation-delay: 1755ms;
}
.circle-container:nth-child(58) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-58;
  animation-duration: 35854ms;
  animation-delay: 36555ms;
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(97vw, 105vh, 0);
  }
  to {
    transform: translate3d(87vw, -133vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  animation-delay: 3495ms;
}
.circle-container:nth-child(59) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-59;
  animation-duration: 34581ms;
  animation-delay: 5209ms;
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(100vw, 110vh, 0);
  }
  to {
    transform: translate3d(49vw, -111vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  animation-delay: 1427ms;
}
.circle-container:nth-child(60) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-60;
  animation-duration: 30930ms;
  animation-delay: 31688ms;
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(65vw, 101vh, 0);
  }
  to {
    transform: translate3d(66vw, -122vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  animation-delay: 1104ms;
}
.circle-container:nth-child(61) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-61;
  animation-duration: 33433ms;
  animation-delay: 34316ms;
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(67vw, 102vh, 0);
  }
  to {
    transform: translate3d(7vw, -107vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  animation-delay: 1564ms;
}
.circle-container:nth-child(62) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-62;
  animation-duration: 34479ms;
  animation-delay: 12278ms;
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(32vw, 101vh, 0);
  }
  to {
    transform: translate3d(22vw, -106vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  animation-delay: 1912ms;
}
.circle-container:nth-child(63) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-63;
  animation-duration: 30465ms;
  animation-delay: 29154ms;
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(59vw, 104vh, 0);
  }
  to {
    transform: translate3d(15vw, -132vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  animation-delay: 244ms;
}
.circle-container:nth-child(64) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-64;
  animation-duration: 35605ms;
  animation-delay: 34266ms;
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(73vw, 107vh, 0);
  }
  to {
    transform: translate3d(43vw, -121vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  animation-delay: 673ms;
}
.circle-container:nth-child(65) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-65;
  animation-duration: 29288ms;
  animation-delay: 23919ms;
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(64vw, 110vh, 0);
  }
  to {
    transform: translate3d(8vw, -128vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  animation-delay: 1684ms;
}
.circle-container:nth-child(66) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-66;
  animation-duration: 34206ms;
  animation-delay: 30027ms;
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(88vw, 103vh, 0);
  }
  to {
    transform: translate3d(22vw, -122vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  animation-delay: 3283ms;
}
.circle-container:nth-child(67) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-67;
  animation-duration: 31413ms;
  animation-delay: 30369ms;
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(85vw, 101vh, 0);
  }
  to {
    transform: translate3d(7vw, -107vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  animation-delay: 3670ms;
}
.circle-container:nth-child(68) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-68;
  animation-duration: 30095ms;
  animation-delay: 33374ms;
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(27vw, 103vh, 0);
  }
  to {
    transform: translate3d(67vw, -117vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  animation-delay: 2137ms;
}
.circle-container:nth-child(69) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-69;
  animation-duration: 35060ms;
  animation-delay: 12376ms;
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(3vw, 107vh, 0);
  }
  to {
    transform: translate3d(88vw, -134vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  animation-delay: 139ms;
}
.circle-container:nth-child(70) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-70;
  animation-duration: 35187ms;
  animation-delay: 10624ms;
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(32vw, 102vh, 0);
  }
  to {
    transform: translate3d(81vw, -113vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  animation-delay: 2838ms;
}
.circle-container:nth-child(71) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-71;
  animation-duration: 30934ms;
  animation-delay: 8521ms;
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(84vw, 107vh, 0);
  }
  to {
    transform: translate3d(72vw, -117vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  animation-delay: 3225ms;
}
.circle-container:nth-child(72) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-72;
  animation-duration: 29528ms;
  animation-delay: 7887ms;
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(100vw, 104vh, 0);
  }
  to {
    transform: translate3d(2vw, -120vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  animation-delay: 1841ms;
}
.circle-container:nth-child(73) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-73;
  animation-duration: 31762ms;
  animation-delay: 32444ms;
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(11vw, 101vh, 0);
  }
  to {
    transform: translate3d(57vw, -104vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  animation-delay: 2471ms;
}
.circle-container:nth-child(74) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-74;
  animation-duration: 32769ms;
  animation-delay: 12924ms;
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(12vw, 101vh, 0);
  }
  to {
    transform: translate3d(23vw, -102vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  animation-delay: 768ms;
}
.circle-container:nth-child(75) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-75;
  animation-duration: 32237ms;
  animation-delay: 32745ms;
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(74vw, 109vh, 0);
  }
  to {
    transform: translate3d(83vw, -124vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  animation-delay: 3642ms;
}
.circle-container:nth-child(76) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-76;
  animation-duration: 29336ms;
  animation-delay: 31151ms;
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(35vw, 102vh, 0);
  }
  to {
    transform: translate3d(10vw, -119vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  animation-delay: 3001ms;
}
.circle-container:nth-child(77) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-77;
  animation-duration: 29619ms;
  animation-delay: 12445ms;
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(25vw, 107vh, 0);
  }
  to {
    transform: translate3d(18vw, -136vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  animation-delay: 2205ms;
}
.circle-container:nth-child(78) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-78;
  animation-duration: 36885ms;
  animation-delay: 17126ms;
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(72vw, 102vh, 0);
  }
  to {
    transform: translate3d(95vw, -108vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  animation-delay: 2677ms;
}
.circle-container:nth-child(79) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-79;
  animation-duration: 36551ms;
  animation-delay: 8805ms;
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(18vw, 102vh, 0);
  }
  to {
    transform: translate3d(55vw, -113vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  animation-delay: 1742ms;
}
.circle-container:nth-child(80) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-80;
  animation-duration: 29864ms;
  animation-delay: 3055ms;
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(72vw, 109vh, 0);
  }
  to {
    transform: translate3d(90vw, -115vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  animation-delay: 1213ms;
}
.circle-container:nth-child(81) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-81;
  animation-duration: 29890ms;
  animation-delay: 26229ms;
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(98vw, 107vh, 0);
  }
  to {
    transform: translate3d(49vw, -112vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  animation-delay: 2119ms;
}
.circle-container:nth-child(82) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-82;
  animation-duration: 30461ms;
  animation-delay: 16570ms;
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(66vw, 101vh, 0);
  }
  to {
    transform: translate3d(64vw, -109vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  animation-delay: 1359ms;
}
.circle-container:nth-child(83) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-83;
  animation-duration: 33519ms;
  animation-delay: 14398ms;
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(63vw, 102vh, 0);
  }
  to {
    transform: translate3d(35vw, -117vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  animation-delay: 1728ms;
}
.circle-container:nth-child(84) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-84;
  animation-duration: 32178ms;
  animation-delay: 35481ms;
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(32vw, 105vh, 0);
  }
  to {
    transform: translate3d(100vw, -107vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  animation-delay: 1468ms;
}
.circle-container:nth-child(85) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-85;
  animation-duration: 28351ms;
  animation-delay: 25169ms;
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(41vw, 103vh, 0);
  }
  to {
    transform: translate3d(59vw, -110vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  animation-delay: 271ms;
}
.circle-container:nth-child(86) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-86;
  animation-duration: 29948ms;
  animation-delay: 841ms;
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(27vw, 105vh, 0);
  }
  to {
    transform: translate3d(4vw, -127vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  animation-delay: 2354ms;
}
.circle-container:nth-child(87) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-87;
  animation-duration: 32094ms;
  animation-delay: 11130ms;
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(39vw, 107vh, 0);
  }
  to {
    transform: translate3d(66vw, -112vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  animation-delay: 2093ms;
}
.circle-container:nth-child(88) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-88;
  animation-duration: 35086ms;
  animation-delay: 9763ms;
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(41vw, 103vh, 0);
  }
  to {
    transform: translate3d(16vw, -106vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  animation-delay: 1673ms;
}
.circle-container:nth-child(89) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-89;
  animation-duration: 32684ms;
  animation-delay: 7359ms;
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(96vw, 108vh, 0);
  }
  to {
    transform: translate3d(75vw, -119vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  animation-delay: 1821ms;
}
.circle-container:nth-child(90) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-90;
  animation-duration: 32035ms;
  animation-delay: 29577ms;
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(71vw, 101vh, 0);
  }
  to {
    transform: translate3d(75vw, -119vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  animation-delay: 3505ms;
}
.circle-container:nth-child(91) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-91;
  animation-duration: 31196ms;
  animation-delay: 13978ms;
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(48vw, 103vh, 0);
  }
  to {
    transform: translate3d(61vw, -118vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  animation-delay: 152ms;
}
.circle-container:nth-child(92) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-92;
  animation-duration: 31780ms;
  animation-delay: 15669ms;
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(52vw, 103vh, 0);
  }
  to {
    transform: translate3d(24vw, -127vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  animation-delay: 3187ms;
}
.circle-container:nth-child(93) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-93;
  animation-duration: 33947ms;
  animation-delay: 31705ms;
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(27vw, 107vh, 0);
  }
  to {
    transform: translate3d(31vw, -109vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  animation-delay: 2485ms;
}
.circle-container:nth-child(94) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-94;
  animation-duration: 35277ms;
  animation-delay: 25907ms;
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(51vw, 106vh, 0);
  }
  to {
    transform: translate3d(88vw, -122vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  animation-delay: 35ms;
}
.circle-container:nth-child(95) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-95;
  animation-duration: 35634ms;
  animation-delay: 36610ms;
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(88vw, 103vh, 0);
  }
  to {
    transform: translate3d(17vw, -111vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  animation-delay: 737ms;
}
.circle-container:nth-child(96) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-96;
  animation-duration: 32599ms;
  animation-delay: 11542ms;
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(43vw, 102vh, 0);
  }
  to {
    transform: translate3d(11vw, -124vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  animation-delay: 211ms;
}
.circle-container:nth-child(97) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-97;
  animation-duration: 32680ms;
  animation-delay: 10517ms;
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(81vw, 101vh, 0);
  }
  to {
    transform: translate3d(50vw, -120vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  animation-delay: 3712ms;
}
.circle-container:nth-child(98) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-98;
  animation-duration: 34449ms;
  animation-delay: 21955ms;
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(90vw, 105vh, 0);
  }
  to {
    transform: translate3d(90vw, -110vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  animation-delay: 1830ms;
}
.circle-container:nth-child(99) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-99;
  animation-duration: 30245ms;
  animation-delay: 24875ms;
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(28vw, 101vh, 0);
  }
  to {
    transform: translate3d(80vw, -123vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  animation-delay: 3196ms;
}
.circle-container:nth-child(100) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-100;
  animation-duration: 34055ms;
  animation-delay: 17093ms;
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(12vw, 107vh, 0);
  }
  to {
    transform: translate3d(78vw, -130vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  animation-delay: 2115ms;
}
.circle-container:nth-child(101) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-101;
  animation-duration: 33885ms;
  animation-delay: 2314ms;
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(29vw, 103vh, 0);
  }
  to {
    transform: translate3d(76vw, -111vh, 0);
  }
}
.circle-container:nth-child(101) .circle {
  animation-delay: 1355ms;
}
.circle-container:nth-child(102) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-102;
  animation-duration: 28718ms;
  animation-delay: 23004ms;
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(24vw, 103vh, 0);
  }
  to {
    transform: translate3d(7vw, -128vh, 0);
  }
}
.circle-container:nth-child(102) .circle {
  animation-delay: 847ms;
}
.circle-container:nth-child(103) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-103;
  animation-duration: 32918ms;
  animation-delay: 11930ms;
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(10vw, 110vh, 0);
  }
  to {
    transform: translate3d(59vw, -118vh, 0);
  }
}
.circle-container:nth-child(103) .circle {
  animation-delay: 1748ms;
}
.circle-container:nth-child(104) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-104;
  animation-duration: 30444ms;
  animation-delay: 25504ms;
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(37vw, 101vh, 0);
  }
  to {
    transform: translate3d(78vw, -124vh, 0);
  }
}
.circle-container:nth-child(104) .circle {
  animation-delay: 3210ms;
}
.circle-container:nth-child(105) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-105;
  animation-duration: 34595ms;
  animation-delay: 27731ms;
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(83vw, 102vh, 0);
  }
  to {
    transform: translate3d(90vw, -131vh, 0);
  }
}
.circle-container:nth-child(105) .circle {
  animation-delay: 1610ms;
}
.circle-container:nth-child(106) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-106;
  animation-duration: 34728ms;
  animation-delay: 23578ms;
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(87vw, 101vh, 0);
  }
  to {
    transform: translate3d(10vw, -120vh, 0);
  }
}
.circle-container:nth-child(106) .circle {
  animation-delay: 2941ms;
}
.circle-container:nth-child(107) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-107;
  animation-duration: 35814ms;
  animation-delay: 3232ms;
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(33vw, 102vh, 0);
  }
  to {
    transform: translate3d(14vw, -118vh, 0);
  }
}
.circle-container:nth-child(107) .circle {
  animation-delay: 3970ms;
}
.circle-container:nth-child(108) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-108;
  animation-duration: 34756ms;
  animation-delay: 13128ms;
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(64vw, 101vh, 0);
  }
  to {
    transform: translate3d(60vw, -110vh, 0);
  }
}
.circle-container:nth-child(108) .circle {
  animation-delay: 2698ms;
}
.circle-container:nth-child(109) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-109;
  animation-duration: 28936ms;
  animation-delay: 610ms;
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(84vw, 107vh, 0);
  }
  to {
    transform: translate3d(62vw, -134vh, 0);
  }
}
.circle-container:nth-child(109) .circle {
  animation-delay: 2547ms;
}
.circle-container:nth-child(110) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-110;
  animation-duration: 28483ms;
  animation-delay: 29284ms;
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(76vw, 102vh, 0);
  }
  to {
    transform: translate3d(51vw, -124vh, 0);
  }
}
.circle-container:nth-child(110) .circle {
  animation-delay: 2442ms;
}
.circle-container:nth-child(111) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-111;
  animation-duration: 34788ms;
  animation-delay: 29489ms;
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(45vw, 106vh, 0);
  }
  to {
    transform: translate3d(9vw, -119vh, 0);
  }
}
.circle-container:nth-child(111) .circle {
  animation-delay: 1965ms;
}
.circle-container:nth-child(112) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-112;
  animation-duration: 36317ms;
  animation-delay: 13404ms;
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(85vw, 109vh, 0);
  }
  to {
    transform: translate3d(70vw, -126vh, 0);
  }
}
.circle-container:nth-child(112) .circle {
  animation-delay: 1795ms;
}
.circle-container:nth-child(113) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-113;
  animation-duration: 28374ms;
  animation-delay: 36389ms;
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(100vw, 106vh, 0);
  }
  to {
    transform: translate3d(68vw, -110vh, 0);
  }
}
.circle-container:nth-child(113) .circle {
  animation-delay: 940ms;
}
.circle-container:nth-child(114) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-114;
  animation-duration: 34504ms;
  animation-delay: 12525ms;
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(6vw, 106vh, 0);
  }
  to {
    transform: translate3d(50vw, -129vh, 0);
  }
}
.circle-container:nth-child(114) .circle {
  animation-delay: 232ms;
}
.circle-container:nth-child(115) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-115;
  animation-duration: 33059ms;
  animation-delay: 8661ms;
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(66vw, 102vh, 0);
  }
  to {
    transform: translate3d(47vw, -113vh, 0);
  }
}
.circle-container:nth-child(115) .circle {
  animation-delay: 3398ms;
}
.circle-container:nth-child(116) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-116;
  animation-duration: 33954ms;
  animation-delay: 25108ms;
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(60vw, 106vh, 0);
  }
  to {
    transform: translate3d(55vw, -109vh, 0);
  }
}
.circle-container:nth-child(116) .circle {
  animation-delay: 1138ms;
}
.circle-container:nth-child(117) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-117;
  animation-duration: 28276ms;
  animation-delay: 26721ms;
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(1vw, 102vh, 0);
  }
  to {
    transform: translate3d(83vw, -118vh, 0);
  }
}
.circle-container:nth-child(117) .circle {
  animation-delay: 1571ms;
}
.circle-container:nth-child(118) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-118;
  animation-duration: 31610ms;
  animation-delay: 31862ms;
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(32vw, 101vh, 0);
  }
  to {
    transform: translate3d(67vw, -131vh, 0);
  }
}
.circle-container:nth-child(118) .circle {
  animation-delay: 43ms;
}
.circle-container:nth-child(119) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-119;
  animation-duration: 33340ms;
  animation-delay: 36027ms;
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(16vw, 104vh, 0);
  }
  to {
    transform: translate3d(66vw, -128vh, 0);
  }
}
.circle-container:nth-child(119) .circle {
  animation-delay: 2385ms;
}
.circle-container:nth-child(120) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-120;
  animation-duration: 34565ms;
  animation-delay: 36481ms;
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(70vw, 109vh, 0);
  }
  to {
    transform: translate3d(25vw, -132vh, 0);
  }
}
.circle-container:nth-child(120) .circle {
  animation-delay: 2247ms;
}
.circle-container:nth-child(121) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-121;
  animation-duration: 35828ms;
  animation-delay: 16522ms;
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(26vw, 110vh, 0);
  }
  to {
    transform: translate3d(100vw, -132vh, 0);
  }
}
.circle-container:nth-child(121) .circle {
  animation-delay: 1028ms;
}
.circle-container:nth-child(122) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-122;
  animation-duration: 35407ms;
  animation-delay: 29721ms;
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(45vw, 102vh, 0);
  }
  to {
    transform: translate3d(57vw, -121vh, 0);
  }
}
.circle-container:nth-child(122) .circle {
  animation-delay: 803ms;
}
.circle-container:nth-child(123) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-123;
  animation-duration: 31951ms;
  animation-delay: 13208ms;
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(59vw, 102vh, 0);
  }
  to {
    transform: translate3d(34vw, -112vh, 0);
  }
}
.circle-container:nth-child(123) .circle {
  animation-delay: 2636ms;
}
.circle-container:nth-child(124) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-124;
  animation-duration: 33527ms;
  animation-delay: 22805ms;
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(69vw, 104vh, 0);
  }
  to {
    transform: translate3d(1vw, -115vh, 0);
  }
}
.circle-container:nth-child(124) .circle {
  animation-delay: 3018ms;
}
.circle-container:nth-child(125) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-125;
  animation-duration: 32159ms;
  animation-delay: 83ms;
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(55vw, 105vh, 0);
  }
  to {
    transform: translate3d(100vw, -115vh, 0);
  }
}
.circle-container:nth-child(125) .circle {
  animation-delay: 525ms;
}
.circle-container:nth-child(126) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-126;
  animation-duration: 36651ms;
  animation-delay: 16111ms;
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(18vw, 108vh, 0);
  }
  to {
    transform: translate3d(6vw, -131vh, 0);
  }
}
.circle-container:nth-child(126) .circle {
  animation-delay: 2646ms;
}
.circle-container:nth-child(127) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-127;
  animation-duration: 28372ms;
  animation-delay: 5333ms;
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(99vw, 101vh, 0);
  }
  to {
    transform: translate3d(11vw, -115vh, 0);
  }
}
.circle-container:nth-child(127) .circle {
  animation-delay: 25ms;
}
.circle-container:nth-child(128) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-128;
  animation-duration: 32532ms;
  animation-delay: 29746ms;
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(74vw, 104vh, 0);
  }
  to {
    transform: translate3d(54vw, -110vh, 0);
  }
}
.circle-container:nth-child(128) .circle {
  animation-delay: 565ms;
}
.circle-container:nth-child(129) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-129;
  animation-duration: 36555ms;
  animation-delay: 17682ms;
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(95vw, 104vh, 0);
  }
  to {
    transform: translate3d(9vw, -127vh, 0);
  }
}
.circle-container:nth-child(129) .circle {
  animation-delay: 905ms;
}
.circle-container:nth-child(130) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-130;
  animation-duration: 30889ms;
  animation-delay: 11425ms;
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(59vw, 101vh, 0);
  }
  to {
    transform: translate3d(93vw, -115vh, 0);
  }
}
.circle-container:nth-child(130) .circle {
  animation-delay: 1769ms;
}
.circle-container:nth-child(131) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-131;
  animation-duration: 32623ms;
  animation-delay: 27051ms;
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(42vw, 105vh, 0);
  }
  to {
    transform: translate3d(37vw, -110vh, 0);
  }
}
.circle-container:nth-child(131) .circle {
  animation-delay: 1715ms;
}
.circle-container:nth-child(132) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-132;
  animation-duration: 32999ms;
  animation-delay: 10168ms;
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(47vw, 109vh, 0);
  }
  to {
    transform: translate3d(31vw, -138vh, 0);
  }
}
.circle-container:nth-child(132) .circle {
  animation-delay: 1546ms;
}
.circle-container:nth-child(133) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-133;
  animation-duration: 36911ms;
  animation-delay: 33825ms;
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(21vw, 106vh, 0);
  }
  to {
    transform: translate3d(43vw, -128vh, 0);
  }
}
.circle-container:nth-child(133) .circle {
  animation-delay: 1769ms;
}
.circle-container:nth-child(134) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-134;
  animation-duration: 34695ms;
  animation-delay: 14745ms;
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(6vw, 109vh, 0);
  }
  to {
    transform: translate3d(61vw, -117vh, 0);
  }
}
.circle-container:nth-child(134) .circle {
  animation-delay: 428ms;
}
.circle-container:nth-child(135) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-135;
  animation-duration: 28420ms;
  animation-delay: 23453ms;
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(65vw, 109vh, 0);
  }
  to {
    transform: translate3d(47vw, -132vh, 0);
  }
}
.circle-container:nth-child(135) .circle {
  animation-delay: 2732ms;
}
.circle-container:nth-child(136) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-136;
  animation-duration: 29451ms;
  animation-delay: 14211ms;
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(52vw, 104vh, 0);
  }
  to {
    transform: translate3d(3vw, -113vh, 0);
  }
}
.circle-container:nth-child(136) .circle {
  animation-delay: 3098ms;
}
.circle-container:nth-child(137) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-137;
  animation-duration: 32243ms;
  animation-delay: 286ms;
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(22vw, 105vh, 0);
  }
  to {
    transform: translate3d(27vw, -110vh, 0);
  }
}
.circle-container:nth-child(137) .circle {
  animation-delay: 3824ms;
}
.circle-container:nth-child(138) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-138;
  animation-duration: 31725ms;
  animation-delay: 20418ms;
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(69vw, 105vh, 0);
  }
  to {
    transform: translate3d(99vw, -133vh, 0);
  }
}
.circle-container:nth-child(138) .circle {
  animation-delay: 2825ms;
}
.circle-container:nth-child(139) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-139;
  animation-duration: 29169ms;
  animation-delay: 26004ms;
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(93vw, 101vh, 0);
  }
  to {
    transform: translate3d(41vw, -117vh, 0);
  }
}
.circle-container:nth-child(139) .circle {
  animation-delay: 2701ms;
}
.circle-container:nth-child(140) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-140;
  animation-duration: 36829ms;
  animation-delay: 29417ms;
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(79vw, 110vh, 0);
  }
  to {
    transform: translate3d(98vw, -125vh, 0);
  }
}
.circle-container:nth-child(140) .circle {
  animation-delay: 688ms;
}
.circle-container:nth-child(141) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-141;
  animation-duration: 33014ms;
  animation-delay: 25724ms;
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(91vw, 104vh, 0);
  }
  to {
    transform: translate3d(63vw, -134vh, 0);
  }
}
.circle-container:nth-child(141) .circle {
  animation-delay: 116ms;
}
.circle-container:nth-child(142) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-142;
  animation-duration: 34805ms;
  animation-delay: 14703ms;
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(14vw, 104vh, 0);
  }
  to {
    transform: translate3d(39vw, -121vh, 0);
  }
}
.circle-container:nth-child(142) .circle {
  animation-delay: 474ms;
}
.circle-container:nth-child(143) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-143;
  animation-duration: 33340ms;
  animation-delay: 28900ms;
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(26vw, 108vh, 0);
  }
  to {
    transform: translate3d(85vw, -126vh, 0);
  }
}
.circle-container:nth-child(143) .circle {
  animation-delay: 750ms;
}
.circle-container:nth-child(144) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-144;
  animation-duration: 28779ms;
  animation-delay: 14895ms;
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(33vw, 104vh, 0);
  }
  to {
    transform: translate3d(71vw, -107vh, 0);
  }
}
.circle-container:nth-child(144) .circle {
  animation-delay: 1345ms;
}
.circle-container:nth-child(145) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-145;
  animation-duration: 31815ms;
  animation-delay: 34282ms;
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(67vw, 110vh, 0);
  }
  to {
    transform: translate3d(2vw, -132vh, 0);
  }
}
.circle-container:nth-child(145) .circle {
  animation-delay: 316ms;
}
.circle-container:nth-child(146) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-146;
  animation-duration: 31843ms;
  animation-delay: 26655ms;
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(73vw, 104vh, 0);
  }
  to {
    transform: translate3d(37vw, -121vh, 0);
  }
}
.circle-container:nth-child(146) .circle {
  animation-delay: 2835ms;
}
.circle-container:nth-child(147) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-147;
  animation-duration: 28901ms;
  animation-delay: 33232ms;
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(38vw, 103vh, 0);
  }
  to {
    transform: translate3d(96vw, -133vh, 0);
  }
}
.circle-container:nth-child(147) .circle {
  animation-delay: 3570ms;
}
.circle-container:nth-child(148) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-148;
  animation-duration: 28508ms;
  animation-delay: 6383ms;
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(50vw, 108vh, 0);
  }
  to {
    transform: translate3d(89vw, -124vh, 0);
  }
}
.circle-container:nth-child(148) .circle {
  animation-delay: 3591ms;
}
.circle-container:nth-child(149) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-149;
  animation-duration: 29542ms;
  animation-delay: 4807ms;
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(45vw, 104vh, 0);
  }
  to {
    transform: translate3d(54vw, -119vh, 0);
  }
}
.circle-container:nth-child(149) .circle {
  animation-delay: 1989ms;
}
.circle-container:nth-child(150) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-150;
  animation-duration: 35851ms;
  animation-delay: 13059ms;
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(86vw, 108vh, 0);
  }
  to {
    transform: translate3d(61vw, -117vh, 0);
  }
}
.circle-container:nth-child(150) .circle {
  animation-delay: 2942ms;
}
.circle-container:nth-child(151) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-151;
  animation-duration: 35787ms;
  animation-delay: 12598ms;
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(97vw, 106vh, 0);
  }
  to {
    transform: translate3d(47vw, -115vh, 0);
  }
}
.circle-container:nth-child(151) .circle {
  animation-delay: 3640ms;
}
.circle-container:nth-child(152) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-152;
  animation-duration: 33135ms;
  animation-delay: 14497ms;
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(37vw, 108vh, 0);
  }
  to {
    transform: translate3d(7vw, -130vh, 0);
  }
}
.circle-container:nth-child(152) .circle {
  animation-delay: 2903ms;
}
.circle-container:nth-child(153) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-153;
  animation-duration: 35973ms;
  animation-delay: 989ms;
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(55vw, 108vh, 0);
  }
  to {
    transform: translate3d(87vw, -132vh, 0);
  }
}
.circle-container:nth-child(153) .circle {
  animation-delay: 1225ms;
}
.circle-container:nth-child(154) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-154;
  animation-duration: 35686ms;
  animation-delay: 6537ms;
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(68vw, 110vh, 0);
  }
  to {
    transform: translate3d(29vw, -125vh, 0);
  }
}
.circle-container:nth-child(154) .circle {
  animation-delay: 1413ms;
}
.circle-container:nth-child(155) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-155;
  animation-duration: 30219ms;
  animation-delay: 10467ms;
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(7vw, 110vh, 0);
  }
  to {
    transform: translate3d(17vw, -113vh, 0);
  }
}
.circle-container:nth-child(155) .circle {
  animation-delay: 925ms;
}
.circle-container:nth-child(156) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-156;
  animation-duration: 33994ms;
  animation-delay: 36721ms;
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(45vw, 107vh, 0);
  }
  to {
    transform: translate3d(38vw, -135vh, 0);
  }
}
.circle-container:nth-child(156) .circle {
  animation-delay: 844ms;
}
.circle-container:nth-child(157) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-157;
  animation-duration: 29910ms;
  animation-delay: 10681ms;
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(58vw, 110vh, 0);
  }
  to {
    transform: translate3d(72vw, -111vh, 0);
  }
}
.circle-container:nth-child(157) .circle {
  animation-delay: 2323ms;
}
.circle-container:nth-child(158) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-158;
  animation-duration: 34527ms;
  animation-delay: 21784ms;
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(55vw, 103vh, 0);
  }
  to {
    transform: translate3d(40vw, -106vh, 0);
  }
}
.circle-container:nth-child(158) .circle {
  animation-delay: 2472ms;
}
.circle-container:nth-child(159) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-159;
  animation-duration: 30038ms;
  animation-delay: 1908ms;
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(94vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -135vh, 0);
  }
}
.circle-container:nth-child(159) .circle {
  animation-delay: 3309ms;
}
.circle-container:nth-child(160) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-160;
  animation-duration: 35294ms;
  animation-delay: 33884ms;
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(35vw, 110vh, 0);
  }
  to {
    transform: translate3d(12vw, -116vh, 0);
  }
}
.circle-container:nth-child(160) .circle {
  animation-delay: 3717ms;
}
.circle-container:nth-child(161) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-161;
  animation-duration: 34088ms;
  animation-delay: 11014ms;
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(46vw, 105vh, 0);
  }
  to {
    transform: translate3d(50vw, -118vh, 0);
  }
}
.circle-container:nth-child(161) .circle {
  animation-delay: 259ms;
}
.circle-container:nth-child(162) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-162;
  animation-duration: 35738ms;
  animation-delay: 16051ms;
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(40vw, 105vh, 0);
  }
  to {
    transform: translate3d(29vw, -116vh, 0);
  }
}
.circle-container:nth-child(162) .circle {
  animation-delay: 62ms;
}
.circle-container:nth-child(163) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-163;
  animation-duration: 32660ms;
  animation-delay: 25836ms;
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(7vw, 104vh, 0);
  }
  to {
    transform: translate3d(20vw, -105vh, 0);
  }
}
.circle-container:nth-child(163) .circle {
  animation-delay: 2545ms;
}
.circle-container:nth-child(164) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-164;
  animation-duration: 33553ms;
  animation-delay: 4676ms;
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(59vw, 109vh, 0);
  }
  to {
    transform: translate3d(77vw, -135vh, 0);
  }
}
.circle-container:nth-child(164) .circle {
  animation-delay: 1377ms;
}
.circle-container:nth-child(165) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-165;
  animation-duration: 34179ms;
  animation-delay: 12315ms;
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(29vw, 101vh, 0);
  }
  to {
    transform: translate3d(36vw, -119vh, 0);
  }
}
.circle-container:nth-child(165) .circle {
  animation-delay: 960ms;
}
.circle-container:nth-child(166) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-166;
  animation-duration: 33994ms;
  animation-delay: 23009ms;
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(12vw, 107vh, 0);
  }
  to {
    transform: translate3d(26vw, -111vh, 0);
  }
}
.circle-container:nth-child(166) .circle {
  animation-delay: 791ms;
}
.circle-container:nth-child(167) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-167;
  animation-duration: 30751ms;
  animation-delay: 8183ms;
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(56vw, 109vh, 0);
  }
  to {
    transform: translate3d(56vw, -120vh, 0);
  }
}
.circle-container:nth-child(167) .circle {
  animation-delay: 1823ms;
}
.circle-container:nth-child(168) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-168;
  animation-duration: 28820ms;
  animation-delay: 26865ms;
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(11vw, 106vh, 0);
  }
  to {
    transform: translate3d(75vw, -129vh, 0);
  }
}
.circle-container:nth-child(168) .circle {
  animation-delay: 2733ms;
}
.circle-container:nth-child(169) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-169;
  animation-duration: 34371ms;
  animation-delay: 2177ms;
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(2vw, 105vh, 0);
  }
  to {
    transform: translate3d(61vw, -126vh, 0);
  }
}
.circle-container:nth-child(169) .circle {
  animation-delay: 1312ms;
}
.circle-container:nth-child(170) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-170;
  animation-duration: 36815ms;
  animation-delay: 28338ms;
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(61vw, 110vh, 0);
  }
  to {
    transform: translate3d(72vw, -122vh, 0);
  }
}
.circle-container:nth-child(170) .circle {
  animation-delay: 1540ms;
}
.circle-container:nth-child(171) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-171;
  animation-duration: 36251ms;
  animation-delay: 20407ms;
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(56vw, 106vh, 0);
  }
  to {
    transform: translate3d(54vw, -132vh, 0);
  }
}
.circle-container:nth-child(171) .circle {
  animation-delay: 2548ms;
}
.circle-container:nth-child(172) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-172;
  animation-duration: 34965ms;
  animation-delay: 33728ms;
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(55vw, 108vh, 0);
  }
  to {
    transform: translate3d(55vw, -137vh, 0);
  }
}
.circle-container:nth-child(172) .circle {
  animation-delay: 2112ms;
}
.circle-container:nth-child(173) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-173;
  animation-duration: 34047ms;
  animation-delay: 33229ms;
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(32vw, 110vh, 0);
  }
  to {
    transform: translate3d(39vw, -120vh, 0);
  }
}
.circle-container:nth-child(173) .circle {
  animation-delay: 2878ms;
}
.circle-container:nth-child(174) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-174;
  animation-duration: 28510ms;
  animation-delay: 29714ms;
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(45vw, 101vh, 0);
  }
  to {
    transform: translate3d(35vw, -127vh, 0);
  }
}
.circle-container:nth-child(174) .circle {
  animation-delay: 890ms;
}
.circle-container:nth-child(175) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-175;
  animation-duration: 35348ms;
  animation-delay: 22590ms;
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(62vw, 107vh, 0);
  }
  to {
    transform: translate3d(57vw, -127vh, 0);
  }
}
.circle-container:nth-child(175) .circle {
  animation-delay: 566ms;
}
.circle-container:nth-child(176) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-176;
  animation-duration: 30278ms;
  animation-delay: 7815ms;
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(96vw, 110vh, 0);
  }
  to {
    transform: translate3d(4vw, -127vh, 0);
  }
}
.circle-container:nth-child(176) .circle {
  animation-delay: 575ms;
}
.circle-container:nth-child(177) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-177;
  animation-duration: 35897ms;
  animation-delay: 6822ms;
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(100vw, 103vh, 0);
  }
  to {
    transform: translate3d(15vw, -111vh, 0);
  }
}
.circle-container:nth-child(177) .circle {
  animation-delay: 1314ms;
}
.circle-container:nth-child(178) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-178;
  animation-duration: 32824ms;
  animation-delay: 17817ms;
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(87vw, 102vh, 0);
  }
  to {
    transform: translate3d(23vw, -117vh, 0);
  }
}
.circle-container:nth-child(178) .circle {
  animation-delay: 806ms;
}
.circle-container:nth-child(179) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-179;
  animation-duration: 29880ms;
  animation-delay: 11982ms;
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(39vw, 103vh, 0);
  }
  to {
    transform: translate3d(32vw, -120vh, 0);
  }
}
.circle-container:nth-child(179) .circle {
  animation-delay: 3381ms;
}
.circle-container:nth-child(180) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-180;
  animation-duration: 30772ms;
  animation-delay: 33188ms;
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(3vw, 102vh, 0);
  }
  to {
    transform: translate3d(67vw, -124vh, 0);
  }
}
.circle-container:nth-child(180) .circle {
  animation-delay: 3329ms;
}
.circle-container:nth-child(181) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-181;
  animation-duration: 34105ms;
  animation-delay: 13873ms;
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(65vw, 108vh, 0);
  }
  to {
    transform: translate3d(61vw, -128vh, 0);
  }
}
.circle-container:nth-child(181) .circle {
  animation-delay: 293ms;
}
.circle-container:nth-child(182) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-182;
  animation-duration: 30182ms;
  animation-delay: 3573ms;
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(60vw, 108vh, 0);
  }
  to {
    transform: translate3d(5vw, -130vh, 0);
  }
}
.circle-container:nth-child(182) .circle {
  animation-delay: 933ms;
}
.circle-container:nth-child(183) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-183;
  animation-duration: 32857ms;
  animation-delay: 16665ms;
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(12vw, 101vh, 0);
  }
  to {
    transform: translate3d(53vw, -114vh, 0);
  }
}
.circle-container:nth-child(183) .circle {
  animation-delay: 2626ms;
}
.circle-container:nth-child(184) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-184;
  animation-duration: 31719ms;
  animation-delay: 10445ms;
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(73vw, 108vh, 0);
  }
  to {
    transform: translate3d(10vw, -110vh, 0);
  }
}
.circle-container:nth-child(184) .circle {
  animation-delay: 3811ms;
}
.circle-container:nth-child(185) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-185;
  animation-duration: 30882ms;
  animation-delay: 14959ms;
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(45vw, 101vh, 0);
  }
  to {
    transform: translate3d(18vw, -117vh, 0);
  }
}
.circle-container:nth-child(185) .circle {
  animation-delay: 3007ms;
}
.circle-container:nth-child(186) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-186;
  animation-duration: 33936ms;
  animation-delay: 19264ms;
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(3vw, 109vh, 0);
  }
  to {
    transform: translate3d(87vw, -138vh, 0);
  }
}
.circle-container:nth-child(186) .circle {
  animation-delay: 2848ms;
}
.circle-container:nth-child(187) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-187;
  animation-duration: 34512ms;
  animation-delay: 17221ms;
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(47vw, -133vh, 0);
  }
}
.circle-container:nth-child(187) .circle {
  animation-delay: 2343ms;
}
.circle-container:nth-child(188) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-188;
  animation-duration: 34371ms;
  animation-delay: 14915ms;
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(21vw, 110vh, 0);
  }
  to {
    transform: translate3d(94vw, -121vh, 0);
  }
}
.circle-container:nth-child(188) .circle {
  animation-delay: 829ms;
}
.circle-container:nth-child(189) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-189;
  animation-duration: 36585ms;
  animation-delay: 8922ms;
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(52vw, 105vh, 0);
  }
  to {
    transform: translate3d(6vw, -113vh, 0);
  }
}
.circle-container:nth-child(189) .circle {
  animation-delay: 2162ms;
}
.circle-container:nth-child(190) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-190;
  animation-duration: 36364ms;
  animation-delay: 4118ms;
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(84vw, 102vh, 0);
  }
  to {
    transform: translate3d(91vw, -114vh, 0);
  }
}
.circle-container:nth-child(190) .circle {
  animation-delay: 143ms;
}
.circle-container:nth-child(191) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-191;
  animation-duration: 33020ms;
  animation-delay: 11007ms;
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(28vw, 104vh, 0);
  }
  to {
    transform: translate3d(38vw, -109vh, 0);
  }
}
.circle-container:nth-child(191) .circle {
  animation-delay: 3173ms;
}
.circle-container:nth-child(192) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-192;
  animation-duration: 30712ms;
  animation-delay: 1642ms;
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(25vw, 104vh, 0);
  }
  to {
    transform: translate3d(76vw, -114vh, 0);
  }
}
.circle-container:nth-child(192) .circle {
  animation-delay: 3573ms;
}
.circle-container:nth-child(193) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-193;
  animation-duration: 34942ms;
  animation-delay: 19305ms;
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(6vw, 105vh, 0);
  }
  to {
    transform: translate3d(71vw, -117vh, 0);
  }
}
.circle-container:nth-child(193) .circle {
  animation-delay: 1515ms;
}
.circle-container:nth-child(194) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-194;
  animation-duration: 35892ms;
  animation-delay: 9917ms;
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(69vw, 103vh, 0);
  }
  to {
    transform: translate3d(85vw, -114vh, 0);
  }
}
.circle-container:nth-child(194) .circle {
  animation-delay: 55ms;
}
.circle-container:nth-child(195) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-195;
  animation-duration: 35432ms;
  animation-delay: 19936ms;
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(43vw, 101vh, 0);
  }
  to {
    transform: translate3d(37vw, -128vh, 0);
  }
}
.circle-container:nth-child(195) .circle {
  animation-delay: 54ms;
}
.circle-container:nth-child(196) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-196;
  animation-duration: 34062ms;
  animation-delay: 23385ms;
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(39vw, 105vh, 0);
  }
  to {
    transform: translate3d(75vw, -133vh, 0);
  }
}
.circle-container:nth-child(196) .circle {
  animation-delay: 788ms;
}
.circle-container:nth-child(197) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-197;
  animation-duration: 33181ms;
  animation-delay: 22195ms;
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(60vw, 109vh, 0);
  }
  to {
    transform: translate3d(57vw, -132vh, 0);
  }
}
.circle-container:nth-child(197) .circle {
  animation-delay: 166ms;
}
.circle-container:nth-child(198) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-198;
  animation-duration: 28590ms;
  animation-delay: 3328ms;
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(69vw, 107vh, 0);
  }
  to {
    transform: translate3d(9vw, -136vh, 0);
  }
}
.circle-container:nth-child(198) .circle {
  animation-delay: 1898ms;
}
.circle-container:nth-child(199) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-199;
  animation-duration: 32446ms;
  animation-delay: 7703ms;
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(72vw, 110vh, 0);
  }
  to {
    transform: translate3d(9vw, -115vh, 0);
  }
}
.circle-container:nth-child(199) .circle {
  animation-delay: 2617ms;
}
.circle-container:nth-child(200) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-200;
  animation-duration: 31896ms;
  animation-delay: 26707ms;
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(99vw, 109vh, 0);
  }
  to {
    transform: translate3d(50vw, -135vh, 0);
  }
}
.circle-container:nth-child(200) .circle {
  animation-delay: 1721ms;
}

/*btn section*/
.btn_area {
  text-align: center;
  width: 100%;
  z-index: 1300;
  padding-bottom: 60px;
}

.btn_cta {
  width: 220px;
  text-align: center;
  position: relative;
  display: inline-block;
}

.btn_cta .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1300;
  text-align: center;
}

.btn_cta:hover .img-top {
  display: inline;
}

.solgan {
  margin: auto;
  text-align: center;
  line-height: 30px;
  padding-top: 140px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 576px) {
  .solgan img {
    width: 80%;
  }
}
.solgan img {
  width: 100%;
  max-width: 920px;
}

.kvtxt {
  margin-top: 8px;
  color: #C8D2FF;
  font-size: 10px;
  font: 100% "Noto Sans TC", sans-serif;
  font-size: 14px;
}

.kvbb {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  position: relative;
}

.kkcta {
  padding: 15px 50px;
  border-radius: 42px;
  color: #170536;
  background-color: white;
  font-size: 22px;
  font-weight: 500;
  transition: 0.3s;
}

@media (max-width: 576px) {
  .kkcta {
    font-size: 22px;
    padding: 15px 30px;
  }
}
.kkcta:hover {
  color: white;
  background: #a6cfe9;
  background: linear-gradient(177deg, #a6cfe9 0%, #9bc0e1 50%, #86a2d9 100%);
  box-shadow: 0px 7px white;
}

.kvmain {
  width: 70%;
}

@media (max-width: 576px) {
  .kvmain {
    width: 90%;
  }
}
.kv-cta {
  width: 100%;
  max-width: 220px;
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
  .kv-cta {
    top: 78%;
  }
}
.kv-cta2 {
  width: 100%;
  max-width: 220px;
  position: absolute;
  left: 50%;
  margin-bottom: 60px;
  transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
  .kv-cta {
    top: 78%;
  }
}
.kv-mid {
  background: url("../images/kv_02.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.kv-mid .conn {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 14px;
}

.kv-mid .mid-remark {
  text-align: left;
  padding-left: 30px;
  font-size: 13px;
  margin-bottom: 40px;
}

.kv-mid .mid-divider {
  border-bottom: white 1px solid;
}

.kv-mid .mid-2nd {
  margin-top: 40px;
}

.kv-mid .mid-2nd .bold {
  font-weight: bold;
}

.tabm {
  width: 95% !important;
  margin: auto;
}

.campaign-title {
  width: 70%;
}

.title-main {
  font-weight: bold;
  margin-bottom: 16px;
  text-align: left;
  color: #ff4784;
}
@media (min-width: 500px) {
  .title-main {
    font-size: 20px;
  }
}
@media (min-width: 800px) {
  .title-main {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .title-main {
    font-size: 40px;
  }
}

.title-rule {
  font-size: 20px;
}

.only-mobile {
  visibility: hidden;
  display: none;
}
@media screen and (max-width: 1052px) {
  .only-mobile {
    visibility: visible;
    display: block;
  }
}

.hidden-mobile {
  display: block;
  visibility: visible;
}
@media screen and (max-width: 1052px) {
  .hidden-mobile {
    visibility: hidden;
    display: none;
  }
}

.main {
  width: 100%;
  margin-top: 60px;
  height: auto;
  text-align: center;
}
.main .img80 {
  width: 80%;
  max-width: 1000px;
  text-align: center;
}
.main .text-main {
  text-align: left;
  margin-bottom: 16px;
  line-height: 2em;
  text-align: center;
}
@media (min-width: 500px) {
  .main .text-main {
    font-size: 16px;
  }
}
@media (min-width: 800px) {
  .main .text-main {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .main .text-main {
    font-size: 20px;
  }
}

.middle .container {
  top: 0;
  padding-bottom: 20px;
}
.middle .text-main {
  text-align: left;
  margin-bottom: 16px;
  line-height: 2em;
  text-align: left;
  line-height: 2em;
}
@media (min-width: 500px) {
  .middle .text-main {
    font-size: 16px;
  }
}
@media (min-width: 800px) {
  .middle .text-main {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .middle .text-main {
    font-size: 20px;
  }
}
.middle .content {
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 100px;
  width: 100%;
  font: 100% "Noto Sans TC", sans-serif;
  padding: 0 15px;
}
.middle .img-box {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-bottom: 40px;
}

img {
  width: 100%;
  height: auto;
  text-align: center;
}

/* last update on 03-16-2023 */
.flx {
  display: flex;
  width: 100%;
}
.flx .fit {
  width: -moz-fit-content;
  width: fit-content;
}
.flx.is-row {
  display: flex;
  flex-direction: row;
}
.flx.is-row.v-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flx.is-row.v-center-end {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.flx.is-row.h-center {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.flx.is-row.h-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.flx.is-row.b-left {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.flx.is-row.b-center {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.flx.is-row.b-right {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}
.flx.is-row.stretch {
  align-items: stretch;
}
.flx.is-col {
  display: flex;
  flex-direction: column;
}
.flx.is-col.v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flx.is-col.v-center-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.flx.is-col.h-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flx.is-col.h-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.flx.is-col.b-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.flx.is-col.b-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.flx.is-col.b-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.flx.sp-between {
  justify-content: space-between;
}
.flx.sp-around {
  justify-content: space-around;
}
.flx.sp-evenly {
  justify-content: space-evenly;
}
.flx.center {
  align-items: center;
  justify-content: center;
}
.flx.grow {
  height: 100%;
}
.flx.wrap {
  flex-wrap: wrap;
  align-content: start;
}

.flex_0 {
  flex: 0;
}

.flex_1 {
  flex: 1;
}

.flex_2 {
  flex: 2;
}

.flex_3 {
  flex: 3;
}

.flex_4 {
  flex: 4;
}

.flex_5 {
  flex: 5;
}

.flex_6 {
  flex: 6;
}

.flex_7 {
  flex: 7;
}

.flex_8 {
  flex: 8;
}

.flex_9 {
  flex: 9;
}

.flex_10 {
  flex: 10;
}

.flex_11 {
  flex: 11;
}

.flex_12 {
  flex: 12;
}

.flex_13 {
  flex: 13;
}

.flex_14 {
  flex: 14;
}

.flex_15 {
  flex: 15;
}

.flex_16 {
  flex: 16;
}

.flex_17 {
  flex: 17;
}

.flex_18 {
  flex: 18;
}

.flex_19 {
  flex: 19;
}

.flex_20 {
  flex: 20;
}

.flex_21 {
  flex: 21;
}

.flex_22 {
  flex: 22;
}

.flex_23 {
  flex: 23;
}

.flex_24 {
  flex: 24;
}

[data-row-count="1"] .data_row {
  width: calc(100% / 1);
}

[data-row-count="2"] .data_row {
  width: calc(100% / 2);
}

[data-row-count="3"] .data_row {
  width: calc(100% / 3);
}

[data-row-count="4"] .data_row {
  width: calc(100% / 4);
}

[data-row-count="5"] .data_row {
  width: calc(100% / 5);
}

[data-row-count="6"] .data_row {
  width: calc(100% / 6);
}

[data-row-count="7"] .data_row {
  width: calc(100% / 7);
}

[data-row-count="8"] .data_row {
  width: calc(100% / 8);
}

[data-row-count="9"] .data_row {
  width: calc(100% / 9);
}

[data-row-count="10"] .data_row {
  width: calc(100% / 10);
}

[data-row-count="11"] .data_row {
  width: calc(100% / 11);
}

[data-row-count="12"] .data_row {
  width: calc(100% / 12);
}

[data-row-count="13"] .data_row {
  width: calc(100% / 13);
}

[data-row-count="14"] .data_row {
  width: calc(100% / 14);
}

[data-row-count="15"] .data_row {
  width: calc(100% / 15);
}

[data-row-count="16"] .data_row {
  width: calc(100% / 16);
}

[data-row-count="17"] .data_row {
  width: calc(100% / 17);
}

[data-row-count="18"] .data_row {
  width: calc(100% / 18);
}

[data-row-count="19"] .data_row {
  width: calc(100% / 19);
}

[data-row-count="20"] .data_row {
  width: calc(100% / 20);
}

[data-border=all] {
  border: 1px solid #000;
}

.w-0vw {
  width: 0vw;
}

.h-0vh {
  height: 0vh;
}

.w-1vw {
  width: 1vw;
}

.h-1vh {
  height: 1vh;
}

.w-2vw {
  width: 2vw;
}

.h-2vh {
  height: 2vh;
}

.w-3vw {
  width: 3vw;
}

.h-3vh {
  height: 3vh;
}

.w-4vw {
  width: 4vw;
}

.h-4vh {
  height: 4vh;
}

.w-5vw {
  width: 5vw;
}

.h-5vh {
  height: 5vh;
}

.w-6vw {
  width: 6vw;
}

.h-6vh {
  height: 6vh;
}

.w-7vw {
  width: 7vw;
}

.h-7vh {
  height: 7vh;
}

.w-8vw {
  width: 8vw;
}

.h-8vh {
  height: 8vh;
}

.w-9vw {
  width: 9vw;
}

.h-9vh {
  height: 9vh;
}

.w-10vw {
  width: 10vw;
}

.h-10vh {
  height: 10vh;
}

.w-11vw {
  width: 11vw;
}

.h-11vh {
  height: 11vh;
}

.w-12vw {
  width: 12vw;
}

.h-12vh {
  height: 12vh;
}

.w-13vw {
  width: 13vw;
}

.h-13vh {
  height: 13vh;
}

.w-14vw {
  width: 14vw;
}

.h-14vh {
  height: 14vh;
}

.w-15vw {
  width: 15vw;
}

.h-15vh {
  height: 15vh;
}

.w-16vw {
  width: 16vw;
}

.h-16vh {
  height: 16vh;
}

.w-17vw {
  width: 17vw;
}

.h-17vh {
  height: 17vh;
}

.w-18vw {
  width: 18vw;
}

.h-18vh {
  height: 18vh;
}

.w-19vw {
  width: 19vw;
}

.h-19vh {
  height: 19vh;
}

.w-20vw {
  width: 20vw;
}

.h-20vh {
  height: 20vh;
}

.w-21vw {
  width: 21vw;
}

.h-21vh {
  height: 21vh;
}

.w-22vw {
  width: 22vw;
}

.h-22vh {
  height: 22vh;
}

.w-23vw {
  width: 23vw;
}

.h-23vh {
  height: 23vh;
}

.w-24vw {
  width: 24vw;
}

.h-24vh {
  height: 24vh;
}

.w-25vw {
  width: 25vw;
}

.h-25vh {
  height: 25vh;
}

.w-26vw {
  width: 26vw;
}

.h-26vh {
  height: 26vh;
}

.w-27vw {
  width: 27vw;
}

.h-27vh {
  height: 27vh;
}

.w-28vw {
  width: 28vw;
}

.h-28vh {
  height: 28vh;
}

.w-29vw {
  width: 29vw;
}

.h-29vh {
  height: 29vh;
}

.w-30vw {
  width: 30vw;
}

.h-30vh {
  height: 30vh;
}

.w-31vw {
  width: 31vw;
}

.h-31vh {
  height: 31vh;
}

.w-32vw {
  width: 32vw;
}

.h-32vh {
  height: 32vh;
}

.w-33vw {
  width: 33vw;
}

.h-33vh {
  height: 33vh;
}

.w-34vw {
  width: 34vw;
}

.h-34vh {
  height: 34vh;
}

.w-35vw {
  width: 35vw;
}

.h-35vh {
  height: 35vh;
}

.w-36vw {
  width: 36vw;
}

.h-36vh {
  height: 36vh;
}

.w-37vw {
  width: 37vw;
}

.h-37vh {
  height: 37vh;
}

.w-38vw {
  width: 38vw;
}

.h-38vh {
  height: 38vh;
}

.w-39vw {
  width: 39vw;
}

.h-39vh {
  height: 39vh;
}

.w-40vw {
  width: 40vw;
}

.h-40vh {
  height: 40vh;
}

.w-41vw {
  width: 41vw;
}

.h-41vh {
  height: 41vh;
}

.w-42vw {
  width: 42vw;
}

.h-42vh {
  height: 42vh;
}

.w-43vw {
  width: 43vw;
}

.h-43vh {
  height: 43vh;
}

.w-44vw {
  width: 44vw;
}

.h-44vh {
  height: 44vh;
}

.w-45vw {
  width: 45vw;
}

.h-45vh {
  height: 45vh;
}

.w-46vw {
  width: 46vw;
}

.h-46vh {
  height: 46vh;
}

.w-47vw {
  width: 47vw;
}

.h-47vh {
  height: 47vh;
}

.w-48vw {
  width: 48vw;
}

.h-48vh {
  height: 48vh;
}

.w-49vw {
  width: 49vw;
}

.h-49vh {
  height: 49vh;
}

.w-50vw {
  width: 50vw;
}

.h-50vh {
  height: 50vh;
}

.w-51vw {
  width: 51vw;
}

.h-51vh {
  height: 51vh;
}

.w-52vw {
  width: 52vw;
}

.h-52vh {
  height: 52vh;
}

.w-53vw {
  width: 53vw;
}

.h-53vh {
  height: 53vh;
}

.w-54vw {
  width: 54vw;
}

.h-54vh {
  height: 54vh;
}

.w-55vw {
  width: 55vw;
}

.h-55vh {
  height: 55vh;
}

.w-56vw {
  width: 56vw;
}

.h-56vh {
  height: 56vh;
}

.w-57vw {
  width: 57vw;
}

.h-57vh {
  height: 57vh;
}

.w-58vw {
  width: 58vw;
}

.h-58vh {
  height: 58vh;
}

.w-59vw {
  width: 59vw;
}

.h-59vh {
  height: 59vh;
}

.w-60vw {
  width: 60vw;
}

.h-60vh {
  height: 60vh;
}

.w-61vw {
  width: 61vw;
}

.h-61vh {
  height: 61vh;
}

.w-62vw {
  width: 62vw;
}

.h-62vh {
  height: 62vh;
}

.w-63vw {
  width: 63vw;
}

.h-63vh {
  height: 63vh;
}

.w-64vw {
  width: 64vw;
}

.h-64vh {
  height: 64vh;
}

.w-65vw {
  width: 65vw;
}

.h-65vh {
  height: 65vh;
}

.w-66vw {
  width: 66vw;
}

.h-66vh {
  height: 66vh;
}

.w-67vw {
  width: 67vw;
}

.h-67vh {
  height: 67vh;
}

.w-68vw {
  width: 68vw;
}

.h-68vh {
  height: 68vh;
}

.w-69vw {
  width: 69vw;
}

.h-69vh {
  height: 69vh;
}

.w-70vw {
  width: 70vw;
}

.h-70vh {
  height: 70vh;
}

.w-71vw {
  width: 71vw;
}

.h-71vh {
  height: 71vh;
}

.w-72vw {
  width: 72vw;
}

.h-72vh {
  height: 72vh;
}

.w-73vw {
  width: 73vw;
}

.h-73vh {
  height: 73vh;
}

.w-74vw {
  width: 74vw;
}

.h-74vh {
  height: 74vh;
}

.w-75vw {
  width: 75vw;
}

.h-75vh {
  height: 75vh;
}

.w-76vw {
  width: 76vw;
}

.h-76vh {
  height: 76vh;
}

.w-77vw {
  width: 77vw;
}

.h-77vh {
  height: 77vh;
}

.w-78vw {
  width: 78vw;
}

.h-78vh {
  height: 78vh;
}

.w-79vw {
  width: 79vw;
}

.h-79vh {
  height: 79vh;
}

.w-80vw {
  width: 80vw;
}

.h-80vh {
  height: 80vh;
}

.w-81vw {
  width: 81vw;
}

.h-81vh {
  height: 81vh;
}

.w-82vw {
  width: 82vw;
}

.h-82vh {
  height: 82vh;
}

.w-83vw {
  width: 83vw;
}

.h-83vh {
  height: 83vh;
}

.w-84vw {
  width: 84vw;
}

.h-84vh {
  height: 84vh;
}

.w-85vw {
  width: 85vw;
}

.h-85vh {
  height: 85vh;
}

.w-86vw {
  width: 86vw;
}

.h-86vh {
  height: 86vh;
}

.w-87vw {
  width: 87vw;
}

.h-87vh {
  height: 87vh;
}

.w-88vw {
  width: 88vw;
}

.h-88vh {
  height: 88vh;
}

.w-89vw {
  width: 89vw;
}

.h-89vh {
  height: 89vh;
}

.w-90vw {
  width: 90vw;
}

.h-90vh {
  height: 90vh;
}

.w-91vw {
  width: 91vw;
}

.h-91vh {
  height: 91vh;
}

.w-92vw {
  width: 92vw;
}

.h-92vh {
  height: 92vh;
}

.w-93vw {
  width: 93vw;
}

.h-93vh {
  height: 93vh;
}

.w-94vw {
  width: 94vw;
}

.h-94vh {
  height: 94vh;
}

.w-95vw {
  width: 95vw;
}

.h-95vh {
  height: 95vh;
}

.w-96vw {
  width: 96vw;
}

.h-96vh {
  height: 96vh;
}

.w-97vw {
  width: 97vw;
}

.h-97vh {
  height: 97vh;
}

.w-98vw {
  width: 98vw;
}

.h-98vh {
  height: 98vh;
}

.w-99vw {
  width: 99vw;
}

.h-99vh {
  height: 99vh;
}

.w-100vw {
  width: 100vw;
}

.h-100vh {
  height: 100vh;
}

.wrapper {
  display: grid;
  border: 1px solid #000;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}/*# sourceMappingURL=style.css.map */