/* Home pública: banner e seções originais; aparência e responsividade. */
:root {
  --hm-navy: #071a3a;
  --hm-navy-2: #0a2b5f;
  --hm-blue: #145cff;
  --hm-green: #0ca678;
  --hm-gold: #f1c84b;
  --hm-paper: #f7f6f0;
  --hm-ink: #15233b;
  --hm-muted: #65758b;
  --hm-line: #d9e2eb;
  --hm-rail: 72px;
  --hm-section-y: 44px;
  --hm-head-gap: 20px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--hm-paper);
  color: var(--hm-ink);
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden
}

a {
  color: inherit
}

img {
  display: block;
  max-width: 100%
}

[id] {
  scroll-margin-top: 14px
}

:focus-visible {
  outline: 3px solid rgba(20, 92, 255, .42);
  outline-offset: 3px
}

.hm-main {
  margin-left: var(--hm-rail)
}

.hm-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto
}

.hm-section {
  position: relative;
  padding: var(--hm-section-y) 0
}

.hm-section .hm-wrap {
  position: relative;
  z-index: 1
}

.hm-section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-bottom: var(--hm-head-gap);
  padding-top: 12px;
  border-top: 1px solid rgba(7, 26, 58, .12);
  text-align: center
}

.hm-section-head>div {
  width: 100%
}

.hm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--hm-blue);
  font-size: 9.5px;
  font-weight: 900;
  letter-spacing: .105em;
  text-transform: uppercase
}

.hm-eyebrow.light {
  color: #bcd0ff
}

.hm-eyebrow.gold {
  color: #f4d969
}

.hm-title {
  max-width: 760px;
  margin: 6px auto 7px;
  color: var(--hm-navy);
  font-size: clamp(29px, 3vw, 40px);
  line-height: 1;
  letter-spacing: -1.55px;
  font-weight: 900;
  text-align: center
}

.hm-lead {
  max-width: 720px;
  margin: 0 auto;
  color: var(--hm-muted);
  font-size: 12.6px;
  font-weight: 700;
  line-height: 1.52;
  text-align: center
}

.hm-title,
.hm-cover-main h1,
.hm-teacher-main h3,
.hm-family-copy blockquote,
.hm-school-panel h2,
.hm-product-main h2 {
  text-wrap: balance
}

.hm-lead,
.hm-cover-main p,
.hm-path span,
.hm-teacher-access-copy small,
.hm-family-note span,
.hm-school-point span,
.hm-product-side span {
  overflow-wrap: break-word
}

.hm-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  margin-top: 12px;
  padding: 9px 14px;
  border: 1px solid rgba(7, 26, 58, .14);
  border-radius: 11px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 6px 18px rgba(7, 26, 58, .07);
  color: var(--hm-blue);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: box-shadow .15s ease, transform .15s ease, background .15s ease, border-color .15s ease, color .15s ease
}

.hm-link i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  border-radius: 50%;
  background: rgba(7, 26, 58, .08);
  transition: transform .15s ease, background .15s ease
}

.hm-link:hover,
.hm-link:focus-visible {
  box-shadow: 0 9px 22px rgba(7, 26, 58, .11);
  transform: translateY(-1px)
}

.hm-link:hover i,
.hm-link:focus-visible i {
  transform: translateX(2px);
  background: rgba(7, 26, 58, .12)
}

