.qwa-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
    background: rgb(0,0,0,0.75);
}
.qwa-dialog {
    text-align: center;
    position: fixed;
    width: 630px;
    height: 460px;
    margin: auto;
    left: 0;
    right: 0;
    top: 100px;
    z-index: 7;
}

.qwa-dialog video {
    position: relative;
}

.qwa-video-title {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50px;
    z-index: 6;
    color: #FFFFFF;
    left: 25px;
}

.qwa-video-title img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin: 0 15px 0 0;
}

.qwa-dialog video,
.qwa-dialog .qwa-no-img-bg{
    width: calc(100% - 30px);
    margin: 40px 15px 15px 15px;
}

.qwa-dialog video ~ span{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-size: 55px 55px;
    cursor: pointer;
}

.qwa-close-vd {
    z-index: 1;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: url(clientlib-common/resources/cancel.png) no-repeat center #FFFFFF;
    background-size: 50% 50%;
    /* border-radius: 40px;
    box-shadow: 3px -2px 5px rgb(50 47 47 / 30%); */
    cursor: pointer;
}

.qwa-dialog button {
    margin: 15px 5px 30px 5px;
}

.qwa-dialog > div {
    border-radius: 10px;
    box-shadow: 0px 1px 12px rgb(0 0 0 / 16%), 0 1px 12px rgb(0 0 0 / 23%);
    width: 100%;
    background: #ffffff;
}

.qwa-add-cart-dialog {
    min-width: 480px;
    max-width: 480px;
    /*width: 450px;*/
    top: 200px;
    font-family: Arial;
}

.qwa-add-cart-dialog .popUpTitle {
    font-size: 16px;
	font-weight: bold;
}

.qwa-add-cart-dialog p,
.qwa-add-cart-dialog div.qwa-cart-dialog-body {
    margin: 0;
    padding: 15px 20px;
    text-align: left;
}

.qwa-add-cart-dialog div.qwa-cart-dialog-body {
	font-size: 14px;
    line-height: 18px;
    color: #677284;
    margin: 0;
    padding: 24px;
    text-align: left;
}

.qwa-add-cart-dialog p {
    font-size: 16px;
    padding: 16px 20px !important;
    line-height: 24px;
}

.qwa-cart-dialog-body {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.qwa-cart-dialog-btns {
    padding: 12px 24px;
    text-align: right;
}

.qwa-cart-dialog-btns button {
    margin: 0px;
    color: #3253DC;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 32px;
}

.qwa-cart-dialog-btns button:first-child {
    margin-right: 16px;
}

.qwa-dialog .qwa-no-img-bg{
    height: 100%;
}

.qwa-video-play button{
  padding: 0;
}

.qwa-video-play button a{
    border-radius: 50px;
    padding: 16px 34px;
}

.qwa-video-title label {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 32px;
    font-size: 14px;
    line-height: 16px;
}

.qwa-cart-dialog-btns button{
   padding: 0 !important;
}

.qwa-cart-dialog-btns button a{
   padding: 7px 25px;
}

@media (max-width: 767px) {
	.qwa-cart-dialog-btns{
    	display: flex;
    	flex-direction: column;
    }
    .qwa-cart-dialog-btns button{
		margin-right: 0;
        margin-bottom: 12px;
    }
    .qwa-cart-dialog-btns button a{
		display: block;
    }
    button.ok, button.login {
        margin-bottom: 0;
    }
	.qwa-cart-dialog-btns button:first-child{
		margin-right: 0;
     }
	.qwa-video-play button{
    	width: 90%;
    	margin: 0 0 12px;
    }
	.qwa-video-play button a {
        display: block;
    }
}
/* Slider */
.slick-slider{
    position: relative;
    display: block;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-slide {
    margin: 15px 12px !important;
}
.qwa-jumbotron.slick-slide {
    margin: 0px !important;
}
.slick-slide .slider-img img {
    width: 100%;
}
.slick-prev:before, .slick-next:before {
    color: #000000;
}
.slick-slide {
    transition: all ease-in-out .3s;
}
.slick-current {
    opacity: 1;
}
/* Slider loader*/
/* .slick-loading .slick-list {
    background: #fff url('clientlib-common/css/ajax-loader.gif') center center no-repeat;
} */
/* Font family */
/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    margin: auto !important;
    top: 0;
    bottom: 0;
    display: block;
    width: 50px;
    height: 80px;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    outline: none;
    background: #ffffff;
    z-index: 5;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 4px 16px 0 rgba(74,90,117,0.08), 0 2px 4px 0 rgba(74,90,117,0.16);
}
.slick-next {
    box-shadow: 0 4px 16px 0 rgba(74,90,117,0.08), 0 2px 4px 0 rgba(74,90,117,0.16);
    border-radius: 6px 0 0 6px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #ccc;
    outline: none;
    background: #fff;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .45;
}
.slick-prev:before, .slick-next:before {
    content: '';
    line-height: 1;
    display: block;
    width: 13px;
    height: 13px;
    border-top: 2px solid #BBC0C8;
    border-left: 2px solid #BBC0C8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -5.5%;
    box-shadow: 3px 1px 4px rgb(0 0 0 / 15%), inset -2px 0px 0px #fff;
}
[dir='rtl'] .slick-prev {
    right: -5.5%;
    left: auto;
}
.slick-prev:before {
    transform: rotate(-45deg);
    margin-left: 16px;
}
[dir='rtl'] .slick-prev:before {
    transform: rotate(135deg);
}
.slick-next {
    right: -5.5%;
    box-shadow: -3px 1px 4px rgb(0 0 0 / 15%), inset -2px 0px 0px #fff;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -5.5%;
}
.slick-next:before {
    transform: rotate(135deg);
    margin-left: 14px;
}
[dir='rtl'] .slick-next:before {
    transform: rotate(-45deg);
}
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 80px;
}
.slick-dots {
    position: absolute;
    bottom: -60px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #3253dd;
    content: '•';
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    background: #3253dd;
}

