














.hide {
  opacity: 0;
  
}
.show {
  opacity: 0.5;
 
}

.window-ball {
   

       top: 50%;
       left: 50%;
       position: fixed;
       /* position: sticky; */
        padding-top: 50px;
        z-index: -2;
        perspective: 800px;
       
        

  }


  .container-ball {
    transform-style: preserve-3d;
    animation: rotate 25s infinite linear;
  }

  
  @keyframes rotate {
    to {
      transform: rotateY(1turn);
    }
  }
  .particle {
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
  }
  
  .particle {
    transform-style: preserve-3d;
  }

  .particle:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    background: currentColor;
    border-radius: 50%;
    animation: rotate 25s infinite linear reverse, blink 6s infinite linear;
    box-shadow: 0 0 10px currentColor;
  }
  
  @keyframes blink {
    5% {
      box-shadow: 0 0 10px 6px currentColor;
    }
    10% {
      box-shadow: 0 0 10px 0px currentColor;
    }
  }

  .particle:nth-child(1) {
    transform: translate3d(118.82267px, -205.59515px, 183.33524px);
    color: #126660;
  }
  .particle:nth-child(1):before {
    animation-delay: 0s, -0.015s;
  }
  
  .particle:nth-child(2) {
    transform: translate3d(58.52531px, -165.38551px, 243.35657px);
    color: #17B4A7;
  }
  .particle:nth-child(2):before {
    animation-delay: 0s, -0.03s;
  }
  
  .particle:nth-child(3) {
    transform: translate3d(-186.60295px, -95.68553px, -214.53115px);
    color: #126660;
  }
  .particle:nth-child(3):before {
    animation-delay: 0s, -0.045s;
  }
  
  .particle:nth-child(4) {
    transform: translate3d(-233.28695px, -178.90287px, 59.75752px);
    color: #126660;
  }
  .particle:nth-child(4):before {
    animation-delay: 0s, -0.06s;
  }
  
  .particle:nth-child(5) {
    transform: translate3d(131.05692px, -254.40041px, -90.02508px);
    color: #126660;
  }
  .particle:nth-child(5):before {
    animation-delay: 0s, -0.075s;
  }
  
  .particle:nth-child(6) {
    transform: translate3d(-42.62422px, 116.72557px, -273.05369px);
    color: #17B4A7;
  }
  .particle:nth-child(6):before {
    animation-delay: 0s, -0.09s;
  }
  
  .particle:nth-child(7) {
    transform: translate3d(56.61142px, 84.34471px, -282.27844px);
    color: #38C1B6;
  }
  .particle:nth-child(7):before {
    animation-delay: 0s, -0.105s;
  }
  
  .particle:nth-child(8) {
    transform: translate3d(-75.00138px, 141.06895px, -253.91799px);
    color: #38C1B6;
  }
  .particle:nth-child(8):before {
    animation-delay: 0s, -0.12s;
  }
  
  .particle:nth-child(9) {
    transform: translate3d(116.22906px, 210.11401px, -179.84135px);
    color: #38C1B6;
  }
  .particle:nth-child(9):before {
    animation-delay: 0s, -0.135s;
  }
  
  .particle:nth-child(10) {
    transform: translate3d(57.1397px, 179.55005px, 233.44557px);
    color: #38C1B6;
  }
  .particle:nth-child(10):before {
    animation-delay: 0s, -0.15s;
  }
  
  .particle:nth-child(11) {
    transform: translate3d(-242.50129px, -91.28757px, 151.19425px);
    color: #38C1B6;
  }
  .particle:nth-child(11):before {
    animation-delay: 0s, -0.165s;
  }
  
  .particle:nth-child(12) {
    transform: translate3d(106.5964px, 12.61808px, -280.13924px);
    color: #17B4A7;
  }
  .particle:nth-child(12):before {
    animation-delay: 0s, -0.18s;
  }
  
  .particle:nth-child(13) {
    transform: translate3d(-296.29574px, 42.31611px, -20.44954px);
    color: #126660;
  }
  .particle:nth-child(13):before {
    animation-delay: 0s, -0.195s;
  }
  
  .particle:nth-child(14) {
    transform: translate3d(-219.2446px, 91.0539px, -183.41481px);
    color: #17B4A7;
  }
  .particle:nth-child(14):before {
    animation-delay: 0s, -0.21s;
  }
  
  .particle:nth-child(15) {
    transform: translate3d(135.20535px, -237.4595px, 123.82446px);
    color: #17B4A7;
  }
  .particle:nth-child(15):before {
    animation-delay: 0s, -0.225s;
  }
  
  .particle:nth-child(16) {
    transform: translate3d(299.06924px, -23.07279px, -5.02334px);
    color: #042E2B;
  }
  .particle:nth-child(16):before {
    animation-delay: 0s, -0.24s;
  }
  
  .particle:nth-child(17) {
    transform: translate3d(-291.57502px, -10.63247px, 69.79227px);
    color: #2D6D69;
  }
  .particle:nth-child(17):before {
    animation-delay: 0s, -0.255s;
  }
  
  .particle:nth-child(18) {
    transform: translate3d(-188.72717px, 224.42909px, 63.35327px);
    color: #126660;
  }
  .particle:nth-child(18):before {
    animation-delay: 0s, -0.27s;
  }
  
  .particle:nth-child(19) {
    transform: translate3d(177.0958px, 241.26069px, 20.74502px);
    color: #042E2B;
  }
  .particle:nth-child(19):before {
    animation-delay: 0s, -0.285s;
  }
  
  .particle:nth-child(20) {
    transform: translate3d(-95.41197px, -157.01598px, -237.1551px);
    color: #17B4A7;
  }
  .particle:nth-child(20):before {
    animation-delay: 0s, -0.3s;
  }
  
  .particle:nth-child(21) {
    transform: translate3d(116.09758px, -271.97338px, -50.51568px);
    color: #2D6D69;
  }
  .particle:nth-child(21):before {
    animation-delay: 0s, -0.315s;
  }
  
  .particle:nth-child(22) {
    transform: translate3d(-72.64044px, -290.89723px, 10.10781px);
    color: #126660;
  }
  .particle:nth-child(22):before {
    animation-delay: 0s, -0.33s;
  }
  
  .particle:nth-child(23) {
    transform: translate3d(-247.38468px, -45.35343px, -163.53558px);
    color: #2D6D69;
  }
  .particle:nth-child(23):before {
    animation-delay: 0s, -0.345s;
  }
  
  .particle:nth-child(24) {
    transform: translate3d(70.98632px, 146.57806px, -251.94407px);
    color: #042E2B;
  }
  .particle:nth-child(24):before {
    animation-delay: 0s, -0.36s;
  }
  
  .particle:nth-child(25) {
    transform: translate3d(206.85524px, 215.29061px, 29.3405px);
    color: #17B4A7;
  }
  .particle:nth-child(25):before {
    animation-delay: 0s, -0.375s;
  }
  
  .particle:nth-child(26) {
    transform: translate3d(35.06801px, -137.0076px, -264.57353px);
    color: #126660;
  }
  .particle:nth-child(26):before {
    animation-delay: 0s, -0.39s;
  }
  
  .particle:nth-child(27) {
    transform: translate3d(-18.61604px, -118.94169px, -274.78413px);
    color: #38C1B6;
  }
  .particle:nth-child(27):before {
    animation-delay: 0s, -0.405s;
  }
  
  .particle:nth-child(28) {
    transform: translate3d(275.16457px, 113.20744px, 38.32146px);
    color: #38C1B6;
  }
  .particle:nth-child(28):before {
    animation-delay: 0s, -0.42s;
  }
  
  .particle:nth-child(29) {
    transform: translate3d(-298.08328px, -26.33096px, 21.28467px);
    color: #17B4A7;
  }
  .particle:nth-child(29):before {
    animation-delay: 0s, -0.435s;
  }
  
  .particle:nth-child(30) {
    transform: translate3d(252.36386px, 110.22376px, -119.00926px);
    color: #38C1B6;
  }
  .particle:nth-child(30):before {
    animation-delay: 0s, -0.45s;
  }
  
  .particle:nth-child(31) {
    transform: translate3d(-150.15692px, 142.5889px, 217.07442px);
    color: #126660;
  }
  .particle:nth-child(31):before {
    animation-delay: 0s, -0.465s;
  }
  
  .particle:nth-child(32) {
    transform: translate3d(-168.15551px, 248.41033px, -4.00391px);
    color: #042E2B;
  }
  .particle:nth-child(32):before {
    animation-delay: 0s, -0.48s;
  }
  
  .particle:nth-child(33) {
    transform: translate3d(-3.37172px, 260.59726px, 148.58566px);
    color: #042E2B;
  }
  .particle:nth-child(33):before {
    animation-delay: 0s, -0.495s;
  }
  
  .particle:nth-child(34) {
    transform: translate3d(154.30391px, -206.94728px, -152.85001px);
    color: #126660;
  }
  .particle:nth-child(34):before {
    animation-delay: 0s, -0.51s;
  }
  
  .particle:nth-child(35) {
    transform: translate3d(-82.50676px, -89.30697px, -274.257px);
    color: #2D6D69;
  }
  .particle:nth-child(35):before {
    animation-delay: 0s, -0.525s;
  }
  
  .particle:nth-child(36) {
    transform: translate3d(-288.13427px, 34.50979px, -76.07705px);
    color: #2D6D69;
  }
  .particle:nth-child(36):before {
    animation-delay: 0s, -0.54s;
  }
  
  .particle:nth-child(37) {
    transform: translate3d(-88.46603px, -102.60356px, 267.66821px);
    color: #17B4A7;
  }
  .particle:nth-child(37):before {
    animation-delay: 0s, -0.555s;
  }
  
  .particle:nth-child(38) {
    transform: translate3d(-293.98233px, -35.66581px, 47.9827px);
    color: #2D6D69;
  }
  .particle:nth-child(38):before {
    animation-delay: 0s, -0.57s;
  }
  
  .particle:nth-child(39) {
    transform: translate3d(-276.23486px, 59.11853px, 100.9916px);
    color: #38C1B6;
  }
  .particle:nth-child(39):before {
    animation-delay: 0s, -0.585s;
  }
  
  .particle:nth-child(40) {
    transform: translate3d(104.1285px, 128.03382px, -250.52863px);
    color: #2D6D69;
  }
  .particle:nth-child(40):before {
    animation-delay: 0s, -0.6s;
  }
  
  .particle:nth-child(41) {
    transform: translate3d(-63.84848px, -289.2236px, 47.67684px);
    color: #042E2B;
  }
  .particle:nth-child(41):before {
    animation-delay: 0s, -0.615s;
  }
  
  .particle:nth-child(42) {
    transform: translate3d(-44.37223px, 292.48948px, 49.80975px);
    color: #042E2B;
  }
  .particle:nth-child(42):before {
    animation-delay: 0s, -0.63s;
  }
  
  .particle:nth-child(43) {
    transform: translate3d(284.89294px, -43.20991px, 83.48005px);
    color: #17B4A7;
  }
  .particle:nth-child(43):before {
    animation-delay: 0s, -0.645s;
  }
  
  .particle:nth-child(44) {
    transform: translate3d(0.32122px, -18.13613px, 299.45113px);
    color: #126660;
  }
  .particle:nth-child(44):before {
    animation-delay: 0s, -0.66s;
  }
  
  .particle:nth-child(45) {
    transform: translate3d(35.00746px, -216.97211px, 204.19986px);
    color: #17B4A7;
  }
  .particle:nth-child(45):before {
    animation-delay: 0s, -0.675s;
  }
  
  .particle:nth-child(46) {
    transform: translate3d(-156.18521px, 176.65755px, -185.46777px);
    color: #17B4A7;
  }
  .particle:nth-child(46):before {
    animation-delay: 0s, -0.69s;
  }
  
  .particle:nth-child(47) {
    transform: translate3d(227.21783px, 190.43718px, 45.88834px);
    color: #2D6D69;
  }
  .particle:nth-child(47):before {
    animation-delay: 0s, -0.705s;
  }
  
  .particle:nth-child(48) {
    transform: translate3d(80.9629px, 143.11029px, 250.92719px);
    color: #17B4A7;
  }
  .particle:nth-child(48):before {
    animation-delay: 0s, -0.72s;
  }
  
  .particle:nth-child(49) {
    transform: translate3d(2.27779px, 223.25754px, -200.37685px);
    color: #042E2B;
  }
  .particle:nth-child(49):before {
    animation-delay: 0s, -0.735s;
  }
  
  .particle:nth-child(50) {
    transform: translate3d(91.22586px, -102.86137px, -266.64092px);
    color: #042E2B;
  }
  .particle:nth-child(50):before {
    animation-delay: 0s, -0.75s;
  }
  
  .particle:nth-child(51) {
    transform: translate3d(-280.04171px, 82.36431px, 69.22978px);
    color: #38C1B6;
  }
  .particle:nth-child(51):before {
    animation-delay: 0s, -0.765s;
  }
  
  .particle:nth-child(52) {
    transform: translate3d(273.83015px, 66.71589px, 102.79124px);
    color: #042E2B;
  }
  .particle:nth-child(52):before {
    animation-delay: 0s, -0.78s;
  }
  
  .particle:nth-child(53) {
    transform: translate3d(-261.44785px, -143.15106px, -33.95282px);
    color: #17B4A7;
  }
  .particle:nth-child(53):before {
    animation-delay: 0s, -0.795s;
  }
  
  .particle:nth-child(54) {
    transform: translate3d(-146.98255px, 158.60041px, -207.94721px);
    color: #17B4A7;
  }
  .particle:nth-child(54):before {
    animation-delay: 0s, -0.81s;
  }
  
  .particle:nth-child(55) {
    transform: translate3d(-89.39155px, -235.60012px, 162.79353px);
    color: #042E2B;
  }
  .particle:nth-child(55):before {
    animation-delay: 0s, -0.825s;
  }
  
  .particle:nth-child(56) {
    transform: translate3d(-119.05915px, -274.64311px, 19.90181px);
    color: #126660;
  }
  .particle:nth-child(56):before {
    animation-delay: 0s, -0.84s;
  }
  
  .particle:nth-child(57) {
    transform: translate3d(-75.43447px, -144.60322px, -251.79267px);
    color: #2D6D69;
  }
  .particle:nth-child(57):before {
    animation-delay: 0s, -0.855s;
  }
  
  .particle:nth-child(58) {
    transform: translate3d(-58.28328px, -229.29388px, 184.46511px);
    color: #2D6D69;
  }
  .particle:nth-child(58):before {
    animation-delay: 0s, -0.87s;
  }
  
  .particle:nth-child(59) {
    transform: translate3d(292.92825px, 64.60535px, 4.3804px);
    color: #042E2B;
  }
  .particle:nth-child(59):before {
    animation-delay: 0s, -0.885s;
  }
  
  .particle:nth-child(60) {
    transform: translate3d(-125.36395px, -103.7321px, -252.03875px);
    color: #38C1B6;
  }
  .particle:nth-child(60):before {
    animation-delay: 0s, -0.9s;
  }
  
  .particle:nth-child(61) {
    transform: translate3d(-65.49398px, 132.96862px, 260.82539px);
    color: #38C1B6;
  }
  .particle:nth-child(61):before {
    animation-delay: 0s, -0.915s;
  }
  
  .particle:nth-child(62) {
    transform: translate3d(-135.38863px, -89.27669px, 252.38778px);
    color: #38C1B6;
  }
  .particle:nth-child(62):before {
    animation-delay: 0s, -0.93s;
  }
  
  .particle:nth-child(63) {
    transform: translate3d(296.73959px, -39.01002px, 20.5873px);
    color: #126660;
  }
  .particle:nth-child(63):before {
    animation-delay: 0s, -0.945s;
  }
  
  .particle:nth-child(64) {
    transform: translate3d(-168.29805px, 164.74527px, -185.83531px);
    color: #042E2B;
  }
  .particle:nth-child(64):before {
    animation-delay: 0s, -0.96s;
  }
  
  .particle:nth-child(65) {
    transform: translate3d(-200.0694px, -222.60147px, -20.5139px);
    color: #2D6D69;
  }
  .particle:nth-child(65):before {
    animation-delay: 0s, -0.975s;
  }
  
  .particle:nth-child(66) {
    transform: translate3d(216.1464px, 178.27403px, 107.23388px);
    color: #38C1B6;
  }
  .particle:nth-child(66):before {
    animation-delay: 0s, -0.99s;
  }
  
  .particle:nth-child(67) {
    transform: translate3d(163.66636px, -245.45967px, -54.43227px);
    color: #2D6D69;
  }
  .particle:nth-child(67):before {
    animation-delay: 0s, -1.005s;
  }
  
  .particle:nth-child(68) {
    transform: translate3d(-258.06538px, -152.92679px, -3.95662px);
    color: #38C1B6;
  }
  .particle:nth-child(68):before {
    animation-delay: 0s, -1.02s;
  }
  
  .particle:nth-child(69) {
    transform: translate3d(-222.67034px, 72.07898px, 187.6767px);
    color: #38C1B6;
  }
  .particle:nth-child(69):before {
    animation-delay: 0s, -1.035s;
  }
  
  .particle:nth-child(70) {
    transform: translate3d(-19.00521px, 178.5229px, 240.35053px);
    color: #2D6D69;
  }
  .particle:nth-child(70):before {
    animation-delay: 0s, -1.05s;
  }
  
  .particle:nth-child(71) {
    transform: translate3d(-62.1503px, -269.93981px, -115.19478px);
    color: #17B4A7;
  }
  .particle:nth-child(71):before {
    animation-delay: 0s, -1.065s;
  }
  
  .particle:nth-child(72) {
    transform: translate3d(-278.79731px, -75.66658px, -80.91123px);
    color: #126660;
  }
  .particle:nth-child(72):before {
    animation-delay: 0s, -1.08s;
  }
  
  .particle:nth-child(73) {
    transform: translate3d(-259.37242px, -127.49299px, 80.44553px);
    color: #042E2B;
  }
  .particle:nth-child(73):before {
    animation-delay: 0s, -1.095s;
  }
  
  .particle:nth-child(74) {
    transform: translate3d(290.81494px, 58.70822px, 44.4974px);
    color: #2D6D69;
  }
  .particle:nth-child(74):before {
    animation-delay: 0s, -1.11s;
  }
  
  .particle:nth-child(75) {
    transform: translate3d(-213.93851px, 42.00207px, -206.07314px);
    color: #126660;
  }
  .particle:nth-child(75):before {
    animation-delay: 0s, -1.125s;
  }
  
  .particle:nth-child(76) {
    transform: translate3d(33.97275px, -268.64928px, -129.12558px);
    color: #042E2B;
  }
  .particle:nth-child(76):before {
    animation-delay: 0s, -1.14s;
  }
  
  .particle:nth-child(77) {
    transform: translate3d(46.39648px, -234.08675px, 181.79868px);
    color: #126660;
  }
  .particle:nth-child(77):before {
    animation-delay: 0s, -1.155s;
  }
  
  .particle:nth-child(78) {
    transform: translate3d(-173.49135px, 224.46341px, 97.55474px);
    color: #042E2B;
  }
  .particle:nth-child(78):before {
    animation-delay: 0s, -1.17s;
  }
  
  .particle:nth-child(79) {
    transform: translate3d(263.00113px, 20.48054px, 142.86691px);
    color: #2D6D69;
  }
  .particle:nth-child(79):before {
    animation-delay: 0s, -1.185s;
  }
  
  .particle:nth-child(80) {
    transform: translate3d(183.2964px, 203.74615px, -122.02432px);
    color: #17B4A7;
  }
  .particle:nth-child(80):before {
    animation-delay: 0s, -1.2s;
  }
  
  .particle:nth-child(81) {
    transform: translate3d(186.23164px, 31.0408px, 233.13997px);
    color: #38C1B6;
  }
  .particle:nth-child(81):before {
    animation-delay: 0s, -1.215s;
  }
  
  .particle:nth-child(82) {
    transform: translate3d(256.10011px, 153.37732px, 29.80157px);
    color: #126660;
  }
  .particle:nth-child(82):before {
    animation-delay: 0s, -1.23s;
  }
  
  .particle:nth-child(83) {
    transform: translate3d(110.2091px, -263.51355px, 91.73093px);
    color: #042E2B;
  }
  .particle:nth-child(83):before {
    animation-delay: 0s, -1.245s;
  }
  
  .particle:nth-child(84) {
    transform: translate3d(98.30142px, 166.81001px, -229.15334px);
    color: #042E2B;
  }
  .particle:nth-child(84):before {
    animation-delay: 0s, -1.26s;
  }
  
  .particle:nth-child(85) {
    transform: translate3d(-284.83952px, 2.08092px, -94.13882px);
    color: #38C1B6;
  }
  .particle:nth-child(85):before {
    animation-delay: 0s, -1.275s;
  }
  
  .particle:nth-child(86) {
    transform: translate3d(-248.89048px, 94.33437px, -138.39999px);
    color: #2D6D69;
  }
  .particle:nth-child(86):before {
    animation-delay: 0s, -1.29s;
  }
  
  .particle:nth-child(87) {
    transform: translate3d(192.18786px, -102.72101px, 206.18492px);
    color: #17B4A7;
  }
  .particle:nth-child(87):before {
    animation-delay: 0s, -1.305s;
  }
  
  .particle:nth-child(88) {
    transform: translate3d(297.70826px, 7.08633px, -36.32593px);
    color: #17B4A7;
  }
  .particle:nth-child(88):before {
    animation-delay: 0s, -1.32s;
  }
  
  .particle:nth-child(89) {
    transform: translate3d(222.14751px, -198.50149px, -35.32196px);
    color: #042E2B;
  }
  .particle:nth-child(89):before {
    animation-delay: 0s, -1.335s;
  }
  
  .particle:nth-child(90) {
    transform: translate3d(193.9795px, -193.59053px, 122.04367px);
    color: #38C1B6;
  }
  .particle:nth-child(90):before {
    animation-delay: 0s, -1.35s;
  }
  
  .particle:nth-child(91) {
    transform: translate3d(-225.04194px, -197.57573px, -17.88736px);
    color: #38C1B6;
  }
  .particle:nth-child(91):before {
    animation-delay: 0s, -1.365s;
  }
  
  .particle:nth-child(92) {
    transform: translate3d(8.73065px, 298.75702px, -25.84605px);
    color: #17B4A7;
  }
  .particle:nth-child(92):before {
    animation-delay: 0s, -1.38s;
  }
  
  .particle:nth-child(93) {
    transform: translate3d(71.55211px, 240.05053px, 165.09402px);
    color: #38C1B6;
  }
  .particle:nth-child(93):before {
    animation-delay: 0s, -1.395s;
  }
  
  .particle:nth-child(94) {
    transform: translate3d(-286.5973px, 32.85172px, -82.35748px);
    color: #126660;
  }
  .particle:nth-child(94):before {
    animation-delay: 0s, -1.41s;
  }
  
  .particle:nth-child(95) {
    transform: translate3d(-238.86216px, 120.76704px, -135.49978px);
    color: #126660;
  }
  .particle:nth-child(95):before {
    animation-delay: 0s, -1.425s;
  }
  
  .particle:nth-child(96) {
    transform: translate3d(-49.28116px, -264.64542px, 132.41666px);
    color: #2D6D69;
  }
  .particle:nth-child(96):before {
    animation-delay: 0s, -1.44s;
  }
  
  .particle:nth-child(97) {
    transform: translate3d(10.17789px, 150.75126px, 259.17266px);
    color: #17B4A7;
  }
  .particle:nth-child(97):before {
    animation-delay: 0s, -1.455s;
  }
  
  .particle:nth-child(98) {
    transform: translate3d(51.6852px, 245.6492px, 164.27145px);
    color: #38C1B6;
  }
  .particle:nth-child(98):before {
    animation-delay: 0s, -1.47s;
  }
  
  .particle:nth-child(99) {
    transform: translate3d(-134.35747px, 157.52908px, 217.10058px);
    color: #126660;
  }
  .particle:nth-child(99):before {
    animation-delay: 0s, -1.485s;
  }
  
  .particle:nth-child(100) {
    transform: translate3d(297.20274px, -37.82257px, -15.49145px);
    color: #17B4A7;
  }
  .particle:nth-child(100):before {
    animation-delay: 0s, -1.5s;
  }
  
  .particle:nth-child(101) {
    transform: translate3d(-0.55344px, -147.21352px, -261.39601px);
    color: #126660;
  }
  .particle:nth-child(101):before {
    animation-delay: 0s, -1.515s;
  }
  
  .particle:nth-child(102) {
    transform: translate3d(-187.68439px, -89.02397px, 216.447px);
    color: #38C1B6;
  }
  .particle:nth-child(102):before {
    animation-delay: 0s, -1.53s;
  }
  
  .particle:nth-child(103) {
    transform: translate3d(205.32707px, -112.16772px, 187.77433px);
    color: #126660;
  }
  .particle:nth-child(103):before {
    animation-delay: 0s, -1.545s;
  }
  
  .particle:nth-child(104) {
    transform: translate3d(164.69822px, -94.07064px, -232.43324px);
    color: #042E2B;
  }
  .particle:nth-child(104):before {
    animation-delay: 0s, -1.56s;
  }
  
  .particle:nth-child(105) {
    transform: translate3d(286.08459px, -87.82921px, 21.01511px);
    color: #126660;
  }
  .particle:nth-child(105):before {
    animation-delay: 0s, -1.575s;
  }
  
  .particle:nth-child(106) {
    transform: translate3d(142.6121px, -210.0183px, 159.8565px);
    color: #17B4A7;
  }
  .particle:nth-child(106):before {
    animation-delay: 0s, -1.59s;
  }
  
  .particle:nth-child(107) {
    transform: translate3d(42.83841px, -21.27333px, -296.16265px);
    color: #38C1B6;
  }
  .particle:nth-child(107):before {
    animation-delay: 0s, -1.605s;
  }
  
  .particle:nth-child(108) {
    transform: translate3d(-36.7357px, -284.96927px, 86.27284px);
    color: #126660;
  }
  .particle:nth-child(108):before {
    animation-delay: 0s, -1.62s;
  }
  
  .particle:nth-child(109) {
    transform: translate3d(4.45686px, 290.82692px, -73.48358px);
    color: #042E2B;
  }
  .particle:nth-child(109):before {
    animation-delay: 0s, -1.635s;
  }
  
  .particle:nth-child(110) {
    transform: translate3d(37.30475px, 23.18164px, -296.76753px);
    color: #17B4A7;
  }
  .particle:nth-child(110):before {
    animation-delay: 0s, -1.65s;
  }
  
  .particle:nth-child(111) {
    transform: translate3d(68.61983px, 232.74914px, 176.40623px);
    color: #126660;
  }
  .particle:nth-child(111):before {
    animation-delay: 0s, -1.665s;
  }
  
  .particle:nth-child(112) {
    transform: translate3d(-297.73187px, 20.08541px, 30.85949px);
    color: #126660;
  }
  .particle:nth-child(112):before {
    animation-delay: 0s, -1.68s;
  }
  
  .particle:nth-child(113) {
    transform: translate3d(-90.91105px, 54.34616px, -280.68074px);
    color: #17B4A7;
  }
  .particle:nth-child(113):before {
    animation-delay: 0s, -1.695s;
  }
  
  .particle:nth-child(114) {
    transform: translate3d(-74.34542px, 271.75836px, 103.05412px);
    color: #17B4A7;
  }
  .particle:nth-child(114):before {
    animation-delay: 0s, -1.71s;
  }
  
  .particle:nth-child(115) {
    transform: translate3d(163.66492px, 144.17123px, -205.98167px);
    color: #042E2B;
  }
  .particle:nth-child(115):before {
    animation-delay: 0s, -1.725s;
  }
  
  .particle:nth-child(116) {
    transform: translate3d(-28.49058px, -38.59671px, 296.13946px);
    color: #38C1B6;
  }
  .particle:nth-child(116):before {
    animation-delay: 0s, -1.74s;
  }
  
  .particle:nth-child(117) {
    transform: translate3d(138.1981px, -225.24111px, -142.01313px);
    color: #042E2B;
  }
  .particle:nth-child(117):before {
    animation-delay: 0s, -1.755s;
  }
  
  .particle:nth-child(118) {
    transform: translate3d(-170.94003px, 94.95388px, -227.51542px);
    color: #38C1B6;
  }
  .particle:nth-child(118):before {
    animation-delay: 0s, -1.77s;
  }
  
  .particle:nth-child(119) {
    transform: translate3d(-194.0992px, -85.60325px, 212.12633px);
    color: #38C1B6;
  }
  .particle:nth-child(119):before {
    animation-delay: 0s, -1.785s;
  }
  
  .particle:nth-child(120) {
    transform: translate3d(-281.79796px, 100.41361px, 22.51708px);
    color: #042E2B;
  }
  .particle:nth-child(120):before {
    animation-delay: 0s, -1.8s;
  }
  
  .particle:nth-child(121) {
    transform: translate3d(212.87379px, -210.95312px, -13.54734px);
    color: #042E2B;
  }
  .particle:nth-child(121):before {
    animation-delay: 0s, -1.815s;
  }
  
  .particle:nth-child(122) {
    transform: translate3d(288.68895px, 30.80793px, -75.56166px);
    color: #17B4A7;
  }
  .particle:nth-child(122):before {
    animation-delay: 0s, -1.83s;
  }
  
  .particle:nth-child(123) {
    transform: translate3d(-236.9159px, -110.76368px, -146.97708px);
    color: #2D6D69;
  }
  .particle:nth-child(123):before {
    animation-delay: 0s, -1.845s;
  }
  
  .particle:nth-child(124) {
    transform: translate3d(233.7659px, -144.29515px, -120.55047px);
    color: #38C1B6;
  }
  .particle:nth-child(124):before {
    animation-delay: 0s, -1.86s;
  }
  
  .particle:nth-child(125) {
    transform: translate3d(-201.80134px, -58.88066px, -214.03104px);
    color: #126660;
  }
  .particle:nth-child(125):before {
    animation-delay: 0s, -1.875s;
  }
  
  .particle:nth-child(126) {
    transform: translate3d(183.60542px, 226.7932px, 69.6699px);
    color: #126660;
  }
  .particle:nth-child(126):before {
    animation-delay: 0s, -1.89s;
  }
  
  .particle:nth-child(127) {
    transform: translate3d(180.08117px, 49.17234px, 234.84645px);
    color: #17B4A7;
  }
  .particle:nth-child(127):before {
    animation-delay: 0s, -1.905s;
  }
  
  .particle:nth-child(128) {
    transform: translate3d(-194.87537px, 190.40521px, -125.57646px);
    color: #126660;
  }
  .particle:nth-child(128):before {
    animation-delay: 0s, -1.92s;
  }
  
  .particle:nth-child(129) {
    transform: translate3d(-95.28162px, -180.41142px, 219.93893px);
    color: #042E2B;
  }
  .particle:nth-child(129):before {
    animation-delay: 0s, -1.935s;
  }
  
  .particle:nth-child(130) {
    transform: translate3d(-39.22688px, 271.66233px, -121.08191px);
    color: #2D6D69;
  }
  .particle:nth-child(130):before {
    animation-delay: 0s, -1.95s;
  }
  
  .particle:nth-child(131) {
    transform: translate3d(206.09334px, -71.76957px, -205.85107px);
    color: #17B4A7;
  }
  .particle:nth-child(131):before {
    animation-delay: 0s, -1.965s;
  }
  
  .particle:nth-child(132) {
    transform: translate3d(83.53199px, 211.64619px, 195.52058px);
    color: #2D6D69;
  }
  .particle:nth-child(132):before {
    animation-delay: 0s, -1.98s;
  }
  
  .particle:nth-child(133) {
    transform: translate3d(60.20868px, 107.79383px, -273.41435px);
    color: #042E2B;
  }
  .particle:nth-child(133):before {
    animation-delay: 0s, -1.995s;
  }
  
  .particle:nth-child(134) {
    transform: translate3d(-232.74365px, 119.36938px, -146.90591px);
    color: #126660;
  }
  .particle:nth-child(134):before {
    animation-delay: 0s, -2.01s;
  }
  
  .particle:nth-child(135) {
    transform: translate3d(133.02994px, -154.97971px, 219.73694px);
    color: #17B4A7;
  }
  .particle:nth-child(135):before {
    animation-delay: 0s, -2.025s;
  }
  
  .particle:nth-child(136) {
    transform: translate3d(18.93779px, -299.38021px, 3.58485px);
    color: #17B4A7;
  }
  .particle:nth-child(136):before {
    animation-delay: 0s, -2.04s;
  }
  
  .particle:nth-child(137) {
    transform: translate3d(-257.19092px, 90.18862px, 125.37481px);
    color: #042E2B;
  }
  .particle:nth-child(137):before {
    animation-delay: 0s, -2.055s;
  }
  
  .particle:nth-child(138) {
    transform: translate3d(-109.19599px, 10.13985px, -279.23721px);
    color: #042E2B;
  }
  .particle:nth-child(138):before {
    animation-delay: 0s, -2.07s;
  }
  
  .particle:nth-child(139) {
    transform: translate3d(9.37039px, 297.94404px, -33.78672px);
    color: #042E2B;
  }
  .particle:nth-child(139):before {
    animation-delay: 0s, -2.085s;
  }
  
  .particle:nth-child(140) {
    transform: translate3d(99.64144px, -230.48878px, -164.15392px);
    color: #38C1B6;
  }
  .particle:nth-child(140):before {
    animation-delay: 0s, -2.1s;
  }
  
  .particle:nth-child(141) {
    transform: translate3d(214.31692px, -198.49882px, 68.31162px);
    color: #042E2B;
  }
  .particle:nth-child(141):before {
    animation-delay: 0s, -2.115s;
  }
  
  .particle:nth-child(142) {
    transform: translate3d(-150.48244px, -259.32574px, -10.25651px);
    color: #38C1B6;
  }
  .particle:nth-child(142):before {
    animation-delay: 0s, -2.13s;
  }
  
  .particle:nth-child(143) {
    transform: translate3d(-100.13247px, -51.19026px, 278.12416px);
    color: #2D6D69;
  }
  .particle:nth-child(143):before {
    animation-delay: 0s, -2.145s;
  }
  
  .particle:nth-child(144) {
    transform: translate3d(219.94507px, -150.96259px, 137.2387px);
    color: #17B4A7;
  }
  .particle:nth-child(144):before {
    animation-delay: 0s, -2.16s;
  }
  
  .particle:nth-child(145) {
    transform: translate3d(145.12497px, 175.67017px, 195.13773px);
    color: #2D6D69;
  }
  .particle:nth-child(145):before {
    animation-delay: 0s, -2.175s;
  }
  
  .particle:nth-child(146) {
    transform: translate3d(-11.21476px, -29.85509px, -298.30002px);
    color: #126660;
  }
  .particle:nth-child(146):before {
    animation-delay: 0s, -2.19s;
  }
  
  .particle:nth-child(147) {
    transform: translate3d(-158.38431px, -198.1752px, -160.12807px);
    color: #2D6D69;
  }
  .particle:nth-child(147):before {
    animation-delay: 0s, -2.205s;
  }
  
  .particle:nth-child(148) {
    transform: translate3d(-8.73166px, 248.2753px, -168.1759px);
    color: #38C1B6;
  }
  .particle:nth-child(148):before {
    animation-delay: 0s, -2.22s;
  }
  
  .particle:nth-child(149) {
    transform: translate3d(-63.29779px, 57.39826px, -287.57404px);
    color: #042E2B;
  }
  .particle:nth-child(149):before {
    animation-delay: 0s, -2.235s;
  }
  
  .particle:nth-child(150) {
    transform: translate3d(183.05254px, -101.06945px, -215.12028px);
    color: #042E2B;
  }
  .particle:nth-child(150):before {
    animation-delay: 0s, -2.25s;
  }
  
  .particle:nth-child(151) {
    transform: translate3d(114.01121px, 220.14574px, -168.92985px);
    color: #17B4A7;
  }
  .particle:nth-child(151):before {
    animation-delay: 0s, -2.265s;
  }
  
  .particle:nth-child(152) {
    transform: translate3d(68.08194px, 94.6187px, -276.42748px);
    color: #042E2B;
  }
  .particle:nth-child(152):before {
    animation-delay: 0s, -2.28s;
  }
  
  .particle:nth-child(153) {
    transform: translate3d(-16.63052px, -134.50509px, 267.64119px);
    color: #38C1B6;
  }
  .particle:nth-child(153):before {
    animation-delay: 0s, -2.295s;
  }
  
  .particle:nth-child(154) {
    transform: translate3d(-35.71907px, -33.10343px, 296.02079px);
    color: #126660;
  }
  .particle:nth-child(154):before {
    animation-delay: 0s, -2.31s;
  }
  
  .particle:nth-child(155) {
    transform: translate3d(-133.03568px, 267.61421px, -26.15618px);
    color: #042E2B;
  }
  .particle:nth-child(155):before {
    animation-delay: 0s, -2.325s;
  }
  
  .particle:nth-child(156) {
    transform: translate3d(-101.192px, -215.59087px, 182.43014px);
    color: #2D6D69;
  }
  .particle:nth-child(156):before {
    animation-delay: 0s, -2.34s;
  }
  
  .particle:nth-child(157) {
    transform: translate3d(132.29136px, -75.7384px, 258.38477px);
    color: #2D6D69;
  }
  .particle:nth-child(157):before {
    animation-delay: 0s, -2.355s;
  }
  
  .particle:nth-child(158) {
    transform: translate3d(-286.48062px, -88.16629px, -12.47246px);
    color: #38C1B6;
  }
  .particle:nth-child(158):before {
    animation-delay: 0s, -2.37s;
  }
  
  .particle:nth-child(159) {
    transform: translate3d(71.60006px, -148.05325px, -250.9057px);
    color: #38C1B6;
  }
  .particle:nth-child(159):before {
    animation-delay: 0s, -2.385s;
  }
  
  .particle:nth-child(160) {
    transform: translate3d(-158.91822px, -247.73331px, -58.07932px);
    color: #042E2B;
  }
  .particle:nth-child(160):before {
    animation-delay: 0s, -2.4s;
  }
  
  .particle:nth-child(161) {
    transform: translate3d(-272.82846px, 120.26093px, 33.19549px);
    color: #2D6D69;
  }
  .particle:nth-child(161):before {
    animation-delay: 0s, -2.415s;
  }
  
  .particle:nth-child(162) {
    transform: translate3d(292.11083px, -31.11229px, -60.85464px);
    color: #2D6D69;
  }
  .particle:nth-child(162):before {
    animation-delay: 0s, -2.43s;
  }
  
  .particle:nth-child(163) {
    transform: translate3d(-61.01722px, -78.18237px, -283.13321px);
    color: #38C1B6;
  }
  .particle:nth-child(163):before {
    animation-delay: 0s, -2.445s;
  }
  
  .particle:nth-child(164) {
    transform: translate3d(118.79963px, -274.52322px, -22.88339px);
    color: #042E2B;
  }
  .particle:nth-child(164):before {
    animation-delay: 0s, -2.46s;
  }
  
  .particle:nth-child(165) {
    transform: translate3d(187.48246px, 233.50665px, 18.02691px);
    color: #38C1B6;
  }
  .particle:nth-child(165):before {
    animation-delay: 0s, -2.475s;
  }
  
  .particle:nth-child(166) {
    transform: translate3d(-88.65579px, 44.05387px, -283.195px);
    color: #38C1B6;
  }
  .particle:nth-child(166):before {
    animation-delay: 0s, -2.49s;
  }
  
  .particle:nth-child(167) {
    transform: translate3d(-230.78716px, 143.0636px, -127.55427px);
    color: #2D6D69;
  }
  .particle:nth-child(167):before {
    animation-delay: 0s, -2.505s;
  }
  
  .particle:nth-child(168) {
    transform: translate3d(-140.50524px, -124.25741px, -234.13324px);
    color: #126660;
  }
  .particle:nth-child(168):before {
    animation-delay: 0s, -2.52s;
  }
  
  .particle:nth-child(169) {
    transform: translate3d(-267.02352px, -25.74807px, -134.29623px);
    color: #126660;
  }
  .particle:nth-child(169):before {
    animation-delay: 0s, -2.535s;
  }
  
  .particle:nth-child(170) {
    transform: translate3d(-175.10394px, -239.17013px, -46.21971px);
    color: #38C1B6;
  }
  .particle:nth-child(170):before {
    animation-delay: 0s, -2.55s;
  }
  
  .particle:nth-child(171) {
    transform: translate3d(148.57672px, 225.70183px, -130.32131px);
    color: #17B4A7;
  }
  .particle:nth-child(171):before {
    animation-delay: 0s, -2.565s;
  }
  
  .particle:nth-child(172) {
    transform: translate3d(-264.89518px, 94.68576px, -104.23603px);
    color: #126660;
  }
  .particle:nth-child(172):before {
    animation-delay: 0s, -2.58s;
  }
  
  .particle:nth-child(173) {
    transform: translate3d(-259.85258px, -134.47663px, 66.27723px);
    color: #2D6D69;
  }
  .particle:nth-child(173):before {
    animation-delay: 0s, -2.595s;
  }
  
  .particle:nth-child(174) {
    transform: translate3d(274.526px, -111.95674px, -45.83848px);
    color: #126660;
  }
  .particle:nth-child(174):before {
    animation-delay: 0s, -2.61s;
  }
  
  .particle:nth-child(175) {
    transform: translate3d(88.01013px, -195.70076px, 209.6555px);
    color: #17B4A7;
  }
  .particle:nth-child(175):before {
    animation-delay: 0s, -2.625s;
  }
  
  .particle:nth-child(176) {
    transform: translate3d(218.79765px, 199.61241px, 47.77528px);
    color: #042E2B;
  }
  .particle:nth-child(176):before {
    animation-delay: 0s, -2.64s;
  }
  
  .particle:nth-child(177) {
    transform: translate3d(100.67828px, 212.50665px, 186.29226px);
    color: #17B4A7;
  }
  .particle:nth-child(177):before {
    animation-delay: 0s, -2.655s;
  }
  
  .particle:nth-child(178) {
    transform: translate3d(-8.7266px, -275.96779px, -117.327px);
    color: #17B4A7;
  }
  .particle:nth-child(178):before {
    animation-delay: 0s, -2.67s;
  }
  
  .particle:nth-child(179) {
    transform: translate3d(-51.17337px, 280.86867px, -92.1633px);
    color: #042E2B;
  }
  .particle:nth-child(179):before {
    animation-delay: 0s, -2.685s;
  }
  
  .particle:nth-child(180) {
    transform: translate3d(131.01618px, 66.55886px, -261.54288px);
    color: #042E2B;
  }
  .particle:nth-child(180):before {
    animation-delay: 0s, -2.7s;
  }
  
  .particle:nth-child(181) {
    transform: translate3d(234.77977px, 10.28129px, -186.47454px);
    color: #17B4A7;
  }
  .particle:nth-child(181):before {
    animation-delay: 0s, -2.715s;
  }
  
  .particle:nth-child(182) {
    transform: translate3d(249.44455px, -133.34243px, 99.98606px);
    color: #17B4A7;
  }
  .particle:nth-child(182):before {
    animation-delay: 0s, -2.73s;
  }
  
  .particle:nth-child(183) {
    transform: translate3d(295.44915px, 51.42581px, 8.07363px);
    color: #2D6D69;
  }
  .particle:nth-child(183):before {
    animation-delay: 0s, -2.745s;
  }
  
  .particle:nth-child(184) {
    transform: translate3d(284.05753px, 77.95733px, 56.86806px);
    color: #042E2B;
  }
  .particle:nth-child(184):before {
    animation-delay: 0s, -2.76s;
  }
  
  .particle:nth-child(185) {
    transform: translate3d(89.09426px, -281.52416px, 52.97512px);
    color: #17B4A7;
  }
  .particle:nth-child(185):before {
    animation-delay: 0s, -2.775s;
  }
  
  .particle:nth-child(186) {
    transform: translate3d(-238.97797px, 161.22692px, -83.0386px);
    color: #126660;
  }
  .particle:nth-child(186):before {
    animation-delay: 0s, -2.79s;
  }
  
  .particle:nth-child(187) {
    transform: translate3d(287.00001px, -25.679px, 83.49602px);
    color: #042E2B;
  }
  .particle:nth-child(187):before {
    animation-delay: 0s, -2.805s;
  }
  
  .particle:nth-child(188) {
    transform: translate3d(-149.2475px, 81.19621px, 247.24959px);
    color: #38C1B6;
  }
  .particle:nth-child(188):before {
    animation-delay: 0s, -2.82s;
  }
  
  .particle:nth-child(189) {
    transform: translate3d(-197.06718px, -151.22754px, 168.21045px);
    color: #17B4A7;
  }
  .particle:nth-child(189):before {
    animation-delay: 0s, -2.835s;
  }
  
  .particle:nth-child(190) {
    transform: translate3d(-70.10693px, 283.08407px, 70.34506px);
    color: #042E2B;
  }
  .particle:nth-child(190):before {
    animation-delay: 0s, -2.85s;
  }
  
  .particle:nth-child(191) {
    transform: translate3d(-21.7925px, -11.75552px, 298.97641px);
    color: #17B4A7;
  }
  .particle:nth-child(191):before {
    animation-delay: 0s, -2.865s;
  }
  
  .particle:nth-child(192) {
    transform: translate3d(-195.13352px, 115.76027px, 196.27141px);
    color: #126660;
  }
  .particle:nth-child(192):before {
    animation-delay: 0s, -2.88s;
  }
  
  .particle:nth-child(193) {
    transform: translate3d(-184.36656px, -188.09212px, -143.6326px);
    color: #042E2B;
  }
  .particle:nth-child(193):before {
    animation-delay: 0s, -2.895s;
  }
  
  .particle:nth-child(194) {
    transform: translate3d(251.18238px, -71.12591px, -147.81245px);
    color: #17B4A7;
  }
  .particle:nth-child(194):before {
    animation-delay: 0s, -2.91s;
  }
  
  .particle:nth-child(195) {
    transform: translate3d(-225.56243px, -187.56563px, -62.77517px);
    color: #2D6D69;
  }
  .particle:nth-child(195):before {
    animation-delay: 0s, -2.925s;
  }
  
  .particle:nth-child(196) {
    transform: translate3d(-256.13678px, -9.08034px, 155.92145px);
    color: #38C1B6;
  }
  .particle:nth-child(196):before {
    animation-delay: 0s, -2.94s;
  }
  
  .particle:nth-child(197) {
    transform: translate3d(199.51108px, -177.62235px, -136.549px);
    color: #38C1B6;
  }
  .particle:nth-child(197):before {
    animation-delay: 0s, -2.955s;
  }
  
  .particle:nth-child(198) {
    transform: translate3d(-95.38185px, 235.31541px, 159.77784px);
    color: #042E2B;
  }
  .particle:nth-child(198):before {
    animation-delay: 0s, -2.97s;
  }
  
  .particle:nth-child(199) {
    transform: translate3d(-204.08926px, 217.83098px, 29.95391px);
    color: #126660;
  }
  .particle:nth-child(199):before {
    animation-delay: 0s, -2.985s;
  }
  
  .particle:nth-child(200) {
    transform: translate3d(2.84264px, 202.2425px, -221.56238px);
    color: #17B4A7;
  }
  .particle:nth-child(200):before {
    animation-delay: 0s, -3s;
  }
  
  .particle:nth-child(201) {
    transform: translate3d(61.27147px, 160.74194px, 245.78006px);
    color: #17B4A7;
  }
  .particle:nth-child(201):before {
    animation-delay: 0s, -3.015s;
  }
  
  .particle:nth-child(202) {
    transform: translate3d(212.89012px, -88.90923px, 191.76274px);
    color: #38C1B6;
  }
  .particle:nth-child(202):before {
    animation-delay: 0s, -3.03s;
  }
  
  .particle:nth-child(203) {
    transform: translate3d(102.85839px, 46.26897px, -277.99161px);
    color: #38C1B6;
  }
  .particle:nth-child(203):before {
    animation-delay: 0s, -3.045s;
  }
  
  .particle:nth-child(204) {
    transform: translate3d(14.29337px, -120.45151px, -274.38501px);
    color: #2D6D69;
  }
  .particle:nth-child(204):before {
    animation-delay: 0s, -3.06s;
  }
  
  .particle:nth-child(205) {
    transform: translate3d(-262.3087px, 141.89315px, 32.56497px);
    color: #17B4A7;
  }
  .particle:nth-child(205):before {
    animation-delay: 0s, -3.075s;
  }
  
  .particle:nth-child(206) {
    transform: translate3d(100.81568px, -88.57505px, 268.31075px);
    color: #38C1B6;
  }
  .particle:nth-child(206):before {
    animation-delay: 0s, -3.09s;
  }
  
  .particle:nth-child(207) {
    transform: translate3d(-63.87637px, 245.27007px, 160.5067px);
    color: #2D6D69;
  }
  .particle:nth-child(207):before {
    animation-delay: 0s, -3.105s;
  }
  
  .particle:nth-child(208) {
    transform: translate3d(156.08346px, 233.9864px, -104.34711px);
    color: #126660;
  }
  .particle:nth-child(208):before {
    animation-delay: 0s, -3.12s;
  }
  
  .particle:nth-child(209) {
    transform: translate3d(138.19283px, 201.53309px, 174.03206px);
    color: #2D6D69;
  }
  .particle:nth-child(209):before {
    animation-delay: 0s, -3.135s;
  }
  
  .particle:nth-child(210) {
    transform: translate3d(72.60344px, 206.30197px, -205.34906px);
    color: #126660;
  }
  .particle:nth-child(210):before {
    animation-delay: 0s, -3.15s;
  }
  
  .particle:nth-child(211) {
    transform: translate3d(-253.59326px, 137.66826px, 82.08478px);
    color: #38C1B6;
  }
  .particle:nth-child(211):before {
    animation-delay: 0s, -3.165s;
  }
  
  .particle:nth-child(212) {
    transform: translate3d(286.20067px, -77.88822px, -44.97336px);
    color: #17B4A7;
  }
  .particle:nth-child(212):before {
    animation-delay: 0s, -3.18s;
  }
  
  .particle:nth-child(213) {
    transform: translate3d(-45.34733px, 206.2891px, -213.0456px);
    color: #126660;
  }
  .particle:nth-child(213):before {
    animation-delay: 0s, -3.195s;
  }
  
  .particle:nth-child(214) {
    transform: translate3d(219.2574px, 112.73224px, 170.93167px);
    color: #126660;
  }
  .particle:nth-child(214):before {
    animation-delay: 0s, -3.21s;
  }
  
  .particle:nth-child(215) {
    transform: translate3d(-131.13048px, 267.01842px, 38.80669px);
    color: #38C1B6;
  }
  .particle:nth-child(215):before {
    animation-delay: 0s, -3.225s;
  }
  
  .particle:nth-child(216) {
    transform: translate3d(253.71555px, -157.29509px, 29.7771px);
    color: #17B4A7;
  }
  .particle:nth-child(216):before {
    animation-delay: 0s, -3.24s;
  }
  
  .particle:nth-child(217) {
    transform: translate3d(178.43108px, 94.59597px, -221.84218px);
    color: #042E2B;
  }
  .particle:nth-child(217):before {
    animation-delay: 0s, -3.255s;
  }
  
  .particle:nth-child(218) {
    transform: translate3d(110.45561px, -125.17569px, -249.26011px);
    color: #126660;
  }
  .particle:nth-child(218):before {
    animation-delay: 0s, -3.27s;
  }
  
  .particle:nth-child(219) {
    transform: translate3d(-294.73491px, -25.56188px, 49.77874px);
    color: #126660;
  }
  .particle:nth-child(219):before {
    animation-delay: 0s, -3.285s;
  }
  
  .particle:nth-child(220) {
    transform: translate3d(237.9672px, 74.91688px, 166.61053px);
    color: #042E2B;
  }
  .particle:nth-child(220):before {
    animation-delay: 0s, -3.3s;
  }
  
  .particle:nth-child(221) {
    transform: translate3d(174.54964px, -69.97848px, -233.74224px);
    color: #2D6D69;
  }
  .particle:nth-child(221):before {
    animation-delay: 0s, -3.315s;
  }
  
  .particle:nth-child(222) {
    transform: translate3d(268.9647px, 113.29269px, 69.44606px);
    color: #17B4A7;
  }
  .particle:nth-child(222):before {
    animation-delay: 0s, -3.33s;
  }
  
  .particle:nth-child(223) {
    transform: translate3d(16.70084px, -235.23638px, 185.43174px);
    color: #38C1B6;
  }
  .particle:nth-child(223):before {
    animation-delay: 0s, -3.345s;
  }
  
  .particle:nth-child(224) {
    transform: translate3d(153.45857px, -164.82656px, 198.19857px);
    color: #126660;
  }
  .particle:nth-child(224):before {
    animation-delay: 0s, -3.36s;
  }
  
  .particle:nth-child(225) {
    transform: translate3d(203.64581px, -163.24529px, 147.91673px);
    color: #38C1B6;
  }
  .particle:nth-child(225):before {
    animation-delay: 0s, -3.375s;
  }
  
  .particle:nth-child(226) {
    transform: translate3d(79.15821px, -174.66164px, -230.7104px);
    color: #042E2B;
  }
  .particle:nth-child(226):before {
    animation-delay: 0s, -3.39s;
  }
  
  .particle:nth-child(227) {
    transform: translate3d(272.95237px, -104.2216px, 68.07982px);
    color: #126660;
  }
  .particle:nth-child(227):before {
    animation-delay: 0s, -3.405s;
  }
  
  .particle:nth-child(228) {
    transform: translate3d(-20.56536px, -294.43521px, -53.71193px);
    color: #38C1B6;
  }
  .particle:nth-child(228):before {
    animation-delay: 0s, -3.42s;
  }
  
  .particle:nth-child(229) {
    transform: translate3d(-287.97489px, -62.16679px, -56.61937px);
    color: #042E2B;
  }
  .particle:nth-child(229):before {
    animation-delay: 0s, -3.435s;
  }
  
  .particle:nth-child(230) {
    transform: translate3d(-278.86243px, -108.2143px, -22.92186px);
    color: #126660;
  }
  .particle:nth-child(230):before {
    animation-delay: 0s, -3.45s;
  }
  
  .particle:nth-child(231) {
    transform: translate3d(174.91px, -27.61189px, 242.16539px);
    color: #2D6D69;
  }
  .particle:nth-child(231):before {
    animation-delay: 0s, -3.465s;
  }
  
  .particle:nth-child(232) {
    transform: translate3d(-191.23007px, -79.51395px, -217.04514px);
    color: #17B4A7;
  }
  .particle:nth-child(232):before {
    animation-delay: 0s, -3.48s;
  }
  
  .particle:nth-child(233) {
    transform: translate3d(-14.30396px, -4.52673px, -299.62461px);
    color: #2D6D69;
  }
  .particle:nth-child(233):before {
    animation-delay: 0s, -3.495s;
  }
  
  .particle:nth-child(234) {
    transform: translate3d(76.52329px, -194.22462px, -215.45529px);
    color: #042E2B;
  }
  .particle:nth-child(234):before {
    animation-delay: 0s, -3.51s;
  }
  
  .particle:nth-child(235) {
    transform: translate3d(-270.39376px, 83.51827px, -99.55858px);
    color: #2D6D69;
  }
  .particle:nth-child(235):before {
    animation-delay: 0s, -3.525s;
  }
  
  .particle:nth-child(236) {
    transform: translate3d(65.64753px, -54.4041px, 287.62927px);
    color: #17B4A7;
  }
  .particle:nth-child(236):before {
    animation-delay: 0s, -3.54s;
  }
  
  .particle:nth-child(237) {
    transform: translate3d(-170.10388px, 65.3707px, -238.30934px);
    color: #38C1B6;
  }
  .particle:nth-child(237):before {
    animation-delay: 0s, -3.555s;
  }
  
  .particle:nth-child(238) {
    transform: translate3d(-149.73445px, -4.01764px, -259.92971px);
    color: #17B4A7;
  }
  .particle:nth-child(238):before {
    animation-delay: 0s, -3.57s;
  }
  
  .particle:nth-child(239) {
    transform: translate3d(-160.88169px, 219.85264px, 125.62602px);
    color: #2D6D69;
  }
  .particle:nth-child(239):before {
    animation-delay: 0s, -3.585s;
  }
  
  .particle:nth-child(240) {
    transform: translate3d(-113.49436px, -171.18989px, -218.66195px);
    color: #042E2B;
  }
  .particle:nth-child(240):before {
    animation-delay: 0s, -3.6s;
  }
  
  .particle:nth-child(241) {
    transform: translate3d(-253.61926px, -98.11674px, -126.69009px);
    color: #042E2B;
  }
  .particle:nth-child(241):before {
    animation-delay: 0s, -3.615s;
  }
  
  .particle:nth-child(242) {
    transform: translate3d(198.70328px, 118.39374px, 191.04954px);
    color: #17B4A7;
  }
  .particle:nth-child(242):before {
    animation-delay: 0s, -3.63s;
  }
  
  .particle:nth-child(243) {
    transform: translate3d(214.99645px, -131.92832px, -162.39287px);
    color: #17B4A7;
  }
  .particle:nth-child(243):before {
    animation-delay: 0s, -3.645s;
  }
  
  .particle:nth-child(244) {
    transform: translate3d(259.13104px, -106.42215px, -107.35656px);
    color: #042E2B;
  }
  .particle:nth-child(244):before {
    animation-delay: 0s, -3.66s;
  }
  
  .particle:nth-child(245) {
    transform: translate3d(-92.70932px, 107.13445px, -264.4375px);
    color: #17B4A7;
  }
  .particle:nth-child(245):before {
    animation-delay: 0s, -3.675s;
  }
  
  .particle:nth-child(246) {
    transform: translate3d(-57.14077px, 294.37859px, 8.72786px);
    color: #38C1B6;
  }
  .particle:nth-child(246):before {
    animation-delay: 0s, -3.69s;
  }
  
  .particle:nth-child(247) {
    transform: translate3d(273.42193px, -10.57683px, -122.99829px);
    color: #38C1B6;
  }
  .particle:nth-child(247):before {
    animation-delay: 0s, -3.705s;
  }
  
  .particle:nth-child(248) {
    transform: translate3d(157.76094px, -239.17251px, -88.9269px);
    color: #042E2B;
  }
  .particle:nth-child(248):before {
    animation-delay: 0s, -3.72s;
  }
  
  .particle:nth-child(249) {
    transform: translate3d(-233.06783px, 119.05943px, 146.64323px);
    color: #2D6D69;
  }
  .particle:nth-child(249):before {
    animation-delay: 0s, -3.735s;
  }
  
  .particle:nth-child(250) {
    transform: translate3d(235.34785px, 59.50986px, 176.26675px);
    color: #042E2B;
  }
  .particle:nth-child(250):before {
    animation-delay: 0s, -3.75s;
  }
  
  .particle:nth-child(251) {
    transform: translate3d(-207.26894px, -178.75134px, 122.83136px);
    color: #126660;
  }
  .particle:nth-child(251):before {
    animation-delay: 0s, -3.765s;
  }
  
  .particle:nth-child(252) {
    transform: translate3d(-297.7254px, -6.8321px, -36.2341px);
    color: #38C1B6;
  }
  .particle:nth-child(252):before {
    animation-delay: 0s, -3.78s;
  }
  
  .particle:nth-child(253) {
    transform: translate3d(-70.97757px, -270.89287px, -107.60685px);
    color: #2D6D69;
  }
  .particle:nth-child(253):before {
    animation-delay: 0s, -3.795s;
  }
  
  .particle:nth-child(254) {
    transform: translate3d(-105.50181px, 54.87408px, -275.42368px);
    color: #042E2B;
  }
  .particle:nth-child(254):before {
    animation-delay: 0s, -3.81s;
  }
  
  .particle:nth-child(255) {
    transform: translate3d(239.70669px, 179.6695px, -16.11124px);
    color: #042E2B;
  }
  .particle:nth-child(255):before {
    animation-delay: 0s, -3.825s;
  }
  
  .particle:nth-child(256) {
    transform: translate3d(-281.19479px, -13.63546px, -103.65116px);
    color: #38C1B6;
  }
  .particle:nth-child(256):before {
    animation-delay: 0s, -3.84s;
  }
  
  .particle:nth-child(257) {
    transform: translate3d(284.40678px, -30.56428px, -90.43566px);
    color: #2D6D69;
  }
  .particle:nth-child(257):before {
    animation-delay: 0s, -3.855s;
  }
  
  .particle:nth-child(258) {
    transform: translate3d(288.91428px, -37.04161px, 71.80847px);
    color: #38C1B6;
  }
  .particle:nth-child(258):before {
    animation-delay: 0s, -3.87s;
  }
  
  .particle:nth-child(259) {
    transform: translate3d(-277.6916px, 0.15832px, 113.52248px);
    color: #38C1B6;
  }
  .particle:nth-child(259):before {
    animation-delay: 0s, -3.885s;
  }
  
  .particle:nth-child(260) {
    transform: translate3d(40.3836px, -163.52541px, 248.2511px);
    color: #17B4A7;
  }
  .particle:nth-child(260):before {
    animation-delay: 0s, -3.9s;
  }
  
  .particle:nth-child(261) {
    transform: translate3d(178.75677px, -168.57205px, -172.13216px);
    color: #38C1B6;
  }
  .particle:nth-child(261):before {
    animation-delay: 0s, -3.915s;
  }
  
  .particle:nth-child(262) {
    transform: translate3d(-51.1675px, -27.16257px, 294.35367px);
    color: #2D6D69;
  }
  .particle:nth-child(262):before {
    animation-delay: 0s, -3.93s;
  }
  
  .particle:nth-child(263) {
    transform: translate3d(-22.65351px, 197.70016px, -224.50271px);
    color: #17B4A7;
  }
  .particle:nth-child(263):before {
    animation-delay: 0s, -3.945s;
  }
  
  .particle:nth-child(264) {
    transform: translate3d(-229.45582px, 135.8396px, 137.46865px);
    color: #38C1B6;
  }
  .particle:nth-child(264):before {
    animation-delay: 0s, -3.96s;
  }
  
  .particle:nth-child(265) {
    transform: translate3d(245.35747px, 169.77269px, 31.25617px);
    color: #17B4A7;
  }
  .particle:nth-child(265):before {
    animation-delay: 0s, -3.975s;
  }
  
  .particle:nth-child(266) {
    transform: translate3d(220.212px, -197.7879px, -48.85304px);
    color: #126660;
  }
  .particle:nth-child(266):before {
    animation-delay: 0s, -3.99s;
  }
  
  .particle:nth-child(267) {
    transform: translate3d(-116.06368px, 255.33589px, 106.45565px);
    color: #2D6D69;
  }
  .particle:nth-child(267):before {
    animation-delay: 0s, -4.005s;
  }
  
  .particle:nth-child(268) {
    transform: translate3d(-238.8337px, -53.84543px, -173.3757px);
    color: #17B4A7;
  }
  .particle:nth-child(268):before {
    animation-delay: 0s, -4.02s;
  }
  
  .particle:nth-child(269) {
    transform: translate3d(-208.48537px, -205.46132px, -65.72288px);
    color: #38C1B6;
  }
  .particle:nth-child(269):before {
    animation-delay: 0s, -4.035s;
  }
  
  .particle:nth-child(270) {
    transform: translate3d(-75.45621px, -279.02895px, 80.30696px);
    color: #38C1B6;
  }
  .particle:nth-child(270):before {
    animation-delay: 0s, -4.05s;
  }
  
  .particle:nth-child(271) {
    transform: translate3d(29.80693px, -237.13255px, 181.32761px);
    color: #38C1B6;
  }
  .particle:nth-child(271):before {
    animation-delay: 0s, -4.065s;
  }
  
  .particle:nth-child(272) {
    transform: translate3d(-204.12557px, -27.92494px, 218.06639px);
    color: #17B4A7;
  }
  .particle:nth-child(272):before {
    animation-delay: 0s, -4.08s;
  }
  
  .particle:nth-child(273) {
    transform: translate3d(-88.87158px, 2.91486px, 286.51936px);
    color: #38C1B6;
  }
  .particle:nth-child(273):before {
    animation-delay: 0s, -4.095s;
  }
  
  .particle:nth-child(274) {
    transform: translate3d(-216.87825px, -144.59881px, -148.50929px);
    color: #042E2B;
  }
  .particle:nth-child(274):before {
    animation-delay: 0s, -4.11s;
  }
  
  .particle:nth-child(275) {
    transform: translate3d(-289.53439px, 39.36178px, 67.97416px);
    color: #38C1B6;
  }
  .particle:nth-child(275):before {
    animation-delay: 0s, -4.125s;
  }
  
  .particle:nth-child(276) {
    transform: translate3d(-231.2257px, -74.02613px, 176.22374px);
    color: #2D6D69;
  }
  .particle:nth-child(276):before {
    animation-delay: 0s, -4.14s;
  }
  
  .particle:nth-child(277) {
    transform: translate3d(283.07546px, 54.03444px, 83.35806px);
    color: #126660;
  }
  .particle:nth-child(277):before {
    animation-delay: 0s, -4.155s;
  }
  
  .particle:nth-child(278) {
    transform: translate3d(-19.31657px, -109.25337px, 278.73028px);
    color: #38C1B6;
  }
  .particle:nth-child(278):before {
    animation-delay: 0s, -4.17s;
  }
  
  .particle:nth-child(279) {
    transform: translate3d(259.34976px, 0.34473px, -150.78986px);
    color: #126660;
  }
  .particle:nth-child(279):before {
    animation-delay: 0s, -4.185s;
  }
  
  .particle:nth-child(280) {
    transform: translate3d(-40.39659px, -296.66908px, -18.8566px);
    color: #2D6D69;
  }
  .particle:nth-child(280):before {
    animation-delay: 0s, -4.2s;
  }
  
  .particle:nth-child(281) {
    transform: translate3d(-25.09636px, 262.05588px, 143.86414px);
    color: #2D6D69;
  }
  .particle:nth-child(281):before {
    animation-delay: 0s, -4.215s;
  }
  
  .particle:nth-child(282) {
    transform: translate3d(281.36366px, 103.50429px, 11.01595px);
    color: #126660;
  }
  .particle:nth-child(282):before {
    animation-delay: 0s, -4.23s;
  }
  
  .particle:nth-child(283) {
    transform: translate3d(294.95902px, -4.75792px, 54.55766px);
    color: #042E2B;
  }
  .particle:nth-child(283):before {
    animation-delay: 0s, -4.245s;
  }
  
  .particle:nth-child(284) {
    transform: translate3d(-299.08334px, 10.42253px, 20.9887px);
    color: #126660;
  }
  .particle:nth-child(284):before {
    animation-delay: 0s, -4.26s;
  }
  
  .particle:nth-child(285) {
    transform: translate3d(-166.00811px, -240.35358px, -68.34812px);
    color: #38C1B6;
  }
  .particle:nth-child(285):before {
    animation-delay: 0s, -4.275s;
  }
  
  .particle:nth-child(286) {
    transform: translate3d(-212.29534px, 85.83046px, 193.81388px);
    color: #2D6D69;
  }
  .particle:nth-child(286):before {
    animation-delay: 0s, -4.29s;
  }
  
  .particle:nth-child(287) {
    transform: translate3d(222.88002px, -54.60754px, 193.24211px);
    color: #126660;
  }
  .particle:nth-child(287):before {
    animation-delay: 0s, -4.305s;
  }
  
  .particle:nth-child(288) {
    transform: translate3d(-111.0009px, -83.0954px, -266.03375px);
    color: #2D6D69;
  }
  .particle:nth-child(288):before {
    animation-delay: 0s, -4.32s;
  }
  
  .particle:nth-child(289) {
    transform: translate3d(206.65537px, 33.18972px, 214.92324px);
    color: #38C1B6;
  }
  .particle:nth-child(289):before {
    animation-delay: 0s, -4.335s;
  }
  
  .particle:nth-child(290) {
    transform: translate3d(51.72587px, 293.2948px, 36.09152px);
    color: #38C1B6;
  }
  .particle:nth-child(290):before {
    animation-delay: 0s, -4.35s;
  }
  
  .particle:nth-child(291) {
    transform: translate3d(-126.49952px, -269.26066px, -38.6855px);
    color: #17B4A7;
  }
  .particle:nth-child(291):before {
    animation-delay: 0s, -4.365s;
  }
  
  .particle:nth-child(292) {
    transform: translate3d(12.80116px, 272.92793px, -123.8809px);
    color: #042E2B;
  }
  .particle:nth-child(292):before {
    animation-delay: 0s, -4.38s;
  }
  
  .particle:nth-child(293) {
    transform: translate3d(-110.64777px, 276.56102px, 35.65213px);
    color: #2D6D69;
  }
  .particle:nth-child(293):before {
    animation-delay: 0s, -4.395s;
  }
  
  .particle:nth-child(294) {
    transform: translate3d(118.03469px, -117.50845px, 249.51869px);
    color: #042E2B;
  }
  .particle:nth-child(294):before {
    animation-delay: 0s, -4.41s;
  }
  
  .particle:nth-child(295) {
    transform: translate3d(180.37841px, 214.02005px, -107.97708px);
    color: #2D6D69;
  }
  .particle:nth-child(295):before {
    animation-delay: 0s, -4.425s;
  }
  
  .particle:nth-child(296) {
    transform: translate3d(294.18973px, -3.05154px, -58.67787px);
    color: #17B4A7;
  }
  .particle:nth-child(296):before {
    animation-delay: 0s, -4.44s;
  }
  
  .particle:nth-child(297) {
    transform: translate3d(61.1061px, -289.66106px, 48.60573px);
    color: #042E2B;
  }
  .particle:nth-child(297):before {
    animation-delay: 0s, -4.455s;
  }
  
  .particle:nth-child(298) {
    transform: translate3d(251.55779px, -161.59988px, -24.5796px);
    color: #17B4A7;
  }
  .particle:nth-child(298):before {
    animation-delay: 0s, -4.47s;
  }
  
  .particle:nth-child(299) {
    transform: translate3d(-2.91818px, 6.60637px, -299.91305px);
    color: #042E2B;
  }
  .particle:nth-child(299):before {
    animation-delay: 0s, -4.485s;
  }
  
  .particle:nth-child(300) {
    transform: translate3d(291.15858px, 57.1193px, -44.31778px);
    color: #042E2B;
  }
  .particle:nth-child(300):before {
    animation-delay: 0s, -4.5s;
  }
  
  .particle:nth-child(301) {
    transform: translate3d(-98.96597px, 66.04473px, -275.39759px);
    color: #126660;
  }
  .particle:nth-child(301):before {
    animation-delay: 0s, -4.515s;
  }
  
  .particle:nth-child(302) {
    transform: translate3d(-276.37678px, -104.41337px, 52.09339px);
    color: #2D6D69;
  }
  .particle:nth-child(302):before {
    animation-delay: 0s, -4.53s;
  }
  
  .particle:nth-child(303) {
    transform: translate3d(232.15705px, -170.59389px, 83.67095px);
    color: #042E2B;
  }
  .particle:nth-child(303):before {
    animation-delay: 0s, -4.545s;
  }
  
  .particle:nth-child(304) {
    transform: translate3d(-3.49128px, -227.3746px, 195.67474px);
    color: #2D6D69;
  }
  .particle:nth-child(304):before {
    animation-delay: 0s, -4.56s;
  }
  
  .particle:nth-child(305) {
    transform: translate3d(117.67095px, 112.31255px, 252.07031px);
    color: #17B4A7;
  }
  .particle:nth-child(305):before {
    animation-delay: 0s, -4.575s;
  }
  
  .particle:nth-child(306) {
    transform: translate3d(-259.3054px, 0.88447px, 150.86394px);
    color: #2D6D69;
  }
  .particle:nth-child(306):before {
    animation-delay: 0s, -4.59s;
  }
  
  .particle:nth-child(307) {
    transform: translate3d(-187.9742px, -233.5332px, 11.31123px);
    color: #126660;
  }
  .particle:nth-child(307):before {
    animation-delay: 0s, -4.605s;
  }
  
  .particle:nth-child(308) {
    transform: translate3d(210.59858px, 164.86351px, 135.89798px);
    color: #2D6D69;
  }
  .particle:nth-child(308):before {
    animation-delay: 0s, -4.62s;
  }
  
  .particle:nth-child(309) {
    transform: translate3d(102.57947px, 195.50234px, 203.11644px);
    color: #38C1B6;
  }
  .particle:nth-child(309):before {
    animation-delay: 0s, -4.635s;
  }
  
  .particle:nth-child(310) {
    transform: translate3d(-231.92571px, -58.25536px, -181.15401px);
    color: #38C1B6;
  }
  .particle:nth-child(310):before {
    animation-delay: 0s, -4.65s;
  }
  
  .particle:nth-child(311) {
    transform: translate3d(105.28097px, -169.42379px, 224.07922px);
    color: #17B4A7;
  }
  .particle:nth-child(311):before {
    animation-delay: 0s, -4.665s;
  }
  
  .particle:nth-child(312) {
    transform: translate3d(27.64753px, -194.39547px, -226.81714px);
    color: #17B4A7;
  }
  .particle:nth-child(312):before {
    animation-delay: 0s, -4.68s;
  }
  
  .particle:nth-child(313) {
    transform: translate3d(46.61921px, -13.48474px, -296.04866px);
    color: #17B4A7;
  }
  .particle:nth-child(313):before {
    animation-delay: 0s, -4.695s;
  }
  
  .particle:nth-child(314) {
    transform: translate3d(54.76308px, -284.72408px, -77.0273px);
    color: #2D6D69;
  }
  .particle:nth-child(314):before {
    animation-delay: 0s, -4.71s;
  }
  
  .particle:nth-child(315) {
    transform: translate3d(-62.12785px, -73.89853px, -284.04073px);
    color: #38C1B6;
  }
  .particle:nth-child(315):before {
    animation-delay: 0s, -4.725s;
  }
  
  .particle:nth-child(316) {
    transform: translate3d(-216.63199px, -117.09503px, -171.34566px);
    color: #2D6D69;
  }
  .particle:nth-child(316):before {
    animation-delay: 0s, -4.74s;
  }
  
  .particle:nth-child(317) {
    transform: translate3d(29.80969px, 41.02594px, -295.68269px);
    color: #042E2B;
  }
  .particle:nth-child(317):before {
    animation-delay: 0s, -4.755s;
  }
  
  .particle:nth-child(318) {
    transform: translate3d(-92.02293px, -36.00896px, -283.25807px);
    color: #042E2B;
  }
  .particle:nth-child(318):before {
    animation-delay: 0s, -4.77s;
  }
  
  .particle:nth-child(319) {
    transform: translate3d(-163.32905px, -91.53043px, 234.40521px);
    color: #126660;
  }
  .particle:nth-child(319):before {
    animation-delay: 0s, -4.785s;
  }
  
  .particle:nth-child(320) {
    transform: translate3d(-25.13777px, -271.73815px, 124.60527px);
    color: #17B4A7;
  }
  .particle:nth-child(320):before {
    animation-delay: 0s, -4.8s;
  }
  
  .particle:nth-child(321) {
    transform: translate3d(113.08046px, -268.37312px, -72.03248px);
    color: #042E2B;
  }
  .particle:nth-child(321):before {
    animation-delay: 0s, -4.815s;
  }
  
  .particle:nth-child(322) {
    transform: translate3d(73.99698px, -177.10611px, 230.55991px);
    color: #042E2B;
  }
  .particle:nth-child(322):before {
    animation-delay: 0s, -4.83s;
  }
  
  .particle:nth-child(323) {
    transform: translate3d(-203.27028px, 175.44777px, -133.78817px);
    color: #126660;
  }
  .particle:nth-child(323):before {
    animation-delay: 0s, -4.845s;
  }
  
  .particle:nth-child(324) {
    transform: translate3d(-109.01149px, -173.03598px, -219.48814px);
    color: #38C1B6;
  }
  .particle:nth-child(324):before {
    animation-delay: 0s, -4.86s;
  }
  
  .particle:nth-child(325) {
    transform: translate3d(261.40309px, -63.31181px, -132.89108px);
    color: #17B4A7;
  }
  .particle:nth-child(325):before {
    animation-delay: 0s, -4.875s;
  }
  
  .particle:nth-child(326) {
    transform: translate3d(214.34849px, -89.61941px, 189.79749px);
    color: #126660;
  }
  .particle:nth-child(326):before {
    animation-delay: 0s, -4.89s;
  }
  
  .particle:nth-child(327) {
    transform: translate3d(-165.92538px, -97.95403px, 229.94299px);
    color: #042E2B;
  }
  .particle:nth-child(327):before {
    animation-delay: 0s, -4.905s;
  }
  
  .particle:nth-child(328) {
    transform: translate3d(-111.68193px, -186.76229px, -206.51149px);
    color: #38C1B6;
  }
  .particle:nth-child(328):before {
    animation-delay: 0s, -4.92s;
  }
  
  .particle:nth-child(329) {
    transform: translate3d(-60.18143px, -292.61044px, 27.51953px);
    color: #38C1B6;
  }
  .particle:nth-child(329):before {
    animation-delay: 0s, -4.935s;
  }
  
  .particle:nth-child(330) {
    transform: translate3d(-47.83023px, 244.56872px, -167.02817px);
    color: #2D6D69;
  }
  .particle:nth-child(330):before {
    animation-delay: 0s, -4.95s;
  }
  
  .particle:nth-child(331) {
    transform: translate3d(11.74864px, -145.58096px, -262.04609px);
    color: #38C1B6;
  }
  .particle:nth-child(331):before {
    animation-delay: 0s, -4.965s;
  }
  
  .particle:nth-child(332) {
    transform: translate3d(297.3214px, -4.0059px, -39.79871px);
    color: #2D6D69;
  }
  .particle:nth-child(332):before {
    animation-delay: 0s, -4.98s;
  }
  
  .particle:nth-child(333) {
    transform: translate3d(-248.34067px, -167.976px, 10.53443px);
    color: #2D6D69;
  }
  .particle:nth-child(333):before {
    animation-delay: 0s, -4.995s;
  }
  
  .particle:nth-child(334) {
    transform: translate3d(272.17671px, -28.21144px, -122.97947px);
    color: #126660;
  }
  .particle:nth-child(334):before {
    animation-delay: 0s, -5.01s;
  }
  
  .particle:nth-child(335) {
    transform: translate3d(-12.83472px, 219.40838px, -204.19411px);
    color: #17B4A7;
  }
  .particle:nth-child(335):before {
    animation-delay: 0s, -5.025s;
  }
  
  .particle:nth-child(336) {
    transform: translate3d(208.20748px, 146.01488px, -159.15182px);
    color: #2D6D69;
  }
  .particle:nth-child(336):before {
    animation-delay: 0s, -5.04s;
  }
  
  .particle:nth-child(337) {
    transform: translate3d(-268.78209px, -84.3824px, -103.13001px);
    color: #17B4A7;
  }
  .particle:nth-child(337):before {
    animation-delay: 0s, -5.055s;
  }
  
  .particle:nth-child(338) {
    transform: translate3d(-20.0152px, 5.39677px, 299.28292px);
    color: #042E2B;
  }
  .particle:nth-child(338):before {
    animation-delay: 0s, -5.07s;
  }
  
  .particle:nth-child(339) {
    transform: translate3d(-102.93435px, -252.12537px, 125.84641px);
    color: #042E2B;
  }
  .particle:nth-child(339):before {
    animation-delay: 0s, -5.085s;
  }
  
  .particle:nth-child(340) {
    transform: translate3d(-75.17641px, -32.17921px, -288.63992px);
    color: #17B4A7;
  }
  .particle:nth-child(340):before {
    animation-delay: 0s, -5.1s;
  }
  
  .particle:nth-child(341) {
    transform: translate3d(206.48745px, 163.674px, 143.43555px);
    color: #042E2B;
  }
  .particle:nth-child(341):before {
    animation-delay: 0s, -5.115s;
  }
  
  .particle:nth-child(342) {
    transform: translate3d(-269.59143px, 19.42144px, 130.16632px);
    color: #17B4A7;
  }
  .particle:nth-child(342):before {
    animation-delay: 0s, -5.13s;
  }
  
  .particle:nth-child(343) {
    transform: translate3d(-299.82215px, 1.78534px, 10.17309px);
    color: #17B4A7;
  }
  .particle:nth-child(343):before {
    animation-delay: 0s, -5.145s;
  }
  
  .particle:nth-child(344) {
    transform: translate3d(-158.77738px, -188.44569px, 171.10805px);
    color: #2D6D69;
  }
  .particle:nth-child(344):before {
    animation-delay: 0s, -5.16s;
  }
  
  .particle:nth-child(345) {
    transform: translate3d(-32.2714px, 292.15637px, 60.02678px);
    color: #17B4A7;
  }
  .particle:nth-child(345):before {
    animation-delay: 0s, -5.175s;
  }
  
  .particle:nth-child(346) {
    transform: translate3d(289.48477px, -5.52114px, -78.53717px);
    color: #38C1B6;
  }
  .particle:nth-child(346):before {
    animation-delay: 0s, -5.19s;
  }
  
  .particle:nth-child(347) {
    transform: translate3d(-182.24279px, -215.62808px, -101.44998px);
    color: #17B4A7;
  }
  .particle:nth-child(347):before {
    animation-delay: 0s, -5.205s;
  }
  
  .particle:nth-child(348) {
    transform: translate3d(196.38326px, 0.50518px, -226.78924px);
    color: #042E2B;
  }
  .particle:nth-child(348):before {
    animation-delay: 0s, -5.22s;
  }
  
  .particle:nth-child(349) {
    transform: translate3d(-35.94906px, -186.47769px, -232.23638px);
    color: #38C1B6;
  }
  .particle:nth-child(349):before {
    animation-delay: 0s, -5.235s;
  }
  
  .particle:nth-child(350) {
    transform: translate3d(94.86532px, -248.95911px, -137.91276px);
    color: #17B4A7;
  }
  .particle:nth-child(350):before {
    animation-delay: 0s, -5.25s;
  }
  
  .particle:nth-child(351) {
    transform: translate3d(-115.72877px, 199.92752px, -191.40491px);
    color: #17B4A7;
  }
  .particle:nth-child(351):before {
    animation-delay: 0s, -5.265s;
  }
  
  .particle:nth-child(352) {
    transform: translate3d(25.31141px, 195.8054px, 225.87514px);
    color: #17B4A7;
  }
  .particle:nth-child(352):before {
    animation-delay: 0s, -5.28s;
  }
  
  .particle:nth-child(353) {
    transform: translate3d(-179.04725px, 91.18244px, -222.77308px);
    color: #38C1B6;
  }
  .particle:nth-child(353):before {
    animation-delay: 0s, -5.295s;
  }
  
  .particle:nth-child(354) {
    transform: translate3d(18.55411px, 268.68966px, 132.14239px);
    color: #17B4A7;
  }
  .particle:nth-child(354):before {
    animation-delay: 0s, -5.31s;
  }
  
  .particle:nth-child(355) {
    transform: translate3d(285.86386px, -18.17559px, 89.17119px);
    color: #17B4A7;
  }
  .particle:nth-child(355):before {
    animation-delay: 0s, -5.325s;
  }
  
  .particle:nth-child(356) {
    transform: translate3d(-86.18449px, -234.72221px, 165.76404px);
    color: #17B4A7;
  }
  .particle:nth-child(356):before {
    animation-delay: 0s, -5.34s;
  }
  
  .particle:nth-child(357) {
    transform: translate3d(-212.00068px, 26.66575px, 210.58169px);
    color: #17B4A7;
  }
  .particle:nth-child(357):before {
    animation-delay: 0s, -5.355s;
  }
  
  .particle:nth-child(358) {
    transform: translate3d(-42.03199px, -75.30524px, 287.33679px);
    color: #042E2B;
  }
  .particle:nth-child(358):before {
    animation-delay: 0s, -5.37s;
  }
  
  .particle:nth-child(359) {
    transform: translate3d(-100.22806px, 183.95727px, -214.74184px);
    color: #2D6D69;
  }
  .particle:nth-child(359):before {
    animation-delay: 0s, -5.385s;
  }
  
  .particle:nth-child(360) {
    transform: translate3d(-218.57138px, -89.78936px, -184.8362px);
    color: #2D6D69;
  }
  .particle:nth-child(360):before {
    animation-delay: 0s, -5.4s;
  }
  
  .particle:nth-child(361) {
    transform: translate3d(-251.01024px, -104.38829px, -126.87374px);
    color: #17B4A7;
  }
  .particle:nth-child(361):before {
    animation-delay: 0s, -5.415s;
  }
  
  .particle:nth-child(362) {
    transform: translate3d(16.34287px, 56.95538px, 294.09011px);
    color: #2D6D69;
  }
  .particle:nth-child(362):before {
    animation-delay: 0s, -5.43s;
  }
  
  .particle:nth-child(363) {
    transform: translate3d(-233.45584px, -131.11533px, 135.30389px);
    color: #126660;
  }
  .particle:nth-child(363):before {
    animation-delay: 0s, -5.445s;
  }
  
  .particle:nth-child(364) {
    transform: translate3d(118.92614px, 145.1472px, 234.07021px);
    color: #042E2B;
  }
  .particle:nth-child(364):before {
    animation-delay: 0s, -5.46s;
  }
  
  .particle:nth-child(365) {
    transform: translate3d(229.97245px, -143.87503px, -128.11185px);
    color: #042E2B;
  }
  .particle:nth-child(365):before {
    animation-delay: 0s, -5.475s;
  }
  
  .particle:nth-child(366) {
    transform: translate3d(-174.55048px, 179.16953px, -165.62128px);
    color: #126660;
  }
  .particle:nth-child(366):before {
    animation-delay: 0s, -5.49s;
  }
  
  .particle:nth-child(367) {
    transform: translate3d(-46.98521px, -43.46377px, -293.09263px);
    color: #38C1B6;
  }
  .particle:nth-child(367):before {
    animation-delay: 0s, -5.505s;
  }
  
  .particle:nth-child(368) {
    transform: translate3d(253.96398px, -1.44326px, 159.68787px);
    color: #042E2B;
  }
  .particle:nth-child(368):before {
    animation-delay: 0s, -5.52s;
  }
  
  .particle:nth-child(369) {
    transform: translate3d(115.76152px, 91.33721px, 261.25999px);
    color: #38C1B6;
  }
  .particle:nth-child(369):before {
    animation-delay: 0s, -5.535s;
  }
  
  .particle:nth-child(370) {
    transform: translate3d(-206.11728px, 168.57483px, -138.19621px);
    color: #38C1B6;
  }
  .particle:nth-child(370):before {
    animation-delay: 0s, -5.55s;
  }
  
  .particle:nth-child(371) {
    transform: translate3d(-47.05546px, -90.21396px, 282.2184px);
    color: #17B4A7;
  }
  .particle:nth-child(371):before {
    animation-delay: 0s, -5.565s;
  }
  
  .particle:nth-child(372) {
    transform: translate3d(0.34971px, -266.28254px, -138.17918px);
    color: #17B4A7;
  }
  .particle:nth-child(372):before {
    animation-delay: 0s, -5.58s;
  }
  
  .particle:nth-child(373) {
    transform: translate3d(-286.38906px, 26.25301px, -85.39371px);
    color: #38C1B6;
  }
  .particle:nth-child(373):before {
    animation-delay: 0s, -5.595s;
  }
  
  .particle:nth-child(374) {
    transform: translate3d(22.60688px, 204.16873px, -218.64139px);
    color: #042E2B;
  }
  .particle:nth-child(374):before {
    animation-delay: 0s, -5.61s;
  }
  
  .particle:nth-child(375) {
    transform: translate3d(-296.69691px, -25.90636px, 36.05283px);
    color: #17B4A7;
  }
  .particle:nth-child(375):before {
    animation-delay: 0s, -5.625s;
  }
  
  .particle:nth-child(376) {
    transform: translate3d(-14.08334px, -70.82456px, -291.17957px);
    color: #17B4A7;
  }
  .particle:nth-child(376):before {
    animation-delay: 0s, -5.64s;
  }
  
  .particle:nth-child(377) {
    transform: translate3d(-221.6747px, 51.21436px, 195.5439px);
    color: #042E2B;
  }
  .particle:nth-child(377):before {
    animation-delay: 0s, -5.655s;
  }
  
  .particle:nth-child(378) {
    transform: translate3d(-51.36442px, -194.61243px, -222.45831px);
    color: #042E2B;
  }
  .particle:nth-child(378):before {
    animation-delay: 0s, -5.67s;
  }
  
  .particle:nth-child(379) {
    transform: translate3d(171.07841px, -223.35649px, 104.13481px);
    color: #126660;
  }
  .particle:nth-child(379):before {
    animation-delay: 0s, -5.685s;
  }
  
  .particle:nth-child(380) {
    transform: translate3d(-164.11691px, -218.94877px, 122.99217px);
    color: #126660;
  }
  .particle:nth-child(380):before {
    animation-delay: 0s, -5.7s;
  }
  
  .particle:nth-child(381) {
    transform: translate3d(269.56823px, -34.12029px, -127.1565px);
    color: #2D6D69;
  }
  .particle:nth-child(381):before {
    animation-delay: 0s, -5.715s;
  }
  
  .particle:nth-child(382) {
    transform: translate3d(199.37202px, -223.26957px, 20.03733px);
    color: #042E2B;
  }
  .particle:nth-child(382):before {
    animation-delay: 0s, -5.73s;
  }
  
  .particle:nth-child(383) {
    transform: translate3d(-18.10316px, 271.35787px, -126.638px);
    color: #17B4A7;
  }
  .particle:nth-child(383):before {
    animation-delay: 0s, -5.745s;
  }
  
  .particle:nth-child(384) {
    transform: translate3d(-19.02596px, 68.89372px, 291.36175px);
    color: #126660;
  }
  .particle:nth-child(384):before {
    animation-delay: 0s, -5.76s;
  }
  
  .particle:nth-child(385) {
    transform: translate3d(-98.98759px, 50.90073px, 278.58674px);
    color: #042E2B;
  }
  .particle:nth-child(385):before {
    animation-delay: 0s, -5.775s;
  }
  
  .particle:nth-child(386) {
    transform: translate3d(-79.71737px, 286.81418px, -37.1856px);
    color: #126660;
  }
  .particle:nth-child(386):before {
    animation-delay: 0s, -5.79s;
  }
  
  .particle:nth-child(387) {
    transform: translate3d(-72.27553px, 153.80449px, 247.22546px);
    color: #17B4A7;
  }
  .particle:nth-child(387):before {
    animation-delay: 0s, -5.805s;
  }
  
  .particle:nth-child(388) {
    transform: translate3d(145.1977px, -261.93524px, -17.53729px);
    color: #38C1B6;
  }
  .particle:nth-child(388):before {
    animation-delay: 0s, -5.82s;
  }
  
  .particle:nth-child(389) {
    transform: translate3d(-76.69934px, 136.55219px, -255.87245px);
    color: #2D6D69;
  }
  .particle:nth-child(389):before {
    animation-delay: 0s, -5.835s;
  }
  
  .particle:nth-child(390) {
    transform: translate3d(-188.82455px, 230.44147px, -35.24228px);
    color: #126660;
  }
  .particle:nth-child(390):before {
    animation-delay: 0s, -5.85s;
  }
  
  .particle:nth-child(391) {
    transform: translate3d(216.2306px, -180.8775px, -102.60438px);
    color: #17B4A7;
  }
  .particle:nth-child(391):before {
    animation-delay: 0s, -5.865s;
  }
  
  .particle:nth-child(392) {
    transform: translate3d(292.9084px, 32.31973px, 56.2148px);
    color: #17B4A7;
  }
  .particle:nth-child(392):before {
    animation-delay: 0s, -5.88s;
  }
  
  .particle:nth-child(393) {
    transform: translate3d(-154.62383px, 220.88462px, 131.53499px);
    color: #042E2B;
  }
  .particle:nth-child(393):before {
    animation-delay: 0s, -5.895s;
  }
  
  .particle:nth-child(394) {
    transform: translate3d(255.79483px, 77.14651px, -136.44566px);
    color: #126660;
  }
  .particle:nth-child(394):before {
    animation-delay: 0s, -5.91s;
  }
  
  .particle:nth-child(395) {
    transform: translate3d(186.60312px, 110.50078px, 207.2893px);
    color: #042E2B;
  }
  .particle:nth-child(395):before {
    animation-delay: 0s, -5.925s;
  }
  
  .particle:nth-child(396) {
    transform: translate3d(-152.11119px, 63.66016px, -250.61838px);
    color: #38C1B6;
  }
  .particle:nth-child(396):before {
    animation-delay: 0s, -5.94s;
  }
  
  .particle:nth-child(397) {
    transform: translate3d(-89.42911px, -241.04428px, -154.59653px);
    color: #126660;
  }
  .particle:nth-child(397):before {
    animation-delay: 0s, -5.955s;
  }
  
  .particle:nth-child(398) {
    transform: translate3d(-215.72618px, -196.83134px, -68.69963px);
    color: #2D6D69;
  }
  .particle:nth-child(398):before {
    animation-delay: 0s, -5.97s;
  }
  
  .particle:nth-child(399) {
    transform: translate3d(166.62181px, -216.41146px, -124.10984px);
    color: #17B4A7;
  }
  .particle:nth-child(399):before {
    animation-delay: 0s, -5.985s;
  }
  
  .particle:nth-child(400) {
    transform: translate3d(-285.96449px, 73.27759px, 53.42946px);
    color: #126660;
  }
  .particle:nth-child(400):before {
    animation-delay: 0s, -6s;
  }
  