.h2 {
    font-size: 38px !important;
    font-weight: 500;
    letter-spacing: .02em !important
}

.h3 {
    font-size: 24px !important;
    font-weight: 500;
    letter-spacing: .02em !important
}

#instructor-title {
    color: #fff !important;
    margin-bottom: 0;
    padding-top: 80px
}

.master-class-wrapper {
    background: #323232;
    color: #fff;
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translate(-50%)
}

.masterclass-wrapper {
    display: none
}

.masterclass-wrapper-short {
    padding: 80px 0
}

.masterclass-wrapper.active {
    display: block;
    padding-bottom: 80px;
    padding-top: 60px
}

.master-class-main {
    max-width: 820px;
    margin: 0 auto
}

.author-name-image,
.start-point,
.masterclass-heading {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0 !important
}

#main-video,
#about-instructor {
    display: none
}

#instructors {
    display: flex;
    flex-direction: row;
    margin-top: 24px;
    padding: 2px 0
}

.instructor {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #212121;
    height: 64px;
    padding: 16px;
    margin-right: 16px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.instructor:last-child {
    margin-right: 0
}

.instructor.active {
    box-shadow: 0 0 0 2px #14C4B8
}

.instructor .profile-image {
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    border: 1px solid #606060;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    margin-bottom: 0
}

.instructor p {
    margin-bottom: 0 !important;
    font-size: 18px !important
}

.arrows-chapters {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    margin-bottom: 60px;
    width: 100%;
    margin-top: 16px;
    position: relative;
}

#shadow-left,
#shadow-right {
    min-width: 59px;
    position: relative;
    display: flex;
    flex-direction: row;
    z-index: 99;
    cursor: pointer;
    position: absolute
}

#shadow-left>div,
#shadow-right>div {
    background-size: cover
}

#shadow-left {
    justify-content: left;
    background: linear-gradient(to left, rgba(50, 50, 50, 0), rgba(50, 50, 50, 0.4), rgba(50, 50, 50, 0.9), rgba(50, 50, 50, 1), rgba(50, 50, 50, 1));
}

#shadow-right {
    justify-content: flex-end;
    background: linear-gradient(to right, rgba(50, 50, 50, 0), rgba(50, 50, 50, 0.4), rgba(50, 50, 50, 0.9), rgba(50, 50, 50, 1), rgba(50, 50, 50, 1));
    right: 0;
}

#left-arrow-2 {
    color: #000
}

.chapters {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
    width: 100%;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.chapters::-webkit-scrollbar {
    display: none
}

.wrapper {
    margin-right: 8px;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline-style: none
}
.wrapper:first-child {
    padding-left: 55px;
}

.wrapper:last-child {
    margin-right: 0;
    padding-right: 55px;
}

.chapter {
    background: transparent;
    border-radius: 16px;
    border: 1px solid #F6F6F6;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: 500;
    height: 40px;
    white-space: nowrap;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.wrapper.active>.chapter {
    background: #F6F6F6;
    border: none;
    color: #212121
}

#learning-keys {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 33px;
    margin-bottom: 60px
}

.learning-key {
    display: flex;
    flex-direction: row;
    width: 45%;
    margin-right: 80px;
    margin-bottom: 40px
}

.learning-key p {
    font-size: 18px !important;
    letter-spacing: 0 !important;
    margin-bottom: 0 !important
}

.learning-key-image {
    min-width: 24px;
    height: 24px;
    margin-right: 16px;
    background-image: url(https://academy-cdn.wedio.com/2021/09/tick-mark.svg);
    margin-top: 3px
}

.learning-key:nth-child(2n) {
    margin-right: 0
}

.white-text {
    color: #fff !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important
}

#masterclass-title {
    margin-bottom: 24px !important
}

#masterclass-description {
    margin-bottom: 46px !important
}

#masterclass-link {
    font-weight: 500
}

.masterclass-image {
    border-radius: 16px;
    height: 460px;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.videoId {
    visibility: hidden;
    height: 0;
    opacity: 0;
    margin: 0 !important;
    width: 0
}

.player {
    display: none
}

@media only screen and (min-width: 768px) {
    .learning-key:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 768px) {
    .player {
        height: auto
    }

    .h2 {
        font-size: 24px !important
    }

    .h3 {
        font-size: 18px !important
    }

    .h2,
    .h3,
    #masterclass-description,
    .placeholder,
    .player,
    #learning-keys,
    #masterclass-link {
        padding: 0 25px
    }

    #instructors {
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding: 5px 25px
    }

    #instructors::-webkit-scrollbar {
        display: none
    }

    .placeholder {
        border-radius: 16px
    }

    .instructor {
        width: 100%
    }

    .masterclass-wrapper.active {
        padding: 0;
        padding-bottom: 55px;
        padding-top: 50px
    }

    .instructor p {
        width: 100%;
        white-space: nowrap
    }

    .instructor .profile-image {
        min-width: 32px
    }

    .learning-key {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px !
    }

    .learning-key:last-child {
        margin-bottom: 0
    }

    #shadow-left,
    #shadow-right {
        display: none !important
    }

    .arrows-chapters {
        width: 100%;
        margin-bottom: 42px;
    }

    .chapters {
        width: 100%;
        left: 0
    }

    .wrapper:last-child {
        padding-right: 25px
    }

    .wrapper:first-child {
        padding-left: 25px
    }

    .masterclass-image {
        height: 154px
    }

    .masterclass-image svg {
        height: 35px
    }

    #instructor-title {
        padding: 0 25px;
        padding-top: 47px
    }

    #masterclass-link {
        position: absolute;
        bottom: 55px;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
        text-align: center
    }
}