#vanta-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  filter: blur(0.6px);
  transform: scale(1.01);
  transform-origin: center;
}

.wrapper,
.navigation,
.content,
.footer,
.fixed-bar {
  position: relative;
  z-index: 1;
}

.navigation {
  background-color: rgba(255, 255, 255, 0.95);
}

.footer {
  display: flex;
  justify-content: center;
}

.footer > .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.bg-visual-control {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 1rem 0 0;
  font-size: 0.9rem;
}

.bg-visual-control label {
  font-weight: 500;
}

.bg-visual-control select {
  border: 1px solid rgba(40, 40, 40, 0.25);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 0.3rem 0.5rem;
  color: #222;
}

.footer-copyright {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  white-space: nowrap;
}

.footer-copyright .copyright-symbol {
  display: inline-block;
  line-height: 1;
  margin-right: 0.08rem;
  transform: translateY(0.1em);
}

.footer-copyright .copyright-year {
  line-height: 1;
}

@media (max-width: 640px) {
  .bg-visual-control {
    display: flex;
    width: 100%;
  }

  .bg-visual-control select {
    flex: 1;
  }
}
