/** Shopify CDN: Minification failed

Line 344:3 Expected "}" to go with "{"

**/
.course-page {
  position: relative;
  padding-top: 93px;
  padding-bottom: 80px;
}

.course-page::before {
  position: absolute;
  content: '';
  top: 190px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  height: 1200px;
  width: 100%;
}

@media(min-width: 1500px) {
  .course-page:before {
    height: 1365px;
  }
}

.course-detail {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 80px;
}

h1.course-title {
  margin-top: 0px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 34px;
  text-align: center;
  font-family: "Miller Display";
  line-height: 48px;
}

h2.course-subtitle {
  font-size: 28px;
  line-height: 39px;
  margin: 0 0 24px;
  font-family: var(--font-body);
  color: #000;
}

.course-list ul {
  margin: 0;
  padding-left: 15px;
}

.course-list ul li {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 12px;
}

.course-image {
  width: 100%;
}

.course-image img {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 150%;
}

.course-text {
  max-width: 54.24%;
  flex: 0 0 54.24%;
  padding-right: 40px;
  padding-top: 50px;
}

.course-inner {
  max-width: 515px;
  margin-left: auto;
  margin-right: 0;
}

.courseimage-with-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 72px;
  max-width: 1920px;
}

.courseimage-with-text .innerimage {
  max-width: 50.84%;
  flex: 0 0 50.84%;
  line-height: 0;
}

.courseimage-with-text .innerimage figure {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 59.42%;
}

.courseimage-with-text .innerimage figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.courseimage-with-text .description {
  max-width: 49.16%;
  flex: 0 0 49.16%;
  padding-left: 32px;
}

.courseimage-with-text .description .course-desc {
  max-width: 571px;
}

.courseimage-with-text .description .course-desc p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.course-work {
  margin: 0px 0px;
  padding: 0px 0px;
}

.course-work .work-desc {
  text-align: left;
}

.course-work .work-desc ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.course-work .work-desc ul li {
  list-style: number;
  font-size: 16px;
  line-height: 15px;
  color: #000;
  list-style-position: inside;
}

.course-work .work-desc ol {
  margin: 15px 0 0;
  padding: 0;
}

.course-work .work-desc ol li {
  list-style: none;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

@media(max-width: 1399px) {
  .course-page:before {
    height: 1170px;
  }
}

@media(max-width: 1299px) {
  .course-page {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  h2.course-subtitle {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 20px;
  }

  .course-list ul li {
    font-size: 18px;
    line-height: 26px;
  }

  .course-image:after {
    right: -22px;
  }

  .course-page:before {
    height: 1100px;
  }

  .course-detail {
    margin: 0 0 60px;
  }
}

@media(max-width: 1199px) {
  .course-page:before {
    height: 880px;
    top: 160px;
  }

  h2.course-subtitle {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 16px;
  }

  .course-list ul li {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 8px;
  }

  .course-text {
    padding-right: 30px;
  }

  .course-detail {
    margin: 0 0 50px;
  }
}

@media(max-width: 991px) {
  h1.course-title {
    margin: 0 0 40px;
    font-size: 34px;
    line-height: 36px;
  }

  h2.course-subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .courseimage-with-text .description {
    padding-left: 22px;
    padding-right: 15px;
  }

  .course-page:before {
    height: 680px;
    top: 130px;
  }

  .courseimage-with-text {
    margin: 0 0 42px;
  }

  .course-work {
    margin-bottom: 50px;
  }

  .course-page {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media(max-width: 975px) {
  .course-page {
    padding-top: 30px;
  }

  .course-page:before {
    background: none !important;
  }

  .course-text {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }

  .course-inner {
    margin-left: 0;
  }

  .course-image {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 20px 0 0;
  }

  .courseimage-with-text .description {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .courseimage-with-text .description {
    padding-left: 15px;
    margin: 20px 0 0;
  }

  .courseimage-with-text .innerimage {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }

  .courseimage-with-text .description .course-desc p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media(max-width: 575px) {
  .course-list ul li {
    font-size: 14px;
    line-height: 22px;
  }

  .course-detail {
    margin: 0px 0 30px;
  }

  .course-work .work-desc ul li,
  .course-work .work-desc ol li {
    font-size: 14px;
    line-height: 20px;
  }

  .course-work {
    margin-bottom: 30px;
  }