:root {
  --content: #464646;
  --theme-violet: #9d63cb;
  --purple: #7734ac;
  --white: white;
  --second-light-violet: #f1eaf6;
  --second-light-violet-2: #f1eaf6;
  --theme-light-violet-2: #c8addd;
  --theme-light-violet-3: #fafafb;
  --dark-purple: #4b087e;
  --theme-light-purple: #f1deff;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--content);
  letter-spacing: 2px;
  background-color: #fafafb;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 24px;
  line-height: 135%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--content);
  text-decoration: none;
}

.top-menu-container {
  width: 100%;
}

.header-logo-container {
  align-items: center;
  display: flex;
}

.top-menu-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.img-full {
  width: 100%;
  height: 100%;
  display: block;
}

.header-logo {
  cursor: pointer;
  margin-right: 55px;
}

.header-logo.left {
  width: 370px;
}

.header-logo.right {
  width: 250px;
}

.sign-in-btn {
  background-color: var(--theme-violet);
  border-radius: 100px;
  padding: 15px 25px;
  transition: background-color .3s;
}

.sign-in-btn:hover {
  background-color: var(--purple);
}

.login-btn-txt {
  color: var(--white);
  background-image: url('../images/UserCircle.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.all {
  overflow: hidden;
}

.home-banner {
  margin-top: 40px;
}

.container-home-banner {
  max-width: 100%;
  padding-left: 40px;
}

.home-course-container {
  align-items: center;
  display: flex;
}

.home-tab-menu {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.home-tab-wrapper {
  min-height: 600px;
  position: relative;
}

.home-tab-tagline {
  letter-spacing: 5px;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
}

.tab-course-list {
  margin-right: 55px;
}

.home-tab-content {
  width: 65%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-course-description {
  margin-top: 20px;
  font-weight: 400;
  display: none;
}

.home-tab-column {
  width: 35%;
  padding-top: 80px;
}

.home-tab-img {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 95px;
  border-bottom-left-radius: 95px;
}

.home-tab-img.tab1 {
  background-image: url('../images/tab-img-1.jpg');
}

.home-tab-img.tab2 {
  background-image: url('../images/tab-img-2.jpg');
}

.home-tab-img.tab3 {
  background-image: url('../images/tab-img-3.jpg');
}

.home-tab-img.tab4 {
  background-image: url('../images/tab-img-4.jpg');
}

.home-tab-link {
  letter-spacing: 5px;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px 20px 20px 0;
  font-weight: 600;
  line-height: 135%;
}

.home-tab-link.w--current {
  border-bottom: 2px dashed var(--second-light-violet);
  background-color: rgba(0, 0, 0, 0);
}

.home-tab-title {
  padding-right: 20px;
}

.home-tab {
  padding-top: 40px;
  padding-right: 20px;
  display: flex;
  position: static;
}

.txt-purple {
  color: #7734ac;
}

.txt-theme-violet {
  color: var(--theme-violet);
  overflow-wrap: break-word;
  line-height: 130%;
}

.txt-content {
  color: var(--content);
}

.home-tab-big-title {
  z-index: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: -40px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 140%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-section-content {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.home-section-content.purple-bg {
  background-color: var(--second-light-violet);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.heading-container {
  margin-bottom: 40px;
}

.section-heading {
  letter-spacing: 5px;
  margin-top: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 140%;
}

.align-center {
  text-align: center;
}

.container-center-align {
  margin-left: 140px;
  margin-right: 140px;
}

.header {
  z-index: 999;
  position: fixed;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.nav-menu {
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  overflow: auto;
}

.menu-link-btn {
  color: var(--white);
  text-align: right;
  margin-left: 25px;
  margin-right: 0;
  padding: 25px 25px 25px 0;
  font-weight: 400;
  transition: opacity .3s;
}

.menu-link-btn:hover {
  opacity: .35;
}

.menu-link-btn.w--current {
  opacity: .35;
  color: var(--white);
  background-image: url('../images/menu-line.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 35px;
  padding-right: 45px;
}

.txt-small {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 135%;
}

.slick-item-list {
  width: 40vw;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.home-featured-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.home-featured-item {
  flex: none;
  padding-right: 50px;
  transition: opacity .5s;
  display: block;
}

.home-featured-item.slick-current {
  opacity: 1;
}

.home-featured-item-link-b {
  width: 100%;
  color: #424242;
  text-decoration: none;
  display: block;
  position: relative;
}

.mousewheel-list {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-featured-slide-img-b {
  z-index: 1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.home-featured-slider-b {
  margin-right: -300px;
  position: relative;
}

.home-featured-slide-title {
  z-index: 1;
  color: var(--white);
  letter-spacing: 2px;
  text-shadow: 0 7px 5px rgba(0, 0, 0, .4);
  margin-bottom: 10px;
  margin-left: 40px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer {
  z-index: 1;
  background-color: var(--white);
  position: relative;
}

.footer-container {
  padding: 40px;
}

.footer-logo-container {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo {
  width: 250px;
  margin-right: 80px;
}

.footer-donation-logo-container {
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.footer-donation-logo {
  width: 250px;
  margin-left: 20px;
}

.footer-row {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-list {
  color: var(--theme-violet);
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 140%;
}

.footer-list-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.footer-list-content {
  cursor: pointer;
  margin-bottom: 5px;
}

.footer-link {
  color: var(--content);
  font-size: 14px;
  text-decoration: none;
  transition: opacity .3s;
}

.footer-link:hover {
  opacity: .49;
}

.footer-title-link {
  color: var(--theme-violet);
  transition: opacity .3s;
}

.footer-title-link:hover {
  opacity: .7;
}

.footer-wrap {
  letter-spacing: 2px;
  justify-content: space-between;
  padding-top: 40px;
  font-size: 12px;
  line-height: 130%;
  display: flex;
}

.footer-copyright {
  line-height: 135%;
}

.home-featured-slider-container {
  width: 100%;
  margin-top: 35px;
  padding-left: 80px;
  overflow: hidden;
}

.header-section {
  background-color: var(--purple);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.home-banner-illustrartion {
  z-index: 5;
  margin-right: 40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.sign-in-btn-mobile {
  background-color: var(--theme-violet);
  border-radius: 100px;
  padding: 15px 25px;
}

.sign-in-btn-txt-mobile {
  background-image: url('../images/UserCircle-purple.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.sign-in-btn-mobile-container {
  display: none;
}

.no-round-corner {
  border-radius: 0;
}

.container-full-width {
  margin-left: 80px;
  margin-right: 80px;
}

.container-full-width.contact-us {
  margin-left: 0;
  margin-right: 0;
}

.form-title {
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 135%;
}

.form-wrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.register-form-row {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.login-form-col {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.login-form-col._50 {
  width: 50%;
}

.form-field {
  height: auto;
  letter-spacing: 2px;
  border: 1px solid rgba(157, 99, 203, 0);
  margin-bottom: 0;
  padding: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  transition: border-color .5s;
}

.form-field:focus {
  border-style: solid;
  border-color: rgba(157, 99, 203, .5);
}

.form-field::-ms-input-placeholder {
  color: rgba(157, 99, 203, .5);
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
}

.form-field::placeholder {
  color: rgba(157, 99, 203, .5);
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
}

.form-field.manage-form {
  background-color: var(--second-light-violet-2);
}

.txt-forgot-pw {
  color: var(--theme-light-violet-2);
  text-align: right;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
}

.theme-light-violet-2 {
  color: var(--theme-light-violet-2);
}

.login-form-btn-b {
  margin: 30px -40px;
}

.common-btn {
  border: 2px solid var(--theme-violet);
  background-color: var(--second-light-violet-2);
  opacity: .5;
  color: var(--theme-violet);
  cursor: pointer;
  margin-left: 40px;
  margin-right: 40px;
  padding: 10px 30px;
  transition: background-color .3s, color .3s;
}

.common-btn:hover {
  background-color: var(--theme-violet);
  color: var(--white);
}

.common-btn.prev {
  border-color: var(--content);
  color: var(--content);
}

.common-btn.prev:hover {
  background-color: var(--content);
  color: var(--white);
}

.login-register-txt {
  font-size: 16px;
  line-height: 160%;
}

.login-now-txt {
  font-size: 20px;
}

.login-row-left {
  width: 45%;
}

.login-content-b {
  justify-content: space-between;
  display: flex;
}

.login-row-right {
  width: 55%;
  background-image: url('../images/login-in-bg.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 95px;
  border-bottom-left-radius: 95px;
  margin-top: -80px;
  margin-bottom: -80px;
  margin-right: -80px;
}

.section-illustrartion {
  z-index: 5;
  margin-right: 40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-content {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-content.purple-bg {
  background-color: var(--second-light-violet);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.section-content.purple-bg.no-round-corner {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.section-content.purple-bg.course-page {
  padding-top: 40px;
}

.section-content.contact-us {
  padding-top: 0;
  padding-bottom: 0;
}

.content-b {
  justify-content: space-between;
}

.form-content-small {
  font-size: 18px;
  line-height: 100%;
}

.register-form-btn-b {
  z-index: 5;
  text-align: center;
  justify-content: center;
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.hide {
  display: none;
}

.register-process {
  max-width: 500px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.process-bar-container {
  width: 100%;
  height: 4px;
  background-color: var(--theme-light-violet-3);
  border-radius: 100px;
  margin-top: 20px;
  position: relative;
}

.process-bar-container.assignment-page {
  background-color: var(--second-light-violet-2);
}

.process-bar {
  width: 25%;
  height: 4px;
  background-color: var(--theme-violet);
  border-radius: 100px;
}

.process-bar._50 {
  width: 50%;
}

.process-bar._75 {
  width: 75%;
}

.process-bar._100 {
  width: 100%;
}

.process-bar._20 {
  width: 20%;
}

.process-bar._40 {
  width: 40%;
}

.process-bar._60 {
  width: 60%;
}

.process-bar._80 {
  width: 80%;
}

.register-illustration-container {
  height: 170px;
  justify-content: space-between;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-block {
  z-index: 5;
  margin-bottom: 0;
}

.form-select-field {
  height: auto;
  background-color: var(--white);
  color: rgba(157, 99, 203, .5);
  background-image: url('../images/form-select-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 45px;
  border: 1px solid rgba(157, 99, 203, 0);
  margin-bottom: 0;
  padding: 20px;
  font-size: 20px;
  line-height: 130%;
  transition: border-color .5s;
}

.form-select-field:focus {
  border-color: rgba(157, 99, 203, .5);
}

.form-select-field.manage-form {
  background-color: var(--second-light-violet-2);
}

.form-field-kid-num {
  height: auto;
  text-align: center;
  letter-spacing: 2px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.form-field-kid-num::-ms-input-placeholder {
  color: rgba(157, 99, 203, .5);
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
}

.form-field-kid-num::placeholder {
  color: rgba(157, 99, 203, .5);
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
}

.form-field-kid-num.manage-form {
  background-color: var(--second-light-violet-2);
}

.form-field-kid-num-b {
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.form-field-kid-num-b-btn {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}

.form-field-kid-num-btn {
  height: 30px;
  background-color: rgba(157, 99, 203, .5);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  transition: background-color .3s;
}

.form-field-kid-num-btn:hover {
  background-color: #9d63cb;
}

.form-field-kid-num-btn.minor {
  background-image: url('../images/minor-icon.svg');
}

.form-field-kid-num-btn.plus {
  background-image: url('../images/plus-icon.svg');
}

.form-field-kid-num-b-btn-container {
  display: flex;
}

.form-field-kid-num-title {
  color: rgba(157, 99, 203, .5);
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 130%;
}

.form-checkbox-b {
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.form-checkbox-field {
  width: 20%;
  height: auto;
  cursor: pointer;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  line-height: 130%;
  position: relative;
}

.form-checkbox-field.conern-section {
  width: 25%;
}

.form-checkbox-field.assignment-answer-b {
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .3s;
  display: flex;
  overflow: hidden;
}

.form-checkbox-field.assignment-answer-b:hover {
  opacity: .64;
}

.form-checkbox-title {
  width: 100%;
  height: 100%;
  color: rgba(157, 99, 203, .5);
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(157, 99, 203, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px;
  font-size: 20px;
  line-height: 130%;
  display: flex;
}

.form-checkbox-title.assignment-answer {
  z-index: 1;
  color: var(--content);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 66px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.form-checkbox-title.assignment-answer.selection {
  padding-top: 0;
  padding-left: 0;
}

.form-checkbox-title.assignment-answer.selection._50 {
  width: 50%;
}

.form-checkbox-title.manage-form {
  background-color: var(--second-light-violet-2);
}

.form-checkbox {
  z-index: 5;
  width: 100%;
  height: 100%;
  border-style: none;
  border-radius: 0%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-checkbox.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.form-checkbox.w--redirected-focus {
  box-shadow: none;
}

.login-form-row {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 15px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.register-disclaimer-container {
  max-width: 980px;
  background-color: var(--white);
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.register-disclaimer {
  max-height: 55vh;
  line-height: 135%;
  overflow: auto;
}

.register-disclaimer-b {
  padding: 40px;
}

.txt-register-success {
  text-align: center;
  margin-bottom: 40px;
  line-height: 135%;
}

.txt-register-note {
  opacity: .5;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 135%;
}

.table-b {
  background-color: var(--white);
  padding: 40px 50px 30px;
}

.table-top-b {
  background-color: var(--theme-violet);
  border-radius: 40px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding: 10px 20px;
}

.table-top-b.no-margin {
  margin-left: 0;
}

.table-warp {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.table-col {
  width: 15%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 135%;
}

.table-col.table-col-course {
  width: 25%;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.table-col.table-col-course.cert {
  text-align: left;
}

.table-col.cert {
  width: 50%;
  text-align: right;
}

.table-col.event {
  width: 18%;
}

.txt-bold {
  font-weight: 600;
}

.txt-white {
  color: var(--white);
}

.table-row-b {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.table-row-b.no-margin {
  margin-left: -20px;
}

.table-delete-btn {
  width: 20px;
  height: 20px;
  background-color: var(--content);
  opacity: .25;
  background-image: url('../images/cancel.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  transition: opacity .3s;
}

.table-delete-btn:hover {
  opacity: .6;
}

.table-row {
  width: 100%;
  background-color: #fff;
  border-radius: 40px;
  margin-left: 20px;
  padding: 10px 20px;
}

.table-row.table-bg-color {
  background-color: var(--second-light-violet-2);
}

.table-col-course-btn {
  width: 15px;
  height: 15px;
  background-color: var(--theme-violet);
  background-image: url('../images/play.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  margin-left: 5px;
}

.table-download-btn {
  width: 25px;
  height: 25px;
  background-image: url('../images/download-btn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.table-date-block {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.mobile-table-fieldname {
  display: none;
}

.member-page-b {
  justify-content: space-between;
  align-items: center;
  margin-top: -40px;
  margin-bottom: 40px;
  display: flex;
}

.member-name {
  opacity: .5;
  margin-top: 5px;
  font-size: 16px;
  line-height: 135%;
}

.member-page-menu {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.member-page-menu-row {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5%;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 135%;
  transition: color .3s;
}

.member-page-menu-row:hover {
  color: var(--theme-violet);
}

.member-page-menu-row.w--current {
  border-bottom: 2px solid var(--theme-violet);
  color: var(--theme-violet);
}

.pop-up-bg {
  z-index: 5000;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.expired-bg {
  z-index: 5000;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.pop-up-container {
  max-height: 80vh;
  justify-content: center;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: auto;
  transform: translate(0, -50%);
}

.expired-container {
  max-height: 80vh;
  justify-content: center;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: auto;
  transform: translate(0, -50%);
}

.pop-up-info {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
}

.close-btn {
  width: 25px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: opacity .4s;
}

.close-btn:hover {
  opacity: .7;
}

.pop-up-b {
  min-width: 550px;
  background-color: var(--white);
  text-align: center;
  padding: 40px;
}

.pop-up-title {
  letter-spacing: 3.2px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
}

.pop-up-disclaimer {
  opacity: .5;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
}

.pop-up-btn-container {
  justify-content: space-around;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.member-btn {
  border: 2px solid var(--theme-violet);
  background-color: var(--second-light-violet-2);
  opacity: .5;
  color: var(--theme-violet);
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 30px;
  transition: background-color .3s, color .3s;
}

.member-btn:hover {
  background-color: var(--theme-violet);
  color: var(--white);
}

.member-btn.prev {
  border-color: var(--content);
  color: var(--content);
}

.member-btn.prev:hover {
  background-color: var(--content);
  color: var(--white);
}

.account-manage-form {
  z-index: 5;
  background-color: var(--white);
  margin-bottom: 0;
  padding: 40px 50px;
}

.manage-form-wrap {
  margin-left: auto;
  margin-right: auto;
}

.manage-account-disclaimer-b {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 40px;
  line-height: 100%;
}

.manage-account-disclaimer {
  border-bottom: 1px solid var(--theme-light-violet-2);
  color: var(--theme-light-violet-2);
  font-size: 20px;
  line-height: 130%;
  transition: border-color .3s, color .3s;
}

.manage-account-disclaimer:hover {
  border-bottom-color: var(--purple);
  color: var(--purple);
}

.lesson-b {
  background-color: var(--white);
  border-radius: 45px;
  position: relative;
  overflow: hidden;
}

.lesson-b-top-container {
  display: flex;
}

.lesson-b-top-btn {
  width: 33.33%;
  border-bottom: 2px solid var(--theme-light-violet-2);
  color: var(--theme-light-violet-2);
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  transition: color .3s, background-color .3s;
  display: flex;
}

.lesson-b-top-btn:hover {
  background-color: var(--theme-light-violet-2);
  color: var(--white);
}

.lesson-b-top-btn.right {
  border-left: 2px solid var(--theme-light-violet-2);
}

.lesson-b-top-btn.left {
  border-right: 2px solid var(--theme-light-violet-2);
}

.lesson-b-container {
  padding: 40px 5% 80px;
}

.lesson-b-video-container {
  margin-bottom: 40px;
}

.lesson-b-video-mask {
  width: 100%;
  border: 5px solid var(--theme-violet);
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.lesson-video-img {
  width: 100%;
  height: 100%;
  background-image: url('../images/img1_1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 55.5%;
}

.lesson-video-black-mask {
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(70, 70, 70, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-play-btn {
  z-index: 10;
  width: 130px;
  height: 130px;
  background-color: rgba(0, 0, 0, .6);
  background-image: url('../images/video-play-btn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.assignment-btn-container {
  z-index: 5;
  justify-content: center;
  display: flex;
  position: relative;
}

.lesson-illustration {
  z-index: 1;
  height: 200px;
  flex: 0 auto;
  margin-right: 80px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.lesson-illustration2 {
  z-index: 1;
  height: 150px;
  margin-left: 80px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.video-popup-container {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.video-popup {
  width: 60%;
  text-align: right;
  margin-top: -35px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.popup-bg {
  z-index: -1;
  background-color: var(--content);
  opacity: .95;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.member-assignment-b {
  margin-bottom: 40px;
}

.assigment-form-b {
  width: 60vw;
  margin: 40px auto 0;
}

.assignment-question {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 100%;
}

.assignment-radiobox {
  z-index: 1;
  width: 26px;
  height: 26px;
  align-self: center;
  margin-left: 20px;
  position: absolute;
}

.assignment-radiobox.selection {
  margin-left: 0;
}

.assignment-radiobox-tick {
  z-index: 1;
  width: 26px;
  height: 26px;
  opacity: 0;
  align-self: center;
  margin-left: 20px;
  display: none;
  position: absolute;
}

.assignment-radiobox-tick.selection {
  margin-left: 0;
}

.checkbox-selection-b {
  border-bottom: 1px solid rgba(70, 70, 70, .5);
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.checkbox-selection-b.assignment {
  flex-wrap: wrap;
  display: flex;
}

.form-checkbox-selection-b {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.checkbox-selection-answer {
  z-index: 5;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-style: none;
  border-radius: 0%;
  flex: none;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.checkbox-selection-answer.w--redirected-checked {
  border-style: none;
}

.checkbox-selection-answer.w--redirected-focus {
  box-shadow: none;
}

.checkbox-selection-answer-title {
  padding-left: 40px;
  font-weight: 400;
  line-height: 135%;
}

.checkbox-field-selection-answer-b {
  width: 25%;
  flex: none;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.radio-checkbox {
  z-index: 2;
  width: 100%;
  height: 100%;
  border-style: none;
  border-color: var(--content);
  cursor: pointer;
  border-radius: 0%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.radio-checkbox.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.radio-checkbox.w--redirected-focus {
  box-shadow: none;
}

.assignment-radiobox-bg {
  border: 1px solid var(--content);
  opacity: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.member-assignment-cert {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

.member-assignment-result-b {
  border-top: 2px solid var(--theme-light-violet-2);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 10px;
  display: flex;
}

.member-assignment-result {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.member-assignment-result-spec {
  margin-left: 10px;
  margin-right: 10px;
  line-height: 135%;
}

.member-assignment-cert-download {
  line-height: 135%;
  display: flex;
}

.assignment-cert-download-pop-up-btn {
  color: var(--white);
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
  transition: color .3s;
  display: flex;
}

.assignment-cert-download-pop-up-btn:hover {
  color: var(--theme-light-violet-2);
}

.table-result-top-b {
  background-color: var(--theme-violet);
  border-radius: 40px;
  justify-content: space-around;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 10px 20px;
  display: flex;
}

.table-result-row-b {
  border-radius: 40px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.table-result-row-b.table-bg-color {
  background-color: var(--second-light-violet-2);
}

.table-result-row {
  width: 100%;
  border-radius: 40px;
  justify-content: space-between;
  padding: 10px 20px;
  display: flex;
}

.certification-popup-container {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.certification-popup-container.popup-scroll.show {
  opacity: 1;
  display: block;
}

.certification-popup-b {
  width: 60%;
  max-width: 1200px;
  text-align: right;
  margin-top: -35px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.certification-container {
  width: 100%;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 63.6%;
  padding-bottom: 0;
  padding-right: 0;
}

.certification-container.chi-cert {
  background-image: url('../images/cert_chi.jpg');
}

.certification-container.eng-cert {
  background-image: url('../images/cert_eng.jpg');
}

.cert-btn-b {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.assignment-cert-download-btn-b {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  line-height: 135%;
  display: flex;
}

.cert-close-btn {
  width: 25px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: opacity .4s;
}

.cert-close-btn:hover {
  opacity: .7;
}

.cert-close-btn.popup-close {
  margin-bottom: 0;
}

.assignment-cert-download-btn {
  background-image: url('../images/download-btn.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-right: 45px;
  transition: opacity .3s;
}

.assignment-cert-download-btn:hover {
  opacity: .5;
}

.sention-top-banner-b {
  height: 620px;
  background-image: linear-gradient(to right, var(--white), rgba(255, 255, 255, .7) 30%, rgba(255, 255, 255, 0)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-right: 180px;
  padding-left: 80px;
  position: relative;
}

.sention-top-banner-b.course {
  background-image: linear-gradient(to right, var(--white), rgba(255, 255, 255, .7) 40%, rgba(255, 255, 255, 0)), url('../images/course-banner-img.jpeg');
}

.sention-top-banner-b.event {
  background-image: linear-gradient(to right, var(--white), rgba(255, 255, 255, .7) 30%, rgba(255, 255, 255, 0)), url('../images/event-banner.jpeg');
}

.sention-top-banner-b.record {
  background-image: linear-gradient(to right, var(--white), rgba(255, 255, 255, .7) 30%, rgba(255, 255, 255, 0)), url('../images/record-banner-img.jpeg');
}

.sention-top-banner-b.contact-us {
  background-image: linear-gradient(to right, var(--white), rgba(255, 255, 255, .7) 30%, rgba(255, 255, 255, 0)), url('../images/contact-us-banner.jpeg');
}

.section-banner-heading {
  letter-spacing: 16px;
  font-size: 80px;
  font-weight: 600;
  line-height: 140%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.txt-dark-purple {
  color: var(--dark-purple);
}

.section-banner-illustration {
  margin-right: 100px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.item-title {
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: 600;
  line-height: 110%;
}

.item {
  margin-bottom: 40px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.filter-gp-title {
  flex: 1;
  font-weight: 600;
  line-height: 100%;
}

.filter-col-b {
  width: 280px;
  flex: none;
  margin-bottom: 80px;
  margin-right: 4%;
}

.filter-name {
  padding-right: 10px;
  font-size: 20px;
  line-height: 134%;
}

.course-item-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70%;
  position: relative;
}

.course-item-img.img1 {
  background-image: url('../images/img1_1.jpeg');
}

.course-item-img.img2 {
  background-image: url('../images/img2_1.jpeg');
}

.course-item-img.img3 {
  background-image: url('../images/img2.jpeg');
}

.filter-title {
  color: var(--theme-violet);
  text-align: left;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  transition: color .5s;
}

.filter-title:hover {
  color: var(--theme-light-violet-2);
}

.list-item {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.course-b {
  width: 420px;
  background-color: var(--white);
  border-radius: 20px;
  display: block;
  overflow: hidden;
}

.img-item-mask {
  position: relative;
  overflow: hidden;
}

.filter-select {
  border: 1px solid var(--theme-violet);
  color: var(--theme-violet);
  letter-spacing: 4px;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5px 20px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.filter-select:hover {
  background-color: var(--theme-violet);
  color: var(--white);
}

.filtered-main-b {
  flex: 1;
}

.filter-select-div {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
  margin-left: -20px;
  margin-right: 40px;
  display: flex;
}

.filtered-content-b {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-b {
  z-index: 2;
  margin-bottom: 0;
}

.course-code-small {
  color: rgba(70, 70, 70, .5);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.filter-radio-list {
  margin-bottom: -10px;
}

.filter-radio-list.keyword {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.item-img-b {
  position: relative;
  overflow: hidden;
}

.filter-radio-btn-field {
  margin-bottom: 20px;
  padding-left: 0;
}

.filter-arrow-b {
  width: 12px;
  height: 8px;
}

.filter-gp {
  background-color: var(--white);
  border-radius: 20px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.filter-icon {
  width: 12px;
  height: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.item-txt-b {
  margin: 10px 20px;
}

.filter-radio-btn-txt {
  flex: 1;
  margin-left: 30px;
  font-weight: 400;
}

.filter-expand-b {
  overflow: hidden;
}

.filter-radio-btn-content {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.filter-radio-btn-content:hover {
  color: var(--theme-light-violet-2);
}

.filter-box {
  color: var(--theme-violet);
  padding: 10px 20px 0;
  font-size: 20px;
  line-height: 135%;
}

.filter-radiobox {
  z-index: 1;
  width: 20px;
  height: 18px;
  align-self: center;
  position: absolute;
}

.filter-radiobox-tick {
  z-index: 1;
  width: 20px;
  height: 18px;
  opacity: 0;
  align-self: center;
  display: none;
  position: absolute;
}

.filter-gp-title-b {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.filter-gp-title-boarder {
  width: 100%;
  height: 1px;
  background-color: var(--second-light-violet-2);
  opacity: 0;
  margin-top: 10px;
}

.radio-keyword-field {
  border: 1px solid var(--theme-violet);
  color: var(--theme-violet);
  cursor: pointer;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  transition: opacity .3s, border-color .3s;
  position: relative;
}

.radio-keyword-field:hover {
  border-color: var(--theme-light-violet-2);
  opacity: .5;
}

.radio-keyword {
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-text-stroke-color: var(--theme-light-violet-3);
  border-style: none;
  border-radius: 0%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.radio-keyword.w--redirected-focus {
  box-shadow: none;
}

.radio-keyword-label {
  z-index: 1;
  line-height: 100%;
  position: relative;
}

.filter-icon-close {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.info-b {
  border-top: 1px solid var(--second-light-violet-2);
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
  display: flex;
}

.item-info {
  opacity: .5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 35px;
  font-size: 20px;
  line-height: 135%;
}

.item-info.time {
  background-image: url('../images/clock.svg');
}

.item-info.video {
  background-image: url('../images/video.svg');
}

.item-info.price {
  background-image: url('../images/price.svg');
}

.item-info.date {
  background-image: url('../images/date.svg');
}

.item-info.pin {
  background-image: url('../images/pin.svg');
}

.course-hover-bg {
  z-index: 1;
  opacity: 0;
  background-color: rgba(70, 70, 70, .7);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.course-hover-btn {
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: 3px;
  padding: 10px 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.filter-search-field {
  background-color: var(--second-light-violet);
  color: var(--content);
  border: 1px #000;
  padding-right: 55px;
  font-size: 20px;
  line-height: 135%;
}

.filter-search-field-b {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.filter-search-icon {
  width: 15px;
  margin-right: 40px;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.item-illustration {
  z-index: 1;
  height: 180px;
  margin-left: 80px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.course-payment-b {
  background-color: var(--white);
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 10px 50px;
}

.course-payment-info-b {
  width: 70%;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.course-payment-img {
  width: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30%;
}

.course-payment-img.course1 {
  background-image: url('../images/img1_1.jpeg');
}

.course-payment-img.course2 {
  background-image: url('../images/img2_1.jpeg');
}

.course-payment-info {
  width: 50%;
  margin-left: 40px;
}

.course-payment-info-detail {
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}

.course-payment-detail {
  margin-top: 30px;
}

.course-payment {
  width: 30%;
  border-left: 2px solid var(--theme-light-purple);
  padding-left: 20px;
}

.course-price {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 110%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.course-price-b {
  width: 100%;
  height: 100%;
  position: relative;
}

.course-payment-block {
  width: 100%;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.payment-item-title {
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: 600;
  line-height: 110%;
}

.payment-method-b {
  width: 100%;
  flex-wrap: wrap;
  margin: -10px -20px 30px;
  display: flex;
}

.payment-method-small {
  letter-spacing: 2px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
}

.payment-tick {
  width: 25px;
  opacity: 0;
  margin-top: -2px;
  margin-left: -2px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.payment-btn-container {
  margin-left: -40px;
}

.event-item-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70%;
  position: relative;
}

.event-item-img.img1 {
  background-image: url('../images/img1.jpeg');
}

.event-item-img.img2 {
  background-image: url('../images/img2.jpeg');
}

.event-b {
  width: 420px;
  background-color: var(--white);
  border-radius: 20px;
  display: block;
  overflow: hidden;
}

.record-table-b {
  padding: 40px 60px 30px;
}

.t-c-disclaimer-container {
  background-color: var(--white);
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.contact-us-b {
  height: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 80px;
  display: flex;
}

.map-b {
  width: 35%;
  margin-right: 40px;
  padding-top: 80px;
}

.contact-us-form-b {
  width: 65%;
  background-color: var(--second-light-violet);
  text-align: center;
  border-top-left-radius: 95px;
  border-bottom-left-radius: 95px;
  margin-left: 40px;
  padding: 80px 135px 80px 80px;
  position: relative;
}

.map-detail-b {
  margin-top: 40px;
}

.map-detail {
  text-align: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  margin-bottom: 10px;
  padding-left: 35px;
  transition: opacity .3s;
  display: block;
}

.map-detail:hover {
  opacity: .5;
}

.map-detail.map {
  background-image: url('../images/map.svg');
  transition-property: none;
}

.map-detail.map:hover {
  opacity: 1;
}

.map-detail.phone {
  background-image: url('../images/phone.svg');
}

.home-paragraph {
  line-height: 200%;
}

.contact-us-form-info {
  margin-top: -20px;
  margin-bottom: 40px;
}

.contact-us-form-row {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.contact-us-form-col {
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}

.textarea-field {
  height: auto;
  min-height: 300px;
  letter-spacing: 2px;
  border: 1px solid rgba(157, 99, 203, 0);
  margin-bottom: 0;
  padding: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  transition: border-color .5s;
}

.textarea-field:focus {
  border-style: solid;
  border-color: rgba(157, 99, 203, .5);
}

.textarea-field::-ms-input-placeholder {
  color: rgba(157, 99, 203, .5);
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
}

.textarea-field::placeholder {
  color: rgba(157, 99, 203, .5);
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
}

.contact-us-form-btn-b {
  z-index: 5;
  text-align: center;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.contactus-illustration {
  z-index: 1;
  width: 160px;
  margin-left: -80px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.filter-select-div-mobile {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
  margin-left: -20px;
  margin-right: -20px;
  display: none;
}

.cert-download-icon-b {
  width: 35px;
  height: 35px;
  margin-left: 20px;
  position: relative;
}

.cert-download-icon {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cert-download-icon-white {
  width: 100%;
  height: 100%;
  display: block;
}

.cert-download-boarder {
  height: 1px;
  background-color: var(--theme-light-violet-2);
  opacity: 0;
  display: none;
}

.filter-radiobox-tick-2 {
  z-index: 1;
  width: 20px;
  height: 18px;
  opacity: 0;
  align-self: center;
  display: none;
  position: absolute;
}

.filter-radiobox2 {
  z-index: 1;
  width: 20px;
  height: 18px;
  align-self: center;
  position: absolute;
}

.header-logo-mobile-b {
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: none;
}

.map-img {
  width: 100%;
  max-width: 650px;
  background-image: url('../images/map.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 82%;
  display: block;
  overflow: hidden;
}

.login-btn {
  color: var(--theme-violet);
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  transition: color .3s;
  display: flex;
}

.login-btn:hover {
  color: var(--purple);
}

.login-icon {
  width: 50px;
  height: 50px;
  background-color: var(--theme-violet);
  background-image: url('../images/icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 50%;
  flex: none;
  margin-left: 20px;
}

.login-btn-mobile {
  color: var(--white);
  align-items: center;
  font-weight: 700;
  display: flex;
}

.login-icon-mobile {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  flex: none;
  margin-right: 10px;
}

.login-btn-mobile-container {
  display: none;
}

.forgot-pw-txt {
  text-align: center;
  margin-bottom: 20px;
}

.forget-pw-form-col {
  width: 100%;
}

.forget-pw-btn-b {
  z-index: 5;
  text-align: center;
  justify-content: center;
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.table-col-course-link {
  flex: 0 auto;
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.table-col-course-link:hover {
  opacity: .5;
}

.account-manage-title {
  color: var(--theme-violet);
  text-align: center;
  letter-spacing: 5px;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 600;
  line-height: 100%;
}

.lesson-b-txt {
  margin-top: 20px;
  margin-bottom: 20px;
}

.lesson-b-icon {
  height: 25px;
  margin-right: 10px;
  position: relative;
}

.lesson-b-icon-w {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.member-assignment-big-b {
  width: 100%;
  display: block;
}

.member-assignment-container {
  overflow: hidden;
}

._01, ._02, ._03, ._04, ._05 {
  opacity: 0;
  display: none;
}

.current {
  border-bottom: 4px solid var(--purple);
  background-color: var(--theme-light-violet-2);
  color: var(--white);
}

.payment-checkbox-field {
  width: 20%;
  height: auto;
  border: 2px solid var(--white);
  background-color: var(--white);
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 20px;
  padding: 20px;
  line-height: 130%;
  display: flex;
  position: relative;
}

.map-link {
  transition: opacity .3s;
}

.map-link:hover {
  opacity: .5;
}

.map-small-link {
  color: var(--purple);
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}

.map-small-link:hover {
  opacity: .5;
}

.eng-cert {
  opacity: 0;
  display: none;
}

.payment-item-description {
  letter-spacing: 2px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}

.heading-payment-description {
  margin-bottom: 60px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 600;
}

.event-payment-img {
  width: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30%;
}

.event-payment-img.event1 {
  background-image: url('../images/img1.jpeg');
}

.txt-tks-note {
  opacity: 1;
  text-align: left;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 135%;
}

.tks-b {
  color: var(--theme-light-violet-2);
  padding-left: 20px;
  font-size: 20px;
  line-height: 120%;
}

.tks-b-list {
  margin-top: 8px;
  margin-bottom: 8px;
}

.header-left-logo-container {
  margin-right: 55px;
  display: flex;
}

.header-left-logo.left {
  width: 125px;
  margin-right: 15px;
}

.header-left-logo.right {
  width: 215px;
  margin-left: 15px;
}

.header-left-logo-border {
  background-color: var(--content);
  width: 1px;
}

html.w-mod-js [data-ix="common-scroll-from-left"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="common-scroll-from-right"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="common-scroll-from-bottom"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="common-scroll-img"] {
  transform: scale(1.1);
}

html.w-mod-js [data-ix="login-btn-hover"] {
  transform: translate(100px);
}

html.w-mod-js [data-ix="member-assignment-01-initial"] {
  opacity: 1;
  display: block;
}

@media screen and (max-width: 991px) {
  body {
    background-color: #fff;
    font-size: 20px;
  }

  .top-menu-container {
    opacity: 0;
    padding-left: 5%;
  }

  .header-logo-container {
    height: 60px;
  }

  .top-menu-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
  }

  .header-logo {
    margin-right: 20px;
  }

  .header-logo.left {
    width: 200px;
  }

  .header-logo.right {
    width: 180px;
  }

  .sign-in-btn {
    display: none;
  }

  .all {
    overflow: hidden;
  }

  .home-banner {
    margin-top: 20px;
  }

  .container-home-banner {
    padding-left: 5%;
  }

  .home-tab-menu {
    margin-bottom: 20px;
  }

  .home-tab-content {
    width: 100%;
    height: 500px;
    order: -1;
    position: static;
  }

  .home-tab-column {
    width: 100%;
    padding-top: 0;
  }

  .home-tab-link {
    margin-right: 5%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .home-tab-title {
    z-index: 1;
    position: relative;
  }

  .home-tab {
    flex-direction: column;
    margin-top: -30px;
    padding-top: 0;
    padding-right: 0;
  }

  .home-tab-big-title {
    margin-top: 0;
    position: static;
  }

  .home-section-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-heading {
    font-size: 40px;
  }

  .container-center-align {
    margin-left: 60px;
    margin-right: 60px;
  }

  .header {
    margin-top: 0;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    transform: translate(0);
  }

  .nav-menu {
    z-index: 999;
    width: 100%;
    height: 100dvh;
    background-color: var(--purple);
    margin-top: 0;
    margin-bottom: 0;
    padding: 80px 5%;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-link-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .menu-link-btn.w--current {
    border-bottom: 1px solid var(--white);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-right: 0;
  }

  .home-featured-slider-b {
    margin-right: -200px;
  }

  .footer-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-logo {
    width: 200px;
    margin-right: 40px;
  }

  .footer-donation-logo-container {
    font-size: 14px;
  }

  .footer-donation-logo {
    width: 200px;
  }

  .home-featured-slider-container {
    padding-left: 60px;
  }

  .menu-burger1 {
    width: 30px;
    height: 2px;
    background-color: var(--white);
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    z-index: 1000;
    background-color: var(--purple);
    border-radius: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 17px 15px;
  }

  .menu-button.w--open {
    background-color: var(--purple);
  }

  .menu-burger2, .menu-burger3 {
    width: 30px;
    height: 2px;
    background-color: var(--white);
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header-section {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-banner-illustrartion {
    height: 120px;
    margin-right: 5%;
  }

  .sign-in-btn-mobile {
    background-color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
    transition: background-color .3s;
    display: block;
  }

  .sign-in-btn-mobile:hover {
    background-color: var(--white);
  }

  .sign-in-btn-txt-mobile {
    color: var(--purple);
    padding-left: 30px;
  }

  .sign-in-btn-mobile-container {
    justify-content: center;
    margin-top: 25px;
    display: flex;
  }

  .container-full-width {
    margin-left: 5%;
    margin-right: 5%;
  }

  .register-form-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .login-form-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-field {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .form-field::-ms-input-placeholder {
    font-size: 18px;
  }

  .form-field::placeholder {
    font-size: 18px;
  }

  .txt-forgot-pw {
    font-size: 16px;
  }

  .login-form-btn-b {
    margin-left: -20px;
    margin-right: -20px;
  }

  .common-btn {
    margin-left: 20px;
    margin-right: 20px;
  }

  .login-row-right {
    margin: -51px -5.7% -51px 0;
  }

  .section-illustrartion {
    height: 120px;
    margin-right: 5%;
  }

  .section-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form-content-small {
    font-size: 16px;
  }

  .register-illustration-container {
    height: 120px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .form-select-field {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .form-field-kid-num {
    font-size: 20px;
  }

  .form-field-kid-num::-ms-input-placeholder {
    font-size: 18px;
  }

  .form-field-kid-num::placeholder {
    font-size: 18px;
  }

  .form-field-kid-num-b {
    margin-left: -10px;
    margin-right: -10px;
  }

  .form-field-kid-num-b-btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-field-kid-num-title {
    letter-spacing: 1px;
    font-size: 18px;
  }

  .form-checkbox-title {
    align-items: center;
    font-size: 18px;
  }

  .login-form-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .txt-register-note {
    font-size: 18px;
  }

  .table-b {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .table-col {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
  }

  .table-col.table-col-course {
    width: 20%;
  }

  .table-col.table-col-course.cert {
    width: 50%;
  }

  .table-delete-btn {
    background-color: var(--content);
  }

  .table-download-btn {
    width: 20px;
    height: 20px;
  }

  .member-page-b {
    margin-top: -30px;
    margin-bottom: 20px;
  }

  .member-page-menu {
    padding-left: 10px;
  }

  .member-page-menu-row {
    margin-left: 3%;
    font-size: 18px;
  }

  .pop-up-bg {
    height: 100dvh;
  }

  .expired-bg {
    height: 100dvh;
  }

  .pop-up-container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .expired-container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .pop-up-b {
    min-width: 450px;
  }

  .account-manage-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .manage-account-disclaimer {
    font-size: 18px;
  }

  .lesson-b {
    border-radius: 30px;
  }

  .lesson-b-top-btn {
    height: 50px;
    background-size: 30px 30px;
  }

  .lesson-illustration {
    height: 160px;
    margin-right: 5%;
  }

  .lesson-illustration2 {
    height: 120px;
    margin-left: 5%;
  }

  .video-popup {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .assigment-form-b, .member-assignment-cert {
    width: 100%;
  }

  .certification-popup-b {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .cert-close-btn.popup-close {
    width: 20px;
  }

  .sention-top-banner-b {
    height: 300px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 5px;
    margin-right: 0;
  }

  .section-banner-heading {
    letter-spacing: 8px;
    font-size: 60px;
  }

  .section-banner-illustration {
    width: 150px;
    margin-right: 5%;
  }

  .item-title {
    font-size: 20px;
  }

  .item {
    width: 50%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .filter-col-b {
    width: 200px;
    margin-bottom: 40px;
  }

  .filter-name {
    font-size: 18px;
  }

  .filter-title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-item {
    margin-left: -2%;
    margin-right: -2%;
  }

  .course-b {
    width: auto;
  }

  .filter-select-div {
    margin-right: -20px;
  }

  .course-code-small {
    font-size: 12px;
  }

  .filter-gp {
    letter-spacing: 2px;
  }

  .filter-box {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }

  .info-b {
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 10px;
  }

  .item-info {
    background-size: auto 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 30px;
    font-size: 16px;
  }

  .course-hover-btn {
    width: 80%;
    text-align: center;
    letter-spacing: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
  }

  .filter-search-field {
    padding-right: 35px;
    font-size: 18px;
  }

  .filter-search-field-b {
    padding-left: 15px;
    padding-right: 15px;
  }

  .filter-search-icon {
    margin-right: 25px;
  }

  .item-illustration {
    height: 120px;
    margin-left: 5%;
  }

  .course-payment-b {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .course-payment-info {
    margin-left: 20px;
  }

  .course-payment-info-detail {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .course-payment-detail {
    margin-top: 20px;
  }

  .course-price, .payment-item-title {
    font-size: 25px;
  }

  .payment-method-b {
    margin-bottom: 40px;
  }

  .payment-method-small {
    margin-top: 5px;
    font-size: 16px;
  }

  .payment-btn-container {
    margin-left: -20px;
  }

  .event-b {
    width: auto;
    min-width: auto;
  }

  .record-table-b {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .contact-us-b {
    margin-left: 5%;
  }

  .map-b {
    width: 50%;
    margin-right: 20px;
    padding-top: 50px;
    padding-left: 0;
  }

  .contact-us-form-b {
    margin-left: 20px;
    padding: 50px 5%;
  }

  .contact-us-form-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .contact-us-form-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .textarea-field {
    min-height: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .textarea-field::-ms-input-placeholder {
    font-size: 18px;
  }

  .textarea-field::placeholder {
    font-size: 18px;
  }

  .contactus-illustration {
    width: 100px;
    margin-left: -50px;
  }

  .cert-download-icon-b {
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }

  .header-logo-mobile-b {
    padding: 10px 60px 10px 0;
    display: block;
  }

  .login-btn {
    display: none;
  }

  .login-btn-mobile {
    transition: opacity .3s;
  }

  .login-btn-mobile:hover {
    opacity: .5;
  }

  .login-icon-mobile {
    background-color: var(--white);
    background-image: url('../images/icon-mobile.svg');
    background-position: 0 0;
    background-size: cover;
  }

  .login-btn-mobile-container {
    width: 80%;
    border-top: 1px solid var(--second-light-violet);
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    display: flex;
  }

  .logout-txt-btn {
    color: var(--white);
    font-weight: 700;
    transition: opacity .3s;
  }

  .logout-txt-btn:hover {
    opacity: .5;
  }

  .account-manage-title {
    font-size: 30px;
  }

  .payment-checkbox-field {
    width: 30%;
  }

  .map-small-link, .payment-item-description {
    font-size: 18px;
  }

  .heading-payment-description {
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 16px;
  }

  .txt-tks-note {
    margin-top: 10px;
    font-size: 18px;
  }

  .tks-b {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .header-logo-container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .top-menu-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-logo.left {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .header-logo.right {
    margin-right: 0;
  }

  .home-banner {
    margin-top: 10px;
  }

  .home-tab-tagline {
    font-size: 40px;
  }

  .tab-course-list {
    margin-right: 20px;
  }

  .home-tab-content {
    height: 350px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .home-tab-img {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .home-tab-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-tab-link.w--current {
    border-bottom-width: 1px;
  }

  .home-tab {
    margin-top: -20px;
  }

  .home-tab-big-title {
    font-size: 40px;
  }

  .home-section-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-section-content.purple-bg {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .heading-container {
    margin-bottom: 20px;
  }

  .section-heading {
    letter-spacing: 5px;
    font-size: 30px;
  }

  .container-center-align {
    margin-left: 40px;
    margin-right: 40px;
  }

  .home-featured-item {
    padding-right: 25px;
  }

  .home-featured-item-link-b {
    max-width: 400px;
  }

  .mousewheel-list {
    padding-left: 0;
    padding-right: 0;
  }

  .home-featured-slider-b {
    margin-top: 15px;
    margin-right: -150px;
  }

  .home-featured-slide-title {
    margin-left: 20px;
    font-size: 25px;
  }

  .footer-donation-logo-container {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }

  .footer-donation-logo {
    margin-top: 5px;
    margin-left: 0;
  }

  .footer-row {
    flex-wrap: wrap;
  }

  .footer-list {
    width: 33%;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .footer-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    font-size: 12px;
    line-height: 150%;
    display: block;
  }

  .home-featured-slider-container {
    margin-top: 20px;
    padding-left: 40px;
  }

  .menu-burger1, .menu-burger2, .menu-burger3 {
    width: 30px;
  }

  .home-banner-illustrartion {
    height: 100px;
  }

  .register-form-row {
    margin-bottom: 0;
  }

  .login-form-col {
    margin-bottom: 15px;
  }

  .login-form-col._50 {
    width: 100%;
  }

  .form-field {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .form-field::-ms-input-placeholder {
    font-size: 14px;
  }

  .form-field::placeholder {
    font-size: 14px;
  }

  .txt-forgot-pw {
    font-size: 14px;
  }

  .login-form-btn-b {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .common-btn {
    border-width: 1px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .login-register-txt {
    font-size: 14px;
  }

  .login-now-txt.txt-theme-violet {
    font-size: 16px;
  }

  .login-row-left {
    width: 100%;
    text-align: center;
  }

  .login-row-right {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    display: none;
  }

  .section-illustrartion {
    height: 80px;
  }

  .section-content {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section-content.purple-bg {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .section-content.purple-bg.no-round-corner.t-c-page {
    padding-bottom: 40px;
  }

  .section-content.purple-bg.payment-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-content.margin-bottom {
    padding-bottom: 40px;
  }

  .form-content-small {
    font-size: 14px;
  }

  .register-form-btn-b {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .register-process {
    width: 60vw;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .process-bar-container {
    height: 2px;
    margin-top: 10px;
  }

  .process-bar {
    height: 2px;
  }

  .form-select-field, .form-field-kid-num {
    font-size: 14px;
  }

  .form-field-kid-num::-ms-input-placeholder {
    font-size: 14px;
  }

  .form-field-kid-num::placeholder {
    font-size: 14px;
  }

  .form-field-kid-num-b {
    margin-bottom: -10px;
  }

  .form-field-kid-num-b-btn {
    width: 50%;
    margin-bottom: 10px;
  }

  .form-field-kid-num-title {
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .form-checkbox-b {
    margin-left: -1%;
    margin-right: -1%;
  }

  .form-checkbox-field {
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 0;
    padding-right: 0;
  }

  .form-checkbox-field.assignment-answer-b {
    border-width: 1px;
  }

  .form-checkbox-title {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .form-checkbox-title.assignment-answer {
    padding-left: 40px;
  }

  .login-form-row {
    margin-bottom: 0;
  }

  .register-disclaimer-container {
    margin-bottom: 20px;
  }

  .register-disclaimer {
    max-height: 40vh;
  }

  .register-disclaimer-b {
    padding: 20px;
  }

  .txt-register-success {
    margin-bottom: 20px;
  }

  .txt-register-note {
    width: 320px;
    font-size: 14px;
  }

  .table-b {
    padding-bottom: 40px;
  }

  .table-top-b {
    display: none;
  }

  .table-warp {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .table-col {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .table-col.table-col-course {
    width: 100%;
  }

  .table-col.table-col-course.cert {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .table-col.cert {
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .table-col.event {
    width: 100%;
  }

  .table-row-b.no-margin {
    margin-bottom: 0;
    margin-left: 0;
  }

  .table-row {
    border-bottom: 1px solid var(--theme-light-violet-2);
    border-radius: 0;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .table-row.table-bg-color {
    background-color: rgba(0, 0, 0, 0);
  }

  .table-row.payment-record {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .table-row.payment-record.bg-color {
    background-color: var(--second-light-violet-2);
  }

  .mobile-table-fieldname {
    width: 40%;
    border-right: 2px solid var(--theme-light-violet-2);
    color: var(--content);
    text-align: left;
    flex: none;
    margin-right: 20px;
    padding-right: 20px;
    font-weight: 600;
    display: block;
  }

  .member-page-b {
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }

  .personal-page-title {
    margin-bottom: 10px;
  }

  .member-name {
    margin-top: 0;
    font-size: 14px;
  }

  .member-page-menu {
    justify-content: flex-start;
    padding-left: 0;
  }

  .member-page-menu-row {
    margin: 5px 5% 5px 0%;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .pop-up-b {
    min-width: 350px;
  }

  .pop-up-title {
    font-size: 30px;
  }

  .pop-up-disclaimer {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .pop-up-btn-container {
    justify-content: center;
  }

  .member-btn {
    border-width: 1px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .manage-account-disclaimer-b {
    margin-top: -5px;
    margin-bottom: 20px;
  }

  .manage-account-disclaimer {
    font-size: 14px;
  }

  .lesson-b-top-btn {
    border-bottom-width: 1px;
  }

  .lesson-b-top-btn.current {
    border-bottom-width: 3px;
  }

  .lesson-b-top-btn.right {
    border-left-width: 1px;
  }

  .lesson-b-top-btn.left {
    border-right-width: 1px;
  }

  .lesson-b-container {
    padding-bottom: 40px;
  }

  .lesson-b-video-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .video-play-btn {
    width: 100px;
    height: 100px;
    background-size: 30px;
  }

  .lesson-illustration {
    height: 120px;
  }

  .lesson-illustration2 {
    height: 80px;
  }

  .member-assignment-b {
    margin-bottom: 20px;
  }

  .assignment-radiobox, .assignment-radiobox-tick {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }

  .checkbox-field-selection-answer-b {
    width: 50%;
  }

  .member-assignment-result {
    flex-wrap: wrap;
    margin-right: 0;
  }

  .member-assignment-result-spec, .member-assignment-cert-download {
    margin-bottom: 5px;
  }

  .assignment-cert-download-pop-up-btn {
    background-image: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .table-result-row {
    margin-left: -20px;
    padding-left: 40px;
    padding-right: 0;
  }

  .cert-btn-b {
    margin-bottom: 10px;
  }

  .assignment-cert-download-btn-b {
    margin-left: -10px;
    margin-right: -10px;
  }

  .cert-close-btn.popup-close {
    width: 16px;
  }

  .assignment-cert-download-btn {
    background-size: 20px;
    margin-left: 0;
    padding-right: 30px;
  }

  .sention-top-banner-b {
    height: 250px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-banner-heading {
    letter-spacing: 4px;
    font-size: 40px;
  }

  .section-banner-illustration {
    width: 130px;
  }

  .item {
    margin-bottom: 30px;
  }

  .filter-gp-title {
    text-align: center;
    font-size: 18px;
  }

  .filter-col-b {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .filter-name {
    font-size: 16px;
  }

  .filter-select {
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 10px;
  }

  .filter-select-div {
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
    display: none;
  }

  .filtered-content-b {
    display: block;
  }

  .filter-radio-list.keyword {
    margin-bottom: 0;
  }

  .filter-gp {
    margin-bottom: 10px;
  }

  .filter-icon {
    width: 12px;
    height: 12px;
  }

  .filter-radiobox, .filter-radiobox-tick {
    width: 20px;
    height: 20px;
  }

  .radio-keyword-field {
    margin-bottom: 10px;
  }

  .course-hover-btn {
    padding-left: 5px;
    padding-right: 5px;
  }

  .filter-search-field {
    padding-right: 50px;
  }

  .filter-search-icon {
    width: 20px;
    margin-right: 30px;
  }

  .item-illustration {
    height: 105px;
  }

  .course-payment-b {
    margin-bottom: 10px;
    padding-top: 20px;
  }

  .course-payment-info-b {
    width: 100%;
    padding-right: 0;
  }

  .course-payment-detail {
    margin-top: 10px;
  }

  .course-payment {
    width: 100%;
    border-bottom: 1px solid var(--theme-light-purple);
    border-left-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .course-price {
    text-align: left;
    font-size: 20px;
    position: static;
    transform: none;
  }

  .course-price-b {
    justify-content: space-between;
    display: flex;
  }

  .course-payment-block {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .payment-item-title {
    font-size: 20px;
  }

  .payment-method-b {
    margin-left: -1%;
    margin-right: -1%;
  }

  .payment-btn-container {
    text-align: center;
    margin-left: -10px;
  }

  .record-table-b {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us-b {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .map-b {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-us-form-b {
    width: auto;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    margin-left: 0;
    margin-right: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .map-detail-b {
    margin-top: 20px;
  }

  .map-detail {
    background-size: auto 20px;
  }

  .contact-us-form-info {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .contact-us-form-row {
    margin-bottom: 0;
  }

  .contact-us-form-col {
    margin-bottom: 15px;
  }

  .textarea-field {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .textarea-field::-ms-input-placeholder {
    font-size: 14px;
  }

  .textarea-field::placeholder {
    font-size: 14px;
  }

  .contact-us-form-btn-b {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .contactus-illustration {
    width: 60px;
    margin-left: 5%;
  }

  .filter-select-div-mobile {
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }

  .cert-download-icon-b, .filter-radiobox-tick-2, .filter-radiobox2 {
    width: 20px;
    height: 20px;
  }

  .header-logo-mobile-b {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .map-img {
    background-position: 50% 40%;
    padding-top: 70%;
  }

  .login-btn-mobile-container {
    width: 90%;
  }

  .forget-pw-btn-b {
    margin-top: 20px;
    margin-bottom: -40px;
  }

  .account-manage-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .lesson-b-icon.video {
    width: 25px;
    height: auto;
  }

  .payment-checkbox-field {
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 0;
    padding-right: 0;
  }

  .map-small-link {
    font-size: 14px;
  }

  .payment-item-description {
    font-size: 16px;
  }

  .heading-payment-description, .txt-tks-note, .tks-b {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .header-logo.left {
    width: 180px;
  }

  .header-logo.right {
    width: 160px;
  }

  .home-tab-tagline {
    font-size: 35px;
  }

  .home-tab-content {
    height: 300px;
  }

  .home-tab-big-title {
    font-size: 35px;
  }

  .section-heading {
    letter-spacing: 2px;
  }

  .container-center-align {
    margin-left: 5%;
    margin-right: 5%;
  }

  .home-featured-item-link-b {
    max-width: 280px;
  }

  .home-featured-slide-title {
    font-size: 18px;
  }

  .footer-logo-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo {
    width: 150px;
  }

  .footer-donation-logo-container, .footer-list, .footer-list-title, .footer-link {
    font-size: 12px;
  }

  .home-featured-slider-container {
    padding-left: 5%;
  }

  .home-banner-illustrartion {
    height: 80px;
  }

  .common-btn {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 130%;
  }

  .section-illustrartion {
    height: 80px;
  }

  .section-content.purple-bg.payment-page {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .register-form-btn-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .register-process {
    line-height: 130%;
  }

  .register-illustration-container {
    height: 80px;
  }

  .form-checkbox-b {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -5px;
  }

  .form-checkbox-field {
    width: 31%;
    margin-bottom: 5px;
  }

  .form-checkbox-field.conern-section {
    width: 48%;
  }

  .txt-register-note {
    width: auto;
    font-size: 12px;
  }

  .table-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .table-col {
    font-size: 16px;
  }

  .table-date-block {
    justify-content: flex-start;
  }

  .mobile-table-fieldname {
    border-right-width: 1px;
    margin-right: 10px;
    padding-right: 10px;
  }

  .pop-up-b {
    min-width: auto;
  }

  .pop-up-btn-container {
    justify-content: center;
  }

  .member-btn {
    padding: 10px;
    line-height: 130%;
  }

  .lesson-b-top-btn {
    height: 35px;
    background-size: 18px;
  }

  .video-play-btn {
    width: 80px;
    height: 80px;
  }

  .assignment-cert-download-pop-up-btn {
    margin-bottom: 10px;
  }

  .cert-btn-b {
    align-items: center;
    margin-bottom: 0;
  }

  .assignment-cert-download-btn-b {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .cert-close-btn.popup-close {
    height: 16px;
  }

  .assignment-cert-download-btn {
    margin-bottom: 10px;
    display: block;
  }

  .sention-top-banner-b {
    margin-top: 0;
  }

  .section-banner-illustration {
    width: 90px;
  }

  .item {
    width: auto;
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .filter-name {
    padding-right: 5px;
  }

  .list-item {
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .filter-box {
    font-size: 16px;
  }

  .course-hover-btn {
    width: 70%;
  }

  .item-illustration {
    height: 90px;
  }

  .course-payment-img {
    width: 50%;
    min-height: 150px;
    padding-top: 0%;
  }

  .course-payment-info {
    width: 50%;
    margin-left: 0;
    padding-left: 10px;
  }

  .record-table-b {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-us-form-btn-b, .forget-pw-btn-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lesson-b-txt {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .lesson-b-icon {
    height: 15px;
    margin-right: 5px;
  }

  .lesson-b-icon.video {
    width: 18px;
  }

  .payment-checkbox-field {
    width: 48%;
    margin-bottom: 5px;
  }

  .event-payment-img {
    width: 50%;
    min-height: 150px;
    padding-top: 0%;
  }

  .txt-tks-note {
    width: auto;
  }
}


