*{box-sizing:border-box;padding:0;transition:color .2s,-webkit-text-decoration-color .2s;transition:color .2s,text-decoration-color .2s;transition:color .2s,text-decoration-color .2s,-webkit-text-decoration-color .2s;line-height:1.5}a,h1,h2,h3,h4,h5,h6,li,p,ul{color:var(--font-color);margin:0}article p+p{margin-top:16px}ul{margin:8px 0}li{margin-left:32px}pre.prism-code{font-family:Fira Code,monospace;font-size:14px;border-radius:8px;padding:16px;overflow-x:auto}pre.prism-code .line_number{display:inline-block;width:36px;opacity:.4}blockquote{padding:4px 16px;margin:16px 0;border-left:8px solid var(--primary);background-color:var(--highlight-background-color)}blockquote p{margin:4px 0}a{text-decoration:none;-webkit-text-decoration-color:var(--primary-dark);text-decoration-color:var(--primary-dark)}p>a{text-decoration:underline}a:hover{-webkit-text-decoration-color:var(--primary);text-decoration-color:var(--primary)}a.active,a:hover{color:var(--primary)}hr{border:8px solid var(--highlight-background-color);margin:16px auto}:root{--color-one:#83a321;--color-two:#764134;--color-three:#3b0d11;--color-four:#242331;--color-five:#515a47;--color-six:#a38321;--color-seven:#26547c;--color-eight:#ec7676;--color-one-light:#dceda8;--color-one-dark:#475c06;--primary:var(--color-one);--primary-light:color-mix(in srgb,var(--primary) 25%,#fff);--primary-dark:color-mix(in srgb,var(--primary) 40%,#000);--secondary:--color-two;--background-light:#f3f3f3;--background-dark:#202020;--font-light:#2a2a2a;--font-dark:#ddd;--section-background-light:#fff;--section-background-dark:#101010;--highlight-color-light:var(--primary-light);--highlight-color-dark:var(--primary-dark);--crossword-cell-light:#fff;--crossword-cell-dark:#464646;--background-color:var(--background-light);--font-color:var(--font-light);--section-background-color:var(--section-background-light);--highlight-background-color:var(--highlight-color-light);--crossword-cell-color:var(--crossword-cell-light)}*{transition:background-color .4s ease-in-out,color .4s ease-in-out}body{font-family:sofia-pro,sans-serif;font-size:20px;background-color:var(--background-color);font-weight:200;margin:0}@media screen and (max-width:1080px){header,main,nav{padding:0 16px;font-size:18px}}p{margin:0}#page-container{position:relative;min-height:100dvh}header,main,nav{max-width:1080px;margin:auto}footer,h1,h2,h3,h4,h5,h6,header,nav{font-family:futura-pt,sans-serif;font-weight:500;font-size-adjust:.48}h1{font-size:32px}h2{font-size:24px}h3{font-size:18px;margin-top:16px}code{background-color:var(--highlight-background-color);font-size:16px;font-weight:400;padding:3px;border-radius:5px}header{height:64px;border-bottom:4px solid var(--primary);transition:border-bottom-color 1s ease-in-out;display:flex;justify-content:space-between}header a{font-size:32px;height:64px;line-height:64px;display:block}header svg{cursor:pointer;height:32px;width:32px;stroke:var(--font-color);text-align:center;margin:16px 0;transition:stroke .2s ease-in-out}header svg:hover{stroke:var(--primary)}header svg>g{transition:transform .4s ease-in-out;transform:rotate(0deg);transform-origin:50% 140%}header svg g#diagonal{transform:rotate(45deg);transform-origin:50% 50%}header svg g#moon.mode_down{transform:rotate(-180deg)}header svg g#sun.mode_down{transform:rotate(180deg)}nav{height:48px}nav ul{line-height:48px;list-style-type:none;margin:0}nav ul li{display:inline-block;margin:0 16px 0 0}@media screen and (max-width:1080px)and (min-width:400px){nav{font-size:16px}nav ul li{margin:0 8px 0 0}}@media screen and (max-width:400px){nav{font-size:16px}nav ul{line-height:32px}nav ul li{margin:0 4px 0 0}}nav.sub-nav{margin-bottom:0;padding:0}nav.sub-nav a{font-size:16px}nav.sub-nav a:hover{color:var(--primary)}nav.sub-nav a.active{color:var(--primary);text-decoration:underline}@media screen and (max-width:660px){nav.sub-nav{display:none}}main{padding-top:16px;width:100%;top:0;min-height:calc(100dvh - 64px - 48px - 64px)}.main-wrapper{position:relative;width:100%}section{background-color:var(--section-background-color);border-radius:4px;padding:8px;margin:8px 0 32px}footer{width:100%;bottom:0;height:64px}footer p{max-width:1080px;margin:auto;line-height:64px;font-size:16px;text-align:center;font-family:sofia-pro,sans-serif}.social-icon .social-svg-background:not(:hover),.social-icon:hover{transition:opacity .2s ease-in-out}.social-icon:hover{opacity:.5}.home-icons>a{margin-right:8px}.more-posts{transition:box-shadow .22s ease-in-out}.more-posts:hover{cursor:pointer;box-shadow:0 0 16px 8px #0003}.more-posts{border-radius:4px;overflow:hidden}.more-posts a{display:block;height:100%;text-decoration:none}.more-posts a .more-post{height:290px;padding-top:190px;background-color:#fff;opacity:.5;transition:opacity .25s ease-in-out}.more-posts a .more-post h3{margin:0;background-color:var(--primary);height:100%;padding:8px 16px;text-align:center;color:#fff}.more-posts a .more-post:hover{opacity:1}.newsletter_form{height:48px;display:flex;margin-top:8px}.newsletter_form label{display:none}.newsletter_form input{font-family:sofia-pro,sans-serif;font-size:20px;height:32px;line-height:32px;border:none;border-radius:4px;padding:0 8px}.newsletter_form input[type=email]{border:1px solid var(--crossword-cell-dark);width:260px;margin-right:8px;font-size:16px}.newsletter_form input[type=submit]{background-color:var(--primary);font-family:futura-pt,sans-serif;color:#fff;cursor:pointer}ul.posts{width:100%;display:inline-grid;grid-gap:32px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}ul.posts li{margin:0;list-style-type:none}.posts-page{padding-top:0}.Post_post__jg_rE{background-color:var(--section-background-color);max-width:none;width:100vw;padding-top:0;margin:0}@media screen and (max-width:1080px){.Post_post__jg_rE{padding-left:0;padding-right:0}}.Post_post__jg_rE div.Post_post_header_container__m7anS{background-color:var(--primary)}@media screen and (max-width:1080px){.Post_post__jg_rE div.Post_post_header_container__m7anS{margin-top:16px}}.Post_post__jg_rE div.Post_post_header__XWlam{max-width:1080px;border:none;margin:auto auto 32px;min-height:256px;position:relative}.Post_post__jg_rE div.Post_post_header__XWlam h1{margin-left:272px;color:#fff;position:absolute;bottom:96px}.Post_post__jg_rE div.Post_post_header__XWlam h5{margin-left:272px;color:#fff;position:absolute;bottom:64px;z-index:1}.Post_post__jg_rE div.Post_post_header__XWlam h5 a{color:#fff;text-decoration:underline}.Post_post__jg_rE div.Post_post_header__XWlam .Post_post_date__qrbnN{margin-left:272px;color:#fff;position:absolute;bottom:4px;width:calc(100% - 240px - 32px)}.Post_post__jg_rE div.Post_post_header__XWlam img{height:240px;width:240px;object-fit:cover;margin:8px 0;border-radius:4px;position:absolute;top:0;left:0;filter:brightness(120%) grayscale(100%);opacity:.8}@media screen and (max-width:1080px){.Post_post__jg_rE div.Post_post_header__XWlam{min-height:256px;padding:16px}.Post_post__jg_rE div.Post_post_header__XWlam img{width:100%;margin:0;height:256px;opacity:.25}}@media screen and (max-width:1080px)and (max-width:400px){.Post_post__jg_rE div.Post_post_header__XWlam img{height:256px}}@media screen and (max-width:1080px){.Post_post__jg_rE div.Post_post_header__XWlam h1{margin:0;top:16px;line-height:32px}.Post_post__jg_rE div.Post_post_header__XWlam h5{margin:0}.Post_post__jg_rE div.Post_post_header__XWlam .Post_post_date__qrbnN{margin:0;width:calc(100% - 32px)}}@media screen and (max-width:400px){.Post_post__jg_rE div.Post_post_header__XWlam{min-height:256px}}.Post_post__jg_rE div.Post_post_body___qBNK{max-width:1080px;display:flex;margin:auto auto 32px}@media screen and (max-width:1080px){.Post_post__jg_rE div.Post_post_body___qBNK{margin-left:16px;margin-right:16px}}.Post_post__jg_rE div.Post_post_body___qBNK article{border-left:1px solid var(--primary);padding-left:32px;padding-bottom:32px;max-width:700px}@media screen and (max-width:1080px){.Post_post__jg_rE div.Post_post_body___qBNK article{border:none;max-width:none;padding:0 0 32px!important}}.Post_post__jg_rE div.Post_post_body___qBNK article h2{margin:32px 0 4px}.Post_post__jg_rE div.Post_post_body___qBNK article img{width:calc(100% - 32px);margin:16px;background-color:#fff}@media screen and (max-width:1080px){.Post_post__jg_rE div.Post_post_body___qBNK article img{width:100%;margin:0}}.Post_post__jg_rE div.Post_post_body___qBNK aside{width:240px}@media screen and (max-width:1080px){.Post_post__jg_rE div.Post_post_body___qBNK aside{width:auto}.Post_post__jg_rE div.Post_post_body___qBNK{display:block}.Post_post__jg_rE div.Post_post_body___qBNK article{padding-left:16px;padding-right:16px}}.Post_post__jg_rE div.Post_last_post__HTy9Z,.Post_post__jg_rE div.Post_next_post__zWnC1{max-width:1080px;margin:auto}.Post_post__jg_rE div.Post_last_post__HTy9Z a,.Post_post__jg_rE div.Post_next_post__zWnC1 a{text-decoration:underline}.Post_post__jg_rE div.Post_last_post__HTy9Z h5,.Post_post__jg_rE div.Post_next_post__zWnC1 h5{max-width:700px;margin-left:272px;padding-bottom:32px}@media screen and (max-width:1080px){.Post_post__jg_rE div.Post_last_post__HTy9Z h5,.Post_post__jg_rE div.Post_next_post__zWnC1 h5{width:auto;margin-left:16px}}div.embed{position:relative;height:68vh;overflow:hidden;margin-top:16px}iframe.adobe{width:calc(100% + 80px);height:100%;position:absolute;top:0;left:-40px;border:none}