:root {
  --bg-yellow-gradient: linear-gradient(
    to bottom,
    #ffef5e,
    var(--color-yellow)
  );
  --color-gray: #5a5a5a;
  --color-blue: #3d64ff;
  --color-yellow: #ffe717;
  --color-light-blue: #eaeeff;
  --color-light-yellow: #fffde6;
  --color-medium-blue: #bcc9ff;
  --font-albert-sans: "Albert Sans", sans-serif;
  --font-cutive: "Cutive", serif;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}
h1,
h2,
h3 {
  font-family: var(--font-cutive);
}
p,
ul {
  font-family: var(--font-albert-sans);
}
a {
  font-family: var(--font-albert-sans);
  text-decoration: none;
}
button {
  font-family: var(--font-albert-sans);
  border: none;
}
ul {
  margin-bottom: 0;
}
header a,
footer a {
  color: #000;
  font-weight: 500;
}
select {
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.666443%200.666382L4.66502%204.66496L8.6636%200.666382%22%20stroke%3D%22%235A5A5A%22%20stroke-width%3D%221.33286%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 0.75rem;
}
strong {
  font-weight: 700;
}
.font-albert-sans {
  font-family: var(--font-albert-sans);
}
.font-cutive {
  font-family: var(--font-cutive);
}
.fw-extrabold {
  font-weight: 800;
}
.fw-black {
  font-weight: 900;
}
.grid-auto {
  grid-template-columns: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
}
.inset {
  inset: 0;
}
.btn {
  background-color: var(--color-blue);
  color: #fff;
  font-family: var(--font-albert-sans);
  padding: 0.25rem 2rem;
  font-weight: 800;
}
.btn:hover {
  background: #000;
  color: #fff;
}
.form-label {
  font-family: var(--font-albert-sans);
}
.form-control {
  font-family: var(--font-albert-sans);
  border-radius: 9999px;
  font-size: 0.875rem;
}
main {
  min-height: 100vh;
}
.draggable-mirror {
  z-index: 9999;
}
.draggable-source--is-dragging {
  opacity: 0.5;
}
[data-authed="true"] main {
  background: var(--bg-yellow-gradient);
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (width>=768px) {
  [data-authed="true"] main {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media print {
  #site-header {
    position: static;
  }
  #site-header > div > :not(.logo),
  #site-footer,
  .handle,
  .delete-item,
  .song-link {
    display: none;
  }
}
#site-footer {
  background-color: var(--color-yellow);
  font-size: 0.875rem;
}
#site-footer > div {
  max-width: 72rem;
}
#mobile-nav-btn.astro-37bvxqo4 {
  background: 0 0;
}
#mobile-nav-btn.astro-37bvxqo4 svg.astro-37bvxqo4 {
  color: #000;
}
#mobile-nav-btn.astro-37bvxqo4.open .menu-open.astro-37bvxqo4 {
  display: none;
}
#mobile-nav-btn.astro-37bvxqo4.open .menu-close.astro-37bvxqo4,
#mobile-nav-btn.astro-37bvxqo4:not(.open) .menu-open.astro-37bvxqo4 {
  display: block;
}
#mobile-nav-btn.astro-37bvxqo4:not(.open) .menu-close.astro-37bvxqo4 {
  display: none;
}
#mobile-nav.astro-37bvxqo4 {
  inset: 0;
  top: var(--header-height, 4.25rem);
}
#mobile-nav.astro-37bvxqo4:not(.open) {
  display: none;
}
#mobile-nav.astro-37bvxqo4.open {
  display: block;
}
#mobile-nav.astro-37bvxqo4 li.astro-37bvxqo4 {
  background: var(--color-yellow);
  border-top: 1px solid #000;
}
#mobile-nav.astro-37bvxqo4 li.astro-37bvxqo4:last-child {
  border-bottom: 1px solid #000;
}
#mobile-nav.astro-37bvxqo4 .nav-item.astro-37bvxqo4 {
  padding: 0.5rem 2rem;
  display: block;
}
#mobile-nav.astro-37bvxqo4 .nav-item.astro-37bvxqo4:hover {
  color: #000;
  background: #fff;
}
#site-header.astro-3ef6ksr2 {
  background-color: color-mix(
    in oklch,
    transparent,
    var(--color-yellow) var(--opacity)
  );
}
#site-header.astro-3ef6ksr2 > div.astro-3ef6ksr2 {
  z-index: 50;
  max-width: 80rem;
}
#site-header.astro-3ef6ksr2
  > div.astro-3ef6ksr2
  .logo.astro-3ef6ksr2
  img.astro-3ef6ksr2 {
  height: 1.5rem;
}
svg.astro-6gcrueho:first-of-type {
  top: 6rem;
  left: 2rem;
}
svg.astro-6gcrueho:nth-of-type(2) {
  top: -2rem;
  left: 50%;
  translate: -50%;
  rotate: 25deg;
}
svg.astro-6gcrueho:last-of-type {
  top: 4rem;
  right: -2rem;
  rotate: -15deg;
}
body > svg path {
  fill: #fff;
}
main.astro-tsm5gyof {
  background: var(--bg-yellow-gradient);
  padding: 6rem 1rem 0;
}
main.astro-tsm5gyof .max-container > h1 {
  z-index: 1;
  margin-bottom: 1.5rem;
  position: relative;
}
main.astro-tsm5gyof:has(.max-container > h1) {
  padding-top: 8rem;
}
@media (width>=768px) {
  main.astro-tsm5gyof:has(.max-container > h1) {
    padding-top: 10rem;
  }
}
@media (width>=992px) {
  main.astro-tsm5gyof {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
[data-page="404"] {
  height: 100vh;
}
[data-page="404"] main {
  min-height: 100%;
}
h1.astro-zetdm5md ~ div.astro-zetdm5md {
  max-width: 72rem;
}
h1.astro-zetdm5md ~ div.astro-zetdm5md img.astro-zetdm5md {
  max-width: 26rem;
}
[data-page="404"] p {
  text-align: center;
  max-width: 36rem;
  font-size: 2rem;
  font-family: var(--font-cutive);
  margin-bottom: 3rem;
  line-height: 1.25;
}
@media (width>=768px) {
  [data-page="404"] p {
    font-size: 2.5rem;
  }
}
@media (width>=992px) {
  [data-page="404"] p {
    text-align: start;
  }
}
#teaching.astro-qrpl4kpq {
  max-width: 72rem;
  padding: 4rem 1rem;
}
@media (width>=992px) {
  #teaching.astro-qrpl4kpq {
    padding-top: 7.5rem;
  }
}
#teaching.astro-qrpl4kpq .music-notes.astro-qrpl4kpq {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#teaching.astro-qrpl4kpq h2.astro-qrpl4kpq {
  margin-bottom: 1.25rem;
}
#better-way.astro-7v5vrphj {
  background: var(--color-light-yellow);
}
#better-way.astro-7v5vrphj > div.astro-7v5vrphj {
  max-width: 56rem;
  padding: 6rem 1rem;
}
#better-way.astro-7v5vrphj .note.astro-7v5vrphj {
  margin-top: 3rem;
}
.lines.astro-7v5vrphj {
  pointer-events: none;
}
.lines.astro-7v5vrphj:first-of-type {
  top: -40%;
  left: -40%;
}
.lines.astro-7v5vrphj:last-of-type {
  bottom: -55%;
  right: -45%;
  rotate: 6deg;
}
.note.astro-7v5vrphj {
  width: 18rem;
}
@media (width<=991.9px) {
    #teaching.astro-qrpl4kpq .astro-qrpl4kpq {
        max-width: 420px;
        height: auto;
    }
}
@media (width<=767.9px) {
    #teaching.astro-qrpl4kpq .astro-qrpl4kpq {
        max-width: 100%;
        height: auto;
    }
}
@media (width>=992px) {
  #testimonial.astro-fkbbckhy {
    max-width: 72rem;
    padding: 0 1rem;
  }
}
#testimonial.astro-fkbbckhy .swiper-slide {
    height: auto;
}
    #testimonial.astro-fkbbckhy .swiper-slide figure.astro-fkbbckhy {
        background: var(--bg-yellow-gradient);
        flex-direction: column;
        justify-content: center;
        height: 100%;
        margin: 0;
        padding: 2rem 1rem;
        display: flex;
    }
