@-webkit-keyframes move {
  100% {
    -webkit-transform: translate3d(0, 0, -1000px);
            transform: translate3d(0, 0, -1000px);
  }
}

@keyframes move {
  100% {
    -webkit-transform: translate3d(0, 0, -1000px);
            transform: translate3d(0, 0, -1000px);
  }
}
.anim_4 {
  position: relative;
  width: 100%;
  min-height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.anim_4 .bubble-wrap {
  margin: 0 auto;
  width: 500px;
  height: 500px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-perspective: 600px;
          perspective: 600px;
}

.anim_4 .bubble {
  position: absolute;
  background: black;
  opacity: .7;
  border-radius: 50%;
  -webkit-animation: move 3s infinite;
          animation: move 3s infinite;
}

.anim_4 .bubble:nth-child(1) {
  height: 24px;
  width: 24px;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  -webkit-transform: translate3d(609px, 744px, 1219px);
          transform: translate3d(609px, 744px, 1219px);
  background: #8526d9;
}

.anim_4 .bubble:nth-child(2) {
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  -webkit-transform: translate3d(239px, 223px, 871px);
          transform: translate3d(239px, 223px, 871px);
  background: #6526d9;
}

.anim_4 .bubble:nth-child(3) {
  height: 3px;
  width: 3px;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  -webkit-transform: translate3d(853px, 608px, 1627px);
          transform: translate3d(853px, 608px, 1627px);
  background: #d92668;
}

.anim_4 .bubble:nth-child(4) {
  height: 29px;
  width: 29px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  -webkit-transform: translate3d(552px, 594px, 89px);
          transform: translate3d(552px, 594px, 89px);
  background: #a026d9;
}

.anim_4 .bubble:nth-child(5) {
  height: 18px;
  width: 18px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-transform: translate3d(600px, 78px, 828px);
          transform: translate3d(600px, 78px, 828px);
  background: #d0d926;
}

.anim_4 .bubble:nth-child(6) {
  height: 4px;
  width: 4px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  -webkit-transform: translate3d(721px, 169px, 255px);
          transform: translate3d(721px, 169px, 255px);
  background: #7726d9;
}

.anim_4 .bubble:nth-child(7) {
  height: 17px;
  width: 17px;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
  -webkit-transform: translate3d(691px, 211px, 314px);
          transform: translate3d(691px, 211px, 314px);
  background: #3226d9;
}

.anim_4 .bubble:nth-child(8) {
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
  -webkit-transform: translate3d(856px, 990px, 688px);
          transform: translate3d(856px, 990px, 688px);
  background: #d9267d;
}

.anim_4 .bubble:nth-child(9) {
  height: 11px;
  width: 11px;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
  -webkit-transform: translate3d(434px, 509px, 691px);
          transform: translate3d(434px, 509px, 691px);
  background: #a626d9;
}

.anim_4 .bubble:nth-child(10) {
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-transform: translate3d(544px, 848px, 477px);
          transform: translate3d(544px, 848px, 477px);
  background: #c126d9;
}

.anim_4 .bubble:nth-child(11) {
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -2.2s;
          animation-delay: -2.2s;
  -webkit-transform: translate3d(972px, 227px, 1200px);
          transform: translate3d(972px, 227px, 1200px);
  background: #3b26d9;
}

.anim_4 .bubble:nth-child(12) {
  height: 30px;
  width: 30px;
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
  -webkit-transform: translate3d(551px, 113px, 1390px);
          transform: translate3d(551px, 113px, 1390px);
  background: #26d971;
}

.anim_4 .bubble:nth-child(13) {
  height: 30px;
  width: 30px;
  -webkit-animation-delay: -2.6s;
          animation-delay: -2.6s;
  -webkit-transform: translate3d(766px, 611px, 1999px);
          transform: translate3d(766px, 611px, 1999px);
  background: #5626d9;
}

.anim_4 .bubble:nth-child(14) {
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -2.8s;
          animation-delay: -2.8s;
  -webkit-transform: translate3d(40px, 83px, 1770px);
          transform: translate3d(40px, 83px, 1770px);
  background: #b226d9;
}

.anim_4 .bubble:nth-child(15) {
  height: 12px;
  width: 12px;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-transform: translate3d(458px, 909px, 804px);
          transform: translate3d(458px, 909px, 804px);
  background: #62d926;
}

.anim_4 .bubble:nth-child(16) {
  height: 30px;
  width: 30px;
  -webkit-animation-delay: -3.2s;
          animation-delay: -3.2s;
  -webkit-transform: translate3d(257px, 934px, 1px);
          transform: translate3d(257px, 934px, 1px);
  background: #9dd926;
}

.anim_4 .bubble:nth-child(17) {
  height: 23px;
  width: 23px;
  -webkit-animation-delay: -3.4s;
          animation-delay: -3.4s;
  -webkit-transform: translate3d(617px, 202px, 1110px);
          transform: translate3d(617px, 202px, 1110px);
  background: #bbd926;
}

.anim_4 .bubble:nth-child(18) {
  height: 27px;
  width: 27px;
  -webkit-animation-delay: -3.6s;
          animation-delay: -3.6s;
  -webkit-transform: translate3d(1px, 887px, 1055px);
          transform: translate3d(1px, 887px, 1055px);
  background: #5626d9;
}

.anim_4 .bubble:nth-child(19) {
  height: 3px;
  width: 3px;
  -webkit-animation-delay: -3.8s;
          animation-delay: -3.8s;
  -webkit-transform: translate3d(162px, 86px, 1962px);
          transform: translate3d(162px, 86px, 1962px);
  background: #264dd9;
}

.anim_4 .bubble:nth-child(20) {
  height: 30px;
  width: 30px;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-transform: translate3d(980px, 762px, 1761px);
          transform: translate3d(980px, 762px, 1761px);
  background: #d98226;
}

.anim_4 .bubble:nth-child(21) {
  height: 21px;
  width: 21px;
  -webkit-animation-delay: -4.2s;
          animation-delay: -4.2s;
  -webkit-transform: translate3d(747px, 98px, 1717px);
          transform: translate3d(747px, 98px, 1717px);
  background: #b226d9;
}

.anim_4 .bubble:nth-child(22) {
  height: 25px;
  width: 25px;
  -webkit-animation-delay: -4.4s;
          animation-delay: -4.4s;
  -webkit-transform: translate3d(157px, 665px, 1618px);
          transform: translate3d(157px, 665px, 1618px);
  background: #26d982;
}

.anim_4 .bubble:nth-child(23) {
  height: 17px;
  width: 17px;
  -webkit-animation-delay: -4.6s;
          animation-delay: -4.6s;
  -webkit-transform: translate3d(278px, 491px, 169px);
          transform: translate3d(278px, 491px, 169px);
  background: #8226d9;
}

.anim_4 .bubble:nth-child(24) {
  height: 2px;
  width: 2px;
  -webkit-animation-delay: -4.8s;
          animation-delay: -4.8s;
  -webkit-transform: translate3d(93px, 400px, 1559px);
          transform: translate3d(93px, 400px, 1559px);
  background: #26d99a;
}

.anim_4 .bubble:nth-child(25) {
  height: 13px;
  width: 13px;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-transform: translate3d(798px, 566px, 1464px);
          transform: translate3d(798px, 566px, 1464px);
  background: #d9ca26;
}

.anim_4 .bubble:nth-child(26) {
  height: 14px;
  width: 14px;
  -webkit-animation-delay: -5.2s;
          animation-delay: -5.2s;
  -webkit-transform: translate3d(901px, 839px, 1658px);
          transform: translate3d(901px, 839px, 1658px);
  background: #26d95f;
}

.anim_4 .bubble:nth-child(27) {
  height: 19px;
  width: 19px;
  -webkit-animation-delay: -5.4s;
          animation-delay: -5.4s;
  -webkit-transform: translate3d(848px, 886px, 1059px);
          transform: translate3d(848px, 886px, 1059px);
  background: #8e26d9;
}

.anim_4 .bubble:nth-child(28) {
  height: 22px;
  width: 22px;
  -webkit-animation-delay: -5.6s;
          animation-delay: -5.6s;
  -webkit-transform: translate3d(669px, 680px, 933px);
          transform: translate3d(669px, 680px, 933px);
  background: #d92691;
}

.anim_4 .bubble:nth-child(29) {
  height: 13px;
  width: 13px;
  -webkit-animation-delay: -5.8s;
          animation-delay: -5.8s;
  -webkit-transform: translate3d(924px, 751px, 1061px);
          transform: translate3d(924px, 751px, 1061px);
  background: #265fd9;
}

.anim_4 .bubble:nth-child(30) {
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
  -webkit-transform: translate3d(483px, 969px, 774px);
          transform: translate3d(483px, 969px, 774px);
  background: #d92674;
}

.anim_4 .bubble:nth-child(31) {
  height: 27px;
  width: 27px;
  -webkit-animation-delay: -6.2s;
          animation-delay: -6.2s;
  -webkit-transform: translate3d(250px, 167px, 551px);
          transform: translate3d(250px, 167px, 551px);
  background: #d96826;
}

.anim_4 .bubble:nth-child(32) {
  height: 15px;
  width: 15px;
  -webkit-animation-delay: -6.4s;
          animation-delay: -6.4s;
  -webkit-transform: translate3d(584px, 438px, 1149px);
          transform: translate3d(584px, 438px, 1149px);
  background: #2694d9;
}

.anim_4 .bubble:nth-child(33) {
  height: 11px;
  width: 11px;
  -webkit-animation-delay: -6.6s;
          animation-delay: -6.6s;
  -webkit-transform: translate3d(463px, 907px, 234px);
          transform: translate3d(463px, 907px, 234px);
  background: #d9263b;
}

.anim_4 .bubble:nth-child(34) {
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -6.8s;
          animation-delay: -6.8s;
  -webkit-transform: translate3d(323px, 171px, 1474px);
          transform: translate3d(323px, 171px, 1474px);
  background: #d926ca;
}

.anim_4 .bubble:nth-child(35) {
  height: 12px;
  width: 12px;
  -webkit-animation-delay: -7s;
          animation-delay: -7s;
  -webkit-transform: translate3d(445px, 373px, 913px);
          transform: translate3d(445px, 373px, 913px);
  background: #26d950;
}

.anim_4 .bubble:nth-child(36) {
  height: 21px;
  width: 21px;
  -webkit-animation-delay: -7.2s;
          animation-delay: -7.2s;
  -webkit-transform: translate3d(217px, 266px, 1836px);
          transform: translate3d(217px, 266px, 1836px);
  background: #2688d9;
}

.anim_4 .bubble:nth-child(37) {
  height: 28px;
  width: 28px;
  -webkit-animation-delay: -7.4s;
          animation-delay: -7.4s;
  -webkit-transform: translate3d(230px, 773px, 721px);
          transform: translate3d(230px, 773px, 721px);
  background: #62d926;
}

.anim_4 .bubble:nth-child(38) {
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -7.6s;
          animation-delay: -7.6s;
  -webkit-transform: translate3d(385px, 169px, 1769px);
          transform: translate3d(385px, 169px, 1769px);
  background: #2632d9;
}

.anim_4 .bubble:nth-child(39) {
  height: 14px;
  width: 14px;
  -webkit-animation-delay: -7.8s;
          animation-delay: -7.8s;
  -webkit-transform: translate3d(586px, 69px, 1859px);
          transform: translate3d(586px, 69px, 1859px);
  background: #d95626;
}

.anim_4 .bubble:nth-child(40) {
  height: 27px;
  width: 27px;
  -webkit-animation-delay: -8s;
          animation-delay: -8s;
  -webkit-transform: translate3d(881px, 419px, 1840px);
          transform: translate3d(881px, 419px, 1840px);
  background: #26d9c7;
}

.anim_4 .bubble:nth-child(41) {
  height: 15px;
  width: 15px;
  -webkit-animation-delay: -8.2s;
          animation-delay: -8.2s;
  -webkit-transform: translate3d(643px, 769px, 1420px);
          transform: translate3d(643px, 769px, 1420px);
  background: #3b26d9;
}

.anim_4 .bubble:nth-child(42) {
  height: 23px;
  width: 23px;
  -webkit-animation-delay: -8.4s;
          animation-delay: -8.4s;
  -webkit-transform: translate3d(35px, 317px, 1825px);
          transform: translate3d(35px, 317px, 1825px);
  background: #2632d9;
}

.anim_4 .bubble:nth-child(43) {
  height: 17px;
  width: 17px;
  -webkit-animation-delay: -8.6s;
          animation-delay: -8.6s;
  -webkit-transform: translate3d(221px, 713px, 1242px);
          transform: translate3d(221px, 713px, 1242px);
  background: #26d991;
}

.anim_4 .bubble:nth-child(44) {
  height: 16px;
  width: 16px;
  -webkit-animation-delay: -8.8s;
          animation-delay: -8.8s;
  -webkit-transform: translate3d(719px, 951px, 1529px);
          transform: translate3d(719px, 951px, 1529px);
  background: #d92926;
}

.anim_4 .bubble:nth-child(45) {
  height: 26px;
  width: 26px;
  -webkit-animation-delay: -9s;
          animation-delay: -9s;
  -webkit-transform: translate3d(902px, 640px, 350px);
          transform: translate3d(902px, 640px, 350px);
  background: #d9266b;
}

.anim_4 .bubble:nth-child(46) {
  height: 14px;
  width: 14px;
  -webkit-animation-delay: -9.2s;
          animation-delay: -9.2s;
  -webkit-transform: translate3d(877px, 92px, 1352px);
          transform: translate3d(877px, 92px, 1352px);
  background: #26d95f;
}

.anim_4 .bubble:nth-child(47) {
  height: 19px;
  width: 19px;
  -webkit-animation-delay: -9.4s;
          animation-delay: -9.4s;
  -webkit-transform: translate3d(768px, 509px, 512px);
          transform: translate3d(768px, 509px, 512px);
  background: #26a9d9;
}

.anim_4 .bubble:nth-child(48) {
  height: 4px;
  width: 4px;
  -webkit-animation-delay: -9.6s;
          animation-delay: -9.6s;
  -webkit-transform: translate3d(408px, 933px, 1715px);
          transform: translate3d(408px, 933px, 1715px);
  background: #2f26d9;
}

.anim_4 .bubble:nth-child(49) {
  height: 29px;
  width: 29px;
  -webkit-animation-delay: -9.8s;
          animation-delay: -9.8s;
  -webkit-transform: translate3d(795px, 859px, 1071px);
          transform: translate3d(795px, 859px, 1071px);
  background: #b5d926;
}

.anim_4 .bubble:nth-child(50) {
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -10s;
          animation-delay: -10s;
  -webkit-transform: translate3d(742px, 549px, 241px);
          transform: translate3d(742px, 549px, 241px);
  background: #d92635;
}

.anim_4 .bubble:nth-child(51) {
  height: 13px;
  width: 13px;
  -webkit-animation-delay: -10.2s;
          animation-delay: -10.2s;
  -webkit-transform: translate3d(339px, 841px, 1839px);
          transform: translate3d(339px, 841px, 1839px);
  background: #d92653;
}

.anim_4 .bubble:nth-child(52) {
  height: 25px;
  width: 25px;
  -webkit-animation-delay: -10.4s;
          animation-delay: -10.4s;
  -webkit-transform: translate3d(270px, 624px, 1006px);
          transform: translate3d(270px, 624px, 1006px);
  background: #d92671;
}

.anim_4 .bubble:nth-child(53) {
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -10.6s;
          animation-delay: -10.6s;
  -webkit-transform: translate3d(271px, 60px, 1678px);
          transform: translate3d(271px, 60px, 1678px);
  background: #a626d9;
}

.anim_4 .bubble:nth-child(54) {
  height: 25px;
  width: 25px;
  -webkit-animation-delay: -10.8s;
          animation-delay: -10.8s;
  -webkit-transform: translate3d(817px, 561px, 1411px);
          transform: translate3d(817px, 561px, 1411px);
  background: #4426d9;
}

.anim_4 .bubble:nth-child(55) {
  height: 27px;
  width: 27px;
  -webkit-animation-delay: -11s;
          animation-delay: -11s;
  -webkit-transform: translate3d(509px, 494px, 984px);
          transform: translate3d(509px, 494px, 984px);
  background: #d926c1;
}

.anim_4 .bubble:nth-child(56) {
  height: 1px;
  width: 1px;
  -webkit-animation-delay: -11.2s;
          animation-delay: -11.2s;
  -webkit-transform: translate3d(407px, 425px, 704px);
          transform: translate3d(407px, 425px, 704px);
  background: #3526d9;
}

.anim_4 .bubble:nth-child(57) {
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -11.4s;
          animation-delay: -11.4s;
  -webkit-transform: translate3d(214px, 766px, 1303px);
          transform: translate3d(214px, 766px, 1303px);
  background: #7dd926;
}

.anim_4 .bubble:nth-child(58) {
  height: 11px;
  width: 11px;
  -webkit-animation-delay: -11.6s;
          animation-delay: -11.6s;
  -webkit-transform: translate3d(78px, 835px, 1932px);
          transform: translate3d(78px, 835px, 1932px);
  background: #d92680;
}

.anim_4 .bubble:nth-child(59) {
  height: 21px;
  width: 21px;
  -webkit-animation-delay: -11.8s;
          animation-delay: -11.8s;
  -webkit-transform: translate3d(231px, 306px, 1865px);
          transform: translate3d(231px, 306px, 1865px);
  background: #d97126;
}

.anim_4 .bubble:nth-child(60) {
  height: 22px;
  width: 22px;
  -webkit-animation-delay: -12s;
          animation-delay: -12s;
  -webkit-transform: translate3d(928px, 744px, 539px);
          transform: translate3d(928px, 744px, 539px);
  background: #38d926;
}

.anim_4 .bubble:nth-child(61) {
  height: 14px;
  width: 14px;
  -webkit-animation-delay: -12.2s;
          animation-delay: -12.2s;
  -webkit-transform: translate3d(899px, 510px, 590px);
          transform: translate3d(899px, 510px, 590px);
  background: #d92668;
}

.anim_4 .bubble:nth-child(62) {
  height: 26px;
  width: 26px;
  -webkit-animation-delay: -12.4s;
          animation-delay: -12.4s;
  -webkit-transform: translate3d(139px, 64px, 108px);
          transform: translate3d(139px, 64px, 108px);
  background: #5f26d9;
}

.anim_4 .bubble:nth-child(63) {
  height: 30px;
  width: 30px;
  -webkit-animation-delay: -12.6s;
          animation-delay: -12.6s;
  -webkit-transform: translate3d(302px, 55px, 356px);
          transform: translate3d(302px, 55px, 356px);
  background: #77d926;
}

.anim_4 .bubble:nth-child(64) {
  height: 15px;
  width: 15px;
  -webkit-animation-delay: -12.8s;
          animation-delay: -12.8s;
  -webkit-transform: translate3d(149px, 159px, 1409px);
          transform: translate3d(149px, 159px, 1409px);
  background: #74d926;
}

.anim_4 .bubble:nth-child(65) {
  height: 2px;
  width: 2px;
  -webkit-animation-delay: -13s;
          animation-delay: -13s;
  -webkit-transform: translate3d(282px, 620px, 199px);
          transform: translate3d(282px, 620px, 199px);
  background: #26d9d0;
}

.anim_4 .bubble:nth-child(66) {
  height: 17px;
  width: 17px;
  -webkit-animation-delay: -13.2s;
          animation-delay: -13.2s;
  -webkit-transform: translate3d(424px, 722px, 1286px);
          transform: translate3d(424px, 722px, 1286px);
  background: #d94126;
}

.anim_4 .bubble:nth-child(67) {
  height: 22px;
  width: 22px;
  -webkit-animation-delay: -13.4s;
          animation-delay: -13.4s;
  -webkit-transform: translate3d(507px, 357px, 1952px);
          transform: translate3d(507px, 357px, 1952px);
  background: #26d980;
}

.anim_4 .bubble:nth-child(68) {
  height: 4px;
  width: 4px;
  -webkit-animation-delay: -13.6s;
          animation-delay: -13.6s;
  -webkit-transform: translate3d(786px, 752px, 1365px);
          transform: translate3d(786px, 752px, 1365px);
  background: #d9a626;
}

.anim_4 .bubble:nth-child(69) {
  height: 29px;
  width: 29px;
  -webkit-animation-delay: -13.8s;
          animation-delay: -13.8s;
  -webkit-transform: translate3d(365px, 82px, 502px);
          transform: translate3d(365px, 82px, 502px);
  background: #d92659;
}

.anim_4 .bubble:nth-child(70) {
  height: 13px;
  width: 13px;
  -webkit-animation-delay: -14s;
          animation-delay: -14s;
  -webkit-transform: translate3d(312px, 984px, 1849px);
          transform: translate3d(312px, 984px, 1849px);
  background: #2fd926;
}

.anim_4 .bubble:nth-child(71) {
  height: 14px;
  width: 14px;
  -webkit-animation-delay: -14.2s;
          animation-delay: -14.2s;
  -webkit-transform: translate3d(478px, 146px, 317px);
          transform: translate3d(478px, 146px, 317px);
  background: #26d926;
}

.anim_4 .bubble:nth-child(72) {
  height: 12px;
  width: 12px;
  -webkit-animation-delay: -14.4s;
          animation-delay: -14.4s;
  -webkit-transform: translate3d(129px, 702px, 1450px);
          transform: translate3d(129px, 702px, 1450px);
  background: #acd926;
}

.anim_4 .bubble:nth-child(73) {
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -14.6s;
          animation-delay: -14.6s;
  -webkit-transform: translate3d(839px, 834px, 1838px);
          transform: translate3d(839px, 834px, 1838px);
  background: #26d94d;
}

.anim_4 .bubble:nth-child(74) {
  height: 18px;
  width: 18px;
  -webkit-animation-delay: -14.8s;
          animation-delay: -14.8s;
  -webkit-transform: translate3d(519px, 574px, 203px);
          transform: translate3d(519px, 574px, 203px);
  background: #b526d9;
}

.anim_4 .bubble:nth-child(75) {
  height: 11px;
  width: 11px;
  -webkit-animation-delay: -15s;
          animation-delay: -15s;
  -webkit-transform: translate3d(81px, 503px, 465px);
          transform: translate3d(81px, 503px, 465px);
  background: #26d94a;
}

.anim_4 .bubble:nth-child(76) {
  height: 2px;
  width: 2px;
  -webkit-animation-delay: -15.2s;
          animation-delay: -15.2s;
  -webkit-transform: translate3d(894px, 597px, 321px);
          transform: translate3d(894px, 597px, 321px);
  background: #3826d9;
}

.anim_4 .bubble:nth-child(77) {
  height: 23px;
  width: 23px;
  -webkit-animation-delay: -15.4s;
          animation-delay: -15.4s;
  -webkit-transform: translate3d(27px, 973px, 1082px);
          transform: translate3d(27px, 973px, 1082px);
  background: #d96826;
}

.anim_4 .bubble:nth-child(78) {
  height: 27px;
  width: 27px;
  -webkit-animation-delay: -15.6s;
          animation-delay: -15.6s;
  -webkit-transform: translate3d(274px, 125px, 351px);
          transform: translate3d(274px, 125px, 351px);
  background: #265cd9;
}

.anim_4 .bubble:nth-child(79) {
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -15.8s;
          animation-delay: -15.8s;
  -webkit-transform: translate3d(953px, 245px, 1368px);
          transform: translate3d(953px, 245px, 1368px);
  background: #d9be26;
}

.anim_4 .bubble:nth-child(80) {
  height: 29px;
  width: 29px;
  -webkit-animation-delay: -16s;
          animation-delay: -16s;
  -webkit-transform: translate3d(422px, 708px, 1124px);
          transform: translate3d(422px, 708px, 1124px);
  background: #d97126;
}

.anim_4 .bubble:nth-child(81) {
  height: 13px;
  width: 13px;
  -webkit-animation-delay: -16.2s;
          animation-delay: -16.2s;
  -webkit-transform: translate3d(510px, 657px, 1741px);
          transform: translate3d(510px, 657px, 1741px);
  background: #d94726;
}

.anim_4 .bubble:nth-child(82) {
  height: 24px;
  width: 24px;
  -webkit-animation-delay: -16.4s;
          animation-delay: -16.4s;
  -webkit-transform: translate3d(368px, 92px, 1552px);
          transform: translate3d(368px, 92px, 1552px);
  background: #91d926;
}

.anim_4 .bubble:nth-child(83) {
  height: 30px;
  width: 30px;
  -webkit-animation-delay: -16.6s;
          animation-delay: -16.6s;
  -webkit-transform: translate3d(335px, 193px, 1535px);
          transform: translate3d(335px, 193px, 1535px);
  background: #d92626;
}

.anim_4 .bubble:nth-child(84) {
  height: 14px;
  width: 14px;
  -webkit-animation-delay: -16.8s;
          animation-delay: -16.8s;
  -webkit-transform: translate3d(577px, 34px, 1310px);
          transform: translate3d(577px, 34px, 1310px);
  background: #26d950;
}

.anim_4 .bubble:nth-child(85) {
  height: 2px;
  width: 2px;
  -webkit-animation-delay: -17s;
          animation-delay: -17s;
  -webkit-transform: translate3d(944px, 997px, 1823px);
          transform: translate3d(944px, 997px, 1823px);
  background: #3bd926;
}

.anim_4 .bubble:nth-child(86) {
  height: 17px;
  width: 17px;
  -webkit-animation-delay: -17.2s;
          animation-delay: -17.2s;
  -webkit-transform: translate3d(795px, 430px, 955px);
          transform: translate3d(795px, 430px, 955px);
  background: #d99726;
}

.anim_4 .bubble:nth-child(87) {
  height: 28px;
  width: 28px;
  -webkit-animation-delay: -17.4s;
          animation-delay: -17.4s;
  -webkit-transform: translate3d(877px, 660px, 1885px);
          transform: translate3d(877px, 660px, 1885px);
  background: #d92668;
}

.anim_4 .bubble:nth-child(88) {
  height: 3px;
  width: 3px;
  -webkit-animation-delay: -17.6s;
          animation-delay: -17.6s;
  -webkit-transform: translate3d(52px, 900px, 311px);
          transform: translate3d(52px, 900px, 311px);
  background: #2665d9;
}

.anim_4 .bubble:nth-child(89) {
  height: 12px;
  width: 12px;
  -webkit-animation-delay: -17.8s;
          animation-delay: -17.8s;
  -webkit-transform: translate3d(597px, 361px, 1953px);
          transform: translate3d(597px, 361px, 1953px);
  background: #8b26d9;
}

.anim_4 .bubble:nth-child(90) {
  height: 22px;
  width: 22px;
  -webkit-animation-delay: -18s;
          animation-delay: -18s;
  -webkit-transform: translate3d(846px, 167px, 1243px);
          transform: translate3d(846px, 167px, 1243px);
  background: #d026d9;
}

.anim_4 .bubble:nth-child(91) {
  height: 28px;
  width: 28px;
  -webkit-animation-delay: -18.2s;
          animation-delay: -18.2s;
  -webkit-transform: translate3d(551px, 467px, 277px);
          transform: translate3d(551px, 467px, 277px);
  background: #c726d9;
}

.anim_4 .bubble:nth-child(92) {
  height: 22px;
  width: 22px;
  -webkit-animation-delay: -18.4s;
          animation-delay: -18.4s;
  -webkit-transform: translate3d(57px, 479px, 948px);
          transform: translate3d(57px, 479px, 948px);
  background: #d026d9;
}

.anim_4 .bubble:nth-child(93) {
  height: 15px;
  width: 15px;
  -webkit-animation-delay: -18.6s;
          animation-delay: -18.6s;
  -webkit-transform: translate3d(949px, 543px, 1860px);
          transform: translate3d(949px, 543px, 1860px);
  background: #59d926;
}

.anim_4 .bubble:nth-child(94) {
  height: 16px;
  width: 16px;
  -webkit-animation-delay: -18.8s;
          animation-delay: -18.8s;
  -webkit-transform: translate3d(619px, 586px, 673px);
          transform: translate3d(619px, 586px, 673px);
  background: #26d977;
}

.anim_4 .bubble:nth-child(95) {
  height: 20px;
  width: 20px;
  -webkit-animation-delay: -19s;
          animation-delay: -19s;
  -webkit-transform: translate3d(890px, 89px, 1344px);
          transform: translate3d(890px, 89px, 1344px);
  background: #2656d9;
}

.anim_4 .bubble:nth-child(96) {
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -19.2s;
          animation-delay: -19.2s;
  -webkit-transform: translate3d(452px, 209px, 1254px);
          transform: translate3d(452px, 209px, 1254px);
  background: #26d99d;
}

.anim_4 .bubble:nth-child(97) {
  height: 12px;
  width: 12px;
  -webkit-animation-delay: -19.4s;
          animation-delay: -19.4s;
  -webkit-transform: translate3d(537px, 348px, 1815px);
          transform: translate3d(537px, 348px, 1815px);
  background: #26d9d9;
}

.anim_4 .bubble:nth-child(98) {
  height: 26px;
  width: 26px;
  -webkit-animation-delay: -19.6s;
          animation-delay: -19.6s;
  -webkit-transform: translate3d(952px, 625px, 1672px);
          transform: translate3d(952px, 625px, 1672px);
  background: #8ed926;
}

.anim_4 .bubble:nth-child(99) {
  height: 29px;
  width: 29px;
  -webkit-animation-delay: -19.8s;
          animation-delay: -19.8s;
  -webkit-transform: translate3d(952px, 297px, 245px);
          transform: translate3d(952px, 297px, 245px);
  background: #d97a26;
}

.anim_4 .bubble:nth-child(100) {
  height: 25px;
  width: 25px;
  -webkit-animation-delay: -20s;
          animation-delay: -20s;
  -webkit-transform: translate3d(615px, 544px, 1639px);
          transform: translate3d(615px, 544px, 1639px);
  background: #d9264a;
}
