#formBlocks {
 padding-top: 20px !important;
 padding-bottom: 20px !important;
}
#formBlocks form {
 display: flex;
 flex-direction: column;
 gap: 10px;
 max-width: 350px;
 padding: 20px;
 border-radius: 10px;
 position: relative;
 background-color: #013470;
 color: #fff;

 margin: 0 auto;
}
#formBlocks input {
 box-sizing: border-box;
 background: #ffffff;
 color: #000000;
 width: 100%;
 padding: 10px;
 outline: 0;
 border: 1px solid rgba(105, 105, 105, 0.397);
 border-radius: 6px;
 height: 48px;
 font-family: "Inter", sans-serif;
 font-weight: 400;
 font-style: Regular;
 font-size: 16px;
 leading-trim: NONE;
 line-height: 140%;
 letter-spacing: 0%;
}
#formBlocks .formTitle {
 font-size: 28px;
 font-weight: 600;
 letter-spacing: -1px;
 position: relative;
 display: flex;
 align-items: center;
 text-align: center;
 padding-left: 30px;

 margin: 0;
}

.formImage img {
 width: 100%;
}
.formImage svg {
 width: 300px;
 height: 250px;
}
@keyframes pulse {
 0% {
  transform: scale(0.9);
  opacity: 1;
 }
 100% {
  transform: scale(1.8);
  opacity: 0;
 }
}
#formBlocks button:hover {
 background-color: #ba0028;
}
#formBlocks button {
 border: none;
 outline: 0;
 padding: 10px;
 border-radius: 6px;
 color: #fff;
 font-size: 16px;
 transition: 0.3s;
 background-color: #d8002f;
 font-family: "Montserrat", sans-serif;
 font-weight: 700;
 font-style: Bold;
 font-size: 20px;
 leading-trim: NONE;
 line-height: 140%;
 letter-spacing: 0%;
 text-align: center;
}
#redblocks > * {
 transform: translate3d(160px, -93px, 0);
 -webkit-animation: 4s 1s infinite moveblocks;
 animation: 4s 1s infinite moveblocks;
}
@-webkit-keyframes moveblocks {
 0% {
  transform: translate3d(160px, -93px, 0);
 }
 100%,
 50% {
  transform: translate(0);
 }
}
@keyframes moveblocks {
 0% {
  transform: translate3d(160px, -93px, 0);
 }
 100%,
 50% {
  transform: translate(0);
 }
}
#firstBlock {
 transform: translate3d(160px, -93px, 0);
 -webkit-animation: 4s 1s infinite firstBlock;
 animation: 4s 1s infinite firstBlock;
}
#blockdis {
 -webkit-animation: 4s 1s infinite blockdis;
 animation: 4s 1s infinite blockdis;
}
@-webkit-keyframes blockdis {
 30% {
  opacity: 1;
 }
 100%,
 40% {
  opacity: 0;
  transform: translate3d(-160px, 93px, 0);
 }
}
@keyframes blockdis {
 30% {
  opacity: 1;
 }
 100%,
 40% {
  opacity: 0;
  transform: translate3d(-160px, 93px, 0);
 }
}
@-webkit-keyframes firstBlock {
 0%,
 15% {
  opacity: 0;
 }
 100%,
 40% {
  opacity: 1;
 }
}
@keyframes firstBlock {
 0%,
 15% {
  opacity: 0;
 }
 100%,
 40% {
  opacity: 1;
 }
}
#redblocksparticles g:first-child polygon,
#redblocksparticles g:nth-child(2) polygon,
#redblocksparticles g:nth-child(3) polygon,
#redblocksparticles g:nth-child(4) polygon {
 opacity: 0.35;
 -webkit-animation: 4s 1s infinite glow;
 animation: 4s 1s infinite glow;
}
#redblocksparticles g:first-child g circle:first-child,
#redblocksparticles g:nth-child(2) g circle:first-child,
#redblocksparticles g:nth-child(3) g circle:first-child,
#redblocksparticles g:nth-child(4) g circle:first-child {
 -webkit-animation: 4s 1.05s infinite dots;
 animation: 4s 1.05s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(2),
