body{background-color:var(--off-white);color:var(--light-black);font-family:var(--font-family-base);font-size:var(--text-size-base);font-weight:var(--font-weight-base);line-height:var(--line-height-base);margin:0;-webkit-font-smoothing:antialiased}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body,html{height:100%}h1,h2,h3,h4,h5,h6,p{margin:0}a{color:inherit;cursor:pointer;text-decoration:none}a i{font-size:24px}b{font-weight:var(--font-weight-semi-bold)}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}img{-o-object-fit:cover;object-fit:cover;height:auto;max-width:100%}ul{list-style:none;padding-left:0;margin:0}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none;background-color:var(--white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}button i{font-size:24px}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}textarea{overflow:auto;resize:none}fieldset{min-width:0;padding:0;margin:0;border:0}.hidden{display:none!important}h1{color:var(--black);font-size:var(--text-size-xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-sm)}h2{color:var(--black);font-size:var(--text-size-l);font-weight:var(--font-weight-bold);line-height:var(--line-height-sm)}h3{color:var(--black);font-size:var(--text-size-md);font-weight:var(--font-weight-bold);line-height:var(--line-height-sm)}h4{color:var(--light-black);font-weight:var(--font-weight-semi-bold)}.btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid transparent;border-radius:8px;color:var(--white);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:var(--font-weight-semi-bold);padding:10px 14px;gap:0 8px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background-color .3s ease,color .3s ease,-webkit-filter .3s ease;transition:background-color .3s ease,color .3s ease,-webkit-filter .3s ease;transition:background-color .3s ease,color .3s ease,filter .3s ease;transition:background-color .3s ease,color .3s ease,filter .3s ease,-webkit-filter .3s ease}.btn:hover{-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.btn.disabled,.btn:disabled{pointer-events:none}.btn.active,.btn:active{-webkit-transition:background-color .3s ease,border-color .3s ease;transition:background-color .3s ease,border-color .3s ease}.btn i{-webkit-transition:color .3s ease;transition:color .3s ease}.btn__primary{background-color:var(--second-color)}.btn__primary:hover{-webkit-filter:brightness(90%);filter:brightness(90%);-webkit-transition:background-color .3s ease,color .3s ease,-webkit-filter .3s ease;transition:background-color .3s ease,color .3s ease,-webkit-filter .3s ease;transition:background-color .3s ease,color .3s ease,filter .3s ease;transition:background-color .3s ease,color .3s ease,filter .3s ease,-webkit-filter .3s ease}.btn__primary.active,.btn__primary:active{-webkit-filter:brightness(85%);filter:brightness(85%);border-color:var(--second-color-active)}.btn__primary.disabled,.btn__primary:disabled{background-color:var(--second-color-disabled)}.btn__secondary{background-color:var(--first-color);color:var(--black)}.btn__secondary i{color:var(--black)}.btn__secondary:hover{-webkit-filter:brightness(90%);filter:brightness(90%);-webkit-transition:background-color .3s ease,color .3s ease,-webkit-filter .3s ease;transition:background-color .3s ease,color .3s ease,-webkit-filter .3s ease;transition:background-color .3s ease,color .3s ease,filter .3s ease;transition:background-color .3s ease,color .3s ease,filter .3s ease,-webkit-filter .3s ease}.btn__secondary.active,.btn__secondary:active{-webkit-filter:brightness(85%);filter:brightness(85%);border-color:var(--first-color-active)}.btn__secondary.disabled,.btn__secondary:disabled{background-color:var(--first-color-disabled)}.btn__light{background-color:var(--white);border-color:var(--light-grey);color:var(--black)}.btn__light i{color:var(--grey)}.btn__light:hover{background-color:var(--off-white)}.btn__light.active,.btn__light:active{background-color:var(--off-white);border-color:var(--grey)}.btn__light.disabled,.btn__light:disabled{border-color:var(--off-white);background-color:var(--white);color:var(--grey)}.btn__sm{border:none;color:var(--light-black);padding:0;gap:4px;-webkit-transition:color .3s ease;transition:color .3s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn__sm i{color:var(--grey)}.btn__sm:hover{-webkit-transition:color .3s ease;transition:color .3s ease}.btn__sm:hover i{color:var(--light-black)}.btn__sm.active,.btn__sm:active{color:var(--black)}.btn__sm.active i,.btn__sm:active i{color:var(--black)}.btn__sm.disabled,.btn__sm:disabled{color:var(--grey)}.btn__sm.disabled i,.btn__sm:disabled i{color:var(--grey)}.btn__profile{background-color:var(--white);border-color:var(--light-grey);border-radius:50%;padding:6px;position:relative;height:40px;width:40px}.btn__profile img{border-radius:50%;position:absolute;height:100%;width:100%}.btn__profile i{color:var(--light-black);font-size:24px}.btn__profile:hover{background-color:var(--off-white)}.btn__profile.active,.btn__profile:active{background-color:var(--white);border-color:var(--first-color)}.btn__help{background-color:var(--black);border-radius:50%;padding:6px}.btn__help i{color:var(--white)}.main{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--off-white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%;overflow:hidden}.main .logo{position:fixed;left:16px;top:16px;max-height:48px;max-width:124px;z-index:10}.main .logo img{-o-object-fit:contain;object-fit:contain;max-height:48px;max-width:124px;width:100%}.main__logo{margin-bottom:16px;height:40px;width:40px}.main__logo img{height:40px;width:40px}.main__top{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;min-height:24px;margin-bottom:32px;width:100%}.main__top-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;bottom:0;position:absolute;left:0;width:100%}.main__title{text-align:center;max-width:752px}.main__title .underlined{position:relative}.main__title .underlined:after{bottom:0;background-color:var(--first-color);border-radius:8px;content:"";display:inline-block;position:absolute;height:4px;left:0;width:100%}.main__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:32px 0}.main__fixed-actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 8px;position:fixed;top:16px;right:16px;z-index:10}.video{display:-webkit-box;display:-ms-flexbox;display:flex}.video iframe{border-radius:16px}.fixed-video{bottom:16px;border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;position:fixed;cursor:pointer;left:16px;height:120px;width:120px}.fixed-video::before{background:rgba(2,6,23,.32);content:"";position:absolute;pointer-events:none;top:0;left:0;width:100%;height:100%}.fixed-video .video{pointer-events:none}.upload-photo{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 16px;margin-bottom:16px}.upload-photo__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px 0}.upload-photo__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 16px}.upload-photo__right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 8px;margin-left:auto}.avatar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid var(--light-grey);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;height:64px;width:64px}.avatar i{font-size:24px}.avatar img{border-radius:50%;position:absolute;height:100%;width:100%}.avatar__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 16px}.avatar__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px 0}.steps{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:10}.steps__title{font-weight:var(--font-weight-semi-bold)}.steps__title+.steps__inner{margin-top:16px}.steps__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 4px}.steps__items{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 72px}.steps .step{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid var(--grey);background-color:var(--grey);border-radius:50%;color:var(--white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:var(--text-size-sm);font-weight:var(--font-weight-semi-bold);line-height:1.45;position:relative;pointer-events:none;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;height:24px;width:24px}.steps .step:not(:first-child)::before{content:"";border-radius:20px;background-color:var(--grey);position:absolute;right:26px;height:2px;width:64px}.steps .step.active{background-color:var(--first-color);border-color:var(--first-color);color:var(--black)}.steps .step.active::before{background-color:var(--first-color)}.steps .step.done{background-color:var(--white);border-color:var(--green);color:var(--black);pointer-events:unset}.steps .step.done:hover{background-color:var(--off-white);-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.steps .step.done::before{background-color:var(--green)}.steps .step.completed{background-color:var(--green);border-color:var(--green);color:var(--white);pointer-events:unset}.steps .step.completed::before{background-color:var(--green)}.steps .step.current{background-color:var(--white);border-color:var(--first-color);color:var(--black);pointer-events:unset}.steps .step.current:hover{background-color:var(--off-white);-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.steps .step.current::before{background-color:var(--first-color)}.separator{background-color:var(--off-white);border-radius:20px;display:block;height:2px;width:100%}.progress{border-radius:8px;background-color:var(--light-grey);height:16px;position:relative}.progress__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:32px;width:1136px}.progress__wrapper .progress__top{margin-bottom:16px}.progress__wrapper .progress__text{font-weight:var(--font-weight-semi-bold)}.progress__top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.progress__text{color:var(--black)}.progress__text:last-child{display:inline-block;margin-left:16px;white-space:nowrap}.progress__bar{background-color:var(--first-color);border-radius:8px;display:block;height:100%;position:absolute;left:0}.progress__items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 8px}.progress__items .progress{border-radius:4px;overflow:hidden;-webkit-box-flex:1;-ms-flex:1;flex:1}.progress__items .progress:first-child{border-radius:8px 4px 4px 8px}.progress__items .progress:last-child{border-radius:4px 8px 8px 4px}.progress__items .progress__bar{border-radius:0}.progress__boxes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px 0}.progress__box .progress{border-radius:8px;height:8px}.progress__box .progress__top{margin-bottom:8px}.forward{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.forward img{height:368px;width:368px}.forward__text{margin:32px 0}.info{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--off-white);border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--blue);padding:8px 12px;margin-top:32px;width:100%}.info i{font-size:24px;margin-right:8px}.info__text{font-size:var(--text-size-sm);line-height:var(--line-height-md)}.file{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 8px}.file__name{color:var(--black)}.file__actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 4px}.stepper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 8px}.stepper__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px 0}.stepper__box{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--grey);display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 2px}.stepper__box .btn{background-color:rgba(0,0,0,0)}.stepper__number{border:none;background-color:unset;border-bottom:2px solid transparent;color:var(--black);padding:0;text-align:center;outline:0;padding-bottom:6px;-webkit-transition:border-color .3s ease;transition:border-color .3s ease;width:32px}.stepper__number::-webkit-input-placeholder{color:var(--grey)}.stepper__number::-moz-placeholder{color:var(--grey)}.stepper__number:-ms-input-placeholder{color:var(--grey)}.stepper__number::-ms-input-placeholder{color:var(--grey)}.stepper__number::placeholder{color:var(--grey)}.stepper__number:hover{border-color:var(--grey);-webkit-transition:border-color .3s ease;transition:border-color .3s ease}.stepper__number:focus{border-color:var(--first-color);outline:0}.stepper__text{color:var(--black)}.header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px;width:100%}.header__title{position:absolute;left:0;right:0;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header .logo{position:relative;top:unset;left:unset}.header .main__fixed-actions{position:relative;top:unset;right:unset}.dashboard{margin:20px 40px 50px;max-width:1360px}.dashboard__top{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px;position:relative}.dashboard__image{border-radius:16px;height:380px}.dashboard .progress{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--white);border-radius:30px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;padding:2px;position:absolute;top:20px;left:0;right:0;height:26px;width:1080px}.dashboard .progress__bar{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--second-color);border-radius:30px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dashboard .progress__bar .progress__number{position:inherit;color:var(--white)}.dashboard .progress__number{color:var(--second-color);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;right:0;position:absolute;font-weight:var(--font-weight-semi-bold)}.dashboard__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.dashboard__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid transparent;border-radius:16px;background-color:var(--white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:32px 24px;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease,-webkit-box-shadow .3s ease;width:210px}.dashboard__item i{color:#7f22fe;font-size:64px;margin-bottom:16px}.dashboard__item:hover{-webkit-box-shadow:0 8px 16px 0 rgba(218,220,224,.5);box-shadow:0 8px 16px 0 rgba(218,220,224,.5);-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease,-webkit-box-shadow .3s ease}.dashboard__item.disabled{pointer-events:none}.dashboard__item.disabled i{color:var(--grey)}.dashboard__item.disabled .dashboard__item-text{color:var(--grey)}.dashboard__item.active{border-color:#fdc800}.dashboard__item--secondary .dashboard__item-text,.dashboard__item--secondary i{color:var(--second-color)}.dashboard__item--secondary.active{border-color:var(--first-color)}.dashboard__item-text{color:#7f22fe;font-weight:var(--font-weight-semi-bold)}.dashboard__inner{bottom:16px;display:-webkit-box;display:-ms-flexbox;display:flex;left:0;right:0;margin:0 auto;position:absolute;height:260px;width:260px}.dashboard__ghost{left:-19px;top:-33px;position:absolute;height:180px;width:180px}.calendar__top{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:8px 0;margin-bottom:16px}.calendar__items{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 8px}.calendar__item{border:2px solid var(--first-color);border-radius:4px;color:var(--black);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:var(--text-size-sm);font-weight:var(--font-weight-semi-bold);line-height:var(--line-height-md);height:24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.calendar__item:first-child{border-radius:8px 4px 4px 8px}.calendar__item:last-child{border-radius:4px 8px 8px 4px}.calendar__item.active{background-color:var(--first-color)}.calendar__item.disabled{background-color:var(--light-grey);border-color:var(--light-grey);pointer-events:none}.tabs{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:2px solid var(--off-white);display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 16px}.tabs__link{padding:6px 0;position:relative;font-weight:var(--font-weight-semi-bold)}.tabs__link::after{bottom:-2px;background-color:rgba(0,0,0,0);content:"";position:absolute;left:0;height:2px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;width:100%}.tabs__link:hover::after{background-color:var(--grey);-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.tabs__link.disabled{color:var(--grey);pointer-events:none}.tabs__link.active{color:var(--black)}.tabs__link.active::after{background-color:var(--first-color)}.tabs__link.active:hover::after{-webkit-filter:brightness(90%);filter:brightness(90%)}.tabs__link.active.disabled{color:var(--grey)}.tabs__link.active.disabled::after{background-color:var(--first-color-disabled)}.profile .tabs{margin-top:32px}.profile__top{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px}.profile__top-actions{gap:0 8px}.profile__inner{margin-top:16px}.profile__item:not(:first-child){margin-top:16px}.profile__box{border:2px solid var(--off-white);border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px}.profile__box:not(:first-child){margin-top:16px}.profile__box .upload__logo{margin:8px auto}.profile__heading{color:var(--black);display:inline-block;font-weight:var(--font-weight-semi-bold);margin-bottom:8px}.profile__cols{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 16px}.profile__cols--secondary .profile__col{width:calc(50% - 8px)}.profile__cols--secondary .profile__col:first-child{-webkit-box-flex:0;-ms-flex:none;flex:none}.profile__cols--secondary .profile__col:last-child{width:50%}.profile__cols--third .profile__col:first-child .profile__box{min-height:200px}.profile__cols--third .profile__col:first-child .upload__logo{margin:auto}.profile__cols--third .profile__col:last-child{min-width:320px;width:320px}.profile__col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.profile__col:first-child{-webkit-box-flex:1;-ms-flex:1;flex:1}.profile__col:last-child{min-width:224px;width:224px}.profile__links{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 16px}.profile__links i{color:var(--grey)}.profile__links .form__row{width:33.33%}.profile__links .form__row i{font-size:24px;position:absolute;top:12px;left:12px}.profile__links .form__row:not(:first-child){margin:0}.profile__links .form__control{padding:10px 10px 10px 42px;text-overflow:ellipsis}.profile__link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 8px;overflow:hidden;width:33.33%}.profile__link-text{white-space:nowrap;text-overflow:ellipsis;text-decoration:underline;overflow:hidden}.profile__color{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 8px}.profile__color-decoration{border-radius:50%;height:24px;min-width:24px;width:24px}.profile .form__links{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 16px}.profile .form__links i{color:var(--grey)}.profile .form__links .form__group{width:33.33%}.profile .form__links .form__group i{font-size:24px;position:absolute;top:12px;left:12px}.profile .form__links .form__control{padding:10px 10px 10px 42px;text-overflow:ellipsis}.profile__credentials{width:368px}.transform{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:376px;width:520px}.transform img{height:auto;width:auto}.transform .transform__1{position:absolute;left:-128px;top:26px;height:148px;width:340px;z-index:4}.transform .transform__2{position:absolute;bottom:45px;left:-3px;height:158px;width:446px;z-index:5}.transform .transform__3{position:absolute;bottom:135px;left:-110px;height:54px;width:92px}.transform .transform__4{position:absolute;right:-65px;top:20px;height:230px;width:528px;z-index:3}.transform .transform__5{position:absolute;right:-75px;top:22px;height:50px;width:106px}.transform .transform__6{position:absolute;bottom:85px;right:-50px;height:50px;width:98px}.transform .transform__7{position:absolute;opacity:0;z-index:1}.transform .ghost{height:280px;width:280px}.transform .ghost__1,.transform .ghost__2{position:absolute;top:48px;z-index:2;height:280px;width:280px}.transform--second .transform__1,.transform--second .transform__2,.transform--second .transform__3{-webkit-transform:translateX(-100vw);-ms-transform:translateX(-100vw);transform:translateX(-100vw)}.transform--second .transform__4,.transform--second .transform__5,.transform--second .transform__6{-webkit-transform:translateX(100vw);-ms-transform:translateX(100vw);transform:translateX(100vw)}.transform--second .ghost__1{opacity:1}.transform--second .ghost__2{opacity:0}.transform--third .transform__7{opacity:1}.boxes .box:not(:first-child){margin-top:32px}.boxes .steps{margin:32px 0}.box{background-color:var(--white);border-radius:32px;padding:48px;width:944px}.box .progress__wrapper{margin:32px 0 0;width:100%}.box--secondary{padding:32px 48px}.box--secondary .box__actions{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:24px}.box--third{width:1136px}.box__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style-type:numeric;padding-left:24px;gap:8px 0}.box__list-item{color:var(--black)}.box__item .form__row-wrapper:not(:first-child){margin-top:16px}.box__item .form__check-title{color:var(--black)}.box__item-title{color:var(--black);display:inline-block;font-weight:var(--font-weight-semi-bold)}.box__item-title+.form__label{margin-top:16px}.box__title{text-align:center;margin:0 auto 24px;max-width:640px}.box__top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:32px;position:relative}.box__top:is(:only-child){margin:0}.box__top .info{margin-top:16px}.box__top--secondary .box__top-inner{max-width:100%}.box__top--secondary .box__heading{margin:0;max-width:100%}.box__top--secondary .box__text{margin-top:16px;max-width:704px}.box__top-inner{max-width:704px}.box__top-icon{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:-24px;top:-24px}.box__top-icon i{color:#7f22fe;font-size:64px}.box__heading{margin-bottom:16px;max-width:512px}.box__heading-secondary{margin-bottom:16px}.box__text:not(:last-child){margin-bottom:8px}.box .separator{margin:32px 0}.box__inner--secondary{width:704px}.box__inner--third{background-color:var(--off-white);border-radius:16px;padding:24px}.box__inner--third .separator{background-color:var(--light-grey);margin:16px 0}.box__inner--third .form__check-wrapper:not(:last-child){margin-bottom:8px}.box__inner--upload{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px 0}.box__inner-heading{margin-bottom:16px}.box__actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:32px}.box__actions+.table__wrapper{margin-top:16px}.box__actions-left{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 8px;margin-right:auto}.box__actions-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 8px;margin-left:auto}.box__pdf{background-color:var(--off-white);border-radius:16px;margin-top:16px;padding:24px 27px}.box__pdf iframe{border:none}.box .upload{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.box .upload__inner-wrapper{position:relative}.box .upload__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px dashed var(--light-grey);border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:144px;padding:12px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.box .upload__inner:hover{cursor:pointer;background-color:var(--off-white);-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.box .upload__inner:active{border-color:var(--first-color);background-color:var(--white)}.box .upload__logo{max-height:116px;max-width:116px}.box .upload__box{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.box .upload__box i{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--second-color);border-radius:50%;color:var(--white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:20px;margin-bottom:16px;height:48px;width:48px}.box .upload__bot{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:8px}.box .upload__text{color:var(--grey);font-size:var(--text-size-sm);line-height:var(--line-height-md)}.box .upload__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;right:8px;top:8px;gap:4px 0}.box .roles{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 32px}.box .roles__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.box .roles__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:sticky;top:20px;width:320px}.box .roles__right-inner{border-radius:8px;background-color:var(--off-white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px 0;padding:16px}.box .roadmap__items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 16px}.box .roadmap__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid transparent;background-color:var(--off-white);border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:40px 12px;-webkit-transition:border-color .3s ease;transition:border-color .3s ease;width:25%}.box .roadmap__item i{color:var(--first-color);font-size:64px;margin-bottom:8px}.box .roadmap__item:hover{border-color:var(--first-color);-webkit-transition:border-color .3s ease;transition:border-color .3s ease}.box .roadmap__item.active{background-color:var(--first-color)}.box .roadmap__item.active .roadmap__item-text,.box .roadmap__item.active .roadmap__item-title,.box .roadmap__item.active i{color:var(--black)}.box .roadmap__item.current .roadmap__item-text,.box .roadmap__item.current .roadmap__item-title,.box .roadmap__item.current i{color:var(--second-color)}.box .roadmap__item.current:hover{border-color:var(--second-color);-webkit-transition:border-color .3s ease;transition:border-color .3s ease}.box .roadmap__item.current.active{background-color:var(--second-color)}.box .roadmap__item.current.active .roadmap__item-text,.box .roadmap__item.current.active .roadmap__item-title,.box .roadmap__item.current.active i{color:var(--white)}.box .roadmap__item.disabled .roadmap__item-title,.box .roadmap__item.disabled i{color:var(--grey)}.box .roadmap__item-title{color:var(--black);font-weight:var(--font-weight-semi-bold)}.box .roadmap__item-text{font-size:14px;line-height:var(--line-height-md)}.box .roadmap__boxes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:32px;max-width:736px;gap:32px 0}.box .roadmap__boxes.primary svg path{fill:var(--second-color)}.box .roadmap__boxes.secondary svg path{fill:var(--first-color)}.box .roadmap__box{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 8px}.box .roadmap__box svg{min-width:24px}.box .roadmap__box-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.box .roadmap__box-title{margin-bottom:16px}.box .roadmap__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style:disc;padding-left:24px}.box .respondents__title{margin-bottom:16px}.box .respondents__inner{background-color:var(--off-white);border-radius:16px;padding:24px}.box .respondents__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style-type:decimal;gap:8px 0;margin-left:22px}.box .respondents__list-item{color:var(--black)}.box .checklists__top{background-color:var(--white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px 0;margin:-16px 0;padding:16px 0;position:sticky;top:0;z-index:10}.box .checklists__title{border-radius:8px;color:var(--white);text-align:center;padding:11px 8px}.box .checklists__title.green{background-color:var(--green)}.box .checklists__title.red{background-color:var(--red)}.box .checklists__title.blue{background-color:var(--blue)}.box .checklists__heading{background-color:var(--off-white);border-radius:8px;padding:8px;font-weight:var(--font-weight-semi-bold);text-align:center;margin:16px 0;position:sticky;top:111px;width:100%;z-index:10}.box .checklists .table{table-layout:initial}.box .checklists .table__wrapper{margin:0}.box .checklists .table__heading{padding:4px 6px;text-align:start}.box .checklists .table .item:has(.form__check>input:checked){background-color:unset}.box .checklists .table .form__check{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.box .checklists .table .form__check-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:0 8px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.box .checklists .table .form__check-wrapper:not(:first-child){margin-top:8px}.box .checklists .table .form__check-title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--black);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:var(--text-size-base);line-height:var(--line-height-base);gap:0 6px}.box .checklists .table textarea.form__control{min-height:120px}.box .checklists .table .accordion{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px 16px 8px}.box .checklists .table .accordion__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease-out;transition:max-height .3s ease-out;text-align:start;font-size:var(--text-size-sm);font-weight:var(--font-weight-base);line-height:var(--line-height-md)}.box .checklists .table .accordion__btn{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--black);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:8px;font-weight:var(--font-weight-semi-bold);text-align:start}.box .checklists .table .accordion__btn i{color:var(--grey);-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.box .checklists .table .accordion__link{color:var(--second-color);font-weight:var(--font-weight-semi-bold);text-decoration:underline;margin-top:8px}.box .checklists .table .accordion.active .accordion__btn i{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.form__control{background-color:var(--white);border:2px solid var(--light-grey);border-radius:8px;padding:10px;color:var(--light-black);-webkit-transition:background-color .3s ease,border-color .3s ease;transition:background-color .3s ease,border-color .3s ease;line-height:var(--line-height-base);width:100%}.form__control:-webkit-autofill,.form__control:-webkit-autofill:focus,.form__control:-webkit-autofill:hover{-webkit-text-fill-color:var(--black);-webkit-box-shadow:0 0 0 var(--white) inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.form__control::-webkit-datetime-edit-fields-wrapper{padding:0}.form__control::-webkit-calendar-picker-indicator{background:0 0;z-index:1}.form__control::-webkit-input-placeholder{color:var(--grey)}.form__control::-moz-placeholder{color:var(--grey)}.form__control:-ms-input-placeholder{color:var(--grey)}.form__control::-ms-input-placeholder{color:var(--grey)}.form__control::placeholder{color:var(--grey)}.form__control:hover{border-color:var(--grey);-webkit-transition:background-color .3s ease,border-color .3s ease;transition:background-color .3s ease,border-color .3s ease}.form__control:focus{border-color:var(--first-color);outline:0;-webkit-transition:border-color .3s ease;transition:border-color .3s ease}.form__control#password,.form__control[type=password]{padding-right:40px}.form__control.disabled{pointer-events:none}.form__control[type=color]{border:none;border-radius:50%;cursor:pointer;display:block;padding:0;position:absolute;top:44px;left:12px;height:24px;width:24px}.form__control[type=color]::-webkit-color-swatch{border:none;-webkit-box-shadow:0 2px 4px rgba(15,15,15,.08),0 1px 1px rgba(15,15,15,.16);box-shadow:0 2px 4px rgba(15,15,15,.08),0 1px 1px rgba(15,15,15,.16);border-radius:4px}.form__control[type=color]::-webkit-color-swatch-wrapper{padding:0}.form__control[type=date]:after{content:"";font-family:icomoon;font-size:24px;position:absolute;right:10px;top:6px}.form__control[type=time]:after{content:"";font-family:icomoon;font-size:24px;position:absolute;right:10px;top:6px}.form__control--color{padding:10px 10px 10px 42px}.form__control--select{padding:10px 74px 10px 10px}.form__control--sm{border:none;border-bottom:2px solid transparent;background-color:unset;border-radius:0;padding:0 0 6px 0}.form__control--sm:hover{border-color:var(--grey)}.form__control--sm:focus{background-color:unset;border-color:var(--first-color)}.form__control--sm.disabled{pointer-events:none}.form__control--sm.disabled::-webkit-input-placeholder{color:var(--light-grey)}.form__control--sm.disabled::-moz-placeholder{color:var(--light-grey)}.form__control--sm.disabled:-ms-input-placeholder{color:var(--light-grey)}.form__control--sm.disabled::-ms-input-placeholder{color:var(--light-grey)}.form__control--sm.disabled::placeholder{color:var(--light-grey)}.form__label{color:var(--black);display:inline-block;font-weight:var(--font-weight-semi-bold);margin-bottom:8px}.form__check{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form__check:not(:first-child){margin-top:8px}.form__check input{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid var(--light-grey);background-color:var(--white);border-radius:4px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;-webkit-transition:background-color .2s ease,border-color .2s ease,-webkit-filter .2s ease;transition:background-color .2s ease,border-color .2s ease,-webkit-filter .2s ease;transition:background-color .2s ease,border-color .2s ease,filter .2s ease;transition:background-color .2s ease,border-color .2s ease,filter .2s ease,-webkit-filter .2s ease;min-width:24px;height:24px;width:24px}.form__check input[type=checkbox]:after{content:"";color:var(--black);display:none;font-family:icomoon!important;font-size:8px;position:absolute}.form__check input[type=radio]{border-radius:50%}.form__check input[type=radio]:after{background-color:var(--black);border-radius:50%;content:"";display:none;position:absolute;height:10px;width:10px}.form__check input[type=radio]:checked:disabled{background-color:var(--light-grey);border-color:var(--light-grey)}.form__check input[type=radio]:checked:disabled:after{background-color:var(--white);color:var(--white)}.form__check input:checked{background-color:var(--first-color);border-color:var(--first-color)}.form__check input:checked:after{display:block}.form__check input:checked:hover{background-color:var(--first-color);border-color:var(--first-color);-webkit-filter:brightness(90%);filter:brightness(90%);-webkit-transition:background-color .2s ease,border-color .2s ease,-webkit-filter .2 ease;transition:background-color .2s ease,border-color .2s ease,-webkit-filter .2 ease;transition:background-color .2s ease,border-color .2s ease,filter .2 ease;transition:background-color .2s ease,border-color .2s ease,filter .2 ease,-webkit-filter .2 ease}.form__check input:checked:disabled{background-color:var(--light-grey);border-color:var(--light-grey)}.form__check input:checked:disabled:after{color:var(--white)}.form__check input:hover{background-color:var(--off-white);-webkit-transition:background-color .2s ease,border-color .2s ease;transition:background-color .2s ease,border-color .2s ease}.form__check input:disabled{pointer-events:none;border-color:var(--off-white);background-color:var(--white)}.form__check-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 8px;width:100%}.form__check-wrapper:has(.form__check--secondary>input:checked) .form__check-title{text-decoration:line-through}.form__check-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.form__check-title a{font-weight:var(--font-weight-semi-bold);text-decoration:underline}.form__check-subtitle{color:var(--grey);font-size:var(--text-size-sm);line-height:var(--line-height-md);margin-top:2px}.form__check-text{margin-top:16px}.form__check-list{list-style-type:disc;margin-top:16px;padding-left:26px}.form__row:not(:first-child){margin-top:16px}.form__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.form__group.error .form__control{border-color:var(--red)}.form__group.error .form__label{color:var(--red)}.form__group.disabled{pointer-events:none}.form__group.disabled .form__control{color:var(--grey);border-color:var(--off-white)}.form__group.disabled .form__label{color:var(--grey)}.form__group.disabled .form__select .form__control{color:var(--light-grey)}.form__group.disabled .form__select i{color:var(--light-grey)}.form__group .form__select{-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;right:10px;top:44px;gap:0 4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.form__group .form__select .form__control{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:unset;cursor:pointer;padding:0}.form__group .form__select i{bottom:0;right:0;position:relative}.form__group .btn__sm{background-color:unset;position:absolute;top:44px;right:11px}.form__group .btn__sm.active i::before{content:""}.form__select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.form__select .form__control{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding:10px 40px 10px 10px}.form__select .form__control:invalid{color:var(--grey)}.form__select i{bottom:10px;color:var(--grey);right:10px;font-size:24px;position:absolute;pointer-events:none}.form__select+.form__other{margin-top:16px}.form__cols{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 16px}.form__cols .form__group{width:50%}.form__row-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.form__row-wrapper .form__group{width:224px}.form__row-wrapper .btn__light{margin-top:16px}.form__row-wrapper .info{margin-top:16px}.form__row-actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:16px;gap:0 16px}.form__row-actions .btn__light{margin:0}.form__other{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px 0;width:100%}.form__other-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 8px}.form__other-text{color:var(--black);white-space:nowrap}.form__check-control{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 8px}.form__check-control .form__check-title{white-space:nowrap}.form__file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.form__hint{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:8px}.form__hint-text{color:var(--grey);font-size:14px;font-size:var(--text-size-sm);line-height:var(--line-height-md);margin-left:6px}.form__hint i{color:var(--grey);font-size:24px}.form__hint.error .form__hint-text{color:var(--red)}.form__hint.error i{color:var(--red)}.form__hint.error i::before{content:""}.form__hint.disabled i{color:var(--light-grey)}.form__boxes{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 16px}.form__boxes .form__box:last-child{min-width:224px;width:224px}.form__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px 0}.form__box:first-child{-webkit-box-flex:1;-ms-flex:1;flex:1}.form__upload{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 16px}.form__upload .form__box:last-child{min-width:320px;width:320px}textarea.form__control{min-height:144px}.autoresizable{display:grid;position:relative}.autoresizable:after{background-color:initial;content:attr(data-replicated-value) " ";grid-area:1/1/2/2;visibility:hidden;min-height:24px;padding:0;white-space:pre-wrap;word-break:break-word}.autoresizable textarea{border:none;background-color:initial;resize:none;grid-area:1/1/2/2;outline:0;min-height:24px;padding:0;word-break:break-word;width:100%}.autoresizable textarea::-webkit-input-placeholder{color:var(--grey)}.autoresizable textarea::-moz-placeholder{color:var(--grey)}.autoresizable textarea:-ms-input-placeholder{color:var(--grey)}.autoresizable textarea::-ms-input-placeholder{color:var(--grey)}.autoresizable textarea::placeholder{color:var(--grey)}.modal{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0;visibility:hidden;width:100%;z-index:100}.modal__overlay{background:rgba(2,6,23,.64);height:100%;left:0;opacity:0;position:fixed;top:0;-webkit-transition:visibility 0s linear .3s,opacity .3s;transition:visibility 0s linear .3s,opacity .3s;visibility:hidden;width:100%;z-index:100}.modal__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:0;overflow:hidden;position:fixed;-webkit-transition:all .3s .12s;transition:all .3s .12s;z-index:100}.modal__inner .video{height:508px;width:848px}.modal__inner .video__subtitle{color:var(--white);margin-top:32px;text-align:center}.modal--visible{visibility:visible}.modal--visible .modal__overlay{opacity:1;-webkit-transition-delay:0s;transition-delay:0s;visibility:visible}.modal--visible .modal__inner{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:all .3s .12s;transition:all .3s .12s}.modal__form{background-color:var(--white);border-radius:16px;padding:24px;height:248px;width:560px}.modal__top{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px}.modal__title{color:var(--black);font-size:var(--text-size-md);font-weight:var(--font-weight-semi-bold);line-height:var(--line-height-sm)}.modal__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:24px}.table__col302{min-width:302px!important;max-width:302px!important;width:302px!important}.table__col56{min-width:56px;max-width:56px;width:56px}.table__col64{min-width:64px;max-width:64px;width:64px}.table__col96{min-width:96px;max-width:96px;width:96px}.table__col120{min-width:120px;max-width:120px;width:120px}.table__col128{min-width:128px;max-width:128px;width:128px}.table__col132{min-width:132px;max-width:132px;width:132px}.table__col165{min-width:165px!important;max-width:165px!important;width:165px!important}.table__сol200{min-width:200px;max-width:200px;width:200px}.table__сol200 span{max-width:200px}.table{border-collapse:separate;border-spacing:0;border-radius:16px;table-layout:fixed;width:100%}.table .table__height240{height:240px;min-height:240px}.table .table__height226{height:226px;min-height:226px}.table:not(:first-child){margin-top:16px}.table__wrapper{margin-top:32px}.table__wrapper--secondary{width:944px}.table__wrapper--secondary .table{background-color:var(--white)}.table__wrapper--secondary .table tr{border:none}.table__wrapper--secondary .table tr td,.table__wrapper--secondary .table tr th{border:none}.table__wrapper--secondary .table tr td:first-child,.table__wrapper--secondary .table tr th:first-child{border:none}.table__wrapper--secondary .table__heading{background-color:var(--light-grey);color:var(--black)}.table__wrapper--secondary .table td{height:100%}.table__wrapper--secondary .table tbody tr:first-child td{height:40px}.table__wrapper--secondary .item__heading{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--violet);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-transform:uppercase;gap:8px 0}.table__wrapper--secondary .item__heading i{font-size:64px}.table__wrapper--secondary .form__group:has(.btn__sm) .form__control{padding:10px 42px 10px 10px}.table__wrapper--secondary .form__group:has(.btn__sm) .btn__sm{position:absolute;right:10px;top:36px;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.table__wrapper--secondary .form__group:has(.btn__sm):hover .btn__sm{opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.table__wrapper-items{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:32px;gap:32px;-ms-flex-wrap:wrap;flex-wrap:wrap}.table__wrapper-items .table{margin:0;width:calc(50% - 16px)}.table__title{color:var(--black);padding:10px;text-transform:uppercase}.table__heading{background-color:var(--off-white);text-align:center;padding:7px}.table .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:6px;height:100%}.table .item:has(.form__check>input:checked){background-color:var(--off-white)}.table .item__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.table .item__form .form__row:not(:first-child){margin-top:8px}.table .item__form .btn{margin-top:8px}.table .item--secondary{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f8fafc;gap:8px 0}.table .item--secondary img{height:64px;width:64px}.table .item--secondary .item__heading{font-size:14px;text-align:center}.table .list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style-type:disc;gap:8px 0;padding-left:26px}.table .blocked{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px;height:100%}.table .blocked i{font-size:32px}.table .blocked__title{margin:16px 0}.table .form__check-wrapper{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px 0}.table .form__check{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.table .form__check-title{font-size:var(--text-size-sm);line-height:var(--line-height-md)}.table tr:first-child th:first-child{border-top-left-radius:16px}.table tr:first-child th:last-child{border-top-right-radius:16px}.table tr:last-child td:first-child{border-bottom-left-radius:16px}.table tr:last-child td:last-child{border-bottom-right-radius:16px}.table tr td,.table tr th{border-right:2px solid var(--off-white);border-bottom:2px solid var(--off-white);padding:0;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.table tr td:first-child,.table tr th:first-child{border-left:2px solid var(--off-white)}.table tr th{border-top:2px solid var(--off-white)}.table tr th.green{background-color:var(--green)}.table tr th.green .table__title{color:var(--white)}.table tr th.yellow{background-color:var(--yellow-secondary)}.table tr th.red{background-color:var(--red)}.table tr th.red .table__title{color:var(--white)}.table tr th.blue{background-color:var(--blue)}.table tr th.blue .table__title{color:var(--white)}.table tr th.grey{background-color:var(--light-grey)}.table td{overflow:hidden;height:1px;vertical-align:top}.login{background-color:var(--white);border-radius:32px;padding:32px 32px 48px;margin-top:40px;width:432px}.login__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:16px}.login__logo img{max-height:40px;max-width:136px}.login__title{text-align:center;margin-bottom:8px}.login__subtitle{text-align:center}.login__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:24px}.login__actions{margin-top:24px}.login__actions .btn{width:100%}.login .form__group .btn__sm{background-color:unset;position:absolute;top:44px;right:11px}.login .form__group .btn__sm.active i::before{content:""}.state{margin-top:16px}.state__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--hard-grey);display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 8px}.state__item.error{color:var(--red)}.state__item.error .state__icon{background-color:var(--red)}.state__item:not(:first-child){margin-top:8px}.state__item.success{text-decoration:line-through}.state__item.success .state__icon{background-color:var(--green)}.state__icon{background-color:var(--grey);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:8px;min-width:8px;width:8px}.state__text{font-size:var(--text-size-sm);line-height:var(--line-height-md)}.chat{background-color:var(--off-white);border-radius:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:8px 16px 16px;position:relative;height:520px;width:100%}.chat>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%}.chat .empty{display:none;margin:auto}.chat .empty__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:303px}.chat__loading .empty{display:block}.chat__loading .chat__body{display:none}.chat__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%}.chat .messages{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px 0;overflow-y:auto;padding-bottom:16px;-webkit-box-flex:1;-ms-flex:1;flex:1}.chat .messages::-webkit-scrollbar{width:0;height:0;display:none}.chat .item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 8px}.chat .item .avatar{background-color:var(--white);height:40px;min-width:40px;width:40px}.chat .item__status{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px 0;min-width:40px;width:40px}.chat .item__status .btn__primary{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--white);border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:4px}.chat .item__status .btn__primary i{color:var(--grey)}.chat .item__status .btn__primary:hover{background-color:var(--off-white);-webkit-filter:unset;filter:unset}.chat .item__status .loader{height:24px;width:24px}.chat .item__status .loader__circle{border-width:2px;height:20px;width:20px}.chat .item__status .loader__circle::after,.chat .item__status .loader__circle::before{left:0;height:2px;width:2px}.chat .item__status .loader__circle::before{top:1px}.chat .item__status .loader__circle::after{bottom:1px}.chat .item .btn__profile{background-color:var(--white)}.chat .item__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px 0;max-width:360px}.chat .item__inner{background-color:var(--white);border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px 0;padding:8px 12px}.chat .item__text{color:var(--black);font-size:var(--text-size-base);line-height:var(--line-height-base)}.chat .item__send,.chat .item__time{color:var(--light-black);font-size:var(--text-size-sm);line-height:var(--line-height-md)}.chat .item__send-failed{color:var(--red)}.chat .message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.chat .message--outgoing{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.chat .message--outgoing .item__status{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.chat .system{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--light-black);display:-webkit-box;display:-ms-flexbox;display:flex}.chat .system::after,.chat .system::before{background-color:var(--light-grey);-webkit-box-flex:1;-ms-flex:1;flex:1;content:"";height:1px}.chat .system::before{margin-right:16px}.chat .system::after{margin-left:16px}.chat .send{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--white);border:2px solid var(--light-grey);border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px;gap:0 8px;-webkit-transition:border-color .3s ease;transition:border-color .3s ease}.chat .send:hover{border-color:var(--grey);-webkit-transition:border-color .3s ease;transition:border-color .3s ease}.chat .send:focus-within{border-color:var(--first-color);-webkit-transition:border-color .3s ease;transition:border-color .3s ease}.chat .send__left{-webkit-box-flex:1;-ms-flex:1;flex:1}.chat .send__left-inner{overflow-y:auto;max-height:96px}.chat .send__left-inner::-webkit-scrollbar{width:0;height:0;display:none}.chat .send__actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 8px}.chat .send__actions .btn__send i{color:var(--grey)}.chat .lost-connection{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ffcdcb;background-color:#ffe7e6;border-radius:8px;color:var(--black);display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:8px;padding:7px}.chat .lost-connection i{color:var(--red);margin-right:8px;font-size:24px}.chat .date{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(16,16,16,.5607843137);border-radius:100px;color:var(--white);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:var(--text-size-sm);font-weight:var(--font-weight-semi-bold);margin:0 auto;padding:4px 12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.loader{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto 16px;height:96px;width:96px}.loader__circle{border-width:4px;border-style:solid;border-color:var(--grey) var(--grey) var(--grey) transparent;border-radius:50%;-webkit-animation:spin 1.5s infinite;animation:spin 1.5s infinite;position:relative;height:40px;width:40px}.loader__circle::after,.loader__circle::before{content:"";width:4px;height:4px;border-radius:50%;background:var(--hard-grey);position:absolute;left:2px}.loader__circle::before{top:1px}.loader__circle::after{bottom:1px}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@font-face{font-family:Roboto;src:url(../fonts/Roboto/Roboto-400.woff2) format("woff2"),url(../fonts/Roboto/Roboto-400.woff) format("woff"),url(../fonts/Roboto/Roboto-400.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(../fonts/Roboto/Roboto-600.woff2) format("woff2"),url(../fonts/Roboto/Roboto-600.woff) format("woff"),url(../fonts/Roboto/Roboto-600.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(../fonts/Roboto/Roboto-700.woff2) format("woff2"),url(../fonts/Roboto/Roboto-700.woff) format("woff"),url(../fonts/Roboto/Roboto-700.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:icomoon;src:url(../fonts/icomoon/icomoon.eot?ueqfpl);src:url(../fonts/icomoon/icomoon.eot?ueqfpl#iefix) format("embedded-opentype"),url(../fonts/icomoon/icomoon.ttf?ueqfpl) format("truetype"),url(../fonts/icomoon/icomoon.woff?ueqfpl) format("woff"),url(../fonts/icomoon/icomoon.svg?ueqfpl#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-file{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.icon-file:before{content:"";height:48px;width:48px}.icon-pdf:before{background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C8.34325 0 7 1.34325 7 3V45C7 46.6567 8.34325 48 10 48H38C39.6567 48 41 46.6567 41 45V12L29 0H10Z' fill='%23D2002D'/%3E%3Cpath d='M32 12H41L29 0V9C29 10.6567 30.3432 12 32 12Z' fill='%23750019'/%3E%3Cpath d='M32.0322 21.0469V31H30.1523V21.0469H32.0322ZM36.0449 25.3467V26.8301H31.54V25.3467H36.0449ZM36.5713 21.0469V22.5303H31.54V21.0469H36.5713Z' fill='white'/%3E%3Cpath d='M24.0068 31H21.8604L21.874 29.5234H24.0068C24.5856 29.5234 25.071 29.3958 25.4629 29.1406C25.8548 28.8809 26.151 28.5094 26.3516 28.0264C26.5521 27.5387 26.6523 26.9554 26.6523 26.2764V25.7637C26.6523 25.2396 26.5954 24.777 26.4814 24.376C26.3675 23.9749 26.1989 23.6377 25.9756 23.3643C25.7568 23.0908 25.4857 22.8835 25.1621 22.7422C24.8385 22.6009 24.4671 22.5303 24.0479 22.5303H21.8193V21.0469H24.0479C24.7132 21.0469 25.3193 21.1585 25.8662 21.3818C26.4176 21.6051 26.8939 21.9264 27.2949 22.3457C27.7005 22.7604 28.0104 23.2572 28.2246 23.8359C28.4434 24.4147 28.5527 25.0618 28.5527 25.7773V26.2764C28.5527 26.9873 28.4434 27.6344 28.2246 28.2178C28.0104 28.7965 27.7005 29.2933 27.2949 29.708C26.8939 30.1227 26.4154 30.4417 25.8594 30.665C25.3034 30.8883 24.6859 31 24.0068 31ZM22.9131 21.0469V31H21.0332V21.0469H22.9131Z' fill='white'/%3E%3Cpath d='M15.8789 27.3701H13.3154V25.8936H15.8789C16.2982 25.8936 16.6377 25.8252 16.8975 25.6885C17.1618 25.5472 17.3555 25.3558 17.4785 25.1143C17.6016 24.8682 17.6631 24.5879 17.6631 24.2734C17.6631 23.9681 17.6016 23.6833 17.4785 23.4189C17.3555 23.1546 17.1618 22.9404 16.8975 22.7764C16.6377 22.6123 16.2982 22.5303 15.8789 22.5303H13.9307V31H12.0508V21.0469H15.8789C16.6536 21.0469 17.3145 21.1859 17.8613 21.4639C18.4128 21.7373 18.832 22.1178 19.1191 22.6055C19.4108 23.0885 19.5566 23.64 19.5566 24.2598C19.5566 24.9023 19.4108 25.4561 19.1191 25.9209C18.832 26.3857 18.4128 26.7435 17.8613 26.9941C17.3145 27.2448 16.6536 27.3701 15.8789 27.3701Z' fill='white'/%3E%3C/svg%3E%0A")}.icon-tech-plan:before{content:""}.icon-alert-circle:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right:before{content:""}.icon-change:before{content:""}.icon-checklists:before{content:""}.icon-chevron-down:before{content:""}.icon-chevron-up:before{content:""}.icon-development:before{content:""}.icon-download:before{content:""}.icon-external-link:before{content:""}.icon-financials:before{content:""}.icon-info:before{content:""}.icon-ita:before{content:""}.icon-lock:before{content:""}.icon-more-horizontal:before{content:""}.icon-plus:before{content:""}.icon-report:before{content:""}.icon-send:before{content:""}.icon-swot:before{content:""}.icon-task-force:before{content:""}.icon-trash:before{content:""}.icon-upload:before{content:""}.icon-user:before{content:""}.icon-checkmark:before{content:""}.icon-help:before{content:""}.icon-calendar:before{content:""}.icon-clock:before{content:""}.icon-check-circle:before{content:""}.icon-lock-secondary:before{content:""}.icon-eye:before{content:""}.icon-eye-off:before{content:""}.icon-minus:before{content:""}.icon-gear:before{content:""}.icon-standarts:before{content:""}.icon-data:before{content:""}.icon-leading:before{content:""}.icon-school:before{content:""}.icon-statistic:before{content:""}.icon-scheme:before{content:""}.icon-reminder:before{content:""}.icon-processor:before{content:""}.icon-presentation:before{content:""}.icon-exam:before{content:""}.icon-checklist:before{content:""}.icon-calendar-secondary:before{content:""}.icon-analysis:before{content:""}.icon-calculator:before{content:""}.icon-route:before{content:""}.icon-improvements:before{content:""}.icon-capacity:before{content:""}.icon-empowerment:before{content:""}.icon-financial:before{content:""}.icon-cross:before{content:""}.icon-log-out:before{content:""}.icon-edit:before{content:""}.icon-instagram:before{content:""}.icon-twitter-x:before{content:""}.icon-facebook:before{content:""}.icon-link:before{content:""}.icon-send-again:before{content:""}.icon-weak-connection:before{content:""}