body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;word-break:break-word;z-index:0}.Toastify__toast,.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Register_register__DknUF{justify-content:center;min-height:100vh;padding:1rem}.Register_registerForm__laYpD,.Register_register__DknUF{align-items:center;display:flex;flex-direction:column;gap:.5rem}.Register_registerForm__laYpD{box-shadow:0 4px 6px #0000001a;padding:.5rem 1rem;width:50%}.Register_action3__-0Pwn{height:100vh;margin-top:2rem}.Register_action3__-0Pwn,.Register_action__OHJXp{align-items:center;display:flex;flex-direction:column;gap:.6rem;justify-content:center;width:100%}.Register_input__TVj7p{align-items:center;display:flex;gap:1rem}.Register_input3__g1\+5o{display:flex;flex-direction:column;gap:1rem}.Register_inputs__hO2QR{padding:1rem}.Register_cardTitle__2mfEd{font-size:1.6rem;font-weight:400;margin:.1rem 0}.Register_Para__2kaAs{align-items:center;display:flex;flex-direction:column;text-align:center}.Register_textInputs__3LcVq{display:flex;flex-direction:column;gap:.5rem;width:100%}.Register_pass__P9IPW{align-items:center;display:flex;justify-content:space-between}.Register_inputP__e8imf,.Register_pass__P9IPW{border:.1rem solid #000;border-radius:.6rem;padding:0 1rem}.Register_btn__NKKlI{display:flex;justify-content:center}.Register_investConsult3__k0zJ1{background-color:#f6f6f6;border:none;border-radius:.4rem;color:#000;font-size:1rem;font-weight:600;list-style:none;margin:.5rem auto;padding:.8rem 1rem;text-decoration:none;transition:background-color .3s,color .3s;width:70%}.Register_investConsult3__k0zJ1:hover{background-color:#000;color:#fff}.Register_investConsult3__k0zJ1 a{color:inherit;text-decoration:none}.Register_investConsult3__k0zJ1:hover a{color:#fff}.Register_investConsult43__CbBU2{background-color:#000;border:none;border-radius:.4rem;color:#fff;font-size:1rem;font-weight:600;list-style:none;margin-top:1rem;padding:.8rem 1rem;text-decoration:none;transition:background-color .3s,color .3s;width:100%}.Register_investConsult43__CbBU2:hover{background-color:#f6f6f6;color:#000}.Register_investConsult43__CbBU2 a{color:inherit;text-decoration:none}.Register_investConsult43__CbBU2:hover a{color:#000}.Register_investConsult4__cjXEo{background-color:#000;border:none;border-radius:.4rem;color:#fff;font-size:1rem;font-weight:600;list-style:none;margin-top:1rem;padding:.8rem 1rem;text-decoration:none;transition:background-color .3s,color .3s;width:70%}.Register_investConsult4__cjXEo:hover{background-color:#f6f6f6;color:#000}.Register_investConsult4__cjXEo a{color:inherit;text-decoration:none}.Register_investConsult4__cjXEo:hover a{color:#000}.Register_linav__cyOvx{display:flex;gap:1rem;margin:.5rem 0 0}.Register_linav1__f5fTb{display:flex;gap:1rem;margin-top:5rem}.Register_navUl__jDSSe{display:flex;gap:1rem;list-style:none}.Register_navLi__6aD\+r a{color:#000;font-weight:600;position:relative;text-decoration:none;transition:color .3s}.Register_navLi__6aD\+r a:hover{color:#363131}.Register_navLi__6aD\+r a:hover:after{transform:scaleX(1);transform-origin:left}.Register_navLi__6aD\+r a:after,.Register_navLi__6aD\+r a:hover:after{background-color:#363131;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:transform .3s;width:100%}.Register_navLi__6aD\+r a:after{transform:scaleX(0);transform-origin:left}.Register_checkme__vuevF{display:flex;gap:.5rem}.Register_forgt__aNvMn{align-items:center;display:flex;justify-content:space-between;list-style:none;width:100%}.Register_socials__74cBf{display:flex;justify-content:space-between;width:50%}.Register_social__Za1dr{border:.1rem solid #e9eaec;padding:.4rem 1rem}.Register_hrsign__GTvct,.Register_social__Za1dr{align-items:center;display:flex;gap:1rem;justify-content:center}.Register_hrsign__GTvct{width:100%}.Register_horiz__AGX8e{width:35%}.Register_vest__XyrYj{color:#8799af}@media (max-width:768px){.Register_registerForm__laYpD{padding:1rem;width:90%}.Register_horiz__AGX8e{width:20%}.Register_cardTitle__2mfEd{font-size:1.4rem}.Register_linav1__f5fTb,.Register_linav__cyOvx{align-items:center;flex-direction:column;gap:.5rem}.Register_socials__74cBf{gap:.5rem;justify-content:center}.Register_social__Za1dr{justify-content:center;width:100%}.Register_investConsult3__k0zJ1,.Register_investConsult4__cjXEo{width:100%}}@media (max-width:480px){.Register_cardTitle__2mfEd{font-size:1.2rem}.Register_registerForm__laYpD{padding:1rem .5rem}.Register_social__Za1dr{padding:.3rem .5rem}}.Header_header__2t6Je{align-items:center;display:flex;justify-content:space-between;margin:.5rem auto;width:90%}.Header_logoHead__3crFs{width:5%}.Header_logo__G\+ea6{width:100%}.Header_headNav__pSMJw{align-items:center;display:flex;gap:2rem}.Header_navUl__CZkE8{display:flex;gap:1rem;list-style:none}.Header_navLi__yv9WH a{color:#000;font-size:1.2rem;font-weight:600;position:relative;text-decoration:none;transition:background-color .3s ease,color .3s ease}.Header_navLi__yv9WH a:hover{color:#281567}.Header_navLi__yv9WH a:hover:after{transform:scaleX(1);transform-origin:left}.Header_navLi__yv9WH a:after,.Header_navLi__yv9WH a:hover:after{background-color:#281567;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:transform .3s;width:100%}.Header_navLi__yv9WH a:after{transform:scaleX(0);transform-origin:left}.Header_navLi__yv9WH a.Header_active__QfVzm{color:#281567}.Header_navLi__yv9WH a.Header_active__QfVzm:after{transform:scaleX(1)}.Header_auth__JGajb{align-items:center;display:flex;gap:1rem;list-style:none}.Header_sign__zjP-3{background-color:#281567;border:none;border-radius:.7rem;padding:.5rem 1rem;text-align:center}.Header_sign__zjP-3:hover{background-color:#fff;color:#000}.Header_sign__zjP-3 a{color:#fff;text-decoration:none}.Header_sign__zjP-3 a:hover{background-color:#fff;color:#000}.Header_style__Hlxbl{align-items:center;display:flex;gap:1rem;justify-content:space-between;width:60%}@media (max-width:768px){.Header_headNav__pSMJw{background-color:#fff;border-radius:5px;box-shadow:0 2px 4px #0003;display:none;flex-direction:column;gap:1rem;padding:1rem;position:absolute;right:1rem;top:4rem;width:60%;z-index:1000}.Header_headNav__pSMJw.Header_active__QfVzm{display:flex}.Header_menuButton__6OAl5{background:none;border:none;cursor:pointer;display:block;font-size:1.5rem;z-index:1001}.Header_auth__JGajb{align-items:flex-start}.Header_logoHead__3crFs{width:15%}.Header_navUl__CZkE8{flex-direction:column}.Header_style__Hlxbl{align-items:center;display:flex;flex-direction:row-reverse;gap:1rem;width:30%}}@media (max-width:680px){.Header_style__Hlxbl{width:40%}}@media (max-width:520px){.Header_style__Hlxbl{width:50%}}@media (max-width:410px){.Header_style__Hlxbl{width:70%}}@media (min-width:769px){.Header_menuButton__6OAl5{display:none}.Header_headNav__pSMJw{display:flex!important}}.Footer_foot__WjzZ4{display:flex;justify-content:space-between;margin:1rem auto;width:90%}.Footer_company__iKMwI,.Footer_logTag__rovtB{display:flex;flex-direction:column;width:20%}.Footer_company__iKMwI{gap:1rem;list-style:none}.Footer_resources__ttnwF{display:flex;flex-direction:column;gap:1rem;list-style:none;width:20%}.Footer_newsletter__H6t2j{display:flex;flex-direction:column;gap:.5rem;width:20%}.Footer_phTag__hFDvo{color:#281567;font-size:1.2rem;font-weight:700}.Footer_pTag__\+dej6{color:#6d7d8b;font-size:.9rem}.Footer_pmTag__kEcGG{color:#281567;font-size:1.3rem;font-weight:600}.Footer_pmTag2__NHdkO{color:#281567;font-size:1.2rem;font-weight:600}.Footer_logoHead__2Qe5R{width:50%}.Footer_logo__vN7-C{width:100%}.Footer_navLi__PgEtf a{color:#848484;font-weight:600;position:relative;text-decoration:none;transition:color .3s}.Footer_navLi__PgEtf a:hover{color:#281567}.Footer_navLi__PgEtf a:hover:after{transform:scaleX(1);transform-origin:left}.Footer_navLi__PgEtf a:after,.Footer_navLi__PgEtf a:hover:after{background-color:#281567;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:transform .3s;width:100%}.Footer_navLi__PgEtf a:after{transform:scaleX(0);transform-origin:left}.Footer_navLis__W1ALd a{color:#fff;font-weight:600;position:relative;text-decoration:none;transition:color .3s}.Footer_navLis__W1ALd a:hover{color:#fff}.Footer_navLis__W1ALd a:hover:after{transform:scaleX(1);transform-origin:left}.Footer_navLis__W1ALd a:after,.Footer_navLis__W1ALd a:hover:after{background-color:#fff;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:transform .3s;width:100%}.Footer_navLis__W1ALd a:after{transform:scaleX(0);transform-origin:left}.Footer_subscribe__sD9RP{background-color:#281567;border:none;border-radius:1rem;color:#fff;padding:1rem 2rem}.Footer_inp__NEZ7Q{background-color:#fff;border:.1rem solid #000;border-radius:1rem;margin-top:2rem;outline:none;padding:1rem}.Footer_copyright__ji7jm{align-items:center;background-color:#281567;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem}.Footer_termPolicy__VdjU8{display:flex;gap:1rem}@media (max-width:768px){.Footer_foot__WjzZ4{flex-direction:column;gap:2rem}.Footer_company__iKMwI,.Footer_logTag__rovtB,.Footer_newsletter__H6t2j,.Footer_resources__ttnwF{width:100%}.Footer_logoHead__2Qe5R{width:100px}.Footer_newsletter__H6t2j{text-align:center}.Footer_newsletter__H6t2j button{width:100%}.Footer_copyright__ji7jm{flex-direction:column;gap:1rem;text-align:center}.Footer_termPolicy__VdjU8{justify-content:center}}.Home_home__VceHV{align-items:center;margin:5rem 0 3rem}.Home_home1__eWwRv,.Home_home__VceHV{display:flex;justify-content:space-between}.Home_home1__eWwRv{flex-direction:column;width:40%}.Home_voty__mSAKq{align-items:center;border:1rem;border-radius:1rem;box-shadow:0 2px 4px #0000001a;display:flex;font-weight:700;gap:.5rem;padding:.7rem;text-align:center}.Home_head__l2Exm{color:#000;font-size:2.4rem;font-weight:700}.Home_home2__6TQFF{display:flex;flex-direction:column;gap:.9rem;justify-content:space-between;width:40%}.Home_dico__D\+jSv{font-size:2rem}.Home_buttons__8tkKV{display:flex;justify-content:space-between}.Home_start__rrQIL{background-color:#281567;border-radius:1rem;color:#fff;padding:.5rem 1.5rem}.Home_claim__0SvAQ{border:.1rem solid #281567;border-radius:1rem;color:#281567;padding:.5rem 1.5rem}.Home_video__Xaeu\+{display:flex;gap:1rem;justify-content:space-between}.Home_vidImage__ASHFc{width:100%}.Home_feature__Wgny\+{border-radius:1rem;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;gap:.5rem;margin:1rem 0;padding:1rem}.Home_tri__fYCnj{color:#000;font-weight:700}.Home_triGam__xlo8J{display:flex;justify-content:space-between;margin:1rem 0}.Home_seeAll__AHldA{align-items:center;display:flex;gap:.5rem}.Home_arrow__GjBJz{width:20%}.Home_trivDiv__Y9DeO,.Home_triva__Pe7yA{display:flex;justify-content:space-between}.Home_trivDiv__Y9DeO{border:.1rem solid #000;border-radius:1rem;margin:1rem 0;padding:1rem;width:24%}.Home_course__2yCxw{align-items:left;flex-direction:column;gap:1rem;justify-content:center}.Home_phTag__C6Tly{font-size:1.1rem;font-weight:700}.Home_bout__QZeui{margin:0 auto;width:90%}.Home_about__RYqtb{align-items:center;display:flex;justify-content:space-between;margin:2rem 0}.Home_aboutImg__BDMgm{width:100%}.Home_aboutP__EsTaA{width:45%}.Home_aboutp__GwlKW{font-size:1.5rem}.Home_tellTag__3zEmz{color:#6d7d8b;font-size:1rem;font-weight:700;text-align:center}.Home_testimonials__Ysfv7{display:flex;gap:2rem;margin:1.5rem 0}.Home_testimonial1__zjlJQ{background:url(/static/media/testimonial.8760601ee2ab55309f27.png);height:74vh;padding:1rem}.Home_testimonial2__hOLaU{background:url(/static/media/Testimonial2.fa295f57cf1322dc13ec.png);height:74vh;padding:1rem}.Home_testimonial3__bGd4\+{background:url(/static/media/Testimonial3.802536930184b321c29e.png);height:74vh;padding:1rem}.Home_testimonial4__uSCJj{background:url(/static/media/Testimonial4.71e2673073c5ddd10f31.png);height:74vh;padding:1rem}.Home_lorem__qA2Kj{background-color:#fff;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;margin-top:13rem;padding:.5rem}.Home_testP__ns75w{font-size:1.2rem}.Home_faqContainer__kQDyT{padding:2rem}.Home_faqItem__MYW3V{background-color:#f6f6f6;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;margin:1rem 0;padding:1rem}.Home_question__yanLs{align-items:center;color:#281567;cursor:pointer;display:flex;font-size:1.2rem;justify-content:space-between}.Home_question__yanLs:hover{color:#df5c10}.Home_answer__sBJJM{animation:Home_fadeIn__\+Xlo0 .3s ease-in-out;color:#281567;font-size:1rem;margin-top:.5rem}.Home_partTag__DVrMY{color:#25313c;font-size:1.5rem;font-weight:700;margin:1.2rem 0 0;text-align:center}.Home_partPic__T\+A13{animation:Home_slideLeft__G4qXm 10s linear infinite}.Home_start__rrQIL:hover{background-color:#fff}.Home_start__rrQIL a{color:#fff;font-weight:600;position:relative;text-decoration:none;transition:color .3s}.Home_start__rrQIL a:hover{color:#281567}.Home_start__rrQIL a:hover:after{transform:scaleX(1);transform-origin:left}.Home_start__rrQIL a:after,.Home_start__rrQIL a:hover:after{background-color:#281567;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:transform .3s;width:100%}.Home_start__rrQIL a:after{transform:scaleX(0);transform-origin:left}.Home_claim__0SvAQ:hover{background-color:#281567}.Home_claim__0SvAQ a{color:#281567;font-weight:600;position:relative;text-decoration:none;transition:color .3s}.Home_claim__0SvAQ a:hover{color:#fff}.Home_claim__0SvAQ a:hover:after{transform:scaleX(1);transform-origin:left}.Home_claim__0SvAQ a:after,.Home_claim__0SvAQ a:hover:after{background-color:#fff;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:transform .3s;width:100%}.Home_claim__0SvAQ a:after{transform:scaleX(0);transform-origin:left}@keyframes Home_slideLeft__G4qXm{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.Home_partner__NW\+5Q{display:flex;margin:1rem 0;overflow:hidden;position:relative;width:100%}@media (max-width:1024px){.Home_home__VceHV{align-items:center;flex-direction:column;text-align:center}.Home_home1__eWwRv,.Home_home2__6TQFF{width:100%}.Home_buttons__8tkKV{flex-direction:column;gap:1rem}}@media (max-width:768px){.Home_faqContainer__kQDyT{padding:2rem;width:100%}.Home_head__l2Exm{font-size:2rem}.Home_voty__mSAKq{gap:.3rem}.Home_video__Xaeu\+,.Home_voty__mSAKq{flex-direction:column}.Home_testimonials__Ysfv7{display:flex;flex-wrap:wrap;gap:1rem}.Home_testimonial1__zjlJQ,.Home_testimonial2__hOLaU,.Home_testimonial3__bGd4\+,.Home_testimonial4__uSCJj{background-position:50%;background-size:cover;height:auto;min-height:30vh}.Home_triva__Pe7yA{flex-direction:column}.Home_trivDiv__Y9DeO{width:100%}.Home_about__RYqtb{flex-direction:column;gap:1rem}.Home_aboutP__EsTaA{width:100%}}@media (max-width:480px){.Home_home__VceHV{margin:3rem 0}.Home_head__l2Exm{font-size:1.8rem}.Home_claim__0SvAQ,.Home_start__rrQIL{font-size:.9rem;padding:.4rem 1rem}.Home_voty__mSAKq{font-size:.9rem;padding:.5rem}.Home_faqItem__MYW3V{font-size:.9rem}}.Header2_header__VR0UQ{align-items:center;display:flex;justify-content:space-between;margin:.5rem auto;padding:1rem 0;width:90%}.Header2_logoHead__3TJGj{width:5%}.Header2_logo__-z2Ho{aspect-ratio:1/1;border:2px solid #ccc;border-radius:50%;object-fit:cover;width:100%}.Header2_headNav__xD6cM{align-items:center;display:flex;gap:2rem}.Header2_navUl__C4CKr{display:flex;gap:1rem;list-style:none}.Header2_navLi__jW6vw a{color:#fff;font-size:1.2rem;font-weight:600;position:relative;text-decoration:none;transition:background-color .3s ease,color .3s ease}.Header2_navLi__jW6vw a:hover:after{transform:scaleX(1);transform-origin:left}.Header2_navLi__jW6vw a:after,.Header2_navLi__jW6vw a:hover:after{background-color:#fff;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:transform .3s;width:100%}.Header2_navLi__jW6vw a:after{transform:scaleX(0);transform-origin:left}.Header2_navLi__jW6vw a.Header2_active__aYUjz{color:#fff}.Header2_navLi__jW6vw a.Header2_active__aYUjz:after{transform:scaleX(1)}.Header2_auth__4g\+vb{gap:1rem}.Header2_auth__4g\+vb,.Header2_sign__efwvj{align-items:center;display:flex;list-style:none}.Header2_sign__efwvj{background-color:#fff;border:none;border-radius:.4rem;color:#281567;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.8rem 1rem;text-decoration:none;transition:background-color .3s,color .3s}.Header2_sign__efwvj:hover{background-color:#281567;color:#fff}.Header2_sign__efwvj a{color:#281567;text-decoration:none}.Header2_sign__efwvj a:hover{color:#fff}.Header2_sign__efwvj a:hover:after{transform:scaleX(1);transform-origin:left}.Header2_sign__efwvj a:after,.Header2_sign__efwvj a:hover:after{background-color:#fff;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:transform .3s;width:100%}.Header2_sign__efwvj a:after{transform:scaleX(0);transform-origin:left}.Header2_style__bSQK3{align-items:center;display:flex;gap:1rem;justify-content:space-between;width:60%}@media (max-width:768px){.Header2_headNav__xD6cM{background-color:#281567;border-radius:5px;box-shadow:0 2px 4px #0003;display:none;flex-direction:column;gap:1rem;padding:1rem;position:absolute;right:1rem;top:4rem;width:60%;z-index:1000}.Header2_headNav__xD6cM.Header2_active__aYUjz{display:flex}.Header2_menuButton__xKoK2{background:none;border:none;cursor:pointer;display:block;font-size:1.5rem;z-index:1001}.Header2_auth__4g\+vb{align-items:flex-start}.Header2_logoHead__3TJGj{width:15%}.Header2_navUl__C4CKr{flex-direction:column}.Header2_style__bSQK3{align-items:center;display:flex;flex-direction:row-reverse;gap:1rem;width:30%}}@media (max-width:680px){.Header2_style__bSQK3{width:40%}}@media (max-width:520px){.Header2_style__bSQK3{width:50%}}@media (max-width:410px){.Header2_style__bSQK3{width:70%}}@media (min-width:769px){.Header2_menuButton__xKoK2{display:none}.Header2_headNav__xD6cM{display:flex!important}}.About_colo__m-LZo{background-color:#281567;padding:0 0 4rem}.About_about__rLCow{color:#fff;font-size:1.8rem;font-weight:700;margin:10rem 0 16rem;text-align:center}.About_partner__ginMf{align-items:center;display:flex;gap:1rem;justify-content:center;margin:-14rem 0 2rem}.About_partPic__aPHCz{border-radius:1rem;width:22%}.About_about2__1uvrc{margin:4rem auto;width:90%}.About_desc__yTFJC{text-align:center}.About_head__TCthv{color:#281567;font-size:1.4rem;margin-bottom:2rem}.About_para__GEtCK{color:#848484}.About_bold__YiF7Z{color:#000;font-weight:700}.About_how__OWdd\+{align-items:center;display:flex;gap:1rem;margin:1rem 0}.About_step__q7coS{width:45%}.About_stek__aI6Ul{width:100%}.About_howStep__kNxPH{display:flex;flex-direction:column;gap:1.1rem;justify-content:space-between;width:45%}.About_stepby__ZF6bS{align-items:center;border:.1rem solid #848484;border-radius:.5rem;display:flex;gap:.4rem;padding:.8rem}.About_head1__JzdDc{color:#281567;font-size:1.2rem}.About_para2__p5bu1{color:#848484}.About_head2__7gF\+7{color:#281567;font-size:1.4rem}.About_headText__nXEFE{font-weight:700}.About_form__I3MiL{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;margin:1rem auto;width:70%}.About_name__TLG7K{display:flex;gap:1rem;justify-content:space-between;width:100%}.About_input__TEkEt{border-radius:.5rem;width:45%}.About_input1__kNRA7,.About_input__TEkEt{border:.1rem solid #000;outline:none;padding:.7rem 1rem}.About_input1__kNRA7{border-radius:.5rem;width:100%}.About_textare__oOO4e{border-radius:.4rem;padding:.7rem 1rem;width:100%}.About_send__Zs06Y{background-color:#281567;border:none;border-radius:.5rem;color:#fff;padding:.7rem 0;width:30%}@media (max-width:768px){.About_about__rLCow{font-size:1.3rem;margin:6rem 0 10rem}.About_para__GEtCK{font-size:.9rem}.About_partner__ginMf{gap:.5rem;margin:-7rem 0 1rem}.About_how__OWdd\+{flex-direction:column}.About_howStep__kNxPH,.About_step__q7coS{width:100%}.About_about2__1uvrc{width:95%}.About_form__I3MiL{width:100%}.About_name__TLG7K{flex-direction:column;gap:1rem}.About_input__TEkEt,.About_send__Zs06Y{width:100%}}@media (max-width:480px){.About_partner__ginMf{gap:.3rem;margin:-4rem 0 1rem}}.authentication_logoHead__OB3hp{align-items:center;background-color:#f8f9fa;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;gap:1px;justify-content:center;padding:10px 20px}.authentication_logoHead__OB3hp img{height:50px;object-fit:contain;width:150px}.authentication_logoHead__OB3hp h1{color:#333;font-family:Arial,sans-serif;font-size:24px;font-weight:700;margin:0;text-transform:uppercase}.authentication_welcome__aFgQq{text-align:center}.authentication_form__0\+3ZG{border:.1rem solid #000}.authentication_input__W5xlY{border-radius:1rem;padding:1rem;width:100%}.authentication_textInputs__ENtEs{display:flex;flex-direction:column;gap:.5rem}.authentication_dashboard__jIXWV{align-items:center;display:flex;justify-content:center;min-height:100vh;width:100%}.authentication_dashboardLogin__svzkJ{background-color:#e7e4e4;display:flex;height:100vh;justify-content:space-between;width:100%}.authentication_settings__TyXLZ{padding:5rem 3rem;width:50%}.authentication_login__vSQSF{border-radius:1rem;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;gap:1rem;padding:1rem}h4{margin:1rem 0 0}.authentication_register__ScYEe a{color:#000;text-align:center;text-decoration:none}.authentication_option__S4Y1e{gap:1rem;margin:1rem 0}.authentication_btn__MiFT1,.authentication_option__S4Y1e{display:flex;justify-content:center}.authentication_btnFeedback__xk3Dw{background-color:#000;border-radius:.5rem;color:#fff;cursor:pointer;margin:.5rem auto;padding:.8rem .9rem;transition:background-color .3s ease,color .3s ease;width:20%}.authentication_btnFeedback__xk3Dw:hover{background-color:#fff;color:#000}.authentication_field__sMD6y{border-radius:3rem}.authentication_loginImage__pjVBr{max-width:500px;width:50%}@media (max-width:1024px){.authentication_dashboardLogin__svzkJ{flex-direction:column;height:auto}.authentication_loginImage__pjVBr,.authentication_settings__TyXLZ{max-width:600px;width:80%}}@media (max-width:768px){.authentication_dashboard__jIXWV{min-height:100vh;padding:1rem}.authentication_dashboardLogin__svzkJ{flex-direction:column;height:auto}.authentication_loginImage__pjVBr,.authentication_settings__TyXLZ{width:100%}.authentication_settings__TyXLZ{padding:2rem}.authentication_button__JAUlJ{padding:.6rem;width:80%}.authentication_btnFeedback__xk3Dw{width:100%}.authentication_register__ScYEe{font-size:.8rem}}@media (max-width:480px){.authentication_settings__TyXLZ{padding:1rem}.authentication_button__JAUlJ{padding:.5rem;width:100%}.authentication_login__vSQSF,.authentication_textInputs__ENtEs{gap:1rem}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.authentication_navLi__Q\+L85 a{color:#000;font-weight:600;position:relative;text-decoration:none;transition:color .3s}.authentication_navLi__Q\+L85 a:hover{color:#363131}.authentication_navLi__Q\+L85 a:hover:after{transform:scaleX(1);transform-origin:left}.authentication_navLi__Q\+L85 a:after,.authentication_navLi__Q\+L85 a:hover:after{background-color:#363131;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:transform .3s;width:100%}.authentication_navLi__Q\+L85 a:after{transform:scaleX(0);transform-origin:left}.authentication_checkme__CwuSc{display:flex;gap:.5rem}.authentication_forgt__OHxao{align-items:center;display:flex;justify-content:space-between;list-style:none;width:100%}.authentication_logoHead__UgW97{align-items:center;background-color:#f8f9fa;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;gap:1px;justify-content:center;padding:10px 20px}.authentication_logoHead__UgW97 img{height:50px;object-fit:contain;width:150px}.authentication_logoHead__UgW97 h1{color:#333;font-family:Arial,sans-serif;font-size:24px;font-weight:700;margin:0;text-transform:uppercase}.authentication_sign__OfId6,.authentication_welcome__1iF27{text-align:center}.authentication_form__b80Ij{border:.1rem solid #000}.authentication_input__olW0J{border:.1rem solid #000;border-radius:.5rem;outline:none;padding:1rem;width:100%}.authentication_textInputs__XdB1b{display:flex;flex-direction:column;gap:.5rem}.authentication_dashboard__3q-ar{align-items:center;display:flex;justify-content:center;min-height:100vh;width:100%}.authentication_dashboardLogin__VM88O{background-color:#e7e4e4;display:flex;height:100vh;justify-content:space-between;width:100%}.authentication_settings__u-yAy{padding:5rem 3rem;width:50%}.authentication_login__NJc9l{gap:.5rem}.authentication_login1__RKlUQ,.authentication_login__NJc9l{border-radius:1rem;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;padding:1rem}.authentication_login1__RKlUQ{gap:2rem}.authentication_label__zrJq6{margin:1rem 0 .5rem}.authentication_register__AOBfc a{color:#000;text-align:center;text-decoration:none}.authentication_option1__LuGH5,.authentication_option__8VP8j{display:flex;gap:.3rem;justify-content:center}.authentication_option1__LuGH5{margin:1rem 0}.authentication_btn__woyJW{display:flex;justify-content:center}.authentication_btnFeedback__K8rmm{margin:1.5rem auto}.authentication_btnFeedback1__y7yRp,.authentication_btnFeedback__K8rmm{background-color:#281567;border-radius:2rem;color:#fff;cursor:pointer;padding:.8rem .9rem;transition:background-color .3s ease,color .3s ease;width:90%}.authentication_btnFeedback1__y7yRp{margin:3rem 0 1.5rem}.authentication_btnFeedback__K8rmm:hover{background-color:#fff;color:#000}.authentication_field__PfFZ0{border-radius:3rem}.authentication_loginImage__eKPOl{max-width:500px;width:50%}.authentication_socials__-Bn4Q{display:flex;gap:2rem;justify-content:center;margin:1rem 0}.authentication_social__oC0qD{border:.1rem solid #e9eaec;border-radius:1.7rem;padding:.6rem 2rem}.authentication_hrsign__Hj-Un,.authentication_social__oC0qD{align-items:center;display:flex;gap:1rem;justify-content:center}.authentication_hrsign__Hj-Un{width:100%}.authentication_horiz__U\+RAP{width:35%}.authentication_vest__XbQph{color:#8799af}@media (max-width:1024px){.authentication_dashboardLogin__VM88O{flex-direction:column;height:auto}.authentication_loginImage__eKPOl,.authentication_settings__u-yAy{max-width:600px;width:80%}}@media (max-width:768px){.authentication_dashboard__3q-ar{min-height:100vh;padding:1rem}.authentication_dashboardLogin__VM88O{flex-direction:column;height:auto}.authentication_loginImage__eKPOl,.authentication_settings__u-yAy{width:100%}.authentication_settings__u-yAy{padding:2rem}.authentication_button__aX0Tn{padding:.6rem;width:80%}.authentication_horiz__U\+RAP{width:20%}}@media (max-width:480px){.authentication_settings__u-yAy{padding:1rem}.authentication_button__aX0Tn{padding:.5rem;width:100%}.authentication_login__NJc9l,.authentication_textInputs__XdB1b{gap:1rem}}.student_dashSide__L4j8A{display:flex}.student_com__LpRzH{border:.1rem solid #000;border-radius:1rem;display:flex;flex-direction:column;gap:4rem;padding:.6rem}.student_tot__R0foL{gap:9rem}.student_card__UkMg-,.student_tot__R0foL{display:flex;justify-content:space-between}.student_side__anxId{transition:width .3s ease-in-out;width:20%}.student_home__x58wF{display:flex;flex-direction:column;transition:width .3s ease-in-out;width:80%}.student_content__tzVun{padding:1rem;width:100%}.student_stu__w8mPi{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.student_stu__w8mPi p{text-align:center}.student_act__D9s1u{white-space:nowrap}.student_stuact__V3QY6{display:flex;flex-direction:column;gap:1rem;justify-content:space-around;margin:.5rem 0}.student_stud__beVhw{align-items:center;display:flex;gap:1rem;justify-content:center;margin:1rem}.student_act__D9s1u{border:.1rem solid #000;border-radius:2rem;padding:.5rem 1rem}@media (max-width:1024px){.student_card__UkMg-{flex-direction:column;gap:.5rem}}@media (max-width:425px){.student_tot__R0foL{font-size:.8rem}.student_act__D9s1u{font-size:.7rem;padding:.5rem}}.sidebar_bar__pvFyU{background-color:#281567;display:flex;flex-direction:column;gap:2rem;height:100vh;left:0;padding:1rem;position:fixed;top:0;transition:transform .3s ease-in-out;width:300px;z-index:100}.sidebar_toggleButton__9BUFJ{background:#fff;border:none;cursor:pointer;display:none;font-size:1.5rem;left:15px;padding:.5rem;position:absolute;top:15px;z-index:200}.sidebar_lname__UeUyR{align-items:center;color:#fff;display:flex;gap:1rem}.sidebar_logos__BWmOF{aspect-ratio:1/1;border:2px solid #ccc;border-radius:50%;object-fit:cover;width:50px}.sidebar_sideHeader__395lk{display:flex;flex-direction:column;gap:1rem}.sidebar_navUl1__\+6bDx,.sidebar_navUl2__h6bc4{display:flex;flex-direction:column;gap:1rem;list-style:none}.sidebar_navLi__bCUWM a{align-items:center;color:#fff;display:flex;font-weight:600;gap:.5rem;padding:.6rem;text-decoration:none;transition:background .3s ease-in-out}.sidebar_navLi__bCUWM a.sidebar_active__YrKZL,.sidebar_navLi__bCUWM a:hover{background-color:#fff;border-radius:.7rem;color:#281567}.sidebar_navUl2__h6bc4 li{color:#fff;cursor:pointer;font-weight:700}.sidebar_navUl2__h6bc4 li:hover{background:#fff;border-radius:.7rem;color:#281567;padding:.6rem}@media (max-width:1482px){.sidebar_bar__pvFyU{align-items:center;width:20%}}@media (max-width:1219px){.sidebar_bar__pvFyU{align-items:center;width:20%}}@media (max-width:768px){.sidebar_bar__pvFyU{align-items:center;padding:.5rem;width:20%}.sidebar_logos__BWmOF{height:40px;width:40px}.sidebar_nameInf__XwYxJ{display:none}.sidebar_navUl1__\+6bDx,.sidebar_navUl2__h6bc4{align-items:center}.sidebar_navLi__bCUWM a span+span{display:none}.sidebar_navLi__bCUWM a{justify-content:center}}@media (max-width:480px){.sidebar_bar__pvFyU{gap:3rem;width:20%}.sidebar_navLi__bCUWM a{padding:.4rem}.sidebar_navLi__bCUWM a.sidebar_active__YrKZL{padding:.5rem}}@media (max-width:345px){.sidebar_bar__pvFyU{gap:3rem;width:20%}.sidebar_navLi__bCUWM a{padding:.4rem}.sidebar_navLi__bCUWM a.sidebar_active__YrKZL{padding:.5rem}}.adminheader_haeder__vtE0g{align-items:center;background-color:#fff;box-shadow:0 2px 5px #0000001a;display:flex;justify-content:space-between;padding:1rem;z-index:50}.adminheader_dashName__3oNEW{display:flex;flex-direction:column;gap:.4rem;justify-content:center}.adminheader_dashboard__4yEyr{font-size:1.3rem;font-weight:600}.adminheader_dashLogos__ldIu5{align-items:center;display:flex;justify-content:center;width:5%}.adminheader_person__Z2lL6{aspect-ratio:1/1;border:2px solid #ccc;border-radius:50%;object-fit:cover;width:100%}@media (max-width:1024px){.adminheader_dashName__3oNEW p{font-size:1rem}.adminheader_dashLogos__ldIu5{width:8%}}@media (max-width:768px){.adminheader_haeder__vtE0g{left:90px;padding:.5rem}.adminheader_dashLogos__ldIu5{width:10%}}@media (max-width:480px){.adminheader_dashLogos__ldIu5{width:15%}}*{max-width:100%}.dashboard_top__UIxCb{align-items:center;display:flex;gap:1rem;justify-content:space-between}.dashboard_resume__uyfLP{border:.3rem solid #281567;border-radius:.8rem;display:flex;flex-direction:column;gap:1.5rem;padding:1rem;width:70%}.dashboard_namResume__Fa3A0{align-items:center;border-bottom:.1rem solid #000;display:flex;justify-content:space-between;padding-bottom:1.5rem}.dashboard_syste__gq4RO{align-items:center;display:flex;gap:1rem}.dashboard_syst__5RaBZ{display:flex;flex-direction:column;gap:.5rem}.dashboard_black__9W3LX{font-weight:600}.dashboard_grey__wG0tS{color:#848484}.dashboard_videos__LGluq{background-color:#848484;border-radius:.5rem;padding:.5rem}.dashboard_watch__qP7IF{background-color:initial;border:none}.dashboard_numResume__Gfd4g{align-items:center;display:flex;justify-content:space-between}.dashboard_econ__WwEVD{display:flex;flex-direction:column;gap:.2rem}.dashboard_progress__es2zZ{align-items:center;display:flex;gap:1rem}.dashboard_leaders__\+iDPU{border-radius:.8rem;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;gap:.5rem;padding:.5rem 1rem;width:25%}.dashboard_leader__9BYkA{align-items:center;background-color:#d0cfd329;border:.1rem solid #848484;border-radius:.8rem;display:flex;justify-content:space-between;padding:.5rem}.dashboard_profileName__CctRF{align-items:center;display:flex;gap:1rem}.dashboard_name__PniWB{display:flex;flex-direction:column;gap:.5rem}.dashboard_hr__cyZps{background-color:#fcaf44;border:none;height:.6rem}.dashboard_video__aO\+nL{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);width:100%}.dashboard_vidImage__P9jn-{border-radius:1rem;height:50vh;width:100%}.dashboard_feature__9eN4J{border-radius:1rem;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;gap:.5rem;margin:1rem 0;padding:1rem}.dashboard_phTag__BmY1N{font-size:1.1rem;font-weight:700}.dashboard_trivDiv__VBRKB,.dashboard_triva__98aEh{display:flex;justify-content:space-between}.dashboard_trivDiv__VBRKB{border:.1rem solid #000;border-radius:1rem;margin:1rem 0;padding:1rem;width:24%}.dashboard_course__2zaNl{align-items:left;flex-direction:column;gap:1rem;justify-content:center}.dashboard_advertProgress__UniTq{align-items:center;display:flex;gap:1rem}.dashboard_advert__\+oruQ{border-radius:.8rem;width:70%}.dashboard_progressBar__u8geZ{border-radius:.8rem;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;gap:1rem;padding:1.5rem 1rem;width:25%}.dashboard_progressName__-6nC7{align-items:center;display:flex;justify-content:space-between}.dashboard_progressDate__hL7NY{border-radius:2rem;padding:.4rem}.dashboard_progressStat__pjomF{border-radius:.8rem}.dashboard_filter__zoloq{align-items:center;display:flex;justify-content:space-between}.dashboard_allCourse__shrfB{align-items:center;display:flex;gap:1rem}.dashboard_filter1__MQ4Og{background-color:#281567;border-radius:1rem;color:#fff;padding:.9rem 1.5rem}.dashboard_filter2__Q6oEv{background-color:#00000026;border:none;border-radius:.9rem;color:#281567;padding:.9rem 1rem}.dashboard_adverts__QlasF{border-radius:.8rem;width:100%}.dashboard_leaderWeek__Qik9D{display:flex;justify-content:space-between;margin:1rem 0}.dashboard_leadersScholarship__LAPLq{background-color:#d0cfd329;border:.1rem solid #848484;border-radius:.8rem;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;gap:.5rem;padding:.5rem 1rem}.dashboard_leaderScho__Jf91h{align-items:center;border-bottom:.1rem solid #848484;border-radius:.8rem;display:flex;justify-content:space-between;padding:.5rem}.dashboard_notiWeeks__YmTL4{display:flex;justify-content:right;margin:1rem 0}.dashboard_notiWeek__lV6AM{border-radius:2rem;padding:.4rem}.dashboard_lead__u7HDW{display:flex;flex-direction:column;gap:.5rem}.dashboard_leaderN__QJcHy{align-items:center;background-color:#d0cfd329;border:.1rem solid #848484;border-radius:.8rem;display:flex;justify-content:space-between;padding:.5rem}.dashboard_logs__\+x2ld{width:5%}.dashboard_h4__mzJo0{font-size:1.2rem;font-weight:600}.dashboard_imageText__raFS8{align-items:center;display:flex;gap:1rem;margin:1rem 0}.dashboard_texts__HP0nm{display:flex;gap:1rem}.dashboard_text1__kOv6i{background-color:#281567;border-radius:.5rem;color:#fff;padding:.5rem 1rem}.dashboard_text2__Ixh9x{border:.1rem solid #281567;border-radius:.5rem;color:#281567;padding:.5rem 1rem}.dashboard_labe__oNDGx{display:flex;flex-direction:column}.dashboard_lab__pRMPW{color:#281567;font-weight:600;margin:.5rem 0}.dashboard_input__DQq0H{border:.1rem solid #281567;border-radius:.5rem;color:#000;margin:.5rem 0;outline:none;padding:1rem}.dashboard_save__uOnLv{background-color:#281567;border:none;border-radius:.5rem;color:#fff;margin:1rem 0;padding:1rem}.dashboard_person__LlG4Q{aspect-ratio:1/1;border:2px solid #ccc;border-radius:50%;height:100px;object-fit:cover}.dashboard_profileInfo__Vxh86{align-items:center;display:flex;gap:1rem;margin:1rem 0}.dashboard_minimie__Xm0MV{font-weight:900}.dashboard_gender__y6MeG,.dashboard_minimie__Xm0MV{border-right:.1rem solid #000;font-size:1.2rem;padding:0 1rem 0 0}.dashboard_age__aI8Ek{font-size:1.2rem;font-weight:700}.dashboard_school__9BOjd{border-bottom:.1rem solid #281567;padding-bottom:.5rem}.dashboard_table-container__0rHJo{-webkit-overflow-scrolling:touch;border:1px solid #ddd;border-radius:8px;display:block;max-width:100%;overflow-x:auto;width:100%}table{border-collapse:collapse;min-width:900px;text-align:center;width:100%}thead th{background-color:#281567;color:#fff;font-weight:600;padding:.75rem 1rem}tbody td,thead th{white-space:nowrap}tbody td{border-bottom:1px solid #ddd;color:#281567;font-size:1rem;padding:1rem}tbody tr:nth-child(2n){background-color:#f9f9f9}tbody tr:hover{background-color:#f1f1f1}.dashboard_lea__G0m7L{background-color:#fcaf44;border-radius:2rem;display:inline-block;min-width:40px;padding:.5rem 1rem;text-align:center}.dashboard_stu__7HJSp{display:flex;justify-content:space-between;margin:1rem 0}.dashboard_act__2OXuJ{border:.1rem solid #000;border-radius:2rem;padding:.5rem 1.5rem}.dashboard_markBtn__E0uiz{display:flex;justify-content:space-between}.dashboard_mark1__sqGmD,.dashboard_mark__K1lck{background-color:#281567;border:none;border-radius:1rem;color:#fff;padding:1rem}.dashboard_mark1__sqGmD{align-items:center;display:flex;gap:.5rem}.dashboard_mark2__B-2Br{border:none;color:#fff;text-decoration:none}.dashboard_mark3__Z8T-F{background-color:#281567;border:none;border-radius:1rem;color:#fff;gap:.5rem;padding:1rem;text-align:center;width:100%}.dashboard_allInvest__80cNR{align-items:center;display:flex;justify-content:space-between}.dashboard_newInvest__dUQQ2{background-color:#fff;border:.1rem solid (40,21,103);border-radius:.6rem;color:rgb (40,21,103);padding:.8rem 2rem}.dashboard_newInvest__dUQQ2 a{color:#281567;text-decoration:none}.dashboard_content__ha5vT{transition:filter .3s ease-in-out}.dashboard_blur__gIfgo{filter:blur(4px);pointer-events:none}.dashboard_modal__uQoNZ{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.dashboard_modalContent__Fegcb{background:#fff;border-radius:8px;box-shadow:0 4px 8px #0003;padding:2rem;position:relative;width:400px}.dashboard_closeBtn__fdT10{background:none;border:none;cursor:pointer;font-size:18px;position:absolute;right:15px;top:10px}@media screen and (max-width:1024px){.dashboard_top__UIxCb{align-items:stretch;flex-direction:column}.dashboard_leaders__\+iDPU,.dashboard_resume__uyfLP{width:100%}.dashboard_triva__98aEh,.dashboard_video__aO\+nL{flex-wrap:wrap;gap:1rem}.dashboard_trivDiv__VBRKB{width:48%}.dashboard_table-container__0rHJo{overflow-x:auto}table{min-width:700px}.dashboard_act__2OXuJ{padding:.4rem 1.2rem}}@media screen and (max-width:768px){.dashboard_top__UIxCb,.dashboard_triva__98aEh,.dashboard_video__aO\+nL{align-items:center;flex-direction:column}.dashboard_numResume__Gfd4g,.dashboard_progress__es2zZ{align-items:flex-start;flex-direction:column}.dashboard_trivDiv__VBRKB{width:100%}.dashboard_advertProgress__UniTq{align-items:center;flex-direction:column}.dashboard_advert__\+oruQ,.dashboard_progressBar__u8geZ{width:100%}.dashboard_table-container__0rHJo{display:block;overflow-x:auto}table{min-width:700px}tbody td,thead th{padding:.5rem}.dashboard_lea__G0m7L{padding:.4rem .8rem}.dashboard_act__2OXuJ{padding:.4rem 1rem}.dashboard_stu__7HJSp{flex-direction:column;gap:.5rem}}@media screen and (max-width:480px){.dashboard_resume__uyfLP{padding:.5rem}.dashboard_leader__9BYkA,.dashboard_namResume__Fa3A0{align-items:flex-start;flex-direction:column}.dashboard_filter__zoloq{align-items:center;gap:.5rem}.dashboard_filter3__32LI0{width:20%}.dashboard_name__PniWB{font-size:.8rem}.dashboard_profileName__CctRF{width:70%}.dashboard_table-container__0rHJo{display:block;overflow-x:auto;width:100%}table{font-size:.8rem;min-width:600px}tbody td,thead th{padding:.4rem}.dashboard_lea__G0m7L{font-size:.8rem;padding:.4rem .8rem}.dashboard_act__2OXuJ{padding:.4rem 1rem}}.dashboard_top__fAqMB{align-items:center;display:flex;gap:1rem;justify-content:space-between}.dashboard_resume__iNX61{border:.3rem solid #281567;border-radius:.8rem;display:flex;flex-direction:column;gap:1.5rem;padding:1rem;width:70%}.dashboard_namResume__2tnnw{align-items:center;border-bottom:.1rem solid #000;display:flex;justify-content:space-between;padding-bottom:1.5rem}.dashboard_syste__fuDer{align-items:center;display:flex;gap:1rem}.dashboard_syst__cNWMA{display:flex;flex-direction:column;gap:.5rem}.dashboard_black__udByO{font-weight:600}.dashboard_grey__y0p7I{color:#848484}.dashboard_videos__v3ejT{background-color:#848484;border-radius:.5rem;padding:.5rem}.dashboard_watch__YBy9b{background-color:initial;border:none}.dashboard_numResume__NAkA6{align-items:center;display:flex;justify-content:space-between}.dashboard_econ__RlbGE{display:flex;flex-direction:column;gap:.2rem}.dashboard_progress__8yQ-c{align-items:center;display:flex;gap:1rem}.dashboard_leaders__u\+llA{border-radius:.8rem;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;gap:.5rem;padding:.5rem 1rem;width:25%}.dashboard_leader__KaCIy{align-items:center;background-color:#d0cfd329;border:.1rem solid #848484;border-radius:.8rem;display:flex;justify-content:space-between;padding:.5rem}.dashboard_profileName__qSS5A{align-items:center;display:flex;gap:1rem}.dashboard_name__y2NoJ{display:flex;flex-direction:column;gap:.5rem}.dashboard_hr__pCXBA{background-color:#fcaf44;border:none;height:.6rem}.dashboard_stu__8Lvyf{display:flex;justify-content:space-between;margin:1rem 0}.dashboard_act__OPfLq{border:.1rem solid #000;border-radius:2rem;padding:.5rem 1.5rem}.dashboard_video__FGSzn{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);width:100%}.dashboard_leftPro__ZSyRK,.dashboard_leftPror__PADoj{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.dashboard_leftPror__PADoj{padding:.5rem 0}.dashboard_rightPro__SUZKk,.dashboard_rightPror__-vEYH{align-items:center;display:flex;flex-direction:column}.dashboard_rightPror__-vEYH{gap:.5rem;justify-content:center}.dashboard_vidImage__DqqWB{border-radius:1rem;height:50vh;width:100%}.dashboard_markBtn__04f5d{display:flex;justify-content:space-between}.dashboard_mark1__z85Wd,.dashboard_mark__jw4n8{background-color:#281567;border:none;border-radius:1rem;color:#fff;padding:1rem}.dashboard_mark1__z85Wd{align-items:center;display:flex;gap:.5rem}.dashboard_mark2__7A75l{border:none;color:#fff;text-decoration:none}.dashboard_mark3__i0oRG{background-color:#281567;border:none;border-radius:1rem;color:#fff;gap:.5rem;padding:1rem;text-align:center;width:100%}.dashboard_feature__m007W{flex-direction:column}.dashboard_feature__m007W,.dashboard_featured__fQEhy{border-radius:1rem;box-shadow:0 2px 4px #0000001a;display:flex;gap:.5rem;margin:1rem 0;padding:1rem}.dashboard_featured__fQEhy{justify-content:space-between;width:48%}.dashboard_featu__Y8SGa{display:flex;justify-content:space-between}.dashboard_phTag__BZLSx{font-size:1.1rem;font-weight:700}.dashboard_trivDiv__PR072,.dashboard_triva__7Ga\+o{display:flex;justify-content:space-between}.dashboard_trivDiv__PR072{border:.1rem solid #000;border-radius:1rem;margin:1rem 0;padding:1rem;width:24%}.dashboard_courser__bLH3Z{align-items:left;display:flex;flex-direction:column;gap:2rem;justify-content:left}.dashboard_course__Lir9Z{gap:2rem;justify-content:center}.dashboard_course__Lir9Z,.dashboard_png__6vc0o{align-items:center;display:flex;flex-direction:column}.dashboard_pngc__Mg\+Tw{align-items:left;display:flex;flex-direction:column}.dashboard_advertProgress__8-DUx{align-items:center;display:flex;gap:1rem}.dashboard_advert__TUxkq{border-radius:.8rem;width:70%}.dashboard_advert1__TBQfJ{border-radius:.8rem;margin-top:2rem;width:100%}.dashboard_progressBar__BunaT{border-radius:.8rem;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;gap:1rem;padding:1.5rem 1rem;width:25%}.dashboard_progressName__aBUUJ{align-items:center;display:flex;justify-content:space-between}.dashboard_progressDate__YGSZo{border-radius:2rem;padding:.4rem}.dashboard_progressStat__Dxvmv{border-radius:.8rem}.dashboard_filter__Uh80G{align-items:center;display:flex;justify-content:space-between}.dashboard_allCourse__uYLxE{align-items:center;display:flex;gap:1rem}.dashboard_filter1__tctHI{background-color:#281567;border-radius:1rem;color:#fff;padding:.9rem 1.5rem}.dashboard_filter2__GEVLg{background-color:#00000026;border:none;border-radius:.9rem;color:#281567;padding:.9rem 1rem}.dashboard_adverts__lXnHw{border-radius:.8rem;width:100%}.dashboard_leaderWeek__I1MgW{display:flex;justify-content:space-between;margin:1rem 0}.dashboard_leadersScholarship__GmFYN{background-color:#d0cfd329;border:.1rem solid #848484;border-radius:.8rem;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;gap:.5rem;padding:.5rem 1rem}.dashboard_leaderScho__3xb01{align-items:center;border-bottom:.1rem solid #848484;border-radius:.8rem;display:flex;justify-content:space-between;padding:.5rem}.dashboard_notiWeeks__8x9zL{display:flex;justify-content:right;margin:1rem 0}.dashboard_notiWeek__k7VJU{border-radius:2rem;padding:.4rem}.dashboard_lead__q1kEP{display:flex;flex-direction:column;gap:.5rem}.dashboard_leaderN__dH88E{align-items:center;background-color:#d0cfd329;border:.1rem solid #848484;border-radius:.8rem;display:flex;justify-content:space-between;padding:.5rem}.dashboard_logs__J2teq{width:5%}.dashboard_h4__eoqGg{font-size:1.2rem;font-weight:600}.dashboard_imageText__3JNWP{align-items:center;display:flex;gap:1rem;margin:1rem 0}.dashboard_texts__JVlWN{display:flex;gap:1rem}.dashboard_text1__yafA5{background-color:#281567;border-radius:.5rem;color:#fff;padding:.5rem 1rem}.dashboard_text2__NF5UG{border:.1rem solid #281567;border-radius:.5rem;color:#281567;padding:.5rem 1rem}.dashboard_labe__JA4Zs{display:flex;flex-direction:column}.dashboard_lab__hF02Y{color:#281567;font-weight:600;margin:.5rem 0}.dashboard_input__D1Wlb{border:.1rem solid #281567;border-radius:.5rem;margin:.5rem 0;outline:none;padding:1rem}.dashboard_save__Gnuhp{background-color:#281567;border:none;border-radius:.5rem;color:#fff;margin:1rem 0;padding:1rem}.dashboard_person__1ZeVE{aspect-ratio:1/1;border:2px solid #ccc;border-radius:50%;height:100px;object-fit:cover}.dashboard_profileInfo__zDMtP{align-items:center;display:flex;gap:1rem;margin:1rem 0}.dashboard_minimie__2Bk0d{font-weight:900}.dashboard_gender__cAQIG,.dashboard_minimie__2Bk0d{border-right:.1rem solid #000;font-size:1.2rem;padding:0 1rem 0 0}.dashboard_age__xN8wL{font-size:1.2rem;font-weight:700}.dashboard_school__VLZfy{border-bottom:.1rem solid #281567;padding-bottom:.5rem}.dashboard_allInvest__nXxr5{align-items:center;display:flex;justify-content:space-between}.dashboard_newInvest__ZLDg9{background-color:#fff;border:.1rem solid (40,21,103);border-radius:.6rem;color:rgb (40,21,103);padding:.8rem 2rem}.dashboard_newInvest__ZLDg9 a{color:#281567;text-decoration:none}.dashboard_content__znOfp{transition:filter .3s ease-in-out}.dashboard_blur__dK7B8{filter:blur(4px);pointer-events:none}.dashboard_modal__S1AJB{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.dashboard_modalContent__2SyKb{background:#fff;border-radius:8px;box-shadow:0 4px 8px #0003;padding:2rem;position:relative;width:400px}.dashboard_closeBtn__nCS0E{background:none;border:none;cursor:pointer;font-size:18px;position:absolute;right:15px;top:10px}@media screen and (max-width:1024px){.dashboard_top__fAqMB{align-items:stretch;flex-direction:column}.dashboard_leaders__u\+llA,.dashboard_resume__iNX61{width:100%}.dashboard_triva__7Ga\+o,.dashboard_video__FGSzn{flex-wrap:wrap;gap:1rem}.dashboard_trivDiv__PR072{width:48%}}@media screen and (max-width:900px){.dashboard_feature__m007W,.dashboard_featured__fQEhy{width:100%}}@media screen and (max-width:768px){.dashboard_top__fAqMB,.dashboard_triva__7Ga\+o,.dashboard_video__FGSzn{align-items:center;flex-direction:column;grid-template-columns:1fr}.dashboard_numResume__NAkA6,.dashboard_progress__8yQ-c{align-items:flex-start;flex-direction:column}.dashboard_trivDiv__PR072{width:100%}.dashboard_advertProgress__8-DUx{align-items:center;flex-direction:column}.dashboard_advert__TUxkq,.dashboard_progressBar__BunaT{width:100%}}@media screen and (max-width:480px){.dashboard_resume__iNX61{padding:.5rem}.dashboard_leader__KaCIy,.dashboard_namResume__2tnnw{align-items:flex-start;flex-direction:column}.dashboard_filter__Uh80G{flex-direction:column;gap:.5rem}.dashboard_name__y2NoJ{font-size:.8rem}.dashboard_profileName__qSS5A{width:70%}}.student_dashSide__4gXep{display:flex}.student_side__t9Esd{width:20%}.student_home__-2kOY{display:flex;flex-direction:column;width:80%}.student_content__Nds2w{padding:1rem}.sidebar_bar__LxWjQ{background-color:#281567;display:flex;flex-direction:column;gap:2rem;height:100vh;left:0;padding:1rem;position:fixed;top:0;transition:transform .3s ease-in-out;width:300px;z-index:100}.sidebar_toggleButton__qNtFq{background:#fff;border:none;cursor:pointer;display:none;font-size:1.5rem;left:15px;padding:.5rem;position:absolute;top:15px;z-index:200}.sidebar_lname__jtUO8{align-items:center;color:#fff;display:flex;gap:1rem}.sidebar_logos__ZNzTp{aspect-ratio:1/1;border:2px solid #ccc;border-radius:50%;object-fit:cover;width:50px}.sidebar_sideHeader__oRBKH{display:flex;flex-direction:column;gap:1rem}.sidebar_navUl1__bwdAj,.sidebar_navUl2__kb2A2{display:flex;flex-direction:column;gap:1rem;list-style:none}.sidebar_navLi__Q5KWT a{align-items:center;color:#fff;display:flex;font-weight:600;gap:.5rem;padding:.6rem;text-decoration:none;transition:background .3s ease-in-out}.sidebar_navLi__Q5KWT a.sidebar_active__CBQV1,.sidebar_navLi__Q5KWT a:hover{background-color:#fff;border-radius:.7rem;color:#281567}.sidebar_navUl2__kb2A2 li{color:#fff;cursor:pointer;font-weight:700}.sidebar_navUl2__kb2A2 li:hover{background:#fff;border-radius:.7rem;color:#281567;padding:.6rem}@media (max-width:1482px){.sidebar_bar__LxWjQ{align-items:center;width:20%}}@media (max-width:1219px){.sidebar_bar__LxWjQ{align-items:center;width:20%}}@media (max-width:768px){.sidebar_bar__LxWjQ{padding:.5rem;width:20%}.sidebar_logos__ZNzTp{height:40px;width:40px}.sidebar_nameInf__zT-6Z{display:none}.sidebar_navUl1__bwdAj,.sidebar_navUl2__kb2A2{align-items:center}.sidebar_navLi__Q5KWT a span+span{display:none}.sidebar_navLi__Q5KWT a{justify-content:center}}@media (max-width:480px){.sidebar_bar__LxWjQ{gap:3rem;width:70px}.sidebar_navLi__Q5KWT a{padding:.4rem}.sidebar_navLi__Q5KWT a.sidebar_active__CBQV1{padding:.5rem}}*{box-sizing:border-box;margin:0;padding:0}.userheader_haeder__1iQ7\+{align-items:center;background-color:#fff;box-shadow:0 2px 5px #0000001a;display:flex;justify-content:space-between;padding:1rem;z-index:50}.userheader_dashName__jMOE8{display:flex;flex-direction:column;gap:.4rem;justify-content:center}.userheader_dashboard__3ps7L{font-size:1.3rem;font-weight:600}.userheader_dashLogos__dFMft{align-items:center;display:flex;justify-content:center;width:5%}.userheader_person__LEQDZ{aspect-ratio:1/1;border:2px solid #ccc;border-radius:50%;object-fit:cover;width:100%}@media (max-width:1024px){.userheader_dashName__jMOE8 p{font-size:1rem}.userheader_dashLogos__dFMft{width:8%}}@media (max-width:768px){.userheader_haeder__1iQ7\+{left:90px;padding:.5rem}.userheader_dashLogos__dFMft{width:10%}}@media (max-width:480px){.userheader_dashLogos__dFMft{width:15%}}.successful_success__lhZV3{box-shadow:0 4px 10px #0003;display:flex;flex-direction:column;justify-content:center;margin:10rem auto;padding:1rem;width:70%}.successful_successDiv__Ardck{margin:3rem 0 0}.successful_successDiv__Ardck,.successful_successDivs__QrhnU{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center}.successful_close__ARs1L{text-align:right}.successful_pay__FGNUN{font-size:1.6rem;font-weight:700}.successful_thank__pDf5J{color:#848484;font-size:.8rem;text-align:center}.successful_start__Xzv4y{background-color:#281567;border-radius:.5rem;color:#fff;padding:.5rem 1rem}@media (max-width:768px){.successful_success__lhZV3{width:100%}}.paystack_dashboard__-EADy{background-color:#e7e4e4;width:100%}.paystack_settings__QRt76{margin-top:3rem;padding:1rem;width:100%}.paystack_input__48Ft7{padding:.5rem 1rem;width:100%}.paystack_textInputs__doiVW{display:flex;flex-direction:column;gap:.5rem}.paystack_loginImage__DG8ls{width:50%}.paystack_register__AoC4p{text-align:center}.paystack_login__xzb-h{display:flex;flex-direction:column;gap:1rem}.paystack_start__p6hAe{background-color:#281567;border-radius:.5rem;color:#fff;padding:.5rem 1rem}.paystack_button__kC3Hf{border:.1rem solid;border-radius:1rem;margin:1rem auto;padding:.8rem;width:50%}.paystack_success__q9DiR{box-shadow:0 4px 10px #0003;display:flex;flex-direction:column;justify-content:center;margin:10rem auto;padding:1rem;width:70%}.paystack_successDiv__VT8mL{margin:3rem 0 0}.paystack_successDiv__VT8mL,.paystack_successDivs__JnMUb{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center}@media (max-width:768px){.paystack_dashboard__-EADy{flex-direction:column}.paystack_loginImage__DG8ls{width:100%}.paystack_settings__QRt76{margin-top:3.5rem;width:100%}.paystack_success__q9DiR{width:100%}}
/*# sourceMappingURL=main.4bdfb28d.css.map*/