body.tos-page.dark {
  background: #eff5f6;
}

.tos-page .navbar {
  background: #075161;
}

.tos-page .ch-content {
  min-height: calc(100vh - 260px);
  background: #eff5f6;
}

.tos-page-content {
  width: min(100% - 36px, 920px);
  margin: 64px auto 56px;
  color: #3d4e58;
}

.tos-page-inner {
  width: 100%;
}

.tos-accept-bar {
  margin: 0 0 18px;
}

.tos-accept-bar form {
  max-width: 360px;
  margin: 0 auto;
}

.tos-accept-button {
  min-height: 48px;
}

.tos-content {
  padding: 34px 42px 40px;
  border: 1px solid rgba(7, 81, 97, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(7, 81, 97, 0.08);
  color: #557782;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
}

.tos-content h1,
.tos-content h2,
.tos-content h3,
.tos-content h4 {
  color: #075161;
  font-family: "Patua One", Georgia, serif;
  font-weight: 400;
  line-height: 1.18;
}

.tos-content h1,
.tos-content h2 {
  margin: 0 0 22px;
  font-size: 34px;
}

.tos-content h3 {
  margin: 30px 0 10px;
  font-size: 24px;
}

.tos-content h4 {
  margin: 24px 0 8px;
  font-size: 20px;
}

.tos-content p,
.tos-content li {
  color: #557782;
}

.tos-content p {
  margin: 0 0 16px;
}

.tos-content ul,
.tos-content ol {
  margin: 0 0 18px 22px;
  padding: 0;
}

.tos-content a {
  color: #0b7f92;
  font-weight: 700;
}

.tos-page .footer-container {
  background: #075161;
  color: #fff;
}

.tos-page .footer-container .footer {
  background: #075161;
}