@media (width<=767.9px) {
    #testimonial.astro-fkbbckhy .swiper-button-prev, #testimonial.astro-fkbbckhy .swiper-button-next {
        display: none
    }
}
@media (width>=768px) {
    #testimonial.astro-fkbbckhy .swiper-slide figure.astro-fkbbckhy {
        border-radius: 1.25rem;
        padding: 5rem;
    }
}
#testimonial.astro-fkbbckhy .swiper-pagination-bullet-active {
    background: #000;
}
#testimonial.astro-fkbbckhy .swiper-button-prev {
    color: #000;
    width: 3rem;
    height: 3rem;
}

    #testimonial.astro-fkbbckhy .swiper-button-prev:after {
        font-size: 1.5rem;
        font-weight: 700;
    }

#testimonial.astro-fkbbckhy .swiper-button-next {
    color: #000;
    width: 3rem;
    height: 3rem;
}

    #testimonial.astro-fkbbckhy .swiper-button-next:after {
        font-size: 1.5rem;
        font-weight: 700;
    }
#bio.astro-2jiluk5e {
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(12, 1fr);
  max-width: 90rem;
  padding: 6rem 0 0;
}
#bio.astro-2jiluk5e .underline.astro-2jiluk5e {
  bottom: -1.25rem;
}
#bio.astro-2jiluk5e p {
  text-align: center;
  max-width: 42rem;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (width>=1200px) {
  #bio.astro-2jiluk5e {
    grid-template-rows: repeat(2, 16rem);
  }
}
@media (width>=576px) and ((width<1200px)) {
  #bio.astro-2jiluk5e {
    padding-bottom: 6rem;
  }
}
#bio-content.astro-2jiluk5e {
  grid-column: 2/-2;
  grid-row-start: 1;
  place-self: center;
}
@media (width>=1200px) {
  #bio-content.astro-2jiluk5e {
    grid-row: 1/-1;
    margin-bottom: 4rem;
  }
}
#images.astro-2jiluk5e {
  grid-column: 3/-3;
  grid-template-columns: subgrid;
}
@media (width>=576px) {
  #images.astro-2jiluk5e {
    grid-column: 4/-4;
  }
}
@media (width>=1200px) {
  #images.astro-2jiluk5e {
    grid-column: 1/-1;
    grid-row-start: 1;
  }
}
#images.astro-2jiluk5e img.astro-2jiluk5e {
  border-radius: 1.25rem;
  width: auto;
  box-shadow: 0 10px 8px #00000026;
}
#images.astro-2jiluk5e img.astro-2jiluk5e:first-child {
  z-index: 2;
  max-height: 12rem;
  top: 2rem;
  left: -2rem;
  rotate: -13deg;
}
@media (width>=1200px) {
  #images.astro-2jiluk5e img.astro-2jiluk5e:first-child {
    max-height: 18rem;
    top: 0;
  }
}
#images.astro-2jiluk5e img.astro-2jiluk5e:nth-child(2) {
  z-index: 3;
  max-height: 10rem;
  top: 10rem;
  left: 6rem;
  rotate: 10deg;
}
@media (width>=1200px) {
  #images.astro-2jiluk5e img.astro-2jiluk5e:nth-child(2) {
    max-height: 14rem;
    top: 12rem;
    left: 8rem;
  }
}
#images.astro-2jiluk5e img.astro-2jiluk5e:last-child {
  max-height: 12rem;
  top: 4rem;
  right: -2rem;
  rotate: 10deg;
}
@media (width>=1200px) {
  #images.astro-2jiluk5e img.astro-2jiluk5e:last-child {
    max-height: 16rem;
    top: 0;
    right: -6rem;
  }
}
[data-page="about"] {
  overflow-x: hidden;
}
#hero.astro-kh7btl4r {
  background: var(--color-yellow);
  padding-top: 8rem;
  padding-bottom: 2rem;
}
@media (width>=768px) {
  #hero.astro-kh7btl4r {
    padding-top: 12rem;
  }
}
@media (width>=992px) {
  #hero.astro-kh7btl4r {
    padding-bottom: 6rem;
  }
}
#hero.astro-kh7btl4r #hero-content.astro-kh7btl4r {
  max-width: 72rem;
}
#hero.astro-kh7btl4r #hero-content.astro-kh7btl4r h1.astro-kh7btl4r {
  max-width: 56rem;
}
#hero.astro-kh7btl4r #hero-content.astro-kh7btl4r p.astro-kh7btl4r {
  max-width: 42rem;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 500;
}
#hero.astro-kh7btl4r div.astro-kh7btl4r:has(img) {
  bottom: -30%;
}
@media (width>=992px) {
  #hero.astro-kh7btl4r div.astro-kh7btl4r:has(img) {
    position: absolute;
    right: 0;
  }
}
#hero.astro-kh7btl4r img.astro-kh7btl4r {
  max-width: 100%;
  max-height: 42rem;
}
#works-with-how-you-teach.astro-kh7btl4r {
  --bs-gutter-x: 3rem;
  max-width: 72rem;
  padding: 4rem 1rem;
}
#cta.astro-i344ymn4 {
  background: var(--bg-yellow-gradient);
  padding: 4rem 1rem;
}
#cta.astro-i344ymn4 > div.astro-i344ymn4 {
  max-width: 72rem;
}
#cta.astro-i344ymn4 h2.astro-i344ymn4 ~ div.astro-i344ymn4 a.astro-i344ymn4 {
  border-radius: 1.5rem;
}
.floating-container.astro-4lw55fg4 {
  border-radius: 2rem;
  padding: 2rem;
}
@media (width>=768px) {
  .floating-container.astro-4lw55fg4 {
    padding: 4rem;
  }
}
[data-page="cookie-policy"] ul > li:last-child {
  margin-bottom: 1rem;
}
.lesson-plan.astro-v2k6w2zg {
  border-color: var(--color-medium-blue);
  background-color: #f8f9ff;
  border-radius: 1rem;
  padding: 2rem;
}
.lesson-plan.astro-v2k6w2zg h3.astro-v2k6w2zg a {
  font-size: 1.125rem;
  font-family: var(--font-cutive);
}
.lesson-plan.astro-v2k6w2zg ul.astro-v2k6w2zg .astro-v2k6w2zg:not(:last-child) {
  margin-bottom: 0.25rem;
}
.lesson-plan.astro-v2k6w2zg ul.astro-v2k6w2zg li.astro-v2k6w2zg:last-child,
.lesson-plan.astro-v2k6w2zg span.astro-v2k6w2zg {
  color: var(--color-blue);
}
.lesson-plan.astro-v2k6w2zg button.astro-v2k6w2zg {
  background: 0 0;
  padding: 0;
}
.lesson-plan.astro-v2k6w2zg button.astro-v2k6w2zg svg.astro-v2k6w2zg {
  width: 1.25rem;
  height: 1.25rem;
}
.lesson-plan.astro-v2k6w2zg a.astro-v2k6w2zg {
  background: 0 0;
  padding: 0;
}
.lesson-plan.astro-v2k6w2zg a.astro-v2k6w2zg svg.astro-v2k6w2zg {
  width: 1.25rem;
  height: 1.25rem;
}
#search.astro-otpdt6jm {
  grid-template-columns: 1fr;
}
#search.astro-otpdt6jm input.astro-otpdt6jm {
  border: var(--color-medium-blue);
  background: var(--color-light-blue);
  grid-row-start: 1;
  grid-column-start: 1;
  padding: 0.75rem 2rem;
}
#search.astro-otpdt6jm input.astro-otpdt6jm ~ div.astro-otpdt6jm {
  grid-row-start: 1;
  grid-column-start: 1;
  place-self: center end;
  margin-right: 2rem;
}
#search.astro-otpdt6jm
  input.astro-otpdt6jm
  ~ div.astro-otpdt6jm
  button.astro-otpdt6jm {
  align-items: center;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  display: flex;
}
#search.astro-otpdt6jm
  input.astro-otpdt6jm
  ~ div.astro-otpdt6jm
  button.astro-otpdt6jm:first-child {
  border: var(--color-medium-blue);
  color: var(--color-blue);
}
#search.astro-otpdt6jm
  input.astro-otpdt6jm
  ~ div.astro-otpdt6jm
  button.astro-otpdt6jm
  svg.astro-otpdt6jm {
  width: 1rem;
  height: 1rem;
}
#search.astro-otpdt6jm
  input.astro-otpdt6jm
  ~ div.astro-otpdt6jm
  button.astro-otpdt6jm
  path {
  stroke: currentColor;
}
.tab-trigger.astro-o4mtuphs {
  cursor: pointer;
  background: #fff;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: 2rem 2rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (width>=768px) {
  .tab-trigger.astro-o4mtuphs {
    justify-content: start;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.tab-trigger.astro-o4mtuphs path {
  stroke: none;
}
.tab-trigger.astro-o4mtuphs[data-active] svg.astro-o4mtuphs {
  fill: var(--color-yellow);
}
.tab-trigger.astro-o4mtuphs:not([data-active]) {
  color: #94a9ff;
}
.tab-trigger.astro-o4mtuphs:not([data-active]):before {
  content: "";
  z-index: 1;
  background: linear-gradient(#0000, lab(51.375% 24.0875 -75.9708/0.2));
  position: absolute;
  inset: 0;
}
.tab-trigger.astro-o4mtuphs:not([data-active]) svg.astro-o4mtuphs {
  fill: var(--color-blue);
}
#song-list.astro-o4mtuphs {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding: 4rem 2rem;
}
@media (width>=768px) {
  #song-list.astro-o4mtuphs {
    padding: 4rem;
  }
}
.song-item.astro-o4mtuphs {
  border-bottom: 1px solid #e2e2e2;
}
.song-item.astro-o4mtuphs[data-favorited] button.astro-o4mtuphs path {
  fill: var(--color-yellow);
}
.song-item.astro-o4mtuphs > div.astro-o4mtuphs:first-child {
  aspect-ratio: 1;
}
.song-item.astro-o4mtuphs > div.astro-o4mtuphs:first-child svg.astro-o4mtuphs {
  fill: #e2e2e2;
  width: 1.75rem;
  height: 1.75rem;
}
.song-item.astro-o4mtuphs > div.astro-o4mtuphs:first-child path {
  stroke: none;
}
.song-item.astro-o4mtuphs .song-link.astro-o4mtuphs {
  border-left: 1px solid #e2e2e2;
}
.song-item.astro-o4mtuphs .song-link.astro-o4mtuphs span.astro-o4mtuphs {
  transition: color 0.15s ease-out;
}
.song-item.astro-o4mtuphs .song-link.astro-o4mtuphs svg.astro-o4mtuphs {
  margin-left: auto;
}
.song-item.astro-o4mtuphs .song-link.astro-o4mtuphs path {
  stroke: #e2e2e2;
  stroke-width: 2px;
  transition: stroke 0.15s ease-out;
}
.song-item.astro-o4mtuphs
  .song-link.astro-o4mtuphs
  a.astro-o4mtuphs:hover
  ~ span.astro-o4mtuphs {
  color: var(--color-blue);
}
.song-item.astro-o4mtuphs
  .song-link.astro-o4mtuphs
  a.astro-o4mtuphs:hover
  ~ svg.astro-o4mtuphs
  path {
  stroke: #000;
}
#filter-overlay.astro-nhxjo3iv {
  z-index: 9998;
  background: #00000080;
}
#filter-overlay.astro-nhxjo3iv + div.astro-nhxjo3iv {
  z-index: 9999;
  top: 1rem;
  bottom: 1rem;
  right: 1rem;
}
aside.astro-nhxjo3iv {
  border-radius: 1.25rem;
  max-width: min-content;
}
aside.astro-nhxjo3iv > div.astro-nhxjo3iv:last-child {
  background: #eaeeff;
}
details.astro-nhxjo3iv {
  background: #f3f5ff;
  border-bottom: 1px solid #4e71ff12;
}
details.astro-nhxjo3iv[open] summary.astro-nhxjo3iv {
  background: #bfcbff;
}
details.astro-nhxjo3iv[open] summary.astro-nhxjo3iv svg.astro-nhxjo3iv {
  rotate: 180deg;
}
details.astro-nhxjo3iv summary.astro-nhxjo3iv {
  padding: 1rem 1.5rem;
  list-style: none;
}
details.astro-nhxjo3iv li.astro-nhxjo3iv {
  background: #4e71ff12;
  border-bottom: 1px solid #ffffff5e;
  padding: 1rem 1.5rem;
}
input.astro-nhxjo3iv[type="checkbox"] {
  appearance: none;
  background: #4e71ff2b;
  border-radius: 9999px;
  width: 1rem;
  height: 1rem;
}
input.astro-nhxjo3iv[type="checkbox"]:checked {
  border: 4px solid var(--color-blue);
}
img.astro-3nssi2tu {
  width: 10rem;
  top: -12rem;
  right: 3rem;
}
[data-page="dashboard"] #library #song-list {
  max-height: 32rem;
  overflow-y: auto;
}
#print.astro-6sw7eudl {
  color: var(--color-blue);
}
#print.astro-6sw7eudl > div.astro-6sw7eudl {
  border: 2px solid var(--color-blue);
}
#print.astro-6sw7eudl > div.astro-6sw7eudl svg.astro-6sw7eudl {
  width: 1.25rem;
  height: 1.25rem;
}
#print.astro-6sw7eudl > div.astro-6sw7eudl path {
  stroke: var(--color-blue);
  stroke-width: 2px;
}
.sidebar.astro-6sw7eudl {
  min-width: 16rem;
}
.sidebar.astro-6sw7eudl .favorite.astro-6sw7eudl {
  fill: var(--color-blue);
  width: 1.25rem;
  height: 1.25rem;
}
.sidebar.astro-6sw7eudl .favorite.astro-6sw7eudl path {
  stroke: var(--color-blue);
}
#my-songs.astro-6sw7eudl span.astro-6sw7eudl {
  color: var(--color-blue);
}
#my-songs.astro-6sw7eudl li.astro-6sw7eudl {
  border-bottom: 1px solid #f2eeb5;
  font-size: 0.875rem;
}
#my-songs.astro-6sw7eudl li.astro-6sw7eudl svg.astro-6sw7eudl {
  width: 0.75rem;
  height: 0.75rem;
}
#my-songs.astro-6sw7eudl,
#add-note.astro-6sw7eudl {
  background: var(--color-light-yellow);
  border: 1px solid #f2eeb5;
  border-radius: 1.25rem;
}
#add-note.astro-6sw7eudl {
  color: var(--color-blue);
}
#add-note.astro-6sw7eudl path {
  stroke: var(--color-blue);
}
#droppable.astro-6sw7eudl
  .draggable.astro-6sw7eudl
  > .astro-6sw7eudl:last-child {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 2rem;
}
#droppable.astro-6sw7eudl .draggable.astro-6sw7eudl .note.astro-6sw7eudl p {
  color: var(--color-blue);
  font-weight: 500;
}
#droppable.astro-6sw7eudl
  .draggable.astro-6sw7eudl
  .note.astro-6sw7eudl
  svg.astro-6sw7eudl {
  width: 1rem;
  height: 1rem;
}
#droppable.astro-6sw7eudl .draggable.astro-6sw7eudl .song.astro-6sw7eudl path {
  stroke: #bdbdbd;
}
#lesson-plans.astro-fcwpcfnr .astro-fcwpcfnr:last-child {
  color: var(--color-blue);
  place-self: end;
}
search.astro-fcwpcfnr {
  grid-column: 1/-1;
}
#add-new.astro-fcwpcfnr > div.astro-fcwpcfnr {
  border: 2px solid var(--color-blue);
}
#add-new.astro-fcwpcfnr > div.astro-fcwpcfnr svg.astro-fcwpcfnr {
  width: 1.25rem;
  height: 1.25rem;
}
#add-new.astro-fcwpcfnr > div.astro-fcwpcfnr path {
  stroke: var(--color-blue);
  stroke-width: 2px;
}
[data-page="song"] main > div.astro-jjtb43f3 {
  padding: 2rem;
}
@media (width>=768px) {
  [data-page="song"] main > div.astro-jjtb43f3 {
    padding: 4rem;
  }
}
[data-page="song"] main > div.astro-jjtb43f3:first-child {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
[data-page="song"] main > div.astro-jjtb43f3:nth-child(2) {
  background: var(--color-light-blue);
}
[data-page="song"] main > div.astro-jjtb43f3:last-child {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  gap: 4.5rem;
}
h1.astro-jjtb43f3 {
  text-wrap: balance;
}
#favorite.astro-jjtb43f3 svg.astro-jjtb43f3 {
  fill: #e2e2e2;
  width: 3.5rem;
  height: 3.5rem;
}
#favorite.astro-jjtb43f3 svg.astro-jjtb43f3 path {
  stroke: none;
}
#resources.astro-jjtb43f3,
#resources.astro-jjtb43f3 .right.astro-jjtb43f3 {
	gap: 2rem;
}
#resources.astro-jjtb43f3 .label.astro-jjtb43f3 {
  color: var(--color-blue);
  font-family: var(--font-albert-sans);
  margin-bottom: 0.5rem;
  font-weight: 700;
  display: block;
}
#resources.astro-jjtb43f3
  #printable-resources.astro-jjtb43f3
  li.astro-jjtb43f3
  a.astro-jjtb43f3 {
  gap: 0.5rem;
}
#resources.astro-jjtb43f3
  #printable-resources.astro-jjtb43f3
  svg.astro-jjtb43f3 {
  width: 1rem;
  height: 1rem;
}
#resources.astro-jjtb43f3 #printable-resources.astro-jjtb43f3 path {
  stroke: var(--color-blue);
  stroke-width: 2px;
}
#audio.astro-jjtb43f3 button.astro-jjtb43f3 {
  background: var(--color-blue);
  width: 1.5rem;
  height: 1.5rem;
}
#audio.astro-jjtb43f3
  button.astro-jjtb43f3.playing
  svg.astro-jjtb43f3:last-of-type,