.hm-hero {
  position: relative;
  overflow: hidden;
  padding: 16px 0 26px;
  background: linear-gradient(135deg, #fbfbf7 0%, #f1f5fa 58%, #edf3f8 100%)
}

.hm-hero:after {
  content: "+";
  position: absolute;
  right: -20px;
  bottom: -140px;
  color: rgba(20, 92, 255, .04);
  font-size: 340px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none
}

.hm-cover-grid {
  position: relative;
  z-index: 1;
  display: block
}

.hm-cover-main {
  width: 100%;
  min-height: 350px;
  padding: 28px clamp(28px, 6vw, 76px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
  background: linear-gradient(145deg, #071a3a 0%, #0a2b5f 58%, #104795 125%);
  color: #fff;
  overflow: hidden;
  position: relative
}

.hm-cover-main:before {
  content: "";
  position: absolute;
  right: -66px;
  top: -126px;
  width: 310px;
  height: 310px;
  border: 42px solid rgba(255, 255, 255, .045);
  border-radius: 50%
}

.hm-cover-main:after {
  content: "";
  position: absolute;
  left: 52%;
  top: 42px;
  width: 126px;
  height: 126px;
  background: radial-gradient(circle, #35b64a 0 3px, transparent 4px), radial-gradient(circle at 60% 25%, #f4ce55 0 3px, transparent 4px), radial-gradient(circle at 35% 75%, #57b9ff 0 3px, transparent 4px);
  opacity: .82
}

.hm-cover-main>* {
  position: relative;
  z-index: 1
}

.hm-cover-main h1 {
  max-width: 860px;
  margin: 8px auto 10px;
  font-size: clamp(40px, 4.1vw, 58px);
  line-height: .97;
  letter-spacing: -2.1px;
  font-weight: 900
}

.hm-cover-main p {
  max-width: 770px;
  margin: 0 auto;
  color: #d6e2f4;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.46
}

.hm-live {
  padding: 42px 0 44px;
  background: #eef5f9
}

.hm-live .hm-section-head {
  padding-top: 0;
  border-top: 0;
  margin-bottom: 18px
}

.hm-live .hm-lead {
  font-size: 12.4px
}

.hm-student {
  padding: 44px 0;
  background: #eef7f1
}

.hm-student-layout {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 20px;
  align-items: stretch
}

.hm-student-intro {
  position: relative;
  padding: 30px 32px;
  border: 1px solid #cfe3d5;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  text-align: center
}

.hm-student-intro:before {
  content: "ALUNO";
  position: absolute;
  right: -6px;
  top: -11px;
  color: rgba(36, 134, 74, .055);
  font-size: 82px;
  font-weight: 900;
  letter-spacing: -5px
}

.hm-student-intro>* {
  position: relative;
  z-index: 1
}

.hm-student-intro .hm-title {
  color: #174b39;
  font-size: clamp(31px, 3.35vw, 44px)
}

.hm-student-intro .hm-lead {
  text-align: left
}

.hm-student-paths {
  display: block;
  border: 1px solid #cfe3d5;
  border-radius: 20px;
  background: #fff;
  overflow: hidden
}

.hm-path {
  position: relative;
  display: block;
  min-height: 0;
  padding: 17px 22px;
  border-bottom: 1px solid #dce9e0;
  background: #fff;
  color: #173d35;
  text-decoration: none;
  text-align: center;
  transition: background .15s ease
}

.hm-path:last-child {
  border-bottom: 0
}

.hm-path:hover,
.hm-path:focus-visible {
  background: #f6fbf8
}

.hm-path:before {
  display: block;
  margin: 0 0 5px;
  color: #8aa49a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em
}

.hm-path.one:before {
  content: "01"
}

.hm-path.two:before {
  content: "02"
}

.hm-path.three:before {
  content: "03"
}

.hm-path.four:before {
  content: "04"
}

.hm-path strong {
  display: block;
  font-size: 17px
}

.hm-path span {
  display: block;
  margin-top: 3px;
  color: #61756e;
  font-size: 9.8px;
  line-height: 1.34;
  font-weight: 800
}

.hm-teacher {
  padding: 44px 0;
  background: #e8f5f2;
  color: #183f3c
}

.hm-teacher .hm-section-head {
  margin-bottom: 20px;
  border-top-color: #bfded7
}

.hm-teacher .hm-title {
  color: #0f4f4b
}

.hm-teacher .hm-lead {
  color: #4f6d68
}

.hm-teacher .hm-eyebrow.gold {
  color: #0b7567
}

.hm-teacher-board {
  display: block;
  border: 0;
  background: transparent;
  overflow: visible
}

.hm-teacher-main {
  max-width: 930px;
  min-height: 0;
  margin: 0 auto;
  padding: 21px 28px;
  border-top: 3px solid #0b7567;
  border-bottom: 1px solid #bfded7;
  background: rgba(255, 255, 255, .74);
  color: #153f3d;
  text-align: center
}

.hm-teacher-main h3 {
  margin: 8px 0 5px;
  color: #123f3c;
  font-size: 25px;
  line-height: 1
}

.hm-teacher-main>p {
  max-width: 620px;
  margin: 0 auto;
  color: #55736f;
  font-size: 11.7px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center
}

.hm-teacher-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px solid #d8eee9
}

.hm-teacher-number {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  text-align: center
}

.hm-teacher-number strong {
  color: #0b7767;
  font-size: 22px;
  font-weight: 900
}

.hm-teacher-number span {
  color: #58756f;
  font-size: 8.8px;
  font-weight: 900
}

.hm-teacher-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1080px;
  margin: 13px auto 0;
  border: 1px solid #bfded7;
  border-radius: 15px;
  background: rgba(255, 255, 255, .82);
  overflow: hidden
}

.hm-teacher-list a {
  position: relative;
  min-height: 112px;
  padding: 31px 22px 18px;
  border: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #153f3d;
  text-decoration: none;
  text-align: center;
  transition: background .15s ease, color .15s ease
}

.hm-teacher-list a+a {
  border-left: 1px solid #d8eee9
}

.hm-teacher-list a:hover,
.hm-teacher-list a:focus-visible {
  background: #f3faf8
}

.hm-teacher-list a:before {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #0b7567;
  font-size: 7.8px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase
}

.hm-teacher-list a:nth-child(1):before {
  content: "CRIAR"
}

.hm-teacher-list a:nth-child(2):before {
  content: "BNCC"
}

.hm-teacher-list a:nth-child(3):before {
  content: "PROJETOS"
}

.hm-teacher-list a:nth-child(4):before {
  content: "IA"
}

.hm-teacher-list a>i:last-child {
  position: absolute;
  right: 12px;
  bottom: 10px;
  color: #0b8b76
}

.hm-teacher-access-copy strong {
  display: block;
  color: #123f3c;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15
}

.hm-teacher-access-copy small {
  display: block;
  margin-top: 5px;
  color: #657b76;
  font-size: 8.6px;
  font-weight: 800;
  line-height: 1.25
}

.hm-family {
  padding: 42px 0;
  background: #fff7f0
}

.hm-family-layout {
  display: block;
  border: 0;
  background: transparent;
  overflow: visible
}

.hm-family-copy {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 22px 22px;
  background: transparent;
  text-align: center
}

.hm-family-copy .hm-title {
  max-width: 700px
}

.hm-family-copy blockquote {
  max-width: 760px;
  margin: 14px auto;
  color: #8a4935;
  font-size: clamp(24px, 2.4vw, 33px);
  line-height: 1.08;
  font-weight: 900;
  text-align: center
}

.hm-family-copy .hm-lead {
  max-width: 660px;
  text-align: center
}

.hm-family-notes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 1040px;
  margin: 2px auto 0;
  padding-top: 22px;
  border-top: 1px solid #dfc6b7;
  background: transparent
}

.hm-family-note {
  position: relative;
  padding: 26px 22px 6px;
  background: transparent;
  color: #59413a;
  text-align: center
}

.hm-family-note+.hm-family-note {
  border-left: 1px solid #ead8cc
}

.hm-family-note:not(:last-child):after {
  content: "→";
  position: absolute;
  right: -10px;
  top: 48%;
  z-index: 2;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff7f0;
  color: #b07961;
  font-size: 13px;
  font-weight: 900
}

.hm-family-note:before {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #d7b7a5;
  border-radius: 50%;
  background: #fff7f0;
  color: #a5654d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em
}

.hm-family-note:nth-child(1):before {
  content: "01"
}

.hm-family-note:nth-child(2):before {
  content: "02"
}

.hm-family-note:nth-child(3):before {
  content: "03"
}

.hm-family-note strong {
  display: block;
  color: #69443a;
  font-size: 16px
}

.hm-family-note span {
  display: block;
  max-width: 270px;
  margin: 5px auto 0;
  color: #76615b;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.42
}

.hm-school {
  padding: 44px 0;
  background: linear-gradient(180deg, #f4f0f9 0%, #f0eef8 100%)
}

.hm-school-panel {
  overflow: visible;
  border: 0;
  background: transparent;
  color: #3d315d
}

.hm-school-grid {
  display: block
}

.hm-school-grid>div:first-child {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px 6px;
  text-align: center
}

.hm-school-panel .hm-eyebrow.light {
  color: #7656a9
}

.hm-school-panel h2 {
  max-width: 760px;
  margin: 6px auto 9px;
  color: #3b2d60;
  font-size: clamp(30px, 3.25vw, 43px);
  line-height: .99
}

.hm-school-panel p {
  max-width: 650px;
  margin: 0 auto;
  color: #665d78;
  font-size: 12.3px;
  font-weight: 700;
  text-align: center
}

.hm-school-points {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px minmax(0, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 11px 20px;
  max-width: 980px;
  margin: 24px auto 0;
  padding: 0;
  border: 0;
  background: linear-gradient(#d8cfee, #d8cfee) center/72% 1px no-repeat, linear-gradient(#d8cfee, #d8cfee) center/1px 62% no-repeat
}

.hm-school-points:before {
  content: "H+";
  grid-column: 2;
  grid-row: 1/3;
  display: grid;
  place-items: center;
  align-self: stretch;
  min-height: 238px;
  border: 1px solid #69529b;
  border-radius: 26px;
  background: linear-gradient(155deg, #3a2c64 0%, #7256a9 100%);
  color: #fff;
  font-size: 54px;
  font-weight: 900;
  letter-spacing: -4px;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(70, 48, 112, .16);
  z-index: 1
}

.hm-school-point {
  --school-accent: #7656a9;
  position: relative;
  min-height: 116px;
  padding: 21px 20px;
  border: 1px solid #ddd5ed;
  border-radius: 17px;
  background: rgba(255, 255, 255, .9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 8px 20px rgba(61, 45, 96, .055);
  z-index: 2
}

.hm-school-point:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
  --school-accent: #315fa4
}

.hm-school-point:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
  --school-accent: #0b7567
}

.hm-school-point:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
  --school-accent: #b07a00
}

.hm-school-point:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
  --school-accent: #7656a9
}

.hm-school-point:before {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: var(--school-accent)
}

.hm-school-point strong {
  display: block;
  color: #45346d;
  font-size: 15px
}

.hm-school-point span {
  display: block;
  max-width: 240px;
  margin: 5px auto 0;
  color: #716983;
  font-size: 9.8px;
  line-height: 1.38;
  font-weight: 800
}

.hm-products {
  padding: 44px 0;
  background: #faf8fc
}

.hm-products .hm-section-head {
  margin-bottom: 20px;
  border-top-color: #ddd3ee
}

.hm-products .hm-title {
  max-width: 820px
}

.hm-products .hm-lead {
  max-width: 760px
}

.hm-product-layout {
  display: block;
  border: 0;
  background: transparent;
  overflow: visible
}

.hm-product-main {
  max-width: 1010px;
  min-height: 0;
  margin: 0 auto;
  padding: 27px 31px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "eyebrow eyebrow" "title action" "copy action";
  column-gap: 30px;
  align-items: center;
  border-radius: 20px;
  background: linear-gradient(145deg, #251747, #573b8f);
  color: #fff;
  text-align: left;
  box-shadow: 0 16px 32px rgba(64, 38, 104, .11)
}

.hm-product-main .hm-eyebrow {
  grid-area: eyebrow;
  justify-self: start
}

.hm-product-main h2 {
  grid-area: title;
  max-width: 720px;
  margin: 7px 0 6px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
  text-align: left
}

.hm-product-main p {
  grid-area: copy;
  max-width: 650px;
  margin: 0;
  color: #e5dcf5;
  font-size: 12.4px;
  font-weight: 700;
  text-align: left
}

.hm-product-main .hm-link {
  grid-area: action;
  align-self: center;
  margin: 0;
  white-space: nowrap
}

.hm-product-side {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 1060px;
  margin: 13px auto 0;
  border: 1px solid #e1d8ee;
  border-radius: 16px;
  background: #fff;
  overflow: hidden
}

.hm-product-side a {
  position: relative;
  min-height: 118px;
  padding: 31px 20px 19px;
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-decoration: none;
  text-align: center;
  transition: background .15s ease
}

.hm-product-side a+a {
  border-left: 1px solid #e8e0f1
}

.hm-product-side a:nth-child(2) {
  background: #fbf8ff
}

.hm-product-side a:nth-child(3) {
  background: #fffaf5
}

.hm-product-side a:hover,
.hm-product-side a:focus-visible {
  background: #f7f3fc
}

.hm-product-side a:before {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #7a62a5;
  font-size: 7.7px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase
}

.hm-product-side a:nth-child(1):before {
  content: "APOIO"
}

.hm-product-side a:nth-child(2):before {
  content: "CONTINUIDADE"
}

.hm-product-side a:nth-child(3):before {
  content: "HISTÓRIAS"
}

.hm-product-side strong {
  display: block;
  color: #332550;
  font-size: 16px
}

.hm-product-side span {
  display: block;
  max-width: 280px;
  margin-top: 5px;
  color: #6d6579;
  font-size: 9.8px;
  font-weight: 800;
  line-height: 1.38
}

.hm-ebooks {
  padding: 40px 0;
  background: #faf7ef
}

.hm-ebooks .hm-section-head {
  margin-bottom: 14px;
  border-top-color: #e1dacb
}

.hm-ebooks .hm-lead {
  font-size: 12px
}

.hm-book-intro {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 5px;
  margin-bottom: 10px;
  padding: 11px 15px;
  border-top: 1px solid #d8e6df;
  border-bottom: 1px solid #d8e6df;
  color: #0b5b4d;
  text-align: center
}

.hm-book-intro .hm-eyebrow {
  color: #14755f
}

.hm-book-intro h2 {
  margin: 3px 0 1px;
  color: #0b5b4d;
  font-size: 18px
}

.hm-book-intro p {
  margin: 0;
  color: #4c7168;
  font-size: 9.8px;
  font-weight: 800
}

.hm-book-top-grid {
  display: grid;
  grid-template-columns: 1.24fr .76fr;
  grid-template-rows: 1fr 1fr;
  gap: 9px;
  min-height: 288px
}

.hm-book-top {
  position: relative;
  min-width: 0;
  padding: 8px;
  border: 1px solid #e2ddd2;
  border-radius: 15px;
  background: #fff;
  text-decoration: none;
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  column-gap: 11px;
  align-items: center;
  text-align: center;
  transition: transform .15s ease, box-shadow .15s ease
}

.hm-book-top:hover,
.hm-book-top:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(41, 34, 20, .09)
}

.hm-book-top:first-child {
  grid-row: 1/3;
  grid-template-columns: 165px minmax(0, 1fr);
  padding: 12px
}

.hm-book-top:first-child img {
  width: 165px;
  height: 234px
}

.hm-book-top:nth-child(2),
.hm-book-top:nth-child(3) {
  min-height: 139px
}

.hm-book-top img {
  width: 100px;
  height: 134px;
  object-fit: cover;
  border-radius: 8px;
  background: #eef2f5;
  box-shadow: 0 8px 15px rgba(41, 34, 20, .12)
}

.hm-book-top-copy {
  min-width: 0
}

.hm-book-top .collection-tag {
  display: inline-block;
  margin-bottom: 5px;
  color: #15826b;
  font-size: 7.2px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase
}

.hm-book-top strong {
  display: block;
  color: var(--hm-navy);
  font-size: 12px;
  line-height: 1.1
}

.hm-book-top:first-child strong {
  font-size: 16px
}

.hm-book-top small {
  display: block;
  margin-top: 4px;
  color: var(--hm-muted);
  font-size: 8.4px;
  font-weight: 800
}

.hm-book-top .free-tag {
  position: absolute;
  z-index: 2;
  right: 9px;
  top: 9px;
  padding: 4px 6px;
  border-radius: 999px;
  background: #e7f3e8;
  color: #3b7346;
  font-size: 6.5px;
  font-weight: 900;
  text-transform: uppercase
}

.hm-student-intro .hm-link,
.hm-teacher-main .hm-link,
.hm-family-copy .hm-link,
.hm-school-panel .hm-link,
.hm-product-main .hm-link {
  min-height: 44px;
  padding: 9px 15px;
  border-color: transparent;
  color: #fff;
  box-shadow: 0 7px 17px rgba(7, 26, 58, .11)
}

.hm-student-intro .hm-link {
  background: #1f6f4b
}

.hm-teacher-main .hm-link {
  background: #0b6f60
}

.hm-family-copy .hm-link {
  background: #a95528
}

.hm-school-panel .hm-link {
  background: #65469a
}

.hm-product-main .hm-link {
  background: #fff;
  color: #3b2c63;
  border-color: #fff;
  box-shadow: 0 8px 20px rgba(18, 8, 38, .18)
}

.hm-student-intro .hm-link i,
.hm-teacher-main .hm-link i,
.hm-family-copy .hm-link i,
.hm-school-panel .hm-link i {
  background: rgba(255, 255, 255, .17)
}

.hm-product-main .hm-link i {
  background: #eee8f6
}

.hm-student-intro .hm-link:hover,
.hm-student-intro .hm-link:focus-visible {
  background: #195c3f
}

.hm-teacher-main .hm-link:hover,
.hm-teacher-main .hm-link:focus-visible {
  background: #095a4e
}

.hm-family-copy .hm-link:hover,
.hm-family-copy .hm-link:focus-visible {
  background: #91451f
}

.hm-school-panel .hm-link:hover,
.hm-school-panel .hm-link:focus-visible {
  background: #543a85
}

.hm-product-main .hm-link:hover,
.hm-product-main .hm-link:focus-visible {
  background: #f8f5fc;
  border-color: #f8f5fc
}

.hm-book-intro .hm-link {
  min-height: 42px;
  margin-top: 5px;
  padding: 8px 13px;
  border-color: #bdd8cf;
  background: #fff;
  color: #0b6b57;
  box-shadow: none
}

.hm-book-intro .hm-link:hover,
.hm-book-intro .hm-link:focus-visible {
  border-color: #83b8a8;
  background: #f4fbf8;
  box-shadow: none
}

.hm-cover-main .hm-link {
  min-height: 34px;
  margin-top: 12px;
  padding: 4px 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none
}

.hm-cover-main .hm-link i {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
  background: transparent
}

.hm-cover-main .hm-link:hover,
.hm-cover-main .hm-link:focus-visible {
  background: transparent;
  box-shadow: none;
  transform: none
}

.hm-cover-main .hm-link:hover i,
.hm-cover-main .hm-link:focus-visible i {
  background: transparent;
  transform: translateY(2px)
}

.hm-footer-old {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-align: center
}

.hm-footer-old p {
  margin: 0;
  font-size: 12px;
  font-weight: 800
}

.hm-footer-old p a {
  color: #fff;
  text-decoration: none
}

.hm-footer-social {
  display: flex;
  gap: 9px
}

.hm-footer-social a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: background .15s ease
}

.hm-footer-social a:hover,
.hm-footer-social a:focus-visible {
  background: rgba(255, 255, 255, .09)
}

@media (max-width:1100px) and (min-width:1025px) and (hover:hover) and (pointer:fine) {
  :root {
    --hm-rail: 62px;
    --hm-section-y: 40px
  }

  .hm-wrap {
    width: min(calc(100% - 30px), 1060px)
  }

  .hm-teacher-list {
    grid-template-columns: repeat(2, 1fr)
  }

  .hm-teacher-list a:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #d8eee9
  }

  .hm-teacher-list a:nth-child(4) {
    border-top: 1px solid #d8eee9
  }

  .hm-school-points {
    grid-template-columns: minmax(0, 1fr) 154px minmax(0, 1fr);
    gap: 10px 16px;
    max-width: 900px
  }

  .hm-school-points:before {
    min-height: 218px;
    font-size: 48px;
    border-radius: 23px
  }

  .hm-school-point {
    min-height: 104px;
    padding: 18px 16px
  }

  .hm-product-main {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 22px
  }

  .hm-product-main .hm-link {
    white-space: normal;
    max-width: 190px;
    text-align: center
  }

  .hm-book-top-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto
  }

  .hm-book-top:first-child {
    grid-column: 1/-1;
    grid-row: auto;
    grid-template-columns: 145px 1fr
  }

  .hm-book-top:first-child img {
    width: 145px;
    height: 205px
  }
}

