.TopInfo {
  background: var(--colorBrandSecondary);
  color: hsl(0, 0%, calc((var(--colorBrandSecondary-l) - 60) * -100%));
}

@media (max-width: 48rem) {
  .TopInfo {
    display: none;
  }
}

.TopInfo-frame {
  display: flex;
  justify-content: space-evenly;
}

.TopInfo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 33%;
  font-size: 1rem;
  position: relative;
}

.TopInfo-item a {
  color: white;
}

.TopInfo-item svg {
  width: 2.5rem;
  height: auto;
  vertical-align: middle;
}

.TopInfo-item:not(.TopInfo-item:last-of-type):after {
  content: "";
  display: block;
  background: white;
  width: 1px;
  height: 80%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.TopInfo-itemText {
  padding: .5rem .75rem;
}

/*# sourceMappingURL=top-info.min.css.map */
