body,
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", system-ui,
    sans-serif !important;
}
body {
  font-family: main, sans-serif;
  background: #f7f7f7;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
.container {
  max-width: 990px;
  margin: 0 auto;
}
.softbank-header {
  background: #fff;
  border-bottom: 1px solid #cce0ff;
  font-family: sans-serif;
}
.softbank-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 10px;
}
.softbank-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo {
  height: 18px;
}
.divider {
  width: 1px;
  height: 20px;
  background: #ccc;
}
.phone-info {
  display: flex;
  align-items: center;
  gap: 5px;
}
.phone-icon {
  height: 25px;
}
.phone-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.phone-text .title {
  font-size: 14px;
  color: #333;
}
.phone-text .subtitle {
  font-size: 12px;
  color: #666;
}
.menu-btn {
  background: #2d8cff;
  border: none;
  padding: 8px 12px;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
}
.menu-btn span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  margin: 2px 0;
}
.menu-text {
  font-size: 10px;
  margin-top: 4px;
}
@media (min-width: 769px) {
  .logo {
    height: 24px;
  }
  .menu-btn span {
    width: 24px;
  }
  .menu-text {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .softbank-container {
    padding: 0 0 0 8px;
  }
  .logo {
    height: 16px;
  }
  .phone-icon {
    height: 55px;
  }
  .menu-btn {
    padding: 8px 10px;
    width: 55px;
    height: 55px;
  }
  .menu-btn span {
    width: 16px;
  }
}
main {
  display: grid;
  grid-template-columns: 672px 1fr;
  background: #f7f7f7;
}
article {
  background: #fff;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 16px;
}
article h1 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -1.1px;
}
.articleMeta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  margin-bottom: 16px;
}
.metaLeft {
  display: flex;
  align-items: center;
  gap: 8px;
}
.metaLeft span {
  color: #949494;
  font-size: 12px;
}
.toComments {
  color: #3474ce;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.toComments img {
  position: relative;
  top: 2px;
  width: 18px;
  height: 18px;
}
.smileContainer {
  display: flex;
}
.smileContainer img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.smileContainer img:not(:first-child) {
  margin-left: -4px;
}
.smileContainer img:first-child {
  z-index: 3;
}
.smileContainer img:nth-child(2) {
  z-index: 2;
}
.metaMedia {
  display: flex;
  align-items: center;
  gap: 6px;
}
.metaMedia a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.metaMedia a:not(.x) img {
  width: 30px;
  height: 30px;
}
.x {
  background: #000;
}
.x img {
  width: 16px;
  height: 16px;
}
article video,
article > a img {
  width: 100%;
  margin-bottom: 16px;
}
article p a,
h1 a {
  color: #03c;
}
article p {
  margin-bottom: 16px;
  line-height: 28.8px;
}
article h2 {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 24px;
}
.sb-footer {
  background: #e6e9ed;
  color: #333;
  width: 100%;
  display: flex;
  justify-content: center;
}
.sb-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 16px;
  max-width: 980px;
  width: 100%;
}
.sb-footer__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.sb-footer__jp {
  font-size: 10px;
  color: #333;
  margin: 0 0 18px;
}
.sb-footer__copy {
  font-size: 10px;
  color: #5b5f63;
  margin: 0;
}
@media screen and (max-width: 774px) {
  article h1 {
    font-size: 18px;
    line-height: 1.3;
  }
  article p {
    font-size: 17px;
    line-height: 1.5;
  }
  main {
    grid-template-columns: 1fr;
  }
  article h2 {
    font-size: 18px;
  }
  .metaRight {
    display: none;
  }
  .metaLeft {
    width: 100%;
    flex-direction: row-reverse;
  }
  .metaLeft > span {
    margin-left: auto;
  }
  article {
    padding: 8px;
  }
}
.comments {
  background: #fff;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 12px 16px;
  color: #333;
}
.commentsHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e1e1;
}
.commentsHeader > a {
  font-size: 16px;
  font-weight: 700;
}
.commentsHeader img {
  width: 22px;
  height: 22px;
  position: relative;
  top: 4px;
}
.commentsSort {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.commentsSort a {
  padding: 0 12px;
  font-weight: 700;
}
.commentsSort a:first-child {
  border-right: 1px solid #e1e1e1;
}
.commentsSort a:last-child {
  color: #03c;
}
.comment {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding-top: 12px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 12px;
}
.commentAva img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.commentTop {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.commentAuthor {
  font-size: 14px;
  font-weight: 700;
}
.pubTime {
  font-size: 12px;
  color: #949494;
  margin-left: 4px;
}
.commentBody p {
  font-size: 15px;
  line-height: 1.5;
}
.commentBottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 8px;
}
.reaction {
  display: flex;
  align-items: center;
  gap: 4px;
}
.reaction img {
  width: 28px;
  height: 28px;
}
.reactionCount {
  display: flex;
  flex-direction: column;
}
.reactionCount > span {
  color: #666;
  line-height: 1.2;
}
.reactionCount > span:first-child {
  font-size: 12px;
}
.reactionCount > span:last-child {
  font-size: 14px;
}
#topList,
#topList * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
#topList {
  width: 100%;
  margin-bottom: 16px;
}
#topList {
  width: 100%;
}
#topList li {
  display: flex;
  justify-content: space-between;
  margin: 1rem;
}
.topList__person {
  width: 40%;
  display: grid;
  grid-template-columns: 25px min-content 1fr;
  align-items: center;
}
.topList__person--name {
  line-height: 1;
}
.topList__person--ava img {
  width: 50px;
  height: 50px;
  margin-left: 14px !important;
  margin-right: 8px !important;
  border-radius: 50%;
}
.topList__progress {
  display: flex;
  align-items: center;
  width: 50%;
}
.progressBar {
  display: block;
  height: 25px;
  margin: 0 20px !important;
  background-color: green;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  border-radius: 3px;
  animation: progress-bar-stripes 2s linear infinite;
  transition: 0.8s ease-out;
  width: 40%;
}
@media screen and (max-width: 800px) {
  #topList li {
    flex-direction: column;
    margin-bottom: 12px !important;
  }
  .topList__progress {
    margin-top: 2px !important;
    margin-left: 19px !important;
  }
  .topList__person,
  .topList__progress {
    width: 100%;
  }
}
#formBlocks {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
#formBlocks .form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 480px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  background-color: #1a1a1a;
  color: #fff;
  border: 1px solid #333;
  margin: 0 auto;
}
#formBlocks .iti {
  border: 1px solid rgba(105, 105, 105, 0.397) !important;
  border-radius: 10px !important;
  overflow: hidden;
}
#formBlocks .formTitle {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #00bfff;
}
#formBlocks .formTitle::after,
#formBlocks .formTitle::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0;
  background-color: #00bfff;
}
#formBlocks .formTitle::after {
  animation: pulseUniq 1s linear infinite;
}
@keyframes pulseUniq {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
#formBlocks button:hover {
  background-color: #00bfff96;
}
#formBlocks button {
  border: none;
  outline: 0;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transition: 0.3s ease;
  background-color: #00bfff;
}
#redblocks > * {
  transform: translate3d(160px, -93px, 0);
  -webkit-animation: moveblocks 4s 1s ease infinite;
  animation: moveblocks 4s 1s ease infinite;
}
@-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: firstBlock 4s 1s ease infinite;
  animation: firstBlock 4s 1s ease infinite;
}
#blockdis {
  -webkit-animation: blockdis 4s 1s ease infinite;
  animation: blockdis 4s 1s ease infinite;
}
@-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:nth-child(1) polygon {
  opacity: 0.35;
  -webkit-animation: glow 4s 1s ease infinite;
  animation: glow 4s 1s ease infinite;
}
#redblocksparticles g:nth-child(2) polygon {
  opacity: 0.35;
  -webkit-animation: glow 4s 1s ease infinite;
  animation: glow 4s 1s ease infinite;
}
#redblocksparticles g:nth-child(3) polygon {
  opacity: 0.35;
  -webkit-animation: glow 4s 1s ease infinite;
  animation: glow 4s 1s ease infinite;
}
#redblocksparticles g:nth-child(4) polygon {
  opacity: 0.35;
  -webkit-animation: glow 4s 1s ease infinite;
  animation: glow 4s 1s ease infinite;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(1) {
  -webkit-animation: dots 4s 1.05s ease infinite;
  animation: dots 4s 1.05s ease infinite;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(1) {
  -webkit-animation: dots 4s 1.05s ease infinite;
  animation: dots 4s 1.05s ease infinite;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(1) {
  -webkit-animation: dots 4s 1.05s ease infinite;
  animation: dots 4s 1.05s ease infinite;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(1) {
  -webkit-animation: dots 4s 1.05s ease infinite;
  animation: dots 4s 1.05s ease infinite;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(2) {
  -webkit-animation: dots 4s 1.1s ease infinite;
  animation: dots 4s 1.1s ease infinite;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(2) {
  -webkit-animation: dots 4s 1.1s ease infinite;
  animation: dots 4s 1.1s ease infinite;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(2) {
  -webkit-animation: dots 4s 1.1s ease infinite;
  animation: dots 4s 1.1s ease infinite;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(2) {
  -webkit-animation: dots 4s 1.1s ease infinite;
  animation: dots 4s 1.1s ease infinite;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(3) {
  -webkit-animation: dots 4s 1.15s ease infinite;
  animation: dots 4s 1.15s ease infinite;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(3) {
  -webkit-animation: dots 4s 1.15s ease infinite;
  animation: dots 4s 1.15s ease infinite;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(3) {
  -webkit-animation: dots 4s 1.15s ease infinite;
  animation: dots 4s 1.15s ease infinite;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(3) {
  -webkit-animation: dots 4s 1.15s ease infinite;
  animation: dots 4s 1.15s ease infinite;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(4) {
  -webkit-animation: dots 4s 1.2s ease infinite;
  animation: dots 4s 1.2s ease infinite;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(4) {
  -webkit-animation: dots 4s 1.2s ease infinite;
  animation: dots 4s 1.2s ease infinite;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(4) {
  -webkit-animation: dots 4s 1.2s ease infinite;
  animation: dots 4s 1.2s ease infinite;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(4) {
  -webkit-animation: dots 4s 1.2s ease infinite;
  animation: dots 4s 1.2s ease infinite;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(5) {
  -webkit-animation: dots 4s 1.25s ease infinite;
  animation: dots 4s 1.25s ease infinite;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(5) {
  -webkit-animation: dots 4s 1.25s ease infinite;
  animation: dots 4s 1.25s ease infinite;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(5) {
  -webkit-animation: dots 4s 1.25s ease infinite;
  animation: dots 4s 1.25s ease infinite;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(5) {
  -webkit-animation: dots 4s 1.25s ease infinite;
  animation: dots 4s 1.25s ease infinite;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(6) {
  -webkit-animation: dots 4s 1.3s ease infinite;
  animation: dots 4s 1.3s ease infinite;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(6) {
  -webkit-animation: dots 4s 1.3s ease infinite;
  animation: dots 4s 1.3s ease infinite;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(6) {
  -webkit-animation: dots 4s 1.3s ease infinite;
  animation: dots 4s 1.3s ease infinite;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(6) {
  -webkit-animation: dots 4s 1.3s ease infinite;
  animation: dots 4s 1.3s ease infinite;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(7) {
  -webkit-animation: dots 4s 1.35s ease infinite;
  animation: dots 4s 1.35s ease infinite;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(7) {
  -webkit-animation: dots 4s 1.35s ease infinite;
  animation: dots 4s 1.35s ease infinite;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(7) {
  -webkit-animation: dots 4s 1.35s ease infinite;
  animation: dots 4s 1.35s ease infinite;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(7) {
  -webkit-animation: dots 4s 1.35s ease infinite;
  animation: dots 4s 1.35s ease infinite;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(8) {
  -webkit-animation: dots 4s 1.4s ease infinite;
  animation: dots 4s 1.4s ease infinite;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(8) {
  -webkit-animation: dots 4s 1.4s ease infinite;
  animation: dots 4s 1.4s ease infinite;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(8) {
  -webkit-animation: dots 4s 1.4s ease infinite;
  animation: dots 4s 1.4s ease infinite;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(8) {
  -webkit-animation: dots 4s 1.4s ease infinite;
  animation: dots 4s 1.4s ease infinite;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(9) {
  -webkit-animation: dots 4s 1.45s ease infinite;
  animation: dots 4s 1.45s ease infinite;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(9) {
  -webkit-animation: dots 4s 1.45s ease infinite;
  animation: dots 4s 1.45s ease infinite;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(9) {
  -webkit-animation: dots 4s 1.45s ease infinite;
  animation: dots 4s 1.45s ease infinite;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(9) {
  -webkit-animation: dots 4s 1.45s ease infinite;
  animation: dots 4s 1.45s ease infinite;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(10) {
  -webkit-animation: dots 4s 1.5s ease infinite;
  animation: dots 4s 1.5s ease infinite;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(10) {
  -webkit-animation: dots 4s 1.5s ease infinite;
  animation: dots 4s 1.5s ease infinite;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(10) {
  -webkit-animation: dots 4s 1.5s ease infinite;
  animation: dots 4s 1.5s ease infinite;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(10) {
  -webkit-animation: dots 4s 1.5s ease infinite;
  animation: dots 4s 1.5s ease infinite;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(11) {
  -webkit-animation: dots 4s 1.55s ease infinite;
  animation: dots 4s 1.55s ease infinite;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(11) {
  -webkit-animation: dots 4s 1.55s ease infinite;
  animation: dots 4s 1.55s ease infinite;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(11) {
  -webkit-animation: dots 4s 1.55s ease infinite;
  animation: dots 4s 1.55s ease infinite;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(11) {
  -webkit-animation: dots 4s 1.55s ease infinite;
  animation: dots 4s 1.55s ease infinite;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(12) {
  -webkit-animation: dots 4s 1.6s ease infinite;
  animation: dots 4s 1.6s ease infinite;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(12) {
  -webkit-animation: dots 4s 1.6s ease infinite;
  animation: dots 4s 1.6s ease infinite;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(12) {
  -webkit-animation: dots 4s 1.6s ease infinite;
  animation: dots 4s 1.6s ease infinite;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(12) {
  -webkit-animation: dots 4s 1.6s ease infinite;
  animation: dots 4s 1.6s ease infinite;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(13) {
  -webkit-animation: dots 4s 1.65s ease infinite;
  animation: dots 4s 1.65s ease infinite;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(13) {
  -webkit-animation: dots 4s 1.65s ease infinite;
  animation: dots 4s 1.65s ease infinite;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(13) {
  -webkit-animation: dots 4s 1.65s ease infinite;
  animation: dots 4s 1.65s ease infinite;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(13) {
  -webkit-animation: dots 4s 1.65s ease infinite;
  animation: dots 4s 1.65s ease infinite;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(14) {
  -webkit-animation: dots 4s 1.7s ease infinite;
  animation: dots 4s 1.7s ease infinite;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(14) {
  -webkit-animation: dots 4s 1.7s ease infinite;
  animation: dots 4s 1.7s ease infinite;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(14) {
  -webkit-animation: dots 4s 1.7s ease infinite;
  animation: dots 4s 1.7s ease infinite;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(14) {
  -webkit-animation: dots 4s 1.7s ease infinite;
  animation: dots 4s 1.7s ease infinite;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(15) {
  -webkit-animation: dots 4s 1.75s ease infinite;
  animation: dots 4s 1.75s ease infinite;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(15) {
  -webkit-animation: dots 4s 1.75s ease infinite;
  animation: dots 4s 1.75s ease infinite;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(15) {
  -webkit-animation: dots 4s 1.75s ease infinite;
  animation: dots 4s 1.75s ease infinite;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(15) {
  -webkit-animation: dots 4s 1.75s ease infinite;
  animation: dots 4s 1.75s ease infinite;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(16) {
  -webkit-animation: dots 4s 1.8s ease infinite;
  animation: dots 4s 1.8s ease infinite;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(16) {
  -webkit-animation: dots 4s 1.8s ease infinite;
  animation: dots 4s 1.8s ease infinite;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(16) {
  -webkit-animation: dots 4s 1.8s ease infinite;
  animation: dots 4s 1.8s ease infinite;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(16) {
  -webkit-animation: dots 4s 1.8s ease infinite;
  animation: dots 4s 1.8s ease infinite;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(17) {
  -webkit-animation: dots 4s 1.85s ease infinite;
  animation: dots 4s 1.85s ease infinite;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(17) {
  -webkit-animation: dots 4s 1.85s ease infinite;
  animation: dots 4s 1.85s ease infinite;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(17) {
  -webkit-animation: dots 4s 1.85s ease infinite;
  animation: dots 4s 1.85s ease infinite;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(17) {
  -webkit-animation: dots 4s 1.85s ease infinite;
  animation: dots 4s 1.85s ease infinite;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(18) {
  -webkit-animation: dots 4s 1.9s ease infinite;
  animation: dots 4s 1.9s ease infinite;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(18) {
  -webkit-animation: dots 4s 1.9s ease infinite;
  animation: dots 4s 1.9s ease infinite;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(18) {
  -webkit-animation: dots 4s 1.9s ease infinite;
  animation: dots 4s 1.9s ease infinite;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(18) {
  -webkit-animation: dots 4s 1.9s ease infinite;
  animation: dots 4s 1.9s ease infinite;
}
#redblocksparticles g:nth-child(1) g circle:nth-child(19) {
  -webkit-animation: dots 4s 1.95s ease infinite;
  animation: dots 4s 1.95s ease infinite;
}
#redblocksparticles g:nth-child(2) g circle:nth-child(19) {
  -webkit-animation: dots 4s 1.95s ease infinite;
  animation: dots 4s 1.95s ease infinite;
}
#redblocksparticles g:nth-child(3) g circle:nth-child(19) {
  -webkit-animation: dots 4s 1.95s ease infinite;
  animation: dots 4s 1.95s ease infinite;
}
#redblocksparticles g:nth-child(4) g circle:nth-child(19) {
  -webkit-animation: dots 4s 1.95s ease infinite;
  animation: dots 4s 1.95s ease infinite;
}
@-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 > :nth-child(1) {
  -webkit-animation: up 2s 0.5s ease infinite alternate;
  animation: up 2s 0.5s ease infinite alternate;
}
#purplebg > :nth-child(2) {
  -webkit-animation: up 2s 1s ease infinite alternate;
  animation: up 2s 1s ease infinite alternate;
}
#purplebg > :nth-child(3) {
  -webkit-animation: up 2s 1.5s ease infinite alternate;
  animation: up 2s 1.5s ease infinite alternate;
}
#purplebg > :nth-child(4) {
  -webkit-animation: up 2s 2s ease infinite alternate;
  animation: up 2s 2s ease infinite alternate;
}
#purplebg > :nth-child(5) {
  -webkit-animation: up 2s 2.5s ease infinite alternate;
  animation: up 2s 2.5s ease infinite alternate;
}
#purplebg > :nth-child(6) {
  -webkit-animation: up 2s 3s ease infinite alternate;
  animation: up 2s 3s ease infinite alternate;
}
#purplebg > :nth-child(7) {
  -webkit-animation: up 2s 3.5s ease infinite alternate;
  animation: up 2s 3.5s ease infinite alternate;
}
#purplebg > :nth-child(8) {
  -webkit-animation: up 2s 4s ease infinite alternate;
  animation: up 2s 4s ease infinite alternate;
}
#purplebg > :nth-child(9) {
  -webkit-animation: up 2s 4.5s ease infinite alternate;
  animation: up 2s 4.5s ease infinite alternate;
}
#purplebg > :nth-child(10) {
  -webkit-animation: up 2s 5s ease infinite alternate;
  animation: up 2s 5s ease infinite alternate;
}
#purplebg > :nth-child(11) {
  -webkit-animation: up 2s 5.5s ease infinite alternate;
  animation: up 2s 5.5s ease infinite alternate;
}
#purplebg > :nth-child(12) {
  -webkit-animation: up 2s 6s ease infinite alternate;
  animation: up 2s 6s ease infinite alternate;
}
#purplebg > :nth-child(13) {
  -webkit-animation: up 2s 6.5s ease infinite alternate;
  animation: up 2s 6.5s ease infinite alternate;
}
#purplebg > :nth-child(14) {
  -webkit-animation: up 2s 7s ease infinite alternate;
  animation: up 2s 7s ease infinite alternate;
}
#purplebg > :nth-child(15) {
  -webkit-animation: up 2s 7.5s ease infinite alternate;
  animation: up 2s 7.5s ease infinite alternate;
}
#purplebg > :nth-child(16) {
  -webkit-animation: up 2s 8s ease infinite alternate;
  animation: up 2s 8s ease infinite alternate;
}
#purplebg > :nth-child(17) {
  -webkit-animation: up 2s 8.5s ease infinite alternate;
  animation: up 2s 8.5s ease infinite alternate;
}
#purplebg > :nth-child(18) {
  -webkit-animation: up 2s 9s ease infinite alternate;
  animation: up 2s 9s ease infinite alternate;
}
#purplebg > :nth-child(19) {
  -webkit-animation: up 2s 9.5s ease infinite alternate;
  animation: up 2s 9.5s ease infinite alternate;
}
#purplebg > :nth-child(20) {
  -webkit-animation: up 2s 10s ease infinite alternate;
  animation: up 2s 10s ease infinite alternate;
}
@-webkit-keyframes up {
  to {
    transform: translate(0, -25px);
  }
}
@keyframes up {
  to {
    transform: translate(0, -25px);
  }
}
#bottomparticles > :nth-child(1) {
  -webkit-animation: particles 4s 0.3s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 0.3s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles2 > :nth-child(1) {
  -webkit-animation: particles 4s 0.3s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 0.3s ease infinite alternate,
    p 2s ease infinite alternate;
}
#redglowparticles > :nth-child(1) {
  -webkit-animation: particles 4s 0.3s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 0.3s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles > :nth-child(2) {
  -webkit-animation: particles 4s 0.6s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 0.6s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles2 > :nth-child(2) {
  -webkit-animation: particles 4s 0.6s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 0.6s ease infinite alternate,
    p 2s ease infinite alternate;
}
#redglowparticles > :nth-child(2) {
  -webkit-animation: particles 4s 0.6s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 0.6s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles > :nth-child(3) {
  -webkit-animation: particles 4s 0.9s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 0.9s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles2 > :nth-child(3) {
  -webkit-animation: particles 4s 0.9s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 0.9s ease infinite alternate,
    p 2s ease infinite alternate;
}
#redglowparticles > :nth-child(3) {
  -webkit-animation: particles 4s 0.9s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 0.9s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles > :nth-child(4) {
  -webkit-animation: particles 4s 1.2s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 1.2s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles2 > :nth-child(4) {
  -webkit-animation: particles 4s 1.2s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 1.2s ease infinite alternate,
    p 2s ease infinite alternate;
}
#redglowparticles > :nth-child(4) {
  -webkit-animation: particles 4s 1.2s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 1.2s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles > :nth-child(5) {
  -webkit-animation: particles 4s 1.5s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 1.5s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles2 > :nth-child(5) {
  -webkit-animation: particles 4s 1.5s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 1.5s ease infinite alternate,
    p 2s ease infinite alternate;
}
#redglowparticles > :nth-child(5) {
  -webkit-animation: particles 4s 1.5s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 1.5s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles > :nth-child(6) {
  -webkit-animation: particles 4s 1.8s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 1.8s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles2 > :nth-child(6) {
  -webkit-animation: particles 4s 1.8s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 1.8s ease infinite alternate,
    p 2s ease infinite alternate;
}
#redglowparticles > :nth-child(6) {
  -webkit-animation: particles 4s 1.8s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 1.8s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles > :nth-child(7) {
  -webkit-animation: particles 4s 2.1s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 2.1s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles2 > :nth-child(7) {
  -webkit-animation: particles 4s 2.1s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 2.1s ease infinite alternate,
    p 2s ease infinite alternate;
}
#redglowparticles > :nth-child(7) {
  -webkit-animation: particles 4s 2.1s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 2.1s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles > :nth-child(8) {
  -webkit-animation: particles 4s 2.4s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 2.4s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles2 > :nth-child(8) {
  -webkit-animation: particles 4s 2.4s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 2.4s ease infinite alternate,
    p 2s ease infinite alternate;
}
#redglowparticles > :nth-child(8) {
  -webkit-animation: particles 4s 2.4s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 2.4s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles > :nth-child(9) {
  -webkit-animation: particles 4s 2.7s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 2.7s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles2 > :nth-child(9) {
  -webkit-animation: particles 4s 2.7s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 2.7s ease infinite alternate,
    p 2s ease infinite alternate;
}
#redglowparticles > :nth-child(9) {
  -webkit-animation: particles 4s 2.7s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 2.7s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles > :nth-child(10) {
  -webkit-animation: particles 4s 3s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 3s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles2 > :nth-child(10) {
  -webkit-animation: particles 4s 3s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 3s ease infinite alternate,
    p 2s ease infinite alternate;
}
#redglowparticles > :nth-child(10) {
  -webkit-animation: particles 4s 3s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 3s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles > :nth-child(11) {
  -webkit-animation: particles 4s 3.3s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 3.3s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles2 > :nth-child(11) {
  -webkit-animation: particles 4s 3.3s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 3.3s ease infinite alternate,
    p 2s ease infinite alternate;
}
#redglowparticles > :nth-child(11) {
  -webkit-animation: particles 4s 3.3s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 3.3s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles > :nth-child(12) {
  -webkit-animation: particles 4s 3.6s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 3.6s ease infinite alternate,
    p 2s ease infinite alternate;
}
#bottomparticles2 > :nth-child(12) {
  -webkit-animation: particles 4s 3.6s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 3.6s ease infinite alternate,
    p 2s ease infinite alternate;
}
#redglowparticles > :nth-child(12) {
  -webkit-animation: particles 4s 3.6s ease infinite alternate,
    p 2s ease infinite alternate;
  animation: particles 4s 3.6s ease infinite alternate,
    p 2s ease infinite alternate;
}
@-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: p 2s ease infinite alternate;
  animation: p 2s ease infinite alternate;
}
#d-app g:nth-child(1) {
  -webkit-animation: updown 2s 0.2s ease-in-out infinite alternate;
  animation: updown 2s 0.2s ease-in-out infinite alternate;
}
#d-app g:nth-child(2) {
  -webkit-animation: updown 2s 0.4s ease-in-out infinite alternate;
  animation: updown 2s 0.4s ease-in-out infinite alternate;
}
#d-app g:nth-child(3) {
  -webkit-animation: updown 2s 0.6s ease-in-out infinite alternate;
  animation: updown 2s 0.6s ease-in-out infinite alternate;
}
#d-apps2 g:nth-child(1) {
  -webkit-animation: updown 2s 0.2s ease-in-out infinite alternate;
  animation: updown 2s 0.2s ease-in-out infinite alternate;
}
#d-apps2 g:nth-child(2) {
  -webkit-animation: updown 2s 0.4s ease-in-out infinite alternate;
  animation: updown 2s 0.4s ease-in-out infinite alternate;
}
#d-apps2 g:nth-child(3) {
  -webkit-animation: updown 2s 0.6s ease-in-out infinite alternate;
  animation: updown 2s 0.6s ease-in-out infinite alternate;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(1) {
  -webkit-animation: updown 2s 50ms ease infinite alternate;
  animation: updown 2s 50ms ease infinite alternate;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(2) {
  -webkit-animation: updown 2s 0.1s ease infinite alternate;
  animation: updown 2s 0.1s ease infinite alternate;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(3) {
  -webkit-animation: updown 2s 150ms ease infinite alternate;
  animation: updown 2s 150ms ease infinite alternate;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(4) {
  -webkit-animation: updown 2s 0.2s ease infinite alternate;
  animation: updown 2s 0.2s ease infinite alternate;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(5) {
  -webkit-animation: updown 2s 250ms ease infinite alternate;
  animation: updown 2s 250ms ease infinite alternate;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(6) {
  -webkit-animation: updown 2s 0.3s ease infinite alternate;
  animation: updown 2s 0.3s ease infinite alternate;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(7) {
  -webkit-animation: updown 2s 350ms ease infinite alternate;
  animation: updown 2s 350ms ease infinite alternate;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(8) {
  -webkit-animation: updown 2s 0.4s ease infinite alternate;
  animation: updown 2s 0.4s ease infinite alternate;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(9) {
  -webkit-animation: updown 2s 450ms ease infinite alternate;
  animation: updown 2s 450ms ease infinite alternate;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(10) {
  -webkit-animation: updown 2s 0.5s ease infinite alternate;
  animation: updown 2s 0.5s ease infinite alternate;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(11) {
  -webkit-animation: updown 2s 550ms ease infinite alternate;
  animation: updown 2s 550ms ease infinite alternate;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(12) {
  -webkit-animation: updown 2s 0.6s ease infinite alternate;
  animation: updown 2s 0.6s ease infinite alternate;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(13) {
  -webkit-animation: updown 2s 650ms ease infinite alternate;
  animation: updown 2s 650ms ease infinite alternate;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(14) {
  -webkit-animation: updown 2s 0.7s ease infinite alternate;
  animation: updown 2s 0.7s ease infinite alternate;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(15) {
  -webkit-animation: updown 2s 750ms ease infinite alternate;
  animation: updown 2s 750ms ease infinite alternate;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(16) {
  -webkit-animation: updown 2s 0.8s ease infinite alternate;
  animation: updown 2s 0.8s ease infinite alternate;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(17) {
  -webkit-animation: updown 2s 850ms ease infinite alternate;
  animation: updown 2s 850ms ease infinite alternate;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(18) {
  -webkit-animation: updown 2s 0.9s ease infinite alternate;
  animation: updown 2s 0.9s ease infinite alternate;
}
#d-apps2wrapper g:nth-child(3) g > circle:nth-child(19) {
  -webkit-animation: updown 2s 950ms ease infinite alternate;
  animation: updown 2s 950ms ease infinite alternate;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(1) {
  -webkit-animation: updown 2s 50ms ease infinite alternate;
  animation: updown 2s 50ms ease infinite alternate;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(2) {
  -webkit-animation: updown 2s 0.1s ease infinite alternate;
  animation: updown 2s 0.1s ease infinite alternate;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(3) {
  -webkit-animation: updown 2s 150ms ease infinite alternate;
  animation: updown 2s 150ms ease infinite alternate;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(4) {
  -webkit-animation: updown 2s 0.2s ease infinite alternate;
  animation: updown 2s 0.2s ease infinite alternate;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(5) {
  -webkit-animation: updown 2s 250ms ease infinite alternate;
  animation: updown 2s 250ms ease infinite alternate;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(6) {
  -webkit-animation: updown 2s 0.3s ease infinite alternate;
  animation: updown 2s 0.3s ease infinite alternate;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(7) {
  -webkit-animation: updown 2s 350ms ease infinite alternate;
  animation: updown 2s 350ms ease infinite alternate;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(8) {
  -webkit-animation: updown 2s 0.4s ease infinite alternate;
  animation: updown 2s 0.4s ease infinite alternate;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(9) {
  -webkit-animation: updown 2s 450ms ease infinite alternate;
  animation: updown 2s 450ms ease infinite alternate;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(10) {
  -webkit-animation: updown 2s 0.5s ease infinite alternate;
  animation: updown 2s 0.5s ease infinite alternate;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(11) {
  -webkit-animation: updown 2s 550ms ease infinite alternate;
  animation: updown 2s 550ms ease infinite alternate;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(12) {
  -webkit-animation: updown 2s 0.6s ease infinite alternate;
  animation: updown 2s 0.6s ease infinite alternate;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(13) {
  -webkit-animation: updown 2s 650ms ease infinite alternate;
  animation: updown 2s 650ms ease infinite alternate;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(14) {
  -webkit-animation: updown 2s 0.7s ease infinite alternate;
  animation: updown 2s 0.7s ease infinite alternate;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(15) {
  -webkit-animation: updown 2s 750ms ease infinite alternate;
  animation: updown 2s 750ms ease infinite alternate;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(16) {
  -webkit-animation: updown 2s 0.8s ease infinite alternate;
  animation: updown 2s 0.8s ease infinite alternate;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(17) {
  -webkit-animation: updown 2s 850ms ease infinite alternate;
  animation: updown 2s 850ms ease infinite alternate;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(18) {
  -webkit-animation: updown 2s 0.9s ease infinite alternate;
  animation: updown 2s 0.9s ease infinite alternate;
}
#d-appswrapper g:nth-child(2) g > circle:nth-child(19) {
  -webkit-animation: updown 2s 950ms ease infinite alternate;
  animation: updown 2s 950ms ease infinite alternate;
}
@-webkit-keyframes updown {
  100% {
    transform: translate(0, -20px);
  }
}
@keyframes updown {
  100% {
    transform: translate(0, -20px);
  }
}
#Layer_1 > g:nth-child(2) > g:nth-child(18) > g:nth-child(12) {
  -webkit-animation: arrows 1s ease-in-out infinite alternate,
    p 2s ease infinite alternate;
  animation: arrows 1s ease-in-out infinite alternate,
    p 2s ease infinite alternate;
}
@-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: arrows2 1s ease-in-out infinite alternate,
    p 2s ease infinite alternate;
  animation: arrows2 1s ease-in-out infinite alternate,
    p 2s ease infinite alternate;
}
@-webkit-keyframes arrows2 {
  to {
    transform: translate(-25px, -25px);
  }
}
@keyframes arrows2 {
  to {
    transform: translate(-25px, -25px);
  }
}
#Layer_1 > g:nth-child(2) > g:nth-child(17) > g:nth-child(12) {
  -webkit-animation: arrows 1s ease-in-out infinite alternate,
    p 2s ease infinite alternate;
  animation: arrows 1s ease-in-out infinite alternate,
    p 2s ease infinite alternate;
}
.logos svg {
  width: 300px;
  height: 200px;
}
form:not([id]):not([class]) {
  display: none;
}
.sr-only {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
html {
  scroll-behavior: smooth;
}

#form {
  scroll-margin-top: 100px;
}
.nelvtop-main-button {
  display: block;
  width: 100%;
  padding: 16px 0;
  border-radius: 12px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: #03c;
  transition: transform 0.3s ease-out;

  &:hover {
    transform: scale(1.02);
  }
}