@media (max-width:1024px),
(hover:none) and (pointer:coarse) {
  :root {
    --hm-rail: 0px;
    --hm-section-y: 36px;
    --hm-head-gap: 17px
  }

  .hm-main {
    margin-left: 0
  }

  .hm-wrap {
    width: min(calc(100% - 30px), 980px)
  }

  .hm-hero {
    padding-top: 12px;
    padding-bottom: 22px
  }

  .hm-cover-main {
    min-height: clamp(330px, 40vw, 380px);
    padding: 25px clamp(24px, 5vw, 44px)
  }

  .hm-cover-main h1 {
    max-width: 760px;
    font-size: clamp(37px, 5.7vw, 49px)
  }

  .hm-cover-main p {
    max-width: 720px;
    font-size: 13.2px;
    line-height: 1.48
  }

  .hm-link {
    min-height: 44px
  }

  .hm-live {
    padding: 36px 0
  }

  .hm-student,
  .hm-teacher,
  .hm-family,
  .hm-products,
  .hm-ebooks {
    padding: 36px 0
  }

  .hm-student-layout {
    grid-template-columns: 1fr
  }

  .hm-student-intro .hm-lead {
    max-width: 680px;
    text-align: center
  }

  .hm-teacher-list {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .hm-teacher-list a:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #d8eee9
  }

  .hm-teacher-list a:nth-child(4) {
    border-top: 1px solid #d8eee9
  }

  .hm-family-notes {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .hm-product-main {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 20px
  }

  .hm-product-main .hm-link {
    white-space: normal;
    max-width: 190px;
    text-align: center
  }

  .hm-product-side {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .hm-school {
    padding: 36px 0
  }

  .hm-school-grid>div:first-child {
    padding: 0 14px 10px
  }

  .hm-school-points {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 9px;
    max-width: 820px;
    background: transparent;
    margin-top: 20px
  }

  .hm-school-points:before {
    grid-column: 1/-1;
    grid-row: 1;
    min-height: 92px;
    border-radius: 19px;
    font-size: 40px
  }

  .hm-school-point:nth-child(1) {
    grid-column: 1;
    grid-row: 2
  }

  .hm-school-point:nth-child(2) {
    grid-column: 2;
    grid-row: 2
  }

  .hm-school-point:nth-child(3) {
    grid-column: 1;
    grid-row: 3
  }

  .hm-school-point:nth-child(4) {
    grid-column: 2;
    grid-row: 3
  }

  .hm-school-point {
    min-height: 112px;
    padding: 18px 15px
  }

  .hm-book-top-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0
  }

  .hm-book-top,
  .hm-book-top:first-child {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 106px minmax(0, 1fr);
    min-height: 136px;
    padding: 8px
  }

  .hm-book-top img,
  .hm-book-top:first-child img {
    width: 106px;
    height: 134px
  }

  .hm-book-top:first-child strong {
    font-size: 13px
  }
}

@media (max-width:900px) {
  .hm-product-side {
    grid-template-columns: 1fr
  }

  .hm-product-side a+a {
    border-left: 0;
    border-top: 1px solid #e8e0f1
  }

  .hm-product-side a:nth-child(3) {
    grid-column: auto
  }
}

@media (max-width:760px) {
  :root {
    --hm-section-y: 28px;
    --hm-head-gap: 15px
  }

  .hm-wrap {
    width: min(calc(100% - 20px), 720px)
  }

  .hm-section {
    padding: 28px 0
  }

  .hm-section-head {
    padding-top: 10px
  }

  .hm-title {
    font-size: clamp(28px, 7.7vw, 37px)
  }

  .hm-lead {
    font-size: 12.2px
  }

  .hm-hero {
    padding-bottom: 19px
  }

  .hm-cover-main {
    min-height: 300px;
    padding: 22px 20px
  }

  .hm-cover-main h1 {
    font-size: clamp(33px, 8.2vw, 42px);
    line-height: .98;
    letter-spacing: -1.45px
  }

  .hm-cover-main p {
    font-size: 12.7px;
    line-height: 1.46
  }

  .hm-cover-main .hm-eyebrow {
    font-size: 8.3px
  }

  .hm-cover-main .hm-link {
    margin-top: 11px
  }

  .hm-live,
  .hm-student,
  .hm-teacher,
  .hm-family,
  .hm-school,
  .hm-products,
  .hm-ebooks {
    padding: 28px 0
  }

  .hm-student-intro {
    padding: 21px
  }

  .hm-student-intro .hm-title {
    font-size: clamp(29px, 7.8vw, 37px)
  }

  .hm-teacher-main {
    padding: 19px
  }

  .hm-teacher-list {
    grid-template-columns: 1fr 1fr
  }

  .hm-teacher-list a {
    min-height: 94px;
    padding: 29px 21px 15px
  }

  .hm-family-copy {
    padding: 0 12px 20px
  }

  .hm-family-copy blockquote {
    margin: 12px auto
  }

  .hm-family-notes {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
    border-top: 0
  }

  .hm-family-note {
    padding: 17px 14px 17px 56px;
    border-top: 1px solid #dfc6b7;
    text-align: left
  }

  .hm-family-note+.hm-family-note {
    border-left: 0
  }

  .hm-family-note:not(:last-child):after {
    display: none
  }

  .hm-family-note:before {
    top: 50%;
    left: 18px;
    transform: translateY(-50%)
  }

  .hm-family-note span {
    max-width: none;
    margin-left: 0;
    margin-right: 0
  }

  .hm-product-main {
    padding: 23px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .hm-product-main .hm-eyebrow {
    align-self: center
  }

  .hm-product-main h2,
  .hm-product-main p {
    text-align: center;
    margin-left: auto;
    margin-right: auto
  }

  .hm-product-main .hm-link {
    margin-top: 12px;
    max-width: none;
    white-space: normal
  }

  .hm-product-side {
    grid-template-columns: 1fr
  }

  .hm-product-side a {
    min-height: 0;
    padding: 29px 17px 17px
  }

  .hm-school-panel h2 {
    font-size: clamp(29px, 7.4vw, 37px)
  }

  .hm-school-points {
    margin-top: 18px;
    gap: 8px
  }

  .hm-school-points:before {
    min-height: 82px;
    font-size: 36px;
    border-radius: 17px
  }

  .hm-school-point {
    min-height: 102px;
    padding: 17px 14px;
    border-radius: 15px
  }

  .hm-book-top,
  .hm-book-top:first-child {
    grid-template-columns: 94px minmax(0, 1fr);
    min-height: 122px;
    padding: 7px
  }

  .hm-book-top img,
  .hm-book-top:first-child img {
    width: 94px;
    height: 118px
  }
}

@media (max-width:480px) {
  .hm-wrap {
    width: min(calc(100% - 16px), 460px)
  }

  .hm-cover-main {
    min-height: 280px;
    padding: 20px 17px
  }

  .hm-cover-main h1 {
    font-size: clamp(30px, 8.6vw, 37px)
  }

  .hm-cover-main p {
    font-size: 12.1px
  }

  .hm-teacher-list {
    grid-template-columns: 1fr
  }

  .hm-teacher-list a {
    min-height: 76px;
    padding: 28px 18px 14px
  }

  .hm-teacher-list a+a,
  .hm-teacher-list a:nth-child(3),
  .hm-teacher-list a:nth-child(4) {
    border-left: 0;
    border-top: 1px solid #d8eee9
  }

  .hm-teacher-numbers {
    gap: 10px
  }

  .hm-teacher-number {
    flex: 1 1 130px
  }

  .hm-school-grid>div:first-child {
    padding-inline: 4px
  }

  .hm-school-points {
    grid-template-columns: 1fr;
    margin-top: 16px
  }

  .hm-school-points:before {
    grid-column: 1;
    grid-row: 1;
    min-height: 76px
  }

  .hm-school-point:nth-child(1) {
    grid-column: 1;
    grid-row: 2
  }

  .hm-school-point:nth-child(2) {
    grid-column: 1;
    grid-row: 3
  }

  .hm-school-point:nth-child(3) {
    grid-column: 1;
    grid-row: 4
  }

  .hm-school-point:nth-child(4) {
    grid-column: 1;
    grid-row: 5
  }

  .hm-school-point {
    min-height: 0;
    padding: 16px
  }

  .hm-book-top,
  .hm-book-top:first-child {
    grid-template-columns: 82px minmax(0, 1fr);
    min-height: 110px
  }

  .hm-book-top img,
  .hm-book-top:first-child img {
    width: 82px;
    height: 103px
  }
}

@media (max-width:370px) {
  .hm-cover-main h1 {
    font-size: 30px
  }
}

.hm-eyebrow {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .095em
}

.hm-title {
  max-width: 800px;
  font-size: clamp(30px, 2.85vw, 40px);
  line-height: 1.06;
  letter-spacing: -1.15px
}

.hm-lead {
  max-width: 700px;
  font-size: 13.2px;
  line-height: 1.58;
  text-wrap: pretty
}

.hm-cover-main h1 {
  max-width: 900px;
  line-height: 1.01;
  letter-spacing: -1.75px
}

.hm-cover-main p {
  max-width: 740px;
  font-size: 14.2px;
  line-height: 1.55;
  text-wrap: pretty
}

.hm-path strong {
  font-size: 16.5px;
  line-height: 1.18
}

.hm-path span {
  font-size: 10.4px;
  line-height: 1.45
}

.hm-teacher-main h3 {
  font-size: 26px;
  line-height: 1.06;
  letter-spacing: -.35px
}

.hm-teacher-main>p {
  font-size: 12.2px;
  line-height: 1.52
}

.hm-teacher-number span {
  font-size: 9.2px;
  line-height: 1.3
}

.hm-teacher-access-copy strong {
  font-size: 13.4px;
  line-height: 1.2
}

.hm-teacher-access-copy small {
  font-size: 9.1px;
  line-height: 1.35
}

.hm-family-copy blockquote {
  line-height: 1.13;
  letter-spacing: -.45px
}

.hm-family-note strong {
  line-height: 1.2
}

.hm-family-note span {
  font-size: 10.4px;
  line-height: 1.5
}

.hm-school-panel h2 {
  max-width: 790px;
  line-height: 1.04;
  letter-spacing: -1px
}

.hm-school-panel p {
  max-width: 660px;
  font-size: 12.8px;
  line-height: 1.56;
  text-wrap: pretty
}

.hm-school-point span {
  font-size: 10.2px;
  line-height: 1.47
}

.hm-product-main h2 {
  line-height: 1.05;
  letter-spacing: -.8px
}

.hm-product-main p {
  font-size: 12.8px;
  line-height: 1.53;
  text-wrap: pretty
}

.hm-product-side span {
  font-size: 10.2px;
  line-height: 1.45
}

.hm-book-intro p {
  font-size: 10.2px;
  line-height: 1.45
}

.hm-book-top strong {
  line-height: 1.18
}

.hm-book-top small {
  font-size: 8.9px;
  line-height: 1.35
}

@media (max-width:1024px),
(hover:none) and (pointer:coarse) {
  .hm-title {
    font-size: clamp(30px, 4.4vw, 39px)
  }

  .hm-lead {
    font-size: 13px
  }

  .hm-cover-main h1 {
    line-height: 1.02;
    letter-spacing: -1.45px
  }
}

@media (max-width:760px) {
  .hm-title {
    font-size: clamp(29px, 7.2vw, 36px);
    line-height: 1.07;
    letter-spacing: -.9px
  }

  .hm-lead {
    font-size: 12.8px;
    line-height: 1.58
  }

  .hm-cover-main h1 {
    font-size: clamp(32px, 8vw, 40px);
    line-height: 1.02;
    letter-spacing: -1.1px
  }

  .hm-cover-main p {
    font-size: 12.9px;
    line-height: 1.55
  }

  .hm-teacher-main h3 {
    font-size: 23px;
    line-height: 1.08
  }

  .hm-family-copy blockquote {
    font-size: clamp(24px, 6vw, 31px)
  }

  .hm-school-panel h2 {
    font-size: clamp(29px, 7.1vw, 36px);
    line-height: 1.06
  }

  .hm-product-main h2 {
    font-size: clamp(27px, 6.8vw, 35px);
    line-height: 1.06
  }
}

@media (max-width:480px) {
  .hm-title {
    font-size: clamp(28px, 8.2vw, 34px)
  }

  .hm-cover-main h1 {
    font-size: clamp(30px, 8.4vw, 36px)
  }

  .hm-cover-main p {
    font-size: 12.6px
  }

  .hm-path strong {
    font-size: 16px
  }

  .hm-teacher-access-copy small,
  .hm-school-point span,
  .hm-product-side span {
    font-size: 9.8px
  }
}

:root {
  --hm-muted: #5b6b80
}

body {
  min-width: 0
}

.hm-family-note:before {
  color: #95563f
}

.hm-footer-social a {
  width: 44px;
  height: 44px
}

.hm-cover-main a:focus-visible,
.hm-product-main a:focus-visible {
  outline-color: #fff
}

@media (forced-colors:active) {
  :focus-visible {
    outline: 3px solid Highlight;
    outline-offset: 3px
  }

  .hm-school-points:before,
  .hm-school-point,
  .hm-product-side,
  .hm-teacher-list {
    forced-color-adjust: auto
  }
}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important
  }
}

