@import"https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--brand-primary: #efa471;--brand-primary-dark: #ea5133;--brand-secondary: #3380c9;--brand-secondary-dark: #184b7c;--brand-dark: #111;--brand-light: #eff0f9;--brand-mid: #dddee8;--white: #fff;--font-primary: "Roboto", sans-serif;--font-secondary: "Inter", sans-serif;--link-color: var(--brand-secondary);--text-color: #111;--text-color-light: #888;--text-color-lighter: #b5babe;--text-size: 1.4rem;--text-size-small: 1.4rem;--text-size-xsmall: 1.3rem;--sub-title-size: 1.6rem;--option-text-size: 1.3rem;--h1-size: 2.8rem;--h2-size: 2.4rem;--h3-size: 2rem;--button-back-size: 4.4rem;--margin-default: 3rem}@media(min-width:768px){:root{--text-size: 1.6rem;--text-size-small: 1.5rem;--text-size-xsmall: 1.4rem;--sub-title-size: 2rem;--option-text-size: 1.6rem;--h1-size: 4rem;--h2-size: 3rem;--h3-size: 2.5rem;--button-back-size: 5rem;--margin-default: 5rem}}html{font-size:62.5%;font-family:var(--font-primary)}body{font-size:var(--text-size);color:var(--text-color)}h1,h2,h3,h4,h5,h6{margin:0 0 1em}.layout{display:flex;min-height:100vh}.content{overflow-x:auto;padding:4rem;width:100%}.nav{background:var(--brand-light);width:25rem;padding:2rem;display:flex;flex-direction:column;height:calc(100vh - 4rem);flex-shrink:0}.nav__header{padding:2rem 0}.nav__content{flex-grow:1}.nav__footer{padding:2rem 0}.nav__logo{width:10rem;height:auto;margin:0 0 3rem 2rem}.nav__link{border-radius:.5rem;display:flex;align-items:center;text-decoration:none;gap:1rem;padding:1rem 1.5rem;margin:.5rem 0;color:var(--text-color-light)}.nav__link svg{width:2rem;height:2rem;fill:var(--text-color-light)}.nav__link--active{background:#efa47126;background:var(--brand-mid);color:var(--brand-primary-dark);color:var(--text-color)}.nav__link--active svg{fill:var(--brand-primary-dark)}.nav__link--profile{margin-bottom:.5rem}.nav__link--profile span{display:block;margin:.2rem 0}.nav__link--profile .name{color:var(--text-color)}.nav__link--profile .companyName{font-weight:400;font-size:var(--text-size-xsmall)}.avatar{border-radius:50%}.nav__group{margin-bottom:4rem}.nav__group-header{text-transform:uppercase;font-size:var(--text-size-xsmall);padding-left:1.5rem;color:var(--text-color-lighter);margin:0 0 1rem;display:block}.nav__logout{background:none;border:none;display:flex;width:100%;align-items:center;text-decoration:none;gap:1rem;padding:1rem 1.5rem;color:var(--text-color-light);cursor:pointer}.nav__logout svg{width:2rem;height:2rem}.throbber{position:relative;height:2.4rem;margin:2rem}.throbber:before{content:"";position:absolute;transform:translate(-50%,-50%) rotate(0);transform-origin:50% 50%;left:50%;top:50%;width:2rem;height:2rem;border-radius:50%;border:2px solid var(--text-color);border-bottom-color:transparent;border-left-color:transparent;animation-name:spinCenter;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}.throbber--white:before{border-color:#fff;border-bottom-color:transparent;border-left-color:transparent}.throbber--primary:before{border-color:var(--brand-primary);border-bottom-color:transparent;border-left-color:transparent}.throbber--small:before{width:1rem;height:1rem}@keyframes spinCenter{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
