.th-fouc-block {
  visibility: visible;
  opacity: 0;
  display: none;
}

body {
  place-items: center;
  min-width: 300px;
  max-width: 100%;
  min-height: 80vh;
  margin: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper {
  height: 100%;
  padding: 1em 0;
}

.content {
  margin: 0;
  padding: .5rem;
  display: block;
  position: relative;
  top: 6rem;
}

footer {
  border-top: 1px solid #666;
  place-items: center;
  width: 100%;
  margin: 0;
  display: flex;
  position: absolute;
  bottom: 0;
}

.header-container {
  z-index: 1000000;
  color: #000;
  border-bottom: var(--th-header-dividers);
  background-color: #fff;
  margin: 0 auto;
  line-height: 1rem;
}

.navbar {
  width: 100%;
  height: 3rem;
  padding: .5rem 1rem;
  display: inline-block;
}

.navbar-nav {
  float: left;
  min-height: 2rem;
}

.navbar-nav img {
  vertical-align: middle;
  height: 2rem;
}

.navbar-cta {
  float: right;
  padding: 0 2rem;
}

.navbar-title {
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  line-height: 2rem;
}

.navbar-link {
  color: #154d5b;
  text-align: center;
  vertical-align: middle;
  padding: 0 3rem;
  font-weight: bold;
  line-height: 2rem;
  text-decoration: none;
}
/*# sourceMappingURL=thirstie.4d663569.css.map */
