@charset "UTF-8";:root{--user-font-scale: 1rem - 16px;--max-width:calc(100% - 2rem);--ff-fallback: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;--ff-body: "Fira Sans", var(--ff-fallback);--ff-heading: "Josefin Sans", var(--ff-fallback);--line-height-heading: 1;--fw-normal: 400;--fw-bold: 500;--fw-light: 300;--color-white: #fff;--color-black: #000014;--color-white-5: rgb(255 255 255 / .12);--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--color-blue: #3894ff;--color-blue-rgb: 56, 148, 255;--color-green: #17c083;--color-green-rgb: 23, 192, 131;--color-orange: #ff5d01;--color-orange-rgb: 255, 93, 1;--color-purple: #882de7;--color-purple-rgb: 136, 45, 231;--color-red: #D13333;--color-red-rgb: 209, 51, 51;--color-yellow: #ffbe2d;--color-yellow-rgb: 255, 190, 45}:root{color-scheme:light;--theme-accent: var(--color-red);--theme-accent-rgb: var(--color-red-rgb);--theme-accent-opacity: .1;--theme-divider: var(--color-gray-100);--theme-text: var(--color-gray-800);--theme-text-light: var(--color-gray-600);--theme-text-lighter: var(--color-gray-400);--theme-bg: var(--color-white);--theme-bg-offset: var(--color-gray-100);--theme-bg-accent: rgba(var(--theme-accent-rgb), var(--theme-accent-opacity))}.theme-dark{color-scheme:dark;--theme-accent-opacity: .3;--theme-divider: var(--color-gray-900);--theme-text: var(--color-gray-200);--theme-text-light: var(--color-gray-300);--theme-text-lighter: var(--color-gray-400);--theme-bg: var(--color-gray-800);--theme-bg-offset: var(--color-gray-700)}@media (min-width: 76rem){:root{--max-width: 72rem}}::selection{color:var(--theme-accent);background-color:rgba(var(--theme-accent-rgb),var(--theme-accent-opacity))}*{box-sizing:border-box;margin:0}body{font-family:var(--ff-body);font-weight:var(--fw-normal);font-size:1rem;font-size:clamp(1rem,.4626rem + 1.0309vw + var(--user-font-scale),1.125rem);line-height:1.625;background:var(--theme-bg);color:var(--theme-text)}.center-in-viewport{max-width:var(--max-width);margin-inline:auto}.page-layout-grid{display:grid;gap:2rem}@media screen and (min-width: 50rem){.page-layout-grid{display:grid;grid-template-columns:3fr 2fr;column-gap:4rem;row-gap:2rem}}.h-full{height:100%}:is(h1,h2,h3,h4,h5,h6){font-family:var(--ff-heading);font-weight:400;line-height:var(--line-height-heading);color:var(--theme-text-light)}:is(h1,h2){max-width:40ch}h1{font-size:clamp(2.488rem,1.924rem + 1.41vw,3.052rem)}h2{font-size:clamp(2.074rem,1.707rem + .9175vw,2.441rem)}h3{font-size:clamp(1.728rem,1.503rem + .5625vw,1.953rem)}h4{font-size:clamp(1.44rem,1.317rem + .3075vw,1.563rem)}h5{font-size:clamp(1.2rem,1.15rem + .125vw,1.25rem)}p{margin-block-end:.8125em}.exerpt{font-weight:var(--fw-normal);font-size:clamp(1.44rem,1.317rem + .3075vw,1.563rem);line-height:1.3}small,.text-small{font-size:.833rem}a{color:var(--theme-accent);text-underline-offset:.08em;text-decoration:none;align-items:center;gap:.5rem}a:hover{text-decoration:underline}strong{font-weight:var(--fw-bold);color:inherit}.tc-accent{color:var(--theme-accent)}.caps{text-transform:uppercase}.caps:is(h1,h2,h3,h4,h5,h6){line-height:1}.quotes{quotes:"\2018" "\2019"}.quotes:before{content:open-quote}.quotes:after{content:close-quote}.relative{position:relative}.align-bottom{display:flex;flex-direction:column;align-self:flex-end}.flex{display:flex;align-items:center}.mb0{margin-block-end:0}.bg-n{position:absolute;object-fit:cover;bottom:-60px;right:0;max-width:140%;overflow:hidden;opacity:10%;z-index:-10}.theme-dark{background-color:var(--theme-bg);color:var(--theme-text)}.btn{box-sizing:border-box;position:relative;display:inline-flex;align-items:center;gap:.5rem;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;white-space:nowrap;text-decoration:none;text-align:center;margin:0;min-width:64px;font-size:.8em;line-height:36px;padding:.25em 1em 0;border-radius:.25rem;overflow:visible;text-transform:uppercase;font-family:var(--ff-heading)}.btn.btn-primary{color:#fff;background-color:var(--theme-accent);outline:1px solid var(--theme-accent)}.btn.btn-primary:hover{background-color:rgb(var(--theme-accent-rgb),.9)}.btn.btn-outline{outline:1px solid var(--theme-accent);background-color:transparent}.btn.btn-outline:hover{background-color:rgb(var(--theme-accent-rgb),.1)}.btn:is(a){text-decoration:none}.btn .icon{fill:currentColor}img.cover{width:100%;max-height:50vh;object-fit:cover}.share-on-socials{display:flex;gap:.5rem;margin-block-end:4rem}.share-on-socials a{display:block;color:#fff;opacity:.85}.share-on-socials a:hover{text-decoration:none;opacity:.7}.share-on-socials a .icon{color:var(--color-gray-700);border-radius:6px}footer:where(.astro-TBODGSOW){padding-block:2rem;color:var(--theme-text-lighter)!important}.page-layout-grid:where(.astro-4NDVUPNN){--lift-from-bottom: 1rem}.layout-flex:where(.astro-4NDVUPNN){display:flex;align-items:flex-end}header:where(.astro-4NDVUPNN) .home-link-with-logo:where(.astro-4NDVUPNN){position:relative;left:-1rem}header:where(.astro-4NDVUPNN) .brand:where(.astro-4NDVUPNN){margin-block-end:var(--lift-from-bottom);color:var(--theme-text-light)}header:where(.astro-4NDVUPNN) img:where(.astro-4NDVUPNN){margin-block-start:1rem;width:192px;max-width:25vw;opacity:.8}@media screen and (min-width: 40em){.page-layout-grid:where(.astro-4NDVUPNN){--lift-from-bottom: 3rem}header:where(.astro-4NDVUPNN){margin-block-end:2rem}}.main-nav-menu:where(.astro-4NDVUPNN){align-self:flex-end;margin-block-end:var(--lift-from-bottom);font-family:var(--ff-heading);white-space:nowrap;line-height:1}.main-nav-menu:where(.astro-4NDVUPNN) .menu-list:where(.astro-4NDVUPNN){list-style:none;padding:0;display:flex;gap:2rem}.main-nav-menu:where(.astro-4NDVUPNN) .menu-list:where(.astro-4NDVUPNN)>li:where(.astro-4NDVUPNN){padding-block-end:.3em}.main-nav-menu:where(.astro-4NDVUPNN) a:where(.astro-4NDVUPNN){color:var(--theme-text-light);text-decoration:none;position:relative}.main-nav-menu:where(.astro-4NDVUPNN) a:where(.astro-4NDVUPNN):after{content:"";position:absolute;top:-12px;left:0;height:4px;width:100%;background-color:var(--theme-accent);border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform 80ms ease-in}.main-nav-menu:where(.astro-4NDVUPNN) a:where(.astro-4NDVUPNN):hover{color:var(--theme-accent)}.main-nav-menu:where(.astro-4NDVUPNN) a:where(.astro-4NDVUPNN):hover:after{transform:scaleX(1)}.main-nav-menu:where(.astro-4NDVUPNN) a:where(.astro-4NDVUPNN).active:after{transform:scaleX(1)}