#redblocksparticles g:nth-child(2) g circle:nth-child(2),
#redblocksparticles g:nth-child(3) g circle:nth-child(2),
#redblocksparticles g:nth-child(4) g circle:nth-child(2) {
 -webkit-animation: 4s 1.1s infinite dots;
 animation: 4s 1.1s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(3),
#redblocksparticles g:nth-child(2) g circle:nth-child(3),
#redblocksparticles g:nth-child(3) g circle:nth-child(3),
#redblocksparticles g:nth-child(4) g circle:nth-child(3) {
 -webkit-animation: 4s 1.15s infinite dots;
 animation: 4s 1.15s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(4),
#redblocksparticles g:nth-child(2) g circle:nth-child(4),
#redblocksparticles g:nth-child(3) g circle:nth-child(4),
#redblocksparticles g:nth-child(4) g circle:nth-child(4) {
 -webkit-animation: 4s 1.2s infinite dots;
 animation: 4s 1.2s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(5),
#redblocksparticles g:nth-child(2) g circle:nth-child(5),
#redblocksparticles g:nth-child(3) g circle:nth-child(5),
#redblocksparticles g:nth-child(4) g circle:nth-child(5) {
 -webkit-animation: 4s 1.25s infinite dots;
 animation: 4s 1.25s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(6),
#redblocksparticles g:nth-child(2) g circle:nth-child(6),
#redblocksparticles g:nth-child(3) g circle:nth-child(6),
#redblocksparticles g:nth-child(4) g circle:nth-child(6) {
 -webkit-animation: 4s 1.3s infinite dots;
 animation: 4s 1.3s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(7),
#redblocksparticles g:nth-child(2) g circle:nth-child(7),
#redblocksparticles g:nth-child(3) g circle:nth-child(7),
#redblocksparticles g:nth-child(4) g circle:nth-child(7) {
 -webkit-animation: 4s 1.35s infinite dots;
 animation: 4s 1.35s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(8),
#redblocksparticles g:nth-child(2) g circle:nth-child(8),
#redblocksparticles g:nth-child(3) g circle:nth-child(8),
#redblocksparticles g:nth-child(4) g circle:nth-child(8) {
 -webkit-animation: 4s 1.4s infinite dots;
 animation: 4s 1.4s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(9),
#redblocksparticles g:nth-child(2) g circle:nth-child(9),
#redblocksparticles g:nth-child(3) g circle:nth-child(9),
#redblocksparticles g:nth-child(4) g circle:nth-child(9) {
 -webkit-animation: 4s 1.45s infinite dots;
 animation: 4s 1.45s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(10),
#redblocksparticles g:nth-child(2) g circle:nth-child(10),
#redblocksparticles g:nth-child(3) g circle:nth-child(10),
#redblocksparticles g:nth-child(4) g circle:nth-child(10) {
 -webkit-animation: 4s 1.5s infinite dots;
 animation: 4s 1.5s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(11),
#redblocksparticles g:nth-child(2) g circle:nth-child(11),
#redblocksparticles g:nth-child(3) g circle:nth-child(11),
#redblocksparticles g:nth-child(4) g circle:nth-child(11) {
 -webkit-animation: 4s 1.55s infinite dots;
 animation: 4s 1.55s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(12),
#redblocksparticles g:nth-child(2) g circle:nth-child(12),
#redblocksparticles g:nth-child(3) g circle:nth-child(12),
#redblocksparticles g:nth-child(4) g circle:nth-child(12) {
 -webkit-animation: 4s 1.6s infinite dots;
 animation: 4s 1.6s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(13),
#redblocksparticles g:nth-child(2) g circle:nth-child(13),
#redblocksparticles g:nth-child(3) g circle:nth-child(13),
#redblocksparticles g:nth-child(4) g circle:nth-child(13) {
 -webkit-animation: 4s 1.65s infinite dots;
 animation: 4s 1.65s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(14),
