@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Epilogue:wght@100;200;300;400;500;600;700;800;900&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}:root,:root.light{--white-black: #f8f8f8;--white-black15: #fff;--white-black2: #eee;--white-black3: #f7fbfc;--white-black4: #f7fbfc;--white-black5: #f7fcfc;--white-black6: #f5f5f5;--panel-color: #fff;--text-color: rgba(30, 37, 39, .88);--text-color2: rgba(30, 37, 39, .88);--text-color3: #a9a9a9;--text-color4: #323232;--text-color5: #727272;--text-color6: #000;--text-color7: #212121;--text-color8: #1e2527;--text-tabLabel: #666666;--text-placeholder: rgba(30, 37, 39, .88);--border-color: #1e2527;--border-color2: #ebebeb;--border-color3: #e0e0e0;--border-color4: #989898;--border-color5: #ccc;--shadow-color: rgba(0, 0, 0, .12);--shadow-color2: rgba(0, 0, 0, .08);--shadow-color2-0: rgba(0, 0, 0, .08);--shadow-color3: rgba(0, 0, 0, .04);--btn-color: #fff;--btn-color2: #fff;--btn-disabled-bg: #e0e0e0;--course-item-bg: url("data:image/svg+xml,%3csvg%20width='156'%20height='124'%20viewBox='0%200%20156%20124'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M103.792%208.63965L83.3441%2028.5815H20.4482V104.058H97.8412V70.8582L118.289%2050.9164V124H0V8.63965H103.792Z'%20fill='%23FAFAFA'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M30.6875%2038.5359L59.1458%2066.2894L127.119%200L156%200.055012L59.1458%2094.5106L30.6875%2066.7295V38.5359Z'%20fill='%23FAFAFA'/%3e%3c/svg%3e");--color1: rgba(255, 255, 255, .8);--blue1: lighten(#41cae7, 15%);--blue2: #dcf8fd;--bg-color1: #f8fcf7;--bg-color2: #fcfaf7;--bg-color3: #f9f7fc;--bg-color4: #f0f4f5;--bg-color5: #dff6fb;--bg-color6: #fadfdd;--bg-color6-2: #fbf8f8;--bg-color6-3: #fff7f9;--bg-color7: #e5f4e4;--bg-color7-2: #f7fcf7;--bg-color7-3: #f6faf5;--bg-color8: #fafafa;--bg-color9: #f6f6f6;--bg-color10: #fffbf4;--bg-color10-1: #faf8f5;--bg-color11: #2d2d2d;--bg-color12: #ffffff;--bg-disable: #ffedec;--green-border: #c3e4c0;--green-text: #458541;--decor1-path: url(/assets/decor_1-B7Wi-59c.svg);--decor2-path: url(/assets/decor_2-EC_MQF4J.svg);--decor3-path: url("data:image/svg+xml,%3csvg%20width='68'%20height='44'%20viewBox='0%200%2068%2044'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_415_445)'%3e%3cpath%20d='M14.9336%2027.4955C15.5446%2026.8676%2016.2372%2026.3263%2016.9924%2025.8865C20.0949%2024.0353%2022.9013%2021.7428%2025.9332%2019.792C28.9652%2017.8412%2031.433%2015.5201%2034.9303%2014.5091C36.3013%2014.083%2037.5791%2013.3967%2038.6955%2012.4872C39.1514%2012.1059%2039.6724%2011.8115%2040.2327%2011.6185C42.5774%2010.833%2044.7784%209.6641%2046.7479%208.15834C47.1965%207.83055%2047.6678%207.53552%2048.1581%207.2755C48.5952%207.06191%2049.1169%206.90526%2049.4412%207.61724C48.8715%208.40366%2048.1343%209.05085%2047.2837%209.51107C44.9428%2011.0062%2042.6018%2012.4729%2040.3314%2014.0677C37.7106%2015.8486%2034.9067%2017.3382%2031.9688%2018.5104C29.2149%2019.5974%2026.6087%2021.0329%2024.2127%2022.7823C21.6778%2024.5997%2018.9541%2026.1324%2016.0899%2027.3531C15.9359%2027.4957%2015.7417%2027.5861%2015.5344%2027.6117C15.327%2027.6372%2015.117%2027.5966%2014.9336%2027.4955Z'%20fill='%23D5EFF5'/%3e%3cpath%20d='M42.1816%2024.3356C40.9195%2025.6715%2039.459%2026.8005%2037.8523%2027.6819C33.1423%2030.5298%2028.263%2033.0787%2024.1452%2036.8094C22.5805%2037.95%2020.8912%2038.9056%2019.1107%2039.6573C16.4156%2041.126%2013.6376%2042.4335%2010.7906%2043.5732C10.2829%2043.8463%209.71594%2043.9882%209.14062%2043.9861C9.33805%2042.8897%2010.1559%2042.5622%2010.8469%2042.0353C13.5122%2040.2269%2016.4878%2038.8457%2019.2095%2037.2793C20.9299%2036.311%2022.3683%2034.9013%2024.1029%2033.9331C27.7412%2031.9395%2031.3606%2029.908%2034.9614%2027.8386C36.5126%2026.9557%2037.9935%2025.9732%2039.5306%2025.0619C40.289%2024.4847%2041.2383%2024.2246%2042.1816%2024.3356Z'%20fill='%23D5EFF5'/%3e%3cpath%20d='M27.4578%2026.002C27.4578%2026.7424%2026.9782%2026.9133%2026.668%2027.1838C23.2463%2029.9722%2019.5232%2032.3606%2015.5697%2034.3036C12.6365%2035.8699%209.74556%2037.479%206.95336%2039.2874L6.30472%2039.6434C4.51859%2040.3636%202.80053%2041.2452%201.17156%2042.2777C0.861313%2042.5055%200.466484%2042.7333%200.142137%2042.2777C-0.18221%2041.822%200.0292794%2041.523%200.45234%2041.3094C2.2856%2040.3838%203.61122%2038.7605%205.41628%2037.7922C7.98285%2036.3683%2010.1545%2034.3748%2012.7493%2033.0363C16.5847%2030.7879%2020.5392%2028.7533%2024.595%2026.9418C25.4756%2026.4342%2026.4499%2026.1144%2027.4578%2026.002Z'%20fill='%23D5EFF5'/%3e%3cpath%20d='M67.9986%200.256564C67.4774%200.862912%2066.8329%201.34861%2066.109%201.68051C63.7962%203.01902%2061.427%204.27209%2059.1566%205.6818C56.59%207.29086%2054.5593%209.6119%2052.1056%2011.3776C51.3864%2011.8902%2050.6955%2012.4314%2049.9057%2012.887C47.3993%2014.3219%2045.0378%2016.0006%2042.8547%2017.8993C42.0888%2018.6158%2041.23%2019.2242%2040.3022%2019.7077C39.8776%2019.9681%2039.3886%2020.1015%2038.892%2020.0922C38.2151%2020.0922%2037.9049%2019.608%2038.1165%2018.9673C38.2486%2018.4298%2038.5822%2017.9652%2039.0471%2017.6715C43.8841%2014.9375%2048.143%2011.3206%2052.8954%208.48698C56.294%206.45074%2059.4527%204.04429%2062.8795%202.06501C64.1537%201.29963%2065.4885%200.64235%2066.8704%200.0999506C67.2934%200.0429927%2067.5614%20-0.17062%2067.9986%200.256564Z'%20fill='%23D5EFF5'/%3e%3cpath%20d='M54.9977%2016.4473C53.4954%2018.0987%2051.696%2019.4469%2049.6953%2020.4201C49.8645%2018.5404%2052.5016%2016.5327%2054.9977%2016.4473Z'%20fill='%23D5EFF5'/%3e%3cpath%20d='M35.6794%2021.317C35.1251%2022.1866%2034.2536%2022.8006%2033.2539%2023.0257C33.268%2021.5591%2034.1423%2020.961%2035.6794%2021.317Z'%20fill='%23D5EFF5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_415_445'%3e%3crect%20width='68'%20height='44'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");--decor4-path: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.55889%2010.7764C3.81856%208.95658%20-1.08309%208.15533%201.53538%204.67868C5.09587%20-0.0609832%206.75637%205.87378%209.51855%205.95526C11.4185%204.09471%2013.3984%202.05759%2015.5698%200.169878C15.9195%200.0381391%2016.302%20-0.018425%2016.6834%200.00525884C17.0649%200.0289427%2017.4336%200.132114%2017.7572%200.305652C18.1563%200.984686%2017.3261%201.33777%2016.6874%201.90816C13.9731%204.33911%2010.3009%206.9466%2014.5958%2010.6541C17.6135%2013.2888%2020.7588%2015.8148%2023.7765%2018.463C24.0958%2018.7482%2023.9361%2019.4409%2024%2019.9434C23.1698%2019.9434%2022.1639%2020.3236%2021.5572%2020.0248C18.8109%2018.6668%2016.2084%2017.1865%2013.574%2015.8013C11.7698%2014.8778%209.18325%2012.3789%207.98578%2014.158C6.61268%2016.2087%202.34966%2018.2322%205.31939%2021.6817C5.57486%2021.9669%204.87235%2023.3657%204.28159%2023.583C3.24378%2023.9496%201.47152%2024.2213%200.912698%2023.7459C0.510471%2023.3349%200.229595%2022.8481%200.0935032%2022.326C-0.0425888%2021.8039%20-0.029962%2021.2617%200.13034%2020.7446C1.72697%2017.2816%203.72276%2014.0086%205.55889%2010.7764Z'%20fill='%23F7D6DE'/%3e%3c/svg%3e");--decor5-path: url("data:image/svg+xml,%3csvg%20width='64'%20height='20'%20viewBox='0%200%2064%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_415_454)'%3e%3cpath%20d='M22.0016%2014.5705C20.4986%2016.7288%2018.4302%2018.3785%2016.05%2019.3175C12.35%2020.8842%209.33453%2019.6935%206.691%2016.8787C5.47574%2015.4672%204.14834%2014.1674%202.72323%2012.9934C1.84851%2012.361%201.13858%2011.5074%200.658517%2010.5111C0.178452%209.51475%20-0.0564047%208.40745%20-0.0244726%207.29072C-0.0244726%206.14183%20-0.024458%205.1235%200.610385%204.15739C0.698192%203.99094%200.818007%203.84562%200.962203%203.73073C1.1064%203.61583%201.27177%203.53392%201.44776%203.49017C1.62375%203.44643%201.80652%203.44183%201.9843%203.47669C2.16207%203.51155%202.33097%203.58511%202.48021%203.69264C4.57321%204.84675%206.22971%206.5753%207.76722%208.39263C9.8999%2010.9045%2010.8075%2010.4188%2013.3568%208.77907C14.2743%208.24403%2015.0759%207.51354%2015.7104%206.63418C16.3449%205.75482%2016.7984%204.74588%2017.0419%203.67173C17.4089%202.07373%2019.3383%201.82309%2020.8063%202.87797C22.9737%204.44464%2024.2781%206.71629%2025.4982%209.04018C26.4901%2010.9097%2027.7846%2012.1735%2029.9619%2011.9594C31.3705%2011.8132%2032.293%2010.7531%2033.1957%209.72951C34.6836%208.00618%2035.244%205.73973%2036.1715%203.70829C37.2577%201.35307%2040.1938%20-0.427714%2042.0388%200.110174C45.3668%201.07106%2047.4946%203.42106%2049.2156%206.37683C49.7562%207.32205%2050.3166%208.26207%2050.8176%209.2334C51.4028%2010.3718%2052.0128%2010.5389%2052.9056%209.60938C54.254%208.32562%2055.6645%207.11594%2057.1313%205.98516C57.348%205.78148%2057.5017%205.5141%2057.5727%205.21751C57.9496%203.65085%2059.0308%203.03464%2060.3601%203.85452C63.2466%205.6353%2064.2782%208.63807%2063.8963%2012.0482C63.8071%2012.8315%2062.9887%2013.1918%2062.4828%2013.7193C60.613%2015.6671%2058.644%2017.4949%2056.2335%2018.6908C53.6148%2019.9859%2050.3166%2018.9519%2047.9608%2016.4348C46.3985%2014.7637%2045.9768%2012.6017%2045.1387%2010.6068C44.5683%209.22818%2044.2211%209.08196%2043.1796%2010.0846C40.7493%2012.3876%2038.3686%2014.7846%2035.8392%2016.9362C34.1727%2018.367%2032.1889%2019.4794%2029.9868%2019.4376C26.6886%2019.3801%2024.1987%2017.5158%2022.2049%2014.8525L22.0016%2014.5705Z'%20fill='%23D5EFF5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_415_454'%3e%3crect%20width='64'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");--scroll-thumb: #cccccc;--main-error: #ff0000;--font-epilogue: "Epilogue", sans-serif;--font-inter: "Inter", sans-serif}:root.dark{--white-black: #11131f;--white-black15: #11131f;--white-black2: rgba(255, 255, 255, .05);--white-black3: #323549;--white-black4: #11131f33;--white-black5: #11131f33;--white-black6: #11131f33;--panel-color: #2d3042;--text-color: #d8dfe1;--text-color2: rgba(217, 222, 224, .5);--text-color3: #a2adc2;--text-color4: #d8dfe1;--text-color5: #d8dfe1;--text-color6: #d8dfe1;--text-color7: #d8dfe1;--text-color8: #ffffff;--text-tabLabel: #d8dfe1;--text-placeholder: #d8dfe1;--border-color: #d8dfe1;--border-color2: #4e5268;--border-color3: #1c1f32;--border-color4: #4e5268;--border-color5: #707381;--shadow-color: rgba(155, 155, 155, .1);--shadow-color2: rgba(255, 255, 255, .07);--shadow-color2-0: rgba(255, 255, 255, 0);--shadow-color3: rgba(255, 255, 255, .04);--btn-color: #11131f;--btn-color2: #0d0d0d;--btn-disabled-bg: rgba(224, 224, 224, .35);--course-item-bg: none;--color1: rgba(45, 48, 66, .8);--blue1: darken(#41cae7, 15%);--blue2: #11131f33;--bg-color1: #11131f33;--bg-color2: #11131f33;--bg-color3: #11131f33;--bg-color4: #323549;--bg-color5: #072e37;--bg-color6: rgba(255, 88, 74, .11);--bg-color6-2: rgba(255, 88, 74, .11);--bg-color6-3: #212331;--bg-color7: rgba(124, 255, 119, .11);--bg-color7-2: rgba(124, 255, 119, .05);--bg-color7-3: #76c47014;--bg-color8: #11131f33;--bg-color9: rgba(17, 19, 31, .52);--bg-color10: rgba(255, 191, 104, .06);--bg-color10-1: rgba(255, 191, 104, .06);--bg-color11: #1e2131;--bg-color12: #1e2527;--bg-disable: #673636;--green-border: #217954;--green-text: #2dba7f;--toastify-color-dark: #323549;--decor1-path: url(/assets/decor_1-L-cQDXxu_k.svg);--decor2-path: url(/assets/decor_2-L-DK4chEjM.svg);--decor3-path: url("data:image/svg+xml,%3csvg%20width='68'%20height='44'%20viewBox='0%200%2068%2044'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_415_445)'%3e%3cpath%20d='M14.9336%2027.4955C15.5446%2026.8676%2016.2372%2026.3263%2016.9924%2025.8865C20.0949%2024.0353%2022.9013%2021.7428%2025.9332%2019.792C28.9652%2017.8412%2031.433%2015.5201%2034.9303%2014.5091C36.3013%2014.083%2037.5791%2013.3967%2038.6955%2012.4872C39.1514%2012.1059%2039.6724%2011.8115%2040.2327%2011.6185C42.5774%2010.833%2044.7784%209.6641%2046.7479%208.15834C47.1965%207.83055%2047.6678%207.53552%2048.1581%207.2755C48.5952%207.06191%2049.1169%206.90526%2049.4412%207.61724C48.8715%208.40366%2048.1343%209.05085%2047.2837%209.51107C44.9428%2011.0062%2042.6018%2012.4729%2040.3314%2014.0677C37.7106%2015.8486%2034.9067%2017.3382%2031.9688%2018.5104C29.2149%2019.5974%2026.6087%2021.0329%2024.2127%2022.7823C21.6778%2024.5997%2018.9541%2026.1324%2016.0899%2027.3531C15.9359%2027.4957%2015.7417%2027.5861%2015.5344%2027.6117C15.327%2027.6372%2015.117%2027.5966%2014.9336%2027.4955Z'%20fill='%230F363F'/%3e%3cpath%20d='M42.1816%2024.3356C40.9195%2025.6715%2039.459%2026.8005%2037.8523%2027.6819C33.1423%2030.5298%2028.263%2033.0787%2024.1452%2036.8094C22.5805%2037.95%2020.8912%2038.9056%2019.1107%2039.6573C16.4156%2041.126%2013.6376%2042.4335%2010.7906%2043.5732C10.2829%2043.8463%209.71594%2043.9882%209.14062%2043.9861C9.33805%2042.8897%2010.1559%2042.5622%2010.8469%2042.0353C13.5122%2040.2269%2016.4878%2038.8457%2019.2095%2037.2793C20.9299%2036.311%2022.3683%2034.9013%2024.1029%2033.9331C27.7412%2031.9395%2031.3606%2029.908%2034.9614%2027.8386C36.5126%2026.9557%2037.9935%2025.9732%2039.5306%2025.0619C40.289%2024.4847%2041.2383%2024.2246%2042.1816%2024.3356Z'%20fill='%230F363F'/%3e%3cpath%20d='M27.4578%2026.002C27.4578%2026.7424%2026.9782%2026.9133%2026.668%2027.1838C23.2463%2029.9722%2019.5232%2032.3606%2015.5697%2034.3036C12.6365%2035.8699%209.74556%2037.479%206.95336%2039.2874L6.30472%2039.6434C4.51859%2040.3636%202.80053%2041.2452%201.17156%2042.2777C0.861313%2042.5055%200.466484%2042.7333%200.142137%2042.2777C-0.18221%2041.822%200.0292794%2041.523%200.45234%2041.3094C2.2856%2040.3838%203.61122%2038.7605%205.41628%2037.7922C7.98285%2036.3683%2010.1545%2034.3748%2012.7493%2033.0363C16.5847%2030.7879%2020.5392%2028.7533%2024.595%2026.9418C25.4756%2026.4342%2026.4499%2026.1144%2027.4578%2026.002Z'%20fill='%230F363F'/%3e%3cpath%20d='M67.9986%200.256564C67.4774%200.862912%2066.8329%201.34861%2066.109%201.68051C63.7962%203.01902%2061.427%204.27209%2059.1566%205.6818C56.59%207.29086%2054.5593%209.6119%2052.1056%2011.3776C51.3864%2011.8902%2050.6955%2012.4314%2049.9057%2012.887C47.3993%2014.3219%2045.0378%2016.0006%2042.8547%2017.8993C42.0888%2018.6158%2041.23%2019.2242%2040.3022%2019.7077C39.8776%2019.9681%2039.3886%2020.1015%2038.892%2020.0922C38.2151%2020.0922%2037.9049%2019.608%2038.1165%2018.9673C38.2486%2018.4298%2038.5822%2017.9652%2039.0471%2017.6715C43.8841%2014.9375%2048.143%2011.3206%2052.8954%208.48698C56.294%206.45074%2059.4527%204.04429%2062.8795%202.06501C64.1537%201.29963%2065.4885%200.64235%2066.8704%200.0999506C67.2934%200.0429927%2067.5614%20-0.17062%2067.9986%200.256564Z'%20fill='%230F363F'/%3e%3cpath%20d='M54.9977%2016.4473C53.4954%2018.0987%2051.696%2019.4469%2049.6953%2020.4201C49.8645%2018.5404%2052.5016%2016.5327%2054.9977%2016.4473Z'%20fill='%230F363F'/%3e%3cpath%20d='M35.6794%2021.317C35.1251%2022.1866%2034.2536%2022.8006%2033.2539%2023.0257C33.268%2021.5591%2034.1423%2020.961%2035.6794%2021.317Z'%20fill='%230F363F'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_415_445'%3e%3crect%20width='68'%20height='44'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");--decor4-path: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.55889%2010.7764C3.81856%208.95658%20-1.08309%208.15533%201.53538%204.67868C5.09587%20-0.0609832%206.75637%205.87378%209.51855%205.95526C11.4185%204.09471%2013.3984%202.05759%2015.5698%200.169878C15.9195%200.0381391%2016.302%20-0.018425%2016.6834%200.00525884C17.0649%200.0289427%2017.4336%200.132114%2017.7572%200.305652C18.1563%200.984686%2017.3261%201.33777%2016.6874%201.90816C13.9731%204.33911%2010.3009%206.9466%2014.5958%2010.6541C17.6135%2013.2888%2020.7588%2015.8148%2023.7765%2018.463C24.0958%2018.7482%2023.9361%2019.4409%2024%2019.9434C23.1698%2019.9434%2022.1639%2020.3236%2021.5572%2020.0248C18.8109%2018.6668%2016.2084%2017.1865%2013.574%2015.8013C11.7698%2014.8778%209.18325%2012.3789%207.98578%2014.158C6.61268%2016.2087%202.34966%2018.2322%205.31939%2021.6817C5.57486%2021.9669%204.87235%2023.3657%204.28159%2023.583C3.24378%2023.9496%201.47152%2024.2213%200.912698%2023.7459C0.510471%2023.3349%200.229595%2022.8481%200.0935032%2022.326C-0.0425888%2021.8039%20-0.029962%2021.2617%200.13034%2020.7446C1.72697%2017.2816%203.72276%2014.0086%205.55889%2010.7764Z'%20fill='%233E0C19'/%3e%3c/svg%3e");--decor5-path: url("data:image/svg+xml,%3csvg%20width='64'%20height='20'%20viewBox='0%200%2064%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_415_454)'%3e%3cpath%20d='M22.0016%2014.5705C20.4986%2016.7288%2018.4302%2018.3785%2016.05%2019.3175C12.35%2020.8842%209.33453%2019.6935%206.691%2016.8787C5.47574%2015.4672%204.14834%2014.1674%202.72323%2012.9934C1.84851%2012.361%201.13858%2011.5074%200.658517%2010.5111C0.178452%209.51475%20-0.0564047%208.40745%20-0.0244726%207.29072C-0.0244726%206.14183%20-0.024458%205.1235%200.610385%204.15739C0.698192%203.99094%200.818007%203.84562%200.962203%203.73073C1.1064%203.61583%201.27177%203.53392%201.44776%203.49017C1.62375%203.44643%201.80652%203.44183%201.9843%203.47669C2.16207%203.51155%202.33097%203.58511%202.48021%203.69264C4.57321%204.84675%206.22971%206.5753%207.76722%208.39263C9.8999%2010.9045%2010.8075%2010.4188%2013.3568%208.77907C14.2743%208.24403%2015.0759%207.51354%2015.7104%206.63418C16.3449%205.75482%2016.7984%204.74588%2017.0419%203.67173C17.4089%202.07373%2019.3383%201.82309%2020.8063%202.87797C22.9737%204.44464%2024.2781%206.71629%2025.4982%209.04018C26.4901%2010.9097%2027.7846%2012.1735%2029.9619%2011.9594C31.3705%2011.8132%2032.293%2010.7531%2033.1957%209.72951C34.6836%208.00618%2035.244%205.73973%2036.1715%203.70829C37.2577%201.35307%2040.1938%20-0.427714%2042.0388%200.110174C45.3668%201.07106%2047.4946%203.42106%2049.2156%206.37683C49.7562%207.32205%2050.3166%208.26207%2050.8176%209.2334C51.4028%2010.3718%2052.0128%2010.5389%2052.9056%209.60938C54.254%208.32562%2055.6645%207.11594%2057.1313%205.98516C57.348%205.78148%2057.5017%205.5141%2057.5727%205.21751C57.9496%203.65085%2059.0308%203.03464%2060.3601%203.85452C63.2466%205.6353%2064.2782%208.63807%2063.8963%2012.0482C63.8071%2012.8315%2062.9887%2013.1918%2062.4828%2013.7193C60.613%2015.6671%2058.644%2017.4949%2056.2335%2018.6908C53.6148%2019.9859%2050.3166%2018.9519%2047.9608%2016.4348C46.3985%2014.7637%2045.9768%2012.6017%2045.1387%2010.6068C44.5683%209.22818%2044.2211%209.08196%2043.1796%2010.0846C40.7493%2012.3876%2038.3686%2014.7846%2035.8392%2016.9362C34.1727%2018.367%2032.1889%2019.4794%2029.9868%2019.4376C26.6886%2019.3801%2024.1987%2017.5158%2022.2049%2014.8525L22.0016%2014.5705Z'%20fill='%230F363F'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_415_454'%3e%3crect%20width='64'%20height='20'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");--scroll-thumb: #707381;--main-error: #ff0000;--font-epilogue: "Epilogue", sans-serif;--font-inter: "Inter", sans-serif}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*{box-sizing:border-box;padding:0;margin:0;outline:none}a{text-decoration:none;transition:.3s ease-in-out}button{transition:.3s ease-in-out;border:none;font-family:Epilogue,sans-serif}h1,h2,h3,h4,h5,h6{margin:0}html{background-color:var(--white-black)}body{font-family:Epilogue,sans-serif;color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--white-black)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.full-screen{overflow:hidden}#root{background-color:var(--white-black)}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px var(--panel-color) inset!important;-webkit-text-fill-color:var(--text-color)!important}.react-pdf__Page__canvas{margin:0 auto}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media(min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media(min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column,.flex-row{-webkit-box-direction:normal!important}.flex-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse,.flex-row-reverse{-webkit-box-direction:reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media(min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column,.flex-sm-row{-webkit-box-direction:normal!important}.flex-sm-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media(min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column,.flex-md-row{-webkit-box-direction:normal!important}.flex-md-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media(min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column,.flex-lg-row{-webkit-box-direction:normal!important}.flex-lg-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media(min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column,.flex-xl-row{-webkit-box-direction:normal!important}.flex-xl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media(min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media(min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media(min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media(min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports (position: -webkit-sticky) or (position: sticky){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{-webkit-box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;box-shadow:0 .125rem .25rem #00000013!important}.shadow{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;box-shadow:0 .5rem 1rem #00000026!important}.shadow-lg{-webkit-box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;box-shadow:0 1rem 3rem #0000002d!important}.shadow-none{-webkit-box-shadow:none!important;box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:#00000080!important}.text-white-50{color:#ffffff80!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.l-body{display:flex;flex-direction:column;height:100%;min-height:100vh}.b-alert{width:100%;min-height:350px;display:flex;flex-direction:column;justify-content:space-between;background-color:var(--panel-color)}.b-alert__body{margin-top:48px;padding:0 27px}.b-alert__title{font-weight:700;font-size:24px;line-height:28px;text-align:center;color:var(--border-color);margin-bottom:24px}.b-alert__text{font-size:16px;line-height:24px;text-align:center;color:var(--border-color)}.b-alert__footer{padding:0 12px;margin-top:48px;height:60px;display:flex;align-items:center;justify-content:flex-end;width:100%;background:var(--white-black6)}.MuiTooltip-tooltip{font:500 14px/16px var(--font-epilogue)!important}@media screen and (max-width:576px){.MuiTooltip-tooltip{max-width:300px!important}}.MuiTooltip-arrow{color:rgba(var(--text-color),.88)!important}.MuiInputBase-input:focus{background-color:var(--panel-color)!important}.font-22{font-size:22px!important}.font-20{font-size:20px!important}.font-18{font-size:18px!important}.font-16{font-size:16px!important}.font-14{font-size:14px!important}.font-12{font-size:12px!important}.font-weight-600{font-weight:600!important}.font-weight-500{font-weight:500!important}.text-center{text-align:center!important}.overflow-visible{overflow:visible!important}@media screen and (min-width:1025px){.-mobile{display:none!important}}@media screen and (max-width:1025px){.-desktop{display:none!important}}.b-auth{display:flex;justify-content:space-between;min-height:100vh}.b-auth__mainImg{width:640px;height:416px}.b-auth__contentWrapper{padding-left:24px;padding-right:24px;width:calc(100% - 720px);background:var(--white-black15);box-sizing:border-box}@media screen and (max-width:1300px){.b-auth__contentWrapper{width:100%}}@media screen and (max-width:768px){.b-auth__contentWrapper{padding-left:16px;padding-right:16px}}.b-auth__content{margin-left:auto;margin-right:0;display:flex;flex-direction:column;align-items:center;width:100%;height:100%}.b-auth__logo{margin-top:40px;margin-bottom:28px;max-width:280px;align-self:flex-start}@media screen and (max-width:992px){.b-auth__logo{margin-bottom:36px}}@media screen and (max-width:768px){.b-auth__logo{margin-top:16px;margin-bottom:48px;max-width:224px}}.b-auth__formWrapper{width:100%;max-width:496px}.b-auth__title{font:700 40px/48px var(--font-epilogue);color:var(--text-color);margin:36px 0 0}@media screen and (max-width:768px){.b-auth__title{font-size:32px;line-height:40px;text-align:center}}.b-auth__title:after{margin-top:32px;margin-bottom:24px;content:"";display:block;width:116px;height:4px;background:linear-gradient(90deg,#e83e67 0%,transparent 100%)}@media screen and (max-width:768px){.b-auth__title:after{margin:24px auto 20px;width:72px}}.b-auth__text{font:400 16px/28px var(--font-inter);color:var(--text-color);margin-bottom:32px}@media screen and (max-width:768px){.b-auth__text{font-size:15px;margin-bottom:24px;text-align:center}}.b-auth__signUpText{font:500 16px/28px var(--font-inter);color:var(--text-color);margin-bottom:32px;text-align:left}@media screen and (max-width:768px){.b-auth__signUpText{text-align:center;margin-bottom:20px}}.b-auth__textLink{font-weight:700;color:#41cae7;text-decoration:none!important;transition:.4s}.b-auth__textLink:hover{text-decoration:underline!important}.b-auth__btn{width:100%}.b-auth__copyright{font:500 16px/24px var(--font-epilogue);color:var(--text-color3);margin-top:auto;margin-bottom:32px;align-self:flex-start}@media screen and (max-width:768px){.b-auth__copyright{font-size:15px;text-align:center;align-self:center;margin-bottom:24px}}.b-auth__copyright br{display:none}@media screen and (max-width:768px){.b-auth__copyright br{display:block}}.b-auth__decorWrapper{position:relative;padding-left:40px;padding-right:40px;display:flex;flex-direction:column;justify-content:center;width:720px;background:#006488;box-sizing:border-box;overflow:hidden}@media screen and (max-width:1300px){.b-auth__decorWrapper{display:none}}.b-auth__decorWrapper:before{position:absolute;top:48px;left:56px;content:"";display:block;width:88px;height:78px;background:url(/assets/decor_1-B7Wi-59c.svg) center no-repeat}.b-auth__decorWrapper:after{position:absolute;right:0;bottom:0;content:"";display:block;width:96px;height:84px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABUCAYAAAB9czKDAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAA0tSURBVHgB7V1tUxtHEh5eFMsITpwC4aWcUHa5KpX//3Puk3Ouu/jgMGALgxW82UfqkVu9/SbAjpPSU7WFxPb2zHT3zM7OPNsqTdMctMewCLT/27LOCbl1ku2VB6C9fqM9nkFXeSBQp+h8e2w/RllOGSndm+2x2x6o0GRtbe2anYNBR6Rs0J77j6HjBclC7rdW7i2rxJP2D/R+KjnsoC7t8as8AaMtoed7csKpc83T9thDu0nuMtA5DRL8iepBcmjLdQnAI2WHn6AKndPXYdKj+yL6/tEeP7f/O46isi3vrv2Dhg0M2bX2/y+TPQ31RmCdaLpgwPY4bT++KbPgQf3+GSmlOo5KDJQ5jITQFgje0fdNReaszIwCHBt6XrPP8HyffT+n61GZkxJjQn87lafG4/xJ5ASSHVNdnjlyqF+N0sNkkGUcAGxE+tryJ3DADX0fKAJoyAV97bUK9xQZXH/O/rVjXN/Xrhf4KHUIwFgw/rOoR7E6DYL72Dv2OaofsNHk7x2hs3gP2DAii1dwZDT8hn1+co/rK2oPsIahK/qLyN4vPm7L597ryV4yuUHSuJGjqr6tKFDkyb4UoBtzNQyGmJFTYEcHXf+JXT8oNibs845Sl1smM/KMxYYhoGfJkhwPoIxxB4myAbTXvRdIB1hKoyj+yD5v0OyHgzfQu9ndsc/DRF0iY/FZyI4jx3UOgqi9S+gDJhk5WdCmIccrqPUCOS2TjuQOGDg3US7XNwwhjeUNGVzWi8SJ+N4vMYaBo+b3Vk9OnnhqyN2K75ED+kZlKixj/M4+yxnVFGJIA8xegFkGk9V6plU/S47LWsNxBXeqKScd0DPmzXUKWLEwE2Bz+IqBUxlgtyhQ9Fjd94qXFfSCm0gfOYrD6wF8mBw9pFwAxpaFWzfJsfi+41RMOlKW0XO65Z1TRoV8wvTuBdwQ2Yj1HMBHA29KyuvYt+RgBDl8bCYKBuQwIvV4sx0gcx/oGfeL97Isx6Fmz71H3WT9ANX5YvgD1GDizwEV/WTB8rnhgzi/5VTGg6zPthSgoUr2Auu+MknK8fpZz0TaPchz/lVULi6UDbEi91b5H48maWB5I7tgnyc0p8+Uk5kaA9nAsdonHe/NcK7Ed2toC4erdSU6vRuxNA5vtGyonEZyg10UG9IQ3xly4eoloNxg70oO3znnZNmWA6L75tzL0iD9pEIOjMsLHi9sLKWui2Pcfj5z9EhHvtOEKCDOWL08ndwJ54ZM1jG8LRWXhpwM2M70tt5w0UjuxY2i41LIXbDC7tqI/3eZrXrCIJeyAu33VyVG7Y1To4o9iiL0nbZl/j+xTwCnIhi8dX/YoEbopHQDQQL7I7gBX3p1LDNHbTG9OtqGYC3/OVYsvSc33JywuphYjbw3HnuniuocPt3STtmDdvYUnX3a6dv7kjZbYYUVVlhhhRX+TLR3+dFjzSJo5rL12LOSbw3paVE0NSRDHZQc+yGDLdL13FnH/+ZAU/SfQPzKyGPeu9Mev+AiR+nUGJ4MPfLjUNkTTNcxVdDdK6UHJhwbVPYTQ1/vsZ4byHi/WPqIvRfxfaZ7xmXGNVo39KBnH4F5yFdDBw45KWIrVNRlA4/9AELUU6rgy0AfiFNoEJzwoyGL8yeeYdhD5nEwpFXDWxs3sNUhBdC6IQMbXFOd9w0ZnMda0whKFugbxkJcanutfHaAuV1Huup6zJSVZimTvKT2ODRk0IbjIDrxJIzz3pA2J4Y5gYElEkR4xg5eIE6pnuuClmF6rXxeaPO6O1/78SpYGXPAzjIb64Zs3Ys40IxLNMTKba1DmtWbqky0GzdKbgJ5gXhdFSxs2xndtDZyEHBs5hyiQO4iqiTJZjbhq+PNoYruKRdMTiuTL0JavYkHayQD7BYbF7WicslXU8yj2+O6ZDlAvMyIQcYjSrsP8WXyOatbAV8J1WTugnIAPmRH3KBpfbx943WmlGMUNHKY7H4D52YlGXMefVBud0rj/S7PO8ar0HroOChHMumyVEZrJJiSc7U91s4YSGv73GDW8u5E6PGWgfnWnkc1dIlfym6dOsQo9BoZwR1HFh3LUBkB00nrhlLrootEwZOEngrZ86y5c4c6o8jJXuKNvRULPVlzpBEUkukX9QIzCK0926liRZ7LWNTB+7DMKqzxW9sulNErndlr4mUMrYd+CMoBrj0ZZR/aZFlwA3YaoMjLYUi7WcvhwqI7Vn0SUcRVSMNp+9WZ5QAZICHdhT31mzKKHpOYVZV2uDbSawqVW6OQy2g1o9BgWmj70RibI9qLJqMxGybKdRzScNYwNA5kOiyRomA9uEhDhsq90MhgKJCR29ngVhwP9BMyH0sXd6KeN0KPRiKzRgNPRrZDZRxK43HjTpSxDJCsAm2MzLLgOmWW2VpRJAdo4+qN0PW+q6bUF04woXhltDEMCiEzUWRkMKhDsfTKLV0I5W+1C4h+UqkWn4pdOT5E9IpBycDzQKvvnOT/61BM5PVagFxSveCsc00XvZhncYO4HgQWrv+f5iRMy9t6n5LMxVr+FdpFPeUeIIoHjDrWCqbIfFFmPQwyv5YHopm9e/uyfCYUv6IXBL9ZYMm5zOyEID2/r5PuW/jWY63TM511l2zFr1lhhRVWWGGFvwLoxp1iKXxtfPXZRGuIHx2Gw0YT55Pg8ttNjjeEtZrjx5o90eb+o1BlwgplIodYBwdRA8lY0Oe9pjpYwgl4QMok7qjMimymkwh4SDvQTtBU+XmaF5SQ+SHBhQFGJd9ATx8ervabXP4ePLljwS1K3FEf2Mw9gtr72uOFx38iwPEDZ2MfdUr1uIwDsD5+EHT1+mg/anLd3HtdtK757Cd1XVG5nsOqAyIS1/dltiQC4x44cnUdyNp1gz08ZsUcmQbW7ntkCbCl7Ghvl8MyxG1Zbsioq5L7TpCEqQ2Y4SpGzlBYHWoZuDooHDkyDuAb0F6Ucb5M5saYSR+T6VGcDHZk6ORLzB67Ty7S7RvDb62f9Qb8LTu/VL4gDTx6vOgeJ+UqPENwo7rvdondqQy9ErDIUtoL4BrZi2/iWJtSKC8chpbpAYA3dvMNimGyF0RdGMgMQ3yvwLp3fEjq7GQEKILsJdgVw8Zn2S2VsKkDZS3cG0OzvaXCGoYWyE+JOfdCkBTdwNkkG9oSN4JJtmfMytN6ad15c4eh7IPJQiaRJCkr0wu87sk5Q8fFh9z50u4dqUAqdq5PyVu6TegC3GE06wAZYVa+BUnpiHqBl0SJN7DvTQsNYpbs+p2cEQ4T3No42TP0RbR9cxjKOiDMYELoZCZJzGKyyThGwRzezctgGDbDfOPgho7S93y06sKRdYAszFKo7fvOK0ZGSOkyDOZ19U72FMX50rDWNNfLiVHrF9EcZfobnxcUQPYAa+jQIkfyfOQw5U0zU8MGQeMXRbnrrOHUyukg93XHom5bjg4zYVMGGWaanL1YFdGIT5nsWXN5TdCYw0dcHUB7bpByaBMSfbwR//dyG42dc3NkHaCxzqzZAi/4RslOsgwzQDrA4ipZdfJ4QxUdh1IZZyQP6sm/jBQ7Uh9P28yDEX9fK9eb+eFkhcAFwis+uGkh0t45hnhDMlYaF8lW84wqp5cWaasCzuf3iQXno5y2HTDGulOfKnuaKE/2AHkfwvWw2WurjffiBT0UNKXEEIbGn3lRjb2GMruRIy/Q20Bv5Q59KEauISqbz35erfn5fkpQJvRNF/K+Ku/nW0WTywuE6fEPzRf8BY0VVlhhhRVWuDcaP3Ffnzaw/5apZIjZME20V74wvAcxb2sRDxyYHh6VvzgaPScRvk/b+KVmSrVMzwEQsAxcn3bdVzSbWQKnn6JIooh72cTZUwrxj7aNc+iZP9ORjV7kJFr4paW1xZ9tWZYolqHwALtor9dYcFusNXP+lvueURn0EDykYLFrv4kzmfSKn2agApFppZ2ZJmelz/uNk1aGAe3QNtfrU3T2bXhgg+qWcdqUupJZC4rWzK0K4h0sLF/USPKYc9BVHRoxISCrMiCQq4deQaqZUeD8k0Bf7c3SaJwhkaU11ifqkFhWaTCe0rpIldkw2VUKmNBC3CnT56Vu+S2SI9RGmr8PxpImAehdh7a6BUaF/FWQqkPbE9bK5XsYGWKZ64B6LpPIe9spjC+omdFNzpr3gmKDr0B6vYovpA0bm6vpvfe8kFKnyRFy6152+BNWcHKWRthTLpZvzWe4NpDzovGclWntusm9Xy8tGF9kOzScxWWkwRA8fIHNoytq+h6FmghYvUBmO/HG+AqPLcF7lTqGKhvw3nSZD5OQsdIO8F9aksPQsok53i8jn3VAZhvQY0vIdfKjhD6v8mFeH0LmpXLAG4Zk3d0ZjrIz58o/9IUFWTkrarXfXdlS5ORGd0SOrRg29q9+XItyowwvkQMyvSD9y3wPcsBaN2uIVzn5uysZ41qVlztlHvkp8xsy8pebOA1RthGIxvbsT5ykHeDt9MgIyf72l+Us2ViLg59KB1O6DtjM1E18Hyd0zKHUz3TAHwyeDkenY+cmAAAAAElFTkSuQmCC) center no-repeat}.b-auth__imgWrapper{position:relative}.b-auth__imgWrapper:before{position:absolute;top:-15px;right:43px;content:"";display:block;width:76px;height:79px;background:url("data:image/svg+xml,%3csvg%20width='68'%20height='44'%20viewBox='0%200%2068%2044'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_415_445)'%3e%3cpath%20d='M14.9336%2027.4955C15.5446%2026.8676%2016.2372%2026.3263%2016.9924%2025.8865C20.0949%2024.0353%2022.9013%2021.7428%2025.9332%2019.792C28.9652%2017.8412%2031.433%2015.5201%2034.9303%2014.5091C36.3013%2014.083%2037.5791%2013.3967%2038.6955%2012.4872C39.1514%2012.1059%2039.6724%2011.8115%2040.2327%2011.6185C42.5774%2010.833%2044.7784%209.6641%2046.7479%208.15834C47.1965%207.83055%2047.6678%207.53552%2048.1581%207.2755C48.5952%207.06191%2049.1169%206.90526%2049.4412%207.61724C48.8715%208.40366%2048.1343%209.05085%2047.2837%209.51107C44.9428%2011.0062%2042.6018%2012.4729%2040.3314%2014.0677C37.7106%2015.8486%2034.9067%2017.3382%2031.9688%2018.5104C29.2149%2019.5974%2026.6087%2021.0329%2024.2127%2022.7823C21.6778%2024.5997%2018.9541%2026.1324%2016.0899%2027.3531C15.9359%2027.4957%2015.7417%2027.5861%2015.5344%2027.6117C15.327%2027.6372%2015.117%2027.5966%2014.9336%2027.4955Z'%20fill='%23D5EFF5'/%3e%3cpath%20d='M42.1816%2024.3356C40.9195%2025.6715%2039.459%2026.8005%2037.8523%2027.6819C33.1423%2030.5298%2028.263%2033.0787%2024.1452%2036.8094C22.5805%2037.95%2020.8912%2038.9056%2019.1107%2039.6573C16.4156%2041.126%2013.6376%2042.4335%2010.7906%2043.5732C10.2829%2043.8463%209.71594%2043.9882%209.14062%2043.9861C9.33805%2042.8897%2010.1559%2042.5622%2010.8469%2042.0353C13.5122%2040.2269%2016.4878%2038.8457%2019.2095%2037.2793C20.9299%2036.311%2022.3683%2034.9013%2024.1029%2033.9331C27.7412%2031.9395%2031.3606%2029.908%2034.9614%2027.8386C36.5126%2026.9557%2037.9935%2025.9732%2039.5306%2025.0619C40.289%2024.4847%2041.2383%2024.2246%2042.1816%2024.3356Z'%20fill='%23D5EFF5'/%3e%3cpath%20d='M27.4578%2026.002C27.4578%2026.7424%2026.9782%2026.9133%2026.668%2027.1838C23.2463%2029.9722%2019.5232%2032.3606%2015.5697%2034.3036C12.6365%2035.8699%209.74556%2037.479%206.95336%2039.2874L6.30472%2039.6434C4.51859%2040.3636%202.80053%2041.2452%201.17156%2042.2777C0.861313%2042.5055%200.466484%2042.7333%200.142137%2042.2777C-0.18221%2041.822%200.0292794%2041.523%200.45234%2041.3094C2.2856%2040.3838%203.61122%2038.7605%205.41628%2037.7922C7.98285%2036.3683%2010.1545%2034.3748%2012.7493%2033.0363C16.5847%2030.7879%2020.5392%2028.7533%2024.595%2026.9418C25.4756%2026.4342%2026.4499%2026.1144%2027.4578%2026.002Z'%20fill='%23D5EFF5'/%3e%3cpath%20d='M67.9986%200.256564C67.4774%200.862912%2066.8329%201.34861%2066.109%201.68051C63.7962%203.01902%2061.427%204.27209%2059.1566%205.6818C56.59%207.29086%2054.5593%209.6119%2052.1056%2011.3776C51.3864%2011.8902%2050.6955%2012.4314%2049.9057%2012.887C47.3993%2014.3219%2045.0378%2016.0006%2042.8547%2017.8993C42.0888%2018.6158%2041.23%2019.2242%2040.3022%2019.7077C39.8776%2019.9681%2039.3886%2020.1015%2038.892%2020.0922C38.2151%2020.0922%2037.9049%2019.608%2038.1165%2018.9673C38.2486%2018.4298%2038.5822%2017.9652%2039.0471%2017.6715C43.8841%2014.9375%2048.143%2011.3206%2052.8954%208.48698C56.294%206.45074%2059.4527%204.04429%2062.8795%202.06501C64.1537%201.29963%2065.4885%200.64235%2066.8704%200.0999506C67.2934%200.0429927%2067.5614%20-0.17062%2067.9986%200.256564Z'%20fill='%23D5EFF5'/%3e%3cpath%20d='M54.9977%2016.4473C53.4954%2018.0987%2051.696%2019.4469%2049.6953%2020.4201C49.8645%2018.5404%2052.5016%2016.5327%2054.9977%2016.4473Z'%20fill='%23D5EFF5'/%3e%3cpath%20d='M35.6794%2021.317C35.1251%2022.1866%2034.2536%2022.8006%2033.2539%2023.0257C33.268%2021.5591%2034.1423%2020.961%2035.6794%2021.317Z'%20fill='%23D5EFF5'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_415_445'%3e%3crect%20width='68'%20height='44'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center no-repeat}.b-auth__imgWrapper:after{position:absolute;left:28px;bottom:6px;content:"";display:block;width:116px;height:116px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.55889%2010.7764C3.81856%208.95658%20-1.08309%208.15533%201.53538%204.67868C5.09587%20-0.0609832%206.75637%205.87378%209.51855%205.95526C11.4185%204.09471%2013.3984%202.05759%2015.5698%200.169878C15.9195%200.0381391%2016.302%20-0.018425%2016.6834%200.00525884C17.0649%200.0289427%2017.4336%200.132114%2017.7572%200.305652C18.1563%200.984686%2017.3261%201.33777%2016.6874%201.90816C13.9731%204.33911%2010.3009%206.9466%2014.5958%2010.6541C17.6135%2013.2888%2020.7588%2015.8148%2023.7765%2018.463C24.0958%2018.7482%2023.9361%2019.4409%2024%2019.9434C23.1698%2019.9434%2022.1639%2020.3236%2021.5572%2020.0248C18.8109%2018.6668%2016.2084%2017.1865%2013.574%2015.8013C11.7698%2014.8778%209.18325%2012.3789%207.98578%2014.158C6.61268%2016.2087%202.34966%2018.2322%205.31939%2021.6817C5.57486%2021.9669%204.87235%2023.3657%204.28159%2023.583C3.24378%2023.9496%201.47152%2024.2213%200.912698%2023.7459C0.510471%2023.3349%200.229595%2022.8481%200.0935032%2022.326C-0.0425888%2021.8039%20-0.029962%2021.2617%200.13034%2020.7446C1.72697%2017.2816%203.72276%2014.0086%205.55889%2010.7764Z'%20fill='%23F7D6DE'/%3e%3c/svg%3e") center no-repeat}.b-auth__mainImg{position:relative;z-index:5}.b-auth__decorMainImg{position:absolute;top:-30px;left:70px}.b-auth__decor-1{position:absolute;right:0;bottom:286px}.b-auth__decor-2{position:absolute;right:151px;bottom:148px}.b-auth__decor-3{position:absolute;left:64px;bottom:88px}.b-auth__decorText{font:700 20px/32px var(--font-epilogue);color:#fff;text-align:center;margin:4px auto 0 65px;width:100%;max-width:545px}.b-auth__decorTextContainer{min-height:170px;display:flex;align-items:flex-end}.b-themeSwitchBtn{width:63px;height:36px;border-radius:36px;box-sizing:border-box;padding:5px;background-color:#fff5b7;cursor:pointer;transition:all 0s}.b-themeSwitchBtn.-dark{background-color:#1a1d30}.b-themeSwitchBtn__iconWrapper{width:27px;height:27px;border-radius:27px;background-color:#fff;transition:transform .3s}.b-themeSwitchBtn__iconWrapper.-dark{background-color:#4dbad0;transform:translate(27px)}.b-themeSwitchBtn__icon{width:27px;height:27px;background:url("data:image/svg+xml,%3csvg%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='27'%20height='27'%20rx='13.5'%20fill='white'/%3e%3cpath%20d='M14%2020.5615C17.6244%2020.5615%2020.5625%2017.6234%2020.5625%2013.999C20.5625%2010.3747%2017.6244%207.43652%2014%207.43652C10.3757%207.43652%207.43753%2010.3747%207.43753%2013.999C7.43753%2017.6234%2010.3757%2020.5615%2014%2020.5615Z'%20fill='%231E2527'/%3e%3cpath%20d='M14%2024.276C13.4843%2024.276%2013.0625%2023.8916%2013.0625%2023.376V23.301C13.0625%2022.7854%2013.4843%2022.3635%2014%2022.3635C14.5156%2022.3635%2014.9375%2022.7854%2014.9375%2023.301C14.9375%2023.8166%2014.5156%2024.276%2014%2024.276ZM20.6937%2021.6322C20.45%2021.6322%2020.2156%2021.5385%2020.0281%2021.3604L19.9062%2021.2385C19.5406%2020.8729%2019.5406%2020.2822%2019.9062%2019.9166C20.2718%2019.551%2020.8625%2019.551%2021.2281%2019.9166L21.35%2020.0385C21.7156%2020.4041%2021.7156%2020.9947%2021.35%2021.3604C21.1718%2021.5385%2020.9375%2021.6322%2020.6937%2021.6322ZM7.30622%2021.6322C7.06247%2021.6322%206.82809%2021.5385%206.64059%2021.3604C6.27497%2020.9947%206.27497%2020.4041%206.64059%2020.0385L6.76247%2019.9166C7.12809%2019.551%207.71872%2019.551%208.08434%2019.9166C8.44997%2020.2822%208.44997%2020.8729%208.08434%2021.2385L7.96247%2021.3604C7.78434%2021.5385%207.54059%2021.6322%207.30622%2021.6322ZM23.375%2014.9385H23.3C22.7843%2014.9385%2022.3625%2014.5166%2022.3625%2014.001C22.3625%2013.4854%2022.7843%2013.0635%2023.3%2013.0635C23.8156%2013.0635%2024.275%2013.4854%2024.275%2014.001C24.275%2014.5166%2023.8906%2014.9385%2023.375%2014.9385ZM4.69997%2014.9385H4.62497C4.10934%2014.9385%203.68747%2014.5166%203.68747%2014.001C3.68747%2013.4854%204.10934%2013.0635%204.62497%2013.0635C5.14059%2013.0635%205.59997%2013.4854%205.59997%2014.001C5.59997%2014.5166%205.21559%2014.9385%204.69997%2014.9385ZM20.5718%208.3666C20.3281%208.3666%2020.0937%208.27285%2019.9062%208.09473C19.5406%207.7291%2019.5406%207.13848%2019.9062%206.77285L20.0281%206.65098C20.3937%206.28535%2020.9843%206.28535%2021.35%206.65098C21.7156%207.0166%2021.7156%207.60723%2021.35%207.97285L21.2281%208.09473C21.05%208.27285%2020.8156%208.3666%2020.5718%208.3666ZM7.42809%208.3666C7.18434%208.3666%206.94997%208.27285%206.76247%208.09473L6.64059%207.96348C6.27497%207.59785%206.27497%207.00723%206.64059%206.6416C7.00622%206.27598%207.59684%206.27598%207.96247%206.6416L8.08434%206.76348C8.44997%207.1291%208.44997%207.71973%208.08434%208.08535C7.90622%208.27285%207.66247%208.3666%207.42809%208.3666ZM14%205.60098C13.4843%205.60098%2013.0625%205.2166%2013.0625%204.70098V4.62598C13.0625%204.11035%2013.4843%203.68848%2014%203.68848C14.5156%203.68848%2014.9375%204.11035%2014.9375%204.62598C14.9375%205.1416%2014.5156%205.60098%2014%205.60098Z'%20fill='%231E2527'/%3e%3c/svg%3e") center no-repeat;background-size:27px}.b-themeSwitchBtn__icon.-dark{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.9344%2015.6858C20.7844%2015.4326%2020.3625%2015.0389%2019.3125%2015.2264C18.7313%2015.3295%2018.1407%2015.3764%2017.55%2015.3482C15.3657%2015.2545%2013.3875%2014.2514%2012.0094%2012.7045C10.7907%2011.3451%2010.0407%209.57325%2010.0313%207.66075C10.0313%206.592%2010.2375%205.56075%2010.6594%204.58575C11.0719%203.63888%2010.7813%203.142%2010.575%202.93575C10.3594%202.72013%209.85316%202.42013%208.85941%202.83263C5.02503%204.44513%202.65316%208.28888%202.93441%2012.4045C3.21566%2016.2764%205.93441%2019.5857%209.53441%2020.8326C10.3969%2021.1326%2011.3063%2021.3107%2012.2438%2021.3482C12.3938%2021.3576%2012.5438%2021.367%2012.6938%2021.367C15.8344%2021.367%2018.7782%2019.8857%2020.6344%2017.3639C21.2625%2016.492%2021.0938%2015.9389%2020.9344%2015.6858Z'%20fill='%231A1D30'/%3e%3c/svg%3e") center no-repeat}.b-themeSwitchBtnContainer{position:relative}.b-themeSwitchBtnTooltip{background-color:#fff;border:1px solid #f0f2f5;padding:12px 16px;position:absolute;border-radius:8px;color:#667185;width:330px;box-sizing:border-box;left:-360px;top:-10px;line-height:20px;transform:translate(-50%) scale(.8);opacity:0;visibility:hidden;transition:opacity .3s ease,transform .3s ease,visibility .3s}.b-themeSwitchBtnTooltip.-visible{opacity:1;visibility:visible;transform:scale(1)}@media screen and (max-width:768px){.b-themeSwitchBtnTooltip{width:150px;left:-170px}}.b-themeSwitchBtnTooltip:before{content:"";position:absolute;background-color:#fff;z-index:1;border:1px solid #f0f2f5;border-bottom:none;border-left:none;width:15px;height:15px;transform:rotate(45deg);right:-8px;top:20px}.b-themeSwitchBtnTooltip__close{padding:5px;position:absolute;top:3px;cursor:pointer;right:5px}.b-authControl{margin-left:auto;margin-right:0;display:flex;align-items:center}.b-authControl__btnWrapper{display:flex;align-items:center;gap:20px}.b-authControl__contactLink{font:600 16px/24px var(--font-epilogue);color:var(--text-color);text-decoration:none;margin-right:28px;transition:.4s ease-in-out}@media screen and (max-width:1024px){.b-authControl__contactLink{display:none}}.b-authControl__contactLink:hover{color:#50a6c6}.b-authControl__profileLink{position:relative;text-decoration:none!important;display:flex;align-items:center}@media screen and (max-width:1024px){.b-authControl__profileLink{display:none}}.b-authControl__profileLink:hover .b-profileMenu{visibility:visible;opacity:1}.b-authControl__profileImgWrapper{display:block;width:56px;height:56px;border:1px solid var(--border-color5);border-radius:50%;overflow:hidden;transition:.4s}.b-authControl__profileLink:hover .b-authControl__profileImgWrapper{border-color:#39b2cb}.b-authControl__profileImg{display:block;width:100%;height:100%;object-fit:cover}.b-authControl__profileInfoWrapper{margin-left:12px}.b-authControl__profileName{font:600 16px/24px var(--font-epilogue);color:var(--text-color);transition:.4s ease-in-out}.b-authControl__profileLink:hover .b-authControl__profileName{color:#39b2cb}.b-authControl__profileStatus{font:500 14px/24px var(--font-epilogue);color:#7c7f80;transition:.4s ease-in-out}.b-authControl__profileLink:hover .b-authControl__profileStatus{color:#39b2cb}.b-authControl__signIn{font:600 17px/24px var(--font-epilogue);color:var(--text-color)!important;text-decoration:none!important;padding:8px 20px;border:1px solid var(--border-color);border-radius:8px;transition:.4s}@media screen and (max-width:1024px){.b-authControl__signIn{display:none}}@media screen and (max-width:768px){.b-authControl__signIn{font-size:15px;padding-top:4px;padding-bottom:4px}}@media screen and (max-width:374px){.b-authControl__signIn{font-size:13px;padding-left:14px;padding-right:14px}}.b-authControl__signIn:hover{color:var(--btn-color)!important;border-color:#39bd86;background:#39bd86}.b-authControl__signIn.-loggedOut{border:none}.b-authControl__signIn.-loggedOut:hover{color:var(--text-color)!important;background:#39bd861f}.b-authControl__signUp{position:relative;font:600 17px/24px var(--font-epilogue);color:#fff!important;text-decoration:none!important;padding:8px 20px;border-radius:8px;background:#39bd86;transition:.4s;overflow:hidden}@media screen and (max-width:1024px){.b-authControl__signUp{display:none}}@media screen and (max-width:768px){.b-authControl__signUp{font-size:15px;padding-top:4px;padding-bottom:4px}}.b-authControl__signUp:before{position:absolute;top:0;left:0;z-index:1;content:"";display:block;width:0;height:100%;background:#0000001f;transition:.4s}.b-authControl__signUp:hover{text-decoration:none}.b-authControl__signUp:hover:before{width:100%}.b-authControl__signUp.-loggedOut{border:none}.b-authControl__signUp.-loggedOut:hover{color:var(--text-color);background:#39bd861f}.b-authControl__btnText{position:relative;z-index:2}.b-authInput{margin-bottom:16px!important;width:100%}.b-authInput input{background-color:var(--panel-color)!important}.b-authInput input:-webkit-autofill,.b-authInput input:-webkit-autofill:hover,.b-authInput input:-webkit-autofill:focus,.b-authInput input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px var(--panel-color) inset!important;color:var(--text-color)!important;-webkit-text-fill-color:var(--text-color)!important}@media screen and (max-width:768px){.b-authInput{margin-bottom:12px!important}}.b-authInput__input{padding:16px!important;margin-bottom:0!important;width:100%;background:var(--white-black3);border-radius:16px}@media screen and (max-width:768px){.b-authInput__input{padding:8px!important;border-radius:12px}}.b-authInput__input input{border-radius:0}.b-authInput__input input::-ms-reveal,.b-authInput__input input::-ms-clear{display:none}.b-authInput__input.-password .MuiIconButton-root{color:#727272;padding:4px}.b-authInput__input.-password input::-ms-reveal,.b-authInput__input.-password input::-ms-clear{display:none}.b-authInput input[type=password]{font-family:Verdana,sans-serif;font-size:24px;letter-spacing:-.5px;padding-top:4px;padding-bottom:8px}@media screen and (max-width:680px){.b-authInput input[type=password]{font-size:16px;padding-top:9px;padding-bottom:12px}}.b-authInput input[type=password]::placeholder{font:500 16px/24px var(--font-epilogue);letter-spacing:normal}.b-authInput__errorText{margin-top:4px;margin-left:16px;font-size:12px;line-height:16px;font-weight:500;font-family:var(--font-epilogue);color:red;transition:.4s}.b-authInput__errorText.-hide{font-size:0;height:0}.b-authInput .MuiOutlinedInput-notchedOutline{border-radius:4px!important;border-color:var(--border-color4)!important}.b-authInput .Mui-focused .MuiOutlinedInput-notchedOutline{border:2px solid #39b2cb!important}.b-authInput .Mui-error .MuiOutlinedInput-notchedOutline{border-color:red!important}.b-authInput .MuiOutlinedInput-root{background:var(--panel-color)}@media screen and (max-width:768px){.b-authInput .MuiOutlinedInput-root{padding-left:12px}}.b-authInput .MuiOutlinedInput-input{padding-top:13px;padding-bottom:11px;font:500 16px/24px var(--font-epilogue);color:var(--text-color)}@media screen and (max-width:768px){.b-authInput .MuiOutlinedInput-input{padding-top:12px;padding-bottom:12px;font-size:14px;line-height:20px}}.b-authInput .MuiOutlinedInput-input::placeholder{color:var(--text-placeholder)}@media screen and (max-width:768px){.b-authInput .MuiInputAdornment-root img{width:20px;height:20px}}.b-authInput .MuiSvgIcon-roo{font-size:1.3rem}.b-authInput__checkbox{display:flex;justify-content:flex-start;padding:16px;margin:0!important;width:100%;background:var(--white-black3);border-radius:16px}@media screen and (max-width:768px){.b-authInput__checkbox{padding:12px}}.b-authInput__checkbox .MuiCheckbox-root{padding:0}.b-authInput__checkbox svg{width:20px;height:20px}.b-authInput__checkbox .MuiTypography-root{margin-left:12px;font:500 14px/20px var(--font-epilogue);color:var(--text-color)}.b-authInput__btn{margin-top:8px!important;width:100%}@media screen and (max-width:768px){.b-authInput__btn{margin-top:4px!important}}.b-authInput__linkWrapper{display:flex;justify-content:center}.b-authInput__link{font:600 16px/24px var(--font-epilogue)!important;color:#41cae7!important;text-align:center!important;text-decoration:none!important;margin-top:24px!important;padding:8px 24px!important;display:inline-flex!important;border-radius:8px!important}@media screen and (max-width:768px){.b-authInput__link{font-size:15px!important;line-height:20px!important;margin-top:18px!important}}.b-authInput__link:hover{background:#41cae71f}.b-authInput__linkBtn{font:500 16px/24px var(--font-inter)!important;color:var(--text-color)!important;text-align:center!important;text-decoration:none!important;display:inline-flex;margin-top:24px!important;padding:8px 24px;cursor:pointer;border-radius:8px}@media screen and (max-width:768px){.b-authInput__linkBtn{font-size:15px!important;line-height:20px!important}}.b-authInput__linkBtn:hover{background:#41cae71f}.b-authInput__linkBtn.-gray-transparent{font-weight:600!important;color:var(--text-color5)!important;margin-top:8px!important;padding:8px 77px!important}.b-authInput__linkBtn.-gray-transparent:hover{background:var(--white-black2)}.b-authInput__linkBtn span{font-weight:700!important;color:#41cae7!important;margin-left:4px}.b-authMenu{margin-top:48px;display:none;align-items:center;justify-content:center;gap:16px}@media screen and (max-width:1024px){.b-authMenu{display:flex}}.b-authMenu__signIn{font:600 17px/24px var(--font-epilogue);color:var(--text-color)!important;text-decoration:none!important;padding:7px 20px;border:1px solid var(--border-color);border-radius:8px;background:transparent;transition:.4s}.b-authMenu__signIn:hover{color:var(--panel-color)!important;border-color:#39bd86;background:#39bd86}.b-authMenu__signIn.-loggedOut{border:none}.b-authMenu__signIn.-loggedOut:hover{color:var(--text-color)!important;background:#39bd861f}.b-authMenu__signUp{position:relative;font:600 17px/24px var(--font-epilogue);color:var(--panel-color)!important;text-decoration:none!important;padding:8px 20px;border-radius:8px;background:#39bd86;transition:.4s;overflow:hidden}.b-authMenu__signUp:before{position:absolute;top:0;left:0;z-index:1;content:"";display:block;width:0;height:100%;background:#0000001f;transition:.4s}.b-authMenu__signUp:hover{text-decoration:none}.b-authMenu__signUp:hover:before{width:100%}.b-authMenu__signUp.-loggedOut{border:none}.b-authMenu__signUp.-loggedOut:hover{color:var(--text-color);background:#39bd861f}.b-authMenu__btnText{position:relative;z-index:2}.b-btn{position:relative;font:600 20px/28px var(--font-epilogue)!important;color:var(--btn-color)!important;text-transform:none!important;text-decoration:none!important;padding:17px 20px 15px!important;border-radius:8px!important;background:linear-gradient(90deg,#5abce0,#61d9ea)!important;overflow:hidden!important;cursor:pointer}.b-btn span{color:var(--btn-color)!important}.b-btn:hover{text-decoration:none!important}@media screen and (max-width:768px){.b-btn{font-size:15px!important;line-height:20px!important;padding-top:12px!important;padding-bottom:12px!important}}.b-btn.Mui-disabled{background:var(--btn-disabled-bg)!important;pointer-events:none}.b-btn.-blue{background:#41cae7!important}.b-btn.-lightRed{background:#e15b4c!important}.b-btn.-noPadding{padding:0!important;min-width:auto!important}.b-btn.-transparentBlue{background:transparent!important;border:1px solid #41cae7!important}.b-btn.-transparentBlue span{color:#41cae7!important}.b-btn.-transparentBlue:before{display:none}.b-btn.-transparentBlue.-middleSize{padding-bottom:11px!important;padding-top:11px!important}.b-btn.-green-gradient{background:linear-gradient(90deg,#39bd86,#63eab2)!important}.b-btn.-green{background:#39bd86!important}.b-btn.-red{background:#ef0000!important}.b-btn.-light-red{background:#e15b4c!important}.b-btn.-expired{opacity:.7;cursor:inherit!important}.b-btn.-expired:before{transition:0s;width:100%}.b-btn.-gray,.b-btn.-gray span{color:var(--text-color5)!important}.b-btn.-gray{background:var(--white-black2)!important}.b-btn.-gray-border{border:2px solid var(--text-color5)!important;color:var(--text-color5)!important;background:transparent!important}.b-btn.-gray-border span{color:var(--text-color5)!important}.b-btn.-gray-border:before{display:none}.b-btn.-gray-border:hover,.b-btn.-gray-border:hover span{color:var(--btn-color)!important}.b-btn.-gray-border:hover{background:var(--text-color5)!important}.b-btn.-middleSize{padding-top:12px!important;padding-bottom:12px!important}.b-btn.-xsSize{line-height:36px!important;height:36px!important;padding-top:0!important;padding-bottom:0!important;font-size:14px!important}.b-btn.-smallSize{font-size:18px!important;line-height:24px!important;padding-top:12px!important;padding-bottom:12px!important}@media screen and (max-width:992px){.b-btn.-smallSize{font-size:15px!important;line-height:20px!important}}.b-btn.-miniSize{display:flex;align-items:center;justify-content:center;border-radius:4px!important;text-transform:uppercase!important;width:94px;height:24px;padding:0!important;font:600 11px/0 var(--font-epilogue)!important}.b-btn.-noHorizontalPadding{padding-left:0!important;padding-right:0!important}.b-btn.-icon{display:flex;align-items:center}.b-btn.-icon svg{fill:var(--btn-color)!important}.b-btn.-icon-start{display:flex;align-items:center}.b-btn.-icon-acc.state_open .MuiButton-endIcon{transform:rotate(-180deg)}.b-btn.-icon-acc .MuiButton-endIcon{transition:.4s ease-in-out}@media screen and (max-width:680px){.b-btn.-icon-acc .MuiButton-endIcon{width:16px;height:16px}}@media screen and (max-width:680px){.b-btn.-icon-acc .MuiButton-endIcon svg{width:16px;height:16px}}.b-btn.-transparent,.b-btn.-transparent span{color:var(--text-color5)!important}.b-btn.-transparent{background:transparent!important}.b-btn.-transparent:before{display:none}.b-btn:before{position:absolute;top:0;left:0;z-index:1;content:"";display:block;width:0;height:100%;background:#0000001f;transition:.4s ease-in-out}.b-btn:hover:before{width:100%}.b-btn__text{position:relative;z-index:3}.b-btn.-icon .b-btn__text{margin-right:48px}.b-btn.-icon-start .b-btn__text{margin-left:8px}@media screen and (max-width:680px){.b-btn.-icon-start .b-btn__text{margin-left:8px}}.b-btn.-icon-acc .b-btn__text{margin-right:32px}.b-btn .MuiButton-startIcon,.b-btn .MuiButton-endIcon{position:relative;z-index:3}.b-btn .MuiButton-startIcon svg,.b-btn .MuiButton-endIcon svg{font-size:26px}@media screen and (max-width:680px){.b-btn .MuiButton-startIcon,.b-btn .MuiButton-endIcon{width:24px;height:24px}}@media screen and (max-width:680px){.b-btn .MuiButton-startIcon svg,.b-btn .MuiButton-endIcon svg{width:24px;height:24px}}@keyframes arrow-animation{0%{transform:translate(0)}25%{transform:translate(-20px)}50%{transform:translate(5px)}75%{transform:translate(-10px)}to{transform:translate(0)}}.l-content{padding:64px 24px 180px;flex:1;background:var(--white-black);overflow:hidden}@media screen and (max-width:768px){.l-content{padding:32px 16px 80px}}.l-content.-examQuestion{padding-top:48px;padding-bottom:180px}@media screen and (max-width:768px){.l-content.-examQuestion{padding:32px 16px 80px}}.l-content.-dashboard{padding-top:48px;padding-bottom:192px}@media screen and (max-width:768px){.l-content.-dashboard{padding:24px 16px 80px}}.l-content.-adv{padding-top:20px}.b-hamburger{display:none;align-items:center;background:none}@media screen and (max-width:1024px){.b-hamburger{display:flex}}.b-hamburger__icon path{fill:var(--text-color)}.b-hamburger__text{font:600 10px/16px var(--font-epilogue);color:var(--text-color);letter-spacing:.1em;text-transform:uppercase;margin-left:8px}@media screen and (max-width:1024px){.l-mainNavigation{position:fixed;top:-100vh;left:0;z-index:5;width:100%;height:calc(100vh - 96px);background:var(--panel-color);opacity:0;transition:.4s ease-in-out}}@media screen and (max-width:1024px){.l-mainNavigation{top:-100vh;height:calc(100vh - 66px)}}@media screen and (max-width:1024px){.l-mainNavigation.state_open{top:66px;opacity:1}}.l-mainNavigation.-authMenu{display:none}@media screen and (max-width:1024px){.l-mainNavigation.-authMenu{display:block}}.b-mainNavigation{padding:0;margin:0;list-style:none;display:flex;align-items:center}@media screen and (max-width:1024px){.b-mainNavigation{width:100%;flex-direction:column}}.b-mainNavigation__item{font:600 16px/24px var(--font-epilogue);color:var(--text-color);margin-right:32px}.b-mainNavigation.state_open .b-mainNavigation__item{font-size:14px;text-align:center;text-transform:uppercase;letter-spacing:1px;padding:16px 0;margin:0;width:100%;border-bottom:1px solid var(--border-color2)}.b-mainNavigation__item:hover{color:#50a6c6}.b-mainNavigation__item:last-of-type{margin-right:0}.b-mainNavigation__item.-has-children{position:relative;padding-right:18px}.b-mainNavigation__item.-has-children:after{position:absolute;top:50%;right:-8px;margin-top:-12px;content:"";display:block;width:24px;height:24px;transition:.4s ease-in-out;-webkit-mask:url("data:image/svg+xml,%3csvg%20fill='%23000000'%20height='20'%20viewBox='0%200%2024%2024'%20width='20'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.41%207.84L12%2012.42l4.59-4.58L18%209.25l-6%206-6-6z'/%3e%3cpath%20d='M0-.75h24v24H0z'%20fill='none'/%3e%3c/svg%3e") no-repeat center;mask:url("data:image/svg+xml,%3csvg%20fill='%23000000'%20height='20'%20viewBox='0%200%2024%2024'%20width='20'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.41%207.84L12%2012.42l4.59-4.58L18%209.25l-6%206-6-6z'/%3e%3cpath%20d='M0-.75h24v24H0z'%20fill='none'/%3e%3c/svg%3e") no-repeat center;background-color:var(--border-color);cursor:pointer}@media screen and (max-width:1024px){.b-mainNavigation__item.-has-children:after{top:30px;width:16px;height:16px;right:16px}}.b-mainNavigation__item.-has-children:hover:after{transform:rotate(-180deg)}.b-mainNavigation__item.-has-children:hover .sub-menu{visibility:visible;opacity:1;transform:scale(1)}.b-mainNavigation__item.-depth_2{text-transform:none;font-weight:500;font-size:14px;float:none;margin:0;padding:10px 16px;width:100%;border-bottom:1px solid rgba(var(--panel-color),.08);box-sizing:border-box}@media screen and (max-width:1024px){.b-mainNavigation__item.-depth_2{font-size:12px;letter-spacing:.1em;font-weight:500;padding:0!important;margin-bottom:12px!important;border-bottom:none!important}}.b-mainNavigation__item.-depth_2:last-child{border-bottom:0}@media screen and (max-width:1024px){.b-mainNavigation__item.-depth_2:last-child{margin-bottom:0!important}}.b-mainNavigation__item.-depth_2:hover:before{display:none}.b-mainNavigation__item.-depth_2:hover a{transition:all .2s ease-in-out;color:#41cae7}.b-mainNavigation__item.-depth_2 a{padding:0;color:inherit}.b-mainNavigation__submenu{transition:all .2s ease-in-out;position:absolute;top:110%;left:17px;z-index:10;list-style:none;padding:0;visibility:hidden;min-width:200px;border-radius:12px;background-color:var(--panel-color);box-shadow:0 8px 24px var(--shadow-color);color:var(--text-color);opacity:0;transform:scale(1.1);-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px)}@media screen and (max-width:1024px){.b-mainNavigation__submenu{position:static;padding-top:12px;box-shadow:none;border-radius:0;transform:none;opacity:1;visibility:visible}}.b-mainNavigation__link{color:inherit}.b-profileMenu{position:absolute;top:53px;right:0;visibility:hidden;opacity:0}.b-profileMenu:before{content:"";display:block;width:100px;height:10px;background:transparent}.b-profileMenu__list{display:flex;flex-direction:column;width:200px;border-radius:12px;box-shadow:0 8px 24px var(--shadow-color);-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px);overflow:hidden}.b-profileMenu__item{font:500 14px/20px var(--font-epilogue);color:var(--text-color)!important;text-decoration:none!important;text-align:left;padding:12px 16px;border-bottom:1px solid rgba(67,72,72,.12);background:var(--color1);cursor:pointer;transition:.4s ease-in-out}.b-profileMenu__item:hover{background:var(--blue1)}.b-profileMenu__item:last-child{border-bottom:none}.b-siteCopyright{font:500 16px/24px var(--font-epilogue);color:var(--text-color3);display:flex;align-items:center}@media screen and (max-width:768px){.b-siteCopyright{font-size:15px;text-align:center}}.b-siteCopyright br{display:none}@media screen and (max-width:768px){.b-siteCopyright br{display:block}}.l-siteFooter{flex:0;border-top:1px solid var(--border-color2);background:var(--white-black)}.b-siteFooter{margin:0 auto;padding:24px;display:grid;grid-template-columns:400px 1fr 400px;grid-gap:16px;width:100%;max-width:1272px}@media screen and (max-width:1080px){.b-siteFooter{display:flex;flex-direction:column;align-items:center;grid-gap:40px}}@media screen and (max-width:768px){.b-siteFooter{padding:24px 16px}}.b-siteFooter__logo{position:relative;display:flex;align-items:center;margin-right:0;margin-left:auto;width:224px;height:100%;transition:.4s}@media screen and (max-width:1080px){.b-siteFooter__logo{margin:0 auto;height:32px}}.b-siteFooter__logoImg{position:absolute;top:0;left:0;display:block;width:100%;height:100%;transition:.4s}.b-siteFooter__logo:hover .b-siteFooter__logoImg{opacity:0}.l-body.-page_inner .b-siteFooter__logo:hover .b-siteFooter__logoImg{opacity:1;filter:invert(1)}.b-siteFooter__logoImg.-hover{opacity:0}.b-siteFooter__logo:hover .b-siteFooter__logoImg.-hover{opacity:1}.l-body.-page_inner .b-siteFooter__logo:hover .b-siteFooter__logoImg.-hover{opacity:0}@media print{.l-siteFooter{display:none}}.l-siteHeader{display:block;width:100%;height:96px;background:var(--white-black)}@media screen and (max-width:992px){.l-siteHeader{height:66px}}.b-siteHeader{position:fixed;top:0;left:50%;z-index:4;transform:translate(-50%);width:100%;background:var(--panel-color)}.b-siteHeader__futureUpdate{background:#c0c0c066;min-height:40px;width:100%;position:fixed;bottom:-40px;z-index:9}.b-siteHeader__futureUpdate.-top{top:0;height:fit-content}.b-siteHeader__futureUpdate p{padding:8px 24px 8px 12px;max-width:1272px;margin:0 auto;box-sizing:border-box;position:relative;text-align:center;display:flex;justify-content:center;font:600 14px Epilogue,sans-serif}.b-siteHeader__futureUpdate p img{margin-top:-4px}.b-siteHeader__futureUpdate .b-modal__closeBtn{width:12px;height:12px;z-index:99}.b-siteHeader__wrapperInner{margin:0 auto;padding:24px;display:flex;align-items:center;width:100%;max-width:1272px;height:96px}@media screen and (max-width:992px){.b-siteHeader__wrapperInner{height:66px}}@media screen and (max-width:768px){.b-siteHeader__wrapperInner{padding:16px}}.b-siteHeader__advBanner{display:flex;justify-content:center}.b-siteHeader__advBanner p{background:linear-gradient(to right bottom,#683ad8 35%,#41ccc9);padding:15px 19px;border-radius:8px;color:#fff;font-weight:500;line-height:20px;font-size:14px;text-align:center;max-width:1224px}.b-siteHeader__advBanner b{font-weight:800}.b-siteHeader__advBanner span{color:#39bd86}@media print{.b-siteHeader{display:none}@page{margin:56px 0 0}body{margin-top:-146px}}.l-siteLogo{margin-right:106px}@media screen and (max-width:1156px){.l-siteLogo{margin-right:40px}}@media screen and (max-width:386px){.l-siteLogo{margin-right:20px}}.b-siteLogo{max-width:280px}@media screen and (max-width:1066px){.b-siteLogo{max-width:224px}}@media screen and (max-width:374px){.b-siteLogo{max-width:170px}}.b-siteLogo__link{display:block}.b-siteLogo__img{display:block;width:100%}.b-socialList{margin:0;padding:0;list-style:none;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px}.b-socialList__link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--text-color5);border-radius:50%;transition:.4s ease-in-out}.b-socialList__link:hover{border-color:#39bd86}.b-socialList__link:hover svg path{fill:#39bd86}.b-socialList__link svg path{fill:var(--text-color3);transition:.4s ease-in-out}.b-addCourse{position:relative;margin:0 auto;width:100%;max-width:928px}.b-addCourse:before{position:absolute;top:-85px;left:10px;z-index:1;content:"";display:block;width:68px;height:44px;background:var(--decor3-path) center no-repeat}@media screen and (max-width:768px){.b-addCourse:before{display:none}}.b-addCourse__title{font:600 24px/32px var(--font-epilogue);color:var(--text-color);text-align:center;margin-top:40px;margin-bottom:12px}.b-addCourse__contentWrapper{position:relative}.b-addCourse__contentWrapper:before{position:absolute;left:-88px;bottom:56px;z-index:1;content:"";display:block;width:148px;height:88px;background:var(--decor2-path) center no-repeat}@media screen and (max-width:768px){.b-addCourse__contentWrapper:before{display:none}}.b-addCourse__contentWrapper:after{position:absolute;top:-40px;right:-48px;z-index:1;content:"";display:block;width:148px;height:88px;background:var(--decor1-path) center no-repeat}@media screen and (max-width:768px){.b-addCourse__contentWrapper:after{display:none}}.b-addCourse__content{position:relative;z-index:3;padding:0 0 56px;border:1px solid var(--border-color2);border-radius:24px;background:var(--panel-color);box-shadow:0 0 16px var(--shadow-color2-0);width:928px;margin:0 auto}@media screen and (max-width:768px){.b-addCourse__content{padding-left:16px;padding-right:16px;padding-bottom:36px;border-radius:20px;max-width:100%}}.b-addCourse__content:before{position:absolute;left:35%;bottom:-100px;z-index:1;content:"";display:block;width:24px;height:24px;background:var(--decor4-path) center no-repeat}@media screen and (max-width:768px){.b-addCourse__content:before{display:none}}.b-addCourse__content:after{position:absolute;right:-20%;bottom:30px;z-index:1;content:"";display:block;width:70px;height:20px;background:var(--decor5-path) center no-repeat}@media screen and (max-width:768px){.b-addCourse__content:after{display:none}}.b-addCourse__btnWrapper{margin:20px auto 0;display:flex;align-items:center;justify-content:center;max-width:544px}.b-addCourse__btnWrapper.-double{justify-content:space-between}@media screen and (max-width:680px){.b-addCourse__btnWrapper.-double{flex-direction:column-reverse;grid-gap:22px}}@media screen and (max-width:680px){.b-addCourse__btn{padding-left:24px;padding-right:16px}}.b-answerOptions{border:1px solid var(--border-color2);border-radius:16px;overflow:hidden;transition:.4s ease-in-out}@media screen and (max-width:768px){.b-answerOptions{border-radius:12px}}.b-answerOptions__label{padding:16px;display:flex;align-items:center;border-bottom:1px solid var(--border-color2);transition:.4s ease-in-out;cursor:pointer}@media screen and (max-width:768px){.b-answerOptions__label{padding:12px}}.b-answerOptions__label:last-of-type{border-bottom:none}.b-answerOptions__label.-checked{background:var(--bg-color5)}.b-answerOptions__label.-answered{pointer-events:none}.b-answerOptions__label.-incorrect{background:var(--bg-color6)}.b-answerOptions__label.-correct{background:var(--bg-color7)}.b-answerOptions__answerLabel{padding:16px;display:flex;align-items:center;border-bottom:1px solid var(--border-color2);transition:.4s ease-in-out}@media screen and (max-width:768px){.b-answerOptions__answerLabel{padding:12px}}.b-answerOptions__answerLabel:last-of-type{border-bottom:none}.b-answerOptions__answerLabel.-checked{background:var(--bg-color5)}.b-answerOptions__answerLabel.-answered{pointer-events:none}.b-answerOptions__answerLabel.-incorrect{background:var(--bg-color6)}.b-answerOptions__answerLabel.-correct{background:var(--bg-color7)}.b-answerOptions__input{width:0;height:0;opacity:0}.b-answerOptions__iconWrapper{margin-right:12px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--border-color2);border-radius:50%;transition:.4s ease-in-out}.b-answerOptions__label:hover .b-answerOptions__iconWrapper{border:1px solid #41cae7;background:#41cae7}.b-answerOptions__label:hover .b-answerOptions__iconWrapper span{color:var(--panel-color)}.b-answerOptions__label.-incorrect .b-answerOptions__iconWrapper{border-color:#e34234!important;background:#e34234 url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.3358%201.36776C2.85051%200.876761%202.06369%200.876761%201.5784%201.36776C1.09311%201.85876%201.09311%202.65483%201.5784%203.14584L6.26975%207.89237L1.36397%2012.8559C0.878677%2013.3469%200.878677%2014.1429%201.36397%2014.6339C1.84926%2015.1249%202.63608%2015.1249%203.12137%2014.6339L8.02715%209.67045L12.9102%2014.6109C13.3955%2015.1019%2014.1823%2015.1019%2014.6676%2014.6109C15.1529%2014.1199%2015.1529%2013.3238%2014.6676%2012.8328L9.78455%207.89237L14.4531%203.16887C14.9384%202.67787%2014.9384%201.8818%2014.4531%201.3908C13.9678%200.899796%2013.181%200.899796%2012.6957%201.3908L8.02715%206.1143L3.3358%201.36776Z'%20fill='white'/%3e%3c/svg%3e") center no-repeat!important}.b-answerOptions__label.-correct .b-answerOptions__iconWrapper{border-color:#64bd5e!important;background:#64bd5e url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.8574%202.84116C14.3582%202.37624%2015.1579%202.38797%2015.6436%202.86735C16.0851%203.30316%2016.1151%203.97543%2015.7407%204.44335L15.6162%204.57716L6.00482%2013.5L0.336018%207.63544C-0.137779%207.14529%20-0.106771%206.38026%200.405277%205.92672C0.870776%205.51441%201.57358%205.50146%202.05348%205.87078L2.19031%205.99302L6.1019%2010.0403L13.8574%202.84116Z'%20fill='white'/%3e%3c/svg%3e") center no-repeat!important}.b-answerOptions__answerWrapper{margin-right:12px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--border-color2);border-radius:50%;transition:.4s ease-in-out}.b-answerOptions__answerLabel.-incorrect .b-answerOptions__answerWrapper{border-color:#e34234!important}.b-answerOptions__answerLabel.-correct .b-answerOptions__answerWrapper{border-color:#64bd5e!important}.b-answerOptions .b-answerOptions__input:checked+span{border:1px solid #41cae7;background:#41cae7}.b-answerOptions .b-answerOptions__input:checked+span span{color:var(--panel-color)}.b-answerOptions .b-answerOptions__input:checked+span+span{color:#41cae7}.b-answerOptions__iconText{font:500 14px/16px var(--font-inter);color:var(--text-color);transition:.4s ease-in-out}.b-answerOptions__label.-incorrect .b-answerOptions__iconText,.b-answerOptions__label.-correct .b-answerOptions__iconText{font-size:0}.b-answerOptions__incorrectAnswer{color:#e34234!important}.b-answerOptions__incorrectAnswer path{fill:#e34234!important}.b-answerOptions__selectedAnswer{color:#64bd5e!important}.b-answerOptions__selectedAnswer path{fill:#64bd5e!important}.b-answerOptions__text{font:500 17px/24px var(--font-epilogue);color:var(--text-color);transition:.4s ease-in-out;max-width:calc(100% - 44px)}@media screen and (max-width:768px){.b-answerOptions__text{font-size:15px;line-height:24px}}.b-answerOptions__label.-incorrect .b-answerOptions__text{color:#e34234!important}.b-answerOptions__label.-correct .b-answerOptions__text{color:#64bd5e!important}.b-billingInfo{margin-top:32px;margin-bottom:24px}@media screen and (max-width:680px){.b-billingInfo{margin-top:20px;margin-bottom:16px}}.b-billingInfo__header{padding-left:24px;padding-right:24px;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:680px){.b-billingInfo__header{display:none}}.b-billingInfo__courses{font:600 14px/20px var(--font-epilogue);color:var(--text-color);display:block;width:calc(100% - 100px)}.b-billingInfo__price{font:600 14px/20px var(--font-epilogue);color:var(--text-color);margin-right:0;display:block}.b-billingInfo__priceLow{font:600 18px/24px Epilogue,sans-serif;padding:0!important;color:var(--text-color)}.b-billingInfo__body{padding:24px;border:1px solid var(--border-color2);border-radius:16px}@media screen and (max-width:680px){.b-billingInfo__body{padding:16px;border-radius:12px}}.b-billingInfo__row{padding-top:24px;padding-bottom:24px;display:flex;border-top:1px solid var(--border-color2)}@media screen and (max-width:680px){.b-billingInfo__row{position:relative;padding-top:16px;padding-bottom:16px;flex-direction:column}}.b-billingInfo__row:first-of-type{padding-top:0;border:none!important}.b-billingInfo__row:last-of-type{padding-bottom:0;border-top:1px dashed #989898}@media screen and (max-width:680px){.b-billingInfo__row.-total{flex-direction:row}}.b-billingInfo__courseName{font:500 18px/24px var(--font-epilogue);color:#7c7f80;margin-right:12px}@media screen and (max-width:680px){.b-billingInfo__courseName{font-size:16px;margin:0;width:calc(100% - 24px)}}.b-billingInfo__courseFreeName{font:500 18px/24px var(--font-epilogue);color:#7c7f80;margin-right:12px;padding:9px 0}@media screen and (max-width:680px){.b-billingInfo__courseFreeName{font-size:16px;margin:0;width:calc(100% - 24px)}}.b-billingInfo__courseFreeName.-priced{display:flex}.b-billingInfo__freeCourses :last-child{padding:9px 0 24px}.b-billingInfo__freeCourses :first-child{padding:0 0 9px}.b-billingInfo__priceValue{font:600 18px/24px var(--font-epilogue);color:var(--text-color);margin-left:auto;margin-right:0}@media screen and (max-width:680px){.b-billingInfo__priceValue{font-size:16px;margin:0;width:calc(100% - 24px)}}.b-billingInfo__deleteBtn{margin-top:2px;margin-left:24px;display:block;width:16px;height:16px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1.29253%201.30529C1.4799%201.11782%201.73399%201.0125%201.99892%201.0125C2.26386%201.0125%202.51795%201.11782%202.70532%201.30529L7.99375%206.59829L13.2822%201.30529C13.3744%201.20978%2013.4846%201.1336%2013.6065%201.08119C13.7284%201.02878%2013.8595%201.00119%2013.9922%201.00004C14.1248%200.998884%2014.2564%201.02419%2014.3792%201.07447C14.502%201.12475%2014.6135%201.199%2014.7074%201.29289C14.8012%201.38679%2014.8754%201.49844%2014.9256%201.62133C14.9758%201.74423%2015.0011%201.87591%2015%202.00869C14.9988%202.14147%2014.9712%202.27269%2014.9189%202.39469C14.8665%202.5167%2014.7904%202.62704%2014.695%202.71929L9.40654%208.01229L14.695%2013.3053C14.877%2013.4939%2014.9777%2013.7465%2014.9754%2014.0087C14.9731%2014.2709%2014.8681%2014.5217%2014.6828%2014.7071C14.4976%2014.8925%2014.247%2014.9977%2013.985%2015C13.723%2015.0022%2013.4706%2014.9014%2013.2822%2014.7193L7.99375%209.42629L2.70532%2014.7193C2.51688%2014.9014%202.26449%2015.0022%202.00252%2015C1.74055%2014.9977%201.48995%2014.8925%201.30471%2014.7071C1.11946%2014.5217%201.01438%2014.2709%201.0121%2014.0087C1.00983%2013.7465%201.11053%2013.4939%201.29253%2013.3053L6.58097%208.01229L1.29253%202.71929C1.10522%202.53176%201%202.27745%201%202.01229C1%201.74712%201.10522%201.49282%201.29253%201.30529Z'%20fill='%23727272'/%3e%3c/svg%3e") center no-repeat;cursor:pointer;transition:.4s}@media screen and (max-width:680px){.b-billingInfo__deleteBtn{position:absolute;top:20px;right:0;margin:0}}.b-billingInfo__deleteBtn:hover{opacity:.8}.b-billingInfo__row:first-of-type .b-billingInfo__deleteBtn{top:4px}.b-billingInfo__totalText{font:700 18px/24px var(--font-epilogue);color:#7c7f80}.b-billingInfo__totalValue{font:700 18px/24px var(--font-epilogue);color:var(--text-color);margin-left:auto;margin-right:0}.b-course{position:relative;margin:0 auto;max-width:1224px;box-sizing:border-box}.b-course:before{position:absolute;left:-48px;bottom:56px;z-index:1;content:"";display:block;width:148px;height:88px;background:var(--decor2-path) center no-repeat}@media screen and (max-width:768px){.b-course:before{display:none}}.b-course:after{position:absolute;top:32px;right:-48px;z-index:1;content:"";display:block;width:148px;height:88px;background:var(--decor1-path) center no-repeat}@media screen and (max-width:768px){.b-course:after{display:none}}.b-course__wrapperInner{position:relative;z-index:2;border-radius:24px;background:var(--panel-color);box-shadow:0 0 16px var(--shadow-color2)}@media screen and (max-width:768px){.b-course__wrapperInner{grid-template-columns:1fr;grid-gap:16px;border:none;border-radius:20px}}.b-course__wrapperInner:before{position:absolute;left:24%;bottom:-100px;content:"";display:block;width:24px;height:24px;background:var(--decor4-path) center no-repeat}@media screen and (max-width:768px){.b-course__wrapperInner:before{display:none}}.b-course__wrapperInner:after{position:absolute;right:15%;bottom:-75px;content:"";display:block;width:70px;height:16px;background:var(--decor5-path) center no-repeat}@media screen and (max-width:768px){.b-course__wrapperInner:after{display:none}}.b-course__contentWrapper{padding:24px 32px 39px;border:1px solid var(--border-color2);border-top:none}@media screen and (max-width:768px){.b-course__contentWrapper{padding:20px 12px 24px}}.b-course__controlWrapper{position:relative;padding-left:110px;padding-right:110px;margin-bottom:24px;display:flex;justify-content:center}@media screen and (max-width:768px){.b-course__controlWrapper{padding:0;margin-bottom:12px;flex-direction:column;align-items:center}}.b-course__btnBack{font:600 16px/24px var(--font-epilogue);color:var(--text-color5)!important;text-decoration:none!important;display:flex;align-items:center;cursor:pointer}.b-course__btnBack:hover svg{animation:2s ease-in-out backArrow}.b-course__btnBack svg{margin-right:12px}@media screen and (max-width:768px){.b-course__btnBack svg{width:20px;height:20px}}.b-course__print{margin-left:auto;background:none;cursor:pointer;font:500 16px/24px Epilogue,sans-serif;color:#7c7f80}.b-course__headerWraper{padding-right:24px!important}.b-course__pointer{cursor:pointer}@media screen and (max-width:768px){.b-course__pointer{display:flex;flex-direction:column}}.b-course__control{padding:12px;display:flex;align-items:center;flex-wrap:wrap;gap:16px;border-radius:48px;background:var(--white-black3)}@media screen and (max-width:768px){.b-course__control{padding:8px;gap:8px}}@media screen and (max-width:374px){.b-course__control{padding:6px;gap:6px}}.b-course__controlBtn{font:500 14px/16px var(--font-epilogue);color:var(--text-color)!important;text-decoration:none!important;padding:7px 16px;border:1px solid #e1e8ea;border-radius:32px;background:var(--panel-color);box-shadow:0 2px 12px var(--shadow-color3);transition:.4s ease-in-out;cursor:pointer}@media screen and (max-width:768px){.b-course__controlBtn{padding:7px 14px}}@media screen and (max-width:374px){.b-course__controlBtn{font-size:12px;padding:7px 10px}}.b-course__controlBtn:hover,.b-course__controlBtn.-active{color:var(--panel-color)!important;border-color:#39b2cb;background:#39b2cb}@media print{.-hideOnPrint{display:none}}.b-courseAssignment{position:relative;margin:0 auto;max-width:1224px;box-sizing:border-box}.b-courseAssignment__topBtnWrapper{margin-bottom:16px;display:flex;align-items:center;width:100%}@media screen and (max-width:768px){.b-courseAssignment__topBtnWrapper{margin-bottom:12px}}.b-courseAssignment__btnDashboard{position:relative;font:600 16px/24px var(--font-epilogue);color:var(--text-color5)!important;text-decoration:none!important;padding:8px 20px;border-radius:8px;background:var(--white-black2);overflow:hidden}@media screen and (max-width:768px){.b-courseAssignment__btnDashboard{font-size:14px;line-height:20px;padding:8px 12px}}.b-courseAssignment__btnDashboard:hover:before{width:100%}.b-courseAssignment__btnDashboard:before{position:absolute;top:0;left:0;z-index:1;content:"";display:block;width:0;height:100%;background:var(--border-color2);transition:.4s ease-in-out}.b-courseAssignment__btnDashboardText{position:relative;z-index:2}.b-courseAssignment__btnStep{font:600 16px/24px var(--font-epilogue);color:var(--text-color)!important;text-decoration:none!important;padding:7px 20px;margin-left:auto!important;margin-right:0!important;border:1px solid var(--text-color);border-radius:8px}@media screen and (max-width:768px){.b-courseAssignment__btnStep{padding:11px;font-size:0;line-height:0}}.b-courseAssignment__btnStep:hover{color:var(--panel-color)!important;background:var(--text-color)}@media screen and (max-width:768px){.b-courseAssignment__btnStep:hover svg path{fill:var(--panel-color)}}.b-courseAssignment__btnStep:last-child{margin-left:16px!important}@media screen and (max-width:768px){.b-courseAssignment__btnStep:last-child{margin-left:12px!important}}.b-courseAssignment__btnStep svg{display:none;transition:.4s ease-in-out}@media screen and (max-width:768px){.b-courseAssignment__btnStep svg{display:block}}.b-courseAssignment__wrapperInner{display:flex;border:1px solid var(--border-color2);border-radius:0 0 24px 24px;background:var(--panel-color);box-shadow:0 0 16px var(--shadow-color2-0)}@media screen and (max-width:1024px){.b-courseAssignment__wrapperInner{flex-direction:column}}@media screen and (max-width:768px){.b-courseAssignment__wrapperInner{border-radius:0 0 20px 20px}}.b-courseAssignment__main{padding:20px;width:100%}@media screen and (max-width:768px){.b-courseAssignment__main{padding:12px 12px 16px}}@media screen and (max-width:1025px){.b-courseAssignment__main.-desktop{display:none}}.b-courseAssignment__main.-mobile{display:none}@media screen and (max-width:1025px){.b-courseAssignment__main.-mobile{display:block}}.b-courseAssignment__stepMainInfoWrapper{position:relative;margin-bottom:56px}@media screen and (max-width:1024px){.b-courseAssignment__stepMainInfoWrapper{margin-bottom:16px}}.b-courseAssignment__stepMainInfoWrapper img{display:block;width:100%;height:auto}.b-courseAssignment__stepMainInfoWrapper .audio-img{margin-top:20px}.b-courseAssignment__aside{width:100%;max-width:390px;border-left:1px solid var(--border-color2)}@media screen and (max-width:1200px){.b-courseAssignment__aside{max-width:280px}}@media screen and (max-width:1024px){.b-courseAssignment__aside{display:none}}.b-courseAssignment__asideTopWrapper{padding:20px;display:flex;align-items:center;justify-content:space-between}.b-courseAssignment__asideTitle{font:600 20px/28px var(--font-epilogue);color:var(--text-color)}.b-courseAssignment__asideBtnClose{width:16px;height:16px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1.29253%201.30529C1.4799%201.11782%201.73399%201.0125%201.99892%201.0125C2.26386%201.0125%202.51795%201.11782%202.70532%201.30529L7.99375%206.59829L13.2822%201.30529C13.3744%201.20978%2013.4846%201.1336%2013.6065%201.08119C13.7284%201.02878%2013.8595%201.00119%2013.9922%201.00004C14.1248%200.998884%2014.2564%201.02419%2014.3792%201.07447C14.502%201.12475%2014.6135%201.199%2014.7074%201.29289C14.8012%201.38679%2014.8754%201.49844%2014.9256%201.62133C14.9758%201.74423%2015.0011%201.87591%2015%202.00869C14.9988%202.14147%2014.9712%202.27269%2014.9189%202.39469C14.8665%202.5167%2014.7904%202.62704%2014.695%202.71929L9.40654%208.01229L14.695%2013.3053C14.877%2013.4939%2014.9777%2013.7465%2014.9754%2014.0087C14.9731%2014.2709%2014.8681%2014.5217%2014.6828%2014.7071C14.4976%2014.8925%2014.247%2014.9977%2013.985%2015C13.723%2015.0022%2013.4706%2014.9014%2013.2822%2014.7193L7.99375%209.42629L2.70532%2014.7193C2.51688%2014.9014%202.26449%2015.0022%202.00252%2015C1.74055%2014.9977%201.48995%2014.8925%201.30471%2014.7071C1.11946%2014.5217%201.01438%2014.2709%201.0121%2014.0087C1.00983%2013.7465%201.11053%2013.4939%201.29253%2013.3053L6.58097%208.01229L1.29253%202.71929C1.10522%202.53176%201%202.27745%201%202.01229C1%201.74712%201.10522%201.49282%201.29253%201.30529Z'%20fill='%23727272'/%3e%3c/svg%3e") center no-repeat;cursor:pointer;transition:.4s ease-in-out}@media screen and (max-width:1024px){.b-courseAssignment__asideBtnClose{display:none}}.b-courseAssignment__asideBtnClose:hover{opacity:.8}.b-courseAssignment__asideBtnOpen{position:absolute;top:16px;right:16px;z-index:99;display:block;width:40px;height:40px;border-radius:4px;background:#0000003d url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.25%207C6.25%207.33152%206.1183%207.64946%205.88388%207.88388C5.64946%208.1183%205.33152%208.25%205%208.25C4.66848%208.25%204.35054%208.1183%204.11612%207.88388C3.8817%207.64946%203.75%207.33152%203.75%207C3.75%206.66848%203.8817%206.35054%204.11612%206.11612C4.35054%205.8817%204.66848%205.75%205%205.75C5.33152%205.75%205.64946%205.8817%205.88388%206.11612C6.1183%206.35054%206.25%206.66848%206.25%207ZM9%206C8.73478%206%208.48043%206.10536%208.29289%206.29289C8.10536%206.48043%208%206.73478%208%207C8%207.26522%208.10536%207.51957%208.29289%207.70711C8.48043%207.89464%208.73478%208%209%208H19C19.2652%208%2019.5196%207.89464%2019.7071%207.70711C19.8946%207.51957%2020%207.26522%2020%207C20%206.73478%2019.8946%206.48043%2019.7071%206.29289C19.5196%206.10536%2019.2652%206%2019%206H9ZM9%2011C8.73478%2011%208.48043%2011.1054%208.29289%2011.2929C8.10536%2011.4804%208%2011.7348%208%2012C8%2012.2652%208.10536%2012.5196%208.29289%2012.7071C8.48043%2012.8946%208.73478%2013%209%2013H19C19.2652%2013%2019.5196%2012.8946%2019.7071%2012.7071C19.8946%2012.5196%2020%2012.2652%2020%2012C20%2011.7348%2019.8946%2011.4804%2019.7071%2011.2929C19.5196%2011.1054%2019.2652%2011%2019%2011H9ZM9%2016C8.73478%2016%208.48043%2016.1054%208.29289%2016.2929C8.10536%2016.4804%208%2016.7348%208%2017C8%2017.2652%208.10536%2017.5196%208.29289%2017.7071C8.48043%2017.8946%208.73478%2018%209%2018H19C19.2652%2018%2019.5196%2017.8946%2019.7071%2017.7071C19.8946%2017.5196%2020%2017.2652%2020%2017C20%2016.7348%2019.8946%2016.4804%2019.7071%2016.2929C19.5196%2016.1054%2019.2652%2016%2019%2016H9ZM5%2013.25C5.33152%2013.25%205.64946%2013.1183%205.88388%2012.8839C6.1183%2012.6495%206.25%2012.3315%206.25%2012C6.25%2011.6685%206.1183%2011.3505%205.88388%2011.1161C5.64946%2010.8817%205.33152%2010.75%205%2010.75C4.66848%2010.75%204.35054%2010.8817%204.11612%2011.1161C3.8817%2011.3505%203.75%2011.6685%203.75%2012C3.75%2012.3315%203.8817%2012.6495%204.11612%2012.8839C4.35054%2013.1183%204.66848%2013.25%205%2013.25V13.25ZM5%2018.25C5.33152%2018.25%205.64946%2018.1183%205.88388%2017.8839C6.1183%2017.6495%206.25%2017.3315%206.25%2017C6.25%2016.6685%206.1183%2016.3505%205.88388%2016.1161C5.64946%2015.8817%205.33152%2015.75%205%2015.75C4.66848%2015.75%204.35054%2015.8817%204.11612%2016.1161C3.8817%2016.3505%203.75%2016.6685%203.75%2017C3.75%2017.3315%203.8817%2017.6495%204.11612%2017.8839C4.35054%2018.1183%204.66848%2018.25%205%2018.25V18.25Z'%20fill='white'/%3e%3c/svg%3e") center no-repeat;cursor:pointer;transition:.4s ease-in-out}@media screen and (max-width:1024px){.b-courseAssignment__asideBtnOpen{display:none}}.b-courseAssignment__asideBtnOpen:hover{background-color:#000c}.b-courseAssignment__pdfWrapper .rpv-open__input-wrapper{display:none}.b-courseAssignment__pdfWrapper .rpv-toolbar__item button[aria-label=Download],.b-courseAssignment__pdfWrapper .rpv-toolbar__item button[data-testid=get-file__download-menu]{display:none!important}.b-courseAssignment__pdfUnsupported{text-align:center;border:1px solid #ff0000;padding:6px;border-radius:8px;margin:12px 0}.b-courseAssignment__pdfUnsupported p{text-align:center;color:red}.b-courseAssignment__scroll{border-bottom-right-radius:24px;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth}.b-courseAssignment__scroll::-webkit-scrollbar-track{background-color:var(--panel-color);border-radius:10px}.b-courseAssignment__scroll::-webkit-scrollbar{width:8px;border-radius:10px;background-color:var(--panel-color)}.b-courseAssignment__scroll::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb);border-radius:10px}.b-courseAssignment__noQuestions{display:flex;justify-content:center;flex-direction:column;align-items:center}.b-courseAssignment__noQuestionsText{color:var(--text-color);font:700 25px Epilogue,sans-serif;margin-bottom:16px;text-align:center;margin-top:20px}.b-courseAssignment__information{display:flex;flex-direction:column;align-items:center;width:100%;background:var(--white-black4);border-radius:16px}.b-courseAssignment__information svg{margin-top:48px;margin-right:-33px}.b-courseAssignment__unansweredCount{text-decoration:underline;color:var(--green-text);font-weight:600}.b-courseOverview{margin-top:32px}@media screen and (max-width:768px){.b-courseOverview{margin-top:24px}}.b-courseOverview__title{font:600 24px/32px var(--font-epilogue);color:var(--text-color);margin-bottom:16px}.b-courseOverview__subText{font:400 16px/24px var(--font-epilogue);color:var(--text-color);margin-bottom:24px}@media screen and (max-width:768px){.b-courseOverview__subText{margin-bottom:16px}}.b-courseOverview__explanationContainer{border-top:1px solid var(--border-color2)}.b-courseOverview__explanationAudio{margin-top:24px}.b-courseOverview__explanationText{font:700 14px/24px var(--font-epilogue);padding:24px 0;text-align:initial}.b-courseOverview__explanationText p{max-height:500px;overflow:auto}@media screen and (max-width:768px){.b-courseOverview__explanationText{font:500 15px/24px var(--font-epilogue)}.b-courseOverview__explanationText p{max-height:50vh;padding-right:7px}}.b-courseOverview__section{padding-top:24px;padding-bottom:24px;display:flex;gap:8px;width:100%;border-top:1px solid var(--border-color2)}@media screen and (max-width:768px){.b-courseOverview__section{padding-top:16px;padding-bottom:16px;flex-direction:column;gap:12px}}.b-courseOverview__sectionTitle{font:500 16px/24px var(--font-epilogue);color:var(--text-color);width:100%;max-width:190px}@media screen and (max-width:768px){.b-courseOverview__sectionTitle{max-width:none}}.b-courseOverview__sectionContent{font:400 16px/24px var(--font-epilogue);color:var(--text-color)}.b-courseOverview__number{padding:0;margin:0;list-style:none;column-count:2;column-gap:120px;height:108px}@media screen and (max-width:768px){.b-courseOverview__number{column-count:1;height:auto}}.b-courseOverview__numberItem{font:400 16px/24px var(--font-epilogue);color:var(--text-color);display:flex;margin-bottom:4px}.b-courseOverview__numberValue{font-weight:600}.b-courseOverview__description{position:relative;font:500 italic 16px/24px var(--font-epilogue);color:var(--text-color);max-width:567px;height:120px;overflow:hidden;transition:.4s ease-in-out}@media screen and (max-width:768px){.b-courseOverview__description{max-width:none}}.b-courseOverview__description:after{position:absolute;left:0;bottom:0;content:"";display:block;width:100%;height:100%;background:linear-gradient(180deg,#fff0,#fff)}.b-courseOverview__description.state_showAll{height:auto;overflow:visible}.b-courseOverview__description.state_showAll:after{display:none}.b-courseOverview__description p{margin-bottom:16px}.b-courseOverview__description p:last-child{margin-bottom:0}.b-courseOverview__moreLink{font:600 16px/24px var(--font-epilogue);color:#41cae7;background:transparent;cursor:pointer;transition:.4s ease-in-out}.b-courseOverview__moreLink:hover{text-decoration:underline}.b-courseQuizData{padding:16px 16px 24px;border-top:1px solid var(--border-color2)}.b-courseQuizData__title{font:700 16px/24px var(--font-epilogue);color:var(--text-color);margin-bottom:16px}.b-courseQuizData__gridWrapper{margin-bottom:16px;display:flex;flex-direction:column;gap:8px}@media screen and (max-width:768px){.b-courseQuizData__gridWrapper{margin-bottom:20px}}.b-courseQuizData__row{display:flex;gap:8px;flex-direction:column}@media screen and (max-width:768px){.b-courseQuizData__row{flex-direction:column}}.b-courseQuizData__time{padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;border-radius:12px;background:var(--white-black5)}@media screen and (max-width:768px){.b-courseQuizData__time{padding:16px}}.b-courseQuizData__timeText{font:700 24px/32px var(--font-epilogue);color:#39b2cb}@media screen and (max-width:768px){.b-courseQuizData__timeText{font-size:20px;line-height:24px}}.b-courseQuizData__timeValue{font:700 24px/32px var(--font-epilogue);color:#39b2cb}@media screen and (max-width:768px){.b-courseQuizData__timeValue{font-size:20px;line-height:24px}}.b-courseQuizData__status{padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;border-radius:12px}@media screen and (max-width:768px){.b-courseQuizData__status{padding:16px}}.b-courseQuizData__status.-no{background:var(--white-black5)}.b-courseQuizData__status.-yes{background:var(--bg-color1)}.b-courseQuizData__status.-almost{background:var(--bg-color2)}.b-courseQuizData__statusText{font:700 24px/32px var(--font-epilogue)}@media screen and (max-width:768px){.b-courseQuizData__statusText{font-size:20px;line-height:24px}}.b-courseQuizData__status.-no .b-courseQuizData__statusText{color:#e34234}.b-courseQuizData__status.-yes .b-courseQuizData__statusText{color:#64bd5e}.b-courseQuizData__status.-almost .b-courseQuizData__statusText{color:#eca336}.b-courseQuizData__statusIcon{display:block;width:32px;height:32px}@media screen and (max-width:768px){.b-courseQuizData__statusIcon{width:20px;height:20px}}.b-courseQuizData__scoreWrapper{padding:36px 24px;width:100%;border-radius:12px;background:var(--white-black5)}@media screen and (max-width:768px){.b-courseQuizData__scoreWrapper{padding:16px}}.b-courseQuizData__scoreRowWrapper{margin-bottom:20px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:768px){.b-courseQuizData__scoreRowWrapper{margin-bottom:16px;flex-direction:column;align-items:flex-start}}.b-courseQuizData__scoreRowWrapper:last-child{margin-bottom:0}.b-courseQuizData__progress{width:calc(100% - 178px);height:24px!important;border-radius:4px;background:var(--bg-color4)!important}@media screen and (max-width:768px){.b-courseQuizData__progress{width:100%;height:16px!important;order:1}}.b-courseQuizData__progress .MuiLinearProgress-bar{border-radius:4px}.b-courseQuizData__progress.-first .MuiLinearProgress-bar{background:#8cb8a0!important}.b-courseQuizData__progress.-last .MuiLinearProgress-bar{background:#eb6785!important}.b-courseQuizData__progress.-almost .MuiLinearProgress-bar{background:#5892b8!important}.b-courseQuizData__progressInfo{font:500 16px/24px var(--font-epilogue);color:#7c7f80}@media screen and (max-width:768px){.b-courseQuizData__progressInfo{font-size:12px!important;line-height:16px!important;margin-bottom:4px!important;order:0}}.b-courseQuizData__progressValue{font:700 16px/24px var(--font-epilogue);color:var(--text-color);margin-left:12px}@media screen and (max-width:768px){.b-courseQuizData__progressValue{font-size:12px;line-height:16px;margin-left:4px}}.b-courseQuizData__container{display:flex;justify-content:center;border-radius:12px;background:var(--bg-color3)}.b-courseQuizData__totalWrapper{position:relative;padding:24px 40px;border-radius:12px;box-sizing:border-box;max-width:200px}@media screen and (max-width:768px){.b-courseQuizData__totalWrapper{max-width:none;display:flex;justify-content:center}}@media screen and (max-width:768px){.b-courseQuizData__totalWrapper svg{max-width:136px}}.b-courseQuizData__quiz{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;max-width:94px}.b-courseQuizData__quizValue{font:700 24px/32px var(--font-epilogue);color:#8b6ce0;text-align:center;margin-bottom:4px}.b-courseQuizData__quizText{font:500 12px/16px var(--font-epilogue);color:#7c7f80;text-align:center}.b-courseQuizData__link{font:600 16px/24px var(--font-epilogue);color:#50a6c6!important}@media screen and (max-width:768px){.b-courseQuizData__link{text-align:center;display:block}}.l-report{flex:1;background:var(--panel-color);overflow:hidden}.b-courseScore{position:relative;margin:0 auto;max-width:1224px;box-sizing:border-box}.b-courseScore:before{position:absolute;left:-48px;bottom:56px;z-index:1;content:"";display:block;width:148px;height:88px;background:var(--decor2-path) center no-repeat}@media screen and (max-width:768px){.b-courseScore:before{display:none}}.b-courseScore:after{position:absolute;top:32px;right:-48px;z-index:1;content:"";display:block;width:148px;height:88px;background:var(--decor1-path) center no-repeat}@media screen and (max-width:768px){.b-courseScore:after{display:none}}.b-courseScore__reportWrapper{box-shadow:none!important}.b-courseScore__wrapperInner{position:relative;z-index:2;border-radius:24px;background:var(--panel-color);box-shadow:0 0 16px var(--shadow-color2-0)}@media screen and (max-width:768px){.b-courseScore__wrapperInner{grid-template-columns:1fr;grid-gap:16px;border:none;border-radius:20px}}.b-courseScore__wrapperInner:before{position:absolute;left:24%;bottom:-100px;content:"";display:block;width:24px;height:24px;background:var(--decor4-path) center no-repeat}@media screen and (max-width:768px){.b-courseScore__wrapperInner:before{display:none}}.b-courseScore__wrapperInner:after{position:absolute;right:15%;bottom:-75px;content:"";display:block;width:70px;height:16px;background:var(--decor5-path) center no-repeat}@media screen and (max-width:768px){.b-courseScore__wrapperInner:after{display:none}}.b-courseScore__contentWrapper{padding:24px 32px 39px;border:1px solid var(--border-color2);border-top:none;border-bottom-left-radius:24px;border-bottom-right-radius:24px}@media screen and (max-width:768px){.b-courseScore__contentWrapper{padding:20px 12px 24px;border-bottom-left-radius:20px;border-bottom-right-radius:20px}}.b-courseScore__printContentWrapper{padding:24px 32px 39px}@media screen and (max-width:768px){.b-courseScore__printContentWrapper{padding:20px 12px 24px}}.b-courseScore__examNameWraper{width:80%}.b-courseScore__controlWrapper{position:relative;padding-left:110px;padding-right:110px;margin-bottom:24px;display:flex;justify-content:center}@media screen and (max-width:768px){.b-courseScore__controlWrapper{padding:0;margin-bottom:12px;flex-direction:column;align-items:center}}.b-courseScore__btnBack{position:absolute;top:50%;left:0;transform:translateY(-50%);font:600 16px/24px var(--font-epilogue);color:var(--text-color5)!important;text-decoration:none!important;display:flex;align-items:center;cursor:pointer}@media screen and (max-width:768px){.b-courseScore__btnBack{position:static;margin-bottom:20px!important;transform:translateY(0)}}.b-courseScore__btnBack:hover svg{animation:2s ease-in-out backArrow}.b-courseScore__btnBack svg{margin-right:12px}@media screen and (max-width:768px){.b-courseScore__btnBack svg{width:20px;height:20px}}.b-courseScore__control{padding:12px;display:flex;align-items:center;flex-wrap:wrap;gap:16px;border-radius:48px;background:var(--white-black3)}@media screen and (max-width:768px){.b-courseScore__control{padding:8px;gap:8px}}@media screen and (max-width:374px){.b-courseScore__control{padding:6px;gap:6px}}.b-courseScore__controlBtn{font:500 14px/16px var(--font-epilogue);color:var(--text-color)!important;text-decoration:none!important;padding:7px 16px;border:1px solid #e1e8ea;border-radius:32px;background:var(--panel-color);box-shadow:0 2px 12px var(--shadow-color3);transition:.4s ease-in-out;cursor:pointer}@media screen and (max-width:768px){.b-courseScore__controlBtn{padding:7px 14px}}@media screen and (max-width:374px){.b-courseScore__controlBtn{font-size:12px;padding:7px 10px}}.b-courseScore__controlBtn:hover,.b-courseScore__controlBtn.-active{color:var(--panel-color)!important;border-color:#39b2cb;background:#39b2cb}.b-courseScore__controlBtn.-no-cursor{cursor:inherit!important}.b-courseScore__emptyScore{display:flex;justify-content:center;align-items:center;font:600 16px/24px Epilogue,sans-serif;color:var(--text-color5)}@keyframes backArrow{0%{transform:translate(0)}25%{transform:translate(-10px)}50%{transform:translate(6px)}75%{transform:translate(-5px)}to{transform:translate(0)}}.b-courseSection{margin-bottom:16px}@media screen and (max-width:768px){.b-courseSection{margin-bottom:12px}}.b-courseAssignment__aside .b-courseSection{margin-bottom:0}.b-courseSection:last-child{margin-bottom:0}.b-courseAssignment__aside .b-courseSection:last-child{margin-bottom:0}.b-courseSection__header{position:relative;padding:15px 40px 15px 16px;width:100%;border:1px solid var(--border-color2);border-radius:16px;background:var(--white-black3);cursor:pointer;transition:none}@media screen and (max-width:768px){.b-courseSection__header{padding:12px 30px 12px 12px;border-radius:12px}}.b-courseSection__header.accessedDeactivated,.b-courseSection__header.accessedDeactivated:hover{background:var(--white-black2)}.b-courseAssignment__aside .b-courseSection__header{border-left:none;border-right:none;border-bottom:none;border-radius:0}.b-courseSection__header:hover{background:var(--blue2);transition:.3s ease-in-out}.b-courseSection__header.state_open{transition-timing-function:ease-in-out;border-radius:16px 16px 0 0}@media screen and (max-width:768px){.b-courseSection__header.state_open{border-radius:12px 12px 0 0}}.b-courseAssignment__aside .b-courseSection__header.state_open{border-radius:0}.b-courseSection__arrow{position:absolute;top:16px;right:20px;transition:.5s ease-in-out}.b-courseSection__header.state_open .b-courseSection__arrow{transition-delay:.2s;transition-timing-function:ease-in-out;transition-duration:.2s;transform:rotate(-180deg)}.b-courseSection__title{font:700 16px/24px var(--font-epilogue);color:var(--text-color);text-align:left;margin-bottom:4px;display:block}.b-courseSection__info{font:500 14px/20px var(--font-epilogue);color:#7c7f80;display:flex;align-items:center}.b-courseSection__info.-started .b-courseSection__steps{color:#39b2cb}.b-courseSection__steps:after{content:"|";margin-left:8px;margin-right:8px}.b-courseSection__contentWrapper{max-height:0;overflow:hidden;text-transform:cubic-bezier(.95,.05,.795,.035);transition-duration:.5s;transition-property:max-height;z-index:1;position:relative}.b-courseSection__contentWrapper.state_open{max-height:100rem;transition-timing-function:cubic-bezier(.895,.03,.685,.22);transition-duration:.5s;transition-property:max-height}.b-courseSection__content{opacity:0;transform:translateY(-1rem);transition-timing-function:linear,ease;transition-duration:.1s;transition-property:opacity,transform;transition-delay:.5s;border:1px solid var(--border-color2);border-top:none;border-radius:0 0 16px 16px}@media screen and (max-width:768px){.b-courseSection__content{border-radius:0 0 12px 12px}}.b-courseAssignment__aside .b-courseSection__content{border:none;border-top:1px solid var(--border-color2)}.b-courseSection__contentWrapper.state_open .b-courseSection__content{opacity:1;transform:translateY(0);transition-delay:.2s;transition-timing-function:ease-in-out;transition-duration:.2s;transition-property:opacity,transform}.b-courseSection__stepsList{display:flex;flex-direction:column}@media screen and (max-width:768px){.b-courseSection__stepsList{padding:16px 12px}}.b-courseAssignment__aside .b-courseSection__stepsList{padding:12px 0;gap:0}.b-courseSectionStep{position:relative;padding:16px 16px 16px 48px;-webkit-transition:all .3s ease;transition:all .3s ease}.b-courseSectionStep:hover{background-color:var(--blue2)!important;-webkit-transition:all .5s ease;transition:all 1s ease}.b-courseSectionStep.background-active{background-color:var(--blue2)}.b-courseSectionStep.without-section{border:1px solid var(--border-color2);border-radius:16px!important;margin:15px 0 16px}.b-courseSectionStep.state_deactiveted{background:var(--white-black2)}.b-courseSectionStep.state_deactiveted:hover{background:var(--white-black2)!important}.b-courseSectionStep.state_deactiveted:nth-last-child(1){border-radius:0 0 15px 15px}.b-courseAssignment__aside .b-courseSectionStep{padding-top:12px;padding-bottom:12px;padding-left:47px}.b-courseAssignment__aside .b-courseSectionStep.state_active{background:#dff6fb}.b-courseSectionStep__statusIcon{position:absolute;top:17px;left:15px}.b-courseAssignment__aside .b-courseSectionStep__statusIcon{top:12px;left:15px}.b-courseSectionStep__title{font:500 16px/24px var(--font-epilogue);color:var(--text-color);margin-bottom:4px}.b-courseSectionStep__title.current-title{font-weight:700}.b-courseSectionStep__infoWrapper{display:flex;align-items:center}.b-courseSectionStep__type{margin-right:4px}.b-courseSectionStep__time{font:500 12px/16px var(--font-epilogue);color:#a5a8a9;margin-right:16px}.b-courseSectionStep__time.-margin_small{margin-right:8px}.b-courseSectionStep__accessStatus{font:500 12px/16px var(--font-epilogue);color:#41cae7}.b-courseSectionStep__accessStatus.-green{color:#39bd86}.b-courseSectionStep__accessStatus.-grey{color:#a5a8a9}.b-courseSectionStep__accessStatus.-yellow{color:#eca336}.b-courseTabControl{display:flex;justify-content:center}@media screen and (max-width:1024px){.b-courseTabControl{margin-bottom:12px}}.b-courseTabControl__controlWrapper{padding:12px;display:flex;align-items:center;flex-wrap:wrap;gap:16px;border-radius:48px;background:var(--white-black3)}@media screen and (max-width:768px){.b-courseTabControl__controlWrapper{padding:8px;gap:8px}}@media screen and (max-width:374px){.b-courseTabControl__controlWrapper{padding:6px;gap:6px}}.b-courseTabControl__controlBtn{font:500 14px/16px var(--font-epilogue);color:var(--text-color)!important;text-decoration:none!important;padding:7px 16px;border:1px solid #e1e8ea;border-radius:32px;background:var(--panel-color);box-shadow:0 2px 12px var(--shadow-color3);transition:.4s ease-in-out;cursor:pointer}@media screen and (max-width:768px){.b-courseTabControl__controlBtn{padding:7px 14px}}@media screen and (max-width:374px){.b-courseTabControl__controlBtn{font-size:12px;padding:7px 10px}}.b-courseTabControl__controlBtn:hover,.b-courseTabControl__controlBtn.-active{color:var(--panel-color)!important;border-color:#39b2cb;background:#39b2cb}.b-courseTopInfo{position:relative;padding:24px 20px 36px 25px;width:100%;border-radius:24px 24px 0 0;box-sizing:border-box;background:url("data:image/svg+xml,%3csvg%20width='156'%20height='124'%20viewBox='0%200%20156%20124'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.03'%3e%3cpath%20d='M103.792%208.63965L83.3441%2028.5815H20.4482V104.058H97.8412V70.8582L118.289%2050.9164V124H0V8.63965H103.792Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M30.6875%2038.5359L59.1458%2066.2894L127.119%200L156%200.055012L59.1458%2094.5106L30.6875%2066.7295V38.5359Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e") #2d2d2d 16px 16px no-repeat}@media screen and (max-width:768px){.b-courseTopInfo{padding:16px 16px 56px;background:url("data:image/svg+xml,%3csvg%20width='156'%20height='124'%20viewBox='0%200%20156%20124'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.03'%3e%3cpath%20d='M103.792%208.63965L83.3441%2028.5815H20.4482V104.058H97.8412V70.8582L118.289%2050.9164V124H0V8.63965H103.792Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M30.6875%2038.5359L59.1458%2066.2894L127.119%200L156%200.055012L59.1458%2094.5106L30.6875%2066.7295V38.5359Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e") #2d2d2d 0 16px no-repeat}}.b-courseTopInfo__topWrapper{display:flex;justify-content:space-between}.b-courseTopInfo__title{font:700 24px/32px var(--font-epilogue);color:var(--panel-color);margin-bottom:20px;width:calc(100% - 220px)}@media screen and (max-width:768px){.b-courseTopInfo__title{font-size:18px;line-height:24px;margin-bottom:12px;width:100%}}.b-courseTopInfo__date{font:500 14px/20px var(--font-epilogue);color:var(--panel-color);opacity:.4}@media screen and (max-width:768px){.b-courseTopInfo__date{position:absolute;left:50%;bottom:16px;transform:translate(-50%);font-size:12px;line-height:16px;text-align:center}}.b-courseTopInfo__middleWrapper{display:flex;flex-wrap:wrap;gap:8px 0}@media screen and (max-width:768px){.b-courseTopInfo__middleWrapper{gap:20px 0}}.b-courseTopInfo__marker{font:600 12px/12px var(--font-epilogue);color:#5b4f24;margin-right:48px;padding:9px 12px 7px;display:flex;align-items:center;height:28px;border-radius:19px;background:#ffdc60}@media screen and (max-width:768px){.b-courseTopInfo__marker{font-size:10px;line-height:12px;margin-right:0;padding:4px 8px;height:20px}}.b-courseTopInfo__listInfo{display:flex;align-items:center;flex-wrap:wrap;gap:8px 24px}@media screen and (max-width:768px){.b-courseTopInfo__listInfo{display:grid;grid-template-columns:100px 100px;width:100%;gap:12px 16px}}@media screen and (max-width:768px){.b-courseTopInfo__listInfo{grid-template-columns:110px 110px 110px 110px}}@media screen and (max-width:576px){.b-courseTopInfo__listInfo{grid-template-columns:110px 110px}}.b-courseTopInfo__listItem{display:flex;align-items:center}.b-courseTopInfo__listIcon{margin-right:8px;display:block;width:20px;height:20px}.b-courseTopInfo__listText{font:500 14px/20px var(--font-epilogue);color:var(--panel-color)}.b-courseTopInfo__listValue{font-weight:600;color:var(--panel-color);margin-left:4px}.b-courseTopInfo__bottomWrapper{margin-top:12px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:768px){.b-courseTopInfo__bottomWrapper{margin-top:24px;flex-wrap:wrap}}.b-courseTopInfo__progressWrapper{position:relative;display:flex;align-items:center;justify-content:space-between;width:calc(100% - 187px)}@media screen and (max-width:768px){.b-courseTopInfo__progressWrapper{margin-bottom:48px;width:100%}}.b-courseTopInfo__progress{width:calc(100% - 45px);height:8px!important;background:#383838!important;border-radius:4px!important}@media screen and (max-width:768px){.b-courseTopInfo__progress{width:calc(100% - 50px)}}.b-courseTopInfo__progress span{position:absolute;border-radius:4px!important;background:linear-gradient(90deg,#5abce0,#61d9ea)}.b-courseTopInfo__progress span:before{position:absolute;top:0;left:0;content:"";display:block;width:100%;height:100%;background:url("data:image/svg+xml,%3csvg%20width='200'%20height='8'%20viewBox='0%200%20200%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_666_751'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='200'%20height='8'%3e%3crect%20width='200'%20height='8'%20rx='4'%20fill='url(%23paint0_linear_666_751)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_666_751)'%3e%3crect%20x='7'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%207%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='15'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2015%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='23'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2023%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='31'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2031%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='39'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2039%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='47'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2047%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='55'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2055%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='63'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2063%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='71'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2071%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='79'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2079%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='87'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2087%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='95'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2095%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='103'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20103%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='111'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20111%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='119'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20119%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='127'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20127%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='135'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20135%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='143'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20143%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='151'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20151%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='159'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20159%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='167'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20167%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='175'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20175%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='183'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20183%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='191'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20191%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='199'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20199%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_666_751'%20x1='7.45058e-07'%20y1='4'%20x2='200'%20y2='4.00004'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%235ABCE0'/%3e%3cstop%20offset='1'%20stop-color='%2361D9EA'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") left center repeat-x!important}.b-courseTopInfo.-completed .b-courseTopInfo__progress span:before{display:none}.b-courseTopInfo__progressValue{font:600 16px/24px var(--font-epilogue);color:#39b2cb}.b-courseTopInfo__itemsWrapper{position:absolute;left:0;bottom:-22px;font:400 14px/20px var(--font-epilogue);color:var(--panel-color)}.b-courseTopInfo__itemCurrent{font-weight:600;margin-right:4px}.b-courseTopInfo__itemMax{font-weight:600;margin-left:4px;margin-right:4px}.b-courseTopInfo__btn{display:flex;justify-content:center;width:147px}@media screen and (max-width:768px){.b-courseTopInfo__btn{width:100%}}.b-assignmentTopInfo{position:relative;padding:20px 20px 24px 25px;width:100%;border-radius:24px 24px 0 0;box-sizing:border-box;background:var(--course-item-bg) 8px 24px no-repeat;background-color:var(--panel-color);border:1px solid var(--border-color2);border-bottom:none;box-shadow:0 0 16px var(--shadow-color2-0)}@media screen and (max-width:768px){.b-assignmentTopInfo{padding:16px 16px 56px;background:var(--course-item-bg) var(--panel-color) 0 16px no-repeat}}.b-assignmentTopInfo__topWrapper{display:flex;justify-content:space-between}.b-assignmentTopInfo__title{font:700 24px/32px var(--font-epilogue);color:var(--text-color);margin-bottom:23px;width:calc(100% - 220px)}@media screen and (max-width:768px){.b-assignmentTopInfo__title{font-size:18px;line-height:24px;margin-bottom:12px;width:100%}}.b-assignmentTopInfo__notificationIcon{color:#39b2cb;transform:rotate(180deg);align-self:center;margin-bottom:8px;margin-left:8px}.b-assignmentTopInfo__date{font:500 14px/20px var(--font-epilogue);color:var(--text-color);opacity:.4}@media screen and (max-width:768px){.b-assignmentTopInfo__date{position:absolute;left:50%;bottom:16px;transform:translate(-50%);font-size:12px;line-height:16px;text-align:center}}.b-assignmentTopInfo__middleWrapper{display:flex;flex-wrap:wrap;gap:8px 0}@media screen and (max-width:768px){.b-assignmentTopInfo__middleWrapper{gap:20px 0}}.b-assignmentTopInfo__marker{font:600 12px/12px var(--font-epilogue);color:#5b4f24;margin-right:48px;padding:9px 12px 7px;display:flex;align-items:center;height:28px;border-radius:19px;background:#ffdc60}@media screen and (max-width:768px){.b-assignmentTopInfo__marker{font-size:10px;line-height:12px;margin-right:0;padding:4px 8px;height:20px}}.b-assignmentTopInfo__listInfo{display:flex;align-items:center;flex-wrap:wrap;gap:8px 24px}@media screen and (max-width:768px){.b-assignmentTopInfo__listInfo{display:grid;grid-template-columns:100px 100px;width:100%;gap:12px 16px}}@media screen and (max-width:768px){.b-assignmentTopInfo__listInfo{grid-template-columns:110px 110px 110px 110px}}@media screen and (max-width:576px){.b-assignmentTopInfo__listInfo{grid-template-columns:110px 110px}}.b-assignmentTopInfo__listItem{display:flex;align-items:center}.b-assignmentTopInfo__listIcon{margin-right:8px;display:block;width:20px;height:20px}.b-assignmentTopInfo__listText{font:500 14px/20px var(--font-epilogue);color:var(--text-color)}.b-assignmentTopInfo__listValue{font-weight:600;color:var(--text-color);margin-left:4px}.b-assignmentTopInfo__bottomWrapper{margin-top:23px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:768px){.b-assignmentTopInfo__bottomWrapper{margin-top:24px;flex-wrap:wrap}}.b-assignmentTopInfo__progressWrapper{position:relative;display:flex;align-items:center;justify-content:space-between;width:calc(100% - 20px)}@media screen and (max-width:768px){.b-assignmentTopInfo__progressWrapper{width:100%}}.b-assignmentTopInfo__progress{width:calc(100% - 45px);height:8px!important;background:var(--white-black2)!important;border-radius:4px!important}@media screen and (max-width:768px){.b-assignmentTopInfo__progress{width:calc(100% - 50px)}}.b-assignmentTopInfo__progress span{position:absolute;border-radius:4px!important;background:linear-gradient(90deg,#5abce0,#61d9ea)}.b-assignmentTopInfo__progress span:before{position:absolute;top:0;left:0;content:"";display:block;width:100%;height:100%;background:url("data:image/svg+xml,%3csvg%20width='200'%20height='8'%20viewBox='0%200%20200%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_666_751'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='200'%20height='8'%3e%3crect%20width='200'%20height='8'%20rx='4'%20fill='url(%23paint0_linear_666_751)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_666_751)'%3e%3crect%20x='7'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%207%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='15'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2015%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='23'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2023%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='31'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2031%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='39'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2039%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='47'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2047%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='55'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2055%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='63'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2063%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='71'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2071%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='79'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2079%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='87'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2087%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='95'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2095%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='103'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20103%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='111'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20111%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='119'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20119%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='127'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20127%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='135'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20135%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='143'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20143%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='151'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20151%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='159'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20159%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='167'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20167%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='175'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20175%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='183'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20183%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='191'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20191%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='199'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20199%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_666_751'%20x1='7.45058e-07'%20y1='4'%20x2='200'%20y2='4.00004'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%235ABCE0'/%3e%3cstop%20offset='1'%20stop-color='%2361D9EA'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") left center repeat-x!important}.b-assignmentTopInfo.-completed .b-assignmentTopInfo__progress span:before{display:none}.b-assignmentTopInfo__progressValue{font:600 16px/24px var(--font-epilogue);color:#39b2cb}.b-assignmentTopInfo__part1{display:flex;align-items:center;justify-content:space-between;margin-top:12px;margin-right:65px}.b-coursesList{position:relative;margin:20px auto 0;border-bottom:1px solid var(--border-color2);width:100%;max-width:544px}.b-coursesList__step1{border-top:1px solid var(--border-color2);border-bottom:1px solid var(--border-color2);max-width:832px;margin:0 auto}.b-coursesList__addCourse{max-width:928px;margin:20px auto 0}.b-coursesList__errorText{width:100%;display:flex;justify-content:center;color:red;font-size:16px;line-height:16px;font-weight:500;font-family:Epilogue,sans-serif}@media screen and (max-width:680px){.b-coursesList{margin-top:16px;margin-bottom:32px}}.b-coursesList__scroll{display:flex;flex-wrap:wrap;justify-content:flex-start;width:100%;padding-right:4px;gap:18px}.b-coursesList__courseCardWrapper{width:264px}@media screen and (max-width:680px){.b-coursesList__courseCardWrapper{width:100%}}.b-coursesList__row{padding-top:20px;padding-bottom:13px;display:flex;flex-wrap:wrap;gap:20px}@media screen and (max-width:680px){.b-coursesList__row{padding:0;flex-direction:column;grid-gap:0;border:none}}.b-coursesList__item{position:relative;display:block;width:264px}@media screen and (max-width:680px){.b-coursesList__item{padding-top:16px;padding-bottom:16px;width:100%}}.b-coursesList__contentWrapper{position:relative;z-index:2;height:calc(100% - 72px);max-height:364px;border-radius:16px;background:var(--panel-color);box-shadow:0 0 16px var(--shadow-color2)}.b-coursesList__header{position:relative;padding:16px 10px 20px;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;border-radius:16px 16px 0 0;background:#39bd86;overflow:hidden}.b-coursesList__header.-law{background:#386ebd}.b-coursesList__header:after{position:absolute;bottom:0;right:0;content:"";display:block;width:68px;height:76px;background:url("data:image/svg+xml,%3csvg%20width='68'%20height='76'%20viewBox='0%200%2068%2076'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.08'%3e%3cpath%20d='M66.5335%205.57422L53.4257%2018.4399H13.1078V67.1343H62.7187V45.7152L75.8265%2032.8495V80H0V5.57422H66.5335Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.6719%2024.8618L37.9144%2042.7673L81.4866%200L100%200.0354916L37.9144%2060.9745L19.6719%2043.0513V24.8618Z'%20fill='white'/%3e%3c/g%3e%3c/svg%3e") center no-repeat}.b-coursesList__title{font:700 18px/24px var(--font-epilogue);color:#fff;text-align:center;margin-bottom:12px}.b-coursesList__marker{font:600 12px/12px var(--font-epilogue);color:#5b4f24;letter-spacing:1px;padding:9px 12px 7px;border-radius:19px;background:#ffdc60}.b-coursesList__marker.-law{background:#2f5ca0;color:#fff}.b-coursesList__content{padding:24px 16px 4px;border-radius:0 0 16px 16px;background:var(--panel-color);height:222px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between}.b-coursesList__text{font:400 15px/24px var(--font-inter);color:var(--text-color4);margin-bottom:6px;min-height:104px}.b-coursesList__extraInfoWrapper{display:flex;align-items:center;justify-content:space-between}.b-coursesList__freeCoursesWrapper{position:relative}.b-coursesList__openFreeCourses{padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:transparent;transition:.4s ease-in-out;cursor:pointer}.b-coursesList__openFreeCourses:hover{background:#39b2cb29}.b-coursesList__openFreeCoursesIcon{margin-right:8px;display:block;width:24px;height:24px}.b-coursesList__openFreeCoursesText{font:600 15px/24px var(--font-inter);color:#50a6c6}.b-coursesList__readLink{font:600 15px/24px var(--font-inter);color:var(--text-color);display:flex;align-items:center;background:transparent;cursor:pointer;height:40px}.b-coursesList__readLink:hover:before{animation:1s ease-in-out arrow-animation}.b-coursesList__readLink:before{margin-right:4px;content:"";display:block;width:20px;height:24px;background-color:var(--border-color);mask:url("data:image/svg+xml,%3csvg%20width='20'%20height='24'%20viewBox='0%200%2020%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.9154%207.5L16.6654%2012M16.6654%2012L12.9154%2016.5M16.6654%2012L3.33203%2012'%20stroke='%231E2527'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center no-repeat}.b-coursesList__bottomBlock{display:flex;justify-content:space-between;max-height:90px}.b-coursesList__footer{margin-top:-8px;padding:24px 16px 16px;display:flex;align-items:center;justify-content:space-between;background:var(--white-black2);border-radius:0 0 16px 16px;transition:.4s ease-in-out}.b-coursesList__item:hover .b-coursesList__footer,.b-coursesList__item.-selected .b-coursesList__footer{background:#39b2cb}.b-coursesList__price{font:700 20px/24px var(--font-epilogue);color:#fff;text-transform:uppercase;padding:5px 12px 3px;border-radius:4px;background:#41cae7}.b-coursesList__bottomText{font:600 18px/24px var(--font-epilogue);transition:.4s ease-in-out}.b-coursesList__item:hover .b-coursesList__bottomText{color:#fff}.b-coursesList__bottomText.-selected{display:none;align-items:center;color:#fff}.b-coursesList__item.-selected .b-coursesList__bottomText.-selected{display:flex}.b-coursesList__bottomText.-select{color:var(--text-color5)}.b-coursesList__item.-selected .b-coursesList__bottomText.-select{display:none}.b-coursesList__selectImg{margin-right:4px;display:block;width:16px;height:16px}.b-coursesList__checkboxWrapper .MuiTypography-root{font:600 18px/24px var(--font-epilogue)!important;color:var(--text-color5)!important}.b-coursesList__footer.-checked .b-coursesList__checkboxWrapper .MuiTypography-root{color:#fff!important}.b-coursesList__checkbox{padding-top:0!important;padding-bottom:0!important}.b-coursesList__checkbox img{display:block;width:16px;height:16px}.b-coursesList__bottomBtn{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;width:248px;align-self:center}@media screen and (max-width:680px){.b-coursesList__bottomBtn{flex-direction:column;align-items:flex-start;align-self:start}}@keyframes arrow-animation{0%{transform:translate(0)}25%{transform:translate(-10px)}50%{transform:translate(3px)}75%{transform:translate(-5px)}to{transform:translate(0)}}.b-dashboard{position:relative;margin:0 auto;max-width:1224px;box-sizing:border-box}.b-dashboard:before{position:absolute;left:-48px;bottom:56px;z-index:1;content:"";display:block;width:148px;height:88px;background:var(--decor2-path) center no-repeat}@media screen and (max-width:768px){.b-dashboard:before{display:none}}.b-dashboard:after{position:absolute;top:32px;right:-48px;z-index:1;content:"";display:block;width:148px;height:88px;background:var(--decor1-path) center no-repeat}@media screen and (max-width:768px){.b-dashboard:after{display:none}}.b-dashboard__decor{position:relative;display:block;width:100%}@media screen and (max-width:768px){.b-dashboard__decor{display:none}}.b-dashboard__decor:before{position:absolute;top:-24px;left:50%;margin-left:-34px;z-index:1;content:"";display:block;width:68px;height:44px;background:var(--decor3-path) center no-repeat}.b-dashboard__wrapperInner{position:relative;z-index:2;display:grid;grid-template-columns:288px 1fr;border:1px solid var(--border-color2);border-radius:24px;background:var(--panel-color);box-shadow:0 0 16px var(--shadow-color2-0)}@media screen and (min-width:768px){.b-dashboard__wrapperInner.height600{height:600px}}@media screen and (max-width:768px){.b-dashboard__wrapperInner{display:flex;flex-direction:column;grid-gap:6px;border:none;background:transparent;box-shadow:none}}.b-dashboard__wrapperInner:before{position:absolute;left:24%;bottom:-100px;content:"";display:block;width:24px;height:24px;background:var(--decor4-path) center no-repeat}@media screen and (max-width:768px){.b-dashboard__wrapperInner:before{display:none}}.b-dashboard__wrapperInner:after{position:absolute;right:15%;bottom:-75px;content:"";display:block;width:70px;height:16px;background:var(--decor5-path) center no-repeat}@media screen and (max-width:768px){.b-dashboard__wrapperInner:after{display:none}}.b-dashboard__aside{border-right:1px solid var(--border-color2)}@media screen and (max-width:768px){.b-dashboard__aside{border:1px solid var(--border-color2);border-radius:12px;background:var(--panel-color);box-shadow:0 0 16px var(--shadow-color2);overflow:hidden}}.b-dashboard__asideLinkSection{margin-bottom:8px;padding-right:16px}.b-dashboard__asideLink{font:500 16px/20px var(--font-epilogue);color:var(--text-color)!important;text-decoration:none!important;padding:8px 12px 8px 23px;margin-bottom:8px!important;display:flex;align-items:center;width:100%;border-radius:0 515px 515px 0;background:transparent;cursor:pointer}@media screen and (max-width:768px){.b-dashboard__asideLink{padding:12px 16px 12px 15px}}.b-dashboard__asideLink:last-of-type{margin-bottom:0!important}.b-dashboard__asideLink:hover{background:#39b2cb14;transition:.4s ease-in-out}.b-dashboard__asideLink.-active{background:#39b2cb29}.b-dashboard__asideLinkIcon:hover{transition:.4s ease-in-out}.b-dashboard__asideLinkIcon path{fill:var(--text-color)}.b-dashboard__asideLink:hover .b-dashboard__asideLinkIcon path{fill:#39b2cb}.b-dashboard__asideLink.-active .b-dashboard__asideLinkIcon path{fill:#39b2cb}.b-dashboard__asideLinkStrokeIcon:hover{transition:.4s ease-in-out}.b-dashboard__asideLinkStrokeIcon path{stroke:var(--text-color)}.b-dashboard__asideLink:hover .b-dashboard__asideLinkStrokeIcon path{stroke:#39b2cb}.b-dashboard__asideLink.-active .b-dashboard__asideLinkStrokeIcon path{stroke:#39b2cb}.b-dashboard__newLabel{margin-top:-30px}.b-dashboard__asideLinkText{margin-left:12px;color:inherit}.b-dashboard__asideLink:hover .b-dashboard__asideLinkText,.b-dashboard__asideLink.-active .b-dashboard__asideLinkText{color:#39b2cb}.b-dashboard__asideLinkValue{margin-left:auto;margin-right:0;font-size:14px;color:inherit;opacity:.4}.b-dashboard__asideLink:hover .b-dashboard__asideLinkValue{color:#39b2cb;opacity:1}.b-dashboard__asideLink.-active .b-dashboard__asideLinkValue{font-weight:600;color:#39b2cb;opacity:1}.b-dashboard__addCourse{padding:12px!important;margin-top:32px!important;margin-bottom:24px!important;border-radius:0 24px 24px 0!important;display:flex;align-items:center!important;width:179px!important;height:48px!important;border:none!important;background:#39bd86!important;cursor:pointer;transition:.4s ease-in-out;justify-content:flex-start!important}@media screen and (max-width:768px){.b-dashboard__addCourse{padding:12px 24px 12px 16px!important;margin:24px auto!important;justify-content:center!important;width:auto!important;border-radius:24px!important}}@media screen and (max-width:768px){.b-dashboard__addCourse:hover{width:auto;background:#2d966a}}.b-dashboard__addIcon{display:block;width:24px;height:24px;background-color:var(--btn-color);mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3%2012C3%2010.8181%203.23279%209.64778%203.68508%208.55585C4.13738%207.46392%204.80031%206.47177%205.63604%205.63604C6.47177%204.80031%207.46392%204.13738%208.55585%203.68508C9.64778%203.23279%2010.8181%203%2012%203C13.1819%203%2014.3522%203.23279%2015.4442%203.68508C16.5361%204.13738%2017.5282%204.80031%2018.364%205.63604C19.1997%206.47177%2019.8626%207.46392%2020.3149%208.55585C20.7672%209.64778%2021%2010.8181%2021%2012C21%2014.3869%2020.0518%2016.6761%2018.364%2018.364C16.6761%2020.0518%2014.3869%2021%2012%2021C9.61305%2021%207.32387%2020.0518%205.63604%2018.364C3.94821%2016.6761%203%2014.3869%203%2012ZM12%201C5.925%201%201%205.925%201%2012C1%2018.075%205.925%2023%2012%2023C18.075%2023%2023%2018.075%2023%2012C23%205.925%2018.075%201%2012%201ZM13%207C13%206.73478%2012.8946%206.48043%2012.7071%206.29289C12.5196%206.10536%2012.2652%206%2012%206C11.7348%206%2011.4804%206.10536%2011.2929%206.29289C11.1054%206.48043%2011%206.73478%2011%207V11H7C6.73478%2011%206.48043%2011.1054%206.29289%2011.2929C6.10536%2011.4804%206%2011.7348%206%2012C6%2012.2652%206.10536%2012.5196%206.29289%2012.7071C6.48043%2012.8946%206.73478%2013%207%2013H11V17C11%2017.2652%2011.1054%2017.5196%2011.2929%2017.7071C11.4804%2017.8946%2011.7348%2018%2012%2018C12.2652%2018%2012.5196%2017.8946%2012.7071%2017.7071C12.8946%2017.5196%2013%2017.2652%2013%2017V13H17C17.2652%2013%2017.5196%2012.8946%2017.7071%2012.7071C17.8946%2012.5196%2018%2012.2652%2018%2012C18%2011.7348%2017.8946%2011.4804%2017.7071%2011.2929C17.5196%2011.1054%2017.2652%2011%2017%2011H13V7Z'%20fill='white'/%3e%3c/svg%3e") center no-repeat}.b-dashboard__addText{position:relative;top:1px;font:600 16px/24px var(--font-epilogue);letter-spacing:1px;color:var(--btn-color);white-space:nowrap;margin-left:12px;width:0;transition:.4s ease-in-out}@media screen and (max-width:768px){.b-dashboard__addText{font-size:14px;line-height:20px;margin-left:12px;width:auto}}.b-dashboard__addCourse:hover .b-dashboard__addText{font-size:16px;margin-left:12px;width:auto}@media screen and (max-width:768px){.b-dashboard__addCourse:hover .b-dashboard__addText{font-size:14px;line-height:20px;margin-left:12px;width:auto}}.b-dashboard__main{position:relative;padding:32px;display:flex;flex-direction:column;gap:16px;box-sizing:border-box;overflow-x:auto;scroll-behavior:smooth}@media screen and (min-width:768px){.b-dashboard__main{padding:16px;margin:16px}}@media screen and (max-width:992px){.b-dashboard__main{padding:16px}}@media screen and (max-width:768px){.b-dashboard__main{padding:0}}.b-dashboard__main::-webkit-scrollbar-track{background-color:var(--panel-color);border-radius:10px}.b-dashboard__main::-webkit-scrollbar{width:8px;border-radius:10px;background-color:var(--panel-color)}.b-dashboard__main::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb);border-radius:10px}.b-dashboard__courseInformation{display:flex;flex-direction:column;align-items:center;height:536px;width:100%}.b-dashboard__courseInformationImg{width:256px;height:256px;margin-top:80px}.b-dashboard__courseInformationTitle{font-weight:700;font-size:20px;line-height:28px;text-align:center;margin-top:67px}.b-dashboard__courseInformationSubTitle{font-weight:500;font-size:16px;text-align:center;margin-top:16px}.b-dashboard__onlyTopPadding{padding:6px 0 0;margin:0;gap:0}.b-dashboard__divider{border:solid 1px #e0e0e0}.b-dashboardCourseItem{position:relative;padding:16px 24px 20px;border:1px solid var(--border-color2);border-radius:16px;overflow:hidden;box-sizing:border-box;background:var(--course-item-bg) 8px 24px no-repeat;min-height:174px}@media screen and (max-width:992px){.b-dashboardCourseItem{padding:16px 16px 56px;border:1px solid var(--border-color2);border-radius:20px;box-shadow:0 0 16px var(--shadow-color2);background:var(--course-item-bg) 0 16px no-repeat}}@media screen and (max-width:768px){.b-dashboardCourseItem{background-color:var(--panel-color)}}.b-dashboardCourseItem.renewContent_open{border-radius:16px 16px 0 0;margin-bottom:0}.b-dashboardCourseItem.-completed:before{background:#39bd86}.b-dashboardCourseItem.-expired:before{background:#c1c2c2}.b-dashboardCourseItem.-inactive:before{background:#c1c2c2}.b-dashboardCourseItem.-inactive .b-dashboardCourseItem__btn span{color:#d6d6d6!important}.b-dashboardCourseItem:before{position:absolute;top:0;left:0;z-index:1;content:"";display:block;width:8px;height:100%;background:#41cae7}@media screen and (max-width:992px){.b-dashboardCourseItem:before{width:5px}}.b-dashboardCourseItem__topWrapper{display:flex;justify-content:space-between}.b-dashboardCourseItem__title{font:700 20px/28px var(--font-epilogue);color:var(--text-color);margin-bottom:20px;width:calc(100% - 220px)}@media screen and (max-width:992px){.b-dashboardCourseItem__title{font-size:18px;line-height:24px;margin-bottom:12px;width:100%}}.b-dashboardCourseItem__date{font:500 14px/20px var(--font-epilogue);color:#a5a8a9}@media screen and (max-width:992px){.b-dashboardCourseItem__date{position:absolute;left:50%;bottom:16px;transform:translate(-50%);font-size:12px;line-height:16px;text-align:center}}.b-dashboardCourseItem__middleWrapper{display:flex;flex-wrap:wrap;gap:8px 0}@media screen and (max-width:992px){.b-dashboardCourseItem__middleWrapper{gap:20px 0}}.b-dashboardCourseItem__marker{font:600 12px/12px var(--font-epilogue);color:#5b4f24;margin-right:48px;padding:9px 12px 7px;display:flex;align-items:center;height:28px;border-radius:19px;background:#ffdc60}@media screen and (max-width:992px){.b-dashboardCourseItem__marker{font-size:10px;line-height:12px;margin-right:0;padding:4px 8px;height:20px}}.b-dashboardCourseItem__marker.-law{background:#2f5ca0;color:#fff}.b-dashboardCourseItem__freeMarker{font:600 12px/12px var(--font-epilogue);color:#fff;margin-right:48px;padding:9px 12px 7px;display:flex;align-items:center;height:28px;border-radius:19px;background:#7a5ac1}.b-dashboardCourseItem__freeMarker.smallIndent{margin-right:8px}@media screen and (max-width:992px){.b-dashboardCourseItem__freeMarker{font-size:10px;line-height:12px;margin-right:0;padding:4px 8px;height:20px}}.b-dashboardCourseItem__listInfo{display:flex;align-items:center;flex-wrap:wrap;gap:8px 24px}@media screen and (max-width:992px){.b-dashboardCourseItem__listInfo{display:grid;grid-template-columns:100px 100px;width:100%;gap:12px 16px}}@media screen and (max-width:768px){.b-dashboardCourseItem__listInfo{grid-template-columns:110px 110px 110px 110px}}@media screen and (max-width:576px){.b-dashboardCourseItem__listInfo{grid-template-columns:110px 110px}}.b-dashboardCourseItem__listItem{display:flex;align-items:center}.b-dashboardCourseItem__listIcon{margin-right:8px;display:block;width:20px;height:20px}.b-dashboardCourseItem__listText{font:500 14px/20px var(--font-epilogue);color:var(--text-color)}.b-dashboardCourseItem__listValue{font-weight:600;margin-left:4px}.b-dashboardCourseItem__bottomWrapper{margin-top:12px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:992px){.b-dashboardCourseItem__bottomWrapper{margin-top:24px;flex-wrap:wrap}}.b-dashboardCourseItem__progressWrapper{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 187px)}@media screen and (max-width:992px){.b-dashboardCourseItem__progressWrapper{margin-bottom:20px;width:100%}}.b-dashboardCourseItem__progress{width:calc(100% - 45px);height:8px!important;background:var(--white-black2)!important;border-radius:4px!important}@media screen and (max-width:992px){.b-dashboardCourseItem__progress{width:calc(100% - 50px)}}.b-dashboardCourseItem__progress span{position:absolute;border-radius:4px!important;background:linear-gradient(90deg,#5abce0,#61d9ea)}.b-dashboardCourseItem.-completed .b-dashboardCourseItem__progress span{background:linear-gradient(90deg,#39bd86,#63eab2)}.b-dashboardCourseItem.-expired .b-dashboardCourseItem__progress span,.b-dashboardCourseItem.-inactive .b-dashboardCourseItem__progress span{background:#c1c2c2}.b-dashboardCourseItem__progress span:before{position:absolute;top:0;left:0;content:"";display:block;width:100%;height:100%;background:url("data:image/svg+xml,%3csvg%20width='200'%20height='8'%20viewBox='0%200%20200%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='mask0_666_751'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='200'%20height='8'%3e%3crect%20width='200'%20height='8'%20rx='4'%20fill='url(%23paint0_linear_666_751)'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_666_751)'%3e%3crect%20x='7'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%207%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='15'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2015%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='23'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2023%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='31'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2031%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='39'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2039%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='47'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2047%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='55'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2055%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='63'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2063%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='71'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2071%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='79'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2079%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='87'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2087%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='95'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%2095%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='103'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20103%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='111'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20111%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='119'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20119%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='127'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20127%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='135'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20135%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='143'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20143%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='151'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20151%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='159'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20159%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='167'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20167%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='175'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20175%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='183'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20183%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='191'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20191%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3crect%20x='199'%20y='-2'%20width='4'%20height='12'%20transform='rotate(30%20199%20-2)'%20fill='white'%20fill-opacity='0.16'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_666_751'%20x1='7.45058e-07'%20y1='4'%20x2='200'%20y2='4.00004'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%235ABCE0'/%3e%3cstop%20offset='1'%20stop-color='%2361D9EA'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") left center repeat-x!important}.b-dashboardCourseItem.-completed .b-dashboardCourseItem__progress span:before{display:none}.b-dashboardCourseItem__progressValue{font:600 16px/24px var(--font-epilogue);color:#39b2cb}.b-dashboardCourseItem.-completed .b-dashboardCourseItem__progressValue{color:#39bd86}.b-dashboardCourseItem.-expired .b-dashboardCourseItem__progressValue,.b-dashboardCourseItem.-inactive .b-dashboardCourseItem__progressValue{color:#8e8f8f}@media screen and (max-width:992px){.b-dashboardCourseItem__btnWrapper{width:100%}}.b-dashboardCourseItem__btn{display:flex;justify-content:center;width:147px}@media screen and (max-width:992px){.b-dashboardCourseItem__btn{width:100%}}.b-dashboardCourseItem.-completed .b-dashboardCourseItem__btn,.b-dashboardCourseItem.-expired .b-dashboardCourseItem__btn{background:#39bd86!important}.b-dashboardCourseItem.-inactive .b-dashboardCourseItem__btn{color:#d6d6d6!important;border:1px solid #d6d6d6!important;pointer-events:none;background:transparent!important}.b-dashboardCourseItem__renewCourse{max-height:0;overflow:hidden;text-transform:cubic-bezier(.95,.05,.795,.035);transition-duration:.5s;transition-property:max-height;z-index:1;position:relative;background:var(--panel-color)}.b-dashboardCourseItem__renewCourse.state_open{max-height:100rem;transition-timing-function:cubic-bezier(.895,.03,.685,.22);transition-duration:.5s;transition-property:max-height}.b-dashboardCourseItem__renewCourseWrapper{opacity:0;transform:translateY(-1rem);transition-timing-function:linear,ease;transition-duration:.1s;transition-property:opacity,transform;transition-delay:.5s;border-top:none;border-radius:0 0 16px 16px}@media screen and (max-width:768px){.b-dashboardCourseItem__renewCourseWrapper{border-radius:0 0 12px 12px}}.b-dashboardCourseItem__renewCourse.state_open .b-dashboardCourseItem__renewCourseWrapper{opacity:1;border-left:1px solid var(--border-color2);border-right:1px solid var(--border-color2);border-bottom:1px solid var(--border-color2);transform:translateY(0);transition-delay:.2s;transition-timing-function:ease-in-out;transition-duration:.2s;transition-property:opacity,transform;padding:24px 16px 48px}.b-dashboardCourseScoreItem{width:100%;border-radius:16px}@media screen and (max-width:768px){.b-dashboardCourseScoreItem{box-shadow:0 0 12px var(--shadow-color2)}}.b-dashboardCourseScoreItem__header{position:relative;padding:16px 40px 16px 16px;width:100%;border:1px solid var(--border-color2);border-radius:16px;background:var(--white-black3);transition:none;cursor:pointer;overflow:hidden}@media screen and (max-width:768px){.b-dashboardCourseScoreItem__header{padding:16px 30px 16px 16px}}.b-dashboardCourseScoreItem__header:hover{transition:.4s ease-in-out;background:var(--white-black4)}.b-dashboardCourseScoreItem.state_open .b-dashboardCourseScoreItem__header{border-radius:16px 16px 0 0}.b-dashboardCourseScoreItem__title{font:700 20px/28px var(--font-epilogue);color:var(--text-color);display:block;margin-bottom:16px;text-align:left}.b-dashboardCourseScoreItem__arrow{position:absolute;top:16px;right:20px;transition:.5s ease-in-out;color:var(--border-color)}@media screen and (max-width:768px){.b-dashboardCourseScoreItem__arrow{width:12px;height:12px}}.b-dashboardCourseScoreItem.state_open .b-dashboardCourseScoreItem__arrow{transition-delay:.2s;transition-timing-function:ease-in-out;transition-duration:.2s;transform:rotate(-180deg)}.b-dashboardCourseScoreItem__listInfo{display:flex;align-items:center;flex-wrap:wrap;gap:12px 40px}@media screen and (max-width:992px){.b-dashboardCourseScoreItem__listInfo{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:12px 16px}}@media screen and (max-width:768px){.b-dashboardCourseScoreItem__listInfo{grid-template-columns:1fr 1fr 1fr 1fr}}@media screen and (max-width:576px){.b-dashboardCourseScoreItem__listInfo{grid-template-columns:1fr 1fr}}@media screen and (max-width:350px){.b-dashboardCourseScoreItem__listInfo{grid-gap:8px 10px}}.b-dashboardCourseScoreItem__listItem{display:flex;align-items:center}.b-dashboardCourseScoreItem__listIcon{margin-right:8px;display:block;width:20px;height:20px}.b-dashboardCourseScoreItem__listText{font:500 14px/20px var(--font-epilogue);color:var(--text-color);white-space:nowrap}.b-dashboardCourseScoreItem__listValue{font-weight:600;margin-left:4px;color:var(--text-color)}.b-dashboardCourseScoreItem__contentWrapper{max-height:0;overflow:hidden;text-transform:cubic-bezier(.95,.05,.795,.035);transition-duration:.5s;transition-property:max-height;z-index:1;position:relative}.b-dashboardCourseScoreItem__contentWrapper.state_open{max-height:100%;transition-timing-function:cubic-bezier(.895,.03,.685,.22);transition-duration:.5s;transition-property:max-height}.b-dashboardCourseScoreItem__content{opacity:0;transform:translateY(-1rem);transition-timing-function:linear,ease;transition-duration:.1s;transition-property:opacity,transform;transition-delay:.5s;padding:16px 16px 20px;border:1px solid var(--border-color2);border-top:none;border-radius:0 0 16px 16px;background:var(--panel-color);overflow-x:auto}@media screen and (max-width:768px){.b-dashboardCourseScoreItem__content{padding:16px 16px 22px;border-radius:0 0 12px 12px}}.b-dashboardCourseScoreItem__contentWrapper.state_open .b-dashboardCourseScoreItem__content{opacity:1;transform:translateY(0);transition-delay:.2s;transition-timing-function:ease-in-out;transition-duration:.2s;transition-property:opacity,transform}@media screen and (min-width:768px){.b-dashboardTabList.positionFixed{position:fixed!important}.b-dashboardTabList.positionAbsolute{position:absolute!important}}.b-dashboardTabList__list{padding-right:16px}@media screen and (max-width:768px){.b-dashboardTabList__list{padding-top:16px;border-top:1px solid var(--border-color2)}}.b-dashboardTabList__itemBtn{font:500 16px/20px var(--font-epilogue);color:var(--text-color)!important;text-decoration:none!important;padding:8px 12px 8px 23px;margin-bottom:8px!important;display:flex;align-items:center;width:100%;border-radius:0 515px 515px 0;background:transparent;cursor:pointer}@media screen and (max-width:768px){.b-dashboardTabList__itemBtn{padding:12px 16px 12px 15px}}.b-dashboardTabList__itemBtn:hover{background:#39b2cb14;transition:.4s ease-in-out}.b-dashboardTabList__itemBtn.-active{background:#39b2cb29}.b-dashboardTabList__itemIcon path{fill:var(--text-color);transition:.4s ease-in-out}.b-dashboardTabList__itemBtn:hover .b-dashboardTabList__itemIcon path{fill:#39b2cb}.b-dashboardTabList__itemBtn.-active .b-dashboardTabList__itemIcon path{fill:#39b2cb}.b-dashboardTabList__itemText{margin-left:12px;color:inherit}.b-dashboardTabList__itemBtn:hover .b-dashboardTabList__itemText,.b-dashboardTabList__itemBtn.-active .b-dashboardTabList__itemText{color:#39b2cb}.b-dashboardTabList__itemText:hover{transition:.4s ease-in-out}.b-dashboardTabList__itemValue{margin-left:auto;margin-right:0;font-size:14px;color:inherit;opacity:.4}.b-dashboardTabList__itemBtn:hover .b-dashboardTabList__itemValue{color:#39b2cb;opacity:1}.b-dashboardTabList__itemBtn.-active .b-dashboardTabList__itemValue{font-weight:600;color:#39b2cb;opacity:1}.b-dashboardTabList__itemValue:hover{transition:.4s ease-in-out}.b-dashboardTabList__accBtn{padding:16px;display:none;align-items:center;width:100%;background:transparent}@media screen and (max-width:768px){.b-dashboardTabList__accBtn{display:flex}}.b-dashboardTabList__accBtn.state_open:after{transform:rotate(-180deg)}.b-dashboardTabList__accBtn:after{margin-left:auto;margin-right:0;content:"";display:block;width:16px;height:16px;background-color:var(--border-color);mask:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.20921%203.21967C1.48816%202.92678%201.94042%202.92678%202.21936%203.21967L6%207.18934L9.78064%203.21967C10.0596%202.92678%2010.5118%202.92678%2010.7908%203.21967C11.0697%203.51256%2011.0697%203.98744%2010.7908%204.28033L6.50508%208.78033C6.22613%209.07322%205.77387%209.07322%205.49492%208.78033L1.20921%204.28033C0.930264%203.98744%200.930264%203.51256%201.20921%203.21967Z'%20fill='%231E2527'/%3e%3c/svg%3e") center no-repeat;background-size:contain;transition:.4s ease-in-out}.b-dashboardTabList__accIcon{margin-right:10px}.b-dashboardTabList__accIcon path{fill:var(--text-color)}.b-dashboardTabList__accText{font:500 16px/24px var(--font-epilogue);color:var(--text-color)}.b-dashboardTabList__accValue{font:500 14px/20px var(--font-epilogue);color:var(--text-color);margin-left:8px;opacity:.4}.b-dashboardTabList__accContent{padding-top:24px;padding-bottom:16px}@media screen and (max-width:768px){.b-dashboardTabList__accContent{padding:0;height:0;opacity:0;transition:.4s ease-in-out}}.b-dashboardTabList__accContent.state_open{height:auto;opacity:1}.b-exam{position:relative;margin:0 auto;width:100%;max-width:928px}.b-exam:before{position:absolute;top:-5px;left:10px;z-index:1;content:"";display:block;width:68px;height:44px;background:var(--decor3-path) center no-repeat}@media screen and (max-width:768px){.b-exam:before{display:none}}.b-exam__title{position:relative;z-index:3;font:700 40px/48px var(--font-epilogue);color:var(--text-color);text-align:center;margin:0 auto 32px;max-width:518px}@media screen and (max-width:768px){.b-exam__title{font-size:32px;line-height:40px;margin-bottom:16px}}.b-exam__title br{display:none}@media screen and (max-width:576px){.b-exam__title br{display:block}}.b-exam__cardWrapper{position:relative}.b-exam__cardWrapper:before{position:absolute;left:-88px;bottom:56px;z-index:1;content:"";display:block;width:148px;height:88px;background:var(--decor2-path) center no-repeat}@media screen and (max-width:768px){.b-exam__cardWrapper:before{display:none}}.b-exam__cardWrapper:after{position:absolute;top:-40px;right:-48px;z-index:1;content:"";display:block;width:148px;height:88px;background:var(--decor1-path) center no-repeat}@media screen and (max-width:768px){.b-exam__cardWrapper:after{display:none}}.b-exam__card{position:relative;z-index:2;padding:40px 0 56px;border:1px solid var(--border-color2);border-radius:24px;background:var(--panel-color);box-shadow:0 0 16px var(--shadow-color2)}@media screen and (max-width:768px){.b-exam__card{padding-top:16px;padding-bottom:24px;border-radius:20px}}.b-exam__card:before{position:absolute;left:35%;bottom:-100px;z-index:1;content:"";display:block;width:24px;height:24px;background:var(--decor4-path) center no-repeat}@media screen and (max-width:768px){.b-exam__card:before{display:none}}.b-exam__card:after{position:absolute;right:-20%;bottom:30px;z-index:1;content:"";display:block;width:70px;height:20px;background:var(--decor5-path) center no-repeat}@media screen and (max-width:768px){.b-exam__card:after{display:none}}.b-exam__subTitle{font:600 24px/32px var(--font-epilogue);color:var(--text-color);text-align:center;margin:0 auto 32px;width:100%;max-width:335px}@media screen and (max-width:680px){.b-exam__subTitle{font-size:20px;line-height:28px;margin-bottom:20px;padding-left:16px;padding-right:16px}}.b-exam__subTitle.-step_1{margin-bottom:32px}@media screen and (max-width:680px){.b-exam__subTitle.-step_1{margin-bottom:20px}}.b-exam__form{margin:0 auto;width:100%;max-width:392px}@media screen and (max-width:680px){.b-exam__form{padding-left:16px;padding-right:16px;box-sizing:border-box}}.b-exam__formRow{display:flex;grid-gap:16px}@media screen and (max-width:576px){.b-exam__formRow{flex-direction:column;grid-gap:0}}.b-exam__btnWrapper{margin-top:32px;display:flex;justify-content:center;align-items:center;width:100%}@media screen and (max-width:680px){.b-exam__btnWrapper{margin-top:24px}}.b-exam__btnWrapper.-double{justify-content:space-between}@media screen and (max-width:680px){.b-exam__btnWrapper.-double{flex-direction:column-reverse;grid-gap:22px}}.b-exam__btnWrapper.-border{margin-top:24px;padding-top:40px;border-top:1px solid var(--border-color2)}.b-exam__btn{padding-left:66px!important;padding-right:66px!important}@media screen and (max-width:680px){.b-exam__btn{padding-left:24px;padding-right:16px}}.b-markedQuestions{margin-top:32px}.b-markedQuestions__title{font-weight:600;font-size:20px;line-height:28px;color:var(--border-color);margin-bottom:20px}.b-markedQuestions__list{display:flex;flex-wrap:wrap}.b-markedQuestions__item{text-align:center;font-size:20px;cursor:pointer;font-weight:500;background-color:transparent;position:relative;width:54px;color:var(--text-color);line-height:64px;height:64px;border:1px solid var(--border-color2);border-radius:8px;margin-right:8px;margin-bottom:8px}.b-markedQuestions__item.-active{border:2px solid #39b2cb}.b-markedQuestions__item:before{border-radius:8px;width:8px;height:8px;position:absolute;content:"";left:22px;top:7px;background-color:#39b2cb}.b-examAside{position:relative;width:100%}.b-examAside:after{position:absolute;top:32px;right:-48px;content:"";display:block;width:148px;height:88px;background:var(--decor1-path) center no-repeat}@media screen and (max-width:768px){.b-examAside:after{display:none}}.b-examAside__wrapperInner{position:relative;z-index:2;border:1px solid var(--border-color2);border-radius:24px;background:var(--panel-color);box-shadow:0 0 16px var(--shadow-color2-0);overflow:hidden}@media screen and (max-width:768px){.b-examAside__wrapperInner{border-radius:20px}}.b-examAside__header{font:600 15px/24px var(--font-epilogue);color:var(--text-color);padding:16px;border-bottom:1px solid var(--border-color2)}@media screen and (max-width:768px){.b-examAside__header{border-radius:12px}}.b-examAside__main{padding:16px}.b-examAside__main h6{font:600 20px/32px var(--font-epilogue);font-size:20px!important;color:#e83e67!important;text-align:center!important;padding:16px!important;margin-bottom:20px!important;width:100%!important;border-radius:12px!important;background:var(--bg-color6-3)!important}.b-examAside__marker{font:600 20px/32px var(--font-epilogue);color:#e83e67;text-align:center;padding:16px;margin-bottom:20px;width:100%;border-radius:12px;background:var(--bg-color6-3)}.b-examAside__text{font:600 16px/24px var(--font-epilogue);color:var(--text-color);margin-bottom:24px}.b-examAside__text p{background-color:var(--panel-color)!important;color:var(--text-color)!important}.b-examAside__list{padding:0;margin:0;list-style:none}.b-examAside__item{margin-bottom:20px;display:flex;align-items:center}.b-examAside__item:last-of-type{margin-bottom:0}.b-examAside__itemIcon{margin-right:14px;display:block;width:24px;height:24px}.b-examAside__itemText{font:600 14px/20px var(--font-epilogue);color:#7c7f80}.b-examAside__btn{font:600 16px/24px var(--font-epilogue)!important;letter-spacing:1px;text-transform:uppercase;margin-top:28px!important;width:100%}.b-examCard{position:relative}.b-examCard:before{position:absolute;left:-48px;bottom:56px;content:"";display:block;width:148px;height:88px;background:var(--decor2-path) center no-repeat}@media screen and (max-width:768px){.b-examCard:before{display:none}}.b-courseAssignment .b-examCard:before{display:none}.b-examCard:after{position:absolute;left:65%;top:-75px;content:"";display:block;width:68px;height:44px;background:var(--decor3-path) center no-repeat}@media screen and (max-width:992px){.b-examCard:after{display:none}}.b-courseAssignment .b-examCard:after{top:auto;left:-20px;bottom:0;width:calc(100% + 40px);height:1px;background:var(--border-color2)}.b-examCard.-result:after{top:-25px}.b-examCard__wrapperInner{position:relative;z-index:1;border:1px solid var(--border-color2);border-radius:24px;background:var(--panel-color);box-shadow:0 0 16px var(--shadow-color2-0)}.b-courseAssignment .b-examCard__wrapperInner{border:none;border-radius:0;background:transparent;box-shadow:none}.b-examCard__wrapperInner:before{position:absolute;left:30%;bottom:-80px;content:"";display:block;width:24px;height:24px;background:var(--decor4-path) center no-repeat}@media screen and (max-width:768px){.b-examCard__wrapperInner:before{display:none}}.b-courseAssignment .b-examCard__wrapperInner:before{display:none}.b-examCard__wrapperInner:after{position:absolute;right:-45px;bottom:-125px;content:"";display:block;width:70px;height:16px;background:var(--decor5-path) center no-repeat}@media screen and (max-width:768px){.b-examCard__wrapperInner:after{display:none}}.b-courseAssignment .b-examCard__wrapperInner:after{display:none}.b-examCard__top{position:relative;z-index:2;padding:16px 16px 16px 24px;display:grid;grid-gap:16px;grid-template-columns:1fr 172px 438px}@media screen and (max-width:1220px){.b-examCard__top{padding:16px 12px;display:flex;flex-wrap:wrap;grid-gap:12px}}@media screen and (max-width:992px){.b-examCard__top{padding-bottom:0;display:flex;flex-wrap:wrap;grid-gap:12px}}.b-courseAssignment .b-examCard__top{padding:0;display:flex;flex-wrap:wrap;gap:24px 16px}@media screen and (max-width:992px){.b-courseAssignment .b-examCard__top{padding-bottom:0;display:flex;flex-wrap:wrap;grid-gap:12px}}.b-examCard__lineProgress{position:absolute!important;left:0;bottom:-4px;width:100%;background-color:var(--white-black2)!important}@media screen and (max-width:992px){.b-examCard__lineProgress{bottom:196px}}.b-courseAssignment .b-examCard__lineProgress{left:-20px;bottom:-24px;width:calc(100% + 40px)}@media screen and (max-width:768px){.b-courseAssignment .b-examCard__lineProgress{left:-12px;bottom:196px;width:calc(100% + 24px)}}.b-examCard__qtoolExamLineProgress{position:absolute!important;left:0;bottom:-4px;width:100%;background-color:var(--white-black2)!important}@media screen and (max-width:992px){.b-examCard__qtoolExamLineProgress{bottom:196px}}.b-courseAssignment .b-examCard__qtoolExamLineProgress{left:-20px;bottom:-24px;width:calc(100% + 40px)}@media screen and (max-width:768px){.b-courseAssignment .b-examCard__qtoolExamLineProgress{left:-12px;bottom:270px;width:calc(100% + 24px)}}.b-examCard__title{font:700 16px/24px var(--font-epilogue);color:var(--text-color);align-self:center}@media screen and (max-width:1220px){.b-examCard__title{padding-left:4px;width:100%}}@media screen and (max-width:768px){.b-examCard__title{font-size:15px}}.b-courseAssignment .b-examCard__title{width:100%}.b-examCard__question{padding:24px 24px 0}@media screen and (max-width:1220px){.b-examCard__question{padding:24px 12px 0}}.b-courseAssignment .b-examCard__question{padding:52px 0 32px}@media screen and (max-width:768px){.b-courseAssignment .b-examCard__question{padding:24px 0 16px}.b-courseAssignment .b-examCard__question:after{position:absolute;left:-12px;bottom:0;content:"";display:block;width:calc(100% + 24px);height:1px;background:var(--border-color2)}}.b-examCard__questionInfoWrapper{font:600 12px/20px var(--font-epilogue);color:#7c7f80;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}@media screen and (max-width:992px){.b-examCard__questionInfoWrapper{padding-left:4px;padding-right:4px}}.b-examCard__questionTitle{font:600 20px/28px var(--font-epilogue);color:var(--text-color);margin-bottom:24px}@media screen and (max-width:992px){.b-examCard__questionTitle{padding-left:4px;padding-right:4px}}@media screen and (max-width:768px){.b-examCard__questionTitle{font-size:18px;line-height:24px;margin-bottom:20px}}@media screen and (max-width:992px){.b-examCard__questionTitle br{display:none}}.b-examCard__btnWrapper{margin-top:32px;margin-bottom:32px;display:flex;align-items:center;flex-wrap:wrap;gap:16px}@media screen and (max-width:992px){.b-examCard__btnWrapper{padding-left:4px;padding-right:4px}}@media screen and (max-width:768px){.b-examCard__btnWrapper{margin-top:21px;margin-bottom:20px;flex-direction:column}}.b-courseAssignment .b-examCard__btnWrapper{margin-bottom:0}@media screen and (max-width:576px){.b-examCard__btn{width:100%}}.b-examCard__btnExplanation .b-btn__text{margin-right:32px!important}@media screen and (max-width:680px){.b-examCard__btnExplanation .MuiButton-endIcon{width:16px;height:16px}}@media screen and (max-width:680px){.b-examCard__btnExplanation .MuiButton-endIcon svg{width:16px;height:16px}}.b-examContent__selectWrapper{font:600 24px/32px var(--font-epilogue);color:var(--text-color);margin-bottom:20px;display:flex;align-items:center}@media screen and (max-width:768px){.b-examContent__selectWrapper{font-size:20px;line-height:28px;text-align:center;margin-bottom:16px;flex-direction:column;align-items:center}}.b-examContent__select{margin-left:24px;width:auto;min-width:260px}@media screen and (max-width:768px){.b-examContent__select{margin-top:12px;margin-left:0;width:100%;height:44px}}@media screen and (max-width:768px){.b-examContent .MuiFormControl-root{width:100%}}.b-examContent__content{display:grid;grid-template-columns:1fr 288px;grid-gap:24px}@media screen and (max-width:768px){.b-examContent__content{grid-template-columns:1fr;grid-gap:20px}}.b-examContent__content.-fullWidth{grid-template-columns:1fr}@media screen and (max-width:768px){.b-examContent__content.-fullWidth{grid-template-columns:1fr;grid-gap:20px}}.b-examContent__main,.b-examContent__aside{width:100%}.b-examExplanation{border-top:1px solid var(--border-color2);overflow:hidden;transition:max-height .3s cubic-bezier(1,0,1,0);height:auto;max-height:9999px}.b-examExplanation.state_collapsed{border-top:1px solid transparent;max-height:0;transition:max-height .35s cubic-bezier(0,1,0,1)}.b-examExplanation__mediaWrapper{margin-top:24px}@media screen and (max-width:768px){.b-examExplanation__mediaWrapper{margin-top:16px}}.b-examExplanation__mediaWrapper img{display:block;width:100%;max-width:303px}.b-examExplanation__text{font:500 16px/24px var(--font-inter);color:var(--text-color);margin-top:24px;margin-bottom:24px}@media screen and (max-width:768px){.b-examExplanation__text{font-size:15px;margin-top:16px;margin-bottom:20px}}.b-examExplanation__text p{margin-bottom:16px}.b-examExplanation__text p:last-of-type{margin-bottom:0}.b-examInfoProgress{padding:8px 24px;display:flex;align-items:center;width:100%;max-width:438px;border-radius:47px;background:var(--white-black3)}.b-examInfoProgress.-simulation{max-width:238px}.b-examInfoProgress.-simulation .b-examInfoProgress__item{width:50%}.b-examInfoProgress.-qtool{max-width:524px}@media screen and (max-width:992px){.b-examInfoProgress{padding:12px;margin-top:28px;flex-wrap:wrap;max-width:none;border-radius:12px}}.b-examInfoProgress.-result{width:100%}@media screen and (max-width:992px){.b-examInfoProgress.-result{padding:8px 24px;margin-top:0;flex-wrap:nowrap}}@media screen and (max-width:576px){.b-examInfoProgress.-result{padding:8px 10px;flex-wrap:wrap}}.b-examInfoProgress__item{position:relative;display:flex;flex-direction:column;align-items:center;width:20%;box-sizing:border-box}@media screen and (max-width:992px){.b-examInfoProgress__item{width:50%;border-right:1px solid var(--border-color2);border-bottom:1px solid var(--border-color2)}}.b-examInfoProgress.-result .b-examInfoProgress__item{width:33.3333333333%}@media screen and (max-width:992px){.b-examInfoProgress.-result .b-examInfoProgress__item{width:33.3333333333%;border:none}}@media screen and (max-width:576px){.b-examInfoProgress.-result .b-examInfoProgress__item{width:100%}}.b-examInfoProgress__item:after{position:absolute;top:50%;right:0;margin-top:-16px;content:"";display:block;width:1px;height:32px;background:var(--border-color3)}@media screen and (max-width:992px){.b-examInfoProgress__item:after{display:none}}.b-examInfoProgress__item:last-of-type:after{display:none}@media screen and (max-width:992px){.b-examInfoProgress.-result .b-examInfoProgress__item:last-of-type:after{display:none}}@media screen and (max-width:992px){.b-examInfoProgress__item:nth-of-type(1),.b-examInfoProgress__item:nth-of-type(2){padding:12px 12px 24px}}@media screen and (max-width:992px){.b-examInfoProgress.-result .b-examInfoProgress__item:nth-of-type(1),.b-examInfoProgress.-result .b-examInfoProgress__item:nth-of-type(2){padding:0}}@media screen and (max-width:992px){.b-examInfoProgress__item:nth-of-type(2),.b-examInfoProgress__item:nth-of-type(4){border-right:none}}@media screen and (max-width:992px){.b-examInfoProgress__item:nth-of-type(3),.b-examInfoProgress__item:nth-of-type(4){padding:24px 12px 12px;border-bottom:none}}@media screen and (max-width:992px){.b-examInfoProgress.-result .b-examInfoProgress__item:nth-of-type(3),.b-examInfoProgress.-result .b-examInfoProgress__item:nth-of-type(4){padding:0}}.b-examInfoProgress__text{font:500 12px/16px var(--font-epilogue);color:#7c7f80;letter-spacing:1px;text-transform:uppercase;text-align:center}@media screen and (max-width:350px){.b-examInfoProgress__text{font-size:10px}}.b-examInfoProgress__not-answered-text{white-space:nowrap;padding:0 5px}.b-examInfoProgress__value{font:700 18px/24px var(--font-inter);color:#7c7f80;letter-spacing:1px;text-align:center}.b-examInfoProgress__item.-answered .b-examInfoProgress__value{color:#41cae7}.b-examInfoProgress__item.-correct .b-examInfoProgress__value{color:#64bd5e}.b-examInfoProgress__item.-incorrect .b-examInfoProgress__value{color:#e34234}.b-examInfoProgress__item.-not-answered .b-examInfoProgress__value{color:#f9cf4a}.b-examProgress{padding:8px 8px 8px 24px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:42px;background:var(--white-black3)}.b-examProgress__title{font:500 12px/16px var(--font-epilogue);color:#7c7f80;letter-spacing:1px}.b-examProgress__value{font:700 18px/24px var(--font-inter);color:#7c7f80;letter-spacing:1px}.b-examProgress__progressBarWrapper{position:relative;width:40px;height:40px}.b-examQuestion{margin:0 auto;max-width:1224px}.b-examScoreStep{width:100%;border-radius:16px;margin-bottom:16px}@media screen and (max-width:768px){.b-examScoreStep{margin-bottom:12px}}.b-examScoreStep:last-child{margin-bottom:0}@media screen and (max-width:768px){.b-examScoreStep{box-shadow:0 0 12px var(--shadow-color2)}}.b-examScoreStep__header{position:relative;padding:16px 45px 16px 16px;width:100%;border:1px solid var(--border-color2);border-radius:16px;background:var(--white-black3);transition:.4s ease-in-out;cursor:pointer;overflow:hidden}@media screen and (max-width:768px){.b-examScoreStep__header{padding:16px 35px 16px 16px}}.b-examScoreStep__header:hover{background:var(--white-black4)}.b-examScoreStep.state_open .b-examScoreStep__header{border-radius:16px 16px 0 0}.b-examScoreStep__title{font:700 20px/28px var(--font-epilogue);color:var(--text-color);display:block;margin-bottom:16px;text-align:left}.b-examScoreStep__arrow{position:absolute;top:16px;right:20px;transition:.5s ease-in-out;color:var(--border-color)}@media screen and (max-width:768px){.b-examScoreStep__arrow{width:12px;height:12px}}.b-examScoreStep.state_open .b-examScoreStep__arrow{transition-delay:.2s;transition-timing-function:ease-in-out;transition-duration:.2s;transform:rotate(-180deg)}.b-examScoreStep__contentWrappper{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.b-examScoreStep__questionWrapper{display:flex;flex-direction:column}.b-examScoreStep__questionListinfoWrapper{flex-wrap:nowrap!important;width:420px!important;min-width:420px!important}@media screen and (max-width:820px){.b-examScoreStep__questionListinfoWrapper{flex-direction:column!important;align-items:flex-start!important;min-width:160px!important;width:160px!important}}@media screen and (max-width:430px){.b-examScoreStep__questionListinfoWrapper{flex-direction:column!important;align-items:flex-start!important;min-width:auto!important;width:auto!important}}.b-examScoreStep__listInfo{display:flex;align-items:center;flex-wrap:wrap;gap:12px 40px}@media screen and (max-width:768px){.b-examScoreStep__listInfo{gap:12px 16px}}@media screen and (max-width:576px){.b-examScoreStep__listInfo{align-items:flex-start;flex-direction:column}}@media screen and (max-width:350px){.b-examScoreStep__listInfo{grid-gap:8px 10px}}.b-examScoreStep__listItem{display:flex;align-items:center}.b-examScoreStep__listItem.-correct{width:112px}@media screen and (max-width:820px){.b-examScoreStep__listItem.-correct{width:auto}}.b-examScoreStep__listItem.-missed{width:112px}@media screen and (max-width:820px){.b-examScoreStep__listItem.-missed{width:auto}}.b-examScoreStep__listItem.-percentage{width:128px}@media screen and (max-width:820px){.b-examScoreStep__listItem.-percentage{width:auto}}.b-examScoreStep__listIcon{margin-right:8px;display:block;width:20px;height:20px}.b-examScoreStep__listText{font:500 14px/20px var(--font-epilogue);color:var(--text-color);white-space:nowrap}.b-examScoreStep__listValue{font-weight:700;margin-right:4px;color:var(--text-color)}.b-examScoreStep__contentWrapper{max-height:0;overflow:hidden;text-transform:cubic-bezier(.95,.05,.795,.035);transition-duration:.5s;transition-property:max-height;z-index:1;position:relative}.b-examScoreStep__contentWrapper.state_open{max-height:10000rem;transition-timing-function:cubic-bezier(.895,.03,.685,.22);transition-duration:.5s;transition-property:max-height}.b-examScoreStep__content{opacity:0;transform:translateY(-1rem);transition-timing-function:linear,ease;transition-duration:.1s;transition-property:opacity,transform;transition-delay:.5s;padding:24px 16px 32px;border:1px solid var(--border-color2);border-top:none;border-radius:0 0 16px 16px;background:var(--panel-color);overflow-x:auto}@media screen and (max-width:768px){.b-examScoreStep__content{padding:20px 12px 28px;border-radius:0 0 12px 12px}}.b-examScoreStep__contentWrapper.state_open .b-examScoreStep__content{opacity:1;transform:translateY(0);transition-delay:.2s;transition-timing-function:ease-in-out;transition-duration:.2s;transition-property:opacity,transform}.b-examScoreStepInner{margin-bottom:32px}@media screen and (max-width:768px){.b-examScoreStepInner{margin-bottom:28px}}.b-examScoreStepInner:last-child{margin-bottom:0}.b-examScoreStepInner__topWrapper{display:flex;align-items:center;justify-content:space-between;gap:16px}@media screen and (max-width:992px){.b-examScoreStepInner__topWrapper{flex-direction:column;align-items:flex-start}}.b-examScoreStepInner__title{font:600 16px/24px var(--font-epilogue);color:var(--text-color);width:calc(100% - 420px)}@media screen and (max-width:992px){.b-examScoreStepInner__title{width:100%}}.b-examScoreStepInner__horizontalDivider{height:1px;width:100%;background:#e0e0e0}.b-examScoreStepInner__infoList{padding:0;margin:0;list-style:none;display:flex;align-items:center}@media screen and (max-width:576px){.b-examScoreStepInner__infoList{flex-direction:column;align-items:flex-start;gap:8px}}.b-examScoreStepInner__infoItem{font:500 16px/24px var(--font-epilogue);color:#7c7f80;display:flex;align-items:center;white-space:nowrap}.b-examScoreStepInner__infoItem:after{margin-left:16px;margin-right:16px;content:"";display:block;width:1px;height:24px;background:var(--border-color2)}@media screen and (max-width:576px){.b-examScoreStepInner__infoItem:after{display:none}}.b-examScoreStepInner__infoItem:last-child:after{display:none}.b-examScoreStepInner__infoValue{font-weight:600}.b-examScoreStepInner__infoValue.-blue{color:#41cae7}.b-examScoreStepInner__infoValue.-green{color:#64bd5e}.b-examScoreStepInner__infoValue.-red{color:#e34234}.b-examScoreStepInner__questionListWrapper{margin-top:16px;padding:16px;border:1px solid var(--border-color2);border-radius:16px}@media screen and (max-width:768px){.b-examScoreStepInner__questionListWrapper{padding:12px;border-radius:12px}}.b-examScoreStepInner__questionListWrapper.state_open{border-radius:16px 16px 0 0}.b-examScoreStepInner__questionList{padding:0;margin:0;list-style:none;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.b-examScoreStepInner__questionBtn{position:relative;font:500 20px/28px var(--font-epilogue);color:var(--btn-color2);display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;box-shadow:0 4px 16px var(--shadow-color3);cursor:pointer}.b-examScoreStepInner__questionBtn.-green{background:#64bd5e}.b-examScoreStepInner__questionBtn.-red{background:#e34234}.b-examScoreStepInner__questionBtn.-active:before{border-color:var(--btn-color2)}.b-examScoreStepInner__questionBtn:hover:before{border-color:var(--btn-color2)}.b-examScoreStepInner__questionBtn:before{position:absolute;top:2px;left:2px;content:"";display:block;width:36px;height:36px;border:2px solid transparent;border-radius:6px;transition:.4s ease-in-out}.b-examScoreStepInner__questionContentWrapper{max-height:0;overflow:hidden;text-transform:cubic-bezier(.95,.05,.795,.035);transition-duration:.5s;transition-property:max-height;z-index:1;position:relative}.b-examScoreStepInner__questionContentWrapper.state_open{max-height:100rem;transition-timing-function:cubic-bezier(.895,.03,.685,.22);transition-duration:.5s;transition-property:max-height}.b-examScoreStepInner__questionContent{opacity:0;transform:translateY(-1rem);transition-timing-function:linear,ease;transition-duration:.1s;transition-property:opacity,transform;transition-delay:.5s;border:1px solid var(--border-color2);border-top:none;border-radius:0 0 16px 16px;background:var(--panel-color);overflow-x:auto}@media screen and (max-width:768px){.b-examScoreStepInner__questionContent{border-radius:0 0 12px 12px}}.b-examScoreStepInner__questionContentWrapper.state_open .b-examScoreStepInner__questionContent{opacity:1;transform:translateY(0);transition-delay:.2s;transition-timing-function:ease-in-out;transition-duration:.2s;transition-property:opacity,transform}.b-examScoreTable{min-width:800px}.b-examScoreTable.-single{padding:24px;min-width:auto;border-radius:24px 24px 0 0;background:var(--bg-color11);overflow-x:auto}@media screen and (max-width:768px){.b-examScoreTable.-single{padding:16px}}.b-examScoreTable.-single .MuiTableCell-head,.b-examScoreTable.-single .MuiTableCell-body{color:#fff}.b-examScoreTable.-single .MuiTableCell-head{border-bottom:1px solid #7c7f80!important}.b-examScoreTable__result{font:500 12px/16px var(--font-epilogue);padding:4px 8px;border-radius:21px;white-space:nowrap}.b-examScoreTable__result.-done{color:#64bd5e;background:#64bd5e21}.b-examScoreTable__result.-almost-done{color:#eca336;background:#ecbe1314}.b-examScoreTable__result.-passed{color:#64bd5e;background:var(--bg-color7-3)}.b-examScoreTable__result.-almost{color:#eca336;background:var(--bg-color10-1)}.b-examScoreTable__result.-failed{color:#e34234;background:#e3423414}.b-examScoreTable.-single .b-examScoreTable__result.-failed{background:#e3423414}.b-examScoreTable__score{color:#eca336}.b-examScoreTable__score.-passed{color:#64bd5e}.b-examScoreTable__score.-failed{color:#e34234}.b-examScoreTable__time{font-weight:600}.b-examScoreTable__link{text-decoration:none!important}.b-examScoreTable__link:hover{text-decoration:underline!important}.b-examScoreTable__date{font-size:12px;line-height:16px}.b-examScoreTable .MuiTableRow-root .MuiTableCell-root{padding:8px}.b-examScoreTable .MuiTableRow-root .MuiTableCell-root:first-of-type{padding-left:0;max-width:300px}@media screen and (max-width:576px){.b-examScoreTable .MuiTableRow-root .MuiTableCell-root:first-of-type{max-width:170px}}.b-examScoreTable .MuiTableRow-root .MuiTableCell-root:last-of-type{padding-right:0}.b-examScoreTable .MuiTableCell-head{font:600 14px/20px var(--font-epilogue);color:var(--text-color);border-bottom:1px solid var(--text-color)!important}.b-examScoreTable .MuiTableCell-body{font:500 14px/20px var(--font-epilogue);color:var(--text-color);border-bottom:none}.b-formGroup{padding:16px;background:var(--white-black3);border-radius:59px;max-width:544px;margin:0 auto 16px}@media screen and (max-width:680px){.b-formGroup{padding:8px;margin-bottom:12px}}@media screen and (max-width:992px){.b-dashboard .b-formGroup{padding:8px;margin-bottom:12px}}.b-formGroup.-input-label{padding:12px 16px 16px;border-radius:16px}@media screen and (max-width:680px){.b-formGroup.-input-label{padding:8px;margin-bottom:12px}}.b-formGroup.-billing{display:grid;grid-template-columns:304px 111px 73px;grid-gap:12px}@media screen and (max-width:680px){.b-formGroup.-billing{padding:0;margin-bottom:0;background:transparent;border-radius:0;display:flex;grid-gap:12px 8px;flex-wrap:wrap}}@media screen and (max-width:992px){.b-dashboard .b-formGroup.-billing{padding:0;margin-bottom:0;background:transparent;border-radius:0;display:flex;grid-gap:12px 8px;flex-wrap:wrap}}@media screen and (max-width:680px){.b-formGroup__item{padding:8px;background:var(--white-black3);border-radius:12px}}@media screen and (max-width:992px){.b-dashboard .b-formGroup__item{padding:8px;background:var(--white-black3);border-radius:12px}}@media screen and (max-width:680px){.b-formGroup__item.-cardNumber{width:100%}}@media screen and (max-width:992px){.b-dashboard .b-formGroup__item.-cardNumber{width:100%}}@media screen and (max-width:680px){.b-formGroup__item.-cardYear{width:100%;max-width:calc(60% - 8px)}}@media screen and (max-width:992px){.b-dashboard .b-formGroup__item.-cardYear{width:100%;max-width:calc(60% - 8px)}}@media screen and (max-width:680px){.b-formGroup__item.-cardCvv{width:100%;max-width:40%}}@media screen and (max-width:992px){.b-dashboard .b-formGroup__item.-cardCvv{width:100%;max-width:40%}}.b-formGroup__selectLabel{position:relative;display:block}.b-formGroup__selectExamLabel{width:347px}.b-formGroup__select{font:500 16px/24px var(--font-epilogue);color:var(--text-color)!important;height:48px;padding:14px 20px;width:100%;border:1px solid var(--border-color2);border-radius:32px;background:var(--panel-color);box-shadow:0 4px 16px var(--shadow-color3);cursor:pointer;-moz-appearance:none;-webkit-appearance:none;appearance:none}@media screen and (max-width:680px){.b-formGroup__select{padding:12px 20px}}.b-formGroup__select svg{display:none}.b-formGroup__select:after{position:absolute;top:50%;right:20px;margin-top:-6px;content:"";display:block;width:12px;height:12px;background-color:var(--border-color);mask:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.20921%203.21967C1.48816%202.92678%201.94042%202.92678%202.21936%203.21967L6%207.18934L9.78064%203.21967C10.0596%202.92678%2010.5118%202.92678%2010.7908%203.21967C11.0697%203.51256%2011.0697%203.98744%2010.7908%204.28033L6.50508%208.78033C6.22613%209.07322%205.77387%209.07322%205.49492%208.78033L1.20921%204.28033C0.930264%203.98744%200.930264%203.51256%201.20921%203.21967Z'%20fill='%231E2527'/%3e%3c/svg%3e") center no-repeat;cursor:pointer;pointer-events:none}.b-formGroup__select:hover{border-color:#41cae7}.b-formGroup__select:focus{border-color:#39b2cb!important;box-shadow:0 0 1px 1px #39b2cb!important}.b-formGroup__select.-error{border-color:var(--main-error)}.b-formGroup__select.-audio{font:500 14px/14px var(--font-epilogue);padding-bottom:2px!important}.b-formGroup__selectArrow{position:absolute;top:50%;right:18px;margin-top:-6px;z-index:0;display:block;width:12px;height:12px;-webkit-user-select:none;user-select:none;pointer-events:none}.b-formGroup__label{font:600 14px/20px var(--font-epilogue);color:var(--text-color);margin-bottom:8px}@media screen and (max-width:680px){.b-formGroup__label{font-size:12px;line-height:16px;margin-bottom:4px}}.b-formGroup__input{width:100%;background:var(--panel-color);border:1px solid #989898;border-radius:4px}.b-formGroup__input input:-webkit-autofill,.b-formGroup__input input:-webkit-autofill:hover,.b-formGroup__input input:-webkit-autofill:focus,.b-formGroup__input input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px var(--panel-color) inset!important;-webkit-text-fill-color:var(--text-color)!important}.b-formGroup__input .MuiOutlinedInput-notchedOutline{border-radius:4px!important;border-color:#989898!important}.b-formGroup__input .Mui-error .MuiOutlinedInput-notchedOutline{border-color:var(--main-error)!important}.b-formGroup__input .Mui-focused .MuiOutlinedInput-notchedOutline{border:2px solid #39b2cb!important}.b-formGroup__input .MuiOutlinedInput-root{background:var(--panel-color)}@media screen and (max-width:768px){.b-formGroup__input .MuiOutlinedInput-root{padding-left:12px}}.b-formGroup__input .MuiOutlinedInput-input{padding-top:13px;padding-bottom:11px;padding-left:16px;font:500 16px/24px var(--font-epilogue);color:var(--text-color)}@media screen and (max-width:768px){.b-formGroup__input .MuiOutlinedInput-input{padding-top:12px;padding-bottom:12px;padding-left:0;font-size:14px;line-height:20px}}.b-formGroup__input .MuiOutlinedInput-input::placeholder{color:var(--text-placeholder)}.b-formGroup__input.-password .MuiIconButton-root{padding-right:0}.b-formGroup input[type=password]{font-family:Verdana,sans-serif;font-size:24px;letter-spacing:-.5px;padding-top:5px;padding-bottom:8px}@media screen and (max-width:680px){.b-formGroup input[type=password]{font-size:16px;padding-top:9px;padding-bottom:12px}}.b-formGroup input[type=password]::placeholder{font:500 16px/24px var(--font-epilogue);letter-spacing:normal}.b-formGroup input[type=text]{font-family:var(--font-epilogue);font-size:16px;letter-spacing:-.5px;padding-top:13px;padding-bottom:11px}@media screen and (max-width:680px){.b-formGroup input[type=text]{font-size:16px;padding-top:9px;padding-bottom:12px}}.b-formGroup input[type=text]::placeholder{font:500 16px/24px var(--font-epilogue);letter-spacing:normal}.b-formGroup__errorText{margin-top:4px;font-size:12px;line-height:16px;font-weight:500;font-family:var(--font-epilogue);color:red;transition:.4s}.b-formGroup__errorText.-hide{font-size:0;height:0}.b-formGroup__checkbox{margin:16px auto;max-width:544px}.MuiPaper-root{background:var(--panel-color)!important;box-shadow:0 8px 24px var(--shadow-color)!important;-webkit-backdrop-filter:blur(80px)!important;backdrop-filter:blur(80px)!important;border-radius:12px!important}.MuiList-root{padding-top:0!important;padding-bottom:0!important;max-height:256px!important;overflow:auto!important;background:var(--panel-color)!important;scrollbar-color:var(--panel-color)!important}.MuiList-root::-webkit-scrollbar-track{background:var(--panel-color)!important}.MuiList-root::-webkit-scrollbar-track{background-color:var(--panel-color);border-radius:10px}.MuiList-root::-webkit-scrollbar{width:8px;border-radius:10px;background-color:var(--panel-color)}.MuiList-root::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb);border-radius:10px}.MuiMenuItem-root{font:500 14px/20px var(--font-epilogue)!important;color:var(--text-color)!important;padding:12px 8px}.MuiMenuItem-root.Mui-focusVisible{background:none!important}.MuiMenuItem-root:hover{text-decoration:none!important;background-color:#0000000a!important}.MuiMenuItem-root.Mui-selected{color:#50a6c6!important;background:#41cae71f!important}.b-stripeInput{padding:14px;display:block;border:1px solid #989898;background-color:var(--panel-color);border-radius:3px}.b-stripeInput.-error{border-color:var(--main-error)}.b-freeCourse{position:absolute;left:50%;bottom:40%;z-index:3;padding:16px 16px 24px;display:none;width:407px;border-radius:12px;background:#fffc;box-shadow:0 8px 24px var(--shadow-color);-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px);box-sizing:border-box}@media screen and (max-width:1140px){.b-freeCourse{left:0}}@media screen and (max-width:992px){.b-freeCourse{left:-15%;width:300px}}@media screen and (max-width:768px){.b-freeCourse{left:-15%}}@media screen and (max-width:680px){.b-freeCourse{left:auto;right:3%}}@media screen and (max-width:350px){.b-freeCourse{width:280px}}.b-freeCourse.state_open{display:block}.b-freeCourse__closeBtn{position:absolute;top:12px;right:12px;display:block;width:14px;height:14px;background:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.05849%207.05727C7.57919%206.53657%208.42341%206.53657%208.94411%207.05727L16.0013%2014.1145L23.0585%207.05727C23.5792%206.53657%2024.4234%206.53657%2024.9441%207.05727C25.4648%207.57797%2025.4648%208.42219%2024.9441%208.94289L17.8869%2016.0001L24.9441%2023.0573C25.4648%2023.578%2025.4648%2024.4222%2024.9441%2024.9429C24.4234%2025.4636%2023.5792%2025.4636%2023.0585%2024.9429L16.0013%2017.8857L8.94411%2024.9429C8.42341%2025.4636%207.57919%2025.4636%207.05849%2024.9429C6.53779%2024.4222%206.53779%2023.578%207.05849%2023.0573L14.1157%2016.0001L7.05849%208.94289C6.53779%208.42219%206.53779%207.57797%207.05849%207.05727Z'%20fill='%231E2527'/%3e%3c/svg%3e") center no-repeat;cursor:pointer;transition:.4s ease-in-out}.b-freeCourse__closeBtn:hover{transform:rotate(-90deg)}.b-freeCourse__title{font:700 18px/24px var(--font-epilogue);color:var(--text-color);margin-bottom:24px;max-width:calc(100% - 32px)}.b-freeCourse__list{padding:0;margin:0;list-style:none;max-height:350px;overflow:auto}@media screen and (max-width:768px){.b-freeCourse__list{height:260px}}.b-freeCourse__listItem{margin-bottom:32px;display:flex;align-items:center;justify-content:space-between;gap:10px}.b-freeCourse__listItem:last-child{margin-bottom:0}.b-freeCourse__item{display:flex;align-items:center;justify-content:space-between;gap:10px}.b-freeCourse__itemTitle{font:700 16px/20px var(--font-epilogue);color:var(--text-color);margin-bottom:4px}.b-freeCourse__itemText{font:500 14px/20px var(--font-epilogue);color:var(--text-color4)}.b-freeCourse__itemIcon{display:block;width:40px;height:40px}.b-infoWindow{position:relative;padding:24px 24px 32px;margin-bottom:40px;background:var(--bg-color7);border:1px solid var(--green-border);border-radius:16px}@media screen and (max-width:768px){.b-infoWindow{padding:16px;margin-bottom:24px;border-radius:12px}}.b-infoWindow__closeBtn{position:absolute;top:12px;right:12px;width:16px;height:16px;background-color:var(--green-text);mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.13381%200.366129C1.64567%20-0.122043%200.854244%20-0.122043%200.366105%200.366129C-0.122035%200.8543%20-0.122035%201.64578%200.366105%202.13395L6.24573%208.01397L0.395271%2013.8648C-0.0928687%2014.353%20-0.0928687%2015.1445%200.395271%2015.6326C0.88341%2016.1208%201.67484%2016.1208%202.16298%2015.6326L8.01344%209.78179L13.8375%2015.6062C14.3256%2016.0944%2015.1171%2016.0944%2015.6052%2015.6062C16.0933%2015.118%2016.0933%2014.3266%2015.6052%2013.8384L9.78115%208.01397L15.6344%202.16037C16.1225%201.6722%2016.1225%200.880717%2015.6344%200.392546C15.1462%20-0.0956256%2014.3548%20-0.0956251%2013.8667%200.392546L8.01344%206.24614L2.13381%200.366129Z'%20fill='%23458541'/%3e%3c/svg%3e") center no-repeat;transition:.4s;cursor:pointer}.b-infoWindow__closeBtn:hover{opacity:.7}.b-infoWindow__title{font:600 18px/24px var(--font-epilogue);color:var(--green-text);width:calc(100% - 20px);margin-bottom:12px}@media screen and (max-width:768px){.b-infoWindow__title{font-size:17px;margin-bottom:8px}}.b-infoWindow__text{font:500 16px/24px var(--font-epilogue);color:var(--green-text)}.b-infoWindow__text h1,.b-infoWindow__text p{color:var(--green-text)!important}@media screen and (max-width:768px){.b-infoWindow__text{font-size:15px}}.b-modal{padding-left:16px;padding-right:16px;width:100%;max-width:632px}.b-modal__wrapper{position:relative;padding:32px 35px 40px;width:100%;background:var(--panel-color);border-radius:16px}.b-modal__closeBtn{position:absolute;top:12px;right:12px;width:32px;height:32px;background-color:var(--border-color);mask:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.05849%207.05727C7.57919%206.53657%208.42341%206.53657%208.94411%207.05727L16.0013%2014.1145L23.0585%207.05727C23.5792%206.53657%2024.4234%206.53657%2024.9441%207.05727C25.4648%207.57797%2025.4648%208.42219%2024.9441%208.94289L17.8869%2016.0001L24.9441%2023.0573C25.4648%2023.578%2025.4648%2024.4222%2024.9441%2024.9429C24.4234%2025.4636%2023.5792%2025.4636%2023.0585%2024.9429L16.0013%2017.8857L8.94411%2024.9429C8.42341%2025.4636%207.57919%2025.4636%207.05849%2024.9429C6.53779%2024.4222%206.53779%2023.578%207.05849%2023.0573L14.1157%2016.0001L7.05849%208.94289C6.53779%208.42219%206.53779%207.57797%207.05849%207.05727Z'%20fill='%231E2527'/%3e%3c/svg%3e") center no-repeat;cursor:pointer;transition:.4s}.b-modal__closeBtn:hover{opacity:.6}.b-modal__title{font:700 24px/28px var(--font-epilogue);color:var(--text-color);text-align:center;margin-bottom:24px}@media screen and (max-width:680px){.b-modal__title{font-size:20px;line-height:1.4}}.b-modal__text{font:400 16px/24px var(--font-inter);color:var(--text-color);text-align:center}@media screen and (max-width:680px){.b-modal__text{font-size:14px;line-height:1.2}}.b-dnd{padding-left:16px;padding-right:16px;max-width:632px;z-index:999}.b-dnd.-noDrag{transform:translate(50%)!important}.b-dnd__dialog .MuiPaper-root,.b-dnd__dialog .MuiDialog-container{background-color:transparent!important;background:transparent!important;-webkit-backdrop-filter:inherit!important;backdrop-filter:inherit!important}.b-dnd__wrapper{position:relative;width:100%;background:var(--panel-color);border-radius:16px;max-width:632px}.b-dnd__closeBtn{position:absolute;top:12px;right:12px;width:32px;height:32px;background-color:var(--text-color);mask:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.05849%207.05727C7.57919%206.53657%208.42341%206.53657%208.94411%207.05727L16.0013%2014.1145L23.0585%207.05727C23.5792%206.53657%2024.4234%206.53657%2024.9441%207.05727C25.4648%207.57797%2025.4648%208.42219%2024.9441%208.94289L17.8869%2016.0001L24.9441%2023.0573C25.4648%2023.578%2025.4648%2024.4222%2024.9441%2024.9429C24.4234%2025.4636%2023.5792%2025.4636%2023.0585%2024.9429L16.0013%2017.8857L8.94411%2024.9429C8.42341%2025.4636%207.57919%2025.4636%207.05849%2024.9429C6.53779%2024.4222%206.53779%2023.578%207.05849%2023.0573L14.1157%2016.0001L7.05849%208.94289C6.53779%208.42219%206.53779%207.57797%207.05849%207.05727Z'%20fill='%231E2527'/%3e%3c/svg%3e") center no-repeat;cursor:pointer;transition:.4s}.b-dnd__closeBtn:hover{opacity:.6}.b-dnd__title{font:700 24px/28px var(--font-epilogue);color:var(--text-color);text-align:center;padding:32px 35px 24px;cursor:move}@media screen and (max-width:680px){.b-dnd__title{font-size:20px;line-height:1.4}}.b-dnd__text{font:400 16px/24px var(--font-inter);color:var(--text-color);text-align:center;padding:0 24px}@media screen and (max-width:680px){.b-dnd__text{font-size:14px;line-height:1.2}}#pas_loader_512x512-u-3{animation:pas_loader_512x512-u-3_s_do 2.2s linear infinite normal forwards}@keyframes pas_loader_512x512-u-3_s_do{0%{stroke-dashoffset:372.965439}27.272727%{stroke-dashoffset:372.965439}40.909091%{stroke-dashoffset:0}to{stroke-dashoffset:0}}#pas_loader_512x512-u-1{animation:pas_loader_512x512-u-1_s_do 2.2s linear infinite normal forwards}@keyframes pas_loader_512x512-u-1_s_do{0%{stroke-dashoffset:372.965439}13.636364%{stroke-dashoffset:0}to{stroke-dashoffset:0}}#pas_loader_512x512-u-2{animation:pas_loader_512x512-u-2_s_do 2.2s linear infinite normal forwards}@keyframes pas_loader_512x512-u-2_s_do{0%{stroke-dashoffset:305.987315}13.636364%{stroke-dashoffset:305.987315}27.272727%{stroke-dashoffset:0}to{stroke-dashoffset:0}}#pas_loader_512x512-u-4{animation:pas_loader_512x512-u-4_s_do 2.2s linear infinite normal forwards}@keyframes pas_loader_512x512-u-4_s_do{0%{stroke-dashoffset:262.972616}40.909091%{stroke-dashoffset:262.972616}54.545455%{stroke-dashoffset:0}to{stroke-dashoffset:0}}#pas_loader_512x512-u-5{animation:pas_loader_512x512-u-5_s_do 2.2s linear infinite normal forwards}@keyframes pas_loader_512x512-u-5_s_do{0%{stroke-dashoffset:126.65674}54.545455%{stroke-dashoffset:126.65674}63.636364%{stroke-dashoffset:0}to{stroke-dashoffset:0}}#pas_loader_512x512-u-6{animation:pas_loader_512x512-u-6_s_do 2.2s linear infinite normal forwards}@keyframes pas_loader_512x512-u-6_s_do{0%{stroke-dashoffset:363.361075}63.636364%{stroke-dashoffset:363.361075}77.272727%{stroke-dashoffset:0}to{stroke-dashoffset:0}}.b-myProfile{position:relative;margin:0 auto;width:100%;max-width:1014px}.b-myProfile:before{position:absolute;top:-5px;left:10px;z-index:1;content:"";display:block;width:68px;height:44px;background:var(--decor3-path) center no-repeat}@media screen and (max-width:768px){.b-myProfile:before{display:none}}.b-myProfile__title{position:relative;z-index:3;font:700 40px/48px var(--font-epilogue);color:var(--text-color);text-align:center;margin:0 auto 32px;max-width:518px}@media screen and (max-width:768px){.b-myProfile__title{font-size:32px;line-height:40px;margin-bottom:16px}}.b-myProfile__title br{display:none}@media screen and (max-width:576px){.b-myProfile__title br{display:block}}.b-myProfile__cardWrapper{position:relative}.b-myProfile__cardWrapper:before{position:absolute;left:-88px;bottom:56px;z-index:1;content:"";display:block;width:148px;height:88px;background:var(--decor2-path) center no-repeat}@media screen and (max-width:768px){.b-myProfile__cardWrapper:before{display:none}}.b-myProfile__cardWrapper:after{position:absolute;top:-40px;right:-48px;z-index:1;content:"";display:block;width:148px;height:88px;background:var(--decor1-path) center no-repeat}@media screen and (max-width:768px){.b-myProfile__cardWrapper:after{display:none}}.b-myProfile__card{position:relative;z-index:2;border:1px solid var(--border-color2);border-radius:24px;background:var(--panel-color);box-shadow:0 0 16px var(--shadow-color2-0)}@media screen and (max-width:768px){.b-myProfile__card{border-radius:20px}}.b-myProfile__card:before{position:absolute;left:35%;bottom:-100px;z-index:1;content:"";display:block;width:24px;height:24px;background:var(--decor4-path) center no-repeat}@media screen and (max-width:768px){.b-myProfile__card:before{display:none}}.b-myProfile__card:after{position:absolute;right:-20%;bottom:30px;z-index:1;content:"";display:block;width:70px;height:20px;background:var(--decor5-path) center no-repeat}@media screen and (max-width:768px){.b-myProfile__card:after{display:none}}.b-myProfile__topWrapper{padding:23px 24px 24px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:24px 24px 0 0;border-bottom:1px solid var(--border-color2);background:var(--bg-color8)}@media screen and (max-width:576px){.b-myProfile__topWrapper{padding:16px;border-radius:20px 20px 0 0}}.b-myProfile__topText{font:700 16px/24px var(--font-epilogue);color:var(--text-color);text-transform:uppercase;letter-spacing:1px}.b-myProfile__btnLogout{font:600 16px/24px var(--font-epilogue);color:var(--text-color5);background:transparent;transition:.4s ease-in-out;cursor:pointer}.b-myProfile__btnLogout:hover{color:var(--text-color)}.b-myProfile__mainWrapper{padding:0 24px 24px}@media screen and (max-width:768px){.b-myProfile__mainWrapper{padding-left:16px;padding-right:16px}}.b-myProfile__row{position:relative;padding:20px 0 20px 10px;display:grid;grid-template-columns:240px 1fr 96px}.b-myProfile__row.-center{align-items:center}@media screen and (max-width:768px){.b-myProfile__row{grid-template-columns:140px 1fr 96px}}@media screen and (max-width:576px){.b-myProfile__row{padding:24px 0;display:flex;flex-direction:column;align-items:center}}@media screen and (max-width:576px){.b-myProfile__row:first-child{padding-top:16px}}.b-myProfile__row:last-child{padding-bottom:0}.b-myProfile__row:last-child:after{display:none}.b-myProfile__row:after{position:absolute;left:0;bottom:0;content:"";display:block;width:100%;height:1px;background:var(--border-color2)}.b-myProfile__row.state_edit{margin-top:8px;margin-bottom:8px;padding-bottom:32px;background:var(--bg-color9)}.b-myProfile__row.state_edit:after{bottom:-8px}.b-myProfile__subTitle{font:500 16px/24px var(--font-epilogue);color:var(--text-color);padding-top:5px}@media screen and (max-width:576px){.b-myProfile__subTitle{font-size:14px;line-height:20px;text-align:center;margin-bottom:8px}}.b-myProfile__valueWrapper{width:100%}@media screen and (max-width:576px){.b-myProfile__valueWrapper{display:flex;flex-direction:column;align-items:center}}.b-myProfile__value{font:600 16px/24px var(--font-epilogue);color:var(--text-color);padding-top:5px}@media screen and (max-width:576px){.b-myProfile__value{font-size:14px;line-height:20px;text-align:center;margin-bottom:20px}}.b-myProfile__editDecorWrapper{width:100%;max-width:272px;max-height:0;overflow:hidden;text-transform:cubic-bezier(.95,.05,.795,.035);transition-duration:.5s;transition-property:max-height;z-index:1;position:relative}.b-myProfile__row.state_edit .b-myProfile__editDecorWrapper{max-height:100rem;transition-timing-function:cubic-bezier(.895,.03,.685,.22);transition-duration:.5s;transition-property:max-height}.b-myProfile__editWrapper{width:100%;margin-top:28px;opacity:0;transform:translateY(-1rem);transition-timing-function:linear,ease;transition-duration:.1s;transition-property:opacity,transform;transition-delay:.5s}@media screen and (max-width:576px){.b-myProfile__editWrapper{margin-top:0}}.b-myProfile__row.state_edit .b-myProfile__editWrapper{opacity:1;transform:translateY(0);transition-delay:.2s;transition-timing-function:ease-in-out;transition-duration:.2s;transition-property:opacity,transform}.b-myProfile__input{width:100%;margin-bottom:12px!important;background:var(--panel-color)!important}.b-myProfile__input select,.b-myProfile__input .MuiSelect-select,.b-myProfile__input .MuiSvgIcon-root,.b-myProfile__input input{color:var(--text-color)}@media screen and (max-width:576px){.b-myProfile__input input{padding:11px!important}}.b-myProfile__btnWrapper{margin-top:4px;display:flex;align-items:center;gap:8px}.b-myProfile__btn{width:100%}.b-myProfile__btnEdit{font:600 14px/20px var(--font-epilogue);color:var(--text-color5);letter-spacing:.01em;padding:7px 33px 5px;height:32px;border-radius:4px;background:var(--white-black2);transition:.4s ease-in-out;cursor:pointer;text-align:center;display:flex;justify-content:center}.b-myProfile__btnEdit:hover{background:var(--border-color2)}.b-myProfile__btnEdit.-lightRed{background:#e15b4c;color:var(--btn-color)}.b-myProfile__row.state_edit .b-myProfile__btnEdit{display:none}.b-myProfile__avatarImg{width:80px;height:80px;border-radius:50%;object-fit:cover;border:1px solid #e0e0e0}.b-player-wrapper{position:relative;padding-top:56.25%}@media screen and (max-width:680px){.b-player-wrapper iframe{width:100%!important;height:100%!important}}.b-react-player{position:absolute;top:0;left:0}.b-result{padding:32px 32px 40px}@media screen and (max-width:768px){.b-result{padding:16px 12px}}.b-result__title{font:700 24px/32px var(--font-epilogue);color:var(--text-color);margin-bottom:32px}@media screen and (max-width:768px){.b-result__title{font-size:20px;line-height:28px;text-align:center;margin-bottom:16px}}.b-result.-failed .b-result__titleValue{color:#e76262}.b-result.-passed .b-result__titleValue{color:#64bd5e}.b-result.-almost .b-result__titleValue{color:#e4bc3d}.b-result__contentWrapper{display:grid;grid-template-columns:372px 1fr;grid-gap:16px}@media screen and (max-width:1220px){.b-result__contentWrapper{grid-template-columns:1fr}}.b-result__progress{padding:32px 23px;display:flex;flex-direction:column;align-items:center;background:var(--panel-color);border:1px solid var(--border-color2);border-radius:16px}.b-result__progress.-customReport{border-radius:0;border-top:0}.b-result__progress.-examReport{border-radius:24px 24px 0 0}@media screen and (max-width:768px){.b-result__progress{padding:24px 13px;border-radius:12px}}.b-result__progress .speedometer{overflow:visible}.b-result__progress g.label text.segment-value{font:700 14px/20px var(--font-epilogue);color:#a3b8bc;display:none}.b-result__progress g.label text.segment-value:first-of-type{display:block;transform:rotate(0) translate(-95px)!important}.b-result__progress g.label text.segment-value:last-of-type{display:block;transform:rotate(0) translate(100px)!important}.b-result__progress g.pointer{width:20px!important;height:20px!important}.b-result__progress .current-value{fill:var(--text-color)!important}.b-result__info{padding:16px;display:grid;grid-template-columns:172px 1fr;grid-gap:16px;border:1px solid var(--border-color2);border-radius:16px}@media screen and (max-width:992px){.b-result__info{grid-template-columns:1fr}}@media screen and (max-width:768px){.b-result__info{padding:12px;grid-gap:12px;border-radius:12px}}.b-result__imgWrapper{padding:20px 20px 36px;display:flex;flex-direction:column;align-items:center;border-radius:12px}.b-result.-failed .b-result__imgWrapper{background:var(--bg-color6-2)}.b-result.-passed .b-result__imgWrapper{background:var(--bg-color7-2)}.b-result.-almost .b-result__imgWrapper{background:var(--bg-color10)}.b-result__imgText{font:600 24px/32px var(--font-epilogue);text-align:center;margin-bottom:8px}.b-result.-failed .b-result__imgText{color:#e76262}.b-result.-passed .b-result__imgText{color:#64bd5e}.b-result.-almost .b-result__imgText{color:#e4bc3d}.b-result__img{display:block;width:132px;height:auto}.b-result__description{padding:20px;display:flex;flex-direction:column;border-radius:12px;background:var(--white-black3)}@media screen and (max-width:768px){.b-result__description{padding:16px 12px}}.b-result__text{font:500 16px/24px var(--font-epilogue);color:var(--text-color)}.b-result__text p{margin-bottom:20px}@media screen and (max-width:768px){.b-result__text p{margin-bottom:28px}}.b-result__text p:last-of-type{margin-bottom:0}.b-result__text a{font-weight:700;text-decoration:none;color:#41cae7}.b-result__text a:hover{text-decoration:underline}.b-result__btnWrapper{display:flex;margin-top:auto;margin-bottom:0;gap:12px 20px}@media screen and (max-width:992px){.b-result__btnWrapper{margin-top:44px}}@media screen and (max-width:576px){.b-result__btnWrapper{flex-direction:column}}.b-result__btn{height:48px}@media screen and (max-width:576px){.b-result__btn{text-align:center;height:44px}}.b-scoreQuestionInfo{display:grid;grid-template-columns:1fr 334px}@media screen and (max-width:992px){.b-scoreQuestionInfo{display:flex;flex-direction:column}}.b-scoreQuestionInfo__questionCounterWrapper{padding:16px;display:flex;justify-content:space-between;align-items:center;gap:10px;border-bottom:1px solid var(--border-color2);border-right:1px solid var(--border-color2)}@media screen and (max-width:992px){.b-scoreQuestionInfo__questionCounterWrapper{order:0;border-right:none}}@media screen and (max-width:768px){.b-scoreQuestionInfo__questionCounterWrapper{padding:12px}}.b-scoreQuestionInfo__bigCounter{font:500 16px/24px var(--font-epilogue);color:var(--text-color);display:flex;align-items:center}@media screen and (max-width:768px){.b-scoreQuestionInfo__bigCounter{font-size:15px}}.b-scoreQuestionInfo__statusIcon{margin-right:8px;width:24px;height:24px}.b-scoreQuestionInfo__smallCounter{font:600 12px/16px var(--font-epilogue);color:#7c7f80}.b-scoreQuestionInfo__explanation{font:500 16px/24px var(--font-epilogue);color:var(--text-color);padding:16px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--border-color2)}@media screen and (max-width:992px){.b-scoreQuestionInfo__explanation{order:2;border-top:1px solid var(--border-color2)}}@media screen and (max-width:768px){.b-scoreQuestionInfo__explanation{padding:12px;font-size:15px}}.b-scoreQuestionInfo__id{font:600 12px/16px var(--font-epilogue);color:#7c7f80}.b-scoreQuestionInfo__descriptionWrapper{padding:16px;border-right:1px solid var(--border-color2)}@media screen and (max-width:992px){.b-scoreQuestionInfo__descriptionWrapper{order:1;border-right:none}}@media screen and (max-width:768px){.b-scoreQuestionInfo__descriptionWrapper{padding:12px}}.b-scoreQuestionInfo__description{font:500 17px/24px var(--font-epilogue);color:var(--text-color);margin-bottom:16px}@media screen and (max-width:768px){.b-scoreQuestionInfo__description{font-size:16px;margin-bottom:12px}}.b-scoreQuestionInfo__answer{font:600 17px/24px var(--font-epilogue);font-style:italic;margin-bottom:8px}@media screen and (max-width:768px){.b-scoreQuestionInfo__answer{font-size:16px}}.b-scoreQuestionInfo__answer.margin-left-25{margin-left:25px}.b-scoreQuestionInfo__answer:last-child{margin-bottom:0}.b-scoreQuestionInfo__answer span{font-weight:500;font-style:normal}.b-scoreQuestionInfo__answer.-correct{color:#64bd5e}.b-scoreQuestionInfo__answer.-failed{color:#e34234}.b-scoreQuestionInfo__audioWrapper{padding:16px}@media screen and (max-width:992px){.b-scoreQuestionInfo__audioWrapper{order:3}}@media screen and (max-width:768px){.b-scoreQuestionInfo__audioWrapper{padding:12px}}.b-scoreQuestionInfo__audioPlayerWrapper{margin-bottom:16px}@media screen and (max-width:768px){.b-scoreQuestionInfo__audioPlayerWrapper{margin-bottom:12px}}.b-scoreQuestionInfo__audioPlayerWrapper img{display:block;max-width:100%}.b-scoreQuestionInfo__audioText{font:400 16px/24px var(--font-inter);color:#7c7f80}@media screen and (max-width:768px){.b-scoreQuestionInfo__audioText{font-size:15px}}.b-scoreQuestionInfo__audioText.-less{height:96px;overflow:hidden;text-overflow:ellipsis}.l-signUp{padding-top:44px}.b-sighUp{position:relative;margin:0 auto;width:100%;max-width:928px}.b-sighUp:before{position:absolute;top:-5px;left:10px;z-index:1;content:"";display:block;width:68px;height:44px;background:var(--decor3-path) center no-repeat}@media screen and (max-width:768px){.b-sighUp:before{display:none}}.b-sighUp__title{position:relative;z-index:3;font:700 40px/48px var(--font-epilogue);color:var(--text-color);text-align:center;margin:0 auto 32px;max-width:518px}@media screen and (max-width:768px){.b-sighUp__title{font-size:32px;line-height:40px;margin-bottom:16px}}.b-sighUp__title br{display:none}@media screen and (max-width:576px){.b-sighUp__title br{display:block}}.b-sighUp__cardWrapper{position:relative}.b-sighUp__cardWrapper:before{position:absolute;left:-88px;bottom:56px;z-index:1;content:"";display:block;width:148px;height:88px;background:var(--decor2-path) center no-repeat}@media screen and (max-width:768px){.b-sighUp__cardWrapper:before{display:none}}.b-sighUp__cardWrapper:after{position:absolute;top:-40px;right:-48px;z-index:1;content:"";display:block;width:148px;height:88px;background:var(--decor1-path) center no-repeat}@media screen and (max-width:768px){.b-sighUp__cardWrapper:after{display:none}}.b-sighUp__card{position:relative;z-index:2;padding:0 0 56px;border:1px solid var(--border-color2);border-radius:24px;background:var(--panel-color);box-shadow:0 0 16px var(--shadow-color2-0)}@media screen and (max-width:768px){.b-sighUp__card{padding-bottom:36px;border-radius:20px}}.b-sighUp__card:before{position:absolute;left:35%;bottom:-100px;z-index:1;content:"";display:block;width:24px;height:24px;background:var(--decor4-path) center no-repeat}@media screen and (max-width:768px){.b-sighUp__card:before{display:none}}.b-sighUp__card:after{position:absolute;right:-20%;bottom:30px;z-index:1;content:"";display:block;width:70px;height:20px;background:var(--decor5-path) center no-repeat}@media screen and (max-width:768px){.b-sighUp__card:after{display:none}}.b-sighUp__subTitle{font:600 24px/32px var(--font-epilogue);color:var(--text-color);text-align:center;margin:0 auto 24px;width:100%;max-width:335px}@media screen and (max-width:680px){.b-sighUp__subTitle{font-size:20px;line-height:28px;margin-bottom:20px;padding-left:16px;padding-right:16px}}.b-sighUp__subTitle.-step_1{margin-bottom:32px}@media screen and (max-width:680px){.b-sighUp__subTitle.-step_1{margin-bottom:20px}}.b-sighUp__form{margin:0 auto;width:100%;max-width:544px}.b-sighUp__form__step1{max-width:835px;margin:0 auto}@media screen and (max-width:680px){.b-sighUp__form__step1{margin:0 15px}}.b-sighUp__form__addCourse{max-width:928px;margin:0 auto}@media screen and (max-width:680px){.b-sighUp__form{padding-left:16px;padding-right:16px;box-sizing:border-box}}.b-sighUp__formRow{display:flex;grid-gap:16px}@media screen and (max-width:576px){.b-sighUp__formRow{flex-direction:column;grid-gap:0}}.b-sighUp__btnWrapper{margin-top:40px;display:flex;justify-content:center;align-items:center;width:100%}@media screen and (max-width:680px){.b-sighUp__btnWrapper{margin-top:24px}}.b-sighUp__btnWrapper.-double-step{justify-content:space-evenly}@media screen and (max-width:680px){.b-sighUp__btnWrapper.-double-step{flex-direction:column-reverse;grid-gap:22px}}.b-sighUp__btnWrapper.-double{justify-content:space-between}@media screen and (max-width:680px){.b-sighUp__btnWrapper.-double{flex-direction:column-reverse;grid-gap:22px}}.b-sighUp__btnWrapper.-border{margin-top:24px;padding-top:40px;border-top:1px solid var(--border-color2)}.b-dashboard .b-sighUp__btnWrapper{margin-left:auto;margin-right:auto;max-width:544px}@media screen and (max-width:680px){.b-sighUp__btn{padding-left:24px;padding-right:16px}}.b-sighUp__preLicense{border:1px solid #c15a85;line-height:16px;height:24px;padding:0 12px;display:flex;align-items:center;justify-content:center;color:#c15a85;border-radius:19px;font-size:12px;font-weight:500}.b-signUpProgress{padding:44px 24px 48px;margin:0 auto;display:flex;justify-content:space-between;width:100%;max-width:644px;box-sizing:border-box;transform:translate(30px)}@media screen and (max-width:680px){.b-signUpProgress{padding:0;transform:translate(0)}}.b-signUpProgress__step{position:relative;width:92px}@media screen and (max-width:680px){.b-signUpProgress__step{padding:20px;margin-bottom:24px}}.b-signUpProgress__step:after{position:absolute;top:18px;left:56px;content:"";display:block;width:180px;height:4px;background:var(--white-black2);border-radius:16px}.b-signUpProgress__step:last-of-type:after{display:none!important}.b-signUpProgress__step:last-of-type:before{display:none!important}.b-signUpProgress__step.-progress:before{position:absolute;top:18px;left:56px;z-index:3;content:"";display:block;width:98px;height:4px;background:#39b2cb;border-radius:16px}.b-signUpProgress__step.-completed:before{position:absolute;top:18px;left:56px;z-index:3;content:"";display:block;width:180px;height:4px;background:#64bd5e;border-radius:16px}@media screen and (max-width:680px){.b-signUpProgress.-step_one .b-signUpProgress__step{display:flex;align-items:center;width:100%}.b-signUpProgress.-step_one .b-signUpProgress__step:nth-of-type(2),.b-signUpProgress.-step_one .b-signUpProgress__step:nth-of-type(3){display:none}.b-signUpProgress.-step_one .b-signUpProgress__step:after{top:auto;left:0;bottom:0;width:100%;height:4px}.b-signUpProgress.-step_one .b-signUpProgress__step:before{top:auto;left:0;bottom:0;width:33.3333333333%;height:4px}}@media screen and (max-width:680px){.b-signUpProgress.-step_two .b-signUpProgress__step{display:flex;align-items:center;width:100%}.b-signUpProgress.-step_two .b-signUpProgress__step:nth-of-type(1),.b-signUpProgress.-step_two .b-signUpProgress__step:nth-of-type(3){display:none}.b-signUpProgress.-step_two .b-signUpProgress__step:after{top:auto;left:0;bottom:0;width:100%;height:4px}.b-signUpProgress.-step_two .b-signUpProgress__step:before{top:auto;left:0;bottom:0;width:100%;max-width:70%;height:4px}}@media screen and (max-width:680px){.b-signUpProgress.-step_three .b-signUpProgress__step{display:flex;align-items:center;width:100%}.b-signUpProgress.-step_three .b-signUpProgress__step:nth-of-type(1),.b-signUpProgress.-step_three .b-signUpProgress__step:nth-of-type(2){display:none}.b-signUpProgress.-step_three .b-signUpProgress__step:after{top:auto;left:0;bottom:0;display:block!important;width:100%;height:4px}.b-signUpProgress.-step_three .b-signUpProgress__step:before{top:auto;left:0;bottom:0;display:block!important;width:100%;height:4px}}.b-signUpProgress__iconWrapper{position:relative;margin-bottom:20px;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #7c7f80;border-radius:50%;background:transparent}@media screen and (max-width:680px){.b-signUpProgress__iconWrapper{margin-bottom:0}}.b-signUpProgress__step.-progress .b-signUpProgress__iconWrapper{background:#39b2cb;border-color:transparent}.b-signUpProgress__step.-progress .b-signUpProgress__iconWrapper:before{position:absolute;top:-4px;left:-4px;content:"";display:block;width:48px;height:48px;border:1px solid #39b2cb;border-radius:50%;box-sizing:border-box}.b-signUpProgress__step.-completed .b-signUpProgress__iconWrapper{background:#64bd5e;border-color:transparent}.b-signUpProgress__step.-progress .b-signUpProgress__iconWrapper svg path{fill:#fff}.b-signUpProgress__icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.b-signUpProgress__icon.-main{display:flex}.b-signUpProgress__step.-completed .b-signUpProgress__icon.-main,.b-signUpProgress__icon.-completed{display:none}.b-signUpProgress__step.-completed .b-signUpProgress__icon.-completed{display:flex}@media screen and (max-width:680px){.b-signUpProgress__stepInfo{margin-left:16px}}.b-signUpProgress__stepNumber{font:500 10px/12px var(--font-epilogue);color:#7c7f80;letter-spacing:1px;margin-bottom:4px}.b-signUpProgress__stepTitle{font:600 16px/20px var(--font-epilogue);color:var(--text-color)}@media screen and (max-width:680px){.b-signUpProgress__stepTitle{font-size:15px}}.b-signUpProgress__stepStatus{font:600 12px/16px var(--font-epilogue);color:#d6d6d6;margin-top:8px;padding:3px 12px;display:inline-flex;border:1px solid #d6d6d6;border-radius:12px}@media screen and (max-width:680px){.b-signUpProgress__stepStatus{display:none}}.b-signUpProgress__stepStatus.-progress{color:#39b2cb;border:none;background:#39b2cb1f}.b-signUpProgress__stepStatus.-completed{color:#64bd5e;border:none;background:#64bd5e1f}.b-thx{display:flex;flex-direction:column;align-items:center;justify-content:center}.b-thx__img{margin-bottom:48px;display:block;max-width:100%}@media screen and (max-width:768px){.b-thx__img{margin-bottom:32px}}.b-thx__title{font:700 40px/48px var(--font-epilogue);color:var(--text-color);text-align:center;margin-bottom:16px}@media screen and (max-width:768px){.b-thx__title{font-size:22px;line-height:1.4;margin-bottom:12px}}.b-thx__subTitle{font:400 24px/32px var(--font-inter);color:var(--text-color);text-align:center;margin-bottom:48px}@media screen and (max-width:768px){.b-thx__subTitle{font-size:18px;line-height:1.2;margin-bottom:24px}}.b-thx__btn{width:232px}.b-thx__textInfo{font-size:24px;line-height:32px;text-align:center;color:var(--text-color);margin-bottom:37px}.b-tooltipCourse{display:flex;justify-content:space-between;align-items:center;width:108px;height:40px;border-radius:8px;color:#50a6c6;transition:.4s ease-in-out}.b-tooltipCourse:hover{background:#39b2cb2b}.b-tooltipCourse img{width:24px;height:24px;margin-left:8px}.b-tooltipCourse__text{font-weight:600;font-size:15px;color:#50a6c6;margin-right:7px;line-height:12px}.b-tooltipCourse.-noLicense{width:131px;height:24px;text-align:center}.b-tooltipCourse.-noLicense:hover{background:#c15a8529}.b-tooltipCourse.-noLaw{width:117px;height:24px;text-align:center}.b-tooltipCourse.-noLaw:hover{background:#39b2cb29}.b-tooltipCourse__textNoLicense{color:#c15a85;font-size:13px;line-height:16px;font-weight:600;width:131px}.b-tooltipCourse__textNoLaw{color:#50a6c6;font-size:13px;line-height:16px;font-weight:600;width:117px}.b-tooltipCourse__content{position:absolute;width:407px;min-height:132px;bottom:8px;left:-45px;background:var(--panel-color);box-shadow:0 8px 24px var(--shadow-color);-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px);border-radius:12px;color:#50a6c6;color:var(--border-color);padding:16px 0;box-sizing:border-box}@media screen and (max-width:680px){.b-tooltipCourse__content{position:relative;width:calc(100vw - 32px);left:-2px;bottom:-20px}}.b-tooltipCourse__head{display:flex;justify-content:space-between;padding:0 16px}.b-tooltipCourse__title{font-style:normal;color:var(--text-color);font-weight:700;font-size:18px;line-height:24px;padding:0 16px 16px 0}.b-tooltipCourse__close-button{cursor:pointer;padding:0;width:35px;margin-top:-10px;margin-right:-10px;height:35px;background-color:var(--border-color);mask:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0.292893%200.292893C0.683417%20-0.0976311%201.31658%20-0.0976311%201.70711%200.292893L7%205.58579L12.2929%200.292893C12.6834%20-0.0976311%2013.3166%20-0.0976311%2013.7071%200.292893C14.0976%200.683417%2014.0976%201.31658%2013.7071%201.70711L8.41421%207L13.7071%2012.2929C14.0976%2012.6834%2014.0976%2013.3166%2013.7071%2013.7071C13.3166%2014.0976%2012.6834%2014.0976%2012.2929%2013.7071L7%208.41421L1.70711%2013.7071C1.31658%2014.0976%200.683417%2014.0976%200.292893%2013.7071C-0.0976311%2013.3166%20-0.0976311%2012.6834%200.292893%2012.2929L5.58579%207L0.292893%201.70711C-0.0976311%201.31658%20-0.0976311%200.683417%200.292893%200.292893Z'%20fill='%231E2527'/%3e%3c/svg%3e") center no-repeat}.b-tooltipCourse__cousesList{margin-bottom:25px;padding:0 16px}.b-tooltipCourse__cousesList.scroll__free{max-height:318px;overflow-y:scroll;overflow-x:hidden}.b-tooltipCourse__cousesList.scroll__free::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px var(--shadow-color3);background-color:var(--panel-color);border-radius:10px}.b-tooltipCourse__cousesList.scroll__free::-webkit-scrollbar{width:8px;border-radius:10px;background-color:#f5f5f5}.b-tooltipCourse__cousesList.scroll__free::-webkit-scrollbar-thumb{background-color:#959191;border-radius:10px}.b-tooltipCourse__course{display:flex;justify-content:space-between;margin-top:24px;padding:0;min-height:44px;width:100%;font-style:normal;font-weight:700;font-size:16px;line-height:20px}.b-tooltipCourse__descr{font-weight:500;font-size:14px;line-height:20px;color:var(--text-color4);opacity:.48}.b-tooltipCourse__imgAdd{width:16px;height:16px;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4483_3600)'%3e%3cpath%20opacity='0.01'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%200H16V16H0V0Z'%20fill='%23CDEBFF'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.03203%206.96683V3.34593C9.03203%203.06874%208.79854%202.8335%208.51052%202.8335H7.48687C7.19443%202.8335%206.96536%203.06292%206.96536%203.34593V6.96683H3.34446C3.06727%206.96683%202.83203%207.20032%202.83203%207.48834V8.51199C2.83203%208.80443%203.06145%209.0335%203.34446%209.0335H6.96536V12.6544C6.96536%2012.9316%207.19885%2013.1668%207.48687%2013.1668H8.51052C8.80297%2013.1668%209.03203%2012.9374%209.03203%2012.6544V9.0335H12.6529C12.9301%209.0335%2013.1654%208.80001%2013.1654%208.51199V7.48834C13.1654%207.1959%2012.9359%206.96683%2012.6529%206.96683H9.03203Z'%20fill='%2350A6C6'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4483_3600'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background:#50a6c6}.b-tooltipCourse__imgLaw{width:24px;height:24px;mask:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4474_1882)'%3e%3cpath%20d='M10.9928%209.18945C10.9811%209.18945%2010.9701%209.19534%2010.9642%209.20504L8.21484%2013.6883H13.7707L11.0214%209.20504C11.0154%209.19534%2011.0047%209.18945%2010.9928%209.18945Z'%20fill='%23396EBD'/%3e%3cpath%20d='M28.9928%209.18945C28.9811%209.18945%2028.9701%209.19534%2028.9642%209.20504L26.2148%2013.6883H31.7707L29.0214%209.20504C29.0154%209.19534%2029.0047%209.18945%2028.9928%209.18945Z'%20fill='%23396EBD'/%3e%3cpath%20d='M36.6576%201.30441C36.6576%200.583824%2036.0329%200%2035.2626%200H6.39152C4.69746%200%203.32422%201.28412%203.32422%202.86824V32.8038H3.32453C3.32453%2034.5121%204.82893%2035.6441%206.45537%2035.6441H22.7613V40L26.5375%2038.5356L30.3135%2040V35.6441H35.8857C36.3075%2035.6441%2036.6654%2035.3215%2036.6576%2034.9271C36.65%2034.5447%2036.316%2034.2371%2035.9052%2034.2371H35.9008C35.3148%2032.7909%2035.3567%2031.3447%2036.0254%2029.8985C36.3839%2029.8447%2036.6576%2029.5544%2036.6576%2029.2041C36.6576%2029.2021%2036.6576%2029.1997%2036.6576%2029.1976C36.6576%2029.1956%2036.6576%2029.1932%2036.6576%2029.1912V1.30441ZM7.40777%2013.3941L10.3681%208.85353C10.13%208.81559%209.95295%208.62294%209.95295%208.39382C9.95295%208.13882%2010.1722%207.93088%2010.4449%207.92735L18.5123%207.83147L18.5148%207.68382C18.5214%207.30706%2018.6887%206.96735%2018.9555%206.72206C19.2219%206.47647%2019.588%206.32529%2019.9909%206.32529C20.7973%206.32529%2021.4547%206.93029%2021.4676%207.68382L21.4701%207.83147L29.5372%207.92735C29.8102%207.93088%2030.0294%208.13882%2030.0294%208.39382C30.0294%208.62294%2029.8521%208.81559%2029.6143%208.85353L32.5746%2013.3941C32.692%2013.5871%2032.7536%2013.805%2032.7536%2014.0271C32.7536%2015.9644%2031.0743%2017.5347%2029.0025%2017.5347H28.9751C26.9036%2017.5347%2025.2241%2015.9644%2025.2241%2014.0271C25.2241%2013.805%2025.286%2013.5868%2025.403%2013.3941L28.2958%208.965L21.4997%209.54324L21.7507%2023.3576L21.7567%2023.7029H26.267C26.4831%2023.7029%2026.658%2023.8665%2026.658%2024.0682V25.2306C26.658%2025.4326%2026.4831%2025.5962%2026.267%2025.5962H13.716C13.4999%2025.5962%2013.325%2025.4326%2013.325%2025.2306V24.0682C13.325%2023.8665%2013.4999%2023.7029%2013.716%2023.7029H18.2264L18.2323%2023.3576L18.483%209.54324L11.6873%208.965L14.5797%2013.3941C14.697%2013.5871%2014.759%2013.805%2014.759%2014.0271C14.759%2014.9956%2014.3391%2015.8726%2013.6603%2016.5074C12.9813%2017.1421%2012.0436%2017.5347%2011.0076%2017.5347H10.9805C8.90871%2017.5347%207.22912%2015.9644%207.22912%2014.0271C7.22912%2013.805%207.29108%2013.5868%207.4084%2013.3941H7.40777ZM34.5313%2034.2371H30.3135V32.3909H22.7613V34.2371H7.14986C5.86909%2034.2371%204.83176%2033.2644%204.83554%2032.0668C4.839%2030.8738%205.87412%2029.9085%207.14986%2029.9085L34.6515%2029.9079C33.9869%2031.3509%2033.9466%2032.7941%2034.5313%2034.2371Z'%20fill='%23396EBD'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4474_1882'%3e%3crect%20width='33.3333'%20height='40'%20fill='white'%20transform='translate(3.33203)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center/24px;background:#50a6c6}.b-tooltipCourse__divider{width:100%;height:1px;background:#d9d9d9}.b-tooltipCourse__price{display:flex;justify-content:space-between;padding:20px 16px 4px}.b-tooltipCourse__priceName{color:#7c7f80;font-size:16px;font-weight:700;line-height:24px}.b-tooltipCourse__priceValue{color:var(--border-color);font-size:16px;font-weight:700;line-height:24px}.b-slider li{width:4px!important;margin:0 2px!important}.b-slider li.slick-active{width:20px!important}.b-slider li.slick-active a{margin-bottom:-1px!important}.b-moveAssignment{position:absolute;right:-84px;top:80px;display:flex;flex-direction:column;align-items:center}.b-moveAssignment__icon{width:56px;height:56px;cursor:pointer}.b-moveAssignment__text{font-family:Epilogue;font-style:normal;font-weight:500;font-size:12px;line-height:16px;color:var(--border-color);text-align:center;-webkit-user-select:none;user-select:none}.rhap_container{background:var(--white-black3)!important;border:1px solid var(--border-color2);border-radius:12px;box-shadow:none!important;height:92px}@media screen and (max-width:768px){.rhap_container{height:152px}}@media screen and (max-width:768px){.rhap_container .rhap_volume-controls{border-top:1px solid var(--border-color2);padding-top:13px;justify-content:flex-start;width:100%}}@media screen and (max-width:768px){.rhap_container .rhap_controls-section{justify-content:flex-start;flex-wrap:wrap}}.rhap_container .rhap_time{font-weight:500;font-size:14px;color:var(--text-color);margin-top:4px}.rhap_container .rhap_additional-controls{margin-left:6px;flex:0}.rhap_container .rhap_main-controls{margin-left:-10px}.rhap_container .rhap_progress-container{margin:0}.rhap_container .rhap_progress-indicator{background:#39bd86;width:16px;height:16px;top:-5px}.rhap_container .rhap_progress-bar{height:6px}.rhap_container .rhap_volume-bar{height:6px;background:#39b2cb}.rhap_container .rhap_volume-indicator{width:16px;height:16px;background:#40cae7;top:-5px}.rhap_container .rhap_progress-filled{background-color:#39bd86}.rhap_container .rhap_volume-button{width:28px;min-width:28px;height:28px}.b-speedometer{display:flex;align-items:flex-end;margin-bottom:30px}.b-speedometer__score{font-size:14px;line-height:20px;font-weight:700;color:#a3b8bc;margin-bottom:-4px;min-width:23px;text-align:right}.b-speedometer__score.-noWidth{min-width:0}.b-speedometer__label{color:var(--border-color);margin-top:-5px;font-size:14px;font-weight:500;font-family:Epilogue}.b-prevNextAssignment{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.b-prevNextAssignment__btnStep{font:600 16px/24px var(--font-epilogue);background:transparent;font-size:16px;color:var(--border-color)!important;border:1px solid var(--border-color);text-decoration:none!important;border-radius:8px;display:flex;justify-content:center;align-items:center;height:48px;line-height:0}.b-prevNextAssignment__btnStep.-disabled{pointer-events:none;opacity:.5}.b-prevNextAssignment__btnStep span{color:var(--border-color)}.b-prevNextAssignment__btnStep.-active,.b-prevNextAssignment__btnStep:hover{color:#fff!important;background:var(--border-color)}.b-prevNextAssignment__btnStep.-active span,.b-prevNextAssignment__btnStep:hover span{color:var(--panel-color)!important}.b-prevNextAssignment__btnStep.-active svg,.b-prevNextAssignment__btnStep:hover svg{color:var(--panel-color)}@media screen and (max-width:1024px){.b-prevNextAssignment__btnStep{height:36px;font-size:13px}.b-prevNextAssignment__btnStep svg{position:relative;top:-1px;font-size:12px!important}}.b-prevNextAssignment__btnStep svg{transition:.4s;color:var(--border-color);font-size:16px}.b-prevNextAssignment__btnStep.btnRight{padding:0 10px 0 15px}.b-prevNextAssignment__btnStep.btnRight:hover{border-radius:0 8px 8px 0}.b-prevNextAssignment__btnStep.btnRight svg{margin-left:10px}@media screen and (max-width:375px){.b-prevNextAssignment__btnStep.btnRight{padding:0 5px 0 10px}}.b-prevNextAssignment__btnStep.btnLeft{padding:0 15px 0 10px}.b-prevNextAssignment__btnStep.btnLeft:hover{border-radius:8px 0 0 8px}.b-prevNextAssignment__btnStep.btnLeft svg{margin-right:10px}@media screen and (max-width:375px){.b-prevNextAssignment__btnStep.btnLeft{padding:0 10px 0 5px}}.b-discountBtn{padding-bottom:12px!important}@media screen and (max-width:390px){.b-discountBtn{padding-right:0!important;padding-left:0!important}}.b-qtool{padding:20px}.b-qtool__courseHeader{display:grid;gap:12px;grid-template-columns:1fr 244px;height:304px}@media screen and (max-width:768px){.b-qtool__courseHeader{grid-template-columns:1fr;height:auto}}.b-qtool__selectorsWrapper{display:flex;padding:0 3rem;gap:3rem}@media screen and (max-width:768px){.b-qtool__selectorsWrapper{flex-direction:column;padding:0 1rem;gap:0}}@media screen and (max-width:768px){.b-qtool__selectorsWrapper>.b-qtool__courseSelect:last-child{margin-left:0!important;margin-top:1rem!important}}.b-qtool__courseSelect{display:flex;align-items:center;width:50%}.b-qtool__courseSelect-title{font:600 18px/18px var(--font-epilogue);color:var(--text-color);margin-right:16px}.b-qtool__courseSelect-select{overflow:hidden}@media screen and (max-width:768px){.b-qtool__courseSelect{width:100%;flex-direction:column;gap:10px;align-items:flex-start}}.b-qtool__createPlate{background:#f7fbfc;border-radius:16px;background:var(--white-black3);display:flex;align-items:center;border:1px solid #c4c4c4;padding:14px 18px 2px 24px;position:relative;overflow:hidden;margin-top:12px}.b-qtool__createPlate.-custom:before,.b-qtool__createPlate.-simulation:before{position:absolute;content:"";left:0;top:0;height:100%;width:8px}.b-qtool__createPlate.-custom:before{background:#41cae7}.b-qtool__createPlate.-simulation:before{background:#8b6ce0}.b-qtool__createPlate .-title{font-family:Epilogue;font-size:20px;font-weight:700;color:var(--text-color);margin-bottom:8px}.b-qtool__createPlate .-content{font-family:Epilogue;color:var(--text-color);font-size:13px;font-weight:400;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-right:12px}.b-qtool__createPlate .-createLeft{display:flex;flex-direction:column}.b-qtool__scoreValues{display:flex;width:165px}.b-qtool__scoreValues .item{width:50%;padding:6px 0;font-family:Epilogue;font-size:10px;font-weight:500;line-height:12px;letter-spacing:1px;text-align:center;color:#7c7f80;text-transform:uppercase;display:flex;flex-direction:column;align-items:center}.b-qtool__scoreValues .item .label{margin-bottom:3px}.b-qtool__scoreValues .item.-total{border-right:.7px solid #e0e0e0;border-bottom:.7px solid #e0e0e0}.b-qtool__scoreValues .item.-total .value{color:#41cae7}.b-qtool__scoreValues .item.-answered .value{color:#8b6ce0}.b-qtool__scoreValues .item.-correct .value{color:#64bd5e}.b-qtool__scoreValues .item.-missed{border-left:.7px solid #e0e0e0;border-top:.7px solid #e0e0e0}.b-qtool__scoreValues .item.-missed .value{color:#e34234}.b-qtool__scoreValues .item .value{font-family:Inter;font-size:15px;font-weight:700;line-height:20px;letter-spacing:1px;text-align:center}.b-qtool__score{height:100%}.b-qtool__createExamStep{padding:20px 20px 0;flex:1;display:flex;flex-direction:column}.b-qtool__createExamStep .questions-and-mistakes-wrapper{display:flex;gap:48px;height:420px}@media screen and (max-width:767px){.b-qtool__createExamStep .questions-and-mistakes-wrapper{flex-direction:column;gap:4px;height:auto}}.b-qtool__createExamStep .questions-and-mistakes-wrapper .exam-types-divider{width:1px;height:100%;background-color:#e0e0e0;align-self:center;margin-top:40px}@media screen and (max-width:767px){.b-qtool__createExamStep .questions-and-mistakes-wrapper .exam-types-divider{width:100%;height:1px;margin-top:8px;margin-bottom:8px}}.b-qtool__createExamStep .category-name{display:grid;align-items:center;grid-template-columns:150px 1fr;max-width:580px;margin-bottom:20px}.b-qtool__createExamStep .category-name .b-authInput__input{background:var(--white-black3)}.b-qtool__createExamStep .category-name input{padding:12px 18px!important;background:var(--panel-color);color:var(--text-color)}.b-qtool__createExamStep .category-name input::placeholder{color:var(--text-color)}.b-qtool__createExamStep .label{line-height:32px;width:150px;font:600 20px/20px var(--font-epilogue)}.b-qtool__createExamStep .select-all{font:600 16px/24px var(--font-epilogue);color:#39b2cb;cursor:pointer}.b-qtool__createExamStep .select-all:hover{text-decoration:underline}.b-qtool__createExamStep .categories{display:grid;grid-template-columns:1fr;column-gap:24px;row-gap:16px}.b-qtool__createExamStep .category{border:1px solid var(--border-color3);padding:14px 8px;border-radius:4px;cursor:pointer;background:var(--white-black15);color:var(--text-color);transition:.3s ease-in-out;-webkit-user-select:none;user-select:none}.b-qtool__createExamStep .category:hover{background:var(--bg-color5)}.b-qtool__createExamStep .category .title{font:700 16px/16px var(--font-epilogue);color:var(--text-color)}.b-qtool__createExamStep .category .btn-subcategory-wrapper{width:48px;height:48px;display:flex;justify-content:center;align-items:center;margin-left:auto}.b-qtool__createExamStep .category .btn-subcategory{width:24px;height:24px;padding:0!important;display:flex;align-items:center;justify-content:center;border-radius:4px;background:var(--white-black3);cursor:pointer;position:relative}.b-qtool__createExamStep .category .btn-subcategory:before{position:absolute;top:0;left:0;z-index:1;content:"";display:block;width:0;height:100%;background:#0000001f;transition:.4s;border-radius:4px}.b-qtool__createExamStep .category .btn-subcategory:hover{text-decoration:none}.b-qtool__createExamStep .category .btn-subcategory:hover:before{width:100%}.b-qtool__createExamStep .category .btn-subcategory svg{transform:rotate(-90deg)}.b-qtool__createExamStep .category .category-achievements-wrapper{display:flex;margin-right:56px;margin-left:auto;align-self:center}@media screen and (max-width:820px){.b-qtool__createExamStep .category .category-achievements-wrapper{flex-direction:column;margin-right:0;margin-left:initial}}@media screen and (max-width:430px){.b-qtool__createExamStep .category .category-achievements-wrapper{width:100%;margin-right:-40px}}@media screen and (max-width:390px){.b-qtool__createExamStep .category .category-achievements-wrapper{width:100%;margin-right:-30px}}.b-qtool__createExamStep .category .category-achievements-wrapper .info{display:flex;justify-content:space-between;font:500 13px/14px var(--font-epilogue);gap:28px;padding-left:8px}@media screen and (max-width:767px){.b-qtool__createExamStep .category .category-achievements-wrapper .info{gap:4px}}@media screen and (max-width:376px){.b-qtool__createExamStep .category .category-achievements-wrapper .info{gap:0}}.b-qtool__createExamStep .category .category-achievements-wrapper .info-item{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.b-qtool__createExamStep .category .category-achievements-wrapper .info-item img{width:20px;height:20px}@media screen and (max-width:430px){.b-qtool__createExamStep .category .category-achievements-wrapper .info-item img{margin-left:auto;margin-right:auto}}@media screen and (max-width:430px){.b-qtool__createExamStep .category .category-achievements-wrapper .info-item .details{display:flex;flex-direction:column;align-items:center;margin-left:auto;margin-right:auto}}.b-qtool__createExamStep .category .category-achievements-wrapper .info-item span{white-space:nowrap}@media screen and (max-width:1024px){.b-qtool__createExamStep .category .category-achievements-wrapper .info-item span{white-space:normal}}.b-qtool__createExamStep .category .category-achievements-wrapper .advanced-data-wrapper{display:flex;margin-left:auto;margin-right:0;align-items:center}@media screen and (max-width:1024px){.b-qtool__createExamStep .category .category-achievements-wrapper .advanced-data-wrapper{margin-left:32px;margin-top:12px}}@media screen and (max-width:430px){.b-qtool__createExamStep .category .category-achievements-wrapper .advanced-data-wrapper{width:100%;margin-left:0;margin-top:12px}}@media screen and (max-width:360px){.b-qtool__createExamStep .category .category-achievements-wrapper .advanced-data-wrapper{flex-direction:column}}.b-qtool__createExamStep .category .category-achievements-wrapper .advanced-data-wrapper .circle{width:4px;height:4px;background-color:#cdcdcd;border-radius:50%}.b-qtool__createExamStep .category .category-achievements-wrapper .advanced-data-wrapper .progress-circle{margin-left:56px;transform:rotate(-90deg)}@media screen and (max-width:820px){.b-qtool__createExamStep .category .category-achievements-wrapper .advanced-data-wrapper .progress-circle{margin-left:12px}}@media screen and (max-width:390px){.b-qtool__createExamStep .category .category-achievements-wrapper .advanced-data-wrapper .progress-circle{margin-left:4px}}.b-qtool__createExamStep .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper{margin-top:18px;margin-bottom:6px;display:flex}.b-qtool__createExamStep .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper .icons-wrapper{display:flex;margin-top:-8px;align-self:center;align-items:center}.b-qtool__createExamStep .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper .icons-wrapper .icon-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:5px;cursor:pointer;margin-left:40px}@media screen and (max-width:820px){.b-qtool__createExamStep .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper .icons-wrapper .icon-btn{margin-left:12px}}@media screen and (max-width:390px){.b-qtool__createExamStep .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper .icons-wrapper .icon-btn{margin-left:4px}}@media screen and (max-width:360px){.b-qtool__createExamStep .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper .icons-wrapper .icon-btn{margin-left:24px}}.b-qtool__createExamStep .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper .icons-wrapper .icon-btn.-blue{background:#41cae7}.b-qtool__createExamStep .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper .icons-wrapper .notification-icon{margin-left:56px;color:#39b2cb;transform:rotate(180deg)}@media screen and (max-width:820px){.b-qtool__createExamStep .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper .icons-wrapper .notification-icon{margin-left:12px}}.b-qtool__createExamStep .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper .icons-wrapper .print-icon{margin-left:16px}@media screen and (max-width:820px){.b-qtool__createExamStep .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper .icons-wrapper .print-icon{margin-left:12px;margin-top:4px}}.b-qtool__createExamStep .category-wrapper{padding:0;display:flex;justify-content:space-between;background-color:var(--panel-color)}.b-qtool__createExamStep .category-wrapper .data-wrapper{display:flex;flex-grow:1}@media screen and (max-width:786px){.b-qtool__createExamStep .category-wrapper .data-wrapper{flex-direction:column}}.b-qtool__createExamStep .question-types-wrapper{width:100%;display:flex;flex-direction:column}@media screen and (max-width:786px){.b-qtool__createExamStep .question-types-wrapper{align-items:center}}.b-qtool__createExamStep .question-types-wrapper.-not-active{opacity:.5}.b-qtool__createExamStep .question-types{width:100%;display:flex;flex-direction:column;gap:12px;margin-top:8px}.b-qtool__createExamStep .notification-icon{color:#39b2cb;transform:rotate(180deg)}.b-qtool__createExamStep .question-tile{position:relative;display:flex;align-items:center;border-radius:4px;overflow:hidden;border:1px solid #e0e0e0}.b-qtool__createExamStep .question-tile .thresholdTitle{white-space:nowrap}@media screen and (max-width:786px){.b-qtool__createExamStep .question-tile .thresholdTitle{white-space:normal}}.b-qtool__createExamStep .question-tile .thresholdSlider{margin-left:50px;margin-right:16px}@media screen and (max-width:786px){.b-qtool__createExamStep .question-tile .thresholdSlider{margin-left:20px;margin-right:8px}}.b-qtool__createExamStep .question-tile .thresholdRange{display:flex;min-width:90px;height:32px;margin-right:10px;border-color:var(--border-color4)!important;border:1px solid;border-radius:4px;justify-content:center;align-items:center}.b-qtool__createExamStep .question-tile .thresholdHint{margin-left:28px;margin-top:12px}.b-qtool__createExamStep .number-questions{width:200px;border:1px solid #e0e0e0;overflow:hidden;border-radius:4px;margin-top:6px}.b-qtool__createExamStep .number-questions input{border:none;text-align:center;font:600 18px/24px var(--font-epilogue);color:var(--text-color);background:var(--panel-color)}.b-qtool__createExamStep .number-questions .divider{width:1px;height:100%;background:#e0e0e0}.b-qtool__createExamStep .number-questions .opacity50{opacity:.5}.b-qtool__createExamStep .number-questions .btns{display:grid;grid-template-columns:1fr 1px 1fr;border-top:1px solid #e0e0e0}.b-qtool__createExamStep .number-questions .btns button{color:#8b6ce0;background:var(--white-black3);border-radius:0;font:600 24px/24px var(--font-epilogue)}.b-qtool__createExamStep .total-estimate{margin-top:12px;font:500 14px/18px var(--font-epilogue)}.b-qtool__subCategories{background:var(--white-black3);border-bottom-right-radius:24px;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;height:100%}.b-qtool__subCategories::-webkit-scrollbar-track{background-color:var(--panel-color);border-radius:10px}.b-qtool__subCategories::-webkit-scrollbar{width:8px;border-radius:10px;background-color:var(--panel-color)}.b-qtool__subCategories::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb);border-radius:10px}.b-qtool__subCategories::-webkit-scrollbar-track{background-color:var(--white-black3)}.b-qtool__subCategories .info{display:flex;justify-content:space-between;align-items:center}.b-qtool__subCategories .info .info-item{font:500 12px/12px Epilogue,sans-serif;display:flex;flex-wrap:wrap;gap:4px;align-items:center}.b-qtool__subCategories .select-all{font:600 18px/24px var(--font-epilogue);color:#39b2cb}.b-qtool__subCategories .category{font:500 12px/16px var(--font-epilogue);display:flex;justify-content:space-between;padding-right:44px;color:var(--text-color)}@media screen and (max-width:786px){.b-qtool__subCategories .category{flex-direction:column;padding-right:12px}}.b-qtool__subCategories .category .check{padding:0 16px;width:100%;color:var(--text-color)}.b-qtool__subCategories .category .check span{padding:4px!important}.b-qtool__subCategories .category .category-achievements-wrapper{display:flex;margin-left:10px;align-self:center}@media screen and (max-width:786px){.b-qtool__subCategories .category .category-achievements-wrapper{flex-direction:column}}.b-qtool__subCategories .category .category-achievements-wrapper .marginLeft12{margin-left:12px}.b-qtool__subCategories .category .category-achievements-wrapper .info{display:flex;justify-content:space-between;font:500 13px/14px var(--font-epilogue)}@media screen and (max-width:768px){.b-qtool__subCategories .category .category-achievements-wrapper .info{width:100%}}.b-qtool__subCategories .category .category-achievements-wrapper .info-item{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.b-qtool__subCategories .category .category-achievements-wrapper .info-item img{width:20px;height:20px}.b-qtool__subCategories .category .category-achievements-wrapper .advanced-data-wrapper{display:flex;width:50%}@media screen and (max-width:786px){.b-qtool__subCategories .category .category-achievements-wrapper .advanced-data-wrapper{width:100%;margin-left:0}}.b-qtool__subCategories .category .category-achievements-wrapper .advanced-data-wrapper .circle{width:4px;height:4px;background-color:#cdcdcd;border-radius:50%}.b-qtool__subCategories .category .category-achievements-wrapper .advanced-data-wrapper .progress-circle{margin-left:26px;transform:rotate(-90deg)}@media screen and (max-width:768px){.b-qtool__subCategories .category .category-achievements-wrapper .advanced-data-wrapper .progress-circle{margin-left:12px}}.b-qtool__subCategories .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper{display:flex}.b-qtool__subCategories .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper .icons-wrapper{display:flex;margin-top:-8px;align-self:center;align-items:center}.b-qtool__subCategories .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper .icons-wrapper .icon-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:5px;cursor:pointer;margin-left:26px}@media screen and (max-width:768px){.b-qtool__subCategories .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper .icons-wrapper .icon-btn{margin-left:12px}}.b-qtool__subCategories .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper .icons-wrapper .icon-btn.-blue{background:#41cae7}.b-qtool__subCategories .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper .icons-wrapper .notification-icon{margin-left:56px;color:#39b2cb;transform:rotate(180deg)}@media screen and (max-width:768px){.b-qtool__subCategories .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper .icons-wrapper .notification-icon{margin-left:12px}}.b-qtool__subCategories .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper .icons-wrapper .print-icon{margin-left:16px}@media screen and (max-width:768px){.b-qtool__subCategories .category .category-achievements-wrapper .advanced-data-wrapper .circle-and-icons-wrapper .icons-wrapper .print-icon{margin-left:12px;margin-top:4px}}.b-qtool__subCategories .title{font:600 14px/16px var(--font-epilogue);color:var(--text-color)}.b-qtool__subCategories .select-all-title{align-items:center;display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #e0e0e0;background:var(--white-black3)!important;position:sticky;top:-.5px;background:#fff;z-index:1}.b-qtool__subCategories .select-all-title .b-authInput__checkbox{padding:8px 16px;background:var(--white-black3)!important}.b-qtool__subCategories .category{padding-left:5px;padding-bottom:14px;padding-top:14px;border-bottom:1px solid #e0e0e0}.b-qtool__subCategories .closeBtn{width:30px;height:30px;display:flex;align-items:center;justify-content:flex-end;cursor:pointer}.b-qtool__subCategories .b-authInput__checkbox{border-radius:0;background:#fff}.b-qtool__createExam{border:1px solid var(--border-color2);border-radius:24px;background:var(--panel-color);box-shadow:0 0 16px var(--shadow-color2-0);display:flex;flex-direction:column;min-height:75vh}.b-qtool__createExam .nav-btns{display:flex;justify-content:flex-end;padding-top:20px;gap:12px;margin-top:auto;margin-bottom:20px}.b-qtool__header{padding:20px 0 8px 20px;border-bottom:1px solid #e0e0e0}.b-qtool__header h2{margin-bottom:8px!important}@media screen and (max-width:1025px){.b-qtool__header h2{margin-bottom:4px!important}}.b-qtool__header h2 .sub-title{font:600 16px/16px var(--font-epilogue);margin-left:3px}@media screen and (max-width:1025px){.b-qtool__header .b-course__btnBack{display:flex!important}}.b-qtool__noExams{display:flex;align-items:center;height:80px;justify-content:center;font:500 24px/24px var(--font-epilogue)}.b-qtool__exams{display:flex;flex-direction:column;border-radius:8px;overflow:hidden;outline:1px solid #e0e0e0}.b-qtool__exam{display:grid;grid-template-columns:1.5fr 1fr 1.5fr 1fr;position:relative;gap:10px;border-top:1px solid #e0e0e0;padding:12px 20px 12px 24px}.b-qtool__exam.-animate:after{content:"";position:absolute;inset:0;border-radius:inherit;animation:pulseInnerGlow 1.2s ease-in 2}@media screen and (max-width:1024px){.b-qtool__exam{grid-template-columns:1fr;gap:8px}}.b-qtool__exam:first-child{border-top:0}.b-qtool__exam:before{position:absolute;top:0;left:0;height:100%;width:5px;content:"";background:#41cae7}.b-qtool__exam.-simulation:before{background:#8b6ce0}.b-qtool__exam.-disabled{background:var(--bg-disable)}.b-qtool__exam.-loading{opacity:.6}.b-qtool__exam .title-info,.b-qtool__exam .question-info{display:flex;flex-direction:column;gap:4px}.b-qtool__exam .title-info .title,.b-qtool__exam .question-info .title{font:500 17px/24px var(--font-epilogue);color:var(--border-color)}.b-qtool__exam .title-info .time,.b-qtool__exam .question-info .time{font:500 14px/20px var(--font-epilogue);color:#a5a8a9}.b-qtool__exam .question-details-info{display:flex;flex-direction:column;font:500 9px/11px var(--font-epilogue);color:#7c7f80;align-self:center}.b-qtool__exam .question-details-info .row{display:flex;width:100%;height:10px;align-items:center}.b-qtool__exam .question-details-info .item{flex:1;font-size:10px;text-align:left;position:relative}.b-qtool__exam .question-details-info .row .item:first-child{border-right:1px solid #707381}.b-qtool__exam .question-details-info .row .item:first-child:before{content:"";position:absolute;left:-7px;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background-color:#3ece80;margin:0}.b-qtool__exam .question-details-info .row:nth-child(1) .item:nth-child(2){background-color:#3ece80;border-top-right-radius:24px;border-bottom-right-radius:24px}.b-qtool__exam .question-details-info .row:nth-child(2) .item:first-child:before{content:"";position:absolute;left:-7px;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background-color:#e76262;margin:0}.b-qtool__exam .question-details-info .row:nth-child(2) .item:nth-child(2){background-color:#e76262;border-top-right-radius:24px;border-bottom-right-radius:24px}.b-qtool__exam .question-details-info .row:nth-child(3) .item:first-child:before{content:"";position:absolute;left:-7px;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background-color:#f9cf4a;margin:0}.b-qtool__exam .question-details-info .row:nth-child(3) .item:nth-child(2){background-color:#f9cf4a;border-top-right-radius:24px;border-bottom-right-radius:24px}.b-qtool__exam .question-details-info .row .item:nth-child(2){flex:none}.b-qtool__exam .question-details-info .row .item:nth-child(1){max-width:55%;min-width:55%;width:55%}@media screen and (max-width:1024px){.b-qtool__exam .question-details-info .row .item:nth-child(1){max-width:30%;min-width:30%;width:30%}}@media screen and (max-width:767px){.b-qtool__exam .question-details-info .row .item:nth-child(1){max-width:40%;min-width:40%;width:40%}}.b-qtool__exam .actions{display:grid;align-items:center;grid-template-columns:120px 1fr}.b-qtool__exam .action-icons{display:flex;justify-content:space-between;gap:6px}@media screen and (max-width:1024px){.b-qtool__exam .action-icons{justify-content:flex-start}}.b-qtool__exam .action-icons .icon-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:5px;cursor:pointer;background:var(--white-black2)!important}.b-qtool__exam .action-icons .icon-btn:disabled{cursor:inherit!important;opacity:.6}.b-qtool__exam .action-icons .icon-btn.-blue{background:#41cae7!important}.b-qtool__exam .action-icons .icon-btn.-gray{background:#eee}.b-qtool__exam .action-icons .icon-btn.-red{background:#ffe1de}.b-qtool__additionalBtn{width:140px;padding:8px 16px;text-align:start}.b-qtool__orderBtn{background:transparent;cursor:pointer;display:flex;align-items:center;color:var(--color);padding:0 0 0 8px}.b-qtool__orderBtn:after{margin-left:4px;margin-right:0;content:"";display:block;width:16px;height:16px;background-color:var(--border-color);mask:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.20921%203.21967C1.48816%202.92678%201.94042%202.92678%202.21936%203.21967L6%207.18934L9.78064%203.21967C10.0596%202.92678%2010.5118%202.92678%2010.7908%203.21967C11.0697%203.51256%2011.0697%203.98744%2010.7908%204.28033L6.50508%208.78033C6.22613%209.07322%205.77387%209.07322%205.49492%208.78033L1.20921%204.28033C0.930264%203.98744%200.930264%203.51256%201.20921%203.21967Z'%20fill='%231E2527'/%3e%3c/svg%3e") center no-repeat;background-size:contain;transition:.4s ease-in-out;right:0}.b-qtool__orderBtn img{transition:all .4s}.b-qtool__orderBtn.-asc:after{transform:rotate(180deg)}.b-qtool__orderBtn.-desc:after{transform:rotate(0)}.b-qtool__examsCounter{font:500 14px/20px Epilogue,sans-serif;color:#7c7f80}@keyframes pulseInnerGlow{0%{box-shadow:inset 0 0 10px #fff6}50%{box-shadow:inset 0 0 20px #39bd86cc}to{box-shadow:inset 0 0 10px #fff6}}.b-otgCourseDetail__font{font:700 20px/28px var(--font-epilogue)}.b-otgCourseDetail__playlistName{margin-left:16px}.b-otgCourseDetail__tabs{display:flex;border-bottom:1px solid #e0e0e0;overflow:auto}.b-otgCourseDetail__tab{font:500 14px/20px var(--font-epilogue);width:100%;padding:10px 20px;cursor:pointer;background-color:transparent;border:none;border-bottom:2px solid transparent;outline:none;transition:border-bottom-color .3s;display:flex;align-items:center;text-wrap:nowrap}.b-otgCourseDetail__tab:hover{border-bottom-color:#aaa}.b-otgCourseDetail__tab.activeMp3{border-bottom-color:#39b2cb}.b-otgCourseDetail__tab.activeFlashcards{border-bottom-color:#8b6ce0}.b-otgCourseDetail__tab.activeQtool{border-bottom-color:#39bd86}.b-otgCourseDetail__contentWrapper{border:solid 1px var(--border-color2);border-radius:12px}@media screen and (max-width:768px){.b-otgCourseDetail__contentWrapper{background-color:var(--panel-color)}}.b-otgCourseDetail__tab-icon{margin-right:10px;margin-left:auto}.b-otgCourseDetail__tab-label{font:700 14px/20px var(--font-epilogue);margin-right:auto;color:var(--text-tabLabel)}.b-otgCourseDetail__tab-content{padding:20px}.b-playlistItem{margin-left:auto!important}.b-playlistItem__arrow{top:16px;right:20px;transition:.5s ease-in-out;color:var(--border-color)}@media screen and (max-width:768px){.b-playlistItem__arrow{width:12px;height:12px}}.b-playlistItem.state_open .b-playlistItem__arrow{transition-delay:.2s;transition-timing-function:ease-in-out;transition-duration:.2s;transform:rotate(-180deg)}.b-mp3{display:flex;flex-direction:column;overflow:hidden}.b-mp3__input{min-width:470px!important;background:var(--panel-color)!important}.b-mp3__input select,.b-mp3__input .MuiSelect-select,.b-mp3__input .MuiSvgIcon-root,.b-mp3__input input{color:var(--text-color)}@media screen and (max-width:576px){.b-mp3__input input{padding:11px!important}}.b-mp3__title{font:600 18px/32px var(--font-epilogue);color:var(--text-color);text-align:center;margin:auto 16px auto 20px}.b-mp3__divider{border:solid 1px #e0e0e0}.b-mp3__courseSelector{padding:20px;height:auto}.b-otgPlaylistItem{position:relative;padding:16px 24px 20px;border:1px solid var(--border-color2);border-radius:16px;overflow:hidden;box-sizing:border-box;min-height:174px}@media screen and (max-width:992px){.b-otgPlaylistItem{padding:16px 16px 56px;border:1px solid var(--border-color2);border-radius:20px;box-shadow:0 0 16px var(--shadow-color2)}}@media screen and (max-width:768px){.b-otgPlaylistItem{background-color:var(--panel-color)}}.b-otgPlaylistItem__audioWrapperWithBorder{border-bottom:1px solid #ccc}.b-otgPlaylistItem__audioWrapperWithoutBorder{border-bottom:0}.b-otgPlaylistItem__categoryNameWrapper{font:400 14px/20px var(--font-epilogue);display:flex;padding-right:10px;padding-top:20px;padding-bottom:20px}.b-otgPlaylistItem__audioNameWrapper{font:400 14px/20px var(--font-epilogue);display:flex;padding-left:20px;padding-top:20px;padding-bottom:20px}.b-otgPlaylistItem__audioContainer{display:flex;flex-direction:column}.b-otgPlaylistItem__audioHeaderItem{width:100%;font-weight:700}.b-otgPlaylistItem__audioTitle{padding-left:65px}.b-otgPlaylistItem__audioCell{width:50%}.b-otgPlaylistItem__audioName{word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;padding-right:8px;margin-bottom:auto;margin-top:auto}.b-otgPlaylistItem__audioWrapper{display:flex}.b-otgPlaylistItem__audioWrapper:hover{background:#41cae71f}.b-otgPlaylistItem__audioHeader,.b-otgPlaylistItem__audioRow{display:flex;align-items:center;padding:8px 0}.b-otgPlaylistItem__audioHeader{border-bottom:1px solid #d6d6d6}.b-otgPlaylistItem__contentWrapper{display:flex;justify-content:space-between;padding-left:20px}.b-otgPlaylistItem__flex{display:flex;white-space:nowrap}.b-otgPlaylistItem__playlistInfoWrapper{width:100%}@media screen and (max-width:768px){.b-otgPlaylistItem__playlistInfoWrapper{flex-direction:column}}.b-otgPlaylistItem__otgTitle{font:500 20px/28px var(--font-epilogue);color:var(--text-color6)!important;margin-right:24px;align-content:center;margin-bottom:0}@media screen and (max-width:992px){.b-otgPlaylistItem__otgTitle{font-size:18px;line-height:24px;width:100%;align-content:center;margin-bottom:0}}.b-otgPlaylistItem__title{font:700 20px/28px var(--font-epilogue);color:var(--text-color);margin-bottom:20px;width:calc(100% - 220px)}@media screen and (max-width:992px){.b-otgPlaylistItem__title{font-size:18px;line-height:24px;margin-bottom:12px;width:100%}}.b-otgPlaylistItem__noMinHeightAndPaddingTopBottom{min-height:auto;padding-top:12px;padding-bottom:12px}.b-otgPlaylistItem__noPaddingBotom{min-height:auto;padding-top:16px;padding-bottom:0}.b-otgPlaylistItem__noBorderBottom{border-bottom:0!important}.b-otgPlaylistItem__topWrapper{padding-right:0;padding-left:0;border-radius:0;border-top:0;border-right:0;border-left:0;border-bottom:0}.b-otgPlaylistItem__topWrapper:before{width:0}.b-otgPlaylistItem__listInfo{display:flex;align-items:center;flex-wrap:wrap;gap:8px 24px;grid-template-columns:1fr 1fr}@media screen and (max-width:992px){.b-otgPlaylistItem__listInfo{display:grid;width:100%;gap:12px 16px}}.b-otgPlaylistItem__listItem{display:flex;align-items:center}.b-otgPlaylistItem__listIcon{margin-right:8px;display:block;width:20px;height:20px}.b-otgPlaylistItem__listText{font:500 14px/20px var(--font-epilogue);color:var(--text-color)}.b-otgPlaylistItem__listValue{font:500 14px/20px var(--font-epilogue);margin-left:0}.b-otgPlaylistItem__noHorizontalPadding{padding-left:0;padding-right:0}.b-otgPlaylistItem__headerText{font:700 14px/20px var(--font-epilogue)!important;color:var(--text-color7)!important}.b-otgPlaylistItem__audioIcon{margin-right:20px;cursor:pointer;margin-top:auto;margin-bottom:auto}.b-otgPlaylistItem__audioAssignmentWrapper{padding-left:20px;padding-right:20px;padding-bottom:20px;border-bottom:1px solid #ccc}.b-otgPlaylistItem__audioAssignmentWrapper:last-child{border-bottom:0}.b-otgPlaylistItem__arrowIcon{margin-right:20px;margin-left:auto;cursor:pointer}.b-otgPlaylistItem.-notExpanded{min-height:auto;padding-top:16px;padding-bottom:16px}.b-otgPlaylistItem.-notExpanded:hover{background:#41cae71f}.b-otgCourseItem{position:relative;border:1px solid var(--border-color2);border-radius:16px;overflow:hidden;box-sizing:border-box;background:var(--course-item-bg) 8px 24px no-repeat;min-height:auto;padding:12px 24px}@media screen and (max-width:992px){.b-otgCourseItem{padding:16px 16px 56px;border:1px solid var(--border-color2);border-radius:20px;box-shadow:0 0 16px var(--shadow-color2);background:var(--course-item-bg) 0 16px no-repeat}}@media screen and (max-width:768px){.b-otgCourseItem{background-color:var(--panel-color)}}.b-otgCourseItem:before{position:absolute;top:0;left:0;z-index:1;content:"";display:block;width:8px;height:100%;background:#41cae7}@media screen and (max-width:992px){.b-otgCourseItem:before{width:5px}}.b-otgCourseItem__topWrapper{display:flex;justify-content:space-between}.b-otgCourseItem__mainWrapper{display:flex;white-space:nowrap}.b-otgCourseItem__otgTitle{font:700 20px/28px var(--font-epilogue);color:var(--text-color);margin-right:24px;align-content:center;margin-bottom:0}@media screen and (max-width:992px){.b-otgCourseItem__otgTitle{font-size:18px;line-height:24px;margin-bottom:12px;width:100%}}.b-otgCourseItem__listInfo{display:flex;align-items:center;flex-wrap:wrap;gap:8px 24px}@media screen and (max-width:992px){.b-otgCourseItem__listInfo{display:grid;grid-template-columns:100px 100px;width:100%;gap:12px 16px}}@media screen and (max-width:768px){.b-otgCourseItem__listInfo{grid-template-columns:110px 110px 110px 110px}}@media screen and (max-width:576px){.b-otgCourseItem__listInfo{grid-template-columns:110px 110px}}.b-otgCourseItem__listItem{display:flex;align-items:center}.b-otgCourseItem__listIcon{margin-right:8px;display:block;width:20px;height:20px}.b-otgCourseItem__listText{font:500 14px/20px var(--font-epilogue);color:var(--text-color)}.b-audioAssignment{height:38px;width:100px;padding-right:10px}.b-notification__icon{position:relative;height:20px;width:20px;cursor:pointer}.b-notification__icon.-has-notifications:after{content:"";position:absolute;top:-4px;right:-4px;width:10px;height:10px;background-color:#e34234;border-radius:50%;border:1.5px solid #ffffff;display:block;box-sizing:border-box}.b-notification__wrapper{display:flex;flex-direction:column;position:relative;padding-top:16px;width:100%;background:#41cae7;border-radius:16px}@media screen and (max-width:386px){.b-notification__wrapper{height:100dvh;border-radius:0}}.b-notification__modal{border-radius:16px}@media screen and (max-width:386px){.b-notification__modal{width:100%;padding-right:0;padding-left:0}}@media screen and (min-width:387px)and (max-width:1024px){.b-notification__modal{width:100%;padding-right:10px;padding-left:10px}}.b-notification__title{font:700 21px/24px var(--font-epilogue);color:var(--panel-color);border-bottom:1px solid var(--border-color2);padding-bottom:12px;padding-left:24px;text-align:left;letter-spacing:1px}.b-notification__closeBtn{position:absolute;top:10px;right:12px;width:32px;height:32px;mask:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.05849%207.05727C7.57919%206.53657%208.42341%206.53657%208.94411%207.05727L16.0013%2014.1145L23.0585%207.05727C23.5792%206.53657%2024.4234%206.53657%2024.9441%207.05727C25.4648%207.57797%2025.4648%208.42219%2024.9441%208.94289L17.8869%2016.0001L24.9441%2023.0573C25.4648%2023.578%2025.4648%2024.4222%2024.9441%2024.9429C24.4234%2025.4636%2023.5792%2025.4636%2023.0585%2024.9429L16.0013%2017.8857L8.94411%2024.9429C8.42341%2025.4636%207.57919%2025.4636%207.05849%2024.9429C6.53779%2024.4222%206.53779%2023.578%207.05849%2023.0573L14.1157%2016.0001L7.05849%208.94289C6.53779%208.42219%206.53779%207.57797%207.05849%207.05727Z'%20fill='%231E2527'/%3e%3c/svg%3e") center no-repeat;background-color:#fff;cursor:pointer;transition:.4s}.b-notification__closeBtn:hover{opacity:.6}.b-notification__content{color:var(--text-color);background:var(--panel-color);border-bottom-left-radius:16px;border-bottom-right-radius:16px;overflow:auto;padding-top:20px;max-height:90vh}@media screen and (max-width:386px){.b-notification__content{padding-top:10px;border-bottom-left-radius:0;border-bottom-right-radius:0;height:100%}}.b-notification__noNotifications{font:600 18px/24px var(--font-epilogue);color:var(--text-color)!important;padding-left:24px;padding-right:24px;padding-bottom:22px}@media screen and (max-width:1024px){.b-notification__noNotifications{padding-left:10px;padding-top:20px}}.b-notification__date{font:500 14px/20px var(--font-epilogue);padding-bottom:10px}@media screen and (max-width:1024px){.b-notification__date{display:block;padding-left:0;width:auto}}.b-notification__releaseWrappper{display:block;padding-left:24px;padding-right:20px;max-width:100%;overflow:hidden}.b-notification__notification{font:500 14px/20px var(--font-epilogue);padding-bottom:22px;overflow:auto}@media screen and (max-width:1024px){.b-notification__notification{padding-bottom:10px}}.b-notification__image{width:100%;padding-bottom:10px}@media screen and (max-width:992px){.b-notification__image{max-width:700px}}@media screen and (max-width:768px){.b-notification__image{max-width:450px}}.b-questionWithAnswers{color:var(--text-color);display:block;margin-bottom:16px;text-align:left}.b-questionWithAnswers__questionText{font:700 20px/28px Epilogue,sans-serif}.b-questionWithAnswers__answers{border:1px solid var(--border-color2);border-radius:16px}.b-questionWithAnswers__questionData{font:600 12px/20px Epilogue,sans-serif;color:#7c7f80;letter-spacing:1px;text-transform:uppercase}.b-questionWithAnswers__explanationShort{width:100%}@media(min-width:992px){.b-questionWithAnswers__explanationShort{border-left:1px solid #ccc;width:25%}}.b-questionWithAnswers__explanationFull{font:500 16px/24px var(--font-epilogue);color:var(--text-color);padding:16px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--border-color2)}@media screen and (max-width:992px){.b-questionWithAnswers__explanationFull{border-top:1px solid var(--border-color2)}}@media screen and (max-width:768px){.b-questionWithAnswers__explanationFull{padding:12px;font-size:15px}}@media print{.printContainer{page-break-inside:avoid}}.b-flashcard__card{height:-webkit-fill-available;margin:24px auto;padding:0 6px;width:100%;max-width:720px}.b-flashcard__title,.b-flashcard__content{display:flex;align-items:center;justify-content:center;min-height:420px;padding:24px;border:1px solid #e0e0e0!important;border-radius:16px!important;box-shadow:0 0 16px #00000014!important}.b-flashcard__title{font:700 24px/32px var(--font-epilogue);text-transform:uppercase;text-align:center}.b-flashcard__content{font:400 16px/24px var(--font-epilogue);text-align:center}.b-flashcard__pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin:24px auto;width:100%;max-width:720px;position:relative}.b-flashcard__pagination input{border:none;border-bottom:1px solid #666666;text-align:end;font:600 20px/24px var(--font-epilogue);color:var(--text-color);background:transparent;width:34px;padding:0;height:20px}.b-flashcard__pagination fieldset{border:none;padding:0}.b-flashcard__navButton{width:40px;height:40px;border-radius:50%;border:1px solid #e1e8ea;box-shadow:0 4px 12px #0000000a;position:relative;background:var(--btn-color)}.b-flashcard__navButton:hover{border-color:#39b2cb;cursor:pointer}.b-flashcard__navButton:before{width:40px;height:40px;top:0;left:0;position:absolute;content:"";background-color:#e83e67;mask:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M2.58431%2011.299L7.94362%205.82191L9.37312%207.22068L5.67809%2010.9969L21.75%2010.9969L21.75%2012.9969L5.67521%2012.9969L9.37312%2016.776L7.94362%2018.1748L2.58431%2012.6977L1.89996%2011.9984L2.58431%2011.299Z'%20fill='%23727272'/%3e%3c/svg%3e") center no-repeat}.b-flashcard__navButton.-next:before{transform:rotate(180deg)}.b-flashcard__navButton.-shuffle{margin-bottom:6px}.b-flashcard__navButton.-shuffle:before{mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='24px'%20height='24px'%20viewBox='0%200%2024%2024'%20version='1.1'%3e%3cg%20id='surface1'%3e%3cpath%20style='%20stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;'%20d='M%2019.640625%2015.222656%20C%2019.507812%2015.125%2019.328125%2015.113281%2019.183594%2015.195312%20C%2019.039062%2015.273438%2018.953125%2015.433594%2018.96875%2015.597656%20L%2019.082031%2016.917969%20C%2018.523438%2016.835938%2018.015625%2016.710938%2017.550781%2016.542969%20C%2016.925781%2016.320312%2016.367188%2016.03125%2015.851562%2015.679688%20C%2015.074219%2015.152344%2014.386719%2014.484375%2013.738281%2013.707031%20C%2013.488281%2013.410156%2013.25%2013.101562%2013.011719%2012.777344%20C%2012.878906%2012.972656%2012.75%2013.164062%2012.632812%2013.347656%20C%2012.175781%2014.039062%2011.6875%2014.761719%2011.148438%2015.472656%20C%2011.636719%2016.070312%2012.164062%2016.65625%2012.757812%2017.199219%20C%2013.6875%2018.046875%2014.777344%2018.792969%2016.066406%2019.316406%20C%2016.988281%2019.691406%2018.003906%2019.945312%2019.117188%2020.0625%20L%2018.96875%2021.753906%20C%2018.953125%2021.917969%2019.039062%2022.078125%2019.183594%2022.15625%20C%2019.328125%2022.238281%2019.507812%2022.226562%2019.640625%2022.128906%20L%2023.828125%2019.011719%20C%2023.9375%2018.933594%2024%2018.808594%2024%2018.675781%20C%2024%2018.542969%2023.9375%2018.417969%2023.828125%2018.335938%20Z%20M%2019.640625%2015.222656%20'/%3e%3cpath%20style='%20stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;'%20d='M%203.617188%207.457031%20C%204.242188%207.679688%204.800781%207.96875%205.316406%208.320312%20C%206.09375%208.847656%206.78125%209.515625%207.429688%2010.292969%20C%207.675781%2010.589844%207.917969%2010.898438%208.15625%2011.222656%20C%208.289062%2011.027344%208.414062%2010.835938%208.535156%2010.652344%20C%208.988281%209.960938%209.476562%209.238281%2010.015625%208.527344%20C%209.53125%207.929688%209%207.34375%208.40625%206.800781%20C%207.480469%205.953125%206.390625%205.207031%205.097656%204.683594%20C%203.808594%204.15625%202.332031%203.863281%200.664062%203.863281%20L%200%203.863281%20L%200%206.984375%20L%200.664062%206.984375%20C%201.828125%206.984375%202.785156%207.160156%203.617188%207.457031%20Z%20M%203.617188%207.457031%20'/%3e%3cpath%20style='%20stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;'%20d='M%2013.523438%2010.554688%20C%2013.949219%2010.023438%2014.390625%209.535156%2014.863281%209.105469%20C%2015.574219%208.457031%2016.339844%207.941406%2017.242188%207.574219%20C%2017.792969%207.347656%2018.398438%207.179688%2019.082031%207.082031%20L%2018.96875%208.402344%20C%2018.953125%208.566406%2019.039062%208.726562%2019.183594%208.804688%20C%2019.328125%208.886719%2019.507812%208.875%2019.640625%208.777344%20L%2023.828125%205.664062%20C%2023.9375%205.582031%2024%205.457031%2024%205.324219%20C%2024%205.191406%2023.9375%205.066406%2023.828125%204.988281%20L%2019.640625%201.871094%20C%2019.507812%201.773438%2019.328125%201.761719%2019.183594%201.84375%20C%2019.039062%201.921875%2018.953125%202.082031%2018.96875%202.246094%20L%2019.117188%203.9375%20C%2018.175781%204.035156%2017.304688%204.230469%2016.503906%204.515625%20C%2015.617188%204.832031%2014.816406%205.25%2014.09375%205.742188%20C%2013.015625%206.476562%2012.121094%207.359375%2011.34375%208.289062%20C%2010.566406%209.21875%209.902344%2010.199219%209.28125%2011.144531%20C%208.746094%2011.957031%208.210938%2012.738281%207.644531%2013.445312%20C%207.21875%2013.976562%206.773438%2014.464844%206.304688%2014.894531%20C%205.59375%2015.542969%204.828125%2016.058594%203.925781%2016.425781%20C%203.019531%2016.792969%201.972656%2017.015625%200.664062%2017.015625%20L%200%2017.015625%20L%200%2020.136719%20L%200.664062%2020.136719%20C%202.148438%2020.136719%203.480469%2019.90625%204.664062%2019.484375%20C%205.550781%2019.167969%206.351562%2018.75%207.070312%2018.257812%20C%208.152344%2017.523438%209.042969%2016.640625%209.820312%2015.710938%20C%2010.601562%2014.777344%2011.265625%2013.800781%2011.886719%2012.855469%20C%2012.421875%2012.042969%2012.957031%2011.261719%2013.523438%2010.554688%20Z%20M%2013.523438%2010.554688%20'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;-webkit-mask-size:16px 16px;mask-size:16px 16px;background-color:var(--text-color)}.b-flashcard__navButton.-disable:before{background:#e0e0e0}.b-flashcard__navButton.-disable:hover{border-color:#e1e8ea;cursor:inherit}.b-flashcard__shuffle{display:flex;flex-direction:column;align-items:center;position:absolute;right:6px;font:600 14px/16px var(--font-epilogue)}
