@-webkit-keyframes pulse{0%{-webkit-transform:scale(.1,.1);transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:0}}@keyframes pulse{0%{-webkit-transform:scale(.1,.1);transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:0}}@-webkit-keyframes rotate360{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate360{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.masterstudy-loader{display:flex;width:100%;height:100%;justify-content:center;align-items:center;padding:20px;margin:0;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999999;background:#fff}.masterstudy-loader__body{display:flex;width:45px;height:45px;border-radius:50%;border:4px solid var(--accent-100);position:relative;-webkit-animation:rotate360 1s linear infinite;animation:rotate360 1s linear infinite;margin:auto}.masterstudy-loader__body::after{display:flex;content:"";position:absolute;top:-7px;right:-7px;width:25px;height:25px;border-radius:50%;background:#fff}.masterstudy-loader_bordered{border:1px solid #dbe0e9;border-radius:5px}.masterstudy-loader_dark-mode,.masterstudy-loader_dark-mode .masterstudy-loader__body::after{background:#171717}.masterstudy-loader.masterstudy-loader_local{display:none;position:relative}a.masterstudy-back-link{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:50px;height:50px;background:0 0;border:none;outline:0;margin:0;padding:0;text-decoration:none;color:#808c98;transition:.2s;position:relative;overflow:hidden}a.masterstudy-back-link::after,a.masterstudy-back-link::before{content:"\e94b";font-family:stmlms;font-size:12px;font-style:normal;line-height:normal;position:absolute;top:50%;transition:.3s}a.masterstudy-back-link::before{left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}a.masterstudy-back-link::after{right:50%;-webkit-transform:translate(300%,-50%);transform:translate(300%,-50%)}a.masterstudy-back-link:hover{color:#4d5e6f}a.masterstudy-back-link:hover::before{-webkit-transform:translate(-300%,-50%);transform:translate(-300%,-50%)}a.masterstudy-back-link:hover::after{-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}a.masterstudy-back-link:focus{box-shadow:none;border:none;outline:0}body.rtl a.masterstudy-back-link::before{-webkit-transform:translate(-50%,-50%) rotate(180deg);transform:translate(-50%,-50%) rotate(180deg)}body.rtl a.masterstudy-back-link::after{-webkit-transform:translate(-300%,-50%) rotate(180deg);transform:translate(-300%,-50%) rotate(180deg)}body.rtl a.masterstudy-back-link:hover::before{-webkit-transform:translate(300%,-50%) rotate(180deg);transform:translate(300%,-50%) rotate(180deg)}body.rtl a.masterstudy-back-link:hover::after{-webkit-transform:translate(50%,-50%) rotate(180deg);transform:translate(50%,-50%) rotate(180deg)}.masterstudy-switch-button{display:flex;align-items:center;justify-content:center;height:36px;border-radius:4px;padding:9px 20px 9px 12px;margin:0;background:rgba(77,94,111,.1);border:none;outline:0;position:relative}.masterstudy-switch-button__title{font-size:14px;font-style:normal;font-weight:700;line-height:normal;white-space:nowrap;margin:2px 0 0;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#4d5e6f;transition:.2s}.masterstudy-switch-button__burger{width:16px;height:16px;display:flex;flex-direction:column;justify-content:center;margin:0 10px 0 0}.masterstudy-switch-button__burger span{height:2px;width:100%;border-radius:4px;background-color:#4d5e6f;margin:3px 0 0;transition:.2s ease-in-out}.masterstudy-switch-button__burger span:first-child{margin:0}.masterstudy-switch-button:hover{cursor:pointer;background:var(--accent-10)}.masterstudy-switch-button:hover .masterstudy-switch-button__title{color:var(--accent-100)}.masterstudy-switch-button:hover .masterstudy-switch-button__burger span{background-color:var(--accent-100)}.masterstudy-switch-button.masterstudy-switch-button_active .masterstudy-switch-button__burger span:nth-child(1){-webkit-transform:rotate(45deg);transform:rotate(45deg)}.masterstudy-switch-button.masterstudy-switch-button_active .masterstudy-switch-button__burger span:nth-child(2){width:0;opacity:0}.masterstudy-switch-button.masterstudy-switch-button_active .masterstudy-switch-button__burger span:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:-7px}.masterstudy-switch-button.masterstudy-switch-button_dark-mode{background:rgba(255,255,255,.1)}.masterstudy-switch-button.masterstudy-switch-button_dark-mode .masterstudy-switch-button__title{color:rgba(255,255,255,.7)}.masterstudy-switch-button.masterstudy-switch-button_dark-mode .masterstudy-switch-button__burger span{background-color:rgba(255,255,255,.7)}.masterstudy-switch-button.masterstudy-switch-button_dark-mode:hover{background:var(--accent-10)}.masterstudy-switch-button.masterstudy-switch-button_dark-mode:hover .masterstudy-switch-button__title{color:var(--accent-100)}.masterstudy-switch-button.masterstudy-switch-button_dark-mode:hover .masterstudy-switch-button__burger span{background-color:var(--accent-100)}@media (max-width:576px){.masterstudy-switch-button{padding:9px 12px}.masterstudy-switch-button__title{display:none}.masterstudy-switch-button__burger{margin:0}}body.rtl .masterstudy-switch-button{padding:9px 12px 9px 20px}body.rtl .masterstudy-switch-button__burger{margin:0 0 0 10px}@media (max-width:576px){body.rtl .masterstudy-switch-button{padding:9px 12px}body.rtl .masterstudy-switch-button__burger{margin:0}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(.1,.1);transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:0}}@keyframes pulse{0%{-webkit-transform:scale(.1,.1);transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);opacity:0}}@-webkit-keyframes rotate360{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate360{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}a.masterstudy-button{display:flex;justify-content:center;align-items:center;outline:0;border:none;min-height:auto;border-radius:5px;transition:.2s;text-decoration:none;caret-color:transparent;box-shadow:none}a.masterstudy-button .masterstudy-button__title{font-size:14px;line-height:18px;letter-spacing:0;text-transform:capitalize;text-decoration:none;white-space:nowrap;transition:.2s}a.masterstudy-button.masterstudy-button_size-sm{height:40px;padding:0 20px}a.masterstudy-button.masterstudy-button_size-sm .masterstudy-button__title{font-weight:500}a.masterstudy-button.masterstudy-button_size-sm::after,a.masterstudy-button.masterstudy-button_size-sm::before{font-size:15px;font-weight:500}a.masterstudy-button.masterstudy-button_size-sm.masterstudy-button_loading::after,a.masterstudy-button.masterstudy-button_size-sm.masterstudy-button_loading::before{width:15px;height:15px}a.masterstudy-button.masterstudy-button_size-md{height:50px;padding:0 24px}a.masterstudy-button.masterstudy-button_size-md .masterstudy-button__title{font-weight:700}a.masterstudy-button.masterstudy-button_size-md::after,a.masterstudy-button.masterstudy-button_size-md::before{font-size:16px;font-weight:500}a.masterstudy-button.masterstudy-button_size-md.masterstudy-button_loading::after,a.masterstudy-button.masterstudy-button_size-md.masterstudy-button_loading::before{width:20px;height:20px}a.masterstudy-button.masterstudy-button_icon-left::before{display:flex;font-family:stmlms;margin:0 5px 0 0;transition:.2s}a.masterstudy-button.masterstudy-button_icon-center::before{display:flex;font-family:stmlms;margin:0 auto;transition:.2s}a.masterstudy-button.masterstudy-button_icon-right::after{display:flex;font-family:stmlms;margin:0 0 0 5px;transition:.2s}a.masterstudy-button.masterstudy-button_style-primary{background:var(--accent-100)}a.masterstudy-button.masterstudy-button_style-primary .masterstudy-button__title{color:#fff}a.masterstudy-button.masterstudy-button_style-primary::after,a.masterstudy-button.masterstudy-button_style-primary::before{color:#fff;border-color:#fff}a.masterstudy-button.masterstudy-button_style-primary.masterstudy-button_disabled{opacity:.3;cursor:default}a.masterstudy-button.masterstudy-button_style-primary.masterstudy-button_disabled:hover{cursor:default;background:var(--accent-100)}a.masterstudy-button.masterstudy-button_style-primary.masterstudy-button_disabled:hover .masterstudy-button__title{color:#fff}a.masterstudy-button.masterstudy-button_style-primary:hover{cursor:pointer;background:var(--accent-hover)}a.masterstudy-button.masterstudy-button_style-secondary.masterstudy-button_disabled,a.masterstudy-button.masterstudy-button_style-secondary.masterstudy-button_disabled:hover{cursor:default}a.masterstudy-button.masterstudy-button_style-secondary{background:#eef1f7}a.masterstudy-button.masterstudy-button_style-secondary .masterstudy-button__title{color:#4d5e6f}a.masterstudy-button.masterstudy-button_style-secondary::after,a.masterstudy-button.masterstudy-button_style-secondary::before{color:#4d5e6f;border-color:#4d5e6f}a.masterstudy-button.masterstudy-button_style-secondary.masterstudy-button_disabled::after,a.masterstudy-button.masterstudy-button_style-secondary.masterstudy-button_disabled::before,a.masterstudy-button.masterstudy-button_style-secondary.masterstudy-button_disabled:hover::after,a.masterstudy-button.masterstudy-button_style-secondary.masterstudy-button_disabled:hover::before{color:#b3bac2;border-color:#b3bac2}a.masterstudy-button.masterstudy-button_style-secondary.masterstudy-button_disabled .masterstudy-button__title{color:#b3bac2}a.masterstudy-button.masterstudy-button_style-secondary.masterstudy-button_disabled:hover .masterstudy-button__title{color:#b3bac2}a.masterstudy-button.masterstudy-button_style-secondary:hover{cursor:pointer}a.masterstudy-button.masterstudy-button_style-secondary:hover .masterstudy-button__title{color:#001931}a.masterstudy-button.masterstudy-button_style-secondary:hover::after,a.masterstudy-button.masterstudy-button_style-secondary:hover::before{color:#001931;border-color:#001931}a.masterstudy-button.masterstudy-button_style-tertiary.masterstudy-button_disabled:hover::after,a.masterstudy-button.masterstudy-button_style-tertiary.masterstudy-button_disabled:hover::before,a.masterstudy-button.masterstudy-button_style-tertiary::after,a.masterstudy-button.masterstudy-button_style-tertiary::before{color:var(--accent-100);border-color:var(--accent-100)}a.masterstudy-button.masterstudy-button_style-tertiary{background:var(--accent-10)}a.masterstudy-button.masterstudy-button_style-tertiary .masterstudy-button__title{color:var(--accent-100)}a.masterstudy-button.masterstudy-button_style-tertiary.masterstudy-button_disabled{opacity:.7;cursor:default}a.masterstudy-button.masterstudy-button_style-tertiary.masterstudy-button_disabled:hover{cursor:default;background:var(--accent-10)}a.masterstudy-button.masterstudy-button_style-tertiary.masterstudy-button_disabled:hover .masterstudy-button__title{color:var(--accent-100)}a.masterstudy-button.masterstudy-button_style-tertiary:hover{cursor:pointer;background:var(--accent-100)}a.masterstudy-button.masterstudy-button_style-tertiary:hover .masterstudy-button__title{color:#fff}a.masterstudy-button.masterstudy-button_style-tertiary:hover::after,a.masterstudy-button.masterstudy-button_style-tertiary:hover::before{color:#fff;border-color:#fff}a.masterstudy-button.masterstudy-button_style-outline{background:0 0;border:1px solid var(--accent-100)}a.masterstudy-button.masterstudy-button_style-outline .masterstudy-button__title{color:var(--accent-100)}a.masterstudy-button.masterstudy-button_style-outline::after,a.masterstudy-button.masterstudy-button_style-outline::before{color:var(--accent-100);border-color:var(--accent-100)}a.masterstudy-button.masterstudy-button_style-outline.masterstudy-button_disabled{border-color:#b3bac2;cursor:default}a.masterstudy-button.masterstudy-button_style-outline.masterstudy-button_disabled .masterstudy-button__title{color:#808c98}a.masterstudy-button.masterstudy-button_style-outline.masterstudy-button_disabled::after,a.masterstudy-button.masterstudy-button_style-outline.masterstudy-button_disabled::before{color:#808c98;border-color:#808c98}a.masterstudy-button.masterstudy-button_style-outline.masterstudy-button_disabled:hover{cursor:default;background:0 0;border-color:#b3bac2}a.masterstudy-button.masterstudy-button_style-outline.masterstudy-button_disabled:hover .masterstudy-button__title{color:#808c98}a.masterstudy-button.masterstudy-button_style-outline.masterstudy-button_disabled:hover::after,a.masterstudy-button.masterstudy-button_style-outline.masterstudy-button_disabled:hover::before{color:#808c98;border-color:#808c98}a.masterstudy-button.masterstudy-button_style-outline:hover{cursor:pointer;background:var(--accent-100)}a.masterstudy-button.masterstudy-button_style-outline:hover .masterstudy-button__title{color:#fff}a.masterstudy-button.masterstudy-button_style-outline:hover::after,a.masterstudy-button.masterstudy-button_style-outline:hover::before{color:#fff;border-color:#fff}a.masterstudy-button.masterstudy-button_style-transparent-danger{background:0 0;border:none}a.masterstudy-button.masterstudy-button_style-transparent-danger .masterstudy-button__title,a.masterstudy-button.masterstudy-button_style-transparent-danger::after,a.masterstudy-button.masterstudy-button_style-transparent-danger::before{color:var(--danger-100)}a.masterstudy-button.masterstudy-button_style-transparent-danger.masterstudy-button_disabled{border-color:#b3bac2;cursor:default}a.masterstudy-button.masterstudy-button_style-transparent-danger.masterstudy-button_disabled .masterstudy-button__title{color:#808c98}a.masterstudy-button.masterstudy-button_style-transparent-danger.masterstudy-button_disabled::after,a.masterstudy-button.masterstudy-button_style-transparent-danger.masterstudy-button_disabled::before{color:#808c98;border-color:#808c98}a.masterstudy-button.masterstudy-button_style-transparent-danger.masterstudy-button_disabled:hover{cursor:default;background:0 0;border-color:#b3bac2}a.masterstudy-button.masterstudy-button_style-transparent-danger.masterstudy-button_disabled:hover .masterstudy-button__title{color:#808c98}a.masterstudy-button.masterstudy-button_style-transparent-danger.masterstudy-button_disabled:hover::after,a.masterstudy-button.masterstudy-button_style-transparent-danger.masterstudy-button_disabled:hover::before{color:#808c98;border-color:#808c98}a.masterstudy-button.masterstudy-button_style-transparent-danger:hover{cursor:pointer}a.masterstudy-button.masterstudy-button_style-transparent-danger:hover .masterstudy-button__title{color:var(--danger-70)}a.masterstudy-button.masterstudy-button_style-transparent-danger:hover::after,a.masterstudy-button.masterstudy-button_style-transparent-danger:hover::before{color:var(--danger-70);border-color:var(--danger-70)}a.masterstudy-button.masterstudy-button_style-danger{background:var(--danger-100)}a.masterstudy-button.masterstudy-button_style-danger .masterstudy-button__title{color:#fff}a.masterstudy-button.masterstudy-button_style-danger::after,a.masterstudy-button.masterstudy-button_style-danger::before{color:#fff;border-color:#fff}a.masterstudy-button.masterstudy-button_style-danger.masterstudy-button_disabled{opacity:.3;cursor:default}a.masterstudy-button.masterstudy-button_style-danger.masterstudy-button_disabled:hover{cursor:default;background:var(--danger-100)}a.masterstudy-button.masterstudy-button_style-danger.masterstudy-button_disabled:hover .masterstudy-button__title{color:#fff}a.masterstudy-button.masterstudy-button_style-danger:hover{cursor:pointer;background:var(--accent-100)}a.masterstudy-button.masterstudy-button_loading .masterstudy-button__title{display:none}a.masterstudy-button.masterstudy-button_loading.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_loading::before{content:""!important;display:flex;margin:0;border-radius:50%;border-width:2px;border-style:solid;-webkit-animation:pulse 1.5s ease-out;animation:pulse 1.5s ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;opacity:0;z-index:99}a.masterstudy-button.masterstudy-button_loading.masterstudy-button_icon-right::before{display:none}a.masterstudy-button.masterstudy-button_loading.masterstudy-button_icon-right::after{content:""!important;display:flex;margin:0;border-radius:50%;border-width:2px;border-style:solid;-webkit-animation:pulse 1.5s ease-out;animation:pulse 1.5s ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;opacity:0;z-index:99}a.masterstudy-button.masterstudy-button_icon-plus.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-plus.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-plus.masterstudy-button_icon-right::after{content:"\e952"}a.masterstudy-button.masterstudy-button_icon-mic.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-mic.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-mic.masterstudy-button_icon-right::after{content:"\e96a"}a.masterstudy-button.masterstudy-button_icon-camera.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-camera.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-camera.masterstudy-button_icon-right::after{content:"\e969"}a.masterstudy-button.masterstudy-button_icon-upload-alt.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-upload-alt.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-upload-alt.masterstudy-button_icon-right::after{content:"\e993"}a.masterstudy-button.masterstudy-button_icon-upload.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-upload.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-upload.masterstudy-button_icon-right::after{content:"\e958"}a.masterstudy-button.masterstudy-button_icon-trash.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-trash.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-trash.masterstudy-button_icon-right::after{content:"\e956"}a.masterstudy-button.masterstudy-button_icon-play.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-play.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-play.masterstudy-button_icon-right::after{content:"\e955"}a.masterstudy-button.masterstudy-button_icon-download.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-download.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-download.masterstudy-button_icon-right::after{content:"\e941"}a.masterstudy-button.masterstudy-button_icon-download-alt.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-download-alt.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-download-alt.masterstudy-button_icon-right::after{content:"\e9bb"}a.masterstudy-button.masterstudy-button_icon-print.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-print.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-print.masterstudy-button_icon-right::after{content:"\e9f9"}a.masterstudy-button.masterstudy-button_icon-arrow-left.masterstudy-button_icon-center::before,a.masterstudy-button.masterstudy-button_icon-arrow-left.masterstudy-button_icon-left::before,a.masterstudy-button.masterstudy-button_icon-arrow-left.masterstudy-button_icon-right::after{content:"\e964"}body.rtl a.masterstudy-button.masterstudy-button_icon-left::before{order:2}.stm-lms-wrapper__login{margin-bottom:50px}.stm-lms-wrapper__login #stm-lms-register{display:block}.stm-lms-modal-login #stm-lms-login-modal,.stm-lms-modal-login #stm-lms-register,.stm_lms_user_float_menu.__collapsed .stm_lms_login_wrapper{display:none}.stm-lms-modal-login .nav{margin-bottom:0}.stm-lms-modal-login .sc_login{margin:0!important}.stm-lms-modal-login #stm-lms-login-modal.active,.stm-lms-modal-login #stm-lms-register.active{display:block}.stm-lms-modal-login #stm-lms-register{margin-bottom:-70px}.stm-lms-modal-login #stm-lms-register>h3{display:none}.stm_lms_login_wrapper{padding:40px 50px;background-color:rgba(186,32,40,1)}.stm_lms_login_wrapper .form-group{margin:0 0 30px}.stm_lms_login_wrapper .form-group label{margin:0 0 7px;text-transform:uppercase;font-size:12px;font-weight:600;color:#fff}.stm_lms_login_wrapper__actions{display:flex;align-items:center}.stm_lms_login_wrapper__actions label{margin-right:15px;margin-bottom:0;color:#fff}.stm_lms_login_wrapper__actions .btn{background-color:rgba(24,37,81,1)!important;margin-left:auto}.stm_lms_login_wrapper .lostpassword{position:relative;top:-1px;color:#fff!important;cursor:pointer}.stm_lms_login_wrapper .lostpassword:hover{text-decoration:underline!important}.stm_lms_login_wrapper .stm_lms_lost_password_form{display:flex;align-items:center;padding:30px 0 0}.apsl-login-networks span.apsl-login-new-text,.stm-lms-modal-login .stm-lms-login__top h3,.wp-social-login-widget .wp-social-login-connect-with{display:none}.stm_lms_login_wrapper .stm_lms_lost_password_form .form-group{flex-grow:1;margin-right:30px}.stm_lms_login_wrapper .stm_lms_lost_password_form .btn{background-color:rgba(24,37,81,1)!important;margin-left:auto}.wp-social-login-widget{float:right;margin:6px 0 0}.wp-social-login-widget .wp-social-login-provider-list{margin:0 -5px;padding:0}.wp-social-login-widget .wp-social-login-provider-list a{margin:0 5px}.stm_lms_log_in.loading{min-height:auto}.stm_lms_log_in.loading:before{top:-3px}.stm_lms_log_in.loading i,.stm_lms_log_in.loading span{opacity:0}.stm-lms-modal-login .modal-body{padding:0 0 70px}.stm-lms-modal-login .loading.btn{margin-left:auto!important}.stm-lms-modal-login .stm-lms-message{margin-left:50px;margin-right:50px;padding:0;background-color:transparent;color:#E53935}.stm-lms-modal-login .stm-lms-login__top{position:absolute;bottom:19px;left:20px;right:20px}.stm-lms-modal-login .stm-lms-login__top .wp-social-login-widget{float:none;text-align:center}.stm-lms-modal-login .stm-lms-message.success{color:#66BB6A}@media (max-width:1023px){.stm-lms-login{margin:0 0 40px}}@media (max-width:550px){.stm_lms_login_wrapper,.stm_lms_register_wrapper{padding:40px 25px!important}.stm_lms_lost_password_form{flex-wrap:wrap;justify-content:flex-start}.stm_lms_lost_password_form .form-group{width:100%;margin-right:0!important}.stm_lms_lost_password_form .btn{margin-left:0!important}.stm_lms_login_wrapper__actions{flex-wrap:wrap}.stm_lms_login_wrapper__actions .lostpassword{width:100%;margin-top:10px}.stm_lms_login_wrapper__actions .btn{margin:15px 0 0}}body div.nsl-container-block{margin:15px 0}body div.nsl-container-block .nsl-container-buttons{flex-flow:row;margin:0 -8px}body div.nsl-container-block .nsl-container-buttons a{max-width:inherit;padding:0 8px;flex:0 0 auto;width:100%;margin:8px 0}.stm-lms-modal-login .apsl-login-networks,body .modal-content div.nsl-container-block{padding:0 50px}body div.nsl-container-block .nsl-container-buttons a .nsl-button-label-container{font-size:14px}.apsl-login-networks{margin:20px 0 30px}.apsl-login-networks .social-networks{display:flex;align-items:center}.apsl-login-networks .social-networks>a{flex:1 1 0px;margin-right:15px}.apsl-login-networks .social-networks>a:last-child{margin-right:0}.apsl-login-networks .social-networks .apsl-icon-block{display:flex;align-items:center;padding:0 20px;margin:0;background:#3b5898;border-radius:5px;color:#fff}.apsl-login-networks .social-networks .apsl-icon-block .fa,.apsl-login-networks .social-networks .apsl-icon-block .fab{width:auto;background-color:transparent;color:inherit;line-height:40px;font-family:"Font Awesome 6 Brands"!important;margin-right:10px}.apsl-login-networks .social-networks .apsl-icon-block .apsl-long-login-text{display:block;line-height:16px}.apsl-login-networks .social-networks .apsl-icon-block.icon-google{background-color:#cb4023}.stm_lms_register_wrapper{padding:40px 50px;background-color:#eef1f7}.stm_lms_register_wrapper .form-group{margin:0 0 30px}.stm_lms_register_wrapper .form-group label{margin:0 0 7px;text-transform:uppercase;font-size:12px;font-weight:600;color:#273044}.stm_lms_register_wrapper .form-group .form-control{background-color:#fff}.stm_lms_register_wrapper__actions{display:flex;align-items:center}.stm_lms_register_wrapper__actions label{margin-right:15px;margin-bottom:0;color:#273044}.stm_lms_register_wrapper__actions .btn{background-color:rgba(24,37,81,1)!important;margin-left:auto}@media (max-width:550px){.stm_lms_register_wrapper__actions{flex-wrap:wrap}.stm_lms_register_wrapper__actions .btn{margin:15px 0 0}}.masterstudy-dark-mode-button{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:50px;height:50px;margin:0;padding:0;background:0 0;border:none;outline:0;position:relative}.masterstudy-dark-mode-button::after,.masterstudy-dark-mode-button::before{position:absolute;top:50%;left:50%;font-style:normal;font-size:20px;font-weight:400;font-family:stmlms;padding:0;margin:1px 0 0;transition:.3s}.masterstudy-dark-mode-button::before{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:"\e95b";color:#4d5e6f}.masterstudy-dark-mode-button::after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg);content:"\e95c";color:rgba(255,255,255,.7);opacity:0;visibility:hidden}.masterstudy-dark-mode-button.masterstudy-dark-mode-button_style-dark:hover::after,.masterstudy-dark-mode-button:hover::before{color:var(--accent-100)}.masterstudy-dark-mode-button:hover{cursor:pointer;background:0 0}.masterstudy-dark-mode-button.masterstudy-dark-mode-button_style-dark::before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);opacity:0;visibility:hidden}.masterstudy-dark-mode-button.masterstudy-dark-mode-button_style-dark::after{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);opacity:1;visibility:visible}.masterstudy-course-player-curriculum__mobile-close::before,.masterstudy-course-player-curriculum__mobile-title{font-size:14px;font-weight:500;line-height:20px;color:#4d5e6f;font-style:normal;margin:0;padding:0}.masterstudy-course-player-curriculum{display:flex;flex-shrink:0;width:0;height:100%;background:#eef1f7;border-right:1px solid #ddd;overflow:hidden;scrollbar-width:none;transition:.4s;margin-left:-1px}.masterstudy-course-player-curriculum::-webkit-scrollbar{display:none}.masterstudy-course-player-curriculum.masterstudy-course-player-curriculum_open{width:360px;margin-left:0}.masterstudy-course-player-curriculum__mobile-header{display:none;width:100%;height:50px;min-height:50px;padding:10px 20px;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd}.masterstudy-course-player-curriculum__mobile-close::before{content:"\e94a";font-family:stmlms}.masterstudy-course-player-curriculum__mobile-close::before:hover{color:var(--accent-100)}.masterstudy-course-player-curriculum__title{font-size:18px;font-style:normal;font-weight:700;line-height:normal;color:#001931;margin:0;padding:0}.masterstudy-course-player-curriculum__title-wrapper{display:flex;flex-direction:column;width:360px;flex-shrink:0;padding:20px}.masterstudy-course-player-curriculum__progress{display:flex;width:100%;padding:0;margin-top:20px}.masterstudy-course-player-curriculum__wrapper{display:flex;flex-direction:column;width:360px;flex-shrink:0;height:100%}.masterstudy-course-player-curriculum__content{display:flex;flex-direction:column;width:100%;height:100%;overflow:auto;scrollbar-width:none}.masterstudy-course-player-curriculum__content::-webkit-scrollbar{display:none}.masterstudy-course-player-content_dark-mode .masterstudy-course-player-curriculum{background:#1e1e1e;border-right:1px solid rgba(255,255,255,.05)}.masterstudy-course-player-content_dark-mode .masterstudy-course-player-curriculum__title{color:#fff}.masterstudy-course-player-content_dark-mode .masterstudy-course-player-curriculum__mobile-header{border-bottom:1px solid rgba(255,255,255,.05)}.masterstudy-course-player-content_dark-mode .masterstudy-course-player-curriculum__mobile-close::before,.masterstudy-course-player-content_dark-mode .masterstudy-course-player-curriculum__mobile-title{color:rgba(255,255,255,.7)}@media (max-width:1024px){.masterstudy-course-player-curriculum{width:100%;position:fixed;z-index:99;top:0;bottom:0;left:-100%}.masterstudy-course-player-curriculum__title-wrapper,.masterstudy-course-player-curriculum__wrapper{min-width:350px;width:100%}.masterstudy-course-player-curriculum__mobile-header{display:flex}.masterstudy-course-player-curriculum.masterstudy-course-player-curriculum_open{width:100%;left:0}body.admin-bar .masterstudy-course-player-curriculum__wrapper{padding-top:32px}body.has_envato_iframe .masterstudy-course-player-curriculum__wrapper{padding-top:54px}body.rtl .masterstudy-course-player-curriculum{left:auto;right:-100%}body.rtl .masterstudy-course-player-curriculum.masterstudy-course-player-curriculum_open{left:auto;right:0}}@media (max-width:782px){body.admin-bar .masterstudy-course-player-curriculum__wrapper{padding-top:46px}}.masterstudy-curriculum-accordion,.masterstudy-curriculum-accordion__wrapper{display:flex;flex-direction:column;width:100%}.masterstudy-curriculum-accordion__wrapper.masterstudy-curriculum-accordion__wrapper_opened .masterstudy-curriculum-accordion__toggler-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.masterstudy-curriculum-accordion__wrapper:last-child .masterstudy-curriculum-accordion__section{border-bottom:none}.masterstudy-curriculum-accordion__section{display:flex;align-items:center;width:100%;padding:15px 20px;background:#4d5e6f;border-bottom:1px solid rgba(255,255,255,.3)}.masterstudy-curriculum-accordion__section:hover{cursor:pointer}.masterstudy-curriculum-accordion__section-title{display:flex;width:100%;align-items:center;font-size:15px;font-style:normal;font-weight:700;line-height:normal;margin:0;padding:0;color:#fff}.masterstudy-curriculum-accordion__section-count{display:flex;align-items:center;flex-shrink:0;font-size:13px;font-style:normal;font-weight:700;line-height:normal;margin:0 10px;padding:0;color:rgba(255,255,255,.7)}.masterstudy-curriculum-accordion__toggler{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:24px;height:24px;background:rgba(255,255,255,.1);border-radius:50%;margin:0;padding:0}.masterstudy-curriculum-accordion__toggler-icon{display:flex;justify-content:center;align-items:center;width:10px;padding:1px 0 0;margin:0;transition:.2s}.masterstudy-curriculum-accordion__list{display:flex;width:100%;flex-direction:column;list-style-type:none;margin:0;padding:0;overflow:hidden;transition:.3s}.masterstudy-curriculum-accordion__item{display:flex;width:100%;margin:0;padding:0;border-bottom:1px solid #ddd}.masterstudy-curriculum-accordion__item:last-child{border-bottom:none}.masterstudy-curriculum-accordion a.masterstudy-curriculum-accordion__link{display:flex;flex-direction:column;width:100%;padding:15px 20px;text-decoration:none;transition:all .3s}.masterstudy-curriculum-accordion a.masterstudy-curriculum-accordion__link.masterstudy-curriculum-accordion__link_current{background:var(--accent-5);position:relative}.masterstudy-curriculum-accordion a.masterstudy-curriculum-accordion__link.masterstudy-curriculum-accordion__link_current::before{display:flex;content:"";width:3px;height:100%;background:var(--accent-100);position:absolute;left:0;top:0}.masterstudy-curriculum-accordion a.masterstudy-curriculum-accordion__link:focus,.masterstudy-curriculum-accordion a.masterstudy-curriculum-accordion__link:hover{border:none;outline:0;box-shadow:none;background:var(--accent-5)}.masterstudy-curriculum-accordion a.masterstudy-curriculum-accordion__link.masterstudy-curriculum-accordion__link_disabled:hover{cursor:default;background:0 0}.masterstudy-curriculum-accordion a.masterstudy-curriculum-accordion__link.masterstudy-curriculum-accordion__link_disabled:focus{background:0 0}.masterstudy-curriculum-accordion__title{font-size:14px;font-style:normal;font-weight:500;line-height:20px;color:#001931}.masterstudy-curriculum-accordion__title-wrapper{display:flex;width:100%;justify-content:space-between;align-items:flex-start;margin-bottom:5px}.masterstudy-curriculum-accordion__check{display:flex;justify-content:center;align-items:center;width:18px;height:18px;flex-shrink:0;border:1px solid #dbe0e9;border-radius:50%;background:#fff;margin-top:1px}.masterstudy-curriculum-accordion__check.masterstudy-curriculum-accordion__check_completed{background:var(--accent-100)}.masterstudy-curriculum-accordion__check.masterstudy-curriculum-accordion__check_completed::before{display:flex;justify-content:center;align-items:center;content:"\e94e";width:16px;height:16px;padding:0;margin:0;font-weight:400;font-size:7px;font-family:stmlms;line-height:0;border-radius:50%;color:#fff}.masterstudy-curriculum-accordion__locked{display:flex;justify-content:center;align-items:center;width:18px;height:18px;flex-shrink:0;margin-top:1px;position:relative}.masterstudy-curriculum-accordion__locked::before{display:flex;justify-content:center;align-items:center;content:"\e95d";font-family:stmlms;line-height:0;font-weight:400;font-size:20px;color:#4d5e6f}.masterstudy-curriculum-accordion__locked .masterstudy-hint{position:absolute;top:0;left:0;z-index:2}.masterstudy-curriculum-accordion__locked .masterstudy-hint__icon{display:none}.masterstudy-curriculum-accordion__locked .masterstudy-hint.masterstudy-hint_side-right .masterstudy-hint__popup{bottom:calc(100% + 11px);right:-10px}.masterstudy-curriculum-accordion__locked .masterstudy-hint.masterstudy-hint_side-right .masterstudy-hint__popup::after{right:14px}.masterstudy-curriculum-accordion__locked .masterstudy-hint .masterstudy-hint__text{min-width:250px}.masterstudy-curriculum-accordion__meta{display:flex;width:100%;font-size:12px;font-style:normal;font-weight:500;line-height:normal;color:#808c98}.masterstudy-curriculum-accordion__preview-hint,.masterstudy-curriculum-accordion__trial-hint{height:24px;padding:2px 10px;font-size:12px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.6px;text-transform:uppercase;border-radius:4px;background:var(--accent-100)}.masterstudy-curriculum-accordion__meta-wrapper{display:flex;width:100%;align-items:center}.masterstudy-curriculum-accordion__meta-value{margin-left:7px}.masterstudy-curriculum-accordion__meta-value:first-child{margin-left:0}.masterstudy-curriculum-accordion__preview,.masterstudy-curriculum-accordion__trial{margin-left:auto;display:flex}.masterstudy-curriculum-accordion__trial-hint{display:flex;justify-content:center;align-items:center;color:#fff}.masterstudy-curriculum-accordion__preview-hint{display:flex;justify-content:center;align-items:center;color:#fff}.masterstudy-curriculum-accordion__image{display:flex;width:18px;height:18px;flex-shrink:0;margin-right:7px}.masterstudy-curriculum-accordion_dark-mode .masterstudy-curriculum-accordion__section{background:#2d2d2d;border-bottom:1px solid rgba(255,255,255,.05)}.masterstudy-curriculum-accordion_dark-mode .masterstudy-curriculum-accordion__item{background:#1e1e1e;border-bottom:1px solid rgba(255,255,255,.05)}.masterstudy-curriculum-accordion_dark-mode .masterstudy-curriculum-accordion__item:last-child{border-bottom:none}.masterstudy-curriculum-accordion_dark-mode .masterstudy-curriculum-accordion__item .masterstudy-curriculum-accordion__title{color:#fff}.masterstudy-curriculum-accordion_dark-mode .masterstudy-curriculum-accordion__item a.masterstudy-curriculum-accordion__link_current{background:var(--accent-5)}.masterstudy-curriculum-accordion_dark-mode .masterstudy-curriculum-accordion__item a.masterstudy-curriculum-accordion__link_disabled:hover{cursor:default;background:0 0}.masterstudy-curriculum-accordion_dark-mode .masterstudy-curriculum-accordion__item a.masterstudy-curriculum-accordion__link_disabled:focus{background:0 0}.masterstudy-curriculum-accordion_dark-mode .masterstudy-curriculum-accordion__check{background:#1e1e1e;border-color:#2d2d2d}.masterstudy-curriculum-accordion_dark-mode .masterstudy-curriculum-accordion__check.masterstudy-curriculum-accordion__check_completed{background:var(--accent-100)}.masterstudy-curriculum-accordion_dark-mode .masterstudy-curriculum-accordion__locked::before{color:rgba(255,255,255,.7)}body.rtl .masterstudy-curriculum-accordion__image{margin-right:0;margin-left:7px}.masterstudy-course-player-lesson ol li,.masterstudy-course-player-lesson p,.masterstudy-course-player-lesson ul li{font-size:16px;font-style:normal;line-height:28px;color:#4d5e6f}.masterstudy-course-player-lesson{width:100%;max-width:860px;padding-bottom:40px}.masterstudy-course-player-lesson .masterstudy-timecode{background:var(--accent-10);padding:3px;border-radius:4px}.masterstudy-course-player-lesson .masterstudy-timecode__value{background:var(--accent-100);color:#fff;font-weight:500;padding:0 3px;border-radius:4px}.masterstudy-course-player-lesson .masterstudy-timecode:hover{cursor:pointer}.masterstudy-course-player-lesson p{max-width:100%;margin:0 0 20px}.masterstudy-course-player-lesson h1:last-child,.masterstudy-course-player-lesson h2:last-child,.masterstudy-course-player-lesson h3:last-child,.masterstudy-course-player-lesson h4:last-child,.masterstudy-course-player-lesson h5:last-child,.masterstudy-course-player-lesson h6:last-child,.masterstudy-course-player-lesson p:last-child{margin-bottom:0}.masterstudy-course-player-lesson h1,.masterstudy-course-player-lesson h2,.masterstudy-course-player-lesson h3,.masterstudy-course-player-lesson h4,.masterstudy-course-player-lesson h5,.masterstudy-course-player-lesson h6,.masterstudy-course-player-lesson td,.masterstudy-course-player-lesson th{color:#4d5e6f}.masterstudy-course-player-lesson ol,.masterstudy-course-player-lesson ul{max-width:100%;margin-bottom:20px}.masterstudy-course-player-lesson ol:last-child,.masterstudy-course-player-lesson ul:last-child{margin-bottom:0}.masterstudy-course-player-lesson a{color:var(--accent-100);text-decoration:none}.masterstudy-course-player-lesson iframe,.masterstudy-course-player-lesson img,.masterstudy-course-player-lesson table,.masterstudy-course-player-lesson video{max-width:100%}.masterstudy-course-player-lesson__submit-trigger{display:flex;width:100%;height:0;visibility:hidden;opacity:0}.masterstudy-course-player-content_dark-mode .masterstudy-course-player-lesson h1,.masterstudy-course-player-content_dark-mode .masterstudy-course-player-lesson h2,.masterstudy-course-player-content_dark-mode .masterstudy-course-player-lesson h3,.masterstudy-course-player-content_dark-mode .masterstudy-course-player-lesson h4,.masterstudy-course-player-content_dark-mode .masterstudy-course-player-lesson h5,.masterstudy-course-player-content_dark-mode .masterstudy-course-player-lesson h6,.masterstudy-course-player-content_dark-mode .masterstudy-course-player-lesson ol li,.masterstudy-course-player-content_dark-mode .masterstudy-course-player-lesson p,.masterstudy-course-player-content_dark-mode .masterstudy-course-player-lesson td,.masterstudy-course-player-content_dark-mode .masterstudy-course-player-lesson th,.masterstudy-course-player-content_dark-mode .masterstudy-course-player-lesson ul li{color:rgba(255,255,255,.7)}@media (max-width:1600px){.masterstudy-course-player-content_open-sidebar .masterstudy-course-player-lesson{padding:0 60px}}@media (max-width:1366px){.masterstudy-course-player-lesson{padding:0 60px 40px}}@media (max-width:576px){.masterstudy-course-player-content_open-sidebar .masterstudy-course-player-lesson,.masterstudy-course-player-lesson{padding:0 20px 20px}}.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-cyrillic-ext.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-cyrillic.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-greek-ext.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-greek.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-hebrew.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-vietnamese.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-cyrillic-ext.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-cyrillic.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-greek-ext.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-greek.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-hebrew.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-vietnamese.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-cyrillic-ext.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-cyrillic.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-greek-ext.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-greek.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-hebrew.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-vietnamese.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-italic-400-600-700-v28-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-cyrillic-ext.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-cyrillic.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-greek-ext.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-greek.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-hebrew.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-vietnamese.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-cyrillic-ext.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-cyrillic.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-greek-ext.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-greek.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-hebrew.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-vietnamese.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-cyrillic-ext.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-cyrillic.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-greek-ext.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-greek.woff2) format('woff2');
unicode-range: U+0370-03FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-hebrew.woff2) format('woff2');
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-vietnamese.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-latin-ext.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/open-sans/opensans-400-600-700-v28-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}  @font-face {
font-family: 'h5p';
src:  url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-core-30.eot?h1atjl);
src:  url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-core-30.eot?h1atjl#iefix) format('embedded-opentype'),
url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-core-30.ttf?h1atjl) format('truetype'),
url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-core-30.woff?h1atjl) format('woff'),
url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-core-30.svg?h1atjl#h5p-core-30) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'h5p-hub-publish';
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-hub-publish.eot?wy8ylc);
src: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-hub-publish.eot?wy8ylc#iefix) format('embedded-opentype'),
url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-hub-publish.ttf?wy8ylc) format('truetype'),
url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-hub-publish.woff?wy8ylc) format('woff'),
url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/fonts/h5p-hub-publish.svg?wy8ylc#h5p-hub) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
html.h5p-iframe, html.h5p-iframe > body {
font-family: Sans-Serif; width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.h5p-semi-fullscreen, .h5p-fullscreen, html.h5p-iframe .h5p-container {
overflow: hidden;
}
.h5p-content {
position: relative;
background: #fefefe;
border: 1px solid #EEE;
border-bottom: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.h5p-noselect
{
-khtml-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}
html.h5p-iframe .h5p-content {
font-size: 16px;
line-height: 1.5em;
width: 100%;
height: auto;
-webkit-text-size-adjust: none;
text-size-adjust: none;
}
html.h5p-iframe .h5p-fullscreen .h5p-content,
html.h5p-iframe .h5p-semi-fullscreen .h5p-content {
height: 100%;
}
.h5p-content.h5p-no-frame,
.h5p-fullscreen .h5p-content,
.h5p-semi-fullscreen .h5p-content {
border: 0;
}
.h5p-container {
position: relative;
z-index: 1;
}
.h5p-iframe-wrapper.h5p-fullscreen {
background-color: #000;
}
body.h5p-semi-fullscreen {
position: fixed;
width: 100%;
height: 100%;
}
.h5p-container.h5p-semi-fullscreen {
position: fixed;
top: 0;
left: 0;
z-index: 101;
width: 100%;
height: 100%;
background-color: #FFF;
}
.h5p-content-controls {
margin: 0;
position: absolute;
right: 0;
top: 0;
z-index: 3;
}
.h5p-fullscreen .h5p-content-controls {
display: none;
}
.h5p-content-controls > a:link, .h5p-content-controls > a:visited, a.h5p-disable-fullscreen:link, a.h5p-disable-fullscreen:visited {
color: #e5eef6;
}
.h5p-enable-fullscreen:before {
font-family: 'H5P';
content: "\e88c";
}
.h5p-disable-fullscreen:before {
font-family: 'H5P';
content: "\e891";
}
.h5p-enable-fullscreen, .h5p-disable-fullscreen {
cursor: pointer;
color: #EEE;
background: rgb(0,0,0);
background: rgba(0,0,0,0.3);
line-height: 0.975em;
font-size: 2em;
width: 1.125em;
height: 1em;
text-indent: 0.04em;
}
.h5p-disable-fullscreen {
line-height: 0.925em;
width: 1.1em;
height: 0.9em;
}
.h5p-enable-fullscreen:focus,
.h5p-disable-fullscreen:focus {
outline-style: solid;
outline-width: 1px;
outline-offset: 0.25em;
}
.h5p-enable-fullscreen:hover, .h5p-disable-fullscreen:hover {
background: rgba(0,0,0,0.5);
}
.h5p-semi-fullscreen .h5p-enable-fullscreen {
display: none;
}
div.h5p-fullscreen {
width: 100%;
height: 100%;
}
.h5p-iframe-wrapper {
width: auto;
height: auto;
}
.h5p-fullscreen .h5p-iframe-wrapper,
.h5p-semi-fullscreen .h5p-iframe-wrapper {
width: 100%;
height: 100%;
}
.h5p-iframe-wrapper.h5p-semi-fullscreen {
width: auto;
height: auto;
background: black;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 100001;
}
.h5p-iframe-wrapper.h5p-semi-fullscreen .buttons {
position: absolute;
top: 0;
right: 0;
z-index: 20;
}
.h5p-iframe-wrapper iframe.h5p-iframe { width: 10px;
min-width: 100%;
*width: 100%; height: 100%;
z-index: 10;
overflow: hidden;
border: 0;
display: block;
}
.h5p-content ul.h5p-actions {
box-sizing: border-box;
-moz-box-sizing: border-box;
list-style: none;
padding: 0px 10px;
margin: 0;
height: 25px;
font-size: 12px;
background: #FAFAFA;
border-top: 1px solid #EEE;
border-bottom: 1px solid #EEE;
clear: both;
font-family: Sans-Serif;
}
.h5p-fullscreen .h5p-actions, .h5p-semi-fullscreen .h5p-actions {
display: none;
}
.h5p-actions > .h5p-button {
float: left;
cursor: pointer;
margin: 0 0.5em 0 0;
background: none;
padding: 0 0.75em 0 0.25em;
vertical-align: top;
color: #707070;
text-decoration: none;
outline: none;
line-height: 22px;
}
.h5p-actions button:hover {
color: #333;
}
.h5p-actions button:active,
.h5p-actions button:focus,
.h5p-actions .h5p-link:active,
.h5p-actions .h5p-link:focus {
color: #666;
}
.h5p-actions button {
display: inline-flex;
padding: 0;
margin: 0;
color: #6A6A6A;
position: relative; background: none;
border: none;
font: inherit;
cursor: pointer;
line-height: 2;
}
.h5p-actions button:focus,
.h5p-actions .h5p-link:focus {
outline-style: solid;
outline-width: thin;
outline-offset: -2px;
outline-color: #5981A1;
}
.h5p-actions button:before {
font-family: 'H5P';
font-size: 20px;
line-height: 23px;
vertical-align: bottom;
padding-right: 0;
}
.h5p-actions > .h5p-button.h5p-export > button:before {
content: "\e90b";
}
.h5p-actions > .h5p-button.h5p-copyrights > button:before {
content: "\e88f";
}
.h5p-actions > .h5p-button.h5p-embed > button:before {
content: "\e892";
}
.h5p-actions .h5p-link {
float: right;
margin-right: 0;
font-size: 2.0em;
line-height: 23px;
position: relative;
color: #6a6a6a;
text-decoration: none;
outline: none;
}
.h5p-actions .h5p-link:before {
font-family: 'H5P';
content: "\e88e";
vertical-align: bottom;
}
.h5p-actions > li {
margin: 0;
list-style: none;
}
.h5p-popup-dialog {
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 100%;
z-index: 100;
padding: 2em;
box-sizing: border-box;
-moz-box-sizing: border-box;
opacity: 0;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
background:#000;
background:rgba(0,0,0,0.75);
}
.h5p-popup-dialog.h5p-open {
opacity: 1;
}
.h5p-popup-dialog .h5p-inner {
box-sizing: border-box;
-moz-box-sizing: border-box;
background: #fff;
height: 100%;
max-height: 100%;
position: relative;
}
.h5p-popup-dialog .h5p-inner > h2 {
position: absolute;
box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
margin: 0;
background: #eee;
display: block;
color: #656565;
font-size: 1.25em;
padding: 0.325em 0.5em 0.25em;
line-height: 1.25em;
border-bottom: 1px solid #ccc;
z-index: 2;
}
.h5p-popup-dialog .h5p-inner > h2 > a {
font-size: 12px;
margin-left: 1em;
}
.h5p-embed-dialog .h5p-inner,
.h5p-reuse-dialog .h5p-inner,
.h5p-content-user-data-reset-dialog .h5p-inner {
min-width: 316px;
max-width: 400px;
left: 50%;
top: 50%;
transform: translateX(-50%);
}
.h5p-embed-dialog .h5p-embed-code-container,
.h5p-embed-size {
resize: none;
outline: none;
width: 100%;
padding: 0.375em 0.5em 0.25em;
margin: 0;
overflow: hidden;
border: 1px solid #ccc;
box-shadow: 0 1px 2px 0 #d0d0d0 inset;
font-size: 0.875em;
letter-spacing: 0.065em;
font-family: sans-serif;
white-space: pre;
line-height: 1.5em;
height: 2.0714em;
background: #f5f5f5;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.h5p-embed-dialog .h5p-embed-code-container:focus {
height: 5em;
}
.h5p-embed-size {
width: 3.5em;
text-align: right;
margin: 0.5em 0;
line-height: 2em;
}
.h5p-popup-dialog .h5p-scroll-content {
border-top: 2.25em solid transparent;
padding: 1em;
box-sizing: border-box;
-moz-box-sizing: border-box;
color: #555555;
z-index: 1;
}
.h5p-popup-dialog.h5p-open .h5p-scroll-content {
overflow: auto;
overflow-x: hidden;
overflow-y: auto;
height: 100%;
}
.h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar {
width: 8px;
}
.h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar-track {
background: #e0e0e0;
}
.h5p-popup-dialog .h5p-scroll-content::-webkit-scrollbar-thumb {
box-shadow: 0 0 10px #000 inset;
border-radius: 4px;
}
.h5p-popup-dialog .h5p-close {
cursor: pointer;
font-size: 2em;
position: absolute;
right: 0;
top: 0;
width: 1.125em;
height: 1.125em;
line-height: 1.125em;
color: #656565;
cursor: pointer;
text-indent: -0.065em;
z-index: 3
}
.h5p-popup-dialog .h5p-close:after {
font-family: 'H5P';
content: "\e894";
}
.h5p-popup-dialog .h5p-close:hover:after,
.h5p-popup-dialog .h5p-close:focus:after {
color: #454545;
}
.h5p-popup-dialog .h5p-close:active:after {
color: #252525;
}
.h5p-poopup-dialog h2 {
margin: 0.25em 0 0.5em;
}
.h5p-popup-dialog h3 {
margin: 0.75em 0 0.25em;
}
.h5p-popup-dialog dl {
margin: 0.25em 0 0.75em;
}
.h5p-popup-dialog dt {
float: left;
margin: 0 0.75em 0 0;
}
.h5p-popup-dialog dt:after {
content: ':';
}
.h5p-popup-dialog dd {
margin: 0;
}
.h5p-expander {
cursor: pointer;
font-size: 1.125em;
margin: 0.5em 0 0;
display: inline-block;
}
.h5p-expander:before {
content: "+";
width: 1em;
display: inline-block;
font-weight: bold;
}
.h5p-expander.h5p-open:before {
content: "-";
text-indent: 0.125em;
}
.h5p-expander:hover,
.h5p-expander:focus {
color: #303030;
}
.h5p-expander:active {
color: #202020;
}
.h5p-expander-content {
display: none;
}
.h5p-expander-content p {
margin: 0.5em 0;
}
.h5p-content-copyrights {
border-left: 0.25em solid #d0d0d0;
margin-left: 0.25em;
padding-left: 0.25em;
}
.h5p-throbber {
background: url(//fr.flelearning.net/wp-content/plugins/h5p/h5p-php-library/images/throbber.gif?ver=1.2.1) 10px center no-repeat;
padding-left: 38px;
min-height: 30px;
line-height: 30px;
}
.h5p-dialog-ok-button {
cursor: default;
float: right;
outline: none;
border: 2px solid #ccc;
padding: 0.25em 0.75em 0.125em;
background: #eee;
}
.h5p-dialog-ok-button:hover,
.h5p-dialog-ok-button:focus {
background: #fafafa;
}
.h5p-dialog-ok-button:active {
background: #eeffee;
}
.h5p-big-button {
line-height: 1.25;
display: block;
position: relative;
cursor: pointer;
width: 100%;
padding: 1em 1em 1em 3.75em;
text-align: left;
border: 1px solid #dedede;
background: linear-gradient(#ffffff, #f1f1f2);
border-radius: 0.25em;
}
.h5p-big-button:before {
font-family: 'h5p';
content: "\e893";
line-height: 1;
font-size: 3em;
color: #2747f7;
position: absolute;
left: 0.125em;
top: 0.125em;
}
.h5p-copy-button:before {
content: "\e905";
}
.h5p-big-button:hover {
border: 1px solid #2747f7;
background: #eff1fe;
}
.h5p-big-button:active {
border: 1px solid #dedede;
background: #dfe4fe;
}
.h5p-button-title {
color: #2747f7;
font-size: 15px;
font-weight: bold;
margin-bottom: 0.5em;
}
.h5p-button-description {
color: #757575;
}
.h5p-horizontal-line-text {
border-top: 1px solid #dadada;
line-height: 1;
color: #474747;
text-align: center;
position: relative;
margin: 1.25em 0;
}
.h5p-horizontal-line-text > span {
background: white;
padding: 0.5em;
position: absolute;
top: -1em;
left: 50%;
transform: translateX(-50%);
}
.h5p-toast {
font-size: 0.75em;
background-color: rgba(0, 0, 0, 0.9);
color: #fff;
z-index: 110;
position: absolute;
padding: 0 0.5em;
line-height: 2;
border-radius: 4px;
white-space: nowrap;
pointer-events: none;
top: 0;
opacity: 1;
visibility: visible;
transition: opacity 1s;
}
.h5p-toast-disabled {
opacity: 0;
visibility: hidden;
}
.h5p-content code,
.h5peditor code {
color: #3d3d3d;
background: #e0e0e0;
border-radius: 2px;
padding: 0 5px;
}
.h5p-content pre > code,
.h5peditor pre > code {
background-color: #fafafa;
padding: 5px;
display: block;
line-height: normal;
border: 1px solid #c7c7c7;
border-left-width: 4px;
max-width: 100%;
white-space: pre;
overflow: auto;
} .h5peditor-semi-fullscreen {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 101;
}
iframe.h5peditor-semi-fullscreen {
background: #fff;
z-index: 100001;
}
.h5p-content.using-mouse *:not(textarea):focus {
outline: none !important;
}
.h5p-content-hub-button:before {
font-family: "h5p";
margin-right: 0.5em;
font-size: 0.7em;
line-height: 1;
}
.h5p-content-hub-button.unpublish:before {
content: "\e916";
}
.h5p-content-hub-button.waiting:before,
.h5p-content-hub-button.sync:before {
content: "\e917";
}
.h5p-content-hub-button.waiting:before {
display: inline-block;
animation: rotate 2s linear infinite;
}
@keyframes rotate {
to {
transform: rotate(360deg);
}
}.h5p-confirmation-dialog-background {
position: fixed;
height: 100%;
width: 100%;
left: 0;
top: 0;
background: rgba(44, 44, 44, 0.9);
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.1s, linear 0s, visibility 0s linear 0s;
transition: opacity 0.1s linear 0s, visibility 0s linear 0s;
z-index: 201;
}
.h5p-confirmation-dialog-background.hidden {
display: none;
}
.h5p-confirmation-dialog-background.hiding {
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.1s, linear 0s, visibility 0s linear 0.1s;
transition: opacity 0.1s linear 0s, visibility 0s linear 0.1s;
}
.h5p-confirmation-dialog-popup:focus {
outline: none;
}
.h5p-confirmation-dialog-popup {
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
box-sizing: border-box;
max-width: 35em;
min-width: 25em;
top: 2em;
left: 50%;
-webkit-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
color: #555;
box-shadow: 0 0 6px 6px rgba(10,10,10,0.3);
-webkit-transition: transform 0.1s ease-in;
transition: transform 0.1s ease-in;
}
.h5p-confirmation-dialog-popup.hidden {
-webkit-transform: translate(-50%, 50%);
-ms-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
}
.h5p-confirmation-dialog-header {
padding: 1.5em;
background: #fff;
color: #356593;
}
.h5p-confirmation-dialog-header-text {
font-size: 1.25em;
}
.h5p-confirmation-dialog-body {
background: #fafbfc;
border-top: solid 1px #dde0e9;
padding: 1.25em 1.5em;
}
.h5p-confirmation-dialog-text {
margin-bottom: 1.5em;
}
.h5p-confirmation-dialog-buttons {
float: right;
}
button.h5p-confirmation-dialog-exit:visited,
button.h5p-confirmation-dialog-exit:link,
button.h5p-confirmation-dialog-exit {
position: absolute;
background: none;
border: none;
font-size: 2.5em;
top: -0.9em;
right: -1.15em;
color: #fff;
cursor: pointer;
text-decoration: none;
}
button.h5p-confirmation-dialog-exit:focus,
button.h5p-confirmation-dialog-exit:hover {
color: #E4ECF5;
}
.h5p-confirmation-dialog-exit:before {
font-family: "H5P";
content: "\e890";
}
.h5p-core-button.h5p-confirmation-dialog-confirm-button {
padding-left: 0.75em;
margin-bottom: 0;
}
.h5p-core-button.h5p-confirmation-dialog-confirm-button:before {
content: "\e601";
margin-top: -6px;
display: inline-block;
}
.h5p-confirmation-dialog-popup.offline .h5p-confirmation-dialog-buttons {
float: none;
text-align: center;
}
.h5p-confirmation-dialog-popup.offline .count-down {
font-family: Arial;
margin-top: 0.15em;
color: #000;
}
.h5p-confirmation-dialog-popup.offline .h5p-confirmation-dialog-confirm-button:before {
content: "\e90b";
font-weight: normal;
vertical-align: text-bottom;
}
.throbber-wrapper {
display: none;
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 1;
background: rgba(44, 44, 44, 0.9);
}
.throbber-wrapper.show {
display: block;
}
.throbber-wrapper .throbber-container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.throbber-wrapper .sending-requests-throbber{
position: absolute;
top: 7em;
left: 50%;
transform: translateX(-50%);
}
.throbber-wrapper .sending-requests-throbber:before {
display: block;
font-family: 'H5P';
content: "\e90b";
color: white;
font-size: 10em;
animation: request-throbber 1.5s infinite linear;
}
@keyframes request-throbber {
from {
transform: rotate(0);
}
to {
transform: rotate(359deg);
}
}button.h5p-core-button:visited,
button.h5p-core-button:link,
button.h5p-core-button {
font-family: "Open Sans", sans-serif;
font-weight: 600;
font-size: 1em;
line-height: 1.2;
padding: 0.5em 1.25em;
border-radius: 2em;
background: #2579c6;
color: #fff;
cursor: pointer;
border: none;
box-shadow: none;
outline: none;
display: inline-block;
text-align: center;
text-shadow: none;
vertical-align: baseline;
text-decoration: none;
-webkit-transition: initial;
transition: initial;
}
button.h5p-core-button:focus {
background: #1f67a8;
}
button.h5p-core-button:hover {
background: rgba(31, 103, 168, 0.83);
}
button.h5p-core-button:active {
background: #104888;
}
button.h5p-core-button:before {
font-family: 'H5P';
padding-right: 0.15em;
font-size: 1.5em;
vertical-align: middle;
line-height: 0.7;
}
button.h5p-core-cancel-button:visited,
button.h5p-core-cancel-button:link,
button.h5p-core-cancel-button {
border: none;
background: none;
color: #a00;
margin-right: 1em;
font-size: 1em;
text-decoration: none;
cursor: pointer;
}
button.h5p-core-cancel-button:hover,
button.h5p-core-cancel-button:focus {
background: none;
border: none;
color: #e40000;
}.h5p-tooltip {
--translateX: -50%;
--translateY: 0;
display: none;
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(var(--translateX)) translateY(var(--translateY));
z-index: 4;
font-size: 0.9rem;
line-height: 1.5rem;
padding: 0 0.5rem;
white-space: nowrap;
background: #000;
color: #FFF;
cursor: default; -webkit-animation: 800ms ease 0s normal forwards 1 fadein;
animation: 800ms ease 0s normal forwards 1 fadein;
}
@keyframes fadein{
0% { opacity: 0; }
80% { opacity: 0; }
100% { opacity: 1; }
}
@-webkit-keyframes fadein{
0% { opacity: 0; }
80% { opacity: 0; }
100% { opacity: 1; }
}
.h5p-tooltip-bottom {
top: 100%;
bottom: auto;
}
.h5p-tooltip-left {
--translateY: -50%;
--translateX: 0;
top: 50%;
bottom: auto;
left: auto;
right: 100%;
}
.h5p-tooltip-right {
--translateY: -50%;
--translateX: 0;
top: 50%;
bottom: auto;
left: 100%;
right: auto;
}
.h5p-tooltip-visible {
display: block;
}.h5p-iframe { figure.table {
display: table;
table-layout: fixed;
margin: 0 auto;
padding: 0;
float: left; table {
border-collapse: collapse;
height: 100%;
width: 100%;
border-spacing: 0;
border-width: 1px;
border-color:  #494949;
td, th {
padding: 1px;
border-color:  #494949;
border-bottom-style: solid;
}
td {
border-width: 0.083em;
}
th {
text-align: left;
border-width: .167em;
}
tr:last-child > td {
border-bottom-style: none;
}
}
figcaption {
background-color: transparent;
caption-side: top;
color: #333;
display: table-caption;
font-size: .75em;
outline-offset: -1px;
padding: .6em;
text-align: center;
word-break: break-word;
}
}
.table-overflow-protection {
clear: both;
}
}.masterstudy-course-player-navigation{display:flex;justify-content:center;width:100%;height:50px;background:#fff;border-top:1px solid #dbe0e9;position:sticky;z-index:7;bottom:0;left:0;margin-top:auto}.masterstudy-course-player-navigation__wrapper{display:flex;width:100%;height:50px;max-width:860px;justify-content:space-between;align-items:center}.masterstudy-course-player-navigation__status{display:flex;height:38px;justify-content:center;align-items:center;font-size:14px;font-style:normal;font-weight:700;line-height:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:var(--accent-100)}.masterstudy-course-player-navigation__status::before{display:flex;justify-content:center;align-items:center;content:"\e94e";width:16px;height:16px;padding:0;margin:0 6px 0 0;font-weight:400;font-size:6.5px;font-family:stmlms;line-height:0;border-radius:50%;background:var(--accent-100);color:#fff}.masterstudy-course-player-navigation__send-assignment{display:flex;align-items:center;justify-content:center}.masterstudy-course-player-navigation__send-assignment.masterstudy-course-player-navigation__send-assignment_last{margin-left:auto}.masterstudy-course-player-navigation__send-assignment .masterstudy-button{margin-right:10px}.masterstudy-course-player-navigation__send-assignment .masterstudy-button:last-child{margin-right:0}.masterstudy-course-player-navigation__submit-quiz{display:flex;justify-content:center;align-items:center;margin:0}.masterstudy-course-player-navigation__submit-quiz.masterstudy-course-player-navigation__submit-quiz_hide{display:none}.masterstudy-course-player-navigation__submit-quiz.masterstudy-course-player-navigation__submit-quiz_last{margin-left:auto}.masterstudy-course-player-navigation__prev{display:flex;justify-content:flex-start;min-width:73px;height:38px;flex-shrink:0}.masterstudy-course-player-navigation__next{display:flex;justify-content:flex-end;position:relative;min-width:73px;height:38px;flex-shrink:0}.masterstudy-course-player-navigation__next .masterstudy-hint{z-index:2;position:absolute;top:0;left:0;width:100%;height:100%}.masterstudy-course-player-navigation__next .masterstudy-hint__icon{width:100%;height:100%}.masterstudy-course-player-navigation__next .masterstudy-hint__icon::after{display:none}.masterstudy-course-player-navigation__next .masterstudy-hint.masterstudy-hint_side-right .masterstudy-hint__popup::after{right:40px}.masterstudy-course-player-navigation__next .masterstudy-hint.masterstudy-hint_side-left .masterstudy-hint__popup::after{left:40px}.masterstudy-course-player-navigation.masterstudy-course-player-navigation_dark-mode{background:#2d2d2d;border-top:1px solid rgba(255,255,255,.05)}@media (max-width:1600px){.masterstudy-course-player-content_open-sidebar .masterstudy-course-player-navigation__wrapper{padding:0 60px}}@media (max-width:1366px){.masterstudy-course-player-navigation__wrapper{padding:0 60px}}@media (max-width:1024px){.masterstudy-course-player-navigation{position:fixed}}@media (max-width:576px){.masterstudy-course-player-content_open-sidebar .masterstudy-course-player-navigation__wrapper,.masterstudy-course-player-navigation__wrapper{padding:0 20px}}@media screen and (max-width:576px){.masterstudy-course-player-assignments.masterstudy-course-player-assignments_draft+.masterstudy-course-player-navigation .masterstudy-course-player-navigation__next,.masterstudy-course-player-assignments.masterstudy-course-player-assignments_draft+.masterstudy-course-player-navigation .masterstudy-course-player-navigation__prev{min-width:20px}.masterstudy-course-player-assignments.masterstudy-course-player-assignments_draft+.masterstudy-course-player-navigation .masterstudy-course-player-navigation__next .masterstudy-nav-button:after,.masterstudy-course-player-assignments.masterstudy-course-player-assignments_draft+.masterstudy-course-player-navigation .masterstudy-course-player-navigation__next .masterstudy-nav-button:before,.masterstudy-course-player-assignments.masterstudy-course-player-assignments_draft+.masterstudy-course-player-navigation .masterstudy-course-player-navigation__prev .masterstudy-nav-button:after,.masterstudy-course-player-assignments.masterstudy-course-player-assignments_draft+.masterstudy-course-player-navigation .masterstudy-course-player-navigation__prev .masterstudy-nav-button:before{padding:10px}.masterstudy-course-player-assignments.masterstudy-course-player-assignments_draft+.masterstudy-course-player-navigation .masterstudy-course-player-navigation__next .masterstudy-nav-button__title,.masterstudy-course-player-assignments.masterstudy-course-player-assignments_draft+.masterstudy-course-player-navigation .masterstudy-course-player-navigation__prev .masterstudy-nav-button__title{color:transparent!important;width:0!important}}body.rtl .masterstudy-course-player-navigation__status::before{order:2}body.rtl .masterstudy-course-player-navigation__send-assignment.masterstudy-course-player-navigation__send-assignment_last{margin-right:auto}body.rtl .masterstudy-course-player-navigation__send-assignment .masterstudy-button{margin-right:0;margin-left:10px}body.rtl .masterstudy-course-player-navigation__send-assignment .masterstudy-button:last-child{margin-left:0}body.rtl .masterstudy-course-player-navigation__submit-quiz.masterstudy-course-player-navigation__submit-quiz_last{margin-left:0;margin-right:auto}body.masterstudy-authorization-body-hidden{overflow:hidden}.grecaptcha-badge{display:none}.masterstudy-authorization{display:flex;width:100%;flex-direction:column;background:0 0}.masterstudy-authorization-modal{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;transition:.3s;background:rgba(0,0,0,.4);opacity:0;visibility:hidden}.masterstudy-authorization-modal.masterstudy-authorization-modal_open{opacity:1;visibility:visible}.masterstudy-authorization-modal.masterstudy-authorization-modal_open .masterstudy-authorization-modal__wrapper{-webkit-transform:translateY(0);transform:translateY(0)}.masterstudy-authorization-modal__wrapper{display:flex;flex-direction:column;width:500px;max-height:700px;background:#fff;border-radius:10px;box-shadow:0 20px 40px 0 rgba(0,0,0,.25);overflow:hidden;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out;-webkit-transform:translateY(100%);transform:translateY(100%)}.masterstudy-authorization-modal__container{display:flex;flex-direction:column;position:relative;height:100%;padding-top:25px;overflow-y:auto}.masterstudy-authorization-modal__close{display:flex;width:25px;height:25px;justify-content:center;align-items:center;border-radius:30px;background:#eef1f7;position:absolute;top:25px;right:35px}.masterstudy-authorization-modal__close::after{content:"\e94a";color:#808c98;font-family:stmlms;font-size:10px;line-height:normal;transition:.2s;margin-top:1px}.masterstudy-authorization__header-back::after,.masterstudy-authorization__restore-header-back::after{content:"\e967";color:#808c98;transition:.2s;line-height:normal;font-family:stmlms}.masterstudy-authorization-modal__close:hover{cursor:pointer}.masterstudy-authorization-modal__close:hover::after{color:#4d5e6f}.masterstudy-authorization-modal__content{display:flex;width:100%}.masterstudy-authorization-modal.masterstudy-authorization-modal_dark-mode .masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error input.masterstudy-authorization__form-input,.masterstudy-authorization-modal.masterstudy-authorization-modal_dark-mode .masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error input.masterstudy-form-builder__text,.masterstudy-authorization-modal.masterstudy-authorization-modal_dark-mode .masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error textarea.masterstudy-authorization__form-textarea,.masterstudy-authorization-modal.masterstudy-authorization-modal_dark-mode .masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error textarea.masterstudy-form-builder__textarea{border-color:var(--danger-100)}.masterstudy-authorization-modal.masterstudy-authorization-modal_dark-mode .masterstudy-authorization-modal__wrapper{background:#171717}.masterstudy-authorization-modal.masterstudy-authorization-modal_dark-mode .masterstudy-authorization-modal__close{background:#1e1e1e}.masterstudy-authorization-modal.masterstudy-authorization-modal_dark-mode .masterstudy-authorization-modal__close::after{color:rgba(255,255,255,.5)}.masterstudy-authorization-modal.masterstudy-authorization-modal_dark-mode .masterstudy-authorization-modal__close:hover::after{color:rgba(255,255,255,.7)}.masterstudy-authorization__wrapper{display:flex;width:100%;flex-direction:column;padding:0 35px}.masterstudy-authorization__wrapper.masterstudy-authorization__wrapper_hide{display:none}.masterstudy-authorization__restore{display:none;width:100%;flex-direction:column;padding:0 35px}.masterstudy-authorization__restore-header{display:flex;width:100%;margin-bottom:20px}.masterstudy-authorization__restore-header-title{line-height:normal;font-style:normal;font-weight:700;font-size:20px;color:#001931}.masterstudy-authorization__restore-header-back{display:flex;width:25px;height:25px;justify-content:center;align-items:center;border-radius:30px;background:#eef1f7;margin-right:10px}.masterstudy-authorization__restore-header-back::after{font-size:12px}.masterstudy-authorization__restore-header-back:hover{cursor:pointer}.masterstudy-authorization__restore-header-back:hover::after{color:#4d5e6f}.masterstudy-authorization__restore.masterstudy-authorization__restore_show{display:flex}.masterstudy-authorization__header{display:flex;width:100%;margin-bottom:20px}.masterstudy-authorization__header-title{line-height:normal;font-style:normal;font-weight:700;font-size:20px;color:#001931}.masterstudy-authorization__header-back{display:flex;width:25px;height:25px;justify-content:center;align-items:center;border-radius:30px;background:#eef1f7;margin-right:10px}.masterstudy-authorization__header-back::after{font-size:12px}.masterstudy-authorization__header-back:hover{cursor:pointer}.masterstudy-authorization__header-back:hover::after{color:#4d5e6f}.masterstudy-authorization__demo{display:flex;width:100%;margin-bottom:25px;justify-content:space-between;align-items:center;background:#eef1f7;padding:10px 20px;border-radius:10px}.masterstudy-authorization__demo-title{display:flex;font-size:14px;font-style:normal;font-weight:700;line-height:normal;color:#001931}.masterstudy-authorization__demo-role{display:flex}.masterstudy-authorization__demo-role a.masterstudy-authorization__demo-role-title{display:flex;font-size:14px;font-style:normal;font-weight:700;line-height:normal;color:var(--accent-100);text-decoration:none;transition:.3s}.masterstudy-authorization__demo-role a.masterstudy-authorization__demo-role-title:hover{cursor:pointer;color:var(--accent-hover)}.masterstudy-authorization__demo-role a.masterstudy-authorization__demo-role-title:first-child{padding-right:10px;margin-right:10px;border-right:1px solid rgba(0,25,49,.1)}.masterstudy-authorization__social{display:flex;width:100%;justify-content:space-between;margin-bottom:20px;gap:5px}.masterstudy-authorization__social.masterstudy-authorization__social_bottom{order:4}.masterstudy-authorization__social-google{display:flex;width:100%;height:40px;padding:0 20px;justify-content:center;align-items:center;border-radius:4px;border:1px solid #dbe0e9;background:#fff;font-size:14px;font-style:normal;font-weight:700;line-height:normal;color:#001931;transition:.3s}.masterstudy-authorization__social-google:hover{cursor:pointer}.masterstudy-authorization__social-google img{display:flex;width:20px;height:20px;margin-right:10px}.masterstudy-authorization__social-facebook{display:flex;width:100%;height:40px;padding:0 20px;justify-content:center;align-items:center;border-radius:4px;border:1px solid #2d88ff!important;background:#2d88ff!important;font-size:14px;font-style:normal;font-weight:700;line-height:normal;color:#fff;transition:.3s}.masterstudy-authorization__social-facebook:hover{cursor:pointer;color:#fff!important;background:#0063e6!important;border-color:#0063e6!important}.masterstudy-authorization__social-facebook img{display:flex;width:20px;height:20px;margin-right:10px}.masterstudy-authorization__separator{display:flex;width:100%;align-items:center;justify-content:center;margin-bottom:20px}.masterstudy-authorization__separator-line{display:flex;width:100%;margin-top:2px;border-bottom:1px solid #dbe0e9}.masterstudy-authorization__separator-title{display:flex;width:100%;align-items:center;justify-content:center;margin:0 8px;font-size:14px;font-style:normal;font-weight:500;line-height:normal;white-space:nowrap;color:#808c98}.masterstudy-authorization__form,.masterstudy-authorization__form-wrapper{flex-direction:column;width:100%;display:flex}.masterstudy-authorization__separator.masterstudy-authorization__separator_bottom{order:3;margin-top:20px}.masterstudy-authorization__form#masterstudy-authorization-form-restore{margin-top:10px}.masterstudy-authorization__form-field{display:flex;flex-direction:column;width:100%;margin-bottom:20px;position:relative}.masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error,.masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error .masterstudy-authorization__form-explain-pass{margin-bottom:10px}.masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error input.masterstudy-authorization__form-input,.masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error input.masterstudy-form-builder__text,.masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error textarea.masterstudy-authorization__form-textarea,.masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error textarea.masterstudy-form-builder__textarea{border-color:var(--danger-100)}.masterstudy-authorization__form-field .masterstudy-authorization__strength-password{display:flex;flex-wrap:wrap;align-items:flex-start;margin-top:5px;gap:5px}.masterstudy-authorization__form-field .masterstudy-authorization__strength-password__separator{width:25%;height:4px;flex:1 0 0;border-radius:20px;background-color:#dbe0e9}.masterstudy-authorization__form-field .masterstudy-authorization__strength-password__label{width:100%;font-size:12px;font-style:normal;font-weight:500}.masterstudy-authorization__form-field .masterstudy-authorization__strength-password.bad .masterstudy-authorization__strength-password__separator.active{background-color:#FF3945}.masterstudy-authorization__form-field .masterstudy-authorization__strength-password.normal .masterstudy-authorization__strength-password__separator.active{background-color:#FFA800}.masterstudy-authorization__form-field .masterstudy-authorization__strength-password.good .masterstudy-authorization__strength-password__separator.active{background-color:#61CC2F}.masterstudy-authorization__form-field .masterstudy-authorization__strength-password.hard .masterstudy-authorization__strength-password__separator.active{background-color:#227AFF}.masterstudy-authorization__form-field-error{display:flex;width:100%;font-size:12px;font-style:normal;font-weight:400;line-height:normal;color:var(--danger-100);margin:5px 0 0}.masterstudy-authorization__form-field-error.masterstudy-authorization__form-field-error_main{margin:-10px 0 15px}.masterstudy-authorization__form-field-error.masterstudy-authorization__form-field-error_hide{display:none}.masterstudy-authorization__form input.masterstudy-authorization__form-input{display:flex;width:100%;align-items:center;outline:0;box-shadow:none;border:1px solid #dbe0e9;border-radius:4px;background:#fff;height:40px;padding:0 20px;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#001931;transition:.3s}.masterstudy-authorization__form input.masterstudy-authorization__form-input::-webkit-input-placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-authorization__form input.masterstudy-authorization__form-input::-moz-placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-authorization__form input.masterstudy-authorization__form-input::-ms-input-placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-authorization__form input.masterstudy-authorization__form-input::placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-authorization__form input.masterstudy-authorization__form-input:active{border:1px solid #dbe0e9;background:#fff;outline:0;box-shadow:none}.masterstudy-authorization__form input.masterstudy-authorization__form-input:focus,.masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea:focus{border:1px solid var(--accent-100);outline:0;box-shadow:none;background:#fff}.masterstudy-authorization__form input.masterstudy-authorization__form-input.masterstudy-authorization__form-input_pass{padding:0 60px 0 20px}.masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea{display:flex;width:100%;align-items:center;outline:0;box-shadow:none;border:1px solid #dbe0e9;border-radius:4px;background:#fff;padding:10px 20px;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#001931;resize:none;transition:.3s}.masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea::-webkit-input-placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea::-moz-placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea::-ms-input-placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea::placeholder{font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98}.masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea:active{border:1px solid #dbe0e9;background:#fff;outline:0;box-shadow:none}.masterstudy-authorization__form-show-pass{display:flex;justify-content:center;align-items:center;width:40px;height:40px;padding-top:2px;background:0 0;position:absolute;top:0;right:0;z-index:2}.masterstudy-authorization__form-show-pass::after{display:flex;content:"\e966";font-family:stmlms;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#808c98;transition:.3s}.masterstudy-authorization__form-show-pass:hover{cursor:pointer}.masterstudy-authorization__form-show-pass:hover::after{color:#001931}.masterstudy-authorization__form-show-pass.masterstudy-authorization__form-show-pass_open::after{content:"\e965"}.masterstudy-authorization__form-explain-pass{display:flex;width:100%;margin-top:5px;font-size:12px;font-style:normal;font-weight:500;line-height:normal;color:#808c98}.masterstudy-authorization__actions{display:flex;width:100%;align-items:center}.masterstudy-authorization__actions-remember{display:flex;align-items:center;margin-right:auto}.masterstudy-authorization__select-container{display:flex;width:100%;flex-direction:column}.masterstudy-authorization__select-wrapper{display:flex;width:100%;position:relative}.masterstudy-authorization__select-wrapper span.select2-container{display:flex!important;width:100%!important;height:40px!important}.masterstudy-authorization__select-wrapper span.select2-container span.selection{display:flex!important;width:100%!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-selection--single{display:flex!important;height:40px!important;width:100%!important;align-items:center!important;outline:0!important;box-shadow:none!important;border:1px solid #dbe0e9!important;background-color:#fff!important;border-radius:4px!important;padding:0!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-selection__rendered{display:flex!important;width:100%!important;padding:0 20px!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;color:#001931!important;background:#fff!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-selection__arrow{display:flex!important;justify-content:center!important;align-items:center!important;width:40px!important;height:40px!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-selection__arrow b{border-color:#808c98 transparent transparent!important;border-width:6px 5px 0!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-dropdown{display:flex!important;width:100%!important;flex-direction:column!important;background:#fff!important;border:1px solid #dbe0e9!important;border-radius:4px!important;overflow:hidden!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-results{display:flex!important;width:100%!important;flex-direction:column!important;background:#fff!important;padding:5px 0!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-results li.select2-results__option{display:flex!important;width:100%!important;padding:6px 20px!important;margin:0 0 5px!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important;color:#001931!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-results li.select2-results__option:last-child{margin-bottom:0!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-results li.select2-results__option[aria-selected=true]{background-color:var(--accent-100)!important;color:#fff!important}.masterstudy-authorization__select-wrapper span.select2-container span.select2-results li.select2-results__option.select2-results__option--highlighted{background-color:var(--accent-hover)!important;color:#fff!important}.masterstudy-authorization__select-wrapper span.select2-container.select2-container--open span.select2-selection--single{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.masterstudy-authorization__select-wrapper span.select2-container.select2-container--open span.select2-dropdown{border-top:none!important;border-top-left-radius:0!important;border-top-right-radius:0!important}.masterstudy-authorization__select-wrapper span.select2-container.select2-container--open span.select2-selection__arrow b{border-color:transparent transparent #808c98!important;border-width:0 5px 6px!important}.masterstudy-authorization__gdpr{display:flex;width:100%;align-items:flex-start;margin-bottom:20px}.masterstudy-authorization__gdpr-text{margin:1px 0 0 4px;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#4d5e6f;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:.3s}.masterstudy-authorization__gdpr-text:hover{cursor:pointer}.masterstudy-authorization__gdpr a.masterstudy-authorization__gdpr-link{font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:var(--accent-100);text-decoration:none;transition:.3s}.masterstudy-authorization__gdpr a.masterstudy-authorization__gdpr-link:hover{cursor:pointer;color:var(--accent-hover)}.masterstudy-authorization__checkbox{display:flex}.masterstudy-authorization__checkbox-container{display:flex;align-items:center;margin:10px 15px 0 0}.masterstudy-authorization__checkbox-group{display:flex;width:100%;flex-wrap:wrap}.masterstudy-authorization__checkbox-label{display:flex;width:100%;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#001931;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:0;margin:0}.masterstudy-authorization__checkbox-description{display:flex;width:100%;margin-top:5px;font-size:12px;font-style:normal;font-weight:500;line-height:normal;color:#808c98}.masterstudy-authorization__checkbox-title{display:flex;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#001931;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:0 0 0 4px;margin:0}.masterstudy-authorization__checkbox-title:hover{cursor:pointer}.masterstudy-authorization__checkbox input{display:none}.masterstudy-authorization__checkbox-wrapper{display:flex;width:20px;height:20px;justify-content:center;align-items:center;border-radius:4px;background:#fff;border:2px solid #dbe0e9;transition:.3s}.masterstudy-authorization__checkbox-wrapper.masterstudy-authorization__checkbox-wrapper_checked{background:var(--accent-100);border-color:var(--accent-100)}.masterstudy-authorization__checkbox-wrapper.masterstudy-authorization__checkbox-wrapper_checked::after{display:flex;content:"\e94e";font-weight:400;font-size:8px;line-height:0;font-family:stmlms;color:#fff}.masterstudy-authorization__checkbox-wrapper:hover{cursor:pointer}.masterstudy-authorization__switch{display:flex;width:100%;padding:0 35px;margin-top:30px}.masterstudy-authorization__switch-wrapper{display:flex;width:100%;justify-content:space-between;align-items:center;border-top:1px solid #dbe0e9;padding:20px 0 0}.masterstudy-authorization__switch-account{display:flex;align-items:center}.masterstudy-authorization__switch-account-title{display:flex;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#4d5e6f;margin-right:4px}.masterstudy-authorization__switch-account a.masterstudy-authorization__switch-account-link{display:flex;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:var(--accent-100);text-decoration:none;transition:.3s}.masterstudy-authorization__switch-account a.masterstudy-authorization__switch-account-link:hover{cursor:pointer;color:var(--accent-hover)}.masterstudy-authorization__switch-lost-pass{display:flex;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#4d5e6f;transition:.3s}.masterstudy-authorization__switch-lost-pass:hover{cursor:pointer;color:#001931}.masterstudy-authorization__switch-lost-pass.masterstudy-authorization__switch-lost-pass_hide,.masterstudy-authorization__switch.masterstudy-authorization__switch_hide{display:none}.masterstudy-authorization__instructor{display:flex;width:100%;align-items:flex-start;margin-bottom:20px}.masterstudy-authorization__instructor-page{display:flex;align-items:center}.masterstudy-authorization__instructor-page-title{display:flex;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#4d5e6f;margin-right:4px}.masterstudy-authorization__instructor-page a.masterstudy-authorization__instructor-page-link{display:flex;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:var(--accent-100);text-decoration:none;transition:.3s;margin:0 4px 0 0}.masterstudy-authorization__instructor-page a.masterstudy-authorization__instructor-page-link:hover{cursor:pointer;color:var(--accent-hover)}.masterstudy-authorization__instructor-page.masterstudy-authorization__instructor-page_hide{display:none}.masterstudy-authorization__instructor-text{margin:1px 0 0 4px;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#4d5e6f;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:.3s}.masterstudy-authorization__instructor-text:hover{cursor:pointer}.masterstudy-authorization__instructor-container{display:none;width:100%;flex-direction:column}.masterstudy-authorization__instructor-container.masterstudy-authorization__instructor-container_open{display:flex}.masterstudy-authorization__instructor-confirm{display:none;flex-direction:column;justify-content:center;align-items:center;padding:0 0 30px}.masterstudy-authorization__instructor-confirm-icon{display:flex;width:50px;height:50px;justify-content:center;align-items:center;background:var(--accent-10);border-radius:50%}.masterstudy-authorization__instructor-confirm-icon::before{display:flex;content:"\e971";font-family:stmlms;line-height:normal;font-size:18px;color:var(--accent-100)}.masterstudy-authorization__instructor-confirm-icon-wrapper{display:flex;width:80px;height:80px;justify-content:center;align-items:center;border-radius:50px;background:var(--accent-10);margin-bottom:20px}.masterstudy-authorization__instructor-confirm-title{text-align:center;font-size:24px;font-style:normal;font-weight:700;line-height:28px;color:#001931;margin-bottom:5px}.masterstudy-authorization__instructor-confirm-instructions{text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:normal;color:#4d5e6f;margin:0 0 20px;padding:0 20px}.masterstudy-authorization__instructor-confirm-actions{display:flex;width:100%;justify-content:center}.masterstudy-authorization__instructor-confirm.masterstudy-authorization__instructor-confirm_show{display:flex}.masterstudy-authorization__instructor-already{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 0 30px}.masterstudy-authorization__instructor-already-icon{display:flex;width:50px;height:50px;justify-content:center;align-items:center;background:var(--accent-10);border-radius:50%}.masterstudy-authorization__instructor-already-icon::before{display:flex;content:"\e971";font-family:stmlms;line-height:normal;font-size:18px;color:var(--accent-100)}.masterstudy-authorization__instructor-already-icon-wrapper{display:flex;width:80px;height:80px;justify-content:center;align-items:center;border-radius:50px;background:var(--accent-10);margin-bottom:20px}.masterstudy-authorization__instructor-already-title{text-align:center;font-size:24px;font-style:normal;font-weight:700;line-height:28px;color:#001931;margin-bottom:15px}.masterstudy-authorization__instructor-already-actions{display:flex;width:100%;justify-content:center}.masterstudy-authorization__send-mail{display:none;flex-direction:column;justify-content:center;align-items:center;padding:0 0 30px}.masterstudy-authorization__send-mail-icon{display:flex;width:50px;height:50px;justify-content:center;align-items:center;background:var(--accent-10);border-radius:50%}.masterstudy-authorization__send-mail-icon::before{display:flex;content:"\e972";font-family:stmlms;line-height:normal;font-size:30px;color:var(--accent-100)}.masterstudy-authorization__send-mail-icon-wrapper{display:flex;width:80px;height:80px;justify-content:center;align-items:center;border-radius:50px;background:var(--accent-10);margin-bottom:15px}.masterstudy-authorization__send-mail-content{display:flex;width:100%;flex-direction:column;padding:0 20px;margin-bottom:20px}.masterstudy-authorization__send-mail-content-subtitle{text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:normal;color:#4d5e6f}.masterstudy-authorization__send-mail-content-title,.masterstudy-authorization__send-mail-title{text-align:center;font-size:24px;font-style:normal;font-weight:700;line-height:28px;color:#001931;margin-bottom:5px}.masterstudy-authorization__send-mail-instructions,.masterstudy-authorization__send-mail-text{text-align:center;font-style:normal;font-weight:500;line-height:normal;color:#4d5e6f;padding:0 20px}.masterstudy-authorization__send-mail-text{font-size:16px;margin:-15px 0 20px}.masterstudy-authorization__send-mail-instructions{font-size:16px;margin:0 0 20px}.masterstudy-authorization__send-mail.masterstudy-authorization__send-mail_show{display:flex}.masterstudy-authorization .masterstudy-file-upload__item .masterstudy-file-upload__title{font-size:14px}.masterstudy-authorization.masterstudy-authorization_style-modal .masterstudy-authorization__switch{padding:20px 35px;border-top:1px solid #dbe0e9;background:#eef1f7;position:sticky;bottom:0;left:0;z-index:2}.masterstudy-authorization.masterstudy-authorization_style-modal .masterstudy-authorization__switch-wrapper{padding:0;border:none}.masterstudy-authorization.masterstudy-authorization_login #masterstudy-authorization-actions-register,.masterstudy-authorization.masterstudy-authorization_login #masterstudy-authorization-form-register,.masterstudy-authorization.masterstudy-authorization_login #masterstudy-authorization-sign-in,.masterstudy-authorization.masterstudy-authorization_login #masterstudy-authorization-social-register,.masterstudy-authorization.masterstudy-authorization_login .masterstudy-authorization__gdpr,.masterstudy-authorization.masterstudy-authorization_login .masterstudy-button[data-id=masterstudy-authorization-register-button],.masterstudy-authorization.masterstudy-authorization_register #masterstudy-authorization-actions-login,.masterstudy-authorization.masterstudy-authorization_register #masterstudy-authorization-form-login,.masterstudy-authorization.masterstudy-authorization_register #masterstudy-authorization-sign-up,.masterstudy-authorization.masterstudy-authorization_register #masterstudy-authorization-social-login,.masterstudy-authorization.masterstudy-authorization_register .masterstudy-authorization__actions-remember,.masterstudy-authorization.masterstudy-authorization_register .masterstudy-authorization__switch-lost-pass,.masterstudy-authorization.masterstudy-authorization_register .masterstudy-button[data-id=masterstudy-authorization-login-button]{display:none}.masterstudy-authorization.masterstudy-authorization_dark-mode{background:#171717}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__header-title{color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__demo{background:#1e1e1e}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__demo-title{color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__demo-role-title:first-child{border-color:rgba(255,255,255,.1)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__social-google{background:#1e1e1e;border-color:rgba(255,255,255,.3);color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__social-google:hover{border-color:rgba(255,255,255,.7)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__separator-line{border-color:rgba(255,255,255,.05)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__separator-title{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error input.masterstudy-authorization__form-input,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error input.masterstudy-form-builder__text,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error textarea.masterstudy-authorization__form-textarea,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form-field.masterstudy-authorization__form-field_has-error textarea.masterstudy-form-builder__textarea{border-color:var(--danger-100)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-form-builder__text{border-color:rgba(255,255,255,.05);background:#171717;color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-form-builder__text::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-form-builder__text::-moz-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-form-builder__text::-ms-input-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-form-builder__text::placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-form-builder__text:active{border-color:rgba(255,255,255,.05);background:#171717}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-form-builder__text:focus{border-color:var(--accent-100);background:#171717}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-form-builder__textarea{border-color:rgba(255,255,255,.05);background:#171717;color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-form-builder__textarea::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-form-builder__textarea::-moz-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-form-builder__textarea::-ms-input-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-form-builder__textarea::placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-form-builder__textarea:active{border-color:rgba(255,255,255,.05);background:#171717}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-form-builder__textarea:focus{border-color:var(--accent-100);background:#171717}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-authorization__form-input{border-color:rgba(255,255,255,.05);background:#171717;color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-authorization__form-input::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-authorization__form-input::-moz-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-authorization__form-input::-ms-input-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-authorization__form-input::placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-authorization__form-input:active{border-color:rgba(255,255,255,.05);background:#171717}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form input.masterstudy-authorization__form-input:focus{border-color:var(--accent-100);background:#171717}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea{border-color:rgba(255,255,255,.05);background:#171717;color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea::-moz-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea::-ms-input-placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea::placeholder{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea:active{border-color:rgba(255,255,255,.05);background:#171717}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form textarea.masterstudy-authorization__form-textarea:focus{border-color:var(--accent-100);background:#171717}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form-show-pass::after{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form-show-pass:hover::after{color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__form-explain-pass{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__switch-wrapper{border-color:rgba(255,255,255,.05)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__switch-account-title,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__switch-lost-pass{color:rgba(255,255,255,.7)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__switch-lost-pass:hover{color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__gdpr-text{color:rgba(255,255,255,.7)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__restore-header-title{color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__restore-header-back{background:rgba(255,255,255,.1)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__restore-header-back::after{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__restore-header-back:hover::after{color:rgba(255,255,255,.7)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__send-mail-icon{background:var(--accent-10)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__send-mail-instructions,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__send-mail-title{color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__instructor-text{color:rgba(255,255,255,.7)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__checkbox-label{color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__checkbox-description{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__checkbox-wrapper{background:#171717;border-color:rgba(255,255,255,.05)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__checkbox-wrapper.masterstudy-authorization__checkbox-wrapper_checked{background:var(--accent-100);border-color:var(--accent-100)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-authorization__checkbox-title,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__checkbox-label,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__text-label,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__textarea-label{color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__checkbox-description{color:rgba(255,255,255,.5)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__checkbox-title,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__radio-label,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__radio-title,.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__select-label{color:#fff}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__checkbox-wrapper{background:#171717;border-color:rgba(255,255,255,.05)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__checkbox-wrapper.masterstudy-form-builder__checkbox-wrapper_checked{background:var(--accent-100);border-color:var(--accent-100)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container span.select2-selection--single{background-color:#171717!important;border-color:rgba(255,255,255,.05)!important}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container span.select2-selection__rendered{color:#fff!important;background:#171717!important}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container span.select2-selection__arrow b{border-color:rgba(255,255,255,.5) transparent transparent!important}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container span.select2-dropdown{background:#171717!important;border-color:rgba(255,255,255,.05)!important}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container span.select2-results{background:#171717!important}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container span.select2-results li.select2-results__option{color:#fff!important}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__select-wrapper span.select2-container.select2-container--open span.select2-selection__arrow b{border-color:transparent transparent rgba(255,255,255,.5)!important}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__radio-wrapper{background:#171717;border-color:rgba(255,255,255,.05)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__radio-wrapper.masterstudy-form-builder__radio-wrapper_checked{border:2px solid var(--accent-100)}.masterstudy-authorization.masterstudy-authorization_dark-mode .masterstudy-form-builder__radio-wrapper.masterstudy-form-builder__radio-wrapper_checked::after{display:flex;content:"";width:8px;height:8px;line-height:0;border-radius:50%;background:var(--accent-100)}.masterstudy-authorization.masterstudy-authorization_dark-mode.masterstudy-authorization_style-modal .masterstudy-authorization__switch{border-color:rgba(255,255,255,.05);background:#1e1e1e}.masterstudy-authorization div.nsl-container .nsl-container-buttons{padding:0 0 10px}.masterstudy-authorization div.nsl-container .nsl-container-buttons a{margin:0 0 10px}@media (min-width:1281px) and (max-width:1367px){.masterstudy-authorization-modal__wrapper{max-height:600px}}@media (max-width:576px){.masterstudy-authorization{height:100%}.masterstudy-authorization-modal__wrapper{width:100%;height:100%;max-height:100%;border-radius:0}.masterstudy-authorization__actions{margin-bottom:20px}.masterstudy-authorization_style-modal .masterstudy-authorization__switch{margin-top:auto}.masterstudy-authorization__send-mail{padding:0 0 25px;margin:auto 0}.masterstudy-authorization__send-mail-title{padding:0 50px}}body.rtl .masterstudy-authorization-modal__close{right:auto;left:35px}body.rtl .masterstudy-authorization__actions-remember{margin-right:0;margin-left:auto}body.rtl .masterstudy-authorization__checkbox-title{padding:0 4px 0 0}body.rtl .masterstudy-authorization__switch-account-title{margin-left:4px;margin-right:0}body.rtl .masterstudy-authorization__instructor-text{margin:1px 4px 0 0}