.light-theme{--headings:#000;--text:#38393e;--bg:#fff;--transparent-bg:hsla(0,0%,100%,0.5);--secondary-bg:#e2e8f0;--secondary-bg-hover:#cdd7e5;--tertiary:#7e8bb6;--gradient:linear-gradient(90deg,#425493,#44ab90 73%,#1a7587)}.dark-theme{--headings:#f9fafa;--text:#a0aec0;--bg:#181c1f;--transparent-bg:rgba(24,28,31,0.5);--secondary-bg:#20262a;--secondary-bg-hover:#34383a;--tertiary:#7e8bb6;--gradient:linear-gradient(43deg,#4158d0,#c850c0 46%,#ffcc70)}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Cantarell,Fira Sans,Helvetica Neue,sans-serif}body{background-color:var(--bg)}a{color:inherit;text-decoration:none}*{-webkit-box-sizing:border-box;box-sizing:border-box}header{height:100px;position:sticky;top:0;margin-top:32px;background-color:var(--transparent-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1}nav{max-width:1200px;padding:0 20px;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:0 auto}h1{color:var(--headings);margin-top:0}p{color:var(--text);font-size:13pt}a{color:var(--gradient)}.link{display:flex;justify-content:center;align-items:center;height:40px;width:80px;-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in;cursor:pointer;color:var(--headings);margin-right:20px;border-radius:4px;font-weight:500}.link:hover{background-color:var(--secondary-bg-hover)}.toggle{border:0;border-radius:4px;height:40px;width:40px;display:flex;justify-content:center;align-items:center;background-color:var(--secondary-bg);-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in;cursor:pointer;color:var(--headings)}.toggle:focus{border:2px solid var(--headings)}.toggle:active,.toggle:hover{background-color:var(--secondary-bg-hover);outline:none}.toggle_img{width:18px;height:18px}.logo{border:0;border-radius:4px;height:60px;width:60px;display:flex;justify-content:center;align-items:center;background-color:var(--bg);-webkit-transition:background-color .2s ease-in;transition:background-color .2s ease-in;cursor:pointer;color:var(--headings)}.logo:active,.logo:hover{background-color:var(--secondary-bg-hover);outline:none}.logo_img{width:32px;height:32px}.nav-r{display:flex;flex-direction:row}.margin_header{margin-left:-20px}.rec.rec-arrow{border-radius:0;border:none;outline:none;background:var(--bg);color:var(--text);-webkit-box-shadow:none;box-shadow:none;height:300px}.rec.rec-arrow.rec-arrow-right{position:relative;right:20px}.rec.rec-arrow:focus:enabled,.rec.rec-arrow:hover:enabled{color:var(--text);background:var(--bg);background-color:var(--bg);-webkit-box-shadow:none;box-shadow:none}.rec.rec-arrow:disabled{color:var(--secondary-bg-hover)}.rec.rec-dot{color:var(--text);background:var(--secondary-bg-hover);border:none;-webkit-box-shadow:none;box-shadow:none}.rec.rec-dot:hover{-webkit-box-shadow:0 0 1px 2px var(--text);box-shadow:0 0 1px 2px var(--text)}.rec.rec-dot_active,.rec.rec-dot_active:focus{-webkit-box-shadow:none;box-shadow:none;background:var(--text)}