@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,::after,::before{
    box-sizing:border-box
}
html{
    font-family:sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:transparent;
    overflow-y: scroll;
    overflow-y: overlay;
}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{
    display:block
}
body{
    margin:0;
    font-family: Helvetica, sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:rgb(100,100,100);
    text-align:left;
    background-color:#fff;
}

[tabindex="-1"]:focus{
    outline:0!important
}

b,strong{
    font-weight:bolder
}
sub,sup{
    position:relative;
    font-size:75%;
    line-height:0;
    vertical-align:baseline
}
sub{
    bottom:-.25em
}
sup{
    top:-.5em
}
a{
    color:rgb(17,97,73);
    text-decoration:none;
    font-weight:700;
    background-color:transparent;
    text-shadow: 0px 0px 2px rgba(19, 170, 82, 0);
    -webkit-transition:all ease 0.1s;
    -moz-transition:all ease 0.1s;
    -ms-transition:all ease 0.1s;
    -o-transition:all ease 0.1s;
    transition:all ease 0.1s;
}
a:hover{
    color:rgb(19, 170, 82);
    text-shadow: 0px 0px 2px rgba(19, 170, 82, 1);
}
pre{
    margin-top:0;
    margin-bottom:1rem;
    overflow:auto
}
img{
    vertical-align:middle;
    border-style:none;
    max-width:100%;
}
table{
    border-collapse:collapse
}
caption{
    padding-top:.75rem;
    padding-bottom:.75rem;
    color:#6c757d;
    text-align:left;
    caption-side:bottom
}
label{
    display:inline-block;
    margin-bottom:.5rem
}
button{
    border-radius:0
}
button:focus{
    outline:1px dotted;
    outline:5px auto -webkit-focus-ring-color
}
button,input,optgroup,select,textarea{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
button,input{
    overflow:visible
}
button,select{
    text-transform:none
}
select{
    word-wrap:normal
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){
    cursor:pointer
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    padding:0;
    border-style:none
}
input[type=checkbox],input[type=radio]{
    box-sizing:border-box;
    padding:0
}
input[type=date],input[type=datetime-local],input[type=month],input[type=time]{
    -webkit-appearance:listbox
}
textarea{
    overflow:auto;
    resize:vertical
}
legend{
    display:block;
    width:100%;
    max-width:100%;
    padding:0;
    margin-bottom:.5rem;
    font-size:1.5rem;
    line-height:inherit;
    color:inherit;
    white-space:normal
}
progress{
    vertical-align:baseline
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    outline-offset:-2px;
    -webkit-appearance:none
}
[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button
}
[hidden]{
    display:none!important
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(255,255,255,0);
  border-radius:3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(150,150,150,0.5);
    border:1px solid rgba(255,255,255,0.0);
    border-radius:3px;
    -webkit-transition:all ease 0.2s;
    -moz-transition:all ease 0.2s;
    -ms-transition:all ease 0.2s;
    -o-transition:all ease 0.2s;
    transition:all ease 0.2s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(50,50,50,0.5);
    border:1px solid rgba(255,255,255,0.5);
}

.relative{
    position:relative;
}

.center{
    text-align:center;
}

.centered{
    margin-left:auto;
    margin-right:auto;
}

.header{
    background: rgb(37,78,118);
    background: linear-gradient(0deg, rgb(20,42,64), rgb(37,78,118) );
    padding:10px;
    box-shadow:0px 3px 3px rgba(0,0,0,0.6);
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:50;
    text-align:left;
    padding-left:20px;
    height: 80px;
}

.footer{
    background: rgb(37,78,118);
    background: linear-gradient(0deg, rgb(37,78,118), rgb(20,42,64) );
    padding:10px;
    box-shadow:0px -3px 3px rgba(0,0,0,0.6);
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:50;
    text-align:center;
    color:rgb(255,255,255);
}

.background{
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-position: center center;
    background-size: cover;
}

.content{
    position:relative;
    z-index:20;
    padding-top:100px;
    padding-bottom:100px;
}

.form{
    background: rgb(37,78,118);
    background: linear-gradient(0deg, rgb(37,78,118), rgb(20,42,64) );
    border-left:2px solid rgb(255,255,255);
    border-right:2px solid rgb(255,255,255);
    border-bottom:2px solid rgb(255,255,255);
    padding:10px;
    color:rgb(255,255,255);
}

.formWrapper{
    width:960px;
    margin:0 auto;
    padding-top:5px;
}


.formWrapper .topWrap{
    font-size:0;
}

.formWrapper .topWrap .left,.formWrapper .topWrap .right, .formWrapper .topWrap .middle{
    display:inline-block;
    vertical-align:top;
}

.formWrapper .topWrap .left,.formWrapper .topWrap .right{
    width:2px;
    height:50px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1), rgba(255,255,255,0) );
}

.formWrapper .topWrap .middle{
    width:calc(100% - 4px);
    height:50px;
    background: rgb(20,42,64);
    background: linear-gradient(0deg, rgba(20,42,64,1), rgba(20,42,64,0) );
}

.form .title{
    font-weight:600;
    font-size:24px;
    margin-top: 30px;
}