#audio.astro-jjtb43f3
  button.astro-jjtb43f3:not(.playing)
  svg.astro-jjtb43f3:first-of-type {
  display: none;
}
#audio.astro-jjtb43f3 .time.astro-jjtb43f3 {
  color: var(--color-blue);
  font-size: 0.875rem;
}
#audio.astro-jjtb43f3 .astro-jjtb43f3:not(button svg) > path {
  stroke: var(--color-blue);
  stroke-width: 2px;
}
#audio.astro-jjtb43f3 div.astro-jjtb43f3:not(:last-child) {
  margin-bottom: 0.5rem;
}
#content.astro-jjtb43f3 .label.astro-jjtb43f3 {
  color: var(--color-blue);
  font-family: var(--font-albert-sans);
  font-size: 1.25rem;
  font-weight: 500;
}
#content.astro-jjtb43f3 .sublabel.astro-jjtb43f3 {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}
#content.astro-jjtb43f3 .item.astro-jjtb43f3 p {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 500;
}
#content.astro-jjtb43f3 .astro-jjtb43f3[role="separator"] {
  background: #cecece;
  width: 100%;
  height: 1px;
  margin: 1rem 0;
}
#content.astro-jjtb43f3 #rhythm.astro-jjtb43f3 li img {
  max-height: 1.5rem;
}
#content.astro-jjtb43f3 p,
#content.astro-jjtb43f3 li::marker {
  color: var(--color-gray);
}
#lyrics.astro-jjtb43f3 p {
  font-size: 1.25rem;
  font-family: var(--font-cutive);
}
aside.astro-jjtb43f3 {
  background: var(--color-light-yellow);
  border: 1px solid #f2eeb5;
  border-radius: 1.25rem;
  width: 100%;
}
@media (width>=768px) {
  aside.astro-jjtb43f3 {
    width: 24rem;
  }
}
body {
  height: 100vh;
}
main.astro-sgpqyurt {
  background: var(--bg-yellow-gradient);
  min-height: 100%;
}
form.astro-sgpqyurt {
  border-radius: 1.25rem;
  max-width: 24rem;
}
form.astro-sgpqyurt > .astro-sgpqyurt:not(:last-child) {
  margin-bottom: 2rem;
}
form.astro-sgpqyurt #forgot-pw.astro-sgpqyurt {
  margin-top: 0.25rem;
  font-size: 0.75rem;
}
.sitemap-group.astro-qob6xzsh {
  font-family: var(--font-albert-sans);
  font-size: calc(1.25rem + 1vw);
  font-weight: 600;
}
.sitemap-group.astro-qob6xzsh:first-child {
  padding-left: 0;
}
.sitemap-group.astro-qob6xzsh ul.astro-qob6xzsh {
  border-left: 4px solid var(--color-blue);
  padding-left: 1rem;
}
.sitemap-group.astro-qob6xzsh li.astro-qob6xzsh::marker {
  content: none;
}
.sitemap-group.astro-qob6xzsh > li.astro-qob6xzsh:not(:first-child),
.sitemap-group.astro-qob6xzsh
  > li.astro-qob6xzsh:not(:first-child)
  li.astro-qob6xzsh {
  margin-top: 0.5rem;
}
.sitemap-group.astro-qob6xzsh a.astro-qob6xzsh {
  color: var(--color-blue);
  text-decoration: none;
  position: relative;
}
.sitemap-group.astro-qob6xzsh a.astro-qob6xzsh:hover:after {
  content: "";
  background: var(--color-blue);
  height: 3px;
  display: block;
  position: absolute;
  bottom: -2px;
}
[data-page="payment"] {
  overflow-x: hidden;
}
[data-page="payment"] main {
  padding-top: 8rem;
}
[data-page="payment"] main > div.astro-nzqnd5ww {
  max-width: 64rem;
  padding: 3rem 1rem;
}
@media (width>=768px) {
  [data-page="payment"] main {
    padding-top: 10rem;
  }
}
#plan.astro-nzqnd5ww {
  background: var(--color-yellow);
  border-radius: 0.75rem;
  max-width: 24rem;
  padding: 1rem 2rem;
}
#plan.astro-nzqnd5ww p {
  margin-top: 1rem;
}
[data-page="trial"] {
  overflow-x: hidden;
}
[data-page="trial"] main {
  padding-top: 8rem;
}
[data-page="trial"] main > div.astro-hqly4dvh {
  max-width: 64rem;
  padding: 3rem 1rem;
}
@media (width>=768px) {
  [data-page="trial"] main {
    padding-top: 10rem;
  }
}
.payment-plan.astro-hqly4dvh {
  border-radius: 0.75rem;
  max-width: 18rem;
  padding: 1rem 2rem;
  transition: background 0.15s ease-out;
}
.payment-plan.astro-hqly4dvh:hover {
  background: var(--color-light-yellow);
}
.payment-plan.astro-hqly4dvh:has(input:checked) {
  background: var(--color-yellow);
}
.payment-plan.astro-hqly4dvh:not(:has(input:checked)) {
  border: 2px solid #d0d0d0;
}
.payment-plan.astro-hqly4dvh input.astro-hqly4dvh {
  cursor: pointer;
  appearance: none;
  inset: 0;
}
.promo-code.astro-hqly4dvh {
  background: var(--color-light-blue);
  border-radius: 0.75rem;
  padding: 2rem;
}
@media (width>=768px) {
  .promo-code.astro-hqly4dvh {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
#purpose.astro-ahos3bjf {
  max-width: 72rem;
  padding: 6rem 1rem;
}
#purpose.astro-ahos3bjf h2.astro-ahos3bjf {
  max-width: 48rem;
  margin-bottom: 4.5rem;
}
.tabs.astro-xlvzfuxv {
  border-color: #d4d4d4;
  border-radius: 1.25rem;
  box-shadow: 0 12px 18px #c7c7c740;
}
.tabs.astro-xlvzfuxv .tab-trigger.astro-xlvzfuxv {
  background: #fff;
  transition: background 0.15s ease-out;
}
.tabs.astro-xlvzfuxv .tab-trigger.astro-xlvzfuxv[data-active] {
  background: var(--color-yellow);
}
.tabs.astro-xlvzfuxv .tab-trigger.astro-xlvzfuxv:not([data-active]):hover {
  background: var(--color-light-yellow);
}
.tabs.astro-xlvzfuxv .tab-content.astro-xlvzfuxv {
  background: var(--color-light-yellow);
  padding: 3rem;
}
#sample.astro-m7zfxmrh {
  max-width: 72rem;
  padding: 0 1rem 6rem;
}
@media (width>=768px) {
  #sample.astro-m7zfxmrh {
    padding-top: 6rem;
  }
}
#sample.astro-m7zfxmrh h2.astro-m7zfxmrh,
#sample.astro-m7zfxmrh h3.astro-m7zfxmrh {
  margin-bottom: 3rem;
}
#sample.astro-m7zfxmrh #song-info.astro-m7zfxmrh {
  gap: 3.5rem;
}
#sample.astro-m7zfxmrh #song-info.astro-m7zfxmrh > div.astro-m7zfxmrh iframe {
	max-width: 100%;
	min-width: 26rem;
	width: auto;
	height: auto;
	aspect-ratio: 16/9;
}
#sample.astro-m7zfxmrh #song-info.astro-m7zfxmrh .label.astro-m7zfxmrh {
  color: var(--color-blue);
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
}
#sample.astro-m7zfxmrh #song-info.astro-m7zfxmrh ul.astro-m7zfxmrh {
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  display: flex;
}
#sample.astro-m7zfxmrh
  #song-info.astro-m7zfxmrh
  ul.astro-m7zfxmrh
  svg.astro-m7zfxmrh {
  margin-right: 0.5rem;
}
#sample.astro-m7zfxmrh
  #song-info.astro-m7zfxmrh
  ul.astro-m7zfxmrh
  li.astro-m7zfxmrh {
  font-weight: 500;
}
#sample.astro-m7zfxmrh #song-info.astro-m7zfxmrh li.astro-m7zfxmrh img.astro-m7zfxmrh {
  max-height: 1.5rem;
}
#lesson-planner.astro-m6pkttzo {
  background: var(--color-light-blue);
}
#lesson-planner.astro-m6pkttzo > div.astro-m6pkttzo {
  max-width: 72rem;
  padding: 4rem 1rem;
}
#lesson-planner.astro-m6pkttzo p:first-child {
  color: #2c57ff;
  font-size: 1.25rem;
  font-weight: 700;
}
#faq.astro-z6gx6xcw {
  max-width: 72rem;
  width: 100%;
  padding: 6rem 1rem;
}
#faq.astro-z6gx6xcw h2.astro-z6gx6xcw {
  margin-bottom: 2.5rem;
}
#faq.astro-z6gx6xcw li.astro-z6gx6xcw {
  border-color: #d3d3d3;
  padding-bottom: 1rem;
}
#faq.astro-z6gx6xcw li.astro-z6gx6xcw:not(:first-child) {
  padding-top: 1rem;
}
#faq.astro-z6gx6xcw li.astro-z6gx6xcw svg.astro-z6gx6xcw {
  margin-left: auto;
}
details.astro-z6gx6xcw[open] #plus.astro-z6gx6xcw {
  display: none;
}
details.astro-z6gx6xcw[open] #minus.astro-z6gx6xcw {
  display: block;
}
details.astro-z6gx6xcw summary.astro-z6gx6xcw {
  list-style: none;
}
details.astro-z6gx6xcw p {
  padding-top: 0.5rem;
  padding-right: 1rem;
}
#grades.astro-tnrocnu3 > div.astro-tnrocnu3 {
  max-width: 72rem;
  padding: 4rem 0;
}
#grades.astro-tnrocnu3 > div.astro-tnrocnu3 > div.astro-tnrocnu3:first-child {
  max-width: 20rem;
}
@media (width>=768px) {
  #grades.astro-tnrocnu3 > div.astro-tnrocnu3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
#grades.astro-tnrocnu3 > div.astro-tnrocnu3 #tabs p {
  margin-bottom: 0;
}
#story.astro-bzejpysa > svg.astro-bzejpysa:first-of-type {
  left: 50%;
  translate: -50%;
}
#story.astro-bzejpysa > svg.astro-bzejpysa:last-of-type {
  bottom: 8rem;
  right: -2rem;
}
#story.astro-bzejpysa > div.astro-bzejpysa {
  max-width: 72rem;
  padding: 6rem 1rem;
}
.left.astro-bzejpysa svg.astro-bzejpysa:first-of-type {
  top: 40%;
  left: 0;
  translate: -50%;
}
.left.astro-bzejpysa svg.astro-bzejpysa:last-of-type {
  bottom: -2rem;
  right: 0;
}
@media (width>=768px) {
  .left.astro-bzejpysa svg.astro-bzejpysa:last-of-type {
    bottom: -5rem;
  }
}
.left.astro-bzejpysa img.astro-bzejpysa {
  aspect-ratio: 4/3;
  border-radius: 1.25rem;
}
.right.astro-bzejpysa svg.astro-bzejpysa:first-of-type {
  top: -50%;
  right: 0;
  rotate: 30deg;
}
.right.astro-bzejpysa .underline.astro-bzejpysa {
  bottom: -1rem;
}
.right.astro-bzejpysa p {
  margin-bottom: 3rem;
}
#hero.astro-j7pv25f6 {
  background: var(--bg-yellow-gradient);
  padding-top: 10rem;
}
#hero.astro-j7pv25f6 #hero-content.astro-j7pv25f6 {
  max-width: 72rem;
}
#hero.astro-j7pv25f6 #hero-content.astro-j7pv25f6 p {
  margin-top: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 500;
}
div.astro-j7pv25f6:has(svg ellipse) svg.astro-j7pv25f6 {
  width: 100vw;
}
#learn-more.astro-j7pv25f6 span.astro-j7pv25f6 {
  letter-spacing: 0.125em;
}
#learn-more.astro-j7pv25f6 svg.astro-j7pv25f6 {
  width: 2rem;
  height: 2rem;
}

.tab-trigger.astro-o7lwksye {
  font-size: 1.25rem;
  font-family: var(--font-cutive);
  cursor: pointer;
  background: #fff;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 2rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (width>=768px) {
  .tab-trigger.astro-o7lwksye {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.tab-trigger.astro-o7lwksye:not([data-active]) {
  color: #94a9ff;
}
.tab-trigger.astro-o7lwksye:not([data-active]):before {
  content: "";
  z-index: 1;
  background: linear-gradient(#0000, lab(51.375% 24.0875 -75.9708/0.2));
  position: absolute;
  inset: 0;
}
.account-tab-content {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.max-container{
    max-width: 80rem;
}

#song-content {
  color: var(--color-gray);
}

#song-content h3 {
  color: var(--color-blue);
  font-family: var(--font-albert-sans);
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 0;
}

#song-content h3:not(:first-of-type) {
  margin-top: 1.5rem;
}

#song-content hr {
  margin: 1rem 0;
  height: 1px;
  width: 100%;
  background: #cecece;
}

#song-content blockquote {
  font-size: 1.25rem;
  font-family: var(--font-cutive);
}

#song-content ul {
  margin-bottom: 1rem;
}

#song-content strong {
  font-weight: 700;
}