.slick-next.slick-arrow.slick-disabled {
    display: none !important;
}
.slick-prev.slick-arrow.slick-disabled {
    display: none !important;
}
.qwa-htext {   
    padding: 30px 5%;
}

.qwa-htext h2 {
    padding: 30px 0;
}

.qwa-htext p {
    padding: 0px;
}

.qwa-btn-grp {
    margin: 30px 0;
}

.qwa-htext h2 {
    font-size: 36px;
    line-height: 42px;
}

.qwa-dark-bg h2, 
.qwa-lightdark-bg{
    color: #ffffff;
}

.qwa-htext button {
    margin: 15px 30px;
}

.cta-p {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 16px;
}

.qwa-htext-card{
    min-height: 348px;
    box-sizing: border-box;
}
.qwa-htext-card h2{
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 42px;
    padding: 71px 0 0;
}
.qwa-htext-card p{
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 27px;
    text-align: center;
    margin: 14px 0 0;
}
.qwa-btn-wrapper{
    margin-top: 25px;
}
.qwa-btn-wrapper button{
    margin: 0 15px;
    padding: 0;
    box-sizing: border-box;
}
.qwa-btn-wrapper button a{
    font-weight: 500;
    padding: 14px 30px;
}
.qwa-zeroPadding {
	padding: 0px !important;
}
/* :root {
    --blue_v1 : #7d9dff;
    --grey_v1 : #9ea1aa;
    --grey_v2 : #858992;
} */

.qwa-title-company,
.qwa-course-list-header label,
.qwa-avatar-profile ul li:first-child{
    color: #7d9dff;
}

.qwa-course-list-header span{
    color: #9ea1aa;
}

.qwa-course-list p,
.qwa-avatar-profile ul li:last-child{
    color: #858992;
}

.qwa-title-company,
.qwa-course-list-header,
.qwa-avatar-profile ul li:first-child {
    font-size: 12px;
}

.qwa-course-list {
    width: 282px;
    margin: 15px 0;
    position: relative;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0px 1px 12px rgb(0 0 0 / 16%), 0 1px 12px rgb(0 0 0 / 23%);
}

.qwa-course-list.qwa-fixedHT500, .qwa-fixedHT500 {
    height: 500px;
}

.qwa-course-list.qwa-fixedHT385, .qwa-fixedHT385 {
    height: 385px;
}

.qwa-course-list.qwa-fixedHT385 p {
    display: -webkit-box ;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;    
    height: 92px;
    font-size: 14px;
    line-height: 18px;
}

.qwa-fixedHT410.qwa-course-list {
    height: 410px;
}

.qwa-fixedHT415.qwa-course-list {
    height: 415px;
}

.qwa-course-list.qwa-fixedHT500 p, .qwa-fixedHT500 p {
    display: -webkit-box ;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 75px;
    overflow: hidden;
}

/*.qwa-course-img{
    width: 100%;
    height: 146px;
}*/

.qwa-course-img {
    padding-top: 51.6%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 146px;
    box-sizing: border-box;
}
div.course-slider .qwa-course-img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.qwa-course-list-header {
    display: flex;
    justify-content: space-between;
}

.qwa-course-list p,
.qwa-course-list h3 {
    padding: 15px;
    margin: 0;
}
.qwa-course-list-header{
    padding: 20px 15px;
    display: none;
}
.qwa-course-list-header label{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
}
.qwa-course-list-header span{
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    margin-left: auto;
}
.qwa-course-only-img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.qwa-course-list button {
    margin: 0 15px;
}

.qwa-course-list h3, .qwa-course-list h6 {
    color: #000000;
    padding: 22px 15px 0 15px;  
    font-size: 16px;  
    display: -webkit-box ;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 47px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 19px;
}

.qwa-title-company,
.qwa-zero-slider .slick-slide{
    margin: 0;
}