#redblocksparticles g:nth-child(2) g circle:nth-child(14),
#redblocksparticles g:nth-child(3) g circle:nth-child(14),
#redblocksparticles g:nth-child(4) g circle:nth-child(14) {
 -webkit-animation: 4s 1.7s infinite dots;
 animation: 4s 1.7s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(15),
#redblocksparticles g:nth-child(2) g circle:nth-child(15),
#redblocksparticles g:nth-child(3) g circle:nth-child(15),
#redblocksparticles g:nth-child(4) g circle:nth-child(15) {
 -webkit-animation: 4s 1.75s infinite dots;
 animation: 4s 1.75s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(16),
#redblocksparticles g:nth-child(2) g circle:nth-child(16),
#redblocksparticles g:nth-child(3) g circle:nth-child(16),
#redblocksparticles g:nth-child(4) g circle:nth-child(16) {
 -webkit-animation: 4s 1.8s infinite dots;
 animation: 4s 1.8s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(17),
#redblocksparticles g:nth-child(2) g circle:nth-child(17),
#redblocksparticles g:nth-child(3) g circle:nth-child(17),
#redblocksparticles g:nth-child(4) g circle:nth-child(17) {
 -webkit-animation: 4s 1.85s infinite dots;
 animation: 4s 1.85s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(18),
