.header-container {
  font-family: "Open Sans", sans-serif;
}
.header-img {
  width: 100%;
  height: 277px;
  background-color: #dee8ea;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.star {
  cursor: pointer;
}
.star:hover {
  color: rgb(255, 180, 31);
}
.star.active {
  color: rgb(255, 180, 31) !important;
}
.header-banner-container {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 3px 0px 3px #00000080;
  min-height: 120px;
  flex-wrap: wrap;
}
.header-title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-title {
  font-size: 32px;
  line-height: 43px;
  font-weight: 600;
  margin: 12px 0px 0px 0px;
  width: 75%;
  padding-bottom: 10px;
}
.header-subtitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  padding-left: 0px;
  padding-bottom: 5px;
}
.logo-container {
  position: absolute;
  right: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.logo-circle {
  width: 110px;
  height: 110px;
  border-radius: 60px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.29);
}
.header-banner-logo {
  align-self: center;
  width: 100px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .header-container {
    margin-top: -31px;
  }
  .header-subtitle {
    padding-left: 0px !important;
  }
  .header-title {
    width: 75%;
  }
  .logo-container {
    right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .header-img {
    max-height: 230px;
  }
  .header-banner-container {
    text-align: center;
    min-height: 78px;
  }
  .header-banner-container-logo {
    margin-top: 72px;
  }
  .header-title-container {
    order: 2;
  }
  .header-title {
    font-size: 20px;
    line-height: 20px;
    width: unset;
  }
  .header-subtitle {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
    padding-right: 0px !important;
  }
  .logo-container {
    top: -86px;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    order: 1;
  }
  .logo-circle {
    width: 76px;
    height: 76px;
  }
  .header-banner-logo {
    width: 66px;
    height: 33px;
  }
}
/* Course Header */
.course-header-container {
  font-family: "Open Sans", sans-serif;
}
.course-header-img {
  width: 100%;
  height: 277px;
  background-color: #dee8ea;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.course-header-banner-container {
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 3px 0px 3px #00000080;
  min-height: 120px;
  flex-wrap: wrap;
}
.course-header-title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.course-header-title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  margin: 12px 0px 0px 0px;
  width: 75%;
  padding-bottom: 10px;
  text-decoration: none;
  color: #0047a8;
}
.title-course {
  font-size: 32px;
  line-height: 43px;
  font-weight: 600;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.course-header-subtitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  padding-left: 0px;
  padding-bottom: 5px;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .course-header-container {
    margin-top: -31px;
  }
  .course-header-subtitle {
    padding-left: 0px !important;
  }
  .course-header-title {
    width: 75%;
    font-size: 24px;
    line-height: 34px;
  }
  .title-course {
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 18px;
    font-size: 26px;
    line-height: 38px;
  }
}
@media screen and (max-width: 480px) {
  .course-header-container {
    margin-top: 0;
  }
  .course-header-img {
    max-height: 277px;
  }
  .course-header-banner-container {
    text-align: center;
    min-height: 78px;
    background-color: #ffffff;
    margin-top: 20px;
  }
  .course-header-banner-container-logo {
    margin-top: 85px;
  }
  .course-header-title-container {
    order: 2;
  }
  .course-header-title {
    font-size: 20px;
    line-height: 20px;
    width: unset;
    text-align: center;
  }
  .title-course {
    font-size: 20px;
    line-height: 20px;
    width: unset;
    text-align: center;
    padding: 2px 20px 0px 20px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .course-header-subtitle {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
    padding-right: 0px !important;
    width: 100%;
  }
}

/*# sourceMappingURL=client-bundle-426f47c7.css.map*/