.hm-student-layout {
  grid-template-areas: "intro paths";
  align-items: stretch
}

.hm-student-intro {
  grid-area: intro
}

.hm-student-paths {
  grid-area: paths
}

.hm-student .hm-path strong {
  font-size: 19px
}

.hm-student .hm-path span {
  font-size: 11.8px;
  line-height: 1.42
}

.hm-teacher-number span {
  font-size: 10px
}

.hm-teacher-access-copy small {
  font-size: 10px;
  line-height: 1.35
}

.hm-family-note span,
.hm-school-point span,
.hm-product-side span {
  font-size: 11px;
  line-height: 1.45
}

@media (max-width:1024px),
(hover:none) and (pointer:coarse) {
  .hm-student-layout {
    grid-template-areas: "intro" "paths"
  }

  .hm-student .hm-path span {
    font-size: 12.3px
  }

  .hm-teacher-number span,
  .hm-teacher-access-copy small {
    font-size: 10.5px
  }
}

@media (max-width:600px) {
  .hm-student .hm-path span {
    font-size: 12.2px
  }
}

.hm-cover-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex-wrap: wrap;
  margin: 14px auto 0 !important;
  color: #bfcfe6 !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important
}

.hm-cover-proof strong {
  color: #fff;
  font-size: 19px;
  line-height: 1;
  font-weight: 900
}

.hm-cover-proof span {
  color: #6f8db6
}

@media (max-width:600px) {
  .hm-cover-proof {
    gap: 7px;
    font-size: 10.8px !important
  }

  .hm-cover-proof strong {
    font-size: 18px
  }
}

@media (min-width:1025px) and (hover:hover) and (pointer:fine) {
  .hm-footer-old {
    gap: 6px
  }

  .hm-footer-social a {
    width: 32px;
    height: 32px
  }
}

.hm-cover-main.hm-cover-people {
  height: 350px;
  min-height: 350px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  align-items: stretch;
  text-align: left;
  background: linear-gradient(145deg, #071a3a 0%, #0a2b5f 60%, #104795 125%)
}

.hm-cover-main.hm-cover-people:before,
.hm-cover-main.hm-cover-people:after {
  display: none
}

.hm-cover-copy {
  min-width: 0;
  padding: 26px 22px 25px clamp(28px, 3.4vw, 46px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 3
}

.hm-cover-copy .hm-eyebrow {
  font-size: 8.5px
}

.hm-cover-copy h1 {
  max-width: 610px;
  margin: 7px 0 8px;
  font-size: clamp(31px, 3.2vw, 44px);
  line-height: .98;
  letter-spacing: -1.45px
}

.hm-cover-copy>p:not(.hm-cover-proof) {
  max-width: 620px;
  margin: 0;
  color: #d6e2f4;
  font-size: 11.7px;
  line-height: 1.43
}

.hm-cover-copy .hm-cover-proof {
  justify-content: flex-start !important;
  margin: 10px 0 0 !important;
  font-size: 10.4px !important
}

.hm-cover-copy .hm-cover-proof strong {
  font-size: 18px
}

.hm-cover-copy .hm-link {
  margin-top: 10px;
  min-height: 38px;
  padding: 7px 13px
}

.hm-people-nav {
  height: 100%;
  min-width: 0;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #082b61;
  position: relative;
  z-index: 2
}

.hm-person {
  position: relative;
  flex: 1 1 25%;
  min-width: 0;
  overflow: hidden;
  margin-left: -12px;
  clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
  color: #fff;
  text-decoration: none
}

.hm-person:first-child {
  margin-left: 0
}

.hm-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.03)
}

