body {
    background: linear-gradient(45deg, #008DCF, #3DB9E1);
}

header {
    display: none;
}

body.modal-open .workbook {
    filter: blur(2.5px);
}

.modal .modal-header {
    border-bottom: 0;
}

.modal .modal-header .close {
    position: absolute;
    top: 20px;
    right: 25px;
    padding: 0;
}

.modal .modal-header .modal-title {
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 26px;
    width: 100%;
}

.modal .modal-call {
    position: absolute;
    bottom: -150px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.modal .modal-call img {
    height: 100px;
}

.modal input,
.modal textarea {
    background: #EBEBEB;
    border: none;
    box-shadow: inset 0 2.5px 5px #dedede;
    color: #828282;
    padding: 10px 15px;
}

.tooltip .tooltip-inner {
    background: #EDAE54;
    font-family: 'Sinews Sans Pro', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.tooltip[x-placement^=bottom] .arrow:before {
    border-bottom-color: #EDAE54;
}

.workbook {
    position: relative;
    background: linear-gradient(45deg, #008DCF, #3DB9E1);
    height: auto;
    padding: 35px 0;
    z-index: 0;
}

.workbook:before {
    position: absolute;
    content: ' ';
    background: url('../images/pattern.png') repeat center;
    background-size: 1800px;
    background-attachment: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: -1;
}

.workbook .workbook-header {
    width: 100%;
    margin-bottom: 50px;
}

.workbook .workbook-header .logo {
    width: 80%;
    max-width: 256px;
}

.workbook .workbook-header .workbook-menu-toggle {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 1;
    display: none;
}

.workbook .workbook-header .workbook-menu-toggle img {
    width: 24px;
}

.workbook .workbook-header .workbook-menu-toggle #mobile-menu-open {
    display: none;
}

.workbook .workbook-header .workbook-menu-toggle.collapsed #mobile-menu-close {
    display: none!important;
}

.workbook .workbook-header .workbook-menu-toggle.collapsed #mobile-menu-open {
    display: block!important;
}

.workbook .workbook-header .actions a {
    padding: 0 5px;
    display: inline-block;
}

.workbook .workbook-header .actions img {
    height: 32px;
}

@media (max-width: 991px) {
    
    .workbook .workbook-header .logo {
        max-width: 256px;
        display: block;
        margin: 0 auto 35px;
    }
    
}

.workbook .workbook-content .workbook-sidebar .profile {
    background: linear-gradient(130deg, #FFF, #EFEFEF);
    font-family: 'Sinews Sans Pro', sans-serif;
    min-height: 400px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 35%);
}

.workbook .workbook-content .workbook-sidebar .profile strong {
    display: block;
    font-size: 30px;
    color: #652769;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.workbook .workbook-content .workbook-sidebar .profile span {
    display: block;
    font-size: 14px;
    color: #F1B056;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.workbook .workbook-content .workbook-sidebar .profile .progress {
    background: linear-gradient(0deg, #3B98CF, #2d81b3);
    border-radius: 100px;
    height: 22px;
    width: 100%;
    margin: 15px 35px 0;
}

.workbook .workbook-content .workbook-sidebar .profile .progress > div {
    background: linear-gradient(180deg, #F3B358, #EB9F4E);
}

.workbook .workbook-content .workbook-sidebar .actions {
    margin-top: 25px;
}

.workbook .workbook-content .workbook-sidebar .actions a {
    background: linear-gradient(130deg, #FFF, #EFEFEF);
    display: block;
    width: 100%;
    padding: 12.5px 0;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 35%);
}

.workbook .workbook-content .workbook-sidebar .actions a img {
    width: 100%;
    max-height: 62px;
}

.workbook .workbook-content .workbook-sidebar .actions span {
    display: block;
    font-size: 13px;
    margin-top: 10px;
}

.workbook .workbook-chapters {
    text-align: center;
    font-family: 'Sinews Sans Pro', sans-serif;
}

.workbook .workbook-chapters .workbook-chapter {
    background: transparent;
    border: 3px solid #fff;
    padding: 50px 0;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 35%);
}

.workbook .workbook-chapters .workbook-chapter.locked {
    opacity: 0.5;
}

.workbook .workbook-chapters .workbook-chapter.complete {
    border-color: #f0c05b;
}

.workbook .workbook-chapters .chapter {
    height: 150px;
}

.workbook .workbook-chapters .title {
    position: relative;
    margin: 25px 0 35px;
}

.workbook .workbook-chapters .title:after {
    position: absolute;
    background: #fff;
    content: ' ';
    bottom: -35px;
    left: calc(50% - 1.5px);
    width: 3px;
    height: 12.5px;
}

.workbook .workbook-chapters .title h1 {
    font-weight: 600;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
}

.workbook .workbook-chapters .title span {
    width: 250px;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 600;
    border-top: 2px solid #fff;
}

.workbook .workbook-chapters .workbook-chapter.complete .title h1 {
    background-color: #f0c05b;
    background-image: linear-gradient(120deg, #E09401, #FECF2F, #FCF17D, #E7973F, #FEBE5E);
    background-size: 100%;
    display: inline-block;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    color: transparent;
}

.workbook .workbook-chapters .workbook-chapter.complete .title span {
    background-color: #f0c05b;
    background-image: linear-gradient(120deg, #E09401, #FECF2F, #FCF17D, #E7973F, #FEBE5E);
    background-size: 100%;
    display: inline-block;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    color: transparent;
    border-color: #f0c05b;
}

.workbook .workbook-chapters .steps {
    width: 100%;
    margin-top: 25px;
    font-size: 0;
}

.workbook .workbook-chapters .steps .step {
    position: relative;
    display: inline-block;
    font-size: 0;
    width: 135px;
    padding-top: 25px;
}

.workbook .workbook-chapters .steps .step:not(.completed).animating .icon {
    animation: pulse 1s ease-out infinite;
}

.workbook .workbook-chapters .steps .step.completed .icon {
    background: linear-gradient(120deg, #E09401, #FECF2F, #FCF17D, #E7973F, #FEBE5E)!important;
    border: none;
}

.workbook .callback-wrapper {
    position: relative;
    min-height: 125px;
}

.workbook .callback-wrapper .callback-icon {
    display: inline-block;
}

.workbook .callback-wrapper .callback-icon img {
    height: 120px!important;
}

.workbook .callback-wrapper[data-call-floating="true"] .callback-icon {
    position: fixed;
    bottom: 15px;
    transform: translateX(-60px);
    z-index: 1;
}

.workbook .callback-wrapper[data-call-floating="true"] .callback-icon img {
    animation: pulse 1s ease-out infinite;
}

@media (max-width: 991px) {
    
    .workbook .workbook-chapters .steps .step {
        width: 50%;
    }
    
    .workbook .workbook-chapters .steps[data-steps="understanding"] .step:nth-child(2):before,
    .workbook .workbook-chapters .steps[data-steps="choose"] .step:nth-child(2):before {
        width: 50%;
    }
    
    .workbook .workbook-chapters .steps[data-steps="understanding"] .step:nth-child(3),
    .workbook .workbook-chapters .steps[data-steps="understanding"] .step:nth-child(4) {
        margin-top: 50px;
    }
    
    .workbook .workbook-chapters .steps[data-steps="understanding"] .step:nth-child(3):before {
        width: 50%;
        left: unset;
        right: 0;
    }
    
}

.workbook .workbook-chapters .steps[data-steps="stories"] .step:nth-child(1):before,
.workbook .workbook-chapters .steps[data-steps="stories"] .step:nth-child(1):after {
    display: none;
}

.workbook .workbook-chapters .steps a {
    display: inline-block;
    text-decoration: none;
}

.workbook .workbook-chapters .steps .step:before {
    position: absolute;
    background: #fff;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
}

.workbook .workbook-chapters .steps .step:first-child:before {
    right: 0;
    left: unset;
    width: 50%;
}

.workbook .workbook-chapters .steps .step:last-child:before {
    width: 50%;
}

.workbook .workbook-chapters .steps .step:after {
    position: absolute;
    background: #fff;
    content: ' ';
    top: 0;
    left: 50%;
    width: 3px;
    height: 15px;
}

.workbook .workbook-chapters .workbook-chapter.complete .steps .step:before,
.workbook .workbook-chapters .workbook-chapter.complete .steps .step:after,
.workbook .workbook-chapters .workbook-chapter.complete .title:after {
    background: #f0c05b;
}

.workbook .workbook-chapters .steps .step .icon {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 3px solid #fff;
    border-radius: 100px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 35%);
    transition: 300ms;
}

.workbook .workbook-chapters .steps .step .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    transform: translate(-50%, -50%);
}

.workbook .workbook-chapters .workbook-chapter .steps .step .icon img {
    display: none;
}

.workbook .workbook-chapters .workbook-chapter.complete .steps .step .icon img.icon-complete,
.workbook .workbook-chapters .workbook-chapter .steps .step.completed .icon img.icon-complete {
    display: block;
}

.workbook .workbook-chapters .workbook-chapter.active .steps .step .icon {
    background: white;
}

.workbook .workbook-chapters .workbook-chapter.active .steps .step:not(.completed) .icon img.icon-unlocked {
    display: block;
}

.workbook .workbook-chapters .workbook-chapter.locked .steps .step .icon img.icon-incomplete {
    display: block;
}

.workbook .workbook-chapters .steps .step .icon .step-guide {
    position: absolute;
    background: url('../images/guide.png') no-repeat center;
    background-size: 50px;
    top: -135px;
    left: 50%;
    width: 50px;
    height: 100px;
    transform: translate(-50%, 0);
    z-index: 100;
}

.workbook .workbook-chapters .steps .step span {
    font-size: initial;
}

.workbook .workbook-chapters .workbook-chapter.complete .steps .step span {
    color: #f0c05b!important;
}

.workbook .workbook-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
}

.workbook .workbook-menu:after {
    position: fixed;
    background: rgb(0 0 0 / 50%);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.workbook .workbook-menu .workbook-menu-inner {
    background: #fff;
    max-height: 90vh;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 0 0 10px 10px;
}

.workbook .workbook-menu .workbook-menu-call {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.workbook .workbook-menu .workbook-menu-call a {
    display: inline-block;
}

.workbook .workbook-menu .workbook-menu-call a img {
    height: 96px;
}

.workbook .workbook-menu .profile {
    position: relative;
    content: ' ';
    background: linear-gradient(45deg, #008DCF, #3DB9E1);
    font-family: 'Sinews Sans Pro', sans-serif;
}

.workbook .workbook-menu .profile-content {
    position: relative;
    padding: 15px 50px;
    z-index: 1;
}

.workbook .workbook-menu .profile-content:after {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pattern.png) repeat center;
    background-size: 1800px;
    opacity: 0.15;
    z-index: -1;
}

.workbook .workbook-menu .profile img {
    max-width: 156px;
    display: block;
    margin: 0 auto 15px;
}

.workbook .workbook-menu .profile strong {
    display: block;
    font-size: 30px;
    color: #652769;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.workbook .workbook-menu .profile span {
    display: block;
    font-size: 22px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.workbook .workbook-menu .profile .progress {
    background: linear-gradient(0deg, #3B98CF, #2d81b3);
    border-radius: 100px;
    height: 22px;
    width: 100%;
    margin-top: 15px;
}

.workbook .workbook-menu .profile .progress > div {
    background: linear-gradient(180deg, #F3B358, #EB9F4E);
}

.workbook .workbook-menu .menu {
    background: #fff;
    font-family: 'Sinews Sans Pro', sans-serif;
    z-index: 1;
}

.workbook .workbook-menu .menu ul {
    margin: 0;
}

.workbook .workbook-menu .menu ul li {
    background: #fff;
    padding: 15px 50px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #EDEDED;
    color: #737373;
}

.workbook .workbook-menu .menu ul li:nth-child(1),
.workbook .workbook-menu .menu ul li:nth-child(2),
.workbook .workbook-menu .menu ul li:nth-child(3) {
    background: #F1B055;
    color: #fff;
}

.workbook .workbook-menu .menu ul li a {
    color: inherit;
    text-decoration: none;
}

.workbook .workbook-menu .menu ul li img {
    height: 32px;
}

.workbook .workbook-menu .menu ul li i {
    font-size: 24px;
}

.workbook .workbook-final {
    text-align: center;
    margin-top: 75px;
}

.workbook .workbook-final h2 {
    font-weight: 600;
    font-size: 32px;
    color: #fff;
}

.workbook .workbook-final img {
    height: 85px;
    margin-top: 25px;
}

@media (max-width: 991px) {
    
    .workbook {
        padding-top: 150px;
        min-height: 100vh;
    }
    
    .workbook .workbook-header {
        position: fixed;
        top: 35px;
        left: 0;
        width: 100%;
        z-index: 2;
    }
    
    .workbook .workbook-header .workbook-menu-toggle {
        display: block;
        z-index: 11;
    }
    
    .workbook .workbook-header .actions {
        display: none;
    }
    
    .workbook .workbook-sidebar {
        display: none;
    }
    
    .workbook .workbook-content {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 125px);
        padding: 25px 0 50px;
        overflow-y: scroll;
        z-index: 1;
    }
    
}

.question-form .choices {
    max-width: 90%;
    margin: 0 auto;
}

.question-form .choices .choice {
    display: block;
    width: 100%;
}

.question-form .choices .choice input {
    display: none;
}

.question-form .choices .choice label {
    background: #EBEBEB;
    display: block;
    padding: 8px 0;
    font-size: 15px;
    font-family: 'Sinews Sans Pro', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #535353;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: inset 3px 1px 5px #cfcfcf;
}

.question-form .choices .choice input:checked + label {
    background: linear-gradient(180deg, #F1B157, #E6A35A);
    color: white;
    box-shadow: inset 3px 1px 5px #e0ac70, 3px 1px 5px rgb(183 183 183 / 50%);
}

.question-form .result {
    background: #EBEBEB;
    font-family: 'Sinews Sans Pro', sans-serif;
    font-weight: 600;
    color: #737373;
    font-size: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    border-radius: 10px;
}

.firework {
    position: fixed;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.firework canvas {
    width: 100%;
    height: 100%;
}