:root{--background:#F5F6F8;--black:#3B434E;--grey-light:#EBEBEB;--grey-dark:#6c7077;--white:#fff;--primary:#7351f5;--primary-hover:#603EEA;--red:#FC836D;--green:#1DC37E;--green-light:#C8F8E4;--transition:all 0.3s ease-in-out}body,html{overflow-x:hidden;max-width:100vw}body{color:var(--black);background:var(--background);font-family:var(--font-noto-sans),sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none;color:inherit}.visualyHidden{position:absolute;overflow:hidden;width:0;height:0}.layout_wrapper__s7gfs{display:grid;grid-template-columns:auto 230px minmax(320px,1200px) auto;grid-template-rows:auto 1fr auto;grid-template-areas:". header header ." ". sidebar main ." "footer footer footer footer";min-height:100vh;grid-gap:40px 30px;gap:40px 30px;@media (max-width:767px){grid-template-columns:minmax(320px,1fr);grid-template-areas:"header" "main" "footer";gap:10px}}.layout_header__mmmNG{grid-area:header}.layout_sidebar__SmN0y{grid-area:sidebar}.layout_main__ABI2k{grid-area:main;outline:none;@media (max-width:767px){padding-left:15px;padding-bottom:0;padding-right:15px;padding-top:0}}.layout_footer__DcfK2{grid-area:footer}.layout_skipLink__s53B0{position:fixed;left:-9999px;top:0;padding:.5rem 1rem;color:var(--white);background-color:var(--primary);border-radius:4px;z-index:100;&:focus{left:1rem;top:1rem}}