#redblocksparticles g:nth-child(2) g circle:nth-child(18),
#redblocksparticles g:nth-child(3) g circle:nth-child(18),
#redblocksparticles g:nth-child(4) g circle:nth-child(18) {
 -webkit-animation: 4s 1.9s infinite dots;
 animation: 4s 1.9s infinite dots;
}
#redblocksparticles g:first-child g circle:nth-child(19),
#redblocksparticles g:nth-child(2) g circle:nth-child(19),
#redblocksparticles g:nth-child(3) g circle:nth-child(19),
#redblocksparticles g:nth-child(4) g circle:nth-child(19) {
 -webkit-animation: 4s 1.95s infinite dots;
 animation: 4s 1.95s infinite dots;
}
@-webkit-keyframes glow {
 0%,
 45% {
  opacity: 0;
 }
 100%,
 60% {
  opacity: 0.35;
 }
}
@keyframes glow {
 0%,
 45% {
  opacity: 0;
 }
 100%,
 60% {
  opacity: 0.35;
 }
}
@-webkit-keyframes dots {
 0%,
 35% {
  transform: translate(0);
  opacity: 0;
 }
 60%,
 80% {
  transform: translate(55px, -35px);
  opacity: 1;
 }
 100% {
  transform: translate(55px, -35px);
  opacity: 0;
 }
}
@keyframes dots {
 0%,
 35% {
  transform: translate(0);
  opacity: 0;
 }
 60%,
 80% {
  transform: translate(55px, -35px);
  opacity: 1;
 }
 100% {
  transform: translate(55px, -35px);
  opacity: 0;
 }
}
#purplebg > :first-child {
 -webkit-animation: 2s 0.5s infinite alternate up;
 animation: 2s 0.5s infinite alternate up;
}
#purplebg > :nth-child(2) {
 -webkit-animation: 2s 1s infinite alternate up;
 animation: 2s 1s infinite alternate up;
}
#purplebg > :nth-child(3) {
 -webkit-animation: 2s 1.5s infinite alternate up;
 animation: 2s 1.5s infinite alternate up;
}
#purplebg > :nth-child(4) {
 -webkit-animation: 2s 2s infinite alternate up;
 animation: 2s 2s infinite alternate up;
}
#purplebg > :nth-child(5) {
 -webkit-animation: 2s 2.5s infinite alternate up;
 animation: 2s 2.5s infinite alternate up;
}
#purplebg > :nth-child(6) {
 -webkit-animation: 2s 3s infinite alternate up;
 animation: 2s 3s infinite alternate up;
}
#purplebg > :nth-child(7) {
 -webkit-animation: 2s 3.5s infinite alternate up;
 animation: 2s 3.5s infinite alternate up;
}
#purplebg > :nth-child(8) {
 -webkit-animation: 2s 4s infinite alternate up;
 animation: 2s 4s infinite alternate up;
}
#purplebg > :nth-child(9) {
 -webkit-animation: 2s 4.5s infinite alternate up;
 animation: 2s 4.5s infinite alternate up;
}
#purplebg > :nth-child(10) {
 -webkit-animation: 2s 5s infinite alternate up;
 animation: 2s 5s infinite alternate up;
}
#purplebg > :nth-child(11) {
 -webkit-animation: 2s 5.5s infinite alternate up;
 animation: 2s 5.5s infinite alternate up;
}
#purplebg > :nth-child(12) {
 -webkit-animation: 2s 6s infinite alternate up;
 animation: 2s 6s infinite alternate up;
}
#purplebg > :nth-child(13) {
 -webkit-animation: 2s 6.5s infinite alternate up;
 animation: 2s 6.5s infinite alternate up;
}
#purplebg > :nth-child(14) {
 -webkit-animation: 2s 7s infinite alternate up;
 animation: 2s 7s infinite alternate up;
}
#purplebg > :nth-child(15) {
 -webkit-animation: 2s 7.5s infinite alternate up;
 animation: 2s 7.5s infinite alternate up;
}
#purplebg > :nth-child(16) {
 -webkit-animation: 2s 8s infinite alternate up;
 animation: 2s 8s infinite alternate up;
}
#purplebg > :nth-child(17) {
 -webkit-animation: 2s 8.5s infinite alternate up;
 animation: 2s 8.5s infinite alternate up;
}
#purplebg > :nth-child(18) {
 -webkit-animation: 2s 9s infinite alternate up;
 animation: 2s 9s infinite alternate up;
}
#purplebg > :nth-child(19) {
 -webkit-animation: 2s 9.5s infinite alternate up;
 animation: 2s 9.5s infinite alternate up;
}
#purplebg > :nth-child(20) {
 -webkit-animation: 2s 10s infinite alternate up;
 animation: 2s 10s infinite alternate up;
}
#purplebg > :nth-child(21) {
 -webkit-animation: 2s 10.5s infinite alternate up;
 animation: 2s 10.5s infinite alternate up;
}
@-webkit-keyframes up {
 to {
  transform: translate(0, -25px);
 }
}
@keyframes up {
 to {
  transform: translate(0, -25px);
 }
}
#bottomparticles2 > :first-child,
#bottomparticles > :first-child,
#redglowparticles > :first-child {
 -webkit-animation: 4s 0.3s infinite alternate particles,
  2s infinite alternate p;
 animation: 4s 0.3s infinite alternate particles, 2s infinite alternate p;
}
#bottomparticles2 > :nth-child(2),
#bottomparticles > :nth-child(2),
#redglowparticles > :nth-child(2) {
 -webkit-animation: 4s 0.6s infinite alternate particles,
  2s infinite alternate p;
 animation: 4s 0.6s infinite alternate particles, 2s infinite alternate p;
}
#bottomparticles2 > :nth-child(3),
#bottomparticles > :nth-child(3),
#redglowparticles > :nth-child(3) {
 -webkit-animation: 4s 0.9s infinite alternate particles,
  2s infinite alternate p;
 animation: 4s 0.9s infinite alternate particles, 2s infinite alternate p;
}
#bottomparticles2 > :nth-child(4),
#bottomparticles > :nth-child(4),
#redglowparticles > :nth-child(4) {
 -webkit-animation: 4s 1.2s infinite alternate particles,
  2s infinite alternate p;
 animation: 4s 1.2s infinite alternate particles, 2s infinite alternate p;
}
#bottomparticles2 > :nth-child(5),
#bottomparticles > :nth-child(5),
#redglowparticles > :nth-child(5) {
 -webkit-animation: 4s 1.5s infinite alternate particles,
  2s infinite alternate p;
 animation: 4s 1.5s infinite alternate particles, 2s infinite alternate p;
}
#bottomparticles2 > :nth-child(6),
#bottomparticles > :nth-child(6),
#redglowparticles > :nth-child(6) {
 -webkit-animation: 4s 1.8s infinite alternate particles,
  2s infinite alternate p;
 animation: 4s 1.8s infinite alternate particles, 2s infinite alternate p;
}
#bottomparticles2 > :nth-child(7),
#bottomparticles > :nth-child(7),
#redglowparticles > :nth-child(7) {
 -webkit-animation: 4s 2.1s infinite alternate particles,
  2s infinite alternate p;
 animation: 4s 2.1s infinite alternate particles, 2s infinite alternate p;
}
#bottomparticles2 > :nth-child(8),
#bottomparticles > :nth-child(8),
#redglowparticles > :nth-child(8) {
 -webkit-animation: 4s 2.4s infinite alternate particles,
  2s infinite alternate p;
 animation: 4s 2.4s infinite alternate particles, 2s infinite alternate p;
}
#bottomparticles2 > :nth-child(9),
#bottomparticles > :nth-child(9),
#redglowparticles > :nth-child(9) {
 -webkit-animation: 4s 2.7s infinite alternate particles,
  2s infinite alternate p;
 animation: 4s 2.7s infinite alternate particles, 2s infinite alternate p;
}
#bottomparticles2 > :nth-child(10),
#bottomparticles > :nth-child(10),
#redglowparticles > :nth-child(10) {
 -webkit-animation: 4s 3s infinite alternate particles, 2s infinite alternate p;
 animation: 4s 3s infinite alternate particles, 2s infinite alternate p;
}
#bottomparticles2 > :nth-child(11),
#bottomparticles > :nth-child(11),
#redglowparticles > :nth-child(11) {
 -webkit-animation: 4s 3.3s infinite alternate particles,
  2s infinite alternate p;
 animation: 4s 3.3s infinite alternate particles, 2s infinite alternate p;
}
#bottomparticles2 > :nth-child(12),
#bottomparticles > :nth-child(12),
#redglowparticles > :nth-child(12) {
 -webkit-animation: 4s 3.6s infinite alternate particles,
  2s infinite alternate p;
 animation: 4s 3.6s infinite alternate particles, 2s infinite alternate p;
}
@-webkit-keyframes p {
 100%,
 85% {
  opacity: 0;
 }
}
@keyframes p {
 100%,
 85% {
  opacity: 0;
 }
}
@-webkit-keyframes particles {
 0%,
 100% {
  transform: translate(0);
 }
 50% {
  transform: translate(10px, 15px);
 }
}
@keyframes particles {
 0%,
 100% {
  transform: translate(0);
 }
 50% {
  transform: translate(10px, 15px);
 }
}
.particlespoly {
 -webkit-animation: 2s infinite alternate p;
 animation: 2s infinite alternate p;
}
#d-app g:first-child,
#d-apps2 g:first-child {
 -webkit-animation: 2s ease-in-out 0.2s infinite alternate updown;
 animation: 2s ease-in-out 0.2s infinite alternate updown;
}
#d-app g:nth-child(2),
#d-apps2 g:nth-child(2) {
 -webkit-animation: 2s ease-in-out 0.4s infinite alternate updown;
 animation: 2s ease-in-out 0.4s infinite alternate updown;
}
#d-app g:nth-child(3),
#d-apps2 g:nth-child(3) {
 -webkit-animation: 2s ease-in-out 0.6s infinite alternate updown;
 animation: 2s ease-in-out 0.6s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:first-child,