.qwa-course-list p.qwa-trim-text, .qwa-fixedHT410 p, .qwa-fixedHT415 p {
    display: -webkit-box ;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 54px;
    margin: 15px;
    padding: 0;
}

.qwa-course-list p {
    font-size: 14px;
    line-height: 18px;
}

.qwa-title-company {
    padding: 15px 15px 0 15px; 
}

article {    
    display: inline-block;
    margin: 0 0 35px 0;
}

article.qwa-preview-btn {
    margin: 0 0 12px 0;
    padding: 0px 0 0 0;
}

/* Avatar Profile */
.qwa-avatar-profile {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
    box-sizing: border-box;
    height: 88px;
}

.qwa-avatar-profile img{
    width: 45px;
    border-radius: 50px;
    height: 45px;
}

.qwa-avatar-profile ul {    
    width: calc(100% - 55px);
    font-size: 10px;
    padding: 1px 0 1px 15px;
}

/* .qwa-avatar-profile ul li {
    padding: 0 0 2px;
} */
.qwa-avatar-profile ul li:last-child{
    padding-bottom: 0px;
}
.qwa-course-card-footer-btn,
.qwa-course-card-footer-progress div{
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
}

.qwa-course-card-footer-btn button {
    margin: 0;
    padding-right: 5px;
}

.qwa-course-card-footer-btn label,
.qwa-course-card-footer-progress label {
    font-weight: 500;
    font-size: 10px;
}

.qwa-progress {
    width: calc(100% - 30px);
    margin: 0 15px;
}

.qwa-footer-likes,
.qwa-course-list .qwa-course-card-footer-progress {
    position: absolute;
    width: 100%;
}

.qwa-course-list .qwa-course-card-footer-progress {
    margin: 5px 0 10px 0;
    bottom: 47px;
}

.qwa-footer-likes {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e2e1e1;
    bottom: 12px;
    margin: 15px 0 0 0;
    padding: 10px 0 0 0;
    min-height: 23px;
}

.qwa-footer-likes .qwa-likes,
.qwa-footer-likes .qwa-likes span {
    width: 22px;
    height: 22px;
    margin: 0 15px;
}

.qwa-footer-likes .qwa-likes span {
    margin: 0;
}

.qwa-fixedHT460 .qwa-course-list {
    height: 460px;
}
.qwa-course-list p.qwa-trim-text, .qwa-fixedHT385 p, .qwa-fixedHT460 p, .qwa-fixedHT480 p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    margin: 0 15px 15px;
    padding: 0;
}

.qwa-preview-btn > button {
    margin-top: 16px;
}
.qwa-fixedHT480 .qwa-course-list {
    height: 480px;
}
.qwa-fixedHT375 .qwa-course-list{
    height: 375px;
}

