.rb-app-footnote {
  font-size: 13px;
  color: white;
  letter-spacing: 1.2px;
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.rb-app-footnote-container {
  margin-top: 80px;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.legal-footer {
  bottom: 10px;
  font-family: "Arial" !important;
  color: #ffffff;
  font-size: 12px;
}
.legal-footer p {
  text-align: center;
  margin-block-start: 0.1em;
  margin-block-end: 0.1em;
}

.legal-footer a,
.legal-footer a:hover {
  font: 400 0.875rem/1.375rem "BarlowCondensed-Medium", sans-serif;
}

.legal-links {
  margin-block-end: 0.5em !important;
}

.middle-content-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.official-partner-of {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  flex-direction: column;
}

.official-partner-of img {
  width: auto;
  height: 48px;
}

.official-partner-of p {
  padding-bottom: 4px;
  font-weight: 100 !important;
}
