.particle {
	z-index: 1;
	border-radius: 50%;
}
@keyframes particle-animation-1 {
	100% {
		transform: translate3d(88vw, 10vh, 37px);
	}
}
.particle:nth-child(1) {
	animation: particle-animation-1 60s infinite;
	opacity: 0.2;
	height: 7px;
	width: 7px;
	animation-delay: -0.2s;
	transform: translate3d(43vw, 20vh, 50px);
	background: #afd926;
}
@keyframes particle-animation-2 {
	100% {
		transform: translate3d(2vw, 18vh, 79px);
	}
}
.particle:nth-child(2) {
	animation: particle-animation-2 60s infinite;
	opacity: 0.7;
	height: 7px;
	width: 7px;
	animation-delay: -0.4s;
	transform: translate3d(75vw, 16vh, 42px);
	background: #d9a626;
}
@keyframes particle-animation-3 {
	100% {
		transform: translate3d(47vw, 25%, 45px);
	}
}
.particle:nth-child(3) {
	animation: particle-animation-3 60s infinite;
	opacity: 0.51;
	height: 7px;
	width: 7px;
	animation-delay: -0.6s;
	transform: translate3d(78vw, 57%, 40px);
	background: #2665d9;
}
@keyframes particle-animation-4 {
	100% {
		transform: translate3d(59vw, 71vh, 16px);
	}
}
.particle:nth-child(4) {
	animation: particle-animation-4 60s infinite;
	opacity: 0.34;
	height: 6px;
	width: 6px;
	animation-delay: -0.8s;
	transform: translate3d(76vw, 15vh, 50px);
	background: #d92926;
}
@keyframes particle-animation-5 {
	100% {
		transform: translate3d(34vw, 31vh, 45px);
	}
}
.particle:nth-child(5) {
	animation: particle-animation-5 60s infinite;
	opacity: 0.71;
	height: 7px;
	width: 7px;
	animation-delay: -1s;
	transform: translate3d(50vw, 9vh, 43px);
	background: #2641d9;
}
@keyframes particle-animation-6 {
	100% {
		transform: translate3d(75vw, 6vh, 6px);
	}
}
.particle:nth-child(6) {
	animation: particle-animation-6 60s infinite;
	opacity: 0.02;
	height: 9px;
	width: 9px;
	animation-delay: -1.2s;
	transform: translate3d(82vw, 15vh, 97px);
	background: #d95326;
}
@keyframes particle-animation-7 {
	100% {
		transform: translate3d(55vw, 10vh, 96px);
	}
}
.particle:nth-child(7) {
	animation: particle-animation-7 60s infinite;
	opacity: 0.68;
	height: 9px;
	width: 9px;
	animation-delay: -1.4s;
	transform: translate3d(75vw, 26vh, 52px);
	background: #d92656;
}
@keyframes particle-animation-8 {
	100% {
		transform: translate3d(67vw, 12vh, 24px);
	}
}
.particle:nth-child(8) {
	animation: particle-animation-8 60s infinite;
	opacity: 0.49;
	height: 8px;
	width: 8px;
	animation-delay: -1.6s;
	transform: translate3d(6vw, 70vh, 3px);
	background: #d9d026;
}
@keyframes particle-animation-9 {
	100% {
		transform: translate3d(76vw, 66vh, 64px);
	}
}
.particle:nth-child(9) {
	animation: particle-animation-9 60s infinite;
	opacity: 0.59;
	height: 6px;
	width: 6px;
	animation-delay: -1.8s;
	transform: translate3d(38vw, 44vh, 72px);
	background: #97d926;
}
@keyframes particle-animation-10 {
	100% {
		transform: translate3d(76vw, 34vh, 52px);
	}
}
.particle:nth-child(10) {
	animation: particle-animation-10 60s infinite;
	opacity: 0.18;
	height: 6px;
	width: 6px;
	animation-delay: -2s;
	transform: translate3d(13vw, 33vh, 71px);
	background: #2662d9;
}
@keyframes particle-animation-11 {
	100% {
		transform: translate3d(87vw, 55vh, 68px);
	}
}
.particle:nth-child(11) {
	animation: particle-animation-11 60s infinite;
	opacity: 0.67;
	height: 7px;
	width: 7px;
	animation-delay: -2.2s;
	transform: translate3d(13vw, 7vh, 47px);
	background: #26d9b2;
}
@keyframes particle-animation-12 {
	100% {
		transform: translate3d(24vw, 79vh, 72px);
	}
}
.particle:nth-child(12) {
	animation: particle-animation-12 60s infinite;
	opacity: 0.66;
	height: 8px;
	width: 8px;
	animation-delay: -2.4s;
	transform: translate3d(76vw, 24%, 79px);
	background: #d926a6;
}
@keyframes particle-animation-13 {
	100% {
		transform: translate3d(27vw, 18%, 56px);
	}
}
.particle:nth-child(13) {
	animation: particle-animation-13 60s infinite;
	opacity: 0.55;
	height: 8px;
	width: 8px;
	animation-delay: -2.6s;
	transform: translate3d(60vw, 90%, 25px);
	background: #d9268b;
}
@keyframes particle-animation-14 {
	100% {
		transform: translate3d(72vw, 85%, 73px);
	}
}
.particle:nth-child(14) {
	animation: particle-animation-14 60s infinite;
	opacity: 0.94;
	height: 10px;
	width: 10px;
	animation-delay: -2.8s;
	transform: translate3d(21vw, 65%, 71px);
	background: #9126d9;
}
@keyframes particle-animation-15 {
	100% {
		transform: translate3d(24vw, 69%, 30px);
	}
}
.particle:nth-child(15) {
	animation: particle-animation-15 60s infinite;
	opacity: 0.23;
	height: 8px;
	width: 8px;
	animation-delay: -3s;
	transform: translate3d(34vw, 80%, 95px);
	background: #44d926;
}
@keyframes particle-animation-16 {
	100% {
		transform: translate3d(1vw, 65%, 46px);
	}
}
.particle:nth-child(16) {
	animation: particle-animation-16 60s infinite;
	opacity: 0.74;
	height: 9px;
	width: 9px;
	animation-delay: -3.2s;
	transform: translate3d(63vw, 73%, 24px);
	background: #26d93e;
}
@keyframes particle-animation-17 {
	100% {
		transform: translate3d(89vw, 67%, 25px);
	}
}
.particle:nth-child(17) {
	animation: particle-animation-17 60s infinite;
	opacity: 0.01;
	height: 9px;
	width: 9px;
	animation-delay: -3.4s;
	transform: translate3d(27vw, 78%, 4px);
	background: #268ed9;
}
@keyframes particle-animation-18 {
	100% {
		transform: translate3d(35vw, 65%, 59px);
	}
}
.particle:nth-child(18) {
	animation: particle-animation-18 60s infinite;
	opacity: 0.39;
	height: 10px;
	width: 10px;
	animation-delay: -3.6s;
	transform: translate3d(89vw, 69%, 52px);
	background: #26d926;
}
@keyframes particle-animation-19 {
	100% {
		transform: translate3d(36vw, 30%, 47px);
	}
}
.particle:nth-child(19) {
	animation: particle-animation-19 60s infinite;
	opacity: 0.76;
	height: 7px;
	width: 7px;
	animation-delay: -3.8s;
	transform: translate3d(84vw, 9%, 64px);
	background: #50d926;
}
@keyframes particle-animation-20 {
	100% {
		transform: translate3d(8vw, 4%, 82px);
	}
}
.particle:nth-child(20) {
	animation: particle-animation-20 60s infinite;
	opacity: 0.6;
	height: 9px;
	width: 9px;
	animation-delay: -4s;
	transform: translate3d(67vw, 7%, 85px);
	background: #d9ac26;
}
@keyframes particle-animation-21 {
	100% {
		transform: translate3d(54vw, 68vh, 52px);
	}
}
.particle:nth-child(21) {
	animation: particle-animation-21 60s infinite;
	opacity: 0.1;
	height: 6px;
	width: 6px;
	animation-delay: -4.2s;
	transform: translate3d(59vw, 1vh, 70px);
	background: #3826d9;
}
@keyframes particle-animation-22 {
	100% {
		transform: translate3d(55vw, 25vh, 35px);
	}
}
.particle:nth-child(22) {
	animation: particle-animation-22 60s infinite;
	opacity: 0.94;
	height: 9px;
	width: 9px;
	animation-delay: -4.4s;
	transform: translate3d(71vw, 17vh, 11px);
	background: #d9a926;
}
@keyframes particle-animation-23 {
	100% {
		transform: translate3d(16vw, 90vh, 18px);
	}
}
.particle:nth-child(23) {
	animation: particle-animation-23 60s infinite;
	opacity: 0.49;
	height: 6px;
	width: 6px;
	animation-delay: -4.6s;
	transform: translate3d(6vw, 39vh, 22px);
	background: #cad926;
}
@keyframes particle-animation-24 {
	100% {
		transform: translate3d(1vw, 53vh, 47px);
	}
}
.particle:nth-child(24) {
	animation: particle-animation-24 60s infinite;
	opacity: 0.6;
	height: 9px;
	width: 9px;
	animation-delay: -4.8s;
	transform: translate3d(53vw, 72vh, 4px);
	background: #d92653;
}
@keyframes particle-animation-25 {
	100% {
		transform: translate3d(20vw, 62vh, 19px);
	}
}
.particle:nth-child(25) {
	animation: particle-animation-25 60s infinite;
	opacity: 0.2;
	height: 9px;
	width: 9px;
	animation-delay: -5s;
	transform: translate3d(60vw, 20vh, 37px);
	background: #26d997;
}
@keyframes particle-animation-26 {
	100% {
		transform: translate3d(44vw, 3vh, 13px);
	}
}
.particle:nth-child(26) {
	animation: particle-animation-26 60s infinite;
	opacity: 0.27;
	height: 10px;
	width: 10px;
	animation-delay: -5.2s;
	transform: translate3d(82vw, 48vh, 93px);
	background: #b5d926;
}
@keyframes particle-animation-27 {
	100% {
		transform: translate3d(27vw, 43vh, 2px);
	}
}
.particle:nth-child(27) {
	animation: particle-animation-27 60s infinite;
	opacity: 0.45;
	height: 7px;
	width: 7px;
	animation-delay: -5.4s;
	transform: translate3d(78vw, 30vh, 48px);
	background: #d96826;
}
@keyframes particle-animation-28 {
	100% {
		transform: translate3d(70vw, 10vh, 30px);
	}
}
.particle:nth-child(28) {
	animation: particle-animation-28 60s infinite;
	opacity: 0.13;
	height: 7px;
	width: 7px;
	animation-delay: -5.6s;
	transform: translate3d(15vw, 70vh, 5px);
	background: #5f26d9;
}
@keyframes particle-animation-29 {
	100% {
		transform: translate3d(59vw, 54vh, 16px);
	}
}
.particle:nth-child(29) {
	animation: particle-animation-29 60s infinite;
	opacity: 0.72;
	height: 8px;
	width: 8px;
	animation-delay: -5.8s;
	transform: translate3d(35vw, 14vh, 34px);
	background: #d9af26;
}
@keyframes particle-animation-30 {
	100% {
		transform: translate3d(76vw, 8vh, 37px);
	}
}
.particle:nth-child(30) {
	animation: particle-animation-30 60s infinite;
	opacity: 0.81;
	height: 9px;
	width: 9px;
	animation-delay: -6s;
	transform: translate3d(44vw, 44vh, 32px);
	background: #38d926;
}