body.post-template-m-ed {
  background-color: #cff1ff;
  font-family: "Quattrocento Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
body.post-template-m-ed .ref {
  text-decoration: none;
}
body.post-template-m-ed .ref:hover, body.post-template-m-ed .ref:focus-visible {
  text-decoration: underline;
}
body.post-template-m-ed img:not(.header__title, .accordion__lid, .footer__logo) {
  display: block;
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.post-template-m-ed .container {
  max-width: 1280px;
  padding: 0.5rem;
}
@media (min-width: 650px) {
  .post-template-m-ed .container {
    padding: 0;
  }
}
.post-template-m-ed .container--narrow {
  max-width: 1040px;
}
.post-template-m-ed #maincontent {
  background-color: #cff1ff;
  float: none;
}

.header {
  background-color: #cff1ff;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 47.5rem) {
  .header {
    padding-top: 140px;
  }
}
.header__title {
  margin-bottom: 30px;
}
.header__intro {
  font-weight: 700;
  margin: auto;
  max-width: 65rem;
}
@media (min-width: 47.5rem) {
  .header__intro {
    font-size: 1.625rem;
  }
}
.header__list {
  display: flex;
  flex-flow: row nowrap;
  gap: 1.5rem;
  justify-content: center;
  margin: 24px 0;
}
.header__list__item {
  display: inline-block;
  padding: 0.25rem 1rem;
}
.header__list__item--blue {
  background-color: #4bd4f2;
}
.header__list__item--pink {
  background-color: #ff8d8c;
}
.header__list__item--yellow {
  background-color: #f2da63;
}

.accordion {
  background-color: #cff1ff;
  text-align: center;
}
.accordion__group {
  background-color: #ba2c2c;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  list-style: none;
  margin: 2rem auto;
  max-width: 65rem;
  padding: 35px 0 0;
  position: relative;
}
@media (min-width: 47.5rem) {
  .accordion__group {
    padding: 55px 0;
  }
}
.accordion__group::before {
  background-color: #ba2c2c;
  content: "";
  display: block;
  height: 100px;
  left: -0.5rem;
  position: absolute;
  top: 0;
  width: calc(100% + 1rem);
}
.accordion__title {
  font-family: "Krona One", sans-serif;
  font-size: 2.75rem;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 47.5rem) {
  .accordion__title {
    margin-bottom: 50px;
  }
}
.accordion__item {
  padding: 0 0.75rem 3rem;
}
@media (min-width: 47.5rem) {
  .accordion__item {
    padding: 35px 90px;
  }
}
.accordion__button {
  background-color: transparent;
  font-size: 1.85rem;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 47.5rem) {
  .accordion__button {
    font-size: 2.75rem;
  }
}
.accordion__button:focus-visible, .accordion__button:hover {
  background-color: transparent;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-position: under;
}
.accordion__button:focus {
  background-color: transparent;
}
.accordion__content {
  color: #000;
  font-weight: 700;
  overflow: hidden;
  text-align: left;
  transition: max-height 0.3s ease;
}
.accordion__content--hidden {
  max-height: 0px;
}
.accordion__content--expanded {
  max-height: 1600px;
}
.accordion__content__tip {
  background-color: #fff;
  font-size: 1.25rem;
  margin-bottom: 24px;
  padding: 25px 35px;
}
@media (min-width: 47.5rem) {
  .accordion__content__tip {
    padding: 25px 70px;
  }
}
.accordion__content__tip__title {
  display: inline-block;
  font-size: 1.25rem;
  left: -1rem;
  padding: 0.25rem 1rem;
  position: relative;
}
.accordion__content__tip__title--blue {
  background-color: #4bd4f2;
}
.accordion__content__tip__title--pink {
  background-color: #ff8d8c;
}
.accordion__content__tip__title--yellow {
  background-color: #f2da63;
}

.about {
  padding: 60px 0 75px;
}
@media (min-width: 47.5rem) {
  .about {
    padding: 90px 0;
  }
}
.about__inner {
  border-bottom: 1.5px solid #ba2c2c;
  border-top: 1.5px solid #ba2c2c;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 40px 40px 16px;
  text-align: center;
}
@media (min-width: 47.5rem) {
  .about__inner {
    font-size: 1.5rem;
    line-height: 1.625;
    padding: 40px 40px 16px;
  }
}
.about__inner a {
  transition: color 0.2s ease;
}
.about__inner a:focus, .about__inner a:hover {
  color: #ba2c2c;
}

.sample-courses {
  background-color: #f7b500;
  padding: 60px 1rem;
  text-align: center;
}
@media (min-width: 47.5rem) {
  .sample-courses {
    padding: 60px;
  }
}
.sample-courses__title {
  font-family: "Krona One", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (min-width: 47.5rem) {
  .sample-courses__title {
    font-size: 2rem;
  }
}
.sample-courses__list {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  list-style: none;
  margin: 40px 0 0;
  text-align: left;
}
@media (min-width: 47.5rem) {
  .sample-courses__list {
    font-size: 1.375rem;
    text-align: center;
  }
}
.sample-courses__list__item {
  margin-bottom: 0.75em;
}

.sources {
  padding: 70px 0;
}
.sources__title {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}
.sources__list {
  counter-reset: sources-list;
  line-height: 1.375;
  list-style: none;
}
.sources__list__item {
  counter-increment: sources-list;
  margin-bottom: 1em;
  position: relative;
}
@media (min-width: 47.5rem) {
  .sources__list__item {
    margin-bottom: 0.65em;
  }
}
.sources__list__item::before {
  content: counter(sources-list);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  left: -3em;
  position: absolute;
  text-align: right;
  width: 2em;
}

.footer {
  background-color: #fff;
  padding: 40px 0;
}
.footer__grid {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 47.5rem) {
  .footer__grid {
    flex-flow: row nowrap;
  }
}
.footer__grid__right {
  font-size: 0.9rem;
}
@media (min-width: 47.5rem) {
  .footer__grid__right {
    align-items: center;
    display: flex;
    font-size: 1rem;
  }
  .footer__grid__right::before {
    content: "";
    border-left: 1.5px solid #47485d;
    display: block;
    height: 100%;
    margin-right: 15px;
  }
}