@import"https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--Family-poppins: "Poppins";--Family-merriweather: "Merriweather"}.Button{width:170px;height:45px;margin:10px 20px;border-radius:4px;border:none;box-shadow:#e5e5f540 0 2px 5px -1px,#fffbfb4d 0 1px 3px -1px;background-color:#fdf498;text-decoration:none;font-family:var(--Family-poppins);font-weight:600;color:#000;transition:.4s ease-in-out;font-size:15px}.Button__text{text-decoration:none;font-family:var(--Family-poppins);font-weight:600;color:#000;transition:.4s ease-in-out;font-size:15px}.Button__text:hover{color:#352222}.Button:hover{background-color:#ffef3d;cursor:pointer}@media only screen and (max-width: 700px){.Button{width:150px}}@media only screen and (max-width: 500px){.Button{width:130px;height:40px;font-size:14px}}.Tabname{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:20px 30px}.Tabname__logo{width:40px;margin-right:20px;border-radius:50%}.Tabname__text{font-weight:800;color:#141438}@media only screen and (max-width: 700px){.Tabname__logo{width:32px}.Tabname__text{font-weight:700;font-size:28px}}@media only screen and (max-width: 500px){.Tabname__logo{width:24px}.Tabname__text{font-weight:600;font-size:22px;letter-spacing:-1.5px}}.LeadTableRow{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 20px;height:80px;margin:10px 0;border-radius:8px;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 1px 3px 1px;cursor:pointer;transition:.3s ease-in-out}.LeadTableRow:first-child{background-color:#03396c;transform:scale(1.01)}.LeadTableRow:first-child .LeadTableRow__fullname,.LeadTableRow:first-child .LeadTableRow__point,.LeadTableRow:first-child .LeadTableRow_idx{color:#ff0}.LeadTableRow:first-child .LeadTableRow__profile{box-shadow:#aacf144d 0 1px 2px,#bbb43426 0 1px 3px 1px}.LeadTableRow:hover{background-color:#03396c;transform:scale(1.02)}.LeadTableRow_idx{font-family:Poppins;font-weight:700;font-size:26px;margin-right:10px;transition:.3s ease-in-out}.LeadTableRow__profile{width:60px;border-radius:7px;margin-right:10px;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 1px 3px 1px;transition:.3s ease-in-out}.LeadTableRow__fullname{font-family:Poppins;font-weight:700;font-size:24px;width:600px;transition:.3s ease-in-out}.LeadTableRow__point{font-family:Poppins;font-weight:700;font-size:26px;width:22%;transition:.3s ease-in-out}.LeadTableRow__profileside{display:flex;align-items:center;justify-content:flex-start;width:80%}.LeadTableRow__pointside{display:flex;align-items:center;justify-content:flex-end;width:160px}.circleLogo{width:40px;margin-left:20px}.LeadTableRow:hover .LeadTableRow__fullname,.LeadTableRow:hover .LeadTableRow__point,.LeadTableRow:hover .LeadTableRow_idx{color:#ff0}.LeadTableRow:hover .LeadTableRow__profile{box-shadow:#aacf144d 0 1px 2px,#bbb43426 0 1px 3px 1px}@media only screen and (max-width: 980px){.LeadTableRow__fullname{font-weight:600;font-size:20px;width:400px}.LeadTableRow__point{font-weight:600;font-size:20px}.circleLogo{width:32px}.LeadTableRow__pointside{width:120px}.LeadTableRow_idx{font-weight:600;font-size:20px}.LeadTableRow__profile{width:45px}.LeadTableRow{height:70px}}@media only screen and (max-width: 700px){.LeadTableRow__fullname{font-weight:500;font-size:18px;width:300px;letter-spacing:-1px}.LeadTableRow__point{font-weight:500;font-size:18px}.LeadTableRow_idx{font-weight:600;font-size:18px}.LeadTableRow__profile{width:38px}.LeadTableRow{height:60px}.circleLogo{width:24px}}@media only screen and (max-width: 550px){.LeadTableRow__fullname{font-weight:500;font-size:15px;width:200px;letter-spacing:-.7px}.LeadTableRow__point{font-weight:500;font-size:15px}.LeadTableRow_idx{font-weight:600;font-size:15px}.LeadTableRow__profile{width:28px}.LeadTableRow{height:48px}.circleLogo{width:24px}.LeadTableRow__pointside{width:80px}}:root{--Font-color: #fff;--Family-poppins: "Poppins";--Family-merriweather: "Merriweather"}.Navbar{display:flex;align-items:center;justify-content:space-between;backdrop-filter:blur(15px);background-color:#141438ec;box-shadow:0 2px 15px 2px #ffffff19;padding:10px 35px;width:100%;height:85px}.Navbar__logo{text-transform:capitalize;color:var(--Font-color);font-size:26px}.Navbar__nav{display:flex;align-items:center}.Navbar__link{margin:0 10px;text-decoration:none;text-transform:capitalize;color:var(--Font-color);font-family:var(--Family-poppins);font-weight:600;font-size:18px;letter-spacing:.2px}.Navbar__profilephoto{width:50px;border-radius:50px;border:none;margin-left:20px}.Navbar__logolink{text-decoration:none;color:#fff}.Navbar__responsive{z-index:1210;top:-110%;transition:.2s ease-in-out;display:none}.hamburger{color:#fff;font-size:22px;display:none}.navbar_close{display:none}@media only screen and (max-width: 900px){.Navbar .Navbar__nav{display:none}.navbar_close{position:absolute;display:block;font-size:28px;right:40px;top:40px;color:#fff}.hamburger{display:block}.stick__navbar{top:0}.Navbar__responsive{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;position:fixed;left:0;width:100%;height:100vh;background-color:#141438;padding:35px}.Navbar__responsive .Navbar__logo{font-size:56px}.Navbar__responsive .Navbar__nav{flex-direction:column;align-items:flex-start;margin-top:40px;width:100%}.Navbar__responsive .Navbar__link{margin:5px 0;text-transform:uppercase;font-weight:700;font-size:22px;width:100%;padding:15px;border-radius:7px;transition:.4s ease-in-out}.Navbar__responsive .Navbar__link:hover{background:#fff;color:#141438}.Navbar__responsive .Navbar__profilephoto{display:none}}@media only screen and (max-width: 700px){.Navbar__logolink{font-size:36px}.Navbar__responsive .Navbar__link{font-size:18px}.navbar_close{font-size:20px}.Navbar__responsive{padding:10px 22px}}@media only screen and (max-width: 450px){.Navbar__logolink{font-size:28px}.Navbar__responsive .Navbar__link{font-size:15px}.navbar_close{font-size:18px}.Navbar__responsive{padding:10px 22px}}.Leadtable{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:30px;width:100%}.Lesson{width:calc(100% - 350px);height:600px;border-top:1px solid #00000028;padding:10px 15px;background:#f8f8fa;overflow:auto}.Lesson_name{font-family:Poppins;font-weight:600;text-transform:uppercase;letter-spacing:-2px}.Lesson_image{width:450px}.Lesson__number{font-family:Poppins;letter-spacing:-1px}.Lesson__lock{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.lesson__lockicon{font-size:120px;color:#fe4a49;margin:20px 0}.Lesson__locksabab{font-weight:700;color:#fe4a49;font-size:26px;margin:10px 0;font-family:Poppins;text-transform:uppercase;letter-spacing:-1.5px;width:75%;text-align:center}.Lesson__openingTime{font-family:Poppins;font-weight:700;font-size:32px;padding:7px 10px;background:#005b96;color:#fff;letter-spacing:1px;width:250px;text-align:center;border-radius:7px}.open_time_elon{font-family:Poppins;text-transform:uppercase;font-weight:500;text-align:center;font-size:16px}@media only screen and (max-width: 1030px){.lesson__lockicon{font-size:100px;margin:15px 0}.Lesson__locksabab{font-size:22px;margin:7px 0;width:80%;text-transform:none;font-weight:700}.Lesson__openingTime{font-size:24px;padding:7px 10px;letter-spacing:1px;width:180px;font-weight:600}}@media only screen and (max-width: 850px){.Lesson{height:auto;padding-bottom:100px;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.Lesson_image{margin:10px 0}.lesson__lockicon{font-size:150px;margin:20px 0}.Lesson__locksabab{width:60%}}@media only screen and (max-width: 600px){.Lesson_image{width:95%}.Lesson_name{font-size:22px}.lesson__lockicon{font-size:100px;margin:20px 0}.Lesson__locksabab{font-size:18px;width:80%}.Lesson__openingTime{font-size:20px;letter-spacing:1px;width:150px;font-weight:500}.open_time_elon{font-size:13px;letter-spacing:-.5px}}.Sitebar{width:350px;height:600px;border:1px solid #00000028;overflow:auto;background:#dfe3ee}.Sitebar__row{display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:60px;padding:15px;border-bottom:1px solid #00000028;border-right:1px solid #00000028;transition:.3s ease-in-out}.Sitebar__rowname{font-family:Poppins;font-weight:600;transition:.3s ease-in-out;text-transform:uppercase;font-size:16px}.Sitebar__row:hover{cursor:pointer;background-color:#b3cde0}.Sitebar__active{background-color:#b3cde0}@media only screen and (max-width: 850px){.Sitebar{width:100%}.Sitebar__row{display:flex;align-items:center;justify-content:center}}@media only screen and (max-width: 400px){.Sitebar__rowname{font-size:12px}}.Students{width:100%;padding:30px;background-color:#dfe3ee}.Students__pagination{display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap}.Students__one{width:320px;background-color:#fff;border-radius:12px;padding:20px;margin:15px}.Student__img{width:280px;display:block;margin:0 auto;border-radius:8px}.Student__name{font-family:Poppins;text-transform:uppercase;font-size:18px;letter-spacing:-1.4px;padding:5px 0}.Student__username{font-family:Poppins;font-size:15px;letter-spacing:-.5px;padding:3px 7px;display:inline;font-weight:500}.Student__username span{border-radius:7px;font-weight:500;font-family:Poppins;padding:3px 7px;background-color:#76b4bd}.Student__point{font-family:Poppins;font-size:15px;letter-spacing:-.5px;padding:3px 7px;display:inline-block;font-weight:500}.Student__point span{border-radius:7px;font-weight:500;font-family:Poppins;padding:3px 7px;background-color:#ffc425}.Student__birthday{font-family:Poppins;font-size:15px;letter-spacing:-.5px;padding:3px 7px;display:inline-block;font-weight:500}.Student__birthday span{border-radius:7px;font-weight:500;font-family:Poppins;padding:3px 7px;color:#fff;background-color:#008744}.Main{width:100%;min-height:100vh;background:url(/assets/main-bg-41dea32a.jpg) no-repeat;background-size:cover;background-position:center}.Main__section{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;margin-top:150px}.Main__text{font-size:84px;color:#fff}.Main__statistics{display:flex;align-items:center;justify-content:center;width:800px;padding:10px 25px;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;flex-wrap:wrap}.Statistic{display:flex;align-items:center;justify-content:flex-start;margin:10px 20px;border-radius:5px;background-color:#fff;padding:10px;box-shadow:#00000030 0 10px 20px,#0000003b 0 6px 6px}.Statistic .Statistic__number{font-size:44px;display:flex;min-width:100px;padding:0 10px;font-weight:700;height:auto;align-items:center;font-family:Poppins;justify-content:center;margin-right:10px;color:#0d0d25;border-right:3px solid #141438}.Statistic .Statistic__number .number_coutr{font-family:Poppins}.Statistic .Statistic__rightside{display:flex;flex-direction:column;width:200px;padding-left:10px;font-family:Poppins}.Statistic .Statistic__rightside .Statistic__name{font-family:Poppins;font-size:32px;font-weight:600;letter-spacing:-2px}.Statistic .Statistic__rightside .Statistic__p{font-family:Poppins;font-size:22px;font-weight:500;letter-spacing:-2px}.Main__buttons{margin:20px 0}@media only screen and (max-width: 950px){.Main__text{font-size:64px}.Main__statistics{width:620px}.Statistic .Statistic__number{font-size:32px;min-width:80px}.Statistic .Statistic__rightside .Statistic__name{font-size:24px}.Statistic .Statistic__rightside .Statistic__p{font-size:18px}.Statistic .Statistic__rightside{width:130px}}@media only screen and (max-width: 700px){.Main__text{font-size:52px}.Main__statistics{width:100%}.Statistic .Statistic__number{font-size:32px;min-width:80px}.Statistic .Statistic__rightside .Statistic__name{font-size:24px}.Statistic .Statistic__rightside .Statistic__p{font-size:18px}.Statistic .Statistic__rightside{width:130px}}@media only screen and (max-width: 630px){.Statistic{width:90%;justify-content:center}.Statistic .Statistic__rightside{width:70%;flex-direction:row;justify-content:flex-start;align-items:center}.Statistic .Statistic__rightside .Statistic__name{width:140px;font-size:22px;margin-right:10px;letter-spacing:-1px;border-right:3px solid #141438;font-weight:700;display:flex;align-items:center;justify-content:center}.Statistic .Statistic__rightside .Statistic__p{font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center;width:120px}}@media only screen and (max-width: 520px){.Main__text{font-size:44px}.Statistic{justify-content:flex-start;margin:10px 0;width:100%}.Statistic .Statistic__number{justify-content:center;width:100px;font-size:26px}.Statistic .Statistic__rightside{flex-direction:column;justify-content:flex-start;align-items:flex-start}.Statistic .Statistic__rightside .Statistic__name{font-family:Poppins;width:auto;border:none;font-size:24px}.Statistic .Statistic__rightside .Statistic__p{width:auto;font-size:16px}}.Leaderboard{width:100%;min-height:100vh;background-color:#fff}body{min-height:100vh;width:100%;background:url(/assets/main-bg-2-55a0956b.jpg) no-repeat;background-position:center;background-size:cover}.container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:430px;width:100%;background:#fff;border-radius:7px;box-shadow:0 5px 10px #0000004d}#check:checked~.login{display:none}#check{display:none}.container .form{padding:2rem}.form header{font-size:2rem;font-weight:500;text-align:center;margin-bottom:1.5rem;font-family:Poppins}.form input{height:60px;width:100%;padding:0 15px;font-size:17px;margin-bottom:1.3rem;border:1px solid #ddd;border-radius:6px;outline:none;font-family:Poppins}.form input:focus{box-shadow:0 1px #0003}.form a{font-size:16px;color:#009579;text-decoration:none}.form a:hover{text-decoration:underline}.form input.button{color:#fff;background:#009579;font-size:1.2rem;font-weight:500;letter-spacing:1px;margin-top:1.7rem;cursor:pointer;transition:.4s;font-family:Poppins}.form input.button:hover{background:#006653}.return_home{display:inline;text-decoration:none;color:#000;font-size:14px;font-weight:600;font-family:Poppins}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--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-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.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:5px;z-index:var(--toastify-z-index);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}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Lessons{width:100%;min-height:101vh;background-color:#e7eff6}.Lessons__table{width:100%;height:600px;display:flex;justify-content:space-between}@media only screen and (max-width: 850px){.Lessons__table{width:100%;height:auto;flex-direction:column-reverse}}.NotFound{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#fff}.NotFound h2{font-size:48px;letter-spacing:-3px;color:#a00;font-family:Poppins;text-transform:uppercase}@media only screen and (max-width: 700px){.NotFound h2{font-size:36px;letter-spacing:-2px}}@media only screen and (max-width: 500px){.NotFound h2{font-size:24px;letter-spacing:-1px}}@media only screen and (max-width: 400px){.NotFound h2{font-size:16px;letter-spacing:-.5px}}*{margin:0;padding:0;box-sizing:border-box;list-style:none;font-family:Merriweather,serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background-color:#0000002a}