.hm-person.student img {
  object-position: center 34%
}

.hm-person.teacher img {
  object-position: center 22%
}

.hm-person.family img {
  object-position: center 42%
}

.hm-person.school img {
  object-position: center 45%
}

.hm-person:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 20, 48, .05) 35%, rgba(3, 20, 48, .82) 100%);
  pointer-events: none
}

.hm-person-label {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 10px;
  bottom: 15px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .42)
}

.hm-person-label strong {
  display: block;
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .03em
}

.hm-person-label em {
  display: block;
  margin-top: 3px;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 1;
  font-style: italic
}

.hm-person.student .hm-person-label em {
  color: #9ccfff
}

.hm-person.teacher .hm-person-label em {
  color: #ffc077
}

.hm-person.family .hm-person-label em {
  color: #82dfbd
}

.hm-person.school .hm-person-label em {
  color: #cfb7ff
}

.hm-person:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -4px
}

@media (max-width:760px) {
  .hm-cover-main.hm-cover-people {
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr)
  }

  .hm-cover-copy {
    padding-left: 24px;
    padding-right: 14px
  }

  .hm-cover-copy h1 {
    font-size: clamp(29px, 4.8vw, 37px)
  }

  .hm-cover-copy>p:not(.hm-cover-proof) {
    font-size: 10.8px
  }

  .hm-person-label {
    left: 14px
  }

  .hm-person-label strong {
    font-size: 8px
  }

  .hm-person-label em {
    font-size: 12px
  }
}

@media (max-width:620px) {
  .hm-cover-main.hm-cover-people {
    height: 280px;
    min-height: 280px;
    display: block;
    position: relative
  }

  .hm-cover-copy {
    height: 100%;
    padding: 17px 15px 58px;
    align-items: center;
    text-align: center
  }

  .hm-cover-copy .hm-eyebrow {
    font-size: 7.4px
  }

  .hm-cover-copy h1 {
    max-width: 380px;
    margin: 5px auto 6px;
    font-size: clamp(26px, 7.3vw, 32px);
    line-height: 1
  }

  .hm-cover-copy>p:not(.hm-cover-proof) {
    max-width: 410px;
    font-size: 10.2px;
    line-height: 1.32
  }

  .hm-cover-copy .hm-cover-proof {
    justify-content: center !important;
    margin: 6px auto 0 !important;
    gap: 6px !important;
    font-size: 9px !important;
    max-width: 330px
  }

  .hm-cover-copy .hm-cover-proof strong {
    font-size: 15px
  }

  .hm-cover-copy .hm-link {
    min-height: 31px;
    margin-top: 6px;
    padding: 5px 10px;
    font-size: 10px
  }

  .hm-cover-copy .hm-link i {
    width: 19px;
    height: 19px;
    flex-basis: 19px
  }

  .hm-people-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 52px;
    z-index: 4
  }

  .hm-person {
    margin-left: 0;
    clip-path: none;
    border-right: 1px solid rgba(255, 255, 255, .22)
  }

  .hm-person:last-child {
    border-right: 0
  }

  .hm-person img {
    opacity: .78;
    object-position: center 35%
  }

  .hm-person:after {
    background: linear-gradient(180deg, rgba(3, 20, 48, .18), rgba(3, 20, 48, .78))
  }

  .hm-person-label {
    left: 4px;
    right: 4px;
    bottom: 5px;
    text-align: center
  }

  .hm-person-label strong {
    font-size: 6.8px
  }

  .hm-person-label em {
    font-size: 8.7px;
    margin-top: 1px
  }
}

.hm-student-intro,
.hm-student-paths,
.hm-teacher-main,
.hm-teacher-list a,
.hm-family-note,
.hm-school-point,
.hm-product-main,
.hm-product-side a,
.hm-book-top {
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.hm-path,
.hm-teacher-list a,
.hm-family-note,
.hm-school-point,
.hm-product-side a,
.hm-book-top {
  border-width: 1.5px !important;
  border-style: solid !important;
  box-shadow: 0 8px 22px rgba(7, 26, 58, .07);
}

.hm-path:hover,
.hm-path:focus-visible,
.hm-teacher-list a:hover,
.hm-teacher-list a:focus-visible,
.hm-family-note:hover,
.hm-school-point:hover,
.hm-product-side a:hover,
.hm-product-side a:focus-visible,
.hm-book-top:hover,
.hm-book-top:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(7, 26, 58, .12)
}

