@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;900&display=swap);.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0;padding:6px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{background-color:#ffffffb3;bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.text-center{text-align:center}.text-left{text-align:left}.text-primary{color:#3383cc!important}.text-black{color:#000!important}.text-white{color:#fff!important}.text-gray{color:#5c5c5c!important}.font-roboto{font-family:Poppins,sans-serif}.text-xs{font-size:.8rem}.text-normal{font-weight:400!important}.text-bold{font-weight:700!important}.text-uppercase{text-transform:uppercase}.text-sm{font-size:16px;font-size:1.1428571429rem}.text-lg{font-size:20px;font-size:1.4285714286rem}.primary-title{color:#3383cc;font-size:25px;font-size:1.7857142857rem;font-weight:700;margin-bottom:2rem}@media(min-width:768px){.primary-title{font-size:36px;font-size:2.5714285714rem;margin-bottom:3rem}}.seconday-title{font-size:20px;font-size:1.4285714286rem;font-weight:700;margin-left:1rem}@media(min-width:768px){.seconday-title{font-size:30px;font-size:2.1428571429rem}}.text-black-shadow{-moz-text-fill-color:#fff;-webkit-text-fill-color:#fff;-moz-text-stroke-color:#000;-webkit-text-stroke-color:#000;-moz-text-stroke-width:1px;-webkit-text-stroke-width:2px;color:#fff;font-weight:900;letter-spacing:-.1rem}html{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;background-color:#ebf5ff;font-family:Poppins,sans-serif;font-size:.875rem;letter-spacing:normal;min-height:100%;scroll-behavior:smooth}@media(min-width:1200px){html{font-size:.75rem}}@media(min-width:1300px){html{font-size:.812rem}}@media(min-width:1400px){html{font-size:.875rem}}@media(min-width:1900px){html{font-size:1.03rem}}body{color:#000;font-size:.875rem;margin:0}body,input{font-family:Poppins,sans-serif}input{-webkit-appearance:none;appearance:none;font-size:16px;font-size:1.1428571429rem}input:focus,textarea{outline:none}textarea{border:0;font-family:Poppins,sans-serif;font-size:16px;font-size:1.1428571429rem}.h1,h1{font-size:30px;font-size:2.1428571429rem;margin:0}.h2,h2{font-size:24px;font-size:1.7142857143rem}.h2,.h3,h2,h3{font-weight:400;margin:0}.h3,h3{font-size:20px;font-size:1.4285714286rem}.h4,h4{font-size:18px;font-size:1.2857142857rem;margin:0}a{align-items:center;display:flex;text-decoration:none}a,p,span{color:#000;font-family:Poppins,sans-serif;font-size:.875rem}p,span{text-align:left}ul{list-style:none;margin:0;padding:0}.container{margin:0 auto;max-width:1200px}.container-lg{margin:0 auto;max-width:950px}.container-md{max-width:870px}.container-sm{margin:0 auto;padding:0 2rem}@media(min-width:992px){.container-sm{padding:0}}.align-center{align-items:center}.h-100,.w-100{width:100%}.m-0{margin:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.my-0{margin-bottom:0!important;margin-top:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.m-1{margin:1rem!important}.mb-1{margin-bottom:1rem!important}.ml-1{margin-left:1rem!important}.mt-1{margin-top:1rem!important}.mr-1{margin-right:1rem!important}.my-1{margin-bottom:1rem!important;margin-top:1rem!important}.mx-1{margin-left:1rem!important;margin-right:1rem!important}.m-2{margin:2rem!important}.mb-2{margin-bottom:2rem!important}.ml-2{margin-left:2rem!important}.mt-2{margin-top:2rem!important}.mr-2{margin-right:2rem!important}.my-2{margin-bottom:2rem!important;margin-top:2rem!important}.mx-2{margin-left:2rem!important;margin-right:2rem!important}.m-3{margin:3rem!important}.mb-3{margin-bottom:3rem!important}.ml-3{margin-left:3rem!important}.mt-3{margin-top:3rem!important}.mr-3{margin-right:3rem!important}.my-3{margin-bottom:3rem!important;margin-top:3rem!important}.mx-3{margin-left:3rem!important;margin-right:3rem!important}.m-4{margin:4rem!important}.mb-4{margin-bottom:4rem!important}.ml-4{margin-left:4rem!important}.mt-4{margin-top:4rem!important}.mr-4{margin-right:4rem!important}.my-4{margin-bottom:4rem!important;margin-top:4rem!important}.mx-4{margin-left:4rem!important;margin-right:4rem!important}.m-5{margin:5rem!important}.mb-5{margin-bottom:5rem!important}.ml-5{margin-left:5rem!important}.mt-5{margin-top:5rem!important}.mr-5{margin-right:5rem!important}.my-5{margin-bottom:5rem!important;margin-top:5rem!important}.mx-5{margin-left:5rem!important;margin-right:5rem!important}.m-6{margin:6rem!important}.mb-6{margin-bottom:6rem!important}.ml-6{margin-left:6rem!important}.mt-6{margin-top:6rem!important}.mr-6{margin-right:6rem!important}.my-6{margin-bottom:6rem!important;margin-top:6rem!important}.mx-6{margin-left:6rem!important;margin-right:6rem!important}.m-7{margin:7rem!important}.mb-7{margin-bottom:7rem!important}.ml-7{margin-left:7rem!important}.mt-7{margin-top:7rem!important}.mr-7{margin-right:7rem!important}.my-7{margin-bottom:7rem!important;margin-top:7rem!important}.mx-7{margin-left:7rem!important;margin-right:7rem!important}.m-8{margin:8rem!important}.mb-8{margin-bottom:8rem!important}.ml-8{margin-left:8rem!important}.mt-8{margin-top:8rem!important}.mr-8{margin-right:8rem!important}.my-8{margin-bottom:8rem!important;margin-top:8rem!important}.mx-8{margin-left:8rem!important;margin-right:8rem!important}.m-9{margin:9rem!important}.mb-9{margin-bottom:9rem!important}.ml-9{margin-left:9rem!important}.mt-9{margin-top:9rem!important}.mr-9{margin-right:9rem!important}.my-9{margin-bottom:9rem!important;margin-top:9rem!important}.mx-9{margin-left:9rem!important;margin-right:9rem!important}.m-10{margin:10rem!important}.mb-10{margin-bottom:10rem!important}.ml-10{margin-left:10rem!important}.mt-10{margin-top:10rem!important}.mr-10{margin-right:10rem!important}.my-10{margin-bottom:10rem!important;margin-top:10rem!important}.mx-10{margin-left:10rem!important;margin-right:10rem!important}.p-0{padding:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.py-0{padding-bottom:0!important;padding-top:0!important}.px-0{padding-left:0!important;padding-right:0!important}.p-1{padding:1rem!important}.pb-1{padding-bottom:1rem!important}.pl-1{padding-left:1rem!important}.pt-1{padding-top:1rem!important}.pr-1{padding-right:1rem!important}.py-1{padding-bottom:1rem!important;padding-top:1rem!important}.px-1{padding-left:1rem!important;padding-right:1rem!important}.p-2{padding:2rem!important}.pb-2{padding-bottom:2rem!important}.pl-2{padding-left:2rem!important}.pt-2{padding-top:2rem!important}.pr-2{padding-right:2rem!important}.py-2{padding-bottom:2rem!important;padding-top:2rem!important}.px-2{padding-left:2rem!important;padding-right:2rem!important}.p-3{padding:3rem!important}.pb-3{padding-bottom:3rem!important}.pl-3{padding-left:3rem!important}.pt-3{padding-top:3rem!important}.pr-3{padding-right:3rem!important}.py-3{padding-bottom:3rem!important;padding-top:3rem!important}.px-3{padding-left:3rem!important;padding-right:3rem!important}.p-4{padding:4rem!important}.pb-4{padding-bottom:4rem!important}.pl-4{padding-left:4rem!important}.pt-4{padding-top:4rem!important}.pr-4{padding-right:4rem!important}.py-4{padding-bottom:4rem!important;padding-top:4rem!important}.px-4{padding-left:4rem!important;padding-right:4rem!important}.p-5{padding:5rem!important}.pb-5{padding-bottom:5rem!important}.pl-5{padding-left:5rem!important}.pt-5{padding-top:5rem!important}.pr-5{padding-right:5rem!important}.py-5{padding-bottom:5rem!important;padding-top:5rem!important}.px-5{padding-left:5rem!important;padding-right:5rem!important}.flex-row{align-items:center;display:flex;flex-direction:row}.flex-column{display:flex;flex-direction:column}.flex-start{align-items:flex-start}.flex-center{align-items:center}.flex-stretch{align-items:stretch}.flex-end{align-items:flex-end}.flex-wrap{flex-wrap:wrap}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.space-around{justify-content:space-around}.space-between{justify-content:space-between}.flex-1{flex:1 1}.align-self-end{align-self:flex-end}.align-self-start{align-self:flex-start}.wrapper{box-sizing:border-box;margin:0 auto;padding:1rem}@media(max-width:576px){.wrapper{max-width:990px}}@media(min-width:768px){.wrapper{max-width:990px}}@media(min-width:1200px){.wrapper{max-width:1200px}}.account-receivables__quarter,.action-button,.btn,.concept-button,.fullscreen-btn,.product-badge--clickable{background-color:#0000;border:0;cursor:pointer;outline:none;padding:0;vertical-align:middle}.account-receivables__quarter:focus:not(.btn-elevate),.action-button:focus:not(.btn-elevate),.btn:focus:not(.btn-elevate),.concept-button:focus:not(.btn-elevate),.fullscreen-btn:focus:not(.btn-elevate),.product-badge--clickable:focus:not(.btn-elevate){box-shadow:none}.account-receivables__quarter:disabled,.action-button:disabled,.btn:disabled,.concept-button:disabled,.fullscreen-btn:disabled,.product-badge--clickable:disabled{cursor:not-allowed;pointer-events:all!important}.account-receivables__quarter:focus-visible,.action-button:focus-visible,.btn:focus-visible,.concept-button:focus-visible,.fullscreen-btn:focus-visible,.product-badge--clickable:focus-visible{outline:0}.btn-primary{align-items:center;background-color:#3383cc;border-radius:5px;color:#fff;display:flex;font-weight:700;justify-content:center}.btn-primary:hover{background-color:#2e76b8}.btn-secondary{background-color:#8372da;color:#fff}.btn-secondary:hover{background-color:#715ed5}.btn-terciary{background-color:#fff;border:1px solid #5c5c5c;border-radius:5px;color:#5c5c5c}.btn-terciary:hover{border:1px solid #3383cc}.btn-block{width:100%}.btn-sm{padding:.5rem}.btn-md{padding:1rem}.btn-lg{font-size:15px;font-size:1.0714285714rem;padding:1rem 2rem}@media(min-width:768px){.btn-lg{font-size:20px;font-size:1.4285714286rem;padding:1.4rem 2rem}}.btn-label{margin-left:.5rem}.btn-circle{border-radius:50%}.btn-go-back{color:#fff;font-size:20px;font-size:1.4285714286rem}.btn--success{border:1px solid #59a316;color:#59a316}.btn--primary{border:1px solid #3383cc;color:#3383cc}.label{color:#000;font-size:16px;font-size:1.1428571429rem;font-weight:700}@media(min-width:768px){.label{font-size:20px;font-size:1.4285714286rem}}.label__required{color:#8372da;font-size:16px;font-size:1.1428571429rem}@media(min-width:768px){.label__required{font-size:20px;font-size:1.4285714286rem}}.async-select__control,.file__custom,.input{background-color:#fff;border:1px solid #d8d8d8;border-radius:9px;box-sizing:border-box;color:#000;font-size:16px;font-size:1.1428571429rem;height:49px;padding:1rem;width:100%}.async-select__control::placeholder,.file__custom::placeholder,.input::placeholder{color:#5c5c5c}.async-select__control:focus,.file__custom:focus,.input:focus{border:1px solid #3383cc}@media(min-width:768px){.async-select__control,.file__custom,.input{font-size:20px;font-size:1.4285714286rem;height:60px}}.input--icon-left{padding-left:2.5rem}.input-error{color:#8372da}.input-textarea{height:auto}.file{cursor:pointer;display:inline-block;height:49px;position:relative}@media(min-width:768px){.file{height:60px}}.file__custom{right:0}.file__custom,.file__name{cursor:pointer;left:0;position:absolute;top:0;z-index:1}.file__name{align-items:center;color:#000;display:flex;height:49px;justify-content:center}.file__name>*{font-size:16px;font-size:1.1428571429rem;padding:1rem}@media(min-width:768px){.file__name{height:60px}.file__name>*{font-size:20px;font-size:1.4285714286rem;padding:1rem}}.file__placeholder{color:#5c5c5c;font-size:16px;font-size:1.1428571429rem}@media(min-width:768px){.file__placeholder{font-size:20px;font-size:1.4285714286rem}}.file__button{align-items:center;background-color:#3383cc;border-radius:0 9px 9px 0;color:#fff;display:flex;font-size:16px;font-size:1.1428571429rem;height:100%;justify-content:center;position:absolute;right:0;text-align:center;top:0;width:84px;z-index:1}@media(min-width:768px){.file__button{font-size:20px;font-size:1.4285714286rem;width:135px}}.file__input{opacity:0}.async-select__control{border-color:#d8d8d8!important;border-radius:9px!important;height:auto!important;min-height:49px!important;padding:0}@media(min-width:768px){.async-select__control{min-height:60px!important}}.async-select__control--menu-is-open{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.async-select__indicator-separator{display:none}.async-select__menu{border-top-left-radius:0!important;border-top-right-radius:0!important;font-size:16px;font-size:1.1428571429rem;margin-top:0!important;z-index:2!important}@media(min-width:768px){.async-select__menu{font-size:20px;font-size:1.4285714286rem}}.input-picker-container>*{display:inline-table;height:25px!important;width:70px}@media(min-width:768px){.input-picker-container>*{height:25px!important;width:80px}}.input-select-mini__control{border-color:#d8d8d8!important;border-radius:9px!important;font-size:14px;font-size:1rem;height:25px!important;min-height:25px!important;padding:0;width:70px}@media(min-width:768px){.input-select-mini__control{font-size:16px;font-size:1.1428571429rem;height:25px!important;min-height:25px!important;width:75px}}.input-select-mini__value-container{height:25px!important;justify-content:center;min-height:25px!important;overflow:visible!important;padding:0!important}@media(min-width:768px){.input-select-mini__value-container{height:25px!important;min-height:25px!important}}.input-select-mini__indicators{display:none!important}.input-select-mini__control--menu-is-open{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.input-select-mini__indicator-separator{display:none}.input-select-mini__menu{border-top-left-radius:0!important;border-top-right-radius:0!important;font-size:12px;font-size:.8571428571rem;margin-top:0!important;width:70px!important}@media(min-width:768px){.input-select-mini__menu{font-size:14px;font-size:1rem;width:75px!important}}.input-group{display:flex;position:relative}.input-icon{align-items:center;box-sizing:border-box;display:flex;font-size:16px;font-size:1.1428571429rem;height:49px;padding:1rem;position:absolute;right:0}@media(min-width:768px){.input-icon{font-size:20px;font-size:1.4285714286rem;height:60px}}.input-icon--default{color:#5c5c5c}.input-icon--primary{color:#3383cc}.input-icon--secondary{color:#8372da}.input-icon--left{left:0;right:auto}.form-group{display:flex;flex-direction:column;margin-bottom:1rem}.form-group>*{margin-bottom:.5rem}.modal{background-color:#bee0ff;box-sizing:border-box;display:flex;flex-direction:row;height:100%;justify-content:center;min-height:18rem;padding:4rem;position:fixed;transition:all .5s ease;width:100%;z-index:4000}.modal.open{opacity:1;transform:translateX(0)}.modal-small{background:none;height:40vh;margin-top:24rem;width:80%}.modal--default{padding:2rem}.modal-bg{bottom:-12rem;height:50rem;opacity:.2;position:absolute;right:-1rem;width:50rem;z-index:4100}.modal-bg.open{opacity:0}.modal-body{column-gap:2rem;flex-direction:row;z-index:6000}.modal-backdrop,.modal-body{align-items:center;display:flex;justify-content:center;width:100%}.modal-backdrop{background-color:#00000080;height:100%;left:0;position:fixed;top:0;z-index:10000}.modal-close{right:1.5rem;z-index:1000}.modal-close,.modal-quote{position:absolute;top:1.5rem}.modal-quote{height:3rem;right:-3.5rem;width:3rem}.text-dialog{background-color:#ebf5ff;border:none;border-radius:1.1428571429rem;display:flex;filter:drop-shadow(0 4px 24px rgba(51,131,204,.25));flex-direction:column;gap:4rem;height:24rem;justify-content:center;min-width:59rem;position:relative;transform:scaleX(.1);transition:transform .4s ease-out,opacity .4s ease-out;width:93%;z-index:10000}.text-dialog.open{transform:scaleX(1)}.text-dialog__arrows{bottom:1rem;position:absolute;right:2rem}.text-dialog__arrow--disabled{cursor:not-allowed;opacity:.5}.text-dialog__content{align-items:center;display:flex;justify-content:center;margin:0 auto;min-height:12rem;overflow:hidden;position:relative;width:70%}.text-dialog__content .text-dialog__paragraph{word-wrap:break-word;box-sizing:border-box;display:inline;font-size:1.8571428571rem;line-height:1.6;text-align:left;white-space:normal}.speaker-guy{bottom:1rem;filter:brightness(1);left:-4rem;min-width:7rem;position:absolute;transition:filter .5s ease-in-out}.speaker-guy.shadow{filter:brightness(0)}.intro-seller{height:20rem}.floating{animation:float 3s ease-in-out infinite}.character-transition[src]{animation:slideFadeIn .4s ease-out forwards,float 3s ease-in-out infinite;animation-delay:0s,.3s}@keyframes slideFadeIn{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateY(0)}}.continue-arrow{animation:float .5s ease-in-out infinite;height:3.5714285714rem}@keyframes arrow-float{0%{transform:rotate(-90deg) translateX(0)}50%{transform:rotate(-90deg) translateX(-10px)}to{transform:rotate(-90deg) translateX(0)}}.continue-arrow__float{animation:arrow-float 1s ease-in-out infinite}@keyframes key-press{0%{box-shadow:0 2px 4px #0003;transform:translateY(0)}5%{box-shadow:0 1px 2px #0003;transform:translateY(2px)}10%{box-shadow:0 2px 4px #0003;transform:translateY(0)}15%{box-shadow:0 2px 4px #0003;transform:translateY(0)}20%{box-shadow:0 1px 2px #0003;transform:translateY(2px)}25%{box-shadow:0 2px 4px #0003;transform:translateY(0)}30%{box-shadow:0 2px 4px #0003;transform:translateY(0)}35%{box-shadow:0 1px 2px #0003;transform:translateY(2px)}40%{box-shadow:0 2px 4px #0003;transform:translateY(0)}to{box-shadow:0 2px 4px #0003;transform:translateY(0)}}.enter-key{animation:key-press 2s infinite;border-radius:.4285714286rem;bottom:-2rem;box-shadow:0 2px 4px #0003;color:#fff;font-size:1rem;font-weight:500;letter-spacing:.05em;position:relative;text-transform:uppercase;width:10rem;will-change:transform,box-shadow}.showcase-img{height:100%;left:0;position:absolute;top:0;width:100%;z-index:20002}.business-plan-and-strategy-modal{align-items:center;background-color:#d4d4d4;border:4px solid #fff;border-radius:1.1428571429rem;box-sizing:border-box;display:flex;flex-direction:column;height:30rem;justify-content:center;margin-bottom:3rem;opacity:0;padding:2.5rem;position:relative;transform:scaleX(.1);transition:all .5s ease;transition:transform .4s ease-out,opacity .4s ease-out;width:80%;z-index:11000}.business-plan-and-strategy-modal.open{opacity:1;transform:scale(1)}.business-plan-and-strategy-modal.large{height:36rem}.business-plan-and-strategy-modal__backdrop{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}.business-plan-and-strategy__intro-step{align-items:center;display:flex;flex-direction:row;justify-content:space-around;width:100%}.business-plan-and-strategy__intro-step.conclusions{column-gap:2rem}.business-plan-and-strategy-modal__content{height:100%;overflow-x:hidden;position:relative;width:90%}.business-plan-and-strategy-modal__content.large{width:95%}.business-plan-and-strategy-modal__step-btns{bottom:1rem;display:flex;justify-content:flex-end;position:absolute;right:2rem;width:95%}.business-plan-and-strategy__step-content{display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;width:100%}.business-plan-and-strategy__market-forecast{display:flex;flex-direction:column;width:30rem}.business-plan-and-strategy__modal-subtitle{margin-bottom:1.4285714286rem!important;margin-left:4px!important;text-transform:uppercase!important}.business-plan-and-strategy__modal-subtitle-chart{margin-bottom:.7142857143rem!important;margin-left:4px!important;text-transform:uppercase!important}.business-plan-and-strategy__intro-img{filter:grayscale(100%);opacity:.5;width:25rem}.business-plan-and-strategy__intro-img.conclusions{width:23rem}.business-plan-and-strategy__overview-img{filter:grayscale(100%);opacity:.5;width:30rem}.business-plan-and-strategy__market-forecasts__charts{align-items:center;display:flex;flex-wrap:wrap;height:21rem;justify-content:center}.circle{align-items:center;border-radius:50%;display:flex;justify-content:center}.circle-md{color:#fff;font-size:16px;font-size:1.1428571429rem;height:32px;width:32px}@media(min-width:768px){.circle-md{font-size:32px;font-size:2.2857142857rem;height:64px;width:64px}}.circle-primary{background-color:#3383cc}.circle-secondary{background-color:#8372da}.loading-page{align-items:center;display:flex;height:100vh;justify-content:center}.mb-sm{margin-bottom:.5rem}.relative{position:relative}.absolute{position:absolute}.gray{color:#5c5c5c}.white{color:#fff}.circle-img{border-radius:50%;object-fit:cover}.bordered-img,.bordered-img--dark{border-radius:0 20px}.bordered-img--dark{filter:brightness(70%)}.h-100{height:100%!important}.h-screen-100{height:100vh!important}.w-100{width:100%!important}.file-input{display:none}.only-mobile{display:block}@media(min-width:768px){.only-mobile{display:none}}.only-md{display:none!important}@media(min-width:768px){.only-md{display:block!important}}.only-lg{display:none}@media(min-width:992px){.only-lg{display:block}}.only-xl{display:none}@media(min-width:1200px){.only-xl{display:block}}.float-right{float:right}.float-left{float:left}@keyframes bounce-arms{0%{top:-.2142857143rem}to{top:0}}@keyframes bounce-employees{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes slide{to{background-position:-100% 0}}.fade-in{animation:fadein 2s}@keyframes fadein{0%{opacity:0}to{opacity:1}}.fade-out{animation:fadeout 2s}@keyframes fadeout{0%{opacity:1}to{opacity:0}}.main-board{background-color:#ebf5ff;box-sizing:border-box;color:#fff;height:100%;margin:0 auto;min-width:102.8571428571rem;padding:0 .5rem;width:100%}@media(min-width:1200px){.main-board{max-width:102.8571428571rem;min-width:0}}.main-board__header{display:flex;justify-content:space-between}.main-board__header-right{flex:1 1}.main-board__container{padding:0 1rem}.main-board__tabs{display:flex;flex-direction:row;width:100%}.main-board__content{background-color:#add3f5;border-radius:0 0 20px 20px;box-sizing:border-box;height:calc(100vh - 17.85714rem);overflow:auto;position:relative}.main-board__content--decision-aids,.main-board__content--reports{border-radius:1.4285714286rem;box-sizing:border-box;height:calc(100vh - 14rem);padding:1.6428571429rem 1.6428571429rem .7857142857rem}.main-board__content--without-bottom-bar{border-radius:1.4285714286rem;height:calc(100vh - 8.42857rem);padding:1.6428571429rem 1.6428571429rem .7857142857rem}.main-board__row{display:flex;flex-direction:row}.main-board__content--big{border-radius:20px;height:calc(100vh - 14rem);padding:2rem 1.6428571429rem 1.2857142857rem}.main-board__overlay-content{box-sizing:border-box;min-height:100%;padding:.7857142857rem 1.6428571429rem;position:relative}.account-receivables{display:flex;flex-direction:row;height:100%}.account-receivables__money{align-items:center;background:#303030;border-radius:9px;box-sizing:border-box;display:flex;height:4.7142857143rem;justify-content:center;padding-top:.7142857143rem;width:5rem}.account-receivables__money:hover{background:#393939}.account-receivables__quarter{cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;margin-right:.3571428571rem;margin-top:.7142857143rem;position:relative;width:5rem}.account-receivables__quarter:disabled{cursor:not-allowed}.account-receivables__quarter-text{align-self:center;font-weight:700}.account-receivables__vector-up{left:1.5714285714rem;position:absolute;top:-.6428571429rem}.account-receivables__vector{height:1.5rem;left:-.7142857143rem;position:absolute;top:1.5rem}.accounts-factor{align-items:center;display:flex;justify-content:center;position:relative;width:11.4285714286rem}.account-receivables-button{display:flex;margin:auto;width:19rem;z-index:2500}.account-receivables-button__coin{height:1.1428571429rem;margin-right:.5rem;width:1.1428571429rem}.account-receivables-button__cost{font-size:12px;font-size:.8571428571rem}.account-receivables-button__separator{height:.8571428571rem;margin:0 .7857142857rem;width:.0714285714rem}.account-receivables-button__separator--positive{border-right:2px solid #c4ff8e}.action-blur{bottom:0;left:0;position:absolute;right:0;top:0;z-index:2000}.action-button{align-items:center;background-color:#c4ff8e;border:2px solid #000;border-radius:20px;box-sizing:border-box;display:flex;height:2.5714285714rem;justify-content:center;padding:.6rem;position:relative;width:100%;z-index:0}.action-button:before{background-color:#87db39;border-radius:20px;content:"";height:1.8571428571rem;left:.1428571429rem;position:absolute;top:.2142857143rem;width:98%;z-index:-1}.action-button:after{background-color:#fff;border-radius:50%;content:"";height:.5714285714rem;position:absolute;right:.2857142857rem;top:.2857142857rem;transform:rotate(32.07deg);width:.9285714286rem}.action-button:hover{transform:scale(1.05)}.action-button:disabled{cursor:not-allowed}.action-button--negative{background-color:#f56c6a}.action-button--negative:before{background-color:#dd2e2c}.action-button--negative:after{background-color:#f56c6a}.action-button--hidden{background-color:#5c5c5c;cursor:not-allowed;z-index:none}.action-button--hidden:before{background-color:#414141}.action-button--hidden:after{background-color:#5c5c5c}.action-button--hidden .action-button__text{color:#5c5c5c}.action-button--previous{background-color:#1eb791!important}.action-button--previous:before{background-color:#0b9b76!important}.action-button--previous:after{background-color:#fff}.action-button__text{color:#fff;font-size:16px;font-size:1.1428571429rem;font-weight:700;text-align:center;text-transform:uppercase;width:100%}.action-button__text--small{font-size:12px;font-size:.8571428571rem}.action-button__text--desktop{font-size:16px;font-size:1.1428571429rem}.action-button__text--mobile{font-size:14px;font-size:1rem}.action-button--sm{padding:1rem}.action-button--sm .action-button__text{font-size:12px;font-size:.8571428571rem}.action-button--lg{height:3.2142857143rem;padding:1rem;width:16.0714285714rem}.action-button--lg:before{height:2.5rem}.action-button--lg .action-button__text{font-size:20px;font-size:1.4285714286rem}.action-button--landing{background-color:#4f97d9;border:.1428571429rem solid #4f97d9;border-top-width:.2142857143rem;margin-top:2rem;max-width:10.7142857143rem}.action-button--landing:before{background-color:#3383cc}.action-button--landing:after{background-color:#4f97d9}@media(min-width:768px){.action-button--landing{max-width:12.8571428571rem}}.action-button--small{border-top:.014286rem solid #4f97d9;height:1.7142857143rem;margin-top:1rem;width:8.4285714286rem}.action-button--small:before{height:1.2857142857rem}.action-button--small:after{right:0}.action-button--desktop{display:none}@media(min-width:768px){.action-button--desktop{display:flex}}.action-button--mobile{display:flex}@media(min-width:768px){.action-button--mobile{display:none}}.action-button-text{font-size:12px;font-size:.8571428571rem}@media(min-width:768px){.action-button-text{font-size:16px;font-size:1.1428571429rem}}.add-delete-button{background:#303030;border-radius:20px;color:#fff;font-size:12px;font-size:.8571428571rem;font-weight:700;height:1.2rem;position:relative;width:3.3rem}.add-delete-button,.add-delete-button__text{align-items:center;display:flex;justify-content:center}.add-delete-button__text{width:3.5714285714rem}.add-delete-button__action{height:1.7rem;position:absolute;width:1.7rem}.add-delete-button__action--delete{left:-1rem}.add-delete-button__action--add{right:-1rem}.add-delete-employee{align-items:center;display:flex;justify-content:space-around;margin:0 2.1428571429rem}.add-delete-employee__button{margin:0 .7142857143rem}.add-delete-employee__icon{height:2.8571428571rem}.add-delete-employee__x{color:#fff;font-size:10px;font-size:.7142857143rem;font-weight:700;margin-left:.7142857143rem}.add-delete-employee__amount{color:#fff;font-size:12px;font-size:.8571428571rem;font-weight:700;margin-left:.2857142857rem}.alert-modal{align-items:center;background:#fff;border:4px solid #000;border-radius:9px;box-sizing:border-box;color:#000;display:flex;flex-direction:column;justify-content:space-around;left:50%;max-width:22.8571428571rem;min-height:7.8571428571rem;padding:1rem 2rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:4000}.alert-modal__difficulty{background-color:#0000000d;border-radius:6px;border-width:2px;margin-left:auto;margin-right:auto;margin-top:1.5rem;padding:1rem 1.5rem;width:-webkit-fit-content;width:fit-content}.alert-modal__difficulty-label{color:#666;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem;text-align:center}.alert-modal__difficulty-select{background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:block;font-size:.9rem;padding:.5rem;transition:all .2s ease;width:200px}.alert-modal__difficulty-select:hover{border-color:#bdbdbd}.alert-modal__difficulty-select:focus{border-color:#2196f3;box-shadow:0 0 0 2px #2196f31a;outline:none}.alert-modal__difficulty-select option{padding:.5rem}.alert-modal--md{width:22.8571428571rem}.alert-modal--lg{max-width:30rem!important}.alert-modal--fixed{position:fixed}.alert-modal__title{align-items:center;display:flex;font-size:22px;font-size:1.5714285714rem;font-weight:700;gap:.5714285714rem;margin-bottom:1rem;text-transform:uppercase}.alert-modal__body{font-size:12px;font-size:.8571428571rem;font-weight:700;text-align:center}.alert-modal__buttons{display:flex;margin-top:1.5rem}.asset-container{align-items:center;background-color:#c4c4c4;border-radius:9px;display:flex;height:3.4285714286rem;margin-bottom:1rem;width:41rem}.asset-container__label-container{background-color:#6d6d6d;border-radius:9px 0 0 9px;float:left;height:100%;text-align:center;width:6.7142857143rem}.asset-container__label{color:#fff;font-size:12px;font-size:.8571428571rem;font-weight:700;margin:1.0714285714rem 3.5rem 1.0714285714rem .7142857143rem;text-align:left;text-align:initial}.asset-container--receivable{height:8.5714285714rem;position:relative}.asset-container--receivable .asset-container__label{line-height:1.1428571429rem;margin:3.2142857143rem 1.0714285714rem 3.5rem .7142857143rem}.asset-container__body-container{margin:.7142857143rem 26.1428571429rem .8571428571rem .7142857143rem}.asset-container--equity-capital,.asset-container--raw-materials{background-color:#303030;height:3.1428571429rem;width:12.8571428571rem}.asset-container--equity-capital .asset-container__label-container,.asset-container--raw-materials .asset-container__label-container{width:5.7142857143rem}.asset-container--equity-capital .asset-container__label,.asset-container--raw-materials .asset-container__label{line-height:1.1428571429rem;margin-top:.4285714286rem;width:100%}.asset-container--equity-capital .asset-container__body-container,.asset-container--raw-materials .asset-container__body-container{align-self:center;margin-left:1.5714285714rem}.asset-container--semi-finished-products{background-color:#303030;height:3.1428571429rem;width:15rem}.asset-container--semi-finished-products .asset-container__label-container{width:7.8571428571rem}.asset-container--semi-finished-products .asset-container__label{line-height:1.1428571429rem;margin-top:.4285714286rem;width:100%}.asset-container--semi-finished-products .asset-container__body-container{align-self:center;margin-left:1.5714285714rem}.asset-container--finished-products{background-color:#303030;height:3.1428571429rem;width:12.5714285714rem}.asset-container--finished-products .asset-container__label-container{width:5.3571428571rem}.asset-container--finished-products .asset-container__label{line-height:1.1428571429rem;margin-top:.4285714286rem;width:100%}.asset-container--finished-products .asset-container__body-container{align-self:center;margin-left:1.5714285714rem}.asset-container--fixed-assets{height:4.5rem}.asset-container--fixed-assets .asset-container__label-container{display:flex;justify-content:flex-start;width:13.7142857143rem}.asset-container--fixed-assets .asset-container__body-container{margin:1.4285714286rem 19.0714285714rem .8571428571rem .7142857143rem}.asset-container--fixed-assets .asset-container__label{align-self:center;margin:initial;margin-left:.7142857143rem}.asset-container--equity-capital{display:flex;height:4.5rem;width:100%}.asset-container--equity-capital .asset-container__label-container{display:flex;width:7.5rem}.asset-container--equity-capital .asset-container__label{align-self:center;margin:0 .7142857143rem}.asset-container--equity-capital .asset-container__body-container{margin:0 .5rem}.asset-container--expenses{height:-webkit-fit-content;height:fit-content;margin-bottom:1.0714285714rem;min-height:3.1428571429rem;width:17.8571428571rem}.asset-container--expenses .asset-container__label-container{align-items:center;display:flex;width:8.5714285714rem}.asset-container--expenses .asset-container__label{margin:.3571428571rem;padding-left:.5rem}.asset-container--expenses .asset-container__body-container{align-items:center;display:flex;margin:0;padding-left:1.0714285714rem}.asset-container--employees-salaries{border-radius:.7142857143rem;height:5.7142857143rem;margin-bottom:.7142857143rem;width:18.7142857143rem}.asset-container--employees-salaries .asset-container__label-container{align-items:center;display:flex;font-size:12px;font-size:.8571428571rem;padding-left:.7142857143rem;text-transform:uppercase;width:9.4285714286rem}.asset-container--employees-salaries .asset-container__label{margin:initial}.asset-container--employees-salaries .asset-container__body-container{align-items:center;display:flex;height:5.7142857143rem;justify-content:center;margin:initial;width:9.2857142857rem}.asset-container--rents,.asset-container--storage{height:20rem;width:27.7142857143rem}.asset-container--rents .asset-container__label-container,.asset-container--storage .asset-container__label-container{align-items:center;display:flex;font-size:12px;font-size:.8571428571rem;height:100%;justify-content:center;width:8.8571428571rem}.asset-container--rents .asset-container__label,.asset-container--storage .asset-container__label{margin:0 2.8rem;text-transform:uppercase}.asset-container--rents .asset-container__body-container,.asset-container--storage .asset-container__body-container{height:100%;margin:initial;width:100%}.asset-container--storage{height:13.5714285714rem}.asset-container--storage .asset-container__label{margin:0 2.8571428571rem 0 1.4285714286rem}.assigned-product{background:#6d6d6d;border-radius:5px;box-sizing:border-box;display:flex;flex-direction:column;height:6.4285714286rem;justify-content:space-between;width:3.5714285714rem}.assigned-product--full-automatic{background:#303030}.assigned-product--full-automatic .assigned-product__box{border-color:#000}.assigned-product--full-automatic .assigned-product__foot{background:#000}.assigned-product__box{border:1px solid #303030;border-radius:5px;box-sizing:border-box;height:4.1428571429rem;margin:.2857142857rem .2857142857rem 0;padding-top:.5rem;position:relative}.assigned-product__icon{max-width:2.1428571429rem}.assigned-product__cost{bottom:-.0714285714rem;left:-.2857142857rem;position:absolute}.assigned-product__foot{background:#303030;border-radius:0 0 5px 5px;height:1.7142857143rem}.balance-sheet__row{display:flex;flex-direction:row;justify-content:center}.borrowed-capital{display:flex;flex-direction:column;height:100%;justify-content:space-evenly}.borrowed-capital__header{align-items:center;border-radius:.7142857143rem .7142857143rem 0 0;display:flex;font-weight:700;height:2.1428571429rem;justify-content:center;width:100%}.borrowed-capital__header--short{background-color:#957bb6}.borrowed-capital__header--long{background-color:#7bb657}.debts__row{display:flex;flex-direction:row}.debt-row__container--long .borrowed-capital__coin-header{background-color:#7bb657}.bottom-bar{background-color:#ebf5ff;height:7.7142857143rem;justify-content:flex-start;padding:1rem;width:100%}.bottom-bar,.bottom-box{align-items:center;box-sizing:border-box;display:flex}.bottom-box{background-color:#d9edff;border-radius:1.0714285714rem 0 0 1.0714285714rem;flex-direction:column;justify-content:center;max-height:5rem;padding:.5rem 1rem;position:relative;width:20.7142857143rem}.bottom-box__title{color:#80b4e3;font-size:16px;font-size:1.1428571429rem;font-weight:700;margin-bottom:.3571428571rem;text-transform:capitalize}.bottom-box__products{align-items:center;display:flex;justify-content:center}.bottom-box__product{display:flex;margin-right:1rem}.bottom-box__product-img{margin-right:.5rem;max-height:2.1428571429rem;max-width:2.3571428571rem}.bottom-box__product-text{color:#5c5c5c;font-size:21px;font-size:1.5rem;font-weight:700}.bottom-box__separator{border-right:.2142857143rem solid #ebf5ff;height:3.5714285714rem;left:0;position:absolute}.bottom-box--primary{border-radius:0 1.0714285714rem 1.0714285714rem 0}.box{background:#d9edff;border:4px solid #fff;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;margin:.5rem;padding:1rem 2rem;position:relative;width:-webkit-fit-content;width:fit-content}.box--quarterly{min-height:0;min-width:23rem;padding:1rem}.box--factory{background-image:linear-gradient(#ebf5ff .1em,#0000 0),linear-gradient(90deg,#ebf5ff .1em,#0000 0);background-size:3.1428571429rem 3.1428571429rem;height:27.6428571429rem;min-width:22.1428571429rem}.box--dashboard,.box--dashboard-light{background:#c4c4c4;border:0;margin:2.1428571429rem .7142857143rem .7142857143rem;min-height:0;padding:0}.box--dashboard-light{background:#fff;padding:.3571428571rem}.box--focus{z-index:2500}.box--side-effect{z-index:1500}.box__header{flex-direction:row;justify-content:space-between;margin-bottom:.5rem}.box__header,.box__loading{align-items:center;display:flex}.box__loading{justify-content:center;margin:auto}.box-title,.graphics__title,.order-card__product-name,.product-changeover__machine{color:#fff;font-size:21px;font-size:1.5rem;font-weight:900;margin:0;text-shadow:#303030 3px 0 0,#303030 2.83487px .981584px 0,#303030 2.35766px 1.85511px 0,#303030 1.62091px 2.52441px 0,#303030 .705713px 2.91581px 0,#303030 -.287171px 2.98622px 0,#303030 -1.24844px 2.72789px 0,#303030 -2.07227px 2.16926px 0,#303030 -2.66798px 1.37182px 0,#303030 -2.96998px .42336px 0,#303030 -2.94502px -.571704px 0,#303030 -2.59586px -1.50383px 0,#303030 -1.96093px -2.27041px 0,#303030 -1.11013px -2.78704px 0,#303030 -.137119px -2.99686px 0,#303030 .850987px -2.87677px 0,#303030 1.74541px -2.43999px 0,#303030 2.44769px -1.73459px 0,#303030 2.88051px -.838247px 0;text-transform:uppercase}.box-title--xxs,.order-card--sm .order-card__product-name{color:#fff;font-size:21px;font-size:1.5rem;font-weight:900;margin:0;text-shadow:#303030 1.5px 0 0,#303030 1.417435px .490792px 0,#303030 1.17883px .927555px 0,#303030 .81045px 1.262205px 0,#303030 .352713px 1.457905px 0,#303030 -.143635px 1.49311px 0,#303030 -.62422px 1.363945px 0,#303030 -1.03511px 1.08463px 0,#303030 -1.3339px .68591px 0,#303030 -1.48494px .21168px 0,#303030 -1.49251px -.285852px 0,#303030 -1.29293px -.751915px 0,#303030 -.99045px -1.135205px 0,#303030 -.05006px -1.39352px 0,#303030 -.68559px -1.49843px 0,#303030 .425493px -1.438385px 0,#303030 .872805px -1.219995px 0,#303030 1.22389px -.867295px 0,#303030 1.44025px -.4191235px 0;text-transform:uppercase}.box-title--xs{color:#fff;font-size:20px;font-size:1.4285714286rem;font-weight:900;margin:0;text-shadow:#303030 2px 0 0,#303030 2px -1.2px 0,#303030 1.55766px 1px 0,#303030 .82091px 1.82441px 0,#303030 -.905713px 2.2px 0,#303030 .587171px 2.2px 0,#303030 -.54844px 2.1px 0,#303030 -1.57227px 1.46926px 0,#303030 -1.86798px .87182px 0,#303030 -2px -.82336px 0,#303030 -2px .971704px 0,#303030 -1.89586px -.90383px 0,#303030 -1.2px -1.67041px 0,#303030 -.61013px -2px 0,#303030 .637119px -2.2px 0,#303030 -1.2px -2.1px 0,#303030 1px -1.83999px 0,#303030 1.84769px -1px 0,#303030 2.1px 1.2px 0;text-transform:uppercase}.box-title--finances{text-transform:none}.box-title--dashboard,.box-title--dashboard-light,.box-title--factory,.box-title--kpi,.box-title--quarterly,.box-title--subtitle{color:#000;font-size:16px;font-size:1.1428571429rem;font-weight:700;margin-top:1.7857142857rem;text-shadow:#fff 3px 0 0,#fff 2.83487px .981584px 0,#fff 2.35766px 1.85511px 0,#fff 1.62091px 2.52441px 0,#fff .705713px 2.91581px 0,#fff -.287171px 2.98622px 0,#fff -1.24844px 2.72789px 0,#fff -2.07227px 2.16926px 0,#fff -2.66798px 1.37182px 0,#fff -2.96998px .42336px 0,#fff -2.94502px -.571704px 0,#fff -2.59586px -1.50383px 0,#fff -1.96093px -2.27041px 0,#fff -1.11013px -2.78704px 0,#fff -.137119px -2.99686px 0,#fff .850987px -2.87677px 0,#fff 1.74541px -2.43999px 0,#fff 2.44769px -1.73459px 0,#fff 2.88051px -.838247px 0}.box-title--sm,.order-card__product-name{font-size:16px;font-size:1.1428571429rem;text-transform:none}.box-title--no-shadow{text-shadow:none}.action-button__text,.box-title--green,.machine__select-button,.machine__status-button{text-shadow:#4a6f28 2px 0 0,#4a6f28 1.75517px .958851px 0,#4a6f28 1.0806px 1.68294px 0,#4a6f28 .141474px 1.99499px 0,#4a6f28 -.832294px 1.81859px 0,#4a6f28 -1.60229px 1.19694px 0,#4a6f28 -1.97998px .28224px 0,#4a6f28 -1.87291px -.701566px 0,#4a6f28 -1.30729px -1.5136px 0,#4a6f28 -.421592px -1.95506px 0,#4a6f28 .567324px -1.91785px 0,#4a6f28 1.41734px -1.41108px 0,#4a6f28 1.92034px -.558831px 0}.action-button--negative .action-button__text,.box-title--red{text-shadow:#74100e 2px 0 0,#74100e 1.75517px .958851px 0,#74100e 1.0806px 1.68294px 0,#74100e .141474px 1.99499px 0,#74100e -.832294px 1.81859px 0,#74100e -1.60229px 1.19694px 0,#74100e -1.97998px .28224px 0,#74100e -1.87291px -.701566px 0,#74100e -1.30729px -1.5136px 0,#74100e -.421592px -1.95506px 0,#74100e .567324px -1.91785px 0,#74100e 1.41734px -1.41108px 0,#74100e 1.92034px -.558831px 0}.action-button--hidden .action-button__text,.box-title--gray{text-shadow:#303030 2px 0 0,#303030 1.75517px .958851px 0,#303030 1.0806px 1.68294px 0,#303030 .141474px 1.99499px 0,#303030 -.832294px 1.81859px 0,#303030 -1.60229px 1.19694px 0,#303030 -1.97998px .28224px 0,#303030 -1.87291px -.701566px 0,#303030 -1.30729px -1.5136px 0,#303030 -.421592px -1.95506px 0,#303030 .567324px -1.91785px 0,#303030 1.41734px -1.41108px 0,#303030 1.92034px -.558831px 0}.action-button-text,.box-title--purple{text-shadow:#4b66c0 2px 0 0,#4b66c0 1.75517px .958851px 0,#4b66c0 1.0806px 1.68294px 0,#4b66c0 .141474px 1.99499px 0,#4b66c0 -.832294px 1.81859px 0,#4b66c0 -1.60229px 1.19694px 0,#4b66c0 -1.97998px .28224px 0,#4b66c0 -1.87291px -.701566px 0,#4b66c0 -1.30729px -1.5136px 0,#4b66c0 -.421592px -1.95506px 0,#4b66c0 .567324px -1.91785px 0,#4b66c0 1.41734px -1.41108px 0,#4b66c0 1.92034px -.558831px 0}.box-title--dashboard,.box-title--dashboard-light,.box-title--factory,.box-title--quarterly{position:absolute;top:-2.5rem}.box-title--factory{color:#d1a11c}.box-title--dashboard,.box-title--dashboard-light{left:.0714285714rem;text-transform:capitalize;top:-3.9285714286rem}.box-title--kpi{margin-bottom:.7142857143rem;margin-top:0;text-transform:none}.box-title--intro{background-color:#bee0ff;border:4px solid #ebf5ff;border-radius:20px;box-sizing:border-box;font-size:26px;font-size:1.8571428571rem;height:2.5714285714rem;left:7rem;padding:.6rem;position:relative;position:absolute;top:-1rem;width:30%}.box-title--end,.box-title--intro{align-items:center;display:flex;justify-content:center}.box-title--end{height:4.6428571429rem}.business-plan-and-strategy{box-sizing:border-box;display:flex;flex-direction:column;padding:0 2.1428571429rem;width:100%}.business-plan-and-strategy__subtitle{margin-bottom:1.4285714286rem;text-transform:uppercase}.business-plan-and-strategy__text{color:#6d6d6d;font-size:12px;font-size:.8571428571rem;font-weight:700}.business-plan-and-strategy__competition-table{font-weight:900;margin-bottom:1.4285714286rem;width:100%}.business-plan-and-strategy__competition-table tr:first-child th:first-child{border-top-left-radius:9px}.business-plan-and-strategy__competition-table tr:first-child th:last-child{border-top-right-radius:9px}.business-plan-and-strategy__competition-table tr:last-child td:first-child{border-bottom-left-radius:9px}.business-plan-and-strategy__competition-table tr:last-child td:last-child{border-bottom-right-radius:9px}.business-plan-and-strategy__competition-table-head{background:#6d6d6d;border-radius:5px 5px 0 0;font-size:12px;font-size:.8571428571rem;height:2.8571428571rem}.business-plan-and-strategy__competition-table-head th{border:0}.business-plan-and-strategy__competition-table-body{background:#c4c4c4;color:#6d6d6d;font-size:12px;font-size:.8571428571rem}.business-plan-and-strategy__competition-cell{padding:1rem;text-align:center}.business-plan-and-strategy__competition-cell--data{background-color:#b4b4b4;padding:1rem;text-align:center}.business-plan-and-strategy__competition-cell--first{color:#303030}.buy-machine{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:4000}.buy-machine__wrapper{display:flex;flex-direction:column;max-height:calc(100vh - 14rem);overflow:auto;padding-left:21.4285714286rem}.buy-machine__row{background-color:#d4d4d4;border-radius:20px;display:flex;flex-direction:row;height:12.5rem;margin-bottom:1rem;padding:1rem;width:70.2857142857rem}.buy-machine__box{align-items:center;border-radius:10px;box-shadow:inset 0 4px 10px #00000040;display:flex;flex-direction:column;height:12rem;justify-content:center;margin-right:1rem;width:22.2857142857rem}.buy-machine__img{height:5.7142857143rem;margin:1rem 0}.buy-machine__btn{max-width:19.4285714286rem}.buy-machine__title{align-items:center;background:url(data:image/png;base64,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) no-repeat;background-size:contain;display:flex;font-size:21px;font-size:1.5rem;font-weight:700;height:3.5714285714rem;justify-content:center;text-transform:uppercase;width:42.8571428571rem}.buy-machine__content{display:flex;flex-direction:row;height:7.1428571429rem;padding-top:.5rem;width:100%}.buy-machine__info{border-right:2px solid #c4c4c4;display:flex;flex-direction:column}.buy-machine__mu{margin:.5rem 1rem 1rem .5rem}.buy-machine__workers-text{color:#6d6d6d;font-size:16px;font-size:1.1428571429rem;font-weight:700;margin-right:1rem;text-transform:uppercase}.buy-machine__products{border-left:2px solid #fff;height:100%;padding-left:1rem;width:100%}.buy-machine__description{color:#6d6d6d;font-size:12px;font-size:.8571428571rem;font-weight:700;margin-bottom:.7142857143rem;text-transform:uppercase}.buy-machine__products-list{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.calculations__table{background-color:#d4d4d4;border:.2857142857rem solid #fff;border-radius:0 1.4285714286rem 1.4285714286rem;box-sizing:border-box;flex-direction:column;flex-shrink:0;min-height:44.4285714286rem;overflow-x:auto;width:95.7142857143rem}.calculations__header{align-items:center;background-color:#6d6d6d;box-sizing:border-box;display:flex;font-size:12px;font-size:.8571428571rem;font-weight:700;height:2.8571428571rem;justify-content:space-around;padding-left:23.5714285714rem;text-transform:uppercase;width:259.2857142857rem}.calculations__header--contribution-margin{padding-left:20.8571428571rem;width:388.7142857143rem}.calculations__header--cost-accounting{width:95.1428571429rem}.calculations-row{border-bottom:.0714285714rem solid #ededed;display:flex;height:2.8571428571rem;justify-content:space-around;width:94.8571428571rem}.calculations-row__label{align-items:center;background:#d4d4d4;box-sizing:border-box;display:flex;flex-shrink:0;font-weight:700;justify-content:space-between;left:0;padding-left:1.5714285714rem;padding-right:1.7142857143rem;position:-webkit-sticky;position:sticky;width:23.5714285714rem}.calculations-row__label--total{background-color:#d0d6e3}.calculations-row__label--green-total{background-color:#cadfbb}.calculations-row__label--light-green-total{background-color:#e4efdb}.calculations-row__cell{align-items:center;background-color:#c4c4c4;border-left:.0714285714rem solid #ededed;display:flex;flex-shrink:0;font-weight:700;height:100%;justify-content:center;text-transform:uppercase;width:4.6428571429rem}.calculations-row__cell--only-total{width:9.3571428571rem}.calculations-row--sub-header,.calculations-row--sub-header .calculations-row__cell{background-color:#aaa}.calculations-row--sub-header .calculations-products__second-value{border-left:0}.calculations-row--contribution-margin{justify-content:space-between;width:388.7142857143rem}.calculations-row--contribution-margin .calculations-row__label{width:20.8571428571rem}.calculations-row--contribution-margin .calculations-row__cell{width:5rem}.calculations-row--contribution-margin .calculations-products__cell{border-left:.0714285714rem solid #ededed;height:100%;width:7.8571428571rem}.calculations-row--contribution-margin .calculations-products{width:400.7142857143rem}.calculations-row--total{background-color:#d0d6e3;text-transform:uppercase}.calculations-row--green-total{background-color:#cadfbb;text-transform:uppercase}.calculations-row--light-green-total{background-color:#e4efdb}.calculations-products{display:flex;justify-content:space-around;width:8.5714285714rem}.calculations-products__cell,.calculations-products__cells{align-items:center;display:flex;justify-content:space-around}.calculations-products__cell{flex:1 1;flex-direction:column;font-weight:700;width:4.7142857143rem}.calculations-products__cell--initial span{font-size:8px;font-size:.5714285714rem}.calculations-products__cell--contribution-margin{align-items:flex-start;box-sizing:border-box;padding-left:.3571428571rem}.calculations-products__values{display:flex;flex-direction:row;height:100%;justify-content:space-around;padding-right:.2857142857rem;width:100%}.calculations-products__first-value,.calculations-products__second-value{align-items:center;display:flex;justify-content:space-around;text-transform:uppercase;width:100%}.calculations-products__second-value{border-left:.0714285714rem solid #ededed;text-transform:none}.cash-balance{margin:0 .7142857143rem}.cash-balance__header{margin-bottom:.8571428571rem}.cash-balance__title{margin:0;position:relative;top:0}.cash-balance__assets{width:30.2857142857rem}.close-button{align-items:center;background-color:#3383cc;border:2px solid #4f97d9;border-radius:50%;box-shadow:0 0 0 4px #000;cursor:pointer;display:flex;height:2.5714285714rem;justify-content:center;width:2.5714285714rem}.close-button:after{background-color:#4f97d9;border-radius:50%;content:"";height:.3571428571rem;position:absolute;right:.1rem;top:.3rem;transform:rotate(37.75deg);width:.5rem}.close-button__icon{height:1rem;width:auto}.communications-policy{align-items:center;display:flex;flex-direction:column}.communications-policy__title{color:#d8d8d8;font-size:12px;font-size:.8571428571rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase}.concept-animation{align-items:center;background:#d9edff;border-radius:30px;display:flex;filter:drop-shadow(0 4px 24px rgba(51,131,204,.25));height:18.2857142857rem;justify-content:center;position:relative;width:100%}.concept-animation:before{border-radius:30px 30px 0 0;top:-1.4285714286rem;transform:skewy(-4deg);transform-origin:top}.concept-animation:after,.concept-animation:before{background:#d9edff;content:"";height:4.5714285714rem;left:0;position:absolute;width:100%}.concept-animation:after{border-radius:0 0 30px 30px;bottom:-1.4285714286rem;transform:skewy(4deg);transform-origin:top;z-index:-1}@media(min-width:768px){.concept-animation{height:23.7857142857rem}}@media(min-width:992px){.concept-animation{height:32.2857142857rem}}.concept-animation__banner{width:15.7142857143rem}@media(min-width:768px){.concept-animation__banner{width:60%}}@media(min-width:1800px){.concept-animation__banner{width:50%}}.concept-animation__values{align-items:center;display:flex;justify-content:center;width:100%;z-index:100000}.concept-animation__building{height:auto;position:absolute;width:16.0714285714rem;z-index:-100000}@media(min-width:1200px){.concept-animation__building{height:100%;max-height:27rem;max-width:27rem;width:100%}}@media(min-width:1800px){.concept-animation__building{max-height:21.4285714286rem;max-width:21.4285714286rem}}.concept-animation__value-icon{height:16.7142857143rem;position:relative;width:16.7142857143rem}@media(min-width:1200px){.concept-animation__value-icon{height:32rem;width:32rem}}.concept-animation__icon{align-items:center;background-color:#ebf5ff;border-radius:50%;display:flex;filter:drop-shadow(0 4px 24px rgba(51,131,204,.25));height:2.4285714286rem;justify-content:center;offset-path:path("M115 0.99999C52.0396 0.999985 1.00002 52.0395 1.00001 115C1 177.96 52.0395 229 115 229C177.96 229 229 177.96 229 115C229 52.0395 177.96 0.999996 115 0.99999Z");offset-rotate:0deg;position:absolute;width:2.4285714286rem;z-index:200}@media(min-width:992px){.concept-animation__icon{height:4.1428571429rem;width:4.1428571429rem}}@media(min-width:1200px){.concept-animation__icon{height:7rem;offset-path:path("M186 0.999984C83.8273 0.999975 0.999995 83.8273 0.999986 186C0.999977 288.173 83.8273 371 186 371C288.173 371 371 288.173 371 186C371 83.8273 288.173 0.999993 186 0.999984Z");width:7rem}}@media(min-width:1300px){.concept-animation__icon{left:5%}}@media(min-width:1400px){.concept-animation__icon{left:8%;top:8%}}@media(min-width:1900px){.concept-animation__icon{height:5.7142857143rem;left:12%;top:12%;width:5.7142857143rem}}.concept-animation__icon-img{height:auto;width:55%}@media(min-width:1200px){.concept-animation__icon-img{height:auto;width:auto}}.concept-button{align-items:center;background:#d9edff;border-radius:9px;box-shadow:0 4px 25px #3383cc40;color:#3383cc;display:flex;font-size:14px;font-size:1rem;justify-content:space-between;margin:.3571428571rem 0;padding:1.0714285714rem;text-align:left;width:100%}.concept-button:active,.concept-button:hover{background:#3383cc;font-weight:700}.concept-button:active .concept-button__arrow,.concept-button:hover .concept-button__arrow{border-left:.5rem solid #ffda00}.concept-button:focus{box-shadow:0 .2857142857rem 1.7142857143rem #3383cc40!important}@media(min-width:768px){.concept-button{box-shadow:0 .2857142857rem 1.7142857143rem #3383cc40;font-size:16px;font-size:1.1428571429rem;height:4.8571428571rem;margin:.5rem 0;padding:1.4285714286rem}.concept-button:focus{box-shadow:0 .2857142857rem 1.7142857143rem #00000040!important}.concept-button:active .concept-button__arrow,.concept-button:hover .concept-button__arrow{border-left:.6428571429rem solid #ffda00}}@media(min-width:992px){.concept-button{height:5.3571428571rem;padding:1.7857142857rem}}@media(min-width:1200px){.concept-button{height:6.4285714286rem;padding:2.1428571429rem}}.concept-button--sm{margin:1rem 0}@media(min-width:768px){.concept-button--sm{height:4.2857142857rem;margin:1.4285714286rem 0}}.concept-button--selected{background:#3383cc;color:#ffda00;font-weight:700}.concept-button--selected .concept-button__arrow{border-left:.5rem solid #ffda00}@media(min-width:768px){.concept-button--selected .concept-button__arrow{border-left:.6428571429rem solid #ffda00}}.concept-button__arrow{border-bottom:.2857142857rem solid #0000;border-left:.5rem solid #d4d4d4;border-top:.2857142857rem solid #0000;height:0;width:0}@media(min-width:768px){.concept-button__arrow{border-bottom:.4285714286rem solid #0000;border-left:.6428571429rem solid #d4d4d4;border-top:.4285714286rem solid #0000}}.concepts{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}@media(min-width:768px){.concepts{flex-direction:row}}.concepts__title{color:#3383cc;font-size:18px;font-size:1.2857142857rem;font-weight:700;text-align:center}@media(min-width:768px){.concepts__title{font-size:24px;font-size:1.7142857143rem;margin-left:2.1428571429rem;text-align:left}}.concepts__selection{width:100%}@media(min-width:768px){.concepts__selection{width:48%}}.concept__animation{width:100%}@media(min-width:768px){.concept__animation{width:52%}}.concepts__list{display:flex;flex-direction:column;margin:1.4285714286rem 0 3.2142857143rem}@media(min-width:768px){.concepts__list{margin:1.4285714286rem 0 0}}.conclusion{box-sizing:border-box;display:flex;flex-direction:column;padding:0 2.1428571429rem;position:absolute;width:100%}.conclusion__subtitle{margin-bottom:1.4285714286rem;text-transform:uppercase}.conclusion__text{color:#6d6d6d;font-size:12px;font-size:.8571428571rem;font-weight:700}.contact-us{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:5rem 0}@media(min-width:768px){.contact-us{margin:8rem 0 0}}.contact-use__title{color:#3383cc;font-size:18px;font-size:1.2857142857rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.contact-use__title{font-size:24px;font-size:1.7142857143rem;margin-bottom:2.1428571429rem;margin-left:2.1428571429rem}}.contact-us__email-box{align-items:center;background:#d9edff;border-radius:30px 9px 9px 30px;box-shadow:0 4px 24px #3383cc40;box-sizing:border-box;color:#fff;display:flex;height:2.8571428571rem;padding-right:.8571428571rem;position:relative;width:21.7857142857rem}@media(min-width:992px){.contact-us__email-box{font-size:16px;font-size:1.1428571429rem;height:4.2857142857rem;padding-right:3.0714285714rem;width:33.2857142857rem}}.contact-us__icon-box{align-items:center;background:linear-gradient(180deg,#92c4f1,#3383cc);border-radius:50%;box-shadow:0 4px 24px #3383cc73;display:flex;height:4.2857142857rem;justify-content:center;position:absolute;width:4.2857142857rem}@media(min-width:992px){.contact-us__icon-box{height:5.7142857143rem;width:5.7142857143rem}}.contact-us__icon{height:1.5714285714rem;width:2rem}@media(min-width:992px){.contact-us__icon{height:2rem;width:2.7142857143rem}}.contact-us__link{align-items:center;color:#303030;display:flex;font-weight:500;justify-content:center;margin-left:5.7142857143rem;text-align:left;width:100%}.contact-us__link:hover{color:#3383cc}@media(min-width:992px){.contact-us__link{font-size:16px;font-size:1.1428571429rem}}.cost-accounting__sub-header__cells{display:flex;flex-direction:row;justify-content:space-around;width:100%}img.cost-accounting__img{height:1.7857142857rem;width:2.1428571429rem}.current-acquicition-capacity{box-sizing:border-box;height:4.8571428571rem;justify-content:space-around;padding:0 1.4285714286rem;width:27.5714285714rem}.current-acquicition-capacity,.current-acquicition-capacity__product{align-items:center;display:flex}.current-acquicition-capacity__product-image{height:1.5714285714rem}.current-acquicition-capacity__product-capacity{color:#6d6d6d;font-size:21px;font-size:1.5rem;font-weight:700;margin-left:.5rem}.current-round-sales{height:19.8571428571rem;width:26.8571428571rem}.dashboard__tabs{display:flex;flex:1 1;flex-direction:row}.dashboard__content{align-items:center;background-color:#d4d4d4;border:.2857142857rem solid #fff;border-radius:0 1.4285714286rem 1.4285714286rem 1.4285714286rem;box-sizing:border-box;display:flex;flex-direction:column;padding:.7142857143rem;width:100%}.dashboard-competitors__graphic{height:14.2857142857rem;width:29.2857142857rem}.dashboard-financials__graphic{height:11.7142857143rem;width:44.2857142857rem}.dashboard-loans{margin:0 .7142857143rem}.dashboard-loans__header{margin-bottom:.8571428571rem}.dashboard-loans__title{margin:0;position:relative;top:0}.dashboard-loans__body--without-title{margin-top:2.6428571429rem}.dashboard-loans__assets{width:30.2857142857rem}.dashboard-loans__body{display:flex;flex-direction:column}.dashboard-loans__body .dashboard-loans__list{align-items:center;display:flex;height:10.9285714286rem;width:28.5714285714rem}.decision-aids__table{background-color:#d4d4d4;border:.2857142857rem solid #fff;border-radius:0 1.4285714286rem 1.4285714286rem;box-sizing:border-box;display:flex;flex-direction:column;overflow-x:scroll;width:94.2857142857rem}.decision-aids__table--production-plan{height:36.0714285714rem;position:relative}.decision-aids__table--production-plan::-webkit-scrollbar{display:none}.decision-aids__table--market-analysis{background:#ededed;overflow-x:visible}.decision-aids__data{display:flex;flex-direction:row}.decision-aids__labels{background:#ededed;min-width:11.4285714286rem}.decision-aids__labels-header-empty{background-color:#6d6d6d;height:2.1428571429rem}.decision-aids__labels-header-empty-light{background:#d4d4d4;height:2.8571428571rem}.decision-aids__labels-header-empty-dark{background-color:#c4c4c4;height:2.8571428571rem}.decision-aids__label{align-items:center;display:flex;font-weight:700;height:2.4285714286rem;padding-left:2.1428571429rem}.decision-aids__label--light{background:#d4d4d4}.decision-aids__label--dark{background:#c4c4c4;border-bottom:1px solid #fff}.decision-aids__tabs{display:flex;flex:1 1;flex-direction:row;height:2.8571428571rem}.decision-aids__years{align-items:center;background-color:#6d6d6d;border-radius:0 1.4285714286rem 0 0;box-sizing:border-box;display:flex;flex-direction:row;flex-shrink:0;font-size:.8571428571rem;font-weight:900;height:2.1428571429rem;position:-webkit-sticky;position:sticky;text-transform:uppercase;top:0;width:262.5rem;z-index:1}.decision-aids__years--production-plan{width:93.7142857143rem}.decision-aids__years--production-plan .decision-aids__year{flex:2 1;margin:0}.decision-aids__years-label{box-sizing:border-box;flex-basis:8.99%;flex-shrink:0;padding-left:5.7142857143rem}.decision-aids__years-label--production-plan{flex-basis:9.5%;font-size:.8571428571rem;font-weight:900;min-width:25rem;padding-left:4.2857142857rem;width:93.7142857143rem}.decision-aids__year{flex-basis:9.1%;margin-left:.2857142857rem;text-align:center}.decision-aids__product-header{background-color:#c4c4c4;display:flex;flex-direction:row;height:2.8571428571rem}.decision-aids__product-header--production-plan{font-size:.8571428571rem;font-weight:900;width:93.7142857143rem}.decision-aids__product-title{align-items:center;box-sizing:border-box;display:flex;flex:1 1;font-size:.8571428571rem;font-weight:900;justify-content:flex-start;text-transform:uppercase}.decision-aids__product-title--production-plan{background:#c4c4c4;border-right:1px solid #ededed;left:0;min-width:25rem;padding-left:3.2857142857rem;position:-webkit-sticky;position:sticky}.decision-aids__product-header__products{align-items:center;border-left:.0714285714rem solid #ededed;display:flex;flex:2 1;flex-direction:row;height:100%;justify-content:space-around}.decision-aids__product-header__products .product{position:static}.debt-row{background-color:#c4c4c4;border-radius:0 0 .7142857143rem .7142857143rem;flex-direction:row;height:7.3571428571rem}.debt-row,.debt-row__box{display:flex;justify-content:center}.debt-row__box{background:#c4c4c4;border-radius:.7142857143rem;box-shadow:inset 0 .2857142857rem .7142857143rem #00000040;flex-direction:column;height:5.9285714286rem;margin-right:.3571428571rem;margin-top:.7142857143rem;position:relative;width:6.4285714286rem}.quarter{align-self:center;background-color:#d4d4d4;border-radius:.8571428571rem;font-size:.7142857143rem;font-size:.7142857143rem/14pxrem;height:1.7142857143rem;line-height:1.7142857143rem;width:1.7142857143rem}.coin-header,.quarter{margin:0 auto;text-align:center}.coin-header{border-radius:.7142857143rem .7142857143rem 0 0;display:inline-block;font-size:.5714285714rem;font-weight:700;height:1.4285714286rem;line-height:22px;position:absolute;top:0;width:6.4285714286rem;z-index:3}.coin-header,.coin-header--purple{background:#957bb6}.coin-header--green{background:#7bb657}.coin-header--red{background:#9a1e1d}.interest{bottom:.4285714286rem;display:flex;font-size:.5714285714rem;justify-content:space-evenly;position:absolute;width:100%}.interest__text{display:inline-flex}.interest__label{color:#c4c4c4;font-weight:700;margin-right:.1428571429rem}.interest__percentage{color:#ffda00;display:inline-flex;font-weight:700}.interest__quarter{font-weight:700}.borrowed-capital__vector{height:1.5rem;left:-.6428571429rem;position:absolute;top:2.2857142857rem;z-index:20}.debt-row__box--multiple{cursor:pointer;position:relative}.debt-row__box--multiple .debt-row__loan--multiple-another{position:absolute;top:-.7142857143rem;z-index:1}.debt-row__box--multiple .debt-row__loan--multiple-first{top:0;z-index:10}.dialog{background-color:#add3f5;border-radius:20px;bottom:0;box-sizing:border-box;color:#000;font-size:12px;font-size:.8571428571rem;font-weight:700;left:7.14rem;line-height:1.6;min-height:5.7142857143rem;padding:1rem 2.5rem 1rem 1.5rem;position:absolute;width:65rem;z-index:2500}.dialog--minimized{background:#0000;width:1rem}.dialog__delta{bottom:1.5714285714rem;left:-1.2857142857rem;position:absolute;z-index:-1}.dialog__minimized-dots{cursor:pointer;left:11.0714285714rem;position:absolute;top:0;width:3.7857142857rem;z-index:-1}.dialog__close{position:absolute;right:.4285714286rem;top:.4285714286rem}.driver-popover-next-btn,.driver-popover-prev-btn,.robotutor_link{align-items:center!important;border:2px solid #000!important;border-radius:20px!important;box-sizing:border-box!important;color:#fff!important;display:flex!important;font-size:1.2rem!important;font-weight:700!important;height:2.5714285714rem!important;justify-content:center!important;padding:.6rem!important;position:relative!important;text-align:center!important;text-shadow:#4a6f28 2px 0 0,#4a6f28 1.75517px .958851px 0,#4a6f28 1.0806px 1.68294px 0,#4a6f28 .141474px 1.99499px 0,#4a6f28 -.832294px 1.81859px 0,#4a6f28 -1.60229px 1.19694px 0,#4a6f28 -1.97998px .28224px 0,#4a6f28 -1.87291px -.701566px 0,#4a6f28 -1.30729px -1.5136px 0,#4a6f28 -.421592px -1.95506px 0,#4a6f28 .567324px -1.91785px 0,#4a6f28 1.41734px -1.41108px 0,#4a6f28 1.92034px -.558831px 0!important;text-transform:uppercase!important;width:100%!important;z-index:0!important}.driver-popover-next-btn:before,.driver-popover-prev-btn:before,.robotutor_link:before{border-radius:20px;content:"";height:1.8571428571rem;left:.1428571429rem;position:absolute;top:.2142857143rem;width:98%;z-index:-1}.driver-popover-next-btn:after,.driver-popover-prev-btn:after,.robotutor_link:after{background-color:#fff;border-radius:50%;content:"";height:.5714285714rem;position:absolute;right:.2857142857rem;top:.2857142857rem;transform:rotate(32.07deg);width:.9285714286rem}.driver-popover-next-btn:hover,.driver-popover-prev-btn:hover,.robotutor_link:hover{transform:scale(1.05)}.driver-popover-next-btn:disabled,.driver-popover-prev-btn:disabled,.robotutor_link:disabled{cursor:not-allowed}.driver-popover-navigation-btns{gap:.5rem!important}.driver-popover-prev-btn{background-color:#0b9b7699!important;width:45%!important}.driver-popover-prev-btn:before{background-color:#0b9b76cc}.driver-popover-btn-disabled{display:none!important}.driver-popover-next-btn{background-color:#c4ff8e!important;width:40%!important}.driver-popover-next-btn:before{background-color:#87db39}.driver-popover img{animation:float 3s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.driver-popover{background-color:#bee0ff;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;gap:1rem!important;justify-content:center!important;min-width:500px!important;padding:.5rem 2rem!important}.driver-popover-title{color:#fff;font-weight:900;left:0!important;position:absolute!important;text-transform:capitalize;top:-3.5rem!important}.character-title{align-items:center!important;background-color:#bee0ff!important;border:4px solid #ebf5ff!important;border-radius:20px!important;box-sizing:border-box!important;display:flex!important;height:2.5714285714rem!important;justify-content:center!important;left:-1rem!important;padding:1.8rem!important;position:relative!important;position:absolute!important;top:1rem!important}.character-title h2{font-family:Poppins!important;font-size:24px;font-size:1.7142857143rem;font-weight:600!important;text-shadow:#5c5c5c 3px 0 0,#5c5c5c 2.83487px .981584px 0,#5c5c5c 2.35766px 1.85511px 0,#5c5c5c 1.62091px 2.52441px 0,#5c5c5c .705713px 2.91581px 0,#5c5c5c -.287171px 2.98622px 0,#5c5c5c -1.24844px 2.72789px 0,#5c5c5c -2.07227px 2.16926px 0,#5c5c5c -2.66798px 1.37182px 0,#5c5c5c -2.96998px .42336px 0,#5c5c5c -2.94502px -.571704px 0,#5c5c5c -2.59586px -1.50383px 0,#5c5c5c -1.96093px -2.27041px 0,#5c5c5c -1.11013px -2.78704px 0,#5c5c5c -.137119px -2.99686px 0,#5c5c5c .850987px -2.87677px 0,#5c5c5c 1.74541px -2.43999px 0,#5c5c5c 2.44769px -1.73459px 0,#5c5c5c 2.88051px -.838247px 0!important}.character-title p{display:none}.robotutor_link{background-color:#0076a399!important;font-size:.8rem!important;height:2.5714285714rem!important;padding:.4rem!important;text-shadow:#2d68a3 2px 0 0,#2d68a3 1.75517px .958851px 0,#2d68a3 1.0806px 1.68294px 0,#2d68a3 .141474px 1.99499px 0,#2d68a3 -.832294px 1.81859px 0,#2d68a3 -1.60229px 1.19694px 0,#2d68a3 -1.97998px .28224px 0,#2d68a3 -1.87291px -.701566px 0,#2d68a3 -1.30729px -1.5136px 0,#2d68a3 -.421592px -1.95506px 0,#2d68a3 .567324px -1.91785px 0,#2d68a3 1.41734px -1.41108px 0,#2d68a3 1.92034px -.558831px 0!important;width:25%!important}.robotutor_link:before{background-color:#0076a3cc}.robotutor_link:focus{box-shadow:none!important;outline:none!important}.character-image{display:none!important;height:16rem!important;position:absolute!important;top:-20px!important;width:10rem!important;z-index:1!important}.popover-right .character-image{display:flex!important;left:-120px!important;right:auto!important}.popover-left .character-image{display:flex!important;left:auto!important;right:-420px!important}.driver-popover-description{font-size:21px!important;padding-top:20px!important}.driver-popover-description .tutorial-description{padding-bottom:10px!important}.character-dialogue p{color:#fff!important;font-style:italic;line-height:1.5;margin:0!important}.driver-popover-arrow{display:none!important}.end-game{background:#000c;bottom:0;left:0;position:absolute;right:0;top:0;z-index:9800}.employees{align-items:center;background:#2a2a2a;border:1px solid #000;border-radius:9px;box-sizing:border-box;display:flex;height:5.9285714286rem;margin:.5rem;padding:1.4285714286rem 2.1428571429rem;width:42.6428571429rem;z-index:2500}.employees__title{color:#d8d8d8;font-size:12px;font-size:.8571428571rem;font-weight:700;margin-right:2rem;text-transform:uppercase}.employees__hire-button{background:#09a0db;border:0;border-radius:5px;color:#fff;cursor:pointer;font-size:10px;font-size:.7142857143rem;font-weight:700;padding:.14rem .28rem;text-transform:uppercase}.employees__list,.employees__manager{display:flex}.employees-salaries__box{flex-shrink:0;width:28.7142857143rem}.employees-salaries__container{height:5.7142857143rem;width:9.4285714286rem}.employees-salaries__row{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.employees-salaries__image{height:3.2142857143rem}.employee-unit{position:relative;width:3.8571428571rem}.employee-unit__icon{height:1.8571428571rem;left:-.2142857143rem;position:absolute;top:-.2857142857rem}.employee-unit__popper{z-index:9000}.employee-unit__box{align-items:center;background:#303030;border-radius:9px;box-sizing:border-box;color:#ffda00;display:flex;font-size:12px;font-size:.8571428571rem;font-weight:700;justify-content:flex-end;padding:0 .8rem 0 .5rem;text-align:right;width:100%}.employees-hired{align-items:center;display:flex;flex-direction:row;margin-right:2.2142857143rem}.employees-hired__x{color:#fff;font-size:10px;font-size:.7142857143rem;font-weight:700;margin-left:.7142857143rem}.employees-hired__count{color:#fff;font-size:12px;font-size:.8571428571rem;font-weight:700;margin-left:.2857142857rem}.employees-hired__icon{height:2.8571428571rem}.employees-hired--salaries{color:#000}.employees-hired--salaries .employees-hired__icon{height:2.8571428571rem}.employees-hired--salaries .employees-hired__count,.employees-hired--salaries .employees-hired__x{color:#000;font-size:16px;font-size:1.1428571429rem}.equity-capital{display:flex;flex-direction:column;justify-content:space-between}.equity-capital__box{min-height:16.0714285714rem;width:32.8571428571rem}.equity-capital__reserves{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.equity-capital__reserves-buttons{align-items:center;display:flex;flex-direction:row;margin:0 1rem}.equity-capital__current-reserves{align-items:center;display:flex;flex-direction:row;font-size:12px;font-size:.8571428571rem;font-weight:700;margin:0 .5rem}.equity-capital__mu{font-size:10px;font-size:.7142857143rem;margin-left:.2rem;text-transform:uppercase}.equity-capital__coin{height:2rem;width:2rem}.equity-capital__confirm{width:9rem}.facilitators{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:5rem;width:100%}.facilitators__title{color:#fff;font-size:28px;font-size:2rem;font-weight:700;line-height:42px;margin-bottom:1rem;text-transform:uppercase}.facilitators__form{flex-direction:column;width:100%}.facilitators__form,.facilitators__games{align-items:center;display:flex;justify-content:center}.facilitators__games{flex-wrap:wrap;margin-bottom:2rem}.facilitators__game-card{align-items:center;background-image:url(data:image/png;base64,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),linear-gradient(180deg,#3383cc,#8372da);border:3px solid #000;border-radius:7px;color:#fff;display:flex;flex-direction:column;font-size:16px;font-size:1.1428571429rem;height:16.5714285714rem;margin:1rem;padding:2rem;position:relative;width:25.1428571429rem}.facilitators__game-card.active,.facilitators__game-card:active,.facilitators__game-card:focus,.facilitators__game-card:hover{box-shadow:0 0 10px #3383cc}.facilitators__game-card.active{cursor:default}.facilitators__game-card.hidden{display:none}.facilitators__game-logo{height:auto;margin-bottom:1rem;width:6.7142857143rem}.facilitators__game-title{font-weight:900}.facilitators__game-date{font-weight:400;margin-left:.5rem}.facilitators__game-close{position:absolute;right:1rem;top:1rem;z-index:1000}.facilitators__select{background:#00000080;border:2px solid #000;border-radius:40px;box-sizing:border-box;color:#fff;cursor:pointer;font-weight:700;height:3.5714285714rem;outline:none;text-align:center;text-transform:uppercase;width:21.4285714286rem}.facilitators__submit{font-family:Poppins,sans-serif;font-size:16px;font-size:1.1428571429rem;margin-left:auto;margin-right:auto;width:25.7142857143rem}.facilitator--centered{height:100vh;margin-top:0}.finances{display:flex;flex-direction:row;margin-left:-1.6428571429rem}.finances__tabs{display:flex;flex-direction:column;height:9.2rem;justify-content:space-between;margin-right:1.6428571429rem;padding:1rem 0}.current-assets__box{min-height:27.2857142857rem;min-width:45.5714285714rem}.fixed-assets__box{height:15.9285714286rem;min-height:16.0714285714rem}.fullscreen-btn{align-items:center;background-color:#0000;display:flex;justify-content:center;margin-left:2rem;width:2rem}.fullscreen-btn__img{height:2rem;width:2rem}.game-information{align-items:center;background-color:#d4d4d4;border:.2857142857rem solid #fff;border-radius:1.4285714286rem;box-sizing:border-box;display:flex;flex-direction:column;margin-top:1rem;padding-top:1.4285714286rem;width:100%}.game-information__box{margin-bottom:1.4285714286rem}.game-information__table-header{align-items:center;background-color:#6d6d6d;border-radius:.7142857143rem .7142857143rem 0 0;box-sizing:border-box;display:flex;flex-direction:row;font-weight:700;height:2.1428571429rem;width:-webkit-fit-content;width:fit-content}.game-information__table-header .game-information__table-cell{min-height:auto}.game-information__table-cell{align-items:center;border-right:2px solid #d4d4d4;box-sizing:border-box;display:flex;min-height:4rem;padding:.5714285714rem 0 .5714285714rem 1.4285714286rem;width:17.8571428571rem}.game-information__table-body{background-color:#c4c4c4;border-radius:0 0 .7142857143rem .7142857143rem;display:flex;flex-direction:column;height:-webkit-fit-content;height:fit-content;justify-content:space-around;width:-webkit-fit-content;width:fit-content}.game-information__table-body--reduced{padding:0}.game-information__table-row{align-items:center;color:#000;display:flex;flex-direction:row;font-weight:700;justify-content:space-around}.game-information__worker{height:2.8571428571rem;margin-right:.3571428571rem}.game-information__factory,.game-information__machine,.game-information__product{height:2.8571428571rem}.game-information__table-row--market{padding-bottom:0}.game-information__table-row--market .game-information__table-cell--market{padding:0}.game-information__table-row--market .game-information__table-cell--market .market-analysis__market-title{box-sizing:border-box;height:4rem;padding:0 2.5rem;width:17.8571428571rem}.end-game{align-items:center;display:flex;justify-content:center;min-height:200px}.game-over-animation{display:flex;filter:drop-shadow(0 0 10px #000000);padding-bottom:.3em;position:relative}.game-over-animation:after{animation:underlineExpand .4s ease-out forwards;background-color:#e2bc1a;bottom:0;content:"";height:1rem;left:0;position:absolute;width:0}.letter{animation:fadeScaleIn .2s ease-out forwards;color:#e2bc1a;font-size:5rem;font-weight:700;opacity:0;transform:scale(1.5)}.letter.space{width:.6em}@keyframes fadeScaleIn{0%{opacity:0;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}@keyframes underlineExpand{0%{width:0}to{width:100%}}.game-over-animation:after{animation:underlineExpand .6s cubic-bezier(.25,1,.5,1) forwards;animation-delay:1.8s}.graphics,.graphics__dynamic{align-items:center;display:flex;flex-direction:column}.graphics__dynamic{max-height:32.1428571429rem;width:100%}.graphics__title{margin-bottom:1rem}.graphics-pages{align-items:center;display:flex}.graphics-pages__arrow{cursor:pointer;height:3.5714285714rem;width:3.6428571429rem}.graphics-pages__arrow-black{cursor:pointer;height:2.1428571429rem;width:2.1428571429rem}.graphics-pages__quantity{align-items:center;color:#3383cc;display:flex;font-size:21px;font-size:1.5rem;font-weight:700;margin:0 2.2142857143rem}.graphics-pages__total-pages{color:#a0a0a0;margin-left:.3571428571rem}.help-dialog{background:#fff;border:4px solid #000;border-radius:9px;box-sizing:border-box;color:#000;flex-direction:column;font-size:12px;font-size:.8571428571rem;justify-content:space-around;min-height:7.8571428571rem;padding:1.2142857143rem 1rem;text-align:left;width:19.7142857143rem;z-index:9000}.help-dialog,.help-dialog__title{align-items:center;display:flex;font-weight:700}.help-dialog__title{font-size:16px;font-size:1.1428571429rem;margin-bottom:1rem;text-transform:uppercase}.help-dialog__icon{height:1.4285714286rem;margin-right:1rem;width:1.4285714286rem}.income-statement{display:flex;flex-direction:row;height:43.0714285714rem}.income-statement__expenses{width:22.1428571429rem}.investment-calculation{box-sizing:border-box;display:flex;flex-direction:column;padding:0 2.1428571429rem;width:100%}.investment-calculation__subtitle{margin-bottom:1.4285714286rem;text-transform:uppercase}.investment-calculation__content{overflow-x:auto;width:89.4285714286rem}.investment-calculation__table{font-weight:900;width:100%}.investment-calculation__table tr:first-child th:first-child{border-top-left-radius:9px}.investment-calculation__table tr:first-child th:last-child{border-top-right-radius:9px}.investment-calculation__table tr:last-child td:first-child{border-bottom-left-radius:9px}.investment-calculation__table tr:last-child td:last-child{border-bottom-right-radius:9px}.investment-calculation__table-head{background:#6d6d6d;border-radius:5px 5px 0 0;font-size:12px;font-size:.8571428571rem;height:2.8571428571rem}.investment-calculation__table-head tr th:first-child{min-width:17.8571428571rem;text-align:left;width:17.8571428571rem}.investment-calculation__table-head tr th:nth-child(2){min-width:8.9285714286rem;width:8.9285714286rem}.investment-calculation__table-head th{border:0;min-width:4.2857142857rem;padding:.5714285714rem .8571428571rem}.investment-calculation__subtext{font-size:10px;font-size:.7142857143rem}.investment-calculation__table-body{background:#c4c4c4;color:#303030;font-size:12px;font-size:.8571428571rem}.investment-calculation__table-body td{padding:.5714285714rem .8571428571rem}.investment-calculation__table-cell--read-only{background:#aaa}.investment-calculation__table-cell{text-align:center}.investment-calculation__table-cell--total{background:#cadfbb}.investment-calculation__table-cell--product{align-items:center;display:flex;justify-content:space-between}.investment-calculation__product-image{height:2.8571428571rem}.investment-calculation__table-market-cell--first{background-color:#d55857;color:#fff}.investment-calculation__table-market-cell--second{background-color:#e39071;color:#fff}.investment-calculation__table-market-cell--third{background-color:#3c9890;color:#fff}.investment-calculation__table-market-cell--fourth{background-color:#346385;color:#fff}.investment-calculation__table-market-cell--fifth{background-color:#504a84;color:#fff}.investment-calculation__table-desinvestment{background-color:#e4efdb}.investments__overlay{background:#00000080;height:100%;position:absolute;width:100%}.investments__tabs{left:0;position:fixed;top:10rem;z-index:9900}.investments__tabs>*{margin-bottom:1rem}.investments__content{left:25rem;position:fixed;top:3.5714285714rem}.inventory__information{display:flex;flex-direction:row;justify-content:space-between;margin-top:.3571428571rem}.inventory-employee{align-items:center;background:#8bbbe6;border-radius:9px;display:flex;height:7.4285714286rem;justify-content:center;margin:0 1.7142857143rem 0 1.4285714286rem;width:16.7142857143rem}.inventory-employee__icon{height:4.1428571429rem}.inventory-employee--xl{margin:0;width:17.5714285714rem}.inventory-types{align-items:center;background:#303030;border-radius:9px;box-sizing:border-box;display:flex;height:3.5714285714rem;justify-content:space-between;padding:.7rem;width:20.1428571429rem}.inventory-types__employee{display:flex;flex-direction:row;position:relative}.inventory-types__employee-remove{cursor:pointer;left:.4285714286rem;position:absolute;top:-.2857142857rem}.inventory-types__employee-icon{height:2.1428571429rem;margin-right:.2rem}.inventory-types__product{height:2.1428571429rem}.kpi-analysis__table{background-color:#d4d4d4;border:.2857142857rem solid #fff;border-radius:0 1.4285714286rem 1.4285714286rem;box-sizing:border-box;display:flex;flex-direction:column;overflow-x:auto;width:96.0714285714rem}.kpi-analysis__data{display:flex;flex-direction:column;padding-left:2.4285714286rem;padding-top:1.4285714286rem}.kpi-analysis__box{margin-bottom:1.4285714286rem}.kpi-analysis__header{align-items:center;background-color:#6d6d6d;border-radius:.7142857143rem .7142857143rem 0 0;box-sizing:border-box;display:flex;flex-direction:row;font-weight:700;height:2.1428571429rem;justify-content:space-around;padding-left:29.6428571429rem;width:90.7142857143rem}.kpi-analysis__header-cell{text-align:center;width:3.5714285714rem}.kpi-analysis__body{background-color:#c4c4c4;border-radius:0 0 .7142857143rem .7142857143rem;flex-direction:column;height:-webkit-fit-content;height:fit-content;padding-bottom:.7142857143rem;padding-top:1.0714285714rem;width:90.7142857143rem}.kpi-analysis__body,.kpi-analysis__row{display:flex;justify-content:space-around}.kpi-analysis__row{align-items:center;flex-direction:row;font-weight:700;padding-bottom:.5rem}.kpi-analysis__text{justify-content:space-between;width:15.7142857143rem}.kpi-analysis__description-text,.kpi-analysis__text{display:flex;flex-direction:column;padding-left:.7142857143rem}.kpi-analysis__description-text{height:2.1428571429rem;justify-content:flex-start;width:12.8571428571rem}.kpi-analysis__sublabel{font-size:.5714285714rem}.kpi-analysis__subdesription{line-height:.7142857143rem}.kpi-analysis__cells{display:flex;flex-direction:row;justify-content:space-around;width:60.7142857143rem}.kpi-analysis__cell{text-align:center;width:3.5714285714rem}.level-connector{align-items:center;display:flex;justify-content:space-between}.level-connector__space{flex:.3 1}.level-connector__container{align-items:center;display:flex;flex:1 1}.level-connector__container--right{justify-content:flex-end}.level-connector__container--left{justify-content:flex-start;margin-left:-.1428571429rem}.level-connector__gradient{align-items:center;display:flex;height:.5rem;justify-content:center;position:relative;width:1.7857142857rem;z-index:1}.level-connector__gradient--insufficient{background:linear-gradient(#7f7f7f,#55a838);z-index:2}.level-connector__gradient--sufficient{background:linear-gradient(#55a838,#0b9b76)}.level-connector__gradient--good{background:linear-gradient(#0b9b76,#0a9ba3)}.level-connector__gradient--very-good{background:linear-gradient(#0a9ba3,#0076a3);z-index:2}.level-connector__line{border-right:1px solid #fff;height:1.5714285714rem;margin:auto;position:absolute;top:-.5714285714rem;z-index:2}.liquidity-calculation__input{background:#0000;border:0;box-sizing:border-box;flex:1 1;font-size:12px;font-size:.8571428571rem;font-weight:700;overflow-x:scroll;overflow-y:hidden;padding-right:.2142857143rem;text-align:center;width:100%}.liquidity-calculation__data{display:flex;flex-direction:column}.liquidity-calculation__sub-header{align-items:center;background-color:#ededed;border-bottom:.0714285714rem solid #ededed;display:flex;flex-direction:row;font-size:.8571428571rem;font-weight:700;height:2.8571428571rem;position:-webkit-sticky;position:sticky;top:2.1428571429rem;width:262.1428571429rem;z-index:1}.liquidity-calculation__sub-header__empty-space{background-color:#ededed;display:flex;flex-basis:9.1%;flex-shrink:0;height:100%;left:0;position:-webkit-sticky;position:sticky}.liquidity-calculation-row{border-bottom:1px solid #ededed;display:flex;flex-direction:row;font-weight:700;height:-webkit-fit-content;height:fit-content;width:262.4285714286rem}.liquidity-calculation-row--initial{background-color:#d0d6e3;text-transform:uppercase}.liquidity-calculation-row--initial .liquidity-calculation-row__label{background-color:#d0d6e3}.liquidity-calculation-row__id{align-items:center;background-color:#d4d4d4;border-right:1px solid #ededed;display:flex;font-size:.8571428571rem;font-weight:700;justify-content:center;left:0;min-height:2.1428571429rem;position:-webkit-sticky;position:sticky;text-transform:uppercase;width:3.7857142857rem}.liquidity-calculation-row__id--initial{background-color:#b2c2e5}.liquidity-calculation-row__id--third-light{background-color:#6cc2bb}.liquidity-calculation-row__id--fifth-light{background-color:#7e7aa2}.liquidity-calculation-row__label{align-items:center;background-color:#d4d4d4;border-right:1px solid #ededed;box-sizing:border-box;display:flex;flex-basis:7.66%;flex-shrink:0;font-size:12px;font-size:.8571428571rem;left:3.7857142857rem;min-height:2.1428571429rem;padding-left:1.0714285714rem;position:-webkit-sticky;position:sticky}.liquidity-calculation-year{border-left:1px solid #ededed;display:flex;flex-basis:9.1%;min-height:2.1428571429rem;text-transform:uppercase;width:23.7857142857rem}.liquidity-calculation-year--header{height:100%}.liquidity-calculation-year--initial,.liquidity-calculation-year--initial .liquidity-calculation-year__quarters--disabled,.liquidity-calculation-year--initial .liquidity-calculation-year__sides{background-color:#d0d6e3}.liquidity-calculation-year--regular,.liquidity-calculation-year--regular .liquidity-calculation-year__sides{background-color:#d4d4d4}.liquidity-calculation-year--regular .liquidity-calculation-year__sides--disabled{background-color:#aaa}.liquidity-calculation-year__quarter{text-align:center;width:2.5rem}.liquidity-calculation-year__sides{align-items:center;background-color:#c4c4c4;display:flex;font-size:.8571428571rem;justify-content:center;width:7.1428571429rem}.liquidity-calculation-year__sides--disabled{background-color:#aaa}.liquidity-calculation-year__sides__text{text-align:center}.liquidity-calculation-year__quarters{align-items:center;display:flex;justify-content:space-around;min-height:2.1428571429rem;width:10.7142857143rem}.liquidity-calculation-year__quarters--disabled{background-color:#aaa}.loading-dots{height:10px;position:relative;width:60px}.loading-dots__dot{animation:grow 1s ease-in-out infinite alternate;border-radius:50%;height:10px;position:absolute;width:10px;will-change:transform}.dot1{background-color:#c4c4c4;left:0;transform-origin:100% 50%}.dot2{animation-delay:.33s;background-color:#979797;left:50%;transform:translateX(-50%) scale(1)}.dot3{animation-delay:.66s;background-color:#5c5c5c;right:0}@keyframes grow{to{transform:translateX(-50%) scale(0)}}@media(min-width:768px){.loading-dots{height:13.3333333333px;position:relative;width:70px}.loading-dots__dot{animation:grow 1s ease-in-out infinite alternate;border-radius:50%;height:13.3333333333px;position:absolute;width:13.3333333333px;will-change:transform}.dot1{background-color:#c4c4c4;left:0;transform-origin:100% 50%}.dot2{animation-delay:.33s;background-color:#979797;left:50%;transform:translateX(-50%) scale(1)}.dot3{animation-delay:.66s;background-color:#5c5c5c;right:0}@keyframes grow{to{transform:translateX(-50%) scale(0)}}}.loan{background:#303030;border-radius:.7142857143rem;box-shadow:inset 0 .2857142857rem .7142857143rem #00000040;display:flex;flex-direction:column;font-size:0;height:5.9285714286rem;justify-content:center;margin-right:.3571428571rem;position:relative;width:10.2857142857rem}.loan--static{width:6.4285714286rem}.loan__header{border-radius:.7142857143rem .7142857143rem 0 0;color:#fff;display:inline-block;font-size:.5714285714rem;font-weight:700;height:1.4285714286rem;line-height:1.5714285714rem;margin:0 auto;position:absolute;text-align:center;top:0;width:100%;z-index:3}.loan__content{font-size:0;justify-content:center;padding-top:1.4285714286rem}.loan__content,.loan__mu{align-items:center;display:flex;flex-direction:column}.loan__buttons{display:flex;justify-content:space-between;margin-top:-1.3rem;width:7rem}.loan__interest{align-items:center;bottom:.2rem;display:flex;flex-direction:row;font-size:8px;font-size:.5714285714rem;justify-content:flex-start;overflow:hidden;position:absolute;text-overflow:ellipsis;white-space:nowrap;width:100%}.loan__interest-text{display:inline-flex;margin:0 .2857142857rem 0 .5714285714rem}.loan__interest-label{color:#c4c4c4;font-weight:700;margin-right:.1428571429rem}.loan__interest-percentage{color:#ffda00;display:inline-flex;font-weight:700}.loan__interest-timelapse{color:#fff;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.loan__button{align-items:center;background-color:#09a0db;border-radius:5px;display:flex;height:1.1428571429rem;justify-content:center;margin-left:.8rem;width:1.2857142857rem}.loan__button img{height:.5714285714rem;width:.7857142857rem}.loan__button:hover{background-color:#088ec3}.loan--short .loan__header{background:#957bb6}.loan--long .loan__header{background:#7bb657}.loan--emergency .loan__header{background:#9a1e1d}.loan--disabled{cursor:not-allowed}.loan--disabled .loan__header{background:#5c5c5c}.loans{display:flex;flex-direction:column;height:100%;justify-content:space-around}.loans__button{bottom:0;position:absolute;right:0}.loans__box{display:flex;height:26.8571428571rem;margin-left:2.3571428571rem;margin-top:7.1428571429rem;width:14.5714285714rem}.loans-modal{align-items:center;background:#000c;border-radius:20px;bottom:-.2857142857rem;display:flex;flex-direction:column;justify-content:center;left:-.2857142857rem;position:absolute;right:-.2857142857rem;top:-.2857142857rem;z-index:4000}.loans-modal__close{position:absolute;right:1rem;top:1rem}.loans-modal__list{flex-direction:row;flex-wrap:wrap;max-width:32.8571428571rem}.loans-modal__list,.login{align-items:center;display:flex;justify-content:center}.login{flex-direction:column;height:100vh}.login__logo{height:auto;width:25.4285714286rem}.login__form{display:flex;flex-direction:column;margin-top:2rem;max-width:25.7142857143rem;width:100%}.login__input{background-color:#c4c4c4;border:4px solid #000;border-radius:10px;color:#fff;font-weight:700;height:4.2857142857rem;margin-bottom:1rem;text-align:center}.login__input::placeholder{color:#fff}.machine{display:flex;flex-direction:column;position:relative;width:-webkit-fit-content;width:fit-content;z-index:1}.machine__box{box-sizing:border-box;height:9.5714285714rem;padding-top:3.2857142857rem;position:relative}.machine__band{border-radius:20px 20px 0 0;height:5rem;position:relative;width:19.7142857143rem}.machine__band--manual{background-image:repeating-linear-gradient(90deg,#c4c4c4,#c4c4c4 .1428571429rem,#ededed 0,#ededed 2rem);background-size:200% 200%;height:4.7142857143rem}.machine__band--manual.producing{animation:slide 20s linear infinite}.machine__band--full-semi-automatic{background-image:repeating-linear-gradient(90deg,#979797,#979797 .1428571429rem,#b4b4b4 0,#b4b4b4 1.4285714286rem);background-size:200% 200%}.machine__band--full-semi-automatic.producing{animation:slide 10s linear infinite}.machine__band--full-automatic{background-image:repeating-linear-gradient(90deg,#303030,#303030 .1428571429rem,#6d6d6d 0,#6d6d6d 1.4285714286rem);background-size:200% 200%}.machine__band--full-automatic.producing{animation:slide 2s linear infinite}.machine__workers{left:5.1428571429rem;position:absolute;top:-3.3571428571rem;z-index:-1}.machine__assigned-product{position:absolute;top:-.2857142857rem;z-index:1}.machine__quarter{display:flex;justify-content:center;margin-left:2.7142857143rem;position:relative;z-index:1}.machine__quarter--full-automatic{left:4.4285714286rem;position:absolute;top:-.8571428571rem}.machine__status{left:7.8571428571rem;position:absolute;top:1.4285714286rem;width:6.5rem;z-index:2}.machine__select-button,.machine__status-button{color:#fff;font-size:16px;font-size:1.1428571429rem;font-weight:700;text-align:center;text-transform:uppercase}.machine__select-button{left:5rem;position:absolute;top:4.6428571429rem;width:12.8571428571rem;z-index:2500}.machine__sell-button{left:1rem;position:absolute;top:4.6428571429rem}.machine--empty .machine__box{padding-top:0}.machine-installing{margin-top:3.2857142857rem;position:relative}.machine-installing__time{position:absolute;right:6.2857142857rem;top:2rem}.machine-installing__img{height:6.4285714286rem;width:19.6428571429rem}.machine-quarter{align-items:center;display:flex;flex-direction:column;height:4.4285714286rem;width:4.2857142857rem}.machine-quarter--full-automatic{background:#000;border-radius:5px;box-sizing:border-box;height:6.7142857143rem;padding:.8571428571rem 1.1428571429rem 1.8571428571rem;width:7.8571428571rem}.machine-quarter__full-automatic{align-items:center;background-image:repeating-linear-gradient(90deg,#979797,#979797 .1428571429rem,#b4b4b4 0,#b4b4b4 1.4285714286rem);background-size:200% 200%;border:4px solid #fff;border-radius:5px;box-sizing:border-box;display:flex;flex-direction:column;height:4rem;position:relative;width:5.5714285714rem}.machine-quarter__full-automatic.producing{animation:slide 2s linear infinite}.machine-quarter__arms{position:absolute;top:-.1428571429rem;z-index:1}.machine-quarter__arms.producing{animation:bounce-arms .5s ease infinite}.machine-quarter__text{-moz-text-fill-color:#000;-webkit-text-fill-color:#000;-moz-text-stroke-color:#c4c4c4;-webkit-text-stroke-color:#c4c4c4;color:#303030;font-size:16px;font-size:1.1428571429rem;font-weight:900;line-height:1;text-transform:uppercase}.machine-quarter__text,.machine-quarter__text--active{-moz-text-stroke-width:.5px;-webkit-text-stroke-width:.5px}.machine-quarter__text--active{-moz-text-fill-color:#ff0b0b;-webkit-text-fill-color:#ff0b0b;-moz-text-stroke-color:#fff;-webkit-text-stroke-color:#fff;color:#ff0b0b}.machine-quarter__product{position:absolute;top:.8rem}.machine-installing-quarters{background-color:#303030;border-radius:10px;color:#fff;font-weight:700;height:1.2142857143rem;position:relative;width:6.4285714286rem}.machine-installing-quarters__progress{background:#09a0db;border-radius:10px;height:100%}.machine-installing-quarters__text{align-items:center;bottom:0;display:flex;font-size:10px;font-size:.7142857143rem;justify-content:center;position:absolute;right:.5714285714rem;top:0}.machine-installing-quarters__clock{height:1.5714285714rem;left:-.2857142857rem;position:absolute;top:-.1428571429rem;width:1.5714285714rem}.machine-stand__table-legs{bottom:-1.4285714286rem;display:flex;flex-direction:column;position:absolute;right:0;width:16.1428571429rem}.machine-stand__table{background:#6d6d6d;border-radius:0 20px 20px 0;height:.5714285714rem}.machine-stand__legs{display:flex;justify-content:space-between;margin:0 1rem}.machine-stand__leg{background:#6d6d6d;border-radius:0 0 .2142857143rem .2142857143rem;height:1.0714285714rem;width:.5714285714rem}.machine-stand__continous-track{align-items:center;border-radius:0 20px 20px 0;bottom:-.8571428571rem;box-sizing:border-box;display:flex;height:1.4285714286rem;justify-content:space-between;padding:0 1rem 0 4.5714285714rem;position:absolute;width:19.7142857143rem}.machine-stand__continous-track--full-semi-automatic{background:#6d6d6d}.machine-stand__continous-track--full-automatic{background:#303030}.machine-stand__wheel{align-items:center;background:#c4c4c4;border-radius:50%;display:flex;height:1rem;justify-content:center;width:1rem}.machine-stand__wheel:after{border-radius:50%;content:"";height:.2857142857rem;width:.2857142857rem}.machine-stand__wheel--full-semi-automatic:after{background:#6d6d6d}.machine-stand__wheel--full-automatic:after{background:#303030}.machine-workers{box-sizing:border-box;display:flex;height:5rem;justify-content:space-between;width:12.2142857143rem}.machine-workers--producing{animation-duration:2s;animation-iteration-count:infinite;animation-name:bounce-employees;animation-timing-function:ease}.machine-workers__worker{height:5rem;width:2.8571428571rem}.machine-workers--buy{height:3.5714285714rem;justify-content:flex-start}.machine-workers--buy .machine-workers__worker{height:3.5714285714rem;margin-right:1rem;width:2rem}.machines-maintenance{height:37.7142857143rem;width:27.8571428571rem}.machines-maintenance__box{width:32.1428571429rem}.machines-maintenance__header{align-items:center;background-color:#6d6d6d;border-radius:.7142857143rem .7142857143rem 0 0;color:#fff;display:flex;flex-direction:row;font-size:12px;font-size:.8571428571rem;font-weight:700;height:2.4285714286rem;justify-content:space-around;text-transform:uppercase;width:100%}.machines-maintenance__header__machine{flex-basis:50%;text-align:center}.machines-maintenance__header__years{box-sizing:border-box;flex-basis:25%;padding-right:.7857142857rem;text-align:center}.machines-maintenance__header__costs{box-sizing:border-box;flex-basis:25%;padding-left:.7142857143rem;text-align:center}.machines-maintenance__list{background-color:#c4c4c4;height:33.3571428571rem}.machines-maintenance__footer{align-items:center;background-color:#303030;border-radius:0 0 .7142857143rem .7142857143rem;box-sizing:border-box;color:#fff;font-size:12px;font-size:.8571428571rem;font-weight:700;height:2.4285714286rem;padding:0 1.2857142857rem;width:100%}.machines-maintenance__footer,.machines-maintenance__row{display:flex;flex-direction:row;justify-content:space-between}.machines-maintenance__row{border-bottom:.1428571429rem solid #d4d4d4;height:4.6428571429rem;padding-left:1.1428571429rem;padding-right:.8571428571rem}.machines-maintenance__row:nth-child(7n){border-bottom:0}.machines-maintenance__row__img{align-items:center;display:flex;padding-top:.2857142857rem}.machines-maintenance__row__costs,.machines-maintenance__row__years{align-items:center;display:flex;padding-left:.3571428571rem}.machines-maintenance__img{height:3.1428571429rem;width:9.8571428571rem}.machines-maintenance__img .machine__box{border-radius:9px 9px 0 0;height:4.7857142857rem;padding-top:0}.machines-maintenance__img .machine__band{border-radius:9px 9px 0 0;height:2.5rem;width:9.8571428571rem}.machines-maintenance__img .machine__band--manual{background-image:repeating-linear-gradient(90deg,#c4c4c4,#c4c4c4 .0714285714rem,#ededed 0,#ededed 1rem);height:2.3571428571rem}.machines-maintenance__img .machine__band--full-semi-automatic{background-image:repeating-linear-gradient(90deg,#979797,#979797 .0714285714rem,#b4b4b4 0,#b4b4b4 .7142857143rem)}.machines-maintenance__img .machine__band--full-automatic{background-image:repeating-linear-gradient(90deg,#303030,#303030 .0714285714rem,#6d6d6d 0,#6d6d6d .7142857143rem)}.machines-maintenance__img .machine__assigned-product{top:-.1428571429rem}.machines-maintenance__img .machine__quarter{margin-left:1.3571428571rem}.machines-maintenance__img .machine__quarter--full-automatic{left:2.2142857143rem;top:-.4285714286rem}.machines-maintenance__img .machine-stand__table-legs{bottom:-.7142857143rem;width:8.0714285714rem}.machines-maintenance__img .machine-stand__table{height:.2857142857rem}.machines-maintenance__img .machine-stand__legs{margin:0 .5rem}.machines-maintenance__img .machine-stand__leg{border-radius:0 0 .0714285714rem .0714285714rem;height:.5rem;width:.2857142857rem}.machines-maintenance__img .machine-stand__continous-track{border-radius:0 9px 9px 0;bottom:-.4285714286rem;height:.7142857143rem;padding:0 .5rem 0 2.2857142857rem;width:9.8571428571rem}.machines-maintenance__img .assigned-product{border-radius:.1428571429rem;height:3.2857142857rem;width:1.7857142857rem}.machines-maintenance__img .assigned-product__box{border-radius:.1428571429rem;height:2.0714285714rem;margin:.1428571429rem .1428571429rem 0;padding-top:.25rem}.machines-maintenance__img .assigned-product__icon{max-width:1.0714285714rem}.machines-maintenance__img .assigned-product__cost{bottom:-.0714285714rem;left:-.1428571429rem}.machines-maintenance__img .assigned-product__foot{border-radius:0 0 .1785714286rem .1785714286rem;height:.8571428571rem}.machines-maintenance__img .machine-stand__wheel{border-radius:50%;height:.5rem;width:.5rem}.machines-maintenance__img .machine-stand__wheel:after{border-radius:50%;content:"";height:.1428571429rem;padding-left:.0714285714rem;padding-top:.0714285714rem;width:.1428571429rem}.machines-maintenance__img .machine-quarter{height:2.2142857143rem;width:2.1428571429rem}.machines-maintenance__img .machine-quarter--full-automatic{height:3.3571428571rem;padding:.4285714286rem .5714285714rem .9285714286rem;width:3.9285714286rem}.machines-maintenance__img .machine-quarter__full-automatic{background-image:repeating-linear-gradient(90deg,#979797,#979797 .0714285714rem,#b4b4b4 0,#b4b4b4 .7142857143rem);border:.1428571429rem solid #fff;height:2rem;width:2.7857142857rem}.machines-maintenance__img .machine-quarter__arms{height:1rem;top:-.0714285714rem}.machines-maintenance__img .machine-quarter__product{top:.4rem}.machines-maintenance__years{margin:0 .3571428571rem}.market-analysis{background-color:#d4d4d4;border:.2857142857rem solid #fff;border-radius:0 1.4285714286rem 1.4285714286rem;box-sizing:border-box;display:flex;flex-direction:column;height:45.7142857143rem;overflow-x:scroll;overflow-y:hidden;width:94.2857142857rem}.market-analysis__input{background:#0000;border:0;flex:1 1;font-size:12px;font-size:.8571428571rem;font-weight:700;overflow-x:scroll;overflow-y:hidden;text-align:center;width:.7142857143rem}.market-analysis__markets-column{flex-shrink:0;height:-webkit-fit-content;height:fit-content;width:13.3571428571rem}.market-analysis__data,.market-analysis__totals{display:flex;flex-direction:row}.market-analysis__totals{align-items:center;background-color:#ededed;font-size:12px;font-size:.8571428571rem;font-weight:700;min-height:3.3571428571rem;width:254.4285714286rem}.market-analysis__totals__label{color:#000;flex-shrink:0;font-size:12px;font-size:.8571428571rem;font-weight:900;padding:.7142857143rem 0 0 1.4285714286rem;text-transform:uppercase;width:11.8571428571rem}.market-analysis__totals__space{display:flex;flex:1 1}.market-analysis__totals__numbers__group{display:flex;flex:2 1;justify-content:space-around;padding-left:.0714285714rem}.market-analysis__totals__number{flex:1 1;padding-top:.5714285714rem;text-align:center}img.market-analysis__product{height:1.4285714286rem;width:2.1428571429rem}.market-analysis__rows{border-bottom:.0714285714rem solid #ededed;border-bottom-right-radius:20px}.market-analysis__year{align-items:center;background-color:#6d6d6d;display:flex;font-size:12px;font-size:.8571428571rem;font-weight:900;height:5rem;justify-content:center;text-transform:uppercase}.market-analysis__market-title{padding:1.7142857143rem 2.2857142857rem 2.0357142857rem 1.2857142857rem}.market-analysis__market-title--sm{box-sizing:border-box;height:4.9285714286rem;padding:.7142857143rem}.market-analysis__market-title--sm .market-analysis__market-title__label{width:80%}.market-analysis__market-title--first-light{background-color:#f57e7d}.market-analysis__market-title--second-light{background-color:#ffbfa7}.market-analysis__market-title--third-light{background-color:#6cc2bb}.market-analysis__market-title--fourth-light{background-color:#59819e}.market-analysis__market-title--fifth-light{background-color:#7e7aa2}.market-analysis__market-title__label{background-color:#d55857;border-radius:.3571428571rem;box-shadow:inset 0 .2142857143rem .2142857143rem #00000040;color:#fff;font-size:12px;font-size:.8571428571rem;font-weight:700;margin:.5rem 1rem .5rem .5rem;padding:.65rem;position:relative;text-align:center;text-transform:uppercase;width:86%}.market-analysis__market-title__label:before{box-shadow:inset .0714285714rem 0 .0714285714rem 0 #00000040;left:-.5rem}.market-analysis__market-title__label:after,.market-analysis__market-title__label:before{background-color:#d55857;border-radius:50%;content:"";height:1rem;position:absolute;top:.75rem;width:1rem}.market-analysis__market-title__label:after{box-shadow:inset -.0714285714rem 0 .0714285714rem 0 #00000040;right:-.5rem}.market-analysis__market-title__label--first,.market-analysis__market-title__label--first:after,.market-analysis__market-title__label--first:before{background-color:#d55857}.market-analysis__market-title__label--second,.market-analysis__market-title__label--second:after,.market-analysis__market-title__label--second:before{background-color:#e39071}.market-analysis__market-title__label--third,.market-analysis__market-title__label--third:after,.market-analysis__market-title__label--third:before{background-color:#3c9890}.market-analysis__market-title__label--fourth,.market-analysis__market-title__label--fourth:after,.market-analysis__market-title__label--fourth:before{background-color:#346385}.market-analysis__market-title__label--fifth,.market-analysis__market-title__label--fifth:after,.market-analysis__market-title__label--fifth:before{background-color:#504a84}.market-analysis-row{background:#d4d4d4;display:flex;flex-direction:row;font-weight:700;height:2.4285714286rem}.market-analysis-row--dark{background-color:#c4c4c4}.market-analysis-row--total{background:#ededed;border-radius:0 0 20px 0}.market-analysis-row__label{align-items:center;background-color:#c4c4c4;box-sizing:border-box;display:flex;flex:1 1;justify-content:flex-start}.market-analysis-row__label__text{padding-left:2.1428571429rem}.market-analysis-row__products{align-items:center;border-left:.0714285714rem solid #ededed;display:flex;flex:2 1;justify-content:space-around}.market-analysis-row__products--empty{background-color:#aaa}.market-analysis-row__products--empty.market-analysis-row__products--empty-dark{background-color:#9d9d9d}.market-analysis-table{overflow-x:auto;width:69rem}.market-analysis-table__content{flex-shrink:0;height:-webkit-fit-content;height:fit-content;width:68.9285714286rem}.market-analysis-table__header{background-color:#6d6d6d;border-radius:0 20px 0 0;display:flex;flex-direction:row;height:2.1428571429rem;width:100%}.market-analysis-table__header__text{align-items:center;display:flex;flex:2 1;font-weight:900;justify-content:center}.market-analysis-table__header__empty{flex:1 1}.menu{align-items:center;display:flex;justify-content:center;margin-left:2rem;z-index:9900}.menu--overlay{margin-left:0;position:fixed;right:2rem;top:2rem;z-index:20000}.menu__btn{align-items:center;background-color:#3383cc;border-radius:50%;box-shadow:0 0 0 4px #80b4e3;display:flex;height:2.5714285714rem;justify-content:center;position:relative;width:2.5714285714rem;z-index:9900}.menu__btn:after{background-color:#80b4e3;border-radius:50%;content:"";height:.3571428571rem;position:absolute;right:.1rem;top:.3rem;transform:rotate(37.75deg);width:.5rem}.menu__btn:hover{background-color:#2e76b8}.menu__btn-img{height:1rem;width:auto}.menu-list{background-color:#ededed;border:3px solid #fff;border-radius:20px;box-shadow:0 4px 24px 0 #000;color:#000;font-weight:700;padding:1rem;position:absolute;right:.5rem;text-transform:uppercase;top:.5rem;width:20.7142857143rem;z-index:2500}.menu--overlay .menu-list{right:-1rem;top:-1rem;z-index:1}.menu-list__title{font-size:21px;font-size:1.5rem;padding-left:1rem}.menu-list__items{display:flex;flex-direction:column;margin-top:1rem}.menu-list__item{border-bottom:1px solid #d4d4d4;border-top:1px solid #fff;box-sizing:border-box;display:flex;flex-direction:row;padding:.5rem 0 .5rem 1rem}.menu-list__item:first-child{border-top:0}.menu-list__item:last-child{border-bottom:0}.menu-list__item:hover .menu-list__icon{background-color:#3383cc}.menu-list__item:hover .menu-list__link{color:#3383cc}.menu-list__link{font-size:16px;font-size:1.1428571429rem;font-weight:700;text-transform:uppercase}.menu-list__link--bullet{display:list-item;list-style-position:inside;list-style-type:disc;padding-left:.5rem}.menu-list__icon{align-items:center;background-color:#303030;border-radius:50%;display:flex;height:1.4285714286rem;justify-content:center;margin-right:.7rem;min-width:1.4285714286rem;width:1.4285714286rem}.menu-list__icon-img{height:auto;width:.8571428571rem}.method{align-items:center;display:flex;flex-direction:column;width:100%}.method__title{color:#3383cc;font-size:18px;font-size:1.2857142857rem;font-weight:700}@media(min-width:768px){.method__title{font-size:24px;font-size:1.7142857143rem}}.method__description{color:#303030;font-size:12px;font-size:.8571428571rem;line-height:1.2857142857rem;text-align:center}@media(min-width:768px){.method__description{max-width:45.7142857143rem;width:70%}}.method__animation-list{align-items:center;display:flex;flex-direction:column}@media(min-width:768px){.method__animation-list{align-items:flex-end;flex-direction:row;justify-content:space-evenly;width:100%}}.method__animation{margin:1.4285714286rem 0 0;width:11.8571428571rem}@media(min-width:992px){.method__animation--one-guys{width:14.6428571429rem}.method__animation--two-guys{width:16.0714285714rem}}.method__animation--three-guys{width:14.8571428571rem}@media(min-width:992px){.method__animation--three-guys{width:21.1428571429rem}}.market{align-items:center;background:#303030;border-radius:20px;box-sizing:border-box;display:flex;height:2.5714285714rem;justify-content:space-between;margin-bottom:.5rem;padding:.3rem .3rem .3rem 1rem;width:100%}.market__name{color:#d8d8d8;font-weight:700;text-transform:uppercase}.market__name,.market__status{font-size:12px;font-size:.8571428571rem}.market__status{background:#000;border-radius:20px;cursor:pointer;height:100%;margin-left:1rem;min-width:13.1428571429rem;overflow:hidden;position:relative;width:13.1428571429rem;will-change:transform}.market__status--disabled{cursor:not-allowed}.market__status-text{color:#fff;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.market__status-bar{border-radius:20px;height:100%;transition:transform .5s;width:100%;will-change:transform}.market__status-bar--first{background-color:#d55857;box-shadow:inset 0 1px 0 3px #f57e7d}.market__status-bar--first:after{background-color:#f57e7d;border-radius:50%;content:"";height:.5714285714rem;position:absolute;right:.2142857143rem;top:.2142857143rem;transform:rotate(20deg);width:.9285714286rem}.market__status-bar--second{background-color:#e39071;box-shadow:inset 0 1px 0 3px #ffbfa7}.market__status-bar--second:after{background-color:#ffbfa7;border-radius:50%;content:"";height:.5714285714rem;position:absolute;right:.2142857143rem;top:.2142857143rem;transform:rotate(20deg);width:.9285714286rem}.market__status-bar--third{background-color:#3c9890;box-shadow:inset 0 1px 0 3px #6cc2bb}.market__status-bar--third:after{background-color:#6cc2bb;border-radius:50%;content:"";height:.5714285714rem;position:absolute;right:.2142857143rem;top:.2142857143rem;transform:rotate(20deg);width:.9285714286rem}.market__status-bar--fourth{background-color:#346385;box-shadow:inset 0 1px 0 3px #59819e}.market__status-bar--fourth:after{background-color:#59819e;border-radius:50%;content:"";height:.5714285714rem;position:absolute;right:.2142857143rem;top:.2142857143rem;transform:rotate(20deg);width:.9285714286rem}.market__status-bar--fifth{background-color:#504a84;box-shadow:inset 0 1px 0 3px #7e7aa2}.market__status-bar--fifth:after{background-color:#7e7aa2;border-radius:50%;content:"";height:.5714285714rem;position:absolute;right:.2142857143rem;top:.2142857143rem;transform:rotate(20deg);width:.9285714286rem}.market-overview{align-content:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:0 2.1428571429rem}.market-overview__content{margin-bottom:2.2857142857rem}.market-overview__content,.market-overview__image-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.market-overview__image-container{margin-bottom:2.8571428571rem;margin-top:2.8571428571rem;max-width:600px;width:100%}.market-overview__paragraph{color:#000;display:flex;flex-direction:row;width:65.1428571429rem}.market-forecasts{box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-around;padding:0 2.1428571429rem;width:100%}.market-forecasts__container{margin-bottom:2rem}.market-forecasts__title-wrapper{display:flex;flex-direction:column;margin-bottom:1.1428571429rem}.market-forecasts__subtitle-wrapper{display:flex;flex-direction:column;width:57.1428571429rem}.market-forecasts__supertitle{color:#393939;display:flex;text-align:center}.market-forecasts__supertitle--sm{color:#000;font-size:12px;font-size:.8571428571rem}.market-forecasts__subtitle{align-items:center;display:flex;justify-content:center;margin-bottom:1.1428571429rem;margin-top:1rem;text-transform:uppercase}.market-forecasts__subtitle--sm{align-items:center;color:#393939;display:flex;font-size:16px;font-size:1.1428571429rem;justify-content:center;margin-bottom:.1428571429rem}.market-forecasts__charts{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:4.5714285714rem;margin-top:4.5714285714rem}.market-forecasts__text,.market-forecasts__text-paragraph{color:#393939;font-size:12px;font-size:.8571428571rem;font-weight:700}.market-forecasts__text-paragraph{margin-top:1rem}.market-leader{align-items:center;background:#303030;border-radius:9px;box-sizing:border-box;display:flex;flex-direction:column;padding:.7rem 1.3rem;width:12.8rem}.market-leader__title{color:#d8d8d8;font-size:12px;font-size:.8571428571rem;font-weight:700;margin-bottom:.2rem;text-transform:uppercase}.market-leader__points{display:flex;justify-content:space-between;width:100%}.market-position{border:4px solid #fff;border-radius:20px}.market-position,.market-position-header{width:-webkit-fit-content;width:fit-content}.market-position-header{align-items:center;background:#6d6d6d;border-radius:1.1428571429rem 1.1428571429rem 0 0;color:#fff;display:flex;font-size:12px;font-size:.8571428571rem;font-weight:900;height:2.8571428571rem;padding-left:13.3571428571rem;text-transform:uppercase}.market-position-header__team{align-items:center;display:flex;justify-content:center;width:13.3571428571rem}.market-position-row{display:flex;flex-direction:row;height:8rem}.market-position-row__header{align-items:center;background-color:#f57e7d;display:flex;justify-content:center;width:13.3571428571rem}.market-position-row__header--last{border-radius:0 0 0 1.1428571429rem}.market-position-row__header-name{background-color:#d55857;border-radius:5px;box-shadow:inset 0 3px 3px #00000040;box-sizing:border-box;color:#fff;font-size:12px;font-size:.8571428571rem;font-weight:700;height:2.5714285714rem;margin:.5rem 0 .7rem;padding:.5rem;position:relative;text-align:center;text-transform:uppercase;width:8.7142857143rem}.market-position-row__header-name:before{box-shadow:inset 1px 0 1px 0 #00000040;left:-.5rem}.market-position-row__header-name:after,.market-position-row__header-name:before{background-color:#d55857;border-radius:50%;content:"";height:1rem;position:absolute;top:.7142857143rem;width:1rem}.market-position-row__header-name:after{box-shadow:inset -1px 0 1px 0 #00000040;right:-.5rem}.market-position-row__header--first{background-color:#f57e7d}.market-position-row__header-name--first,.market-position-row__header-name--first:after,.market-position-row__header-name--first:before{background-color:#d55857}.market-position-row__header--second{background-color:#ffbfa7}.market-position-row__header-name--second,.market-position-row__header-name--second:after,.market-position-row__header-name--second:before{background-color:#e39071}.market-position-row__header--third{background-color:#6cc2bb}.market-position-row__header-name--third,.market-position-row__header-name--third:after,.market-position-row__header-name--third:before{background-color:#3c9890}.market-position-row__header--fourth{background-color:#59819e}.market-position-row__header-name--fourth,.market-position-row__header-name--fourth:after,.market-position-row__header-name--fourth:before{background-color:#346385}.market-position-row__header--fifth{background-color:#7e7aa2}.market-position-row__header-name--fifth,.market-position-row__header-name--fifth:after,.market-position-row__header-name--fifth:before{background-color:#504a84}.market-position-row__cell{align-items:center;background:#d4d4d4;border-bottom:1px solid #fff;border-right:1px solid #fff;box-sizing:border-box;display:flex;height:100%;justify-content:center;width:13.3571428571rem}.market-position-row__cell--last{border-radius:0 0 1.1428571429rem}.market-position-row__trophy{height:4.2857142857rem;width:6.4285714286rem}.market-round{display:flex;flex-direction:column;padding:1.5rem 0}.marketing-board-tabs{display:flex;flex-direction:column;position:absolute;right:-11.6rem;top:-4rem}.marketing-board-tabs__box-border{border-radius:20px 0 20px 20px}.marketing-board-tabs__tab--first{align-items:center;background-color:#f57e7d;border-radius:0 20px 20px 0;box-sizing:border-box;color:#d55857;cursor:pointer;display:flex;font-size:12px;font-size:.8571428571rem;font-weight:700;height:2.4rem;margin-bottom:.3rem;padding-left:.7rem;position:relative;text-transform:uppercase;width:9.3rem}.marketing-board-tabs__tab--first:after{background-color:#f57e7d;border-radius:50%;content:"";height:.5714285714rem;position:absolute;right:.2857142857rem;top:.2857142857rem;transform:rotate(20deg);width:.8571428571rem}.marketing-board-tabs__tab--first-active{background-color:#d55857;box-shadow:inset -2px 1px 0 3px;color:#fff;cursor:default}.marketing-board-tabs__tab--second{align-items:center;background-color:#ffbfa7;border-radius:0 20px 20px 0;box-sizing:border-box;color:#e39071;cursor:pointer;display:flex;font-size:12px;font-size:.8571428571rem;font-weight:700;height:2.4rem;margin-bottom:.3rem;padding-left:.7rem;position:relative;text-transform:uppercase;width:9.3rem}.marketing-board-tabs__tab--second:after{background-color:#ffbfa7;border-radius:50%;content:"";height:.5714285714rem;position:absolute;right:.2857142857rem;top:.2857142857rem;transform:rotate(20deg);width:.8571428571rem}.marketing-board-tabs__tab--second-active{background-color:#e39071;box-shadow:inset -2px 1px 0 3px;color:#fff;cursor:default}.marketing-board-tabs__tab--third{align-items:center;background-color:#6cc2bb;border-radius:0 20px 20px 0;box-sizing:border-box;color:#3c9890;cursor:pointer;display:flex;font-size:12px;font-size:.8571428571rem;font-weight:700;height:2.4rem;margin-bottom:.3rem;padding-left:.7rem;position:relative;text-transform:uppercase;width:9.3rem}.marketing-board-tabs__tab--third:after{background-color:#6cc2bb;border-radius:50%;content:"";height:.5714285714rem;position:absolute;right:.2857142857rem;top:.2857142857rem;transform:rotate(20deg);width:.8571428571rem}.marketing-board-tabs__tab--third-active{background-color:#3c9890;box-shadow:inset -2px 1px 0 3px;color:#fff;cursor:default}.marketing-board-tabs__tab--fourth{align-items:center;background-color:#59819e;border-radius:0 20px 20px 0;box-sizing:border-box;color:#346385;cursor:pointer;display:flex;font-size:12px;font-size:.8571428571rem;font-weight:700;height:2.4rem;margin-bottom:.3rem;padding-left:.7rem;position:relative;text-transform:uppercase;width:9.3rem}.marketing-board-tabs__tab--fourth:after{background-color:#59819e;border-radius:50%;content:"";height:.5714285714rem;position:absolute;right:.2857142857rem;top:.2857142857rem;transform:rotate(20deg);width:.8571428571rem}.marketing-board-tabs__tab--fourth-active{background-color:#346385;box-shadow:inset -2px 1px 0 3px;color:#fff;cursor:default}.marketing-board-tabs__tab--fifth{align-items:center;background-color:#7e7aa2;border-radius:0 20px 20px 0;box-sizing:border-box;color:#504a84;cursor:pointer;display:flex;font-size:12px;font-size:.8571428571rem;font-weight:700;height:2.4rem;margin-bottom:.3rem;padding-left:.7rem;position:relative;text-transform:uppercase;width:9.3rem}.marketing-board-tabs__tab--fifth:after{background-color:#7e7aa2;border-radius:50%;content:"";height:.5714285714rem;position:absolute;right:.2857142857rem;top:.2857142857rem;transform:rotate(20deg);width:.8571428571rem}.marketing-board-tabs__tab--fifth-active{background-color:#504a84;box-shadow:inset -2px 1px 0 3px;color:#fff;cursor:default}.marketing-power{align-items:center;display:flex;flex-direction:column}.marketing-power__title{color:#d8d8d8;font-size:12px;font-size:.8571428571rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase}.marketing-power-product{align-items:center;background:#000;border-radius:9px;box-sizing:border-box;display:flex;justify-content:space-between;margin-bottom:.4rem;margin-left:1.64rem;padding:.2rem .6rem;position:relative;width:30rem}.marketing-power-product__point{background:#d8d8d8;border-radius:50%;height:.8rem;width:.8rem}.marketing-power-product__point--active{background:#09a0db}.marketing-power-product__connector{background:#000;height:.4rem;left:-1.64rem;position:absolute;width:1.64rem}.marketing-products{align-items:center;background:#303030;border-radius:9px;box-sizing:border-box;display:flex;padding:.7rem 1.3rem;width:47.7rem}.markets-table{font-size:12px;font-size:.8571428571rem;font-weight:900;margin-top:1.4285714286rem;width:100%}.markets-table tr:first-child th:first-child{border-top-left-radius:9px}.markets-table tr:first-child th:last-child{border-top-right-radius:9px}.markets-table tr:last-child td:first-child{border-bottom-left-radius:9px}.markets-table tr:last-child td:last-child{border-bottom-right-radius:9px}.markets-table tr{height:2.8571428571rem}.markets-table tr td:first-child{max-width:32.2857142857rem;width:32.2857142857rem}.markets-table td{max-width:14.2857142857rem;text-align:center;width:14.2857142857rem}.markets-table__head{text-transform:uppercase}.markets-table__head th{max-width:14.2857142857rem;width:14.2857142857rem}.markets-table__head :first-child{background:#ededed;color:#6d6d6d}.markets-table__head :nth-child(2){background:#8d8d8d}.markets-table__head :nth-child(3){background:#6d6d6d}.markets-table__head :nth-child(4){background:#5c5c5c}.markets-table__head :nth-child(5){background:#303030}.markets-table__cell--first{background-color:#d55857}.markets-table__first-cell--first{background-color:#f57e7d}.markets-table__cell--second{background-color:#e39071}.markets-table__first-cell--second{background-color:#ffbfa7}.markets-table__cell--third{background-color:#3c9890}.markets-table__first-cell--third{background-color:#6cc2bb}.markets-table__cell--fourth{background-color:#346385}.markets-table__first-cell--fourth{background-color:#59819e}.markets-table__cell--fifth{background-color:#504a84}.markets-table__first-cell--fifth{background-color:#7e7aa2}.money-unit{background-color:#303030;border-radius:9px;box-sizing:border-box;font-size:12px;font-size:.8571428571rem;font-weight:700;max-width:7.8571428571rem;padding:.1rem .5rem .1rem 1.5rem;position:relative;text-align:right}.money-unit__icon{height:1.7142857143rem;left:-.5rem;position:absolute;top:-.1428571429rem;width:1.7142857143rem;z-index:2}.money-unit__amount{color:#fff;font-size:12px;font-size:.8571428571rem;margin-right:.2rem}.money-unit__mu{color:#fff;font-size:10px;font-size:.7142857143rem}.money-unit__popper{z-index:9000}.money-unit--top-bar{background-color:#ffe062;border:3px solid #ffe062;border-radius:20px;height:2.8rem;min-width:12.2857142857rem;padding:.3rem 1.5rem;z-index:-2}.money-unit--top-bar:after{background-color:#ffeb99;border-radius:1rem;content:"";height:75%;position:absolute;right:.4285714286rem;top:.3571428571rem;width:90%;z-index:-1}.money-unit--top-bar .money-unit__icon{height:3.2142857143rem;top:-.3571428571rem;width:3.2142857143rem}.money-unit--top-bar .money-unit__box{margin-top:-.1428571429rem}.money-unit--top-bar .money-unit__amount{color:#a07400;font-size:21px;font-size:1.5rem}.money-unit--top-bar .money-unit__mu{color:#a07400;font-size:16px;font-size:1.1428571429rem}.money-unit--arrow{background:#3383cc;border-radius:1rem;display:flex;height:2rem;justify-content:center;margin-top:.5714285714rem;min-width:7.2857142857rem}.money-unit--arrow:before{border-color:#0000 #0000 #3383cc;border-radius:.2857142857rem;border-style:solid;border-width:0 1.5rem 1.7857142857rem;content:"";height:0;left:-1.5714285714rem;position:absolute;top:.0714285714rem;transform:rotate(270deg);width:0}.money-unit--arrow .money-unit__icon{height:1.5rem;position:relative;top:.1428571429rem;width:1.5rem}.money-unit--arrow .money-unit__q{color:#3383cc;font-size:12px;font-size:.8571428571rem;font-weight:700;margin-bottom:1rem;padding-right:.5rem;position:absolute;right:0;text-align:right;top:-1.4285714286rem;width:100%}.money-unit--arrow .money-unit__amount{font-size:16px;font-size:1.1428571429rem}.money-unit--arrow .money-unit__mu{font-size:12px;font-size:.8571428571rem}.money-unit--bordered{border:2px solid #fff;box-sizing:border-box;height:1.28rem;line-height:1}.money-unit--bordered .money-unit__icon{top:-.3571428571rem}.money-unit--employee .money-unit__icon,.money-unit--rd .money-unit__icon{height:1.8571428571rem;left:-.2857142857rem;width:auto}.money-unit--h-basic .money-unit__icon{height:1.7142857143rem;left:-.8571428571rem;width:2.1428571429rem}.money-unit--building .money-unit__icon{height:1.7142857143rem;width:auto}.money-unit--lg{border-radius:20px;height:1.7142857143rem;padding-right:.6rem;padding-top:.2142857143rem;width:6rem}.money-unit--lg .money-unit__icon{height:2rem;top:-.1428571429rem;width:2rem}.money-unit--xl{border-radius:20px;height:1.7142857143rem;padding-right:.6rem;padding-top:.3rem;width:5.5714285714rem}.money-unit--xl .money-unit__icon{height:2.2857142857rem;top:-.2857142857rem;width:2.2857142857rem}.money-unit--quarter-xl{border-radius:20px;height:1.7142857143rem;padding-right:.6rem;padding-top:.3rem;width:8rem}.money-unit--quarter-xl .money-unit__icon{height:2.2857142857rem;top:-.2857142857rem;width:2.2857142857rem}.money-unit--account-receivables,.money-unit--vertical{background-color:#0000;display:flex;padding:0;position:relative;width:3.1428571429rem;z-index:100}.money-unit--account-receivables .money-unit__icon,.money-unit--vertical .money-unit__icon{height:1.5714285714rem;left:0;margin-left:auto;margin-right:auto;position:absolute;right:0;top:-1.2rem;width:1.5714285714rem;z-index:-100}.money-unit--account-receivables .money-unit__box,.money-unit--vertical .money-unit__box{background-color:#000;border-radius:10px;font-weight:700;padding:0 .3rem;text-align:center;width:100%;z-index:100}.money-unit--account-receivables .money-unit__amount,.money-unit--vertical .money-unit__amount{font-size:10px;font-size:.7142857143rem;line-height:1rem}.money-unit--account-receivables .money-unit__mu,.money-unit--vertical .money-unit__mu{font-size:8px;font-size:.5714285714rem;line-height:1rem}.money-unit--account-receivables{align-items:center;flex-direction:column;height:2.8571428571rem;top:-.3571428571rem}.money-unit--account-receivables .money-unit__icon{position:relative;top:0}.money-unit--account-receivables .money-unit__box{background-color:#3383cc}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-40px)}60%{transform:translateY(-15px)}}.animated{animation:bounce 1s forwards}.my-orders{margin-left:.4285714286rem;margin-top:1rem;max-width:95.3571428571rem}.my-orders__list{position:relative}.my-orders__cards{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:2rem;width:100%}.my-orders__cards:after{content:"";flex:auto}.my-orders__card-wrapper{margin-right:.8571428571rem}.my-orders__alert{left:39%;position:relative;top:auto;transform:none}.observer-blur{bottom:0;left:0;position:absolute;right:0;top:0;z-index:9500}.order-card-list{display:flex;flex-wrap:wrap}.order-card{align-items:center;background-color:#f57e7d;border:3px solid #fff;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;height:22.4285714286rem;margin-right:.8rem;padding:.5rem 1rem;width:15rem}.order-card__text{color:#d55857;line-height:1}.order-card__text,.order-card__title{font-weight:700;text-transform:uppercase}.order-card__title{background-color:#d55857;border-radius:5px;box-shadow:inset 0 3px 3px #00000040;color:#fff;font-size:16px;font-size:1.1428571429rem;margin:.5rem 0 .7rem;padding:.5rem;position:relative;text-align:center;width:86%}.order-card__title:before{box-shadow:inset 1px 0 1px 0 #00000040;left:-.5rem}.order-card__title:after,.order-card__title:before{background-color:#d55857;border-radius:50%;content:"";height:1rem;position:absolute;top:1rem;width:1rem}.order-card__title:after{box-shadow:inset -1px 0 1px 0 #00000040;right:-.5rem}.order-card__product{height:5.7142857143rem;width:100%}.order-card__product,.order-card__product-info{box-sizing:border-box;display:flex;flex-direction:row}.order-card__product-info{align-items:center;background-color:#303030;border:.1428571429rem solid #000;border-radius:.7142857143rem .7142857143rem 0 0;flex:1 1;height:4.7857142857rem;justify-content:center;min-width:6.4285714286rem;position:relative;width:6.4285714286rem}.order-card__product-img{height:2.2857142857rem;width:auto}.order-card__product-amount{color:#fff;font-size:16px;font-size:1.1428571429rem;font-weight:700;margin-left:.5rem}.order-card__product-quarter{align-items:center;background-color:#d55857;border-radius:.7142857143rem;bottom:-1.1rem;color:#d8d8d8;display:flex;font-size:10px;font-size:.7142857143rem;font-weight:700;height:1.2857142857rem;padding-right:.5rem;position:absolute;width:6.7857142857rem}.order-card__product-quarter-amount{color:#fff;height:100%;margin-right:.2rem}.order-card__product-quarter-clock{height:1.5714285714rem;margin-right:.2rem;width:1.6428571429rem}.order-card__product-description{align-items:flex-end;display:flex;flex:2 1;flex-direction:column;justify-content:space-between;text-align:right}.order-card__product-name{line-height:1.7142857143rem;text-align:right}.order-card__product-quality{display:flex;flex-direction:column;font-size:10px;font-size:.7142857143rem}.order-card__quality-label{border-radius:.1428571429rem;color:#fff;font-weight:700;margin-top:.1rem;padding:.2rem .5rem;text-align:center}.order-card__quality-label--insufficient{background:#7f7f7f}.order-card__quality-label--sufficient{background:#55a838}.order-card__quality-label--good{background:#0b9b76}.order-card__quality-label--very-good{background:#0a9ba3}.order-card__quality-label--excellent{background:#0076a3}.order-card__money{background-color:#d55857;border-radius:5px;box-sizing:border-box;margin:.9rem 0;padding:1rem .7rem;width:100%}.order-card__money-label{color:#fff;font-size:12px;font-size:.8571428571rem;font-weight:700}.order-card--first{background-color:#f57e7d}.order-card__title--first,.order-card__title--first:after,.order-card__title--first:before{background-color:#d55857}.order-card__text--first{color:#d55857}.order-card__money--first,.order-card__product-quarter--first{background-color:#d55857}.order-card--second{background-color:#ffbfa7}.order-card__title--second,.order-card__title--second:after,.order-card__title--second:before{background-color:#e39071}.order-card__text--second{color:#e39071}.order-card__money--second,.order-card__product-quarter--second{background-color:#e39071}.order-card--third{background-color:#6cc2bb}.order-card__title--third,.order-card__title--third:after,.order-card__title--third:before{background-color:#3c9890}.order-card__text--third{color:#3c9890}.order-card__money--third,.order-card__product-quarter--third{background-color:#3c9890}.order-card--fourth{background-color:#59819e}.order-card__title--fourth,.order-card__title--fourth:after,.order-card__title--fourth:before{background-color:#346385}.order-card__text--fourth{color:#346385}.order-card__money--fourth,.order-card__product-quarter--fourth{background-color:#346385}.order-card--fifth{background-color:#7e7aa2}.order-card__title--fifth,.order-card__title--fifth:after,.order-card__title--fifth:before{background-color:#504a84}.order-card__text--fifth{color:#504a84}.order-card__money--fifth,.order-card__product-quarter--fifth{background-color:#504a84}.order-card__title--fixed{padding:.5rem 1rem;width:-webkit-fit-content;width:fit-content}.order-card--taken{background-color:#5c5c5c;cursor:not-allowed}.order-card--taken .order-card__text{color:#414141}.order-card--taken .order-card__money{align-items:center;background-color:#414141;border-radius:5px;box-sizing:border-box;display:flex;justify-content:center;margin:.5rem 0 .8rem;padding:1rem .3rem;width:100%}.order-card--taken .order-card__team{background:url(/static/media/team-label.3166c56baf66d00dd78c.svg) no-repeat;background-size:contain;box-sizing:border-box;color:#fff;font-size:16px;font-size:1.1428571429rem;font-weight:700;height:2.5714285714rem;margin:.5rem 0 1rem;overflow:hidden;padding:.5rem .7rem;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;width:100%}.order-card--taken .order-card__title{background-color:#414141;color:#5c5c5c}.order-card--taken .order-card__title:after,.order-card--taken .order-card__title:before{background-color:#414141}.order-card--taken .order-card__product-amount,.order-card--taken .order-card__product-name{color:#5c5c5c}.order-card--taken .order-card__product-quarter,.order-card--taken .order-card__product-quarter-amount{background-color:#414141;color:#5c5c5c}.order-card--taken .order-card__quality-label{background-color:#414141;color:#303030}.order-card--taken .order-card__product-img,.order-card--taken .order-card__product-quarter-clock{filter:grayscale(1);opacity:.3}.order-card--sm{border:.1071428571rem solid #fff;border-radius:.3571428571rem;font-size:0;height:15.6428571429rem;padding:.4285714286rem .5714285714rem;width:10.5rem}.order-card--sm .order-card__text{font-size:8px;font-size:.5714285714rem}.order-card--sm .order-card__title{border-radius:.1785714286rem;font-size:10px;font-size:.7142857143rem;margin:.3571428571rem .3571428571rem .5714285714rem;padding:.2857142857rem .25rem .25rem}.order-card--sm .order-card__title:before{height:.5rem;left:-.25rem;top:.5rem;width:.5rem}.order-card--sm .order-card__title:after{height:.5rem;right:-.25rem;top:.5rem;width:.5rem}.order-card--sm .order-card__quality-label{border-radius:.0714285714rem;font-size:8px;font-size:.5714285714rem;padding:.1714285714rem .25rem}.order-card--sm .order-card__money{border-radius:.1785714286rem;margin:.8571428571rem 0 .5714285714rem;padding:.7142857143rem .3571428571rem}.order-card--sm .order-card__money-label{font-size:9px;font-size:.6428571429rem}.order-card--sm .money-unit--default{border-radius:.5rem;font-size:8px;font-size:.5714285714rem;padding:0 .5714285714rem .1071428571rem 1rem;width:3.5714285714rem}.order-card--sm .money-unit__icon{height:1.2857142857rem;width:1.2857142857rem}.order-card--sm .money-unit__amount{font-size:8px;font-size:.5714285714rem;margin-right:.1714285714rem}.order-card--sm .money-unit__mu{font-size:7px;font-size:.5rem}.order-card--sm .action-button{align-items:normal;border:.0714285714rem solid #000;height:1.7857142857rem;padding:.3928571429rem}.order-card--sm .action-button:before{border-radius:.7142857143rem;height:1.4285714286rem;left:.0714285714rem;top:.1071428571rem}.order-card--sm .action-button:after{height:.2857142857rem;right:.1428571429rem;top:.1428571429rem;width:.4642857143rem}.order-card--sm .order-card__product{height:3.5714285714rem}.order-card--sm .order-card__product-info{border-radius:.5714285714rem .5714285714rem 0 0;height:3.2142857143rem;min-width:4.6428571429rem;width:5rem}.order-card--sm .order-card__product-img{height:1.5rem}.order-card--sm .order-card__product-amount{font-size:.7857142857rem;margin-left:.25rem}.order-card--sm .order-card__product-description{height:3.8571428571rem}.order-card--sm .order-card__product-quarter{border-radius:.3571428571rem;bottom:-.8571428571rem;font-size:8px;font-size:.5714285714rem;height:1rem;padding-right:.2142857143rem;width:5.1428571429rem}.order-card--sm .order-card__product-quarter-clock{height:1.2142857143rem;margin-right:.2857142857rem;width:1.2142857143rem}.order-card--sm .order-card__product-quarter-amount{font-size:9px;font-size:.6428571429rem;margin-right:.1rem}.order-card--sm .order-card__product-name{font-size:10px;font-size:.7142857143rem;line-height:.8571428571rem;text-transform:none}.order-card--sm .order-card__product-quality{font-size:0}.order-card--sm .action-button__text,.order-card--sm .order-card__team{font-size:10px;font-size:.7142857143rem}.order-card--sm .order-card__team{height:1.2857142857rem;margin:.25rem 0 .5rem;padding:.5rem .3571428571rem}.order-card--skeleton{background:#c4c4c4;border:0}.participants__tabs{display:flex;flex:1 1;flex-direction:row;justify-content:flex-end}.participants__content{align-items:center;background-color:#d4d4d4;border:.2857142857rem solid #fff;border-radius:1.4285714286rem 0 1.4285714286rem 1.4285714286rem;box-sizing:border-box;display:flex;flex-direction:column;padding-top:1.4285714286rem;width:100%}.participants-form-input{background:#c4c4c4;border:0;border-radius:5px;box-sizing:border-box;color:#6d6d6d;font-size:12px;font-size:.8571428571rem;height:2.8571428571rem;margin-top:.7142857143rem;padding:.7142857143rem;width:100%}.participants-form-label{color:#000;font-size:16px;font-size:1.1428571429rem;font-weight:700;text-transform:uppercase}.participants-form-textarea{display:flex;flex-direction:column}.participants-form-textarea__label{background:#cadfbb;border-radius:9px 9px 0 0;color:#6d6d6d;font-weight:700}.participants-form-textarea__input,.participants-form-textarea__label{font-size:12px;font-size:.8571428571rem;padding:.7142857143rem 1.4285714286rem}.participants-form-textarea__input{background:#e4efdb;border-radius:0 0 9px 9px;color:#303030}.participants-intro{display:flex;margin:1.5714285714rem 0}.participants-intro__general-data{display:flex;flex-direction:column;margin-right:11.4285714286rem;width:30rem}.participants-intro__general-data__no-workshop{display:flex;flex-direction:column;justify-content:center;width:30rem}.participants-intro__functions-text{align-items:center;color:#6d6d6d;display:flex;font-size:12px;font-size:.8571428571rem;font-weight:700;height:2.8571428571rem;margin-top:.7142857143rem}.participants-intro__names{display:flex;flex-direction:column;width:13.5714285714rem}.payment-terms{height:32.1428571429rem;width:29.7857142857rem}.plant{position:relative}.plant--loading-3{height:40.2142857143rem}.plant--loading-2{height:27.1428571429rem}.plant--loading-1{height:13.1428571429rem}.plant__action-button{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.plant__rent-cost{position:absolute;right:.7142857143rem;top:-.4285714286rem}.plant__machines-list{align-items:center;display:flex;flex-direction:row;height:calc(100% - 2.28571rem);justify-content:center}.plant__first-machine{align-items:center;display:flex;height:100%}.plant__other-machines{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap}.plant__other-machines .plant__machine{height:50%}.plant__machine,.plant__skeleton-machine{margin:0 2.2142857143rem 2.2142857143rem 0}.plant__skeleton-machine{align-items:flex-end;box-sizing:border-box;display:flex;height:11rem;padding-bottom:1.2142857143rem;position:relative}.plant__skeleton-machine img{height:auto;width:19.7142857143rem}.plant__skeleton-machine--unique{margin-bottom:0}.plant-action-button{margin:auto;width:19rem;z-index:2500}.plant-action-button__coin{height:1.1428571429rem;margin-right:.5rem;width:1.1428571429rem}.plant-action-button__cost{font-size:12px;font-size:.8571428571rem}.plant-action-button__separator{height:.8571428571rem;margin:0 .7857142857rem;width:.0714285714rem}.plant-action-button__separator--positive{border-right:2px solid #c4ff8e}.plant-action-button__separator--negative{border-right:2px solid #f56c6a}.plant-inactive{justify-content:center}.plant-inactive--slots-3{height:40.2142857143rem}.plant-inactive--slots-2{height:27.1428571429rem}.plant-inactive--slots-1{height:13.1428571429rem}.player-info{align-items:center;display:flex;justify-content:flex-end;margin-right:auto;min-height:5rem;min-width:18.4rem;position:relative}.player-info__character{height:6.14rem;left:0;position:absolute;width:6.14rem;z-index:2500}.player-info__character-lore{height:8rem;left:0;position:absolute;width:8rem;z-index:2500}.player-info__lives-container{bottom:-.7142857143rem;left:1rem;position:absolute;z-index:2500}.player-info__lives{background:#d8d8d8;border:.1428571429rem solid #000;border-radius:20px;box-sizing:border-box;display:flex;justify-content:space-evenly;padding:.1428571429rem;width:4rem}.player-info__lives-image{height:auto;width:.8571428571rem}.player-info__box{background-color:#80b4e3;border:3px solid #92c4f1;border-radius:15px;box-shadow:inset 3px 1px 0 6px #92c4f1;box-sizing:border-box;display:flex;flex-direction:column;height:5rem;justify-content:center;padding-left:3rem;width:14.7142857143rem}.player-info__team-name{color:#d9edff;font-size:12px;font-size:.8571428571rem;font-weight:700;line-height:1;margin-bottom:.5rem}.player-info__player-name{color:#fff;font-size:21px;font-size:1.5rem;font-weight:700;line-height:1}.points{align-items:center;border:0;display:flex;font-size:10px;font-size:.7142857143rem;font-weight:700;height:1.4285714286rem;justify-content:center;padding:0;text-align:center;width:1.4285714286rem}.points--current{background:url(/static/media/point-current.3e835e7c8cb768670a3f.svg) no-repeat;background-size:cover;color:#7f7f7f}.points--add{background:url(data:image/png;base64,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) no-repeat;background-size:cover;color:#c78c00}.points--delete{background:url(data:image/png;base64,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) no-repeat;background-size:cover;color:#9a1e1d}.points--sm{height:2.1428571429rem;width:2.1428571429rem}.points--insufficient{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASKSURBVHgBzZlLThsxHMad4SGQeAQQbwETQGyJxIYd4QTtEegJCCconKDhBE1PULasSHdskFIJoYIEmfB+ExCIN/T/mThyPHYySTNRP8l4NOP4/5vPj7FNgJWpVCoVoSwcCASmkFMKZhOUoeQgvb+//6Y8EQqFEqwMBUopTFBBy7JmKWhUgvEqh1KCfrtAsI7XH3kCzIJ9zYJVQnGvoEUB0+k0HJtnpTtWTE4WMl6oUEFAgvsmu1ZbW8ve3t7Yw8MDu7u74/nt7S17fX3l95EL1dXVsfr6etbY2MgaGhpYU1MTv+cCCARiQ0NDc6wUQDQp/fAnXUaoaVlzczNraWlhuIaWl5fZ8/MzK1UAbWtrY62trSpskoyYJjcz6m9qDXUlKI3jrVGhAMvC5+DwHODI4VZNTQ2/Dyfv7+95urm54S5DcPzo6Ign1Nvd3S1Aw1lDplUQl4OiWQE1MDCQu//y8sI2Nzc5ICrv6enhUF709PTEjo+P2dXVletZV1cXB+UwmubOA6TgM1ToOxwiUNbR0cHfEC5cXFxwINu2eb8qRwDd3t7muSzUOzw8zGOROXPU1DEXIMHZBLdCcPbOzo6rErjW39+fa8Zyhebf29tj19fXJsgMQYZEf7SkMvMmOPSzwcHBf4aDUAdaob29Pe8+YiI2MfA5V9znDsI96mMpHRzebGxsrCJwsuDk1taWNt7o6CgGZhtcFA7On5ycuApDIyMjFYeDhJOqwLC/v49LPv9ywMvLyyndCEO/8zpSyxEGG2KowqCkD8EsB8SqhOBsXQWYSvyWKcbp6WkQbBa5F8GEqkpMvn4LMRBLFT6lNKGHARjW/RAjt1oyxXp8fIxYNKyHdA/LnYzLkc5BiAbMuEXD3dY9rCagqSsRWxCjWLvO82NqMckUSwD+17KIPqN7IC8+/VaBWBkjoO6r4pd00xxEbI51cHDg6B6KRWY1ZALEF8Wi717Y9LBaMsXa2NgIYqIO6r7DcLAazYwYutbCPQK3+SjGMl4nrHD8linG7u4uzwHowMGzszNXIXLX2D8qIbiHGKrExoqUBOAvXFF7812XKsdxfJlyUCf2J6rAgIVzVmkAxnGFXdva2poLEm95eHjIKi3sS9Q+jtgKwxJf8kejUXRCG9fYXE9MTPBcFjbb2IZWYtOEF1abVgPnxGKxkPjUzRUoyIVdmG4PUYrQn1GHCocRq4m5gD/cjtXV1T+Tk5Mh9nHOx5sbTUDb0LwlOd7+/PycnyxgtePVTdFNsNeQ+zPiYP+9vr7OryXFyT0OKB99YJMyLiAhdFZUjP1qb29vriAcQBJHH4CVgQEh5jf56EMWRinq1wxMHHjmWjTvZIH6IpZeKzKkEPpkZ2cn6+vrMy4wi0mczWCOUxyT4SLkXkYLKIHi6GGWGSROqXDqBVhxxCaE4CJhjoWDcFw3jUlaJDDXAanxfJAgZyjDDt9m/sqh9IXgErqHRU9YfQRFMy5SislNqsrzITqBfqYM6RMr/zgYIEuUfpgcU1XSKb8QwUbYx0DCvyAAazO3w04WKMk+On/SK5SsvxferJmSditTAAAAAElFTkSuQmCC) no-repeat;background-size:cover;color:#7f7f7f}.points--sufficient{background:url(data:image/png;base64,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) no-repeat;background-size:cover;color:#55a838}.points--good{background:url(data:image/png;base64,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) no-repeat;background-size:cover;color:#0b9b76}.points--very-good{background:url(data:image/png;base64,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) no-repeat;background-size:cover;color:#0a9ba3}.points--excellent{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAUgSURBVHgBzZhPTBxVHMe/b5ayLsgyqFVbbbsIJlrTwsEmrhe2iXq1EY8mws14ATTxWKQ3TWO3MUFvYmxiTNpK9GSbtFQPJemhgLU2tcC4IMWyLUv5s7v82efvN8Oyw8wb2N3uEr/JY2bfvHm/D7/fe7957wkUqfGkjOySaJYaWiRdhYQOQYUlkYAGg+6MjMRwBhioD4gBFCFRSONxKfWKFDoIoHMDJn9DBl0GfEDPnoAwCngvPzBfGt2CwUogMtqXL+i2gBMp2YEMPi3UY3kYNij0PfsDom+bdt6KpeQpu9cqqPUaXadTwMgCMLYkMTIPLFDlwiqwuJZ79xk/lUqgoQp4ISBwOGj9dorGb3R/lehCIYDrY+1Huo0IalHjs4pYbx0elJhfRcFi2DeeFHi9zgErMLTqx9F6IRJ5AcaW5BDBNFUTlF6RA2N9NyXx2Zh1f7hGIKzzFXiWPMbtWezJ0SWrXCWTI/PSZePNp4D39go76MC+gDi6LWA2rBo92evP1T8kj30VkwTInQvqXB0ylf5dBs7QexfjblDuh0FZqnBvAowlZRtVfMMdnvhL4lDQCu2tReDanAV0/EWBhgCKEvf7yS1pXu3ifj9/yfIm5c2uA1Ui6gKkxBsilsv3lhFSdcJe+2BfLozFisN/clyaoVdC+pGg8VifHY9atoGPUokXXLhO4OPQo8OxuI/uRmGOQbs2vJuG7kuiO1tvepC9d38Z417u731FlATOLvbkh3942/NXo469aHqQvXdmyt2YxW4vNRyL+zze6E4izMBDQEtZ+dcE/DmOlotxdyc87vKdqcWI8yLbcIrH5/A8ffMZkFclv8RlSNUBp4Byy8vG91NSnyA27VI8E+GE6hQn4XJ6Lyu2wYneKf6E9k5mmrXz06JZ9WK4pEuDrRXW1UuCySUR0WbXcED1kMfHTqkpqK6nlNOkza0gpHq4k4BeQ2luFTrPYmUwy5FavORli5Zxuob/ubTHfUioHtgXn+XWFrYSWm2FUAJOp7FjUqU5Vu0uGNqfN4YN1UPOQzslL8DFKQPa7O+Dyjx4NSGxU/KydfvST7q2ELutL06Ouh6yB1WLh1KLbaiilZqZQvJuLGTO4pnBC8qXeYVTbnnZuH/9N/Oq0SmBwR6cH73hasQrHK/xUQqx91SrqMTNa2ahXcoQAcorXPnPhR+w/HDW1fjEHVmWlMN98gLZKWa4l4vo3xp8so/v1tJJGGd7XZD8X349UfpQnzTcC2S2zQwrWQYp+324OWjg5XAbH21k0ikz1DUNh+Dz57ZuY+t73CO1ApWP+O1hz31J29crD7aBgzRwPtpumROZjb3oynpDpyd5lavaQxSi0aTVh3PcJWnGboZjPtljom1UtHb10c/37S8+/dpb2E3FKcWpwJayNu5usDWK2IPrv9rHXFZ9OPdF+2bAY506fOIyVW1K3LuCdSaofvCIyzCvhHmxyUszLvajD/5Ucn7jJKzKczxLGWzFOTHpwBOZTAT90cRmwC0gs6BBGpv6wVfx2O7iNisMw2Bx8hqPd5cccG7ArFq76OhBdHjYMWGrn28k0D1UnkNl8AmzLisOXYayAmeGxck7SM/cxQJdVxRpzEZ3GudOuQ5Ivc8H3/mojf52U4sQyiqarUK242x0QPV0+yPg8oEmqM/TWM1E7SF1Kv9D9NbOY9Scy9tA0cfBDNJPae1bL4+haEC73u2M0N9mSK2FutApZ4VcHqZvPIWOgMQQAQ1TzVC+UHb9B7N8S2eWGLC5AAAAAElFTkSuQmCC) no-repeat;background-size:cover;color:#0076a3}.primary-button,.secondary-button{align-items:center;background-color:#3383cc;border:0;border-radius:15px;box-shadow:inset 0 2px 0 1px #80b4e3,inset 0 8px 0 1px #4f97d9,inset 0 0 0 3px #4f97d9;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-weight:700;height:5rem;justify-content:center;margin-left:auto;min-width:14.7rem;position:relative;transition:all .2s ease-in-out;z-index:2500}.primary-button:hover,.secondary-button:hover{transform:scale(1.05)}.primary-button:focus-visible,.secondary-button:focus-visible{outline:0}.primary-button--disabled{background:#5c5c5c;box-shadow:inset 0 2px 0 1px #c4c4c4,inset 0 8px 0 1px #6d6d6d;cursor:not-allowed}.primary-button--disabled .primary-button__next-step{color:#ededed}.primary-button__next-step{color:#ffda00;font-size:12px;font-size:.8571428571rem}.primary-button__action{color:#fff;font-size:28px;font-size:2rem;line-height:1;text-transform:uppercase}.procurement{position:relative}.procurement-product{align-items:center;display:flex;margin-bottom:.5rem}.procurement-product__container{align-items:center;background:#ebf5ff;border-radius:5px;box-sizing:border-box;display:flex;height:7.2857142857rem;margin-right:1rem;padding:2rem 1.4285714286rem 1rem;width:37.2857142857rem}.procurement-product__container .procurement-product__icon{margin-right:1.6428571429rem;width:6.2142857143rem}.procurement-product__slider{margin-right:1.5rem}.procurement-product__hire{display:flex;justify-content:center;width:100%}.procurement-product__hire-slider--top{align-items:center;display:flex;justify-content:center}.procurement-product__hire-btn{width:10.7142857143rem}.product{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative}.product__img{height:auto;width:2.8571428571rem}.product__mu{bottom:-.5rem;position:absolute}.product--with-mu{height:3.4285714286rem;width:4.2857142857rem}.product-badge{border-radius:9px;box-shadow:inset 0 3px 3px #000;box-sizing:border-box;display:flex;flex-direction:column;width:18.4285714286rem}.product-badge__header{background:#80b4e3;border-radius:9px 9px 0 0;color:#fff;font-size:12px;font-size:.8571428571rem;font-weight:700;height:2.3571428571rem}.product-badge__body,.product-badge__header{align-items:center;display:flex;justify-content:center;width:100%}.product-badge__body{background:#ebf5ff;border-radius:0 0 9px 9px;box-sizing:border-box;height:5.0714285714rem;padding:.5rem}.product-badge__icon{width:5.3571428571rem}.product-badge__label{color:#000;font-size:16px;font-size:1.1428571429rem;font-weight:700;margin-left:.5rem}.product-badge--small{height:5rem;width:5.2857142857rem}.product-badge--small .product-badge__header{background-color:#303030;height:1.5714285714rem}.product-badge--small .product-badge__body{font-size:21px;font-size:1.5rem;height:4.1428571429rem}.product-badge--clickable{cursor:pointer;z-index:0}.product-badge--clickable.active,.product-badge--clickable:focus:not(.btn-elevate),.product-badge--clickable:hover{box-shadow:0 0 7px #09a0db}.product-badge--clickable.disabled{box-shadow:none;cursor:not-allowed}.product-badge--big{height:8.8571428571rem;margin:1.4285714286rem 0;width:17.5714285714rem}.product-badge--big .product-badge__header{height:2.8571428571rem}.product-badge--big .product-badge__body{height:6rem}.product-changeover{background:#00000080;height:100%;left:0;position:fixed;top:0;width:100%}.product-changeover,.product-changeover__content{align-items:center;display:flex;justify-content:center}.product-changeover__content{flex-direction:column;width:52.8571428571rem}.product-changeover__machine{align-items:center;display:flex;flex-direction:column;font-size:21px;font-size:1.5rem}.product-changeover__product-types{display:flex;flex-wrap:wrap;justify-content:space-between}.product-communication{align-items:center;background:#000;border-radius:9px;box-sizing:border-box;display:flex;justify-content:space-between;margin-bottom:.4rem;padding:.2rem 1.2rem .2rem 2.57rem;position:relative;width:12.8rem}.product-communication__product{height:1.3571428571rem;left:-.5rem;position:absolute}.product-communication-point{background:#d8d8d8;border-radius:50%;cursor:pointer;height:.8rem;position:relative;width:.8rem}.product-communication-point--active{background:#09a0db}.product-communication-point--disabled{cursor:not-allowed;pointer-events:none}.product-communication-point__reward-coins{left:-2rem;position:absolute;top:-1.8rem;z-index:1}.product-communication-point__reward-points{left:-.3rem;position:absolute;top:-.3rem}.product-inventory__left-connector{background:#d9edff;border-bottom:4px solid #fff;border-top:4px solid #fff;height:3rem;left:-1.5714285714rem;position:absolute;top:12.1428571429rem;width:1.5714285714rem}.product-policy{align-items:center;background:#303030;border-radius:9px;box-sizing:border-box;display:flex;flex-direction:column;padding:.7rem 1.3rem;width:15.7rem}.product-policy__title{color:#d8d8d8;font-size:12px;font-size:.8571428571rem;font-weight:700;margin-bottom:.2rem;text-transform:uppercase}.product-policy__points{display:flex;justify-content:space-between;width:100%}.product-quarters{background-color:#303030;border-radius:10px;bottom:-.2rem;color:#fff;font-weight:700;height:1.2142857143rem;position:absolute;width:4.2857142857rem}.product-quarters__progress{background:#09a0db;border-radius:10px;height:100%}.product-quarters__text{align-items:center;bottom:0;display:flex;font-size:12px;font-size:.8571428571rem;justify-content:center;left:0;position:absolute;right:0;top:0}.product-quality-level{align-items:center;display:flex;justify-content:space-between;width:42.8571428571rem}.product-quality-level__name{flex:.3 1;font-size:12px;font-size:.8571428571rem;font-weight:700;text-transform:uppercase}.product-quality-level__name--insufficient{color:#7f7f7f}.product-quality-level__name--sufficient{color:#55a838}.product-quality-level__name--good{color:#0b9b76}.product-quality-level__name--very-good{color:#0a9ba3}.product-quality-level__name--excellent{color:#0076a3}.product-quality-level__list{align-items:center;display:flex;flex:1 1;height:1.8571428571rem;justify-content:space-between;padding:0 .2rem;position:relative;z-index:1}.product-quality-level__list--big{height:2.4285714286rem;margin-bottom:.3rem}.product-quality-level__list--insufficient{background:#7f7f7f}.product-quality-level__list--sufficient{background:#55a838}.product-quality-level__list--good{background:#0b9b76}.product-quality-level__list--very-good{background:#0a9ba3}.product-quality-level__list--excellent{background:#0076a3}.product-quality-level__point{z-index:3}.product-quality-level__product{height:1.2857142857rem;position:absolute;top:-.6428571429rem;z-index:4}.product-quality-level__product--good{left:.1428571429rem}.product-quality-level__product--very-good{right:0}.product-quality-level__line{border-top:1px solid #fff;position:absolute;width:calc(100% - .4rem);z-index:2}.product-quality-strategy{display:flex;flex-direction:column}.product-type-changeover{background:#d4d4d4;border-radius:9px;box-sizing:border-box;display:flex;height:11.4285714286rem;margin-bottom:1.4285714286rem;padding:.7142857143rem;width:25.7142857143rem}.product-type-changeover__product{align-items:center;background:#c4c4c4;border-radius:9px;box-shadow:inset 0 3px 3px #00000040;display:flex;justify-content:center;margin-right:1.4285714286rem;padding:1rem}.product-type-changeover__icon{width:8.1428571429rem}.product-type-changeover__info{align-items:center;display:flex;flex-direction:column;justify-content:space-between;width:100%}.product-type-changeover__type{align-items:center;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVQAAABICAYAAACp8Q3hAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAUoSURBVHgB7d09cttGGMZxEKZm3IWdRh09+mwoUSewdAO6S6pIJ0huoNENkhNE6dKZN6DdpTMlNRp9TFBKHXtRVN6XwpLL5S4AgvR4hvz/ZmB87AKi5fEzuwDJtxIVsLW1dfT6+tqqVCofZbcuSy0CgOXWk6Ur2Xcp2de+v7//kndCJatxe3v7RFZncsH6sHMlszsALBXJvtG25F8iq/O7u7uLUH9vQu7t7dX7/X5bNg/yQtRu1x/u9vcdy2L6m79I6Fy7n/saipxX5DXMI+saZX8noXNDv4si11W+a7vbdr+811j0nDKvfZ5/m7K/p3nPDV1P2dfM+xmz/o4W/ZpDPye0HzpW5Jo/6v+/HaAZ5yfPz8/HiXDbp668s7Pz62Aw+ENOGk3rs14Ao1YAyyQUqvZx2e7Jcvrw8NC2+0yk4ebmZiuO48+jxjQsfaFJkAJYZm6wmn3nNsDJ7e3t36N9s6HT/JeXl2+yWXOD1A5PghTAqnBGpb51T6b/h2b6XzWdJUw7URqmdpASqgBWke+ZgmfUWltbW9NZ/aHuD3unT/P/MgFKqAJYdb4RqbttHTvVp//DEaqE41m6Di6mHQBWgfsuFydAJ8gxzdCLitw7PZKn+h03QOXhlHeUCgCrxjc6ldycCFnJzOOq3DttmfC0g9QdnRoEK4BVYu6fuvdQNSs1VA3N0qocPGCqDwB+7oMpX5uSLP2o91CbodGpewIArCrfJ7Oc+6z12HwiipEpAGRznys5g9BaHApRwhQApvmm/eaYBmqPkSkAFBd45tSLpS2JAADz6mqgfg29RQoAEOaMUC/lnmrcJkgBYDZubg6zVDcajcZ/0lhnlAoAxVmflEqur68/6JRfQ/TPCABQ1rn+MRqO7u/vf5NgbQ4PMkoFgFxmdHp1dfVB92PTIPP/T9FblT8AQA7zBdP6pSjm2Duz8fj42NvY2HiSzRYjVADIJ1n5S7fb/dfsx3ajNFxIh09agCoCAHhpRkpWnkpmThTpi92Og8HgpwgAkGdq4PnO3mk0Gjrd/0eW97rP1B8AJqX3Tt/L+uf19fXk6enp0rRNVD2tVqv6pL/GJ6cAwM+pJ9Xr9/uHNzc3ibaNpvwSnh2t4BcBALx8VU/lKf9nsz8MVBmdnsiq7ukcAQCmWaPUZpqhoxHqmVsyFQDgZ+dkGqpvlaO16qmsO/Y3ULsVTwEA4yA1FU91bbYlK49jrdRnn0CAAkA2t66ULmkF6fjAPhg6CQAw5mamVj3Ve6hNt/AUQQoA00L1pNLj9SrvOwWA2bhT/vQe6lvVU3OQQn0AkC00SlUTVU9DJwAAxqh6CgDfF1VPAaCs3KqnhCoAzI6qpwAwB6qeAsDiUfUUAMqyvlCKqqcAsABUPQWARaDqKQDMiaqnALBYVD0FgHlQ9RQAFqR01VPqSwHA2MxVTwlRAMhnVz3d3d39XY9NVT0FAGRzq56K3/SPYdVTOdCxK55S9RQAptlVT+3KpxNVT3kABQDFudVNpqqeup0AAGGZVU8rnnpShCsAjGXVk4pM1VO7gRAFgGzul/Kn+7XYOcDoFAAyZFY9Fb3QlB8AMI2qpwDwfVH1FADKcmb2VD0FgDLc3KTqKQDMwVv1NEor9gEASqHqKQCURdVTAFgsqp4CwCJQ9RQA5hSqeuodijabzbqsOrLUIwDAiITppYRpS8I0cdsy5/YSrCeyOosIVgBIZDnXmXyoQ6GbpRKsR7JqyaLfnarvBKhFALDc9NZnIstXWdoSpF/yTvgfljAKulJYa34AAAAASUVORK5CYII=) no-repeat;background-size:contain;display:flex;font-size:21px;font-size:1.5rem;font-weight:700;height:2.5714285714rem;justify-content:center;width:11.7142857143rem}.product-units-sold{height:14.1428571429rem;width:29.7857142857rem}.production-plan__row,.production-plan__row--empty{border-bottom:.0714285714rem solid #ededed;display:flex;flex-shrink:0;height:4.2857142857rem;width:93.7142857143rem}.production-plan__input{background:#0000;border:0;flex:1 1;font-size:12px;font-size:.8571428571rem;font-weight:700;overflow-x:scroll;overflow-y:hidden;text-align:center;width:2.8571428571rem}.production-plan__machine-cell,.production-plan__machine-cell--empty{align-items:center;background:#d4d4d4;border-right:1px solid #ededed;box-sizing:border-box;display:flex;flex-basis:9.5%;font-size:.8571428571rem;font-weight:700;justify-content:space-around;left:0;min-width:25rem;position:-webkit-sticky;position:sticky}.production-plan__year,.production-plan__year--empty{align-items:center;border-left:.0714285714rem solid #ededed;display:flex;flex:2 1;font-size:.8571428571rem;font-weight:700;justify-content:space-around}.production-plan__row-input{width:3.2142857143rem}.production-plan__machine{height:auto;width:6.5rem}.production-plan__machine .machine__box{border-radius:9px 9px 0 0;height:1.7857142857rem;padding-top:0}.production-plan__machine .machine__band{border-radius:9px 9px 0 0;height:1.4285714286rem;width:6.5rem}.production-plan__machine .machine__band--manual{background-image:repeating-linear-gradient(90deg,#c4c4c4,#c4c4c4 .1rem,#ededed 0,#ededed .7142857143rem);height:1.4285714286rem}.production-plan__machine .machine__band--full-semi-automatic{background-image:repeating-linear-gradient(90deg,#979797,#979797 .1rem,#b4b4b4 0,#b4b4b4 .5rem)}.production-plan__machine .machine__band--full-automatic{background-image:repeating-linear-gradient(90deg,#303030,#303030 .1rem,#6d6d6d 0,#6d6d6d .5rem)}.production-plan__machine .machine__assigned-product{top:-.1428571429rem}.production-plan__machine .machine__quarter{margin-left:1.3571428571rem}.production-plan__machine .machine__quarter--full-automatic{left:1rem;top:-.4285714286rem}.production-plan__machine .machine-stand__table-legs{bottom:-.5rem;width:5.3571428571rem}.production-plan__machine .machine-stand__table{height:.1907142857rem}.production-plan__machine .machine-stand__legs{margin:0 .5rem}.production-plan__machine .machine-stand__leg{border-radius:0 0 .0714285714rem .0714285714rem;height:.3571428571rem;width:.2142857143rem}.production-plan__machine .machine-stand__continous-track{border-radius:0 9px 9px 0;bottom:-.4285714286rem;height:.4285714286rem;padding:0 .2857142857rem 0 1.3rem;width:6.5rem}.production-plan__machine .assigned-product{border-radius:.1428571429rem;height:2.1428571429rem;width:1.1428571429rem}.production-plan__machine .assigned-product__box{border-radius:.1428571429rem;height:1.3571428571rem;margin:.0642857143rem .0642857143rem 0;padding-top:.25rem}.production-plan__machine .assigned-product__icon{max-width:1.0714285714rem}.production-plan__machine .assigned-product__cost{bottom:-.0714285714rem;left:-.1428571429rem}.production-plan__machine .assigned-product__foot{border-radius:0 0 .1785714286rem .1785714286rem;height:.6428571429rem}.production-plan__machine .machine-stand__wheel{border-radius:50%;height:.3rem;width:.3rem}.production-plan__machine .machine-stand__wheel:after{border-radius:50%;content:"";height:.1071428571rem;padding-left:.05rem;padding-top:.05rem;width:.1071428571rem}.production-plan__machine .machine-quarter{height:2.2142857143rem;width:2.1428571429rem}.production-plan__machine .machine-quarter--full-automatic{border-radius:.2142857143rem;height:2.3571428571rem;padding:.2857142857rem .3807142857rem .6192857143rem;width:2.5714285714rem}.production-plan__machine .machine-quarter__full-automatic{background-image:repeating-linear-gradient(90deg,#979797,#979797 .05rem,#b4b4b4 0,#b4b4b4 .25rem);border:.1428571429rem solid #fff;border-radius:.2142857143rem;height:1.5714285714rem;width:2rem}.production-plan__machine .machine-quarter__arms{height:.7rem;top:.1428571429rem}.production-plan__machine .machine-quarter__product{top:.4rem}.production-plan__footer{background-color:#c4c4c4;bottom:0;display:flex;flex-direction:row;height:8.8214285714rem;position:absolute;width:93.7142857143rem}.production-plan__footer-labels{align-items:flex-start;background:#c4c4c4;border-right:1px solid #ededed;box-sizing:border-box;display:flex;flex-basis:9.5%;flex-direction:column;font-size:.8571428571rem;font-weight:700;left:0;min-width:25rem;position:-webkit-sticky;position:sticky}.production-plan__footer-label{margin-left:2rem;padding:.5714285714rem}.production-plan__footer-label--editable{background:#d4d4d4;border-bottom:1px solid #fff;box-sizing:border-box;margin:0;padding-left:2.5714285714rem;width:100%}.production-plan__footer-row{border-left:1px solid #ededed;display:flex;flex:1 1;flex-direction:column;font-size:.8571428571rem;font-weight:700}.production-plan__footer-cell{display:flex;justify-content:space-around;min-height:1.2142857143rem;padding:.5rem 0 .5714285714rem}.production-plan__footer-cell--editable{background:#d4d4d4;border-bottom:1px solid #fff}.production-plan__footer-number{text-align:center;width:3.2142857143rem}.progress-step-bar{align-items:center;background:#000;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:row;height:1.5rem;justify-content:space-between;margin-bottom:.4rem;padding:.3rem;position:relative;width:100%}.progress-step-bar--levels{background:linear-gradient(90deg,#55a838 25%,#0000 0),linear-gradient(90deg,#0b9b76 50%,#0000 0),linear-gradient(90deg,#0a9ba3 75%,#0076a3 0)}.progress-step-bar__step{background:#d8d8d8;border-radius:50%;height:.8rem;width:.8rem;z-index:1}.progress-step-bar__step--active{background:#09a0db}.progress-step-bar__track{background-color:#d8d8d8;border-radius:5px;height:.5rem;position:absolute;width:calc(100% - .7rem)}.progress-step-bar__filler{background-color:#09a0db;border-radius:inherit;height:100%;text-align:right}.reports__header{display:flex;justify-content:space-between}.reports__header__right{flex:1 1}.reports__tabs{display:flex;flex:1 1;flex-direction:row;height:2.8571428571rem}.reports__table{background-color:#d4d4d4;border:.2857142857rem solid #fff;border-radius:0 1.4285714286rem 1.4285714286rem;box-sizing:border-box;width:94.2857142857rem}.reports__table--cash-flow .reports__table__cell:first-of-type,.reports__table--income-statement .reports__table__cell:first-of-type{flex-basis:25rem}.reports__table--cash-flow .reports__table__cell:nth-of-type(2),.reports__table--income-statement .reports__table__cell:nth-of-type(2){flex-basis:1.4285714286rem}.reports__table--balance-sheet .reports__table__cell:first-of-type{flex-basis:15rem}.reports__table--balance-sheet .reports__table__cell:nth-of-type(2){flex-basis:14.2857142857rem}.reports__table__header{align-items:center;background-color:#6d6d6d;border-radius:0 1.4285714286rem 0 0;box-sizing:border-box;display:flex;flex-direction:row;font-size:1.1428571429rem;font-weight:700;height:3.1428571429rem;justify-content:space-between;padding:0 .9285714286rem 0 1.8571428571rem;text-transform:uppercase;width:100%}.reports__table__cell{display:flex;flex-basis:3.5714285714rem;flex-direction:column;justify-content:center;text-align:left}.reports__table__cell__label{line-height:1.3571428571rem}.reports__table__cell__text{font-size:.5714285714rem;line-height:.5714285714rem}.reports__table__body__row{align-items:center;background-color:#d4d4d4;color:#303030;display:flex;flex-direction:row;font-size:.8571428571rem;font-weight:700;height:2.2857142857rem;justify-content:space-between;padding:0 .9285714286rem 0 1.8571428571rem}.reports__table__body__row:last-child{border-radius:0 0 1.0714285714rem 1.0714285714rem}.reports__table__body__row--lg{font-size:1.1428571429rem;height:2.5714285714rem}.reports__table__body__row--xl{font-size:1.1428571429rem;height:2.8571428571rem}.reports__table__body__row--sm{background-color:#ededed;font-size:1.1428571429rem;height:2.5714285714rem}.reports__table__body__row--dark{background-color:#c4c4c4}.reports__table__body__row--light{background-color:#ededed}.reports__table__body__row--bordered{border-bottom:.0714285714rem solid #c4c4c4}.revenue-by-product{height:14.1428571429rem;width:29.7857142857rem}.revenues{overflow-y:auto;padding-right:1.0714285714rem;width:56.4285714286rem}.revenues__orders{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-top:-1rem;width:100%}.revenues__orders:after{content:"";flex:auto}.revenues__order-card{margin:0 1.1428571429rem 1rem 0}.raw-materials-inventory__stock{display:flex;flex-wrap:wrap;justify-content:space-between;width:20.1428571429rem}.raw-materials-inventory__stock>*{margin-top:.7rem}.raw-materials-inventory__bottom-connector{background:#d9edff;border-left:4px solid #fff;border-right:4px solid #fff;bottom:-1.5714285714rem;height:1.5714285714rem;left:8.5714285714rem;position:absolute;width:3rem}.raw-materials-inventory__left-connector{background:#d9edff;border-bottom:4px solid #fff;border-top:4px solid #fff;height:3rem;left:-1.5714285714rem;position:absolute;top:4.6428571429rem;width:1.5714285714rem}.rd-employees{align-items:center;background:#303030;border-radius:20px;box-sizing:border-box;display:flex;flex:1 1;height:3rem;justify-content:space-between;margin-right:1rem;padding:.3rem .3rem .3rem 1rem;position:relative;width:100%}.rd-employees__name{color:#d8d8d8;font-size:12px;font-size:.8571428571rem;font-weight:700;text-transform:uppercase}.rd-employees__content{justify-content:flex-end;margin-left:1rem}.rd-employees__content,.rd-employees__list{align-items:center;display:flex}.rd-employees__engineer{margin-right:3.5714285714rem;position:relative}.rd-employees__engineer-icon{height:1.9285714286rem}.rd-employees__remove-engineer{cursor:pointer;position:absolute;right:-.2857142857rem;top:-.2857142857rem}.rd-employees__points{bottom:-1.1428571429rem;left:-.1428571429rem;position:absolute;z-index:1}.rd-employee__point-arrow{position:absolute;right:7.2857142857rem;top:2.8571428571rem}.rd-employee__accumulated{left:3.5714285714rem;position:absolute;top:3.2142857143rem}.rents-and-storage__box{width:32rem}.rents{box-sizing:border-box;flex-direction:column;height:100%;padding:1.4285714286rem}.rents,.rents__row{display:flex;justify-content:space-between}.rents__row{align-items:center;flex-direction:row;margin-bottom:1rem}.rents__row-label{font-size:12px;font-size:.8571428571rem;font-weight:700;text-transform:uppercase}.rents__row-img{height:2.9285714286rem;position:relative;width:4.1428571429rem}.storage{box-sizing:border-box;flex-direction:column;height:100%;padding:1.7857142857rem 1.4285714286rem 1.7857142857rem 1.7857142857rem}.storage,.storage__row{display:flex;justify-content:space-between}.storage__row{align-items:center;flex-direction:row;margin-bottom:1rem}.storage__row__label{font-size:12px;font-size:.8571428571rem;font-weight:700;text-transform:uppercase}.storage__row__img{height:3.2142857143rem}.storage__row__img--product{width:3.2142857143rem}.robotutor{animation:robotutor-peek .6s ease-out forwards;height:15rem;opacity:1;transform-origin:left center;width:15rem}@keyframes robotutor-peek{0%{opacity:0;transform:translateX(-50%)}60%{transform:translateX(2%)}80%{transform:translateX(-2%)}to{opacity:1;transform:translateX(0)}}.robotutor__message-box{animation:message-pop .5s ease-out forwards;background-color:#fff;border-radius:20px;box-sizing:border-box;left:12rem;line-height:1.6;min-height:5.7142857143rem;opacity:0;padding:1rem 1.5rem;position:absolute;top:5rem;transform:translateY(10px);width:30rem;z-index:2500}.robotutor__message-box:after{border:.75rem solid #0000;border-right-color:#fff;content:"";height:0;left:-1.5rem;position:absolute;top:2rem;width:0}.robotutor__text{color:#000;font-size:1.1428571429rem}@keyframes message-pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.round-button{align-items:center;border:0;cursor:pointer;display:flex;font-weight:700;height:2.1rem;justify-content:center;padding:0;text-align:center;transition:all .2s ease-in-out;width:2.1rem}.round-button:hover{transform:scale(1.05)}.round-button:disabled{background:url(/static/media/round-button-disabled.19f9f5964ccd363776f9.svg) no-repeat;background-size:cover;cursor:not-allowed;transform:none}.round-button:disabled .round-button__action{-webkit-text-stroke:1px #303030}.round-button--primary{background:url(/static/media/round-button.1ff2119a115cbc2f6274.svg) no-repeat;background-size:cover}.round-button--secondary{background:url(/static/media/round-button-delete.6e6ad3496e7b88bce34f.svg) no-repeat;background-size:cover}.round-button--secondary .round-button__action{-webkit-text-stroke:.5px #9a1e1d}.round-button--very-small{height:1rem;width:1rem}.round-button--very-small .round-button__action{font-size:14px;font-size:1rem;transform:rotate(45deg)}.round-button--sm,.round-button--small{height:1.7rem;width:1.7rem}.round-button--xs{height:1.2142857143rem;width:1.2142857143rem}.round-button--xs .round-button__action{font-size:15px;font-size:1.0714285714rem}.round-button--xxs{height:1rem;width:1rem}.round-button__action{-webkit-text-stroke:1px #4a6f28;color:#fff;font-size:25px;font-size:1.7857142857rem;line-height:1;text-transform:uppercase}.row-box{border-radius:20px}.row-box,.sales-market{align-items:center;background:#303030;display:flex;justify-content:space-between;padding:.3rem 1rem}.sales-market{border-radius:40px;box-sizing:border-box;flex:1 1;height:4.3571428571rem;margin-right:1rem}.sales-market__name{color:#d8d8d8;font-size:12px;font-size:.8571428571rem;font-weight:700;text-transform:uppercase}.sales-market__content{justify-content:flex-end;margin-left:2rem}.sales-market__content,.sales-market__employees{align-items:center;display:flex}.sales-market__seller{display:flex;margin-right:3.2142857143rem;position:relative}.sales-market__seller:last-child{margin-right:2.5rem}.sales-market__seller-image{height:3.2142857143rem}.sales-market__remove-seller{cursor:pointer;position:absolute;right:-.3571428571rem;top:-.3571428571rem}.sales-orders{display:flex;padding:1.2857142857rem 1.0714285714rem}.sales-orders__current-orders{display:flex;flex-wrap:wrap;height:-webkit-fit-content;height:fit-content;width:38.0714285714rem}.sales-orders__current-orders>*{margin-bottom:1rem;margin-left:.7142857143rem}.sales-orders__separator{border-left:.0714285714rem solid #fff}.sales-orders__backlog-orders{align-items:flex-end;display:flex;flex-direction:column;height:-webkit-fit-content;height:fit-content;width:22.1428571429rem}.sales-orders__backlog-orders>*{margin-bottom:1rem}.sales-orders__backlog-orders-title{top:-5.4285714286rem}.sales-service-policy{align-items:center;background:#303030;border-radius:9px;box-sizing:border-box;display:flex;flex-direction:column;padding:.7rem 1.3rem;width:17.7rem}.sales-service-policy__title{color:#d8d8d8;font-size:12px;font-size:.8571428571rem;font-weight:700;margin-bottom:.2rem;text-transform:uppercase}.sales-service-policy__reward-list{display:flex;justify-content:space-between;width:100%}.sales-service-policy__reward{display:flex;justify-content:flex-end;position:relative}.sales-service-policy__reward:first-child{width:1.9rem}.sales-service-policy__reward:nth-child(2){width:3.4rem}.sales-service-policy__reward:nth-child(3){width:3.6rem}.sales-service-policy__reward:nth-child(4){width:4.1rem}.sales-service-policy__sellers{align-items:center;display:flex;height:1rem;left:1.5rem;position:absolute}.sales-service-policy__sellers *{position:absolute}.sales-service-policy__sellers :first-child{left:-1.2rem}.sales-service-policy__sellers :nth-child(2){left:-.8rem}.sales-service-policy__sellers :nth-child(3){left:-.4rem}.sales-service-policy__sellers :nth-child(4){left:0}.sales-service-policy__seller-icon{height:1.8571428571rem}.sales-service-policy__sellers--one-guy{left:.5rem}.sales-strategy{justify-content:space-between;margin-bottom:.5rem}.sales-strategy,.segment{align-items:center;display:flex}.segment{margin-bottom:1.8rem}.segment__market{border-radius:5px;color:#fff;font-size:16px;font-size:1.1428571429rem;font-weight:700;padding:.2rem 1rem;text-transform:uppercase}.segment__market--first{background-color:#d55857}.segment__market--second{background-color:#e39071}.segment__market--third{background-color:#3c9890}.segment__market--fourth{background-color:#346385}.segment__market--fifth{background-color:#504a84}.segment__text{color:#303030;margin-right:.5rem}.segment__product,.segment__text{font-size:16px;font-size:1.1428571429rem;font-weight:700;text-transform:uppercase}.segment__product{align-items:center;background:#303030;border-radius:5px;color:#fff;display:flex;padding:.2rem 1rem}.segment__product-icon{height:1.5714285714rem}.secondary-button{background-color:#195a99;box-shadow:inset 0 2px 0 1px #34689b,inset 0 8px 0 1px #2d68a3,inset 0 0 0 3px #2d68a3;font-size:14px;font-size:1rem}.secondary-button--disabled{background:#5c5c5c;box-shadow:inset 0 2px 0 1px #c4c4c4,inset 0 8px 0 1px #6d6d6d;cursor:not-allowed}.secondary-button--disabled .secondary-button__next-step{color:#ededed}.settings{display:flex;flex-direction:column}.settings__container{color:#000;font-size:18px;font-size:1.2857142857rem;margin-top:1rem}.settings__container--sm{width:17.8571428571rem}.settings__row{display:flex;flex-direction:row}.settings__column{margin-right:1rem}.slider{width:26.4285714286rem}.slider .rc-slider-rail{background:#303030;height:.6428571429rem}.slider .rc-slider-track{background:#09a0db;height:.6428571429rem}.slider .rc-slider-dot{background:#303030;border-color:#303030;bottom:-9px;height:1.2142857143rem;width:1.2142857143rem}.slider .rc-slider-dot-active{background:#09a0db;border-color:#09a0db}.slider .rc-slider-handle{background:#0000;border:0;display:flex;justify-content:center;position:absolute;width:1.4285714286rem}.slider .rc-slider-handle-content{height:3.7142857143rem;left:-.5714285714rem;position:relative;top:-1.0714285714rem;width:2.6428571429rem}.slider .rc-slider-handle__remove-procurement{cursor:pointer;position:absolute;right:-1.0714285714rem;top:-.3571428571rem}.slider .rc-slider-handle__icon{height:3.7142857143rem;position:absolute;width:auto}.slider .rc-slider-mark{top:-2.5rem}.slider .rc-slider-mark-text *{color:#6d6d6d;font-size:12px;font-size:.8571428571rem;font-weight:700}.slider.rc-slider-disabled{background:#0000}.slider.rc-slider-disabled .rc-slider-dot,.slider.rc-slider-disabled .rc-slider-dot-active{background:#303030;border-color:#303030}.slider.rc-slider-disabled .rc-slider-handle{background:#0000}.slider.rc-slider-disabled .rc-slider-track{background:#09a0db}@media(min-width:1200px){.slider .rc-slider-step{height:.1428571429rem}}@media(min-width:1400px){.slider .rc-slider-step{height:.2857142857rem}}@media(min-width:1900px){.slider .rc-slider-step{height:.3571428571rem}.slider .rc-slider-rail,.slider .rc-slider-track{height:.5rem}}.slider--disabled.rc-slider-disabled{background:#0000}.slider--disabled.rc-slider-disabled .rc-slider-dot-active{background:#09a0db;border-color:#09a0db}.slider--only_marks.rc-slider-disabled{background:none;height:0;padding:0}.slider--only_marks.rc-slider-disabled .rc-slider-rail,.slider--only_marks.rc-slider-disabled .rc-slider-track{display:none}.slider--only_marks.rc-slider-disabled .rc-slider-dot{background:none;border-color:none;display:none}.slider--only_marks.rc-slider-disabled .rc-slider-mark{top:-1.5714285714rem}.step-blur{background:#00000080;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1000}.strategic-evaluation{box-sizing:border-box;display:flex;flex-direction:column;padding:0 2.1428571429rem;width:100%}.strategic-evaluation__subtitle{margin-bottom:1.4285714286rem;text-transform:uppercase}.tab{align-items:center;background:#d5dee7;border:4px solid #eef4fa;border-bottom:0;border-radius:20px 20px 0 0;box-shadow:inset 0 4px 0 0 #ededed;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:16px;font-size:1.1428571429rem;font-weight:700;height:3.8571428571rem;justify-content:center;position:relative;text-transform:uppercase;width:19.7142857143rem}.tab:before{border-radius:50%;content:"";display:block;height:.8571428571rem;position:absolute;right:.2142857143rem;top:.2142857143rem;transform:rotate(17deg);width:1.1428571429rem}.tab:not(:first-child):not(:last-child){left:0;margin-left:-.25rem;position:relative;top:0}.tab.active{background:#80b4e3;border:4px solid #bee0ff;border-bottom:0;box-shadow:inset 0 4px 0 0 #bee0ff;color:#fff}.tab.active:before{background-color:#bee0ff}.tab--clickable{background:#d4d4d4;box-shadow:inset 0 4px 0 0 #ededed;color:#5c5c5c}.tab--clickable:before{background-color:#ededed}.tab--clickable.active{color:#fff}.tab--finances{background:#3383cc;box-shadow:inset 0 4px 0 0 #80b4e3;color:#fff;margin-left:auto;width:13.8571428571rem}.tab--finances.active{background:#2e76b8;box-shadow:inset 0 4px 0 0 #80b4e3}.tab--finances.active:before,.tab--finances:before{background-color:#80b4e3}.tab--vertical{border-bottom:4px solid #eef4fa;border-left:0;border-radius:0 30px 30px 0;color:#5c5c5c;height:4.2rem;justify-content:flex-start;padding-left:1.4285714286rem;position:relative;width:15.8rem}.tab--vertical:before{background-color:#ededed;right:.3571428571rem;top:.4285714286rem}.tab--vertical.active{color:#fff}.tab--production{width:20.7142857143rem}.tab--production.tab--disable{color:#d5dee7}.tab--disable{background:#c4c4c4;border:4px solid #d5dee7;border-bottom:0;box-shadow:inset 0 4px 0 0 #d5dee7;color:#d5dee7;cursor:not-allowed}.tab--disable:before{background-color:#d5dee7}.tab--decision-aids,.tab--reports{border:.2857142857rem solid #fff;border-bottom-width:0;font-size:.8571428571rem;height:2.8571428571rem;text-transform:none;width:10rem}.tab--decision-aids:nth-of-type(2),.tab--reports:nth-of-type(2){width:11.9285714286rem}.tab--decision-aids{height:2.8571428571rem;min-width:-webkit-fit-content;min-width:fit-content;padding:0 1rem;width:10.8571428571rem}.tab--decision-aids:nth-of-type(3){width:12.8571428571rem}.table-input{background:#c4c3c3;border:2px solid #0000;border-radius:8px;box-sizing:border-box;color:#fff;font-size:12px;font-size:.8571428571rem;font-weight:900;height:20px;text-align:center;text-transform:uppercase;width:90%}.table-input::placeholder{color:#fff}.table-input:focus{border-color:#d3d3d3;outline:none}.table-input--dark,.table-input--dark::placeholder{color:#303030}.team-select{box-sizing:border-box;cursor:pointer;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;width:10.1428571429rem}.team-select:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAALCAYAAACZIGYHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC7SURBVHgBrdDdEQExEADg3Y0CroQrIcOMOihBBSpAjAePSuAqUIICDKcTCrgkNgjnJnvuQWbyMzubL5sF+MPAsGhTZoTWAOH1PBssu1zU6zJXld3wsaAQUMpukWCK4E1/dVp0AahyBz6OeO7pFc8+pbVDEeC8PMYeiLVqzNvlF5QEvJvgO4H7wt8KJeoY84Am9kgCjvPhDr9eEiDXo0ICnpU3S05CcMNa3+pAEpEgCRARCUoBrUgTkoAw7hPmb2eyNvLNAAAAAElFTkSuQmCC) no-repeat;background-size:contain;content:"";height:.7142857143rem;position:absolute;right:1rem;top:.9rem;width:.7142857143rem}.team-select__select{-webkit-appearance:none;appearance:none;background:#bee0ff;border:2px solid #3383cc;border-radius:40px;box-sizing:border-box;color:#3383cc;cursor:pointer;font-size:12px;font-size:.8571428571rem;font-weight:700;height:2.1428571429rem;outline:none;padding:.5rem 1rem;text-align:center;text-transform:uppercase;width:10.1428571429rem}.team-select__option,.team-select__select{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.time{max-width:35.7142857143rem;position:relative}.time__icon{border:4px solid #3383cc;border-radius:50%;height:3.2142857143rem;left:-.0714285714rem;position:absolute;top:-.3571428571rem;width:3.2142857143rem}.time__box{align-items:center;background:#d5dee7;border-radius:20px;box-sizing:border-box;display:flex;height:2.8571428571rem;padding:0 1.5rem}.time__state{color:#a0a0a0;font-size:12px;font-size:.8571428571rem;font-weight:700;padding:.1rem 1.3rem;text-transform:capitalize}.time__state:first-child{padding-left:2.8rem}.time__state--actual,.time__state--past{background:#09a0db;color:#fff}.time__state--actual{border-bottom-right-radius:20px;border-top-right-radius:20px}.top-bar{align-items:center;display:flex;justify-content:space-between;padding:1rem;position:relative;z-index:9900}.top-bar__logo{height:4rem;width:10.5rem}.top-bar__title{color:#fff;font-size:28px;font-size:2rem;margin:0;text-transform:uppercase}.top-bar__content{display:flex;flex-direction:row;height:3rem}.training-bonus--excellent,.training-bonus--good,.training-bonus--sufficient,.training-bonus--superlative,.training-bonus--very-good,.training-bonus-tooltip{align-items:center;background:#fff;border:2px solid #9a1e1d;border-radius:20px;display:flex;padding:.1rem .2rem;top:-1.3rem}.training-bonus--excellent:after,.training-bonus--excellent:before,.training-bonus--good:after,.training-bonus--good:before,.training-bonus--sufficient:after,.training-bonus--sufficient:before,.training-bonus--superlative:after,.training-bonus--superlative:before,.training-bonus--very-good:after,.training-bonus--very-good:before,.training-bonus-tooltip:after,.training-bonus-tooltip:before{border-style:solid;border-width:.4rem;content:"";display:block;height:0;left:calc(50% - .4rem);position:absolute;width:0}.training-bonus--excellent:after,.training-bonus--good:after,.training-bonus--sufficient:after,.training-bonus--superlative:after,.training-bonus--very-good:after,.training-bonus-tooltip:after{border-color:#fff #0000 #0000;top:1.6rem}.training-bonus--excellent:before,.training-bonus--good:before,.training-bonus--sufficient:before,.training-bonus--superlative:before,.training-bonus--very-good:before,.training-bonus-tooltip:before{border-color:#9a1e1d #0000 #0000;top:1.7rem}.training-bonus{position:absolute;z-index:5}.training-bonus--insufficient{left:calc(50% - .7rem);top:-.6rem}.training-bonus--sufficient{right:-1.45rem}.training-bonus--good{left:-1.45rem}.training-bonus--very-good{right:-1.45rem}.training-bonus--excellent{left:-1.6rem;padding:.2rem .6rem;top:-1.2rem}.training-bonus--superlative{padding:.2rem .6rem;right:3.8rem}.training-bonus__stack-worker,.training-bonus__stack-worker--4{height:1.3rem;position:relative;width:1rem}.training-bonus__stack-worker :first-child,.training-bonus__stack-worker--4 :first-child{left:.1rem;position:absolute;top:0}.training-bonus__stack-worker :last-child,.training-bonus__stack-worker--4 :last-child{left:.5rem;position:absolute;top:0}.training-bonus__stack-worker--4 :first-child{left:-.2rem;position:absolute;top:0}.training-bonus__stack-worker--4 :nth-child(2){left:.2rem;position:absolute;top:0}.training-bonus__worker{height:1.4285714286rem;width:auto}.training-index{margin-top:1.6rem}.training-index__connector{height:.2857142857rem;z-index:2}.team-box{align-items:center;background:#d4d4d4;border:3px solid #fff;border-radius:9px;box-sizing:border-box;display:flex;flex-direction:column;height:11.5rem;padding:.3rem 1.4rem .8rem;width:15rem}.team-box__label{background:url(/static/media/team-label.3166c56baf66d00dd78c.svg) no-repeat;background-size:contain;color:#fff;font-size:16px;font-size:1.1428571429rem;font-weight:700;height:2.5714285714rem;margin:.5rem;overflow:hidden;padding:.5rem;position:relative;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;width:100%}.team-box__label--active{background:url(/static/media/team-label-yellow.0904825d4bc962039856.svg) no-repeat;background-size:contain}.team-box__text{color:#5c5c5c}.team-box__badge,.team-box__text{font-size:12px;font-size:.8571428571rem;font-weight:700}.team-box__badge{border-radius:20px;color:#fff;padding:.2rem .5rem}.team-box__badge--market-power{background:#09a0db}.team-box__badge--acquisition-cap{background:#3383cc}.tutorial{display:flex;flex-direction:column}.tutorial__container{align-items:center;color:#000;display:flex;font-size:18px;font-size:1.2857142857rem;height:100%;justify-content:center;margin-top:1rem}.units-available{align-items:center;background:#303030;border-radius:20px;color:#fff;display:flex;font-weight:700;padding:.2rem .5rem}.units-available__product{height:1rem}.units-available__x{font-size:10px;font-size:.7142857143rem;margin-left:.5rem}.units-available__units{font-size:12px;font-size:.8571428571rem;margin-left:.2rem}.waiting-join-graphics{height:35.7142857143rem;justify-content:center}.waiting-join-graphics,.years{align-items:center;display:flex}.years{background:#d5dee7;border-radius:40px;box-sizing:border-box;color:#a0a0a0;font-size:12px;font-size:.8571428571rem;font-weight:700;max-width:10.2142857143rem;padding:.5rem 1.2rem;text-transform:uppercase}.years__current{color:#3383cc;font-size:16px;font-size:1.1428571429rem;margin-bottom:.1rem;margin-left:.5rem}.years__admin{height:2.1428571429rem;width:1.2857142857rem}.years-in-use{background:#303030;border-radius:20px;color:#fff;font-size:10px;font-size:.7142857143rem;font-weight:700;height:1.2857142857rem;position:relative;width:11.8571428571rem}.years-in-use__progress{background:#09a0db;border-radius:20px;height:100%}.years-in-use__text{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}
/*# sourceMappingURL=main.bc3f5ea7.css.map*/