.newb .control-operator:target ~ .controls .control-button {
  color: #ccc;
  color: rgba(215, 243, 3, 0.96);
}

.newb .control-button:first-of-type, .newb .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1), .newb .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2), .newb .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3), .newb .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4), .newb .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5) {
  color: white;
  color: rgba(0, 0, 0, 0.6);
}

.newb .bcss:first-of-type {
  position: static;
  pointer-events: auto;
  opacity: 1;
}
.newb .bcss {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s;
}
.newb .control-operator {
  display: none;
}
.newb .control-operator:target ~ .bcss {
  pointer-events: none;
  opacity: 0;
  animation: none;
}
.newb .control-operator:target ~ .controls .control-button {
  animation: none;
}

@keyframes controlAnimation-2 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  14.3%,
  50% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  64.3%,
  100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@keyframes newbAnimation-2 {
  0% {
    opacity: 0;
  }

  14.3%,
  50% {
    opacity: 1;
  }

  64.3%,
  100% {
    opacity: 0;
  }
}
.newb .control-operator:nth-of-type(1):target ~ .bcss:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}
.newb .control-operator:nth-of-type(2):target ~ .bcss:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}

.bcsss-2.autoplay .control-button {
  animation: controlAnimation-2 24s infinite;
}
.bcsss-2.autoplay .bcss {
  animation: newbAnimation-2 24s infinite;
}
.bcsss-2 .control-button:nth-of-type(1),
.bcsss-2 .bcss:nth-of-type(1) {
  animation-delay: -2s;
}
.bcsss-2 .control-button:nth-of-type(2),
.bcsss-2 .bcss:nth-of-type(2) {
  animation-delay: 10s;
}

@keyframes controlAnimation-3 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  9.5%,
  33.3% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  42.9%,
  100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@keyframes newbAnimation-3 {
  0% {
    opacity: 0;
  }

  9.5%,
  33.3% {
    opacity: 1;
  }

  42.9%,
  100% {
    opacity: 0;
  }
}
.newb .control-operator:nth-of-type(1):target ~ .bcss:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}
.newb .control-operator:nth-of-type(2):target ~ .bcss:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}
.newb .control-operator:nth-of-type(3):target ~ .bcss:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}

.bcsss-3.autoplay .control-button {
  animation: controlAnimation-3 36s infinite;
}
.bcsss-3.autoplay .bcss {
  animation: newbAnimation-3 36s infinite;
}
.bcsss-3 .control-button:nth-of-type(1),
.bcsss-3 .bcss:nth-of-type(1) {
  animation-delay: -2s;
}
.bcsss-3 .control-button:nth-of-type(2),
.bcsss-3 .bcss:nth-of-type(2) {
  animation-delay: 10s;
}
.bcsss-3 .control-button:nth-of-type(3),
.bcsss-3 .bcss:nth-of-type(3) {
  animation-delay: 22s;
}

@keyframes controlAnimation-4 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  7.1%,
  25% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  32.1%,
  100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@keyframes newbAnimation-4 {
  0% {
    opacity: 0;
  }

  7.1%,
  25% {
    opacity: 1;
  }

  32.1%,
  100% {
    opacity: 0;
  }
}
.newb .control-operator:nth-of-type(1):target ~ .bcss:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}
.newb .control-operator:nth-of-type(2):target ~ .bcss:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}
.newb .control-operator:nth-of-type(3):target ~ .bcss:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}
.newb .control-operator:nth-of-type(4):target ~ .bcss:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}

.bcsss-4.autoplay .control-button {
  animation: controlAnimation-4 28s infinite;
}
.bcsss-4.autoplay .bcss {
  animation: newbAnimation-4 28s infinite;
}
.bcsss-4 .control-button:nth-of-type(1),
.bcsss-4 .bcss:nth-of-type(1) {
  animation-delay: -2s;
}
.bcsss-4 .control-button:nth-of-type(2),
.bcsss-4 .bcss:nth-of-type(2) {
  animation-delay: 5s;
}
.bcsss-4 .control-button:nth-of-type(3),
.bcsss-4 .bcss:nth-of-type(3) {
  animation-delay: 12s;
}
.bcsss-4 .control-button:nth-of-type(4),
.bcsss-4 .bcss:nth-of-type(4) {
  animation-delay: 19s;
}

@keyframes controlAnimation-5 {
  0% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }

  5.7%,
  20% {
    color: white;
    color: rgba(255, 255, 255, 0.8);
  }

  25.7%,
  100% {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
  }
}
@keyframes newbAnimation-5 {
  0% {
    opacity: 0;
  }

  5.7%,
  20% {
    opacity: 1;
  }

  25.7%,
  100% {
    opacity: 0;
  }
}
.newb .control-operator:nth-of-type(1):target ~ .bcss:nth-of-type(1) {
  pointer-events: auto;
  opacity: 1;
}
.newb .control-operator:nth-of-type(2):target ~ .bcss:nth-of-type(2) {
  pointer-events: auto;
  opacity: 1;
}
.newb .control-operator:nth-of-type(3):target ~ .bcss:nth-of-type(3) {
  pointer-events: auto;
  opacity: 1;
}
.newb .control-operator:nth-of-type(4):target ~ .bcss:nth-of-type(4) {
  pointer-events: auto;
  opacity: 1;
}
.newb .control-operator:nth-of-type(5):target ~ .bcss:nth-of-type(5) {
  pointer-events: auto;
  opacity: 1;
}

.bcsss-5.autoplay .control-button {
  animation: controlAnimation-5 35s infinite;
}
.bcsss-5.autoplay .bcss {
  animation: newbAnimation-5 35s infinite;
}
.bcsss-5 .control-button:nth-of-type(1),
.bcsss-5 .bcss:nth-of-type(1) {
  animation-delay: -2s;
}
.bcsss-5 .control-button:nth-of-type(2),
.bcsss-5 .bcss:nth-of-type(2) {
  animation-delay: 5s;
}
.bcsss-5 .control-button:nth-of-type(3),
.bcsss-5 .bcss:nth-of-type(3) {
  animation-delay: 12s;
}
.bcsss-5 .control-button:nth-of-type(4),
.bcsss-5 .bcss:nth-of-type(4) {
  animation-delay: 19s;
}
.bcsss-5 .control-button:nth-of-type(5),
.bcsss-5 .bcss:nth-of-type(5) {
  animation-delay: 26s;
}