body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}
body > div:first-of-type {
  flex: 1 1 0;
  min-height: 0;
  width: 100%;
}

#rrg_footer {
  align-self: stretch;
  flex-shrink: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  padding-top: 3rem;
  width: 100%;
}
#rrg_footer a {
  text-decoration: none;
}
#rrg_footer .rrg-footer-bar {
  background-color: #0e313a;
  width: 100%;
}
#rrg_footer .rrg-footer-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}
#rrg_footer .rrg-footer-logo {
  flex: 0 0 auto;
}
#rrg_footer .rrg-footer-logo img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 200px;
}
#rrg_footer .rrg-footer-nav ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
#rrg_footer .rrg-footer-nav a {
  color: white;
}
#rrg_footer .rrg-footer-nav a:hover, #rrg_footer .rrg-footer-nav a:focus {
  color: #29ade3;
}
@media (max-width: 767.98px) {
  #rrg_footer .rrg-footer-content {
    flex-direction: column;
    gap: 1.25rem;
  }
  #rrg_footer .rrg-footer-nav ul {
    justify-content: center;
  }
}
