*{box-sizing:border-box}body{padding:0;margin:0;font-family:system-ui;background:#0d0d0d;color:#fff;overflow-x:hidden}.nav{position:fixed;width:100vw;z-index:1000;background:#0000004d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.blood{color:red}.name{font-weight:bolder;text-align:center}.header{overflow:hidden;position:relative;padding:8rem 0;min-height:100vh;text-align:center;background:#f2f2f2}.header-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100vw;z-index:3}.scrim{position:absolute;top:0;left:0;width:100vw;height:100vh;background:#000;opacity:.6;z-index:2}.header-title{font-size:4rem}.title-anim-item{display:inline-block;animation:title .5s;animation-fill-mode:both}.title-anim-item.drop{animation:title .5s,drop .5s;animation-delay:.5s,1.5s;animation-fill-mode:both,forwards}.image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:url(https://images.unsplash.com/photo-1683791895200-201c0c40310f?q=80&w=3270&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-size:cover}@keyframes title{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes drop{0%{color:#fff}to{color:red}}.postheader{padding:3rem}.why-matters{text-align:center}.points{font-weight:700;font-size:2rem}.point{animation:point .5s ease;animation-fill-mode:both;animation-play-state:paused}.points.animate .point{animation-play-state:running}@keyframes point{0%{transform:translate(-100px);opacity:0}to{transform:translate(0);opacity:1}}.why-header{color:red}.points-who{font-size:1.4rem;font-weight:700}.how-mins{color:red}.how{font-size:1.5rem}.myths{font-size:1.3rem;font-weight:700}.how-you{text-align:center;font-size:3rem}.how-you .you{animation:you .3s ease-in-out;animation-delay:.5s;animation-fill-mode:both;animation-play-state:paused}.how-you.animate .you{animation-play-state:running}@keyframes you{0%{color:#fff}to{color:red}}.motto{margin-top:8rem;display:block;text-align:center;font-size:3rem;font-weight:700}a{text-decoration:none;color:currentColor}
