@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.buttons li:not(:first-child) a {
  background-color: transparent;
  color: #491e88;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .buttons li:not(:first-child) a, html[native-dark-active] .buttons li:not(:first-child) a {
  color: #c6c6c6;
  border-color: #c6c6c6;
}
.buttons li:not(:first-child) a:hover, .buttons li:not(:first-child) a:focus-visible {
  background-color: #491e88;
  color: #fff;
  text-decoration: none;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .buttons li:not(:first-child) a:hover, html[native-dark-active] .buttons li:not(:first-child) a:hover, [data-darkreader-scheme=dark] .buttons li:not(:first-child) a:focus-visible, html[native-dark-active] .buttons li:not(:first-child) a:focus-visible {
  border-color: #491e88;
}
.buttons li a {
  text-decoration: none;
  border-color: #491e88;
  background-color: #491e88;
  color: #fff;
  justify-content: space-between;
}
.buttons li a:hover, .buttons li a:focus-visible {
  outline: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  .buttons li a {
    min-width: 17.5rem;
  }
}
.buttons li a:hover, .buttons li a:focus-visible {
  background: transparent;
  color: #491e88;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .buttons li a:hover, html[native-dark-active] .buttons li a:hover, [data-darkreader-scheme=dark] .buttons li a:focus-visible, html[native-dark-active] .buttons li a:focus-visible {
  color: #c6c6c6;
  border-color: #c6c6c6;
}
.buttons li a:after {
  content: "\f054";
  font-weight: 500;
  font-family: "viavi-icons";
  padding-left: 1rem;
  transition: transform 0.3s ease;
}
/*# sourceMappingURL=paragraph--button-set.css.map */
