.Answer-module__TFKj0a__answerOption{cursor:pointer;-webkit-user-select:none;user-select:none;flex-direction:column;gap:10px;display:flex}.Answer-module__TFKj0a__value{border:1px solid rgb(var(--brand-primary));background-color:rgb(var(--brand-white));border-radius:100%;width:72px;height:72px;margin-inline:auto;transition:all .2s ease-in-out;position:relative}.Answer-module__TFKj0a__value span{font-family:var(--ff-regular);font-size:18px;font-weight:800;line-height:26.1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Answer-module__TFKj0a__text{font-family:var(--ff-regular);color:rgb(var(--brand-black));opacity:.4;text-align:center;max-width:72px;font-size:14px;font-weight:400;line-height:18.9px;transition:opacity .2s ease-in-out}.Answer-module__TFKj0a__answerOption.Answer-module__TFKj0a__selected .Answer-module__TFKj0a__value{background-color:rgb(var(--brand-primary));color:rgb(var(--brand-white))}.Answer-module__TFKj0a__answerOption.Answer-module__TFKj0a__selected .Answer-module__TFKj0a__text{opacity:1;color:rgb(var(--brand-primary));font-weight:800}@media screen and (max-width:768px){.Answer-module__TFKj0a__value{-webkit-user-select:none;user-select:none;width:54px;height:54px}}@media (hover:hover){.Answer-module__TFKj0a__answerOption.Answer-module__TFKj0a__selected:hover .Answer-module__TFKj0a__value{background-color:rgba(var(--brand-primary), .7)}.Answer-module__TFKj0a__answerOption:hover .Answer-module__TFKj0a__text{opacity:.85}.Answer-module__TFKj0a__answerOption:hover .Answer-module__TFKj0a__value{background-color:rgba(var(--brand-primary), .85);color:rgb(var(--brand-white))}}
.Arrow-module__6oKqnW__arrow{cursor:pointer;display:flex}.Arrow-module__6oKqnW__disabled{opacity:.3;cursor:not-allowed}
.LinkWrapper-module__PUwutq__linkWrapper{color:rgb(var(--brand-primary));-webkit-user-select:none;user-select:none;gap:8px;text-decoration:none;transition:-webkit-text-decoration 1s ease-in-out,text-decoration 1s ease-in-out;display:flex;position:relative}.LinkWrapper-module__PUwutq__caret{margin-top:4px}.LinkWrapper-module__PUwutq__linkWrapper:after{content:"";background:currentColor;width:100%;height:1px;transition:transform .3s ease-in-out;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.LinkWrapper-module__PUwutq__linkWrapper:hover:after{transform:scaleX(1)}@media screen and (max-width:768px){.LinkWrapper-module__PUwutq__caret{margin-top:3px;transform:scale(.8)}}
.Question-module__Z_72Ea__question{text-align:center;-webkit-user-select:none;user-select:none;width:100%}.Question-module__Z_72Ea__questionText{font-family:var(--ff-regular);letter-spacing:-.02em;text-align:center;align-items:flex-end;min-height:120px;margin-bottom:60px;font-size:30px;font-weight:400;line-height:37.5px;display:flex}.Question-module__Z_72Ea__questionText p{text-wrap:balance;max-width:599px;margin-inline:auto}.Question-module__Z_72Ea__questionText .Question-module__Z_72Ea__bold{font-weight:900}.Question-module__Z_72Ea__questionActions{justify-content:space-between;margin-bottom:56px;display:flex}.Question-module__Z_72Ea__answers{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.Question-module__Z_72Ea__questionNavigate{margin-top:32px}.Question-module__Z_72Ea__skipAction{font-family:var(--ff-regular);color:rgb(var(--brand-primary));cursor:pointer;border:var(--border-primary);-webkit-user-select:none;user-select:none;background-color:#0000;border-radius:21px;padding:12px 24px;font-size:14px;font-weight:400;line-height:16.1px;transition:all .2s ease-in-out}@media (hover:hover){.Question-module__Z_72Ea__skipAction:hover{background-color:rgba(var(--brand-primary), .85);color:rgb(var(--brand-white))}.Question-module__Z_72Ea__skipAction.Question-module__Z_72Ea__selected:hover{background-color:rgba(var(--brand-primary), .7)}}.Question-module__Z_72Ea__skipAction.Question-module__Z_72Ea__selected{background-color:rgb(var(--brand-primary));color:rgb(var(--brand-white))}.Question-module__Z_72Ea__questionContent{--opacity-duration:.9s;--transform-duration:.65s;--fade-duration:.65s}.Question-module__Z_72Ea__slideEnterNext{opacity:0;transform:translate(25%)}.Question-module__Z_72Ea__slideEnterActiveNext{opacity:1;transition:opacity var(--opacity-duration), transform var(--transform-duration) ease-out;transform:translate(0)}.Question-module__Z_72Ea__slideExitNext{opacity:1;transform:translate(0)}.Question-module__Z_72Ea__slideExitActiveNext{opacity:0;transition:opacity var(--opacity-duration), transform var(--transform-duration) ease-in;transform:translate(-25%)}.Question-module__Z_72Ea__slideEnterPrev{opacity:0;transform:translate(-25%)}.Question-module__Z_72Ea__slideEnterActivePrev{opacity:1;transition:opacity var(--opacity-duration), transform var(--transform-duration) ease-out;transform:translate(0)}.Question-module__Z_72Ea__slideExitPrev{opacity:1;transform:translate(0)}.Question-module__Z_72Ea__slideExitActivePrev{opacity:0;transition:opacity var(--opacity-duration), transform var(--transform-duration) ease-in;transform:translate(25%)}.Question-module__Z_72Ea__fadeEnter{opacity:0;pointer-events:none}.Question-module__Z_72Ea__fadeEnterActive{opacity:1;pointer-events:initial;transition:all var(--fade-duration)}.Question-module__Z_72Ea__fadeExit{opacity:1;pointer-events:initial}.Question-module__Z_72Ea__fadeExitActive{opacity:0;pointer-events:none;transition:all var(--fade-duration)}@media screen and (max-width:768px){.Question-module__Z_72Ea__question{position:relative}.Question-module__Z_72Ea__questionNavigate{position:absolute;bottom:-45px}.Question-module__Z_72Ea__questionNavigate:first-of-type{left:0}.Question-module__Z_72Ea__questionNavigate:last-of-type{right:0}.Question-module__Z_72Ea__answers{gap:10px}.Question-module__Z_72Ea__questionActions{justify-content:center}}
.ProgressText-module__X-P4uq__textContainer{flex-direction:row;justify-content:center;align-items:center;gap:4px;display:flex}.ProgressText-module__X-P4uq__textReversed{flex-direction:row-reverse}.ProgressText-module__X-P4uq__progressText{font-weight:500}.ProgressText-module__X-P4uq__completedText{font-weight:800;font-family:var(--ff-regular);text-align:center;align-items:center;gap:5px;line-height:16.8px;display:flex}.ProgressText-module__X-P4uq__stacked .ProgressText-module__X-P4uq__completedText{justify-content:center}
.ProgressBar-module__eJlbeq__progressContainer{font-family:var(--ff-regular);font-size:var(--fs-xs);text-align:left;align-items:center;gap:16px;font-weight:800;display:flex}.ProgressBar-module__eJlbeq__textContainer{text-wrap:nowrap;width:100%;margin-bottom:3px}.ProgressBar-module__eJlbeq__progressContainer.ProgressBar-module__eJlbeq__stack{flex-direction:column;gap:10px}.ProgressBar-module__eJlbeq__stack .ProgressBar-module__eJlbeq__textContainer{text-align:center;margin-bottom:0}.ProgressBar-module__eJlbeq__progressBar{--bar-min-width:160px;--bar-height:16px;background-color:rgb(var(--brand-white));border-radius:var(--br-medium);border:var(--border-primary);height:var(--bar-height);min-width:var(--bar-min-width);max-width:256px;position:relative;overflow:hidden}.ProgressBar-module__eJlbeq__progressBar.ProgressBar-module__eJlbeq__mobile{--bar-min-width:57px;--fill-max-width:calc(var(--bar-min-width) - 6px)}.ProgressBar-module__eJlbeq__progressBar.ProgressBar-module__eJlbeq__small{--bar-min-width:160px;--fill-max-width:calc(var(--bar-min-width) - 6px)}.ProgressBar-module__eJlbeq__progressBar.ProgressBar-module__eJlbeq__medium{--bar-min-width:224px;--fill-max-width:calc(var(--bar-min-width) - 6px)}.ProgressBar-module__eJlbeq__progressBar.ProgressBar-module__eJlbeq__large{--bar-min-width:256px;--fill-max-width:var(--bar-min-width)}.ProgressBar-module__eJlbeq__progressFill{height:calc(var(--bar-height) - 6px);border-radius:var(--br-medium);max-width:var(--fill-max-width);background-color:rgb(var(--brand-secondary));position:absolute;top:2px;left:2px}.ProgressBar-module__eJlbeq__progressBar.ProgressBar-module__eJlbeq__large .ProgressBar-module__eJlbeq__progressFill{height:calc(var(--bar-height) - 2px);top:0;left:0}.ProgressBar-module__eJlbeq__desktop{display:block}.ProgressBar-module__eJlbeq__mobile{display:none}@media screen and (max-width:768px){.ProgressBar-module__eJlbeq__progressContainer{gap:5px}}@media screen and (max-width:1080px){.ProgressBar-module__eJlbeq__desktop:not(.ProgressBar-module__eJlbeq__resultPage){display:none}.ProgressBar-module__eJlbeq__mobile{display:block}}
.Button-module__n6jXRG__button{font-family:var(--ff-regular);font-weight:600;font-size:var(--fs-lg);border-radius:var(--br-large);cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;width:fit-content;max-width:416px;line-height:24px;transition:all .2s ease-out;display:inline-flex;position:relative}.Button-module__n6jXRG__button--primary{color:rgb(var(--brand-white));background-color:rgb(var(--brand-primary))}.Button-module__n6jXRG__button--primary:hover{background-color:rgba(var(--brand-primary), .75)}.Button-module__n6jXRG__button--secondary{color:rgb(var(--brand-primary));border:var(--border-secondary);background-color:#0000;border-width:2px}.Button-module__n6jXRG__button--secondary:hover{background-color:var(--hover-white-bg)}.Button-module__n6jXRG__button--secondary-white{color:#fff;background-color:#0000;border-width:2px;border-color:#fff}.Button-module__n6jXRG__button--secondary-white:hover{color:rgb(var(--brand-primary));background-color:#fff}.Button-module__n6jXRG__button--secondary-on-dark{color:#fff;border:var(--border-secondary);background-color:#0000;border-width:2px}.Button-module__n6jXRG__button--secondary-on-dark:hover{background-color:var(--hover-white-bg)}.Button-module__n6jXRG__button--transparent{color:rgb(var(--brand-primary));border:var(--border-secondary);background-color:#0000;border-width:2px}.Button-module__n6jXRG__button--transparent:hover{background-color:rgba(var(--brand-white), .5)}.Button-module__n6jXRG__button--small{max-height:40px;padding:15px 32px;font-size:16px}.Button-module__n6jXRG__button--large{max-height:48px;padding:16px 32px;font-size:18px}.Button-module__n6jXRG__fullWidth{justify-content:center;width:100%}.Button-module__n6jXRG__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__n6jXRG__buttonText{margin-bottom:2px}@media screen and (max-width:668px){.Button-module__n6jXRG__button--small{padding:12px 16px;font-size:14px}}
.FormSubmitButton-module__mDs_IG__submitBtn{position:relative}.FormSubmitButton-module__mDs_IG__spinnerWrapper{visibility:hidden;height:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FormSubmitButton-module__mDs_IG__spinnerWrapper.FormSubmitButton-module__mDs_IG__pending,.FormSubmitButton-module__mDs_IG__label{visibility:visible}.FormSubmitButton-module__mDs_IG__label.FormSubmitButton-module__mDs_IG__pending{visibility:hidden}
.FormDropdown-module__w-8MNG__dropdown{border:var(--border-primary);background-color:rgb(var(--brand-white));color:rgb(var(--brand-black));font-family:var(--ff-regular);cursor:pointer;border-radius:8px;position:relative}.FormDropdown-module__w-8MNG__dropdown.FormDropdown-module__w-8MNG__disabled{opacity:.5;cursor:not-allowed}.FormDropdown-module__w-8MNG__selectedOption{-webkit-user-select:none;user-select:none;text-transform:capitalize;justify-content:space-between;align-items:center;height:100%;display:flex}.FormDropdown-module__w-8MNG__dropdownMenu{z-index:999;border:var(--border-primary);background-color:rgb(var(--brand-white));width:100%;font-family:var(--ff-regular);transform-origin:top;border-radius:8px;transition:all .3s ease-in-out;position:absolute;top:calc(100% + 3px);left:0;right:0;transform:scale(0);box-shadow:0 4px 4px #00000040}.FormDropdown-module__w-8MNG__dropdownMenu ul{list-style:none}.FormDropdown-module__w-8MNG__dropdownMenu.FormDropdown-module__w-8MNG__open{transform:scale(1)}.FormDropdown-module__w-8MNG__dropdownMenu *+*{border-top:var(--border-primary)}.FormDropdown-module__w-8MNG__menuItem{font-size:var(--fs-sm);cursor:pointer;-webkit-user-select:none;user-select:none;text-transform:capitalize;align-items:center;gap:14px;padding:12px;display:flex}.FormDropdown-module__w-8MNG__menuItem:hover{background-color:var(--hover-white-bg)}.FormDropdown-module__w-8MNG__menuIcon{width:19px;height:19px}.FormDropdown-module__w-8MNG__size-normal{width:200px;height:36px;padding:5px 12px}.FormDropdown-module__w-8MNG__size-xl{width:100%;height:60px;padding:8px 16px}
.CountOfAnswersToOutputInputs-module__FA7veG__groupedInputs{grid-column:1/-1;grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.CountOfAnswersToOutputInputs-module__FA7veG__valueTitle{color:rgb(var(--brand-primary));font-family:var(--ff-regular);grid-column:1/-1;margin-top:8px;font-size:14px}.CountOfAnswersToOutputInputs-module__FA7veG__labelBox{color:rgb(var(--brand-primary));font-family:var(--ff-regular);grid-column:1/-1;justify-content:space-between;margin-top:8px;padding-inline:4px;font-size:14px;display:flex}.CountOfAnswersToOutputInputs-module__FA7veG__delete{opacity:.65;cursor:pointer;text-decoration:underline}.CountOfAnswersToOutputInputs-module__FA7veG__delete:hover{opacity:1}.CountOfAnswersToOutputInputs-module__FA7veG__subGrid{grid-template-columns:repeat(2,1fr);grid-column-start:1;gap:16px;display:grid}
.CountOfAnswersToAdviceInputs-module__ALYLUq__spanAll{grid-column:1/-1}
.DashboardCardMobileContent-module__VSAkcG__textContent{font-size:15px}.DashboardCardMobileContent-module__VSAkcG__zoneRadialSmall{float:right;width:85px;height:85px}.DashboardCardMobileContent-module__VSAkcG__cardTextMobile{max-width:400px;display:block}.DashboardCardMobileContent-module__VSAkcG__actions{flex-direction:column;gap:8px;width:100%;display:flex}.DashboardCardMobileContent-module__VSAkcG__actions button{justify-content:center;width:100%}.DashboardCardMobileContent-module__VSAkcG__readMore,.DashboardCardMobileContent-module__VSAkcG__readLess{all:unset;cursor:pointer;color:rgb(var(--brand-black));font-size:14px;font-weight:400;text-decoration:underline}.DashboardCardMobileContent-module__VSAkcG__readLess{display:block}
.PointscoreRuleInputs-module__JalLpq__ruleInputs>*+*{margin-top:16px}.PointscoreRuleInputs-module__JalLpq__noRules{text-align:center}.PointscoreRuleInputs-module__JalLpq__card{border:var(--border-primary);background-color:#fff;border-radius:8px;padding:8px 16px 16px}.PointscoreRuleInputs-module__JalLpq__labelBox{padding-block:8px 16px;font-family:var(--ff-regular);justify-content:space-between;padding-left:4px;display:flex}.PointscoreRuleInputs-module__JalLpq__delete{opacity:.65;cursor:pointer;text-decoration:underline}.PointscoreRuleInputs-module__JalLpq__delete:hover{opacity:1}.PointscoreRuleInputs-module__JalLpq__inputGroup{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.PointscoreRuleInputs-module__JalLpq__spanAll{grid-column:1/-1}
.PrintableZoneRadial-module__M0qfHq__radialWrapper{aspect-ratio:1;background-color:rgb(var(--brand-white));border:var(--border-primary);margin-inline:auto;border-radius:100%;place-items:center;width:304px;margin-bottom:35px;display:grid}.PrintableZoneRadial-module__M0qfHq__radialWrapper .PrintableZoneRadial-module__M0qfHq__resultRadial{--b:30px;--w:216px}.PrintableZoneRadial-module__M0qfHq__radialWrapper .PrintableZoneRadial-module__M0qfHq__resultRadial div{font-size:32px}.PrintableZoneRadial-module__M0qfHq__printResult{display:none}
.Card-module__o1LCPG__card{border:var(--border-primary);background-color:rgb(var(--brand-white));height:100%;box-shadow:var(--shadow-primary);border-radius:16px;place-items:center;transition:all .3s;display:grid}.Card-module__o1LCPG__card.Card-module__o1LCPG__maxWidth{max-width:var(--sectionCard-width)}.Card-module__o1LCPG__card:hover{box-shadow:var(--shadow-hover)}
.ResultInputs-module__42NGXa__resultInputs>*+*{margin-top:16px}.ResultInputs-module__42NGXa__noResults{text-align:center}.ResultInputs-module__42NGXa__card{border:var(--border-primary);background-color:#fff;border-radius:8px;padding:8px 16px 16px}.ResultInputs-module__42NGXa__labelBox{padding-block:8px 16px;font-family:var(--ff-regular);justify-content:space-between;padding-left:4px;display:flex}.ResultInputs-module__42NGXa__delete{opacity:.65;cursor:pointer;text-decoration:underline}.ResultInputs-module__42NGXa__delete:hover{opacity:1}.ResultInputs-module__42NGXa__inputGroup{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.ResultInputs-module__42NGXa__spanAll{grid-column:1/-1}.ResultInputs-module__42NGXa__rangeInputs{grid-template-columns:1fr 1fr;gap:16px;display:grid}
.CardTitle-module__FcFEhG__cardTitle{font-size:var(--fs-md);font-family:var(--ff-regular);text-align:left;color:rgb(var(--brand-black));text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-weight:800;line-height:20px;display:-webkit-box;overflow:hidden}
.LoadingSpinner-module__hm9-AG__container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LoadingSpinner-module__hm9-AG__spinner{aspect-ratio:1;border:var(--border-primary);background:rgb(var(--brand-primary));--_m:conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;width:80px;-webkit-mask:var(--_m);-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;background:0 0;border-radius:50%;padding:8px;animation:1s linear infinite LoadingSpinner-module__hm9-AG__l3;-webkit-mask-composite:source-out;mask-composite:subtract}.LoadingSpinner-module__hm9-AG__spinner.LoadingSpinner-module__hm9-AG__dark{border-color:rgb(var(--brand-black))}.LoadingSpinner-module__hm9-AG__spinner.LoadingSpinner-module__hm9-AG__small{width:20px}@keyframes LoadingSpinner-module__hm9-AG__l3{to{transform:rotate(1turn)}}
.page-module__56DsBG__questionPage{grid-template-rows:auto 1fr;align-items:center;height:100%;display:grid;position:relative}
.SectionCard-module__7xPWiq__linkWrapper{text-decoration:none}.SectionCard-module__7xPWiq__sectionCard{place-items:initial}.SectionCard-module__7xPWiq__compact,.SectionCard-module__7xPWiq__horizontal{cursor:pointer}.SectionCard-module__7xPWiq__image{object-position:center bottom;object-fit:cover}.SectionCard-module__7xPWiq__compact{width:100%;height:100%;transition:opacity .5s ease-in-out;position:relative}.SectionCard-module__7xPWiq__compact.SectionCard-module__7xPWiq__fixedWidth{width:var(--sectionCard-width)}.SectionCard-module__7xPWiq__compact .SectionCard-module__7xPWiq__imageContainer{height:var(--sectionCardImage-height);border-top-left-radius:16px;border-top-right-radius:16px;max-height:60%;margin:-1px -1px 0;transition:all .3s ease-in-out;position:relative;overflow:hidden}.SectionCard-module__7xPWiq__compact:hover .SectionCard-module__7xPWiq__imageContainer{opacity:.85}.SectionCard-module__7xPWiq__compact .SectionCard-module__7xPWiq__image{width:100%;height:100%;display:block}.SectionCard-module__7xPWiq__compact .SectionCard-module__7xPWiq__contentContainer{padding:24px 32px 36px}.SectionCard-module__7xPWiq__compact .SectionCard-module__7xPWiq__contentContainer>*+*{margin-top:12px}.SectionCard-module__7xPWiq__horizontal{place-self:start;max-width:807px;max-height:128px;display:flex}.SectionCard-module__7xPWiq__horizontal .SectionCard-module__7xPWiq__imageContainer{margin-block:-1px;flex:0 0 188px;margin-left:-1px;position:relative;overflow:hidden}.SectionCard-module__7xPWiq__horizontal .SectionCard-module__7xPWiq__image{border-top-left-radius:16px;border-bottom-left-radius:16px;width:100%;height:100%;display:block}.SectionCard-module__7xPWiq__horizontal .SectionCard-module__7xPWiq__contentContainer{flex-grow:1;padding:30px 88px 28px 24px}.SectionCard-module__7xPWiq__horizontal .SectionCard-module__7xPWiq__contentContainer>*+*{margin-top:12px}.SectionCard-module__7xPWiq__horizontal .SectionCard-module__7xPWiq__textEllipses{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.SectionCard-module__7xPWiq__completed{position:relative}.SectionCard-module__7xPWiq__completed>*{opacity:.4}.SectionCard-module__7xPWiq__completedSvg,.SectionCard-module__7xPWiq__vurderingPill{opacity:1;position:absolute;top:16px;right:16px}.SectionCard-module__7xPWiq__compact .SectionCard-module__7xPWiq__textEllipses{-webkit-line-clamp:4;-webkit-box-orient:vertical;margin-top:4px;display:-webkit-box;overflow:hidden}@media screen and (max-width:668px){.SectionCard-module__7xPWiq__horizontal .SectionCard-module__7xPWiq__imageContainer{flex:0 0 96px}}@media screen and (max-width:768px){.SectionCard-module__7xPWiq__compact .SectionCard-module__7xPWiq__contentContainer{padding:16px 22px 26px}.SectionCard-module__7xPWiq__horizontal .SectionCard-module__7xPWiq__contentContainer{padding:20px 22px 16px}}
.ButtonWithLoading-module__677vwG__spinnerWrapper{display:none}.ButtonWithLoading-module__677vwG__spinnerWrapper.ButtonWithLoading-module__677vwG__pending{display:initial;height:16px}.ButtonWithLoading-module__677vwG__label{visibility:visible}.ButtonWithLoading-module__677vwG__label.ButtonWithLoading-module__677vwG__pending{visibility:hidden}
.page-module__3fBSpG__questionPage{grid-template-rows:auto 1fr;align-items:center;height:100%;display:grid;position:relative}
.page-module__jGnkpq__questionPage{grid-template-rows:auto 1fr;align-items:center;height:100%;display:grid}
.TestIntroContainer-module___wILVq__freeTestPage{background-color:var(--brand-white);flex-direction:column;justify-content:center;align-items:center;gap:41px;width:100%;height:100%;display:flex}.TestIntroContainer-module___wILVq__title{font-family:var(--ff-regular);letter-spacing:-.02em;color:rgb(var(--brand-primary));text-align:center;font-size:30px;font-weight:800;line-height:37.5px}.TestIntroContainer-module___wILVq__cardContainer{justify-content:center;width:100%;display:flex}
.PageTitle-module__5uRSMq__pageTitle{font-size:var(--fs-xxl);font-family:var(--ff-regular);letter-spacing:-.02em;grid-column:1/-1;margin-bottom:46px;font-weight:900;line-height:50px}@media screen and (max-width:768px){.PageTitle-module__5uRSMq__pageTitle{margin-bottom:18px;line-height:28px}}
.HeaderSection-module__7seXQW__headerSection{justify-content:space-between;align-items:center;margin-bottom:34px;display:flex}.HeaderSection-module__7seXQW__pageTitle{font-size:var(--fs-xxl);font-family:var(--ff-regular);letter-spacing:-.02em;font-weight:900}.HeaderSection-module__7seXQW__actions{align-self:flex-end}.HeaderSection-module__7seXQW__actions>*+*{margin-left:8px}@media screen and (max-width:1168px){.HeaderSection-module__7seXQW__headerSection button{max-height:24px;padding:15px 22px;font-size:14px}}@media screen and (max-width:520px){.HeaderSection-module__7seXQW__headerSection{flex-direction:column;align-items:flex-start;gap:16px}.HeaderSection-module__7seXQW__actions{align-self:unset}}
.ExtraMaterialListItem-module__KTQS0W__link{text-decoration:none}.ExtraMaterialListItem-module__KTQS0W__link:not(:first-of-type) .ExtraMaterialListItem-module__KTQS0W__listItem{border-top:var(--border-primary)}.ExtraMaterialListItem-module__KTQS0W__listItem{min-height:60px;font-family:var(--ff-regular);color:rgb(var(--brand-black));cursor:pointer;background-color:#f2fbf9;justify-content:space-between;align-items:center;gap:8px;padding-block:16px;padding-inline:32px;display:flex}.ExtraMaterialListItem-module__KTQS0W__listItem:hover{background-color:#f2fbf980}.ExtraMaterialListItem-module__KTQS0W__textContainer{align-items:center;gap:10px;height:100%;display:flex}.ExtraMaterialListItem-module__KTQS0W__pill{background-color:rgb(var(--brand-secondary));color:rgb(var(--brand-white));font-size:var(--fs-sm);border-radius:12px;flex-shrink:0;place-items:center;width:64px;height:20px;font-weight:500;line-height:16.1px;display:grid}.ExtraMaterialListItem-module__KTQS0W__text{font-family:var(--ff-regular);font-size:var(--fs-md);margin-bottom:2px;font-weight:400;line-height:20px}.ExtraMaterialListItem-module__KTQS0W__bold{font-weight:800}.ExtraMaterialListItem-module__KTQS0W__caret{flex-shrink:0;margin-top:2px}@media screen and (max-width:668px){.ExtraMaterialListItem-module__KTQS0W__pill{display:none}}
.ThumbBars-module__lIuCtW__thumbBars{--scale-factor:1;--w:calc(6px * var(--scale-factor));--h:7px;--green:#2bc9af;--yellow:#fcc503;--orange:#fc8903;--red:#e24422;--grey:rgb(var(--bg-primary));--width:30px;left:calc(50% - var(--width) / 2);height:25px;width:var(--width);flex-direction:row;justify-content:center;align-items:flex-end;gap:2px;display:flex;position:absolute;bottom:-30px}.ThumbBars-module__lIuCtW__thumbBars.ThumbBars-module__lIuCtW__adminPanel{--scale-factor:.7;bottom:unset;position:initial;height:unset;width:unset}.ThumbBars-module__lIuCtW__thumbBar{width:var(--w);height:var(--h);background:var(--grey);border-radius:2px}.ThumbBars-module__lIuCtW__thumbBar.ThumbBars-module__lIuCtW__green{--h:calc(7px * var(--scale-factor));background:var(--green)}.ThumbBars-module__lIuCtW__thumbBar.ThumbBars-module__lIuCtW__yellow{--h:calc(12px * var(--scale-factor));background:var(--yellow)}.ThumbBars-module__lIuCtW__thumbBar.ThumbBars-module__lIuCtW__orange{--h:calc(20px * var(--scale-factor));background:var(--orange)}.ThumbBars-module__lIuCtW__thumbBar.ThumbBars-module__lIuCtW__red{--h:calc(25px * var(--scale-factor));background:var(--red)}@media screen and (max-width:768px){.ThumbBars-module__lIuCtW__thumbBars{--scale-factor:.5;bottom:-15px}}
.TabList-module__BqwMJW__tabs ul{--bottom-placement:-16px;margin:0 0 68px;padding:0;list-style:none;display:flex;position:relative}.TabList-module__BqwMJW__tabs ul a{color:inherit;text-decoration:none}.TabList-module__BqwMJW__tabs ul li{width:var(--tab-width);text-align:center;letter-spacing:.02em;font-weight:800;font-size:var(--fs-sm);font-family:var(--ff-regular);text-transform:capitalize;opacity:.6;cursor:pointer;position:relative}.TabList-module__BqwMJW__tabs ul:after{content:"";bottom:var(--bottom-placement);background-color:rgb(var(--layout-div));border-radius:4px;width:100%;height:4px;display:block;position:absolute}.TabList-module__BqwMJW__tabs ul .TabList-module__BqwMJW__activeBar{z-index:3;bottom:var(--bottom-placement);width:var(--tab-width);background-color:rgb(var(--brand-secondary));border-radius:4px;height:4px;transition:left .3s ease-in-out;position:absolute}.TabList-module__BqwMJW__tabs ul li.TabList-module__BqwMJW__active{opacity:1}
.UpdateLessonForm-module__dB4Laa__deleteButtonContainer{text-align:center;margin-top:44px}
.CallToAction-module__qaDwwW__callToAction{margin-top:30px;font-size:18px}.CallToAction-module__qaDwwW__callToAction .CallToAction-module__qaDwwW__title{color:rgb(var(--brand-black));margin-bottom:28px}.CallToAction-module__qaDwwW__actions{margin-bottom:55px}.CallToAction-module__qaDwwW__free,.CallToAction-module__qaDwwW__demo{padding-top:13px!important;font-weight:700!important}.CallToAction-module__qaDwwW__free{margin-right:8px}.CallToAction-module__qaDwwW__free:hover,.CallToAction-module__qaDwwW__demo:hover{color:rgb(var(--brand-white));background-color:rgb(var(--brand-secondary))!important}@media screen and (max-width:950px){.CallToAction-module__qaDwwW__callToAction{margin-top:17px}.CallToAction-module__qaDwwW__actions{margin-bottom:17px}}@media screen and (max-width:1085px){.CallToAction-module__qaDwwW__callToAction .CallToAction-module__qaDwwW__title{margin-bottom:26px;font-size:16px!important}.CallToAction-module__qaDwwW__free{margin-bottom:8px;justify-content:center!important;width:100%!important}.CallToAction-module__qaDwwW__demo{justify-content:center!important;width:100%!important}}
@property --p{syntax:"<number>";inherits:true;initial-value:0}.ZoneRadial-module__0bLVzW__zoneRadial{--p:20;--b:30px;--w:216px;--c-start:#f0f0f0;--c:darkred;--full-w:calc(var(--w) + var(--b));width:var(--full-w);aspect-ratio:1;place-content:center;margin:5px;font-size:25px;display:inline-grid;position:relative}.ZoneRadial-module__0bLVzW__zoneRadial:before,.ZoneRadial-module__0bLVzW__zoneRadial:after{content:"";border-radius:50%;position:absolute}.ZoneRadial-module__0bLVzW__zoneRadial:not(.ZoneRadial-module__0bLVzW__noRound) .ZoneRadial-module__0bLVzW__startDot{background:linear-gradient(90deg, var(--c-start) 45%, transparent);inset:calc(50% - var(--b) / 2);transform:translateY(calc(50% - var(--full-w) / 2));border-radius:50%;position:absolute}.ZoneRadial-module__0bLVzW__zoneRadial:before{background:conic-gradient(var(--c-start) 0%, var(--c) calc(var(--p) / 1.5 * 1%), var(--c) calc(var(--p) * 1%), #edf6f9 0);-webkit-mask:radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));mask:radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));inset:0}.ZoneRadial-module__0bLVzW__zoneRadial:after{inset:calc(50% - var(--b) / 2);background:var(--c);transform:rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--full-w) / 2))}.ZoneRadial-module__0bLVzW__noRound:before{background:radial-gradient(farthest-side, var(--c-start) 92%, #0000) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c-start) 0%, var(--c) calc(var(--p) / 1.5 * 1%), var(--c) calc(var(--p) * 1%), #edf6f9 0);-webkit-mask:radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));mask:radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));inset:0}.ZoneRadial-module__0bLVzW__animate{animation:1s .5s both ZoneRadial-module__0bLVzW__p}.ZoneRadial-module__0bLVzW__noRound:before{background-size:0 0,auto}.ZoneRadial-module__0bLVzW__noRound:after{content:none}@keyframes ZoneRadial-module__0bLVzW__p{0%{--p:0}}.ZoneRadial-module__0bLVzW__capitalize{text-transform:capitalize}.ZoneRadial-module__0bLVzW__results,.ZoneRadial-module__0bLVzW__summary,.ZoneRadial-module__0bLVzW__report{font-size:32px;font-weight:900;font-family:var(--ff-regular);margin-bottom:6px;position:relative}.ZoneRadial-module__0bLVzW__summaryLabel{font-size:14px;font-weight:400;position:absolute;top:50%;left:50%;transform:translate(-50%,18px)}.ZoneRadial-module__0bLVzW__bottomLabel{font-size:16px;font-weight:400}.ZoneRadial-module__0bLVzW__zoneRadialReport{--w:200px}@media screen and (max-width:768px){.ZoneRadial-module__0bLVzW__zoneRadial{--w:80px;--b:10px}.ZoneRadial-module__0bLVzW__results,.ZoneRadial-module__0bLVzW__summary{margin-bottom:unset;font-size:13px}.ZoneRadial-module__0bLVzW__summaryLabel{display:none}}@media screen and (min-width:1816px){.ZoneRadial-module__0bLVzW__zoneRadial{--w:300px;--b:40px}}
.FileDownloadForm-module__xaqeOW__card{border:var(--border-primary);background-color:#fff;border-radius:8px;padding:8px 16px 16px}.FileDownloadForm-module__xaqeOW__labelBox{padding-block:8px 16px;font-family:var(--ff-regular);justify-content:space-between;padding-left:4px;display:flex}.FileDownloadForm-module__xaqeOW__delete{opacity:.65;cursor:pointer;text-decoration:underline}.FileDownloadForm-module__xaqeOW__delete:hover{opacity:1}.FileDownloadForm-module__xaqeOW__firstInputGroup{grid-template-columns:1fr 1fr;gap:16px;display:grid}.FileDownloadForm-module__xaqeOW__secondInputGroup{margin-top:16px}
.PageFormContent-module__fMZwjG__deleteButtonContainer{text-align:center;margin-top:44px}
.NavigateBackBtn-module__mUozZG__linkWrapper{-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:28px;padding-block:8px;padding-inline:8px 16px;transition:all .25s ease-in}.NavigateBackBtn-module__mUozZG__linkWrapper:hover{background-color:rgb(var(--bg-secondary));border:var(--border-primary)}.NavigateBackBtn-module__mUozZG__linkWrapper a,.NavigateBackBtn-module__mUozZG__linkWrapper .NavigateBackBtn-module__mUozZG__fakeLink{cursor:pointer;align-items:center;gap:10px;text-decoration:none;display:flex}.NavigateBackBtn-module__mUozZG__circle{background-color:rgb(var(--brand-white));border:var(--border-primary);border-radius:100%;width:39px;height:39px;position:relative}.NavigateBackBtn-module__mUozZG__circle .NavigateBackBtn-module__mUozZG__caret{width:9px;height:16px;margin-right:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(180deg)}.NavigateBackBtn-module__mUozZG__linkText{font-family:var(--ff-regular);color:rgb(var(--brand-primary));font-size:14px;position:relative}
.CallUs-module__ma7J0W__callHours{display:flex}.CallUs-module__ma7J0W__icon{margin-top:-7px;margin-right:6px}.CallUs-module__ma7J0W__callTitle{color:rgb(var(--brand-primary));font-weight:700}.CallUs-module__ma7J0W__hours{color:rgb(var(--brand-black))}.CallUs-module__ma7J0W__hours a{color:rgb(var(--brand-black))!important}.CallUs-module__ma7J0W__mobilInformation{display:none}@media screen and (max-width:1085px){.CallUs-module__ma7J0W__icon{margin-top:-4px}.CallUs-module__ma7J0W__mobilInformation{display:block;font-size:14px!important}.CallUs-module__ma7J0W__information{display:none}}
.BackNavigation-module__KQ2UOW__navButtonContainer{max-width:fit-content;position:absolute;top:32px;transform:translate(-8px)}@media screen and (max-width:976px){.BackNavigation-module__KQ2UOW__navButtonContainer{transform:translate(80%)}}
.VideoPlayer-module__jHquNq__videoContainer{aspect-ratio:16/9;border-radius:var(--border-rad,10px);width:100%;overflow:hidden}
.ExtraMaterialsList-module__qX7beW__listCard{border:var(--border-primary);border-radius:16px;overflow:hidden;box-shadow:0 5px 12px #00000012}.ExtraMaterialsList-module__qX7beW__mobileHeader{color:rgb(var(--brand-white));font-family:var(--ff-regular);background-color:rgb(var(--brand-secondary));border-bottom:var(--border-primary);padding-block:12px;padding-inline:32px;font-weight:900;display:none}@media screen and (max-width:668px){.ExtraMaterialsList-module__qX7beW__mobileHeader{display:block}}
.HeroContent-module__A791wG__hero{--_headerInset:36px;margin-bottom:170px;padding-left:108px;padding-right:24px}.HeroContent-module__A791wG__heroWrapper{justify-content:center;align-items:flex-start;max-width:1808px;display:flex;position:relative}.HeroContent-module__A791wG__main{flex-direction:column;justify-content:flex-start;width:100%;height:calc(100vh - 200px);display:flex}.HeroContent-module__A791wG__header{top:var(--_headerInset);z-index:1;grid-template-columns:auto 1fr auto;grid-template-areas:"logo menu menu";align-items:center;gap:0 10px;width:45%;display:grid;position:absolute;left:0}.HeroContent-module__A791wG__logo{grid-area:logo;min-width:150px}.HeroContent-module__A791wG__menu{flex:auto;position:relative;top:-3px}.HeroContent-module__A791wG__title{text-wrap:balance;max-width:700px;margin-top:18vh!important;line-height:1.1em!important}.HeroContent-module__A791wG__heroImage{justify-content:flex-end;margin-left:30px;display:flex;position:relative}.HeroContent-module__A791wG__heroImage .HeroContent-module__A791wG__image{object-fit:cover;border-radius:16px;max-height:852px}.HeroContent-module__A791wG__loginButton{top:var(--_headerInset);right:var(--_headerInset);position:absolute}.HeroContent-module__A791wG__mobileLogin{grid-area:login;justify-self:end;display:none}@media not (min-width:1200px){.HeroContent-module__A791wG__header{width:50%}}@media screen and (min-width:1920px){.HeroContent-module__A791wG__heroWrapper{max-width:unset!important}.HeroContent-module__A791wG__main{margin-top:5%}.HeroContent-module__A791wG__heroImage{max-height:unset;max-width:50%;height:calc(100vh - 50px)}.HeroContent-module__A791wG__heroImage .HeroContent-module__A791wG__image{aspect-ratio:580/700;max-width:unset;max-height:unset;height:calc(100vh - 50px)}.HeroContent-module__A791wG__main{margin-left:5%}.HeroContent-module__A791wG__title{max-width:1150px}}@media screen and (max-width:2650px){.HeroContent-module__A791wG__heroWrapper{align-items:center;width:100%;max-width:1920px;margin:0 auto 170px}.HeroContent-module__A791wG__heroImage{max-width:unset;max-height:unset;width:100%;height:calc(100vh - 50px)}.HeroContent-module__A791wG__heroImage .HeroContent-module__A791wG__image{aspect-ratio:unset;max-width:unset;max-height:unset;width:100%;height:calc(100vh - 50px)}}@media screen and (max-width:1550px){.HeroContent-module__A791wG__title{font-size:4.2vw!important}}@media screen and (max-width:1175px){.HeroContent-module__A791wG__hero{padding-left:48px}}@media screen and (max-width:1023px){.HeroContent-module__A791wG__hero{padding-inline:0}.HeroContent-module__A791wG__heroWrapper{flex-direction:column;align-items:flex-start;margin-bottom:30px;padding-left:28px;padding-right:28px}.HeroContent-module__A791wG__main{width:100%;height:100%}.HeroContent-module__A791wG__header{grid-template-areas:"logo menu login";width:100%;margin-bottom:20px;position:static}.HeroContent-module__A791wG__title{margin-top:53px!important}.HeroContent-module__A791wG__heroImage{max-height:450px;margin-top:32px;margin-left:0!important}.HeroContent-module__A791wG__heroImage .HeroContent-module__A791wG__image{width:100%;height:100%}.HeroContent-module__A791wG__loginButton{display:none}.HeroContent-module__A791wG__mobileLogin{margin-top:2px;display:block}}@media screen and (max-width:900px){.HeroContent-module__A791wG__heroImage{max-height:370px}}@media screen and not (min-width:600px){.HeroContent-module__A791wG__header{grid-template-areas:"logo login login""menu menu menu"}.HeroContent-module__A791wG__menu{--gap:19px;margin-top:calc(var(--gap) - 2px);padding-top:var(--gap);grid-area:menu;justify-self:flex-start;align-items:flex-start;width:100%;display:flex;position:relative}.HeroContent-module__A791wG__menu:before{content:"";background-color:#0003;height:1px;position:absolute;top:0;left:0;right:0}}@media screen and (max-width:475px){.HeroContent-module__A791wG__heroImage .HeroContent-module__A791wG__image{aspect-ratio:580/700}}
.CourseVideo-module__rnW13q__videoWrapper{cursor:pointer;margin-bottom:46px;position:relative}.CourseVideo-module__rnW13q__videoOverlay{z-index:5;border-radius:var(--border-rad,10px);opacity:1;pointer-events:auto;transition:opacity .5s ease-in-out;position:absolute;inset:0;overflow:hidden}.CourseVideo-module__rnW13q__videoOverlay.CourseVideo-module__rnW13q__isPlaying{opacity:0;pointer-events:none}.CourseVideo-module__rnW13q__videoOverlay:after,.CourseVideo-module__rnW13q__playIcon{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CourseVideo-module__rnW13q__videoOverlay:after{aspect-ratio:1;background-color:rgb(var(--brand-white));border:var(--border-primary);border-radius:100%;width:104px}.CourseVideo-module__rnW13q__playIcon{z-index:10;width:26px;height:26px;margin-top:2px}.CourseVideo-module__rnW13q__image{object-position:center bottom;object-fit:cover;border-radius:var(--border-rad,10px);width:100%;height:100%}.CourseVideo-module__rnW13q__iphoneShow{visibility:visible}.CourseVideo-module__rnW13q__hidden{visibility:hidden}.CourseVideo-module__rnW13q__showOnPlay{visibility:visible}
.ContentListItem-module__7auk8G__edit{opacity:.6;cursor:pointer;width:18.64px;height:18.09px}.ContentListItem-module__7auk8G__input{color:rgb(var(--brand-black));background-color:rgb(var(--brand-white));outline:1px solid rgb(var(--brand-primary));outline-offset:4px;border:none;border-radius:2px;font-size:15px}.ContentListItem-module__7auk8G__linkContainer,.ContentListItem-module__7auk8G__linkContainer a{height:15px;display:block}
.PointscoreDeleteButton-module___TWlEq__deleteButtonContainer{text-align:center;margin-top:44px}
.page-module__UMgnVa__welcome-section{margin-bottom:76px}.page-module__UMgnVa__welcome-section>*+*{margin-top:16px}.page-module__UMgnVa__main-section>*+*{margin-top:72px}@media screen and (max-width:768px){.page-module__UMgnVa__header{padding-bottom:18px}.page-module__UMgnVa__main-section{--sectionCard-width:var(--cardWidth-small);--sectionCardImage-height:var(--imageHeight-small)}.page-module__UMgnVa__welcome-section{margin-bottom:36px}.page-module__UMgnVa__main-section>*+*{margin-top:36px}}
.MainMenu-module__7xD7tG__menu{--_base-color:#fff;grid-area:menu;justify-self:center;gap:32px;display:flex}.MainMenu-module__7xD7tG__menu .MainMenu-module__7xD7tG__link{color:var(--_base-color);font-size:18px;font-weight:500;line-height:1;text-decoration:none;transition:all .2s ease-out}.MainMenu-module__7xD7tG__menu .MainMenu-module__7xD7tG__link:hover{opacity:.7}.MainMenu-module__7xD7tG__menu .MainMenu-module__7xD7tG__link.MainMenu-module__7xD7tG__selected{opacity:.4}.MainMenu-module__7xD7tG__theme-light{--_base-color:#fff}.MainMenu-module__7xD7tG__theme-dark{--_base-color:var(--brand-primary)}
.HtmlContent-module__T9x4WW__htmlContent{width:100%;font-family:var(--ff-regular);text-align:left;font-weight:400}.HtmlContent-module__T9x4WW__htmlContent h1{font-size:var(--fs-xxl)}.HtmlContent-module__T9x4WW__htmlContent h2{font-size:var(--fs-xl)}.HtmlContent-module__T9x4WW__htmlContent h3{font-size:var(--fs-lg)}.HtmlContent-module__T9x4WW__htmlContent ol,.HtmlContent-module__T9x4WW__htmlContent ul{margin-left:2.5em}.HtmlContent-module__T9x4WW__htmlContent>*+*{margin-top:1em;display:block}
.TestListRow-module__UCHuwq__text{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.TestListRow-module__UCHuwq__editLinkContainer,.TestListRow-module__UCHuwq__editLinkContainer a{height:15px;display:block}.TestListRow-module__UCHuwq__edit{opacity:.6;cursor:pointer;width:18.64px;height:18.09px}
.AdviceInputs-module__AgnlnW__adviceInputs>*+*{margin-top:16px}.AdviceInputs-module__AgnlnW__noAdvices{text-align:center}.AdviceInputs-module__AgnlnW__card{border:var(--border-primary);background-color:#fff;border-radius:8px;padding:8px 16px 16px}.AdviceInputs-module__AgnlnW__labelBox{padding-block:8px 16px;font-family:var(--ff-regular);justify-content:space-between;padding-left:4px;display:flex}.AdviceInputs-module__AgnlnW__delete{opacity:.65;cursor:pointer;text-decoration:underline}.AdviceInputs-module__AgnlnW__delete:hover{opacity:1}.AdviceInputs-module__AgnlnW__inputGroup{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.AdviceInputs-module__AgnlnW__spanAll{grid-column:1/-1}.AdviceInputs-module__AgnlnW__subInputGroup{grid-template-columns:1fr 1fr;gap:16px;display:grid}
.RoleDropdown-module__FBcwcG__dropdown{border:var(--border-primary);background-color:rgb(var(--brand-white));width:200px;height:36px;color:rgb(var(--brand-black));font-family:var(--ff-regular);cursor:pointer;border-radius:8px;padding:5px 12px;position:relative}.RoleDropdown-module__FBcwcG__dropdown.RoleDropdown-module__FBcwcG__disabled{opacity:.5;cursor:not-allowed}.RoleDropdown-module__FBcwcG__selectedOption{-webkit-user-select:none;user-select:none;text-transform:capitalize;justify-content:space-between;align-items:center;height:100%;display:flex}.RoleDropdown-module__FBcwcG__dropdownMenu{z-index:999;border:var(--border-primary);background-color:rgb(var(--brand-white));width:100%;font-family:var(--ff-regular);transform-origin:top;border-radius:8px;transition:all .3s ease-in-out;position:absolute;top:calc(100% + 3px);left:0;right:0;transform:scale(0);box-shadow:0 4px 4px #00000040}.RoleDropdown-module__FBcwcG__dropdownMenu ul{list-style:none}.RoleDropdown-module__FBcwcG__dropdownMenu.RoleDropdown-module__FBcwcG__open{transform:scale(1)}.RoleDropdown-module__FBcwcG__dropdownMenu *+*{border-top:var(--border-primary)}.RoleDropdown-module__FBcwcG__menuItem{font-size:var(--fs-sm);cursor:pointer;-webkit-user-select:none;user-select:none;text-transform:capitalize;align-items:center;gap:14px;padding:7px 12px;display:flex}.RoleDropdown-module__FBcwcG__menuItem:hover{background-color:var(--hover-white-bg)}.RoleDropdown-module__FBcwcG__menuIcon{width:19px;height:19px}@media screen and (max-width:668px){.RoleDropdown-module__FBcwcG__dropdown{width:150px;margin-left:auto}}
.Text-module__9BNdGq__text{max-width:1100px;color:rgb(var(--brand-black));margin-bottom:170px;line-height:1.5}.Text-module__9BNdGq__text h2{color:rgb(var(--brand-primary));margin-top:1em;margin-bottom:.5em}.Text-module__9BNdGq__text h3{color:rgb(var(--brand-primary));margin-top:.8em}.Text-module__9BNdGq__text .Text-module__9BNdGq__title:not(:first-child){margin-top:1.2em}.Text-module__9BNdGq__text p+p{margin-top:.7em}.Text-module__9BNdGq__text ul{margin-top:1em;padding-left:1.2em}@media screen and (max-width:1330px){.Text-module__9BNdGq__text{max-width:922px}}@media screen and (max-width:950px){.Text-module__9BNdGq__text{margin-bottom:70px;font-size:16px}.Text-module__9BNdGq__text h2{margin-top:30px;font-size:20px}}
.ToggleSwitch-module__8IRPEq__toggle-switch{vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;text-align:left;gap:8px;display:flex;position:relative}.ToggleSwitch-module__8IRPEq__toggle-switch-checkbox{all:unset;background-color:rgba(var(--brand-primary), .25);cursor:pointer;border-radius:21px;width:32px;height:16px;transition:all .2s ease-in;position:relative}.ToggleSwitch-module__8IRPEq__toggle-switch-checkbox:checked{background-color:rgb(var(--brand-secondary))}.ToggleSwitch-module__8IRPEq__toggle-switch-checkbox:after{content:"";background-color:rgb(var(--brand-white));border-radius:100%;width:10px;height:10px;transition:all .2s ease-in-out;position:absolute;top:3px;left:3px}.ToggleSwitch-module__8IRPEq__toggle-switch-checkbox:checked:after{left:19px}.ToggleSwitch-module__8IRPEq__label{cursor:pointer;font-family:var(--ff-regular);font-size:16px;font-weight:400;line-height:14px}.ToggleSwitch-module__8IRPEq__underline{text-decoration:underline}
.SectionTitle-module__epSVlq__sectionTitle{font-size:var(--fs-xl);font-family:var(--ff-regular);letter-spacing:-.02em;text-align:left;font-weight:800;line-height:26px}
.TestListItem-module__Hi_gqG__testListItem:not(:first-of-type){margin-top:32px}.TestListItem-module__Hi_gqG__testTitle{color:rgb(var(--brand-primary));margin-bottom:16px;font-size:22px;font-weight:800}.TestListItem-module__Hi_gqG__listHeader,.TestListItem-module__Hi_gqG__listRow{border-bottom:var(--border-primary);width:100%;font-family:var(--ff-regular);grid-template-columns:1.5fr 1fr auto;align-items:center;gap:16px;display:grid}.TestListItem-module__Hi_gqG__listHeader{color:rgba(var(--brand-primary), .6);padding:22px 34px;font-size:14px;font-weight:400;line-height:18.9px}.TestListItem-module__Hi_gqG__listRow{color:rgb(var(--brand-black));border-color:rgba(var(--border-clr-mute), .5);padding:12px 34px;font-size:15px;font-weight:400}.TestListItem-module__Hi_gqG__listRow:last-of-type{margin-bottom:16px}.TestListItem-module__Hi_gqG__noZones{font-size:15px;font-family:var(--ff-regular);color:rgb(var(--brand-black));border:none;grid-template-columns:1fr auto;padding:28px 34px}
.UpdateToolForm-module__RJB2Na__deleteButtonContainer{text-align:center;margin-top:44px}
.RelatedToolInputs-module__Kunq5q__toolInputContainer{position:relative}.RelatedToolInputs-module__Kunq5q__listHeader,.RelatedToolInputs-module__Kunq5q__listRow{border-bottom:var(--border-primary);width:100%;font-family:var(--ff-regular);grid-template-columns:1fr;display:grid}.RelatedToolInputs-module__Kunq5q__listHeader{color:rgba(var(--brand-primary), .6);padding:22px 34px;font-size:14px;font-weight:400;line-height:18.9px}.RelatedToolInputs-module__Kunq5q__listRow{height:46px;color:rgb(var(--brand-black));border-color:rgba(var(--border-clr-mute), .5);align-items:center;padding:5px 34px;font-size:15px}.RelatedToolInputs-module__Kunq5q__listRow label{font-size:15px;font-weight:700}.RelatedToolInputs-module__Kunq5q__listRow .RelatedToolInputs-module__Kunq5q__typeText,.RelatedToolInputs-module__Kunq5q__listRow label{opacity:.6}.RelatedToolInputs-module__Kunq5q__listRow:has(input:checked) .RelatedToolInputs-module__Kunq5q__typeText{opacity:1}.RelatedToolInputs-module__Kunq5q__listRow:has(input:checked) label{opacity:1}.RelatedToolInputs-module__Kunq5q__listRow:last-of-type{margin-bottom:16px}.RelatedToolInputs-module__Kunq5q__edit{opacity:.6;cursor:pointer;width:18.64px;height:18.09px}.RelatedToolInputs-module__Kunq5q__error{border-color:rgb(var(--indicator-red));background-color:#ff8c8c33}.RelatedToolInputs-module__Kunq5q__errorText{font-size:11px;font-family:var(--ff-regular);color:rgb(var(--indicator-red));opacity:.6;position:absolute;top:10px;right:18px}
.layout-module___qOa7q__main{grid-template-columns:auto 1fr;display:grid;position:relative}.layout-module___qOa7q__mainContent{min-height:100vh;max-width:var(--max-width);background-color:inherit;padding-block:32px;padding-inline:64px;flex-direction:column;width:100%;margin-inline:auto;padding-bottom:128px;display:flex;position:relative}@media screen and (max-width:976px){.layout-module___qOa7q__main{grid-template-columns:1fr}}@media screen and (max-width:768px){.layout-module___qOa7q__mainContent{padding-inline:20px}}
.imageWithText-module__lFmGCW__imageWithText{align-items:center;width:100%;margin-bottom:170px;display:flex}.imageWithText-module__lFmGCW__imageWithText .imageWithText-module__lFmGCW__text{flex:1;padding:0 78px}.imageWithText-module__lFmGCW__imageWithText .imageWithText-module__lFmGCW__title{margin-bottom:32px}.imageWithText-module__lFmGCW__demo{margin-top:46px;font-weight:700;color:rgb(var(--brand-black))!important;border:2px solid #0000!important;padding:13px 21px 15px!important}.imageWithText-module__lFmGCW__demo span{font-weight:700}.imageWithText-module__lFmGCW__demoLink{font-weight:700;text-decoration:none!important}.imageWithText-module__lFmGCW__demo:hover{text-decoration:none;background-color:rgb(var(--brand-tertiary))!important;border-color:#fc8903!important}.imageWithText-module__lFmGCW__icon{margin-right:7px;position:relative;top:2px}.imageWithText-module__lFmGCW__image{flex:1;width:100%;height:100%}.imageWithText-module__lFmGCW__image img{object-fit:cover;border-radius:16px;max-width:580px;max-height:640px}.imageWithText-module__lFmGCW__text p{color:rgb(var(--brand-black))}@media screen and (max-width:1445px){.imageWithText-module__lFmGCW__imageWithText .imageWithText-module__lFmGCW__text{padding-left:30px;padding-right:0}}@media screen and (max-width:1250px){.imageWithText-module__lFmGCW__imageWithText .imageWithText-module__lFmGCW__title{font-size:24px!important;line-height:35px!important}.imageWithText-module__lFmGCW__imageWithText p{font-size:18px!important;line-height:30px!important}.imageWithText-module__lFmGCW__image{flex:1;width:100%;height:100%}.imageWithText-module__lFmGCW__image img{width:100%;height:100%}}@media screen and (max-width:975px){.imageWithText-module__lFmGCW__imageWithText{flex-direction:column;margin-bottom:70px;display:flex}.imageWithText-module__lFmGCW__image{flex:1;width:100%;height:100%}.imageWithText-module__lFmGCW__image img{width:100%;height:100%;max-width:unset}.imageWithText-module__lFmGCW__imageWithText .imageWithText-module__lFmGCW__text{margin-top:30px;padding:0!important}.imageWithText-module__lFmGCW__demo{margin-top:10px;padding:15px 18px!important}}
.LoginForm-module__wEpYtW__loginContainer{font-family:var(--ff-regular);width:100%;max-width:416px}.LoginForm-module__wEpYtW__title{font-size:var(--fs-xxl);letter-spacing:-.02em;margin-bottom:44px;font-weight:900}.LoginForm-module__wEpYtW__inputContainer{margin-bottom:20px}.LoginForm-module__wEpYtW__inputContainer>*+*{margin-top:10px}.LoginForm-module__wEpYtW__form button,.LoginForm-module__wEpYtW__container button{justify-content:center;width:100%;margin-bottom:20px;position:relative}.LoginForm-module__wEpYtW__spinnerWrapper{height:16px}.LoginForm-module__wEpYtW__magicLinkText{margin-bottom:20px}.LoginForm-module__wEpYtW__sentToEmail{font-weight:800}.LoginForm-module__wEpYtW__forgotPassword{text-align:center;width:100%;color:inherit;font-family:inherit;font-weight:400;text-decoration:none;display:block}.LoginForm-module__wEpYtW__termsConditions{justify-content:center;gap:10px;font-size:12px;display:flex;position:absolute;bottom:20px;left:0;right:0}.LoginForm-module__wEpYtW__termsConditions a{color:var(--brand-primary);text-decoration:none}.LoginForm-module__wEpYtW__divider{background-color:var(--brand-primary);letter-spacing:.02em}.LoginForm-module__wEpYtW__backLink{color:#000;text-align:center;display:block}@media screen and (max-width:768px){.LoginForm-module__wEpYtW__termsConditions{bottom:10.2%}.LoginForm-module__wEpYtW__title{margin-bottom:20px}}
.HeroFull-module__E2GIpa__wrapper{grid-template-columns:var(--grid-template-wrapper);display:grid}.HeroFull-module__E2GIpa__container{--_padding:36px;--_text-shadow:4px 4px 16px #0000002e;gap:var(--grid-gap);border-radius:16px;grid-column:content;grid-template-columns:repeat(12,1fr);height:852px;display:grid;position:relative;overflow:clip}.HeroFull-module__E2GIpa__container:after{content:"";background:linear-gradient(#00000040 0%,#0000 100%);position:absolute;inset:0}.HeroFull-module__E2GIpa__container .HeroFull-module__E2GIpa__menuContainer,.HeroFull-module__E2GIpa__container .HeroFull-module__E2GIpa__content,.HeroFull-module__E2GIpa__container .HeroFull-module__E2GIpa__image{z-index:1}.HeroFull-module__E2GIpa__menuContainer{top:var(--_padding);left:var(--_padding);right:var(--_padding);grid-template-columns:auto 1fr auto;grid-template-areas:"logo menu cta";align-items:center;display:grid;position:absolute}.HeroFull-module__E2GIpa__image{z-index:0!important}.HeroFull-module__E2GIpa__logo{grid-area:logo;justify-self:start;min-width:160px}.HeroFull-module__E2GIpa__cta{grid-area:cta;justify-self:end;text-decoration:none;display:flex}.HeroFull-module__E2GIpa__userIcon{content-visibility:hidden}.HeroFull-module__E2GIpa__loginButton{content-visibility:visible}.HeroFull-module__E2GIpa__content{color:#fff;margin-bottom:calc(var(--_padding) + 78px);grid-column:2/-2;align-self:flex-end}.HeroFull-module__E2GIpa__headline{letter-spacing:-.0085em;text-shadow:var(--_text-shadow);text-wrap:pretty;max-width:880px;font-size:62px;font-weight:500;line-height:1.1}.HeroFull-module__E2GIpa__description{font-weight:400;font-style:Regular;text-shadow:var(--_text-shadow);max-width:540px;margin-top:46px;font-size:18px;line-height:1.6}.HeroFull-module__E2GIpa__buttonArea{flex-direction:column;margin-top:45px;display:flex}@media not (max-width:1500px){.HeroFull-module__E2GIpa__container{--_expand-amount:80px;margin-inline:calc(var(--_expand-amount) * -1);padding-inline:var(--_expand-amount)}.HeroFull-module__E2GIpa__content{grid-column:1/-1}}@media not (min-width:1023px){.HeroFull-module__E2GIpa__userIcon{content-visibility:visible}.HeroFull-module__E2GIpa__loginButton{content-visibility:hidden}}@media not (min-width:800px){.HeroFull-module__E2GIpa__container{height:700px}.HeroFull-module__E2GIpa__content{color:#fff;margin-bottom:var(--_padding);align-self:flex-end}}@media not (min-width:600px){.HeroFull-module__E2GIpa__menuContainer{grid-template-areas:"logo cta cta""menu menu menu"}.HeroFull-module__E2GIpa__menu{--gap:19px;margin-top:calc(var(--gap) - 2px);padding-top:var(--gap);grid-area:menu;justify-self:flex-start;align-items:flex-start;width:100%;display:flex;position:relative}.HeroFull-module__E2GIpa__menu:before{content:"";background-color:#fff3;height:1px;position:absolute;top:0;left:0;right:0}.HeroFull-module__E2GIpa__headline{font-size:45px}.HeroFull-module__E2GIpa__description{font-size:15px}.HeroFull-module__E2GIpa__buttonArea{flex-direction:row}.HeroFull-module__E2GIpa__buttonArea>*{width:100%}}
.CartSliderHeader-module__tMkNxW__silderHeader{--gap:24px;justify-content:space-between;gap:var(--gap);width:100%;display:flex}.CartSliderHeader-module__tMkNxW__titleLineHeight{line-height:13px}.CartSliderHeader-module__tMkNxW__actions{align-items:center;gap:30px;display:flex}.CartSliderHeader-module__tMkNxW__navBtn{all:unset}.CartSliderHeader-module__tMkNxW__navigation{align-items:center;gap:8px;display:flex}.CartSliderHeader-module__tMkNxW__mobileProgressBar{margin-left:auto;margin-right:20px}@media screen and (max-width:768px){.CartSliderHeader-module__tMkNxW__silderHeader{--gap:4px;justify-content:unset;flex-wrap:wrap;max-width:100vw;position:relative}}
.FormDropdownNew-module__tuaEDa__dropdown{border:var(--border-primary);background-color:rgb(var(--brand-white));color:rgb(var(--brand-black));font-family:var(--ff-regular);cursor:pointer;border-radius:8px;position:relative}.FormDropdownNew-module__tuaEDa__dropdown.FormDropdownNew-module__tuaEDa__disabled{opacity:.5;cursor:not-allowed}.FormDropdownNew-module__tuaEDa__selectedOption{-webkit-user-select:none;user-select:none;text-transform:capitalize;justify-content:space-between;align-items:center;height:100%;display:flex}.FormDropdownNew-module__tuaEDa__dropdownMenu{z-index:999;border:var(--border-primary);background-color:rgb(var(--brand-white));width:100%;font-family:var(--ff-regular);transform-origin:top;border-radius:8px;transition:all .3s ease-in-out;position:absolute;top:calc(100% + 3px);left:0;right:0;transform:scale(0);box-shadow:0 4px 4px #00000040}.FormDropdownNew-module__tuaEDa__dropdownMenu ul{list-style:none}.FormDropdownNew-module__tuaEDa__dropdownMenu.FormDropdownNew-module__tuaEDa__open{transform:scale(1)}.FormDropdownNew-module__tuaEDa__dropdownMenu *+*{border-top:var(--border-primary)}.FormDropdownNew-module__tuaEDa__menuItem,.FormDropdownNew-module__tuaEDa__menuHeader{font-size:var(--fs-sm);-webkit-user-select:none;user-select:none;text-transform:capitalize;align-items:center;gap:14px;padding:12px;display:flex}.FormDropdownNew-module__tuaEDa__menuItem{cursor:pointer}.FormDropdownNew-module__tuaEDa__menuHeader{font-weight:700}.FormDropdownNew-module__tuaEDa__menuItem:hover{background-color:var(--hover-white-bg)}.FormDropdownNew-module__tuaEDa__menuIcon{width:19px;height:19px}.FormDropdownNew-module__tuaEDa__size-normal{width:200px;height:36px;padding:5px 12px}.FormDropdownNew-module__tuaEDa__size-xl{width:100%;height:60px;padding:8px 16px}
.FormInput-module__GJRnka__formInput{background-color:rgb(var(--brand-white));border:var(--border-primary);width:100%;max-width:416px;height:60px;font-family:var(--ff-regular);color:rgb(var(--brand-primary));border-radius:8px;padding-inline:24px;position:relative}.FormInput-module__GJRnka__formInput .FormInput-module__GJRnka__labelContainer{pointer-events:none;font-size:16px;transition:all .3s;position:absolute;top:50%;transform:translateY(-50%)}.FormInput-module__GJRnka__formInput input,.FormInput-module__GJRnka__formInput input[data-fileinput=true]{width:100%;height:100%;color:inherit;background-color:#0000;border:none;padding-inline:24px;font-size:16px;position:absolute;top:6px;left:0}.FormInput-module__GJRnka__formInput input:focus{outline:none}.FormInput-module__GJRnka__formInput input:focus~.FormInput-module__GJRnka__labelContainer,.FormInput-module__GJRnka__formInput input:not(:placeholder-shown)~.FormInput-module__GJRnka__labelContainer{opacity:.6;font-size:11px;top:14px}.FormInput-module__GJRnka__error{color:rgb(var(--indicator-red));border-color:rgb(var(--indicator-red))}.FormInput-module__GJRnka__formInput.FormInput-module__GJRnka__error{background-color:#ff8c8c33}.FormInput-module__GJRnka__formInput.FormInput-module__GJRnka__fullWidth{max-width:unset}.FormInput-module__GJRnka__formInput.FormInput-module__GJRnka__disabled{color:#9c9c9c;background-color:#f8f8f6}.FormInput-module__GJRnka__errorText{opacity:.6;font-size:11px;font-family:var(--ff-regular);position:absolute;top:6px;right:10px}.FormInput-module__GJRnka__formInput .FormInput-module__GJRnka__labelContainer .FormInput-module__GJRnka__iconSvg{width:16px;height:16px;margin-right:4px}.FormInput-module__GJRnka__formInput .FormInput-module__GJRnka__labelContainer .FormInput-module__GJRnka__iconSvg path{fill:rgb(var(--brand-primary))}.FormInput-module__GJRnka__formInput input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.FormInput-module__GJRnka__formInput input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.FormInput-module__GJRnka__formInput input[type=number]{-moz-appearance:textfield}.FormInput-module__GJRnka__formInput input[data-fileinput=true]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.FormInput-module__GJRnka__formInput input[data-fileinput=true]~.FormInput-module__GJRnka__labelContainer,.FormInput-module__GJRnka__formInput input[data-fileinput=true]:not(:placeholder-shown)~.FormInput-module__GJRnka__labelContainer{text-align:center;opacity:1;pointer-events:none;font-size:16px;position:relative;top:50%}.FormInput-module__GJRnka__formInput input[data-fileinput=true][type=text]{cursor:default}.FormInput-module__GJRnka__hasFile{--height:20px;right:10px;top:calc(50% - var(--height) / 2);cursor:pointer;width:20px;height:var(--height);text-align:center;z-index:10;position:absolute}.FormInput-module__GJRnka__formInput input:read-only~.FormInput-module__GJRnka__labelContainer{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media screen and (max-width:668px){.FormInput-module__GJRnka__formInput,.FormInput-module__GJRnka__formInput input,.FormInput-module__GJRnka__formInput input[data-fileinput=true]{padding-inline:16px}}
.ToolsSection-module__1rjbwG__toolSectionTitle{margin-bottom:29px}.ToolsSection-module__1rjbwG__toolsCardList{row-gap:8px;display:grid}
.CategoryListRow-module__PeRgpa__text{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.CategoryListRow-module__PeRgpa__linkContainer,.CategoryListRow-module__PeRgpa__linkContainer a{gap:16px;height:15px;display:flex}.CategoryListRow-module__PeRgpa__linkContainer a svg{margin-block:auto}.CategoryListRow-module__PeRgpa__link{opacity:.6;cursor:pointer;width:18.64px;height:18.09px}
.Team-module__p_unLG__team{margin-bottom:170px}.Team-module__p_unLG__team h2{margin-bottom:63px}.Team-module__p_unLG__container{color:rgb(var(--brand-black));display:flex}.Team-module__p_unLG__person{border:1px solid #d2d8da;border-right:none;width:100%;padding:70px 70px 70px 40px}.Team-module__p_unLG__personContainer{display:flex}.Team-module__p_unLG__container :first-child{border-left:none}.Team-module__p_unLG__image img{object-fit:cover;border-radius:100%;max-width:150px;max-height:150px;position:relative}.Team-module__p_unLG__description{margin-left:25px}.Team-module__p_unLG__function{opacity:.7;text-wrap:pretty;border-top:1px solid #d2d8da;max-width:45em;margin-top:29px;padding-top:27px;font-size:14px!important;font-weight:400!important;line-height:17.5px!important}.Team-module__p_unLG__functionMobile{display:none}.Team-module__p_unLG__functionDesktop{display:block}.Team-module__p_unLG__description a{white-space:nowrap;font-size:21px;text-decoration:none;display:block;color:rgb(var(--brand-black))!important}.Team-module__p_unLG__description a :hover{text-decoration:underline}@media screen and (max-width:1225px){.Team-module__p_unLG__image img{max-width:100px;max-height:100px}.Team-module__p_unLG__team h3{font-size:18px}.Team-module__p_unLG__person{padding:70px 35px 70px 25px}.Team-module__p_unLG__description p,.Team-module__p_unLG__description a{font-size:16px!important}.Team-module__p_unLG__functionDesktop{display:block;font-size:14px!important}}@media screen and (max-width:950px){.Team-module__p_unLG__team{margin-bottom:70px}.Team-module__p_unLG__team h2{border-bottom:1px solid #d2d8da;margin:0;padding-bottom:30px}.Team-module__p_unLG__container{flex-direction:column}.Team-module__p_unLG__person{border:none;border-bottom:1px solid #d2d8da;padding:20px 0}.Team-module__p_unLG__function{border-top:none;margin-top:29px;padding-top:0}.Team-module__p_unLG__functionMobile{display:block}.Team-module__p_unLG__functionDesktop{display:none}.Team-module__p_unLG__image img{max-width:75px;max-height:75px}.Team-module__p_unLG__description a{font-size:16px}}
.PriceTableItem-module__ccbupq__row{align-items:flex-end;gap:.3rem;width:100%;display:flex}.PriceTableItem-module__ccbupq__label{flex-shrink:1}.PriceTableItem-module__ccbupq__value{white-space:nowrap;flex-shrink:0}.PriceTableItem-module__ccbupq__divider{border-bottom:1px dotted;flex-grow:1;position:relative;bottom:5px}
.DashboardSection-module__rvrfTW__dashboardSection{position:relative}.DashboardSection-module__rvrfTW__dashboardSection>*+*{margin-top:30px}@media screen and (max-width:768px){.DashboardSection-module__rvrfTW__dashboardSection>*+*{margin-top:18px}}@media screen and (min-width:768px){.DashboardSection-module__rvrfTW__dashboardSection:before{content:"";z-index:5;background:linear-gradient(90deg,#f3f0ec 92%,#0000 100%);width:50vw;position:absolute;top:20px;bottom:-20px;left:-50vw}.DashboardSection-module__rvrfTW__dashboardSection:after{content:"";z-index:5;background:linear-gradient(270deg,#f3f0ec 92%,#0000 100%);width:50vw;position:absolute;top:20px;bottom:-20px;right:-50vw}}
.Logo-module__yIdX1G__logoContainer{display:flex;position:relative}.Logo-module__yIdX1G__logoText{position:absolute}.Logo-module__yIdX1G__logoFadeIn{animation:.6s forwards Logo-module__yIdX1G__fadeIn}.Logo-module__yIdX1G__logoFadeOut{animation:.2s forwards Logo-module__yIdX1G__fadeOut}.Logo-module__yIdX1G__themeDark{--svg-fill-primary:#01443b}.Logo-module__yIdX1G__themeLight{--svg-fill-primary:#fff}@keyframes Logo-module__yIdX1G__fadeIn{0%,60%{opacity:0}to{opacity:1}}@keyframes Logo-module__yIdX1G__fadeOut{0%{opacity:1}to{opacity:0}}
.NextSessionsSection-module__mZaoGW__courseItemSectionTitle{margin-bottom:29px}.NextSessionsSection-module__mZaoGW__cardsList{row-gap:8px;display:grid}
.CategoryListItem-module__J5wglW__categoryListItem:not(:first-of-type){margin-top:32px}.CategoryListItem-module__J5wglW__categoryTitle{color:rgb(var(--brand-primary));margin-bottom:16px;font-size:22px;font-weight:800}.CategoryListItem-module__J5wglW__listHeader,.CategoryListItem-module__J5wglW__listRow{border-bottom:var(--border-primary);width:100%;font-family:var(--ff-regular);grid-template-columns:1fr auto;align-items:center;gap:16px;display:grid}.CategoryListItem-module__J5wglW__listHeader{color:rgba(var(--brand-primary), .6);padding:22px 34px;font-size:14px;font-weight:400;line-height:18.9px}.CategoryListItem-module__J5wglW__listRow{color:rgb(var(--brand-black));border-color:rgba(var(--border-clr-mute), .5);padding:12px 34px;font-size:15px;font-weight:400}.CategoryListItem-module__J5wglW__listRow:last-of-type{margin-bottom:16px}.CategoryListItem-module__J5wglW__noZones{font-size:15px;font-family:var(--ff-regular);color:rgb(var(--brand-black));border:none;grid-template-columns:1fr auto;padding:28px 34px}
.QuestionLabelInputs-module__qLDYAG__QuestionLabelInputs{grid-template-columns:1fr 1fr;gap:16px;display:grid}
.CourseCategoryForm-module__-g2TJG__firstInputGroup{--gap:16px;gap:var(--gap);border-bottom:var(--border-primary);grid-template-columns:1fr 1fr;margin-bottom:24px;padding-bottom:24px;display:grid}.CourseCategoryForm-module__-g2TJG__secondInputGroup{--gap:16px;grid-template-columns:repeat(2, minmax(calc(50% - var(--gap) / 2), 1fr));gap:var(--gap);margin-bottom:16px;display:grid}.CourseCategoryForm-module__-g2TJG__headerSection{justify-content:space-between;align-items:center;margin-bottom:34px;display:flex}.CourseCategoryForm-module__-g2TJG__pageTitle{font-size:var(--fs-xxl);font-family:var(--ff-regular);letter-spacing:-.02em;font-weight:900}.CourseCategoryForm-module__-g2TJG__actions{align-self:flex-end}.CourseCategoryForm-module__-g2TJG__subGrid{gap:var(--gap);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));display:grid}.CourseCategoryForm-module__-g2TJG__toolInputGroup{border-top:var(--border-primary);margin-top:24px;padding-top:24px}
.HentPdfButton-module__187o_W__wrapper{flex-direction:row;align-items:center;gap:12px;display:flex}.HentPdfButton-module__187o_W__error{color:var(--color-red,#c0392b);margin:0;font-size:12px}
.RuleInputs-module__5rzAoW__ruleInputs>*+*{margin-top:16px}.RuleInputs-module__5rzAoW__noRules{text-align:center}.RuleInputs-module__5rzAoW__card{border:var(--border-primary);background-color:#fff;border-radius:8px;padding:8px 16px 16px}.RuleInputs-module__5rzAoW__labelBox{padding-block:8px 16px;font-family:var(--ff-regular);justify-content:space-between;padding-left:4px;display:flex}.RuleInputs-module__5rzAoW__delete{opacity:.65;cursor:pointer;text-decoration:underline}.RuleInputs-module__5rzAoW__delete:hover{opacity:1}.RuleInputs-module__5rzAoW__firstInputGroup{grid-template-columns:2fr 1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.RuleInputs-module__5rzAoW__secondInputGroup{grid-template-columns:1fr;gap:16px;display:grid}
.DepartmentFormInputs-module__Py_3zW__departmentInputContainer{position:relative}.DepartmentFormInputs-module__Py_3zW__listHeader,.DepartmentFormInputs-module__Py_3zW__listRow{border-bottom:var(--border-primary);width:100%;font-family:var(--ff-regular);grid-template-columns:1fr 200px;display:grid}.DepartmentFormInputs-module__Py_3zW__listHeader{color:rgba(var(--brand-primary), .6);padding:22px 34px;font-size:14px;font-weight:400;line-height:18.9px}.DepartmentFormInputs-module__Py_3zW__listRow{height:46px;color:rgb(var(--brand-black));border-color:rgba(var(--border-clr-mute), .5);align-items:center;padding:5px 34px;font-size:15px}.DepartmentFormInputs-module__Py_3zW__listRow label{font-size:15px;font-weight:700}.DepartmentFormInputs-module__Py_3zW__listRow .DepartmentFormInputs-module__Py_3zW__typeText,.DepartmentFormInputs-module__Py_3zW__listRow label{opacity:.6}.DepartmentFormInputs-module__Py_3zW__listRow:has(input:checked) .DepartmentFormInputs-module__Py_3zW__typeText{opacity:1}.DepartmentFormInputs-module__Py_3zW__listRow:has(input:checked) label{opacity:1}.DepartmentFormInputs-module__Py_3zW__listRow:last-of-type{margin-bottom:16px}.DepartmentFormInputs-module__Py_3zW__edit{opacity:.6;cursor:pointer;width:18.64px;height:18.09px}.DepartmentFormInputs-module__Py_3zW__error{border-color:rgb(var(--indicator-red));background-color:#ff8c8c33}.DepartmentFormInputs-module__Py_3zW__errorText{font-size:11px;font-family:var(--ff-regular);color:rgb(var(--indicator-red));opacity:.6;position:absolute;top:10px;right:18px}@media screen and (max-width:668px){.DepartmentFormInputs-module__Py_3zW__listHeader,.DepartmentFormInputs-module__Py_3zW__listRow{grid-template-columns:1fr 150px;padding-inline:16px}.DepartmentFormInputs-module__Py_3zW__listHeader{padding-block:16px}}
.page-module__uyVRQW__courseItemPageLayout{--border-rad:10px;width:100%;max-width:810px;margin-inline:auto}.page-module__uyVRQW__courseText:not(:first-of-type){margin-top:1em;display:block}.page-module__uyVRQW__courseItemPageLayout section:not(:first-of-type):before{content:"";background-color:rgb(var(--layout-div));width:100%;height:1px;margin-top:64px;margin-bottom:32px;display:block}
.LeaderCategoryListItem-module__Y8hqeG__listItem:not(:first-of-type){margin-top:32px}.LeaderCategoryListItem-module__Y8hqeG__listHeader,.LeaderCategoryListItem-module__Y8hqeG__listRow{border-bottom:var(--border-primary);width:100%;font-family:var(--ff-regular);grid-template-columns:1fr auto;align-items:center;gap:16px;display:grid}.LeaderCategoryListItem-module__Y8hqeG__listHeader{color:rgba(var(--brand-primary), .6);padding:22px 34px;font-size:14px;font-weight:400;line-height:18.9px}.LeaderCategoryListItem-module__Y8hqeG__listRow{color:rgb(var(--brand-black));border-color:rgba(var(--border-clr-mute), .5);padding:12px 34px;font-size:15px;font-weight:400}.LeaderCategoryListItem-module__Y8hqeG__listRow:last-of-type{margin-bottom:16px}.LeaderCategoryListItem-module__Y8hqeG__noZones{font-size:15px;font-family:var(--ff-regular);color:rgb(var(--brand-black));border:none;grid-template-columns:1fr auto;padding:28px 34px}
.LessonForm-module__l5vcFq__firstInputGroup{--gap:16px;gap:var(--gap);border-bottom:var(--border-primary);grid-template-columns:1fr 1fr;margin-bottom:24px;padding-bottom:24px;display:grid}.LessonForm-module__l5vcFq__secondInputGroup{--gap:16px;grid-template-columns:repeat(2, minmax(calc(50% - var(--gap) / 2), 1fr));gap:var(--gap);margin-bottom:16px;display:grid}.LessonForm-module__l5vcFq__headerSection{justify-content:space-between;align-items:center;margin-bottom:34px;display:flex}.LessonForm-module__l5vcFq__pageTitle{font-size:var(--fs-xxl);font-family:var(--ff-regular);letter-spacing:-.02em;font-weight:900}.LessonForm-module__l5vcFq__actions{align-self:flex-end}.LessonForm-module__l5vcFq__divider{border-bottom:var(--border-primary);margin-block:16px}.LessonForm-module__l5vcFq__fileDownloads>*+*,.LessonForm-module__l5vcFq__fileDownloads button{margin-top:16px}.LessonForm-module__l5vcFq__toolInputGroup{border-top:var(--border-primary);margin-top:24px;padding-top:24px}
.MaterialListRow-module__FzUFiG__text{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.MaterialListRow-module__FzUFiG__linkContainer,.MaterialListRow-module__FzUFiG__linkContainer a{gap:16px;height:15px;display:flex}.MaterialListRow-module__FzUFiG__linkContainer a svg{margin-block:auto}.MaterialListRow-module__FzUFiG__link{opacity:.6;cursor:pointer;width:18.64px;height:18.09px}
.Preview-module__xre70W__itemPageLayout{--border-rad:10px;width:100%;max-width:810px;margin-inline:auto}.Preview-module__xre70W__itemPageLayout section:not(:first-of-type):before{content:"";background-color:rgb(var(--layout-div));width:100%;height:1px;margin-top:64px;margin-bottom:32px;display:block}
.ToolForm-module__yHTmjq__firstInputGroup{--gap:16px;gap:var(--gap);border-bottom:var(--border-primary);grid-template-columns:1fr 1fr;margin-bottom:24px;padding-bottom:24px;display:grid}.ToolForm-module__yHTmjq__secondInputGroup{--gap:16px;grid-template-columns:repeat(2, minmax(calc(50% - var(--gap) / 2), 1fr));gap:var(--gap);margin-bottom:16px;display:grid}.ToolForm-module__yHTmjq__headerSection{justify-content:space-between;align-items:center;margin-bottom:34px;display:flex}.ToolForm-module__yHTmjq__pageTitle{font-size:var(--fs-xxl);font-family:var(--ff-regular);letter-spacing:-.02em;font-weight:900}.ToolForm-module__yHTmjq__actions{align-self:flex-end}.ToolForm-module__yHTmjq__divider{border-bottom:var(--border-primary);margin-block:16px}.ToolForm-module__yHTmjq__fileDownloads>*+*,.ToolForm-module__yHTmjq__fileDownloads button{margin-top:16px}.ToolForm-module__yHTmjq__subGrid{gap:var(--gap);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));display:grid}
.DepartmentsTabContent-module__CuBzNq__listHeader,.DepartmentsTabContent-module__CuBzNq__listRow{border-bottom:var(--border-primary);width:100%;font-family:var(--ff-regular);display:grid}.DepartmentsTabContent-module__CuBzNq__listHeader{color:rgba(var(--brand-primary), .6);padding:22px 34px;font-size:14px;font-weight:400;line-height:18.9px}.DepartmentsTabContent-module__CuBzNq__listRow{color:rgb(var(--brand-black));border-color:rgba(var(--border-clr-mute), .5);grid-template-columns:1fr auto;padding:12px 34px;font-size:15px;font-weight:700}.DepartmentsTabContent-module__CuBzNq__listRow:last-of-type{margin-bottom:16px}.DepartmentsTabContent-module__CuBzNq__linkContainer,.DepartmentsTabContent-module__CuBzNq__linkContainer a{gap:16px;height:15px;display:flex}.DepartmentsTabContent-module__CuBzNq__linkContainer a svg{margin-block:auto}.DepartmentsTabContent-module__CuBzNq__edit{cursor:pointer;width:18.64px;height:18.09px}.DepartmentsTabContent-module__CuBzNq__noDepartments{font-size:15px;font-family:var(--ff-regular);color:rgb(var(--brand-black));border:none;grid-template-columns:1fr auto;padding:28px 34px}
.PointscoreForm-module__y_cqaq__firstInputs{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.PointscoreForm-module__y_cqaq__divider{border-bottom:var(--border-primary);margin-block:16px}
.ZoneTestQuestionInputs-module__URwR-a__questionInputs>*+*{margin-top:16px}.ZoneTestQuestionInputs-module__URwR-a__noQuestions{text-align:center}.ZoneTestQuestionInputs-module__URwR-a__card{border:var(--border-primary);background-color:#fff;border-radius:8px;padding:8px 16px 16px}.ZoneTestQuestionInputs-module__URwR-a__labelBox{padding-block:8px 16px;font-family:var(--ff-regular);justify-content:space-between;padding-left:4px;display:flex}.ZoneTestQuestionInputs-module__URwR-a__delete{opacity:.65;cursor:pointer;text-decoration:underline}.ZoneTestQuestionInputs-module__URwR-a__delete:hover{opacity:1}.ZoneTestQuestionInputs-module__URwR-a__secondInputGroup{margin-top:16px}.ZoneTestQuestionInputs-module__URwR-a__answerValueInputs{grid-template-columns:repeat(5,1fr);gap:16px;margin-top:16px;display:grid}
.CourseCard-module__-mIm2a__section{grid-column:1/-1;margin-bottom:48px}.CourseCard-module__-mIm2a__courseCard{gap:34px;width:100%;padding:64px;display:flex}@media screen and (max-width:1100px){.CourseCard-module__-mIm2a__courseCard{padding:32px}.CourseCard-module__-mIm2a__courseCard button{font-size:16px}}@media screen and (max-width:668px){.CourseCard-module__-mIm2a__courseCard{gap:16px;padding:20px}.CourseCard-module__-mIm2a__courseCard button{gap:6px;font-size:14px}.CourseCard-module__-mIm2a__courseCard button svg{width:16px;height:16px}}
.UserRow-module__1A_T2W__listNameCol{font-weight:700}.UserRow-module__1A_T2W__listTestCol{align-items:baseline;gap:8px;display:flex}.UserRow-module__1A_T2W__listTestCol .UserRow-module__1A_T2W__testDate,.UserRow-module__1A_T2W__listTestCol .UserRow-module__1A_T2W__isPrivate{flex:0 82px}.UserRow-module__1A_T2W__listTestCol .UserRow-module__1A_T2W__isPrivate{text-align:right;opacity:.4}.UserRow-module__1A_T2W__spacer{flex:0 22px}.UserRow-module__1A_T2W__zonePill{--green:#2bc9af;--yellow:#fcc503;--orange:#fc8903;--red:#e24422;text-align:center;width:64px;max-height:20px;font-family:var(--ff-regular);color:rgb(var(--brand-white));border-radius:12px;padding:2px 7px;font-size:14px;font-weight:500;line-height:15px}.UserRow-module__1A_T2W__zonePill.UserRow-module__1A_T2W__green{background:var(--green)}.UserRow-module__1A_T2W__zonePill.UserRow-module__1A_T2W__yellow{background:var(--yellow)}.UserRow-module__1A_T2W__zonePill.UserRow-module__1A_T2W__orange{background:var(--orange)}.UserRow-module__1A_T2W__zonePill.UserRow-module__1A_T2W__red{background:var(--red)}.UserRow-module__1A_T2W__zonePill.UserRow-module__1A_T2W__noZone{background:rgb(var(--layout-div));-webkit-user-select:none;user-select:none;color:rgb(var(--layout-div))}.UserRow-module__1A_T2W__text{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.UserRow-module__1A_T2W__INVITED{opacity:.4}.UserRow-module__1A_T2W__editLinkContainer,.UserRow-module__1A_T2W__editLinkContainer a{height:19px;display:block}.UserRow-module__1A_T2W__edit{opacity:.6;cursor:pointer;width:18.64px;height:18.09px}
.profile-module__pj259q__bottomLinks{justify-content:center;margin-top:30px;display:flex}
.Quotes-module__4PjGsa__quotes{margin-bottom:170px}.Quotes-module__4PjGsa__quotes h2{margin-bottom:64px}.Quotes-module__4PjGsa__container{width:100%;color:rgb(var(--brand-black));justify-content:space-between;display:flex}.Quotes-module__4PjGsa__quote{background-color:#fff;border:1px solid #d2d8da;border-radius:16px;flex-direction:column;justify-content:space-between;width:100%;height:404px;margin-right:16px;padding:65px 45px;display:flex;position:relative}.Quotes-module__4PjGsa__quote .Quotes-module__4PjGsa__title{z-index:2;margin-bottom:30px;position:relative}.Quotes-module__4PjGsa__quote .Quotes-module__4PjGsa__body{z-index:2;font-size:16px;line-height:23.2px;position:relative}.Quotes-module__4PjGsa__quote .Quotes-module__4PjGsa__jobTitle{opacity:.7;font-size:14px;line-height:24px!important}.Quotes-module__4PjGsa__icon{z-index:1;width:80px;height:80px;position:absolute;top:34px;right:34px}@media screen and (max-width:1385px){.Quotes-module__4PjGsa__quote{padding:65px 25px}}@media screen and (max-width:1075px){.Quotes-module__4PjGsa__quotes{margin-bottom:70px}.Quotes-module__4PjGsa__quotes h2{margin-bottom:30px}.Quotes-module__4PjGsa__container{flex-direction:column;justify-content:space-between;display:flex}.Quotes-module__4PjGsa__quote{width:100%;height:329px;margin-bottom:8px;padding:45px 35px}.Quotes-module__4PjGsa__icon{width:75px;height:75px;top:20px;right:32px}}
.SidebarDesktop-module__i3JpqW__sidebarContainer{border-radius:16px;max-width:100%;position:relative;overflow:hidden}.SidebarDesktop-module__i3JpqW__image{object-fit:cover;width:100%;height:100%}.SidebarDesktop-module__i3JpqW__overlay{opacity:.75;width:100%;height:100%;position:absolute;inset:0}.SidebarDesktop-module__i3JpqW__logo{top:7.4%;left:11.5%;position:absolute!important}.SidebarDesktop-module__i3JpqW__logoColors svg path{fill:#fff}.SidebarDesktop-module__i3JpqW__logoColors svg path:first-child{fill:#2bc9af}.SidebarDesktop-module__i3JpqW__sidebarText{color:rgb(var(--brand-white));font-family:var(--ff-regular);letter-spacing:-.02em;width:80%;max-width:396px;font-size:clamp(16px,2.3vw,32px);font-weight:800;line-height:clamp(20px,3.2vw,39px);position:absolute;bottom:14.2%;left:11.5%}.SidebarDesktop-module__i3JpqW__blockText{display:block}
.IntroCardItem-module__KXofsq__introItemWrapper{color:rgb(var(--brand-primary));font-family:var(--ff-regular);gap:15px;display:flex}.IntroCardItem-module__KXofsq__iconContainer{border:var(--border-primary);border-radius:100%;flex-shrink:0;place-items:center;width:48px;height:48px;display:grid}.IntroCardItem-module__KXofsq__description{max-width:284px;margin-top:4px;font-size:14px;font-weight:400;line-height:18.9px}.IntroCardItem-module__KXofsq__text{font-size:16px;font-weight:800;line-height:18px}
.ToggleInput-module___6NaYG__formInput{background-color:rgb(var(--brand-white));border:var(--border-primary);width:100%;height:60px;font-family:var(--ff-regular);color:rgb(var(--brand-primary));border-radius:8px;align-items:center;padding-inline:24px;display:flex;position:relative}@media screen and (max-width:668px){.ToggleInput-module___6NaYG__formInput{padding-inline:16px}}
.ExtraCategoryListRow-module__Z03H0G__text{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden}.ExtraCategoryListRow-module__Z03H0G__linkContainer,.ExtraCategoryListRow-module__Z03H0G__linkContainer a{gap:16px;height:15px;display:flex}.ExtraCategoryListRow-module__Z03H0G__linkContainer a svg{margin-block:auto}.ExtraCategoryListRow-module__Z03H0G__link{opacity:.6;cursor:pointer;width:18.64px;height:18.09px}
.MaterialList-module__8SXD-q__list:not(:first-of-type){margin-top:32px}.MaterialList-module__8SXD-q__title{color:rgb(var(--brand-primary));margin-bottom:16px;font-size:22px;font-weight:800}.MaterialList-module__8SXD-q__listHeader,.MaterialList-module__8SXD-q__listRow{border-bottom:var(--border-primary);width:100%;font-family:var(--ff-regular);grid-template-columns:1.5fr 1fr auto;align-items:center;gap:16px;display:grid}.MaterialList-module__8SXD-q__listHeader{color:rgba(var(--brand-primary), .6);padding:22px 34px;font-size:14px;font-weight:400;line-height:18.9px}.MaterialList-module__8SXD-q__listRow{color:rgb(var(--brand-black));border-color:rgba(var(--border-clr-mute), .5);padding:12px 34px;font-size:15px;font-weight:400}.MaterialList-module__8SXD-q__listRow:last-of-type{margin-bottom:16px}.MaterialList-module__8SXD-q__noZones{font-size:15px;font-family:var(--ff-regular);color:rgb(var(--brand-black));border:none;grid-template-columns:1fr auto;padding:28px 34px}
.DefaultDashboardTextInput-module__TGutkG__card{border:var(--border-primary);background-color:#fff;border-radius:8px;margin-bottom:16px;padding:8px 16px 16px}.DefaultDashboardTextInput-module__TGutkG__labelBox{padding-block:8px 16px;font-family:var(--ff-regular);flex-direction:column;justify-content:space-between;gap:4px;padding-left:4px;display:flex}.DefaultDashboardTextInput-module__TGutkG__infoLabel{font-size:12px;font-family:var(--ff-regular);color:var(--color-text-secondary)}
.page-module__uoFwuq__exerciceItemPageLayout{--border-rad:10px;width:100%;max-width:810px;margin-inline:auto}
.UsersList-module__eu0nYq__listHeader,.UsersList-module__eu0nYq__listRow{border-bottom:var(--border-primary);width:100%;font-family:var(--ff-regular);grid-template-columns:1.5fr 1fr 1fr 1.5fr 22px;align-items:center;gap:16px;display:grid}.UsersList-module__eu0nYq__listHeader{color:rgba(var(--brand-primary), .6);padding:22px 34px;font-size:14px;font-weight:400;line-height:18.9px}.UsersList-module__eu0nYq__listRow{color:rgb(var(--brand-black));border-color:rgba(var(--border-clr-mute), .5);padding:12px 34px;font-size:15px;font-weight:400}.UsersList-module__eu0nYq__listRow:last-of-type{margin-bottom:16px}.UsersList-module__eu0nYq__noUsers{font-size:15px;font-family:var(--ff-regular);color:rgb(var(--brand-black));border:none;grid-template-columns:1fr auto;padding:28px 34px}
.UserFormInput-module__u7VsjW__userInfo{grid-template-columns:1fr 1fr;gap:8px;display:grid}.UserFormInput-module__u7VsjW__input{max-width:unset!important}@media screen and (max-width:668px){.UserFormInput-module__u7VsjW__userInfo{grid-template-columns:1fr}}
.page-module__nU3u3a__exerciceItemPageLayout{--border-rad:10px;width:100%;max-width:810px;margin-inline:auto}
.page-module__WM3xNW__exercisePageLayout{--gridCol-size:minmax(var(--cardWidth-small), var(--cardWidth-big));grid-template-columns:1fr;grid-auto-rows:minmax(auto,max-content);grid-template-columns:repeat(4, var(--gridCol-size));justify-content:space-between;column-gap:24px;display:grid}@media screen and (max-width:1816px){.page-module__WM3xNW__exercisePageLayout{grid-template-columns:repeat(3, var(--gridCol-size))}}@media screen and (max-width:1078px){.page-module__WM3xNW__exercisePageLayout{grid-template-columns:repeat(2, var(--gridCol-size));justify-content:space-evenly}}@media screen and (max-width:638px){.page-module__WM3xNW__exercisePageLayout{--sectionCard-width:var(--cardWidth-small);--sectionCardImage-height:var(--imageHeight-small);--gridCol-size:minmax(200px, var(--cardWidth-small))}}@media screen and (max-width:468px){.page-module__WM3xNW__exercisePageLayout{grid-template-columns:1fr}}
.page-module__xx7tGG__categoryPageLayout>*+*{margin-top:72px}@media screen and (max-width:768px){.page-module__xx7tGG__header{padding-bottom:18px}.page-module__xx7tGG__categoryPageLayout{--sectionCard-width:var(--cardWidth-small);--sectionCardImage-height:var(--imageHeight-small)}.page-module__xx7tGG__categoryPageLayout>*+*{margin-top:36px}}
.page-module__rjCdGG__exerciceItemPageLayout{--border-rad:10px;width:100%;max-width:810px;margin-inline:auto}
.page-module__nusnwW__leadershipPageLayout{--gridCol-size:minmax(var(--cardWidth-small), var(--cardWidth-big));grid-template-columns:1fr;grid-auto-rows:minmax(auto,max-content);grid-template-columns:repeat(4, var(--gridCol-size));justify-content:space-between;column-gap:24px;display:grid}@media screen and (max-width:1816px){.page-module__nusnwW__leadershipPageLayout{grid-template-columns:repeat(3, var(--gridCol-size))}}@media screen and (max-width:1078px){.page-module__nusnwW__leadershipPageLayout{grid-template-columns:repeat(2, var(--gridCol-size));justify-content:space-evenly}}@media screen and (max-width:638px){.page-module__nusnwW__leadershipPageLayout{--sectionCard-width:var(--cardWidth-small);--sectionCardImage-height:var(--imageHeight-small);--gridCol-size:minmax(200px, var(--cardWidth-small))}}@media screen and (max-width:468px){.page-module__nusnwW__leadershipPageLayout{grid-template-columns:1fr}}
.page-module__LZvRjG__categoryPageLayout>*+*{margin-top:72px}@media screen and (max-width:768px){.page-module__LZvRjG__header{padding-bottom:18px}.page-module__LZvRjG__categoryPageLayout{--sectionCard-width:var(--cardWidth-small);--sectionCardImage-height:var(--imageHeight-small)}.page-module__LZvRjG__categoryPageLayout>*+*{margin-top:36px}}
.BodyContent-module__jqe3-W__bodyContent{max-width:1308px;margin:0 auto}.BodyContent-module__jqe3-W__button{margin-top:20px}@media screen and (max-width:1405px){.BodyContent-module__jqe3-W__bodyContent{padding:0 75px}}@media screen and (max-width:950px){.BodyContent-module__jqe3-W__bodyContent{padding:0 var(--grid-margin);margin:0}}
.PolicyContent-module__cjQJ3a__contentContainer{font-family:var(--ff-regular);max-width:37em;padding:28px}.PolicyContent-module__cjQJ3a__textTitle{letter-spacing:-.02em;margin-bottom:16px;font-size:24px;font-weight:900}.PolicyContent-module__cjQJ3a__contentContainer h2{font-size:20px}.PolicyContent-module__cjQJ3a__contentContainer h3{font-size:16px}.PolicyContent-module__cjQJ3a__contentContainer>*+*{margin-top:20px}.PolicyContent-module__cjQJ3a__contentContainer ul{margin-left:2.5rem;margin-block:16px}
.MobileBranding-module__8vCLwW__mobileLogin{--brandingHeight:30%;--formHeight:calc(100% - var(--brandingHeight));--offset:40px;max-height:100vh;display:none}.MobileBranding-module__8vCLwW__mobileBranding{width:100%;height:375px;max-height:var(--brandingHeight);position:relative}.MobileBranding-module__8vCLwW__mobileImage{object-fit:cover;object-position:center center;width:100%;height:100%;position:absolute;inset:0}.MobileBranding-module__8vCLwW__mobileLogo{transform:translate(-50%, calc(-50% - calc(var(--offset) / 2)));z-index:1;width:152px;top:50%;left:50%;position:absolute!important}.MobileBranding-module__8vCLwW__mobileOverlay{opacity:.75;width:100%;height:100%;position:absolute;inset:0}.MobileBranding-module__8vCLwW__logoColors svg path{fill:#fff}.MobileBranding-module__8vCLwW__logoColors svg path:first-child{fill:#2bc9af}
.TestIntroCard-module__uWe5ma__introCard{width:100%;max-width:600px;padding-block:59px 63px;padding-inline:28px}.TestIntroCard-module__uWe5ma__introCardContainer{flex-direction:column;justify-content:center;margin-inline:auto;display:flex}.TestIntroCard-module__uWe5ma__info>*+*{margin-top:19px}.TestIntroCard-module__uWe5ma__startButton{margin-top:44px}
.TestCloseModal-module__6Z0btW__modalBtn{-webkit-user-select:none;user-select:none;z-index:9999;border:1px solid #0000;border-radius:28px;padding-block:8px;padding-inline:16px 8px;text-decoration:none}.TestCloseModal-module__6Z0btW__modalBtn:hover{background-color:rgb(var(--bg-secondary));border:var(--border-primary)}.TestCloseModal-module__6Z0btW__actionContainer{font-family:var(--ff-regular);color:rgb(var(--brand-primary));cursor:pointer;align-items:center;gap:9px;font-size:14px;font-weight:400;line-height:18.9px;display:flex}.TestCloseModal-module__6Z0btW__circle{background-color:rgb(var(--brand-white));border:var(--border-primary);border-radius:100%;width:40px;height:40px;position:relative}.TestCloseModal-module__6Z0btW__circle .TestCloseModal-module__6Z0btW__closeSvg{width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.TestCloseModal-module__6Z0btW__modal{background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.TestCloseModal-module__6Z0btW__modalContent{font-family:var(--ff-regular);text-align:center;padding:20px;text-wrap:balance;text-wrap:pretty;background:#fff;border-radius:10px;max-width:499px;margin-inline:12px;padding:87px 64px 64px;box-shadow:0 5px 12px #00000012}.TestCloseModal-module__6Z0btW__modalContent h2{font-size:var(--fs-xl);letter-spacing:-.02em;margin-bottom:21px;line-height:26px}.TestCloseModal-module__6Z0btW__modalContent p{font-size:var(--fs-md);color:rgb(var(--brand-black));opacity:.7;margin-bottom:35px;font-weight:400;line-height:18.9px}.TestCloseModal-module__6Z0btW__modalActions{flex-direction:column;align-items:center;display:flex}.TestCloseModal-module__6Z0btW__modalActions button{justify-content:center;width:100%;max-width:270px}.TestCloseModal-module__6Z0btW__modalActions button:first-child{margin-bottom:7px}
.ExtraCategoryListItem-module___7kfsa__categoryListItem:not(:first-of-type){margin-top:32px}.ExtraCategoryListItem-module___7kfsa__categoryTitle{color:rgb(var(--brand-primary));margin-bottom:16px;font-size:22px;font-weight:800}.ExtraCategoryListItem-module___7kfsa__listHeader,.ExtraCategoryListItem-module___7kfsa__listRow{border-bottom:var(--border-primary);width:100%;font-family:var(--ff-regular);grid-template-columns:1.5fr 1fr auto;align-items:center;gap:16px;display:grid}.ExtraCategoryListItem-module___7kfsa__listHeader{color:rgba(var(--brand-primary), .6);padding:22px 34px;font-size:14px;font-weight:400;line-height:18.9px}.ExtraCategoryListItem-module___7kfsa__listRow{color:rgb(var(--brand-black));border-color:rgba(var(--border-clr-mute), .5);padding:12px 34px;font-size:15px;font-weight:400}.ExtraCategoryListItem-module___7kfsa__listRow:last-of-type{margin-bottom:16px}.ExtraCategoryListItem-module___7kfsa__noZones{font-size:15px;font-family:var(--ff-regular);color:rgb(var(--brand-black));border:none;grid-template-columns:1fr auto;padding:28px 34px}
.DepartmentForm-module__SjO8Kq__form{grid-template-columns:repeat(12,1fr);gap:10px;display:grid}.DepartmentForm-module__SjO8Kq__formName{grid-column:span 12}.DepartmentForm-module__SjO8Kq__secretLinkToggle{grid-column:span 4}.DepartmentForm-module__SjO8Kq__secretLinkBox{grid-column:span 8;position:relative}.DepartmentForm-module__SjO8Kq__copyLinkButton{align-items:center;padding-right:15px;display:flex;position:absolute;top:0;bottom:0;right:0}.DepartmentForm-module__SjO8Kq__deleteButtonContainer{text-align:center;margin-top:44px}
.RelatedTestInputs-module__Vh1qSq__inputContainer{margin-top:30px;position:relative}.RelatedTestInputs-module__Vh1qSq__listHeader,.RelatedTestInputs-module__Vh1qSq__listRow{border-bottom:var(--border-primary);width:100%;font-family:var(--ff-regular);grid-template-columns:1fr;display:grid}.RelatedTestInputs-module__Vh1qSq__listHeader{color:rgba(var(--brand-primary), .6);padding:22px 34px;font-size:14px;font-weight:400;line-height:18.9px}.RelatedTestInputs-module__Vh1qSq__listRow{height:46px;color:rgb(var(--brand-black));border-color:rgba(var(--border-clr-mute), .5);align-items:center;padding:5px 34px;font-size:15px}.RelatedTestInputs-module__Vh1qSq__listRow label{font-size:15px;font-weight:700}.RelatedTestInputs-module__Vh1qSq__listRow .RelatedTestInputs-module__Vh1qSq__typeText,.RelatedTestInputs-module__Vh1qSq__listRow label{opacity:.6}.RelatedTestInputs-module__Vh1qSq__listRow:has(input:checked) .RelatedTestInputs-module__Vh1qSq__typeText{opacity:1}.RelatedTestInputs-module__Vh1qSq__listRow:has(input:checked) label{opacity:1}.RelatedTestInputs-module__Vh1qSq__listRow:last-of-type{margin-bottom:16px}.RelatedTestInputs-module__Vh1qSq__edit{opacity:.6;cursor:pointer;width:18.64px;height:18.09px}.RelatedTestInputs-module__Vh1qSq__error{border-color:rgb(var(--indicator-red));background-color:#ff8c8c33}.RelatedTestInputs-module__Vh1qSq__errorText{font-size:11px;font-family:var(--ff-regular);color:rgb(var(--indicator-red));opacity:.6;position:absolute;top:10px;right:18px}
.UsersSummary-module__E0jC6G__summaryCard{padding:24px 34px}.UsersSummary-module__E0jC6G__title{font-size:var(--fs-xs);font-family:var(--ff-regular);opacity:.6;place-self:flex-start;font-weight:400;line-height:18.9px}.UsersSummary-module__E0jC6G__summaryRadials{gap:8px;margin-block:48px;display:flex}.UsersSummary-module__E0jC6G__summaryZoneRadial{--w:216px!important}@media screen and (max-width:1816px){.UsersSummary-module__E0jC6G__summaryZoneRadial{--w:176px!important}}@media screen and (max-width:1368px){.UsersSummary-module__E0jC6G__summaryZoneRadial{--w:160px!important;--b:20px!important}.UsersSummary-module__E0jC6G__summaryZoneRadial :first-child{margin-bottom:8px;font-size:20px}.UsersSummary-module__E0jC6G__summaryZoneRadial div :last-child{transform:translate(-50%,12px)}}@media screen and (max-width:1168px){.UsersSummary-module__E0jC6G__summaryZoneRadial{--w:120px!important;--b:20px!important}.UsersSummary-module__E0jC6G__summaryZoneRadial :first-child{margin-bottom:10px;font-size:18px}.UsersSummary-module__E0jC6G__summaryZoneRadial div :last-child{font-size:10px;transform:translate(-50%,10px)}.UsersSummary-module__E0jC6G__summaryRadials{margin-block:24px}}@media screen and (max-width:768px){.UsersSummary-module__E0jC6G__summaryZoneRadial{--w:80px!important;--b:10px!important}.UsersSummary-module__E0jC6G__summaryZoneRadial :first-child{margin-bottom:unset;font-size:13px}}@media screen and (max-width:520px){.UsersSummary-module__E0jC6G__summaryRadials{grid-template-columns:1fr 1fr;place-items:center;width:100%;display:grid}}
.ExtraMaterialFormInputs-module__8Zp9Na__materialInputContainer{margin-top:22px;position:relative}.ExtraMaterialFormInputs-module__8Zp9Na__listHeader,.ExtraMaterialFormInputs-module__8Zp9Na__listRow{border-bottom:var(--border-primary);width:100%;font-family:var(--ff-regular);grid-template-columns:1fr 170px;display:grid}.ExtraMaterialFormInputs-module__8Zp9Na__listHeader{color:rgba(var(--brand-primary), .6);padding:22px 34px;font-size:14px;font-weight:400;line-height:18.9px}.ExtraMaterialFormInputs-module__8Zp9Na__listRow{height:46px;color:rgb(var(--brand-black));border-color:rgba(var(--border-clr-mute), .5);align-items:center;padding:5px 34px;font-size:15px}.ExtraMaterialFormInputs-module__8Zp9Na__listRow label{font-size:15px;font-weight:700}.ExtraMaterialFormInputs-module__8Zp9Na__listRow .ExtraMaterialFormInputs-module__8Zp9Na__typeText,.ExtraMaterialFormInputs-module__8Zp9Na__listRow label{opacity:.6}.ExtraMaterialFormInputs-module__8Zp9Na__listRow:has(input:checked) .ExtraMaterialFormInputs-module__8Zp9Na__typeText{opacity:1}.ExtraMaterialFormInputs-module__8Zp9Na__listRow:has(input:checked) label{opacity:1}.ExtraMaterialFormInputs-module__8Zp9Na__listRow:last-of-type{margin-bottom:16px}.ExtraMaterialFormInputs-module__8Zp9Na__edit{opacity:.6;cursor:pointer;width:18.64px;height:18.09px}.ExtraMaterialFormInputs-module__8Zp9Na__error{border-color:rgb(var(--indicator-red));background-color:#ff8c8c33}.ExtraMaterialFormInputs-module__8Zp9Na__errorText{font-size:11px;font-family:var(--ff-regular);color:rgb(var(--indicator-red));opacity:.6;position:absolute;top:10px;right:18px}
.PWAInstructionsLink-module__NMWiUG__link{color:rgb(var(--brand-primary));font-size:14px}
.EulaContent-module__LfkB4G__contentContainer{font-family:var(--ff-regular);max-width:37em;padding:28px}.EulaContent-module__LfkB4G__textTitle{letter-spacing:-.02em;margin-bottom:16px;font-size:24px;font-weight:900}.EulaContent-module__LfkB4G__contentContainer h2{font-size:20px}.EulaContent-module__LfkB4G__contentContainer>*+*{margin-top:20px}.EulaContent-module__LfkB4G__contentContainer ul{margin-left:2.5rem;margin-block:16px}
.LoginSelector-module__6Bt9ca__section{justify-content:center;align-items:center;display:flex;position:relative}.LoginSelector-module__6Bt9ca__desktopLoginSelector{display:flex}.LoginSelector-module__6Bt9ca__wrapper{max-width:416px;font-family:var(--ff-regular);flex-direction:column;flex:300px;display:flex}.LoginSelector-module__6Bt9ca__wrapper h1{font-weight:900;font-size:var(--fs-xxl);letter-spacing:-.02em;margin-bottom:45px;line-height:50.6px}.LoginSelector-module__6Bt9ca__selectorContainer>*+*{margin-top:8px}.LoginSelector-module__6Bt9ca__selector{background-color:rgb(var(--brand-white));border:var(--border-primary);cursor:pointer;max-width:416px;color:rgb(var(--brand-primary));border-radius:16px;flex:300px;justify-content:space-between;align-items:center;gap:20px;padding:8px 28px 8px 8px;text-decoration:none;transition:all .2s ease-in-out;display:flex;box-shadow:0 5px 12px #00000012}.LoginSelector-module__6Bt9ca__selector:hover{background-color:rgba(var(--brand-primary), .05)}.LoginSelector-module__6Bt9ca__selector h3{font-size:var(--fs-md);flex-grow:1;font-weight:800;line-height:20px}.LoginSelector-module__6Bt9ca__profileLogo{background-color:rgb(var(--brand-primary));width:48px;height:64px;color:rgb(var(--brand-white));border-radius:12px;place-items:center;display:grid}.LoginSelector-module__6Bt9ca__profileLogo.LoginSelector-module__6Bt9ca__secondary{background-color:rgb(var(--brand-secondary))}.LoginSelector-module__6Bt9ca__mobileLoginSelector{--brandingHeight:30%;--formHeight:calc(100% - var(--brandingHeight));--offset:40px;max-height:100vh;display:none}.LoginSelector-module__6Bt9ca__mobileSelector{height:100%;max-height:calc(var(--formHeight) + var(--offset));transform:translateY(calc(var(--offset) * -1));background-color:rgb(var(--bg-primary));border-radius:26px;justify-content:center;padding-block:56px;padding-inline:20px;display:flex}@media screen and (max-width:768px){.LoginSelector-module__6Bt9ca__desktopLoginSelector{display:none}.LoginSelector-module__6Bt9ca__mobileLoginSelector{flex-grow:1;display:block}.LoginSelector-module__6Bt9ca__wrapper{margin-inline:auto}}
.AuthError-module__TSy5eq__authError{max-width:500px;font-family:var(--ff-regular);flex-direction:column;gap:40px;display:flex}.AuthError-module__TSy5eq__authError h1{text-align:center;font-size:30px}.AuthError-module__TSy5eq__cardContent{gap:28px;padding:30px 30px 28px;display:grid}.AuthError-module__TSy5eq__authError p{color:rgb(var(--brand-primary));text-wrap:pretty;font-size:16px}.AuthError-module__TSy5eq__authError button{justify-content:center;width:100%;max-width:none}
.EulaForm-module__mfYpia__form{align-items:center;max-width:420px;margin-inline:auto;display:grid}.EulaForm-module__mfYpia__form>*+*{margin-top:12px}.EulaForm-module__mfYpia__formButton{justify-content:center;width:100%;margin-top:20px}
.EditDepartmentPageContent-module__FMnPYq__deleteButtonContainer{text-align:center;margin-top:44px}
.EmployeeForm-module__AHuvLG__headerSection{justify-content:space-between;align-items:center;margin-bottom:34px;display:flex}.EmployeeForm-module__AHuvLG__pageTitle{font-size:var(--fs-xxl);font-family:var(--ff-regular);letter-spacing:-.02em;font-weight:900}.EmployeeForm-module__AHuvLG__actions{align-self:flex-end}.EmployeeForm-module__AHuvLG__divider{background-color:rgb(var(--layout-div));width:100%;height:1px;margin-block:26px 23px}
.PageContent-module__18l6VW__orgInput{margin-bottom:34px}.PageContent-module__18l6VW__deleteButtonContainer{text-align:center;margin-top:44px}
.page-module__0vuJ3q__error{--border-rad:10px;text-align:center;width:100%;max-width:810px;font-family:var(--ff-regular);margin-inline:auto;padding-top:2rem}.page-module__0vuJ3q__error>*+*{margin-top:1rem}
.UsersTabContent-module__IjfzOW__usersListSection{margin-top:24px}
.page-module__g4IF4W__cardContainer{margin-top:68px;place-items:center;max-width:100%;margin-inline:auto;display:grid}.page-module__g4IF4W__contentContainer{font-family:var(--ff-regular);max-width:37em;padding:28px}.page-module__g4IF4W__textTitle{letter-spacing:-.02em;margin-bottom:16px;font-size:24px;font-weight:900}.page-module__g4IF4W__paragraph{margin-bottom:16px;font-size:16px;display:block}
.page-module__SJGD9a__cardContainer{margin-top:68px;place-items:center;max-width:100%;margin-inline:auto;display:grid}
.page-module__LgzM3W__section{justify-content:center;align-items:center;display:flex;position:relative}.page-module__LgzM3W__desktopAuthError{display:flex}.page-module__LgzM3W__mobileAuthError{--brandingHeight:30%;--formHeight:calc(100% - var(--brandingHeight));--offset:40px;max-height:100vh;display:none}.page-module__LgzM3W__mobileContainer{height:100%;max-height:calc(var(--formHeight) + var(--offset));transform:translateY(calc(var(--offset) * -1));background-color:rgb(var(--bg-primary));border-radius:26px;justify-content:center;align-items:flex-start;padding-block:56px;padding-inline:20px;display:flex}@media screen and (max-width:768px){.page-module__LgzM3W__desktopAuthError{display:none}.page-module__LgzM3W__mobileAuthError{display:block}}
.page-module__uHh5JW__eulaAcceptPage{margin-inline:auto;grid-column:span 2;width:100%;max-width:fit-content;margin:auto;padding:87px}.page-module__uHh5JW__logo{top:87px;left:87px;position:fixed!important}.page-module__uHh5JW__title{margin-bottom:28px}.page-module__uHh5JW__wrapper{--scrollbar-width:12px;border:var(--border-primary);border-radius:8px;max-width:800px;margin-bottom:20px;position:relative;overflow:hidden}.page-module__uHh5JW__policyContainer{background-color:rgb(var(--brand-white));scrollbar-width:var(--scrollbar-width);scrollbar-color:rgb(var(--brand-primary), .4) rgb(var(--brand-white));height:100%;max-height:200px;overflow-y:scroll}.page-module__uHh5JW__policyContainer::-webkit-scrollbar{width:var(--scrollbar-width)}.page-module__uHh5JW__policyContainer::-webkit-scrollbar-track{background:rgb(var(--brand-white))}.page-module__uHh5JW__policyContainer::-webkit-scrollbar-thumb{background-color:rgb(var(--brand-primary), .4);border-radius:20px}.page-module__uHh5JW__wrapper:after{content:"";top:0;right:calc(var(--scrollbar-width) + 1px);background-color:rgb(var(--layout-div));width:1px;height:100%;display:block;position:absolute}.page-module__uHh5JW__policyContainer :first-child{max-width:100%}
.page-module__X_Z_4a__section{justify-content:center;align-items:center;display:flex;position:relative}.page-module__X_Z_4a__desktopLogin{display:flex}.page-module__X_Z_4a__mobileLogin{--brandingHeight:30%;--formHeight:calc(100% - var(--brandingHeight));--offset:40px;max-height:100vh;display:none}.page-module__X_Z_4a__mobileLoginForm{height:100%;max-height:calc(var(--formHeight) + var(--offset));transform:translateY(calc(var(--offset) * -1));background-color:rgb(var(--bg-primary));border-radius:26px;justify-content:center;padding-block:56px;padding-inline:20px;display:flex}@media screen and (max-width:768px){.page-module__X_Z_4a__desktopLogin{display:none}.page-module__X_Z_4a__mobileLogin{display:block}}
.page-module__3PogWq__testPage{background-color:var(--brand-white);flex-direction:column;justify-content:center;align-items:center;gap:41px;width:100%;height:100%;display:flex}.page-module__3PogWq__title{font-family:var(--ff-regular);letter-spacing:-.02em;color:rgb(var(--brand-primary));text-align:center;font-size:30px;font-weight:800;line-height:37.5px}.page-module__3PogWq__cardContainer{justify-content:center;width:100%;display:flex}.page-module__3PogWq__closeModal{position:absolute;top:40px;right:64px}@media screen and (max-width:768px){.page-module__3PogWq__closeModal{right:20px}}
