:root{--header-height: 4rem;--header-background: #333333;--background-color: #222224;--accent-color: #c94ae2;--text-color: #ffffff;font-family:roboto,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;background-color:var(--background-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{position:relative;display:flex;flex-direction:column;min-height:100vh}html,body{margin:0;color:var(--text-color);overflow-x:hidden}.app__container{display:flex;flex-direction:column;flex:1}.header{display:flex;background-color:var(--header-background);height:var(--header-height);width:100%;box-sizing:border-box;margin-bottom:.5em;align-items:center;box-shadow:0 0 5px #0003;z-index:10}.header__container{display:flex;align-items:center;margin-left:auto;margin-right:auto;height:100%;width:80vw;min-width:20em}.header__title{position:relative;height:100%;display:flex;align-items:center;padding-right:5em;padding-left:2em}.logo{height:100%;padding:.8em;box-sizing:border-box;aspect-ratio:1/1}.logo img{height:100%;width:100%;object-fit:contain}.header__language{margin-left:auto}.footer{background-color:var(--header-background);color:var(--text-color);text-align:center;font-size:1rem;z-index:10;margin-top:10em;padding-bottom:1em}.footer__bottom{text-align:center}.footer__contacts{margin-bottom:.5rem}.background-grid{position:absolute;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;will-change:transform}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
