html {
  min-height: 100%;
  background:
    radial-gradient(circle at top left, rgba(102, 184, 63, .15), transparent 34rem),
    radial-gradient(circle at bottom right, rgba(28, 158, 145, .12), transparent 28rem),
    #eef7f2;
}

body.theme-light {
  min-height: 100%;
  background: transparent;
}

body.web-runtime #page {
  min-height: 100vh;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

body.web-runtime .page-content {
  padding-bottom: calc(94px + env(safe-area-inset-bottom));
  max-width: 100vw;
  overflow-x: hidden;
}

body.web-runtime .content-boxed,
body.web-runtime .content {
  max-width: 720px;
  width: auto;
  box-sizing: border-box;
}

body.web-runtime .home-hero-image {
  max-width: min(250px, 72vw);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

body.web-runtime .button {
  letter-spacing: 0;
  height: auto;
  min-height: 44px;
  line-height: 1.3;
  padding: 13px 12px;
  white-space: normal;
  overflow-wrap: anywhere;
}

body.web-runtime .input-style input,
body.web-runtime .input-style select {
  font-size: 16px;
}

body.web-runtime .growth-chart {
  width: 100%;
  max-width: 620px;
  height: auto;
}

body.web-runtime .web-storage-note {
  margin: 0 20px 16px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(28, 158, 145, .1);
  color: #245346;
  font-size: 12px;
  line-height: 1.5;
}

body.web-runtime .footer-menu-5-icons a {
  width: 20%;
}

body.web-runtime h1,
body.web-runtime h2,
body.web-runtime h3,
body.web-runtime p,
body.web-runtime span {
  max-width: 100%;
  overflow-wrap: anywhere;
}

body.web-runtime .page-content h1.fa-2x {
  font-size: 24px;
  line-height: 1.2;
}

body.web-runtime .page-content h2 {
  font-size: 20px;
  line-height: 1.3;
}

body.web-runtime .content-boxed {
  margin-left: 15px;
  margin-right: 15px;
  max-width: calc(100vw - 30px);
}

body.web-runtime .content-boxed > .content {
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1000px) {
  body.web-runtime #page {
    width: min(100%, 820px);
    margin: 0 auto;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 24px 80px rgba(24, 81, 63, .16);
  }

  body.web-runtime .header,
  body.web-runtime #footer-menu {
    left: 50%;
    right: auto;
    width: min(100%, 820px);
    transform: translateX(-50%);
  }

  body.web-runtime .content-boxed {
    border-radius: 8px;
  }
}
