:root{--radius:8px;--shadow:0 1.6px 3.6px 0 #00000012,0 .3px .9px 0 #0000000d;--font:"IBM Plex Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",monospace;--color-white:#fff;--color-black:#000;--color-gray:#888;--color-grey:#606f7b;--color-translucent:#ffffff1a;--color-yellow:#ffa528;--color-orange:#ff7157;--color-red:#ff5068;--color-pink:#f357a8;--color-purple:#9f5bf6;--color-blue:#5475ff;--color-cyan:#00b7ca;--color-green:#00b874;--opacity:.45;--navDrawerDurationEnterMS:.25s;--easingDecelerate:cubic-bezier(0,0,.2,1);font-size:16px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}#news{background:var(--color-red)}#tech{background:var(--color-blue)}#biz{background:var(--color-green)}#sport{background:var(--color-yellow)}#cult{background:var(--color-purple)}#geek{background:var(--color-pink)}#sci{background:var(--color-cyan)}#check{background:var(--color-grey)}#dscvr{background:var(--color-orange)}svg,.svg{fill:var(--color-black)}html{scroll-behavior:smooth;height:100%}body{text-align:center;min-height:100vh;font-family:var(--font);background:#fff;flex-direction:column;font-size:0;display:flex}main{flex-direction:column;flex:1;display:flex}header{z-index:999;width:100%;padding:1rem;position:fixed}#logo{float:left;padding:.75rem;line-height:0}#logo svg{fill:#fff}#logo,#menu{background:var(--color-translucent);width:48px;height:48px;box-shadow:var(--shadow);border-radius:10rem;font-size:0;position:relative}#menu:hover,#logo:hover{background:#ffffff26}#menu{float:right;z-index:9;padding-left:.75rem}.hamburger{background:#fff;border-radius:1rem;width:24px;height:3px;transition:all .25s;position:relative}.hamburger:before,.hamburger:after{content:"";z-index:1;background:#fff;border-radius:1rem;width:24px;height:3px;transition:all .25s;display:block;position:absolute;right:0}.hamburger:before{width:18px;top:-7px}.hamburger:after{width:12px;top:7px}#menu:hover .hamburger:before,#menu:hover .hamburger:after{width:24px}#menu.open .hamburger{background:#000;transform:rotate(45deg)}#menu.open .hamburger:before,#menu.open .hamburger:after{background:#000;width:24px;top:0;transform:rotate(90deg)}#menu.open{box-shadow:none}.layer{z-index:2;width:100%;height:100%;transition:all;transition:var(--easingDecelerate);background:0 0;display:none;position:fixed;top:0;left:0}.layer-active{background:#0000004d;display:inline-block}header nav{background:var(--color-white);width:100%;height:100%;transition:all var(--navDrawerDurationEnterMS)var(--easingDecelerate);visibility:hidden;opacity:0;z-index:3;position:fixed;top:0;right:0;transform:translate(50%)}header nav.open{visibility:visible;opacity:1;transform:translate(0)}header nav ul{width:100%;margin:5rem 0 0;padding:0;list-style:none;position:relative}header nav ul li{padding:0}header nav a{width:100%;padding:.25rem 4rem;font-size:5vw;display:inline-block}header nav a:hover,header nav a:focus{background:#eee}section{width:100%;padding:5rem 1rem;overflow:hidden}.container{width:100%;max-width:1024px;margin:0 auto;position:relative}.fullscreen{min-height:100vh;padding-top:0;padding-bottom:0;display:table}.fullscreen-container{vertical-align:middle;display:table-cell}.flex-container{flex-direction:column;justify-content:center;align-items:center;display:flex}a{color:var(--color-black);font-weight:700;text-decoration:none}button{cursor:pointer;border:none}a,button,.svg{-o-transition:all .25s;transition:all .25s}p,li,h1,h2,h3{color:#000;padding-bottom:2rem}p,ul{padding-bottom:1.5rem}ul{margin-left:1.2rem}p,li{font-weight:400;line-height:1.7}li{padding:0 0 .5rem .5rem}h1,h2,h3,h4,a,b,strong,button,input{font-family:var(--font);font-weight:700}h1{font-size:2.5rem}h2,article h1{font-size:2rem}h3,article h2{font-size:1.4rem}h4,article h3{font-size:1.25rem}p,li{font-size:1rem}a:hover,a:focus{color:#000}article{max-width:650px;margin:5.75rem auto 2rem;position:relative}article h2,article h3{padding:3rem 0 1.5rem}article ol{padding:1rem 2rem;list-style-type:decimal}article ul{padding:0 0 28px 28px;list-style-type:disc}article li{padding:.5rem 0}article blockquote{float:none;color:#666;border-left:3px solid #000;width:auto;margin:0 auto 2rem;padding:1rem;font-style:italic;display:block}.left{text-align:left}.right{text-align:right}.page{height:100%;margin-top:2rem;position:relative}.page h1{max-width:780px}.page p{max-width:680px}.grid{flex-flow:wrap;justify-content:center;align-items:center;width:100%;margin-top:1rem;display:flex}footer{width:100%;margin:0 auto;padding:3rem 1.5rem 2rem}footer ul{padding:0;list-style-type:none}footer li,footer p,footer label{padding:1rem 0;font-size:1rem;font-weight:700;display:inline-block}footer a,footer p,footer label{color:var(--color-gray)}footer li{padding:.5rem .75rem}footer a svg{width:38px;fill:var(--color-gray);margin:0 auto;display:block}footer a:hover svg,footer a:focus svg{fill:var(--color-black)}footer a:hover,footer a:focus{color:var(--color-black)}section .container{animation-name:up;animation-duration:.35s;animation-timing-function:ease-out}@keyframes up{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(1rem)}}@keyframes down{0%{-webkit-transform:translateY(1rem);opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}.feedSection{z-index:1;display:inline-block;position:relative}.feedSection h2{color:#ffffff0d;letter-spacing:-1vw;text-transform:uppercase;-webkit-user-select:none;user-select:none;z-index:-1;font-size:12vw;position:absolute;top:-6.25rem;left:0;right:0}@media only screen and (min-width:768px){h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.5rem}p,li,input,textarea{font-size:1rem}header{padding:1.5rem}header nav{width:500px}header nav a{font-size:2.5vw}#logo,#menu{width:4rem;height:4rem;padding:1.25rem}.feedSection h2{top:-14vw;right:-12vw;left:unset;font-size:16vw}section{padding:5rem 5.5rem}footer{padding-left:3rem;padding-right:3rem}}@media only screen and (min-width:1200px){header nav a{font-size:1.75vw}}
