: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:hsla(0,0%,100%,.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-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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{z-index:var(--toastify-z-index);-webkit-transform:translateZ(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:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.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{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.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{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--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-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Accordion_accordion__border__UKlNi{border:1px solid var(--brand-lighter)}.Accordion_accordion__actions__xzQcG{display:block;width:100%}.Accordion_accordion__text__js0he{line-height:19.2px;font-size:16px}.Accordion_accordion__title__56FH_{display:flex;flex-direction:column;width:100%}.Avatar_avatar__uxy_q{border-radius:100%;display:inline-grid;padding:3px;position:relative}.Avatar_avatar--has-border__RwgIu{box-shadow:0 0 0 2px var(--yellow)}.Avatar_avatar__actions__poWWu{bottom:0;position:absolute;right:0}.Certificates_certificateCard__le0y_{background:url(/images/card-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:var(--border-radius);cursor:pointer;height:clamp(15.625rem,13.021vw + 9.375rem,25rem);padding:30px;overflow:hidden;position:relative}.Certificates_certificateCard__wrapper__HpOF7{display:flex;flex-direction:column;gap:10px}.Certificates_certificateCard__info__aF_FZ{max-width:70%;margin:0 auto}.Certificates_certificateCard__container__9X6k3{align-items:start;display:flex;flex-direction:column;gap:clamp(.938rem,1.645vw + .526rem,2.5rem);height:100%;justify-content:end}.Certificates_certificateCard__container-logo__zYLaE{height:clamp(2.5rem,1.736vw + 1.667rem,3.75rem);width:clamp(6.063rem,3.646vw + 4.313rem,8.688rem)}.Certificates_certificateCard__notComplete__MlT9F{top:50%;left:50%;position:absolute;transform:translate(-50%,-50%)}.Certificates_certificateCard__notComplete__MlT9F.Certificates_notComplete__nb_wX{align-items:center;background:hsla(0,0%,100%,.9);display:flex;height:100%;justify-content:center;text-align:center;width:100%}.Logo_logo__5xyYV{position:relative}.Logo_logo__text__9pAAV{bottom:-11px;font-size:13px;position:absolute;right:-95px;text-align:center;text-transform:uppercase;width:140px}@media(width <= 1024px){.Logo_logo__text__9pAAV{display:none}}@media(width <= 768px){.Logo_logo__text__9pAAV{display:block}}.Modal_modal__content__YPQCr{background-color:var(--public-bg);border-radius:10px;display:flex;flex-direction:column;gap:20px;left:50%;padding:30px;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}@media only screen and (max-width:500px){.Modal_modal__content__YPQCr{padding:15px}}.Modal_modal__content__YPQCr.Modal_white__dLQx7{background-color:var(--white)}.Modal_modal__content-header__Cv7by{align-items:start;display:flex}.MyCareersCard_card__XNS3D{color:var(--text);cursor:pointer;width:calc(50% - 10px)}@media only screen and (max-width:600px){.MyCareersCard_card__XNS3D{width:100%}}.MyCareersCard_card__holder___ZVJS{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.MyCareersCard_card__chip__yHW_n{font-weight:600;color:var(--brand)}.MyCareersCard_card__image___nep3{-o-object-fit:cover;object-fit:cover;transition:scale .5s ease-in-out;width:100%;height:220px!important;min-width:100%}.MyCareersCard_card__image___nep3:hover{scale:1.1}.MyCareersCard_card__image-wrapper__F3nf6{align-items:center;display:flex;justify-content:center;overflow:hidden}.MyCareersCard_card__center__QLq9g{gap:10px;display:flex;flex-direction:column;align-items:flex-start}.MyCareersCard_card__progress__Ed2H_{border-top:1px solid var(--separator);padding-top:15px}.MyCareersCard_card__progress-title__LYmhj,.MyCareersCard_card__progress-title__LYmhj:hover{color:var(--text)}.Pagination_pagination__desktop__Ii17U{display:flex;justify-content:end;align-items:center;gap:40px}.Pagination_pagination__item__rnxYD.Pagination_bordered__RWctO+div{border-radius:100px}.Pagination_pagination__mobile__Tru_T{display:flex;flex-direction:column;gap:15px;max-width:100%}.Pagination_pagination__mobile-bar__a_0M5{align-items:center;display:flex;justify-content:space-between;gap:40px}.Pagination_pagination__select__otj5B{display:flex;gap:5px;flex-wrap:wrap;border-radius:100px}.Pagination_pagination__select__otj5B svg:first-child,.Pagination_pagination__select__otj5B svg:nth-child(2n){display:none}.Pagination_pagination__select__otj5B div,.Pagination_pagination__select__otj5B p{padding-top:11px!important;padding-bottom:11px!important;font-weight:400}.Pagination_pagination__list-item__wa_T1,.Pagination_pagination__select__otj5B li{padding:5px}.Pagination_pagination__list-item__wa_T1.Pagination_Mui-selected__fgg_I{background-color:#e0e0e0;font-weight:700}.Spinner_spinner__dYTEm{display:grid;height:100%;place-items:center;position:relative;width:100%;z-index:22}.Spinner_spinner__full__zE4Iq{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);height:100%;left:0;position:absolute;top:0;width:100%}.Spinner_spinner__small__udYmN{width:16px;height:16px}.Spinner_spinner__small__udYmN span{max-width:14px;max-height:14px}.Main_main__fn4Jh{height:100%;overflow-x:hidden;width:100%}.table_score__x567d tbody tr:first-child th:first-child,.table_score__x567d thead tr:first-child th:first-child{padding-left:40px}@media only screen and (max-width:500px){.table_score__x567d tbody tr:first-child th:first-child,.table_score__x567d thead tr:first-child th:first-child{padding-left:15px}}.table_score__x567d tbody tr td:first-child,.table_score__x567d thead tr td:first-child{padding-left:40px}@media only screen and (max-width:500px){.table_score__x567d tbody tr td:first-child,.table_score__x567d thead tr td:first-child{padding-left:15px}.table_score__label__0DHPs svg{width:20px;height:20px}}.TaskScoreCard_taskScoreCard__YCc0d{background-color:var(--brand-lighter);border-radius:var(--border-radius);padding:20px}.main_main__PRpGa{display:flex;flex-direction:column;gap:30px}.main_main__logo___g4K7{display:flex;gap:12px;align-items:center}.main_main__img__iaTRT{width:60px;height:60px;-o-object-fit:contain;object-fit:contain}@media only screen and (max-width:500px){.main_main__img__iaTRT path{width:40px;height:40px}}.main_main__title___y4FN{font-size:30px;font-weight:600;line-height:35.16px;text-align:left}@media only screen and (max-width:500px){.main_main__title___y4FN{font-size:24px}}.main_main__header__LJOuM{display:flex;justify-content:center;align-items:center;background-color:var(--white);padding:10px 0}.main_main__content__ZwCp6{max-width:1200px;margin:0 auto;padding:0 15px}.WidgetHeader_column__BhoAX{flex-wrap:wrap;gap:10px}.WidgetHeader_column__BhoAX,.WidgetHeader_row__t3tGm{display:flex;justify-content:space-between;width:100%;align-items:center}@media only screen and (max-width:500px){.WidgetHeader_row__t3tGm.WidgetHeader_course__jc10u{flex-direction:column;align-items:flex-start}}.WidgetHeader_title__Rzf_W{display:flex;flex-direction:column;align-items:start;gap:0;flex:1}@media only screen and (max-width:500px){.WidgetHeader_title__Rzf_W{gap:10px}}.WidgetHeader_go-back__Al0nG{display:flex;align-items:center;gap:10px}.WidgetHeader_lesson-name__DC3Cs{line-height:34px;max-width:-moz-max-content;max-width:max-content}@media only screen and (max-width:500px){.WidgetHeader_lesson-name__DC3Cs{max-width:100%;line-height:20px;margin-bottom:10px}}.complete-lesson-modal_complete-lesson-modal__inner__YhmVt{width:403px;left:0;right:0;margin:0 auto}.complete-lesson-modal_complete-lesson-modal__desc__mdyms{margin-bottom:28px;line-height:20px}.LessonAssignment_assignment__button__M4RML{width:220px;background-color:var(--brand-lighter);border-radius:50px}.LessonAssignment_assignment__error__4n_3E{color:var(--danger)}.LessonAssignment_assignment__input__fKYM9{width:100%;border:none}.LessonAssignment_assignment__box__0gfER{align-items:center;border-radius:15px;border:1px solid var(--separator);display:flex;gap:10px;justify-content:space-between;padding:10px}.LessonAssignment_assignment__box__0gfER fieldset{border:none}.LessonAssignment_assignment__area__wZmNq{resize:none;width:100%;background-color:transparent;border:none}.LessonAssignment_assignment__actions__HV_IJ{align-items:center;display:flex;gap:10px}.LessonAssignment_assignment__actions__HV_IJ.LessonAssignment_loading__ClhtM svg{margin-left:0!important}.LessonAssignment_assignment__actions__HV_IJ svg{margin-left:-10px}.LessonAssignment_assignment__modal__pfTT_{width:45%;left:0;right:0;margin:0 auto}.LessonAssignment_assignment__modal-inner__QrAIS{display:flex;flex-direction:column;gap:20px}.PlayList_playlist___IptJ .PlayList_MuiAccordionSummary-content___cO2Y{margin:0;border:1px solid red}.PlayList_playlist__option-inner__9w92F{display:flex;justify-content:space-between;align-items:center;width:100%}.PlayList_playlist__select__Ai4_O{width:100%}.PlayList_playlist__select__Ai4_O h4{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;font-size:16px}.PlayList_playlist__select-option__grCuD{padding:10px;max-width:292px}.PlayList_playlist__select-option__grCuD h4{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;max-width:230px;font-weight:400;font-size:16px}.PlayList_playlist__header__trb2w{align-items:start;border-bottom:1px solid var(--separator);display:flex;justify-content:space-between;padding:22px}.PlayList_playlist__header-info__ljgOT{display:flex;flex-direction:column;gap:5px}.PlayList_playlist__module-wrapper__k944I{width:100%;padding:20px 16px;position:relative}.PlayList_playlist__modules__A_naU{padding:20px;overflow-x:auto;display:flex;gap:20px;width:-moz-max-content;width:max-content}.PlayList_playlist__module-btn__oxI1q{padding:12px 24px;text-transform:lowercase}.PlayList_playlist__module-btn__oxI1q.PlayList_notActive__3SB7J{background-color:#efeef9;border:1px solid transparent}.PlayList_playlist__lesson-circle__l3vih{width:15px;height:15px;border-radius:50%;border:1px solid #dbdbe4}.PlayList_playlist__content-actions__hLeVu{display:flex;gap:4px;justify-content:space-between;width:100%}.PlayList_playlist__content-actions-info__IKAj6{align-items:center;display:flex;gap:4px}.PlayList_playlist__actions__A6gWg{display:flex;gap:8px;align-items:center}.PlayList_playlist__lesson-archive__m6v1O{font-size:12px}.PlayList_playlist__child-box__F2Iej{display:flex;flex-direction:column}.PlayList_playlist__child-box__F2Iej hr{display:none}.PlayList_playlist__child-separator__g8yqW{background-color:var(--text-secondary);border-radius:50%;display:inline-block;height:4px;width:4px}.PlayList_playlist__child-list__UOZMP{align-items:center;display:flex;gap:10px;border-radius:15px;padding:16px;cursor:pointer}.PlayList_playlist__child-list__UOZMP.PlayList_active__bF2v1{background-color:var(--brand-secondary);position:relative}.PlayList_playlist__child-list-info__3M_TN{align-items:center;display:flex;gap:5px}.EditedBox_note-box__2nHSq{background-color:var(--brand-lighter);border-radius:15px;padding:20px;display:flex;align-items:center;justify-content:space-between}.EditedBox_note-box__icon-block__yFecW{border-right:1px solid var(--separator);padding-right:10px}.EditedBox_note-box__icon__pFEO_{height:48px;width:48px;background-color:var(--brand-secondary-hover);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--brand);padding-right:10px}.EditedBox_note-box__header__moLVR{display:flex;align-items:center;gap:10px}.NoteBox_note-box__9_YCU{border-radius:15px;border:1px solid var(--separator);padding:20px;display:flex;flex-direction:column;gap:10px}.NoteBox_note-box__chip__mcQn6{cursor:pointer}.NoteBox_note-box__header__FV_kS{display:flex;align-items:center;justify-content:space-between}.NoteBox_note-box__button__odox_{text-transform:none}.NoteBox_note-box__actions__qGnIr{display:flex;align-items:center;gap:5px}.NoteBox_note-box__info__tzZiU{display:flex;align-items:center;gap:10px}.NoteBox_note-box__modal__SDWmK{width:35%;left:0;right:0;margin:auto}.NoteBox_note-box__modal-inner__ky6OY{display:flex;align-items:center;gap:10px}.LessonNotes_notes___BSCI,.LessonNotes_notes__list__MB_YL{display:flex;flex-direction:column;gap:20px}.StatusBox_status-box__pending__CqhZX{display:flex;align-items:center;gap:11px;padding:22px 30px;border-radius:15px;background-color:var(--yellow-light)}.StatusBox_status-box__approved__WQapX{padding:22px 30px;border-radius:15px;background-color:var(--green-light)}.StatusBox_status-box__rejected__t9Lwi{padding:22px 30px;border-radius:15px;background-color:var(--red-light)}.voice-visual_voice-visual__container__qTjMT{position:relative;width:100%;max-width:330px;height:79px;background-color:var(--white);border-radius:16px;padding:8px}.voice-visual_voice-visual__times-wrap___v85_{position:absolute;bottom:7px;left:81px;display:flex}.voice-visual_voice-visual__duration-slice__60EvT:before{content:'"/"';margin:0 3px}.SubjectBox_subject-box__GHuoI{border-radius:15px;background-color:var(--brand-lighter);padding:30px;display:flex;flex-direction:column;gap:20px}.SubjectBox_subject-box__subtitle__TKQRX{font-weight:400;font-size:14px;line-height:19.6px;letter-spacing:0;color:#5f6662}.SubjectBox_subject-box__text__ZsvgM{font-weight:400;font-size:16px;line-height:22.4px;letter-spacing:0}.SubjectBox_subject-box__bottom__DrxMs{display:flex;justify-content:flex-end;align-items:center;gap:12px}@media only screen and (max-width:500px){.SubjectBox_subject-box__bottom__DrxMs{gap:6px}.SubjectBox_subject-box__bottom__DrxMs .SubjectBox_subject-box__score-title__iNFry{font-weight:400;font-size:14px}}.SubjectBox_subject-box__holder__uXIda{display:flex;flex-direction:column;gap:5px;margin-bottom:20px}.SubjectBox_subject-box__score__JLwET{font-weight:700;font-size:18px;line-height:20.7px;letter-spacing:0;display:flex;align-items:center}@media only screen and (max-width:500px){.SubjectBox_subject-box__score__JLwET{font-size:14px}}.SubjectBox_subject-box__top__zUs_K{display:flex;flex-direction:column;gap:8px}.SubjectBox_subject-box__files__KPt0C{display:flex;gap:10px}.SubjectBox_subject-box__header__zy7U3{display:flex;justify-content:space-between;align-items:start}.SubjectBox_subject-box__file-boxes__8wHyD{width:100%;display:flex;flex-wrap:wrap;gap:10px}.SubjectBox_subject-box__file-box__gEpA_{border-radius:50px;border:1px solid var(--brand);padding:15px 20px;display:flex;align-items:center;gap:8px;cursor:pointer}.SubjectBox_subject-box__file-box__gEpA_ svg:first-child{fill:var(--brand)}.SubjectBox_subject-box__file-box__gEpA_ svg:last-child path{stroke:var(--brand)}.SubjectBox_subject-box__file-box__gEpA_.SubjectBox_rejected__eKKAl{border-color:var(--badge);color:var(--badge)}.SubjectBox_subject-box__file-box__gEpA_.SubjectBox_rejected__eKKAl svg:first-child{fill:var(--badge)}.SubjectBox_subject-box__file-box__gEpA_.SubjectBox_rejected__eKKAl svg:last-child path{stroke:var(--badge)}.SubjectBox_subject-status__U496X{border-radius:15px;padding:30px;background-color:var(--rejected);display:flex;flex-direction:column;gap:5px}@media only screen and (max-width:500px){.SubjectBox_subject-status__U496X{padding:20px}}.SubjectBox_subject-status__U496X.SubjectBox_accepted__HJJ5u{background-color:var(--success)}.SubjectBox_subject-status__top__obYZE{display:flex;justify-content:space-between;align-items:flex-start}@media only screen and (max-width:500px){.SubjectBox_subject-status__top-holder__4lP0H{display:flex;justify-content:space-between;width:100%}.SubjectBox_subject-status__top__obYZE.SubjectBox_accepted__HJJ5u{flex-direction:column-reverse;gap:20px}}.SubjectBox_subject-status__title__AcD8v{font-size:20px;font-weight:600;color:var(--text)}.SubjectBox_subject-status__status__1vavB{font-size:14px;font-weight:600;color:var(--badge)}.SubjectBox_subject-status__status__1vavB.SubjectBox_accepted__HJJ5u{color:var(--green)}.SubjectBox_subject-status__bottom__QSq9H{display:flex;justify-content:flex-end}.SubjectBox_subject-status__bottom__QSq9H h6{font-size:14px}.edit-box_edit-box__iaOMY{background-color:var(--brand-lighter);border-radius:15px;padding:20px;display:flex;align-items:center;justify-content:space-between}.edit-box_edit-box__icon-block__Cu2MX{border-right:1px solid var(--separator);padding-right:10px}.edit-box_edit-box__icon__jmt5U{height:48px;width:48px;background-color:var(--brand-secondary-hover);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--brand)}.edit-box_edit-box__header__C2zWt{display:flex;align-items:center;gap:10px}.tus-upload_upload-file__wU1yk{border-radius:50px;border:1px solid var(--brand);padding:15px 20px;display:flex;align-items:center;gap:8px;cursor:pointer}.tus-upload_upload-file__wU1yk svg{fill:var(--brand)}.text-area_inbox__po_LN{align-items:center;border-radius:15px;border:1px solid var(--separator);display:flex;gap:10px;justify-content:space-between;padding:10px}.text-area_inbox__po_LN fieldset{border:none}.text-area_inbox__po_LN input{padding-left:0}.text-area_inbox__file-upload__sEBb_{align-items:center;background-color:var(--brand-secondary);border-radius:15px;color:var(--brand);cursor:pointer;display:flex;padding:14px;transition:all .3s ease}.text-area_inbox__file-upload__sEBb_ svg{margin-left:0!important}.text-area_inbox__file-upload__sEBb_:hover{background-color:var(--brand-secondary-hover)}.text-area_inbox__actions__hV4v_{align-items:center;display:flex;gap:20px}.text-area_inbox__actions__hV4v_.text-area_loading__cvgT2 svg{margin-left:0!important}.text-area_inbox__actions__hV4v_ svg{margin-left:-10px}.text-area_inbox__timer-wrapper__oZK8b{padding-right:10px;border-right:1px solid var(--separator)}.text-area_inbox__submit__6ZWZC:disabled{opacity:.4}.text-area_inbox__input__fm2YX{width:100%}.text-area_files__FU8il{border-top:1px solid var(--border-color);padding-top:20px}.text-area_files__title__iIxXo{margin-bottom:20px}.text-area_files__wrapper__67gw3{display:flex;gap:10px;flex-wrap:wrap}.text-area_files__inner__chkLK{background-color:var(--brand-lighter);padding:20px;border-radius:15px}.LessonSubject_tasks__5indX,.LessonVideo_lesson-video__Iw3di,.lessonThemes_theme__S5QRv{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:1100px){.LessonVideo_lesson-video__Iw3di{padding-bottom:50px}}.LessonVideo_lesson-video__top__02b3K{padding:0 15px}.LessonVideo_lesson-video__header__v9K7p{display:flex;flex-direction:column;margin-bottom:20px}.LessonVideo_lesson-video__header-back__zulAi{display:flex;align-items:start;justify-content:start}.LessonVideo_lesson-video__header-actions___81nk{width:100%;display:flex;flex-direction:row;align-items:center;gap:10px}.LessonVideo_lesson-video__video__O9pdN{height:580px;width:100%;border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.LessonVideo_lesson-video__video__O9pdN.LessonVideo_no-video__eIPSo{max-height:240px;background-color:var(--white)}@media only screen and (max-width:500px){.LessonVideo_lesson-video__video__O9pdN{height:300px}}.LessonVideo_lesson-video__loader__DJW0Z{width:100%;height:100%;overflow:hidden;position:absolute;background-color:var(--black);display:flex;justify-content:center;align-items:center}.LessonVideo_lesson-video__tabs-header__DJDyw{padding:0 15px}.LessonVideo_lesson-video__save-button__Y0Mdo{background-color:var(--brand-secondary)}.LessonVideo_lesson-video__playlist-button__uP9Xl{width:180px}.LessonVideo_lesson-video__tabs-body__ORatB{background-color:var(--white);border-radius:var(--border-radius);padding:clamp(1.25rem,.654vw + 1.091rem,1.875rem)}.LessonVideo_lesson-video__tab__fPsoq{padding:20px 0;border-bottom:1px solid var(--separator)}.LessonVideo_lesson-video__tab__fPsoq svg{fill:var(--brand)}.LessonVideo_lesson-video__playlist__6f8zC{width:300px}.LessonVideo_lesson-video__playlist-box__O0wFd{max-height:580px;width:325px;background-color:var(--white);border-radius:var(--border-radius);overflow-y:auto}@media only screen and (max-width:500px){.LessonVideo_lesson-video__playlist-box__O0wFd{max-height:300px}}.LessonVideo_lesson-video__content__aBVzh{display:flex;align-items:start;gap:20px}.LessonVideo_lesson-video__tabs-panel__s6Mfy{padding:0}.LessonVideo_lesson-video__tabs-icon__6QlBJ{flex-shrink:1}.results_results__gxh23{padding:0 15px}.results_results__top__D964P{padding:30px;border-radius:20px;background-color:var(--white);display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.results_results__card__mBAxR{border-radius:15px;padding:22px;background-color:var(--brand-lighter)}.results_results__subtitle__4G3Fn{font-size:22px;font-weight:600}.results_results__subtitle__4G3Fn.results_bottom__trxpW{margin-bottom:20px}.results_results__wrapper__xJyAT{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media only screen and (max-width:968px){.results_results__wrapper__xJyAT{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:576px){.results_results__wrapper__xJyAT{grid-template-columns:1fr}}.results_results__main-info__4xsYI{font-size:26px;font-weight:600}.results_results__title__cf52I{font-size:16px;font-weight:600;color:var(--brand)}.results_results__title__cf52I.results_info__af6Fw{margin-bottom:5px}.results_results__bottom__ODChb{padding:30px;border-radius:20px;background-color:var(--white)}@media only screen and (max-width:576px){.results_results__bottom__ODChb{padding:15px}}.results_results__th__W_Hgk{font-size:14px}.results_results__table__PhIbq{border:1px solid var(--brand-lighter);border-collapse:collapse;border-radius:15px;overflow:hidden}.results_results__table-content__z_y5t{font-size:16px;font-weight:400}.results_results__modules__g0bAp{display:flex;flex-direction:column;gap:10px}.results_results__status__lqUdw{padding:11px 20px;font-size:14px;font-weight:400;background-color:#80d5ff;border-radius:100px;width:-moz-max-content;width:max-content}@media only screen and (max-width:576px){.results_results__status__lqUdw{padding:5px 10px}}.results_results__status__lqUdw.results_rejected__J9t2X{background-color:var(--yellow)}.results_results__status__lqUdw.results_accepted__f5gjH{background-color:var(--green)}.results_results__status__lqUdw.results_disallowed__0LI1l{background-color:var(--badge)}.results_results__cell__dtk6X{display:grid;grid-template-columns:1fr 1fr;align-items:center;border:1px solid var(--brand-lighter);padding:20px 40px}@media only screen and (max-width:576px){.results_results__cell__dtk6X{padding:10px 20px}}.Button_detailButton__button__4NpRw{background:var(--brand)}.Button_detailButton__menu__jCwvc{margin-top:5px}.Button_detailButton__menu-item__ZAfuM{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);padding:5px 10px;width:140px;background-color:var(--white)}.Button_detailButton__menu-button__QdG_C,.Button_detailButton__menu-button__QdG_C:active,.Button_detailButton__menu-button__QdG_C:hover{background-color:transparent}.Button_detailButton__container__zs2_O{display:flex;gap:10px}.DetailPage_detail__Nmw_X{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:1200px){.DetailPage_detail__Nmw_X{padding:0 15px}}.DetailPage_detail__certificate__KMJoe{padding:30px;background-color:var(--white);border-radius:var(--border-radius);display:flex;justify-content:center;align-items:center}@media only screen and (max-width:500px){.DetailPage_detail__certificate__KMJoe{padding:15px}}.DetailPage_detail__image__6xge5{width:100%;height:100%;max-height:700px;-o-object-fit:contain;object-fit:contain}.MyCertificates_my-certificates__K1wGs{padding:30px;background-color:var(--white);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:20px}.MyCertificates_my-certificates__title__oeQ0H{text-align:center}.MyCertificates_my-certificates__cards__ghCKh{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.625rem,.658vw + .461rem,1.25rem)}@media only screen and (max-width:712px){.MyCertificates_my-certificates__cards__ghCKh{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:500px){.MyCertificates_my-certificates__cards__ghCKh{grid-template-columns:1fr}}.NotificationItem_item__mK0T0{align-items:center;border-radius:15px;border:1px solid var(--separator);color:var(--text);display:flex;gap:10px;justify-content:space-between;padding:20px;transition:all .3s ease;cursor:pointer;position:relative}.NotificationItem_item__mK0T0.NotificationItem_not-read__K_WGc{border:1px solid var(--brand)}.NotificationItem_item__wrapper__hef1Y{display:flex;flex-direction:row;align-items:center;gap:10px}.NotificationItem_item__content__i5UbA{display:flex;flex-direction:column;gap:6px}.NotificationItem_item__mK0T0:hover{border:1px solid var(--brand-light)}.NotificationItem_item__avatar__gZF_3{height:56px;border-radius:50%;background-color:var(--brand-secondary);display:flex;align-items:center;justify-content:center}.NotificationItem_item__badge__i1kR_{background-color:var(--badge);border-radius:50%;height:10px;width:10px}.NotificationItem_item__date__JqjKl{color:var(--brand)}.NotificationItem_item__title___8F4n{color:var(--text)}.Notifications_notifications__dSd5w{display:flex;flex-direction:column;gap:20px;background-color:var(--white);padding:20px;box-sizing:border-box;border-radius:20px}@media(max-width:1140px){.Notifications_notifications__dSd5w{padding:15px 15px 40px}}.Notifications_notifications__dSd5w fieldset{border-radius:100px}.Notifications_notifications__item__av6hy{padding:5px}.Notifications_notifications__data___7h5h{display:flex;justify-content:center}.Notifications_notifications__list__egt49{display:flex;flex-direction:column;gap:10px}.Notifications_notifications__pagination__bGcYK{display:flex;justify-content:end;width:100%}.Accordion_accordion__QWDpg{display:flex;flex-direction:column;gap:40px}@media only screen and (max-width:720px){.Accordion_accordion__QWDpg{padding-bottom:50px}}.Accordion_accordion__table__fYg_X tr:first-child th{padding:40px}.Accordion_accordion__module__4vqDq{display:flex;gap:5px;align-items:center}.Accordion_accordion__module__4vqDq h4{font-weight:600;font-size:18px;line-height:100%;letter-spacing:0}.Accordion_accordion__lesson___u8Ay{display:flex;align-items:center;gap:10px}@media only screen and (max-width:500px){.Accordion_accordion__lesson___u8Ay{font-size:14px}}.Accordion_accordion__holder__g9A0G{display:flex;flex-direction:column;gap:20px}.Accordion_accordion__chip__SxBGT{margin-top:10px}.Accordion_accordion__subtitle__qNG7t{font-size:16px}.Accordion_accordion__title__MvTc_{font-weight:600;font-size:26px;line-height:30.47px;letter-spacing:0}.Accordion_accordion__wrapper__ppI2y{padding:30px;background-color:var(--white);border-radius:20px}.Accordion_accordion__content__dXQhO{display:flex;flex-direction:column;gap:20px}.Accordion_accordion__content-item__y8r0K{display:flex;flex-direction:column;gap:10px}@media only screen and (max-width:500px){.Accordion_accordion__status__3EXMz{font-size:14px!important}}.Accordion_accordion__row__I_vzw{cursor:pointer}.Accordion_accordion__row--is-deleted__Oc4qc{cursor:not-allowed}.MyScore_myscore___UJNO{display:flex;flex-direction:column;gap:20px;position:relative}@media only screen and (max-width:720px){.MyScore_myscore___UJNO{padding:0 15px}}.student-courses_student-courses__SBQk_{max-width:790px;width:100%;margin:0 auto}.student-courses_student-courses__score__AWJZW{font-weight:500;font-size:16px;line-height:100%;letter-spacing:0;color:var(--brand);margin-top:-10px;margin-bottom:24px}.student-courses_student-courses__courses__fBxwh{display:grid;grid-template-columns:.05fr 1fr .05fr}.student-courses_student-courses__header__bCTUN{font-weight:500;font-size:16px;line-height:100%;letter-spacing:0;color:rgba(0,0,0,.502)}.student-courses_student-courses__content___CIFB{font-weight:400;font-size:16px;line-height:100%;letter-spacing:0}.student-courses_student-courses__wrapper__NfmKQ{display:flex;flex-direction:column;gap:24px;padding-top:20px;margin-top:12px;border-top:1px solid #ececec}.Rating_rating__o0hEX{background-color:var(--white);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:20px;overflow:hidden;padding:clamp(.625rem,3.472vw - 1.042rem,3.125rem);position:relative}@media only screen and (max-width:980px){.Rating_rating__o0hEX{padding-bottom:50px}}.Rating_rating__course-wrapper__As_2u{display:flex;flex-direction:column;gap:4px;justify-content:center;align-items:center}.Rating_rating__course-wrapper__As_2u span{cursor:pointer}@media only screen and (max-width:500px){.Rating_rating__course-wrapper__As_2u span{padding:10px 15px}}.Rating_rating__course-wrapper__As_2u div{max-width:-moz-max-content!important;max-width:max-content!important}.Rating_rating__o0hEX .Rating_MuiSelect-select___XtE4{border-radius:20px}.Rating_rating__list-item__ITt5F{padding:5px}.Rating_rating__list-item__ITt5F.Rating_Mui-selected__RAc0O{border-radius:10px}.Rating_rating__select__NImPA{display:flex;gap:5px;flex-wrap:wrap;border-radius:100px}.Rating_rating__select__NImPA svg:first-child,.Rating_rating__select__NImPA svg:nth-child(2n){display:none}.Rating_rating__select__NImPA div,.Rating_rating__select__NImPA p{padding-top:11px!important;padding-bottom:11px!important;font-weight:400}.Rating_rating__select__NImPA li{padding:5px}.Rating_rating__list-item__ITt5F{padding:10px}.Rating_rating__list-item__ITt5F.Rating_Mui-selected__RAc0O{background-color:#e0e0e0;font-weight:700;border-radius:15px}.Rating_rating__list-item__ITt5F.Rating_my-course__5on4f{background-color:rgba(140,129,242,.102);color:var(--brand)}.Rating_rating__table-row__wYZ1D{background:var(--brand)}@media only screen and (max-width:500px){.Rating_rating__table-cell__uudvx{width:100px;font-size:14px}}.Rating_rating__table-cell--white__Frsvg{color:var(--white)}.TaskScore_taskScore__ywiqp{display:grid;gap:clamp(.625rem,2.604vw - .625rem,2.5rem)}.TaskScore_taskScore__top__uhY_j{background-color:var(--white);border-radius:var(--border-radius);display:grid;gap:20px;padding:30px}.TaskScore_taskScore__top-cards__Kicby{display:grid;gap:clamp(.5rem,.784vw + .309rem,1.25rem);grid-template-columns:repeat(auto-fit,minmax(clamp(8.125rem,11.111vw + 5.417rem,18.75rem),1fr))}.TaskScore_taskScore__botton__FdiYj{background-color:var(--white);border-radius:var(--border-radius);display:grid;gap:20px;padding:30px}.DetailPage_detail__2GuFC{display:flex;flex-direction:column;gap:20px;background-color:var(--white);padding:30px;border-radius:20px;margin-top:20px}@media only screen and (max-width:500px){.DetailPage_detail__2GuFC{padding:15px}}.DetailPage_detail__wrapper__kPg_t{display:flex;flex-direction:row;justify-content:space-between}.DetailPage_detail__wrapper__kPg_t path{fill:var(--brand)}@media only screen and (max-width:600px){.DetailPage_detail__wrapper__kPg_t{flex-direction:column;gap:15px}}.DetailPage_detail__date__czow8{display:flex;gap:20px}.DetailPage_detail__date-info___k1fI{display:flex;align-items:center;gap:8px}@media screen and (width <= 768px){.DetailPage_detail__img_block__ApurC{height:100%;width:100%}}.DetailPage_detail__img__n7Qho{max-width:320px;min-width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.DetailPage_detail__text__Ys0zO{flex-grow:0}.DetailPage_detail__list__1htca{display:flex;flex-direction:column;gap:14px}.DetailPage_detail__list_item__JNkAX{display:flex;align-items:center;gap:10px}.DetailPage_detail__content__qL7SK{align-items:start;display:flex;gap:30px}@media screen and (width <= 768px){.DetailPage_detail__content__qL7SK{display:grid;gap:20px;grid-template-columns:1fr}}.DetailPage_detail__content-block__QkUSs{display:flex;flex-direction:column;gap:20px}.DetailPage_detail__content-list__PiBNw{display:flex;flex-direction:column;gap:14px}.DetailPage_detail__title__KUpJX{max-width:60%}@media only screen and (max-width:600px){.DetailPage_detail__title__KUpJX{max-width:100%}}.DetailPage_detail__info-block__p65me{display:flex;flex-direction:column;gap:14px}.DetailPage_detail-holder__OZcZj{padding:0 15px}.confirmation_confirmation-modal__dwnKI{max-width:500px;width:100%;margin:auto}.confirmation_confirmation-modal__title__whajM{font-size:18px;font-weight:400;line-height:22px;text-align:left;margin-bottom:20px}.confirmation_confirmation-modal__title__whajM span{display:block;font-weight:500;margin-top:6px}.confirmation_confirmation-modal__chip__MGRQq{cursor:pointer;height:25px;padding:10px!important}.confirmation_confirmation-modal__button__3_Pzo{margin-top:20px}.Form_form__sKpNo{align-content:center;display:grid;gap:20px}.Form_form__wrapper__PO9V_{display:flex;gap:10px;align-items:center}.Form_form__type__5_Vnh{font-size:16px;font-weight:500;line-height:24px;text-align:left}@media only screen and (max-width:500px){.Form_form__type__5_Vnh{font-size:14px}}.Form_form__submit__cSeiO{display:grid}.Form_form__submit--has-gap__lcevy{gap:20px}.Form_form__offer-text__jMpS0{color:var(--text);font-size:12px}.Form_form__login__o0w2o{align-items:center;display:flex;grid-template-columns:auto auto;justify-content:space-evenly}.Form_form__login-link__D029N{font-size:14px}@media only screen and (width <= 600px){.Form_form__login-link__D029N{text-align:center}}.register_register__IfHS7{background-color:var(--brand);background-image:url(/public_bg.png);background-origin:border-box;background-position:50%;background-repeat:no-repeat;background-size:cover;display:grid;height:100%;place-items:center;width:100%;overflow-y:auto;padding:40px 0}@media only screen and (width <= 768px){.register_register__IfHS7{padding:0}}.banner_banner__Adq4H{display:flex;justify-content:center;gap:40px;align-items:center;padding:0;background-color:var(--yellow);max-height:0;height:0;overflow:hidden;transition:all 2s ease}.banner_banner__Adq4H.banner_visible__8sm_9{height:auto;max-height:100px;padding:10px 40px}.User_user__log-out__eV5G0{color:#ff5630;padding:10px;border-radius:8px;font-size:16px;font-weight:700}.User_user__menu__GLk7G{padding:10px;border-radius:8px;margin-bottom:6px;font-size:16px}.User_user__menu-item__zR7sA{align-items:center;display:grid;gap:15px;grid-template-columns:24px 1fr}.User_user__profile__KF7fW{padding-bottom:15px;margin-bottom:12px;border-bottom:1px dashed rgba(145,158,171,.2)}.User_user__behavior__b5GXN{border-bottom:1px dashed rgba(145,158,171,.2);margin:12px 0}.User_user__name__nVpVt{font-size:16px;font-weight:700}.User_user__email__xtX13{font-size:14px}.User_wrapper__pxt1Z{position:relative}.User_wrapper__pxt1Z .User_down-button__lvFsq{background-color:var(--yellow);position:absolute;right:-15px;bottom:-10px;border:3px solid var(--white)}.User_wrapper__pxt1Z .User_down-button__lvFsq svg{width:15px;height:15px}.Actions_actions__v1UqM{align-items:center;display:flex;gap:20px}.Actions_actions__v1UqM span{color:var(--white)!important}.Actions_actions__score__v4sqv{border:1px solid rgba(140,129,242,.102);padding:13px 20px!important;height:auto!important;display:flex;justify-content:center;gap:5px;border-radius:100px}@media only screen and (max-width:500px){.Actions_actions__score__v4sqv{padding:12px 15px!important}}.Actions_actions__score__v4sqv h5{font-weight:700;font-size:18px;line-height:100%;letter-spacing:0;color:#000}@media only screen and (max-width:500px){.Actions_actions__score__v4sqv h5{font-size:16px}}.Actions_actions__language__1PPqB{border-radius:var(--field-border-radius)}.Actions_actions__bell___MQYV{background-color:var(--brand-secondary)}.Actions_actions__count__PS2vA{color:var(--white)}.Actions_actions__notification__pzse3{right:-32px;top:-14px}.menus_menus__Zw3Ax{align-items:center;display:flex;height:100%}@media(max-width:1140px){.menus_menus__Zw3Ax{display:none}}.menus_menus__link__i0N5T{display:flex;justify-content:center;gap:16px;text-decoration:none}.menus_menus__wrapper__2LSg_{position:relative}.menus_menus__item__DMviT{padding:20px 76px;align-items:center;color:var(--brand);display:flex;height:100%;font-size:18px;font-weight:600;line-height:22px;border-bottom:2px solid transparent}.menus_menus__item__DMviT.menus_isSoon__XzE8P{opacity:.5;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;filter:grayscale(1)}.menus_menus__item--active__D9Jnh{border-bottom-color:var(--brand)}.menus_menus__loader__J2fr_{display:block;position:absolute;top:0;bottom:0;left:-15px;margin:auto;width:10px;height:10px;border-radius:50%;background-color:var(--green);animation:menus_loader__1FDqs 2s linear infinite}.menus_menus__soon__v755W{position:absolute;top:0;bottom:0;margin:auto;right:-16px;height:16px;display:flex;align-items:center}.menus_menus__soon__v755W p{font-size:14px}.menus_menus__img__G35I2{color:var(--brand)}@keyframes menus_loader__1FDqs{0%{transform:scale(0)}12.5%{transform:scale(.25)}25%{transform:scale(.5)}37.5%{transform:scale(.75)}50%{transform:scale(1)}62.5%{transform:scale(.75)}75%{transform:scale(.5)}87.5%{transform:scale(.25)}to{transform:scale(0)}}.Header_header__49_S7{background-color:var(--white);align-items:center;display:flex;justify-content:space-between;padding:0 40px;position:relative;z-index:999}.Header_header__49_S7 img{width:100px}@media only screen and (max-width:500px){.Header_header__49_S7{padding:0 15px}}.mobile-menu_mobile-menu__QZDBY{box-shadow:0 -16px 40px 0 rgba(0,0,0,.051);background-color:var(--white);display:flex;height:65px;position:fixed;bottom:0;width:100%;z-index:100}.mobile-menu_mobile-menu__item__mLpv3{display:flex;flex-direction:column;align-items:center;width:33.3333333333%;padding:10px 0;gap:5px}.mobile-menu_mobile-menu__item__mLpv3.mobile-menu_active__03zdH{border-bottom:2px solid var(--brand);color:var(--brand)}.mobile-menu_mobile-menu__item__mLpv3.mobile-menu_disable__mzVZi{opacity:.2}.mobile-menu_mobile-menu__item__mLpv3 path,.mobile-menu_mobile-menu__item__mLpv3 svg{fill:var(--brand)}.Protected_protected__By_5m{background-color:var(--layout-bg);height:100%;min-height:100%;overflow:hidden}.Protected_protected__content__hJejc{display:flex;flex-direction:column;gap:40px;grid-template-rows:86px 1fr;height:100%;flex:1;min-height:calc(100vh - 100px)}@media only screen and (max-width:500px){.Protected_protected__content__hJejc{gap:20px}}.Protected_protected__main__zncWQ{min-height:calc(100% - var(--layout-gap-bottom)*2);flex:1;overflow-y:auto;padding:0 var(--layout-gap) var(--layout-gap-bottom)}.Protected_protected__main__zncWQ.Protected_visible__QsldQ{min-height:calc(100% - var(--layout-gap-bottom) - 120px)}@media(max-width:1140px){.Protected_protected__main__zncWQ{padding-bottom:80px}}.Protected_protected__main-content__Dv8GN{min-height:100%}.Protected_protected__black-bg__s_wgv{overflow:hidden;position:fixed;transition:all .2s ease}@media(width <= 1024px){.Protected_protected__black-bg__s_wgv{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:rgba(22,28,36,.8);inset:0;opacity:0;pointer-events:none}.Protected_protected__black-bg--active__qN_kZ{cursor:pointer;opacity:1;pointer-events:auto;z-index:98}}.Public_section__XvR4e{background-origin:border-box;background-position:50%;background-repeat:no-repeat;display:grid;height:100%;width:100%;overflow-y:auto}@media only screen and (width <= 768px){.Public_section__XvR4e{padding:0}}.Public_section__content__5B9Wo{position:relative;z-index:1}.PublicCenterBlock_publicCenterBlock--white__gIELR{background-color:var(--white)}@media(width <= 1024px){.PublicCenterBlock_publicCenterBlock__925uh{margin:20px}}.PublicCenterBlock_publicCenterBlock__logo__IsZSp{text-align:center;padding-bottom:10px}.PublicCenterBlock_publicCenterBlock__center__ZsbtO{align-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:12px;display:grid;gap:20px;padding:38px;width:520px}@media only screen and (width <= 600px){.PublicCenterBlock_publicCenterBlock__center__ZsbtO{width:350px;padding:20px}}@media only screen and (max-width:500px){.PublicCenterBlock_publicCenterBlock__center__ZsbtO{width:311px}}:root{--brand:#8c81f2;--brand-secondary:color-mix(in srgb,var(--brand) 10%,#fff);--brand-secondary-hover:color-mix(in srgb,var(--brand) 30%,#fff);--brand-dark:color-mix(in srgb,var(--brand) 80%,#000);--brand-light:color-mix(in srgb,var(--brand) 80%,#fff);--brand-lighter:color-mix(in srgb,var(--brand) 20%,#fff);--yellow:#fff07d;--yellow-light:#fff07d1a;--border-color:#dcdcdc;--text:#000;--text-brand:#727271;--text-secondary:#828282;--black:#000;--green-secondary:#ddfbeb;--public-bg:#eef2f5;--oferta:#55bff1;--id-bg:#f5f5f5;--white:#fff;--white-hover:#f8f8f8;--green:#54ed9c;--green-light:rgba(84,237,156,.1);--method:#f4f6f9;--current-index:#54ed9c66;--code-subtitle:#454545;--info:#80d5ff;--danger:red;--success:#eefdf5;--badge:#ff8870;--selected-list:#f5f5f5;--link-hover:color-mix(in srgb,var(--brand) 70%,#000);--border-radius:20px;--separator:#8c81f21a;--layout-bg:#f9f9f9;--layout-gap:clamp(0rem,5.208vw - 2.5rem,3.75rem);--layout-gap-bottom:clamp(1.25rem,3.472vw - 0.417rem,3.75rem);--layout-gapMobile:12px;--field-border-radius:100px;--field-padding-top:11px;--field-padding-left:20px;--font-size:16px;--rejected:#fff3f1;--soon-border-color:#ededed;--discount-color:#999;--disableColor:#242424;--disable-label:#333;--id-border:#f4f3fe}body,html{color:var(--text);font-size:16px;height:100%;line-height:16px;width:100%}h1,h2,h3,h4,h5,h6,li,ol,p,ul{margin:0;padding:0;list-style:none}a{text-decoration:none;color:var(--brand);&:hover{color:var(--link-hover)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--brand-secondary);border-radius:10px}::-webkit-scrollbar-thumb{background:var(--brand-lighter);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--brand-light)}@media only screen and (max-width:768px){.Toastify__toast{max-width:90%;margin:0 auto}}.Title_title__M7QXt{text-align:center;line-height:22px}@media screen and (width <= 600px){.Title_title__main-text__FuPTf{font-size:28px!important}}.Forgot_forgot___c1gd{background-color:var(--brand);background-image:url(/public_bg.png);background-origin:border-box;background-position:50%;background-repeat:no-repeat;display:grid;height:100%;place-items:center;width:100%;overflow-y:auto;padding:40px 0}@media only screen and (width <= 768px){.Forgot_forgot___c1gd{padding:0}}.Forgot_forgot-inner__wrapper__rZcqj{display:flex;gap:10px;align-items:center}.Forgot_forgot-inner__input__67dbM{margin-top:20px;margin-bottom:20px}.Forgot_forgot-inner__qlsCS fieldset{width:100%}.Forgot_forgot-inner__type__o8rmp{font-size:16px;font-weight:500;line-height:24px;text-align:left}.Forgot_forgot-inner__confirmation-title__KnJxm{font-size:18px;font-weight:400;line-height:22px;text-align:left;margin-bottom:20px}.Forgot_forgot-inner__confirmation-title__KnJxm span{display:block;font-weight:500}.Forgot_forgot-inner__chip__6KVh_{cursor:pointer;height:25px;padding:10px!important}.Forgot_forgot-inner__button__M_HNC{margin-top:20px}.Forgot_forgot__fields__CRbRl{display:flex;flex-direction:column;gap:20px}.payment-type_payment-type__title__EliyV{font-size:22px;font-weight:500;line-height:33px;text-align:left;margin-bottom:33px}@media only screen and (max-width:800px){.payment-type_payment-type__078li fieldset{width:100%}}.payment-type_payment-type__form__ar5XF{position:relative}.payment-type_payment-type__form__ar5XF.payment-type_not-confirmed__mEQgn:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;margin:auto;background-color:hsla(0,0%,100%,.7);z-index:22;-webkit-user-select:none;-moz-user-select:none;user-select:none}.payment-type_payment-type__078li div[role=radiogroup]{display:flex;flex-direction:row;gap:24px}.payment-type_payment-type__078li div[role=radiogroup] label{margin:0}.payment-type_payment-type__card__7R9vG{display:flex;flex-direction:column;gap:8px}.payment-type_payment-type__card__7R9vG input{display:none}.payment-type_payment-type__card-image__dfS3_{width:66px;height:20px;-o-object-fit:contain;object-fit:contain}.payment-type_payment-type__subtitle__cngJD{margin-top:34px;font-size:14px;font-weight:400;line-height:24px;text-align:left;margin-bottom:10px}.payment-type_payment-type__button__nuGZz{width:100%}.payment-modal_payment-modal__gCmnF{max-width:1100px;margin:auto}@media only screen and (max-width:1000px){.payment-modal_payment-modal__gCmnF{max-width:600px}}@media only screen and (max-width:500px){.payment-modal_payment-modal__gCmnF{max-width:370px}}.payment-modal_payment-modal__gCmnF .payment-modal_card-info__VMsSP.payment-modal_next__nPU3t iframe{height:550px}@media only screen and (max-width:1000px){.payment-modal_payment-modal__gCmnF .payment-modal_card-info__VMsSP.payment-modal_next__nPU3t iframe{height:500px}}.payment-modal_payment-modal__iframe__JdtfK{max-width:1100px;width:100%;height:600px}@media only screen and (max-width:900px){.payment-modal_payment-modal__iframe__JdtfK{height:400px}}.payment-modal_payment-modal__bottom__wx_iN{display:flex;justify-content:flex-end;align-items:center;gap:10px}.payment-modal_payment-modal__cancel__Daspi{background-color:var(--primary-bg);border:1px solid var(--brand)}.phone_phone__uazUW{padding:30px;border-radius:24px;box-shadow:0 8px 24px 0 rgba(0,0,0,.078);margin-bottom:40px}.phone_phone__edit__Awi3k{width:26px;height:26px}.phone_phone__edit__Awi3k:hover{background-color:var(--brand-lighter)}.phone_phone__edit__Awi3k svg{width:14px;height:14px}.phone_phone__form__qY137{position:relative}.phone_phone__form__qY137.phone_confirmed__bKuA_:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;margin:auto;background-color:hsla(0,0%,100%,.7);z-index:22;-webkit-user-select:none;-moz-user-select:none;user-select:none}.phone_phone__title__1F6s_{font-size:22px;font-weight:500;line-height:28.8px;text-align:left;margin-bottom:20px}.phone_phone__button__adIvy{width:100%;height:50px}.phone_phone__subtitle__ylj0q{font-size:14px;font-weight:400;line-height:20.7px;text-align:left;margin-bottom:12px}.phone_phone__subtitle__ylj0q.phone_main__23BHY{font-weight:600;font-size:22px}.phone_phone__input__4qZY1{margin-bottom:40px}.phone_phone__input__4qZY1.phone_code__t5QBW{margin-bottom:20px}.phone_phone__input__4qZY1>div{height:50px}.phone_phone__input__4qZY1 input{padding:18px 24px}.phone_phone__input__4qZY1 fieldset{border-color:var(--soon-border-color);border-radius:16px}.success-modal_success-modal__JMM9k{max-width:650px;width:100%;margin:auto}.success-modal_success-modal__top__edQYd{display:flex;justify-content:center;margin-bottom:20px}.success-modal_success-modal__content__klJnl{font-size:22px;font-weight:700;line-height:42px;text-align:left;text-align:center;margin-bottom:20px}.conditions_conditions__top__yfWci{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--soon-border-color);padding-bottom:24px;margin-bottom:24px}@media only screen and (max-width:600px){.conditions_conditions__top__yfWci{flex-direction:column;align-items:flex-start;gap:10px}.conditions_conditions__iHW_j label,.conditions_conditions__iHW_j label>span{width:100%}}.conditions_conditions__iHW_j .conditions_MuiFormGroup-root__tWrov{flex-direction:row!important}.conditions_conditions__option__FjoLv{display:flex;gap:30px}.conditions_conditions__title__6YcSD{font-size:16px;font-weight:400;line-height:27px;text-align:left}.conditions_conditions__subtitle__I1Ucq{margin-top:34px;font-size:14px;font-weight:400;line-height:24px;text-align:left;margin-bottom:10px}.conditions_conditions__button__bbP8A{width:100%}.confirmation_confirmation__title__lGEoe{font-size:24px;font-weight:500;line-height:28.8px;text-align:left;margin-bottom:12px}.confirmation_confirmation__subtitle__w5Saw{font-size:16px;font-weight:400;line-height:24px;text-align:left;max-width:350px;margin-bottom:20px}.confirmation_confirmation__wrapper__ENyVY{border:1px solid var(--soon-border-color);width:100%;padding:20px;border-radius:16px;margin-bottom:24px}.confirmation_confirmation__info__V76gT{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}.confirmation_confirmation__info__V76gT:not(:last-child){margin-bottom:15px}.confirmation_confirmation__info__V76gT:last-child{margin-top:30px}.confirmation_confirmation__empty__he28v{height:100%;border-bottom:1px dashed var(--soon-border-color);flex:1}.confirmation_confirmation__month__KXGtW{font-size:16px;font-weight:500;line-height:24px;text-align:left}.confirmation_confirmation__month__KXGtW span{font-weight:400;margin-left:4px}.confirmation_confirmation-modal__6r3_u{max-width:500px;width:100%;margin:auto}@media only screen and (max-width:700px){.confirmation_confirmation-modal__6r3_u{max-width:350px}}.confirmation_confirmation-modal__title__pdbw7{font-size:18px;font-weight:400;line-height:22px;text-align:left;margin-bottom:20px}.confirmation_confirmation-modal__title__pdbw7 span{display:block;font-weight:500;margin-top:6px}.confirmation_confirmation-modal__button__5IrPm{margin-top:20px}.error_error-modal__VTGB0{max-width:500px;width:100%;margin:auto}.error_error-modal__inner__vxnoh{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px}.error_error-modal__title__tEVoX{font-size:24px;font-weight:700;line-height:42px;text-align:center;color:var(--badge)}.error_error-modal__subtitle__UJ81l{font-size:18px;font-weight:400;line-height:27px;text-align:center;color:var(--code-subtitle)}.error_error-modal__wrapper__pciqU{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%}.error_error-modal__oferta__PB02a{font-size:18px;font-weight:500;line-height:24px;text-align:left;color:var(--oferta);display:inline-block;margin-bottom:5px;text-align:center}.otp_otp__mwv5h{max-width:600px;margin:auto}@media only screen and (max-width:700px){.otp_otp__mwv5h{max-width:350px}}@media only screen and (max-width:500px){.otp_otp__mwv5h{max-width:370px}}.otp_otp__iframe__XDqmR{max-width:1100px;width:100%;height:600px}@media only screen and (max-width:900px){.otp_otp__iframe__XDqmR{height:400px}}.scoring-error_scoring-error-modal__D6iKL{max-width:500px;width:100%;margin:auto}@media only screen and (max-width:700px){.scoring-error_scoring-error-modal__D6iKL{max-width:350px}}.scoring-error_scoring-error-modal__error__KaQ32{font-size:20px;font-weight:400;line-height:22px;text-align:center;color:#ff8870;margin-top:15px;margin-bottom:20px}.scoring-error_scoring-error-modal__wrapper__EnltL{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%}.scoring-error_scoring-error-modal__oferta___pBJ6{font-size:18px;font-weight:500;line-height:24px;text-align:left;color:var(--oferta);display:inline-block;margin-bottom:15px;text-align:center}.infos_info__title__RwaXb{font-size:18px;font-weight:500;line-height:27px;text-align:left;margin-bottom:20px}@media only screen and (max-width:600px){.infos_info__N3_sQ label,.infos_info__N3_sQ label>span{width:100%;margin-right:0}}.infos_info__icon__pB_jn{margin-left:-14px}.infos_info__card__yk6k7{display:flex;gap:24px;margin-top:30px}.infos_info__card__yk6k7 input{height:auto;padding:12px 0 12px 10px}.infos_info__card__yk6k7:last-child{margin-top:15px}@media only screen and (max-width:600px){.infos_info__card__yk6k7{flex-direction:column}.infos_info__card__yk6k7 input{width:100%}}.infos_info__months__lwUpl{max-width:120px}@media only screen and (max-width:600px){.infos_info__months__lwUpl{max-width:100%}}.infos_info__holder__EJlRt>div{border-radius:15px!important}.infos_info__subtitle__zJxRP{margin-top:34px;font-size:14px;font-weight:400;line-height:24px;text-align:left;margin-bottom:10px}.infos_info__button__MVS48{width:100%}.user-info_user-info___fSVR{padding:30px;border-radius:24px;box-shadow:0 8px 24px 0 rgba(0,0,0,.078);margin-bottom:40px}.user-info_user-info__title__Ji_Zx{font-size:22px;font-weight:500;line-height:28.8px;text-align:left;margin-bottom:20px}.user-info_user-info__wrapper__Fv78m{border:1px solid var(--soon-border-color);border-radius:16px;padding:10px 24px}.user-info_user-info__holder__kGVZk{display:flex;flex-direction:column;gap:7px}.user-info_user-info__holder__kGVZk:not(:last-child){margin-bottom:32px}.user-info_user-info__label___V12L{font-size:16px;font-weight:400;line-height:24px;text-align:left;color:--disable-label}.user-info_user-info__value__Ch7Y6{font-size:18px;font-weight:400;line-height:27px;text-align:left;color:--disableColor}.DeleteAvatar_icon__M0IIh,.EditAvatar_icon__BwR5A{align-items:center;background-color:var(--white);border-radius:50%;display:flex;justify-content:center;margin-left:-10px;padding:5px}.edit-email_edit-email__HUCa2{max-width:500px;margin:auto}@media only screen and (max-width:500px){.edit-email_edit-email__HUCa2{max-width:340px}}.edit-email_edit-email__top__BCuBB{margin-bottom:20px}.edit-email_edit-email__chip__HpZt_{cursor:pointer;height:25px;padding:10px!important}.edit-email_edit-email__subtitle__qrKvR{margin-top:5px;font-weight:400;font-size:12px}.edit-email_edit-email__title__R78FZ{margin-bottom:20px;display:block}.edit-email_edit-email__button__yQGYw{margin-top:20px}.edit-email_edit-email__edit__GqkeC{width:26px;height:26px}.edit-email_edit-email__edit__GqkeC:hover{background-color:var(--brand-lighter)}.edit-email_edit-email__edit__GqkeC svg{width:14px;height:14px}.ViewAvatar_icon__yd1GA{border-radius:50%;padding:5px;background-color:var(--white);display:flex;align-items:center;margin-left:-10px;justify-content:center}.ViewAvatar_photo-modal__AJzyv{max-width:500px;margin:auto}@media only screen and (max-width:500px){.ViewAvatar_photo-modal__AJzyv{max-width:370px}}.ViewAvatar_photo-modal__img__8Otb2{-o-object-fit:contain;object-fit:contain;width:100%;max-width:100%;height:auto;max-height:500px}.EditInfo_form__8WsQF{display:flex;flex-direction:column;gap:20px}.EditInfo_form__8WsQF .EditInfo_MuiStack-root__XZQ8L,.EditInfo_form__date___QR2H{width:100%}.EditInfo_form__avatar__B_zYi{display:flex;align-items:center;justify-content:center}.EditInfo_form__avatar_actions__zTqyc{display:flex;align-items:center;position:absolute;bottom:0;right:-50%;transform:translateX(50%)}.EditInfo_form__menu__o7HPX{border-radius:100px}.EditInfo_form__menu__o7HPX.EditInfo_date__N4mt4{min-width:80px}.EditInfo_form__menu-item___xSkX{padding:10px}.EditInfo_form__menu-day__4u5OQ{padding:0 10px}.EditInfo_form__date_picker__P019H{display:flex;align-items:center;gap:10px}.EditInfo_form__info__oE8GE{display:flex;flex-direction:row;gap:5px;align-items:start;justify-content:space-between}.EditInfo_form__info_link__R6tkA{text-decoration:underline}.EditInfo_edit-info__8t2KJ{max-width:500px;margin:auto}@media only screen and (max-width:500px){.EditInfo_edit-info__8t2KJ{max-width:340px;margin:0 10;padding:15px}}.EditInfo_edit-info__date__sbcuK svg{fill:var(--brand)}.EditInfo_confirmation-modal__GytpU{max-width:500px;width:100%;margin:auto}.EditInfo_confirmation-modal__title__VPZot{font-size:18px;font-weight:400;line-height:22px;text-align:left;margin-bottom:20px}.EditInfo_confirmation-modal__title__VPZot span{display:block;font-weight:500;margin-top:6px}.EditInfo_confirmation-modal__chip__nU0JU{cursor:pointer;height:25px;padding:10px!important}.EditInfo_confirmation-modal__button__yFieJ{margin-top:20px}.ChangePassword_form__DdPlg,.ChangePassword_form__fields__zG3VO{display:flex;flex-direction:column;gap:20px}.ChangePassword_form__warning-icon__LflNf{margin-top:-20px;display:flex;justify-content:center}.ChangePassword_form__modal-title__UTmLP{font-weight:400;text-align:center}.ChangePassword_form__rety-text__EvkaX{color:var(--brand)}.ConfirmEmailStep_form__4UY6J{display:flex;flex-direction:column;gap:20px}.ConfirmEmailStep_form__timer__hdMaw{font-weight:400}.ConfirmPhoneStep_form__eHOW_,.EmailStep_form__0J7nc,.PhoneStep_form__jhxBP{display:flex;flex-direction:column;gap:20px}.edit-password_edit-password__fdSEx{max-width:500px;margin:auto}@media only screen and (max-width:500px){.edit-password_edit-password__fdSEx{max-width:340px}}.edit-phone_edit-phone__R5f0t{max-width:500px;margin:auto}@media only screen and (max-width:500px){.edit-phone_edit-phone__R5f0t{max-width:340px}}.edit-phone_edit-phone__top__c9ve5{margin-bottom:20px}.edit-phone_edit-phone__chip__P_kPb{cursor:pointer;height:25px;padding:10px!important}.edit-phone_edit-phone__subtitle__MXMi3{margin-top:5px;font-weight:400;font-size:12px}.edit-phone_edit-phone__title__diAwj{margin-bottom:20px;display:block}.edit-phone_edit-phone__button__JxGAX{margin-top:20px}.edit-phone_edit-phone__edit__DkslB{width:26px;height:26px}.edit-phone_edit-phone__edit__DkslB:hover{background-color:var(--brand-lighter)}.edit-phone_edit-phone__edit__DkslB svg{width:14px;height:14px}.Home_home__kLisj{display:grid;height:100%;min-height:100%;overflow:hidden;overflow-y:auto;grid-template-columns:1fr 1fr;gap:40px;align-items:flex-start}.Home_home__context__aPzNf{padding:10px 16px;border:2px solid var(--soon-border-color);font-size:20px;border-radius:50px;font-weight:700;background-color:var(--white);color:var(--brand)}.Home_home__holder__0SqVK{border-radius:var(--border-radius);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:hsla(0,0%,100%,.2);z-index:22;display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;right:0;bottom:0;margin:auto}@media(max-width:1140px){.Home_home__kLisj{grid-template-columns:1fr;padding:0 15px}}.Home_home__welcome__zCqYb{position:relative}.Home_home__item__n2Jgz{background-color:var(--white);padding:30px;border-radius:var(--border-radius);position:relative}@media only screen and (max-width:500px){.Home_home__item__n2Jgz{padding:20px}}.Profile_profile__QhWp2{display:flex;flex-direction:column;gap:40px}@media only screen and (max-width:500px){.Profile_profile__QhWp2{margin:0 10px;padding-bottom:40px}}.Profile_profile__layout__sOHfX{overflow:hidden;display:flex;align-items:center;gap:clamp(1.25rem,2.614vw + .613rem,3.75rem)}.Profile_profile__wrapper__FErnK{display:flex;flex-direction:column;gap:20px;background-color:var(--white);padding:30px 40px;border-radius:20px}@media only screen and (max-width:500px){.Profile_profile__wrapper__FErnK{padding:8px}}.Profile_profile__info__bZak3{display:grid;width:100%;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:clamp(1.25rem,2.614vw + .613rem,3.75rem)}.Profile_profile__label__4vf_w{color:var(--brand)}.Profile_profile__details_wrapper__m3bS_{display:flex;justify-content:space-between;gap:20px;background-color:var(--white);padding:30px;border-radius:20px}@media only screen and (max-width:986px){.Profile_profile__details_wrapper__m3bS_{flex-wrap:wrap;gap:10px}}@media only screen and (max-width:768px){.Profile_profile__details_wrapper__m3bS_{flex-direction:column}}@media only screen and (max-width:500px){.Profile_profile__details_wrapper__m3bS_{padding:15px}}.Profile_profile__card__phdrW{width:33.3333333333%;padding:30px;box-shadow:none;border:1px solid var(--separator);border-radius:20px;display:flex;flex-direction:column;gap:10px}@media only screen and (max-width:986px){.Profile_profile__card__phdrW{width:calc(50% - 10px)}}@media only screen and (max-width:768px){.Profile_profile__card__phdrW{width:100%}}@media only screen and (max-width:500px){.Profile_profile__card__phdrW{padding:15px}}.Profile_profile__detail_block__PDDfj{padding:20px;border:1px solid var(--separator);border-radius:20px;display:flex}.Profile_profile__detail-input__vdmS_{border-radius:8px}.Profile_profile__password_text__AGqUR{font-family:monospace;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--text)}.Profile_profile__detail_text__7Cjb8{color:var(--text)}.Profile_profile__modal-btn__woAXV{color:var(--brand);background-color:var(--brand-secondary)}.balance_balance__WjpGJ{width:40%;background-color:var(--white);padding:30px;border-radius:10px}@media only screen and (max-width:1200px){.balance_balance__WjpGJ{width:100%}}.balance_balance__top__hG_fQ{display:flex;align-items:center;gap:88px;margin-bottom:24px}@media only screen and (max-width:600px){.balance_balance__top__hG_fQ{gap:40px}}.balance_balance__top__hG_fQ svg{width:20px;height:20px}.balance_balance__id__K3rui{display:flex;align-items:center;border-radius:10px}.balance_balance__copy__j_UqW{border:1px solid var(--id-border);padding:4px;border-top-right-radius:6px;border-bottom-right-radius:6px}.balance_balance__subtitle__TzPbr{background-color:var(--id-bg);padding:6px 20px 6px 6px;border-top-left-radius:6px;border-bottom-left-radius:6px;font-size:14px}.balance_balance__wrapper__c9iNx{display:flex;align-items:center;gap:10px;margin-bottom:10px}.balance_balance__center__pn_x6{background-color:var(--brand-secondary);padding:32px 34px;border-radius:10px;margin-bottom:60px}.balance_balance__amount__QxbRd{font-size:32px;font-weight:800;line-height:43.71px;text-align:left;padding-left:10px}@media only screen and (max-width:600px){.balance_balance__amount__QxbRd{font-size:24px}}.balance_balance__buy__5vv2U{font-size:14px;font-weight:400;line-height:16.41px;text-align:left;margin-top:32px;margin-bottom:12px;display:block;color:var(--black)}.balance_balance__method__EQyt7{background-color:var(--method);padding:18px 19px;border-radius:12px;border:1px solid transparent}.balance_balance__method__EQyt7.balance_is-active__i2r8y{background-color:var(--white);border:1px solid #229ed9}.balance_balance__input__1IszV{margin-bottom:20px}.balance_balance__img__MJLh_{width:66px;height:20px;-o-object-fit:contain;object-fit:contain}.balance_balance__pay__1_CLn{box-shadow:none}.balance_balance__methods__ZwSUS{display:flex;gap:12px;flex-wrap:wrap}.history_history__f6c9g{flex:1;background-color:var(--white);border-radius:10px;position:relative}@media only screen and (max-width:1200px){.history_history__f6c9g{width:100%}}.history_history__top__j6Nhh{padding:30px 30px 12px;border-bottom:1px solid var(--soon-border-color)}@media only screen and (max-width:600px){.history_history__top__j6Nhh{padding:10px}}.history_history__wrapper___BePN{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.history_history__bottom__v0RK6{padding:20px 30px;max-height:500px;overflow-y:auto}@media only screen and (max-width:600px){.history_history__bottom__v0RK6{padding:10px}}@media only screen and (max-width:1200px){.history_history__bottom__v0RK6{max-height:-moz-fit-content;max-height:fit-content;overflow-y:hidden}}.history_history__f6c9g fieldset{border:none}.history_history__holder__83Rkx{display:grid;grid-template-columns:repeat(5,1fr)}@media only screen and (max-width:600px){.history_history__holder__83Rkx{grid-template-columns:repeat(4,1fr)}}.history_history__holder__83Rkx:not(:last-child){margin-bottom:30px}.history_history__title__E9uxj{font-size:16px;font-weight:400;line-height:24px}.history_history__title__E9uxj.history_top__SFJsj{margin-bottom:0}.history_history__title__E9uxj.history_subtitle__NN4oo{text-align:left}.history_history__title__E9uxj.history_retry__RvTQW{color:#229ed9;text-decoration:underline;text-align:center;cursor:pointer}.history_history__title__E9uxj.history_paid__6RSK5{color:#999;text-align:center}.history_history__title__E9uxj.history_status__GdJP4{text-align:center}.history_history__title__E9uxj.history_status-wrapper__KE6k1{display:flex;align-items:center;gap:9px}.history_history__title__E9uxj.history_method__Cxy_X{text-transform:capitalize}.history_history__title__E9uxj.history_history__title--amount__hlhgY{text-align:left}.history_history__title__E9uxj.history_income__TjfaW{color:var(--green);font-weight:700;text-transform:lowercase}.history_history__title__E9uxj.history_price__dOoOc{font-weight:700}.wallet_wallet__7kvE_{display:flex;gap:40px;align-items:flex-start;padding:20px}@media only screen and (max-width:1200px){.wallet_wallet__7kvE_{flex-direction:column;padding-bottom:40px}}