:root{--color-primary-text:#333;--color-secondary-text:#999;--color-white:#fff;--color-lighter-gray:#f6f6f6;--color-light-gray:#e6e6e6;--color-mid-gray:#ccc;--color-dark-gray:#444;--color-darker-gray:#15171a;--color-black:#000;--font-sans:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;--font-serif:Georgia,serif;--font-mono:Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;--head-nav-gap:2.8rem;--h1-size:4.6rem;--gap:3.6rem;--header-spacing:80px}@media (max-width:767px){:root{--h1-size:3.2rem!important;--gap:2rem;--header-spacing:48px}}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,h5,h6,p{margin:0}ol[role=list],ul[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{line-height:1.5;min-height:100vh;text-rendering:optimizespeed}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture{display:block;max-width:100%}button,input,select,textarea{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:after,:before{-webkit-animation-duration:.01ms!important;animation-duration:.01ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;scroll-behavior:auto!important;-webkit-transition-duration:.01ms!important;transition-duration:.01ms!important}}html{font-size:62.5%}body{background-color:var(--color-white);color:var(--color-primary-text);font-family:var(--gh-font-body,var(--font-sans));font-size:1.6rem;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{height:auto}a{color:var(--color-darker-gray);text-decoration:none}a:hover{opacity:.8}h1,h2,h3,h4,h5,h6{color:var(--color-darker-gray);font-family:var(--gh-font-heading,var(--font-sans));letter-spacing:-.02em;line-height:1.15}h1{font-size:var(--h1-size)}h2{font-size:2.8rem}h3{font-size:2.4rem}h4{font-size:2.2rem}h5{font-size:2rem}h6{font-size:1.8rem}hr{background-color:var(--color-light-gray);border:0;height:1px;width:100%}blockquote:not([class]){border-left:4px solid var(--ghost-accent-color);padding-left:2rem}figcaption{color:var(--color-secondary-text);font-size:1.4rem;line-height:1.4;margin-top:1.6rem;text-align:center}.kg-width-full figcaption{padding:0 1.6rem}.gh-content figcaption a{color:var(--color-darker-gray);text-decoration:none}pre{background-color:var(--color-lighter-gray);hyphens:none;line-height:1.5;overflow-x:scroll;padding:1.6rem 2.4rem;white-space:pre;-webkit-overflow-scrolling:touch}code{font-family:var(--font-mono);font-size:15px}:not(pre)>code{background-color:var(--color-lighter-gray);border-radius:3px;color:var(--ghost-accent-color);padding:.4rem}iframe{border:0;display:block;overflow:hidden;width:100%}sub,sup{line-height:1}@media (max-width:767px){h2{font-size:2.4rem}h3{font-size:2.1rem}}.gh-site{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.gh-main{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-bottom:8rem;padding-top:8rem}.page-template .gh-main{padding-block:0}.gh-outer{padding-left:var(--gap);padding-right:var(--gap)}.gh-inner{margin:0 auto;max-width:var(--container-width,1200px)}.gh-canvas,.kg-width-full.kg-content-wide{--main:min(var(--content-width,720px),100% - var(--gap) * 2);--wide:minmax(0,calc((var(--container-width, 1200px) - var(--content-width, 720px))/2));--full:minmax(var(--gap),1fr);display:grid;grid-template-columns:[full-start] var(--full) [wide-start] var(--wide) [main-start] var(--main) [main-end] var(--wide) [wide-end] var(--full) [full-end]}.gh-canvas>*{grid-column:main}.kg-content-wide>div,.kg-width-wide{grid-column:wide}.kg-width-full{grid-column:full}.kg-width-full img{width:100%}@media (max-width:767px){#gh-main{padding-bottom:4.8rem;padding-top:4.8rem}}.gh-head{background-color:var(--color-white);height:100px}.gh-head-inner{-webkit-column-gap:var(--head-nav-gap);-moz-column-gap:var(--head-nav-gap);column-gap:var(--head-nav-gap);display:grid;grid-auto-flow:row dense;grid-template-columns:1fr auto auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.gh-head-brand{line-height:1}.gh-head-brand-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gh-head-logo{font-family:var(--gh-font-heading,var(--font-sans));font-size:2.4rem;font-weight:700;letter-spacing:-.02em;position:relative}.gh-head-logo img{max-height:40px}.gh-head-logo img:nth-child(2){left:0;opacity:0;position:absolute;top:0}.gh-head-menu{display:-webkit-box;display:-ms-flexbox;display:flex}.gh-head .nav,.gh-head-menu{gap:var(--head-nav-gap);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gh-head .nav{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;list-style:none;margin:0;padding:0;white-space:nowrap}.gh-head .nav-more-toggle{font-size:inherit;margin:0 -6px;position:relative;text-transform:inherit}.gh-head .nav-more-toggle svg{height:24px;width:24px}.gh-head-actions{gap:var(--head-nav-gap);-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.gh-head-actions,.gh-head-members{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gh-head-members{gap:20px;white-space:nowrap}.gh-head-btn.gh-btn{font-size:inherit;font-weight:600}.gh-head-btn:not(.gh-btn){display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--ghost-accent-color)}.gh-head-btn svg{height:1.3em;width:1.3em}.gh-search{margin-left:-6px;margin-right:-6px}.gh-search:hover{opacity:.9}.gh-head-brand .gh-search{margin-right:8px}@media (max-width:767px){.gh-head-members{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:16px;width:100%}.gh-head-actions .gh-search{display:none}}@media (min-width:768px){.gh-head-brand .gh-search{display:none}body:not(.is-dropdown-loaded) .gh-head-menu .nav>li{opacity:0}}.is-head-left-logo .gh-head-inner{grid-template-columns:auto 1fr auto}@media (min-width:992px){.is-head-left-logo .gh-head-menu{margin-left:16px;margin-right:64px}}.is-head-middle-logo .gh-head-inner{grid-template-columns:1fr auto 1fr}.is-head-middle-logo .gh-head-brand{grid-column-start:2}.is-head-middle-logo .gh-head-actions{gap:28px}@media (min-width:992px){.is-head-middle-logo .gh-head-menu{margin-right:64px}}.is-head-stacked .gh-head{height:auto;position:relative}.is-head-stacked .gh-head-inner{grid-template-columns:1fr auto 1fr}.is-head-stacked .gh-head-brand{display:-webkit-box;display:-ms-flexbox;display:flex;grid-column-start:2;grid-row-start:1;min-height:80px}@media (max-width:767px){.is-head-stacked .gh-head-brand{min-height:unset}}@media (min-width:992px){.is-head-stacked .gh-head-inner{padding:0}.is-head-stacked .gh-head-brand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:80px}.is-head-stacked .gh-head-menu{grid-column:1/4;grid-row-start:2;-webkit-box-pack:center;-ms-flex-pack:center;height:56px;justify-content:center;margin:0 48px}.is-head-stacked .gh-head-menu:after,.is-head-stacked .gh-head-menu:before{background-color:var(--color-light-gray);content:"";height:1px;left:0;position:absolute;top:80px;width:100%}.is-head-stacked .gh-head-menu:after{top:136px}.is-head-stacked .gh-head-actions{grid-column:1/4;grid-row-start:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.is-head-transparent .gh-head{background-color:transparent;left:0;position:absolute;right:0;z-index:90}.is-head-transparent .gh-head .nav>li a,.is-head-transparent .gh-head-description,.is-head-transparent .gh-head-link,.is-head-transparent .gh-head-logo,.is-head-transparent .gh-head-logo a,.is-head-transparent .gh-search,.is-head-transparent .gh-social,.is-head-transparent .nav-more-toggle{color:var(--color-white)}.is-head-transparent .gh-burger:after,.is-head-transparent .gh-burger:before{background-color:var(--color-white)}.is-head-transparent .gh-head-btn{background-color:#fff;color:#15171a}.is-head-transparent .gh-head-menu:after,.is-head-transparent .gh-head-menu:before{background-color:hsla(0,0%,100%,.2)}.is-head-dark:not(.is-head-transparent) .gh-head{background-color:var(--color-darker-gray)}.is-head-dark:not(.is-head-transparent) .gh-head .nav a,.is-head-dark:not(.is-head-transparent) .gh-head-description,.is-head-dark:not(.is-head-transparent) .gh-head-link,.is-head-dark:not(.is-head-transparent) .gh-head-logo,.is-head-dark:not(.is-head-transparent) .gh-head-logo a,.is-head-dark:not(.is-head-transparent) .gh-search,.is-head-dark:not(.is-head-transparent) .gh-social,.is-head-dark:not(.is-head-transparent) .nav-more-toggle{color:var(--color-white)}.is-head-dark:not(.is-head-transparent) .gh-burger:after,.is-head-dark:not(.is-head-transparent) .gh-burger:before{background-color:var(--color-white)}.is-head-dark:not(.is-head-transparent) .gh-head-btn{background-color:#fff;color:#15171a}.is-head-dark:not(.is-head-transparent) .gh-head-menu:after,.is-head-dark:not(.is-head-transparent) .gh-head-menu:before{background-color:hsla(0,0%,100%,.2)}.is-head-brand:not(.is-head-transparent) .gh-head{background-color:var(--ghost-accent-color)}.is-head-brand:not(.is-head-transparent) .gh-head .nav a,.is-head-brand:not(.is-head-transparent) .gh-head-description,.is-head-brand:not(.is-head-transparent) .gh-head-link,.is-head-brand:not(.is-head-transparent) .gh-head-logo,.is-head-brand:not(.is-head-transparent) .gh-head-logo a,.is-head-brand:not(.is-head-transparent) .gh-search,.is-head-brand:not(.is-head-transparent) .gh-social,.is-head-brand:not(.is-head-transparent) .nav-more-toggle{color:var(--color-white)}.is-head-brand:not(.is-head-transparent) .gh-burger:after,.is-head-brand:not(.is-head-transparent) .gh-burger:before{background-color:var(--color-white)}.is-head-brand:not(.is-head-transparent) .gh-head-btn{background-color:#fff;color:#15171a}.is-head-brand:not(.is-head-transparent) .gh-head-menu:after,.is-head-brand:not(.is-head-transparent) .gh-head-menu:before{background-color:hsla(0,0%,100%,.3)}.gh-dropdown{background-color:#fff;border-radius:5px;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.04),0 7px 20px -5px rgba(0,0,0,.15);box-shadow:0 0 0 1px rgba(0,0,0,.04),0 7px 20px -5px rgba(0,0,0,.15);margin-top:24px;opacity:0;padding:12px 0;position:absolute;right:-16px;text-align:left;top:100%;-webkit-transform:translate3d(0,6px,0);transform:translate3d(0,6px,0);-webkit-transition:opacity .3s,-webkit-transform .2s;transition:opacity .3s,-webkit-transform .2s;transition:opacity .3s,transform .2s;transition:opacity .3s,transform .2s,-webkit-transform .2s;visibility:hidden;width:200px;z-index:90}.is-head-middle-logo .gh-dropdown{left:-24px;right:auto}.is-dropdown-mega .gh-dropdown{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;display:grid;grid-auto-flow:column;grid-template-columns:1fr 1fr;padding:20px 32px;width:auto}.is-dropdown-open .gh-dropdown{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);visibility:visible}.gh-dropdown li a{color:#15171a!important;display:block;padding:6px 20px}.is-dropdown-mega .gh-dropdown li a{padding:8px 0}.gh-burger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;cursor:pointer;display:none;height:30px;margin-right:-3px;padding:0;position:relative;width:30px}.gh-burger:after,.gh-burger:before{background-color:var(--color-darker-gray);content:"";height:1px;left:3px;position:absolute;-webkit-transition:all .2s cubic-bezier(.04,.04,.12,.96) .1008s;transition:all .2s cubic-bezier(.04,.04,.12,.96) .1008s;width:24px}.gh-burger:before{top:11px}.gh-burger:after{bottom:11px}.is-head-open .gh-burger:before{top:15px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.is-head-open .gh-burger:after{bottom:14px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@media (max-width:767px){#gh-head{height:64px}#gh-head .gh-head-inner{gap:48px;grid-template-columns:1fr;grid-template-rows:auto 1fr auto}#gh-head .gh-head-brand{display:grid;grid-column-start:1;grid-template-columns:1fr auto auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:64px}#gh-head .gh-head-logo{font-size:2.2rem}.gh-burger{display:block}#gh-head .gh-head-actions,#gh-head .gh-head-menu{position:fixed;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;visibility:hidden}#gh-head .gh-head-menu{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:none;transition:none}#gh-head .nav{gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.4}#gh-head .nav a{font-size:2.6rem;font-weight:600;text-transform:none}#gh-head .nav li{opacity:0;-webkit-transform:translateY(-4px);transform:translateY(-4px)}#gh-head .gh-head-actions{text-align:center}#gh-head :is(.gh-head-btn,.gh-head-link){opacity:0;-webkit-transform:translateY(8px);transform:translateY(8px)}#gh-head .gh-head-btn{font-size:1.8rem;text-transform:none;width:100%}#gh-head .gh-head-btn:not(.gh-btn){font-size:2rem}#gh-main{-webkit-transition:opacity .4s;transition:opacity .4s}.is-head-open #gh-head{height:100%;inset:0;overflow-y:scroll;position:fixed;z-index:3999999;-webkit-overflow-scrolling:touch}.is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent) #gh-head{background-color:var(--color-white)}.is-head-open.is-head-transparent #gh-head,.is-head-open:is(.is-head-transparent,.is-head-brand) #gh-head .gh-head-actions{background-color:var(--ghost-accent-color)}.is-head-open.is-head-dark #gh-head,.is-head-open.is-head-dark #gh-head .gh-head-actions{background-color:var(--color-darker-gray)}.is-head-open #gh-head .gh-head-actions,.is-head-open #gh-head .gh-head-menu{opacity:1;position:static;visibility:visible}.is-head-open #gh-head .nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.is-head-open #gh-head .nav li{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,-webkit-transform .2s;transition:transform .2s,opacity .2s;transition:transform .2s,opacity .2s,-webkit-transform .2s}.is-head-open #gh-head .gh-head-actions{bottom:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;left:0;position:sticky;right:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--color-white);padding:var(--gap) 0 calc(var(--gap) + 8px)}.is-head-open #gh-head :is(.gh-head-btn,.gh-head-link){opacity:1;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity .4s,-webkit-transform .4s;transition:opacity .4s,-webkit-transform .4s;transition:transform .4s,opacity .4s;transition:transform .4s,opacity .4s,-webkit-transform .4s;-webkit-transition-delay:.2s;transition-delay:.2s}.is-head-open #gh-head .gh-head-link{-webkit-transition-delay:.4s;transition-delay:.4s}.is-head-open #gh-main{opacity:0}}.gh-cover{min-height:var(--cover-height,50vh);padding-bottom:6.4rem;padding-top:6.4rem;position:relative}.gh-cover-image{height:100%;inset:0;object-fit:cover;position:absolute;width:100%;z-index:-1}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .gh-cover-title{font-family:var(--gh-font-heading,var(--font-serif))}.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-cover-description{font-family:var(--gh-font-body,var(--font-serif))}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .gh-card-title{font-family:var(--gh-font-heading,var(--font-serif));letter-spacing:-.01em}.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-card-excerpt{font-family:var(--gh-font-body,var(--font-serif))}.gh-card{word-break:break-word}.page-template .gh-article-header{margin-top:var(--header-spacing,80px)}.gh-article-tag{color:var(--ghost-accent-color)}.gh-article-title{word-break:break-word}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .gh-article-title{font-family:var(--gh-font-heading,var(--font-serif));letter-spacing:-.01em}.gh-article-excerpt{color:var(--color-secondary-text);font-size:2.1rem;line-height:1.5;margin-top:2rem}.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-article-excerpt{font-family:var(--gh-font-body,var(--font-serif))}.gh-article-image{grid-column:wide-start/wide-end;margin-top:4rem}.gh-article-image img{width:100%}@media (max-width:767px){.gh-article-excerpt{font-size:1.9rem}.gh-article-image{margin-top:2.4rem}}.gh-content{font-size:var(--content-font-size,1.8rem);letter-spacing:var(--content-letter-spacing,0);margin-top:4rem;word-break:break-word}.gh-content>*+*{margin-bottom:0;margin-top:calc(1.6em*var(--content-spacing-multiplier, 1))}.gh-content>[id]{margin:0}.gh-content>.kg-card+[id]{margin-top:calc(2em*var(--content-spacing-multiplier, 1))!important}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .gh-content>[id]{font-family:var(--gh-font-heading,var(--font-serif));letter-spacing:-.01em}.gh-content>[id]:not(:first-child){margin-top:calc(1.6em*var(--content-spacing-multiplier, 1))}.gh-content>[id]+*{margin-top:calc(.8em*var(--content-spacing-multiplier, 1))}.gh-content>blockquote,.gh-content>hr{position:relative}.gh-content>blockquote,.gh-content>blockquote+*,.gh-content>hr,.gh-content>hr+*{margin-top:calc(2.4em*var(--content-spacing-multiplier, 1))}.gh-content h2{font-size:1.6em}.gh-content h3{font-size:1.4em}.gh-content a{color:var(--ghost-accent-color);text-decoration:underline;word-break:break-word}.gh-content .kg-callout-card .kg-callout-text,.gh-content .kg-toggle-card .kg-toggle-content>ol,.gh-content .kg-toggle-card .kg-toggle-content>p,.gh-content .kg-toggle-card .kg-toggle-content>ul{font-size:.95em}.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content .kg-callout-text,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content .kg-toggle-content>ol,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content .kg-toggle-content>p,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content .kg-toggle-content>ul,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>blockquote,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>dl,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>ol,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>p,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>ul{font-family:var(--gh-font-body,var(--font-serif))}.gh-content dl,.gh-content ol,.gh-content ul{padding-left:2.8rem}.gh-content :is(li+li,li :is(ul,ol)){margin-top:.8rem}.gh-content ol ol li{list-style-type:lower-alpha}.gh-content ol ol ol li{list-style-type:lower-roman}.gh-content table:not(.gist table){border-collapse:collapse;border-spacing:0;display:inline-block;font-family:var(--font-sans);font-size:1.6rem;max-width:100%;overflow-x:auto;vertical-align:top;white-space:nowrap;width:auto;-webkit-overflow-scrolling:touch;background:radial-gradient(ellipse at left,rgba(0,0,0,.2) 0,transparent 75%) 0,radial-gradient(ellipse at right,rgba(0,0,0,.2) 0,transparent 75%) 100%;background-attachment:scroll,scroll;background-repeat:no-repeat;background-size:10px 100%,10px 100%}.gh-content table:not(.gist table) td:first-child{background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),to(hsla(0,0%,100%,0)));background-image:linear-gradient(90deg,#fff 50%,hsla(0,0%,100%,0));background-repeat:no-repeat;background-size:20px 100%}.gh-content table:not(.gist table) td:last-child{background-image:-webkit-gradient(linear,right top,left top,color-stop(50%,#fff),to(hsla(0,0%,100%,0)));background-image:linear-gradient(270deg,#fff 50%,hsla(0,0%,100%,0));background-position:100% 0;background-repeat:no-repeat;background-size:20px 100%}.gh-content table:not(.gist table) th{background-color:var(--color-white);color:var(--color-darkgrey);font-size:1.2rem;font-weight:700;letter-spacing:.2px;text-align:left;text-transform:uppercase}.gh-content table:not(.gist table) td,.gh-content table:not(.gist table) th{border:1px solid var(--color-light-gray);padding:6px 12px}.page-template .gh-content:only-child{margin-top:0!important}.page-template .gh-content:only-child>:first-child:not(.kg-width-full){margin-top:var(--header-spacing,80px)}.page-template .gh-content>:last-child:not(.kg-width-full){margin-bottom:var(--footer-spacing,0)}@media (max-width:767px){.gh-content{font-size:1.7rem;margin-top:3.2rem}}.gh-comments{margin-bottom:-24px;margin-top:64px}.gh-comments-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px}.gh-comments .gh-comments-title{margin-bottom:28px}.gh-comments-header .gh-comments-title{margin-bottom:0}.gh-comments-count{color:var(--color-secondary-text)}.gh-cta-gradient{background:linear-gradient(180deg,hsla(0,0%,100%,0),var(--color-white));content:"";grid-column:full-start/full-end;height:160px;margin-bottom:4rem;margin-top:-16rem;position:relative}.gh-cta-gradient:first-child{display:none}.gh-cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:4rem;text-align:center}.gh-cta-title{font-size:2.2rem;letter-spacing:-.02em;margin-bottom:3.2rem}.gh-cta-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gh-cta-link{color:var(--color-secondary-text);cursor:pointer;font-size:1.4rem;margin-top:.8rem;text-decoration:none}.gh-cta-link:hover{color:var(--color-darker-gray)}@media (max-width:767px){.gh-cta-actions{-webkit-column-gap:.8rem;-moz-column-gap:.8rem;column-gap:.8rem}}.gh-content :not(.kg-card):not(table):not([id])+:is(.kg-card,table){margin-top:calc(2em*var(--content-spacing-multiplier, 1))}.gh-content :is(.kg-card,table)+:not(.kg-card):not(table):not([id]){margin-top:calc(2em*var(--content-spacing-multiplier, 1))}.gh-content>.kg-width-full+.kg-width-full:not(.kg-width-full.kg-card-hascaption+.kg-width-full){margin-top:0}.kg-image{margin-left:auto;margin-right:auto}.kg-embed-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.kg-gallery-image,.kg-image[width][height]{cursor:pointer}.kg-gallery-image a:hover,.kg-image-card a:hover{opacity:1!important}.kg-card.kg-toggle-card .kg-toggle-heading-text{font-size:2rem;font-weight:700}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .kg-toggle-card .kg-toggle-heading-text{font-family:var(--gh-font-heading,var(--font-serif))}.kg-callout-card.kg-card{border-radius:.25em}.kg-callout-card-accent a{text-decoration:underline}blockquote.kg-blockquote-alt{color:var(--color-secondary-text);font-style:normal;font-weight:400}.kg-card.kg-button-card .kg-btn{font-size:1em}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .kg-card.kg-header-card h2.kg-header-card-header{font-family:var(--gh-font-heading,var(--font-serif))}.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .kg-header-card h3.kg-header-card-subheader{font-family:var(--gh-font-body,var(--font-serif))}.kg-audio-card,.kg-bookmark-card a.kg-bookmark-container,.kg-bookmark-card a.kg-bookmark-container:hover,.kg-file-card-container,.kg-file-card-container:hover,.kg-product-card-container{background:var(--background-color,#fff)!important;color:var(--color-darker-gray,#222)!important;opacity:1}.kg-bookmark-card .kg-bookmark-container{border-radius:.25em!important}.kg-bookmark-card .kg-bookmark-content{padding:1.15em}.kg-bookmark-card .kg-bookmark-title{font-size:.9em}.kg-bookmark-card .kg-bookmark-description{font-size:.8em;margin-top:.3em;max-height:none}.kg-bookmark-card .kg-bookmark-metadata{font-size:.8em}.kg-bookmark-card .kg-bookmark-thumbnail img{border-radius:0 .2em .2em 0}.has-light-text .kg-audio-card button{color:#fff}.has-light-text .kg-audio-card .kg-audio-volume-slider{color:hsla(0,0%,100%,.3)}.pagination{display:grid;grid-template-columns:1fr auto 1fr;margin-top:6.4rem}.page-number{grid-column-start:2}.older-posts{text-align:right}.gh-navigation{-webkit-column-gap:2.4rem;-moz-column-gap:2.4rem;column-gap:2.4rem;display:grid;grid-template-columns:1fr auto 1fr}.gh-navigation,.gh-navigation>div{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gh-navigation>div{display:-webkit-box;display:-ms-flexbox;display:flex}.gh-navigation-next{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.gh-navigation-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gh-navigation-link svg{height:16px;width:16px}.gh-navigation-previous svg{margin-right:.4rem}.gh-navigation-next svg{margin-left:.4rem}.gh-navigation-mobile-only{display:none}.gh-navigation-desktop-only{display:inline}@media (max-width:767px){.gh-navigation-desktop-only,.gh-navigation-hide{display:none}.gh-navigation-mobile-only{display:inline}}.gh-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:.4em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:var(--color-darker-gray);border:0;border-radius:100px;color:var(--color-white);cursor:pointer;font-size:1.6rem;font-weight:700;justify-content:center;letter-spacing:inherit;line-height:1;padding:calc(.75em*var(--multiplier, 1)) calc(1.15em*var(--multiplier, 1))}.gh-btn:hover{opacity:.95}.gh-post-upgrade-cta .gh-btn{line-height:inherit}.gh-primary-btn{background-color:var(--ghost-accent-color)}.gh-outline-btn{background-color:transparent;border:1px solid var(--color-light-gray);color:var(--color-darker-gray);text-decoration:none}.gh-outline-btn:hover{border-color:var(--color-mid-gray);opacity:1}.gh-icon-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:transparent;border:0;color:var(--darker-gray-color);cursor:pointer;height:30px;justify-content:center;outline:none;padding:0;width:30px}.gh-icon-btn svg{height:20px;width:20px}.gh-text-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:transparent;border:0;color:var(--darker-gray-color);cursor:pointer;justify-content:center;letter-spacing:inherit;margin:0;outline:none;padding:0;will-change:opacity}.gh-text-btn:hover{opacity:.8}.gh-foot{color:var(--color-secondary-text);padding-bottom:8rem;padding-top:8rem;white-space:nowrap}.gh-foot-inner{display:grid;font-size:1.3rem;gap:40px;grid-template-columns:1fr auto 1fr}.no-menu .gh-foot-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.gh-foot-menu .nav,.no-menu .gh-foot-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gh-foot-menu .nav{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:4px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;margin:0;padding:0}.gh-foot-menu .nav li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gh-foot-menu .nav li+li:before{content:"•";font-size:.9rem;line-height:0;padding:0 1.2rem}.gh-powered-by{text-align:right}.gh-foot a{color:var(--color-secondary-text)}.gh-foot a:hover{color:var(--color-darker-gray);opacity:1}@media (max-width:767px){.gh-foot{padding-bottom:12rem;padding-top:6.4rem}.gh-foot-inner{grid-template-columns:1fr;text-align:center}.gh-foot-menu .nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gh-foot-menu .nav li+li{margin-top:.4rem}.gh-foot-menu .nav li+li:before{display:none}.gh-powered-by{text-align:center}}.pswp{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:hidden;position:absolute;top:0;-ms-touch-action:none;touch-action:none;width:100%;z-index:3999999;-webkit-text-size-adjust:100%}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:grabbing}.pswp__bg{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.85);opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp__bg,.pswp__scroll-wrap{height:100%;left:0;position:absolute;top:0;width:100%}.pswp__scroll-wrap{overflow:hidden}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden;backface-visibility:hidden;bottom:0;left:0;position:absolute;right:0;top:0;-ms-touch-action:none;touch-action:none}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;-webkit-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1),-webkit-transform 333ms cubic-bezier(.4,0,.22,1);width:100%}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__item{bottom:0;overflow:hidden;right:0}.pswp__img,.pswp__item{left:0;position:absolute;top:0}.pswp__img{height:auto;width:auto}.pswp__img--placeholder{-webkit-backface-visibility:hidden;backface-visibility:hidden}.pswp__img--placeholder--blank{background:var(--color-black)}.pswp--ie .pswp__img{height:auto!important;left:0;top:0;width:100%!important}.pswp__error-msg{color:var(--color-secondary-text);font-size:14px;left:0;line-height:16px;margin-top:-8px;position:absolute;text-align:center;top:50%;width:100%}.pswp__error-msg a{color:var(--color-secondary-text);text-decoration:underline}.pswp__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;display:block;float:right;height:44px;margin:0;overflow:visible;padding:0;position:relative;-webkit-transition:opacity .2s;transition:opacity .2s;width:44px}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{opacity:.9;outline:none}.pswp__button::-moz-focus-inner{border:0;padding:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(../images/default-skin.png) 0 0 no-repeat;background-size:264px 88px;height:44px;width:44px}@media (-webkit-min-device-pixel-ratio:1.09375),(-webkit-min-device-pixel-ratio:1.1),(min-resolution:1.1dppx),(min-resolution:105dpi){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(../images/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{background-position:-88px 0;display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;height:100px;margin-top:-50px;position:absolute;top:50%;width:70px}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:"";height:30px;position:absolute;top:35px;width:32px}.pswp__button--arrow--left:before{background-position:-138px -44px;left:6px}.pswp__button--arrow--right:before{background-position:-94px -44px;right:6px}.pswp__counter{color:var(--color-white);font-size:11px;font-weight:700;height:44px;left:0;line-height:44px;padding:0 15px;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__caption{bottom:0;left:0;min-height:44px;position:absolute;width:100%}.pswp__caption__center{color:var(--color-white);font-size:11px;line-height:1.6;margin:0 auto;max-width:420px;padding:25px 15px 30px;text-align:center}.pswp__caption__center .post-caption-title{font-size:15px;font-weight:500;margin-bottom:7px;text-transform:uppercase}.pswp__caption__center .post-caption-meta-item+.post-caption-meta-item:before{content:"\02022";padding:0 4px}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{direction:ltr;height:44px;left:50%;margin-left:-22px;opacity:0;position:absolute;top:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;width:44px;will-change:opacity}.pswp__preloader__icn{height:20px;margin:12px;width:20px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(../images/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:none;height:14px;left:15px;margin:0;opacity:.75;position:absolute;top:15px;width:14px}.pswp--css_animation .pswp__preloader__cut{height:14px;overflow:hidden;position:relative;width:7px}.pswp--css_animation .pswp__preloader__donut{background:none;border-bottom:2px solid transparent;border-left:2px solid transparent;border-radius:50%;border-right:2px solid var(--color-white);border-top:2px solid var(--color-white);-webkit-box-sizing:border-box;box-sizing:border-box;height:14px;left:0;margin:0;position:absolute;top:0;width:14px}@media screen and (max-width:1024px){.pswp__preloader{float:right;left:auto;margin:0;position:relative;top:auto}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{opacity:1;visibility:visible;z-index:1550;-webkit-font-smoothing:auto}.pswp__top-bar{height:44px;left:0;position:absolute;top:0;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:none}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local(""),url(../fonts/inter-v12-latin-regular.woff2) format("woff2"),url(../fonts/inter-v12-latin-regular.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local(""),url(../fonts/inter-v12-latin-500.woff2) format("woff2"),url(../fonts/inter-v12-latin-500.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local(""),url(../fonts/inter-v12-latin-600.woff2) format("woff2"),url(../fonts/inter-v12-latin-600.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:700;src:local(""),url(../fonts/inter-v12-latin-700.woff2) format("woff2"),url(../fonts/inter-v12-latin-700.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-weight:400;src:local(""),url(../fonts/lora-v25-latin-regular.woff2) format("woff2"),url(../fonts/lora-v25-latin-regular.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-weight:500;src:local(""),url(../fonts/lora-v25-latin-500.woff2) format("woff2"),url(../fonts/lora-v25-latin-500.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-weight:600;src:local(""),url(../fonts/lora-v25-latin-600.woff2) format("woff2"),url(../fonts/lora-v25-latin-600.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-weight:700;src:local(""),url(../fonts/lora-v25-latin-700.woff2) format("woff2"),url(../fonts/lora-v25-latin-700.woff) format("woff")}@font-face{font-family:Lora;font-style:italic;font-weight:400;src:local(""),url(../fonts/lora-v25-latin-italic.woff2) format("woff2"),url(../fonts/lora-v25-latin-italic.woff) format("woff")}@font-face{font-family:Lora;font-style:italic;font-weight:700;src:local(""),url(../fonts/lora-v25-latin-700italic.woff2) format("woff2"),url(../fonts/lora-v25-latin-700italic.woff) format("woff")}:root{--perzimo-primary:#ee7d2f;--perzimo-primary-brighter:#e5965e;--perzimo-primary-darker:#cc7130;--perzimo-primary-container:#423d3a;--perzimo-on-primary:#fedac3;--perzimo-surface:#1f1f1f;--perzimo-outline:#313131;--perzimo-muted-text:#757575;--perzimo-on-surface:#e0e0e0;--font-sans:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;--font-serif:Lora,Times,serif;--color-primary-text:#e4ebf3;--color-secondary-text:#9fb1c5;--color-black:#f3f6fb;--color-darker-gray:#f3f6fb;--color-dark-gray:#b8c6d6;--color-lighter-gray:#111924;--color-light-gray:#263447;--color-mid-gray:#3c4d63;--head-nav-gap:3.2rem;--post-subscribe-gap:10rem}.author-template .gh-main,.tag-template .gh-main{padding-top:8vmin}.gh-head-actions,.gh-head-menu{font-size:1.2rem;font-weight:500;letter-spacing:.01em;text-transform:uppercase}.gh-head-logo--perzimo img{height:auto;max-height:32px;width:187px}body.is-theme-dark,html{background-color:#000}body.is-theme-dark{color:var(--color-primary-text);min-height:100vh;min-height:100dvh;overscroll-behavior-y:none}.is-theme-dark .gh-site{background-color:#000}.is-theme-dark .gh-head{background-color:#000;position:relative}.is-theme-dark #gh-head:after{content:none}.is-theme-dark .gh-head-inner-no-nav{-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;grid-template-columns:auto 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.is-theme-dark .gh-head-inner-no-nav .gh-head-brand{justify-self:start}.is-theme-dark .gh-head-inner-no-nav .gh-head-actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;justify-self:end;width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.is-theme-dark .gh-head-inner-no-nav .gh-head-members{gap:1.6rem}.is-theme-dark .gh-head-inner-no-nav .gh-head-btn.gh-btn{background-color:var(--ghost-accent-color,var(--perzimo-primary));border-radius:999px}@media (min-width:992px){.is-theme-dark .gh-head-inner-no-nav{grid-template-columns:auto 1fr;padding:0}.is-theme-dark .gh-head-inner-no-nav .gh-head-actions{grid-column:auto;grid-row:auto}}.is-theme-dark .gh-main{background-color:#000}.is-theme-dark .gh-section-title:after{background-color:var(--color-light-gray)}.is-theme-dark .gh-card-date,.is-theme-dark .gh-card-duration{color:var(--perzimo-primary-brighter)}.is-theme-dark .gh-loadmore{background-color:#101a26;border-color:var(--color-light-gray);color:var(--color-darker-gray)}.is-theme-dark .gh-loadmore:hover{border-color:var(--color-mid-gray)}.is-theme-dark .gh-topic-count{background-color:var(--perzimo-primary-container);border-color:var(--perzimo-primary-container);color:var(--perzimo-on-primary)}.is-theme-dark .gh-recommendations button{color:var(--color-darker-gray)}.is-theme-dark .gh-subscribe{background:#000}.is-theme-dark .gh-subscribe-input{background-color:var(--perzimo-primary-container);border-color:var(--perzimo-outline);border-radius:100px;color:var(--perzimo-on-surface)}.is-theme-dark .gh-subscribe-input:hover{border-color:var(--perzimo-primary-darker)}.is-theme-dark .gh-subscribe .gh-subscribe-input{background-color:var(--perzimo-surface);border:1px solid var(--perzimo-outline)}.is-theme-dark .gh-subscribe-input-btn{color:var(--perzimo-on-primary)}.is-theme-dark .gh-signup .gh-subscribe-input{border-radius:100px}.is-theme-dark :is(.gh-search-input,.gh-search-form input,.gh-search-field,#ghost-search-root input[type=search],#ghost-search-root input[type=text]){border-radius:100px!important}#ghost-search-root iframe,#sodo-search-root iframe{background-color:transparent;opacity:0;-webkit-transition:opacity .16s ease;transition:opacity .16s ease;visibility:hidden}#ghost-search-root iframe[data-perzimo-search-ready=true],#sodo-search-root iframe[data-perzimo-search-ready=true]{opacity:1;visibility:visible}#ghost-search-root,#sodo-search-root{opacity:0;pointer-events:none;-webkit-transition:opacity .16s ease;transition:opacity .16s ease}#ghost-search-root[data-perzimo-search-ready=true],#sodo-search-root[data-perzimo-search-ready=true]{opacity:1;pointer-events:auto}#ghost-portal-root iframe{background-color:transparent;opacity:0;-webkit-transition:opacity .16s ease;transition:opacity .16s ease;visibility:hidden}#ghost-portal-root[data-perzimo-portal-ready=true] iframe[data-perzimo-portal-ready=true]{opacity:1;visibility:visible}#ghost-portal-root{opacity:0;pointer-events:none;-webkit-transition:opacity .16s ease;transition:opacity .16s ease}#ghost-portal-root[data-perzimo-portal-ready=true]{opacity:1;pointer-events:auto}.is-theme-dark .gh-article-footer{border-top-color:var(--color-light-gray)}.is-theme-dark .gh-foot{background-color:#000;border-top:0;margin-top:0;padding-bottom:5.6rem;padding-top:5.6rem;position:relative}.is-theme-dark .gh-foot:before{content:none}.is-theme-dark .gh-foot-inner{display:-webkit-box;display:-ms-flexbox;display:flex}.is-theme-dark .gh-foot-inner,.is-theme-dark .gh-foot-line{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.is-theme-dark .gh-foot-line{color:hsla(0,0%,100%,.54);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:1rem;white-space:nowrap}.is-theme-dark .gh-foot a{color:inherit}.is-theme-dark .gh-foot a:hover{color:var(--perzimo-on-surface)}.is-theme-dark .gh-foot-rss{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:inherit}.is-theme-dark .gh-foot-rss svg{fill:currentColor;height:2rem;margin-bottom:.5rem;width:2rem}.is-theme-dark .gh-copyright,.is-theme-dark .gh-foot-pipe{color:hsla(0,0%,100%,.54)}.gh-latest{margin-bottom:12rem;margin-top:4rem}.gh-latest .gh-article-title{font-size:4.4rem;font-weight:500;line-height:1.08}.gh-latest .gh-card-meta{margin-top:2.4rem}.gh-latest .gh-article-excerpt{display:-webkit-box;font-size:2.04rem;-webkit-line-clamp:3;line-height:1.35;overflow:hidden;-webkit-box-orient:vertical}.gh-wrapper{-webkit-column-gap:2.4rem;-moz-column-gap:2.4rem;column-gap:2.4rem;display:grid;grid-template-columns:4fr 2fr}.gh-wrapper>.gh-section{max-width:720px}.gh-section-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.2rem;font-weight:500;letter-spacing:.01em;margin-bottom:2.4rem;text-transform:uppercase}.gh-section-title:after{-webkit-box-flex:1;-ms-flex-positive:1;background-color:var(--color-light-gray);content:"";flex-grow:1;height:1px;margin-left:1.6rem}.gh-card+.gh-card{margin-top:8rem}.gh-card-link{display:block}.gh-card-link:hover{opacity:1}.gh-card-title{font-size:3.4rem;font-weight:600;word-break:break-word}.gh-card-link:hover .gh-card-title{opacity:.8}.gh-card-excerpt{font-size:1.8rem;letter-spacing:-.01em;line-height:1.5;margin-top:1.2rem;word-break:break-word}.gh-card-meta{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--color-secondary-text);font-size:1.2rem;font-weight:500;line-height:1;margin-top:2rem;text-transform:uppercase}.gh-card-date{color:var(--ghost-accent-color)}.gh-card-meta svg{margin-left:.6rem;position:relative;top:-1px}.gh-card-meta>*{display:-webkit-box;display:-ms-flexbox;display:flex;gap:6px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gh-card-meta>*+:not(script):before{background-color:var(--color-secondary-text);border-radius:50%;content:"";height:2px;width:2px}.gh-loadmore{background-color:transparent;border:1px solid var(--color-light-gray);color:var(--color-darker-gray);display:none;font-weight:600;letter-spacing:-.02em;margin-top:8rem;padding-bottom:1.4rem;padding-top:1.4rem;width:100%}.gh-loadmore.perzimo-loadmore-visible{display:block}.gh-loadmore:hover{border-color:var(--color-mid-gray)}.gh-sidebar{font-size:1.4rem;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding-left:4rem;position:sticky;top:4.8rem}.gh-sidebar .gh-section+.gh-section{margin-top:2.4rem}.gh-about{display:-webkit-box;display:-ms-flexbox;display:flex}.gh-about-icon{height:64px;margin-right:2rem;width:64px}.gh-about-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.gh-about-no-icon .gh-about-wrapper{padding-left:1.3rem}.gh-about-title{font-size:2.1rem;font-weight:200;letter-spacing:-.02em;line-height:1.3}.gh-about-title-line{color:hsla(0,0%,100%,.75);display:block;font-size:1.7rem;font-weight:200}.gh-about-title-line-secondary{color:#fff;font-size:2.1rem;font-weight:700}.gh-about-description{line-height:1.55;margin-top:.4rem}.gh-signup{margin-bottom:.5rem;margin-top:2rem}.gh-signup-description{line-height:1.55}.gh-signup .gh-subscribe-input{font-size:1.5rem;height:48px;margin-bottom:.5rem;margin-top:2rem;padding-left:1.2rem}.gh-signup-btn{margin-top:1.6rem}.gh-featured .gh-card+.gh-card{margin-top:2.8rem}.gh-featured .gh-card-title{font-size:1.9rem;font-weight:600;letter-spacing:-.01em;line-height:1.25}.gh-featured .gh-card-excerpt{color:var(--color-secondary-text);font-family:var(--font-sans);font-size:inherit;letter-spacing:0;line-height:1.55;margin-top:.8rem}.gh-featured .gh-card-meta{margin-top:1.6rem}.gh-topic-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:1.3rem}.gh-topic-item+.gh-topic-item{margin-top:1.6rem}.gh-topic-name{font-size:1.7rem;font-weight:600;letter-spacing:0}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .gh-topic-name{font-family:var(--gh-font-heading,var(--font-serif))}.gh-topic-count{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;border:1px solid var(--color-light-gray);border-radius:999px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:1rem;font-variant-numeric:tabular-nums;height:1.8rem;justify-content:center;line-height:1;min-width:1.8rem;padding:0}.gh-recommendations .recommendations{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:26px;list-style-type:none;margin:0;padding:0}.gh-recommendations .recommendation:first-child{margin-top:4px}.gh-recommendations .recommendation a{display:grid;gap:4px 12px;grid-template-columns:24px auto}.gh-recommendations .recommendation a:hover{opacity:1}.gh-recommendations .recommendation-favicon{border-radius:4px;grid-row:span 2;width:100%}.gh-recommendations .recommendation-title{font-size:1.5rem;font-weight:600;letter-spacing:-.009em;margin-top:-2px}.gh-recommendations .recommendation a:hover .recommendation-title{opacity:.8}.gh-recommendations .recommendation-url{-webkit-box-ordinal-group:2;-ms-flex-order:1;color:var(--color-secondary-text);font-size:1.4rem;line-height:1.25;order:1;overflow:hidden;text-overflow:ellipsis}.gh-recommendations .recommendation-description{color:var(--color-secondary-text);display:-webkit-box;display:none;font-size:1.4rem;grid-column:2;-webkit-line-clamp:2;line-height:1.4;overflow-y:hidden;-webkit-box-orient:vertical}.gh-recommendations button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:2px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:0;cursor:pointer;font-size:1.2rem;font-weight:550;letter-spacing:.025em;margin-top:24px;padding:0;text-transform:uppercase}.gh-recommendations button svg{margin-top:-1px;width:12px}.gh-recommendations button:hover{opacity:.8}.gh-subscribe{background-color:var(--ghost-accent-color);margin:15rem 0 8rem;padding:7.2rem 0}.gh-subscribe-inner{margin:0 auto;max-width:520px;text-align:center}.gh-subscribe-title{color:#fff;font-size:3.6rem;font-weight:700}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .gh-subscribe-title{font-family:var(--gh-font-heading,var(--font-serif));letter-spacing:-.01em}.gh-subscribe-description{color:#fff;font-size:1.9rem;line-height:1.4;margin-top:2rem}.post-template .gh-main{padding-bottom:0!important}.gh-post-conversation,.gh-post-subscribe{margin:10rem auto 0;max-width:520px;text-align:center}.gh-post-conversation-title,.gh-post-subscribe-title{color:var(--color-primary-text);font-size:2rem;font-weight:500;line-height:1}.gh-post-conversation-btn{border-radius:999px;letter-spacing:.03em;margin-top:1.2rem;text-transform:uppercase}.gh-post-subscribe{margin-top:var(--post-subscribe-gap)}.gh-post-subscribe .gh-subscribe-input{margin-bottom:0;margin-top:1.2rem}.gh-post-subscribe-global{margin-top:var(--post-subscribe-gap)}.post-template .gh-foot{margin-top:var(--post-subscribe-gap)!important;padding-bottom:4.5rem!important;padding-top:0}.gh-article-comments{margin-top:var(--perzimo-comments-gap,56px)}.gh-article-comments [contenteditable=true],.gh-article-comments button,.gh-article-comments input[type=text],.gh-article-comments textarea{border-radius:999px!important}.gh-subscribe-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:var(--color-white);border:1px solid var(--color-light-gray);border-radius:6px;color:var(--color-secondary-text);font-size:1.6rem;height:56px;justify-content:space-between;margin:4.8rem auto .8rem;max-width:440px;padding:0 1.6rem;width:100%}.gh-subscribe .gh-subscribe-input{border:0}.gh-subscribe-input:hover{border-color:var(--color-mid-gray);opacity:1}.gh-subscribe-input-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gh-subscribe-input svg{margin-right:.8rem;position:relative;top:1px}.gh-subscribe-input-btn{color:var(--ghost-accent-color);font-size:1.2rem;font-weight:600;letter-spacing:.01em;text-transform:uppercase}.gh-subscribe-btn{background-color:#fff;color:var(--ghost-accent-color);margin-top:3.2rem}.gh-article:not(.no-image) .gh-article-header>*{grid-column:wide-start/wide-end}.gh-article-meta{color:var(--color-secondary-text);font-size:1.2rem;font-weight:500;line-height:1.5;margin-bottom:1.8rem;text-transform:uppercase}.gh-article-meta a{font-weight:600}.post-template .gh-article-meta{display:block;text-align:center}.post-template .gh-article-meta-inner{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;gap:.5rem;justify-content:center;line-height:1.5;text-align:center}.gh-article-back-link,.post-template .gh-article-meta-inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gh-article-back-link{color:currentColor;gap:.35rem;text-transform:none}.gh-article-back-icon{display:block;-webkit-box-flex:0;border-left:1.5px solid;border-top:1.5px solid;-ms-flex:0 0 auto;flex:0 0 auto;height:.65rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:.65rem}.gh-article-meta-divider{color:currentColor;margin-left:.5rem;margin-right:.5rem}.gh-article-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--perzimo-primary-darker);border-radius:999px;color:var(--perzimo-on-primary);line-height:1;padding:.7rem;text-transform:uppercase}.gh-article-tag:hover{color:var(--perzimo-on-primary);opacity:.9}.gh-article-title{font-size:7.4rem;font-weight:600;line-height:1}.post-template .gh-article-title{font-size:4.675rem;font-weight:500;line-height:1.08;margin-left:auto;margin-right:auto;max-width:min(100%,960px);text-align:center}.gh-article-excerpt{color:var(--color-darker-gray);font-size:2.8rem;line-height:1.35;margin-top:1.6rem;max-width:920px}.post-template .gh-article-excerpt{color:#d5d5d5;font-size:3.75rem;font-weight:200;margin-left:auto;margin-right:auto;margin-top:.25rem;text-align:center}.post-template .gh-article-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:1.8rem}.post-template .gh-article-image img{aspect-ratio:auto 16/9;background-color:var(--color-lighter-gray);border-radius:28px;display:block;height:auto;margin:0 auto;max-width:960px;width:min(100%,960px)}.post-template .gh-article-image figcaption{color:var(--perzimo-muted-text);font-size:1.25rem;line-height:1.4;margin-top:.8rem;text-align:center}.gh-content :where(p,li,blockquote,h2,h3,h4,h5,h6) a,.gh-content :where(p,li,blockquote,h2,h3,h4,h5,h6) a:active,.gh-content :where(p,li,blockquote,h2,h3,h4,h5,h6) a:focus,.gh-content :where(p,li,blockquote,h2,h3,h4,h5,h6) a:visited{color:currentColor;opacity:1;text-decoration:underline;text-underline-offset:.14em}.gh-content :where(p,li,blockquote,h2,h3,h4,h5,h6) a:hover{color:var(--perzimo-primary-darker);opacity:1}.gh-content .kg-image-card,.gh-content .kg-image-card>a,.gh-content .kg-image-card>picture{width:100%}.gh-content .kg-image-card>a,.gh-content .kg-image-card>picture{display:block}.gh-content .kg-image-card img{border-radius:28px;display:block;max-width:none;width:100%}.gh-content .kg-image-card figcaption{color:var(--perzimo-muted-text);font-size:1.25rem;line-height:1.4;margin-top:.8rem;text-align:center}.gh-content .kg-image-card figcaption p{margin:0}.gh-content .kg-image-card figcaption a,.gh-content .kg-image-card figcaption a:active,.gh-content .kg-image-card figcaption a:focus,.gh-content .kg-image-card figcaption a:hover,.gh-content .kg-image-card figcaption a:visited{color:inherit;font-size:inherit;line-height:inherit;opacity:1;text-decoration:underline;text-underline-offset:.14em}.gh-content .perzimo-gallery{display:grid;gap:1.6rem}.gh-content .perzimo-gallery figure{margin:0}.gh-content .perzimo-gallery img{border-radius:28px;width:100%}.gh-content .perzimo-gallery-flow,.gh-content .perzimo-gallery-wide{grid-column:main}.gh-content .perzimo-gallery-flow>*,.gh-content .perzimo-gallery-wide>*{margin-bottom:0}.gh-content .perzimo-gallery-flow>*+*,.gh-content .perzimo-gallery-wide>*+*{margin-top:calc(1.6em*var(--content-spacing-multiplier, 1))}.gh-content .perzimo-gallery-flow+p{margin-top:0}.gh-content .perzimo-gallery-wide .perzimo-gallery,.gh-content .perzimo-gallery-wide.perzimo-gallery{--perzimo-gallery-aspect-ratio:16/9;width:100%}.gh-content .perzimo-gallery--enhanced{--perzimo-gallery-caption-height:4.3rem;aspect-ratio:var(--perzimo-gallery-aspect-ratio,1/1);background:transparent;border-radius:0;-webkit-box-sizing:content-box;box-sizing:content-box;color:#fff;display:block;height:auto;isolation:isolate;max-width:100%;overflow:visible;padding-bottom:var(--perzimo-gallery-caption-height);position:relative;width:var(--perzimo-gallery-height,100%)}.gh-content .perzimo-gallery--enhanced .perzimo-gallery__item{background:#070b10;border-radius:28px;display:none;inset:0 0 var(--perzimo-gallery-caption-height);margin:0;overflow:hidden;position:absolute}.gh-content .perzimo-gallery--enhanced .perzimo-gallery__item--active{display:block}.gh-content .perzimo-gallery--enhanced .perzimo-gallery__image{border-radius:28px;cursor:-webkit-zoom-in;cursor:zoom-in;height:100%;left:0;object-fit:cover;position:absolute;right:0;top:0;width:100%}.gh-content .perzimo-gallery-wide .perzimo-gallery--enhanced .perzimo-gallery__image,.gh-content .perzimo-gallery-wide.perzimo-gallery--enhanced .perzimo-gallery__image{height:calc(100%/var(--perzimo-gallery-crop-visible, 1));-webkit-transform:translateY(var(--perzimo-gallery-crop-top-offset,0));transform:translateY(var(--perzimo-gallery-crop-top-offset,0))}.gh-content .perzimo-gallery--enhanced .perzimo-gallery__source-caption{display:none}.perzimo-gallery__controls{display:-webkit-box;display:-ms-flexbox;display:flex;inset:0 0 var(--perzimo-gallery-caption-height);position:absolute;z-index:2;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1.6rem .8rem;pointer-events:none}.perzimo-gallery__control,.perzimo-gallery__controls{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.perzimo-gallery__control{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;backdrop-filter:blur(8px);background:rgba(7,11,16,.29);border:1px solid hsla(0,0%,100%,.22);border-radius:50%;color:#fff;cursor:pointer;height:3.3rem;justify-content:center;padding:0;pointer-events:auto;-webkit-transition:color .14s ease,background-color .14s ease,border-color .14s ease,opacity .14s ease;transition:color .14s ease,background-color .14s ease,border-color .14s ease,opacity .14s ease;width:3.3rem}.perzimo-gallery__control:hover{background:rgba(238,125,47,.88);border-color:rgba(238,125,47,.95);opacity:1}.perzimo-gallery__control:disabled{cursor:default;opacity:0;pointer-events:none}.perzimo-gallery__control-icon{border-left:2px solid;border-top:2px solid;display:block;height:.9rem;width:.9rem}.perzimo-gallery__control--previous .perzimo-gallery__control-icon{margin-left:.3rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.perzimo-gallery__control--next .perzimo-gallery__control-icon{margin-right:.3rem;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.perzimo-gallery__caption{background:transparent;bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--perzimo-muted-text);display:-webkit-box;font-size:1.25rem;height:var(--perzimo-gallery-caption-height);left:0;line-height:1.4;overflow:hidden;padding:.8rem 0 0;position:absolute;right:0;text-align:center;z-index:1;-webkit-box-orient:vertical;-webkit-line-clamp:2}.perzimo-gallery__caption[hidden]{display:none}.perzimo-gallery__caption a,.perzimo-gallery__caption a:active,.perzimo-gallery__caption a:focus,.perzimo-gallery__caption a:hover,.perzimo-gallery__caption a:visited,.pswp__caption__center a,.pswp__caption__center a:active,.pswp__caption__center a:focus,.pswp__caption__center a:hover,.pswp__caption__center a:visited{color:inherit;font-size:inherit;line-height:inherit;opacity:1;text-decoration:underline;text-underline-offset:.14em}.pswp__counter{font-size:1.4rem;font-weight:500;height:4.4rem;line-height:4.4rem;padding:0 1.6rem}.pswp__caption__center,.pswp__counter{color:var(--color-primary-text);font-family:var(--font-sans);letter-spacing:0}.pswp__caption__center{font-size:1.7rem;line-height:1.5;max-width:min(720px,calc(100% - 4rem));padding:2.4rem 2rem 3rem}.pswp.pswp--zoom-allowed .pswp__img,.pswp__img{border-radius:28px;cursor:pointer}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none!important;height:8rem;margin-top:-4rem;-webkit-transition:opacity .14s ease;transition:opacity .14s ease;width:8rem}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:none!important;border-left:2px solid var(--color-primary-text);border-top:2px solid var(--color-primary-text);height:2rem;margin-top:-1rem;top:50%;width:2rem}.pswp__button--arrow--left:before{left:3.2rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.pswp__button--arrow--right:before{right:3.2rem;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.pswp__button--arrow--left:hover,.pswp__button--arrow--right:hover{opacity:.72}@media (min-width:768px){.gh-content .perzimo-gallery-flow:after{clear:both;content:"";display:block}.gh-content .perzimo-gallery-flow .perzimo-gallery{float:right;margin:0 0 2.4rem 3.2rem;width:var(--perzimo-gallery-height,40%)}.gh-content .perzimo-gallery-flow>.perzimo-gallery:first-child+*{margin-top:0}}.gh-article-footer{border-top:1px solid var(--color-light-gray);margin-top:10rem;padding-top:3.2rem}.gh-article-footer.no-border{border-top:0;margin-top:0;padding-top:0}.gh-article-footer.perzimo-empty-article-footer{display:none}.gh-navigation{grid-column:wide-start/wide-end}.gh-navigation>div{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:100%}.gh-navigation-middle{padding-top:4px}.gh-navigation-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.gh-navigation-next .gh-navigation-link{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;text-align:right}.gh-navigation-previous svg{margin-left:-2px}.gh-navigation-next svg{margin-right:-2px}.gh-navigation-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.7rem;font-weight:700;letter-spacing:.01em;line-height:1.8;text-transform:uppercase}.gh-navigation-title{font-size:1.6rem;font-weight:400;letter-spacing:0;margin-top:.8rem;word-break:break-word}.gh-pagehead{font-size:1.4rem;grid-column:wide-start/main-start;height:-webkit-max-content;height:-moz-max-content;height:max-content;line-height:1;max-width:200px;padding-top:.8rem;position:sticky;top:4vmin}.gh-pagehead-title{font-size:2.1rem;font-weight:600;letter-spacing:-.02em}.gh-pagehead-description{color:var(--color-secondary-text);line-height:1.45;margin-top:.8rem}.gh-tag-label{color:var(--ghost-accent-color);font-size:1.2rem;font-weight:500;margin-bottom:1.2rem;text-transform:uppercase}.gh-tag-description{margin-top:1.6rem}.gh-author-image{border-radius:50%;height:80px;margin-bottom:2.4rem;width:80px}.gh-author-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:2rem}.gh-author-meta--social-only{margin-top:2.4rem}.gh-author-location{color:var(--color-darker-gray);margin-left:-4px}.gh-author-website{margin-top:1.2rem}.gh-author-social{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.8rem;margin-top:2.4rem}.gh-author-meta--social-only .gh-author-social{margin-top:0}.gh-not-found{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:100vh;padding-top:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.gh-not-found,.gh-not-found-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gh-not-found-content{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:2.4rem}.gh-not-found-code{font-size:2.4rem;font-weight:700;line-height:1;margin:0}.gh-not-found-divider{background-color:var(--color-light-gray);height:4.8rem;width:1px}.gh-not-found-message{color:var(--color-secondary-text);font-size:1.8rem;line-height:1;margin:0}@media (max-width:767px){.is-theme-dark .gh-site,body.is-theme-dark,html{max-width:100%;overflow-x:clip}.gh-latest{margin-bottom:8rem}.gh-wrapper{grid-template-columns:1fr}.gh-card+.gh-card,.gh-loadmore{margin-top:6.4rem}.gh-sidebar{margin-top:8rem;padding-left:0}.gh-article-title{font-size:4.2rem}.gh-latest .gh-article-title{font-size:3.25rem}.post-template .gh-article-title{font-size:2.7rem;line-height:1.19}.post-template .gh-article-meta{height:var(--perzimo-article-meta-height,2.6rem);line-height:0;margin-left:auto;margin-right:auto;max-width:calc(100vw - var(--gap)*2);position:relative;white-space:nowrap;width:100%}.post-template .gh-article-meta-inner{-ms-flex-wrap:nowrap;flex-wrap:nowrap;left:50%;max-width:none;position:absolute;top:0;-webkit-transform:translateX(-50%) scale(var(--perzimo-article-meta-scale,1));transform:translateX(-50%) scale(var(--perzimo-article-meta-scale,1));-webkit-transform-origin:top center;transform-origin:top center;white-space:nowrap}.gh-article-excerpt{font-size:2.2rem}.post-template .gh-article-excerpt{font-size:2.25rem}.post-template .gh-article-image img{aspect-ratio:4/3;object-fit:cover;object-position:center}.gh-content .perzimo-gallery-flow{grid-column:main}.pswp__counter{font-size:1.4rem}.pswp__caption__center{font-size:1.6rem}.gh-head-logo--perzimo img{max-height:26px;width:141px}.gh-navigation{grid-template-columns:1fr;row-gap:3.2rem}.gh-navigation-link,.gh-navigation-next .gh-navigation-link,.gh-navigation>div{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.gh-navigation-middle{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;padding-top:0}.gh-subscribe{margin-top:8rem;padding:5.6rem 0}.is-theme-dark .gh-foot-inner{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.is-theme-dark #gh-head .gh-head-inner-no-nav{gap:0;grid-template-columns:auto 1fr;grid-template-rows:auto}.is-theme-dark #gh-head .gh-head-inner-no-nav .gh-head-brand{grid-template-columns:1fr}.is-theme-dark #gh-head .gh-head-inner-no-nav .gh-burger{display:none}.is-theme-dark #gh-head .gh-head-inner-no-nav .gh-head-actions{gap:1.2rem;opacity:1;position:static;visibility:visible;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.is-theme-dark #gh-head .gh-head-inner-no-nav .gh-head-members{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1rem;width:auto;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.is-theme-dark #gh-head .gh-head-inner-no-nav .gh-head-members [data-portal=signup]{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--ghost-accent-color)!important;opacity:1!important;pointer-events:auto!important;-webkit-transform:none!important;transform:none!important;visibility:visible!important}.is-theme-dark #gh-head .gh-head-inner-no-nav .gh-head-btn{font-size:1.4rem;width:auto}.is-theme-dark #gh-head .gh-head-inner-no-nav .gh-head-link{font-size:1.4rem}.is-theme-dark #gh-head .gh-head-inner-no-nav .gh-search{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.is-theme-dark .gh-foot-line{-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:.5rem;white-space:normal}.is-theme-dark .gh-foot-line .gh-copyright{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center}.is-theme-dark .gh-foot-line .gh-copyright+.gh-foot-pipe{display:none}.post-template .gh-foot,.post-template .gh-post-subscribe{margin-top:8rem!important}.gh-pagehead{margin-bottom:4.8rem}.gh-not-found-content{gap:1.6rem}.gh-not-found-code{font-size:2.2rem}.gh-not-found-message{font-size:1.6rem}.gh-subscribe-input{max-width:100%;min-width:0;width:100%}.gh-subscribe-input-text{min-width:0;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gh-subscribe-input svg,.gh-subscribe-input-btn{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.gh-subscribe-input-btn{margin-left:1.2rem}}@media (min-width:768px) and (max-width:991px){.gh-sidebar{padding-left:1.6rem}.gh-pagehead{margin-bottom:8rem}.gh-author-meta{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gh-author-social,.gh-author-website{margin-left:1.6rem;margin-top:0}}@media (max-width:991px){.gh-latest{margin-top:0}.gh-pagehead{grid-column:main-start/main-end;max-width:480px;padding-top:0;position:static}}@supports (-moz-appearance:none){.gh-topic-count{padding-bottom:.5rem}.gh-subscribe-input-btn{position:relative;top:1px}}/*# sourceMappingURL=screen.css.map */
