.global-banner {
  display: flex;
  width: 100%;
  height: 48px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;

  color: var(--darkText);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.11px;

  background: linear-gradient(270deg, #1792cf 0%, #7beaea 100%);
}

.redirect-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

@media screen and (max-width: 833px) {
  .global-banner {
    display: none;
  }
}