.form .title:first-child{
    margin-top:-10px;
}

.form .green{
    font-weight:500;
    color:rgb(20,255,20);
}

.form ul{
    margin-left: 10px;
    list-style-image: url(/icons/arrow-pointing-to-right.png);
}

.form ul li{
    margin-bottom:5px;
}

.form .textbox{
    padding-left:25px;
    margin-bottom:10px;
}

.form .textbox p{
    margin-top:0;
    margin-bottom:10px;
}

.inputsWrap{
    font-size:0;
    text-align:center;
    max-width:700px;
    width:100%;
    margin:0 auto;
}

.inputsWrap .inputWrap{
    font-size:16px;
    width:48%;
    padding:3px;
    vertical-align: top;
    display:inline-block;
}

.inputsWrap .note{
    font-size:10px;
    text-align:left;
    margin-bottom:5px;
}

.inputsWrap .inputWrap input{
    max-width:100%;
    width:100%;
    background-color:rgba(0,0,0,0.2);
    color:rgb(255,255,255);
    outline:none !important;
    border:1px solid rgba(255,255,255,1);
    border-radius:3px;
    padding:5px 10px;
    -webkit-transition:all ease 0.5s;
    -moz-transition:all ease 0.5s;
    -ms-transition:all ease 0.5s;
    -o-transition:all ease 0.5s;
    transition:all ease 0.5s;
}

.inputsWrap .inputWrap input:focus{
    background-color:rgba(0,0,0,0.6);
}

.inputsWrap .inputWrap input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255,255,255,0.8);
  opacity: 1; /* Firefox */
}

.inputsWrap .inputWrap input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255,255,255,0.8);
}

.inputsWrap .inputWrap input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255,255,255,0.8);
}

.submitButton {
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    background-color:#ededed;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:rgb(20,42,64);
    font-weight:600;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
}
.submitButton:hover {
    background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
    background-color:#dfdfdf;
}

.submitButton:active {
    position:relative;
    top:1px;
}

.exercisesWrap{
    font-size:0;
}

.exercisesWrap .exerciseWrap{
    display:inline-block;
    vertical-align:top;
    width:50%;
    font-size:16px;
    padding-right:10%;
    padding-bottom:16px;
}

.exercisesWrap .exerciseWrap .exerciseTitle{
    font-weight:600;
}

.exercisesWrap .exerciseWrap .exerciseSubtitle{
    font-weight:400;
    font-size:14px;
}

.exercisesWrap .exerciseWrap .exerciseInfo{
    font-weight:200;
    font-size:14px;
    max-height:0px;
    overflow:hidden;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.exercisesWrap .exerciseWrap .exerciseInfo ul{
    margin:5px;
    list-style-type: circle;
    list-style-image:none;
}

.exercisesWrap .exerciseActive .exerciseInfo{
    max-height:300px !important;
}

.exercisesWrap .exerciseWrap .more{
    color:rgb(20,255,20);
    font-size:14px;
    text-decoration:underline;
    cursor:pointer;
}

.intro{
    background-color: rgba(0,0,0,0.5);
    border-left: 2px solid rgb(255,255,255);
    border-right: 2px solid rgb(255,255,255);
    border-top: 2px solid rgb(255,255,255);
    padding: 10px;
    margin-top:20px;
    color: rgb(255,255,255);
}

.intro .bigTitle{
    text-align:center;
    font-size:30px;
    font-weight:600;
}
.intro .bigSubtitle{
    text-align:center;
    font-size:24px;
    font-weight:200;
}


.formWrapper .bottomWrap{
    font-size:0;
}

.formWrapper .bottomWrap .left,.formWrapper .bottomWrap .right, .formWrapper .bottomWrap .middle{
    display:inline-block;
    vertical-align:top;
}

.formWrapper .bottomWrap .left,.formWrapper .bottomWrap .right{
    width:2px;
    height:50px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0.1), rgba(255,255,255,1) );
}

.formWrapper .bottomWrap .middle{
    width:calc(100% - 4px);
    height:50px;
    background: rgba(0,0,0,0.5);
    background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,0.5) );
}

.presentorImage{
    width:200px;
    margin-right:10px;
    margin-bottom:10px;
    float:left;
    border:1px solid rgb(20,255,20);
}

.presentor .title{
    margin-top:0px !important;
    font-size:20px;
    font-weight:400;
    color:rgb(20,255,20);
}

.presentor .subtitle{
    font-size:18px;
    font-weight:200;
    color:rgb(20,255,20);
    margin-bottom:10px;
}

.presentor .text{
    font-size:14px;
    font-weight:200;
    min-height: 200px;
}

#error{
    padding:5px;
    color:rgb(255,0,0);
    font-size:16px;
}

.messageWrap{
    max-width:960px;
    width:90%;
    margin:0 auto;
    margin-top:50px;
    border:2px solid rgb(255,255,255);
    color:rgb(255,255,255);
    padding:20px;
    background: rgb(37,78,118);
    background: linear-gradient(0deg, rgb(20,42,64) 0%, rgb(37,78,118) 40%, rgb(37,78,118) 60%, rgb(20,42,64) 100% );
    font-size:20px;
    font-weight:400;
}

