html,
body {
  background-color: #ffffff;
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #000;
  scroll-behavior: smooth;
  margin: 0;
}

main {
  padding-inline: 1rem;
}
@media (min-width: 48rem) {
  main {
    padding-inline: 2rem;
  }
}
main .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container {
  margin-inline: auto;
  max-width: 72rem;
}

#hero,
#header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  background: #a51c30;
  color: #ffffff;
  padding-inline: 1rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media (min-width: 48rem) {
  #hero,
  #header {
    padding-inline: 2rem;
  }
}
#hero h1,
#header h1 {
  max-width: 64rem;
  font-size: 1.875rem;
  line-height: 1.5, 1.2;
  line-height: 1.25;
  font-weight: 600;
  text-wrap: balance;
}
@media (min-width: 48rem) {
  #hero h1,
  #header h1 {
    font-size: 1.875rem;
    line-height: 1.5, 1.2;
  }
}
#hero p,
#header p {
  text-wrap: balance;
  max-width: 36rem;
  font-size: 1.125rem;
  line-height: 1.5, 1.5555555556;
  font-weight: 500;
}
#hero small,
#header small {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5, 1.4285714286;
  font-weight: 400;
}
#hero a,
#header a {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 500;
  color: #a51c30;
  background-color: #ffffff;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  border-radius: calc(infinity * 1px);
  text-decoration: none;
}
@media (hover: hover) {
  #hero a:hover,
  #header a:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.hero-pill {
  display: inline-block;
  border-radius: calc(infinity * 1px);
  padding-inline: 0.75rem;
  padding-block: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5, 1.4285714286;
  font-weight: 500;
  color: #ffffff;
  background-color: #a51c30;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter Tight", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
}

hr {
  border: none;
  border-top: 1px solid rgba(82, 82, 92, 0.25);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.5, 1.3333333333;
}

.schedule {
  list-style: none;
  padding: 0;
  margin: 0;
}
.schedule .schedule-item {
  border-bottom: 1px solid rgba(82, 82, 92, 0.1);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.schedule .schedule-item:last-child {
  border-bottom: none;
}
.schedule .schedule-item .schedule-item-header {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.5rem;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 48rem) {
  .schedule .schedule-item .schedule-item-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.schedule .schedule-item .schedule-pill {
  font-size: 0.875rem;
  line-height: 1.5, 1.4285714286;
  font-weight: 500;
  padding-inline: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border: 1px solid rgba(82, 82, 92, 0.25);
  background-color: #ffffff;
  border-radius: calc(infinity * 1px);
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #000;
}
.schedule .schedule-item .schedule-title {
  margin: 0;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  max-width: 48rem;
}
.schedule .schedule-item h4 {
  text-transform: uppercase;
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}
.schedule .schedule-item .schedule-readings {
  padding-inline-start: 1rem;
  list-style-position: outside;
  margin: 0;
  margin-top: 1rem;
}
.schedule .schedule-item .schedule-readings li {
  margin-bottom: 0.5rem;
  max-width: 42rem;
  line-height: 1.5, 1.5555555556;
}
.schedule .schedule-item .schedule-readings li .reading-no-link {
  font-size: 0.875rem;
  line-height: 1.5, 1.4285714286;
  color: #52525c;
}
.schedule .schedule-item .schedule-readings li a {
  text-decoration: underline;
  color: #a51c30;
}
.schedule .schedule-item .schedule-readings li a:hover {
  text-decoration: none;
}
.schedule .schedule-item .schedule-note {
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5, 1.4285714286;
}

.terms-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.terms-list li {
  margin-bottom: 1rem;
}
.terms-list li a {
  font-size: 1.125rem;
  line-height: 1.5, 1.5555555556;
  font-weight: 500;
  color: #a51c30;
  text-decoration: underline;
}

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5, 1.4285714286;
  color: #52525c;
}
footer a {
  color: #a51c30;
  text-decoration: underline;
}

.highlight {
  background: rgba(255, 222, 45, 0.2);
  border-left: 4px solid #fcb315;
  padding-inline: 1rem;
}
.highlight .schedule-readings li a {
  color: #000 !important;
}

/*# sourceMappingURL=main.css.map */