#d-appswrapper g:nth-child(2) g > circle:first-child {
 -webkit-animation: 2s 50ms infinite alternate updown;
 animation: 2s 50ms infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(2),
#d-appswrapper g:nth-child(2) g > circle:nth-child(2) {
 -webkit-animation: 2s 0.1s infinite alternate updown;
 animation: 2s 0.1s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(3),
#d-appswrapper g:nth-child(2) g > circle:nth-child(3) {
 -webkit-animation: 2s 150ms infinite alternate updown;
 animation: 2s 150ms infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(4),
#d-appswrapper g:nth-child(2) g > circle:nth-child(4) {
 -webkit-animation: 2s 0.2s infinite alternate updown;
 animation: 2s 0.2s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(5),
#d-appswrapper g:nth-child(2) g > circle:nth-child(5) {
 -webkit-animation: 2s 250ms infinite alternate updown;
 animation: 2s 250ms infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(6),
#d-appswrapper g:nth-child(2) g > circle:nth-child(6) {
 -webkit-animation: 2s 0.3s infinite alternate updown;
 animation: 2s 0.3s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(7),
#d-appswrapper g:nth-child(2) g > circle:nth-child(7) {
 -webkit-animation: 2s 350ms infinite alternate updown;
 animation: 2s 350ms infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(8),