.messageWrap .green{
    color:rgb(20,255,20);
    font-weight:500;
}

.webinarInfo{
    max-width:960px;
    width:90%;
    margin:0 auto;
    border:2px solid rgb(255,255,255);
    color:rgb(255,255,255);
    padding:10px;
    background: rgb(37,78,118);
    background: linear-gradient(0deg, rgb(20,42,64) 0%, rgb(37,78,118) 40%, rgb(37,78,118) 60%, rgb(20,42,64) 100% );
    font-size:16px;
    font-weight:300;
}

.webinarInfo .green{
    color:rgb(20,255,20);
    font-weight:500;
}

.webinarInfo p{
    margin:0;
    margin-bottom:10px;
}

.videoWrap{
    max-width:960px;
    width:90%;
    margin:0 auto;
    margin-top:20px;
}

.videoWrap video{
    max-width:100%;
    border:none;
    outline:none;
}

.videoWrap .title{
    font-size:20px;
    font-weight:600;
    color:rgb(255,255,255);
    padding:10px;
    text-align:center;
    background-color:rgb(20, 47, 72);
}

.screenshotsWrap{
    width:90vw;
    margin:0 auto;
    padding-top:10px;
    font-size:0px;
    text-align:center;
}

.screenshotsWrap .screenshotWrap{
    display:inline-block;
    width: 13.5vw;
    margin:0px 1vw;
    margin-bottom:1vw;
    height:7vw;
    position:relative;
    vertical-align:top;
    z-index:10;
}

.screenshotsWrap .screenshotWrap .screenshot{
    border:2px ridge rgb(37,78,118);
    width:100%;
    max-width:none;
    margin-left:0%;
    z-index:20;
    position:absolute;
    left:0;
    top:0;
    -webkit-transition:all ease 0.5s;
    -moz-transition:all ease 0.5s;
    -ms-transition:all ease 0.5s;
    -o-transition:all ease 0.5s;
    transition:all ease 0.5s;
}

.screenshotsWrap .screenshotWrap:hover{
    z-index:20;
}

.screenshotsWrap .screenshotWrap .screenshot:focus{
    width:300%;
    margin-left:-75%;
    margin-top:-50%;
}

#course-content{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 25px;
    padding-top: 100px;
    background-color: rgb(255,255,255);
    border: 1px solid rgb(100,100,100);
    padding-bottom: 100px;    
    box-shadow: 2px 2px 2px rgb(0, 0, 0, 0.7);
}

.exercisePart{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom:2px solid rgb(255,255,255);
}

.exercisePart .title{
    color: rgb(20,255,20);
    text-align: center;
}

.exercisePart .titleEx{
    color: rgb(255,255,255);
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin-top: 25px;
}

.exercisePart .subTitle{
    color: rgb(255,255,255);
    font-size: 22px;
    font-weight: 200;
    text-align: center;
}

.exercisePart .smallSeparator{
    width: 50px;
    height: 2px;
    background-color: rgb(255,255,255);
    border-radius: 3px;
    margin: 15px auto;
}

.headerButton{
    color: rgb(255,255,255);
    float: right;
    cursor: pointer;
    padding-right: 5px;
    margin-r
}

.exercisePart .objectives .title{
    text-align: left;
    font-size:18px !important;
    font-weight:500;
    padding-left: 15px;
    color: rgb(255,255,255);
}

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


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

.exercisePart p{
    text-align: left;
    margin-top: 20px;
}


.exercisePart p span{
    font-weight: 500;
    color: rgb(20,255,20);
}

.buttonsWrap{
    text-align: center;
}

.buttonsWrap a{
    display: inline-block;
    margin: 5px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(255,255,255);
    background-color: rgba(0,0,0,0.7);
    padding: 10px;
    border: 1px solid rgb(20,255,20);
}

#navigation{
    position: fixed;
    z-index: 100;
    left: 0px;
    top: 80px;
    bottom: 92px;
    width: 230px;
    height: 799px;
    background-color: rgba(20,42,64,1);
    color: rgb(255,255,255);
    padding: 10px;
}

#navigation .courseName{
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

#navigation .courseSeparator{
    width: 90%;
    height: 2px;
    background-color: rgb(255,255,255);
    border-radius: 2px;
    margin: 15px auto;
    margin-left: 0;
}

#navigation .courseNavigation{
    color: rgb(50,50,50);
    background-color: rgb(255,255,255);
    padding: 5px;
    padding-left: 10px;
    font-size: 14px;
}

#navigation .courseNavigation .title{
    font-weight: 600;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid rgb(220,220,220);
    cursor: pointer;
}

#navigation .courseNavigation .subItems{
    background-color: rgb(220,220,220);
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: -3px;
    font-size: 12px;
}

#navigation .courseNavigation .subTitle{
    margin-bottom: 2px;
    cursor: pointer;
}

.scrollAnchor{
    top: -80px;
    position: relative;
}

@media only screen and (max-width: 960px) {/*tablet*/
    .formWrapper{
        width:90%;
    }
}



