.b-interlude-bubbles {
  position: relative;
  margin: -10rem 0;
  padding: 10rem 0;
  overflow: hidden;
}
.b-interlude-bubbles .b__inner {
  position: relative;
  margin: 0 auto;
  width: 50%;
  max-width: 33.65rem;
}
@media only screen and (max-width: 987px) {
  .b-interlude-bubbles .b__inner {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape),
  only screen and (max-width: 576px) {
  .b-interlude-bubbles .b__inner {
    width: 80%;
  }
}
.b-interlude-bubbles .a-waves {
  top: 50%;
  left: 50%;
  width: 41.88%;
  transform: translate3d(-50%, calc(-50% + var(--bounce) * 1.25), 0);
}
.b-interlude-bubbles .b__bubbles {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.b-interlude-bubbles .b__bubbles:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.b-interlude-bubbles .b__bubble {
  --color: var(--color-brand-2);
  position: absolute;
  width: 41.6%;
  height: auto;
}
.b-interlude-bubbles .b__bubble:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.b-interlude-bubbles .b__bubble .b__circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 50%;
  transform: translate3d(var(--x), var(--y), 0);
  will-change: transform;
}
.b-interlude-bubbles .b__bubble:nth-child(1) {
  --color: var(--color-brand-2);
  top: 0;
  left: 0;
  z-index: 3;
}
.b-interlude-bubbles .b__bubble:nth-child(2) {
  --color: var(--color-brand-1);
  top: 0;
  left: 50%;
  z-index: 2;
  translate: -50% 0;
}
.b-interlude-bubbles .b__bubble:nth-child(3) {
  --color: var(--color-brand-4);
  top: 0;
  right: 0;
  z-index: 1;
}
.b-interlude-bubbles .b__bubble:nth-child(4) {
  --color: var(--color-brand-7);
  top: 50%;
  left: 0;
  z-index: 4;
  translate: 0 -50%;
}
.b-interlude-bubbles .b__bubble:nth-child(5) {
  --color: var(--color-black);
  top: 50%;
  left: 50%;
  z-index: 5;
  translate: -50% -50%;
}
.b-interlude-bubbles .b__bubble:nth-child(6) {
  --color: var(--color-brand-7);
  top: 50%;
  right: 0;
  z-index: 6;
  translate: 0 -50%;
}
.b-interlude-bubbles .b__bubble:nth-child(7) {
  --color: var(--color-brand-4);
  bottom: 0;
  left: 0;
  z-index: 9;
}
.b-interlude-bubbles .b__bubble:nth-child(8) {
  --color: var(--color-brand-5);
  bottom: 0;
  left: 50%;
  z-index: 8;
  translate: -50% 0;
}
.b-interlude-bubbles .b__bubble:nth-child(9) {
  --color: var(--color-brand-2);
  right: 0;
  bottom: 0;
  z-index: 7;
}
.b-interlude-bubbles .b__lines {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@keyframes b-interlude-bubbles-path {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 261;
  }
}
.b-interlude-bubbles .b__lines path {
  stroke: var(--color-black);
  stroke-linecap: round;
  stroke-width: 0.1667rem;
  will-change: stroke-dashoffset, stroke-dasharray;
}
.b-interlude-bubbles .b__lines circle {
  stroke: var(--color-black);
  stroke-width: 0.1667rem;
}
.b-interlude-bubbles .b__render {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100vw;
  height: 0.25rem;
  transform: translate3d(-50%, -50%, 0);
}
.b-interlude-bubbles .b__render path {
  fill: none;
  stroke: var(--color-black);
  stroke-width: 0.1667rem;
}
@media only screen and (max-width: 767px) {
  .b-interlude-bubbles .b__render path {
    stroke-width: 0.1467rem;
  }
}
.b-interlude-bubbles .b__ruler {
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  opacity: 0;
  pointer-events: none;
}
