:root{--accent:#E63946;--background:#FAF9F8;--lightAccent:#A8DAE5;--lighterAccent:#E6E8E4;--dark:#457B9D;--darker:#1D3557;--slate:#2F3948;--white:#fff;--black:#152030;--ink:var(--slate);--paper:var(--background);--accentFont:"Libre Franklin",Georgia,Times,serif;--primaryFont:"Libre Franklin",sans-serif;--codeFont:"Fira Code",monospace;font-size:1rem;line-height:1.6}@media (min-width:48rem){body{font-size:1.125rem}}@media (min-width:80rem){body{font-size:1.25rem}}:is(h1,h2,h3,h4,h5,h6){margin:4.5rem 0 1rem;line-height:1.1;font-family:var(--accentFont);font-weight:700;color:var(--white)}h1{font-size:2.8rem;margin:0 0 3rem;position:relative;overflow:hidden;padding-bottom:1rem}h1:after{content:"";height:.1em;background:var(--accent);width:100%;margin-left:-100%;position:absolute;bottom:0}@media (min-width:48rem){h1{font-size:3rem}}@media (min-width:80rem){h1{font-size:3.2rem}}h2{font-size:2rem}@media (min-width:48rem){h2{font-size:2.2rem}}h3{font-size:1.8rem}h4{font-size:1.6rem}h5{font-size:1.35rem}h6{font-size:1.1rem}a{color:var(--darker);text-decoration-thickness:1px;text-decoration-color:var(--dark)}ul{list-style-type:square;padding-left:1.5rem}ul ul{list-style-type:circle}ul ::marker{color:var(--accent)}*,:after,:before{box-sizing:border-box;font-family:inherit;max-width:100%}main{width:100%;margin:0 auto}.layout{display:grid;grid-template-columns:100%;grid-template-rows:auto 1fr auto;min-height:100vh}img{width:100%;max-width:100%;height:auto}.post h1{margin-bottom:1rem}.post .meta{font-size:.8rem;margin-bottom:4rem}.post img+h1{margin-top:1rem}li{margin-bottom:.25rem}.posts-list{list-style-type:none;padding:0}.posts-list li{margin-bottom:6rem}.posts-list img+h2{margin-top:1rem}.posts-list a{display:block}.post-footer ul{padding:0}.post-footer li{display:inline-block;font-size:.8rem}.post-footer li a{background-color:var(--lightAccent);padding:.5rem .75rem;text-transform:uppercase;font-family:var(--primaryFont);font-weight:700}.post-footer li+li{margin-left:.5rem}:where(h2,h3,h4,h5,h6) .icon-link{position:relative}:where(h2,h3,h4,h5,h6) .icon-link:before{content:url(/e8b1a8a2093741bc6b6ed74d386451d9da8d54d5/be89e/link.svg);fill:currentColor;position:absolute;left:-1rem;width:1rem;height:1rem;top:0;opacity:.2;transition:opacity .2s}@media (min-width:48rem){:where(h2,h3,h4,h5,h6) .icon-link:before{left:-1.5rem}}:where(h2,h3,h4,h5,h6) .icon-link:hover:before{opacity:1}.callout{background:var(--lightAccent);padding:2rem 1rem;width:calc(100% + 2rem);max-width:unset;margin:2rem 0 2rem -1rem;font-style:italic;border-radius:.125rem}@media (min-width:48rem){.callout{width:calc(100% + 4rem);margin:2rem 0 2rem -2rem;padding:2rem}}.pagination{margin:0 0 1rem}.pagination ul{display:flex;flex-wrap:wrap;justify-content:start;list-style-type:none;gap:.5rem;margin:0;padding:0}.pagination ul li{margin:0}.pagination ul a{background:var(--lightAccent);text-decoration:none;line-height:1;display:flex;align-items:center;justify-content:center;width:2em;height:2em;font-family:var(--primaryFont);font-weight:700;transition:background .1s}.pagination ul a:hover{background:var(--accent);color:var(--background)}.pagination ul a[aria-current=true]{background:var(--accent);color:var(--background);border:1px solid currentColor}footer,header{font-family:Helvetica,sans-serif!important;padding:2.5rem 2rem}footer a,header a{text-decoration:none;color:#fff}footer a.active,header a.active{font-weight:700}footer nav ul,header nav ul{list-style-type:none;display:flex;flex-wrap:wrap;justify-content:start;gap:0 1.5rem;padding:0;margin:0}footer nav ul a:hover,header nav ul a:hover{text-decoration:underline}footer svg,header svg{fill:currentColor}header{background:linear-gradient(180deg,#000 0,rgba(255,255,255,0) 100%);display:flex;color:#fff;position:fixed;z-index:88;top:0;width:100%;justify-content:space-between;align-items:center;padding:2rem}@media (min-width:48rem){header{justify-content:center;flex-wrap:wrap;height:auto}}header .site-title{font-size:2.1rem;line-height:1;color:inherit;text-align:center;margin:0;display:block;font-size:1.4rem!important;font-weight:700}@media (min-width:48rem){header .site-title{font-size:1.6rem}}header .menu-button{margin:0;background:0 0!important;color:inherit;padding:0;border:0;width:2rem}@media (min-width:48rem){header .menu-button{display:none}}header .main-nav{position:fixed;z-index:2;top:0;left:0;transform:translate(-100vw);visibility:hidden;width:100%;height:100vh;pointer-events:none;opacity:0;display:flex;justify-content:center;align-items:center;background:var(--darker);color:var(--paper);transition:all .25s cubic-bezier(.785,.135,.15,.86)}header .main-nav.open{transform:translate(0);opacity:1;pointer-events:unset;visibility:unset}header .main-nav.open li{opacity:0;animation:slide_in_left .2s cubic-bezier(.215,.61,.355,1) forwards}header .main-nav.open li a{color:inherit}header .main-nav.open li:nth-of-type(1){animation-delay:.2s}header .main-nav.open li:nth-of-type(2){animation-delay:.25s}header .main-nav.open li:nth-of-type(3){animation-delay:.3s}header .main-nav.open li:nth-of-type(4){animation-delay:.35s}header .main-nav.open li:nth-of-type(5){animation-delay:.4s}header .main-nav.open li:nth-of-type(6){animation-delay:.45s}header .main-nav.open li:nth-of-type(7){animation-delay:.5s}header .main-nav.open li:nth-of-type(8){animation-delay:.55s}header .main-nav .menu-button{position:absolute;top:2rem;right:2rem}header .main-nav ul li{font-size:1.2rem;display:block;width:100%;text-align:left;margin-bottom:calc(.2rem + 2vh)}@media (min-width:48rem){header .main-nav{opacity:1;transform:none;position:unset;height:auto;width:auto;background:unset;pointer-events:unset;visibility:unset;color:inherit}header .main-nav ul{display:flex;width:100%}header .main-nav ul li{font-size:inherit;display:initial;width:initial;text-align:initial;margin-bottom:0}}footer{background:var(--darker);color:var(--paper);display:grid;grid-template-columns:100%;align-items:stretch;gap:2rem}@media (min-width:48rem){footer{grid-template-columns:1fr 1fr 2fr}}footer .menu-button{display:none}footer p{margin:0;font-size:.8rem}footer a{color:inherit}footer nav{display:initial}@media (min-width:48rem){footer nav{border-right:1px solid var(--dark)}}footer nav ul{display:initial}footer nav ul li+li{margin-top:.5rem}.skip-to-content-link{position:absolute;top:-6rem;left:0;padding:.5em;opacity:0;display:flex;justify-content:center;align-items:center;height:3rem;background:var(--darker);color:var(--background)}.skip-to-content-link:focus{transform:translateY(6rem);opacity:1;z-index:11}form{margin:2rem 0}button,input[type=submit]{font-size:1rem;padding:.5rem 1rem;color:var(--paper);font-weight:700;border:2px solid var(--darker);border-radius:.125rem;background:var(--darker);margin:2rem 0 0;display:block;width:max-content;transition:background .2s}button:focus,button:hover,input[type=submit]:focus,input[type=submit]:hover{background:var(--accent)}fieldset,label{font-weight:700;display:inline-block}fieldset{padding:0;border:0}input{display:block;font-size:inherit;padding:.5rem;border:1px solid var(--darker);border-radius:.125rem;width:100%;accent-color:var(--accent);background-color:transparent}input[type=checkbox],input[type=radio]{display:initial;width:auto}input[type=checkbox]:not(:checked)+label,input[type=radio]:not(:checked)+label{font-weight:400}.form-section,fieldset{margin-top:1.5rem}::placeholder{color:var(--dark)}@keyframes slide_in_left{0%{opacity:0;transform:translate(-2rem)}to{opacity:1;transform:translate(0)}}.sr-only{position:absolute;left:-100vw;opacity:0;width:1px;height:1px;overflow:hidden;border:none;word-wrap:normal;clip:rect(1px,1px,1px,1px);clip-path:inset(50%)}.no-bullets{list-style-type:none;padding-left:0}code,pre{font-family:var(--codeFont);-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}pre{overflow-y:auto;color:var(--paper);background:var(--darker);padding:1rem;font-size:.8rem}code{color:var(--darker);font-size:1rem;padding:.125em .25em;border-radius:4px;background:var(--lighterAccent);white-space:pre}pre code{padding:0;background:0 0;font-size:.8rem}code[class*=language-],pre[class*=language-]{color:#f8f8f2;background:0 0;text-shadow:0 1px rgba(0,0,0,.3);text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:2rem 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#282a36}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#6272a4}.token.punctuation{color:#f8f8f2}.namespace{opacity:.7}.token.constant,.token.deleted,.token.property,.token.symbol,.token.tag{color:#ff79c6}.token.boolean,.token.number{color:#bd93f9}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#50fa7b}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url,.token.variable{color:#f8f8f2}.token.atrule,.token.attr-value,.token.class-name,.token.function{color:#f1fa8c}.token.keyword{color:#8be9fd}.token.important,.token.regex{color:#ffb86c}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}:focus{outline:2px solid var(--accent);outline-offset:2px}main:focus{outline:0}body{margin:0;min-height:100vh;color:var(--ink);font-family:var(--primaryFont);background:var(--paper);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}svg.svelte-es16f2.svelte-es16f2{width:18px;height:18px;display:inline-block}ul.svelte-es16f2 li.svelte-es16f2{border-right:.5px solid rgba(255,255,255,.3);padding:10px 20px 10px 0;font-size:1.2rem}button.svelte-es16f2.svelte-es16f2{margin-left:.75rem;justify-content:center;margin:0!important;border-radius:.5rem;display:flex;align-items:center;padding:0;border:none;background:#000}button.svelte-es16f2 svg.svelte-es16f2{width:20px;height:20px;display:inline-block}:root{--accent:#E63946;--background:#FAF9F8;--lightAccent:#A8DAE5;--lighterAccent:#E6E8E4;--dark:#457B9D;--darker:#1D3557;--slate:#2F3948;--white:#fff;--black:#152030;--ink:var(--slate);--paper:var(--background);--accentFont:"Libre Franklin",Georgia,Times,serif;--primaryFont:"Libre Franklin",sans-serif;--codeFont:"Fira Code",monospace;font-size:1rem;line-height:1.6}.site-title.svelte-1pet6hc.svelte-1pet6hc{display:flex;align-items:center}.site-title.svelte-1pet6hc img.svelte-1pet6hc{width:40px;height:40px;margin-right:12px}header.main.svelte-1pet6hc.svelte-1pet6hc{display:flex!important;flex-direction:row;justify-content:start}.hero.svelte-1q39ywo.svelte-1q39ywo{height:auto;width:100%;display:inline-block;position:relative;background-size:cover!important;color:#fff;padding:10rem 1rem 3rem;font-size:1.5rem!important}.wrapper.svelte-1q39ywo.svelte-1q39ywo{max-width:60rem;margin:0 auto;display:flex}.wrapper.svelte-1q39ywo div.svelte-1q39ywo{width:100%}.wrapper.svelte-1q39ywo div.video.svelte-1q39ywo{width:60%;margin-left:5%}.wrapper.svelte-1q39ywo div video.svelte-1q39ywo{width:100%}.button.svelte-1q39ywo.svelte-1q39ywo{background-color:#fff;padding:14px 20px 12px;border-radius:2px;font-family:Helvetica,sans-serif;color:#000;text-decoration:none;font-weight:600;margin:0 1rem 0 0;font-size:1.13rem;display:inline-block}:root{--accent:#E63946;--background:#FAF9F8;--lightAccent:#A8DAE5;--lighterAccent:#E6E8E4;--dark:#457B9D;--darker:#1D3557;--slate:#2F3948;--white:#fff;--black:#152030;--ink:var(--slate);--paper:var(--background);--accentFont:"Libre Franklin",Georgia,Times,serif;--primaryFont:"Libre Franklin",sans-serif;--codeFont:"Fira Code",monospace;font-size:1rem;line-height:1.6}.section.svelte-ie01fp{height:auto;width:100%;display:inline-block;position:relative;background-size:60%!important;color:#fff;padding:5rem 1rem 3rem}.bg_opacity.svelte-ie01fp{background:#000;opacity:.5;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.wrapper.svelte-ie01fp{max-width:75rem;margin:0 auto;display:flex;position:relative;z-index:2}:root{--accent:#E63946;--background:#FAF9F8;--lightAccent:#A8DAE5;--lighterAccent:#E6E8E4;--dark:#457B9D;--darker:#1D3557;--slate:#2F3948;--white:#fff;--black:#152030;--ink:var(--slate);--paper:var(--background);--accentFont:"Libre Franklin",Georgia,Times,serif;--primaryFont:"Libre Franklin",sans-serif;--codeFont:"Fira Code",monospace;font-size:1rem;line-height:1.6}.card.svelte-f7d6bj.svelte-f7d6bj{border:1px solid #000;margin:0 3rem 2rem 0;background:#fff;border-radius:3px;color:#000;padding:1.5rem 3rem 1rem;display:flex;align-items:center;flex-direction:column;justify-content:start}.card.svelte-f7d6bj h2.svelte-f7d6bj{margin:0;color:#000;font-family:Helvetica,sans-serif;font-size:1.5rem;padding:0 0 0}.card.svelte-f7d6bj p.svelte-f7d6bj{margin:.5rem 0 0}.card.svelte-f7d6bj img.svelte-f7d6bj{margin-right:30px;border-radius:100%;flex-shrink:0;width:40px;margin-bottom:1rem;height:auto}