.hm-student {
  background: linear-gradient(180deg, #e6f0ff 0%, #f1f6ff 100%)
}

.hm-student .hm-eyebrow {
  color: #1e5fd7
}

.hm-student-intro .hm-title {
  color: #123d82
}

.hm-student-intro .hm-lead {
  color: #516783
}

.hm-student-intro {
  border: 1.5px solid #8fb8f5;
  background: linear-gradient(145deg, #edf4ff 0%, #fbfdff 78%);
  box-shadow: 0 10px 27px rgba(30, 95, 215, .10)
}

.hm-student-paths {
  display: grid;
  gap: 9px;
  border: 0;
  background: transparent;
  overflow: visible
}

.hm-path {
  border-color: #91b9f2 !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #eaf2ff 0%, #fff 88%) !important;
  color: #17375e
}

.hm-path:nth-child(2) {
  background: linear-gradient(135deg, #e4efff 0%, #fff 88%) !important
}

.hm-path:nth-child(3) {
  background: linear-gradient(135deg, #eef5ff 0%, #fff 88%) !important
}

.hm-path:nth-child(4) {
  background: linear-gradient(135deg, #e8f1ff 0%, #fff 88%) !important
}

.hm-path:before {
  color: #4f82d8
}

.hm-path span {
  color: #5a6e87
}

.hm-path:hover,
.hm-path:focus-visible {
  border-color: #3979df !important
}

.hm-student .hm-link {
  border-color: #1e5fd7;
  background: #1e5fd7;
  color: #fff;
  box-shadow: 0 8px 20px rgba(30, 95, 215, .20)
}

.hm-student .hm-link i {
  background: rgba(255, 255, 255, .17);
  color: #fff
}

.hm-student .hm-link:hover,
.hm-student .hm-link:focus-visible {
  background: #174fb6;
  border-color: #174fb6
}

.hm-teacher {
  background: linear-gradient(180deg, #dff6f2 0%, #edf9f7 100%)
}

.hm-teacher .hm-section-head {
  border-top-color: #7ccfc3
}

.hm-teacher .hm-eyebrow.gold {
  color: #087d70
}

.hm-teacher .hm-title {
  color: #075e56
}

.hm-teacher .hm-lead {
  color: #486d68
}

.hm-teacher-main {
  border: 1.5px solid #78cabe;
  border-top: 4px solid #087d70;
  border-radius: 18px;
  background: linear-gradient(145deg, #e7f8f5 0%, #fcfffe 78%);
  box-shadow: 0 10px 27px rgba(8, 125, 112, .10)
}

.hm-teacher-main h3 {
  color: #07584f
}

.hm-teacher-main>p {
  color: #50736e
}

.hm-teacher-numbers {
  border-top-color: #a9ddd6
}

.hm-teacher-number strong {
  color: #087d70
}

.hm-teacher-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  border: 0;
  background: transparent;
  overflow: visible
}

.hm-teacher-list a {
  border-color: #84d2c7 !important;
  border-radius: 16px !important;
  background: linear-gradient(145deg, #e5f7f4 0%, #fff 86%) !important
}

.hm-teacher-list a:nth-child(2) {
  background: linear-gradient(145deg, #dcf5f1 0%, #fff 86%) !important
}

.hm-teacher-list a:nth-child(3) {
  background: linear-gradient(145deg, #eaf9f7 0%, #fff 86%) !important
}

.hm-teacher-list a:nth-child(4) {
  background: linear-gradient(145deg, #e1f6f3 0%, #fff 86%) !important
}

.hm-teacher-list a:before,
.hm-teacher-list a>i:last-child {
  color: #087d70
}

.hm-teacher-list a:hover,
.hm-teacher-list a:focus-visible {
  border-color: #239d8f !important
}

.hm-teacher .hm-link {
  border-color: #087d70;
  background: #087d70;
  color: #fff;
  box-shadow: 0 8px 20px rgba(8, 125, 112, .20)
}

.hm-teacher .hm-link i {
  background: rgba(255, 255, 255, .17);
  color: #fff
}

.hm-teacher .hm-link:hover,
.hm-teacher .hm-link:focus-visible {
  background: #06695f;
  border-color: #06695f
}

.hm-family {
  background: linear-gradient(180deg, #ffeadf 0%, #fff4ee 100%)
}

.hm-family .hm-eyebrow {
  color: #c45a2e
}

.hm-family-copy .hm-title {
  color: #17345d
}

.hm-family-copy blockquote {
  color: #a94727
}

.hm-family-copy .hm-lead {
  color: #705950
}

.hm-family-notes {
  gap: 10px;
  border-top: 0;
  background: transparent
}

.hm-family-note {
  border-color: #e5aa8d !important;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffe9dd 0%, #fffaf7 88%);
  box-shadow: 0 8px 22px rgba(196, 90, 46, .08)
}

.hm-family-note:nth-child(2) {
  background: linear-gradient(145deg, #ffe3d5 0%, #fff9f5 88%)
}

.hm-family-note:nth-child(3) {
  background: linear-gradient(145deg, #ffede4 0%, #fffaf7 88%)
}

.hm-family-note+.hm-family-note {
  border-left: 1.5px solid #e5aa8d
}

.hm-family-note:not(:last-child):after {
  background: #fff7f2;
  color: #c45a2e;
  border: 1px solid #e3a587
}

.hm-family-note:before {
  border-color: #d98f6b;
  background: #fff8f3;
  color: #b44f2b
}

.hm-family-note strong {
  color: #783f2e
}

.hm-family-note span {
  color: #735e56
}

.hm-family-note:hover {
  border-color: #d77e57 !important
}

.hm-family .hm-link {
  border-color: #bd5125;
  background: #bd5125;
  color: #fff;
  box-shadow: 0 8px 20px rgba(189, 81, 37, .20)
}

.hm-family .hm-link i {
  background: rgba(255, 255, 255, .17);
  color: #fff
}

.hm-family .hm-link:hover,
.hm-family .hm-link:focus-visible {
  background: #a9441e;
  border-color: #a9441e
}

.hm-school {
  background: linear-gradient(180deg, #eee6ff 0%, #f6f2ff 100%)
}

.hm-school-panel .hm-eyebrow.light {
  color: #7047b8
}

.hm-school-panel h2 {
  color: #493071
}

.hm-school-panel p {
  color: #665a7d
}

.hm-school-points {
  background: linear-gradient(#bea8e5, #bea8e5) center/72% 1px no-repeat, linear-gradient(#bea8e5, #bea8e5) center/1px 62% no-repeat
}

.hm-school-points:before {
  border-color: #7047b8;
  background: linear-gradient(155deg, #472c78 0%, #8155c9 100%);
  box-shadow: 0 18px 38px rgba(88, 52, 145, .24)
}

.hm-school-point {
  border-color: #c0a6ee !important;
  box-shadow: 0 8px 22px rgba(88, 52, 145, .08)
}

.hm-school-point:nth-child(1) {
  background: linear-gradient(145deg, #eaf2ff 0%, #fff 88%)
}

.hm-school-point:nth-child(2) {
  background: linear-gradient(145deg, #e6f8f4 0%, #fff 88%)
}

.hm-school-point:nth-child(3) {
  background: linear-gradient(145deg, #fff3d2 0%, #fff 88%)
}

.hm-school-point:nth-child(4) {
  background: linear-gradient(145deg, #efe6ff 0%, #fff 88%)
}

.hm-school-point strong {
  color: #493071
}

.hm-school-point span {
  color: #6b627f
}

.hm-school-point:hover {
  border-color: var(--school-accent) !important
}

.hm-school .hm-link {
  border-color: #7047b8;
  background: #7047b8;
  color: #fff;
  box-shadow: 0 8px 20px rgba(112, 71, 184, .21)
}

.hm-school .hm-link i {
  background: rgba(255, 255, 255, .17);
  color: #fff
}

.hm-school .hm-link:hover,
.hm-school .hm-link:focus-visible {
  background: #5e389f;
  border-color: #5e389f
}

.hm-products {
  background: linear-gradient(180deg, #f7e9f3 0%, #fbf3f8 100%)
}

.hm-products .hm-section-head {
  border-top-color: #d6a4c8
}

.hm-products>.hm-wrap>.hm-section-head .hm-eyebrow {
  color: #9b3f78
}

.hm-products .hm-title {
  color: #132746
}

.hm-products .hm-lead {
  color: #69586a
}

.hm-product-main {
  border: 1.5px solid #a6588a;
  background: linear-gradient(145deg, #421d49 0%, #8f3d79 100%);
  box-shadow: 0 18px 40px rgba(111, 45, 91, .23)
}

.hm-product-main .hm-eyebrow {
  color: #ffd76a !important
}

.hm-product-main h2 {
  color: #fff
}

.hm-product-main p {
  color: #f3ddec
}

.hm-product-side {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border: 0;
  background: transparent;
  overflow: visible
}

.hm-product-side a {
  border-color: #d5a6c8 !important;
  border-radius: 16px !important;
  background: linear-gradient(145deg, #f9eaf5 0%, #fff 88%)
}

.hm-product-side a:nth-child(2) {
  background: linear-gradient(145deg, #f4e5f2 0%, #fff 88%)
}

.hm-product-side a:nth-child(3) {
  background: linear-gradient(145deg, #fff0e5 0%, #fff 88%)
}

.hm-product-side a:before {
  color: #9b3f78
}

.hm-product-side strong {
  color: #5b2d53
}

.hm-product-side span {
  color: #716274
}

.hm-product-side a:hover,
.hm-product-side a:focus-visible {
  border-color: #aa568a !important
}

.hm-ebooks {
  background: linear-gradient(180deg, #fff2c9 0%, #fff9e9 100%)
}

.hm-ebooks .hm-section-head {
  border-top-color: #dfba50
}

.hm-ebooks .hm-eyebrow {
  color: #b77700
}

.hm-ebooks .hm-title {
  color: #132746
}

.hm-ebooks .hm-lead {
  color: #716347
}

.hm-book-intro {
  border-top-color: #ddb84f;
  border-bottom-color: #ddb84f;
  background: linear-gradient(90deg, rgba(255, 255, 255, .30), rgba(255, 255, 255, .70), rgba(255, 255, 255, .30));
  color: #7b5900
}

.hm-book-intro .hm-eyebrow {
  color: #a86d00
}

.hm-book-intro h2 {
  color: #835a00
}

.hm-book-intro p {
  color: #76664a
}

.hm-book-top {
  border-color: #e1bd55 !important;
  background: linear-gradient(145deg, #fff3cd 0%, #fffdfa 88%);
  box-shadow: 0 8px 22px rgba(153, 105, 0, .08)
}

.hm-book-top:nth-child(2) {
  background: linear-gradient(145deg, #eef8f1 0%, #fff 88%)
}

.hm-book-top:nth-child(3) {
  background: linear-gradient(145deg, #f0ebff 0%, #fff 88%)
}

.hm-book-top:hover,
.hm-book-top:focus-visible {
  border-color: #c8961c !important
}

.hm-ebooks .hm-link {
  border-color: #b77700;
  background: #b77700;
  color: #fff;
  box-shadow: 0 8px 20px rgba(183, 119, 0, .20)
}

.hm-ebooks .hm-link i {
  background: rgba(255, 255, 255, .18);
  color: #fff
}

.hm-ebooks .hm-link:hover,
.hm-ebooks .hm-link:focus-visible {
  background: #986300;
  border-color: #986300
}

@media (max-width:1024px) {
  .hm-teacher-list {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .hm-product-side {
    grid-template-columns: 1fr
  }
}

@media (max-width:700px) {
  .hm-family-notes {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .hm-family-note+.hm-family-note {
    border-left: 1.5px solid #e5aa8d
  }

  .hm-family-note:not(:last-child):after {
    display: none
  }
}

@media (max-width:600px) {

  .hm-student,
  .hm-teacher,
  .hm-family,
  .hm-school,
  .hm-products,
  .hm-ebooks {
    background-attachment: scroll
  }

  .hm-teacher-list {
    grid-template-columns: 1fr
  }

  .hm-path,
  .hm-teacher-list a,
  .hm-family-note,
  .hm-school-point,
  .hm-product-side a,
  .hm-book-top {
    box-shadow: 0 6px 16px rgba(7, 26, 58, .07)
  }
}

.hm-student-intro,
.hm-path,
.hm-teacher-main,
.hm-teacher-list a,
.hm-family-note,
.hm-school-point,
.hm-product-side a,
.hm-book-top {
  border-style: solid;
  border-width: 1px;
  border-radius: 18px !important;
  box-shadow: 0 8px 20px rgba(7, 26, 58, .065);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.hm-path:hover,
.hm-path:focus-visible,
.hm-teacher-list a:hover,
.hm-teacher-list a:focus-visible,
.hm-family-note:hover,
.hm-family-note:focus-within,
.hm-school-point:hover,
.hm-school-point:focus-within,
.hm-product-side a:hover,
.hm-product-side a:focus-visible,
.hm-book-top:hover,
.hm-book-top:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 13px 28px rgba(7, 26, 58, .105);
}

.hm-student {
  box-shadow: inset 0 1px 0 rgba(25, 122, 183, .18)
}

.hm-teacher {
  box-shadow: inset 0 1px 0 rgba(13, 139, 125, .18)
}

.hm-family {
  box-shadow: inset 0 1px 0 rgba(199, 97, 52, .18)
}

.hm-school {
  box-shadow: inset 0 1px 0 rgba(115, 72, 188, .18)
}

.hm-products {
  box-shadow: inset 0 1px 0 rgba(146, 57, 135, .18)
}

.hm-ebooks {
  box-shadow: inset 0 1px 0 rgba(191, 133, 0, .20)
}

.hm-product-side a {
  --product-accent: #7a56b5;
  position: relative;
  overflow: hidden;
  min-height: 116px;
  box-shadow: inset 0 3px 0 var(--product-accent), 0 8px 20px rgba(77, 42, 125, .065);
}

.hm-product-side a:nth-child(1) {
  --product-accent: #7b55bd;
  background: linear-gradient(145deg, #f4edff 0%, #fff 86%) !important
}

.hm-product-side a:nth-child(2) {
  --product-accent: #5b66c8;
  background: linear-gradient(145deg, #eef0ff 0%, #fff 86%) !important
}

.hm-product-side a:nth-child(3) {
  --product-accent: #cf7837;
  background: linear-gradient(145deg, #fff0e5 0%, #fff 86%) !important
}

.hm-product-side a:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--product-accent);
  opacity: .9;
}

.hm-product-side a:before {
  color: var(--product-accent) !important
}

.hm-product-side a:hover,
.hm-product-side a:focus-visible {
  border-color: var(--product-accent) !important;
  box-shadow: inset 0 3px 0 var(--product-accent), 0 13px 28px rgba(77, 42, 125, .13);
}

.hm-book-top {
  --book-accent: #d3a62e;
  column-gap: 16px;
  overflow: hidden;
  box-shadow: inset 0 3px 0 var(--book-accent), 0 8px 20px rgba(128, 91, 12, .07);
}

.hm-book-top:first-child {
  --book-accent: #d3a62e
}

.hm-book-top:nth-child(2) {
  --book-accent: #2b9b72;
  background: linear-gradient(145deg, #edf9f3 0%, #fff 88%) !important
}

.hm-book-top:nth-child(3) {
  --book-accent: #7960c9;
  background: linear-gradient(145deg, #f3efff 0%, #fff 88%) !important
}

.hm-book-top-copy {
  text-align: left
}

.hm-book-top .collection-tag {
  color: var(--book-accent);
  font-size: 7.8px
}

.hm-book-top strong {
  font-size: 13.5px;
  line-height: 1.16
}

.hm-book-top:first-child strong {
  font-size: 17px
}

.hm-book-top small {
  font-size: 9px;
  line-height: 1.35
}

.hm-book-top img {
  border: 1px solid rgba(7, 26, 58, .08);
  box-shadow: 0 9px 20px rgba(41, 34, 20, .14);
}

.hm-book-top .free-tag {
  padding: 4px 7px;
  border: 1px solid #b9dec0;
  background: #edf8ef;
  color: #2f7a42;
  font-size: 6.8px;
}

.hm-book-top:hover,
.hm-book-top:focus-visible {
  border-color: var(--book-accent) !important;
  box-shadow: inset 0 3px 0 var(--book-accent), 0 13px 28px rgba(128, 91, 12, .13);
}

@media (max-width:1024px) {

  .hm-book-top,
  .hm-book-top:first-child {
    grid-template-columns: 118px minmax(0, 1fr) !important;
    min-height: 148px !important;
    padding: 10px !important;
  }

  .hm-book-top img,
  .hm-book-top:first-child img {
    width: 118px !important;
    height: 148px !important;
  }

  .hm-book-top:first-child strong {
    font-size: 14px
  }
}

@media (max-width:700px) {

  .hm-student,
  .hm-teacher,
  .hm-family,
  .hm-school,
  .hm-products,
  .hm-ebooks {
    padding: 30px 0 !important
  }

  .hm-student .hm-section-head,
  .hm-teacher .hm-section-head,
  .hm-family .hm-section-head,
  .hm-school .hm-section-head,
  .hm-products .hm-section-head,
  .hm-ebooks .hm-section-head {
    margin-bottom: 14px !important
  }

  .hm-student-intro {
    padding: 22px 18px !important
  }

  .hm-teacher-main {
    padding: 18px 16px !important
  }

  .hm-family-copy {
    padding-bottom: 16px !important
  }

  .hm-school-grid>div:first-child {
    padding-bottom: 4px !important
  }

  .hm-product-main {
    padding: 22px 20px !important
  }

  .hm-book-intro {
    padding: 9px 12px !important;
    margin-bottom: 9px !important
  }

  .hm-product-side {
    gap: 9px !important
  }
}

@media (max-width:520px) {

  .hm-book-top,
  .hm-book-top:first-child {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    min-height: 124px !important;
    column-gap: 12px !important;
    padding: 9px !important;
  }

  .hm-book-top img,
  .hm-book-top:first-child img {
    width: 92px !important;
    height: 122px !important;
  }

  .hm-book-top strong,
  .hm-book-top:first-child strong {
    font-size: 12.5px
  }

  .hm-book-top small {
    font-size: 8.6px
  }
}

.hm-footer-old {
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: 4px !important;
  text-align: center !important;
}

.hm-footer-old p {
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
}

.hm-footer-social {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
}

.hm-footer-social a {
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 30px !important;
}

.hm-footer-social svg {
  width: auto !important;
  height: auto !important
}

@media (min-width:1025px) and (hover:hover) and (pointer:fine) {
  .hm-footer-old {
    gap: 4px !important
  }

  .hm-footer-social a {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px !important
  }
}

@media (max-width:520px) {
  .hm-footer-old {
    gap: 4px !important
  }
}

#hoje.hm-live {
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  padding-block: clamp(32px, 4.5vw, 56px)
}

#hoje .hm-today-shell {
  border: 1px solid #dce7f3;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(7, 26, 58, .07);
  overflow: hidden
}

#hoje .hm-today-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  padding: 23px 25px 17px;
  border-bottom: 1px solid #e8eef6;
  background: linear-gradient(135deg, #f6faff 0%, #fff 62%, #f4f8ff 100%)
}

#hoje .hm-today-head .hm-eyebrow {
  margin-bottom: 6px;
  color: #145cff
}

#hoje .hm-today-head h2 {
  margin: 0;
  color: #071a3a;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.02;
  letter-spacing: -1.1px
}

#hoje .hm-today-head p {
  max-width: 650px;
  margin: 8px 0 0;
  color: #5c6c82;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 800
}

#hoje .hm-calendar-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
  color: #64768b;
  font-size: 10.5px;
  font-weight: 900;
  text-decoration: none
}

#hoje .hm-calendar-link i {
  color: #f47b20
}

#hoje .hm-today-progress {
  min-width: 205px;
  padding: 10px 12px;
  border: 1px solid #dbe6f3;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(7, 26, 58, .04)
}

#hoje .hm-today-progress-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #40516a;
  font-size: 10.5px;
  font-weight: 900
}

#hoje .hm-today-progress-top strong {
  color: #145cff;
  font-size: 12px
}

#hoje .hm-today-dots {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
  margin-top: 8px
}

#hoje .hm-today-dot {
  height: 5px;
  border-radius: 99px;
  background: #dbe5f1;
  transition: .2s ease
}

#hoje .hm-today-dot.is-done {
  background: #145cff
}

#hoje .hm-today-body {
  padding: 16px
}

#hoje .hm-today-top {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .8fr);
  gap: 12px
}

#hoje .hm-exp-card {
  position: relative;
  border: 1px solid #e1e9f3;
  border-radius: 17px;
  background: #fff;
  overflow: hidden
}

#hoje .hm-exp-card.daily {
  padding: 18px;
  background: linear-gradient(135deg, #f2fbf4 0%, #fff 76%);
  border-color: #cfe7d3
}

#hoje .hm-exp-card.extra {
  padding: 16px;
  background: linear-gradient(135deg, #f6f2ff 0%, #fff 78%);
  border-color: #ded5f3
}

#hoje .hm-exp-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  color: #102a4d;
  font-size: 15px;
  font-weight: 900
}

#hoje .hm-exp-label i {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 9px;
  background: #fff;
  color: var(--exp-accent, #145cff);
  box-shadow: 0 4px 12px rgba(7, 26, 58, .06)
}

#hoje .hm-exp-kicker {
  margin-left: auto;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .8);
  color: #5a6b81;
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase
}

#hoje .hm-exp-question {
  margin: 0;
  color: #071a3a;
  font-size: clamp(17px, 1.9vw, 21px);
  line-height: 1.32;
  font-weight: 900
}

#hoje .hm-exp-card.extra .hm-exp-question {
  font-size: 15.5px;
  line-height: 1.4
}

#hoje .hm-answer-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px;
  margin-top: 12px
}

#hoje .hm-answer-input {
  min-width: 0;
  height: 40px;
  padding: 0 11px;
  border: 1px solid #cfdbea;
  border-radius: 11px;
  background: #fff;
  color: #071a3a;
  font: 800 13.5px Nunito, system-ui, sans-serif;
  outline: none
}

#hoje .hm-answer-input:focus {
  border-color: #145cff;
  box-shadow: 0 0 0 3px rgba(20, 92, 255, .12)
}

#hoje .hm-exp-action,
#hoje .hm-exp-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 11px;
  font: 900 11.5px Nunito, system-ui, sans-serif;
  cursor: pointer;
  text-decoration: none
}

#hoje .hm-exp-action {
  border: 0;
  background: #0c3167;
  color: #fff
}

#hoje .hm-exp-secondary {
  margin-top: 7px;
  border: 1px solid #cfdaea;
  background: #fff;
  color: #28435f
}

#hoje .hm-exp-action:focus-visible,
#hoje .hm-exp-secondary:focus-visible,
#hoje .hm-mini-toggle:focus-visible,
#hoje .hm-news-source:focus-visible {
  outline: 3px solid rgba(20, 92, 255, .25);
  outline-offset: 2px
}

#hoje .hm-feedback {
  margin-top: 8px;
  color: #42566d;
  font-size: 11.5px;
  line-height: 1.4;
  font-weight: 800
}

#hoje .hm-feedback.is-ok {
  color: #176a48
}

#hoje .hm-feedback.is-wrong {
  color: #a14a25
}

#hoje .hm-hint {
  display: none;
  margin: 7px 0 0;
  padding: 8px 10px;
  border-radius: 9px;
  background: #fff;
  color: #53667d;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 800
}

#hoje .hm-hint.is-open {
  display: block
}

#hoje .hm-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px
}