#d-appswrapper g:nth-child(2) g > circle:nth-child(8) {
 -webkit-animation: 2s 0.4s infinite alternate updown;
 animation: 2s 0.4s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(9),
#d-appswrapper g:nth-child(2) g > circle:nth-child(9) {
 -webkit-animation: 2s 450ms infinite alternate updown;
 animation: 2s 450ms infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(10),
#d-appswrapper g:nth-child(2) g > circle:nth-child(10) {
 -webkit-animation: 2s 0.5s infinite alternate updown;
 animation: 2s 0.5s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(11),
#d-appswrapper g:nth-child(2) g > circle:nth-child(11) {
 -webkit-animation: 2s 550ms infinite alternate updown;
 animation: 2s 550ms infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(12),
#d-appswrapper g:nth-child(2) g > circle:nth-child(12) {
 -webkit-animation: 2s 0.6s infinite alternate updown;
 animation: 2s 0.6s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(13),
#d-appswrapper g:nth-child(2) g > circle:nth-child(13) {
 -webkit-animation: 2s 650ms infinite alternate updown;
 animation: 2s 650ms infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(14),
#d-appswrapper g:nth-child(2) g > circle:nth-child(14) {
 -webkit-animation: 2s 0.7s infinite alternate updown;
 animation: 2s 0.7s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(15),
#d-appswrapper g:nth-child(2) g > circle:nth-child(15) {
 -webkit-animation: 2s 750ms infinite alternate updown;
 animation: 2s 750ms infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(16),
#d-appswrapper g:nth-child(2) g > circle:nth-child(16) {
 -webkit-animation: 2s 0.8s infinite alternate updown;
 animation: 2s 0.8s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(17),
#d-appswrapper g:nth-child(2) g > circle:nth-child(17) {
 -webkit-animation: 2s 850ms infinite alternate updown;
 animation: 2s 850ms infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(18),
#d-appswrapper g:nth-child(2) g > circle:nth-child(18) {
 -webkit-animation: 2s 0.9s infinite alternate updown;
 animation: 2s 0.9s infinite alternate updown;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(19),
#d-appswrapper g:nth-child(2) g > circle:nth-child(19) {
 -webkit-animation: 2s 950ms infinite alternate updown;
 animation: 2s 950ms infinite alternate updown;
}
@-webkit-keyframes updown {
 100% {
  transform: translate(0, -20px);
 }
}
@keyframes updown {
 100% {
  transform: translate(0, -20px);
 }
}
#Layer_1 > g:nth-child(2) > g:nth-child(17) > g:nth-child(12),
#Layer_1 > g:nth-child(2) > g:nth-child(18) > g:nth-child(12) {
 -webkit-animation: 1s ease-in-out infinite alternate arrows,
  2s infinite alternate p;
 animation: 1s ease-in-out infinite alternate arrows, 2s infinite alternate p;
}
@-webkit-keyframes arrows {
 to {
  transform: translate(25px, 25px);
 }
}
@keyframes arrows {
 to {
  transform: translate(25px, 25px);
 }
}
#Layer_1 > g:nth-child(2) > g:nth-child(17) > g:nth-child(13) {
 -webkit-animation: 1s ease-in-out infinite alternate arrows2,
  2s infinite alternate p;
 animation: 1s ease-in-out infinite alternate arrows2, 2s infinite alternate p;
}
@-webkit-keyframes arrows2 {
 to {
  transform: translate(-25px, -25px);
 }
}
@keyframes arrows2 {
 to {
  transform: translate(-25px, -25px);
 }
}
