@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Tilt+Warp&display=swap";.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#fffc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:10}.modal.opened{display:flex;justify-content:center;align-items:center;padding:40px 16px;overflow-y:auto}.modal__dialog{position:relative;background-color:#fff;border-radius:8px;min-width:300px;box-shadow:0 4px 10px #0000004d;max-height:100%;overflow-y:auto}.modal__close{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:50px;background:#fffc;display:flex;justify-content:center;align-items:center}.iconTextItemWrapper{width:100%;height:44px;padding:0 22px;border-radius:100px;display:flex;align-items:center;justify-content:left;gap:12px;cursor:pointer;background-color:#fff;color:#175cd3}.iconTextItemWrapper:hover{background-color:#175cd3;color:#fff}.iconTextItemWrapper .iconTextItemIcon{width:24px;height:24px;text-align:center}.iconTextItemWrapper .iconTextItemText{font-weight:600;font-size:18px}.iconTextItemWrapper button{border:none;background:transparent;padding:0}.dropdown-content{position:absolute;background-color:#fff;border:1px solid #eaecf0;border-radius:8px;box-shadow:0 2px 4px -2px #1018280f;box-shadow:0 4px 8px -2px #1018281a;padding:16px 8px;right:-18px;top:44px;z-index:1}.dropdown-content__options{display:flex;flex-direction:column}.dropdown-content__option{border-bottom:1px solid #eaecf0;padding:8px 0}.dropdown-content__option:last-child{border-bottom:none;padding:16px 0 0}.dropdownArrow{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid white;margin:0 auto;position:absolute;top:-10px;right:6px;transform:translate(-50%)}.switch-profile-student{align-items:center;display:flex;gap:18px}.switch-profile-student__first-section{display:flex;gap:18px;width:50%}.switch-profile-student__info{align-items:center;display:flex;gap:8px}.switch-profile-student__info__name{white-space:nowrap;overflow:auto;text-overflow:ellipsis;flex:1 2 auto;text-align:left}.switch-profile-student__login{white-space:nowrap}.switch-profile-student__code{align-items:center;background-color:#eff8ff;border-radius:100px;display:flex;gap:8px;height:36px;justify-content:space-between;padding:4px 8px}.switch-profile-student__code__text{background-color:#fff;border-radius:100px;padding:2px 8px}.switch-profile-student__code__button{align-items:center;display:flex;gap:8px;white-space:nowrap}@media screen and (max-width: 768px){.switch-profile-student{flex-direction:column;align-items:start;justify-content:start;gap:8px;border-bottom:1px solid white;padding:12px 0 16px}.switch-profile-student__first-section{width:100%;justify-content:space-between}.switch-profile-student__code{width:100%;padding:6px 8px;background-color:#d1e9ff;gap:16px}.switch-profile-student__code__text{width:100%;text-align:center}}.switch-profile{padding:0 24px;border-bottom:1px solid #eaecf0}.switch-profile__learners{display:flex;flex-direction:column;gap:24px;padding:24px 0}@media screen and (max-width: 768px){.switch-profile{padding:0;border-bottom:none;margin:40px 0 12px;height:50vh;display:flex;flex-direction:column}.switch-profile__learners{padding:0;gap:0;flex:1;overflow-y:auto;margin-top:12px}}.desktop-navbar{min-height:120px;height:100%;padding:0 32px;display:flex;justify-content:space-between;align-items:center;background-color:#175cd3;color:#fff}.desktop-navbar__left-section{flex-grow:1;display:flex;align-items:center;padding-right:24px}.desktop-navbar__middle-section{display:flex;align-items:center;gap:2px;width:100%}.desktop-navbar__right-section{height:100%;display:flex;align-items:center;gap:28px}.desktop-navbar__right-section__sign-up{display:flex;align-items:center;gap:5px}.desktop-navbar__username{width:max-content}.desktop-navbar__menu-item{display:flex;width:100%;align-items:center;gap:12px;padding:12px 24px;border-radius:100px;color:#fff}.desktop-navbar__menu-item--auth--selected,.desktop-navbar__menu-item--auth:hover{background-color:#1849a9}.desktop-navbar__menu-item--unauth--selected,.desktop-navbar__menu-item--unauth:hover{background-color:#fff;color:#175cd3}.mobileSideMenuWrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10;display:flex;background-color:#175cd3;color:#175cd3}.mobileSideMenuWrapper header{height:70px;display:flex;align-items:center}.mobileSideMenuWrapper main{display:flex;flex-direction:column;flex-grow:1;padding:0 12px 24px}.mobileSideMenuWrapper main section{margin-bottom:20px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.mobileSideMenuWrapper main section .mobileSideMenuItemsList{display:flex;flex-direction:column;gap:10px}.mobileSideMenuWrapper main section .mobileSideMenuItem{display:flex;align-items:center;gap:4px}.mobileSideMenuWrapper main section .mobileSideMenuSubItemsList{padding-left:36px}.mobileSideMenuWrapper aside{width:64px;box-shadow:inset 10px 0 10px -10px #10182814;padding:20px 16px;display:flex;align-items:start;justify-content:end;background-color:#1849a9}.mobileSideMenuWrapper footer{border-top:2px white solid;height:64px;padding:0 8px;display:flex;align-items:center;gap:12px}.mobileSideMenuWrapper footer .mobileSideMenuFooterTextLoggedIn{display:flex;flex-direction:column;flex-grow:1}.mobileSideMenuWrapper footer .mobileSideMenuFooterTextLoggedIn :first-child{font-weight:500;font-size:14px}.mobileSideMenuWrapper footer .mobileSideMenuFooterTextLoggedIn :last-child{font-weight:700;font-size:14px}.mobileSideMenuWrapper footer .mobileSideMenuFooterTextLoggedOut{font-size:14px;font-weight:500}.mobileSideMenuWrapper footer .mobileSideMenuFooterIcon{align-self:center}.mobile_navbar_wrapper{min-height:70px;height:100%;padding:0 12px;display:flex;justify-content:space-between;align-items:center;background-color:#175cd3}.mobile_navbar_wrapper .mobileNavbarIcon{padding:0 8px}@media screen and (min-width: 769px){.mobile_navbar_wrapper{display:none}}.mainLayoutWrapper{width:100%;height:100%;min-height:100vh;display:flex;flex-direction:column}.navigationBarWrapper{height:100%}@media screen and (max-width: 768px){.navigationBarWrapper{height:70px}}.bodyWrapper{flex-grow:1}@media screen and (max-width: 768px){.bodyWrapper{padding:0}}.footerWrapper{height:120px;background-color:#fff;display:flex}@media screen and (max-width: 768px){.footerWrapper{height:320px;padding:0 24px}}.icon-with-background{border-radius:28px;display:flex;align-items:center;justify-content:center}.icon-with-background.green{border:8px solid #ecfdf3;background-color:#d1fadf}.icon-with-background.gray{border:10px solid #f9fafb;background-color:#f2f4f7;color:#475467}.icon-with-background.blue{border:10px solid #eff8ff;background-color:#d1e9ff}.icon-with-background.yellow{border:10px solid #fffaeb;background-color:#fef0c7;color:#dc6803}.dashboard-activity-section{background-color:#fff;box-shadow:0 1px 2px #1018280d;border-radius:16px;padding:24px;display:flex;flex-direction:column}.dashboard-activity-section__header{padding-bottom:20px;border-bottom:1px solid #eaecf0}.dashboard-activity-section__header__title{display:flex;align-items:center;gap:12px}.dashboard-activity-section__body{padding-top:24px;display:flex;align-items:start;flex-direction:column;gap:8px;height:100%}.dashboard-activity-section__body--text-center{align-items:center}.student-card{background:#ffffffd9;border:2px solid #22ccee;border-radius:16px;padding:20px;height:100%;width:350px;max-width:350px;display:flex;flex-direction:column;align-items:center}.student-card__username{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.student-card__achievements{display:flex;justify-content:space-between;gap:8px;width:100%}.student-card__achievements li{text-align:center;width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center}.student-card__achievements__image{height:84px}.student-card__avatar{width:96px;min-width:96px;height:96px;min-height:96px;border:4px solid #22ccee;margin-top:-48px;border-radius:50px;background:#fff;display:flex;justify-content:center;align-items:center}.student-card__avatar img{width:100%;height:100%;border-radius:50px}.student-card__empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.student-card__empty__text{text-align:center}.student-card--zero-state{border:2px solid #d0d5dd}.student-card--zero-state .student-card__avatar{border:4px solid #d0d5dd}.reading-activity-chart-bar{text-align:center;display:flex;justify-content:space-between;align-items:flex-end;height:100px;margin-top:16px;gap:7px}.reading-activity-chart-bar__chart-bar-container{display:flex;flex-direction:column;align-items:center;width:32px}.reading-activity-chart-bar__bar{min-height:12px;width:18px;background-color:#175cd3;border-radius:12px;transition:height .3s ease-in-out}.reading-activity-chart-bar__bar--zero-mins{background-color:#d0d5dd}.reading-activity{margin-top:16px;background:linear-gradient(135deg,#b2ccff80,#fbe8ff80);width:100%;border-radius:12px;padding:20px 12px;text-align:center}.reading-activity__content{margin-top:20px;display:flex;justify-content:space-between;align-items:center;gap:20px}.reading-activity__content__left{display:flex;flex-direction:column;align-items:center;text-align:center}.reading-activity__streak-image{height:84px}.reading-activity--zero-state{background:#f2f4f7}.stories-created{border:1px solid #eaecf0;border-radius:20px;box-shadow:0 1px 2px #1018280f;height:100%;background-color:#fff}.stories-created__header{width:100%;padding:20px 24px;border-bottom:1px solid #eaecf0}.stories-created__body{padding:32px 24px 24px;border-bottom:1px solid #eaecf0;display:flex;flex-direction:column;align-items:center}.stories-created__stories-per-day{width:160px;height:160px;border-radius:50%;background:radial-gradient(closest-side,white 80%,transparent 80% 100%),conic-gradient(#175cd3 var(--progress),#eaecf0 0);display:flex;flex-direction:column;justify-content:center;align-items:center}.stories-created__text{margin-top:32px;flex-grow:1;display:flex;flex-direction:column;gap:4px}.stories-created__footer{width:100%;padding:16px 24px}@media screen and (max-width: 1024px){.stories-created__header{padding:20px 16px}.stories-created__body{padding:32px 16px 24px}.stories-created__footer{padding:16px}}@media screen and (max-width: 768px){.stories-created__body{padding:32px 24px 24px}.stories-created__footer{padding:16px 24px}}.no-content{width:100%;display:flex;flex-direction:column;align-items:center}.no-content__image{width:152px;height:118px;margin:0 auto}.no-content h5{margin-top:20px}.activity-card{width:100%;display:flex;gap:12px;border-bottom:1px solid #eaecf0;padding:16px 0}.activity-card__user-info{display:flex;gap:12px}.activity-card__user-info__name{display:flex;gap:8px}.activity-card__additional-info{display:flex;gap:4px;margin-top:12px}.activity-card__additional-info--cyan{background-color:#ecfdff;color:#0e7090;padding:2px 8px;border-radius:16px}.activity-card__additional-info--green{background-color:#ecfdf3;color:#027a48;padding:2px 8px;border-radius:16px}.activity-card__activity-info{display:flex;gap:12px;margin-top:12px}.activity-card__activity-info.roll{background:linear-gradient(135deg,#b2ccff33,#fbe8ff33);padding:4px 8px;border-radius:20px;align-items:center}.activity-card__activity-info.streak{background:linear-gradient(135deg,#fef0c7,#fff4ed);padding:4px 8px;border-radius:20px;align-items:center}.activity-card__activity-info__img{width:34px;height:34px;border-radius:7px;border:1.3px solid white}.activity-card__activity-info__img.roll,.activity-card__activity-info__img.streak{border:1.5px solid white;width:40px;height:40px;border-radius:100px}.recent-stories__top-section{display:grid;grid-template-columns:2fr 1fr;gap:20px}.recent-stories__top-section__list{display:grid;grid-template-columns:1fr 1fr;gap:20px}.recent-stories__bottom-section{margin-top:20px}.recent-stories__bottom-section__list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.recent-stories__card{height:270px;display:flex;flex-direction:column;align-items:center;gap:16px}.recent-stories__card__img{width:100%;height:210px;object-fit:cover;border-radius:20px}.recent-stories__card__text{height:60px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-height:20px;text-overflow:ellipsis}.recent-stories--no-stories{width:100%;height:100%;display:grid;gap:12px;grid-template-columns:2fr 1fr}@media screen and (max-width: 768px){.recent-stories__top-section{grid-template-columns:1fr}.recent-stories__top-section__list,.recent-stories__bottom-section__list{grid-template-columns:1fr 1fr}.recent-stories--no-stories{display:flex}}@media screen and (max-width: 480px){.recent-stories__top-section__list,.recent-stories__bottom-section__list{grid-template-columns:1fr}}.welcome-stepper-dropdown{position:relative;width:100%}.welcome-stepper-dropdown__button{width:100%;height:56px;border:1px solid #84caff;border-radius:100px;box-shadow:0 3px #06598633;color:#667085;background-color:#fff;margin-top:6px;display:flex;justify-content:space-between;align-items:center;padding:2px 14px;gap:12px}.welcome-stepper-dropdown__button.gray{border:none;box-shadow:none;background-color:#f9fafb;color:#101828}.welcome-stepper-dropdown__button.disabled{background-color:#f9fafb;border:none;box-shadow:none}.welcome-stepper-dropdown__options{z-index:10;background-color:#fff;width:100%;padding:12px;border:1px solid #eaecf0;border-radius:12px;position:absolute;margin-top:4px;max-height:200px;overflow-y:auto}.welcome-stepper-dropdown__options li{border-bottom:1px solid #eaecf0}.welcome-stepper-dropdown__options li :hover{background-color:#175cd3;color:#fff}.welcome-stepper-dropdown__options li button{padding:6px 12px;width:100%;text-align:left;border-radius:10px}.add-students form{display:flex;flex-direction:column;gap:16px;margin-top:16px}.add-students__row{display:grid;grid-template-columns:40% 40% 20%;align-items:end;gap:16px}.add-students__input{height:44px;font-size:16px}.add-students__remove-column{display:flex;justify-content:center;align-items:end}.add-students__input-container{width:100%}.add-students__remove-button{height:56px;width:56px;border:1px solid #84caff;border-radius:100px;box-shadow:0 3px #06598633;color:#175cd3;display:flex;align-items:center;justify-content:center}.add-students__remove-button--disabled{border:1px solid #d1e9ff;color:#d1e9ff;box-shadow:0 3px #175cd333}.add-students__actions{width:100%;margin-top:16px;display:flex;justify-content:space-between}@media screen and (max-width: 768px){.add-students form{gap:32px}.add-students__row{display:flex;flex-direction:column;width:100%}}.welcome-stepper-step__header{text-align:center}.welcome-stepper-step__header img{width:100%;height:220px;object-fit:cover}.welcome-stepper-step__text-section{text-align:center;padding:24px 40px 20px;display:flex;flex-direction:column;gap:4px}.welcome-stepper-step__body{padding:0 40px 24px;border-bottom:1px solid #eaecf0}.welcome-stepper-step__skip-section{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}@media screen and (max-width: 768px){.welcome-stepper-step__body{padding:0 20px 24px}}.location{display:flex;flex-direction:column;gap:6px}.all-set{width:100%;background-color:#f9fafb;border-radius:12px}.all-set__header{text-align:left;padding:8px 18px}.all-set__student-column{display:flex;align-items:center;gap:12px}.all-set__student-column__avatar{background-color:#f2f4f7;padding:10px;border-radius:100px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.all-set__copy-code{display:flex;justify-content:center}.all-set__copy-icon{background-color:#eff8ff;padding:10px;border-radius:8px;display:flex;justify-content:center;align-items:center}.all-set__cell{padding:8px 18px}.dashboard{background:linear-gradient(135deg,#b2ccff33,#fbe8ff33)}.dashboard__header{padding:32px;display:flex;justify-content:space-between}@media screen and (max-width: 768px){.dashboard__header{flex-direction:column;align-items:start;gap:16px}}.dashboard__students{position:relative;padding:18px 56px}.dashboard__students:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/g/assets/dashboardHeader-lwFWqSCj.png);background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.5;z-index:-1}.dashboard__students__list{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;overflow-x:auto;padding-top:26px}@media screen and (max-width: 768px){.dashboard__students{flex-direction:column;padding:64px 16px}.dashboard__students__list{flex-direction:column;gap:50px}}.dashboard__body{padding:48px 32px;display:flex;gap:24px;width:100%}.dashboard__body #recent-activity{width:400px}.dashboard__body #recent-stories{flex:1}@media screen and (max-width: 1024px){.dashboard__body #recent-activity{width:300px;padding:24px 16px}}@media screen and (max-width: 768px){.dashboard__body{display:flex;flex-direction:column;padding:48px 16px}.dashboard__body #recent-activity{width:100%;padding:24px}}.welcome-stepper{width:640px}.welcome-stepper__dot-list{display:flex;justify-content:center;gap:16px;padding:24px 0 8px}.welcome-stepper__dot{width:10px;height:10px;border-radius:6px;background-color:#f2f4f7}.welcome-stepper__dot--selected{background-color:#175cd3}.welcome-stepper__buttons-section{display:flex;justify-content:center;gap:20px;width:100%}.welcome-stepper footer{display:flex;gap:12px;padding:24px;justify-content:center}@media screen and (max-width: 768px){.welcome-stepper{width:100%}.welcome-stepper__buttons-section{display:flex;flex-direction:column;gap:10px}}.student-detail-stats{margin-top:72px;padding:0 32px}.student-detail-stats ul{display:flex;gap:32px}.student-detail-stats li{background-color:#fff;padding:0 32px 32px;border-radius:16px;width:100%;text-align:center}.student-detail-stats img{height:167px;margin-top:-70px}@media screen and (max-width: 768px){.student-detail-stats{padding:0 20px}.student-detail-stats ul{flex-direction:column;gap:80px}}.student-detail{background:linear-gradient(135deg,#b2ccff33,#fbe8ff33)}.student-detail__cover{width:100%;height:240px;background:url(/g/assets/cover-C8z68u7c.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat}.student-detail__info{margin-top:-40px;padding:0 112px;display:flex;gap:24px}.student-detail__avatar{width:160px;height:160px;border:4px solid #ffffff;border-radius:100px;box-shadow:0 12px 16px -4px #10182814;background-color:#f2f4f7;display:flex;justify-content:center;align-items:center}.student-detail__text{flex-grow:1;display:flex;flex-direction:column;justify-content:end}@media screen and (max-width: 768px){.student-detail__info{margin-top:-80px;flex-direction:column;align-items:center;gap:12px;margin-bottom:100px}.student-detail__text{align-items:center}}.student-detail-stories{margin-top:32px;padding:0 32px 56px}.student-detail-stories__story-column{display:flex;align-items:center;gap:12px}.student-detail-stories__pages-column{display:flex;align-items:center;justify-content:center}@media screen and (max-width: 768px){.student-detail-stories{padding:0 20px 56px}}.story-reader-desktop{display:flex;align-items:center;justify-content:center;gap:25px;margin:-72px auto 0;padding-bottom:48px}.story-reader-desktop__book{width:744px;height:1080px;background-color:#fff;padding:30px 32px;background-image:url(/g/assets/rightInnerBindingShadow-B6iT3h01.png),url(/g/assets/rightPageShadow-InxDhB__.png),url(/g/assets/rightPageHighlight-BXOkmwMO.png);background-position:left center,left center;background-repeat:no-repeat;border:solid thin #f2f4f7;box-shadow:0 4px 6px -2px #10182808;box-shadow:0 12px 16px -4px #10182814;display:flex;flex-direction:column;align-items:center}.story-reader-desktop__book header{display:flex;flex-direction:column;align-items:center;gap:10px}.story-reader-desktop__book main{margin-top:30px;flex-grow:1;display:flex;flex-direction:column;align-items:center;gap:30px}.story-reader-desktop__book main img{height:570px;object-fit:cover;width:100%;border-radius:12px}.story-reader-desktop__book footer{display:flex;justify-content:center}.story-reader-desktop__text{display:flex;flex-direction:column;align-items:center;gap:8px}.story-reader-desktop__page-number{width:36px;height:36px;background-color:#f2f4f7;border-radius:8px;display:flex;justify-content:center;align-items:center}.play-button{padding:8px 8px 8px 10px;width:36px;height:36px}.story-banner-info{padding:22px 37px;display:flex;gap:12px;justify-content:space-between}.story-banner-info__left{display:flex;gap:12px;flex-grow:1}.story-banner-info__close-button{padding:2px;width:36px;height:36px}@media screen and (max-width: 768px){.story-banner-info{padding:20px 22px}}.share-story-preview{padding:24px 20px;width:800px}.share-story-preview__header{display:flex;gap:16px;padding-bottom:20px;border-bottom:1px solid #eaecf0}.share-story-preview__copy-link{display:flex;align-items:center;gap:12px;margin-top:4px}.share-story-preview__copy-link a{width:60%}.share-story-preview__copy-link button{height:36px;font-size:14px}.share-story-preview__main{margin:20px 0;border-radius:20px;text-align:center}.share-story-preview__main img{border-radius:20px;height:550px;width:100%;object-fit:cover;margin-bottom:30px}.share-story-preview__story-text-wrapper{margin-top:12px;padding-top:4px;padding-bottom:4px;padding-left:12px;max-height:150px;border-left:2px solid #7f56d9;text-align:left;overflow-y:hidden}.share-story-preview__story-text{color:#181d27}.share-story-preview__footer{display:flex;justify-content:center;padding:20px}.share-story-preview__footer button{height:36px;font-size:14px}.story-reader-mobile{width:100%}.story-reader-mobile__container{background-color:#fff;padding:10px 15px;border-top-right-radius:12px;border-top-left-radius:12px;display:flex;flex-direction:column;align-items:center;gap:15px}.story-reader-mobile__action-button{padding:0;width:44px;height:44px}.story-reader-mobile footer{background-color:#fff;height:82px;border-top:1px solid #eaecf0;padding:0 10px;display:flex;justify-content:space-between;align-items:center}.story-reader-mobile img{width:100%;height:400px;object-fit:cover;border-top-right-radius:20px;border-top-left-radius:20px}.dashboard-reader{width:100%;background-color:#fff;flex:1;display:flex;flex-direction:column}.dashboard-reader__header{overflow:hidden;max-height:1000px;padding:80px 76px;border-bottom:7px solid #175cd3;transition:max-height .3s ease,padding .3s ease;background:linear-gradient(135deg,#b2ccff80,#fbe8ff80);display:flex;justify-content:space-between;gap:40px;will-change:max-height}.dashboard-reader__header__title{display:flex;gap:20px;align-items:start}.dashboard-reader__header__buttons{display:flex;gap:12px}.dashboard-reader__header--hidden{padding:40px 76px;max-height:0}.dashboard-reader__header--hidden>*{display:none}.dashboard-reader__collapser{display:flex;justify-content:center;margin-top:-24px;width:20%}.dashboard-reader__progress-bar{height:100%;width:100%;padding:36px;flex:1;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#b2ccff33,#fbe8ff33)}.dashboard-reader__progress-bar__bar{width:372px}@media screen and (max-width: 768px){.dashboard-reader__header{padding:20px 20px 32px;flex-direction:column;align-items:center;gap:32px}.dashboard-reader__header__title{flex-direction:column;text-align:center;align-items:center}.dashboard-reader__header__buttons{flex-direction:column;justify-content:start;align-items:end;width:100%}.dashboard-reader__reader{margin-top:0;background-color:#fff;display:flex;flex-direction:column;align-items:center;gap:12px}.dashboard-reader__collapser{margin-top:-28px}}.print-container{display:none}@media print{.navigationBarWrapper,.footerWrapper,.dashboard-reader__header,.dashboard-reader__reader,.dashboard-reader__progress-bar,.dashboard-reader__collapser,.story-banner-info{display:none!important}.print-container{display:block;padding:0 40px}.print-page{page-break-after:always;display:flex;flex-direction:column}.print-page h1{text-align:left;margin-top:40px}.print-page img{max-width:100%;width:100%;height:570px;object-fit:cover;display:block;margin-top:40px}.print-page__text{line-height:1.5;flex:1;margin-top:16px}.print-page__number{margin-top:20px;text-align:center}}#legal{background-color:transparent;padding:48px 60px}@media screen and (max-width: 768px){#legal{padding:32px}}#legal .legal-container{margin-top:32px;border:1px solid #eaecf0;box-shadow:0 1px 3px #1018281a;background-color:#fff;border-radius:12px;padding:50px 60px}#legal .underline{text-decoration:underline}#legal .list{list-style-type:disc;color:#175cd3}#legal p,#legal li{word-break:break-word;color:#475467}.my-settings{margin-top:32px;display:flex;flex-direction:column;gap:20px}.my-settings__row{width:100%;margin-bottom:24px;display:flex;gap:24px}.my-settings__row--50{width:50%}.my-settings__section{display:flex;gap:32px}.my-settings__section__description{width:280px}.my-settings__section__edit{width:100%;background-color:#fff;border:1px solid #eaecf0;box-shadow:0 1px 3px #1018281a;border-radius:12px}.my-settings__section__edit__form{padding:24px 24px 0}.my-settings__section__edit__footer{border-top:1px solid #eaecf0;padding:16px 24px;display:flex;gap:12px}@media screen and (max-width: 768px){.my-settings__row{flex-direction:column}.my-settings__section{flex-direction:column;gap:20px}.my-settings__section__edit__footer{flex-direction:column}}.settings-input{width:50%}@media screen and (max-width: 768px){.settings-input{width:100%}}.edit-student{padding:24px;width:400px}.edit-student__title{margin-top:16px}.edit-student__form{margin-top:16px;padding:24px;border:1px solid #eaecf0;box-shadow:0 1px 2px #1018280f;box-shadow:0 1px 3px #1018281a;border-radius:12px;display:flex;flex-direction:column;gap:24px}.edit-student__student-field{margin-top:6px;display:flex;align-items:center;gap:6px}.edit-student__student-field img{width:44px;height:44px;border:2px solid #ffffff;box-shadow:0 1px 2px #1018280f;box-shadow:0 1px 3px #1018281a;border-radius:200px}.edit-student__student-field input{height:44px;width:100%;background-color:#f9fafb;border:none;border-radius:100px;padding:0 18px}.edit-student__buttons{margin-top:24px;display:flex;flex-direction:column;gap:12px}.students-table-header-actions{display:flex;gap:32px}.account-users{margin-top:24px}.account-users__student-column{display:flex;align-items:center;gap:12px}.account-users__grade-level{background-color:#f2f4f7;width:fit-content;padding:2px 10px;border-radius:16px}.account-users__login-code{display:flex;align-items:center;gap:10px}.my-account{width:100%}.my-account__cover{height:240px}.my-account__cover img{height:100%;width:100%;object-fit:cover}.my-account__info{margin-top:-40px;padding:0 112px;display:flex;gap:24px;align-items:end}.my-account__info__role{display:flex;gap:4px}.my-account__settings{padding:48px 112px}.my-account__settings__tabs{margin-top:24px}@media screen and (max-width: 768px){.my-account__cover{height:200px}.my-account__cover img{height:100%}.my-account__avatar{width:96px;height:96px;align-self:center}.my-account__info{align-items:start;margin-top:-48px;flex-direction:column;padding:0 20px}.my-account__info__role{flex-direction:column;gap:8px}.my-account__settings{padding:48px 20px}}.select-avatar{width:704px}.select-avatar__header{background:url(/g/assets/cover-C8z68u7c.jpeg);height:120px;background-size:cover;background-position:center;background-repeat:no-repeat;border-top-right-radius:8px;border-bottom-right-radius:8px}.select-avatar__select{display:flex;flex-direction:column;align-items:center;margin-top:-48px}.select-avatar__list{margin-top:22px;padding:0 37px 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.select-avatar__footer{display:flex;justify-content:center;gap:12px;padding:32px;border-top:1px solid #eaecf0}@media screen and (max-width: 768px){.select-avatar{width:100%}.select-avatar__list{grid-template-columns:repeat(2,1fr);gap:12px}.select-avatar__list-item{height:228px}}.select-item-card{border:.82px solid #eaecf0;box-shadow:0 1px 3px #1018281a;border-radius:8px}.select-item-card--selected{box-shadow:0 0 10px 2px #2d9aff;background-color:#d1e9ff;display:flex;justify-content:center;align-items:center}.select-item-card__name{padding:20px 7px}.card-option{position:relative;width:100%;height:100%;padding:20px;border:1px solid #eaecf0;box-shadow:0 1px 2px #1018280d;border-radius:12px;text-align:left;display:flex;flex-direction:column;gap:8px}.card-option__checkmark{position:absolute;width:20px;height:20px;border:1px solid #eaecf0;border-radius:10px;background-color:#fff;top:16px;right:16px;display:flex;justify-content:center;align-items:center}.card-option__checkmark--disabled{background-color:#f9fafb}.card-option--selected{outline:2px solid #175cd3;box-shadow:0 1px 2px #1018280d}.card-option--selected .card-option__checkmark{border:1px solid #175cd3;background-color:#175cd3}.card-option--disabled{cursor:auto}.welcome__header{display:flex;flex-direction:column;gap:16px;padding-bottom:21px;border-bottom:1px solid #eaecf0;text-align:center}.welcome__header img{height:222px;object-fit:cover}.welcome__list{display:flex;gap:20px;padding:20px 24px}.welcome__list li{width:100%}.welcome footer{padding:12px 24px 20px;display:flex;gap:12px}@media screen and (max-width: 768px){.welcome{padding:0}.welcome__header img{width:100%}.welcome__header__text{margin-top:10px;display:flex;flex-direction:column;gap:8px}.welcome__list{flex-direction:column;gap:20px;padding:28px 22px}.welcome__list li{width:100%}.welcome footer{flex-direction:column;padding:0 22px 24px}}.login-form main{padding:0 16px;display:flex;flex-direction:column;gap:10px}.login-form__api-error{margin-bottom:8px}.login-form__actions{margin-top:10px;display:flex;justify-content:space-between}@media screen and (max-width: 768px){.login-form__actions{flex-direction:column;align-items:start}}.login-form footer{padding:12px 0;display:flex;gap:12px}@media screen and (max-width: 768px){.login-form footer{flex-direction:column;height:auto}}.login-form__sign-up{display:flex;justify-content:center;align-items:center;gap:4px;padding:12px 0}.email-verification{padding:24px;width:400px;display:flex;flex-direction:column;justify-content:center}.email-verification header{display:flex;align-items:center;height:68px}.email-verification__check-texts{text-align:center;padding-top:40px;display:flex;justify-content:center;flex-direction:column;gap:12px}.email-verification__not-receive-texts{margin-top:32px;text-align:center;display:flex;justify-content:center;flex-direction:column;gap:4px}.email-verification__main-button{margin-top:40px;width:auto;display:flex;justify-content:center;padding-bottom:65px}.login{width:700px}.login img{height:222px;width:100%;object-fit:cover}.login__body{padding:8px 32px;display:flex;flex-direction:column;gap:20px;border-bottom:1px solid #eaecf0}.login__title{text-align:center}.login__options{display:flex;gap:20px}.login__options li{width:100%}.login__form{padding:0 16px;display:flex;flex-direction:column;gap:16px}.login__form__actions{display:flex;justify-content:space-between}.login__form__checkbox{display:flex;grid-area:8px}.login .login-input{height:40px;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d}@media screen and (max-width: 768px){.login{width:100%}.login__body{padding:28px 22px}.login__options{flex-direction:column}}.parent-signup{display:flex;align-items:stretch}.parent-signup header h1{margin-top:16px}.parent-signup__lock-icon-wrapper{width:48px;height:48px;border:8px solid #ecfdf3;background-color:#d1fadf;border-radius:28px;display:flex;justify-content:center;align-items:center}.parent-signup__form-wrapper{width:50%;padding:24px}.parent-signup form{margin-top:20px;display:flex;flex-direction:column;gap:20px}.parent-signup__have-account{margin-top:24px;display:flex;align-items:center;justify-content:center;gap:4px}.parent-signup__information{align-self:flex-start;display:flex;flex-direction:column;justify-content:center;width:50%;height:100%;padding:88px 40px 40px;background:linear-gradient(135deg,#b2ccff33,#fbe8ff33)}.parent-signup ul{margin-top:24px}.parent-signup ul li{padding-bottom:32px;display:flex;gap:16px}.parent-signup__bullet{min-width:32px;width:32px;height:32px;border:2px solid #039855;background-color:#ecfdf3;border-radius:16px;color:#039855;display:flex;justify-content:center;align-items:center}.parent-signup__upgrade-plan{display:flex;flex-direction:column;gap:12px}@media screen and (max-width: 768px){.parent-signup{flex-direction:column}.parent-signup__form-wrapper,.parent-signup__information{width:100%}}.forgot-password-flow{padding:24px;width:400px}@media screen and (max-width: 768px){.forgot-password-flow{width:100%}}.forgot-password-flow header{display:flex;justify-content:center}.forgot-password-flow__texts{margin-top:40px;text-align:center}.forgot-password-flow__texts p{margin-top:20px}.forgot-password-flow__body{margin-top:20px;text-align:center}.forgot-password-flow__form{margin-top:20px}.forgot-password-flow__buttons{margin-top:40px;display:flex;flex-direction:column;gap:12px}.forgot-password-flow .hints{margin-top:20px;margin-bottom:30px;display:flex;flex-wrap:wrap;row-gap:20px}.forgot-password-flow .hints li{width:50%;text-align:left;display:flex;gap:8px}.auth-stepper{max-width:900px;margin:0 auto}@media screen and (max-width: 768px){.auth-stepper{max-width:100%;width:100%;background-color:#fff}}.auth-layout{background-color:#fff;height:100vh;width:100%;display:flex;justify-content:center;align-items:center}.auth-layout__content{width:400px}.email-verification-error{padding:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px}.email-verification-error__text{text-align:center;display:flex;flex-direction:column;gap:20px}.icon-badge{border-radius:50%;display:flex;align-items:center;justify-content:center}.custom-button{height:44px;border-radius:100px;padding:12px 24px;display:flex;justify-content:center;align-items:center;gap:12px;width:max-content}.custom-button.primary-button{background-color:#175cd3;border:solid 1px #ffffff;color:#fff;box-shadow:0 3px #1849a9cc}.custom-button.primary-button:hover{background-color:#1849a9}.custom-button.primary-button:focus-visible{outline:none;box-shadow:0 0 5px #007bff;transition:box-shadow .2s ease}.custom-button.primary-button:disabled{opacity:20%}.custom-button.secondary-button{background:linear-gradient(to bottom,#f5faff,#eff8ff);border:solid 1px #175cd3;color:#175cd3;box-shadow:0 3px #175cd333}.custom-button.secondary-button:focus-visible{outline:none;box-shadow:0 0 5px #007bff;transition:box-shadow .2s ease}.custom-button.secondary-button:disabled{background:linear-gradient(to bottom,#f5faff,#eff8ff);border:solid 1px #b2ddff;color:#84caff;box-shadow:0 3px #06598633}.custom-button.secondary-button:hover{background:linear-gradient(to bottom,#d1e9ff,#d1e9ff)}.custom-button.warning{background-color:#fef3f2;border:1px solid #fecdca;color:#912018;box-shadow:0 3px #c1c1c1cc}.custom-button.warning:hover{background-color:#fee4e2}.custom-button.link{padding:0;height:auto}.custom-button.link:focus-visible{outline:none;box-shadow:0 0 5px #007bff;transition:box-shadow .2s ease}.custom-button.link:disabled{opacity:20%}.custom-button--full-width{width:100%}.form-alert{border-radius:12px;padding:12px;display:flex;gap:12px;align-items:center}.form-alert__text{flex:1;display:flex;flex-direction:column;gap:4px}.badge{padding:4px 12px;border-radius:16px;width:max-content;display:flex;align-items:center;justify-content:center}.badge--teal{color:#107569;background-color:#f0fdf9}.badge--blue{color:#194185;background-color:#eff8ff}.badge--gray{color:#344054;background-color:#f2f4f7}.badge--green{color:#027a48;background-color:#ecfdf3}.badge--cyan{color:#0e7090;background-color:#ecfdff}.badge--purple{color:#3538cd;background-color:#eef4ff}.square-icon-badge{padding:12px;border-radius:8px;display:flex;align-items:center;justify-content:center}.square-icon-badge--teal{color:#107569;background-color:#f0fdf9}.square-icon-badge--blue{color:#194185;background-color:#eff8ff}.square-icon-badge--gray{color:#344054;background-color:#f2f4f7}.icon-button--sm{padding:0;width:36px;min-width:36px;height:36px}.icon-button--md{padding:0;width:44px;min-width:44px;height:44px}.icon-button--lg{padding:0;width:60px;min-width:60px;height:60px}.select-item-card{border:.82px solid #eaecf0;box-shadow:0 1px 3px #1018281a;border-radius:8px;min-height:100%}.select-item-card--selected{box-shadow:0 0 10px 2px #2d9aff;background-color:#d1e9ff;display:flex;justify-content:center;align-items:start}.select-item-card__button{max-width:100%}.select-item-card__image{position:relative;padding:7px;border-bottom:1px solid #eaecf0;display:flex;align-items:center;justify-content:center}.select-item-card__image img{width:100%;border-radius:8px}.select-item-card__name{padding:12px 7px;overflow:hidden;white-space:wrap}.select-item-card__selected-icon{width:56px;height:56px;background-color:#d1fadf;border:6px solid #f6fef9;border-radius:28px;position:absolute;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 768px){.select-item-card__name{padding:12px 8px}}.avatar{display:flex;justify-content:center;align-items:center;position:relative;background-color:#f2f4f7;box-shadow:0 1px 2px #1018280f;box-shadow:0 1px 3px #1018281a}.avatar--circle{border-radius:100%}.avatar--rounded-square{border-radius:8px}.avatar--xs{border:1px solid #ffffff;height:40px;width:40px;min-width:40px}.avatar--sm{border:2px solid #ffffff;height:48px;width:48px;min-width:48px}.avatar--md{border:2px solid #ffffff;height:60px;width:60px;min-width:60px}.avatar--lg{border:4px solid #ffffff;height:100px;width:100px;min-width:100px}.avatar--xl{border:4px solid #ffffff;height:160px;width:160px;min-width:160px}.avatar--full{height:100%;width:100%;min-width:100%}.avatar__icon--xs{width:20px;height:20px}.avatar__icon--sm{width:24px;height:24px}.avatar__icon--md{width:32px;height:32px}.avatar__icon--lg{width:56px;height:56px}.avatar__icon--xl{width:80px;height:80px}.avatar__image{width:100%}.avatar__image--circle{border-radius:100%}.avatar__image--rounded-square{border-radius:8px}.avatar__edit{position:absolute;bottom:0;right:4px}.notification-modal{padding:24px;width:400px}.notification-modal__icon{width:48px;height:48px;border-radius:28px;display:flex;align-items:center;justify-content:center}.notification-modal__icon--success{background-color:#d1fadf;border:8px solid #ecfdf3;color:#027a48}.notification-modal__icon--error,.notification-modal__icon--warning{background-color:#fee4e2;border:8px solid #fef3f2;color:#b42318}.notification-modal__texts{margin-top:16px;margin-bottom:24px;display:flex;flex-direction:column;gap:4px}.notification-modal__buttons{display:flex;flex-direction:column;gap:12px}@media screen and (max-width: 768px){.notification-modal{width:100%}}.progress-bar{width:100%;display:flex;align-items:center;justify-content:center;gap:12px}.progress-bar__bar{width:100%;height:8px;background-color:#eaecf0;border-radius:4px}.progress-bar__bar--zero-progress{height:8px;width:5px;background-color:#667085;border-radius:4px}.progress-bar__bar--progress{height:8px;border-radius:4px;transition:width .3s ease-in-out}.progress-bar__bar--progress--blue{background-color:#175cd3}.progress-bar__bar--progress--green{background-color:#027a48}.progress-bar p{white-space:nowrap}.rating{display:flex;align-items:center}.rating.loading{opacity:.5}.rating__star-container{padding-inline:2px;height:18px;cursor:pointer}.rating__star-container.disabled{cursor:default}.spriteSheetAnimationWrapper{overflow:hidden}.spriteSheetAnimationWrapper .animatedSprite{width:100%;height:100%;background-size:contain}.empty-table{background-color:#fff;padding:40px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px}.table{border:1px solid #eaecf0;box-shadow:0 1px 3px #1018281a;background-color:#fff;border-radius:12px;width:100%;overflow-x:auto}.table__table{width:100%}.table__table tr{border-bottom:1px solid #eaecf0}.table__table th{padding:10px 16px;text-align:left;border-bottom:1px solid #eaecf0;background-color:#fcfcfd;font-size:16px;color:#475467;font-weight:500}.table__table th:last-child{text-align:center}.table__table td{padding:16px;color:#475467;border-bottom:1px solid #eaecf0;text-align:center}.table__table td:first-child{text-align:left}.table__table img{width:40px;border-radius:8px}.table__table__custom-column{display:flex;align-items:center;gap:12px}.table__actions{display:flex;justify-content:center;align-items:center;gap:12px}.table--with-header{border-top-right-radius:0;border-top-left-radius:0}.table-header{padding:20px 24px;background-color:#fff;border-top-left-radius:12px;border-top-right-radius:12px;box-shadow:0 1px 2px #1018280f;box-shadow:0 1px 3px #1018281a;border-bottom:1px solid #eaecf0;display:flex;justify-content:space-between;align-items:start;gap:16px}.table-header__title{display:flex;align-items:center;gap:8px}.table-header__description{margin-top:4px}@media screen and (max-width: 768px){.table-header{flex-direction:column}}.tabs{display:flex;gap:20px;border-bottom:1px solid #eaecf0}.tabs__tab{color:#175cd3;font-size:14px;line-height:28px;padding-bottom:10px}.tabs__tab--selected{color:#344054;border-bottom:2px solid #1849a9}.checkbox{display:flex;align-items:start;gap:8px;cursor:pointer;font-size:16px;color:#344054}.checkbox__input{position:absolute;opacity:0;width:0;height:0}.checkbox__custom-input{margin-top:4px;width:16px;min-width:16px;height:16px;border:2px solid #98a2b3;border-radius:4px;display:flex;align-items:center;justify-content:center}.checkbox__input:checked+.checkbox__custom-input{background:#eff8ff;border-color:#175cd3}.checkbox__icon{width:10px;height:10px;color:#175cd3;opacity:0}.checkbox__input:checked+.checkbox__custom-input .checkbox__icon{opacity:1}.custom-input-container{width:100%;position:relative;display:flex;align-items:center}.custom-input-container__label{margin-bottom:6px}.custom-input-container input{width:100%;border-radius:100px;background-color:#fff;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.custom-input-container input.primary{height:56px;border:1px solid #84caff;box-shadow:0 3px #06598633}.custom-input-container input.secondary{height:40px;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d}.custom-input-container input.left-icon{padding-left:50px}.custom-input-container input.error{border:1px solid #fda29b;background-color:#fffbfa;color:#d92d20}.custom-input-container input.disabled{background-color:#f9fafb;border:none}.custom-input-container input:focus-visible{outline:none;box-shadow:0 0 5px #007bff;transition:box-shadow .2s ease}.custom-input-container__icon{position:absolute;right:24px}.custom-input-container__custom-icon{position:absolute;left:24px;color:#344054;display:flex}.custom-input-container__bottom-text{margin-top:6px}.footer-container{background-color:#fff;width:100%;padding:40px 115px;border-top:1.5px solid #d0d5dd;display:flex;align-items:center}@media screen and (max-width: 768px){.footer-container{padding:30px;flex-direction:column;justify-content:start;gap:32px}}.footer-container section{width:100%;display:flex;flex-direction:column;gap:5px}.footer-container ul{width:100%;display:flex;gap:16px;justify-content:end}@media screen and (max-width: 768px){.footer-container ul{flex-direction:column;justify-content:start}}.desktop-navbar{min-height:120px;height:100%;padding:0 32px;display:flex;justify-content:space-between;align-items:center;gap:24px;color:currentColor}.desktop-navbar__menu-items{display:flex;align-items:center;gap:2px;width:100%}.desktop-navbar__menu-item{display:flex;width:100%;align-items:center;gap:12px;padding:12px 24px;border-radius:100px;color:currentColor;font-weight:600;font-weight:18px}.desktop-navbar__menu-item--selected{background-color:#fff;color:#175cd3}.desktop-navbar__auth-section{display:flex;align-items:center;gap:28px}.desktop-navbar__sign-up{width:max-content;display:flex;align-items:center;gap:5px}.desktop-navbar__sign-up__item{color:currentColor;font-weight:600;font-weight:18px}.desktop-navbar__user{width:max-content;display:flex;align-items:center;gap:28px}@media screen and (max-width: 769px){.desktop-navbar{display:none}}.dropdown-list{position:absolute;background-color:#fff;border:1px solid #eaecf0;border-radius:8px;box-shadow:0 2px 4px -2px #1018280f;box-shadow:0 4px 8px -2px #1018281a;padding:16px 8px;right:-18px;top:44px;z-index:1;width:220px}.dropdown-list__arrow{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid white;margin:0 auto;position:absolute;top:-10px;right:6px;transform:translate(-50%)}.dropdown-list__options{display:flex;flex-direction:column}.dropdown-list__option{border-bottom:1px solid #eaecf0;padding:8px 0}.dropdown-list__option:last-child{border-bottom:none;padding:16px 0 0}.dropdown-list__link{width:100%;height:44px;padding:0 22px;border-radius:100px;display:flex;align-items:center;justify-content:left;gap:12px;cursor:pointer;background-color:#fff;color:#175cd3}.dropdown-list__link:hover{background-color:#175cd3;color:#fff}.dropdown-list__link__icon{width:24px;height:24px;text-align:center}.dropdown-list__link__text{font-weight:600;font-size:18px}.avatar-dropdown{position:relative;display:inline-block}.avatar-dropdown__button{display:flex;align-items:center;gap:12px}.mobile-navbar{min-height:70px;height:100%;padding:0 16px;display:flex;justify-content:space-between;align-items:center;background-color:#175cd3}@media screen and (min-width: 769px){.mobile-navbar{display:none}}.bg-transparent{background-color:#0000004d}.border-gray-25{border:1px solid #fcfcfd}.border-gray-50{border:1px solid #f9fafb}.border-gray-100{border:1px solid #f2f4f7}.border-gray-200{border:1px solid #eaecf0}.border-gray-300{border:1px solid #d0d5dd}.border-gray-400{border:1px solid #98a2b3}.border-gray-500{border:1px solid #667085}.border-gray-600{border:1px solid #475467}.border-gray-700{border:1px solid #344054}.border-gray-800{border:1px solid #1d2939}.border-gray-900{border:1px solid #101828}.border-blue-25{border:1px solid #f5faff}.border-blue-50{border:1px solid #eff8ff}.border-blue-100{border:1px solid #d1e9ff}.border-blue-200{border:1px solid #b2ddff}.border-blue-300{border:1px solid #84caff}.border-blue-400{border:1px solid #53b1fd}.border-blue-500{border:1px solid #2e90fa}.border-blue-600{border:1px solid #1570ef}.border-blue-700{border:1px solid #175cd3}.border-blue-800{border:1px solid #1849a9}.border-blue-900{border:1px solid #194185}.border-red-25{border:1px solid #fffbfa}.border-red-50{border:1px solid #fef3f2}.border-red-100{border:1px solid #fee4e2}.border-red-200{border:1px solid #fecdca}.border-red-300{border:1px solid #fda29b}.border-red-400{border:1px solid #f97066}.border-red-500{border:1px solid #f04438}.border-red-600{border:1px solid #d92d20}.border-red-700{border:1px solid #b42318}.border-red-800{border:1px solid #912018}.border-red-900{border:1px solid #7a271a}.border-yellow-25{border:1px solid #fffcf5}.border-yellow-50{border:1px solid #fffaeb}.border-yellow-100{border:1px solid #fef0c7}.border-yellow-200{border:1px solid #fedf89}.border-yellow-300{border:1px solid #fec84b}.border-yellow-400{border:1px solid #fdb022}.border-yellow-500{border:1px solid #f79009}.border-yellow-600{border:1px solid #dc6803}.border-yellow-700{border:1px solid #b54708}.border-yellow-800{border:1px solid #93370d}.border-yellow-900{border:1px solid #7a2e0e}.border-green-25{border:1px solid #f6fef9}.border-green-50{border:1px solid #ecfdf3}.border-green-100{border:1px solid #d1fadf}.border-green-200{border:1px solid #a6f4c5}.border-green-300{border:1px solid #6ce9a6}.border-green-400{border:1px solid #32d583}.border-green-500{border:1px solid #12b76a}.border-green-600{border:1px solid #039855}.border-green-700{border:1px solid #027a48}.border-green-800{border:1px solid #05603a}.border-green-900{border:1px solid #054f31}.border-teal-25{border:1px solid #f6fefc}.border-teal-50{border:1px solid #f0fdf9}.border-teal-100{border:1px solid #ccfbef}.border-teal-200{border:1px solid #99f6e0}.border-teal-300{border:1px solid #5fe9d0}.border-teal-400{border:1px solid #2ed3b7}.border-teal-500{border:1px solid #15b79e}.border-teal-600{border:1px solid #0e9384}.border-teal-700{border:1px solid #107569}.border-teal-800{border:1px solid #125d56}.border-teal-900{border:1px solid #134e48}.border-cyan-25{border:1px solid #f5feff}.border-cyan-50{border:1px solid #ecfdff}.border-cyan-100{border:1px solid #cff9fe}.border-cyan-200{border:1px solid #a5f0fc}.border-cyan-300{border:1px solid #67e3f9}.border-cyan-400{border:1px solid #22ccee}.border-cyan-500{border:1px solid #06aed4}.border-cyan-600{border:1px solid #088ab2}.border-cyan-700{border:1px solid #0e7090}.border-cyan-800{border:1px solid #155b75}.border-cyan-900{border:1px solid #164c63}.border-purple-25{border:1px solid #f5f8ff}.border-purple-50{border:1px solid #eef4ff}.border-purple-100{border:1px solid #e0eaff}.border-purple-200{border:1px solid #c7d7fe}.border-purple-300{border:1px solid #a4bcfd}.border-purple-400{border:1px solid #8098f9}.border-purple-500{border:1px solid #6172f3}.border-purple-600{border:1px solid #444ce7}.border-purple-700{border:1px solid #3538cd}.border-purple-800{border:1px solid #2d31a6}.border-purple-900{border:1px solid #2d3282}.border-2{border-width:2px}.border-4{border-width:4px}.border-6{border-width:6px}.border-8{border-width:8px}.border-0{border-width:0}.side-menu{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10;display:flex;background-color:#175cd3;color:#fff}.side-menu__header{height:70px;display:flex;align-items:center;padding:8px 0 0 4px}.side-menu__content{display:flex;flex-direction:column;flex-grow:1;padding:0 12px 24px}.side-menu__menu-items{margin-top:32px;display:flex;flex-direction:column;gap:10px;flex:1}.side-menu__menu-item{display:flex;width:100%;align-items:center;gap:12px;padding:12px 24px;border-radius:100px;color:currentColor;font-weight:600;font-weight:18px}.side-menu__menu-item--selected{background-color:#fff;color:#175cd3}.side-menu__avatar-menu-items{padding-bottom:20px}.side-menu__auth-section{border-top:2px white solid;padding:20px 8px 0;display:flex;align-items:center;gap:12px}.side-menu__auth-section__text{display:flex;align-items:center;gap:8px;flex:1}.side-menu__auth-section__item{color:currentColor;font-weight:600;font-weight:18px}.side-menu__aside{width:64px;box-shadow:inset 10px 0 10px -10px #10182814;padding:20px 16px;display:flex;align-items:start;justify-content:end;background-color:#1849a9}.bg-green-25{background-color:#f6fef9}.bg-green-50{background-color:#ecfdf3}.bg-green-100{background-color:#d1fadf}.bg-green-200{background-color:#a6f4c5}.bg-green-300{background-color:#6ce9a6}.bg-green-400{background-color:#32d583}.bg-green-500{background-color:#12b76a}.bg-green-600{background-color:#039855}.bg-green-700{background-color:#027a48}.bg-green-800{background-color:#05603a}.bg-green-900{background-color:#054f31}.bg-gray-25{background-color:#fcfcfd}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f2f4f7}.bg-gray-200{background-color:#eaecf0}.bg-gray-300{background-color:#d0d5dd}.bg-gray-400{background-color:#98a2b3}.bg-gray-500{background-color:#667085}.bg-gray-600{background-color:#475467}.bg-gray-700{background-color:#344054}.bg-gray-800{background-color:#1d2939}.bg-gray-900{background-color:#101828}.bg-blue-25{background-color:#f5faff}.bg-blue-50{background-color:#eff8ff}.bg-blue-100{background-color:#d1e9ff}.bg-blue-200{background-color:#b2ddff}.bg-blue-300{background-color:#84caff}.bg-blue-400{background-color:#53b1fd}.bg-blue-500{background-color:#2e90fa}.bg-blue-600{background-color:#1570ef}.bg-blue-700{background-color:#175cd3}.bg-blue-800{background-color:#1849a9}.bg-blue-900{background-color:#194185}.bg-red-25{background-color:#fffbfa}.bg-red-50{background-color:#fef3f2}.bg-red-100{background-color:#fee4e2}.bg-red-200{background-color:#fecdca}.bg-red-300{background-color:#fda29b}.bg-red-400{background-color:#f97066}.bg-red-500{background-color:#f04438}.bg-red-600{background-color:#d92d20}.bg-red-700{background-color:#b42318}.bg-red-800{background-color:#912018}.bg-red-900{background-color:#7a271a}.bg-yellow-25{background-color:#fffcf5}.bg-yellow-50{background-color:#fffaeb}.bg-yellow-100{background-color:#fef0c7}.bg-yellow-200{background-color:#fedf89}.bg-yellow-300{background-color:#fec84b}.bg-yellow-400{background-color:#fdb022}.bg-yellow-500{background-color:#f79009}.bg-yellow-600{background-color:#dc6803}.bg-yellow-700{background-color:#b54708}.bg-yellow-800{background-color:#93370d}.bg-yellow-900{background-color:#7a2e0e}.bg-teal-25{background-color:#f6fefc}.bg-teal-50{background-color:#f0fdf9}.bg-teal-100{background-color:#ccfbef}.bg-teal-200{background-color:#99f6e0}.bg-teal-300{background-color:#5fe9d0}.bg-teal-400{background-color:#2ed3b7}.bg-teal-500{background-color:#15b79e}.bg-teal-600{background-color:#0e9384}.bg-teal-700{background-color:#107569}.bg-teal-800{background-color:#125d56}.bg-teal-900{background-color:#134e48}.bg-cyan-25{background-color:#f5feff}.bg-cyan-50{background-color:#ecfdff}.bg-cyan-100{background-color:#cff9fe}.bg-cyan-200{background-color:#a5f0fc}.bg-cyan-300{background-color:#67e3f9}.bg-cyan-400{background-color:#2ce}.bg-cyan-500{background-color:#06aed4}.bg-cyan-600{background-color:#088ab2}.bg-cyan-700{background-color:#0e7090}.bg-cyan-800{background-color:#155b75}.bg-cyan-900{background-color:#164c63}.bg-purple-25{background-color:#f5f8ff}.bg-purple-50{background-color:#eef4ff}.bg-purple-100{background-color:#e0eaff}.bg-purple-200{background-color:#c7d7fe}.bg-purple-300{background-color:#a4bcfd}.bg-purple-400{background-color:#8098f9}.bg-purple-500{background-color:#6172f3}.bg-purple-600{background-color:#444ce7}.bg-purple-700{background-color:#3538cd}.bg-purple-800{background-color:#2d31a6}.bg-purple-900{background-color:#2d3282}.text-gray-25{color:#fcfcfd}.text-gray-50{color:#f9fafb}.text-gray-100{color:#f2f4f7}.text-gray-200{color:#eaecf0}.text-gray-300{color:#d0d5dd}.text-gray-400{color:#98a2b3}.text-gray-500{color:#667085}.text-gray-600{color:#475467}.text-gray-700{color:#344054}.text-gray-800{color:#1d2939}.text-gray-900{color:#101828}.text-blue-25{color:#f5faff}.text-blue-50{color:#eff8ff}.text-blue-100{color:#d1e9ff}.text-blue-200{color:#b2ddff}.text-blue-300{color:#84caff}.text-blue-400{color:#53b1fd}.text-blue-500{color:#2e90fa}.text-blue-600{color:#1570ef}.text-blue-700{color:#175cd3}.text-blue-800{color:#1849a9}.text-blue-900{color:#194185}.text-red-25{color:#fffbfa}.text-red-50{color:#fef3f2}.text-red-100{color:#fee4e2}.text-red-200{color:#fecdca}.text-red-300{color:#fda29b}.text-red-400{color:#f97066}.text-red-500{color:#f04438}.text-red-600{color:#d92d20}.text-red-700{color:#b42318}.text-red-800{color:#912018}.text-red-900{color:#7a271a}.text-yellow-25{color:#fffcf5}.text-yellow-50{color:#fffaeb}.text-yellow-100{color:#fef0c7}.text-yellow-200{color:#fedf89}.text-yellow-300{color:#fec84b}.text-yellow-400{color:#fdb022}.text-yellow-500{color:#f79009}.text-yellow-600{color:#dc6803}.text-yellow-700{color:#b54708}.text-yellow-800{color:#93370d}.text-yellow-900{color:#7a2e0e}.text-green-25{color:#f6fef9}.text-green-50{color:#ecfdf3}.text-green-100{color:#d1fadf}.text-green-200{color:#a6f4c5}.text-green-300{color:#6ce9a6}.text-green-400{color:#32d583}.text-green-500{color:#12b76a}.text-green-600{color:#039855}.text-green-700{color:#027a48}.text-green-800{color:#05603a}.text-green-900{color:#054f31}.text-teal-25{color:#f6fefc}.text-teal-50{color:#f0fdf9}.text-teal-100{color:#ccfbef}.text-teal-200{color:#99f6e0}.text-teal-300{color:#5fe9d0}.text-teal-400{color:#2ed3b7}.text-teal-500{color:#15b79e}.text-teal-600{color:#0e9384}.text-teal-700{color:#107569}.text-teal-800{color:#125d56}.text-teal-900{color:#134e48}.text-cyan-25{color:#f5feff}.text-cyan-50{color:#ecfdff}.text-cyan-100{color:#cff9fe}.text-cyan-200{color:#a5f0fc}.text-cyan-300{color:#67e3f9}.text-cyan-400{color:#2ce}.text-cyan-500{color:#06aed4}.text-cyan-600{color:#088ab2}.text-cyan-700{color:#0e7090}.text-cyan-800{color:#155b75}.text-cyan-900{color:#164c63}.text-purple-25{color:#f5f8ff}.text-purple-50{color:#eef4ff}.text-purple-100{color:#e0eaff}.text-purple-200{color:#c7d7fe}.text-purple-300{color:#a4bcfd}.text-purple-400{color:#8098f9}.text-purple-500{color:#6172f3}.text-purple-600{color:#444ce7}.text-purple-700{color:#3538cd}.text-purple-800{color:#2d31a6}.text-purple-900{color:#2d3282}.text-white{color:#fff}.bg-white{background-color:#fff}.text-display-2xl{font-size:72px;line-height:90px}.text-display-xl{font-size:60px;line-height:72px}.text-display-lg{font-size:48px;line-height:60px}.text-headline-1{font-size:36px;line-height:44px}.text-headline-2{font-size:30px;line-height:38px}.text-headline-3{font-size:24px;line-height:32px}.text-text-xl{font-size:20px;line-height:30px}.text-text-lg{font-size:18px;line-height:28px}.text-text-md{font-size:16px;line-height:24px}.text-text-sm{font-size:14px;line-height:20px}.text-text-xs{font-size:12px}.weight-regular{font-weight:400}.weight-medium{font-weight:500}.weight-semibold{font-weight:600}.weight-bold{font-weight:700}.line-height-display-2xl{line-height:90px}.line-height-display-xl{line-height:72px}.line-height-display-lg{line-height:60px}.line-height-headline-1{line-height:44px}.line-height-headline-2{line-height:38px}.line-height-headline-3{line-height:32px}.line-height-text-xl{line-height:30px}.line-height-text-lg{line-height:28px}.line-height-text-md{line-height:24px}.line-height-text-sm{line-height:20px}.letter-spacing-lg{letter-spacing:-2%}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}#root{width:100%;min-height:100dvh;min-height:100vh}body{background:linear-gradient(135deg,#b2ccff1a,#fbe8ff1a);width:100vw;max-width:100vw;min-height:100dvh;min-height:100vh;overflow-x:hidden;overflow-y:auto}a{text-decoration:none}button{background-color:transparent;border:none;cursor:pointer}ul{list-style-type:none}.mainLogoIcon{width:129px;height:80px}@media screen and (max-width: 768px){.mainLogoIcon{width:69px;height:43px}}.underline{text-decoration:underline}a:focus-visible{outline:none;box-shadow:0 0 5px #007bff;transition:box-shadow .2s ease}.gray-image{filter:grayscale(100%)}.width-100{width:100%}