.qwa-fixedHT375 .qwa-course-list h2, 
.qwa-fixedHT375 .qwa-course-list h3,
.qwa-fixedHT375 .qwa-course-list h6{
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  color: #000000;
  padding: 22px 15px 0;
  min-height: 25px;
  height: auto;
  margin: 0;
}
.qwa-fixedHT375 .qwa-course-list .qwa-title-company{
  line-height: 16px;
  padding-top: 0;
  font-weight: 500;
  margin-bottom: 7px;
}
.qwa-fixedHT375 .qwa-course-list p{
    padding: 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.qwa-multi-slider .qwa-btn-large{
    padding: 0;
    overflow: hidden;
}
.qwa-multi-slider .qwa-btn-large a{
    font-weight: 500;
    padding: 16px 34px;
}
.slider-blog-post-author{
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2px;
}
.slider-blog-post-author-job{
    font-size: 11px;
    letter-spacing: 0;
    line-height: 16px;
    color: #222222;
}
.slider-blog-post-date{
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    color: #949AA5;
    position: relative;
    top: -1px;
}
.qwa-btn-rectangle {
    padding: 0px;
}
.qwa-btn-rectangle a{
    padding: 5px 16px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
}

.qwa-fixedHT426 .qwa-course-list {
    padding-bottom: 40px;
    height: auto;
}
.qwa-like-icon{
    background: url(clientlib-common/resources/favorite_unselected.svg) no-repeat left center;
}
.qwa-unlike-icon{
    background: url(clientlib-common/resources/favorite_selected.svg) no-repeat left center;
}

.slider-without-header img.qwa-course-img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.slider-without-header .qwa-btn-small.qwa-btn-preview{
    line-height: 14px;
    color: #3253dc;
    font-size: 14px;
    position: relative;
    top: 0px;
    padding: 5px 22px 7px 25px;
}

.qwa-avatar-profile ul li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qwa-course-list .qwa-trim-text.mulit-line-wrap {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 90px;
}

.qwa-editter p {
    margin: 0px;
}

.qwa-editter {
    margin: 0 16px;
}

.qwa-card-no-img{
    background-position: right center;
    background-color: rgb(123, 160, 255);
    color: rgb(103, 114, 131);
    position: relative;
    height: 146px;
}
.qwa-card-no-img .qwa-blog-tag-chip{
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    bottom: 20px;
    color: rgb(255, 255, 255);
    left: 20px;
    padding-left: 0;
    padding-bottom: 0;
    position: absolute;
    text-transform: capitalize;
}

.qwa-blog-tag-arrow{
    background-position: right center;
    border-top: 14px solid rgb(123, 160, 255);
    color: rgb(123, 160, 255);
    border-bottom: 0px solid transparent;
    border-right: 14px solid transparent;
    border-left-style: solid;
    border-left-width: 0px;
    margin-bottom: 0em;
    margin-left:20px;
    width: 0%;
    height: 0px;
    position: absolute;
    bottom: -14px;
}

.qwa-blogs-list {
    cursor: pointer;
}

.qwa-blogs-list .qwa-editter p {
    -webkit-line-clamp: 8;
    height: 144px;
}

.qwa-zero-slider {
    padding: 0;
}

.qwa-jumbotron {
    display: flex !important;
    justify-content: space-evenly;
    padding: 115px 0;
    align-items: end;
}

.qwa-jumbotron.qwa-jumbo-imgbg{
    position: relative;
}

.qwa-jumbo-img-bg {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.qwa-jumbo-imgbg .qwa-jumbo-img-bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    border-radius: 0;
}

.qwa-grey-bg,
.qwa-light-img {
    color: #333333;
}

.qwa-vd-info,
.qwa-dark-bg {
    color: #ffffff;
}

.qwa-zero-slider .qwa-jumbotron-img {
    background: url(clientlib-common/resources/j-bg1.jpg) no-repeat center;
    background-size: 100% 100%;
}

.qwa-zero-slider .qwa-jumbotron-img1{
    background: url(clientlib-common/resources/j-bg2.jpg) no-repeat center;
    background-size: 100% 100%;
}

.qwa-jumbo-img,
.qwa-jumbo-txt,
.qwa-vd-info span,
.qwa-vd-info label {
    display: inline-block;
    vertical-align: bottom;
}

.qwa-jumbo-img,
.qwa-jumbo-txt {
    position: relative;
    width: 42%;
    margin: 0;
    height: 330px;
}

.qwa-jumbo-img {
    height: 330px;
}

.qwa-jumbo-txt {
    z-index: 2;
}

.qwa-vd-info {
    position: absolute;
    width: calc( 100% - 90px );
    padding: 45px;
    left: 0;
    bottom: 0;
}

.qwa-vd-info h2, 
.qwa-vd-info label {
    font-size: 20px;
    margin: 5px 0 0 0;
    line-height: 25px;
    font-weight: 500;
}

.qwa-vd-info label { 
    font-size: 14px;
}

.qwa-jumbo-img span::before{
    content: '';
    display: inline-block;
    background: url(clientlib-common/resources/play-light.png) no-repeat center #ffffff;
    background-size: 35px 35px;
    width: 50px;
    height: 50px;
    bottom: 0;
    left: 0;
    border-radius: 50px;
}

.qwa-zero-slider .slick-prev {
    left: 0;
}

.qwa-zero-slider .slick-next {
    right: 0;
}

.qwa-zero-slider .slick-dots {
    bottom: 35px;
}

.qwa-zero-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.qwa_jumbo_img_hidden {
    display: none;
}

.qwa-hc-txt-right {
    width: 45%;
    height: 330px;
    margin-left: auto;
}

.qwa-hc-txt-right-full {
    width: 90%;
    float: right;
    height: 330px;
}

.qwa-hc-txt-left {
    float: left;
    width : 45%;
    padding-left: 5%;
    height: 330px;
}

.qwa-jumbotron.qwa-jumbotorn-flex {
	justify-content: space-between;
}

.qwa-jumbotron.qwa-jumbotorn-flex .qwa-hc-txt-right {
	padding-right: 10%;
	margin-left: auto;
}

.qwa-jumbotron.qwa-jumbotorn-flex .qwa-hc-txt-left {
	padding-left: 10%;
}

.qwa-jumbotron.qwa-jumbotorn-flex .qwa-hc-txt-right-full {
	padding: 0 5%;
}
.qwa-jumbo-txt h1.qwa-font46, .qwa-jumbo-txt h2.qwa-font46{
    font-weight: 500;
    letter-spacing: -0.4px;
    -webkit-line-clamp: 2;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
}

@media (min-width: 1440px) {
    .qwa-jumbo-txt h1.qwa-font46, .qwa-jumbo-txt h2.qwa-font46 {
        font-size: 48px;
        line-height: 54px;
        margin-bottom: 32px;
    }
}

.qwa-jumbo-txt .qwa-para-txt{
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 30px;
    -webkit-line-clamp: 3;
    margin: 0 0 42px;
}

.qwa-jumbo-txt h1.qwa-font46.qwa-jumbotron-no-p, .qwa-jumbo-txt h2.qwa-font46.qwa-jumbotron-no-p{
    -webkit-line-clamp: 4;
}
.qwa-jumbo-txt .qwa-para-txt.qwa-jumbotron-no-h2{
    -webkit-line-clamp: 7;
}
.qwa-jumbo-txt h1.qwa-font46.qwa-jumbotron-no-p-btn, .qwa-jumbo-txt h2.qwa-font46.qwa-jumbotron-no-p-btn{
    -webkit-line-clamp: 6;
}
.qwa-jumbo-txt .qwa-para-txt.qwa-jumbotron-no-h2-btn{
    -webkit-line-clamp: 11;
}

.qwa-jumbotron button{
    padding: 0;
    overflow: hidden;
}

.qwa-jumbotron button a{
    font-weight: 500;
    padding: 16px 34px;
}
.qwa-jumbotron.order-text-left {
    flex-direction: row-reverse;
}
.qwa-video-overlay {
    cursor: pointer;
}
.qwa-course-card {
    margin: 0 0 30px 0;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #a9b4b8;
}

.qwa-course-card h2{
    font-size: 40px;
    margin: 0 0 20px 0;
}

.qwa-course-card img{
    width: 230px;
    height: 140px;
}

.qwa-course-info,
.qwa-course-details,
.qwa-shopping-course-desc,
.qwa-shopping-course-details,
.qwa-shopping-course-options{
    display: flex;
}

.qwa-course-card img + div {
    width: calc(100% - 250px);
    margin: 0 0 0 20px;
    font-size: 16px;
}

.qwa-course-card-footer {
    text-align: right;
}

.qwa-course-details p{
    margin: 0;
    height: 113px;
    overflow: hidden;
    color: #aaaaaa;
    text-overflow: ellipsis;
}

.qwa-course-info {
    margin: 15px 0 20px 0;
}

.qwa-course-info,
.qwa-shopping-course-options {
    justify-content: space-between;
    align-items: flex-end;
}

.qwa-course-info label:first-child {
    color: #7d9dff;
}

.qwa-course-cost,
.qwa-shopping-course-cost,
.qwa-course-card-footer button {
    margin: 0 0 0 10px;
}

.qwa-course-cost,
.qwa-shopping-course-cost {
    border-left: 2px solid #343434;
    padding: 0 0 0 10px;
    font-weight: 400;
}

.qwa-shopping-card {
    padding: 16px;
    border: 1px solid #BFBFBF;
    border-radius: 8px;
    margin: 30px 0 0 0;
    box-sizing: border-box;
}

.qwa-shopping-card img{
    width: 180px;
    height: 180px;
}

.qwa-shopping-course-details > div{
    width: calc( 100% - 140px );
    padding: 0 0 0 20px;
    position: relative;
}

.qwa-shopping-course-desc {
    margin: 0 0 12px 0;
    font-weight: 500;
    min-height: 80px;
    justify-content: space-between;
}

.qwa-shopping-course-desc p,
.qwa-shopping-course-desc label {
    margin: 0 0 2px 0;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.qwa-shopping-cart-desc{
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    color: #000000;
}
.qwa-shopping-course-cost:first-child {
    border: none;
    padding: 0;
    margin: 0;
}
.qwa-shopping-course-cost {
    font-weight: 100;
    border-left: 2px solid #343434;
}

.qwa-shopping-course-options label{
    color: #343434;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 24px;
}

.qwa-shopping-course-options{
    position: absolute;
    bottom: 0;
    left: 19px;
    right: 0;
}
.qwa-shopping-course-details{
    position: relative;
}
.qwa-shopping-course-options button,
.qwa-btn-grp button{
    display: flex;
    align-items: center;
}
.qwa-shopping-course-options button a, 
.qwa-btn-grp button a{
    font-weight: 500;
}
.qwa-shopping-course-desc label.qwa-course-cart-price{
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
}
h1 {
    font-size: 46px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}


p {
    font-weight: 100;
    font-style: initial;
}

.qwa-richtxt ul, .qwa-richtxt ol {
    padding: 20px 0 0 20px;
}

.qwa-richtxt ol {
    margin: 0px;
}

.qwa-richtxt h1, 
.qwa-richtxt h2,
.qwa-richtxt h3,
.qwa-richtxt h4,
.qwa-richtxt h5,
.qwa-richtxt h6,
.qwa-richtxt b,
.qwa-richtxt strong{
	color: #000;
}

.qwa-richtxt p, .qwa-richtxt pre {
    font-size: 14px;
    color: #677283;
    line-height: 18px;
}

.qwa-richtxt a {
    color: rgb(28, 55, 165);
    text-decoration: underline;
    cursor: pointer;
}

.qwa-richtxt ul li, .qwa-richtxt ol li {
    padding: 10px 0;
    color: #677283;
    margin: 0px 0px 0 15px;
    list-style: inherit;
    line-height: 18px;
}

.qwa-richtxt.level1-padding ul li, .qwa-richtxt ol li{
    padding : 5px 0;
}

.qwa-richtxt.level2-padding ul li, .qwa-richtxt ol li{
    padding : 2px 0;
}



.qwa-richtxt blockquote {
    position: relative;
    font-family: Arial, 'sans-serif';
    margin: 16px 0;
    padding: 1em 44px;
    font-size: 14px;
    line-height: 18px;
    color: #677283;
}

.qwa-richtxt blockquote:before, .qwa-richtxt blockquote:after {
    position: absolute;
    color: #f1efe6;
    font-size: 8rem;
    width: 4rem;
    height: 4rem;
}

.qwa-richtxt blockquote:before {
    content: '“';
    left: 0;
    top: 33px;
}

.qwa-richtxt blockquote:after {
    content: '”';
    right: -26px;
    bottom: -48px;
}

.qwa-p-bold {
    font-weight: 700;
}

.qwa-p-italic {
    font-style: italic;
}

.qwa-p-uline {
    text-decoration: underline;
}

.qwa-a-disabled {
    cursor: default;
    opacity: 0.5;
}

.qwa-a-disabled:hover, 
.qwa-a-disabled:focus {
    color: #677283;
}

.qwa-richtxt table{
    border: 1px solid #e0e0e0;
    border-collapse: collapse;
}

.qwa-richtxt table tr th, .qwa-richtxt table tr td{
  border: 1px solid #e0e0e0;
  padding: 10px;
}

.qwa-richtxt table tr th{
    background-color: grey;
    color: #fff;
}
.qwa-richtxt table tr th h1,
.qwa-richtxt table tr th h2,
.qwa-richtxt table tr th h3,
.qwa-richtxt table tr th h4,
.qwa-richtxt table tr th h5,
.qwa-richtxt table tr th h6,
.qwa-richtxt table tr th p {
    margin-bottom: 0;
}


table caption, .table-footer-caption{
    color: rgb(187, 192, 200);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.table-footer-caption{
    display: flex;
    flex-direction: column;
    padding-bottom: 16px;
    padding-top: 8px;
    margin-bottom: 32px;
}
.coursedetailspage .genericcolumncontainer .qwa-richtxt p, 
.coursedetailspage .genericcolumncontainer .qwa-richtxt pre,
.coursedetailspage .genericcolumncontainer .qwa-richtxt li{
    font-size: 18px;
    line-height: 1.5;
}
.coursedetailspage .genericcolumncontainer .qwa-richtxt ol,
.coursedetailspage .genericcolumncontainer .qwa-richtxt ul {
    padding-top: 0;
}

.qwangtext p {
    font-size: 18px;
    line-height: 1.5;
}

.qwangtext .qwa-richtxt ul li {
    font-size: 18px;
    line-height: 1.5;
}

.qwangtext .qwa-richtxt p:has(+ul) {
    margin-block-end: 0;
}
.navbar-mobile{display:none}
.mobile-slide-menu{height: 0}
.header-logo img{
    transform: scale(1.26);
}
body.no-scroll{
    overflow-y: hidden;
    position: fixed;
    width: 100%;
}
html{
    box-sizing: border-box;
}
.mobile-menubar svg.close-menu.hide-height,
.mobile-menubar svg.menu-hamburger.hide-height{
    height: 0;
}
.qwa-video-wrapper{
    position: relative;
}
.mobile-profile-wrapper{
	bottom: 35px;
}
.slide-menu-wrapper{display: none}
.back-menu-ico{display: none}
@media (max-width: 767px) {
   	.qwa-zero-slider .qwa-jumbotron{flex-direction: column;justify-content: center;align-items: center}
    .qwa-zero-slider .qwa-jumbo-img{width: 93%;height: auto;margin-bottom: 25px;}
    .qwa-zero-slider .qwa-vd-info{padding: 10px 47px;}
    .qwa-zero-slider .qwa-jumbo-txt{width: 90%}
    .qwa-dialog{width: 90%;height: auto;top: 200px;}
    .qwa-dialog video ~ span{top: 0;margin-top: 0;}
    .qwa-vd-info h2, .qwa-zero-slider .qwa-vd-info label{
        font-size: 16px;
        line-height: 21px;
    }
    .qwa-zero-slider .qwa-jumbo-txt h1.qwa-font46, .qwa-zero-slider .qwa-jumbo-txt h2.qwa-font46{
        font-size: 24px;
        line-height: 30px;
        margin-bottom:22px;
    }
    .qwa-zero-slider .qwa-jumbotron.qwa-jumbotorn-flex .qwa-hc-txt-left, .qwa-zero-slider .qwa-jumbotron.qwa-jumbotorn-flex .qwa-hc-txt-right{
        padding: 0 5%;
    }
    .qwa-htext h2{
        font-size: 28px;
        line-height: 35px;
        padding: 16px 0;
    }
    .mobile-menubar svg.close-menu.hide-height{
        height: 0;
    }
    .header-logo{
        width: 125px;
        margin-left: 62px;
    }
    .header-logo img{
        max-width: 100%;
        width: 100%;
        transform: scale(1.25);
    }
	.qwa-add-cart-dialog {
    	min-width: auto;
    }
    video {
		height: auto;
    	object-fit: contain;
    	max-height: auto;
    }
    .qwa-jumbotron{
        padding: 2.7% 0px;
    }
	.qwa-course-list.qwa-fixedHT385, .qwa-fixedHT385{
    	height: auto;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .qwa-zero-slider .qwa-jumbo-img, .qwa-zero-slider .qwa-jumbo-txt{
        height:auto;
    }
    .qwa-zero-slider .qwa-jumbo-txt h1.qwa-font46, .qwa-zero-slider .qwa-jumbo-txt h2.qwa-font46{
        font-size: 24px;
        line-height:30px;
        margin-bottom: 12px;
    }
    .qwa-zero-slider .qwa-jumbo-txt .qwa-para-txt{
        font-size:14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .qwa-vd-info{
        padding: 20px 45px;
    }
    .qwa-vd-info h2, .qwa-vd-info label{
        font-size: 16px;
    }
    .qwa-zero-slider .slick-dots{
        bottom: 16px;
    }
    .header-logo img{
      max-width: 100%;
      width: 100%;
      transition: scale(1.3);
    }
.qwa-fixedHT426 .qwa-course-list {
    min-height: 380px;
    }
}
@media (max-width: 1024px){
    header{
        padding-left: 10px;
        padding-right: 10px;
    }
    header nav{
        display: none;
    } 
    .navbar-mobile{
        display: flex;
        width: auto;
    }
    #qwa-user-icon{
        display: none !important;
    }
    .navbar-mobile button {
        background: transparent;
        border: none;
    }
    .mobile-menubar{
        width: 28px;
        height: 20px;
    }  
    .mobile-menubar svg.menu-hamburger{
        width: 20px;
        height: 20px;
        margin-left: 9px;
    }
    .mobile-menubar svg.close-menu{
        width: 20px;
        height: 20px;
        animation: 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s 1 normal forwards running iHVSGm;
        position: relative;
        top: -17px;
        left: 9px;
    }
    .mobile-slide-menu.active{
        display:block;
        background-position: right center;
        background-color: rgb(255, 255, 255);
        box-shadow: none;
        overflow: hidden;
        z-index: 11;
        height: 615px;
        position: relative;
    }
    .slide-menu-wrapper{
        background-position: right center;
        background-color: rgb(255, 255, 255);
        overflow: hidden auto;
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
    }
    .mobile-menu-container{
        padding: 30px;
        width: 100%;
        background-position: right center;
        box-sizing: border-box;
    }
    .menu-heading-bar {background-position: right center;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;font-size: 18px;
        font-weight: 400;
        line-height: 41px;
        padding: 10px 0px;
        transform: translate3d(0%, 0%, 0px);
    }
    
    .menu-heading-bar svg {
        width: 20px;
        height: 20px;
    }
    .mobile-profile-wrapper{
        background-position: right center;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        background-color: rgb(246, 248, 250);
        bottom: 0px;
        flex-wrap: wrap;
        font-size: 12px;
        -webkit-box-pack: center;
        justify-content: center;
        left: 0px;
        position: absolute;
        width: 100%;
    }
    .mobile-user-container{
        background-position: right center;
        display: flex;
        flex-direction: column;
        padding: 24px;
        width: 100%;
        height: 150px;
        box-sizing: border-box;
    }
    .user-icon-box{
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: start;
        justify-content: flex-start;
        margin-bottom: 8px;
        width: 100%;
    }
    .user-icon-box svg{
        fill: rgb(103, 114, 131);
        height: 32px;
        width: 32px;
        position: relative;
    }
    .mobile-log-text{
        margin: 0px 0px 0px 16px;
        color: rgb(103, 114, 131);
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 19px;
    }
    .mobile-lg-btn ,
    .mobile-create-btn{
        box-sizing: border-box;
    }
    .mobile-lg-btn a{
        -webkit-box-pack: center;
        justify-content: center;
        line-height: 1;
        margin-bottom: 8px;
        width: 100%;
        padding: 8px 16px;
        border: 1px solid rgb(50, 83, 220);
        box-sizing: border-box;
        border-radius: 50px;
        background-color: transparent;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        color: rgb(50, 83, 220);
        display: flex;
     }
     .create-log-in{
        color: rgb(50, 83, 220);
        background-color: transparent;
     }
     .slide-menu-wrapper{display: block}
     .mobile-navigation-inner{
         height: 0; 
         opacity: 0;
         position: absolute;
         top: 0;
         bottom: 0;
         background: #fff;
         left: 0;
         right: 0;
         box-sizing: border-box;
         padding-left: 35px;
         padding-right: 35px;
         overflow: hidden auto;
         z-index: 1;
    }
    .back-to-menu{
        padding: 0px;
        margin: 22px 0px 17px -18px;
        border: none;
        background-color: transparent;
        font-size: 18px;
        display: flex;
        align-items: center;
    }

    .navigation-links-block h2, .navigation-links-block h3 {
        background-position: right center;
        color: rgb(34, 34, 34);
        display: block;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.5px;
        line-height: 1.125;
        margin-top: 11px;
        padding: 8px 0px;
        text-decoration: none;
        transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    }
    
    a.navigation-link-to {
        display: flex;
        color: rgb(103, 114, 131);
        flex-direction: row;
        font-size: 16px;
        font-weight: 400;
        line-height: 17px;
        margin-top: 11px;
        padding: 9px 0px 9px 20px;
        text-decoration: none;
        transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        cursor: pointer;
        fill: rgb(103, 114, 131);
        -webkit-box-align: center;
        align-items: center;
    }
    .active-menu{height: 100%;opacity: 1;}
    .inner-navigation-container{padding-bottom: 60px;}
    .back-menu-ico{flex: 0 0 auto;
        margin-right: 5px;
        width: 20px;
        height: 25px;
        transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        display: inline-flex;
    }
	.mobile-logged-in-block {
    display: flex;
    width: 100%;
    align-items: flex-start;
    padding: 0;
    flex-direction: column;
    box-sizing: border-box;
    min-height: 208px;
}

.mobile-logged-in-block .user-name {
    margin: 0px;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 24px;
    color: #000;
    width: 100%;
    padding: 24px;
    word-break: break-word;
    box-sizing: border-box;
}

.user-nav-links {
    background-position: right center;
    display: flex;
    border-top: 1px solid rgb(233, 236, 239);
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.user-nav-links a {
    background-position: right center;
    padding: 16px 24px;
    color: rgb(50, 83, 220);
    font-size: 16px;
    font-weight: 500;
}

.user-nav-links button {
    width: auto;
    background: transparent;
    color: rgb(50, 83, 220);
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding: 17px 24px;
    display: block;
}
  .user-nav-links button a {
    display: block;
    padding: 0;
}  
.qwa-fixedHT426 .qwa-course-list {
    padding-bottom: 0;
}

article.qwa-preview-btn {
    margin: 0px;
}
.mobile-profile-wrapper{
	bottom: 35px;
}
.navigation-links-block .navigation-links-block{
    margin-left : 20px;
}


h3.sub-header {
    color: rgb(103, 114, 131);
}

}

@media (min-width: 900px) and (max-width: 1024px){

.qwa-footer-likes {
    position: absolute;
    }
}
@media (max-width: 700px) {
.qwa-footer-likes {
    position: relative;
}

}

a.sublist-sib{
    font-weight : 600;
    font-size : 16px;
}
.float-start{
    float:left!important
}
.float-end{
    float:right!important
}
.float-none{
    float:none!important
}
.overflow-auto{
    overflow:auto!important
}
.overflow-hidden{
    overflow:hidden!important
}
.overflow-visible{
    overflow:visible!important
}
.overflow-scroll{
    overflow:scroll!important
}
.d-inline{
    display:inline!important
}
.d-inline-block{
    display:inline-block!important
}
.d-block{
    display:block!important
}
.d-flex{
    display:flex!important
}
.d-inline-flex{
    display:inline-flex!important
}
.d-none{
    display:none!important
}
.position-static{
    position:static!important
}
.position-relative{
    position:relative!important
}
.position-absolute{
    position:absolute!important
}
.position-fixed{
    position:fixed!important
}
.position-sticky{
    position:-webkit-sticky!important;
    position:sticky!important
}
.top-0{
    top:0!important
}
.bottom-0{
    bottom:0!important
}
.w-100{
    width:100%!important
}
.w-auto{
    width:auto!important
}
.h-100{
    height:100%!important
}
.h-auto{
    height:auto!important
}
.flex-wrap{
    flex-wrap:wrap!important
}
.flex-nowrap{
    flex-wrap:nowrap!important
}
.m-0{
    margin:0!important
}
.m-auto{
    margin:auto!important
}
.mlr-0{
    margin-left:0!important;
    margin-right:0!important;
}
.mlr-auto{
    margin-left:auto!important;
    margin-right:auto!important;
}
.mtb-0{
    margin-top:0!important;
    margin-bottom:0!important
}
.mtb-auto{
    margin-top:auto!important;
    margin-bottom:auto!important
}
.mt-0{
    margin-top:0!important
}
.mt-auto{
    margin-top:auto!important
}
.mr-0{
    margin-right:0!important
}
.mb-0{
    margin-bottom:0!important
}
.mb-auto{
    margin-bottom:auto!important
}
.ml-0{
    margin-left:0!important
}
.ml-auto{
    margin-left:auto!important
}
.mr-auto{
    margin-right:auto!important
}
.p-0{
    padding:0!important
}
@media (min-width:576px){
}
@media (min-width:768px){
}
@media (min-width:992px){
}
@media (min-width:1200px){
}
@media (min-width:1400px){
}