.brand {
  gap: 0;
}

.brand-logo {
  display: block;
  width: 220px;
  height: 96px;
  object-fit: cover;
  object-position: center;
}

.footer-brand .brand-logo {
  border-radius: 10px;
  filter: drop-shadow(0 5px 16px rgba(0, 0, 0, 0.22));
}

select {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 7px;
  border: 1px solid #cbd5e4;
  border-radius: 10px;
  padding: 0 14px;
  background: #fbfcff;
  color: var(--ink);
  font: inherit;
}

.form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Keep the hero rings circular even when their container is rectangular. */
.hero-art .orbit {
  inset: auto;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 360px;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
}

.hero-art .orbit-two {
  width: 280px;
  height: 280px;
}

.hero-art .cycle-card {
  width: 176px;
  z-index: 3;
}

.hero-art .win {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.hero-art .grow {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.hero-art .repeat {
  bottom: 0;
  left: 0;
}

.hero-art .win strong,
.hero-art .win span {
  color: var(--navy);
}

.hero-art .grow strong,
.hero-art .grow span {
  color: var(--blue);
}

.hero-art .repeat strong,
.hero-art .repeat span {
  color: #a86f00;
}

@media (max-width: 560px) {
  .brand-logo {
    width: 178px;
    height: 78px;
  }

  .hero-art .orbit {
    width: 330px;
    height: 330px;
  }

  .hero-art .orbit-two {
    width: 250px;
    height: 250px;
  }

  .hero-art .cycle-card {
    width: 150px;
    padding: 15px;
  }
}
