:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.svg-vis .delay-0 {
  animation-delay: 0s !important;
}
.svg-vis .delay-1 {
  animation-delay: 0.3s !important;
}
.svg-vis .delay-2 {
  animation-delay: 0.6s !important;
}
.svg-vis .delay-3 {
  animation-delay: 0.9s !important;
}
.svg-vis .delay-4 {
  animation-delay: 1.2s !important;
}
.svg-vis .delay-5 {
  animation-delay: 1.5s !important;
}
.svg-vis .delay-6 {
  animation-delay: 1.8s !important;
}
.svg-vis .delay-7 {
  animation-delay: 2.1s !important;
}
.svg-vis .delay-8 {
  animation-delay: 2.4s !important;
}
.svg-vis .delay-9 {
  animation-delay: 2.7s !important;
}
.svg-vis .delay-10 {
  animation-delay: 3s !important;
}