/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
section.intro .choices {
  width: 200px;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  section.intro .choices {
    width: 120px;
  }
}
section.intro .choices__inner {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
}
section.intro .is-focused .choices__inner,
section.intro .is-open .choices__inner {
  border-color: rgba(255, 255, 255, 0.75);
}