#hoje .hm-mini {
  display: flex;
  flex-direction: column;
  min-height: 164px;
  padding: 13px;
  border: 1px solid #e1e8f1;
  border-radius: 15px;
  background: var(--mini-bg, #fff)
}

#hoje .hm-mini-head {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #102a4d;
  font-size: 12.5px;
  font-weight: 900
}

#hoje .hm-mini-head i {
  color: var(--mini-accent, #145cff);
  font-size: 14px
}

#hoje .hm-mini-copy {
  margin: 9px 0 0;
  color: #344a65;
  font-size: 11.8px;
  line-height: 1.42;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden
}

#hoje .hm-mini-meta {
  margin-top: 6px;
  color: #6a7c92;
  font-size: 9.8px;
  font-weight: 900
}

#hoje .hm-mini-toggle {
  margin-top: auto;
  align-self: flex-start;
  padding: 6px 0;
  border: 0;
  background: transparent;
  color: var(--mini-accent, #145cff);
  font: 900 11px Nunito, system-ui, sans-serif;
  cursor: pointer
}

#hoje .hm-mini-detail {
  display: none;
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid rgba(120, 140, 165, .18);
  color: #42566d;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 750
}

#hoje .hm-mini-detail.is-open {
  display: block
}

#hoje .hm-mini.is-open .hm-mini-copy {
  -webkit-line-clamp: unset
}

#hoje .hm-news-source {
  display: inline-flex;
  margin-top: 7px;
  color: #496079;
  font-size: 10px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 2px
}

#hoje .hm-today-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  padding: 11px 13px;
  border-radius: 13px;
  background: #071a3a;
  color: #fff
}

#hoje .hm-today-foot strong {
  display: block;
  font-size: 12.5px
}

#hoje .hm-today-foot span {
  display: block;
  margin-top: 2px;
  color: #b8cae3;
  font-size: 10px;
  font-weight: 800
}

#hoje .hm-today-foot a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  padding: 7px 10px;
  border-radius: 9px;
  background: #fff;
  color: #0c3167;
  font-size: 10.5px;
  font-weight: 900;
  text-decoration: none
}

#hoje .hm-today-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important
}

@media (max-width:900px) {
  #hoje .hm-today-head {
    grid-template-columns: 1fr
  }

  #hoje .hm-today-progress {
    min-width: 0;
    max-width: 360px
  }

  #hoje .hm-today-top {
    grid-template-columns: 1fr
  }

  #hoje .hm-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (max-width:600px) {
  #hoje.hm-live {
    padding-block: 28px
  }

  #hoje .hm-today-shell {
    border-radius: 19px
  }

  #hoje .hm-today-head {
    padding: 18px 15px 14px
  }

  #hoje .hm-today-head h2 {
    font-size: 29px
  }

  #hoje .hm-today-head p {
    font-size: 12.4px
  }

  #hoje .hm-today-body {
    padding: 11px
  }

  #hoje .hm-exp-card.daily,
  #hoje .hm-exp-card.extra {
    padding: 14px
  }

  #hoje .hm-exp-label {
    font-size: 13.5px
  }

  #hoje .hm-exp-question {
    font-size: 16.5px
  }

  #hoje .hm-answer-row {
    grid-template-columns: 1fr
  }

  #hoje .hm-exp-action {
    width: 100%
  }

  #hoje .hm-mini-grid {
    gap: 8px
  }

  #hoje .hm-mini {
    min-height: 158px;
    padding: 11px
  }

  #hoje .hm-mini-head {
    font-size: 11.5px
  }

  #hoje .hm-mini-copy {
    font-size: 11px;
    -webkit-line-clamp: 5
  }

  #hoje .hm-today-foot {
    align-items: flex-start;
    flex-direction: column
  }

  #hoje .hm-today-foot a {
    width: 100%;
    justify-content: center
  }
}

@media (max-width:370px) {
  #hoje .hm-mini-grid {
    grid-template-columns: 1fr
  }

  #hoje .hm-mini {
    min-height: 145px
  }
}

.hm-cover-proof-stat {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  color: #bfcfe6
}

.hm-cover-proof-stat small {
  color: inherit;
  font: inherit
}

.hm-cover-proof-sep {
  color: #6f8db6
}

@media (max-width:600px) {
  .hm-cover-proof {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start !important;
    gap: 14px !important;
    width: 100%;
    max-width: 360px
  }

  .hm-cover-proof-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    min-width: 0;
    text-align: center
  }

  .hm-cover-proof-stat strong {
    font-size: 26px !important;
    line-height: 1 !important
  }

  .hm-cover-proof-stat small {
    max-width: 150px;
    font-size: 11px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important
  }

  .hm-cover-proof-sep {
    display: none !important
  }
}

.hm-ia-entry {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 10px 0 0 12px;
  padding: 9px 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.1;
  vertical-align: middle;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease
}

.hm-ia-entry:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(7, 26, 58, .08)
}

.hm-ia-entry i {
  font-size: 10px
}

.hm-student .hm-ia-entry {
  color: #1e5fd7;
  background: #edf4ff;
  border-color: #a9c6f4
}

.hm-teacher .hm-ia-entry {
  color: #087d70;
  background: #e5f7f4;
  border-color: #9bd9d0
}

.hm-family .hm-ia-entry {
  color: #b44f2b;
  background: #fff0e7;
  border-color: #e6b49d
}

.hm-school .hm-ia-entry {
  color: #7047b8;
  background: #f2ecff;
  border-color: #c8b5ea
}

@media (max-width:620px) {
  .hm-ia-entry {
    margin-left: 0;
    margin-right: 8px;
    padding: 9px 12px;
    font-size: 11px
  }
}

#hoje .hm-exp-history {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: #52657b;
  text-decoration: none;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  transition: color .18s ease, transform .18s ease
}

#hoje .hm-exp-history i {
  font-size: 9px
}

#hoje .hm-exp-history:hover,
#hoje .hm-exp-history:focus-visible {
  color: #17375e;
  transform: translateX(2px)
}

#hoje .hm-mini .hm-exp-history {
  margin-top: 9px;
  color: var(--mini-accent, #52657b)
}

#hoje .hm-exp-card .hm-exp-history {
  color: var(--exp-accent, #52657b)
}

#hoje .hm-exp-card.daily .hm-exp-question,
#hoje .hm-exp-card.extra .hm-exp-question,
#hoje .hm-mini-grid .hm-mini:nth-child(1) .hm-mini-copy,
#hoje .hm-mini-grid .hm-mini:nth-child(2) .hm-mini-copy {
  font-size: 17px;
  line-height: 1.38;
  font-weight: 900
}

#hoje .hm-exp-card.daily .hm-exp-label,
#hoje .hm-exp-card.extra .hm-exp-label,
#hoje .hm-mini-grid .hm-mini:nth-child(1) .hm-mini-head,
#hoje .hm-mini-grid .hm-mini:nth-child(2) .hm-mini-head {
  font-size: 15px;
  font-weight: 900
}

#hoje .hm-mini-grid .hm-mini:nth-child(3) .hm-mini-copy,
#hoje .hm-mini-grid .hm-mini:nth-child(4) .hm-mini-copy {
  font-size: 13.5px;
  line-height: 1.42;
  font-weight: 800
}

#hoje .hm-mini-grid .hm-mini:nth-child(3) .hm-mini-head,
#hoje .hm-mini-grid .hm-mini:nth-child(4) .hm-mini-head {
  font-size: 13px;
  font-weight: 900
}

#hoje .hm-exp-card.daily {
  background: linear-gradient(135deg, #e3f8e9 0%, #f8fffa 78%) !important;
  border-color: #8ad19b !important;
  box-shadow: inset 0 3px 0 rgba(22, 148, 71, .24), 0 8px 22px rgba(22, 148, 71, .07)
}

#hoje .hm-exp-card.daily .hm-exp-label i,
#hoje .hm-exp-card.daily .hm-exp-history {
  color: #169447 !important
}

#hoje .hm-exp-card.extra {
  background: linear-gradient(135deg, #f0e6ff 0%, #fcf9ff 78%) !important;
  border-color: #c49aef !important;
  box-shadow: inset 0 3px 0 rgba(111, 53, 197, .22), 0 8px 22px rgba(111, 53, 197, .07)
}

#hoje .hm-exp-card.extra .hm-exp-label i,
#hoje .hm-exp-card.extra .hm-exp-history {
  color: #6f35c5 !important
}

#hoje .hm-mini-grid .hm-mini:nth-child(1) {
  background: #fff0c2 !important;
  border-color: #e5c15a !important;
  box-shadow: inset 0 3px 0 rgba(182, 120, 0, .2), 0 7px 18px rgba(182, 120, 0, .06)
}

#hoje .hm-mini-grid .hm-mini:nth-child(1) .hm-mini-head i,
#hoje .hm-mini-grid .hm-mini:nth-child(1) .hm-mini-toggle,
#hoje .hm-mini-grid .hm-mini:nth-child(1) .hm-exp-history {
  color: #b67800 !important
}

#hoje .hm-mini-grid .hm-mini:nth-child(2) {
  background: #e8eeff !important;
  border-color: #afc0ff !important;
  box-shadow: inset 0 3px 0 rgba(45, 99, 229, .2), 0 7px 18px rgba(45, 99, 229, .06)
}

#hoje .hm-mini-grid .hm-mini:nth-child(2) .hm-mini-head i,
#hoje .hm-mini-grid .hm-mini:nth-child(2) .hm-mini-toggle,
#hoje .hm-mini-grid .hm-mini:nth-child(2) .hm-exp-history {
  color: #2d63e5 !important
}

#hoje .hm-mini-grid .hm-mini:nth-child(3) {
  background: #ffe6de !important;
  border-color: #f0a692 !important;
  box-shadow: inset 0 3px 0 rgba(217, 90, 59, .2), 0 7px 18px rgba(217, 90, 59, .06)
}

#hoje .hm-mini-grid .hm-mini:nth-child(3) .hm-mini-head i,
#hoje .hm-mini-grid .hm-mini:nth-child(3) .hm-mini-toggle,
#hoje .hm-mini-grid .hm-mini:nth-child(3) .hm-exp-history {
  color: #d95a3b !important
}

#hoje .hm-mini-grid .hm-mini:nth-child(4) {
  background: #e7f0ff !important;
  border-color: #afc7ff !important;
  box-shadow: inset 0 3px 0 rgba(81, 69, 205, .2), 0 7px 18px rgba(81, 69, 205, .06)
}

#hoje .hm-mini-grid .hm-mini:nth-child(4) .hm-mini-head i,
#hoje .hm-mini-grid .hm-mini:nth-child(4) .hm-mini-toggle,
#hoje .hm-mini-grid .hm-mini:nth-child(4) .hm-exp-history {
  color: #5145cd !important
}

@media (max-width:620px) {
  #hoje .hm-exp-history {
    font-size: 10.7px
  }

  #hoje .hm-exp-card.daily .hm-exp-question,
  #hoje .hm-exp-card.extra .hm-exp-question,
  #hoje .hm-mini-grid .hm-mini:nth-child(1) .hm-mini-copy,
  #hoje .hm-mini-grid .hm-mini:nth-child(2) .hm-mini-copy {
    font-size: 16.5px;
    line-height: 1.4
  }

  #hoje .hm-exp-card.daily .hm-exp-label,
  #hoje .hm-exp-card.extra .hm-exp-label,
  #hoje .hm-mini-grid .hm-mini:nth-child(1) .hm-mini-head,
  #hoje .hm-mini-grid .hm-mini:nth-child(2) .hm-mini-head {
    font-size: 13.5px
  }

  #hoje .hm-mini-grid .hm-mini:nth-child(3) .hm-mini-copy,
  #hoje .hm-mini-grid .hm-mini:nth-child(4) .hm-mini-copy {
    font-size: 13.5px;
    line-height: 1.45
  }

  #hoje .hm-mini-grid .hm-mini:nth-child(3) .hm-mini-head,
  #hoje .hm-mini-grid .hm-mini:nth-child(4) .hm-mini-head {
    font-size: 12.5px
  }
}

:root {
  --hm-rail: 0px;
}

.hm-hero {
  padding-top: 0;
}

.hm-main {
  margin-left: 0;
}
